* emulation/edt-mapper.el (edt-emacs-variant): Replace the only
[emacs.git] / lisp / ChangeLog
blobb7a6a0dafa6251fa7ebf4e49b1ba02f827bfa7a1
1 2007-10-25  Dan Nicolaescu  <dann@ics.uci.edu>
3         * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
4         use with the definition. Remove.
6         * add-log.el (change-log-start-entry-re): New defconst.
7         (change-log-sortable-date-at): Use it.
8         (change-log-beginning-of-defun, change-log-end-of-defun): New
9         functions.
10         (change-log-mode): Use them for beginning-of-defun-function and
11         end-of-defun-function.
13 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
15         * ses.el: Make `ses--symbolic-formulas' a safe local variable.
16         (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
17         (ses-recalculate-cell): Deal with point being just beyond end of
18         data area (why does this happen?)
19         (ses-set-curcell): Ditto.
20         (ses-column-letter): Handle columns beyond 702.  Code written by
21         Gareth Rees.
23 2007-10-25  Carsten Dominik  <dominik@science.uva.nl>
25         * textmodes/org.el (org-agenda-get-restriction-and-command):
26         Use `mapc' instead of `mapcar'.
27         (org-agenda-list): Numeric prefix argument can specify the number
28         of days.
29         (remember-register, remember-buffer): Prevent byte compiler from
30         complaining.
31         (org-todo): Save and restore match data.
32         (org-no-warnings): New macro.
33         (org-columns-eval): Use `org-no-warnings'.
35 2007-10-25  Chris Moore  <christopher.ian.moore@gmail.com>
37         * comint.el (comint-password-prompt-regexp):
38         Handle `[sudo] password'-style prompt.
40 2007-10-25  Glenn Morris  <rgm@gnu.org>
42         * custom.el (custom-declare-variable): Add :risky and :safe keywords.
43         (defcustom): Doc fix.
45         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
46         Add `non_intrinsic'.
47         (f90-constants-re): Add ieee modules.
48         (f90-typedef-matcher, f90-typedec-matcher)
49         (f90-imenu-type-matcher): New functions.
50         (f90-font-lock-keywords-1): Give module procedures function-name face.
51         Use `f90-typedef-matcher' for derived types.  Fix `abstract interface'.
52         Add `use, intrinsic'.
53         (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
54         Move start of `enum' blocks to separate entry.
55         (f90-start-block-re): Fix `type', `abstract interface'.
56         (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
57         derived types.
58         (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
59         `elemental', change `enumerator'.
60         (f90-no-block-limit): Fix `abstract interface'.
62         * progmodes/f90.el (f90-indented-comment-re)
63         (f90-directive-comment-re, f90-break-delimiters):
64         * progmodes/fortran.el (fortran-comment-line-start-skip)
65         (fortran-directive-re):
66         * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
67         as safe if they are strings.
69 2007-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
71         * startup.el (window-system): Remove.  Don't make it frame-local.
73 2007-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
75         * textmodes/org-publish.el (org-publish-attachment): Re-install
76         accidentally deleted change.
78 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
80         * term/iris-ansi.el (iris-function-map): Move init into declaration.
82 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
84         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
85         (Buffer-menu-mode-map): Initialize in the declaration.
86         (Buffer-menu-mode): Define with `define-derived-mode'.
88 2007-10-24  Carsten Dominik  <dominik@science.uva.nl>
90         * textmodes/org.el (org-version): Change to 5.13e.
91         (org-agenda-file-regexp): Fix typo in docstring.
92         (org-add-planning-info): Fix bug in parenthesis settings.
93         (org-scan-tags): Catch the case of indirect buffers with no filename.
94         (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
95         Re-install switch to mapc, had been removed by accident.
96         (org-columns-map): New binding `C-c C-o'.
97         (org-columns-menu): Change menu text and added new entry.
98         (org-columns-eval): Document the use of `next-line'.
99         (org-columns-open-link): New function.
100         (org-columns-follow-link): Remove function.
101         (org-open-link-from-string): New function.
102         (org-read-date-get-relative): Fix typo in docstring.
103         (org-read-date-get-relative): Leading +/- is not optional.
104         (org-agenda-get-restriction-and-command): Always resize window on
105         first loop cycle.
106         (org-agenda-open-link): Make sure the link abbreviations are
107         present in the agenda buffer.
108         (org-agenda-copy-local-variable): New function.
110 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
112         * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
114 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
116         * simple.el (reindent-then-newline-and-indent): Use a `move after
117         insert' kind of marker in the save-excursion.
119 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
121         * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
122         when we are local.
124 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
126         * progmodes/python.el (python-current-defun): Remove left-over
127         assignment to `start'.
129 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
131         * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
132         than `mapcar'; return value is not used.
134 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
136         * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
137         (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
139 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
141         * ibuf-ext.el (ibuffer-switch-to-saved-filters)
142         (ibuffer-switch-to-saved-filter-groups): Doc fixes.
144 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
146         * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
148 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
150         * emacs-lisp/advice.el (ad-make-advised-docstring):
151         Add ad-advice-info text property to doc string.
153 2007-10-23  Glenn Morris  <rgm@gnu.org>
155         * progmodes/f90.el (f90-do-indent, f90-if-indent)
156         (f90-type-indent, f90-program-indent, f90-associate-indent)
157         (f90-continuation-indent, f90-comment-region)
158         (f90-beginning-ampersand, f90-smart-end)
159         (f90-break-before-delimiters, f90-auto-keyword-case)
160         (f90-leave-line-no, f90-mode-hook):
161         Give an appropriate safe-local-variable property.
163         * progmodes/fortran.el (fortran-tab-mode-default)
164         (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
165         (fortran-structure-indent, fortran-continuation-indent)
166         (fortran-comment-indent, fortran-comment-line-extra-indent)
167         (fortran-comment-line-start)
168         (fortran-minimum-statement-indent-fixed)
169         (fortran-minimum-statement-indent-tab)
170         (fortran-comment-indent-char, fortran-line-number-indent)
171         (fortran-check-all-num-for-matching-do)
172         (fortran-blink-matching-if, fortran-continuation-string)
173         (fortran-comment-region, fortran-electric-line-number)
174         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
175         (fortran-analyze-depth, fortran-break-before-delimiters):
176         Give an appropriate safe-local-variable property.
178 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
180         * printing.el: Move variable definitions before use.
181         (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
183 2007-10-22  Juri Linkov  <juri@jurta.org>
185         * isearch-multi.el: New file.
187         * isearch.el (isearch-search-string): After finding the next
188         occurrence switch to buffer isearch-buffers-current-buffer when
189         isearch-buffers-next-buffer-function is non-nil and
190         isearch-buffers-current-buffer is live.
192         * add-log.el (change-log-mode): Make and set buffer-local variable
193         isearch-buffers-next-buffer-function to change-log-next-buffer.
194         Call isearch-buffers-minor-mode.
195         (change-log-next-buffer): New function.
197 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
199         * textmodes/org.el (org-read-date-get-relative): New function.
200         (org-agenda-file-regexp): New variable.
201         (org-agenda-files): Allow directories in the variable.
202         (org-agenda-get-restriction-and-command): New function.
203         (org-agenda): Use `org-agenda-get-restriction-and-command'.
204         (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
205         (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
206         New functions.
207         (org-entry-add-to-multivalued-property)
208         (org-entry-remove-from-multivalued-property)
209         (org-entry-member-in-multivalued-property): New functions.
210         (org-remember-apply-template): Catch C-g and make sure window
211         configuration is restored.
212         (org-agenda-open-link): Make it work with several links in the line.
213         (org-drawers, org-set-regexps-and-options)
214         (org-get-current-options): Add support for a DRAWERS in-buffer option.
215         (org-agenda-window-frame-fractions): New option.
216         (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
217         (org-columns-cleanup-item, org-find-entry-with-id)
218         (org-insert-columns-dblock, org-listtable-to-string)
219         (org-dblock-write:columnview, org-columns-capture-view)
220         (org-edit-headline): New functions.
221         (org-agenda-to-appt): Require calendar.
222         (org-entry-get-with-inheritance): Widen for search.
223         (org-columns-display-here): Don't mark buffer as modified when
224         adding space characters to accomodate column overlays.
225         (org-export-as-html): Better formatting of tags in the toc.
226         (org-columns-display-here): Make the ITEM column as compact as possible.
227         (org-remember-templates): Customization interface improved.
228         (org-export-with-property-drawer): Variable removed.
229         (org-export-with-drawers): New option.
230         (org-complex-heading-regexp): New variable.
231         (org-sort-entries): Rewrite using `sort-subr'.
232         (org-set-property): More appropriate completion during interactive use.
233         (org-sort-entries): Allow sorting by property.
234         (org-additional-option-like-keywords): Add more values.
235         (org-sort-entries-or-items): Rename from `org-sort-entries'.
237 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
239         * textmodes/org.el (org-get-date-from-calendar): New function.
240         (org-at-timestamp-p, org-timestamp-change)
241         (org-remember-templates): First element of each entry is now a
242         name for the template.
243         (org-store-log-note): Check for `org-note-abort'.
244         (org-kill-note-or-show-branches): New command.
245         (org-fontify-priorities): New option.
246         (org-fontify-priorities): New function.
247         (org-cut-subtree, org-copy-subtree): New argument N to
248         act on N sequential subtrees.
249         (org-paste-subtree): Fix the level at which a tree is pasted.
250         (org-fit-agenda-window): Limitations on window size removed.
251         (org-agenda-find-same-or-today-or-agenda): Rename from
252         `org-agenda-find-today-or-agenda'.
253         (org-scheduled-past-days): New option.
254         (org-agenda-scheduled-leaders)
255         (org-agenda-deadline-leaders): New options.
256         (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
257         (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
258         (org-export-with-tags, org-export-plist-vars)
259         (org-infile-export-plist): New "tags" option.
260         (org-use-property-inheritance): New option.
261         (org-cached-entry-get): Use `org-use-property-inheritance'.
262         (org-remember-apply-template): Fix typo.
264 2007-10-22  Michael Albinus  <michael.albinus@gmx.de>
266         * net/tramp.el (tramp-find-shell)
267         (tramp-open-connection-setup-interactive-shell): Improve sending
268         initial commands.
269         (tramp-action-terminal): Send debug message.
270         (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
271         (tramp-barf-if-no-shell-prompt): Insert code of
272         `tramp-wait-for-shell-prompt'.
274 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
276         * term/AT386.el (terminal-init-AT386): Use input-decode-map.
278         * term/vt200.el (terminal-init-vt200):
279         * term/vt201.el (terminal-init-vt201):
280         * term/vt220.el (terminal-init-vt220):
281         * term/vt240.el (terminal-init-vt240):
282         * term/vt300.el (terminal-init-vt300):
283         * term/vt320.el (terminal-init-vt320):
284         * term/vt400.el (terminal-init-vt400):
285         * term/vt420.el (terminal-init-vt420): Use input-decode-map.
287         * term/wyse50.el (wyse50-terminal-map): New var.
288         (terminal-init-wyse50): Use it and input-decode-map.
289         (enable-arrow-keys): Emasculate.
291         * term/tvi970.el (tvi970-terminal-map): New var.
292         (terminal-init-tvi970): Use it and input-decode-map.
293         (tvi970-keypad-numeric): Remove.
294         (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
296         * term/sun.el (sun-raw-prefix): Fill as part of declaration.
297         (terminal-init-sun): Use it and input-decode-map.
299         * term/news.el (terminal-init-news):
300         * term/lk201.el (terminal-init-lk201):
301         * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
303 2007-10-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
305         * complete.el (PC-expand-many-files): Remove.
306         (PC-do-completion): Call file-expand-wildcards instead of
307         PC-expand-many-files.
309         * net/tramp.el (tramp-handle-expand-many-files): Remove.
310         (PC-expand-many-files): Remove advice.
312 2007-10-22  Glenn Morris  <rgm@gnu.org>
314         * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
315         Add some support for Fortran 2003 syntax:
316         (f90-type-indent): Now also applies to `enum'.
317         (f90-associate-indent): New user option.
318         (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
319         Add some F2003 keywords.
320         (f90-constants-re): New constant.
321         (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
322         Interface'.
323         (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
324         `class'.  Arguments for `type'/`class' may have spaces.  Add a new
325         element for functions with specified types.  Add `end enum' and
326         `select type'.  Add `implicit enumerator' and `procedure'.
327         Add `class default' and `type is', `class is'.  Fix `go to' regexp.
328         (f90-font-lock-keywords-3): Add `asynchronous' attribute.
329         (f90-font-lock-keywords-4): Add `f90-constants-re'.
330         (f90-blocks-re): Add `enum' and `associate'.
331         (f90-else-like-re): Add `class is', `type is', and `class default'.
332         (f90-end-type-re): Add `enum'.
333         (f90-end-associate-re, f90-typeis-re): New constants.
334         (f90-end-block-re): Add `enum' and `associate'.  Change from
335         optional whitespace to end-of-word, to avoid `enumerator'.
336         (f90-start-block-re): Add `select type', `abstract interface', and
337         `enum'.  Avoid `type is', and `type (sometype)'.
338         (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
339         (f90-mode): Doc fix.
340         (f90-looking-at-select-case): Doc fix.  Add `select type'.
341         (f90-looking-at-associate): New function.
342         (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
343         Add `enum' and `abstract interface'.
344         (f90-no-block-limit): Add `select type' and `abstract interface'.
345         (f90-get-correct-indent, f90-calculate-indent)
346         (f90-end-of-block, f90-beginning-of-block, f90-next-block)
347         (f90-indent-region, f90-match-end): Handle `associate' blocks.
349 2007-10-22  Martin Rudalics  <rudalics@gmx.at>
351         * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
352         Use window-full-width-p.
354 2007-10-22  Dan Nicolaescu  <dann@ics.uci.edu>
356         * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
358         * tooltip.el: Use featurep 'xemacs.
360         * printing.el: Move variable definitions before use, no code change.
362 2007-10-22  Juri Linkov  <juri@jurta.org>
364         * simple.el (goto-history-element): Allow minibuffer-default to be
365         a list of default values accessible by typing M-n in the minibuffer.
367         * dired-x.el (dired-guess-shell-command): Put all guesses to the
368         minibuffer default value list instead of pushing them temporarily
369         to the history list.
371 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
373         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
375 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
377         * w32-fns.el (w32-quote-process-args):
378         * dos-w32.el (print-region-function, lpr-headers-switches)
379         (ps-print-region-function): Pacify byte-compiler.
381         * emulation/edt-mapper.el (function-key-map):
382         (edt-map-key): Make it a function instead of using fset.
383         Inline edt-gnu-map-key and edt-lucid-map-key.  Use featurep 'xemacs.
384         (edt-gnu-map-key, edt-lucid-map-key): Remove.
385         (edt-x-emacs-p): Remove.
386         (edt-emacs-variant, edt-window-system, edt-xserver):
387         Use featurep 'xemacs.
389         * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
390         Replace eudc-xemacs-p with its definition.
391         (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
392         (eudc-emacs-mule-p): Remove.
393         (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
394         eudc-xemacs-p with feature tests.
396         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
397         (eudc-bob-url-keymap, eudc-bob-sound-keymap)
398         (eudc-bob-generic-keymap, eudc-bob-popup-menu)
399         (eudc-bob-toggle-inline-display):
400         * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
401         Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
403         * net/eudcb-ph.el (eudc-ph-open-session):
404         Replace eudc-xemacs-mule-p with its former definition.
406         * progmodes/octave-mod.el (octave-xemacs-p): Remove.
407         (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
409         * progmodes/vera-mode.el (vera-xemacs): Remove.
410         (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
412         * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
413         (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
414         (vhdl-speedbar-initialize, vhdl-ps-print-init)
415         (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
416         (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
417         with (featurep 'xemacs).
419         * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
420         (save-buffer-state-x):
421         * obsolete/fast-lock.el (fast-lock-verbose):
422         * emulation/viper-init.el (viper-xemacs-p)
423         (viper-cond-compile-for-xemacs-or-emacs):
424         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
425         * ps-print.el (case-fold-search):
426         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
427         * calculator.el (calculator-help): Use featurep 'xemacs.
429         * progmodes/prolog.el: Undo previous change.
430         (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
432         * progmodes/dcl-mode.el:
433         * play/yow.el:
434         * calendar/todo-mode.el:
435         * calendar/cal-hebrew.el:
436         * vc-hg.el: Undo previous change.
438         * vms-patch.el: Likewise.
439         (print-region-function): Pacify byte-compiler.
441 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
443         * files.el (backup-buffer-copy): Call `copy-file' with non-nil
444         preserve-uid-gid.
446         * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
447         compatibility.  It is not used, though.
449         * net/tramp.el (top): Put load of all tramp-* files into a dolist.
450         Require tramp-cmds.el.
451         (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
452         (tramp-handle-file-name-all-completions): Expand DIRECTORY.
453          (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
454         (tramp-do-copy-or-rename-file-out-of-band)
455         (tramp-maybe-open-connection): Use `make-temp-name'.  This is
456         possible, because we don't need to create the temporary file, but
457         we need a prefix for ssh, which has its own temporary file handling.
458         (tramp-handle-delete-directory): Add "-f" to rmdir.
459         (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
460         (tramp-handle-insert-file-contents): Don't raise a tramp-error but
461         a signal, in order to give the callee a chance to suppress.
462         (tramp-handle-write-region): Set owner also in case of short
463         track.  Don't use compatibility calls for `write-region' anymore.
464         (tramp-clear-passwd): Add parameter VEC.  Adapt all callees.
465         (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
467         * net/tramp-cmds.el: New file.
469         * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
470         `tramp-clear-passwd'.
472         * net/trampver.el: Update release number.
474 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
476         * progmodes/gud.el (gud-target-name): Move definition before use.
478         * progmodes/dcl-mode.el: Require imenu at compile time.
480         * progmodes/cc-engine.el (c-maybe-stale-found-type):
481         Pacify byte-compiler.
483         * obsolete/fast-lock.el: Use featurep test instead of string-match.
485         * eshell/esh-mode.el (eshell-handle-ansi-color):
486         Require ansi-color at compile time too.
488         * eshell/em-unix.el (eshell/info): Require info at compile time too.
490         * w32-fns.el: Require w32-vars.
492         * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
493         time too.
495 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
497         * double.el ([ignore]): Use `ignore'.
498         (double-setup): Inline into double-mode.
499         (double-mode): Use define-minor-mode.
501 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
503         * textmodes/reftex.el: Move require easymenu before first use.
504         (reftex-info): Require info at compile too.
506         * textmodes/org-publish.el (org-publish-org-to-html)
507         (org-publish-org-to): Require org at compile time too.
508         (org-publish-attachment): Require at compile time too.
510         * term/tty-colors.el (w32-tty-standard-colors):
511         Pacify byte-compiler.
513         * term/pc-win.el (frame-creation-function-alist): Add to this
514         instead of setting frame-creation-function.
516         * play/blackbox.el (bb-up, bb-down): Use forward-line.
518         * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
520         * calendar/todo-mode.el: Require calendar at compile time.
522         * calendar/cal-hebrew.el: Require holidays at compile time.
524         * w32-vars.el: Provide w32-vars.
526         * term/w32-win.el: Require w32-vars.
527         (w32-color-map): Pacify byte-compiler.
529         * loadup.el: Load w32-vars before term/w32-win.
531 2007-10-20  Juri Linkov  <juri@jurta.org>
533         * textmodes/fill.el (fill-paragraph): When the region is active,
534         don't try other `or' branches regardless of the value returned by
535         fill-region; just return t.
537 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
539         * vc.el (vc-do-command): Condition out a misleading message when
540         running asynchronously.
541         (vc-deduce-fileset): New argument enables using an unregistered
542         visited file as a singleton fileset if nothing else is available.
543         (vc-next-action): Restore file-registering behavior.
545 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
547         * calc/README: Add recent news.
549 2007-10-20  Dan Nicolaescu  <dann@ics.uci.edu>
551         * term/x-win.el (x-gtk-stock-map, icon-map-list)
552         (x-gtk-map-stock): Delete duplicated definitions from merge.
554         * progmodes/compile.el (compilation-skip-to-next-location)
555         (compilation-skip-threshold, compilation-skip-visited):
556         Move definitions earlier.
558         * play/decipher.el (decipher-keypress):
559         * play/zone.el (zone-fall-through-ws):
560         * play/landmark.el (lm-move-down, lm-move-up):
561         * play/handwrite.el (handwrite):
562         * mail/mspools.el (mspools-visit-spool):
563         * wdired.el (wdired-next-line, wdired-previous-line):
564         * tar-mode.el (tar-subfile-save-buffer):
565         * scroll-lock.el (scroll-lock-next-line)
566         (scroll-lock-previous-line):
567         * image-dired.el (image-dired-next-line)
568         (image-dired-previous-line):
569         * ediff-help.el (ediff-help-message-line-length):
570         Use forward-line.
572         * smerge-mode.el (smerge-auto-refine):
573         * diff-mode.el (diff-auto-refine): Add :group.
575         * play/yow.el: Require doctor at compile time.
577         * vmsproc.el: Provide vmsproc.
578         (command-send-input): Use forward-line.
580         * vms-patch.el: Require ps-print and vmsproc at compile time.
582         * vc-mtn.el (log-view-message-re, log-view-file-re)
583         (log-view-font-lock-keywords): Pacify byte-compiler.
585         * vc-hg.el: Require log-view at compile time.
587 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
589         * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
591 2007-10-20  Glenn Morris  <rgm@gnu.org>
593         * progmodes/f90.el (f90-font-lock-keywords-2)
594         (f90-looking-at-type-like): Fix regexp typos.
596 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
598         * bs.el (bs--track-window-changes): Don't refresh the whole list.
599         (bs-mode): Set mode-class property to special.
601 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
603         * diff-mode.el (diff-auto-refine): New var.
604         (diff-hunk): Use it.
605         (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
606         (diff-refine-change): Rename from diff-fine-change.  Change it.
607         (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
608         (diff-refine-hunk): Rename from diff-fine-highlight.
610 2007-10-20  John Paul Wallington  <jpw@pobox.com>
612         * help-fns.el (describe-variable-custom-version-info): New function
613         to return variable's version or package version note.
614         (describe-variable): Use it, display result.
616 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
618         * smerge-mode.el (smerge-auto-refine): New var.
619         (smerge-next, smerge-prev): Use it.
620         (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
622         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
623         Add `body' arg.  Cleanup the check-narrow-maybe/re-narrow-maybe mess.
625         * vc-bzr.el (vc-bzr-diff-tree):
626         * vc-git.el (vc-git-diff-tree):
627         * vc-hg.el (vc-hg-diff-tree):
628         * vc-mcvs.el (vc-mcvs-diff-tree):
629         * vc-mtn.el (vc-mtn-diff-tree):
630         * vc-svn.el (vc-svn-diff-tree): Remove.
632         * vc-mtn.el (vc-mtn-revision-completion-table):
633         * vc-cvs.el (vc-cvs-revision-completion-table):
634         * vc-arch.el (vc-arch-revision-completion-table):
635         * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
636         * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
637         Make it work when the arg is a list of files.
639 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
641         * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
642         Also `revision-completion-table' now takes a list of files.
643         (vc-deduce-fileset): Remove unused var `regexp'.
644         Only obey allow-directory-wildcard in dired buffers.
645         (vc-default-diff-tree): Remove.
646         (vc-diff-added-files): New var.
647         (vc-diff-internal): Use it.  Remove arg `backend'.  Update callers.
648         (vc-version-diff): Revert from `vc-history-diff' to the original name.
649         Remove the `backend' arg.
650         (vc-contains-version-controlled-file): Remove.
651         (vc-diff): Bring it closer to the version in Emacs-22.
652         (vc-revert): Fix typo in let-binding.
653         (vc-default-unregister): Remove.
654         (vc-dired-buffers-for-dir): Remove N^2 behavior.
656 2007-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
658         * textmodes/two-column.el (2C-split, 2C-merge):
659         * textmodes/bib-mode.el (bib-find-key, mark-bib):
660         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
661         * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
662         * progmodes/ada-xref.el (ada-get-all-references):
663         * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
664         * emulation/vi.el (vi-previous-line-first-nonwhite)
665         (vi-effective-range, vi-put-before):
666         * emulation/edt.el (edt-next-line, edt-previous-line)
667         (edt-paragraph-forward): Use forward-line.
669         * progmodes/etags.el (tags-apropos): Require apropos at compile
670         time too.
672         * progmodes/prolog.el: Require comint when compiling.
673         (inferior-prolog-flavor): Move defvar before use.
675 2007-10-19  Richard Stallman  <rms@gnu.org>
677         * font-core.el (turn-on-font-lock-if-desired):
678         Rename from `turn-on-font-lock-if-enabled'.
679         Fully obey `font-lock-global-modes'.
681 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
683         * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
684         which will not affect the behavior of things like forward-word.
685         (diff-fine-highlight): Preserve point.
687         * doc-view.el (doc-view-mode-map): Use remapping.
688         Don't rebind C-v, M-v to their default value.
689         Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
691         * smerge-mode.el: Add word-granularity refinement.
692         (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
693         (smerge-refine-weight-hack): New vars.
694         (smerge-refine-forward): New fun.
695         (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
696         (smerge-refine-subst): Use them as well.  Preserve point.
698 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
700         * follow.el (follow-unload-function): New function.
702         * loadhist.el (unload-function-features-list):
703         Rename from `unload-hook-features-list'.
704         (unload-hook-features-list): Add as obsolete alias.
705         (unload-feature): Use `unload-function-features-list'
706         and new FEATURE-unload-function.
708 2007-10-19  Glenn Morris  <rgm@gnu.org>
710         * bindings.el (mouse-minor-mode-menu)
711         (minor-mode-menu-from-indicator): Move to mouse.el.
712         * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
713         Move here from bindings.el.
715 2007-10-19  Richard Stallman  <rms@gnu.org>
717         * help-fns.el (describe-function-1): Don't use the advice origname
718         if it has no function definition.
720 2007-10-18  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
722         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
723         Use `save-restriction' rather than `widen'.
725 2007-10-18  Richard Stallman  <rms@gnu.org>
727         * time.el (display-time-world-time-format): Display day # not month #.
729 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
731         * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
733         * doc-view.el: Remove version keyword.
734         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
735         (doc-view-ps2pdf-program): Use executable-find.  Simplify custom type.
736         (doc-view-ghostscript-options): Improve custom type.
737         (doc-view-cache-directory, doc-view-conversion-buffer)
738         (doc-view-conversion-refresh-interval): Simplify custom type.
740 2007-10-18  Tassilo Horn  <tassilo@member.fsf.org>
742         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
743         (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
744         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
745         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
746         Remove superfluous messages.
747         (doc-view-mode-map): Use the image-mode scrolling commands.
748         Don't rebind C-x k.
750 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
752         * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
753         Add comment about "-dSAFER".
755 2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
757         * term/xterm.el: Don't require xt-mouse.
758         (terminal-init-xterm): Run terminal-init-xterm-hook rather than
759         calling turn-on-xterm-mouse-tracking-on-terminal directly.
761         * xt-mouse.el: Don't change the global function-key-map anny more.
762         (xterm-mouse-mode): Use terminal-init-xterm-hook.
763         Don't use after-make-frame-functions now that term/xterm.el calls
764         us directly.
765         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
766         Use turn-*-xterm-mouse-tracking-on-terminal.  Only once per terminal.
767         (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
768         Setup input-decode-map and remember that xterm-mouse-mode was
769         enabled in this terminal.
770         (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
771         terminals where it has been enabled.
773         * faces.el (tty-create-frame-with-faces): Make sure not only
774         tty-run-terminal-initialization but also set-locale-environment
775         are run only once per terminal.
776         (tty-run-terminal-initialization): Don't check if the terminal was
777         already initted.
779         * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
780         not to remove keymaps that just happen to inherit from one of ours.
781         When setting up our keymap, make sure it won't be accidentally
782         modified by someone else.
784 2007-10-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
786         * textmodes/artist.el (artist-previous-line, artist-next-line):
787         * dired.el (dired-next-line, dired-previous-line):
788         * progmodes/delphi.el (delphi-newline):
789         * textmodes/org.el (org-columns-eval):
790         Use forward-line.
792         * emerge.el (emerge-setup): Use insert-buffer-substring.
793         (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
795 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
797         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
798         (adaptive-fill-function): Doc fix.  Remove * from docstring.
800 2007-10-18  Tom Horsley  <tom.horsley@att.net>
802         * simple.el (interprogram-paste-function): Doc fix.
803         (current-kill): Accept list of strings as well
804         as single string from `interprogram-paste-function'.
806 2007-10-18  Glenn Morris  <rgm@gnu.org>
808         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
810 2007-10-18  Drew Adams  <drew.adams@oracle.com>
812         * bindings.el (mode-line-minor-mode-keymap):
813         Add mouse-minor-mode-menu on mouse-1.
814         (mode-line-modes): Add mouse-1 to help-echo text.
815         (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
816         New functions.
817         (mode-line-minor-mode-help): Doc fix.
819 2007-10-17  Juri Linkov  <juri@jurta.org>
821         * textmodes/fill.el (fill-paragraph-or-region): Remove function
822         at the request of RMS.
823         (fill-paragraph): Change `arg' to optional `justify'.  Add interactive
824         arg `region'.  Fix docstring.  At the first `or' branch add call to
825         `fill-region' if it the region is active in transient-mark-mode.
827         * bindings.el (esc-map): Bind M-q to fill-paragraph
828         instead of fill-paragraph-or-region.
830         * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
831         with fill-paragraph.
833         * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
834         Fix docstring.
836         * indent.el (indent-for-tab-command): Change interactive spec from
837         "P" to "p".  Add check for interactive arg before indenting the
838         active region.
840         * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
841         Regroup.
843 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
845         * emacs-lisp/find-func.el: Don't require loadhist.
847         * loadhist.el (feature-symbols, file-provides, file-requires)
848         (file-set-intersect, file-dependents): Simplify.
849         (unload-feature-special-hooks): Update list of special hooks.
851 2007-10-17  Tassilo Horn  <tassilo@member.fsf.org>
853         * bindings.el (completion-ignored-extensions): Remove pdf and dvi
854         extensions since they can be viewed with doc-view.
856         * files.el (auto-mode-alist): Make doc-view-mode the default mode
857         for pdf, ps and dvi files.
859         * doc-view.el: Make doc-view-mode the standard mode for viewing
860         pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
861         text and image display.  Add binding C-c C-e to switch to an
862         editing mode.
863         (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
864         avoid security problems when rendering files from untrusted sources.
866 2007-10-17  Aaron Hawley  <aaronh@garden.org>
868         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
869         position is not saved.
871 2007-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
873         * doc-view.el: Mention xpdf.  Fix spelling of Ghostscript.
874         (doc-view-ghostscript-options): Fix typo in doc string.
876 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
878         * progmodes/compile.el (compilation-next-error-function): Fix timestamp
879         handling, so compilation-fake-loc works again.
881         * server.el (server-select-display): Nop if we do not support m-f-o-d.
882         (server-process-filter): Revert last change.
884         * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
885         behavior unrelated to filesets.
887 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
889         * longlines.el (longlines-wrap-follows-window-size): Integer value
890         specifies wrapping margin.
891         (longlines-mode, longlines-window-change-function):
892         Set window-specific wrapping margin based on the above.
894 2007-10-17  John Wiegley  <johnw@newartisans.com>
896         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
898 2007-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
900         * server.el (server-process-filter): Only set display if X11 is
901         supported.
903 2007-10-17  Glenn Morris  <rgm@gnu.org>
905         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
906         Tweak regexp to avoid stack overflow.
908 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
910         * simple.el (reindent-then-newline-and-indent): Don't assume that
911         indent-according-to-mode preserves point.
913 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
915         * bs.el (bs--make-header-match-string, bs-show-in-buffer)
916         (bs--nth-wrapper): Simplify.
917         (bs-select, bs--insert-one-entry): Simplify.  Use `when'.
918         (bs-buffer-list): Simplify.  Use `when'.  Use `string-match-p'.
919         (bs-sort-buffer-interns-are-last): Use `string-match-p'.
920         (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
921         (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
922         (bs-configurations, bs-default-configuration)
923         (bs-alternative-configuration, bs-cycle-configuration-name)
924         (bs-string-show-always, bs-string-show-never, bs-string-current)
925         (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
926         (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
927         (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
928         (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
929         (bs--window-config-coming-from): Revert 2006-11-09 change.
930         (bs--restore-window-config): Keep the selected frame.
931         (bs--track-window-changes, bs--remove-hooks): New functions.
932         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
933         (bs--create-header): Remove.
934         (bs--create-header-line): New function, based on `bs--create-header'.
935         (bs--show-header): Use `bs--create-header-line'.
936         (bs--show-with-configuration): Revert 2006-11-09 change.
937         Don't reuse window unless it is visible on the selected frame.
938         Restore window configuration (possibly in a different frame)
939         before creating any window.
941 2007-10-16  Glenn Morris  <rgm@gnu.org>
943         * simple.el (blink-matching-open): Don't report false errors with
944         the `$' syntax class.
946 2007-10-16  Richard Stallman  <rms@gnu.org>
948         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
949         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
950         (ad-is-advised, ad-get-advice-info-field)
951         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
953 2007-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
955         * vc-hooks.el (vc-workfile-version): Compatibility alias.
956         (vc-default-working-revision): Compatibility for backends.
958 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
960         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
961         (filesets-ormap, filesets-sort-case-sensitive-flag)
962         (filesets-remake-shortcut, filesets-ingroup-collect-files):
963         Fix typos in docstrings.
964         (filesets-conditional-sort, filesets-find-or-display-file)
965         (filesets-data-get-name, filesets-data-get-data)
966         (filesets-data-set, filesets-cmd-query-replace-getargs)
967         (filesets-ingroup-collect): Doc fixes.
969 2007-10-15  Sam Steingold  <sds@gnu.org>
971         * mail/sendmail.el (sendmail-error-reporting-interactive)
972         (sendmail-error-reporting-non-interactive): New variables for
973         sendmail error reporting options to simplify support for imperfect
974         sendmail emulators.
975         (sendmail-send-it): Use them instead of list literals.
977 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
979         * help-fns.el: Revert previous change; it creates a
980         dependency loop between advice.el and help-fns.el.
982 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
984         * help-fns.el: Require advice when compiling.
986 2007-10-14  Drew Adams  <drew.adams@oracle.com>
988         * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
989         (ring-insert+extend, ring-remove+insert+extend, ring-member)
990         (ring-next, ring-previous): New functions.
992 2007-10-14  Richard Stallman  <rms@gnu.org>
994         * emacs-lisp/advice.el (documentation): Advice deleted.
995         Doc for advised functions is now handled at C level.
996         (ad-stop-advice, ad-start-advice): Don't enable or disable
997         advice for `documentation'.
998         (ad-advised-definition-docstring-regexp): Var deleted.
999         (ad-make-advised-definition-docstring): Store orig name
1000         as text property of string.
1001         (ad-advised-definition-p): Check for text property of docstring.
1003         * help-fns.el (describe-function-1): Find source of advised functions.
1005 2007-10-14  Juri Linkov  <juri@jurta.org>
1007         * faces.el (describe-face): Allow handling a string as the face name.
1009         * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
1010         active region in transient-mark-mode.
1011         (ispell-region): Change messages displayed at the start and end of
1012         the spell-checking to be the same.
1014         * startup.el (fancy-startup-tail): Say exactly what does the button
1015         dismiss ("Dismiss this startup screen").  Use text "Never show
1016         it again" for the checkbox after this button.
1017         (fancy-startup-screen, fancy-about-screen): Put point before the
1018         first link, so the user can quickly select links with the keyboard.
1019         (normal-mouse-startup-screen): Add more useful text describing how
1020         to follow a link.
1022 2007-10-14  Glenn Morris  <rgm@gnu.org>
1024         * progmodes/etags.el (select-tags-table): Disable undo in the
1025         `*Tags Table List*' buffer.
1027 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
1029         * dired.el (dired-warn-writable): New face.
1030         (dired-warn-writable-face): New variable.
1031         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
1032         of dired-warning-face, for group- and world-writable files.
1034 2007-10-13  Richard Stallman  <rms@gnu.org>
1036         * files.el (directory-abbrev-alist): Doc fix.
1038 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
1040         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
1042 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
1044         * frame.el (set-frame-configuration): Assign name parameter only
1045         if it has been set explicitly before.
1047 2007-10-11  Tom Tromey  <tromey@redhat.com>
1049         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
1050         frame is visible.
1052 2007-10-10  Richard Stallman  <rms@gnu.org>
1054         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
1055         in *Backtrace*.
1057         * faces.el (face-font-selection-order): Doc fix.
1059         * loadhist.el (unload-feature): Doc fix.
1061 2007-10-13  Glenn Morris  <rgm@gnu.org>
1063         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
1064         (octave-re-search-forward-kw, octave-re-search-backward-kw):
1065         Add doc string, and an explicit COUNT argument.
1066         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
1067         `inc' to search functions.
1069         * faces.el (face-spec-set): When FRAME is nil, set the default for
1070         new frames (restores pre-2007-09-17 behavior).  Doc fix.
1072 2007-10-13  John W. Eaton  <jwe@octave.org>
1074         * progmodes/octave-mod.el (octave-looking-at-kw)
1075         (octave-re-search-forward-kw, octave-re-search-backward-kw):
1076         New functions.
1077         (octave-in-defun-p, calculate-octave-indent)
1078         (octave-blink-matching-block-open, octave-beginning-of-defun)
1079         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
1080         to search for regexps that contain case-sensitive keywords.
1081         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
1082         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
1084 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
1086         * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
1087         Do not use a single clause cond.
1089         * cus-start.el (all): Use test that does not match the X11 version
1090         for mac.
1092 2007-10-13  Markus Gritsch  <m.gritsch@gmail.com>  (tiny change)
1094         * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
1095         BROWSE buffer.
1097 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
1099         * cus-start.el (all): Undo previous change.
1101 2007-10-13  Glenn Morris  <rgm@gnu.org>
1103         * woman.el (woman0-rename): Fix paren typo.
1105         * mail/feedmail.el (feedmail-run-the-queue)
1106         (feedmail-look-at-queue-directory):
1107         * mail/reporter.el (reporter-dump-state):
1108         * net/eudc-hotlist.el (eudc-edit-hotlist):
1109         * net/eudc.el (eudc-display-records)
1110         (eudc-filter-duplicate-attributes)
1111         (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
1112         * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
1113         (eudc-bbdb-query-internal):
1114         * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
1115         * net/socks.el (socks-build-auth-list):
1116         * progmodes/cc-cmds.el (top level):
1117         * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
1118         * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
1119         (cperl-write-tags, cperl-tags-treeify):
1120         * progmodes/ebnf-yac.el (ebnf-yac-token-table):
1121         * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
1122         * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
1123         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
1124         (idlwave-toolbar-remove-everywhere):
1125         * progmodes/idlwave.el (idlwave-indent-line)
1126         (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
1127         (idlwave-write-paths, idlwave-all-method-classes)
1128         (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
1129         (idlwave-fix-keywords, idlwave-display-calling-sequence)
1130         (idlwave-complete-in-buffer):
1131         * textmodes/org.el (org-export-as-html, org-export-as-ascii)
1132         (org-fast-tag-selection):
1133         * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
1134         than mapcar.
1136 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
1138         * diff-mode.el (diff-fine-change): Add :group.
1140 2007-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
1142         * cus-start.el (all): Use the same test as the 22.2 branch.
1144 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1146         * diff-mode.el (diff-current-defun): Force recomputation of
1147         change-log-default-name.
1149 2007-10-12  Chong Yidong  <cyd@stupidchicken.com>
1151         * startup.el (fancy-startup-screen): Remove an unnecessary newline
1152         and some leftover logic regarding dedicated frames.  If showing
1153         concise startup screen, fit window to buffer.
1154         (command-line-1): If we will be using the splash screen, use
1155         find-file instead of find-file-other-window to find additional files.
1156         Comment out unused code for coping with the old sit-for behavior.
1158 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1160         * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
1161         `meta' modifier consistently, rather than using sometimes meta
1162         sometimes alt.
1164 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
1166         * window.el (handle-select-window): Revert part of 2007-10-08
1167         change setting the input focus.
1169 2007-10-12  Glenn Morris  <rgm@gnu.org>
1171         * startup.el (command-line): Do not read abbrev file in batch mode.
1173         * emacs-lisp/byte-opt.el (top level):
1174         * mail/rmail.el (rmail-list-to-menu):
1175         * obsolete/hilit19.el (hilit-mode):
1176         * progmodes/cc-mode.el (c-postprocess-file-styles)
1177         (c-submit-bug-report):
1178         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
1179         * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
1180         (reftex-access-parse-file):
1181         * textmodes/reftex-cite.el (reftex-do-citation)
1182         (reftex-insert-bib-matches):
1183         * textmodes/reftex-ref.el (reftex-offer-label-menu):
1184         * textmodes/reftex-sel.el (reftex-select-unmark):
1185         * textmodes/reftex-toc.el (reftex-toc-do-promote):
1186         * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
1188         * cus-edit.el (custom-variable-menu, custom-face-menu)
1189         (custom-group-menu): Check init-file-user rather than
1190         user-init-file, in case cus-edit is loaded by site-run-file.
1192 2007-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
1194         * vc.el (vc-deduce-fileset): Delete unused code.
1195         (vc-next-action): Fix typos.
1197 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
1199         * bs.el (bs--mark-unmark): New function.
1200         (bs-mark-current, bs-unmark-current): Use it.
1202 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
1204         * vc.el (vc-diff):
1205         (vc-diff-internal): Merge a patch by Juanma Barranquero.  Also,
1206         temporarily disable the check for his edge case of
1207         vc-diff (stopping it from grinding when called from $HOME), as
1208         it's calling some brittle code in vc-hooks.el.
1209         (with-vc-properties): Fix evaluation time of a macro argument.
1210         * ediff-vers.el (ediff-vc-internal):
1211         * vc-hooks.el:
1212         * loaddefs.el: Follow up on VC terminology change.
1214 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
1216         * follow.el (follow-stop-intercept-process-output):
1217         Use `follow-call-process-filter' rather than `process-filter'.
1218         Simplify.
1219         * vc.el (vc0iff): Prevent errors in an edge case.
1221 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
1223         * vc-hooks.el (vc-registered): Robustify this function a bit
1224         against filenames with no directory component.
1226 2007-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1228         * international/characters.el: Undo unwanted and unexplained change.
1230 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1232         * ps-print.el: Fix the usage of :foreground and :background face
1233         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
1234         (ps-print-version): New version 6.7.6.
1235         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
1236         Fix code.
1237         (ps-face-foreground-color-p, ps-face-background-color-p)
1238         (ps-face-color-p): New inline funs.
1240 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
1242         * textmodes/org.el (org-additional-option-like-keywords): New constant.
1243         (org-complete): Use `org-additional-option-like-keywords'.
1244         (org-parse-local-options): New function.
1246 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
1248         * textmodes/org.el (org-in-clocktable-p): New function.
1249         (org-clock-report): Only update the table at point, or insert a new one.
1250         (org-clock-goto): New function.
1251         (org-open-file): Use `start-process-shell-command' instead of
1252         `shell-command' with an ampersand.
1253         (org-deadline, org-schedule): New argument REMOVE to remove the
1254         date from the entry.
1255         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
1256         argument to `org-schedule' and `org-deadline'.
1257         (org-trim): Use the correct expressions for beginning and end of
1258         the string.
1259         (org-get-cleaned-entry): Trim the string before returning it.
1260         (org-clock-find-position): New function.
1261         (org-clock-into-drawer): New option.
1262         (org-agenda-tags-column): Rename from
1263         `org-agenda-align-tags-to-column'.
1264         (org-agenda-align-tags): Allow negative values for
1265         `org-agenda-tags-column'.
1266         (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
1267         (org-agenda-to-appt): New optional argument FILTER.
1268         (org-completion-fallback-command): New variable.
1269         (org-complete): Use `org-completion-fallback-command'.
1270         (org-find-base-buffer-visiting): Catch the case that there is no
1271         buffer visiting the file.
1272         (org-property-or-variable-value): New function.
1273         (org-todo): Use `org-property-or-variable-value'
1274         (org-agenda-compact-blocks): New option.
1275         (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
1276         (org-agenda-schedule, org-agenda-deadline):
1277         Call `org-agenda-show-new-time'.
1278         (org-agenda-show-new-time): New argument PREFIX.
1279         (org-colgroup-info-to-vline-list): Fix but that cause a
1280         shift in the vertical lines.
1281         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
1282         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
1283         (org-indent-item): No arg in call to `org-fix-bullet-type'.
1284         (org-fix-bullet-type): Remove argument.
1285         (org-read-date): Check for am/pm twice, to catch the end time.
1286         (org-goto-map): Use `suppress-keymap'.
1287         (org-remember-apply-template): Respect the dynamically scoped
1288         selection character.
1290 2007-10-10  Bastien Guerry  <Bastien.Guerry@ens.fr>
1292         * textmodes/org-export-latex.el (org-export-latex-protect-string):
1293         Renaming of `org-latex-protect'.
1294         (org-export-latex-emphasis-alist): By default, don't protect
1295         any emphasis formatter from further conversion.
1296         (org-export-latex-tables): Honor column grouping for tables.
1297         (org-export-latex-title-command): New option.
1298         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
1299         export backslash character.
1301 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1303         * frame.el (frame-inherited-parameters): Remove unused `environment'
1304         parameter, and let server.el add `client' when needed.
1306         * server.el (server-create-tty-frame)
1307         (server-create-window-system-frame): Set frame-inherited-parameters.
1309         * frame.el (frame-inherited-parameters): New var.
1310         (make-frame): Use it.
1312         * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
1314         * env.el (let-environment): Remove.  Unused.
1315         (read-envvar-name): Simplify.
1316         (setenv): Remove unused arg `frame'.
1318         * help-fns.el (describe-variable): Add missing "  " for multiline
1319         obsolescence info and missing EOL after global value.
1321 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
1323         * add-log.el:
1324         * ediff-vers.el:
1325         * log-view.el:
1326         * pcvs.el:
1327         * vc-arch.el:
1328         * vc-bzr.el:
1329         * vc-cvs.el:
1330         * vc.el:
1331         * vc-git.el:
1332         * vc-hg.el:
1333         * vc-hooks.el:
1334         * vc-mcvs.el:
1335         * vc-mtn.el:
1336         * vc-rcs.el:
1337         * vc-sccs.el:
1338         * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
1339         {find,init,next,previous,annotate-*,log}-version ->
1340         {find,init,next,previous,annotate-*,log}-revision,
1341         annotate-focus-version -> annotate-working-revision, The term
1342         'focus' is gone.  The term 'revision' is now used consistently
1343         everywhere that reference to a revision ID is intended, replacing
1344         older use of 'version'.
1346 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
1348         * follow.el: Change all instances of "Follow Mode" to "Follow
1349         mode" in docstrings and messages.
1350         (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
1352 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
1354         * vc.el (vc-next-action): Rewrite completely; this principal
1355         entry point now operates on a current fileset selected either
1356         explicitly via VC-Dired or implicitly by visiting a file buffer,
1357         rather than always operating on the file of the current buffer as
1358         in older versions.  Rewrite the rest of the mode to match.
1359         (with-vc-properties): Rewrite to operate on a file list.
1360         (with-vc-file): vc-checkin takes a file list argument now.
1361         (vc-post-command-functions): This hook now receives a file list.
1362         (vc-do-command): Take a either a file or a file list as argument.
1363         (vc-deduce-fileset): New function for deducing a file list to
1364         operate on.
1365         (vc-next-action-on-file, vc-next-action-dired): Remove.
1366         Merge into vc-next-action.
1367         (vc-register): Adapt to the fact that vc-start-entry now takes a
1368         file list.
1369         (vc-register-with): New function.
1370         (vc-start-entry): Take a file list argument rather than a
1371         file argument.
1372         (vc-checkout): Cope with vc-start-entry taking a file list.
1373         (vc-steal-lock): Cope with with-vc-properties taking a
1374         file list.
1375         (vc-checkin): Take a file list argument rather than a file argument.
1376         (vc-finish-logentry): Use the filelist passed by vc-start-entry.
1377         (vc-diff-internal): Rewrite for filesets.
1378         (vc-diff-sentinel): New function, tests whether changes were
1379         written into a diff buffer.
1380         (vc-diff): Rewrite for filesets.
1381         (vc-version-diff): Rewrite for filesets.
1382         (vc-print-log): Take a fileset argument.
1383         (vc-revert): Revert the entire selected fileset, not just the
1384         current buffer.
1385         (vc-rollback): Roll back the entire selected fileset, if
1386         possible.  No longer accepts a prefix argument.
1387         (vc-update): Merge new changes for the entire selected
1388         fileset, not just the current buffer.
1389         (vc-revert-file): Cope with with-vc-properties taking a file list.
1390         (vc-default-dired-state-info): Add + status suffix if the file is
1391         modified.
1392         (vc-annotate-warp-version): Use the new diff machinery.
1393         (vc-log-edit): Take a file list argument rather than a file argument.
1395 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
1397         Sync with Tramp 2.1.11.
1399         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1400         Pacify byte compiler.
1402         * net/trampver.el: Update release number.
1404 2007-10-09  Richard Stallman  <rms@gnu.org>
1406         * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
1408 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
1410         * follow.el: Require easymenu.
1411         (follow-mode-hook, follow-mode): Doc fixes.
1412         (follow-mode-off-hook): Mark as obsolete.
1414 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
1416         * window.el (mouse-autoselect-window-cancel): Don't cancel for
1417         select-window or select-frame events.
1418         (handle-select-window): When autoselecting window set input
1419         focus.  Restructure.
1421         * frame.el (focus-follows-mouse): Move to frame.c.
1422         * cus-start.el (all): Add focus-follows-mouse.
1424 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
1426         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
1427         activate font-locking in the *buffer-selection* buffer.
1428         (bs-show-sorted): Doc fix.
1430         * bs.el (bs--get-marked-string, bs--get-modified-string)
1431         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
1432         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
1433         (bs--format-aux): Doc fix.
1435 2007-10-08  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1437         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
1439 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
1441         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
1442         (gud-gdb): New function for old M-x gdb (text command mode).
1443         (gud-gdb-command-name, gdb): Move to...
1445         * progmodes/gdb-ui.el: ...here and adapt doc string.
1446         (gud-gdba-command-name, gdba): Delete.
1448 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
1450         * bs.el: Don't defvar `font-lock-verbose'.
1451         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
1452         (bs--get-file-name): Fix typos in docstrings.
1453         (bs--show-header): Use `dolist' instead of `mapcar'.
1454         (bs-mode): Set `show-trailing-whitespace' to nil.
1455         (bs-buffer-sort-function, bs-mouse-select-other-frame)
1456         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
1457         Doc fixes.
1459 2007-10-08  Adam Hupp  <adam@hupp.org>  (tiny change)
1461         * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
1463 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
1465         * progmodes/gud.el (gdb): Make graphical mode the default and
1466         switch to text command mode if appropriate, i.e., reverse previous
1467         arrangement.
1468         (gud-gdb-marker-filter): Adapt for above change.
1470         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
1471         gud-minor-mode and gud-marker-filter.
1472         (gdb-fullname-regexp): New variable.
1473         (gud-gdba-marker-filter): Use it to switch to text command
1474         mode if appropriate.
1476 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
1478         * progmodes/gud.el (gud-display-line): Find source buffer even when
1479         GUD buffer has its own frame.
1481 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1483         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
1485 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1487         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
1489 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
1491         * allout.el (allout-before-change-handler): Replace got-char by
1492         goto-char.
1494 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1496         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
1497         Used to try and automatically enabled smerge-mode in the presence of
1498         conflicts and to call `svn resolved' when the conflicts are gone.
1499         (vc-svn-parse-status): Remember the svn-specific status.
1501 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
1503         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
1504         menu-bar-apropos-menu.  All users changed.
1505         (menu-bar-help-menu): Change menu symbols to better match the text
1506         displayed by the menu.
1508 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
1510         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
1511         #, @, : and ^.
1513 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
1515         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
1517         * log-view.el (log-view-mode-map): Likewise.
1519         * diff-mode.el (diff-mode-shared-map): Likewise.
1521 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
1523         * files.el (file-name-sans-versions): Also allow `A-Z'.
1525         * vc.el: Mention all supported VC backends.
1527 2007-10-08  Richard Stallman  <rms@gnu.org>
1529         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
1530         neighbouring buttons.
1532 2007-10-08  Andreas Schwab  <schwab@suse.de>
1534         * files.el (file-name-sans-versions): Also allow `_'.
1536 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
1538         * files.el (file-name-sans-versions): Allow - and a-z in version names.
1540         * log-view.el (log-view-mode-map, log-view-mode-menu):
1541         Bind log-view-annotate-version.
1542         (log-view-beginning-of-defun, log-view-end-of-defun)
1543         (log-view-annotate-version): New functions.
1544         (log-view-mode): Use log-view-beginning-of-defun and
1545         log-view-end-of-defun.
1547 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1549         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
1551 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1553         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
1554         neighbouring buttons.
1556         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1557         Recognize gcc's use of "note" for informational messages.
1559 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1561         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
1562         (css-mode): Update correspondingly.
1564 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
1566         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
1567         Signed-off-by, Acked-by and Merge.
1569 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1571         * ediff-init.el (ediff-verbose-p): This var is not a constant.
1573 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1575         * vc-mtn.el: New file.
1577         * vc-hooks.el (vc-handled-backends): Add Mtn.
1579 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
1581         * files.el (find-file, find-file-other-window)
1582         (find-file-other-frame, find-file-existing, find-file-read-only)
1583         (find-file-read-only-other-window)
1584         (find-file-read-only-other-frame)
1585         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
1587 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
1589         * progmodes/gud.el (gdb-ready): New variable.
1590         (gdb): Set it to nil.  Set gud-running to nil here...
1591         (gud-common-init): ...instead of here.
1593         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
1594         Use gdb-ready.  Discard input until GDB is ready to accept it.
1596 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
1598         * dired.el (dired-warning): Inherit from font-lock-warning-face to
1599         make it show up with eight colors.
1601 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1603         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
1604         diffs are concatenated with no intervening line.
1606 2007-10-08  Dave Love  <fx@gnu.org>
1608         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
1609         (python-font-lock-keywords): Update to the 2.5 version of the language.
1610         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
1611         (python-backspace): Only behave funny in code.
1612         (python-compilation-regexp-alist): Add PDB stack trace regexp.
1613         (inferior-python-mode): Add PDB prompt regexp.
1614         (python-fill-paragraph): Refine the fenced-string regexp.
1615         (python-find-imports): Handle imports spanning several lines.
1616         (python-mode): Add `class' to hideshow support.
1618 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1620         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
1621         Use add-log-buffer-file-name-function rather than binding
1622         buffer-file-name, so we don't end up calling change-log-mode in *cvs*
1623         when `fi' is the ChangeLog file itself.
1625         * outline.el (outline-flag-region): Use front-advance.
1627 2007-10-08  Ilya Zakharevich  <ilyaz@cpan.org>
1629         * progmodes/cperl-mode.el: Merge upstream 5.23.
1630         (cperl-where-am-i): Remove function.
1631         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
1632         (cperl-sniff-for-indent): De-invert [string] and [comment].
1633         When looking for label, skip s:m:y:tr.
1634         (cperl-indent-line): Likewise.
1635         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
1636         (cperl-windowed-init): Wrong `ps-print' handling.
1637         Both thanks to Chong Yidong.
1638         (cperl-look-at-leading-count): Could fail with unfinished RExen.
1639         (cperl-find-pods-heres): If the second part of s()[] is missing,
1640         don't try to highlight delimiters...
1642 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1644         * progmodes/compile.el (compilation-get-file-structure): Complete last
1645         change by also using spec-directory in the puthash.
1647 2007-10-08  Riccardo Murri  <riccardo.murri@gmail.com>
1649         * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
1650         (vc-bzr-status): Fix shadowing of variable 'status'.
1651         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
1652         Use `expand-file-name' instead of `concat'.
1653         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
1654         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
1656 2007-10-08  Jason Rumney  <jasonr@gnu.org>
1658         * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
1660 2007-10-08  Richard Stallman  <rms@gnu.org>
1662         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
1663         Add `safe-local-variable' property.
1664         (lisp-body-indent): Likewise.
1666 2007-10-08  Richard Stallman  <rms@gnu.org>
1668         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
1669         Add doc string.
1671 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
1673         * files.el (backup-buffer-copy): Try to overwrite old backup first.
1675 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
1677         * repeat.el (repeat): Use last-repeatable-command instead of
1678         real-last-command.  Run pre- and post-command hooks for
1679         self-insertion.  Update doc-string.
1681 2007-10-08  Alexandre Julliard  <julliard@winehq.org>
1683         * vc-git.el (vc-git-state): Call git-add --refresh to update the
1684         state of the file.
1685         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
1686         (vc-git-create-repo): Fix invalid command.
1688 2007-10-08  Richard Stallman  <rms@gnu.org>
1690         * textmodes/flyspell.el (flyspell-mode):
1691         Catch errors in flyspell-mode-on.
1693 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
1695         * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
1697 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1699         * international/encoded-kb.el (encoded-kbd-setup-display):
1700         Use input-decode-map rather than local-key-translation-map.
1702         * term/rxvt.el (rxvt-alternatives-map): New map.
1703         (terminal-init-rxvt): Use it.
1704         Bind rxvt-function-map in input-decode-map.
1706         * term/xterm.el (xterm-alternatives-map): New map.
1707         (terminal-init-xterm): Use it.
1708         Bind xterm-function-map in input-decode-map.
1710         * term/x-win.el (x-alternatives-map): New var.
1711         (x-setup-function-keys): Use it.
1713         * help-fns.el (describe-variable): Slightly change the layout of
1714         meta-info to separate it better from the docstring.
1715         Standardize insertion of extra empty lines in various circumstances.
1717         * diff-mode.el (diff-hunk-style): New fun.
1718         (diff-end-of-hunk): Use it.
1719         (diff-context->unified): Use the new `apply' undo element,
1720         if applicable, so as to save undo-log space.
1721         (diff-fine-change): New face.
1722         (diff-fine-highlight-preproc): New function.
1723         (diff-fine-highlight): New command.
1724         (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
1726         * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
1727         (smerge-refine-highlight-change): Add `props' argument.
1728         (smerge-refine-subst): New function holding most of smerge-refine.
1729         (smerge-refine): Use it.
1731 2007-10-08  Eric S. Raymond  <esr@snark.thyrsus.com>
1733         * vc.el (vc-default-wash-log): Remove unused code, the
1734         log washers all live in the backends now.
1735         (vc-default-comment-history): Correct for the fact
1736         that wash-log is argumentless in the new API.
1738 2007-10-08  Michael Albinus  <michael.albinus@gmx.de>
1740         * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
1741         (tramp-maybe-send-script): Apply `member' but `memq'.
1742         (tramp-advice-file-expand-wildcards): Simplify implementation.
1744 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
1746         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
1748         * mb-depth.el (minibuf-depth-indicator-function): New variable.
1749         (minibuf-depth-setup-minibuffer): Use it.
1751 2007-10-07  Glenn Morris  <rgm@gnu.org>
1753         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
1754         version numbers.
1756 2007-10-06  Juri Linkov  <juri@jurta.org>
1758         * textmodes/fill.el (fill-paragraph-or-region): New function.
1760         * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
1761         instead of fill-paragraph.
1763         * tutorial.el (tutorial--default-keys): Replace fill-paragraph
1764         with fill-paragraph-or-region.  Suspend command is now the same
1765         `suspend-frame' on window systems and on tty.
1767         * image.el (image-type): Check if image-types is bound to not fail
1768         on tty.
1770         * delsel.el (delete-selection-pre-hook):
1771         * emulation/cua-base.el (cua-paste): Check if mouse-region-match
1772         is fbound to not fail on mouseless tty.
1774 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
1776         * net/tramp.el (top): Move loading of tramp-util.el and
1777         tramp-vc.el to tramp-compat.el.
1778         (tramp-make-tramp-temp-file): Complete rewrite.  Create remote
1779         temporary file if possible, in order to avoid a security hole.
1780         (tramp-do-copy-or-rename-file-out-of-band)
1781         (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
1782         with DONT-CREATE, because the connection is not setup yet.
1783         (tramp-handle-process-file): Rewrite temporary file handling.
1784         (tramp-completion-mode): New defvar.
1785         (tramp-completion-mode-p): Use it.
1787         * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
1789         * net/tramp-fish.el (tramp-fish-handle-process-file):
1790         Rewrite temporary file handling.
1792 2007-10-06  Eric S. Raymond  <esr@snark.thyrsus.com>
1794         * vc.el: Workfile version -> focus version change.  Port various
1795         comments from new VC to reduce the noise in the diff.
1796         Patch in the new vc-create-repo function to go with the
1797         header comment about it already present.
1798         There are no changes to existing logic in this patch.
1799         (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
1801 2007-10-06  Aaron Hawley  <aaronh@garden.org>
1803         * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
1805 2007-10-05  Chris Moore  <dooglus@gmail.com>
1807         * server.el (server-kill-new-buffers): Doc fix.
1809 2007-10-05  John W. Eaton  <jwe@octave.org>
1811         * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
1812         (octave-begin-keywords): Add "do".
1813         (octave-end-keywords): Remove "end".
1814         (octave-reserved-words): Add "end".  Remove "all_va_args",
1815         "gplot", and 'gsplot".
1816         (octave-text-functions): Remove "gset", "gshow", "set", and "show".
1817         (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
1818         "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
1819         "default_return_value", "define_all_return_values",
1820         "do_fortran_indexing", "empty_list_elements_ok",
1821         "gnuplot_has_multiplot", "implicit_str_to_num_ok",
1822         "ok_to_lose_imaginary_part", "prefer_column_vectors",
1823         "prefer_zero_one_indexing", "propagate_empty_matrices",
1824         "resize_on_range_error", "treat_neg_dim_as_zero",
1825         "warn_assign_as_truth_value", "warn_comma_in_global_decl",
1826         "warn_divide_by_zero", "warn_function_name_clash",
1827         "warn_missing_semicolon", "whitespace_in_literal_matrix".
1828         Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
1829         "crash_dumps_octave_core", "sighup_dumps_octave_core",
1830         "sigterm_dumps_octave_core".
1831         (octave-block-match-alist): Remove "end" from block-end keywords.
1832         (octave-mode): Update ftp site address.
1834 2007-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
1836         * vc.el: Reorder functions, no code changes.
1838 2007-10-04  Michael Albinus  <michael.albinus@gmx.de>
1840         * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
1841         (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
1842         the cond clauses where needed.
1843         (tramp-handle-write-region): Rearrange code for proper handling of
1844         tmpfile.
1846         * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
1848         * net/tramp.el:
1849         * net/tramp-fish.el:
1850         * net/tramp-ftp.el:
1851         * net/tramp-smb.el: Rename `tramp-make-temp-file' to
1852         `tramp-compat-make-temp-file'.
1854 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
1856         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
1858 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1860         * emacs-lisp/copyright.el (copyright-update): Don't update if the file
1861         already uses a more recent copyright version than the "current" one.
1863 2007-10-03  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1865         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
1866         (doc-view-insert-image): Minor aesthetical docstring changes.
1868 2007-10-03  Tassilo Horn  <tassilo@member.fsf.org>
1870         * doc-view.el (doc-view): Don't ignore pdf and dvi files when
1871         completing filename.
1872         (doc-view-search-internal): Docstring change.
1874 2007-10-03  Michael Albinus  <michael.albinus@gmx.de>
1876         * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
1877         (tramp-file-name-handler-alist):
1878         Add `tramp-handle-insert-file-contents-literally'.  Needed for XEmacs.
1879         (tramp-make-temp-file): Use `make-temp-name'.  `make-temp-file',
1880         used before, creates the file already, which is not desired.
1881         (tramp-do-copy-or-rename-file-directly): Simplify handling of
1882         temporary file.
1883         (tramp-handle-insert-file-contents): Assign the result in the
1884         short track case.
1885         (tramp-handle-insert-file-contents-literally): New defun.
1886         (tramp-completion-mode-p): Revert change from 2007-09-24.
1887         Checking for `return' etc as last character is not sufficient, for
1888         example in dired-mode when entering <g> (revert-buffer) or
1889         <s> (dired-sort).
1891         * net/tramp-compat.el (top): Add also compatibility code for loading
1892         appropriate timer package.
1893         (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
1894         order to avoid autoloading problems.
1896         * net/tramp-fish.el:
1897         * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
1899         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
1900         where the second parameter of `copy-file' or `rename-file' is a
1901         remote file but not via ftp.
1903 2007-10-02  Richard Stallman  <rms@gnu.org>
1905         * frame.el (cursor-in-non-selected-windows): Doc fix.
1907 2007-10-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
1909         * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
1910         Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
1912 2007-10-01  Jay Belanger  <jay.p.belanger@gmail.com>
1914         * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
1915         when `expt' doesn't give range errors.
1917 2007-10-01  Markus Triska  <markus.triska@gmx.at>
1919         * calc/calc-math.el (math-smallest-emacs-expt):
1920         Make the computation more robust.
1922 2007-09-30  David Kastrup  <dak@gnu.org>
1924         * startup.el (argv): Alias for `command-line-args-left' to use as
1925         `(pop argv)' inside of --eval command sequences.  Allows for
1926         passing shell commands into Emacs verbatim without need for Lisp
1927         quoting.
1929         * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
1930         check only for changed size.
1931         (auto-revert-tail-handler): Get size from caller.  If the file has
1932         shrunk, tail the whole file again (the file presumably has been
1933         rewritten).
1935         * woman.el (woman-topic-all-completions, woman-mini-help):
1936         Fix fallout from 2007-09-07 introduction of `dolist' when the list
1937         actually was being manipulated in the loop.
1938         (woman-Cyg-to-Win, woman-pre-process-region)
1939         (woman-horizontal-escapes, woman-if-body, woman-unescape)
1940         (woman-strings, woman-special-characters, woman1-hc)
1941         (woman-change-fonts, woman-find-next-control-line):
1942         Use `match-beginning' rather than `match-string' when the result is
1943         just used as a flag.
1945 2007-09-30  Michael Albinus  <michael.albinus@gmx.de>
1947         * net/tramp-compat.el: New file.
1949         * net/tramp.el:
1950         * net/tramp-fish.el:
1951         * net/tramp-smb.el:
1952         * net/tramp-uu.el:
1953         * net/trampver.el: Move compatibility code to tramp-compat.el.
1954         Apply `mapc' instead of `mapcar' when the code needs side effects
1955         only.  Move utf-8 coding cookie to the second line.
1957 2007-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
1959         * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
1960         Improve custom type.
1961         (icon-map-list): Make it customizable.  Document how to disable
1962         stock icons.
1964 2007-09-30  Richard Stallman  <rms@gnu.org>
1966         * play/zone.el (zone-hiding-modeline): Use mode-line-format.
1968 2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1970         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
1972 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1974         * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode.  Rewrite.
1975         (t-mouse-mode): New compatibility alias.
1977 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
1979         * server.el (server-delete-client): Only delete the terminal if it
1980         is non-nil.
1982 2007-09-28  Michael Albinus  <michael.albinus@gmx.de>
1984         * net/tramp.el (with-file-property, with-connection-property):
1985         Highlight as keyword.
1986         (tramp-rfn-eshadow-setup-minibuffer)
1987         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1988         (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
1989         (tramp-do-copy-or-rename-file-directly)
1990         (tramp-do-copy-or-rename-file-out-of-band)
1991         (tramp-handle-shell-command, tramp-get-debug-buffer)
1992         (tramp-send-command-and-read, tramp-equal-remote)
1993         (tramp-get-local-gid): Pacify byte-compiler.
1994         (tramp-handle-file-name-directory): Result shall not be expanded.
1995         (tramp-find-foreign-file-name-handler): Rewrite.
1996         (tramp-dissect-file-name): Add optional parameter NODEFAULT.
1998         * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
2000         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
2001         Apply `tramp-completion-mode-p'.
2002         (tramp-fish-handle-set-file-times)
2003         (tramp-fish-handle-executable-find)
2004         (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
2005         (tramp-fish-retrieve-data): Pacify byte-compiler.
2007         * net/tramp-gw.el (tramp-gw-basic-authentication):
2008         Call `tramp-read-passwd' with first parameter `nil'.
2010 2007-09-28  Glenn Morris  <rgm@gnu.org>
2012         * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
2013         than mapcar.
2015         * textmodes/tex-mode.el (tex-suscript-height-ratio)
2016         (tex-suscript-height-minimum): New customizable variables.
2017         (tex-suscript-height): New function.
2018         (superscript, subscript): Set height using tex-suscript-height
2019         rather than fixing at 0.8.
2020         (tex-fontify-script, tex-font-script-display): Add :version tag.
2022 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
2024         * progmodes/python.el (python-eldoc-function): Doc fix.
2026 2007-09-27  Glenn Morris  <rgm@gnu.org>
2028         * image.el (image-type-auto-detected-p): Doc fix.  Don't detect an
2029         image if it is not in image-type-auto-detectable, or is there with
2030         a nil value.
2032 2007-09-27  Michael Albinus  <michael.albinus@gmx.de>
2034         * net/tramp.el (tramp-maybe-open-connection): Make test for alive
2035         connection more robust.
2037 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
2039         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
2040         Deal with the case that special &keywords are at the beginning or
2041         end of the argument list.  Also add some (incomplete) support for
2042         non-standard arglists.
2044 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
2046         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
2047         (eldoc-message-commands, eldoc-current-idle-delay)
2048         (eldoc-function-argstring-format): Fix typos in docstrings.
2050 2007-09-26  Jay Belanger  <jay.p.belanger@gmail.com>
2052         * calc/calc-units.el (calc-convert-units)
2053         (calc-convert-temperature): Remove unnecessary colons.
2055 2007-09-26  Bastien Guerry  <bzg@altern.org>
2057         * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
2058         New function.
2059         (org-export-latex-remove-from-headlines): Name changed because of typo.
2060         (org-export-latex-quotation-marks-convention): Option removed.
2061         (org-export-latex-make-preamble): Handle the DATE option.
2062         (org-export-latex-cleaned-string): Now the only cleaning function,
2063         synched up with org.el.
2064         (org-export-latex-lists, org-export-latex-parse-list)
2065         (org-export-list-to-latex): New functions.
2067 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
2069         * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
2070         (org-outline-regexp): New constant.
2071         (org-remember-handler): Throw error when the target file is not in
2072         org-mode.
2073         (org-cleaned-string-for-export): No longer call
2074         `org-export-latex-cleaned-string' with an argument.
2075         (org-get-tags): Returns now a list, not a string.
2076         (org-get-tags-string): New function.
2077         (org-archive-subtree): No need to split return of `org-get-tags'.
2078         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
2079         instead of `org-get-tags'.
2080         (org-agenda-format-date): Rename from `org-agenda-date-format'.
2081         (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
2082         (org-compatible-face): New argument INHERITS.  Inherit from this
2083         face if possible.
2084         (org-level-1, org-level-2, org-level-3, org-level-4)
2085         (org-level-5, org-level-6, org-level-7, org-level-8)
2086         (org-special-keyword, org-drawer, org-column, org-warning)
2087         (org-archived, org-todo, org-done, org-headline-done, org-table)
2088         (org-formula, org-code, org-agenda-structure)
2089         (org-scheduled-today, org-scheduled-previously)
2090         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
2091         in the new way.
2092         (org-get-heading): New argument NO-TAGS.
2093         (org-fast-tag-selection-include-todo): Made defvar instead of
2094         defcustom, feature is not deprecated.
2095         (org-remember-store-without-prompt): New default value t.
2096         (org-todo-log-states): New variable.
2097         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
2098         Compute the log states.
2099         (org-goto-map): More commands copied from global map.  Also bind
2100         `org-occur'.
2101         (org-goto): Made into a general lookup command.
2102         (org-get-location): Complete rewrite.
2103         (org-goto-exit-command): New variable.
2104         (org-goto-selected-point): New variable.
2105         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
2106         Set the new variables.
2107         (org-paste-subtree): Whitespace insertion strategy revised.
2108         (org-remember-apply-template): Protect v-A from the possibility
2109         that v-a might be nil.
2110         (org-remember-handler): Insertion rules revised.
2111         (org-todo): Respect org-todo-log-states.
2112         (org-up-heading-safe): New function.
2113         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
2115 2007-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
2117         * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
2118         region if in transient-mark-mode.
2120 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
2122         * calc/calc-ext.el (calc-init-extensions, calc-reset):
2123         * calc/calc-help.el (calc-full-help):
2124         * calc/calc-misc.el (another-calc):
2125         * calc/calc-store.el (calc-var-name-map):
2126         * calc/calc-stuff.el (calc-flush-caches):
2127         * calc/calc-units.el (math-build-units-table):
2128         * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
2129         (calc-quit):
2130         * calendar/icalendar.el (icalendar--format-ical-event)
2131         (icalendar--convert-ical-to-diary):
2132         * emacs-lisp/authors.el (authors):
2133         * emacs-lisp/cust-print.el (custom-print-install)
2134         (custom-print-uninstall):
2135         * emacs-lisp/disass.el (disassemble-1):
2136         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
2137         * emacs-lisp/edebug.el (byte-compile-resolve-functions):
2138         * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
2139         (elint-check-let-form, elint-check-condition-case-form)
2140         (elint-initialize):
2141         * emacs-lisp/elp.el (elp-results):
2142         * emacs-lisp/generic.el (generic-mode-internal):
2143         * emacs-lisp/re-builder.el (reb-delete-overlays):
2144         * emacs-lisp/regi.el (regi-interpret):
2145         * emacs-lisp/sregex.el (sregex--char-aux):
2146         * emulation/cua-rect.el (cua--deactivate-rectangle)
2147         (cua--highlight-rectangle, cua--rectangle-post-command):
2148         * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
2149         * emulation/viper-macs.el (viper-describe-kbd-macros)
2150         (viper-describe-one-macro):
2151         * emulation/viper-util.el (viper-setup-master-buffer):
2152         * emulation/viper.el (set-viper-state-in-major-mode):
2153         * international/mule-diag.el (describe-current-coding-system):
2154         * language/ethio-util.el (ethio-fidel-to-sera-buffer):
2155         * mail/emacsbug.el (report-emacs-bug):
2156         * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
2157         * obsolete/hilit19.el (hilit-unhighlight-region)
2158         (hilit-set-mode-patterns):
2159         * play/solitaire.el (solitaire-check, solitaire-solve):
2160         * play/zone.el (zone-pgm-rotate):
2161         * progmodes/ada-mode.el (ada-save-exceptions-to-file):
2162         * progmodes/ada-prj.el (ada-prj-display-page):
2163         * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
2164         (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
2165         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
2166         (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
2167         * progmodes/sh-script.el (sh-make-vars-local)
2168         (sh-reset-indent-vars-to-global-values):
2169         * progmodes/sql.el (top):
2170         * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
2171         * progmodes/xscheme.el (top):
2172         * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
2173         (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
2174         (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
2175         (artist-vaporize-lines, artist-ellipse-compute-fill-info)
2176         (artist-submit-bug-report):
2177         * textmodes/flyspell.el (flyspell-delay-commands)
2178         (flyspell-deplacement-commands):
2179         * textmodes/table.el (table--generate-source-epilogue, table-insert)
2180         (table--generate-source-cells-in-a-row, table--make-cell-map)
2181         (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
2183 2007-09-25  Juanma Barranquero  <lekktu@gmail.com>
2185         * allout.el (produce-allout-mode-map, allout-process-exposed):
2186         * ansi-color.el (ansi-color-make-color-map):
2187         * autoinsert.el (auto-insert):
2188         * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
2189         * dired-aux.el (dired-create-files):
2190         * dired.el (dired-restore-desktop-buffer):
2191         * ediff-diff.el (ediff-setup-fine-diff-regions):
2192         * ediff-mult.el (ediff-intersect-directories)
2193         (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
2194         (ediff-redraw-registry-buffer):
2195         * ediff-ptch.el (ediff-fixup-patch-map):
2196         * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
2197         (ediff-really-quit, ediff-clear-diff-vector):
2198         * emerge.el (emerge-really-quit):
2199         * ffap.el (ffap-replace-file-component):
2200         * filecache.el (file-cache-add-directory)
2201         (file-cache-add-directory-recursively)
2202         (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
2203         (file-cache-delete-directory, file-cache-files-matching-internal)
2204         (file-cache-display):
2205         * files.el (cd):
2206         * find-lisp.el (find-lisp-insert-directory):
2207         * finder.el (finder-compile-keywords):
2208         * help.el (view-emacs-news):
2209         * hi-lock.el (hi-lock-write-interactive-patterns):
2210         * ido.el (ido-to-end, ido-set-matches-1):
2211         * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
2212         (image-dired-mark-tagged-files):
2213         * jka-cmpr-hook.el (jka-compr-get-compression-info):
2214         * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
2215         * ps-print.el (ps-background, ps-begin-file)
2216         (ps-build-reference-face-lists):
2217         * simple.el (clone-buffer):
2218         * startup.el (command-line):
2219         * tempo.el (tempo-insert-template, tempo-is-user-element)
2220         (tempo-forward-mark, tempo-backward-mark):
2221         * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
2223 2007-09-25  Glenn Morris  <rgm@gnu.org>
2225         * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
2227         * view.el (view-search-no-match-lines): Add a doc string.
2228         Rewrite to simplify and work better.
2230 2007-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
2232         * progmodes/cc-mode.el (c-mode-base-map):
2233         Use c-indent-line-or-region instead of c-indent-line.
2235         * indent.el (indent-for-tab-command): First check if the region is
2236         active.
2238 2007-09-24  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2240         * whitespace.el (whitespace-tickle-timer): Don't install the timer if
2241         whitespace-rescan-timer-time is 0.
2243 2007-09-24  Karl Berry  <karl@gnu.org>
2245         * international/mule.el (coding-system-base): Fix doc string grammar.
2247 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
2249         * net/tramp.el (tramp-completion-mode-p): Rename from
2250         `tramp-completion-mode'.  Revert logic, check `return', `newline'
2251         and such alike.  Packages like Icicles tend to use other completion
2252         characters but `tab' and `space' only.
2254 2007-09-24  Adam Hupp  <adam@hupp.org>
2256         * progmodes/python.el (run-python): Import emacs module without
2257         waiting; prevents lockup on error.
2259 2007-09-23  Richard Stallman  <rms@gnu.org>
2261         * mail/sendmail.el (mail-bury): Delete the frame
2262         if this frame looks like it was made for this message.
2264         * completion.el (completion-separator-self-insert-command)
2265         (completion-separator-self-insert-autofilling):
2266         If `self-insert-command' has been remapped, use the substitute.
2268         * simple.el (copy-region-as-kill): Doc fix.
2270         * textmodes/org.el (org-confirm-shell-link-function)
2271         (org-confirm-elisp-link-function): Doc fixes.
2273 2007-09-23  Glenn Morris  <rgm@gnu.org>
2275         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
2277 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
2279         * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
2281         * term/tvi970.el (terminal-init-tvi970): Likewise.
2283         * term/sun-mouse.el (print-mouse-format): Likewise.
2285         * term/sun.el (scroll-down-in-place, scroll-up-in-place):
2286         Use forward-line instead of previous-line and next-line.
2288 2007-09-22  Juri Linkov  <juri@jurta.org>
2290         * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
2292         * tutorial.el (tutorial--default-keys): Update standard bindings:
2293         rename `iconify-or-deiconify-frame' to `suspend-frame',
2294         and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
2296 2007-09-22  Juri Linkov  <juri@jurta.org>
2298         * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
2299         Add help-echo to external links and to links without description.
2300         (fancy-splash-insert): Use help-echo from the 3rd element of the
2301         link specification list, or "Follow this link" if it's nil.  Doc fix.
2303 2007-09-22  Juri Linkov  <juri@jurta.org>
2305         * startup.el (command-line): Rename `inhibit-startup-message' to
2306         `inhibit-startup-screen'.
2307         (fancy-about-text): Use shorter label for "Ordering Manuals".
2308         (fancy-startup-tail): Add optional arg `concise'.  When `concise'
2309         is nil, display a line with "To start..." and 3 links to useful
2310         tasks.  Display the "Dismiss" button and "Don't show this message
2311         again" only when concise is non-nil.
2312         (fancy-startup-screen): Call `fancy-startup-tail' with optional
2313         arg `concise'.  If CONCISE is non-nil, display a concise version
2314         of the splash screen in another window.  Otherwise, switch to the
2315         startup buffer in the same window.
2316         (startup-echo-area-message): Change displayed binding from
2317         C-h C-p (describe-project) to C-h C-a (about-emacs), and change
2318         text "about the GNU system and GNU/Linux" to "about GNU Emacs and
2319         the GNU system".
2320         (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
2321         to "*GNU Emacs*".
2322         (display-about-screen): Don't check the existence of the buffer
2323         "*About GNU Emacs*".
2324         (display-splash-screen): Make alias to `display-startup-screen'.
2325         (command-line-1): Rename `inhibit-startup-message' to
2326         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
2327         started with command line options "-f", "-funcall", "-e", "-eval",
2328         "-execute", "-insert", "-find-file", "-file", "-visit".
2329         Inhibit startup screen when Emacs is started with a file name only
2330         on tty (i.e. don't inhibit it when started with a file name like
2331         "emacs FILE..." on a window system).
2332         (command-line-1): Simplify logic of displaying the startup screen:
2333         if file-count > 0, then display the concise version in another
2334         window, otherwise display full version in the same window.
2336         * help.el (help-map): Bind C-h C-a to about-emacs.
2337         (help-for-help-internal): Add C-a description to C-h help text.
2339 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
2341         * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
2342         (checkdoc-permit-comma-termination-flag): Autoload the
2343         safe-local-variable setting.
2345         * bookmark.el (bookmark-xemacsp): Remove.
2346         (bookmark-make): Don't use bookmark-xemacsp,
2347         use (featurep 'xemacs) instead.
2349         * speedbar.el (speedbar-frame-mode)
2350         (speedbar-frame-reposition-smartly)
2351         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
2352         (speedbar-check-vc): Remove use of non-existent variable
2353         dframe-xemacsp, use (featurep 'xemacs) instead.
2355         * indent.el (indent-for-tab-command): Indent the region if
2356         transient-mark-mode and the region is active.
2358 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
2360         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
2361         add inferior-octave-directory-tracker to the buffer-local value
2362         of comint-input-filter-functions.
2364 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
2366         * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
2368 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
2370         * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
2371         on w32 frames.
2373 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2375         * startup.el (normal-top-level): Remove DISPLAY from
2376         process-environment to let it be computed dynamically in callproc.c.
2378         * frame.el (frame-initialize, make-frame):
2379         * faces.el (tty-set-up-initial-frame-faces):
2380         * env.el (setenv): Don't set display-environment-variable.
2382         * server.el (server-getenv-from): Remove.  Use getenv-internal instead.
2383         (server-create-tty-frame): Don't set unused `tty' property.
2384         Set `display' instead of display-environment-variable.
2385         (server-create-window-system-frame): No display-environment-variable.
2387 2007-09-21  Michael Albinus  <michael.albinus@gmx.de>
2389         * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
2390         (rfn-eshadow-update-overlay-hook): New defvars.
2391         (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
2392         Run the hooks.
2394         * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
2395         (tramp-rfn-eshadow-setup-minibuffer)
2396         (tramp-rfn-eshadow-update-overlay): New defuns.  Hook into
2397         rfn-eshadow.el.
2399         * net/tramp-smb.el (tramp-smb-errors): Add error message for call
2400         timeout.
2402 2007-09-21  Glenn Morris  <rgm@gnu.org>
2404         * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
2405         * term/sun-mouse.el (suspend-emacstool): Remove.
2406         * term/sun.el: Remove emacstool-related code.
2408         * emacs-lisp/bytecomp.el (byte-compile-warnings)
2409         (byte-compile-warnings-safe-p): Add `mapcar'.
2410         (byte-compile-warning-types): Add mapcar and make-local.
2411         (byte-compile-normal-call): Add option to suppress mapcar warning.
2412         (top-level): Use mapc rather than mapcar in eval-when-compile.
2414         * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
2415         (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
2416         (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
2417         Handle escaped parens.
2418         (latex-forward-sexp): Doc fix.
2420         * eshell/esh-mode.el (eshell-output-filter-functions):
2421         Add eshell-postoutput-scroll-to-bottom.
2423         * loadup.el: Remove termdev.
2425         * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
2426         * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
2428 2007-09-21  Markus Triska  <markus.triska@gmx.at>
2430         * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
2431         `mapcar' is called for effect.
2433 2007-09-21  Kevin Ryde  <user42@zip.com.au>
2435         * international/mule.el (sgml-html-meta-auto-coding-function):
2436         Bind `case-fold-search' to t.
2438 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2440         * termdev.el: Remove.
2442         * frame.el (get-device-terminal): New function.  Moved from termdev.el.
2443         (frames-on-display-list): Use it.
2445         * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
2447         * termdev.el (terminal-id): Ask terminal-live-p before giving up.
2449 2007-09-20  Richard Stallman  <rms@gnu.org>
2451         * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
2453 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2455         * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
2457 2007-09-20  Glenn Morris  <rgm@gnu.org>
2459         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
2460         motion functions, rather than hard-coding "\n\n".
2461         (tex-validate-region): Check for eobp, to speed up.
2462         (tex-next-unmatched-end): Doc fix.
2464 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2466         * files.el (auto-mode-alist): Use archive-mode for .rar files.
2468         * international/mule.el (auto-coding-alist): Rar archives are binary.
2470         * arc-mode.el: Add basic support for Rar.
2471         (archive-find-type): Recognize Rar's signature.
2472         (archive-desummarize): New fun.
2473         (archive-summarize): Use it to restore the buffer's data in case
2474         someone wants to switch to some other major mode.
2475         (archive-resummarize): Use it as well.
2476         (archive-rar-summarize, archive-rar-extract): New functions.
2478         * filesets.el: Remove spurious * in docstrings.
2479         (filesets-running-xemacs): Remove.  Use (featurep 'xemacs) instead.
2480         (filesets-conditional-sort): Remove unused arg `simply-do-it'.
2481         (filesets-ingroup-collect): Remove unused arg `depth'.
2482         (filesets-update): Remove unused arg `version'.
2484         * finder.el (finder-compile-keywords): Fix up comment style.
2485         (finder-mouse-face-on-line): previous-line -> forward-line.
2487         * recentf.el: Remove spurious * in docstrings.
2488         (recentf-save-list): Fix up comment style.
2490         * progmodes/octave-mod.el: Remove spurious * in docstrings.
2491         (octave-mode-map): Move init into declaration and remove \t binding.
2492         (octave-mode-startup-message): Remove unused var.
2493         (octave-scan-blocks): Remove unused arg `from'.
2494         (octave-forward-block, octave-down-block, octave-up-block):
2495         Update callers.
2497         * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
2498         (meta-mode-map): Likewise and remove \t binding.
2500         * net/snmp-mode.el: Remove spurious * in docstrings.
2501         (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
2502         (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
2503         (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
2504         that completion accepts lists of strings.
2505         (snmp-mode-syntax-table): Move initialization into declaration.
2506         (snmp-mode-map): Likewise and remove \t binding.
2507         (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
2508         (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
2509         (snmp-indent-command): Remove.
2511         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
2512         binding, so tab-always-indent works right.
2514 2007-09-19  Johannes Weiner  <hannes@saeurebad.de>
2516         * net/browse-url.el (browse-url-elinks-new-window): New function.
2517         (browse-url-elinks): Use browse-url-elinks-new-window.
2518         Accept optional second argument `new-window'.  Fix typo in doc-string.
2519         (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
2520         Improve error message.
2522 2007-09-19  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2524         * net/browse-url.el (browse-url-url-encode-chars): Use the right
2525         parameter name in the function body.
2526         Reported by Johannes Weiner.
2528 2007-09-19  Glenn Morris  <rgm@gnu.org>
2530         * net/socks.el (socks-open-network-stream): Signal an explicit
2531         error if the port associated with a service string can't be found.
2533         * textmodes/tex-mode.el (tex-terminate-paragraph):
2534         Use backward-paragraph.
2536 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2538         * server.el (server-running-p): New function.
2540 2007-09-18  Jason Rumney  <jasonr@gnu.org>
2542         * term/w32-win.el (w32-focus-frame): Make obsolete alias for
2543         x-focus-frame.
2545         * frame.el (select-frame-set-input-focus, select-frame-by-name):
2546         Use x-focus-frame for w32.
2548 2007-09-17  David Kastrup  <dak@gnu.org>
2550         * textmodes/tex-mode.el (tex-verbatim-environments):
2551         Eliminate CL dependency.
2553 2007-09-17  Richard Stallman  <rms@gnu.org>
2555         * newcomment.el (comment-add): New arg EXTRA.
2556         (comment-region-default): Pass EXTRA if not indenting lines.
2558 2007-09-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2560         * net/browse-url.el (browse-url-url-encode-chars): New function.
2561         URL-encode some chars in a string.
2562         (browse-url-encode-url): Rewrite using the previous function.
2563         (browse-url-file-url): Use `browse-url-url-encode-chars'.
2564         (browse-url-elinks-sentinel): Fix typo.
2565         (browse-url-new-window-flag): Doc change.
2567 2007-09-17  Glenn Morris  <rgm@gnu.org>
2569         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
2570         filename from `--file-line-error', if it is available.
2572 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
2574         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
2575         TeX `--file-line-error' format.
2577 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
2579         * xt-mouse.el: Delete add-hook calls that were moved to
2580         xterm-mouse-mode.
2581         (xterm-mouse-mode): Disable resume-tty-functions, explain why it
2582         does not work.
2584 2007-09-17  Richard Stallman  <rms@gnu.org>
2586         * cus-face.el (custom-theme-set-faces): Undo previous change.
2588         * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
2590 2007-09-17  Glenn Morris  <rgm@gnu.org>
2592         * textmodes/tex-mode.el (tex-region): Simplify previous change,
2593         handling the case where the region is not in `tex-main-file'.
2594         (tex-region-1): Delete.
2595         (tex-region-header): New function, doing the header part of the
2596         old tex-region-1.
2598 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2600         * simple.el (newline): Simplify use of prefix-numeric-value.
2601         (line-move-partial): Remove unused var `ppos'.
2602         (line-move-1): Replace 9999 with most-positive-fixnum.
2603         (move-end-of-line): Use more efficient single-property search.
2604         (move-beginning-of-line): Remove unused var `start'.
2605         (blink-matching-open): Restructure in a more functional style.
2607 2007-09-16  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2609         * calendar/holidays.el (list-holidays): Remove the cyclic alias.
2611 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2613         * server.el (server-clients): Only keep procs, no properties any more.
2614         (server-client): Remove.
2615         (server-client-get, server-client-set): Remove, replace all callers by
2616         process-get and process-put resp.
2617         (server-clients-with, server-add-client, server-delete-client)
2618         (server-create-tty-frame, server-create-window-system-frame)
2619         (server-process-filter, server-execute, server-visit-files)
2620         (server-buffer-done, server-kill-buffer-query-function)
2621         (server-kill-emacs-query-function, server-switch-buffer)
2622         (server-save-buffers-kill-terminal): Update accordingly.
2624         * server.el (server-with-environment): Simplify.
2625         (server-select-display, server-unselect-display): Re-add functions that
2626         seem to have been lost in the multi-tty merge.
2627         (server-eval-and-print, server-create-tty-frame)
2628         (server-create-window-system-frame, server-goto-toplevel)
2629         (server-execute, server-return-error): New functions extracted from
2630         server-process-filter.
2631         (server-execute-continuation): New functions.
2632         (server-process-filter): Restructure so that all arguments are analysed
2633         first and then acted upon in a subsequent stage.  This way
2634         server-goto-toplevel can be executed later, when we know if
2635         it's necessary.
2636         Remove the "-version" and "-version-good" support.
2638 2007-09-16  Drew Adams  <drew.adams@oracle.com>
2640         * cus-edit (custom-face-edit-activate): Doc fix.
2642 2007-09-16  Glenn Morris  <rgm@gnu.org>
2644         * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
2645         Following cal-bahai renaming, update all instances of
2646         list-bahai-diary-entries to diary-bahai-list-entries,
2647         mark-bahai-diary-entries to diary-bahai-mark-entries,
2648         calendar-goto-bahai-date to calendar-bahai-goto-date,
2649         insert-bahai-diary-entry to diary-bahai-insert-entry,
2650         insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
2651         insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
2652         calendar-print-bahai-date to calendar-bahai-print-date.
2654         * textmodes/tex-mode.el (tex-region): Handle the case where the
2655         region is not in `tex-main-file'.  Move the old code that applies
2656         to both cases...
2657         (tex-region-1): ...to this new function.
2659 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2661         * vc.el (vc-process-sentinel): New function.
2662         (vc-exec-after): Use it instead of using ugly hackish analysis and
2663         construction of Elisp code.
2664         (vc-sentinel-movepoint): New dynamically scoped var.
2665         (vc-print-log, vc-annotate): Set it to move the user's point.
2667         * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
2668         inhibit-modification-hooks.
2670         * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
2671         (calendar-bahai-print-date, calendar-bahai-goto-date)
2672         (diary-bahai-list-entries, diary-bahai-insert-entry):
2673         New names to clean up the namespace a bit more.
2674         (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
2676 2007-09-15  Glenn Morris  <rgm@gnu.org>
2678         * calendar/holidays.el (holiday-list): Rename it back to
2679         `list-holidays', but leave `holiday-list' as an alias.
2681         * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
2682         custom group.
2684         * textmodes/css-mode.el (css): New custom group.
2685         (css-electrick-keys, css-selector, css-property)
2686         (css-indent-offset): Specify custom group.
2688 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2690         * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
2691         (cvs-execute-single-file): Use process-file.
2692         (cvs-run-process): Use start-file-process.
2694 2007-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
2696         * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
2697         level.  Remove the hooks when turning off the mode.
2699         * term/xterm.el: Require xt-mouse at compile time.
2700         (terminal-init-xterm): Turn on xterm mouse tracking for this
2701         terminal if xterm-mouse-mode is enabled.
2703 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
2705         * term/xterm.el (xterm-function-map): Replace bindings that were
2706         deleted by the merge.
2708 2007-09-14  Ulf Jasper  <ulf.jasper@web.de>
2710         * play/bubbles.el (bubbles-version): Bump value to "0.5".
2711         (bubbles-mode-map): Move define-key statements here.
2712         (bubbles-game-theme-menu): Ditto.
2713         (bubbles-graphics-theme-menu): Ditto.
2714         (bubbles-menu): Ditto.
2715         (bubbles-mode): Initialize buffer-undo-list, redisplay.
2716         (bubbles--initialize): Reset buffer-undo-list, redisplay.
2717         (bubbles-plop): Set buffer-undo-list, redisplay.
2718         (bubbles-undo): Reset buffer-undo-list, redisplay.
2719         (bubbles--show-images): Take care of missing text properties.
2721 2007-09-14  Glenn Morris  <rgm@gnu.org>
2723         * startup.el (fancy-startup-text, fancy-about-text): Fix face
2724         quoting.
2726         * calendar/cal-hebrew.el, calendar/cal-menu.el
2727         * calendar/calendar.el, calendar/diary-lib.el
2728         * calendar/holidays.el: Rename all instances of
2729         list-calendar-holidays callers to calendar-list-holidays,
2730         list-holidays to holiday-list, check-calendar-holidays to
2731         calendar-check-holidays, mark-calendar-holidays to
2732         calendar-mark-holidays, and filter-visible-calendar-holidays to
2733         holiday-filter-visible-calendar.
2735 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
2737         * term/xterm.el (xterm-function-map): Add C-M- bindings.
2739 2007-09-13  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
2741         * play/bubbles.el (bubbles--initialize-images): Fix bug:
2742         Use transparent background for empty cells in graphics mode.
2744 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
2746         * man.el (Man-default-man-entry): At end of line, continue looking
2747         to the next line for possible end of hyphenated command.
2749 2007-09-13  Chris Moore  <dooglus@gmail.com>
2751         * shell.el (shell-resync-dirs): Don't move the cursor relative to
2752         the command being edited.
2754 2007-09-12  Jim Meyering  <jim@meyering.net>  (tiny change)
2756         * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
2758 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
2760         * term/xterm.el (xterm-function-map): Add bindings for M-S- and
2761         C-M-S- keys.
2763         * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
2765 2007-09-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2767         * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
2768         New argument `filename-p' to use one set of confusing chars or another.
2769         (browse-url-file-url): Use the argument.
2770         Suggested by Johannes Weiner.
2772 2007-09-12  Romain Francoise  <romain@orebokech.com>
2774         * cus-start.el (all): Revert 2007-09-08 change.
2776 2007-09-12  Aaron Hawley  <aaronh@garden.org>
2778         * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
2779         extract .Z files, since it is more common than uncompress.
2781 2007-09-12  Glenn Morris  <rgm@gnu.org>
2783         * textmodes/org-publish.el (org-publish-org-to-html): Remove
2784         duplicate function definition.
2786 2007-09-10  Chris Moore  <dooglus@gmail.com>
2788         * diff-mode.el (diff-sanity-check-hunk):
2789         Also accept single-line hunks.
2791 2007-09-10  Chong Yidong  <cyd@stupidchicken.com>
2793         * startup.el (startup-screen-inhibit-startup-screen)
2794         (pure-space-overflow-message): New vars.
2795         (fancy-splash-insert): Allow functions for face and link specs.
2796         (fancy-splash-head): Remove unused arg.  Move splash text...
2797         (fancy-startup-text, fancy-about-text): ...here.
2798         (fancy-startup-tail): Rename from fancy-splash-tail.
2799         (fancy-startup-screen, fancy-about-screen): Split off from
2800         fancy-splash-screens.
2801         (display-startup-screen): New function.
2802         (display-about-screen): Rename from display-splash-screen.
2803         (command-line-1): Use concise startup screen if necessary.
2805 2007-09-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
2807         * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
2808         Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
2810 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2812         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
2813         (python-font-lock-keywords): Update to the 2.5 version of the language.
2814         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
2815         (python-backspace): Only behave funny in code.
2816         (python-compilation-regexp-alist): Add PDB stack trace regexp.
2817         (inferior-python-mode): Add PDB prompt regexp.
2818         (python-fill-paragraph): Refine the fenced-string regexp.
2819         (python-find-imports): Handle imports spanning several lines.
2820         (python-mode): Add `class' to hideshow support.
2822 2007-09-10  Dave Love  <fx@gnu.org>
2824         * outline.el (outline-4, outline-5, outline-7):
2825         Move font-lock-builtin-face down from 4 to 7 to better keep the
2826         progression of color brightness, and to better match Org-mode's faces.
2828 2007-09-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2830         * progmodes/meta-mode.el (meta-font-lock-keywords)
2831         (font-lock-match-meta-declaration-item-and-skip-to-next)
2832         (meta-comment-indent, meta-indent-previous-line)
2833         (meta-indent-unfinished-line, meta-beginning-of-defun)
2834         (meta-end-of-defun, meta-common-initialization): Handle \f.
2835         (meta-indent-unfinished-line): Do not handle a `%' in a string as
2836         a comment-start.
2838         * files.el (file-modes-char-to-who, file-modes-char-to-right)
2839         (file-modes-rights-to-number): Auxiliary functions for symbolic to
2840         numeric notation of file modes.
2841         (file-modes-symbolic-to-number): New.  Convert symbolic modes to its
2842         numeric value.
2843         (read-file-modes): New.  Read either an octal value of a file mode or a
2844         symbolic value, and return its numeric value.
2846         * dired-aux.el (dired-do-chmod): Change to use the built-in
2847         `set-file-modes' and the previous symbolic mode parsing functions.
2849 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2851         * textmodes/texinfo.el: Remove spurious * in docstrings.
2852         (texinfo-mode-syntax-table, texinfo-mode-map):
2853         Initialize in the declaration.
2855         * tmm.el: Remove spurious * in docstrings.
2856         (tmm-prompt): Use with-current-buffer.
2858         * vcursor.el: Remove spurious * in docstrings.
2859         (vcursor-map): Initialize in the declaration.
2860         (vcursor-use-vcursor-map): Use define-minor-mode.
2861         (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
2863         * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
2864         Initialize in the declaration.
2865         (widget-minor-mode): Use define-minor-mode.
2867         * woman.el (woman-mode-map, woman-syntax-table):
2868         Initialize in the declaration.
2870 2007-09-09  Tassilo Horn  <tassilo@member.fsf.org>
2872         * doc-view.el: New file.
2874 2007-09-09  Juri Linkov  <juri@jurta.org>
2876         * Makefile.in (update-authors): Add etc/ to AUTHORS.
2878         * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
2880         * startup.el (initial-buffer-choice): Rename choice "Splash screen"
2881         to "Startup screen".  Fix docstring.
2882         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
2883         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
2884         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
2885         (initial-scratch-message): Fix docstring.
2886         (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
2887         Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
2888         Add link to "Customize Startup" and set interval between links to
2889         5 spaces.
2890         (fancy-about-text): Add links "Authors" and "Contributing".
2891         (fancy-splash-head): Add text "Welcome to " on the startup screen,
2892         and "This is " on the about screen.  Add link to
2893         "http://www.gnu.org/software/emacs/" for "GNU Emacs".
2894         For the about screen move emacs version to the header from
2895         `fancy-splash-tail' (as it's done already for normal about screen).
2896         (fancy-splash-tail): Insert emacs version only for startup screen.
2897         (normal-splash-screen): Remove duplicate empty lines.
2898         (normal-about-screen): Add links "Authors" and "Contributing".
2900         * menu-bar.el (menu-bar-help-menu):
2901         Move "About Emacs" and "About GNU" to the end of the Help menu.
2902         Move "Emacs Psychotherapist" after "Send Bug Report...".
2903         Move "External Packages" after "Find Emacs Packages".
2905 2007-09-09  Michael Albinus  <michael.albinus@gmx.de>
2907         * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
2908         they are useless with the byte compiler.
2909         (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
2910         (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
2911         (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
2912         (tramp-file-name-real-host, tramp-file-name-port)
2913         (tramp-find-method, tramp-find-user, tramp-find-host): Make them
2914         defuns.
2916         * net/tramp-cache.el (top): Improve error message when
2917         `tramp-persistency-file-name' is corrupted.
2919 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
2921         * textmodes/org.el (org-re): Also replace the :alpha: class.
2922         (org-todo-tag-alist): Variable removed.
2923         (org-todo-key-alist, org-todo-key-trigger) New variables.
2924         (org-use-fast-todo-selection): New option.
2925         (org-log-done): Docstring fixed.
2926         (org-deadline-warning-days): New default value 14.
2927         (org-edit-timestamp-down-means-later) New option.
2928         (org-tag-alist): Docstring fixed.
2929         (org-fast-tag-selection-include-todo): New option.
2930         (org-export-language-setup): New languages added.
2931         (org-set-regexps-and-options): Compute the new variables.
2932         (org-paste-subtree): Cleaning up.
2933         (org-remember-apply-template): New escape %A.
2934         (org-todo): Call fast TODO selection.
2935         (org-fast-todo-selection): New function.
2936         (org-add-log-note): Allow prefix for abort exit.
2937         (org-at-property-p, org-entry-properties)
2938         (org-columns-get-autowidth-alist): Use :alpha: class.
2939         (org-get-wdays): New function.
2940         (org-agenda-remove-date): New variable.
2941         (org-agenda-get-deadlines): Use `org-get-wdays'.
2942         (org-agenda-get-deadlines): Reverse ee before returning.
2943         (org-format-agenda-item): New argument REMOVE-RE.
2944         (org-agenda-convert-date): Baha'i calendar added.
2945         (org-infile-export-plist): Also find DATE line.
2946         (org-get-min-level): New function.
2947         (org-export-as-html, org-export-as-ascii): Use the date format.
2948         (org-shiftup, org-shiftdown): Use.
2949         `org-edit-timestamp-down-means-later'.
2950         (org-assign-fast-keys): New function.
2952 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
2954         * cus-start.el (all): Add prefer-window-split-horizontally from
2955         window.c.
2957 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
2959         * net/browse-url.el (browse-url-galeon): Fix last change.
2960         (top-level): Require cl when compiling.
2962 2007-09-08  Carsten Dominik  <dominik@science.uva.nl>
2964         * textmodes/org-export-latex.el: arch-tag restored.
2966         * textmodes/org-publish.el: arch-tag restored.
2968 2007-09-08  Masatake YAMATO  <jet@gyve.org>
2970         * progmodes/which-func.el (which-func-modes): Add diff-mode.
2972         * progmodes/cc-langs.el: Support new keywords added to
2973         objective-c frontend of gcc.
2974         (c-simple-stmt-kwds): Add @throw.
2975         (c-block-stmt-2-kwds): Add @synchronized.
2976         (c-block-stmt-1-kwds): Add @finally and @try.
2978 2007-09-07  Carsten Dominik  <dominik@science.uva.nl>
2980         * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
2981         (org-agenda-after-show-hook): New variable.
2982         (org-columns-compile-format)
2983         (org-columns-get-autowidth-alist, org-buffer-property-keys)
2984         (org-entry-properties, org-at-property-p): Allow [:alnum:] in
2985         property names.
2986         (org-get-wdays): New function.
2988 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2990         * simple.el (normal-erase-is-backspace-setup-frame): Massage.
2992         * term/xterm.el (xterm-function-map): Initialize in the declaration.
2994         * vc-arch.el (vc-arch-checkin): Fix typo.
2996 2007-09-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
2998         * cus-face.el (custom-theme-set-faces): Set face attributes
2999         locally for each frame.
3001 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3003         * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
3004         via font-lock-defaults.
3006         * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
3007         derived-mode-p.
3009 2007-09-07  Thien-Thi Nguyen  <ttn@gnuvola.org>
3011         * progmodes/autoconf.el (autoconf-definition-regexp):
3012         Handle optional square brackets around definition name.
3014 2007-09-07  Johannes Weiner  <hannes@saeurebad.de>
3016         * net/browse-url.el (browse-url-browser-function): Add elinks.
3017         (browse-url-elinks-wrapper): New option.
3018         (browse-url-encode-url, browse-url-elinks)
3019         (browse-url-elinks-sentinel): New functions.
3020         (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
3021         (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
3022         Use new function browse-url-encode-url.
3024 2007-09-07  Glenn Morris  <rgm@gnu.org>
3026         * version.el (emacs-version): Revert 2007-08-29 change: no need to
3027         say if multi-tty is present.
3029 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3031         * cus-start.el (split-window-preferred-function): Add custom info.
3033         * calendar/holidays.el (holiday-list, calendar-check-holidays)
3034         (calendar-mark-holidays, calendar-list-holidays)
3035         (holiday-filter-visible-calendar): New names to clean up namespace.
3036         (filter-visible-calendar-holidays, list-calendar-holidays)
3037         (mark-calendar-holidays, check-calendar-holidays, list-holidays):
3038         Add compatibility aliases.
3039         (calendar-check-holidays, calendar-mark-holidays)
3040         (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
3041         (holiday-sexp): Replace append with list.
3042         (holiday-filter-visible-calendar): Replace append with push.
3044         * woman.el: Remove spurious * in docstrings.
3045         (woman-mini-help, woman-non-underline-faces, woman0-rename)
3046         (woman-topic-all-completions-merge, woman-file-name-all-completions)
3047         (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
3048         (woman-write-directory-cache, woman-display-extended-fonts)
3049         (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
3050         (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
3051         (woman-mode): Use inhibit-read-only.
3052         (woman-negative-vertical-space): Use dotimes.
3053         (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
3055 2007-09-06  Romain Francoise  <romain@orebokech.com>
3057         * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
3058         (vc-bzr-workfile-version): Use it.
3060 2007-09-06  Sean O'Rourke  <sorourke@cs.ucsd.edu>
3062         * complete.el (PC-do-completion): Don't try to treat
3063         empty string as an abbreviation.
3065 2007-09-06  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3067         * help-fns.el (describe-variable): Keep doc's text properties.
3069 2007-09-06  Dan Nicolaescu  <dann@ics.uci.edu>
3071         * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
3072         instead of a file.
3074 2007-09-06  Glenn Morris  <rgm@gnu.org>
3076         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
3077         (checkdoc-minor-mode): Allow user to specify lighter via
3078         checkdoc-minor-mode-string.
3080 2007-09-05  Richard Stallman  <rms@gnu.org>
3082         * startup.el (fancy-startup-text): Rename from fancy-splash-text.
3083         Several items removed, simplified, or put on one line.
3084         (fancy-about-text): Add substantial contents, part of startup text.
3085         (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
3086         (normal-splash-screen): Call normal-mouse-startup-screen,
3087         normal-no-mouse-startup-screen, or normal-about-screen.
3088         (normal-mouse-startup-screen): New fn, broken out, shortened.
3089         (normal-no-mouse-startup-screen): New fn, broken out.
3090         (normal-about-screen): New function, contents all new.
3092 2007-09-05  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3094         * emacs-lisp/rx.el (rx): Fix typo in docstring.
3096 2007-09-05  Glenn Morris  <rgm@gnu.org>
3098         * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
3099         is bound.
3101 2007-09-05  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3103         * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
3104         in doc string.
3106 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
3108         * server.el (server-start, server-unload-hook): Undo previous change.
3110         * xt-mouse.el: Undo previous change.
3112 2007-09-04  Juri Linkov  <juri@jurta.org>
3114         * startup.el (fancy-about-text): New variable.
3115         (fancy-splash-delay, fancy-splash-max-time): Remove user options.
3116         (fancy-current-text, fancy-splash-stop-time)
3117         (fancy-splash-outer-buffer): Remove variables.
3118         (fancy-splash-head, fancy-splash-tail): Add new optional argument
3119         `startup' and use it to conditionally display different texts for
3120         Startup and About screens.  Don't display Help commands on the About
3121         screen.
3122         (fancy-splash-screens-1): Remove function and move its content to
3123         `fancy-splash-screens' to the part that dislpays the About screen.
3124         (exit-splash-screen): Don't treat specially exiting from
3125         alternating screens.
3126         (fancy-splash-screens): Rename argument `static' to `startup'.
3127         Fix docstring.  Remove code for displaying alternating screens.
3128         Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
3129         Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
3130         for `inhibit-read-only'.
3131         (normal-splash-screen): Rename argument `static' to `startup'.
3132         Fix docstring.  Use argument `startup' to conditionally display
3133         different texts for Startup and About screens.  Don't display Help
3134         commands on the About screen.  Remove `unwind-protect' `sit-for'
3135         delay and `kill-buffer' after it.
3136         (display-startup-echo-area-message): Remove call to
3137         `use-fancy-splash-screens-p' because image.el is preloaded and
3138         doesn't display "Loading image... done".
3139         (display-splash-screen): Rename argument `static' to `startup'.
3140         Fix docstring.
3142 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
3144         * server.el (server-start, server-unload-hook):
3145         suspend-tty-functions has been renamed to suspend-tty-hook.
3147         * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
3148         resume-tty-hook.
3150 2007-09-03  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
3152         * loadup.el: Fix merge problem, only load "button" once.
3154 2007-09-03  Glenn Morris  <rgm@gnu.org>
3156         * vc-svn.el (vc-svn-print-log): If there is only one file, use
3157         "Working file:" as the prefix, for the sake of
3158         log-view-current-file.
3160 2007-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
3162         * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
3163         (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
3164         if the selected frames is in
3165         xterm-modify-other-keys-terminal-list.
3166         (xterm-turn-off-modify-other-keys): Add an optional frame
3167         parameter.  Only turn off modify-other-keys if FRAME is in
3168         xterm-modify-other-keys-terminal-list.
3169         (xterm-remove-modify-other-keys): New function.
3170         (terminal-init-xterm): Use it.  Deal with delete-frame hook.
3171         Add the selected frame to xterm-modify-other-keys-terminal-list.
3173 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3175         * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
3176         (icon-map-list): New variable.
3177         (x-gtk-map-stock): Use icon-map-list.
3179 2007-09-02  Romain Francoise  <romain@orebokech.com>
3181         * log-view.el (log-view-current-file): Balance parens.
3183 2007-09-02  Glenn Morris  <rgm@gnu.org>
3185         * comint.el (comint-mode): Don't set scroll-conservatively.
3187         * eshell/em-unix.el (eshell/time): Stringify and flatten the
3188         non-command arguments.
3190         * log-view.el (log-view-current-file): Give a more explicit error
3191         if log-view-file-re fails to find a match.
3193 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
3195         * emacs-lisp/bytecomp.el (byte-recompile-directory):
3196         Fix bug: Don't expand top-level file name more than once.
3197         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
3199 2007-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3201         * server.el (server-process-filter): Don't display the splash screen.
3202         It's annoying enough on the initial screen and becomes positively
3203         obnoxious here.
3205 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3207         * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
3208         Change naming to use "avl-tree--" for internal functions.
3210 2007-08-31  Dan Nicolaescu  <dann@ics.uci.edu>
3212         * term/x-win.el (x-menu-bar-open): Delete duplicated function from
3213         the merge.
3214         (global-set-key): Delete f10 mapping, now done in menu-bar.el.
3215         (provide): Move to the end of file.
3217         * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
3219 2007-08-31  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3221         * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
3222         New variable.  List of exceptions for the duplicated word rule.
3223         (flyspell-mark-duplications-flag): Mention it.
3224         (flyspell-word): Treat it.
3226         * files.el (create-file-buffer): If the filename sans directory starts
3227         with spaces, remove them.
3229 2007-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3231         * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
3232         (x-gtk-map-stock): Use two directory elements when matching
3233         file name.
3235 2007-08-31  James Wright  <james@chumsley.org>
3237         * eshell/em-unix.el (eshell/info): New function.
3239 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3241         * frame.el (frame-initialize, make-frame):
3242         * server.el (server-process-filter):
3243         * faces.el (tty-set-up-initial-frame-faces): Don't set
3244         term-environment-variable since it's not used any more.
3246         * env.el (setenv): Don't treat $TERM specially.
3248         * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
3249         stated otherwise, subprocesses do not send back escape sequences
3250         corresponding to the terminal from which Emacs was started.
3252 2007-08-31  Thien-Thi Nguyen  <ttn@gnuvola.org>
3254         * calculator.el: Require cl for compilation.
3256 2007-08-30  Daniel Pfeiffer  <occitan@esperanto.org>
3258         * outline.el (outline-font-lock-levels): Comment out unused var.
3259         (outline-font-lock-face): Wrap around face list to handle any
3260         nesting depth gracefully.
3262 2007-08-30  Michael Albinus  <michael.albinus@gmx.de>
3264         * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
3265         `set-file-times'.
3267 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
3269         * textmodes/org.el (org-export-visible): Fix drawers before export.
3270         (org-do-sort): Allow sorting by priority.
3271         (org-agenda-files): Ignore non-existing files.
3272         (org-agenda-skip-unavailable-files): New variable.
3273         (org-ellipsis): All a face as value.
3274         (org-mode): Interprete the face value of `org-ellipsis'.
3275         (org-archive-save-context-info): New option.
3276         (org-archive-subtree): Store context info in archived entry.
3277         (org-fast-tag-selection-can-set-todo-state): New variable.
3278         (org-fast-tag-selection): Allow setting TODO states through this
3279         interface.
3280         (org-cycle): Docstring updated.
3281         (org-todo-keyword-faces): New option.
3282         (org-get-todo-face): New function.
3283         (org-set-font-lock-defaults, org-agenda-highlight-todo):
3284         Use `org-get-todo-face'.
3285         (org-switch-to-buffer-other-window): New function.
3286         (org-table-edit-field, org-table-show-reference)
3287         (org-table-edit-formulas, org-add-log-note)
3288         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
3289         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
3290         `switch-to-buffer-other-window' to make sure that the temporary
3291         windows show up on the current frame.
3292         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
3293         (org-get-entries-from-diary, org-replace-region-by-html):
3294         Don't allow pop-up frames.
3295         (org-agenda-get-deadlines, org-agenda-get-scheduled):
3296         Fix problems with time-of-day.
3297         (org-export-get-title-from-subtree): New function.
3298         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
3299         with listing items that are DONE.
3300         (org-change-tag-in-region): New command.
3301         (org-agenda-skip-scheduled-if-done)
3302         (org-agenda-skip-deadline-if-done): Docstring clarified.
3303         (org-mode): Hide drawers on startup.
3304         (org-get-todo-face): New function.
3305         (org-todo-keyword-faces): New option.
3306         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
3307         (org-remove-keyword-keys): New function.
3309 2007-08-30  Jari Aalto  <jari.aalto@cante.net>  (tiny change)
3311         * progmodes/grep.el (grep-find-ignored-directories):
3312         Add monotone _MTN bookkeeping directory in workspaces.
3313         Add RCS control directory.  List items in alphabetical order.
3315         * progmodes/grep.el (grep-files-aliases): Add cc alias.
3316         Sort items in alphabetical order.  Fix parens.
3318 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
3320         * vc-hg.el (vc-hg-extra-menu-map): New variable.
3321         (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
3322         (vc-hg-pull): New functions.
3323         (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
3325         * term/mac-win.el: Don't require url, only autoloaded url
3326         functions are used in this file.
3328 2007-08-29  Andreas Schwab  <schwab@suse.de>
3330         * shell.el (shell): Return correct value from interactive spec.
3332 2007-08-29  Glenn Morris  <rgm@gnu.org>
3334         * version.el (emacs-version): Increase to 23.0.50.
3336 2007-08-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3338         * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
3340 2007-08-29  Juri Linkov  <juri@jurta.org>
3342         * loadup.el: Add "button" loading after "faces" and move "startup"
3343         to load after "button".
3345 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
3347         * loadup.el: Load term/mac-win on a Mac using Carbon.
3349         * term/mac-win.el: Provide mac-win.
3350         (mac-initialized): New variable.
3351         (mac-initialize-window-system): New function.  Move global setup here.
3352         (handle-args-function-alist, frame-creation-function-alist):
3353         (window-system-initialization-alist): Add mac entries.
3354         (x-setup-function-keys): New function containing all the
3355         top level function key definitions.
3357         * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
3359         * env.el (read-envvar-name): Don't consider the environment frame param.
3361         * env.el (setenv):
3362         * frame.el (frame-initialize, make-frame):
3363         * faces.el (tty-set-up-initial-frame-faces):
3364         * server.el (server-process-filter): Set
3365         display-environment-variable and term-environment-variable.
3367         * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
3369 2007-08-29  Jason Rumney  <jasonr@gnu.org>
3371         * loadup.el: Only load term/x-win when X is compiled in.
3372         Load term/w32-win and dependencies on windows-nt.
3374         * term/w32-win.el: Reorder to match x-win.el more closely.
3375         Provide w32-win.  Don't throw error when global window-system not w32.
3376         (internal-face-interactive): Remove obsolete function.
3377         (x-setup-function-keys): Use local-function-key-map.
3378         (w32-initialized): New variable.
3379         (w32-initialize-window-system): Set it.
3380         Move more global setup here.
3381         (x-setup-function-keys): New function.
3382         (w32-initialize-window-system): Move non function key global setup here.
3383         (x-cut-buffer-max): Remove.
3384         (w32-initialize-window-system): New function.
3385         (handle-args-function-alist, frame-creation-function-alist):
3386         (window-system-initialization-alist): Add w32 entries.
3388 2007-08-29  David Kastrup  <dak@gnu.org>
3390         * env.el (getenv): Pass frame to getenv-internal.
3392 2007-08-29  Karoly Lorentey  <lorentey@elte.hu>
3394         * version.el (emacs-version): Show if multi-tty is present.
3396         * loadup.el: Delay loading env; mule-conf gets confused by cl
3397         during bootstrap.  Also load termdev and term/x-win.
3399         * bindings.el (mode-line-client): New variable.
3400         (help-echo): Add it to the default mode-line format.
3402         * cus-start.el: Remove bogus window-system reference from GTK test.
3404         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
3405         (ebrowse-electric-position-mode-map):
3406         * ebuff-menu.el (electric-buffer-menu-mode-map):
3407         * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
3408         not `suspend-emacs'.
3410         * ediff-wind.el (ediff-setup-windows-automatic): New function.
3411         (ediff-window-setup-function): Use it as default.
3413         * files.el (save-buffers-kill-terminal): New function.
3414         (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
3416         * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
3417         and `with-selected-frame'.
3419         * help-fns.el (describe-variable): Describe frame-local variables
3420         correctly.
3422         * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
3423         display support.
3424         (normal-erase-is-backspace-setup-frame): New function.
3426         * subr.el (with-selected-frame): New function.
3427         (read-quoted-char): Use terminal-local binding of
3428         local-function-key-map instead of function-key-map.
3430         * talk.el (talk): New function.
3431         (talk-handle-delete-frame): New function.
3432         (talk-add-display): Open a new frame only if FRAME was not a frame.
3434         * termdev.el: New file.
3436         * menu-bar.el (menu-bar-open): New function.  Bind it to f10.
3437         * term/x-win.el: Don't bind f10.
3438         * tmm.el: Remove autoload binding for f10.
3440         * international/encoded-kb.el (encoded-kbd-setup-display): Use
3441         `set-input-meta-mode'.  Fix broken condition before set-input-mode.
3442         Store the saved input method as a terminal parameter.  Add keymap
3443         parameter.  Use it instead of changing key-translation-map directly.
3444         (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
3445         Remove.
3446         (encoded-kbd-setup-display): New function.
3448         * international/mule-cmds.el (set-locale-environment): Fix getenv
3449         call.  Use save-buffers-kill-terminal.  Ignore window-system; always
3450         set the keyboard coding system.  Add DISPLAY parameter.
3451         (set-display-table-and-terminal-coding-system): Add DISPLAY
3452         parameter.  Pass it to set-terminal-coding-system.
3454         * international/mule.el (keyboard-coding-system): Test for
3455         encoded-kbd-setup-display, not encoded-kbd-mode.
3456         (set-terminal-coding-system, set-keyboard-coding-system): Add
3457         DISPLAY parameter.
3458         (set-keyboard-coding-system): Use encoded-kbd-setup-display.
3460         * term/README: Update.
3462         * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
3464         * term/x-win.el (x-setup-function-keys): New function.  Move
3465         function-key-map tweaks here.  Protect against multiple calls on
3466         the same terminal.  Use terminal-local binding of
3467         local-function-key-map instead of function-key-map.
3468         (x-initialize-window-system): Make a copy of pure list.  Pass a
3469         frame getenv.
3471         * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
3472         * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
3473         * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
3474         * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
3475         * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
3476         local-function-key-map instead of function-key-map.
3478         * term/rxvt.el, term/xterm.el: Speed up load time by protecting
3479         `substitute-key-definition' and `define-key' calls against
3480         multiple execution.  Use terminal-local binding of
3481         local-function-key-map instead of function-key-map.  Pass a frame
3482         to getenv.
3484         * edmacro.el (edmacro-format-keys):
3485         * emulation/cua-base.el (cua--pre-command-handler):
3486         * isearch.el (isearch-other-meta-char):
3487         * xt-mouse.el: Use terminal-local binding of
3488         local-function-key-map instead of function-key-map.
3490         * fringe.el (set-fringe-mode): Simplify and fix using
3491         `modify-all-frames-parameters'.
3492         * scroll-bar.el (set-scroll-bar-mode): Ditto.
3493         * tool-bar.el (tool-bar-mode): Ditto.  Remove 'tool-bar-map length
3494         check before calling `tool-bar-setup'.
3495         (tool-bar-setup): New variable.
3496         (tool-bar-setup): Use it to guard against multiple calls.  Add
3497         optional frame parameter, and select that frame before adding items.
3498         (toggle-tool-bar-mode-from-frame): New function.
3500         * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
3501         (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
3502         toggle-tool-bar-mode-from-frame to change "Menu-bar" and
3503         "Tool-bar" toggles to reflect the state of the current frame.
3504         (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
3506         * env.el: Require cl for byte compilation (for `block' and `return').
3507         (environment, setenv-internal): New functions.
3508         (let-environment): New macro.
3509         (setenv, getenv): Add optional terminal parameter.  Update docs.
3510         (setenv): Use setenv-internal.  Always set process-environment.
3511         Handle `local-environment-variables'.
3512         (read-envvar-name, setenv, getenv): Use frame parameters
3513         to store the local environment, not terminal parameters.  Include
3514         `process-environment' as well.
3516         * faces.el (tty-run-terminal-initialization): New function.
3517         (tty-create-frame-with-faces): Use it.  Set up faces and
3518         background mode only after the terminal has been initialized.
3519         Call terminal-init-*.  Don't load the initialization file more
3520         than once.  Call set-locale-environment.
3521         (frame-set-background-mode): Handle the 'background-mode terminal
3522         parameter.
3523         (tty-find-type): New function.
3524         (x-create-frame-with-faces): Remove bogus check for
3525         first frame.  Call `tool-bar-setup'.  Don't make frame visible
3526         until we are done setting up all its parameters.  Call
3527         x-setup-function-keys.
3529         * frame.el (make-frame): Always inherit 'environment and 'client
3530         parameters.  Set up the 'environment frame parameter, when needed.
3531         Also inherit 'client parameter.  Don't override explicitly
3532         specified values with inherited ones.  Add 'terminal frame
3533         parameter.  Append window-system-default-frame-alist to parameters
3534         before calling frame-creation-function.
3535         (frame-initialize): Copy the environment from the initial frame.
3536         (window-system-default-frame-alist): Enhance doc string.
3537         (frame-notice-user-settings): Don't put 'tool-bar-lines in
3538         `default-frame-alist' when initial frame is on a tty.
3539         (modify-all-frames-parameters): Simplify using `assq-delete-all'.
3540         Remove specified parameters from `window-system-default-frame-alist'.
3541         (make-frame-on-tty, framep-on-display, suspend-frame):
3542         Extend doc string, update parameter names.
3543         (frames-on-display-list): Use terminal-id to get the display id.
3544         (frame-notice-user-settings): Extend to apply
3545         settings in `window-system-default-frame-alist' as well.
3546         (terminal-id, terminal-parameters, terminal-parameter)
3547         (set-terminal-parameter, terminal-handle-delete-frame): New functions.
3548         (delete-frame-functions): Add to `delete-frame-functions' hook.
3549         (blink-cursor-mode): Adapt blink-cursor-mode default
3550         value from startup.el.
3551         (make-frame-on-display): Protect condition on x-initialized when
3552         x-win.el is not loaded.  Update doc.
3553         (suspend-frame): Use display-controlling-tty-p to decide between
3554         suspend-emacs and suspend-tty.
3555         (frames-on-display-list): Update for display ids.
3556         (framep-on-display): Ditto.
3557         (suspend-frame): Use display-name, not frame-tty-name.
3558         (selected-terminal): New function.
3560         * server.el: Use `device' instead of `display' or `display-id' in
3561         variable and client parameter names.
3562         (server-select-display): Remove (unused).
3563         (server-tty-live-p, server-handle-delete-tty): Remove.
3564         (server-unquote-arg, server-quote-arg, server-buffer-clients):
3565         Update docs.
3566         (server-getenv-from, server-with-environment, server-send-string)
3567         (server-save-buffers-kill-terminal): New functions.
3568         (server-delete-client): Handle quits in kill-buffer.  Don't kill
3569         modified buffers.  Add extra logging.  Delete frames after
3570         deleting the tty.  Clear 'client parameter before deleting a frame.
3571         Use delete-display, not delete-tty.
3572         (server-visit-files): Don't set `server-existing-buffer' if the
3573         buffer already has other clients.  Return list of buffers
3574         created.  Update doc.  Don't set client-record when nowait.
3575         (server-handle-delete-frame): Delete the client if this was its
3576         last frame.  Check that the frame is alive.  Remove bogus comment.
3577         Add note on possible race condition.  Delete tty clients, if needed.
3578         (server-handle-suspend-tty): Use server-send-string.  Kill the
3579         client in case of errors from process-send-string.  Use the display
3580         parameter.
3581         (server-unload-hook): Remove obsolete delete-tty hook.
3582         (server-start): Ask before restarting if the old server still has
3583         clients.  Add feedback messages.  Remove obsolete delete-tty hook.
3584         (server-process-filter): Use server-send-string.  Accept `-dir'
3585         command.  Switch to *scratch* immediately after creating the frame,
3586         before evaluating any -evals.  Protect `display-splash-screen'
3587         call in a condition-case.  Explain why.  Call
3588         `display-startup-echo-area-message' before
3589         `display-splash-screen'.  Don't display the splash screen when no
3590         frame was created.  Show the Emacs splash screen and startup echo
3591         area message.  Display the *scratch* buffer by default.  Store the
3592         local environment in a frame (not terminal) parameter.  Do not try
3593         to decode environment strings.  Fix reference to the 'display
3594         frame parameter.  Change syntax of environment variables.  Put
3595         environment into terminal parameters, not client parameters.  Use
3596         a dummy client with --no-wait's X frames.  In `-position LINE'
3597         handler, don't ruin the request string until the line number is
3598         extracted.  Log opened files.  Handle -current-frame command.
3599         Don't create frames when it is given.  Don't bind X frames to the
3600         client when we are in -no-wait mode.  Set locale environment
3601         variables from client while creating tty frames.  Disable call to
3602         configure-display-for-locale.  When processing -position command,
3603         don't change the request string until the parameters are
3604         extracted.  Don't try to create an X frame when Emacs does not
3605         support it.  Improve logging.  Temporarily set ncurses-related
3606         environment variables to those of the client while creating a new
3607         tty frame.  Select buffers opened by nowait clients, don't leave
3608         them buried under others.  Set the display parameter, and use it
3609         when appropriate.
3611         * startup.el (display-startup-echo-area-message): Handle
3612         `inhibit-startup-echo-area-message' here.
3613         (command-line-1): Moved from here.
3614         (fancy-splash-screens): Use `overriding-local-map' instead of
3615         `overriding-terminal-local-map' for now; the latter doesn't work
3616         right, it looses keypresses to another terminal.  Use
3617         `overriding-terminal-local-map' to set up keymap.  Install a
3618         `delete-frame-functions' hook to catch `delete-frame' events.
3619         Ignore `select-window' events to cope better with
3620         `focus-follows-mouse'.  Don't switch back to the original buffer
3621         if the splash frame has been killed.  Restore previous buffer, even
3622         if it's *scratch*.
3623         (normal-splash-screen): Don't let-bind `mode-line-format'; it
3624         changes the global binding - setq it instead.  Use
3625         `save-buffers-kill-terminal'.
3626         (display-splash-screen): Don't do anything if the splash screen is
3627         already displayed elsewhere.
3628         (fancy-splash-exit, fancy-splash-delete-frame): New functions.
3629         (command-line): Replace duplicated code with a call to
3630         tty-run-terminal-initialization.  Don't load the terminal
3631         initialization file more than once.  Remove call to nonexistent
3632         function `set-locale-translation-file-name'.
3634         * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
3635         parameters.
3636         (xterm-mouse-position-function, xterm-mouse-event): Update.
3637         (xterm-mouse-mode): Don't depend on current value of window-system.
3638         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
3639         Update for multi-tty.
3640         (turn-on-xterm-mouse-tracking-on-terminal)
3641         (turn-off-xterm-mouse-tracking-on-terminal)
3642         (xterm-mouse-handle-delete-frame): New functions.
3643         (delete-frame-functions, after-make-frame-functions)
3644         (suspend-tty-functions, resume-tty-functions): Install extra hooks
3645         for multi-tty.
3647 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3649         * simple.el (invisible-p): Remove: implemented in C now.
3650         (line-move-invisible-p): Remove obsolete alias.
3652 2007-08-28  Juri Linkov  <juri@jurta.org>
3654         * image-mode.el (image-type): New variable.
3655         (image-mode): Set default major mode name to "Image[text]".
3656         (image-minor-mode): Change LIGHTER to display image-type in the
3657         mode line.
3658         (image-minor-mode): Set default image-type to "text".
3659         (image-toggle-display): After switching to text mode, set
3660         image-type to "text" and major mode name to "Image[text]".
3661         After switching to image mode, set image-type to actual image
3662         type, and add image type to major mode name.  Let-bind the same
3663         variable names as arguments of `image-type' and `create-image'.
3664         Bind `type' to the result of `image-type' and use it as arg
3665         of `create-image' to not determine the image type twice.
3667 2007-08-28  Michael Albinus  <michael.albinus@gmx.de>
3669         * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
3670         (tramp-set-file-uid-gid, tramp-get-local-uid)
3671         (tramp-get-local-gid): New defuns.
3672         (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
3673         (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
3674         Improve fast track.
3675         (tramp-do-copy-or-rename-file-directly): Sync parameter list with
3676         the other tramp-do-copy-or-rename-file-* functions.  Major rewrite.
3677         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
3678         (tramp-handle-write-region): Improve fast track.
3679         (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
3680         (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
3681         be nil.
3683 2007-08-28  Ivan Kanis  <apple@kanis.eu>
3685         * time.el: New feature to display several time zones in a buffer.
3686         (display-time-world-mode, display-time-world-display)
3687         (display-time-world, display-time-world-timer): New functions.
3688         (display-time-world-list, display-time-world-time-format)
3689         (display-time-world-buffer-name, display-time-world-timer-enable)
3690         (display-time-world-timer-second, display-time-world-mode-map):
3691         New variables.
3693 2007-08-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3695         * term/x-win.el (x-gtk-stock-map): New variable.
3696         (x-gtk-map-stock): New function.
3698         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
3699         prev/next-node.
3701 2007-08-28  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
3703         * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
3705 2007-08-28  Glenn Morris  <rgm@gnu.org>
3707         * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
3709 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
3711         * progmodes/modula2.el (m2-definition, m2-module):
3712         Don't use previous-line.  Reported by T. V. Raman.
3714 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3716         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
3717         argument to tool-bar-mode call.
3719 2007-08-27  Glenn Morris  <rgm@gnu.org>
3721         * diff-mode.el (diff-find-file-name): Only accept regular files,
3722         to rule out /dev/null, directories, etc.
3724         * vc-svn.el (vc-svn-diff): If the repository version of all the
3725         files is the same as the specified OLDVERS, do a local diff.
3727 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3729         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
3730         of buffers in uniquify-managed.
3732         * simple.el (invisible-p): Rename from text-invisible-p.
3733         Update callers.
3735 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3737         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
3738         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
3739         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
3740         (cperl-etags-goto-tag-location): Use new style backquotes.
3742         * net/browse-url.el: Remove spurious * in custom docstrings.
3743         (browse-url-filename-alist): Use new-style backquote.
3745         * emacs-lisp/backquote.el (backquote-unquote-symbol)
3746         (backquote-splice-symbol): Clarify they're not new-style unquotes.
3748         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
3749         (\,@): Backslash the , and ,@ which are not new-style unquotes.
3751         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
3753         * net/socks.el (socks-username/password-auth-filter):
3754         Remove unused vars `state' and `desired-len'.
3755         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
3756         (socks-wait-for-state-change): Use new-style backquotes.
3758         * pcvs.el (cvs-mode-status): Fix long-standing typo.
3760         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
3761         backquotes after each `read' rather than once per buffer.
3763         * dframe.el: Remove spurious * in custom docstrings.
3764         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
3765         (dframe-xemacs20p): Remove, inline at the sole use point.
3766         (defface): Don't defvar the face, don't use old-style backquote.
3767         (defcustom): Don't use old-style backquote.
3768         (dframe-frame-parameter, dframe-mouse-event-p):
3769         Make it obvious that it's always defined.
3770         (dframe-popup-kludge): New function to replace
3771         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
3772         (dframe-frame-mode, dframe-set-timer-internal)
3773         (dframe-mouse-set-point): Remove use of with-no-warnings from
3774         XEmacs-specific code.
3775         (dframe-set-timer-internal): Fix very old bug with
3776         post-command-idle-hook.
3778         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
3780 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
3782         * emacs-lisp/avl-tree.el: New file.
3784 2007-08-26  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3786         * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
3787         was used.
3789 2007-08-26  Sean O'Rourke  <seano@cs.ucsd.edu>
3791         * complete.el (PC-do-completion): Make RET accept a non-unique but
3792         complete expansion again.
3794 2007-08-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
3796         * eshell/esh-opt.el (eshell-eval-using-options):
3797         Add debug declaration.
3799 2007-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
3801         * log-view.el (log-view-toggle-mark-entry): Add docstring.
3802         (log-view-get-marked): Likewise.
3804         * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
3805         (vc-delete-automatic-version-backups): Likewise.
3807         * vc.el (vc-dired-buffers-for-dir): Likewise.
3809 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
3811         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
3812         safe-local-variable setting.
3813         * progmodes/perl-mode.el (perl-indent-level): Likewise.
3815         * log-view.el (log-view-marked-list): Delete variable.
3816         (log-view-mode): Don't use it.
3817         (log-view-toggle-mark-entry): Likewise, simplify.
3818         (log-view-current-tag): Don't return properties.
3819         (log-view-get-marked): New function.
3821 2007-08-25  Alexandre Julliard  <julliard@winehq.org>
3823         * vc-git.el (vc-git-mode-line-string): New function.
3825 2007-08-25  Alan Mackenzie  <acm@muc.de>
3827         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
3828         new language variable.
3830         * progmodes/cc-engine.el (c-brace-anchor-point): new function.
3831         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
3832         "extern" etc., rather than BOI.  Fix addition of spurious
3833         syntactic-symbol 'defun-block-intro, replacing it with
3834         'innamespace, etc.
3836 2007-08-25  Juri Linkov  <juri@jurta.org>
3838         * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
3840         * image-mode.el: Add autoloads to put associations in auto-mode-alist:
3841         associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
3842         "\\.svgz?\\'" with xml-mode and image-mode-maybe.
3844         * image.el (image-type-header-regexps): Use more complex regexp for svg.
3845         (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
3846         (image-type-auto-detectable): Add (svg . maybe).
3848         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
3849         to treat it like .tgz.
3851         * calendar/cal-bahai.el: Add file coding cookie.
3853 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
3855         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
3856         Don't behave differently when executed via M-x.  Add doc string.
3858         * sort.el (sort-fold-case, sort-numeric-base): Mark as
3859         safe-local-variable.
3861 2007-08-25  Jay Belanger  <jay.p.belanger@gmail.com>
3863         * calc/calc-forms.el (var-TimeZone): Make nil explicitly
3864         the default value.
3865         (math-calendar-tzinfo): New variable.
3866         (math-get-calendar-tzinfo): New function.
3867         (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
3868         to get information when zone is nil.
3870 2007-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
3872         * log-view.el (log-view-toggle-mark-entry): New function.
3873         (log-view-mode-map): Bind it.
3874         (log-view-marked-list): New variable.
3875         (log-view-mode): Make it local.
3877 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
3879         * play/zone.el (zone-pgm-rat-race): New func.
3880         (zone-programs): Add `zone-pgm-rat-race'.
3882 2007-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3884         * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
3885         a list.
3887 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
3889         * progmodes/hideshow.el (hs-match-data): Delete alias.
3890         (hs-hide-block-at-point, hs-find-block-beginning)
3891         (hs-show-block): Use `match-data' directly.
3893 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
3895         * format.el (format-alist): Fix typo in doc-string.
3897 2007-08-24  Michael Albinus  <michael.albinus@gmx.de>
3899         * net/tramp.el (tramp-local-host-p): New defun.
3900         (tramp-handle-file-local-copy, tramp-handle-write-region):
3901         Implement fast track when being on the local host.
3902         (tramp-file-name-handler): Don't set "started" property.  It shall
3903         be reserved for the "ftp" method.
3904         (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
3906         * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
3907         (tramp-ftp-file-name-handler): Set "started" property.
3909 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
3911         * files.el (backup-buffer-copy): Don't wrap delete in
3912         condition-case, only try to delete if file exists.
3914 2007-08-24  Glenn Morris  <rgm@gnu.org>
3916         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
3918         * startup.el (tutorial-directory): Set with eval-at-startup so it
3919         gets the right value in an installed Emacs.
3921 2007-08-24  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
3923         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
3924         (eldoc-highlight-function-argument): Use it.
3926 2007-08-23  Masatake YAMATO  <jet@gyve.org>
3928         * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
3929         name of parameters in document body.
3931 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3933         * emacs-lisp/bytecomp.el (byte-compile-output-docform)
3934         (byte-compile-output-as-comment): Use with-current-buffer rather than
3935         a weird set-buffer&prog1 combination.
3937         * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
3938         test so as to optimise cases where the `progn's result is constant.
3940 2007-08-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
3942         * locate.el (locate-get-file-positions):
3943         Use line-beginning-position and line-end-position.
3945 2007-08-23  John Wiegley  <johnw@newartisans.com>
3947         * calendar/cal-bahai.el: Added in the diacriticals that were
3948         missing for many of the month names.
3950 2007-08-22  Jason Rumney  <jasonr@gnu.org>
3952         * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
3954 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
3956         * image-mode.el (image-minor-mode): Use image-mode-text-map.
3958 2007-08-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
3960         * dabbrev.el (dabbrev--progress-reporter): New variable.
3961         (dabbrev--scanning-message): Delete func.
3962         (dabbrev--find-expansion): Use a progress reporter
3963         instead of dabbrev--scanning-message.
3965 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
3967         * comint.el (comint-exec-1): Raise an error if
3968         `start-file-process' does not return a process object.
3970         * shell.el (shell): Prompt for `default-directory' if it is a
3971         remote file name, and if called with a prefix arg.
3973 2007-08-22  Sam Steingold  <sds@gnu.org>
3975         * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
3977 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
3979         * textmodes/org-export-latex.el: New file.
3981         * textmodes/org-publish.el (org-publish-org-to-latex): New function.
3983         * textmodes/org.el (org-agenda-skip): Allow a form for
3984         `org-agenda-skip-function'.
3985         (org-agenda-redo): Re-use local settings.
3986         (org-agenda): Store local settings.
3987         (org-agenda-deadline-faces): New option.
3988         (org-agenda-deadline-face): New function.
3989         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
3990         entries on their due date.
3991         (org-agenda-get-timestamps): No longer handle the due dates of
3992         schedules and deadline items.
3993         (org-insert-link-global, org-open-at-point-global): New commands.
3994         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
3995         :for-ascii parameter.
3996         (org-skip-comments): Function removed.
3997         (org-cleaned-string-for-export): Handle special table lines.
3998         (org-global-properties): New option.
3999         (org-entry-get-with-inheritance): Check global properties.
4000         (org-local-properties): New variable.
4001         (org-set-regexps-and-options): Find the #+PROPERTY line.
4002         (org-link-types): Change type into variable (was constant).
4003         (org-make-link-regexps): New function.
4004         (org-link-re-with-space, org-link-re-with-space2)
4005         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
4006         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
4007         these regular expressions happens now in the function
4008         `org-make-link-regexps'.
4009         (org-store-link): Call the functions in
4010         `org-store-link-functions'.
4011         (org-add-link-type): New function.
4012         (org-store-link-functions): New variable.
4013         (org-activate-tags): Force matches to be in headlines.
4014         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
4015         (org-columns-display-here): Make sure this works in a narrowed
4016         buffer by checking for point-min.
4017         (org-columns-display-here): Make the rest of the line intangible,
4018         so that point never can be there.
4019         (org-cleaned-string-for-export): Use `with-current-buffer'.
4020         (org-replace-region-by-html): Use `with-current-buffer'.
4021         (org-unfontify-region, org-do-occur, org-columns-display-here)
4022         (org-columns-remove-overlays, org-columns-quit)
4023         (org-columns-edit-value, org-columns-next-allowed-value)
4024         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
4025         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
4026         (org-agenda-todo, org-agenda-change-all-lines)
4027         (org-agenda-align-tags, org-agenda-priority)
4028         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
4029         (org-agenda-show-new-time, org-cleaned-string-for-export)
4030         (org-export-grab-title-from-buffer)
4031         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
4032         instead of `buffer-read-only'.
4033         (org-export-as-html): Set `coding-system-for-write'.
4034         (org-remember-store-without-prompt): New option.
4035         (org-archive-subtree): Fixed bug with modifying TODO keyword.
4036         (org-beginning-of-line): Also treat C-a special in items.
4037         (org-table-convert-refs-to-rc): Fixed problem with column
4038         reference after "..".
4039         (org-columns-compute): Don't mark buffer modified because of text
4040         properties.
4041         (org-batch-store-agenda-views): Use the variable
4042         `default-directory', not the function.
4043         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
4044         (org-clock-out-when-done): New option.
4045         (org-html-entities): Added HTML entities for smileys.
4047 2007-08-22  Glenn Morris  <rgm@gnu.org>
4049         * image.el (create-image): Doc fix.
4051         * startup.el (tutorial-directory): New constant.
4052         (fancy-splash-text): Tutorials now in tutorial-directory.
4053         * tutorial.el (help-with-tutorial): Tutorials now in
4054         tutorial-directory.
4056 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
4058         * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
4059         otherwise.
4060         (tramp-get-remote-path): New defun.  Replace occurrences of
4061         `tramp-default-remote-path' by this function.
4062         (tramp-set-remote-path): Move most of the code to
4063         `tramp-get-remote-path'.
4064         (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
4065         existing directories, this is done already in
4066         `tramp-get-remote-path'.
4068 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
4070         * image-file.el (image-file-name-extensions): Add "svg".
4071         * image.el (image-type-header-regexps): Add svg entry.
4073 2007-08-22  Glenn Morris  <rgm@gnu.org>
4075         * files.el (backup-buffer-copy): Check backup directory is
4076         writable, to avoid infloop deleting old backup.
4078         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
4079         movemail related variables.
4080         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
4081         will now be set before this is called.
4083 2007-08-21  Juri Linkov  <juri@jurta.org>
4085         * delsel.el (delete-selection-pre-hook):
4086         * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
4087         instead of checking last-command.
4089 2007-08-21  Juri Linkov  <juri@jurta.org>
4091         * loadup.el: Preload "button".
4093 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4095         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4096         Add previous-line and next-line.
4098         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
4099         (vc-arch-find-file-not-found-hook): Remove, it's now the default.
4101         * vc-hooks.el (vc-menu-entry): New var.
4102         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
4103         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
4104         (vc-menu-map): Declare and initialize in one step.
4105         (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
4107         * menu-bar.el (vc-menu-map): Don't setup any more.
4108         Instead, just create the proper spot in the menu.
4110 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4112         * smerge-mode.el (smerge-resolve): New arg `safe'.
4113         (smerge-resolve-all, smerge-batch-resolve): New function.
4114         (smerge-refine): Make sure `diff' returns the expected result.
4115         (smerge-parsep-re): New const.
4116         (smerge-mode): Use it to adjust paragraph-separate.
4118         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4119         Correctly match / regexp matchers as first char on a line when
4120         fontifying only that line.
4122         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
4124 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4126         * vc-bzr.el: Don't fiddle with vc-handled-backend.
4127         (vc-bzr-registered): Don't redundantly protect against
4128         file-error.  Actually use the format-specific code.
4129         (vc-bzr-buffer-nonblank-p): Remove.
4130         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
4132 2007-08-20  Juri Linkov  <juri@jurta.org>
4134         * startup.el (fancy-splash-text): Change multiple tabs into one
4135         tab.  Remove "Useful File menu items" section (with "Exit Emacs"
4136         and "Recover Crashed Session").
4137         (fancy-splash-screens): Set tab-width to 22.
4138         (normal-splash-screen): Replace literal tabs with \t and
4139         fix whitespace.  Remove "Useful File menu items" section (with
4140         "Exit Emacs" and "Recover Crashed Session").
4142 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
4144         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
4145         extracted from `eval-last-sexp-1'.
4146         (eval-last-sexp-1): Call `preceding-sexp'.
4148 2007-08-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
4150         * vc-rcs.el (vc-rcs-annotate-command):
4151         Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
4152         Add back :vc-annotate-prefix propertization.
4154 2007-08-20  Andreas Schwab  <schwab@suse.de>
4156         * mail/rmail.el (rmail-autodetect): Doc fix.
4158 2007-08-19  Juri Linkov  <juri@jurta.org>
4160         * startup.el (normal-splash-screen): Add more links.
4162 2007-08-19  Juri Linkov  <juri@jurta.org>
4164         * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
4165         because it's common to both types of splash screen: fancy and normal.
4166         Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
4167         (exit-splash-screen): Rename from `fancy-splash-quit'.
4168         Use `quit-window' instead of `kill-buffer'.
4169         (fancy-splash-head): Use make-button to insert GNU image link.
4170         (fancy-splash-screens, normal-splash-screen): Rename " About GNU
4171         Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
4172         (normal-splash-screen): Put "Browse manuals" on the same line with
4173         "Emacs manual".  Remove descriptions from "Useful tasks" and put
4174         all links in two columns on two lines.
4176 2007-08-19  Michael Kifer  <kifer@cs.stonybrook.edu>
4178         * emulation/viper.el (viper-remove-hooks): Remove some additional
4179         viper hooks when the user calls viper-go-away.
4180         (viper-go-away): Restore the default of default-major-mode.
4181         Save the value of default-major-mode before vaperization.
4183         * emulation/viper-cmd.el: Replace error "" with "Viper bell".
4185         * emulation/viper-ex.el: Replace error "" with "Viper bell".
4187         * ediff-util.el (ediff-make-temp-file): Use the coding system of the
4188         buffer for which file is created.
4190 2007-08-19  Glenn Morris  <rgm@gnu.org>
4192         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
4193         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
4194         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
4195         shadow files messing up the compilation.
4197 2007-08-18  Glenn Morris  <rgm@gnu.org>
4199         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
4200         string.  Also apply eldoc-argument-case in the help-split-fundoc
4201         case.  Adapt for changed behavior of eldoc-function-argstring,
4202         eldoc-function-argstring-format, and
4203         eldoc-highlight-function-argument.
4204         (eldoc-highlight-function-argument): Handle nil INDEX argument,
4205         just call eldoc-docstring-format-sym-doc in that case.
4206         (eldoc-function-argstring): Change the behavior.  Now it converts
4207         an argument list to a string.
4208         (eldoc-function-argstring-format): Change the behavior.  Now it
4209         applies `eldoc-argument-case' to a string.
4211         * progmodes/scheme.el (scheme-mode-variables): Set
4212         font-lock-comment-start-skip.
4214 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
4216         * progmodes/ada-mode.el (ada-create-syntax-table): Move
4217         set-syntax-table from here to ...
4218         (ada-mode): ... here.  Do not change global value of
4219         comment-multi-line.  Call new function
4220         ada-initialize-syntax-table-properties and add new function
4221         ada-handle-syntax-table-properties to font-lock-mode-hook.
4222         (ada-deactivate-properties, ada-initialize-properties): Replace
4223         by new functions ...
4224         (ada-handle-syntax-table-properties)
4225         (ada-initialize-syntax-table-properties)
4226         (ada-set-syntax-table-properties): ... to set up syntax-table
4227         properties uniformly, independently from whether font-lock-mode
4228         is enabled or not.  Handle read-only buffers and do not change
4229         undo-list when setting syntax-table properties.
4230         (ada-after-change-function): Use ada-set-syntax-table-properties.
4232 2007-08-18  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
4234         * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
4235         (meta-indent-current-nesting): Use a computation of the nesting
4236         instead.
4237         (meta-indent-current-indentation): Indentation is given according
4238         to nesting and if the previous line was finished or not.
4239         (meta-indent-unfinished-line): Tell if the current line ends with
4240         a finished expression.
4241         (meta-indent-looking-at-code): Like `looking-at', but checks if
4242         the point is in a string before.
4243         (meta-indent-level-count): Use it.  Don't count parenthesis as it's
4244         done in the nesting function.
4245         (meta-indent-in-string-p): Tell if the current point is in a
4246         string.
4247         (meta-indent-calculate): Treat b-o-b as a special case.  Use the
4248         previous functions.
4250 2007-08-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
4252         * emacs-lisp/copyright.el (copyright-limit): New defsubst.
4253         (copyright-update-year, copyright-update)
4254         (copyright-fix-years): Use it.
4256 2007-08-17  Kimit Yada  <kimitto@gmail.com>  (tiny change)
4258         * emacs-lisp/copyright.el (copyright-update-year):
4259         Fix bug: Handle nil copyright-limit.
4261 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
4263         * calc/calc-units.el (math-standard-units): Give exact
4264         conversion for tsp.
4266         * calc/calc.el (math-bignum-digit-length): Compute the
4267         appropriate value.
4269         * calc/calc-bin.el (math-bignum-logb-digit-size)
4270         (math-bignum-digit-power-of-two):
4271         * calc/calc-comb.el (math-small-factorial-table):
4272         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
4273         (math-approx-gamma-const):
4274         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
4275         (math-besY1, math-bernoulli-b-cache):
4276         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
4277         Remove `eval-when-compile's.
4279 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
4281         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
4282         (cperl-find-pods-heres): Fix an error when typing expressions like
4283         `s{a}{b}'.
4285 2007-08-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
4287         * mail/emacsbug.el (report-emacs-bug): Remove the last number of
4288         `emacs-version', use the topic prefix ``version; ''.  Make MS-DOS
4289         a special case (there's no build number).
4291 2007-08-17  T. V. Raman  <raman@users.sf.net>  (tiny change)
4293         * completion.el (symbol-under-point, symbol-before-point)
4294         (symbol-before-point-for-complete): Use buffer-substring-no-properties.
4296 2007-08-17  Glenn Morris  <rgm@gnu.org>
4298         * progmodes/compile.el (compilation-get-file-structure): Make use
4299         of the directory part when checking for an existing entry, to
4300         handle files with same basename in different directories.
4302 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
4304         * calc/calc.el (calc-language-alist): Add texinfo-mode.
4306 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4308         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
4309         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
4310         (ps-paragraph-spacing): Docstring fix.
4312 2007-08-16  Glenn Morris  <rgm@gnu.org>
4314         * ps-print.el (ps-font-size): Doc fix.
4316 2007-08-16  Richard Stallman  <rms@gnu.org>
4318         * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
4320 2007-08-15  Juri Linkov  <juri@jurta.org>
4322         * startup.el (initialization): Change parent group from `internal'
4323         to `environment'.
4324         (initial-buffer-choice): New variable.
4325         (command-line): Revert 2007-07-02 change that sets
4326         buffer-offer-save in *scratch* and enables auto-save in it.
4327         (fancy-splash-text): Add links to existing items.  Add new items
4328         with links for useful tasks.  Move information about Control-g to
4329         fancy-splash-head.  Move "Emacs Guided Tour" to the end.
4330         (fancy-splash-keymap): New variable.
4331         (fancy-splash-last-input-event): Remove variable.
4332         (fancy-splash-insert): Add processing of `:link' element.
4333         (fancy-splash-head): Replace "Type Control-l to begin editing"
4334         with "Type `q' to exit".
4335         (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
4336         (fancy-splash-default-action, fancy-splash-special-event-action):
4337         Remove functions.
4338         (fancy-splash-quit): New function.
4339         (fancy-splash-screens): Rename input arg from `hide-on-input' to
4340         `static' and reverse the condition of its usage.  Don't preserve
4341         original values of `minor-mode-map-alist',
4342         `emulation-mode-map-alists', `special-event-map'.
4343         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
4344         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
4345         Remove processing of special events.  Use local key map
4346         `fancy-splash-keymap'.  Set buffer to read-only.
4347         (normal-splash-screen): Rename input arg from `hide-on-input' to
4348         `static' and reverse the condition of its usage.
4349         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
4350         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
4351         Add links to existing items.  Add new items with links for useful
4352         tasks.  Use local key map `fancy-splash-keymap'.
4353         (display-splash-screen): Rename input arg from `hide-on-input' to
4354         `static'.
4355         (about-emacs): Add alias to display-splash-screen.
4356         (command-line-1): Use `initial-buffer-choice'.
4358         * menu-bar.el (menu-bar-help-menu):
4359         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
4360         item to about-emacs instead of display-splash-screen.
4362 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
4364         * calc/calc-units.el (math-standard-units): Update values.
4365         Put in exact, rational values when possible.
4366         (math-unit-prefixes): Replace floats with powers of ten.
4367         (math-standard-units-systems): Replace floats with integers.
4368         (math-make-unit-string): Remove extra spaces in output.
4370 2007-08-15  Glenn Morris  <rgm@gnu.org>
4372         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
4373         sloppier, for the sake of GNU Mailman.
4374         (rmail-digest-rfc1153): Initialize `result' correctly.
4376 2007-08-15  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
4378         * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
4379         in the mail title.  Suggested by Reiner Steib.
4381 2007-08-14  Chris Hecker  <checker@d6.com>  (tiny change)
4383         * calc/calc-aent.el (calc-do-quick-calc): Add binary
4384         representation of integers to the list of outputs.
4386 2007-08-14  Glenn Morris  <rgm@gnu.org>
4388         * simple.el (bad-packages-alist): New constant.
4389         (bad-package-check): New function.  Together, these two add elements
4390         to `after-load-alist' to check for problematic external packages.
4391         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
4393 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
4395         * calc/calc-units.el (math-get-standard-units)
4396         (math-get-units, math-make-unit-string)
4397         (math-get-default-units, math-put-default-units): New functions.
4398         (math-default-units-table): New variable.
4399         (calc-convert-units, calc-convert-temperature): Add machinery
4400         to supply default values.
4402 2007-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4404         * emulation/tpu-edt.el: Add tpu-extras's autoloads.
4405         (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
4406         (tpu-gold-map): Bind F to tpu-cursor-free-mode.
4407         (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
4409         * emulation/tpu-extras.el: Remove spurious * in docstrings.
4410         Put its autoloads into tpu-edt.el rather than loaddefs.el.
4411         (tpu-cursor-free-mode): Rename from tpu-cursor-free.
4412         Make into a proper minor-mode.
4413         (tpu-backward-char, tpu-next-line, tpu-previous-line)
4414         (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
4415         (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
4416         (tpu-set-cursor-free, tpu-set-cursor-bound):
4417         Delegate to tpu-cursor-free-mode.
4418         (tpu-next-line, tpu-previous-line, tpu-forward-line)
4419         (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
4420         Use line-move or forward-line instead of next-line-internal.
4422 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
4424         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
4426 2007-08-12  Richard Stallman  <rms@gnu.org>
4428         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
4429         (cvs-execute-single-file): Use new name split-string-and-unquote.
4430         (cvs-header-msg): Use new name combine-and-quote-strings.
4432         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
4434         * progmodes/gud.el (gud-common-init): Use new name
4435         split-string-and-unquote.
4437         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
4438         in javac regexp.
4440         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
4441         combine-and-quote-strings and split-string-and-unquote.
4443         * subr.el (combine-and-quote-strings): Rename from strings->string.
4444         (split-string-and-unquote): Rename from string->strings.
4446 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4448         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
4449         to buffer-local settings.
4451         * emacs-lisp/backquote.el (backquote-delay-process): New function.
4452         (backquote-process): Add internal arg `level'.  Use the two to
4453         correctly handle nested backquotes.
4455 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
4457         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
4458         (vc-bzr-state-words): Add "kind changed" state word.
4459         (vc-bzr-status): New function.  Return Bzr idea of file status,
4460         which is different from VC's.
4461         (vc-bzr-state): Use vc-bzr-status.
4462         (vc-workfile-unchanged-p): Use vc-bzr-status.
4463         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
4464         (vc-dired-state): Process "kind changed" state word.
4466 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4468         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
4470         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
4471         Move from vc-default-find-file-not-found-hook.
4473 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4475         * man.el: Remove spurious * in docstrings.
4476         Merge defvars and toplevel setq-defaults.
4477         (Man-highlight-references0): Limit=nil rather than point-max.
4478         (Man-mode-map): Move initialization into the declaration.
4479         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
4480         (Man-view-header-file): Use expand-file-name rather than concat.
4481         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
4483         * man.el (Man-next-section): Make sure we do not move backward.
4485 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4487         * files.el (auto-mode-alist): Use the purecopied text (duh!).
4489 2007-08-08  Glenn Morris  <rgm@gnu.org>
4491         * Replace `iff' in doc-strings and comments.
4493 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
4495         * dired.el (dired-pop-to-buffer):
4496         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4497         * calendar/calendar.el (generate-calendar-window):
4498         * progmodes/compile.el (compilation-set-window-height):
4499         * textmodes/two-column.el (2C-two-columns, 2C-merge):
4500         Use window-full-width-p instead of comparing frame-width and
4501         window-width.
4503         * progmodes/compile.el (compilation-find-buffer): Remove extra
4504         argument in call to compilation-buffer-internal-p.
4506 2007-08-07  Tom Tromey  <tromey@redhat.com>
4508         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
4509         Add safe-local-variable property.
4511 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
4513         * image-mode.el (image-toggle-display): Use image-refresh.
4515 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
4517         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
4518         unofficial version.
4519         (vc-bzr-command): Remove redundant setting of process-connection-type.
4520         (vc-bzr-admin-checkout-format-file): Add autoload.
4521         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
4522         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
4523         (vc-bzr-registered): Compare dirstate format tag with known good
4524         value, abort parsing if match fails.  Warn user in docstring.
4525         (vc-bzr-workfile-version): Case for different Bzr branch formats.
4526         See bzrlib/branch.py in Bzr sources.
4527         (vc-bzr-diff): First argument FILES may be a string rather than a list.
4528         (vc-bzr-shell-command): Remove in favor of
4529         vc-bzr-command-discarding-stderr.
4530         (vc-bzr-command-discarding-stderr): New function.
4532 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
4534         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
4535         program, and return nil.
4536         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
4537         (vc-bzr-state): Look for path names relative to the repository
4538         root after status keyword.
4539         (vc-bzr-file-name-relative): New function.
4540         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
4541         depend on it.
4542         (vc-bzr-admin-dirname, ...-checkout-format-file)
4543         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
4544         files that we now parse directly for speed.
4545         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
4546         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
4547         (vc-bzr-state): "bzr status" successful only if exitcode is 0.
4548         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
4549         Bzr warnings, so we must discard it.
4550         (vc-bzr-workfile-version): Speedup counting lines from
4551         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
4552         if that file doesn't exist.
4553         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
4554         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname' (not ".bzr"!)
4555         to `vc-directory-exclusion-list'.
4556         (vc-bzr-shell-command): New function.
4558 2007-08-06  Tom Tromey  <tromey@redhat.com>
4560         * diff-mode.el (diff-unified->context, diff-reverse-direction)
4561         (diff-fixup-modifs): Typo in docstring.
4563 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4565         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
4566         count-screen-lines.
4567         (tpu-edt-off): Disable relevant pieces of advice.
4569         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
4570         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
4571         (newline, newline-and-indent, do-auto-fill): Use advice instead of
4572         redefining the function.
4573         (tpu-set-scroll-margins): Activate the pieces of advice.
4575 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
4577         * help.el (resize-temp-buffer-window): Use window-full-width-p
4578         instead of comparing frame-width and window-width.
4580 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
4582         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
4583         optional quotes around files in NEED-UPDATE . REMOVED case.
4585         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
4586         (ada-treat-cmd-string): Improve error message.
4587         (ada-do-file-completion): Call `ada-require-project-file', so
4588         project variables are set properly.
4589         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
4590         (ada-gnatfind-buffer-name): New constant.
4591         (ada-find-any-references): Use new constant.  Set buffer name
4592         properly in compilation-start.  Toggle read-only properly.
4593         (ada-find-in-src-path): Fix spelling error in docstring.
4595         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
4596         by zero error.
4598 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4600         * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
4602 2007-08-12  Richard Stallman  <rms@gnu.org>
4604         * progmodes/sh-script.el (sh): Delete group `unix'.
4606         * progmodes/gud.el (gud): Change to group `processes'.
4608 2007-08-11  Glenn Morris  <rgm@gnu.org>
4610         * progmodes/compile.el (compilation-buffer-name): Don't check
4611         compilation-arguments.  It is superfluous, and the variable isn't
4612         even set when this function is called.
4614 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4616         * term/mac-win.el (mac-ae-reopen-application): New function.
4617         (mac-apple-event-map): Bind "reopen application" Apple event to it.
4619 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4621         * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
4622         take tex-font-script-display into account.
4623         (tex-font-script-display, tex-font-lock-suscript): Change from a cons
4624         cell to a list of 2 elements to simplify the unfontify code.
4626 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4628         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
4629         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
4630         ps-print-color-p is neither nil nor black-white.  Reported by Christian
4631         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
4633 2007-08-08  Andreas Schwab  <schwab@suse.de>
4635         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
4636         self-insert-command, not self-insert.
4638 2007-08-08  Glenn Morris  <rgm@gnu.org>
4640         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
4641         argument optional, for backwards compatibility, and only highlight
4642         args when present.  Fix symbol name typo (doc/args).
4644         * help-mode.el (help-make-xrefs): Search for symbol constituents,
4645         rather than just `-'.
4647 2007-08-07  Jay Belanger  <jay.p.belanger@gmail.com>
4649         * calc/calc-units.el (calc-convert-temperature):
4650         Use `/' to create fractions.
4652 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
4654         * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
4655         global matching.
4656         (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
4657         ERROR-BUFFER more robust.  Display output.
4658         (tramp-file-name-handler): Add a connection property when we found
4659         a foreign file name handler.  This allows backends like ftp to
4660         profit also from usr/host name completion based on connection
4661         cache.
4662         (tramp-send-command-and-read): Search for trash after the regexp
4663         until eol only.  In XEmacs, there is a problem with \n.
4665         * net/tramp-cache.el (top): Read persistent connection history
4666         when cache is empty.
4668 2007-08-07  Nic Ferrier  <nferrier@tapsellferrier.co.uk>  (tiny change)
4670         * net/tramp.el (tramp-handle-process-file): Fix bug inserting
4671         resulting output.
4673 2007-08-07  Sam Steingold  <sds@gnu.org>
4675         * progmodes/compile.el (compilation-start): Pass nil as startfile
4676         to comint-exec.
4678 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
4680         * longlines.el (longlines-decoded): New variable.
4681         (longlines-mode): Avoid encoding or decoding the buffer twice.
4683 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
4685         * format.el (format-insert-file): Make sure that at most one undo
4686         entry is recorded for the insertion.  Inhibit point-motion and
4687         modification hooks around call to insert-file-contents.
4689 2007-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4691         * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
4692         Select the buffer's window before moving point.
4694 2007-08-07  Richard Stallman  <rms@gnu.org>
4696         * term.el (term): Remove parent group `unix'.
4698         * simple.el (default-indent-new-line): New function.
4699         It calls comment-line-break-function if there are comments.
4700         (do-auto-fill): Use that.
4702 2007-08-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
4704         * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
4705         (PC-do-completion): Add "acronym completion" for symbols and
4706         filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
4708 2007-08-06  Sam Steingold  <sds@gnu.org>
4710         * mouse.el (mouse-buffer-menu): Pass mode-name through
4711         format-mode-line because it may be a list,
4712         e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
4714 2007-08-06  Vinicius Jose Latorre  <viniciusig@ig.com.br>
4716         * printing.el (pr-update-menus): Docstring fix.
4718 2007-08-06  Jason Rumney  <jasonr@gnu.org>
4720         * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
4722         * vc-hooks.el (vc-call): Add doc string.
4724 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
4726         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
4727         process-filter.
4729 2007-08-06  Kenichi Handa  <handa@m17n.org>
4731         * international/quail.el: Wrap (require 'help-mode) by
4732         eval-when-compile.
4733         (quail-help-init): New function.
4734         (quail-help): Call quail-help-init.
4735         (quail-store-decode-map-key): Change it to a function.
4737 2007-08-05  Jason Rumney  <jasonr@gnu.org>
4739         * vc.el (vc-rollback): Add norevert argument back.
4740         (vc-revert-buffer): Add back as obsolete alias.
4742 2007-08-05  Peter Povinec  <ppovinec@yahoo.com>  (tiny change)
4744         * term.el: Honor term-default-fg-color and term-default-bg-color
4745         settings when modifying term-current-face.
4746         (term-default-fg-color, term-default-bg-color): Initialize from
4747         default term-current-face.
4748         (term-mode, term-reset-terminal): Set term-current-face with
4749         term-default-fg-color and term-default-bg-color.
4750         (term-handle-colors-array): term-current-face has term-default-fg-color
4751         and term-default-bg-color after reset escape sequence.
4752         (term-handle-colors-array): Set term-current-color with
4753         term-default-fg/bg-color instead of ansi-term-color-vector when the
4754         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
4756 2007-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
4758         * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
4759         (math-nlfit-givens): Let bind free variables.
4761 2007-08-05  Vinicius Jose Latorre  <viniciusig@ig.com.br>
4763         * printing.el: Require lpr and ps-print when loading printing package.
4764         Reported by Glenn Morris <rgm@gnu.org>.
4766 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
4768         * files.el (set-auto-mode): Handle also remote files wrt
4769         `auto-mode-alist'.
4771 2007-08-04  Jay Belanger  <jay.p.belanger@gmail.com>
4773         * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
4774         curves and plotting.
4776         * calc/calc-nlfit.el: New file.
4778 2007-08-04  Glenn Morris  <rgm@gnu.org>
4780         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
4781         zero, not nil, when the library is first loaded.  Check for a file
4782         that has been modified on disk.
4784         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
4785         Remove duplicate defvar preventing initialization.
4786         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
4788 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4790         * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
4791         (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
4792         may match up to 4 lines.
4793         (diff-beginning-of-file-and-junk): Rewrite.
4795 2007-08-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4797         * printing.el: Evaluate require only during compilation.
4798         (pr-version): New version 6.9.1.
4799         (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
4800         (pr-global-menubar): Fix code.
4802 2007-08-03  Dan Nicolaescu  <dann@ics.uci.edu>
4804         * term.el (term-erase-in-display): Fix case when point is not at
4805         the beginning of the line.
4807 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
4809         * calc/calc-ext.el (math-get-value, math-get-sdev)
4810         (math-contains-sdev): New functions.
4812         * calc/calc-graph.el (calc-graph-format-data)
4813         (calc-graph-add-curve): Check for error forms.
4814         (calc-graph-set-styles): Add option for error forms.
4816 2007-08-03  Miles Bader  <miles@gnu.org>
4818         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
4819         backend names for new backends to `Git', `Hg', and `Bzr'.
4820         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
4821         not `HG'.
4822         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
4823         name, not `GIT'.
4824         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
4825         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
4827 2007-08-03  Richard Stallman  <rms@gnu.org>
4829         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
4830         to update deleted flag.
4832         * cus-edit.el (customize-apropos, customize-apropos-options)
4833         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
4835         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
4837         * startup.el (fancy-splash-head, startup-echo-area-message):
4838         Change message text.
4840         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
4841         All callers use line-move.
4843         * progmodes/compile.el (compilation-find-buffer): Return current
4844         buffer immediately if suitable.
4845         (compile, compilation-buffer-name, compilation-start): Doc fixes.
4847 2007-08-03  Daiki Ueno  <ueno@unixuser.org>
4849         * faces.el (face-normalize-spec): New function.
4850         (frame-set-background-mode): Normalize face-spec before calling
4851         face-spec-match-p.
4853 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4855         * server.el (server-window): Add switch-to-buffer-other-frame option.
4857 2007-08-03  Glenn Morris  <rgm@gnu.org>
4859         * cus-edit.el (customize-apropos): Make the error message indicate
4860         what kind of thing the user was trying to customize.
4862         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
4864         * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
4865         Fix off-by-one error in previous change.
4867 2007-08-03  Drew Adams  <drew.adams@oracle.com>
4869         * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
4870         Make buffer writable.
4872 2007-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
4874         * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
4875         (math-cos-raw-2, math-arctan-raw, math-ln-raw):
4876         Use native Emacs functions, when appropriate.
4878 2007-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
4879             Stefan Monnier  <monnier@iro.umontreal.ca>
4881         * vc.el: Document new VC operation `extra-menu'.
4883         * vc-hooks.el (vc-default-extra-menu): New function.
4885         * menu-bar.el (menu-bar-vc-filter): New function.
4886         (menu-bar-tools-menu): Use it as a filter.
4888 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
4890         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
4892 2007-08-01  Glenn Morris  <rgm@gnu.org>
4894         * progmodes/fortran.el: Remove leading `*' from all defcustom doc
4895         strings.
4896         (fortran-tab-mode-default): Remove needless autoload.
4897         (fortran-tab-mode-string): Add help-echo and mouse properties, and
4898         mark as risky.
4899         (fortran-line-length): New buffer-local variable, safe if integer.
4900         (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
4901         Change from variables to constants.
4902         (fortran-font-lock-syntactic-keywords): Delete as a variable,
4903         replace with a new function definition.
4904         (fortran-mode): Use fortran-line-length, and
4905         fortran-font-lock-syntactic-keywords as a function.  Add a
4906         hack-local-variables-hook function.
4907         (fortran-line-length, fortran-hack-local-variables): New functions.
4908         (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
4909         Use fortran-line-length rather than 72.
4910         (fortran-window-create-momentarily): Doc fix.
4912 2007-07-31  Drew Adams  <drew.adams@oracle.com>  (tiny change)
4914         * cus-edit.el (custom-group-value-create, custom-goto-parent):
4915         Fix parent groups link.
4917 2007-07-31  Paul Pogonyshev  <pogonyshev@gmx.net>
4919         * progmodes/python.el (python-current-defun): Adjust to never fall
4920         into infinite loop.
4922 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4924         * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
4926 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
4928         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
4929         (copyright-fix-years, copyright): Correctly handle the case where
4930         copyright-limit is nil.
4932 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
4934         * progmodes/python.el (run-python): Fix path separator under w32.
4936 2007-07-30  Richard Stallman  <rms@gnu.org>
4938         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4939         Treat non-break space as whitespace in Lisp.
4941 2007-07-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4943         * vc.el (vc-dired-hook): Use inhibit-read-only.
4945         * progmodes/compile.el (compilation-forget-errors):
4946         Reset compilation-auto-jump-to-next.
4948 2007-07-30  Michael Olson  <mwolson@gnu.org>
4950         * cus-edit.el (custom-group-save): Fix void function definition
4951         error.  Thanks to Zhang Wei for the report.
4953         * ps-print.el: Check in trivial changes to the autoloads section
4954         caused by the build process.  These autoloads really ought to be
4955         placed in a separate file, methinks.
4957 2007-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4959         * calendar/calendar.el (calendar-mode): Make sure
4960         displayed-(month|year) are set.
4961         (calendar-basic-setup): Display buffer before adjusting window sizes.
4962         (generate-calendar-window): Use inhibit-read-only.  Simplify.
4963         Generate buffer and set displayed-month and displayed-year before
4964         calling update-calendar-mode-line.
4966 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
4968         * net/tramp.el:
4969         * net/tramp-uu.el:
4970         * net/trampver.el: Use utf-8 encoding with coding cookie.
4972         * net/tramp-cache.el:
4973         * net/tramp-fish.el:
4974         * net/tramp-ftp.el:
4975         * net/tramp-gw.el:
4976         * net/tramp-smb.el: Remove coding cookie.
4978         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
4979         Flush buffer file-name's file property.
4980         (tramp-handle-file-remote-p): The first parameter is FILENAME.
4982         * net/trampver.el: Update release number.
4984 2007-07-29  Juri Linkov  <juri@jurta.org>
4986         * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
4987         Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
4988         when major-mode is not dired-mode.
4989         (dired-toggle-read-only): New function.
4990         (dired-recursive-deletes): Remove obsolete comments about old
4991         default value.
4992         (dired-do-flagged-delete, dired-do-delete): Refill docstring.
4994         * wdired.el (wdired-exit): New function.
4995         (wdired-mode-map): Bind C-x C-q to wdired-exit.
4997 2007-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4999         * cus-edit.el (customize-read-group): New fun.
5000         (customize-group-other-window, customize-face-other-window):
5001         Prompt before delegating to customize-(group|face).
5002         Bind pop-up-windows rather than use the other-window argument.
5003         (customize-group, customize-face): Prompt from the interactive spec.
5004         Remove args `prompt-for-group' and `other-window'.
5006         * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
5007         (ad-body-forms, ad-advised-interactive-form): Revert this part of
5008         last change.
5010 2007-07-28  Masatake YAMATO  <jet@gyve.org>
5012         * vc.el (vc-dired-mode): Add a menu for VC related operation.
5013         Use backend name as the menu label.  Suggested by David Kastrup.
5015 2007-07-28  Alan Mackenzie  <acm@muc.de>
5017         Fix problem with modes derived from CC Mode:
5018         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
5019         macro to cc-langs.
5020         (c-init-language-vars-for): Remove call to above macro.
5021         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
5022         been moved to here.
5023         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
5025 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
5027         * net/trampver.el: Fix the `coding' cookie.
5029 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
5031         * vc-git.el (vc-git-print-log): Support both the old single file
5032         interface and the new one.
5034 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
5036         * bindings.el (mode-line-remote): Use updated %@ construct.
5038 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5040         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
5041         (calendar-bahai-epoch, calendar-bahai-leap-year-p)
5042         (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
5043         (diary-list-bahai-entries, diary-bahai-mark-entries)
5044         (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
5045         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
5046         New names to clean up namespace.
5047         (list-bahai-diary-entries, mark-bahai-diary-entries)
5048         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
5049         (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
5050         Add compatibility aliases.
5052         * calendar/appt.el: Don't wrap defvar within eval-when-compile.
5054         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
5055         (calendar-scroll-left-three-months)
5056         (calendar-scroll-right-three-months): Clean up namespace.
5057         (scroll-calendar-left, scroll-calendar-right)
5058         (scroll-calendar-left-three-months)
5059         (scroll-calendar-right-three-months): Add compatibility aliases.
5061         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
5062         Behave like mouse-scroll-calendar-* when used from the mouse.
5064         * calendar/cal-menu.el (cal-menu-scroll-menu)
5065         (cal-menu-global-mouse-menu):
5066         * calendar/calendar.el (calendar-mode-map):
5067         Use new calendar-scroll-* names.
5068         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
5069         Remove.  Use calendar-scroll-* directly instead.
5071 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5073         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
5074         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
5075         (ad-make-advised-definition, ad-cache-id-verification-code):
5076         Use commandp and interactive-form instead.
5078 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
5080         * vc-git.el: Relicense to GPLv3 or later.
5081         (vc-directory-exclusion-list, vc-handled-backends): Remove.
5083         * vc-hooks.el (vc-handled-backends): Add GIT.
5085         * vc.el (vc-directory-exclusion-list): Add .git.
5087 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
5089         * vc-git.el (vc-git-revision-table)
5090         (vc-git-revision-completion-table): New functions.
5092 2007-07-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5094         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
5095         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
5096         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
5097         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
5098         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
5099         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
5100         New command actions for EPS header and EPS footer.
5102         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
5103         footer.  Fix some problems with one-or-more, zero-or-more and
5104         alternative constructions generation.  Some log messages
5105         implementation.  Doc fix.
5106         (ebnf-version): New version 4.4.
5107         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
5108         (ebnf-eps-footer, ebnf-log): New options.
5109         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
5110         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
5111         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
5112         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
5113         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
5114         (ebnf-style-custom-list, ebnf-style-database): Put new values.
5115         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
5116         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
5117         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
5118         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
5119         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
5120         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
5121         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
5122         (ebnf-non-terminal-dimension, ebnf-special-dimension)
5123         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
5124         (ebnf-except-dimension, ebnf-alternative-dimension)
5125         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
5126         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
5127         message fun.
5128         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
5129         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
5130         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
5131         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
5132         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
5133         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
5134         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
5135         compatibility with Emacs 20 & 21.
5136         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
5137         (ebnf-eps-file-alist, ebnf-basic-width-extra)
5138         (ebnf-basic-empty-height): New vars.
5139         (ebnf-prologue): Fix PostScript code.
5140         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
5141         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
5142         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
5143         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
5145 2007-07-25  Glenn Morris  <rgm@gnu.org>
5147         * Relicense all FSF files to GPLv3 or later.
5149         * COPYING: Switch to GPLv3.
5151 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5153         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
5154         Replace it with another one which disables undo before calling
5155         erase-buffer and then turns it back on if needed.
5157 2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5159         * ps-print.el: Problem with foreground and background color when
5160         printing a buffer with and without faces.  Reported by Christian
5161         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
5162         (ps-print-version): New version 6.7.5.
5163         (ps-default-fg): Change default value to nil, so black color is used
5164         when a face does not specify a foreground color.
5165         (ps-default-bg): Change default value to nil, so white color is used
5166         for background color.
5167         (ps-begin-job): Fix code.
5169 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
5171         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
5173 2007-07-24  Glenn Morris  <rgm@gnu.org>
5175         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
5176         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
5177         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
5178         (cal-tex-cursor-week, cal-tex-cursor-week2)
5179         (cal-tex-cursor-week-iso, cal-tex-week-hours)
5180         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
5181         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
5182         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
5184 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5186         * calendar/calendar.el (calendar-mode-map): Move initialization
5187         into declaration.  Add menu bindings (used to be done in cal-menu).
5188         (calendar-mode): Don't add an activate-menubar-hook.
5190         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
5191         modify calendar-mode-map), use easy-menu, and make sure that C-h k
5192         can be used on the menu entries.
5193         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
5194         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
5195         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
5196         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
5197         (calendar-flatten, cal-menu-update): Remove.
5198         (calendar-mouse-insert-hebrew-diary-entry)
5199         (calendar-mouse-insert-islamic-diary-entry)
5200         (calendar-mouse-insert-bahai-diary-entry):
5201         Remove (fold into cal-menu-diary-menu).
5202         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
5203         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
5204         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
5205         (calendar-mouse-view-diary-entries): Minor simplifications.
5206         (calendar-event-to-date): Use with-current-buffer.
5208 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
5210         * add-log.el (change-log-redate): Remove (not needed anymore and
5211         doesn't appear to work).
5213 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5215         * frame.el: Use mapc and dolist instead of mapcar where possible.
5216         (close-display-connection): New command.
5218 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
5220         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
5221         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
5223 2007-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5225         * ps-print.el (ps-multibyte-buffer): Docstring fix.
5227         * ps-mule.el: Doc fix.
5228         (ps-multibyte-buffer, ps-mule-font-info-database-default)
5229         (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
5231 2007-07-25  Glenn Morris  <rgm@gnu.org>
5233         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
5234         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
5235         (cal-tex-daily-end, cal-tex-hook)
5236         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
5237         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
5238         (cal-tex-cursor-week-iso, cal-tex-week-hours)
5239         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
5240         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
5241         (cal-tex-day-prefix, cal-tex-day-name-format)
5242         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
5243         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
5244         (cal-tex-LaTeX-subst-list): Change from variables to constants.
5245         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
5246         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
5247         etc, rather than \bf.
5248         (cal-tex-mini-calendar): Fix typos in previous change.
5249         (cal-tex-latexify-list): Remove inner let binding.
5250         (cal-tex-end-document, cal-tex-banner): Use multi-line
5251         cal-tex-comment.
5252         (cal-tex-comment): Handle embedded newlines.
5253         (cal-tex-LaTeXify-string): Use substring-no-properties.
5255 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
5257         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5258         Add support for the Maden build tool.
5260 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
5262         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
5264 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5266         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
5268 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
5270         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
5271         C-x C-q.
5273         * vc-git.el (vc-git-print-log): Fix previous change.
5275 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5277         * window.el (save-selected-window): Minor optimization.
5278         (bw-adjust-window): If operation failed, try with a smaller delta.
5279         (window-fixed-size-p): New function.
5280         (window-area-factor): New var.
5281         (balance-windows-area): New command.
5283         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
5284         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
5285         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
5286         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
5287         (ps-mule-begin-job): Use dolist.
5289 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
5291         * subr.el (start-file-process-shell-command)
5292         (process-file-shell-command): New defuns.
5294         * progmodes/compile.el (compilation-start):
5295         Apply `start-file-process-shell-command'.
5297 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
5299         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
5301 2007-07-24  Alan Mackenzie  <acm@muc.de>
5303         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
5304         Initialise byte-compile-unresolved-functions before rather than
5305         after a compilation.
5306         (byte-compile-unresolved-functions): Amplify doc string.
5308 2007-07-24  Glenn Morris  <rgm@gnu.org>
5310         * startup.el (normal-splash-screen): Use `emacs-copyright'.
5312         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
5313         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
5314         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
5315         (cal-tex-cursor-week, cal-tex-cursor-week2)
5316         (cal-tex-cursor-week-iso, cal-tex-week-hours)
5317         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
5318         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
5319         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
5321         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
5322         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
5323         (cal-tex-day-name-format, cal-tex-cal-one-month)
5324         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
5325         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
5326         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
5327         (cal-tex-list-holidays, cal-tex-cursor-year)
5328         (cal-tex-cursor-year-landscape, cal-tex-year)
5329         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
5330         (cal-tex-cursor-month, cal-tex-insert-days)
5331         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
5332         (cal-tex-first-blank-p, cal-tex-cursor-week)
5333         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
5334         (cal-tex-week-hours, cal-tex-cursor-week-monday)
5335         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
5336         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
5337         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
5338         (cal-tex-latexify-list, cal-tex-previous-month)
5339         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
5340         modernization, including using dotimes rather than
5341         calendar-for-loop.
5342         (cal-tex-LaTeX-subst-list): Remove `@'.
5343         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
5344         Use \textit and \textbf rather than \em and \it.
5346         * calendar/cal-bahai.el (list-bahai-diary-entries)
5347         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
5348         * calendar/cal-islam.el (list-islamic-diary-entries)
5349         * calendar/calendar.el (generate-calendar, generate-calendar-month)
5350         * calendar/diary-lib.el (diary-list-entries)
5351         (mark-calendar-date-pattern): Use `dotimes' rather than
5352         `calendar-for-loop'.
5354         * calendar/calendar.el (calendar-for-loop): Doc fix.
5356 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5358         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
5359         underlying file is uptodate.
5361 2007-07-23  Christopher J. Madsen  <cjm@cjmweb.net>
5363         * replace.el (perform-replace): Use isearch-no-upper-case-p.
5365 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5367         * vc-hooks.el (vc-mode-line-map): New const.
5368         (vc-mode-line): Use it.
5370 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
5372         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
5373         (vc-git-unregister): New functions.
5374         (vc-git-find-version): Use the result of ls-files as a parameter
5375         for cat-file.
5377 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
5379         * net/tramp.el (tramp-perl-file-attributes)
5380         (tramp-perl-directory-files-and-attributes)
5381         (tramp-handle-file-attributes-with-stat)
5382         (tramp-handle-directory-files-and-attributes-with-stat)
5383         (tramp-convert-file-attributes): Handle huge file sizes.
5385 2007-07-23  Juri Linkov  <juri@jurta.org>
5387         * isearch.el (isearch-message-function): New variable.
5388         (isearch-update, isearch-search): Use it.
5390         * simple.el (goto-history-element): New function created from
5391         next-history-element.
5392         (next-history-element): Most code moved to goto-history-element.
5393         Call goto-history-element with (- minibuffer-history-position n).
5394         (previous-history-element): Call goto-history-element with (+
5395         minibuffer-history-position n).
5396         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
5397         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
5398         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
5399         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
5400         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
5401         (minibuffer-history-isearch-pop-state): New functions.
5403 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
5405         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
5406         Also, if FILE is a list, return non-nil if any of its elements
5407         should stay local.  Update docstring.
5409 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5411         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
5412         change by reverting a small part.
5414 2007-07-23  Richard Stallman  <rms@gnu.org>
5416         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
5418 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
5420         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
5421         handling it.  Use vc-git-command.
5422         (vc-git-find-version, vc-git-diff-tree): New functions.
5423         (vc-git-revert): Use vc-git-command.
5424         (vc-git--run-command): Delete.
5426 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
5428         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
5430 2007-07-20  Kenichi Handa  <handa@m17n.org>
5432         * international/utf-8.el (utf-8-post-read-conversion):
5433         Temporarily bind utf-8-compose-scripts to nil while running
5434         *-compose-region functions.
5436 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
5438         * vc-git.el: Update status.
5439         (vc-directory-exclusion-list): Use eval-after-load.
5441 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
5443         * bindings.el (mode-line-remote): New variable.
5444         (help-echo): Add to default values of mode-line-format.
5446         * files.el: Mark mode-line-remote as risky.
5448 2007-07-22  Juri Linkov  <juri@jurta.org>
5450         * isearch.el (isearch-edit-string): Save old point and
5451         isearch-other-end to old-point and old-other-end before reading
5452         the search string from minibuffer.  After exiting minibuffer set
5453         point to old-other-end if point and the search direction is the
5454         same as before reading the search string.
5455         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
5456         to isearch-other-end.  Instead of isearch-search-and-update call
5457         three functions isearch-search, isearch-push-state and isearch-update.
5459 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
5461         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
5462         deal with multiple file arguments.
5463         (vc-git-print-log): Deal with multiple file arguments.
5465 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5467         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
5468         diff-refine-hunk.  Adjust users.
5469         (diff-unified-hunk-p, diff-splittable-p): New functions.
5470         (diff-mode-menu): Use it to disable Split when it doesn't work.
5472 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
5474         * diff-mode.el (diff-mode-menu): New entries.
5476 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5478         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
5479         if applicable, so as to save undo-log space.
5481         * diff-mode.el (diff-find-file-name): Add arg `batch'.
5483         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
5484         (diff-file-kill): Use it.
5485         (diff-beginning-of-hunk): Add arg `try-harder' using it.
5486         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
5487         Use it so they find the hunk even when we're in the file header.
5489 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
5491         * vc-git.el (vc-git-revision-granularity, vc-git-root)
5492         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
5493         (vc-git-create-repo): New functions.
5494         (vc-git-registered): New autoloaded function definition.
5495         (vc-git-registered): Use vc-git-root.
5496         (vc-git-responsible-p): New defalias.
5497         (vc-git-annotate-extract-revision-at-line): Uncomment.
5498         (vc-git-print-log): Add the file name to the log.
5499         (vc-git-log-view-mode): New derived mode.
5500         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
5502 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
5504         * progmodes/grep.el (grep-compute-defaults): Keep default values.
5506 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
5508         * textmodes/reftex.el (reftex-access-parse-file): Create parse
5509         file in a way that does not interfere with recentf mode.
5510         (reftex-access-parse-file): Do not risk destroying an existing
5511         buffer.
5513 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
5515         * vc-git.el: New file.
5517 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5519         * textmodes/tex-mode.el (tex-font-script-display): Change default.
5521 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
5523         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
5524         for branches and new files.
5526         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
5527         local-map handling ...
5528         (vc-mode-line): ... here.  Improve handling of help-echo.
5530         * vc.el (mode-line-string): Document help-echo usage.
5532 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
5534         Sync with Tramp 2.1.10.
5536         * net/tramp.el (tramp-get-ls-command): Fix typo.
5538         * net/trampver.el: Update release number.
5540 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5542         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
5544         * term/x-win.el (x-handle-no-bitmap-icon): New function.
5546 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
5548         * add-log.el (change-log-fill-parenthesized-list): New function.
5549         (change-log-indent): Call change-log-fill-parenthesized-list.
5550         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
5551         Have lines with leading asterisk start a paragraph.
5553 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
5555         * calc/calc-math.el (math-emacs-precision)
5556         (math-largest-emacs-expt, math-smallest-emacs-expt):
5557         New variables.
5558         (math-use-emacs-fn): New function.
5559         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
5560         appropriate.
5562 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5564         * image-dired.el (image-dired-sane-db-file): New func.
5565         (image-dired-write-tags, image-dired-remove-tag)
5566         (image-dired-list-tags, image-dired-write-comments)
5567         (image-dired-get-comment, image-dired-mark-tagged-files)
5568         (image-dired-create-gallery-lists): Call new func.
5569         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
5571 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5573         * vc-hg.el (vc-hg-dir-state): Fix loop.
5574         (vc-hg-print-log): Fix expected return value for vc-hg-command.
5575         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
5576         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
5577         (vc-hg-revert): Likewise.
5578         (vc-hg-revision-table, vc-hg-revision-completion-table): New
5579         functions.
5581 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5583         * add-log.el (change-log-resolve-conflict): Don't lose data if the
5584         merge fails.
5586 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
5588         * progmodes/compile.el (compilation-auto-jump-to-first-error):
5589         Add group and version.
5591 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5593         * add-log.el (add-log-file-name): Use file-relative-name.
5594         (add-change-log-entry): Delay reading
5595         add-log-(full-name|mailing-address) to after we've switched to the
5596         ChangeLog buffer so we get the right value.
5597         (add-change-log-entry, add-log-current-defun, change-log-merge):
5598         Use derived-mode-p rather than checking major-mode directly.
5600         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
5601         name for buffer-file-name if it refers to a directory.
5603         * vc-arch.el (vc-arch-diff): Fix last change.
5605         * progmodes/compile.el (compilation-start): Remember the original
5606         directory in a buffer-local compilation-directory.
5607         (compile): Set the global value of compilation-directory.
5608         (recompile): Use compilation-directory even in the compilation buffer.
5610 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
5612         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
5614 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5616         * ps-print.el: Problem with foreground and background color when
5617         printing a buffer with and without faces.  Reported by Christian
5618         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
5619         (ps-print-version): New version 6.7.5.
5620         (ps-default-fg): Change default value to nil, so black color is used
5621         when a face does not specify a foreground color.
5622         (ps-default-bg): Change default value to nil, so white color is used
5623         for background color.
5624         (ps-begin-job): Fix code.
5626 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
5628         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
5629         in $(INSTALL_DIR)/lisp/ if they already exist.
5631 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
5633         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
5634         in $(INSTALL_DIR)/lisp/ if they already exist.
5636 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5638         * progmodes/vera-mode.el (vera-re-search-forward)
5639         (vera-re-search-backward): Remove use of store-match-data.
5640         (vera-mode-map): Move initialization into declaration.
5642         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
5643         (flymake-find-buildfile): Use locate-dominating-file.
5645         * vc.el (vc-delistify): Use mapconcat.
5646         (vc-do-command): Minor simplification.
5647         (vc-expand-dirs): Use push.
5649         * vc-mcvs.el (vc-mcvs-create-repo):
5650         * vc-cvs.el (vc-cvs-create-repo): Remove.
5652         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
5653         directory and the root as well.
5655 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
5657         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
5658         instead of a file.
5660         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
5661         (vc-hg-registered): Replace if with when.
5662         (vc-hg-state): Deal with nonexistent files and handle removed files.
5663         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
5664         (vc-hg-checkout): Re-enable.
5665         (vc-hg-create-repo): Fix typos.
5666         (vc-hg-print-log): Fix for multiple files.
5667         (vc-hg-workfile-unchanged-p): New function.
5669         * vc.el: Fix typo.
5670         (vc-print-log): Fix call to print-log.
5671         (vc-default-comment-history): Likewise.
5672         (vc-directory-exclusion-list): Add .hg and .bzr.
5673         (vc-diff-internal): Pass a list instead of a file.
5675         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
5677         * vc-bzr.el (vc-bzr-create-repo): New function.
5679 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5681         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
5682         `file' from which to start the search.
5684 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
5686         * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
5687         having a single file argument to having a list of files as the
5688         first argument.
5690 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5692         * files.el (locate-dominating-file): New function.
5694 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
5696         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
5697         (grep-compute-defaults): Use it.
5699 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5701         * uniquify.el: Docstring fixes.
5703 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
5705         * vc.el (revision-granularity, create-repo): Document new vc
5706         backend properties.
5707         (vc-rollback): Renamed from vc-cancel-version. Update
5708         references. Pass a list instead of a file.
5709         (vc-revert): Renamed from vc-revert-buffer. Update references.
5710         (vc-delistify, vc-expand-dirs): New functions.
5711         (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
5712         of files instead of a single file.
5713         (vc-position-context, vc-resync-window, vc-diff-internal)
5714         (vc-print-log): Pass a list instead of a file.
5716         * vc-hooks.el (vc-stay-local-p, vc-backend)
5717         (vc-backend-subdirectory-name): Work on a file list, not a single
5718         file.
5719         (vc-workfile-version): Update docstring.
5720         (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
5721         vc-revert instead of vc-revert-buffer.
5722         (vc-prefix-map): Likewise. Bind vc-update.
5724         * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
5725         (vc-svn-wash-log): New functions.
5726         (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
5727         (vc-svn-command): Deal with a list of files, not a single file.
5729         * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
5730         (vc-rcs-wash-log): New functions.
5731         (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
5732         Deal with a list of files, not a single file.
5733         (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
5735         * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
5736         functions.
5737         (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
5738         list of files, not a single file.
5740         * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
5741         New functions.
5742         (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
5743         (vc-mcvs-diff): Deal with a list of files, not a single file.
5745         * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
5746         functions.
5747         (vc-hg-print-log): Deal with a list of files, not a single file.
5748         (vc-hg-diff-tree): New function, replace defalias with the same
5749         name.
5750         (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
5751         FILES to denote that it is a file list, not a single file.
5753         * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
5754         (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
5755         a single file.
5756         (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
5757         that it is a file list, not a single file.
5758         (vc-cvs-diff): Likewise. Simplify.
5760         * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
5761         Deal with a list of files, not a single file.
5763         * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
5764         (vc-bzr-print-log): Update FILE parameter name to denote that it
5765         is a file list, not a single file.
5766         (vc-bzr-diff): Likewise. Use the car of files.
5768 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
5770         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
5771         (follow-delete-other-windows-and-split, follow-recenter)
5772         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
5773         (follow-redisplay, follow-estimate-first-window-start)
5774         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
5775         Fix typos in docstrings.
5777 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
5779         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
5780         avoid that filling introduces lines with a single asterisk.
5782         * kmacro.el (kmacro-end-macro): When ignoring empty macro
5783         avoid incorrect kmacro-ring-empty-p messages.
5784         Reported by Michael Schierl <schierlm@gmx.de>.
5786 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
5788         * vc.el: Add more info about the vc-registered function.
5790 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
5792         * files.el (file-remote-p): Introduce optional parameter
5793         IDENTIFICATION.
5795         * recentf.el (recentf-keep-default-predicate): Adapt call of
5796         `file-remote-p'.
5798         * progmodes/grep.el (grep-probe): Use `process-file'.
5799         (grep-compute-defaults): Handle variables host specific.
5801         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
5802         parameter IDENTIFICATION.
5804         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
5805         parameter IDENTIFICATION.
5806         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
5807         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
5808         Add entry for `set-file-times'.
5809         (tramp-do-copy-or-rename-file-via-buffer)
5810         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
5811         (tramp-handle-unhandled-file-name-directory): Rewrite.
5812         (tramp-convert-file-attributes): Add error handling when inode is
5813         extraordinary big.
5814         (tramp-get-inode): Change parameter from FILE to VEC.
5815         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
5816         is nil.  This is according to the specification.  Goto (point-max)
5817         when ready.
5818         (tramp-handle-shell-command): Rewrite completely, using
5819         `process-file' and `start-file-process'.
5820         (tramp-methods, tramp-find-shell)
5821         (tramp-open-connection-setup-interactive-shell)
5822         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
5823         var.  Reported by Steve Youngs <steve@sxemacs.org>.
5825         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
5826         entry for `set-file-times'.  Rename `start-process' into
5827         `start-file-process'.  Remove `call-process' entry.
5828         (tramp-fish-handle-set-file-times): New defun.
5829         (tramp-fish-handle-executable-find): Use `process-file'.
5830         (tramp-fish-handle-process-file): New defun.  Replaces
5831         `tramp-fish-handle-call-process'.
5832         (tramp-fish-do-copy-or-rename-file-directly): Use
5833         `set-file-times'.
5834         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
5836         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
5837         `tramp-get-inode' parameter.
5839 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5841         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
5842         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
5843         nowadays, and by the time Emacs-23 comes out, nobody will even remember
5844         it has ever existed.
5846 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
5848         * vc.el: Undo previous change.
5850 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
5852         * makefile.w32-in (clean): Don't delete *~.
5854 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5856         * textmodes/tex-mode.el (tex-verbatim-environments):
5857         Add safe-local-variable property.
5858         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
5859         when starting font-lock rather than when loading tex-mode.el.
5861         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
5862         whole $( rather than just the $.  Rename from sh-quoted-subshell.
5863         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
5865 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
5867         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
5868         bookmark-alist.  Instead, if not sorting, simply return it.
5869         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
5870         for its return value, not for its side effect.
5872         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
5873         case of alignment under a constant symbol, find and consider
5874         the sexp actually at indentation to be the "last sexp".
5876 2007-07-16  Drew Adams  <drew.adams@oracle.com>
5878         * mouse.el (mouse-yank-secondary): Better error message if no
5879         secondary selection.
5881 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
5883         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
5885         * term/xterm.el (xterm-turn-on-modify-other-keys)
5886         (xterm-turn-off-modify-other-keys): New functions.
5887         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
5888         terminal supports it.
5890 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
5892         * bookmark.el (bookmark-show-all-annotations):
5893         Make sure each inserted annotation ends with newline.
5895 2007-07-15  Richard Stallman  <rms@gnu.org>
5897         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
5899         * tutorial.el (tutorial--find-changed-keys):
5900         Handle C-x specially like ESC.
5902 2007-07-15  Aaron Hawley  <aaronh@garden.org>
5904         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
5906 2007-07-15  Juri Linkov  <juri@jurta.org>
5908         * delsel.el (delete-selection-pre-hook):
5909         * emulation/cua-base.el (cua-paste): Before a yank command,
5910         check also whether last-command is one of mouse-save-then-kill,
5911         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
5913 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
5915         * recentf.el (recentf-keep-default-predicate): New defun.
5916         (recentf-keep): Use it as initial value.
5918 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
5920         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
5921         thus restoring bookmark bindings to three slots under C-x r.  See
5922         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
5924 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
5926         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
5928 2007-07-15  Jason Rumney  <jasonr@gnu.org>
5930         * w32-fns.el (set-default-process-coding-system): Use dos line ends
5931         for input to cmdproxy on all versions of Windows.
5932         Use dos line ends for input to plink.
5934         * comint.el (comint-simple-send): Concat newline before sending.
5935         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
5937 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5939         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
5940         safe-local-variable setting.
5942 2007-07-14  David Kastrup  <dak@gnu.org>
5944         * emacs-lisp/advice.el (defadvice): Doc fix.
5946 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
5948         * subr.el (when, unless): Doc fix.
5950 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
5952         * replace.el (match): Use yellow1 instead of yellow.
5954         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
5955         red.
5957         * pcvs-info.el (cvs-unknown): Likewise.
5959 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
5961         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
5962         (install): Use them to copy all *.el files before *.elc.
5964 2007-07-13  Drew Adams  <drew.adams@oracle.com>
5966         * bookmark.el (bookmark-jump-other-window): New function.
5967         (bookmark-map): Bind it to "o".
5969         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
5970         and its thread contains discussion about this change.
5971         The original patch was slightly tweaked by Karl Fogel
5972         <kfogel@red-bean.com> before committing.
5974 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
5976         * bookmark.el: Shorten some comments to fit within 80 lines.
5978 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
5980         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
5981         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
5982         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
5983         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
5985 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
5987         * textmodes/org.el: Bug fixes.
5988         (org-end-of-line): Move to end of line if in headline without tags.
5990 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5992         * vc-hooks.el: Remove spurious * in docstrings.
5993         (vc-handled-backends): Add BZR.
5995         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
5997 2007-07-12  Davis Herring  <herring@lanl.gov>
5999         * desktop.el (desktop-buffer-info, desktop-save):
6000         Use `desktop-dirname' instead of `dirname'.
6002 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
6004         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
6006         * progmodes/python.el (python-which-func-length-limit): New var.
6007         (python-which-func): New function.
6008         (python-current-defun): Add optional `length-limit' and try to fit
6009         computed function name to that length.
6010         (python-mode): Hook `python-which-func' up.
6012 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
6014         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
6016         * comint.el (comint-dynamic-complete-as-filename):
6017         Use read-file-name-completion-ignore-case.
6019 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6021         * comint.el (comint-dynamic-list-filename-completions):
6022         Use read-file-name-completion-ignore-case.
6024         * vc-cvs.el: Require CL.
6025         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
6026         New functions to provide completion of revision names.
6028         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
6029         (vc-cvs-annotate-first-line-re): New const.
6030         (vc-cvs-annotate-process-filter): New fun.
6031         (vc-cvs-annotate-command): Use them and run the command asynchronously.
6033 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
6035         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
6036         (eldoc-print-current-symbol-info): Adjust for changed helper
6037         function signatures.
6038         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
6039         `eldoc-highlight-function-argument'.
6040         (eldoc-highlight-function-argument): New function.
6041         (eldoc-get-var-docstring): Format documentation with
6042         `font-lock-variable-name-face'.
6043         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
6044         where suited.
6045         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
6046         (eldoc-beginning-of-sexp): Return number of skipped sexps.
6048 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
6050         * progmodes/compile.el (compilation-start): `start-process' must
6051         still be redefined when calling `start-process-shell-command'.
6053         * progmodes/gud.el (gud-file-name): When `default-directory' is a
6054         remote file name, prepend its remote part to the filename.
6055         (gud-common-init): When `default-directory' is a remote file name,
6056         make the filename relative to it.
6057         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
6059 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
6061         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
6062         mouse binding and a tooltip.
6064 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6066         * menu-bar.el (vc-menu-map): New defalias.
6068 2007-07-10  Richard Stallman  <rms@gnu.org>
6070         * emacs-lisp/lisp-mode.el (eval-defun):
6071         Explain special handling of `defface'.
6073 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
6075         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
6077         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
6079 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6081         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
6083         * vc-arch.el (vc-arch-complete): Remove.
6084         (vc-arch-revision-completion-table): Use complete-with-action.
6086         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
6087         (complete-with-action): New function.
6088         (dynamic-completion-table): Use it.
6090 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
6092         * comint.el (make-comint, make-comint-in-buffer)
6093         (comint-exec-1): Replace `start-process' by `start-file-process'.
6095         * progmodes/compile.el (compilation-start): Revert redefining
6096         `start-process'.
6098 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6100         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
6101         with EOLs when generating MD5 checksums.
6103         * follow.el: Don't change the global map from the follow-mode-map
6104         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
6105         XEmacs code.
6106         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
6107         since `follow-mode' should be used instead for that.
6109         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
6110         (easy-menu-do-define): Use it.
6111         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
6113         * progmodes/compile.el (compilation-auto-jump-to-first-error)
6114         (compilation-auto-jump-to-next): New vars.
6115         (compilation-auto-jump): New function.
6116         (compilation-error-properties): Use them to jump to first error.
6117         (compilation-start): Set the var if requested.
6119         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
6120         duplicates without also removing entries from other directories.
6122 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
6124         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
6125         Remember span as default.
6126         (org-columns-edit-value): Rename from `org-column-edit'.
6127         (org-columns-display-here-title): Rename from
6128         `org-overlay-columns-title'.
6129         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
6130         (org-columns-get-autowidth-alist): Rename from
6131         `org-get-columns-autowidth-alist'.
6132         (org-columns-display-here): Rename from `org-overlay-columns'.
6133         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
6134         (org-columns-quit): Rename from `org-column-quit'.
6135         (org-columns-show-value): Rename from `org-column-show-value'.
6136         (org-columns-content, org-columns-widen)
6137         (org-columns-next-allowed-value)
6138         (org-columns-edit-allowed, org-columns-store-format)
6139         (org-columns-uncompile-format, org-columns-redo)
6140         (org-columns-edit-attributes, org-delete-property)
6141         (org-set-property, org-columns-update)
6142         (org-columns-compute, org-columns-eval)
6143         (org-columns-not-in-agenda, org-columns-compute-all)
6144         (org-property-next-allowed-value)
6145         (org-columns-compile-format)
6146         (org-fill-paragraph-experimental)
6147         (org-string-to-number, org-property-action)
6148         (org-columns-move-left, org-columns-new)
6149         (org-column-number-to-string)
6150         (org-property-previous-allowed-value)
6151         (org-at-property-p, org-columns-delete)
6152         (org-columns-previous-allowed-value)
6153         (org-columns-move-right, org-columns-narrow)
6154         (org-property-get-allowed-values)
6155         (org-verify-version, org-column-string-to-number)
6156         (org-delete-property-globally): New functions.
6157         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
6158         (org-columns-overlays): Rename from `org-column-overlays'.
6159         (org-columns-map): Rename from `org-column-map'.
6160         (org-columns-current-maxwidths): Rename from
6161         `org-current-columns-maxwidths'.
6162         (org-columns-begin-marker, org-columns-current-fmt-compiled)
6163         (org-previous-header-line-format)
6164         (org-columns-inhibit-recalculation)
6165         (org-columns-top-level-marker): New variables.
6166         (org-columns-default-format): Rename from `org-default-columns-format'.
6167         (org-property-re): New constant.
6169 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
6171         * subr.el (looking-at-p, string-match-p): New functions.
6173 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
6175         * textmodes/tex-mode.el (tex-fontify-script)
6176         (tex-font-script-display): New variables to make display of
6177         superscripts and subscripts customizable.
6178         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
6180 2007-07-09  Richard Stallman  <rms@gnu.org>
6182         * isearch.el (isearch-edit-string): Call to isearch-push-state
6183         after the search.
6185 2007-07-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6187         * window.el (fit-window-to-buffer): Remove setting of window-min-height
6188         to 1 as enlarge-window uses the value to resize/shrink windows other
6189         than WINDOW if needed.
6191 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6193         * cus-start.el (file-coding-system-alist): Fix custom type.
6195 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
6197         * longlines.el (longlines-wrap-region): Avoid marking buffer as
6198         modified.
6199         (longlines-auto-wrap, longlines-window-change-function):
6200         Remove unnecessary calls to set-buffer-modified-p.
6202 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6204         * cus-start.el (file-coding-system-alist): Fix custom type.
6206 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6208         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
6209         (vc-cvs-checkout): Remove last arg now unused; simplify.
6211 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
6213         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
6215         * net/tramp.el:
6216         * net/tramp-ftp.el:
6217         * net/tramp-smb.el:
6218         * net/tramp-uu.el:
6219         * net/trampver.el: Migrate to Tramp 2.1.
6221         * net/tramp-cache.el:
6222         * net/tramp-fish.el:
6223         * net/tramp-gw.el: New Tramp packages.
6225         * net/tramp-util.el:
6226         * net/tramp-vc.el: Removed.
6228         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
6229         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
6231         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
6233         * progmodes/compile.el (compilation-start): Redefine
6234         `start-process' temporarily when `default-directory' is remote.
6235         Remove case of synchronous compilation, this won't happen ever.
6236         (compilation-setup): Make local variable `comint-file-name-prefix'
6237         for remote compilation.
6239 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
6241         * novice.el (disabled-command-function): Fit window to buffer to
6242         make last line visible.
6243         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
6245         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
6246         when handling the terminating event.
6248 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
6250         * calc/calc.el (math-read-number-simple): Remove leading 0s.
6251         (math-bignum-digit-length): Change to optimal value.
6253         * calc/calc-bin.el (math-bignum-logb-digit-size)
6254         (math-bignum-digit-power-of-two): Evaluate when compiled.
6256         * calc/calc-comb.el (math-small-factorial-table)
6257         (math-init-random-base, math-prime-test): Remove unnecessary calls
6258         to `math-read-number-simple'.
6260         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
6261         (math-approx-gamma-const): Add docstrings.
6263         * calc/calc-forms.el (math-julian-date-beginning)
6264         (math-julian-date-beginning-int): New constants.
6265         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
6266         Use the new constants.
6268         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
6270         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
6271         Add docstrings.
6273 2007-07-07  Tom Tromey  <tromey@redhat.com>
6275         * vc.el (vc-annotate): Jump to line and output message only after the
6276         process is really all done.
6278 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6280         * vc.el (vc-exec-after): Don't move point from the sentinel.
6281         Forcefully read all the remaining text in the pipe upon process exit.
6282         (vc-annotate-display-autoscale, vc-annotate-lines):
6283         Don't stop at the first unrecognized line.
6284         (vc-annotate-display-select): Run autoscale after the process is done
6285         since it depends on the whole result.
6287 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
6289         * term/w32-win.el (menu-bar-open): New function.
6290         Bind <f10> to it.
6292 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
6294         * simple.el (start-file-process): New defun.
6296 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6298         * files.el (find-file-confirm-nonexistent-file): Rename from
6299         find-file-confirm-inexistent-file.  Update users.
6301         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
6302         format of autoload block where the file's time-stamp is replaced by its
6303         MD5 checksum.
6304         (autoload-generate-file-autoloads): Use MD5 checksum instead of
6305         time-stamp for secondary autoloads files.
6306         (update-directory-autoloads): Remove duplicate entries.
6307         Use time-less-p for time-stamps, as done in autoload-find-destination.
6309 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
6311         * calc/calc.el (math-read-number): Replace number by variable.
6312         (math-read-number-simple): Properly parse small integers.
6314 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
6316         * vc.el: Fix doc for the checkout function.
6318 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
6320         * vc-hg.el (vc-hg-root): New function.
6321         (vc-hg-registered): Use it.
6322         (vc-hg-diff-tree): New defalias.
6323         (vc-hg-responsible-p): Likewise.
6324         (vc-hg-checkout): Comment out, not needed.
6325         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
6326         (vc-hg-find-version, vc-hg-next-version): New functions.
6328 2007-07-06  Andreas Schwab  <schwab@suse.de>
6330         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
6331         dynamic bindings around the evaluation of the expression.
6332         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
6334 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6336         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
6337         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
6338         Use run-hooks rather than run-mode-hooks.
6340 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
6342         * calc/calc-comb.el (math-random-digit): Rename to
6343         `math-random-three-digit-number'.
6344         (math-random-digits): Don't depend on representation of integer.
6346         * calc/calc-bin.el (math-bignum-logb-digit-size)
6347         (math-bignum-digit-power-of-two): New constants.
6348         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
6349         (math-not-bignum, math-clip-bignum): Use the constants
6350         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
6351         instead of their values.
6352         (math-clip): Use math-small-integer-size instead of its value.
6354         * calc/calc.el (math-add-bignum): Replace number by constant.
6356 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
6358         * wid-edit.el (widget-documentation-string-value-create):
6359         Insert indentation spaces.
6361 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
6363         * emacs-lisp/byte-opt.el: Revert last change.
6365 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
6367         * vc-hooks.el (vc-handled-backends): Add HG.
6369         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
6371 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6373         * complete.el (PC-do-complete-and-exit): Add support for the new
6374         `confirm-only' confirmation mode.
6376 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
6378         * cus-edit.el (custom-commands): New variable.
6379         (custom-tool-bar-map): New variable.  Initialize using
6380         `custom-commands'.
6381         (custom-mode): Use `custom-tool-bar-map'.
6382         (custom-buffer-create-internal): Insert action buttons only if
6383         tool bar is not used.  Use `custom-commands'.
6384         (Custom-help, custom-command-apply): New function.
6385         (custom-command-apply, Custom-set, Custom-save)
6386         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
6387         Use `custom-command-apply' instead of duplicating code.
6388         (customize-group-other-window): Call `customize-group' instead of
6389         duplicating code.
6390         (customize-face-other-window): Call `customize-face' instead of
6391         duplicating code.
6392         (customize-group, customize-face): Add optional args for opening
6393         in another window.
6394         (custom-variable-tag): Don't inherit `variable-pitch' face.
6395         (custom-group-tag): Inherit `variable-pitch' face.
6396         (custom-variable-value-create): Set documentation indentation.
6397         (custom-group-value-create): Make group name a link, instead of
6398         using an extra "go to group" button.
6399         (custom-prompt-variable, custom-group-set, custom-group-save)
6400         (custom-group-reset-current, custom-group-reset-saved)
6401         (custom-group-reset-standard): Minor cleanup.
6403 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
6405         * Makefile.in (bootstrap-prepare): When copying from
6406         ldefs-boot.el, make sure loaddefs.el is writeable.
6408         (bootstrap-prepare): Make $(lisp)/ps-print.el
6409         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
6411 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
6413         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
6414         only caller, and delete.
6415         (vc-hg-state): Deal with exceptions and only parse the output on
6416         successful return.
6417         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
6418         caller, and delete.
6419         (vc-hg-workfile-version): Deal with exceptions and only parse the
6420         output on successful return.
6421         (vc-hg-revert): New function.
6423 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
6425         * calculator.el (calculator-expt): Use more cases to determine
6426         the value.
6428 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
6430         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
6431         file names.
6433 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
6435         * calculator.el (calculator-expt, calculator-integer-p):
6436         New functions.
6437         (calculator-fact): Check to see if the factorial will be too
6438         large before computing it.
6439         (calculator-initial-operators): Use `calculator-expt' to
6440         compute "^".
6441         (calculator-mode): Mention that results which are too large
6442         will return inf.
6443         * calc/calc-comb.el (math-small-factorial-table): Replace list
6444         by vector.
6446 2007-07-03  David Kastrup  <dak@gnu.org>
6448         * shell.el: On request of the authors, remove their addresses for
6449         the sake of bug reports, and add the developer list address as
6450         maintainer information.
6452 2007-07-03  Richard Stallman  <rms@gnu.org>
6454         * files.el (make-directory): Doc fix.
6455         (find-file-confirm-inexistent-file): Make it a defcustom.
6456         Make nil the default.
6458 2007-07-02  Richard Stallman  <rms@gnu.org>
6460         * startup.el (command-line): Set buffer-offer-save in *scratch*
6461         and enable auto-save in it.
6463 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
6465         * textmodes/org.el (orgstruct-mode-map): New variable.
6466         (orgstruct-mode): New minor mode.
6467         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
6468         (orgstruct-make-binding, org-context-p, org-get-local-variables)
6469         (org-run-like-in-org-mode): New functions.
6470         (org-cycle-list-bullet): New command.
6471         (org-special-properties, org-property-start-re)
6472         (org-property-end-re): New constants.
6473         (org-with-point-at): New macro.
6474         (org-get-property-block, org-entry-properties, org-entry-get)
6475         (org-entry-delete, org-entry-get-with-inheritance)
6476         (org-entry-put, org-buffer-property-keys): New functions.
6477         (org-insert-property-drawer): New command.
6478         (org-entry-property-inherited-from): New variable.
6479         (org-column): New face.
6480         (org-column-overlays, org-current-columns-fmt)
6481         (org-current-columns-maxwidths, org-column-map): New variables.
6482         (org-column-menu): New menu.
6483         (org-new-column-overlay, org-overlay-columns)
6484         (org-overlay-columns-title, org-remove-column-overlays)
6485         (org-column-show-value, org-column-quit, org-column-edit):
6486         New functions.
6487         (org-columns, org-agenda-columns): New commands.
6488         (org-get-columns-autowidth-alist): New functions.
6489         (org-properties): New customize group.
6490         (org-default-columns-format): New option.
6491         (org-priority): Realign tags after changing priority.
6492         (org-preserve-lc): New macro.
6493         (org-update-checkbox-count): Catch case when there is no headline.
6494         (org-agenda-quit): Remove any column overlays.
6495         (org-beginning-of-item-list): Fixed bug when non-item line is
6496         indented too deep.
6497         (org-cached-props): New variable.
6498         (org-cached-entry-get): New function.
6499         (org-make-tags-matcher): Handle property matches.
6500         (org-table-recalculate): Swap evaluation order: Field formula
6501         first, then column formulas, but don't allow them to overwrite the
6502         field formulas.
6503         (org-table-eval-formula): New argument untouchable.
6504         (org-table-put-field-property): New function.
6506 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
6508         * help-mode.el (help-make-xrefs): Skip spaces too when
6509         skipping tabs.
6511         * ffap.el (dired-at-point-prompter): Improve prompt in
6512         list-directory case.
6514 2007-07-01  Richard Stallman  <rms@gnu.org>
6516         * files.el (find-file-visit-truename): Fix safe-local-variable value.
6518 2007-07-01  Richard Stallman  <rms@gnu.org>
6520         * cus-start.el (max-mini-window-height): Added.
6522 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
6524         * complete.el (partial-completion-mode): Remove advice of
6525         read-file-name-internal.
6526         (PC-do-completion): Rebind minibuffer-completion-table.
6527         (PC-read-file-name-internal): New function doing what
6528         read-file-name-internal advice did.
6530 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
6532         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
6533         property on a few symbols.
6534         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
6535         (byte-optimize-lapcode): Remove bindings that are not referenced
6536         and certainly will not effect through dynamic scoping.
6538 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6540         * files.el (find-file-confirm-inexistent-file): New var.
6541         (find-file, find-file-other-window, find-file-other-frame)
6542         (find-file-read-only, find-file-read-only-other-window)
6543         (find-file-read-only-other-frame): Use it.
6545 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6547         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
6549 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
6551         * generic-x.el (generic-define-mswindows-modes)
6552         (generic-define-unix-modes, apache-log-generic-mode)
6553         (bat-generic-mode-keymap, java-manifest-generic-mode)
6554         (show-tabs-generic-mode): Fix typos in docstrings.
6556 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
6558         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
6559         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
6560         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
6561         (rcirc-print): Never ignore messages from ourself.
6563 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6565         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
6566         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
6568 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6570         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
6571         replace-regexp-in-string.
6573 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6575         * emacs-lisp/cl.el: Set edebug and indentation before loading
6576         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
6578 2007-06-28  Andreas Schwab  <schwab@suse.de>
6580         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
6581         $(lisp)/subdirs.el.
6583 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
6585         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
6586         the speedbar frame if nil; that deletes the current frame or
6587         causes an error if it is the only frame.
6588         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
6590 2007-06-28  Kevin Ryde  <user42@zip.com.au>
6592         * textmodes/nroff-mode.el: Groff \# comments.
6593         (nroff-mode-syntax-table): \# comment intro,
6594         plain # as punct per global table.
6595         (nroff-font-lock-keywords): Add # as a single char escape.
6596         (nroff-mode): In comment-start-skip, match \#.
6598 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6600         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
6601         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
6602         point-min == 1.
6604 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
6606         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
6607         Rename and move to...
6609         * subr.el (strings->string, string->strings): ...here.
6611         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
6612         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
6614         * progmodes/gud.el (gud-common-init): Call string->strings instead
6615         of split-string.
6617 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
6619         * dired-aux.el: Remove `dired-call-process'.
6620         (dired-check-process): Call `process-file'.
6622         * wdired.el (wdired-do-perm-changes): Call `process-file'.
6624         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
6625         `ange-ftp-process-file'.
6627 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6629         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
6631         * emacs-lisp/cl-extra.el:
6632         * emacs-lisp/cl-seq.el:
6633         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
6634         Add autoload cookies on all defs autoloaded manually in cl.el.
6636         * emacs-lisp/cl-loaddefs.el: New file.
6638         * textmodes/texinfmt.el (texinfo-raisesections-alist)
6639         (texinfo-lowersections-alist): Merge definition and declaration.
6640         (texinfo-start-of-header, texinfo-end-of-header): Remove.
6641         (texinfo-format-syntax-table): Merge init into declaration.
6642         (texinfo-format-parse-line-args, texinfo-format-parse-args)
6643         (texinfo-format-parse-defun-args, texinfo-format-node)
6644         (texinfo-push-stack, texinfo-multitable-widths)
6645         (texinfo-define-info-enclosure, texinfo-alias)
6646         (texinfo-format-defindex, batch-texinfo-format): Use push.
6647         (texinfo-footnote-number): Remove duplicate declaration.
6649         * ps-print.el: Update with auto-generated autoloads.
6651         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
6653 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6655         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
6656         relative to current dir for file-local settings.
6657         (autoload-generate-file-autoloads): Add `outfile' arg.
6658         (update-directory-autoloads): Use it to directly call
6659         autoload-generate-file-autoloads instead of going through
6660         update-file-autoloads so we avoid redundant searches and so we can know
6661         the set of buffers changed so we can save them all.
6663         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
6664         rather than throwing `up-to-date'.
6665         (autoload-generate-file-autoloads): Adjust correspondingly.
6666         (update-file-autoloads): Be careful to let-bind
6667         autoload-modified-buffers and adjust to new calling conventions.
6668         (autoload-modified-buffers): Make it a dynamically scoped var.
6669         (update-directory-autoloads): Use file-relative-name instead of
6670         autoload-trim-file-name.
6671         (autoload-insert-section-header): Don't use autoload-trim-file-name
6672         since the file is already relative now.
6673         (autoload-trim-file-name): Remove.
6675         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
6676         (vc-arch-complete, vc-arch--version-completion-table)
6677         (vc-arch-revision-completion-table): New functions to provide
6678         completion of revision names.
6679         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
6680         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
6681         to let the user trim the revlib.
6683         * vc.el: Add new VC operation `revision-completion-table'.
6684         (vc-default-revision-completion-table): New function.
6685         (vc-version-diff, vc-version-other-window): Use it to provide
6686         completion of revision names if the backend provides it.
6688         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
6690         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
6691         of newer .svn/entries.
6693 2007-06-25  David Kastrup  <dak@gnu.org>
6695         * calc/calc-poly.el (math-padded-polynomial)
6696         (math-partial-fractions): Add some function comments.
6698 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6700         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6701         Make `outbuf' optional.
6702         (update-file-autoloads): Use it.
6704 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6706         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
6707         (autoload-find-destination): Keep it uptodate.
6708         (autoload-save-buffers): New fun.
6709         (update-file-autoloads): Use it.  Re-add the "up to date" message.
6711         * emacs-lisp/autoload.el: Refactor for upcoming changes.
6712         (autoload-find-destination): New function extracted from
6713         update-file-autoloads.
6714         (update-file-autoloads): Use it.
6715         (autoload-generate-file-autoloads): New function extracted from
6716         generate-file-autoloads.  Use file-relative-name.  Delay computation of
6717         output-start to the first cookie.  Remove done-any, replaced by
6718         output-start.
6719         (generate-file-autoloads): Use it.
6721 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
6723         * calc/calc-comb.el (math-init-random-base, math-prime-test):
6724         Use math-read-number-simple to insert constants.
6725         (math-prime-test): Redo calculation of sum.
6727         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
6729         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
6730         math-scale-bignum-3.
6731         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
6732         math-bignum-digit-size.
6733         (math-isqrt-small): Add another possible initial guess.
6735 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6737         * textmodes/bibtex.el (bibtex-entry-format): New options
6738         `whitespace', `braces', and `string'.
6739         (bibtex-field-braces-alist, bibtex-field-strings-alist)
6740         (bibtex-field-braces-opt, bibtex-field-strings-opt)
6741         (bibtex-cite-matcher-alist): New variables.
6742         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
6743         (bibtex-flash-head): Use blink-matching-delay.
6744         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
6745         (bibtex-format-entry, bibtex-reformat): Handle new options of
6746         bibtex-entry-format.
6747         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
6748         New functions.
6749         (bibtex-complete-internal): Do not display messages while
6750         minibuffer is used.  Do not leave around a completions buffer
6751         that is out of date.
6752         (bibtex-copy-summary-as-kill): New optional arg.
6753         (bibtex-font-lock-url): New optional arg no-button.
6754         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
6755         (bibtex-url): Allow multiple URLs per entry.
6757 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6759         * emacs-lisp/autoload.el (autoload-generated-file): New function.
6760         (update-file-autoloads, update-directory-autoloads): Use it.
6761         (autoload-file-load-name): New function.
6762         (generate-file-autoloads, update-file-autoloads): Use it.
6763         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
6764         (generate-file-autoloads): If the autoloaded form is malformed,
6765         indicate the problem with a warning instead of aborting.
6767 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
6769         * simple.el (next-error-recenter): Accept `(4)' as well;
6770         also, specify `integer' instead of `number'.
6772 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
6774         * ls-lisp.el (insert-directory): If an invalid regexp error is
6775         thrown, try using FILE as a literal file name, not a wildcard.
6777 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
6779         * ruler-mode.el (ruler-mode): Prevent clobbering the original
6780         `header-line-format' when reentering ruler mode.
6782 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
6784         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
6785         FILE exists as a file.
6787 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
6789         * calc/calc.el (math-bignum-digit-length)
6790         (math-bignum-digit-size, math-small-integer-size):
6791         New constants.
6792         (math-normalize, math-bignum-big, math-make-float)
6793         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
6794         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
6795         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
6796         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
6797         (math-quotient, math-div-bignum, math-div-bignum-digit)
6798         (math-div-bignum-part, math-format-bignum-decimal)
6799         (math-read-bignum): Use math-bignum-digit-length,
6800         math-bignum-digit-size and math-small-integer-size.
6802         * calc/calc-ext.el (math-fixnum-big): Use the variable
6803         math-bignum-digit-size.
6805 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
6807         * log-view.el (log-view-mode-menu): New menu.
6809 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6811         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
6812         differently.
6814         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
6815         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
6817 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
6819         * vc-hg.el (vc-hg-print-log): Insert the file name.
6820         (vc-hg-log-view-mode): Fontify the file name.
6822 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
6824         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
6825         (calcFunc-julian): Fix incorrect number used in calculations.
6827 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
6829         * simple.el (next-error-recenter): New defcustom.
6830         (next-error, next-error-internal): Recenter if specified,
6831         immediately prior to running `next-error-hook'.
6833         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
6834         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
6836         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
6838 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
6840         * calc/calc-comb.el (math-small-factorial-table): New variable.
6841         (calcFunc-fact): Use `math-small-factorial-table'.
6843         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
6844         initial values.
6845         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
6846         New variables to use in caches.
6848         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
6849         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
6851         * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
6852         (math-bernoulli-b-cache): Use math-read-number-simple to insert
6853         bignums.
6855         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
6856         New variables to use in caches.
6858 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
6860         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
6862         * vc-hg.el (vc-hg-log-view-mode): New mode.
6864 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
6866         * calc/calc.el (math-read-number-simple): New function.
6868 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6870         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
6871         (vera-font-lock-match-item): Fix doc string.
6872         (vera-in-comment-p): Remove unused function.
6873         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
6874         use `syntax-ppss'.
6875         (vera-forward-syntactic-ws): Fix argument order.
6876         (vera-prepare-search): Use `with-syntax-table'.
6877         (vera-indent-line): Fix doc string.
6878         (vera-electric-tab): Fix doc string.
6879         (vera-expand-abbrev): Define alias instead of using `fset'.
6880         (vera-comment-uncomment-region): Use `comment-start-skip'.
6882 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
6884         * textmodes/org.el (org-export-with-footnotes): New option.
6885         (org-export-as-html): Fix replacement bug for XEmacs.
6886         (org-agenda-default-appointment-duration): New option.
6888 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
6890         * vc-hg.el: Add to do items.
6891         (vc-hg-diff): Add support for comparing different revisions.
6892         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
6893         (vc-hg-annotate-extract-revision-at-line)
6894         (vc-hg-previous-version, vc-hg-checkin): New functions.
6895         (vc-hg-annotate-re): New constant.
6897 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
6899         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
6901 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6903         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
6904         buffer-local value of log-view-*-re if applicable.
6906         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
6907         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
6908         (vc-bzr-command*): Remove both (incompatible) versions.
6909         (vc-bzr-do-command*): Remove.
6910         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
6911         Remove by folding into its only caller vc-bzr-command.
6912         (vc-bzr-command): Always set the environment, even when ineffective.
6913         (vc-bzr-version): Minor fix up.
6914         (vc-bzr-admin-dirname): New var.
6915         (vc-bzr-bzr-dir): Remove.
6916         (vc-bzr-root-dir): New fun.
6917         (vc-bzr-registered): Use it.  Add an autoloaded version.
6918         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
6919         (vc-bzr-view-log-function): Remove.
6920         (vc-bzr-log-view-mode): New major mode to replace it.
6921         (vc-bzr-print-log): Only activate the old hack if needed.
6923         * vc.el (vc-default-log-view-mode): New function.
6924         (vc-print-log): Add new `log-view-mode' VC operation.
6926 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
6928         * ido.el (ido-find-file-in-dir): Don't signal an error for
6929         empty directories.
6931         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
6933         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
6934         directory where the desktop file was found, as the docstring says.
6935         (desktop-kill): Use `read-directory-name'.
6937 2007-06-20  Alan Mackenzie  <acm@muc.de>
6939         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
6940         When removing lines, also remove the \n.  Correction of patch of
6941         2007-04-21.
6943 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
6945         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
6946         event is not a cons cell.  Do not unread drag-mouse-1 events.
6947         Select right window in check whether space was stolen from
6948         window above.
6950         * help-mode.el (help-make-xrefs): Adjust position of new forward
6951         button.
6953 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
6955         * vc-bzr.el (vc-bzr-with-process-environment)
6956         (vc-bzr-std-process-invocation): New macros.
6957         (vc-bzr-command, vc-bzr-command*): Use them.
6958         (vc-bzr-with-c-locale): Remove.
6959         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
6960         (vc-bzr-buffer-nonblank-p): New function.
6961         (vc-bzr-state-words): New const.
6962         (vc-bzr-state): Look for `bzr status' keywords in output.
6963         Display everything else as a warning message to the user.
6964         Fix status report with bzr >= 0.15.
6966 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
6968         * vc-hg.el (vc-hg-global-switches): Simplify.
6969         (vc-hg-state): Handle more states.
6970         (vc-hg-diff): Fix doc-string.
6971         (vc-hg-register): New function.
6972         (vc-hg-checkout): Likewise.
6974 2007-06-20  Reto Zimmermann  <reto@gnu.org>
6976         * progmodes/vera-mode.el: New file.
6978 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
6980         * calc/calc.el (calc-multiplication-has-precendence):
6981         New variable.
6982         (math-standard-ops, math-standard-ops-p, math-expr-ops):
6983         New functions.
6984         (math-expr-opers): Define using math-standard-ops rather than
6985         math-standard-opers.
6986         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
6987         equal the function math-standard-ops rather than the variable
6988         math-standard-opers.
6989         (calc-algebraic-entry): Let math-expr-opers equal
6990         math-standard-ops or math-expr-ops, as appropriate.
6991         (math-expr-read-level, math-read-factor): Let math-expr-opers
6992         equal math-expr-ops.
6993         * calc/calc-embed.el (calc-embedded-finish-edit):
6994         Let math-expr-opers equal the function math-standard-ops
6995         rather than the variable math-standard-opers.
6996         * calc/calc-ext.el (math-read-plain-expr)
6997         (math-format-flat-expr-fancy): Let math-expr-opers equal the
6998         function math-standard-ops rather than the variable
6999         math-standard-opers.
7000         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
7001         Let math-expr-opers equal the function math-standard-ops rather
7002         than the variable math-standard-opers.
7003         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
7004         equal the function math-standard-ops rather than the variable
7005         math-standard-opers.
7006         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
7007         equal the function math-standard-ops rather than the variable
7008         math-standard-opers.
7009         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
7010         math-expr-ops.
7012 2007-06-19  Ivan Kanis  <apple@kanis.eu>
7014         * vc-hg.el: New file.
7016 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7018         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
7019         with font-lock-multiline.
7021 2007-06-17  Glenn Morris  <rgm@gnu.org>
7023         * lpr.el (lpr-page-header-switches): Move %s to separate element
7024         for correct quoting.  Doc fix.
7026 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7028         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
7029         than setting sgml-xml-mode.
7030         (sgml-mode, html-mode): Set sgml-xml-mode.
7031         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
7032         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
7033         (sgml-electric-tag-pair-before-change-function)
7034         (sgml-electric-tag-pair-flush-overlays): New functions.
7035         (sgml-electric-tag-pair-mode): New minor mode.
7036         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
7037         (sgml-calculate-indent): Use assoc-string.
7039 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
7041         * thingatpt.el (thing-at-point-email-regexp): Don't require two
7042         chars before the "@" in an email address.  Andreas Roehler noticed
7043         this problem.
7045 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
7047         * thingatpt.el: Add support for email addresses (`email').
7048         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
7049         (thing-at-point-email-regexp): New variable.
7050         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
7051         properties on this symbol, with lambda forms for values.
7053 2007-06-15  Masatake YAMATO  <jet@gyve.org>
7055         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
7057         * vc.el (vc-dired-hook): Check the backend returned from
7058         `vc-responsible-backend' can really handle `subdir'.
7060 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
7062         * wid-edit.el (widget-add-documentation-string-button):
7063         Fix handling of documentation indent.
7065 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
7067         * mb-depth.el: New file.
7069 2007-06-15  Masatake YAMATO  <jet@gyve.org>
7071         * vc.el (vc-dired-mode): Show backend name as part of mode name.
7073 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
7075         * wid-edit.el (widget-default-create): Move ?h handling here...
7076         (widget-default-format-handler): ...from here.
7077         (widget-docstring, widget-add-documentation-string-button): New funs.
7078         (documentation-string): Add :visibility-widget property.
7079         (widget-documentation-string-value-create): Use it.
7081         * cus-edit.el (custom-split-regexp-maybe): Simplify.
7082         (custom-buffer-create-internal): Simplify message.
7083         (custom-variable-tag): Reduce height to normal.
7084         (custom-variable-value-create, custom-face-value-create)
7085         (custom-visibility): New widget.
7086         (custom-visibility): New face.
7087         (custom-group-value-create):
7088         Call widget-add-documentation-string-button, using `custom-visibility'.
7090 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7092         * emacs-lisp/bytecomp.el (byte-compile-current-group)
7093         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
7094         change.  Apparently the "warning even if the group is implicit" is
7095         a feature rather than a bug.
7097 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
7099         * emulation/viper.el (viper-describe-key-ad)
7100         (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
7101         Compile them conditionally.
7102         (viper-version): Belated version change.
7104 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
7106         * follow.el (follow-all-followers, follow-generic-filter):
7107         * pcomplete.el (pcomplete-restore-windows):
7108         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
7109         (x-dnd-drop-data):
7110         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
7111         * progmodes/python.el (python-complete-symbol):
7112         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
7114 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
7116         * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
7117         around bright and dim regexps.  Make sure bright and dim matches
7118         use word anchors.  Send text through rcirc-markup functions.
7119         (rcirc-url-regexp): Add single quote character.
7120         (rcirc-connect): Write logs to disk on auto-save-hook.
7121         Make server a non-optional argument.
7122         (rcirc-log-alist): New variable.
7123         (rcirc-log-directory): Make customizable.
7124         (rcirc-log-flag): New customizable variable.
7125         (rcirc-log): New function.
7126         (rcirc-print): Use above function.
7127         (rcirc-log-write): New function.
7128         (rcirc-generate-new-buffer-name): Strip text properties.
7129         (rcirc-switch-to-buffer-function): Remove variable.
7130         (rcirc-last-non-irc-buffer): Remove variable.
7131         (rcirc-non-irc-buffer): Add function.
7132         (rcirc-next-active-buffer): Use above function.
7133         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
7134         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
7135         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
7136         (rcirc-omit-mode): Add minor-mode.
7137         (rcirc-mode-map): Change C-c C-o binding.
7138         (rcirc-mode): Clear mode-line-process.  Use a custom
7139         fill-paragraph-function.  Set up buffer-invisibility-spec.
7140         (rcirc-response-formats): Remove timestamp code.
7141         (rcirc-omit-responses): Add variable.
7142         (rcirc-print): Don't put the overlay arrow on potentially omitted
7143         lines.  Log line to disk.  Record activity for private messages
7144         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
7145         (rcirc-jump-to-first-unread-line): Print message if there is no
7146         unread text.
7147         (rcirc-clear-unread): New function.
7148         (rcirc-markup-text-functions): Add variable.
7149         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
7150         (rcirc-debug): Don't mess with window configuration.
7151         (rcirc-send-message): Send message before printing locally.
7152         Add SILENT argument, do not print message if non-nil.
7153         (rcirc-visible-buffers): New function and variable.
7154         (rcirc-window-configuration-change-1): Add function.
7155         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
7156         server buffer.
7157         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
7158         (rcirc-fill-paragraph): Add function.
7159         (rcirc-record-activity, rcirc-window-configuration-change-1):
7160         Only update the activity string if it has actually changed.
7161         (rcirc-update-activity-string): Remove padding characters from the
7162         mode-line string.
7163         (rcirc-disconnect-buffer): New function to be called when a
7164         channel is parted or the user quits.
7165         (rcirc-server-name): Warn when the server-name hasn't been set.
7166         (rcirc-window-configuration-change): Postpone work until
7167         post-command-hook.
7168         (rcirc-window-configuration-change-1): Update mode-line and
7169         overlay arrows here.
7170         (rcirc-authenticate): Fixc hanserv identification.
7171         (rcirc-default-server): Remove variable.
7172         (rcirc): Connect according to rcirc-connections.
7173         (rcirc-connections): Add variable.
7174         (rcirc-startup-channels-alist): Remove variable.
7175         (rcirc-startup-channels): Remove function.
7177 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7179         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
7181 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
7183         * term/xterm.el (terminal-init-xterm): Escape parens in character
7184         constants.
7186 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7188         * progmodes/sh-script.el: Remove unneeded * from docstrings.
7189         Use [:alpha:] and [:alnum:] where applicable.
7190         (sh-quoted-subshell): Rewrite to correctly
7191         handle nested mixes of `...' and $(...).
7192         (sh-apply-quoted-subshell): Remove.
7193         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
7195         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
7197 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
7199         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
7200         previous change.
7202 2007-06-12  Tom Tromey  <tromey@redhat.com>
7204         * subr.el (user-emacs-directory): New defconst.
7205         * cmuscheme.el (scheme-start-file):
7206         * shell.el (shell):
7207         * completion.el (save-completions-file-name):
7208         * custom.el (custom-theme-directory):
7209         * term/x-win.el (emacs-session-filename):
7210         * filesets.el (filesets-menu-cache-file):
7211         * thumbs.el (thumbs-thumbsdir):
7212         * server.el (server-auth-dir):
7213         * image-dired.el (image-dired-dir):
7214         (image-dired-db-file):
7215         (image-dired-temp-image-file):
7216         (image-dired-gallery-dir):
7217         (image-dired-temp-rotate-image-file):
7218         * play/gamegrid.el (gamegrid-user-score-file-directory):
7219         * savehist.el (savehist-file):
7220         * tutorial.el (tutorial--saved-dir):
7221         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
7223 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
7225         * scroll-lock.el (scroll-lock-mode): Doc fix.
7227 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
7229         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
7231         * ediff-init.el: Doc strings.
7233 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7235         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
7236         (byte-compile-file): Bind it.
7237         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
7238         group argument is provided implicitly.
7239         (byte-compile-format-warn, byte-compile-from-buffer)
7240         (byte-compile-insert-header): Don't hardcode point-min==1.
7241         (byte-compile-file-form-require): Remove unused var old-load-list.
7242         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
7244 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
7246         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
7247         Display error messages.
7248         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
7249         Get rid of cl.el dependencies.
7251         * emulation/viper-init.el (viper-suppress-input-method-change-message):
7252         New variable.
7253         (viper-activate-input-method-action)
7254         (viper-inactivate-input-method-action):
7255         Use viper-suppress-input-method-change-message.
7257         * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
7258         for C-s, C-r.
7260         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
7261         Use viper-replace-overlay-cursor-color instead of
7262         viper-replace-overlay-cursor-color.
7263         (viper-sit-for-short): Use sit-for with 3 arguments.
7265         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
7266         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
7267         to gud-mode.
7269         * ediff-mult.el (ediff-meta-buffer-brief-message)
7270         (ediff-meta-buffer-verbose-message): New variables.
7271         (ediff-meta-buffer-message): Variable deleted.
7272         (ediff-verbose-help-enabled): New variable.
7273         (ediff-toggle-verbose-help-meta-buffer): New function.
7274         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
7275         message options.
7277         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
7278         (ediff-fixup-patch-map): Improve heuristic.
7280 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7282         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
7283         (log-view-font-lock-keywords): Simplify.
7284         (log-view-current-file, log-view-current-tag): Simplify.
7286 2007-06-12  Sam Steingold  <sds@gnu.org>
7288         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
7290 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
7292         * desktop.el (desktop-load-locked-desktop): New option.
7293         (desktop-read): Use it.
7294         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
7295         Use `when'.
7297 2007-06-12  Davis Herring  <herring@lanl.gov>
7299         * desktop.el (desktop-save-mode-off): New function.
7300         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
7301         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
7302         (desktop-claim-lock, desktop-release-lock): New functions.
7303         (desktop-kill): Tell `desktop-save' that this is the last save.
7304         Release the lock afterwards.
7305         (desktop-buffer-info): New function.
7306         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
7307         says to.  Detect conflicts, and manage the lock.
7308         (desktop-read): Detect conflicts.  Manage the lock.
7310 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7312         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
7314         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
7315         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
7316         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
7317         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
7318         keysyms rather than byte sequences.
7319         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
7321 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7323         * font-lock.el (font-lock-add-keywords): In case font-lock was only
7324         half-activated, forcefully activate it completely.
7326 2007-06-11  Richard Stallman  <rms@gnu.org>
7328         * cus-edit.el (custom-variable-type): Doc fix.
7330 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7332         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
7333         (sh-font-lock-flush-syntax-ppss-cache): New functions.
7334         (sh-font-lock-syntactic-keywords): Use them to distinguish the
7335         different possible cases for \'.
7337         * complete.el (PC-bindings): Don't bind things already bound in the
7338         parent keymap.
7340         * textmodes/bibtex-style.el: New file.
7342 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
7344         * vc-bzr.el: New file.
7346 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7348         * vc-svn.el (vc-svn-program): New var.
7349         (vc-svn-command): Use it.
7351 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
7353         * server.el (server-switch-buffer): Remove redundant check.
7355 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
7357         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
7358         Match against file-name-nondirectory.
7359         Fix text on user customization variables.
7360         Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
7362 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
7364         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
7366 2007-06-09  Davis Herring  <herring@lanl.gov>
7368         * desktop.el (desktop-minor-mode-table): Doc fix.
7370 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7372         * textmodes/css-mode.el (css-navigation-syntax-table):
7373         Use set-char-table-range so it also works in the unicode branch.
7375 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
7377         * help-mode.el (help-xref-forward-stack)
7378         (help-xref-stack-forward-item, help-forward-label): New variables.
7379         (help-forward): New button type.
7380         (help-setup-xref): Initialise help-xref-forward-stack.
7381         (help-make-xrefs): Add forward button, if appropriate.
7382         (help-xref-go-back): Push item on forward stack.
7383         (help-xref-go-forward, help-go-forward): New functions.
7385 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
7387         * dired.el (dired-mode-map): Remove spurious separator.
7389 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7391         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
7393         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
7394         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
7396 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
7398         * textmodes/org.el: Version number fixed.
7400 2007-06-07  Glenn Morris  <rgm@gnu.org>
7402         * version.el (emacs-copyright): New constant.
7403         * startup.el (fancy-splash-tail): Use emacs-copyright.
7404         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
7406         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
7407         `make-local'.
7408         (byte-compile-warnings-safe-p): Add `make-local'.
7409         (byte-compile-make-variable-buffer-local):
7410         Allow byte-compile-warnings to suppress this warning.
7412         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
7413         format of "menu" description.
7414         (tutorial--find-changed-keys): Describe the specific menu a
7415         command is in.
7417         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
7418         Rewrite compatibility functions to silence byte-compiler.
7420 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
7422         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
7423         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
7425 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
7427         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
7429 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7431         * progmodes/ebrowse.el (ebrowse-member-table):
7432         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
7433         (org-batch-agenda-csv): Fix typos in docstrings.
7435 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7437         * international/mule-cmds.el (toggle-enable-multibyte-characters)
7438         (sort-coding-systems, search-unencodable-char): Doc fixes.
7439         (coding-system-change-eol-conversion, set-default-coding-systems)
7440         (prefer-coding-system, find-multibyte-characters, princ-list)
7441         (leim-list-entry-regexp, set-input-method, locale-language-names)
7442         (input-method-exit-on-first-char, exit-language-environment-hook)
7443         (locale-charset-language-names): Fix typos in docstrings.
7445 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7447         * pgg.el (pgg-sign-region, pgg-sign):
7448         * ses.el (ses-call-printer):
7449         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
7450         * textmodes/org.el (org-cycle): Fix typos in docstrings.
7452 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
7454         * textmodes/org.el (org-export-region-as-html)
7455         (org-replace-region-by-html, org-number-to-letters)
7456         (org-table-fedit-finish, org-normalize-color)
7457         (org-table-fedit-ref-right, org-date-to-gregorian)
7458         (org-table-fedit-move, org-table-convert-refs-to-rc)
7459         (org-calendar-holiday, org-table-fedit-toggle-ref-type)
7460         (org-write-agenda, org-colgroup-info-to-vline-list)
7461         (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
7462         (org-indent-line-function, org-export-as-html-to-buffer)
7463         (org-store-agenda-views, org-update-mode-line)
7464         (org-find-if, org-delete-all)
7465         (org-table-fedit-convert-buffer, org-emphasize)
7466         (org-uniquify, org-table-fedit-lisp-indent)
7467         (org-table-fedit-scroll, org-get-todo-sequence-head)
7468         (org-table-fedit-scroll-down, org-table-fedit-line-down)
7469         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
7470         (org-table-fedit-toggle-coordinates, org-dvipng-color)
7471         (org-table-fedit-line-up, org-table-fedit-ref-down)
7472         (org-table-formula-from-user, org-mode-flyspell-verify)
7473         (org-cycle-show-empty-lines, org-ctrl-c-ret)
7474         (org-table-formula-to-user, org-diary-to-ical-string)
7475         (orgtbl-export, org-table-fedit-post-command)
7476         (org-closed-in-range, org-shiftcontrolright)
7477         (org-table-convert-refs-to-an, org-table-hline-and-move)
7478         (org-table-formula-less-p, org-format-table-ascii)
7479         (org-agenda-get-sexps, org-shift-refpart)
7480         (org-diary-sexp-entry, org-time-string-to-absolute)
7481         (org-table-show-reference, org-letters-to-number)
7482         (org-fix-agenda-info, org-table-fedit-ref-up)
7483         (org-table-fedit-shift-reference, org-table-fedit-abort)
7484         (org-closest-date, org-shiftcontrolleft)
7485         (org-at-heading-or-item-p, org-rematch-and-replace)
7486         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
7487         New functions.
7488         (org-table-edit-scroll-down, org-finish-edit-formulas)
7489         (org-table-edit-next-field, org-abort-edit-formulas)
7490         (org-font-lock-level, org-export-find-first-heading-line)
7491         (org-table-edit-line-down, org-table-edit-backward-field)
7492         (org-edit-formula-lisp-indent, org-table-edit-move)
7493         (org-check-log-option, org-this-word)
7494         (org-table-edit-line-up, org-table-edit-formulas-post-command)
7495         (org-agenda-file-to-end, org-expand-file-name)
7496         (org-fake-empty-table-line, org-table-edit-scroll)
7497         (org-toggle-log-option, org-show-reference): Function removed.
7498         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
7499         New defsubsts.
7500         (org-unmodified, org-batch-store-agenda-views)
7501         (org-batch-agenda-csv): New macro.
7502         (org-agenda-export): New customization group.
7503         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
7504         (org-highest-priority, org-agenda-exporter-settings)
7505         (org-log-done-with-time, org-replace-disputed-keys)
7506         (org-format-latex-header, org-export-table-header-tags)
7507         (org-cycle-separator-lines, org-export-table-data-tags)
7508         (org-icalendar-include-sexps)
7509         (org-empty-line-terminates-plain-lists)
7510         (org-log-repeat, org-special-ctrl-a)
7511         (org-table-use-standard-references, org-disputed-keys)
7512         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
7513         (org-agenda-export-html-style): New option.
7514         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
7515         (org-CUA-compatible): Option removed.
7516         (org-agenda-structure, org-sexp-date): New face.
7517         (org-todo-keywords-for-agenda, org-not-done-keywords)
7518         (org-planning-or-clock-line-re, org-agenda-name)
7519         (org-table-colgroup-info, org-todo-sets)
7520         (constants-unit-system, org-clock-mode-line-entry)
7521         (org-mode-line-timer, org-table-current-begin-pos)
7522         (org-todo-keywords-1, org-mode-line-string)
7523         (org-table-clean-did-remove-column, org-table-fedit-map)
7524         (org-clock-heading, org-table-buffer-is-an)
7525         (org-agenda-info, org-done-keywords)
7526         (org-done-keywords-for-agenda, org-todo-heads)
7527         (org-todo-kwd-alist, org-clock-start-time): New variable.
7528         (org-todo-kwd-priority-p, org-edit-formulas-map)
7529         (org-repeat-re, org-todo-kwd-max-priority)
7530         (org-version, org-done-string)
7531         (org-table-clean-did-remove-column-1, org-disputed-keys):
7532         Remove variables.
7533         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
7534         (org-ts-lengths): Constant removed.
7535         (org-follow-gnus-link): Don't ask how many articles to read.
7536         (org-export-find-first-export-line): Rename from
7537         `org-export-find-first-heading'.
7538         Use `org-export-skip-text-before-1st-heading'.
7539         (org-table-fedit-post-command): Rename from
7540         `org-table-edit-formulas-post-command'.
7541         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
7542         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
7543         (org-table-fedit-lisp-indent): Rename from
7544         `org-edit-formula-lisp-indent'.
7545         (org-table-show-reference): Rename from `org-show-reference'.
7546         (org-table-store-formulas): Use `org-table-formula-less-p'.
7547         (org-table-edit-formulas): Position cursor to current field equation.
7548         (org-update-checkbox-count, org-hide-archived-subtrees)
7549         (org-timestamp-up-day, org-timestamp-down-day)
7550         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
7551         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
7552         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
7553         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
7554         Let `org-on-heading-p' also check for invisible heading.
7555         (org-read-date): Match am/pm times.
7556         (org-eval-in-calendar): Fix default date in prompt.
7558 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
7560         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
7561         "ChangeLog.a" entries, giving the latter lower priority.
7563 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
7565         * faces.el (face-id): If the argument is a face alias,
7566         return the ID of the target face.
7568 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
7570         * net/socks.el (top): Remove unnecessary copyright line.
7572 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
7574         * longlines.el (longlines-auto-wrap): Handle argument correctly.
7576 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
7578         * net/socks.el: New file, taken from w3 repository.
7579         (top): Update Copyright.  Don't load cl.el.
7580         (all): Replace `case' by `cond', `string-to-int' by
7581         `string-to-number', and `process-kill-without-query' by
7582         `set-process-query-on-exit-flag'.
7583         (socks-char-int): Remove defalias and all occurrences.
7585 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
7587         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
7588         Fix typos in docstrings.
7589         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
7590         (compilation-finish-function): Fix typo in obsolescence declaration.
7592 2007-06-03  Sam Steingold  <sds@gnu.org>
7594         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
7595         handle unending automatic recompilation of changed files (`omake -P').
7596         (compilation-loop): VISITED is now 5th CDR.
7597         (compilation-next-error-function): Set TIMESTAMP.
7599 2007-06-03  Sam Steingold  <sds@gnu.org>
7601         * files.el (kill-buffer-ask): New function.
7602         (kill-some-buffers): Use it.
7603         (kill-matching-buffers): New user command.
7605 2007-06-01  David Kastrup  <dak@gnu.org>
7607         * dired.el (dired-recursive-deletes, dired-recursive-copies):
7608         Change default to `top'.
7610 2007-05-31  Richard Stallman  <rms@gnu.org>
7612         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
7614 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7616         * textmodes/css-mode.el: New file.
7618 2007-05-30  Michael Olson  <mwolson@gnu.org>
7620         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
7621         died and we are trying to send a signal to it.  The program using
7622         tq.el should periodically check to see whether the process has
7623         died and react appropriately -- this is not the responsibility of
7624         tq.el, and is consistent with the rest of the tq.el source code.
7626 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
7628         * textmodes/table.el (table--point-entered-cell-function)
7629         (table--point-left-cell-function):
7630         Bind `inhibit-point-motion-hooks' to t.
7632 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
7634         * emacs-lisp/rx.el (rx): Doc fix.
7636 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
7638         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
7640 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
7642         Sync with Tramp 2.0.56.
7644         * net/tramp.el:
7645         * net/tramp-ftp.el:
7646         * net/tramp-smb.el:
7647         * net/tramp-util.el:
7648         * net/tramp-vc.el:
7649         Don't load cl.el, because that pollutes the namespace.  Replace cl
7650         macros by their implementations where necessary.  Requested by
7651         Richard Stallman <rms@gnu.org>.
7653         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
7654         doesn't exist.
7655         (with-parsed-tramp-file-name): Protect debug spec during compilation.
7656         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
7657         (tramp-file-name-p, tramp-file-name-multi-method)
7658         (tramp-file-name-method, tramp-file-name-user)
7659         (tramp-file-name-host, tramp-file-name-localname): New defuns,
7660         replacing defstruct `tramp-file-name'.
7661         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
7662         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
7663         Apply `vector' instead of `make-tramp-file-name'.
7664         (tramp-handle-make-auto-save-file-name):
7665         Apply `tramp-temporary-file-directory' for compatibility reasons.
7666         (tramp-completion-mode): Use `natnump' instead of `wholenump'
7667         because of XEmacs.
7668         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
7669         started.
7671 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
7673         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
7675 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
7677         * log-edit.el (log-edit-changelog-paragraph): Return point-max
7678         as the end of the ChangeLog paragraph when it ends without a line
7679         termination.
7681 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
7683         * net/webjump.el (webjump-sample-sites):
7684         Add simple Wikipedia query.
7686 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7688         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
7689         compatibility code.
7691         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
7692         (copyright-update-year): Use it.
7694         * edmacro.el (edmacro-format-keys): Use current-active-maps.
7696         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
7697         Add indentation and debugging info.  Fix up comment convention.
7699         * cus-dep.el (custom-make-dependencies): Simplify.
7701         * composite.el (compose-region, decompose-region):
7702         Use inhibit-read-only and restore-buffer-modified-p.
7704         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
7705         (xterm-mouse-event): Use it.
7707 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
7709         * bs.el (bs-cycle-previous): Don't modify the cycle list until
7710         `switch-to-buffer' has returned succesfully.
7711         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
7712         window is dedicated (it could iconify the frame).
7714 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
7716         * vc-hooks.el (vc-find-root): Fix file attribute test.
7718 2007-05-24  Richard Stallman  <rms@gnu.org>
7720         * textmodes/flyspell.el (flyspell-correct-word-before-point):
7721         Don't let opoint be nil.
7722         (flyspell-emacs-popup): Explicit error if no dialogs.
7724 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
7726         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
7727         (image-next-line, image-previous-line, image-scroll-up)
7728         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
7729         New functions.
7730         (image-mode-map): Remap motion commands.
7731         (image-mode-text-map): New keymap for viewing images as text.
7732         (image-mode): Use image-mode-map.
7733         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
7735 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7737         * textmodes/fill.el (canonically-space-region): Make the second arg
7738         a marker if it's not already the case.
7740 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
7742         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
7743         (tar-get-descriptor): Handle type 55, an extended pax header.
7745 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7747         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
7748         to confuse outline-minor-mode.
7750 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
7752         * tar-mode.el (tar-file-name-handler): New function.
7753         (tar-extract): Bind file-name-handler-alist to it to force
7754         find-buffer-file-type-coding-system behave as if the file being
7755         extracted existed.  Use last-coding-system-used to force
7756         buffer-file-coding-system to what decode-coding-region actually
7757         used to decode the file.
7759 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
7761         * progmodes/compile.el (compilation-handle-exit):
7762         `compilation-finish-function' may change the current buffer.
7764 2007-05-22  Richard Stallman  <rms@gnu.org>
7766         * files.el (set-auto-mode): Doc fix.
7768 2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7770         * help-fns.el (find-source-lisp-file): New function.
7771         (describe-function-1): Use find-source-lisp-file to find source
7772         file in compile tree.
7774 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
7776         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
7778 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
7780         * emacs-lisp/easy-mmode.el (define-minor-mode)
7781         (easy-mmode-define-navigation): Fix typos in docstrings.
7783 2007-05-22  Glenn Morris  <rgm@gnu.org>
7785         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
7787 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7789         * mail/mail-extr.el (mail-extract-address-components):
7790         Recognize non-ASCII characters except for NBSP as words.
7792 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
7794         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
7795         (rcirc-print): Handle `window-width'.
7796         (rcirc-buffer-maximum-lines): Doc fix.
7798 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
7800         * image-mode.el (image-toggle-display): Don't clear image cache.
7801         Only use filename in image spec if the file is readable.
7802         Call image-refresh.
7804         * image.el (image-type-from-file-name, image-type): Simplify.
7805         (image-type-auto-detected-p): Don't scan auto-mode-alist.
7807         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
7808         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
7810 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
7812         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
7813         is an error.
7815         * term/linux.el (terminal-init-linux): Don't signal an error
7816         if gpm isn't running.
7818 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
7820         * t-mouse.el: Reduce to a minor-mode macro call.
7821         (t-mouse-mode): Remove the lighter.
7823         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
7825 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
7827         * files.el (auto-mode-alist): Change the regexp so that
7828         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
7830 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
7832         * Version 22.1 released.
7834 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
7836         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
7837         changes.
7839 2007-05-19  Kevin Ryde  <user42@zip.com.au>
7841         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
7843 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
7845         * textmodes/sgml-mode.el: Revert last change.
7847 2007-05-18  Richard Stallman  <rms@gnu.org>
7849         * simple.el (push-mark): Doc fix.
7851 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
7853         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
7854         tpu-global-map.
7855         (tpu-original-global-map): Variable deleted.
7856         (tpu-control-keys-map): New keymap variable.
7857         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
7858         setting keymapping directly.
7859         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
7860         tpu-global-map.
7861         (tpu-edt-on): Activate the tpu-global-map.
7862         (tpu-edt-off): Deactivate the tpu-global-map.
7864 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
7866         * textmodes/ispell.el (ispell-get-word): Return markers
7867         for start and end positions.
7868         (ispell-word): Assume END is a marker.
7870 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7872         * printing.el: Group together all XEmacs/Emacs definitions.
7873         (pr-version): New version 6.9.
7874         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
7875         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
7876         (pr-menu-bind): Fix code.
7877         (pr-e-frame-char-height, pr-e-frame-char-width)
7878         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
7879         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
7880         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
7881         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
7882         (pr-x-event-y-pixel): Aliases eliminated.
7883         (pr-xemacs-global-menubar): Macro moved.
7884         (current-menubar, current-mouse-event, zmacs-region-stays)
7885         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
7886         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
7887         Vars moved.
7888         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
7889         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
7890         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
7891         (pr-menu-set-utility-title, pr-even-or-odd-pages)
7892         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
7893         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
7894         moved.
7896 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
7898         * textmodes/sgml-mode.el (sgml-tag):
7899         Fix bug: Call sgml-transformation-function.
7901 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
7903         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
7904         modified flag of buffer.  Use `inhibit-modification-hooks'.
7906 2007-05-16  Richard Stallman  <rms@gnu.org>
7908         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
7910 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7912         * files.el (magic-mode-alist, magic-fallback-mode-alist):
7913         Move the *ml, Postscript, and XmCD entries to the fallback part.
7915         * files.el (magic-fallback-mode-alist):
7916         Rename from file-start-mode-alist.
7918 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
7920         * progmodes/compile.el (compilation-handle-exit): Quote first
7921         argument of `run-hook-with-args'.
7923 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
7925         * buff-menu.el (Buffer-menu-sort-column):
7926         * dabbrev.el (dabbrev-upcase-means-case-search):
7927         * dired.el (dired-recursive-deletes, dired-recursive-copies):
7928         * info.el (Info-current-subfile):
7929         * ls-lisp.el (ls-lisp-verbosity):
7930         * msb.el (msb-menu-cond):
7931         * pcvs.el (cvs-dired-use-hook):
7932         * simple.el (set-mark-command-repeat-pop):
7933         * time.el (display-time-24hr-format, display-time-mail-file):
7934         Doc fixes.
7936         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
7937         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
7939         * view.el (view-inhibit-help-message): Fix typo in docstring.
7940         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
7942 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
7944         * textmodes/ispell.el (ispell-start-process): Defend against bad
7945         default-directory.
7947 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
7949         * mail/rmail.el (rmail-convert-to-babyl-format): Check
7950         content-transfer-encoding _last_, because it's its position that
7951         we need as value of base64-header-field-end.
7953 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
7955         * files.el (mode-require-final-newline, require-final-newline)
7956         (enable-local-variables, enable-local-eval): Doc fixes.
7958 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7960         * ps-print.el: Use default color when foreground or background color
7961         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
7962         (ps-print-version): New version 6.7.4.
7963         (ps-rgb-color): New argument.  Use default color when color is
7964         unspecified.
7965         (ps-begin-job): Fix code.
7967 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
7969         * longlines.el (longlines-mode): Make longlines-auto-wrap
7970         buffer-local.  Add hooks unconditionally.
7971         (longlines-auto-wrap): Toggle wrapping.
7972         (longlines-after-change-function)
7973         (longlines-post-command-function): Check longlines-auto-wrap.
7975 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
7977         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
7978         (xterm-mouse-translate): Use it.
7980 2007-05-10  Richard Stallman  <rms@gnu.org>
7982         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
7983         (iso-cvt-write-only): Likewise.
7985         * emacs-lisp/easy-mmode.el (define-minor-mode):
7986         Fix generated doc string.
7988         * startup.el (fancy-splash-text): Add URL of guided tour.
7989         Adjust horizontal and vertical whitespace.
7991         * progmodes/compile.el (compilation-handle-exit):
7992         Use run-hook-with-args to run compilation-finish-functions.
7994         * files.el (file-start-mode-alist): New variable.
7995         (magic-mode-regexp-match-limit): Doc fix.
7996         (set-auto-mode): Handle file-start-mode-alist.
7997         A little cleanup of structure.
7999         * dabbrev.el (dabbrev-eliminate-newlines):
8000         Renamed from dabbrev--eliminate-newlines.  All uses changed.
8002 2007-05-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
8004         * man.el (Man-next-section): Don't consider the last line of the page
8005         as being part of any section.
8007 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8009         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
8010         can take any number of values.
8012 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8014         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
8015         to the list of citation commands.
8017 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8019         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
8021 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
8023         * progmodes/python.el (python-font-lock-keywords)
8024         (python-open-block-statement-p, python-mode): Add support for the new
8025         "with" keyword.
8027 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8029         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
8030         the exact opposite of diff-goto-source.
8032         * emacs-lisp/advice.el (ad-special-forms): Remove.
8033         (ad-special-form-p): Use subr-arity.
8035         * newcomment.el (comment-search-forward): Make sure we search forward.
8036         (comment-enter-backward): Try and distinguish the non-matching case at
8037         EOB from the non-matching case with a missing comment-end-skip for
8038         a 2-char comment ender.
8039         (comment-choose-indent): New function extracted from comment-indent.
8040         Improve the alignment algorithm.
8041         (comment-indent): Use it.
8043         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
8044         XML style Processing Instructions.
8045         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
8046         (sgml-calculate-indent): Handle `pi' context.
8048         * vc.el: Ensure that update-changelog issues an error when used with
8049         a backend that does not implement it.
8050         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
8051         Remove `backend' argument.  Use expand-file-name.
8052         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
8054         * progmodes/python.el (python-end-of-block): Revert last change.
8055         (python-end-of-statement): Make sure we move *forward*.
8057 2007-05-08  Richard Stallman  <rms@gnu.org>
8059         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
8060         Don't include non-self-insert commands in the exception for `-'.
8062 2007-05-08  David Reitter  <david.reitter@gmail.com>
8064         * progmodes/python.el (python-guess-indent): Check non-nullness
8065         before comparing indent against the 2..8 interval.
8067 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8069         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
8070         available.
8072 2007-05-06  Richard Stallman  <rms@gnu.org>
8074         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
8076 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8078         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
8079         rather than storing their value in the revert-buffer function.
8081 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
8083         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
8084         when disabling t-mouse-mode.
8086 2007-05-01  Davis Herring  <herring@lanl.gov>
8088         * calendar/timeclock.el: Update version number.
8089         (timeclock-modeline-display): Mention timeclock-use-display-time
8090         in explanatory message.
8091         (timeclock-in): Fix non-interactive workday specifications.
8092         (timeclock-log): Don't kill the log buffer if it already existed.
8093         Suppress warnings when finding the log.  Don't check for a nil
8094         project twice.  Run hooks after killing the buffer (if applicable).
8095         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
8096         was geometric).  All uses changed.
8097         (timeclock-generate-report): Support prefix argument.
8099 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
8101         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
8102         disconnections.
8104 2007-05-01  Romain Francoise  <romain@orebokech.com>
8106         * dired-x.el: Revert 2007-04-06 change.
8108 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
8110         * find-dired.el (find-dired-filter): Propertize all text down to eob.
8112 2007-04-29  Richard Stallman  <rms@gnu.org>
8114         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
8116 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8118         * progmodes/cc-mode.el (c-before-change): Use point-min rather
8119         than 1.
8121 2007-04-28  Richard Stallman  <rms@gnu.org>
8123         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
8125 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
8127         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
8128         don't put stop on toolbar.
8130 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8132         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
8134 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
8136         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
8137         instead of $(lisp)/mh-e.
8139 2007-04-28  Glenn Morris  <rgm@gnu.org>
8141         * image-dired.el (image-dired-cmd-create-thumbnail-options)
8142         (image-dired-cmd-create-temp-image-options): Replace option
8143         +profile "*" with -strip.
8145 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
8147         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
8148         Use window-start and window-end.
8150 2007-04-27  Andreas Schwab  <schwab@suse.de>
8152         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
8154 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
8156         * textmodes/fill.el (fill-paragraph): Doc fix.
8158 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
8160         * locate.el (locate-in-alternate-database): Doc fix.
8162 2007-04-26  Glenn Morris  <rgm@gnu.org>
8164         * button.el (button): Use underline if supported, else fall back
8165         to color.
8167         * version.el (emacs-version): Increase to 22.1.50.
8169 2007-04-25  Richard Stallman  <rms@gnu.org>
8171         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
8173 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
8175         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
8176         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
8177         pushing mark.
8178         (idlwave-current-routine): Don't push mark.
8180 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
8182         * image-dired.el (image-dired-display-image): Derive image-type from
8183         filename rather than assuming jpeg, in case no resizing was needed.
8185 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8187         * custom.el (defface): Doc fix.
8189 See ChangeLog.12 for earlier changes.
8191 ;; Local Variables:
8192 ;; coding: iso-2022-7bit
8193 ;; add-log-time-zone-rule: t
8194 ;; End:
8196     Copyright (C) 2007 Free Software Foundation, Inc.
8198   This file is part of GNU Emacs.
8200   GNU Emacs is free software; you can redistribute it and/or modify
8201   it under the terms of the GNU General Public License as published by
8202   the Free Software Foundation; either version 3, or (at your option)
8203   any later version.
8205   GNU Emacs is distributed in the hope that it will be useful,
8206   but WITHOUT ANY WARRANTY; without even the implied warranty of
8207   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
8208   GNU General Public License for more details.
8210   You should have received a copy of the GNU General Public License
8211   along with GNU Emacs; see the file COPYING.  If not, write to the
8212   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
8213   Boston, MA 02110-1301, USA.
8215 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af