(doc-view-mode-map): Use remapping.
[emacs.git] / lisp / ChangeLog
blob6c554cbf907423e8e6e5c20dbbf45c395858d1c9
1 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * doc-view.el (doc-view-mode-map): Use remapping.
4         Don't rebind C-v, M-v to their default value.
5         Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
7         * smerge-mode.el: Add word-granularity refinement.
8         (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
9         (smerge-refine-weight-hack): New vars.
10         (smerge-refine-forward): New fun.
11         (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
12         (smerge-refine-subst): Use them as well.  Preserve point.
14 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
16         * follow.el (follow-unload-function): New function.
18         * loadhist.el (unload-function-features-list):
19         Rename from `unload-hook-features-list'.
20         (unload-hook-features-list): Add as obsolete alias.
21         (unload-feature): Use `unload-function-features-list'
22         and new FEATURE-unload-function.
24 2007-10-19  Glenn Morris  <rgm@gnu.org>
26         * bindings.el (mouse-minor-mode-menu)
27         (minor-mode-menu-from-indicator): Move to mouse.el.
28         * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
29         Move here from bindings.el.
31 2007-10-19  Richard Stallman  <rms@gnu.org>
33         * help-fns.el (describe-function-1): Don't use the advice origname
34         if it has no function definition.
36 2007-10-18  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
38         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
39         Use `save-restriction' rather than `widen'.
41 2007-10-18  Richard Stallman  <rms@gnu.org>
43         * time.el (display-time-world-time-format): Display day # not month #.
45 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
47         * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
49         * doc-view.el: Remove version keyword.
50         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
51         (doc-view-ps2pdf-program): Use executable-find.  Simplify custom type.
52         (doc-view-ghostscript-options): Improve custom type.
53         (doc-view-cache-directory, doc-view-conversion-buffer)
54         (doc-view-conversion-refresh-interval): Simplify custom type.
56 2007-10-18  Tassilo Horn  <tassilo@member.fsf.org>
58         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
59         (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
60         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
61         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
62         Remove superfluous messages.
63         (doc-view-mode-map): Use the image-mode scrolling commands.
64         Don't rebind C-x k.
66 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
68         * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
69         Add comment about "-dSAFER".
71 2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
73         * term/xterm.el: Don't require xt-mouse.
74         (terminal-init-xterm): Run terminal-init-xterm-hook rather than
75         calling turn-on-xterm-mouse-tracking-on-terminal directly.
77         * xt-mouse.el: Don't change the global function-key-map anny more.
78         (xterm-mouse-mode): Use terminal-init-xterm-hook.
79         Don't use after-make-frame-functions now that term/xterm.el calls
80         us directly.
81         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
82         Use turn-*-xterm-mouse-tracking-on-terminal.  Only once per terminal.
83         (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
84         Setup input-decode-map and remember that xterm-mouse-mode was
85         enabled in this terminal.
86         (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
87         terminals where it has been enabled.
89         * faces.el (tty-create-frame-with-faces): Make sure not only
90         tty-run-terminal-initialization but also set-locale-environment
91         are run only once per terminal.
92         (tty-run-terminal-initialization): Don't check if the terminal was
93         already initted.
95         * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
96         not to remove keymaps that just happen to inherit from one of ours.
97         When setting up our keymap, make sure it won't be accidentally
98         modified by someone else.
100 2007-10-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
102         * textmodes/artist.el (artist-previous-line, artist-next-line):
103         * dired.el (dired-next-line, dired-previous-line):
104         * progmodes/delphi.el (delphi-newline):
105         * textmodes/org.el (org-columns-eval):
106         Use forward-line.
108         * emerge.el (emerge-setup): Use insert-buffer-substring.
109         (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
111 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
113         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
114         (adaptive-fill-function): Doc fix.  Remove * from docstring.
116 2007-10-18  Tom Horsley  <tom.horsley@att.net>
118         * simple.el (interprogram-paste-function): Doc fix.
119         (current-kill): Accept list of strings as well
120         as single string from `interprogram-paste-function'.
122 2007-10-18  Glenn Morris  <rgm@gnu.org>
124         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
126 2007-10-18  Drew Adams  <drew.adams@oracle.com>
128         * bindings.el (mode-line-minor-mode-keymap):
129         Add mouse-minor-mode-menu on mouse-1.
130         (mode-line-modes): Add mouse-1 to help-echo text.
131         (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
132         New functions.
133         (mode-line-minor-mode-help): Doc fix.
135 2007-10-17  Juri Linkov  <juri@jurta.org>
137         * textmodes/fill.el (fill-paragraph-or-region): Remove function
138         at the request of RMS.
139         (fill-paragraph): Change `arg' to optional `justify'.  Add interactive
140         arg `region'.  Fix docstring.  At the first `or' branch add call to
141         `fill-region' if it the region is active in transient-mark-mode.
143         * bindings.el (esc-map): Bind M-q to fill-paragraph
144         instead of fill-paragraph-or-region.
146         * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
147         with fill-paragraph.
149         * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
150         Fix docstring.
152         * indent.el (indent-for-tab-command): Change interactive spec from
153         "P" to "p".  Add check for interactive arg before indenting the
154         active region.
156         * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
157         Regroup.
159 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
161         * emacs-lisp/find-func.el: Don't require loadhist.
163         * loadhist.el (feature-symbols, file-provides, file-requires)
164         (file-set-intersect, file-dependents): Simplify.
165         (unload-feature-special-hooks): Update list of special hooks.
167 2007-10-17  Tassilo Horn  <tassilo@member.fsf.org>
169         * bindings.el (completion-ignored-extensions): Remove pdf and dvi
170         extensions since they can be viewed with doc-view.
172         * files.el (auto-mode-alist): Make doc-view-mode the default mode
173         for pdf, ps and dvi files.
175         * doc-view.el: Make doc-view-mode the standard mode for viewing
176         pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
177         text and image display.  Add binding C-c C-e to switch to an
178         editing mode.
179         (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
180         avoid security problems when rendering files from untrusted sources.
182 2007-10-17  Aaron Hawley  <aaronh@garden.org>
184         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
185         position is not saved.
187 2007-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
189         * doc-view.el: Mention xpdf.  Fix spelling of Ghostscript.
190         (doc-view-ghostscript-options): Fix typo in doc string.
192 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
194         * progmodes/compile.el (compilation-next-error-function): Fix timestamp
195         handling, so compilation-fake-loc works again.
197         * server.el (server-select-display): Nop if we do not support m-f-o-d.
198         (server-process-filter): Revert last change.
200         * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
201         behavior unrelated to filesets.
203 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
205         * longlines.el (longlines-wrap-follows-window-size): Integer value
206         specifies wrapping margin.
207         (longlines-mode, longlines-window-change-function):
208         Set window-specific wrapping margin based on the above.
210 2007-10-17  John Wiegley  <johnw@newartisans.com>
212         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
214 2007-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
216         * server.el (server-process-filter): Only set display if X11 is
217         supported.
219 2007-10-17  Glenn Morris  <rgm@gnu.org>
221         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
222         Tweak regexp to avoid stack overflow.
224 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
226         * simple.el (reindent-then-newline-and-indent): Don't assume that
227         indent-according-to-mode preserves point.
229 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
231         * bs.el (bs--make-header-match-string, bs-show-in-buffer)
232         (bs--nth-wrapper): Simplify.
233         (bs-select, bs--insert-one-entry): Simplify.  Use `when'.
234         (bs-buffer-list): Simplify.  Use `when'.  Use `string-match-p'.
235         (bs-sort-buffer-interns-are-last): Use `string-match-p'.
236         (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
237         (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
238         (bs-configurations, bs-default-configuration)
239         (bs-alternative-configuration, bs-cycle-configuration-name)
240         (bs-string-show-always, bs-string-show-never, bs-string-current)
241         (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
242         (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
243         (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
244         (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
245         (bs--window-config-coming-from): Revert 2006-11-09 change.
246         (bs--restore-window-config): Keep the selected frame.
247         (bs--track-window-changes, bs--remove-hooks): New functions.
248         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
249         (bs--create-header): Remove.
250         (bs--create-header-line): New function, based on `bs--create-header'.
251         (bs--show-header): Use `bs--create-header-line'.
252         (bs--show-with-configuration): Revert 2006-11-09 change.
253         Don't reuse window unless it is visible on the selected frame.
254         Restore window configuration (possibly in a different frame)
255         before creating any window.
257 2007-10-16  Glenn Morris  <rgm@gnu.org>
259         * simple.el (blink-matching-open): Don't report false errors with
260         the `$' syntax class.
262 2007-10-16  Richard Stallman  <rms@gnu.org>
264         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
265         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
266         (ad-is-advised, ad-get-advice-info-field)
267         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
269 2007-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
271         * vc-hooks.el (vc-workfile-version): Compatibility alias.
272         (vc-default-working-revision): Compatibility for backends.
274 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
276         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
277         (filesets-ormap, filesets-sort-case-sensitive-flag)
278         (filesets-remake-shortcut, filesets-ingroup-collect-files):
279         Fix typos in docstrings.
280         (filesets-conditional-sort, filesets-find-or-display-file)
281         (filesets-data-get-name, filesets-data-get-data)
282         (filesets-data-set, filesets-cmd-query-replace-getargs)
283         (filesets-ingroup-collect): Doc fixes.
285 2007-10-15  Sam Steingold  <sds@gnu.org>
287         * mail/sendmail.el (sendmail-error-reporting-interactive)
288         (sendmail-error-reporting-non-interactive): New variables for
289         sendmail error reporting options to simplify support for imperfect
290         sendmail emulators.
291         (sendmail-send-it): Use them instead of list literals.
293 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
295         * help-fns.el: Revert previous change; it creates a
296         dependency loop between advice.el and help-fns.el.
298 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
300         * help-fns.el: Require advice when compiling.
302 2007-10-14  Drew Adams  <drew.adams@oracle.com>
304         * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
305         (ring-insert+extend, ring-remove+insert+extend, ring-member)
306         (ring-next, ring-previous): New functions.
308 2007-10-14  Richard Stallman  <rms@gnu.org>
310         * emacs-lisp/advice.el (documentation): Advice deleted.
311         Doc for advised functions is now handled at C level.
312         This is now handled at C level.
313         (ad-stop-advice, ad-start-advice): Don't enable or disable
314         advice for `documentation'.
315         (ad-advised-definition-docstring-regexp): Var deleted.
316         (ad-make-advised-definition-docstring): Store orig name
317         as text property of string.
318         (ad-advised-definition-p): Check for text property of docstring.
320         * help-fns.el (describe-function-1): Find source of advised functions.
322 2007-10-14  Juri Linkov  <juri@jurta.org>
324         * faces.el (describe-face): Allow handling a string as the face name.
326         * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
327         active region in transient-mark-mode.
328         (ispell-region): Change messages displayed at the start and end of
329         the spell-checking to be the same.
331         * startup.el (fancy-startup-tail): Say exactly what does the button
332         dismiss ("Dismiss this startup screen").  Use text "Never show
333         it again" for the checkbox after this button.
334         (fancy-startup-screen, fancy-about-screen): Put point before the
335         first link, so the user can quickly select links with the keyboard.
336         (normal-mouse-startup-screen): Add more useful text describing how
337         to follow a link.
339 2007-10-14  Glenn Morris  <rgm@gnu.org>
341         * progmodes/etags.el (select-tags-table): Disable undo in the
342         `*Tags Table List*' buffer.
344 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
346         * dired.el (dired-warn-writable): New face.
347         (dired-warn-writable-face): New variable.
348         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
349         of dired-warning-face, for group- and world-writable files.
351 2007-10-13  Richard Stallman  <rms@gnu.org>
353         * files.el (directory-abbrev-alist): Doc fix.
355 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
357         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
359 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
361         * frame.el (set-frame-configuration): Assign name parameter only
362         if it has been set explicitly before.
364 2007-10-11  Tom Tromey  <tromey@redhat.com>
366         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
367         frame is visible.
369 2007-10-10  Richard Stallman  <rms@gnu.org>
371         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
372         in *Backtrace*.
374         * faces.el (face-font-selection-order): Doc fix.
376         * loadhist.el (unload-feature): Doc fix.
378 2007-10-13  Glenn Morris  <rgm@gnu.org>
380         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
381         (octave-re-search-forward-kw, octave-re-search-backward-kw):
382         Add doc string, and an explicit COUNT argument.
383         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
384         `inc' to search functions.
386         * faces.el (face-spec-set): When FRAME is nil, set the default for
387         new frames (restores pre-2007-09-17 behavior).  Doc fix.
389 2007-10-13  John W. Eaton  <jwe@octave.org>
391         * progmodes/octave-mod.el (octave-looking-at-kw)
392         (octave-re-search-forward-kw, octave-re-search-backward-kw):
393         New functions.
394         (octave-in-defun-p, calculate-octave-indent)
395         (octave-blink-matching-block-open, octave-beginning-of-defun)
396         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
397         to search for regexps that contain case-sensitive keywords.
398         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
399         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
401 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
403         * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
404         Do not use a single clause cond.
406         * cus-start.el (all): Use test that does not match the X11 version
407         for mac.
409 2007-10-13  Markus Gritsch  <m.gritsch@gmail.com>  (tiny change)
411         * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
412         BROWSE buffer.
414 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
416         * cus-start.el (all): Undo previous change.
418 2007-10-13  Glenn Morris  <rgm@gnu.org>
420         * woman.el (woman0-rename): Fix paren typo.
422         * mail/feedmail.el (feedmail-run-the-queue)
423         (feedmail-look-at-queue-directory):
424         * mail/reporter.el (reporter-dump-state):
425         * net/eudc-hotlist.el (eudc-edit-hotlist):
426         * net/eudc.el (eudc-display-records)
427         (eudc-filter-duplicate-attributes)
428         (eudc-distribute-field-on-records, eudc-query-form)
429         (eudc-process-form):
430         * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
431         (eudc-bbdb-query-internal):
432         * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
433         * net/socks.el (socks-build-auth-list):
434         * progmodes/cc-cmds.el (top level):
435         * progmodes/cc-styles.el (c-make-styles-buffer-local)
436         (c-set-style):
437         * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
438         (cperl-write-tags, cperl-tags-treeify):
439         * progmodes/ebnf-yac.el (ebnf-yac-token-table):
440         * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
441         * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
442         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
443         (idlwave-toolbar-remove-everywhere):
444         * progmodes/idlwave.el (idlwave-indent-line)
445         (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
446         (idlwave-write-paths, idlwave-all-method-classes)
447         (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
448         (idlwave-fix-keywords, idlwave-display-calling-sequence)
449         (idlwave-complete-in-buffer):
450         * textmodes/org.el (org-export-as-html, org-export-as-ascii)
451         (org-fast-tag-selection):
452         * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
453         than mapcar.
455 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
457         * diff-mode.el (diff-fine-change): Add :group.
459 2007-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
461         * cus-start.el (all): Use the same test as the 22.2 branch.
463 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
465         * diff-mode.el (diff-current-defun): Force recomputation of
466         change-log-default-name.
468 2007-10-12  Chong Yidong  <cyd@stupidchicken.com>
470         * startup.el (fancy-startup-screen): Remove an unnecessary newline
471         and some leftover logic regarding dedicated frames.  If showing
472         concise startup screen, fit window to buffer.
473         (command-line-1): If we will be using the splash screen, use
474         find-file instead of find-file-other-window to find additional files.
475         Comment out unused code for coping with the old sit-for behavior.
477 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
479         * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
480         `meta' modifier consistently, rather than using sometimes meta
481         sometimes alt.
483 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
485         * window.el (handle-select-window): Revert part of 2007-10-08
486         change setting the input focus.
488 2007-10-12  Glenn Morris  <rgm@gnu.org>
490         * startup.el (command-line): Do not read abbrev file in batch mode.
492         * emacs-lisp/byte-opt.el (top level):
493         * mail/rmail.el (rmail-list-to-menu):
494         * obsolete/hilit19.el (hilit-mode):
495         * progmodes/cc-mode.el (c-postprocess-file-styles)
496         (c-submit-bug-report):
497         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
498         * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
499         (reftex-access-parse-file):
500         * textmodes/reftex-cite.el (reftex-do-citation)
501         (reftex-insert-bib-matches):
502         * textmodes/reftex-ref.el (reftex-offer-label-menu):
503         * textmodes/reftex-sel.el (reftex-select-unmark):
504         * textmodes/reftex-toc.el (reftex-toc-do-promote):
505         * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
507         * cus-edit.el (custom-variable-menu, custom-face-menu)
508         (custom-group-menu): Check init-file-user rather than
509         user-init-file, in case cus-edit is loaded by site-run-file.
511 2007-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
513         * vc.el (vc-deduce-fileset): Delete unused code.
514         (vc-next-action): Fix typos.
516 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
518         * bs.el (bs--mark-unmark): New function.
519         (bs-mark-current, bs-unmark-current): Use it.
521 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
523         * vc.el (vc-diff):
524         (vc-diff-internal): Merge a patch by Juanma Barranquero.  Also,
525         emporarily disable the check for his edge case of
526         vc-diff (stopping it from grinding when callerd from $HOME), as
527         it's calling some brittle code in vc-hooks.el.
528         (with-vc-properties): Fix evaluation time of a macro argument.
529         * ediff-vers.el (ediff-vc-internal):
530         * vc-hooks.el:
531         * loaddefs.el: Follow up on VC terminology change.
533 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
535         * follow.el (follow-stop-intercept-process-output):
536         Use `follow-call-process-filter' rather than `process-filter'.
537         Simplify.
539 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
541         * vc.el: Address an edge case in vc-diff pointed out by
542         Juanma Barranquero.  This is an experimental fix and may change.
544         * vc-hooks.el (vc-registered): Robustify this function a bit
545         against filenames with no directory component.
547 2007-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
549         * international/characters.el: Undo unwanted and unexplained change.
551 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
553         * ps-print.el: Fix the usage of :foreground and :background face
554         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
555         (ps-print-version): New version 6.7.6.
556         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
557         Fix code.
558         (ps-face-foreground-color-p, ps-face-background-color-p)
559         (ps-face-color-p): New inline funs.
561 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
563         * org.el (org-additional-option-like-keywords): New constant.
564         (org-complete): Use `org-additional-option-like-keywords'.
565         (org-parse-local-options): New function.
567 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
569         * org.el (org-in-clocktable-p): New function.
570         (org-clock-report): Only update the table at point, or insert a
571         new one.
572         (org-clock-goto): New function.
573         (org-open-file): Use `start-process-shell-command' instead of
574         `shell-command' with an ampersand.
575         (org-deadline, org-schedule): New argument REMOVE to remove the
576         date from the entry.
577         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
578         argument to `org-schedule' and `org-deadline'.
579         (org-trim): Use the correct expressions for beginning and end of
580         the string.
581         (org-get-cleaned-entry): Trim the string before returning it.
582         (org-clock-find-position): New function.
583         (org-clock-into-drawer): New option.
584         (org-agenda-tags-column): Rename from
585         `org-agenda-align-tags-to-column'.
586         (org-agenda-align-tags): Allow negative values for
587         `org-agenda-tags-column'.
588         (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
589         (org-agenda-to-appt): New optional argument FILTER.
590         (org-completion-fallback-command): New variable.
591         (org-complete): Use `org-completion-fallback-command'.
592         (org-find-base-buffer-visiting): Catch the case that there is no
593         buffer visiting the file.
594         (org-property-or-variable-value): New function.
595         (org-todo): Use `org-property-or-variable-value'
596         (org-agenda-compact-blocks): New option.
597         (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
598         (org-agenda-schedule, org-agenda-deadline):
599         Call `org-agenda-show-new-time'.
600         (org-agenda-show-new-time): New argument PREFIX.
601         (org-colgroup-info-to-vline-list): Fix but that cause a
602         shift in the vertical lines.
603         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
604         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
605         (org-indent-item): No arg in call to `org-fix-bullet-type'.
606         (org-fix-bullet-type): Remove argument.
607         (org-read-date): Check for am/pm twice, to catch the end time.
608         (org-goto-map): Use `suppress-keymap'.
609         (org-remember-apply-template): Respect the dynamically scoped
610         selection character.
612         * org.texi (Appointment reminders): New section.
614 2007-10-10  Bastien Guerry  <Bastien.Guerry@ens.fr>
616         * org-export-latex.el (org-export-latex-protect-string):
617         Renaming of `org-latex-protect'.
618         (org-export-latex-emphasis-alist): By default, don't protect
619         any emphasis formatter from further conversion.
620         (org-export-latex-tables): Honor column grouping for tables.
621         (org-export-latex-title-command): New option.
622         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
623         export backslash character.
625 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
627         * frame.el (frame-inherited-parameters): Remove unused `environment'
628         parameter, and let server.el add `client' when needed.
630         * server.el (server-create-tty-frame)
631         (server-create-window-system-frame): Set frame-inherited-parameters.
633         * frame.el (frame-inherited-parameters): New var.
634         (make-frame): Use it.
636         * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
638         * env.el (let-environment): Remove.  Unused.
639         (read-envvar-name): Simplify.
640         (setenv): Remove unused arg `frame'.
642         * help-fns.el (describe-variable): Add missing "  " for multiline
643         obsolescence info and missing EOL after global value.
645 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
647         * add-log.el:
648         * ediff-vers.el:
649         * log-view.el:
650         * pcvs.el:
651         * vc-arch.el:
652         * vc-bzr.el:
653         * vc-cvs.el:
654         * vc.el:
655         * vc-git.el:
656         * vc-hg.el:
657         * vc-hooks.el:
658         * vc-mcvs.el:
659         * vc-mtn.el:
660         * vc-rcs.el:
661         * vc-sccs.el:
662         * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
663         {find,init,next,previous,annotate-*,log}-version ->
664         {find,init,next,previous,annotate-*,log}-revision,
665         annotate-focus-version -> annotate-working-revision, The term
666         'focus' is gone.  The term 'revision' is now used consistently
667         everywhere that reference to a revision ID is intended, replacing
668         older use of 'version'.
670 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
672         * follow.el: Change all instances of "Follow Mode" to "Follow
673         mode" in docstrings and messages.
674         (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
676 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
678         * vc.el (vc-next-action): Rewrite completely; this principal
679         entry point now operates on a current fileset selected either
680         explicitly via VC-Dired or implicitly by visiting a file buffer,
681         rather than always operating on the file of the current buffer as
682         in older versions.  Rewrite the rest of the mode to match.
683         (with-vc-properties): Rewrite to operate on a file list.
684         (with-vc-file): vc-checkin takes a file list argument now.
685         (vc-post-command-functions): This hook now receives a file list.
686         (vc-do-command): Take a either a file or a file list as argument.
687         (vc-deduce-fileset): New function for deducing a file list to
688         operate on.
689         (vc-next-action-on-file, vc-next-action-dired): Remove.
690         Merge into vc-next-action.
691         (vc-register): Adapt to the fact that vc-start-entry now takes a
692         file list.
693         (vc-register-with): New function.
694         (vc-start-entry): Take a file list argument rather than a
695         file argument.
696         (vc-checkout): Cope with vc-start-entry taking a file list.
697         (vc-steal-lock): Cope with with-vc-properties taking a
698         file list.
699         (vc-checkin): Take a file list argument rather than a file argument.
700         (vc-finish-logentry): Use the filelist passed by vc-start-entry.
701         (vc-diff-internal): Rewrite for filesets.
702         (vc-diff-sentinel): New function, tests whether changes were
703         written into a diff buffer.
704         (vc-diff): Rewrite for filesets.
705         (vc-version-diff): Rewrite for filesets.
706         (vc-print-log): Take a fileset argument.
707         (vc-revert): Revert the entire selected fileset, not just the
708         current buffer.
709         (vc-rollback): Roll back the entire selected fileset, if
710         possible.  No longer accepts a prefix argument.
711         (vc-update): Merge new changes for the entire selected
712         fileset, not just the current buffer.
713         (vc-revert-file): Cope with with-vc-properties taking a file list.
714         (vc-default-dired-state-info): Add + status suffix if the file is
715         modified.
716         (vc-annotate-warp-version): Use the new diff machinery.
717         (vc-log-edit): Take a file list argument rather than a file argument.
719 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
721         Sync with Tramp 2.1.11.
723         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
724         Pacify byte compiler.
726         * net/trampver.el: Update release number.
728 2007-10-09  Richard Stallman  <rms@gnu.org>
730         * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
732 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
734         * follow.el: Require easymenu.
735         (follow-mode-hook, follow-mode): Doc fixes.
736         (follow-mode-off-hook): Mark as obsolete.
738 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
740         * window.el (mouse-autoselect-window-cancel): Don't cancel for
741         select-window or select-frame events.
742         (handle-select-window): When autoselecting window set input
743         focus.  Restructure.
745         * frame.el (focus-follows-mouse): Move to frame.c.
746         * cus-start.el (all): Add focus-follows-mouse.
748 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
750         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
751         activate font-locking in the *buffer-selection* buffer.
752         (bs-show-sorted): Doc fix.
754         * bs.el (bs--get-marked-string, bs--get-modified-string)
755         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
756         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
757         (bs--format-aux): Doc fix.
759 2007-10-08  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
761         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
763 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
765         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
766         (gud-gdb): New function for old M-x gdb (text command mode).
767         (gud-gdb-command-name, gdb): Move to...
769         * progmodes/gdb-ui.el: ...here and adapt doc string.
770         (gud-gdba-command-name, gdba): Delete.
772 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
774         * bs.el: Don't defvar `font-lock-verbose'.
775         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
776         (bs--get-file-name): Fix typos in docstrings.
777         (bs--show-header): Use `dolist' instead of `mapcar'.
778         (bs-mode): Set `show-trailing-whitespace' to nil.
779         (bs-buffer-sort-function, bs-mouse-select-other-frame)
780         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
781         Doc fixes.
783 2007-10-08  Adam Hupp  <adam@hupp.org>  (tiny change)
785         * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
787 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
789         * progmodes/gud.el (gdb): Make graphical mode the default and
790         switch to text command mode if appropriate, i.e., reverse previous
791         arrangement.
792         (gud-gdb-marker-filter): Adapt for above change.
794         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
795         gud-minor-mode and gud-marker-filter.
796         (gdb-fullname-regexp): New variable.
797         (gud-gdba-marker-filter): Use it to switch to text command
798         mode if appropriate.
800 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
802         * progmodes/gud.el (gud-display-line): Find source buffer even when
803         GUD buffer has its own frame.
805 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
807         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
809 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
811         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
813 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
815         * allout.el (allout-before-change-handler): Replace got-char by
816         goto-char.
818 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
820         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
821         Used to try and automatically enabled smerge-mode in the presence of
822         conflicts and to call `svn resolved' when the conflicts are gone.
823         (vc-svn-parse-status): Remember the svn-specific status.
825 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
827         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
828         menu-bar-apropos-menu.  All users changed.
829         (menu-bar-help-menu): Change menu symbols to better match the text
830         displayed by the menu.
832 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
834         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
835         #, @, : and ^.
837 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
839         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
841         * log-view.el (log-view-mode-map): Likewise.
843         * diff-mode.el (diff-mode-shared-map): Likewise.
845 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
847         * files.el (file-name-sans-versions): Also allow `A-Z'.
849         * vc.el: Mention all supported VC backends.
851 2007-10-08  Richard Stallman  <rms@gnu.org>
853         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
854         neighbouring buttons.
856 2007-10-08  Andreas Schwab  <schwab@suse.de>
858         * files.el (file-name-sans-versions): Also allow `_'.
860 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
862         * files.el (file-name-sans-versions): Allow - and a-z in version names.
864         * log-view.el (log-view-mode-map, log-view-mode-menu):
865         Bind log-view-annotate-version.
866         (log-view-beginning-of-defun, log-view-end-of-defun)
867         (log-view-annotate-version): New functions.
868         (log-view-mode): Use log-view-beginning-of-defun and
869         log-view-end-of-defun.
871 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
873         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
875 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
877         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
878         neighbouring buttons.
880         * progmodes/compile.el (compilation-error-regexp-alist-alist):
881         Recognize gcc's use of "note" for informational messages.
883 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
885         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
886         (css-mode): Update correspondingly.
888 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
890         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
891         Signed-off-by, Acked-by and Merge.
893 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
895         * ediff-init.el (ediff-verbose-p): This var is not a constant.
897 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
899         * vc-mtn.el: New file.
901         * vc-hooks.el (vc-handled-backends): Add Mtn.
903 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
905         * files.el (find-file, find-file-other-window)
906         (find-file-other-frame, find-file-existing, find-file-read-only)
907         (find-file-read-only-other-window)
908         (find-file-read-only-other-frame)
909         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
911 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
913         * progmodes/gud.el (gdb-ready): New variable.
914         (gdb): Set it to nil.  Set gud-running to nil here...
915         (gud-common-init): ...instead of here.
917         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
918         Use gdb-ready.  Discard input until GDB is ready to accept it.
920 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
922         * dired.el (dired-warning): Inherit from font-lock-warning-face to
923         make it show up with eight colors.
925 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
927         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
928         diffs are concatenated with no intervening line.
930 2007-10-08  Dave Love  <fx@gnu.org>
932         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
933         (python-font-lock-keywords): Update to the 2.5 version of the language.
934         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
935         (python-backspace): Only behave funny in code.
936         (python-compilation-regexp-alist): Add PDB stack trace regexp.
937         (inferior-python-mode): Add PDB prompt regexp.
938         (python-fill-paragraph): Refine the fenced-string regexp.
939         (python-find-imports): Handle imports spanning several lines.
940         (python-mode): Add `class' to hideshow support.
942 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
944         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
945         Use add-log-buffer-file-name-function rather than binding
946         buffer-file-name, so we don't end up calling change-log-mode in *cvs*
947         when `fi' is the ChangeLog file itself.
949         * outline.el (outline-flag-region): Use front-advance.
951 2007-10-08  Ilya Zakharevich  <ilyaz@cpan.org>
953         * progmodes/cperl-mode.el: Merge upstream 5.23.
954         (cperl-where-am-i): Remove function.
955         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
956         (cperl-sniff-for-indent): De-invert [string] and [comment].
957         When looking for label, skip s:m:y:tr.
958         (cperl-indent-line): Likewise.
959         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
960         (cperl-windowed-init): Wrong `ps-print' handling.
961         Both thanks to Chong Yidong.
962         (cperl-look-at-leading-count): Could fail with unfinished RExen.
963         (cperl-find-pods-heres): If the second part of s()[] is missing,
964         don't try to highlight delimiters...
966 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
968         * progmodes/compile.el (compilation-get-file-structure): Complete last
969         change by also using spec-directory in the puthash.
971 2007-10-08  Riccardo Murri  <riccardo.murri@gmail.com>
973         * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
974         (vc-bzr-status): Fix shadowing of variable 'status'.
975         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
976         Use `expand-file-name' instead of `concat'.
977         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
978         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
980 2007-10-08  Jason Rumney  <jasonr@gnu.org>
982         * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
984 2007-10-08  Richard Stallman  <rms@gnu.org>
986         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
987         Add `safe-local-variable' property.
988         (lisp-body-indent): Likewise.
990 2007-10-08  Richard Stallman  <rms@gnu.org>
992         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
993         Add doc string.
995 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
997         * files.el (backup-buffer-copy): Try to overwrite old backup first.
999 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
1001         * repeat.el (repeat): Use last-repeatable-command instead of
1002         real-last-command.  Run pre- and post-command hooks for
1003         self-insertion.  Update doc-string.
1005 2007-10-08  Alexandre Julliard  <julliard@winehq.org>
1007         * vc-git.el (vc-git-state): Call git-add --refresh to update the
1008         state of the file.
1009         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
1010         (vc-git-create-repo): Fix invalid command.
1012 2007-10-08  Richard Stallman  <rms@gnu.org>
1014         * textmodes/flyspell.el (flyspell-mode):
1015         Catch errors in flyspell-mode-on.
1017 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
1019         * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
1021 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1023         * international/encoded-kb.el (encoded-kbd-setup-display):
1024         Use input-decode-map rather than local-key-translation-map.
1026         * term/rxvt.el (rxvt-alternatives-map): New map.
1027         (terminal-init-rxvt): Use it.
1028         Bind rxvt-function-map in input-decode-map.
1030         * term/xterm.el (xterm-alternatives-map): New map.
1031         (terminal-init-xterm): Use it.
1032         Bind xterm-function-map in input-decode-map.
1034         * term/x-win.el (x-alternatives-map): New var.
1035         (x-setup-function-keys): Use it.
1037         * help-fns.el (describe-variable): Slightly change the layout of
1038         meta-info to separate it better from the docstring.
1039         Standardize insertion of extra empty lines in various circumstances.
1041         * diff-mode.el (diff-hunk-style): New fun.
1042         (diff-end-of-hunk): Use it.
1043         (diff-context->unified): Use the new `apply' undo element,
1044         if applicable, so as to save undo-log space.
1045         (diff-fine-change): New face.
1046         (diff-fine-highlight-preproc): New function.
1047         (diff-fine-highlight): New command.
1048         (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
1050         * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
1051         (smerge-refine-highlight-change): Add `props' argument.
1052         (smerge-refine-subst): New function holding most of smerge-refine.
1053         (smerge-refine): Use it.
1055 2007-10-08  Eric S. Raymond  <esr@snark.thyrsus.com>
1057         * vc.el (vc-default-wash-log): Remove unused code, the
1058         log washers all live in the backends now.
1059         (vc-default-comment-history): Correct for the fact
1060         that wash-log is argumentless in the new API.
1062 2007-10-08  Michael Albinus  <michael.albinus@gmx.de>
1064         * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
1065         (tramp-maybe-send-script): Apply `member' but `memq'.
1066         (tramp-advice-file-expand-wildcards): Simplify implementation.
1068 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
1070         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
1072         * mb-depth.el (minibuf-depth-indicator-function): New variable.
1073         (minibuf-depth-setup-minibuffer): Use it.
1075 2007-10-07  Glenn Morris  <rgm@gnu.org>
1077         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
1078         version numbers.
1080 2007-10-06  Juri Linkov  <juri@jurta.org>
1082         * textmodes/fill.el (fill-paragraph-or-region): New function.
1084         * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
1085         instead of fill-paragraph.
1087         * tutorial.el (tutorial--default-keys): Replace fill-paragraph
1088         with fill-paragraph-or-region.  Suspend command is now the same
1089         `suspend-frame' on window systems and on tty.
1091         * image.el (image-type): Check if image-types is bound to not fail
1092         on tty.
1094         * delsel.el (delete-selection-pre-hook):
1095         * emulation/cua-base.el (cua-paste): Check if mouse-region-match
1096         is fbound to not fail on mouseless tty.
1098 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
1100         * net/tramp.el (top): Move loading of tramp-util.el and
1101         tramp-vc.el to tramp-compat.el.
1102         (tramp-make-tramp-temp-file): Complete rewrite.  Create remote
1103         temporary file if possible, in order to avoid a security hole.
1104         (tramp-do-copy-or-rename-file-out-of-band)
1105         (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
1106         with DONT-CREATE, because the connection is not setup yet.
1107         (tramp-handle-process-file): Rewrite temporary file handling.
1108         (tramp-completion-mode): New defvar.
1109         (tramp-completion-mode-p): Use it.
1111         * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
1113         * net/tramp-fish.el (tramp-fish-handle-process-file):
1114         Rewrite temporary file handling.
1116 2007-10-06  Eric S. Raymond  <esr@snark.thyrsus.com>
1118         * vc.el: Workfile version -> focus version change.  Port various
1119         comments from new VC to reduce the noise in the diff.
1120         Patch in the new vc-create-repo function to go with the
1121         header comment about it already present.
1122         There are no changes to existing logic in this patch.
1123         (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
1125 2007-10-06  Aaron Hawley  <aaronh@garden.org>
1127         * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
1129 2007-10-05  Chris Moore  <dooglus@gmail.com>
1131         * server.el (server-kill-new-buffers): Doc fix.
1133 2007-10-05  John W. Eaton  <jwe@octave.org>
1135         * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
1136         (octave-begin-keywords): Add "do".
1137         (octave-end-keywords): Remove "end".
1138         (octave-reserved-words): Add "end".  Remove "all_va_args",
1139         "gplot", and 'gsplot".
1140         (octave-text-functions): Remove "gset", "gshow", "set", and "show".
1141         (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
1142         "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
1143         "default_return_value", "define_all_return_values",
1144         "do_fortran_indexing", "empty_list_elements_ok",
1145         "gnuplot_has_multiplot", "implicit_str_to_num_ok",
1146         "ok_to_lose_imaginary_part", "prefer_column_vectors",
1147         "prefer_zero_one_indexing", "propagate_empty_matrices",
1148         "resize_on_range_error", "treat_neg_dim_as_zero",
1149         "warn_assign_as_truth_value", "warn_comma_in_global_decl",
1150         "warn_divide_by_zero", "warn_function_name_clash",
1151         "warn_missing_semicolon", "whitespace_in_literal_matrix".
1152         Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
1153         "crash_dumps_octave_core", "sighup_dumps_octave_core",
1154         "sigterm_dumps_octave_core".
1155         (octave-block-match-alist): Remove "end" from block-end keywords.
1156         (octave-mode): Update ftp site address.
1158 2007-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
1160         * vc.el: Reorder functions, no code changes.
1162 2007-10-04  Michael Albinus  <michael.albinus@gmx.de>
1164         * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
1165         (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
1166         the cond clauses where needed.
1167         (tramp-handle-write-region): Rearrange code for proper handling of
1168         tmpfile.
1170         * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
1172         * net/tramp.el:
1173         * net/tramp-fish.el:
1174         * net/tramp-ftp.el:
1175         * net/tramp-smb.el: Rename `tramp-make-temp-file' to
1176         `tramp-compat-make-temp-file'.
1178 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
1180         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
1182 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1184         * emacs-lisp/copyright.el (copyright-update): Don't update if the file
1185         already uses a more recent copyright version than the "current" one.
1187 2007-10-03  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1189         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
1190         (doc-view-insert-image): Minor aesthetical docstring changes.
1192 2007-10-03  Tassilo Horn  <tassilo@member.fsf.org>
1194         * doc-view.el (doc-view): Don't ignore pdf and dvi files when
1195         completing filename.
1196         (doc-view-search-internal): Docstring change.
1198 2007-10-03  Michael Albinus  <michael.albinus@gmx.de>
1200         * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
1201         (tramp-file-name-handler-alist):
1202         Add `tramp-handle-insert-file-contents-literally'.  Needed for XEmacs.
1203         (tramp-make-temp-file): Use `make-temp-name'.  `make-temp-file',
1204         used before, creates the file already, which is not desired.
1205         (tramp-do-copy-or-rename-file-directly): Simplify handling of
1206         temporary file.
1207         (tramp-handle-insert-file-contents): Assign the result in the
1208         short track case.
1209         (tramp-handle-insert-file-contents-literally): New defun.
1210         (tramp-completion-mode-p): Revert change from 2007-09-24.
1211         Checking for `return' etc as last character is not sufficient, for
1212         example in dired-mode when entering <g> (revert-buffer) or
1213         <s> (dired-sort).
1215         * net/tramp-compat.el (top): Add also compatibility code for loading
1216         appropriate timer package.
1217         (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
1218         order to avoid autoloading problems.
1220         * net/tramp-fish.el:
1221         * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
1223         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
1224         where the second parameter of `copy-file' or `rename-file' is a
1225         remote file but not via ftp.
1227 2007-10-02  Richard Stallman  <rms@gnu.org>
1229         * frame.el (cursor-in-non-selected-windows): Doc fix.
1231 2007-10-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
1233         * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
1234         Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
1236 2007-10-01  Jay Belanger  <jay.p.belanger@gmail.com>
1238         * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
1239         when `expt' doesn't give range errors.
1241 2007-10-01  Markus Triska  <markus.triska@gmx.at>
1243         * calc/calc-math.el (math-smallest-emacs-expt):
1244         Make the computation more robust.
1246 2007-09-30  David Kastrup  <dak@gnu.org>
1248         * startup.el (argv): Alias for `command-line-args-left' to use as
1249         `(pop argv)' inside of --eval command sequences.  Allows for
1250         passing shell commands into Emacs verbatim without need for Lisp
1251         quoting.
1253         * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
1254         check only for changed size.
1255         (auto-revert-tail-handler): Get size from caller.  If the file has
1256         shrunk, tail the whole file again (the file presumably has been
1257         rewritten).
1259         * woman.el (woman-topic-all-completions, woman-mini-help):
1260         Fix fallout from 2007-09-07 introduction of `dolist' when the list
1261         actually was being manipulated in the loop.
1262         (woman-Cyg-to-Win, woman-pre-process-region)
1263         (woman-horizontal-escapes, woman-if-body, woman-unescape)
1264         (woman-strings, woman-special-characters, woman1-hc)
1265         (woman-change-fonts, woman-find-next-control-line):
1266         Use `match-beginning' rather than `match-string' when the result is
1267         just used as a flag.
1269 2007-09-30  Michael Albinus  <michael.albinus@gmx.de>
1271         * net/tramp-compat.el: New file.
1273         * net/tramp.el:
1274         * net/tramp-fish.el:
1275         * net/tramp-smb.el:
1276         * net/tramp-uu.el:
1277         * net/trampver.el: Move compatibility code to tramp-compat.el.
1278         Apply `mapc' instead of `mapcar' when the code needs side effects
1279         only.  Move utf-8 coding cookie to the second line.
1281 2007-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
1283         * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
1284         Improve custom type.
1285         (icon-map-list): Make it customizable.  Document how to disable
1286         stock icons.
1288 2007-09-30  Richard Stallman  <rms@gnu.org>
1290         * play/zone.el (zone-hiding-modeline): Use mode-line-format.
1292 2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1294         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
1296 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1298         * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode.  Rewrite.
1299         (t-mouse-mode): New compatibility alias.
1301 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
1303         * server.el (server-delete-client): Only delete the terminal if it
1304         is non-nil.
1306 2007-09-28  Michael Albinus  <michael.albinus@gmx.de>
1308         * net/tramp.el (with-file-property, with-connection-property):
1309         Highlight as keyword.
1310         (tramp-rfn-eshadow-setup-minibuffer)
1311         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1312         (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
1313         (tramp-do-copy-or-rename-file-directly)
1314         (tramp-do-copy-or-rename-file-out-of-band)
1315         (tramp-handle-shell-command, tramp-get-debug-buffer)
1316         (tramp-send-command-and-read, tramp-equal-remote)
1317         (tramp-get-local-gid): Pacify byte-compiler.
1318         (tramp-handle-file-name-directory): Result shall not be expanded.
1319         (tramp-find-foreign-file-name-handler): Rewrite.
1320         (tramp-dissect-file-name): Add optional parameter NODEFAULT.
1322         * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
1324         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
1325         Apply `tramp-completion-mode-p'.
1326         (tramp-fish-handle-set-file-times)
1327         (tramp-fish-handle-executable-find)
1328         (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
1329         (tramp-fish-retrieve-data): Pacify byte-compiler.
1331         * net/tramp-gw.el (tramp-gw-basic-authentication):
1332         Call `tramp-read-passwd' with first parameter `nil'.
1334 2007-09-28  Glenn Morris  <rgm@gnu.org>
1336         * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
1337         than mapcar.
1339         * textmodes/tex-mode.el (tex-suscript-height-ratio)
1340         (tex-suscript-height-minimum): New customizable variables.
1341         (tex-suscript-height): New function.
1342         (superscript, subscript): Set height using tex-suscript-height
1343         rather than fixing at 0.8.
1344         (tex-fontify-script, tex-font-script-display): Add :version tag.
1346 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
1348         * progmodes/python.el (python-eldoc-function): Doc fix.
1350 2007-09-27  Glenn Morris  <rgm@gnu.org>
1352         * image.el (image-type-auto-detected-p): Doc fix.  Don't detect an
1353         image if it is not in image-type-auto-detectable, or is there with
1354         a nil value.
1356 2007-09-27  Michael Albinus  <michael.albinus@gmx.de>
1358         * net/tramp.el (tramp-maybe-open-connection): Make test for alive
1359         connection more robust.
1361 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
1363         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
1364         Deal with the case that special &keywords are at the beginning or
1365         end of the argument list.  Also add some (incomplete) support for
1366         non-standard arglists.
1368 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
1370         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
1371         (eldoc-message-commands, eldoc-current-idle-delay)
1372         (eldoc-function-argstring-format): Fix typos in docstrings.
1374 2007-09-26  Jay Belanger  <jay.p.belanger@gmail.com>
1376         * calc/calc-units.el (calc-convert-units)
1377         (calc-convert-temperature): Remove unnecessary colons.
1379 2007-09-26  Bastien Guerry  <bzg@altern.org>
1381         * org-export-latex.el (org-export-latex-tables-verbatim): New function.
1382         (org-export-latex-remove-from-headlines): Name changed because of typo.
1383         (org-export-latex-quotation-marks-convention): Option removed.
1384         (org-export-latex-make-preamble): Handle the DATE option.
1385         (org-export-latex-cleaned-string): Now the only cleaning function,
1386         synched up with org.el.
1387         (org-export-latex-lists, org-export-latex-parse-list)
1388         (org-export-list-to-latex): New functions.
1390 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
1392         * org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
1393         (org-outline-regexp): New constant.
1394         (org-remember-handler): Throw error when the target file is not in
1395         org-mode.
1396         (org-cleaned-string-for-export): No longer call
1397         `org-export-latex-cleaned-string' with an argument.
1398         (org-get-tags): Returns now a list, not a string.
1399         (org-get-tags-string): New function.
1400         (org-archive-subtree): No need to split return of `org-get-tags'.
1401         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
1402         instead of `org-get-tags'.
1403         (org-agenda-format-date): Rename from `org-agenda-date-format'.
1404         (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
1405         (org-compatible-face): New argument INHERITS.  Inherit from this
1406         face if possible.
1407         (org-level-1, org-level-2, org-level-3, org-level-4)
1408         (org-level-5, org-level-6, org-level-7, org-level-8)
1409         (org-special-keyword, org-drawer, org-column, org-warning)
1410         (org-archived, org-todo, org-done, org-headline-done, org-table)
1411         (org-formula, org-code, org-agenda-structure)
1412         (org-scheduled-today, org-scheduled-previously)
1413         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
1414         in the new way.
1415         (org-get-heading): New argument NO-TAGS.
1416         (org-fast-tag-selection-include-todo): Made defvar instead of
1417         defcustom, feature is not deprecated.
1418         (org-remember-store-without-prompt): New default value t.
1419         (org-todo-log-states): New variable.
1420         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
1421         Compute the log states.
1422         (org-goto-map): More commands copied from global map.  Also bind
1423         `org-occur'.
1424         (org-goto): Made into a general lookup command.
1425         (org-get-location): Complete rewrite.
1426         (org-goto-exit-command): New variable.
1427         (org-goto-selected-point): New variable.
1428         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
1429         Set the new variables.
1430         (org-paste-subtree): Whitespace insertion strategy revised.
1431         (org-remember-apply-template): Protect v-A from the possibility
1432         that v-a might be nil.
1433         (org-remember-handler): Insertion rules revised.
1434         (org-todo): Respect org-todo-log-states.
1435         (org-up-heading-safe): New function.
1436         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
1438 2007-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
1440         * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
1441         region if in transient-mark-mode.
1443 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
1445         * calc/calc-ext.el (calc-init-extensions, calc-reset):
1446         * calc/calc-help.el (calc-full-help):
1447         * calc/calc-misc.el (another-calc):
1448         * calc/calc-store.el (calc-var-name-map):
1449         * calc/calc-stuff.el (calc-flush-caches):
1450         * calc/calc-units.el (math-build-units-table):
1451         * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
1452         (calc-quit):
1453         * calendar/icalendar.el (icalendar--format-ical-event)
1454         (icalendar--convert-ical-to-diary):
1455         * emacs-lisp/authors.el (authors):
1456         * emacs-lisp/cust-print.el (custom-print-install)
1457         (custom-print-uninstall):
1458         * emacs-lisp/disass.el (disassemble-1):
1459         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
1460         * emacs-lisp/edebug.el (byte-compile-resolve-functions):
1461         * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
1462         (elint-check-let-form, elint-check-condition-case-form)
1463         (elint-initialize):
1464         * emacs-lisp/elp.el (elp-results):
1465         * emacs-lisp/generic.el (generic-mode-internal):
1466         * emacs-lisp/re-builder.el (reb-delete-overlays):
1467         * emacs-lisp/regi.el (regi-interpret):
1468         * emacs-lisp/sregex.el (sregex--char-aux):
1469         * emulation/cua-rect.el (cua--deactivate-rectangle)
1470         (cua--highlight-rectangle, cua--rectangle-post-command):
1471         * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
1472         * emulation/viper-macs.el (viper-describe-kbd-macros)
1473         (viper-describe-one-macro):
1474         * emulation/viper-util.el (viper-setup-master-buffer):
1475         * emulation/viper.el (set-viper-state-in-major-mode):
1476         * international/mule-diag.el (describe-current-coding-system):
1477         * language/ethio-util.el (ethio-fidel-to-sera-buffer):
1478         * mail/emacsbug.el (report-emacs-bug):
1479         * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
1480         * obsolete/hilit19.el (hilit-unhighlight-region)
1481         (hilit-set-mode-patterns):
1482         * play/solitaire.el (solitaire-check, solitaire-solve):
1483         * play/zone.el (zone-pgm-rotate):
1484         * progmodes/ada-mode.el (ada-save-exceptions-to-file):
1485         * progmodes/ada-prj.el (ada-prj-display-page):
1486         * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
1487         (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
1488         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
1489         (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
1490         * progmodes/sh-script.el (sh-make-vars-local)
1491         (sh-reset-indent-vars-to-global-values):
1492         * progmodes/sql.el (top):
1493         * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
1494         * progmodes/xscheme.el (top):
1495         * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
1496         (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
1497         (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
1498         (artist-vaporize-lines, artist-ellipse-compute-fill-info)
1499         (artist-submit-bug-report):
1500         * textmodes/flyspell.el (flyspell-delay-commands)
1501         (flyspell-deplacement-commands):
1502         * textmodes/table.el (table--generate-source-epilogue, table-insert)
1503         (table--generate-source-cells-in-a-row, table--make-cell-map)
1504         (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
1506 2007-09-25  Juanma Barranquero  <lekktu@gmail.com>
1508         * allout.el (produce-allout-mode-map, allout-process-exposed):
1509         * ansi-color.el (ansi-color-make-color-map):
1510         * autoinsert.el (auto-insert):
1511         * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
1512         * dired-aux.el (dired-create-files):
1513         * dired.el (dired-restore-desktop-buffer):
1514         * ediff-diff.el (ediff-setup-fine-diff-regions):
1515         * ediff-mult.el (ediff-intersect-directories)
1516         (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
1517         (ediff-redraw-registry-buffer):
1518         * ediff-ptch.el (ediff-fixup-patch-map):
1519         * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
1520         (ediff-really-quit, ediff-clear-diff-vector):
1521         * emerge.el (emerge-really-quit):
1522         * ffap.el (ffap-replace-file-component):
1523         * filecache.el (file-cache-add-directory)
1524         (file-cache-add-directory-recursively)
1525         (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
1526         (file-cache-delete-directory, file-cache-files-matching-internal)
1527         (file-cache-display):
1528         * files.el (cd):
1529         * find-lisp.el (find-lisp-insert-directory):
1530         * finder.el (finder-compile-keywords):
1531         * help.el (view-emacs-news):
1532         * hi-lock.el (hi-lock-write-interactive-patterns):
1533         * ido.el (ido-to-end, ido-set-matches-1):
1534         * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
1535         (image-dired-mark-tagged-files):
1536         * jka-cmpr-hook.el (jka-compr-get-compression-info):
1537         * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
1538         * ps-print.el (ps-background, ps-begin-file)
1539         (ps-build-reference-face-lists):
1540         * simple.el (clone-buffer):
1541         * startup.el (command-line):
1542         * tempo.el (tempo-insert-template, tempo-is-user-element)
1543         (tempo-forward-mark, tempo-backward-mark):
1544         * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
1546 2007-09-25  Glenn Morris  <rgm@gnu.org>
1548         * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
1550         * view.el (view-search-no-match-lines): Add a doc string.
1551         Rewrite to simplify and work better.
1553 2007-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
1555         * progmodes/cc-mode.el (c-mode-base-map):
1556         Use c-indent-line-or-region instead of c-indent-line.
1558         * indent.el (indent-for-tab-command): First check if the region is
1559         active.
1561 2007-09-24  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1563         * whitespace.el (whitespace-tickle-timer): Don't install the timer if
1564         whitespace-rescan-timer-time is 0.
1566 2007-09-24  Karl Berry  <karl@gnu.org>
1568         * international/mule.el (coding-system-base): Fix doc string grammar.
1570 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
1572         * net/tramp.el (tramp-completion-mode-p): Rename from
1573         `tramp-completion-mode'.  Revert logic, check `return', `newline'
1574         and such alike.  Packages like Icicles tend to use other completion
1575         characters but `tab' and `space' only.
1577 2007-09-24  Adam Hupp  <adam@hupp.org>
1579         * progmodes/python.el (run-python): Import emacs module without
1580         waiting; prevents lockup on error.
1582 2007-09-23  Richard Stallman  <rms@gnu.org>
1584         * mail/sendmail.el (mail-bury): Delete the frame
1585         if this frame looks like it was made for this message.
1587         * completion.el (completion-separator-self-insert-command)
1588         (completion-separator-self-insert-autofilling):
1589         If `self-insert-command' has been remapped, use the substitute.
1591         * simple.el (copy-region-as-kill): Doc fix.
1593         * textmodes/org.el (org-confirm-shell-link-function)
1594         (org-confirm-elisp-link-function): Doc fixes.
1596 2007-09-23  Glenn Morris  <rgm@gnu.org>
1598         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
1600 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
1602         * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
1604         * term/tvi970.el (terminal-init-tvi970): Likewise.
1606         * term/sun-mouse.el (print-mouse-format): Likewise.
1608         * term/sun.el (scroll-down-in-place, scroll-up-in-place):
1609         Use forward-line instead of previous-line and next-line.
1611 2007-09-22  Juri Linkov  <juri@jurta.org>
1613         * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
1615         * tutorial.el (tutorial--default-keys): Update standard bindings:
1616         rename `iconify-or-deiconify-frame' to `suspend-frame',
1617         and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
1619 2007-09-22  Juri Linkov  <juri@jurta.org>
1621         * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
1622         Add help-echo to external links and to links without description.
1623         (fancy-splash-insert): Use help-echo from the 3rd element of the
1624         link specification list, or "Follow this link" if it's nil.  Doc fix.
1626 2007-09-22  Juri Linkov  <juri@jurta.org>
1628         * startup.el (command-line): Rename `inhibit-startup-message' to
1629         `inhibit-startup-screen'.
1630         (fancy-about-text): Use shorter label for "Ordering Manuals".
1631         (fancy-startup-tail): Add optional arg `concise'.  When `concise'
1632         is nil, display a line with "To start..." and 3 links to useful
1633         tasks.  Display the "Dismiss" button and "Don't show this message
1634         again" only when concise is non-nil.
1635         (fancy-startup-screen): Call `fancy-startup-tail' with optional
1636         arg `concise'.  If CONCISE is non-nil, display a concise version
1637         of the splash screen in another window.  Otherwise, switch to the
1638         startup buffer in the same window.
1639         (startup-echo-area-message): Change displayed binding from
1640         C-h C-p (describe-project) to C-h C-a (about-emacs), and change
1641         text "about the GNU system and GNU/Linux" to "about GNU Emacs and
1642         the GNU system".
1643         (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
1644         to "*GNU Emacs*".
1645         (display-about-screen): Don't check the existence of the buffer
1646         "*About GNU Emacs*".
1647         (display-splash-screen): Make alias to `display-startup-screen'.
1648         (command-line-1): Rename `inhibit-startup-message' to
1649         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
1650         started with command line options "-f", "-funcall", "-e", "-eval",
1651         "-execute", "-insert", "-find-file", "-file", "-visit".
1652         Inhibit startup screen when Emacs is started with a file name only
1653         on tty (i.e. don't inhibit it when started with a file name like
1654         "emacs FILE..." on a window system).
1655         (command-line-1): Simplify logic of displaying the startup screen:
1656         if file-count > 0, then display the concise version in another
1657         window, otherwise display full version in the same window.
1659         * help.el (help-map): Bind C-h C-a to about-emacs.
1660         (help-for-help-internal): Add C-a description to C-h help text.
1662 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
1664         * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
1665         (checkdoc-permit-comma-termination-flag): Autoload the
1666         safe-local-variable setting.
1668         * bookmark.el (bookmark-xemacsp): Remove.
1669         (bookmark-make): Don't use bookmark-xemacsp,
1670         use (featurep 'xemacs) instead.
1672         * speedbar.el (speedbar-frame-mode)
1673         (speedbar-frame-reposition-smartly)
1674         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
1675         (speedbar-check-vc): Remove use of non-existent variable
1676         dframe-xemacsp, use (featurep 'xemacs) instead.
1678         * indent.el (indent-for-tab-command): Indent the region if
1679         transient-mark-mode and the region is active.
1681 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
1683         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
1684         add inferior-octave-directory-tracker to the buffer-local value
1685         of comint-input-filter-functions.
1687 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
1689         * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
1691 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
1693         * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
1694         on w32 frames.
1696 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1698         * startup.el (normal-top-level): Remove DISPLAY from
1699         process-environment to let it be computed dynamically in callproc.c.
1701         * frame.el (frame-initialize, make-frame):
1702         * faces.el (tty-set-up-initial-frame-faces):
1703         * env.el (setenv): Don't set display-environment-variable.
1705         * server.el (server-getenv-from): Remove.  Use getenv-internal instead.
1706         (server-create-tty-frame): Don't set unused `tty' property.
1707         Set `display' instead of display-environment-variable.
1708         (server-create-window-system-frame): No display-environment-variable.
1710 2007-09-21  Michael Albinus  <michael.albinus@gmx.de>
1712         * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
1713         (rfn-eshadow-update-overlay-hook): New defvars.
1714         (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
1715         Run the hooks.
1717         * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
1718         (tramp-rfn-eshadow-setup-minibuffer)
1719         (tramp-rfn-eshadow-update-overlay): New defuns.  Hook into
1720         rfn-eshadow.el.
1722         * net/tramp-smb.el (tramp-smb-errors): Add error message for call
1723         timeout.
1725 2007-09-21  Glenn Morris  <rgm@gnu.org>
1727         * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
1728         * term/sun-mouse.el (suspend-emacstool): Remove.
1729         * term/sun.el: Remove emacstool-related code.
1731         * emacs-lisp/bytecomp.el (byte-compile-warnings)
1732         (byte-compile-warnings-safe-p): Add `mapcar'.
1733         (byte-compile-warning-types): Add mapcar and make-local.
1734         (byte-compile-normal-call): Add option to suppress mapcar warning.
1735         (top-level): Use mapc rather than mapcar in eval-when-compile.
1737         * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
1738         (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
1739         (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
1740         Handle escaped parens.
1741         (latex-forward-sexp): Doc fix.
1743         * eshell/esh-mode.el (eshell-output-filter-functions): Add
1744         eshell-postoutput-scroll-to-bottom.
1746         * loadup.el: Remove termdev.
1748         * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
1749         * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
1751 2007-09-21  Markus Triska  <markus.triska@gmx.at>
1753         * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
1754         `mapcar' is called for effect.
1756 2007-09-21  Kevin Ryde  <user42@zip.com.au>
1758         * international/mule.el (sgml-html-meta-auto-coding-function):
1759         Bind `case-fold-search' to t.
1761 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1763         * termdev.el: Remove.
1765         * frame.el (get-device-terminal): New function.  Moved from termdev.el.
1766         (frames-on-display-list): Use it.
1768         * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
1770         * termdev.el (terminal-id): Ask terminal-live-p before giving up.
1772 2007-09-20  Richard Stallman  <rms@gnu.org>
1774         * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
1776 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1778         * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
1780 2007-09-20  Glenn Morris  <rgm@gnu.org>
1782         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
1783         motion functions, rather than hard-coding "\n\n".
1784         (tex-validate-region): Check for eobp, to speed up.
1785         (tex-next-unmatched-end): Doc fix.
1787 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1789         * files.el (auto-mode-alist): Use archive-mode for .rar files.
1791         * international/mule.el (auto-coding-alist): Rar archives are binary.
1793         * arc-mode.el: Add basic support for Rar.
1794         (archive-find-type): Recognize Rar's signature.
1795         (archive-desummarize): New fun.
1796         (archive-summarize): Use it to restore the buffer's data in case
1797         someone wants to switch to some other major mode.
1798         (archive-resummarize): Use it as well.
1799         (archive-rar-summarize, archive-rar-extract): New functions.
1801         * filesets.el: Remove spurious * in docstrings.
1802         (filesets-running-xemacs): Remove.  Use (featurep 'xemacs) instead.
1803         (filesets-conditional-sort): Remove unused arg `simply-do-it'.
1804         (filesets-ingroup-collect): Remove unused arg `depth'.
1805         (filesets-update): Remove unused arg `version'.
1807         * finder.el (finder-compile-keywords): Fix up comment style.
1808         (finder-mouse-face-on-line): previous-line -> forward-line.
1810         * recentf.el: Remove spurious * in docstrings.
1811         (recentf-save-list): Fix up comment style.
1813         * progmodes/octave-mod.el: Remove spurious * in docstrings.
1814         (octave-mode-map): Move init into declaration and remove \t binding.
1815         (octave-mode-startup-message): Remove unused var.
1816         (octave-scan-blocks): Remove unused arg `from'.
1817         (octave-forward-block, octave-down-block, octave-up-block):
1818         Update callers.
1820         * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
1821         (meta-mode-map): Likewise and remove \t binding.
1823         * net/snmp-mode.el: Remove spurious * in docstrings.
1824         (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
1825         (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
1826         (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
1827         that completion accepts lists of strings.
1828         (snmp-mode-syntax-table): Move initialization into declaration.
1829         (snmp-mode-map): Likewise and remove \t binding.
1830         (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
1831         (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
1832         (snmp-indent-command): Remove.
1834         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
1835         binding, so tab-always-indent works right.
1837 2007-09-19  Johannes Weiner  <hannes@saeurebad.de>
1839         * net/browse-url.el (browse-url-elinks-new-window): New function.
1840         (browse-url-elinks): Use browse-url-elinks-new-window.
1841         Accept optional second argument `new-window'.  Fix typo in doc-string.
1842         (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
1843         Improve error message.
1845 2007-09-19  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1847         * net/browse-url.el (browse-url-url-encode-chars): Use the right
1848         parameter name in the function body.
1849         Reported by Johannes Weiner.
1851 2007-09-19  Glenn Morris  <rgm@gnu.org>
1853         * net/socks.el (socks-open-network-stream): Signal an explicit
1854         error if the port associated with a service string can't be found.
1856         * textmodes/tex-mode.el (tex-terminate-paragraph):
1857         Use backward-paragraph.
1859 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1861         * server.el (server-running-p): New function.
1863 2007-09-18  Jason Rumney  <jasonr@gnu.org>
1865         * term/w32-win.el (w32-focus-frame): Make obsolete alias for
1866         x-focus-frame.
1868         * frame.el (select-frame-set-input-focus, select-frame-by-name):
1869         Use x-focus-frame for w32.
1871 2007-09-17  David Kastrup  <dak@gnu.org>
1873         * textmodes/tex-mode.el (tex-verbatim-environments):
1874         Eliminate CL dependency.
1876 2007-09-17  Richard Stallman  <rms@gnu.org>
1878         * newcomment.el (comment-add): New arg EXTRA.
1879         (comment-region-default): Pass EXTRA if not indenting lines.
1881 2007-09-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1883         * net/browse-url.el (browse-url-url-encode-chars): New function.
1884         URL-encode some chars in a string.
1885         (browse-url-encode-url): Rewrite using the previous function.
1886         (browse-url-file-url): Use `browse-url-url-encode-chars'.
1887         (browse-url-elinks-sentinel): Fix typo.
1888         (browse-url-new-window-flag): Doc change.
1890 2007-09-17  Glenn Morris  <rgm@gnu.org>
1892         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
1893         filename from `--file-line-error', if it is available.
1895 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
1897         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
1898         TeX `--file-line-error' format.
1900 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
1902         * xt-mouse.el: Delete add-hook calls that were moved to
1903         xterm-mouse-mode.
1904         (xterm-mouse-mode): Disable resume-tty-functions, explain why it
1905         does not work.
1907 2007-09-17  Richard Stallman  <rms@gnu.org>
1909         * cus-face.el (custom-theme-set-faces): Undo previous change.
1911         * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
1913 2007-09-17  Glenn Morris  <rgm@gnu.org>
1915         * textmodes/tex-mode.el (tex-region): Simplify previous change,
1916         handling the case where the region is not in `tex-main-file'.
1917         (tex-region-1): Delete.
1918         (tex-region-header): New function, doing the header part of the
1919         old tex-region-1.
1921 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1923         * simple.el (newline): Simplify use of prefix-numeric-value.
1924         (line-move-partial): Remove unused var `ppos'.
1925         (line-move-1): Replace 9999 with most-positive-fixnum.
1926         (move-end-of-line): Use more efficient single-property search.
1927         (move-beginning-of-line): Remove unused var `start'.
1928         (blink-matching-open): Restructure in a more functional style.
1930 2007-09-16  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1932         * calendar/holidays.el (list-holidays): Remove the cyclic alias.
1934 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1936         * server.el (server-clients): Only keep procs, no properties any more.
1937         (server-client): Remove.
1938         (server-client-get, server-client-set): Remove, replace all callers by
1939         process-get and process-put resp.
1940         (server-clients-with, server-add-client, server-delete-client)
1941         (server-create-tty-frame, server-create-window-system-frame)
1942         (server-process-filter, server-execute, server-visit-files)
1943         (server-buffer-done, server-kill-buffer-query-function)
1944         (server-kill-emacs-query-function, server-switch-buffer)
1945         (server-save-buffers-kill-terminal): Update accordingly.
1947         * server.el (server-with-environment): Simplify.
1948         (server-select-display, server-unselect-display): Re-add functions that
1949         seem to have been lost in the multi-tty merge.
1950         (server-eval-and-print, server-create-tty-frame)
1951         (server-create-window-system-frame, server-goto-toplevel)
1952         (server-execute, server-return-error): New functions extracted from
1953         server-process-filter.
1954         (server-execute-continuation): New functions.
1955         (server-process-filter): Restructure so that all arguments are analysed
1956         first and then acted upon in a subsequent stage.  This way
1957         server-goto-toplevel can be executed later, when we know if
1958         it's necessary.
1959         Remove the "-version" and "-version-good" support.
1961 2007-09-16  Drew Adams  <drew.adams@oracle.com>
1963         * cus-edit (custom-face-edit-activate): Doc fix.
1965 2007-09-16  Glenn Morris  <rgm@gnu.org>
1967         * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
1968         Following cal-bahai renaming, update all instances of
1969         list-bahai-diary-entries to diary-bahai-list-entries,
1970         mark-bahai-diary-entries to diary-bahai-mark-entries,
1971         calendar-goto-bahai-date to calendar-bahai-goto-date,
1972         insert-bahai-diary-entry to diary-bahai-insert-entry,
1973         insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
1974         insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
1975         calendar-print-bahai-date to calendar-bahai-print-date.
1977         * textmodes/tex-mode.el (tex-region): Handle the case where the
1978         region is not in `tex-main-file'.  Move the old code that applies
1979         to both cases...
1980         (tex-region-1): ...to this new function.
1982 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1984         * vc.el (vc-process-sentinel): New function.
1985         (vc-exec-after): Use it instead of using ugly hackish analysis and
1986         construction of Elisp code.
1987         (vc-sentinel-movepoint): New dynamically scoped var.
1988         (vc-print-log, vc-annotate): Set it to move the user's point.
1990         * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
1991         inhibit-modification-hooks.
1993         * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
1994         (calendar-bahai-print-date, calendar-bahai-goto-date)
1995         (diary-bahai-list-entries, diary-bahai-insert-entry):
1996         New names to clean up the namespace a bit more.
1997         (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
1999 2007-09-15  Glenn Morris  <rgm@gnu.org>
2001         * calendar/holidays.el (holiday-list): Rename it back to
2002         `list-holidays', but leave `holiday-list' as an alias.
2004         * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
2005         custom group.
2007         * textmodes/css-mode.el (css): New custom group.
2008         (css-electrick-keys, css-selector, css-property)
2009         (css-indent-offset): Specify custom group.
2011 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2013         * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
2014         (cvs-execute-single-file): Use process-file.
2015         (cvs-run-process): Use start-file-process.
2017 2007-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
2019         * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
2020         level.  Remove the hooks when turning off the mode.
2022         * term/xterm.el: Require xt-mouse at compile time.
2023         (terminal-init-xterm): Turn on xterm mouse tracking for this
2024         terminal if xterm-mouse-mode is enabled.
2026 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
2028         * term/xterm.el (xterm-function-map): Replace bindings that were
2029         deleted by the merge.
2031 2007-09-14  Ulf Jasper  <ulf.jasper@web.de>
2033         * play/bubbles.el (bubbles-version): Bump value to "0.5".
2034         (bubbles-mode-map): Move define-key statements here.
2035         (bubbles-game-theme-menu): Ditto.
2036         (bubbles-graphics-theme-menu): Ditto.
2037         (bubbles-menu): Ditto.
2038         (bubbles-mode): Initialize buffer-undo-list, redisplay.
2039         (bubbles--initialize): Reset buffer-undo-list, redisplay.
2040         (bubbles-plop): Set buffer-undo-list, redisplay.
2041         (bubbles-undo): Reset buffer-undo-list, redisplay.
2042         (bubbles--show-images): Take care of missing text properties.
2044 2007-09-14  Glenn Morris  <rgm@gnu.org>
2046         * startup.el (fancy-startup-text, fancy-about-text): Fix face
2047         quoting.
2049         * calendar/cal-hebrew.el, calendar/cal-menu.el
2050         * calendar/calendar.el, calendar/diary-lib.el
2051         * calendar/holidays.el: Rename all instances of
2052         list-calendar-holidays callers to calendar-list-holidays,
2053         list-holidays to holiday-list, check-calendar-holidays to
2054         calendar-check-holidays, mark-calendar-holidays to
2055         calendar-mark-holidays, and filter-visible-calendar-holidays to
2056         holiday-filter-visible-calendar.
2058 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
2060         * term/xterm.el (xterm-function-map): Add C-M- bindings.
2062 2007-09-13  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
2064         * play/bubbles.el (bubbles--initialize-images): Fix bug:
2065         Use transparent background for empty cells in graphics mode.
2067 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
2069         * man.el (Man-default-man-entry): At end of line, continue looking
2070         to the next line for possible end of hyphenated command.
2072 2007-09-13  Chris Moore  <dooglus@gmail.com>
2074         * shell.el (shell-resync-dirs): Don't move the cursor relative to
2075         the command being edited.
2077 2007-09-12  Jim Meyering  <jim@meyering.net>  (tiny change)
2079         * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
2081 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
2083         * term/xterm.el (xterm-function-map): Add bindings for M-S- and
2084         C-M-S- keys.
2086         * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
2088 2007-09-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2090         * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
2091         New argument `filename-p' to use one set of confusing chars or another.
2092         (browse-url-file-url): Use the argument.
2093         Suggested by Johannes Weiner.
2095 2007-09-12  Romain Francoise  <romain@orebokech.com>
2097         * cus-start.el (all): Revert 2007-09-08 change.
2099 2007-09-12  Aaron Hawley  <aaronh@garden.org>
2101         * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
2102         extract .Z files, since it is more common than uncompress.
2104 2007-09-12  Glenn Morris  <rgm@gnu.org>
2106         * textmodes/org-publish.el (org-publish-org-to-html): Remove
2107         duplicate function definition.
2109 2007-09-10  Chris Moore  <dooglus@gmail.com>
2111         * diff-mode.el (diff-sanity-check-hunk):
2112         Also accept single-line hunks.
2114 2007-09-10  Chong Yidong  <cyd@stupidchicken.com>
2116         * startup.el (startup-screen-inhibit-startup-screen)
2117         (pure-space-overflow-message): New vars.
2118         (fancy-splash-insert): Allow functions for face and link specs.
2119         (fancy-splash-head): Remove unused arg.  Move splash text...
2120         (fancy-startup-text, fancy-about-text): ...here.
2121         (fancy-startup-tail): Rename from fancy-splash-tail.
2122         (fancy-startup-screen, fancy-about-screen): Split off from
2123         fancy-splash-screens.
2124         (display-startup-screen): New function.
2125         (display-about-screen): Rename from display-splash-screen.
2126         (command-line-1): Use concise startup screen if necessary.
2128 2007-09-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
2130         * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
2131         Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
2133 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2135         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
2136         (python-font-lock-keywords): Update to the 2.5 version of the language.
2137         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
2138         (python-backspace): Only behave funny in code.
2139         (python-compilation-regexp-alist): Add PDB stack trace regexp.
2140         (inferior-python-mode): Add PDB prompt regexp.
2141         (python-fill-paragraph): Refine the fenced-string regexp.
2142         (python-find-imports): Handle imports spanning several lines.
2143         (python-mode): Add `class' to hideshow support.
2145 2007-09-10  Dave Love  <fx@gnu.org>
2147         * outline.el (outline-4, outline-5, outline-7):
2148         Move font-lock-builtin-face down from 4 to 7 to better keep the
2149         progression of color brightness, and to better match Org-mode's faces.
2151 2007-09-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2153         * progmodes/meta-mode.el (meta-font-lock-keywords)
2154         (font-lock-match-meta-declaration-item-and-skip-to-next)
2155         (meta-comment-indent, meta-indent-previous-line)
2156         (meta-indent-unfinished-line, meta-beginning-of-defun)
2157         (meta-end-of-defun, meta-common-initialization): Handle \f.
2158         (meta-indent-unfinished-line): Do not handle a `%' in a string as
2159         a comment-start.
2161         * files.el (file-modes-char-to-who, file-modes-char-to-right)
2162         (file-modes-rights-to-number): Auxiliary functions for symbolic to
2163         numeric notation of file modes.
2164         (file-modes-symbolic-to-number): New.  Convert symbolic modes to its
2165         numeric value.
2166         (read-file-modes): New.  Read either an octal value of a file mode or a
2167         symbolic value, and return its numeric value.
2169         * dired-aux.el (dired-do-chmod): Change to use the built-in
2170         `set-file-modes' and the previous symbolic mode parsing functions.
2172 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2174         * textmodes/texinfo.el: Remove spurious * in docstrings.
2175         (texinfo-mode-syntax-table, texinfo-mode-map):
2176         Initialize in the declaration.
2178         * tmm.el: Remove spurious * in docstrings.
2179         (tmm-prompt): Use with-current-buffer.
2181         * vcursor.el: Remove spurious * in docstrings.
2182         (vcursor-map): Initialize in the declaration.
2183         (vcursor-use-vcursor-map): Use define-minor-mode.
2184         (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
2186         * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
2187         Initialize in the declaration.
2188         (widget-minor-mode): Use define-minor-mode.
2190         * woman.el (woman-mode-map, woman-syntax-table):
2191         Initialize in the declaration.
2193 2007-09-09  Tassilo Horn  <tassilo@member.fsf.org>
2195         * doc-view.el: New file.
2197 2007-09-09  Juri Linkov  <juri@jurta.org>
2199         * Makefile.in (update-authors): Add etc/ to AUTHORS.
2201         * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
2203         * startup.el (initial-buffer-choice): Rename choice "Splash screen"
2204         to "Startup screen".  Fix docstring.
2205         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
2206         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
2207         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
2208         (initial-scratch-message): Fix docstring.
2209         (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
2210         Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
2211         Add link to "Customize Startup" and set interval between links to
2212         5 spaces.
2213         (fancy-about-text): Add links "Authors" and "Contributing".
2214         (fancy-splash-head): Add text "Welcome to " on the startup screen,
2215         and "This is " on the about screen.  Add link to
2216         "http://www.gnu.org/software/emacs/" for "GNU Emacs".
2217         For the about screen move emacs version to the header from
2218         `fancy-splash-tail' (as it's done already for normal about screen).
2219         (fancy-splash-tail): Insert emacs version only for startup screen.
2220         (normal-splash-screen): Remove duplicate empty lines.
2221         (normal-about-screen): Add links "Authors" and "Contributing".
2223         * menu-bar.el (menu-bar-help-menu):
2224         Move "About Emacs" and "About GNU" to the end of the Help menu.
2225         Move "Emacs Psychotherapist" after "Send Bug Report...".
2226         Move "External Packages" after "Find Emacs Packages".
2228 2007-09-09  Michael Albinus  <michael.albinus@gmx.de>
2230         * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
2231         they are useless with the byte compiler.
2232         (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
2233         (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
2234         (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
2235         (tramp-file-name-real-host, tramp-file-name-port)
2236         (tramp-find-method, tramp-find-user, tramp-find-host): Make them
2237         defuns.
2239         * net/tramp-cache.el (top): Improve error message when
2240         `tramp-persistency-file-name' is corrupted.
2242 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
2244         * textmodes/org.el (org-re): Also replace the :alpha: class.
2245         (org-todo-tag-alist): Variable removed.
2246         (org-todo-key-alist, org-todo-key-trigger) New variables.
2247         (org-use-fast-todo-selection): New option.
2248         (org-log-done): Docstring fixed.
2249         (org-deadline-warning-days): New default value 14.
2250         (org-edit-timestamp-down-means-later) New option.
2251         (org-tag-alist): Docstring fixed.
2252         (org-fast-tag-selection-include-todo): New option.
2253         (org-export-language-setup): New languages added.
2254         (org-set-regexps-and-options): Compute the new variables.
2255         (org-paste-subtree): Cleaning up.
2256         (org-remember-apply-template): New escape %A.
2257         (org-todo): Call fast TODO selection.
2258         (org-fast-todo-selection): New function.
2259         (org-add-log-note): Allow prefix for abort exit.
2260         (org-at-property-p, org-entry-properties)
2261         (org-columns-get-autowidth-alist): Use :alpha: class.
2262         (org-get-wdays): New function.
2263         (org-agenda-remove-date): New variable.
2264         (org-agenda-get-deadlines): Use `org-get-wdays'.
2265         (org-agenda-get-deadlines): Reverse ee before returning.
2266         (org-format-agenda-item): New argument REMOVE-RE.
2267         (org-agenda-convert-date): Baha'i calendar added.
2268         (org-infile-export-plist): Also find DATE line.
2269         (org-get-min-level): New function.
2270         (org-export-as-html, org-export-as-ascii): Use the date format.
2271         (org-shiftup, org-shiftdown): Use.
2272         `org-edit-timestamp-down-means-later'.
2273         (org-assign-fast-keys): New function.
2275 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
2277         * cus-start.el (all): Add prefer-window-split-horizontally from
2278         window.c.
2280 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
2282         * net/browse-url.el (browse-url-galeon): Fix last change.
2283         (top-level): Require cl when compiling.
2285 2007-09-08  Carsten Dominik  <dominik@science.uva.nl>
2287         * textmodes/org-export-latex.el: arch-tag restored.
2289         * textmodes/org-publish.el: arch-tag restored.
2291 2007-09-08  Masatake YAMATO  <jet@gyve.org>
2293         * progmodes/which-func.el (which-func-modes): Add diff-mode.
2295         * progmodes/cc-langs.el: Support new keywords added to
2296         objective-c frontend of gcc.
2297         (c-simple-stmt-kwds): Add @throw.
2298         (c-block-stmt-2-kwds): Add @synchronized.
2299         (c-block-stmt-1-kwds): Add @finally and @try.
2301 2007-09-07  Carsten Dominik  <dominik@science.uva.nl>
2303         * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
2304         (org-agenda-after-show-hook): New variable.
2305         (org-columns-compile-format)
2306         (org-columns-get-autowidth-alist, org-buffer-property-keys)
2307         (org-entry-properties, org-at-property-p): Allow [:alnum:] in
2308         property names.
2309         (org-get-wdays): New function.
2311 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2313         * simple.el (normal-erase-is-backspace-setup-frame): Massage.
2315         * term/xterm.el (xterm-function-map): Initialize in the declaration.
2317         * vc-arch.el (vc-arch-checkin): Fix typo.
2319 2007-09-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
2321         * cus-face.el (custom-theme-set-faces): Set face attributes
2322         locally for each frame.
2324 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2326         * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
2327         via font-lock-defaults.
2329         * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
2330         derived-mode-p.
2332 2007-09-07  Thien-Thi Nguyen  <ttn@gnuvola.org>
2334         * progmodes/autoconf.el (autoconf-definition-regexp):
2335         Handle optional square brackets around definition name.
2337 2007-09-07  Johannes Weiner  <hannes@saeurebad.de>
2339         * net/browse-url.el (browse-url-browser-function): Add elinks.
2340         (browse-url-elinks-wrapper): New option.
2341         (browse-url-encode-url, browse-url-elinks)
2342         (browse-url-elinks-sentinel): New functions.
2343         (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
2344         (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
2345         Use new function browse-url-encode-url.
2347 2007-09-07  Glenn Morris  <rgm@gnu.org>
2349         * version.el (emacs-version): Revert 2007-08-29 change: no need to
2350         say if multi-tty is present.
2352 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2354         * cus-start.el (split-window-preferred-function): Add custom info.
2356         * calendar/holidays.el (holiday-list, calendar-check-holidays)
2357         (calendar-mark-holidays, calendar-list-holidays)
2358         (holiday-filter-visible-calendar): New names to clean up namespace.
2359         (filter-visible-calendar-holidays, list-calendar-holidays)
2360         (mark-calendar-holidays, check-calendar-holidays, list-holidays):
2361         Add compatibility aliases.
2362         (calendar-check-holidays, calendar-mark-holidays)
2363         (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
2364         (holiday-sexp): Replace append with list.
2365         (holiday-filter-visible-calendar): Replace append with push.
2367         * woman.el: Remove spurious * in docstrings.
2368         (woman-mini-help, woman-non-underline-faces, woman0-rename)
2369         (woman-topic-all-completions-merge, woman-file-name-all-completions)
2370         (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
2371         (woman-write-directory-cache, woman-display-extended-fonts)
2372         (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
2373         (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
2374         (woman-mode): Use inhibit-read-only.
2375         (woman-negative-vertical-space): Use dotimes.
2376         (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
2378 2007-09-06  Romain Francoise  <romain@orebokech.com>
2380         * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
2381         (vc-bzr-workfile-version): Use it.
2383 2007-09-06  Sean O'Rourke  <sorourke@cs.ucsd.edu>
2385         * complete.el (PC-do-completion): Don't try to treat
2386         empty string as an abbreviation.
2388 2007-09-06  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2390         * help-fns.el (describe-variable): Keep doc's text properties.
2392 2007-09-06  Dan Nicolaescu  <dann@ics.uci.edu>
2394         * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
2395         instead of a file.
2397 2007-09-06  Glenn Morris  <rgm@gnu.org>
2399         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
2400         (checkdoc-minor-mode): Allow user to specify lighter via
2401         checkdoc-minor-mode-string.
2403 2007-09-05  Richard Stallman  <rms@gnu.org>
2405         * startup.el (fancy-startup-text): Rename from fancy-splash-text.
2406         Several items removed, simplified, or put on one line.
2407         (fancy-about-text): Add substantial contents, part of startup text.
2408         (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
2409         (normal-splash-screen): Call normal-mouse-startup-screen,
2410         normal-no-mouse-startup-screen, or normal-about-screen.
2411         (normal-mouse-startup-screen): New fn, broken out, shortened.
2412         (normal-no-mouse-startup-screen): New fn, broken out.
2413         (normal-about-screen): New function, contents all new.
2415 2007-09-05  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2417         * emacs-lisp/rx.el (rx): Fix typo in docstring.
2419 2007-09-05  Glenn Morris  <rgm@gnu.org>
2421         * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
2422         is bound.
2424 2007-09-05  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2426         * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
2427         in doc string.
2429 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
2431         * server.el (server-start, server-unload-hook): Undo previous change.
2433         * xt-mouse.el: Undo previous change.
2435 2007-09-04  Juri Linkov  <juri@jurta.org>
2437         * startup.el (fancy-about-text): New variable.
2438         (fancy-splash-delay, fancy-splash-max-time): Remove user options.
2439         (fancy-current-text, fancy-splash-stop-time)
2440         (fancy-splash-outer-buffer): Remove variables.
2441         (fancy-splash-head, fancy-splash-tail): Add new optional argument
2442         `startup' and use it to conditionally display different texts for
2443         Startup and About screens.  Don't display Help commands on the About
2444         screen.
2445         (fancy-splash-screens-1): Remove function and move its content to
2446         `fancy-splash-screens' to the part that dislpays the About screen.
2447         (exit-splash-screen): Don't treat specially exiting from
2448         alternating screens.
2449         (fancy-splash-screens): Rename argument `static' to `startup'.
2450         Fix docstring.  Remove code for displaying alternating screens.
2451         Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
2452         Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
2453         for `inhibit-read-only'.
2454         (normal-splash-screen): Rename argument `static' to `startup'.
2455         Fix docstring.  Use argument `startup' to conditionally display
2456         different texts for Startup and About screens.  Don't display Help
2457         commands on the About screen.  Remove `unwind-protect' `sit-for'
2458         delay and `kill-buffer' after it.
2459         (display-startup-echo-area-message): Remove call to
2460         `use-fancy-splash-screens-p' because image.el is preloaded and
2461         doesn't display "Loading image... done".
2462         (display-splash-screen): Rename argument `static' to `startup'.
2463         Fix docstring.
2465 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
2467         * server.el (server-start, server-unload-hook):
2468         suspend-tty-functions has been renamed to suspend-tty-hook.
2470         * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
2471         resume-tty-hook.
2473 2007-09-03  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
2475         * loadup.el: Fix merge problem, only load "button" once.
2477 2007-09-03  Glenn Morris  <rgm@gnu.org>
2479         * vc-svn.el (vc-svn-print-log): If there is only one file, use
2480         "Working file:" as the prefix, for the sake of
2481         log-view-current-file.
2483 2007-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
2485         * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
2486         (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
2487         if the selected frames is in
2488         xterm-modify-other-keys-terminal-list.
2489         (xterm-turn-off-modify-other-keys): Add an optional frame
2490         parameter.  Only turn off modify-other-keys if FRAME is in
2491         xterm-modify-other-keys-terminal-list.
2492         (xterm-remove-modify-other-keys): New function.
2493         (terminal-init-xterm): Use it.  Deal with delete-frame hook.
2494         Add the selected frame to xterm-modify-other-keys-terminal-list.
2496 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2498         * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
2499         (icon-map-list): New variable.
2500         (x-gtk-map-stock): Use icon-map-list.
2502 2007-09-02  Romain Francoise  <romain@orebokech.com>
2504         * log-view.el (log-view-current-file): Balance parens.
2506 2007-09-02  Glenn Morris  <rgm@gnu.org>
2508         * comint.el (comint-mode): Don't set scroll-conservatively.
2510         * eshell/em-unix.el (eshell/time): Stringify and flatten the
2511         non-command arguments.
2513         * log-view.el (log-view-current-file): Give a more explicit error
2514         if log-view-file-re fails to find a match.
2516 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
2518         * emacs-lisp/bytecomp.el (byte-recompile-directory):
2519         Fix bug: Don't expand top-level file name more than once.
2520         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
2522 2007-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2524         * server.el (server-process-filter): Don't display the splash screen.
2525         It's annoying enough on the initial screen and becomes positively
2526         obnoxious here.
2528 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2530         * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
2531         Change naming to use "avl-tree--" for internal functions.
2533 2007-08-31  Dan Nicolaescu  <dann@ics.uci.edu>
2535         * term/x-win.el (x-menu-bar-open): Delete duplicated function from
2536         the merge.
2537         (global-set-key): Delete f10 mapping, now done in menu-bar.el.
2538         (provide): Move to the end of file.
2540         * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
2542 2007-08-31  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2544         * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
2545         New variable.  List of exceptions for the duplicated word rule.
2546         (flyspell-mark-duplications-flag): Mention it.
2547         (flyspell-word): Treat it.
2549         * files.el (create-file-buffer): If the filename sans directory starts
2550         with spaces, remove them.
2552 2007-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2554         * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
2555         (x-gtk-map-stock): Use two directory elements when matching
2556         file name.
2558 2007-08-31  James Wright  <james@chumsley.org>
2560         * eshell/em-unix.el (eshell/info): New function.
2562 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2564         * frame.el (frame-initialize, make-frame):
2565         * server.el (server-process-filter):
2566         * faces.el (tty-set-up-initial-frame-faces): Don't set
2567         term-environment-variable since it's not used any more.
2569         * env.el (setenv): Don't treat $TERM specially.
2571         * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
2572         stated otherwise, subprocesses do not send back escape sequences
2573         corresponding to the terminal from which Emacs was started.
2575 2007-08-31  Thien-Thi Nguyen  <ttn@gnuvola.org>
2577         * calculator.el: Require cl for compilation.
2579 2007-08-30  Daniel Pfeiffer  <occitan@esperanto.org>
2581         * outline.el (outline-font-lock-levels): Comment out unused var.
2582         (outline-font-lock-face): Wrap around face list to handle any
2583         nesting depth gracefully.
2585 2007-08-30  Michael Albinus  <michael.albinus@gmx.de>
2587         * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
2588         `set-file-times'.
2590 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
2592         * textmodes/org.el (org-export-visible): Fix drawers before export.
2593         (org-do-sort): Allow sorting by priority.
2594         (org-agenda-files): Ignore non-existing files.
2595         (org-agenda-skip-unavailable-files): New variable.
2596         (org-ellipsis): All a face as value.
2597         (org-mode): Interprete the face value of `org-ellipsis'.
2598         (org-archive-save-context-info): New option.
2599         (org-archive-subtree): Store context info in archived entry.
2600         (org-fast-tag-selection-can-set-todo-state): New variable.
2601         (org-fast-tag-selection): Allow setting TODO states through this
2602         interface.
2603         (org-cycle): Docstring updated.
2604         (org-todo-keyword-faces): New option.
2605         (org-get-todo-face): New function.
2606         (org-set-font-lock-defaults, org-agenda-highlight-todo):
2607         Use `org-get-todo-face'.
2608         (org-switch-to-buffer-other-window): New function.
2609         (org-table-edit-field, org-table-show-reference)
2610         (org-table-edit-formulas, org-add-log-note)
2611         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
2612         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
2613         `switch-to-buffer-other-window' to make sure that the temporary
2614         windows show up on the current frame.
2615         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
2616         (org-get-entries-from-diary, org-replace-region-by-html):
2617         Don't allow pop-up frames.
2618         (org-agenda-get-deadlines, org-agenda-get-scheduled):
2619         Fix problems with time-of-day.
2620         (org-export-get-title-from-subtree): New function.
2621         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
2622         with listing items that are DONE.
2623         (org-change-tag-in-region): New command.
2624         (org-agenda-skip-scheduled-if-done)
2625         (org-agenda-skip-deadline-if-done): Docstring clarified.
2626         (org-mode): Hide drawers on startup.
2627         (org-get-todo-face): New function.
2628         (org-todo-keyword-faces): New option.
2629         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
2630         (org-remove-keyword-keys): New function.
2632 2007-08-30  Jari Aalto  <jari.aalto@cante.net>  (tiny change)
2634         * progmodes/grep.el (grep-find-ignored-directories):
2635         Add monotone _MTN bookkeeping directory in workspaces.
2636         Add RCS control directory.  List items in alphabetical order.
2638         * progmodes/grep.el (grep-files-aliases): Add cc alias.
2639         Sort items in alphabetical order.  Fix parens.
2641 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
2643         * vc-hg.el (vc-hg-extra-menu-map): New variable.
2644         (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
2645         (vc-hg-pull): New functions.
2646         (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
2648         * term/mac-win.el: Don't require url, only autoloaded url
2649         functions are used in this file.
2651 2007-08-29  Andreas Schwab  <schwab@suse.de>
2653         * shell.el (shell): Return correct value from interactive spec.
2655 2007-08-29  Glenn Morris  <rgm@gnu.org>
2657         * version.el (emacs-version): Increase to 23.0.50.
2659 2007-08-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2661         * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
2663 2007-08-29  Juri Linkov  <juri@jurta.org>
2665         * loadup.el: Add "button" loading after "faces" and move "startup"
2666         to load after "button".
2668 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
2670         * loadup.el: Load term/mac-win on a Mac using Carbon.
2672         * term/mac-win.el: Provide mac-win.
2673         (mac-initialized): New variable.
2674         (mac-initialize-window-system): New function.  Move global setup here.
2675         (handle-args-function-alist, frame-creation-function-alist):
2676         (window-system-initialization-alist): Add mac entries.
2677         (x-setup-function-keys): New function containing all the
2678         top level function key definitions.
2680         * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
2682         * env.el (read-envvar-name): Don't consider the environment frame param.
2684         * env.el (setenv):
2685         * frame.el (frame-initialize, make-frame):
2686         * faces.el (tty-set-up-initial-frame-faces):
2687         * server.el (server-process-filter): Set
2688         display-environment-variable and term-environment-variable.
2690         * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
2692 2007-08-29  Jason Rumney  <jasonr@gnu.org>
2694         * loadup.el: Only load term/x-win when X is compiled in.
2695         Load term/w32-win and dependencies on windows-nt.
2697         * term/w32-win.el: Reorder to match x-win.el more closely.
2698         Provide w32-win.  Don't throw error when global window-system not w32.
2699         (internal-face-interactive): Remove obsolete function.
2700         (x-setup-function-keys): Use local-function-key-map.
2701         (w32-initialized): New variable.
2702         (w32-initialize-window-system): Set it.
2703         Move more global setup here.
2704         (x-setup-function-keys): New function.
2705         (w32-initialize-window-system): Move non function key global setup here.
2706         (x-cut-buffer-max): Remove.
2707         (w32-initialize-window-system): New function.
2708         (handle-args-function-alist, frame-creation-function-alist):
2709         (window-system-initialization-alist): Add w32 entries.
2711 2007-08-29  David Kastrup  <dak@gnu.org>
2713         * env.el (getenv): Pass frame to getenv-internal.
2715 2007-08-29  Karoly Lorentey  <lorentey@elte.hu>
2717         * version.el (emacs-version): Show if multi-tty is present.
2719         * loadup.el: Delay loading env; mule-conf gets confused by cl
2720         during bootstrap.  Also load termdev and term/x-win.
2722         * bindings.el (mode-line-client): New variable.
2723         (help-echo): Add it to the default mode-line format.
2725         * cus-start.el: Remove bogus window-system reference from GTK test.
2727         * ebrowse.el (ebrowse-electric-list-mode-map)
2728         (ebrowse-electric-position-mode-map):
2729         * ebuff-menu.el (electric-buffer-menu-mode-map):
2730         * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
2731         not `suspend-emacs'.
2733         * ediff-wind.el (ediff-setup-windows-automatic): New function.
2734         (ediff-window-setup-function): Use it as default.
2736         * files.el (save-buffers-kill-terminal): New function.
2737         (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
2739         * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
2740         and `with-selected-frame'.
2742         * help-fns.el (describe-variable): Describe frame-local variables
2743         correctly.
2745         * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
2746         display support.
2747         (normal-erase-is-backspace-setup-frame): New function.
2749         * subr.el (with-selected-frame): New function.
2750         (read-quoted-char): Use terminal-local binding of
2751         local-function-key-map instead of function-key-map.
2753         * talk.el (talk): New function.
2754         (talk-handle-delete-frame): New function.
2755         (talk-add-display): Open a new frame only if FRAME was not a frame.
2757         * termdev.el: New file.
2759         * menu-bar.el (menu-bar-open): New function.  Bind it to f10.
2760         * term/x-win.el: Don't bind f10.
2761         * tmm.el: Remove autoload binding for f10.
2763         * international/encoded-kb.el (encoded-kbd-setup-display): Use
2764         `set-input-meta-mode'.  Fix broken condition before set-input-mode.
2765         Store the saved input method as a terminal parameter.  Add keymap
2766         parameter.  Use it instead of changing key-translation-map directly.
2767         (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
2768         Remove.
2769         (encoded-kbd-setup-display): New function.
2771         * international/mule-cmds.el (set-locale-environment): Fix getenv
2772         call.  Use save-buffers-kill-terminal.  Ignore window-system; always
2773         set the keyboard coding system.  Add DISPLAY parameter.
2774         (set-display-table-and-terminal-coding-system): Add DISPLAY
2775         parameter.  Pass it to set-terminal-coding-system.
2777         * international/mule.el (keyboard-coding-system): Test for
2778         encoded-kbd-setup-display, not encoded-kbd-mode.
2779         (set-terminal-coding-system, set-keyboard-coding-system): Add
2780         DISPLAY parameter.
2781         (set-keyboard-coding-system): Use encoded-kbd-setup-display.
2783         * term/README: Update.
2785         * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
2787         * term/x-win.el (x-setup-function-keys): New function.  Move
2788         function-key-map tweaks here.  Protect against multiple calls on
2789         the same terminal.  Use terminal-local binding of
2790         local-function-key-map instead of function-key-map.
2791         (x-initialize-window-system): Make a copy of pure list.  Pass a
2792         frame getenv.
2794         * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
2795         * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
2796         * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
2797         * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
2798         * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
2799         local-function-key-map instead of function-key-map.
2801         * term/rxvt.el, term/xterm.el: Speed up load time by protecting
2802         `substitute-key-definition' and `define-key' calls against
2803         multiple execution.  Use terminal-local binding of
2804         local-function-key-map instead of function-key-map.  Pass a frame
2805         to getenv.
2807         * edmacro.el (edmacro-format-keys):
2808         * emulation/cua-base.el (cua--pre-command-handler):
2809         * isearch.el (isearch-other-meta-char):
2810         * xt-mouse.el: Use terminal-local binding of
2811         local-function-key-map instead of function-key-map.
2813         * fringe.el (set-fringe-mode): Simplify and fix using
2814         `modify-all-frames-parameters'.
2815         * scroll-bar.el (set-scroll-bar-mode): Ditto.
2816         * tool-bar.el (tool-bar-mode): Ditto.  Remove 'tool-bar-map length
2817         check before calling `tool-bar-setup'.
2818         (tool-bar-setup): New variable.
2819         (tool-bar-setup): Use it to guard against multiple calls.  Add
2820         optional frame parameter, and select that frame before adding items.
2821         (toggle-tool-bar-mode-from-frame): New function.
2823         * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
2824         (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
2825         toggle-tool-bar-mode-from-frame to change "Menu-bar" and
2826         "Tool-bar" toggles to reflect the state of the current frame.
2827         (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
2829         * env.el: Require cl for byte compilation (for `block' and `return').
2830         (environment, setenv-internal): New functions.
2831         (let-environment): New macro.
2832         (setenv, getenv): Add optional terminal parameter.  Update docs.
2833         (setenv): Use setenv-internal.  Always set process-environment.
2834         Handle `local-environment-variables'.
2835         (read-envvar-name, setenv, getenv): Use frame parameters
2836         to store the local environment, not terminal parameters.  Include
2837         `process-environment' as well.
2839         * faces.el (tty-run-terminal-initialization): New function.
2840         (tty-create-frame-with-faces): Use it.  Set up faces and
2841         background mode only after the terminal has been initialized.
2842         Call terminal-init-*.  Don't load the initialization file more
2843         than once.  Call set-locale-environment.
2844         (frame-set-background-mode): Handle the 'background-mode terminal
2845         parameter.
2846         (tty-find-type): New function.
2847         (x-create-frame-with-faces): Remove bogus check for
2848         first frame.  Call `tool-bar-setup'.  Don't make frame visible
2849         until we are done setting up all its parameters.  Call
2850         x-setup-function-keys.
2852         * frame.el (make-frame): Always inherit 'environment and 'client
2853         parameters.  Set up the 'environment frame parameter, when needed.
2854         Also inherit 'client parameter.  Don't override explicitly
2855         specified values with inherited ones.  Add 'terminal frame
2856         parameter.  Append window-system-default-frame-alist to parameters
2857         before calling frame-creation-function.
2858         (frame-initialize): Copy the environment from the initial frame.
2859         (window-system-default-frame-alist): Enhance doc string.
2860         (frame-notice-user-settings): Don't put 'tool-bar-lines in
2861         `default-frame-alist' when initial frame is on a tty.
2862         (modify-all-frames-parameters): Simplify using `assq-delete-all'.
2863         Remove specified parameters from `window-system-default-frame-alist'.
2864         (make-frame-on-tty, framep-on-display, suspend-frame):
2865         Extend doc string, update parameter names.
2866         (frames-on-display-list): Use terminal-id to get the display id.
2867         (frame-notice-user-settings): Extend to apply
2868         settings in `window-system-default-frame-alist' as well.
2869         (terminal-id, terminal-parameters, terminal-parameter)
2870         (set-terminal-parameter, terminal-handle-delete-frame): New functions.
2871         (delete-frame-functions): Add to `delete-frame-functions' hook.
2872         (blink-cursor-mode): Adapt blink-cursor-mode default
2873         value from startup.el.
2874         (make-frame-on-display): Protect condition on x-initialized when
2875         x-win.el is not loaded.  Update doc.
2876         (suspend-frame): Use display-controlling-tty-p to decide between
2877         suspend-emacs and suspend-tty.
2878         (frames-on-display-list): Update for display ids.
2879         (framep-on-display): Ditto.
2880         (suspend-frame): Use display-name, not frame-tty-name.
2881         (selected-terminal): New function.
2883         * server.el: Use `device' instead of `display' or `display-id' in
2884         variable and client parameter names.
2885         (server-select-display): Remove (unused).
2886         (server-tty-live-p, server-handle-delete-tty): Remove.
2887         (server-unquote-arg, server-quote-arg, server-buffer-clients):
2888         Update docs.
2889         (server-getenv-from, server-with-environment, server-send-string)
2890         (server-save-buffers-kill-terminal): New functions.
2891         (server-delete-client): Handle quits in kill-buffer.  Don't kill
2892         modified buffers.  Add extra logging.  Delete frames after
2893         deleting the tty.  Clear 'client parameter before deleting a frame.
2894         Use delete-display, not delete-tty.
2895         (server-visit-files): Don't set `server-existing-buffer' if the
2896         buffer already has other clients.  Return list of buffers
2897         created.  Update doc.  Don't set client-record when nowait.
2898         (server-handle-delete-frame): Delete the client if this was its
2899         last frame.  Check that the frame is alive.  Remove bogus comment.
2900         Add note on possible race condition.  Delete tty clients, if needed.
2901         (server-handle-suspend-tty): Use server-send-string.  Kill the
2902         client in case of errors from process-send-string.  Use the display
2903         parameter.
2904         (server-unload-hook): Remove obsolete delete-tty hook.
2905         (server-start): Ask before restarting if the old server still has
2906         clients.  Add feedback messages.  Remove obsolete delete-tty hook.
2907         (server-process-filter): Use server-send-string.  Accept `-dir'
2908         command.  Switch to *scratch* immediately after creating the frame,
2909         before evaluating any -evals.  Protect `display-splash-screen'
2910         call in a condition-case.  Explain why.  Call
2911         `display-startup-echo-area-message' before
2912         `display-splash-screen'.  Don't display the splash screen when no
2913         frame was created.  Show the Emacs splash screen and startup echo
2914         area message.  Display the *scratch* buffer by default.  Store the
2915         local environment in a frame (not terminal) parameter.  Do not try
2916         to decode environment strings.  Fix reference to the 'display
2917         frame parameter.  Change syntax of environment variables.  Put
2918         environment into terminal parameters, not client parameters.  Use
2919         a dummy client with --no-wait's X frames.  In `-position LINE'
2920         handler, don't ruin the request string until the line number is
2921         extracted.  Log opened files.  Handle -current-frame command.
2922         Don't create frames when it is given.  Don't bind X frames to the
2923         client when we are in -no-wait mode.  Set locale environment
2924         variables from client while creating tty frames.  Disable call to
2925         configure-display-for-locale.  When processing -position command,
2926         don't change the request string until the parameters are
2927         extracted.  Don't try to create an X frame when Emacs does not
2928         support it.  Improve logging.  Temporarily set ncurses-related
2929         environment variables to those of the client while creating a new
2930         tty frame.  Select buffers opened by nowait clients, don't leave
2931         them buried under others.  Set the display parameter, and use it
2932         when appropriate.
2934         * startup.el (display-startup-echo-area-message): Handle
2935         `inhibit-startup-echo-area-message' here.
2936         (command-line-1): Moved from here.
2937         (fancy-splash-screens): Use `overriding-local-map' instead of
2938         `overriding-terminal-local-map' for now; the latter doesn't work
2939         right, it looses keypresses to another terminal.  Use
2940         `overriding-terminal-local-map' to set up keymap.  Install a
2941         `delete-frame-functions' hook to catch `delete-frame' events.
2942         Ignore `select-window' events to cope better with
2943         `focus-follows-mouse'.  Don't switch back to the original buffer
2944         if the splash frame has been killed.  Restore previous buffer, even
2945         if it's *scratch*.
2946         (normal-splash-screen): Don't let-bind `mode-line-format'; it
2947         changes the global binding - setq it instead.  Use
2948         `save-buffers-kill-terminal'.
2949         (display-splash-screen): Don't do anything if the splash screen is
2950         already displayed elsewhere.
2951         (fancy-splash-exit, fancy-splash-delete-frame): New functions.
2952         (command-line): Replace duplicated code with a call to
2953         tty-run-terminal-initialization.  Don't load the terminal
2954         initialization file more than once.  Remove call to nonexistent
2955         function `set-locale-translation-file-name'.
2957         * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
2958         parameters.
2959         (xterm-mouse-position-function, xterm-mouse-event): Update.
2960         (xterm-mouse-mode): Don't depend on current value of window-system.
2961         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
2962         Update for multi-tty.
2963         (turn-on-xterm-mouse-tracking-on-terminal)
2964         (turn-off-xterm-mouse-tracking-on-terminal)
2965         (xterm-mouse-handle-delete-frame): New functions.
2966         (delete-frame-functions, after-make-frame-functions)
2967         (suspend-tty-functions, resume-tty-functions): Install extra hooks
2968         for multi-tty.
2970 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2972         * simple.el (invisible-p): Remove: implemented in C now.
2973         (line-move-invisible-p): Remove obsolete alias.
2975 2007-08-28  Juri Linkov  <juri@jurta.org>
2977         * image-mode.el (image-type): New variable.
2978         (image-mode): Set default major mode name to "Image[text]".
2979         (image-minor-mode): Change LIGHTER to display image-type in the
2980         mode line.
2981         (image-minor-mode): Set default image-type to "text".
2982         (image-toggle-display): After switching to text mode, set
2983         image-type to "text" and major mode name to "Image[text]".
2984         After switching to image mode, set image-type to actual image
2985         type, and add image type to major mode name.  Let-bind the same
2986         variable names as arguments of `image-type' and `create-image'.
2987         Bind `type' to the result of `image-type' and use it as arg
2988         of `create-image' to not determine the image type twice.
2990 2007-08-28  Michael Albinus  <michael.albinus@gmx.de>
2992         * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
2993         (tramp-set-file-uid-gid, tramp-get-local-uid)
2994         (tramp-get-local-gid): New defuns.
2995         (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
2996         (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
2997         Improve fast track.
2998         (tramp-do-copy-or-rename-file-directly): Sync parameter list with
2999         the other tramp-do-copy-or-rename-file-* functions.  Major rewrite.
3000         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
3001         (tramp-handle-write-region): Improve fast track.
3002         (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
3003         (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
3004         be nil.
3006 2007-08-28  Ivan Kanis  <apple@kanis.eu>
3008         * time.el: New feature to display several time zones in a buffer.
3009         (display-time-world-mode, display-time-world-display)
3010         (display-time-world, display-time-world-timer): New functions.
3011         (display-time-world-list, display-time-world-time-format)
3012         (display-time-world-buffer-name, display-time-world-timer-enable)
3013         (display-time-world-timer-second, display-time-world-mode-map):
3014         New variables.
3016 2007-08-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3018         * term/x-win.el (x-gtk-stock-map): New variable.
3019         (x-gtk-map-stock): New function.
3021         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
3022         prev/next-node.
3024 2007-08-28  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
3026         * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
3028 2007-08-28  Glenn Morris  <rgm@gnu.org>
3030         * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
3032 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
3034         * progmodes/modula2.el (m2-definition, m2-module):
3035         Don't use previous-line.  Reported by T. V. Raman.
3037 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3039         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
3040         argument to tool-bar-mode call.
3042 2007-08-27  Glenn Morris  <rgm@gnu.org>
3044         * diff-mode.el (diff-find-file-name): Only accept regular files,
3045         to rule out /dev/null, directories, etc.
3047         * vc-svn.el (vc-svn-diff): If the repository version of all the
3048         files is the same as the specified OLDVERS, do a local diff.
3050 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3052         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
3053         of buffers in uniquify-managed.
3055         * simple.el (invisible-p): Rename from text-invisible-p.
3056         Update callers.
3058 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3060         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
3061         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
3062         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
3063         (cperl-etags-goto-tag-location): Use new style backquotes.
3065         * net/browse-url.el: Remove spurious * in custom docstrings.
3066         (browse-url-filename-alist): Use new-style backquote.
3068         * emacs-lisp/backquote.el (backquote-unquote-symbol)
3069         (backquote-splice-symbol): Clarify they're not new-style unquotes.
3071         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
3072         (\,@): Backslash the , and ,@ which are not new-style unquotes.
3074         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
3076         * net/socks.el (socks-username/password-auth-filter):
3077         Remove unused vars `state' and `desired-len'.
3078         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
3079         (socks-wait-for-state-change): Use new-style backquotes.
3081         * pcvs.el (cvs-mode-status): Fix long-standing typo.
3083         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
3084         backquotes after each `read' rather than once per buffer.
3086         * dframe.el: Remove spurious * in custom docstrings.
3087         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
3088         (dframe-xemacs20p): Remove, inline at the sole use point.
3089         (defface): Don't defvar the face, don't use old-style backquote.
3090         (defcustom): Don't use old-style backquote.
3091         (dframe-frame-parameter, dframe-mouse-event-p):
3092         Make it obvious that it's always defined.
3093         (dframe-popup-kludge): New function to replace
3094         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
3095         (dframe-frame-mode, dframe-set-timer-internal)
3096         (dframe-mouse-set-point): Remove use of with-no-warnings from
3097         XEmacs-specific code.
3098         (dframe-set-timer-internal): Fix very old bug with
3099         post-command-idle-hook.
3101         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
3103 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
3105         * emacs-lisp/avl-tree.el: New file.
3107 2007-08-26  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3109         * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
3110         was used.
3112 2007-08-26  Sean O'Rourke  <seano@cs.ucsd.edu>
3114         * complete.el (PC-do-completion): Make RET accept a non-unique but
3115         complete expansion again.
3117 2007-08-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
3119         * eshell/esh-opt.el (eshell-eval-using-options):
3120         Add debug declaration.
3122 2007-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
3124         * log-view.el (log-view-toggle-mark-entry): Add docstring.
3125         (log-view-get-marked): Likewise.
3127         * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
3128         (vc-delete-automatic-version-backups): Likewise.
3130         * vc.el (vc-dired-buffers-for-dir): Likewise.
3132 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
3134         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
3135         safe-local-variable setting.
3136         * progmodes/perl-mode.el (perl-indent-level): Likewise.
3138         * log-view.el (log-view-marked-list): Delete variable.
3139         (log-view-mode): Don't use it.
3140         (log-view-toggle-mark-entry): Likewise, simplify.
3141         (log-view-current-tag): Don't return properties.
3142         (log-view-get-marked): New function.
3144 2007-08-25  Alexandre Julliard  <julliard@winehq.org>
3146         * vc-git.el (vc-git-mode-line-string): New function.
3148 2007-08-25  Alan Mackenzie  <acm@muc.de>
3150         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
3151         new language variable.
3153         * progmodes/cc-engine.el (c-brace-anchor-point): new function.
3154         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
3155         "extern" etc., rather than BOI.  Fix addition of spurious
3156         syntactic-symbol 'defun-block-intro, replacing it with
3157         'innamespace, etc.
3159 2007-08-25  Juri Linkov  <juri@jurta.org>
3161         * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
3163         * image-mode.el: Add autoloads to put associations in auto-mode-alist:
3164         associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
3165         "\\.svgz?\\'" with xml-mode and image-mode-maybe.
3167         * image.el (image-type-header-regexps): Use more complex regexp for svg.
3168         (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
3169         (image-type-auto-detectable): Add (svg . maybe).
3171         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
3172         to treat it like .tgz.
3174         * calendar/cal-bahai.el: Add file coding cookie.
3176 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
3178         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
3179         Don't behave differently when executed via M-x.  Add doc string.
3181         * sort.el (sort-fold-case, sort-numeric-base): Mark as
3182         safe-local-variable.
3184 2007-08-25  Jay Belanger  <jay.p.belanger@gmail.com>
3186         * calc/calc-forms.el (var-TimeZone): Make nil explicitly
3187         the default value.
3188         (math-calendar-tzinfo): New variable.
3189         (math-get-calendar-tzinfo): New function.
3190         (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
3191         to get information when zone is nil.
3193 2007-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
3195         * log-view.el (log-view-toggle-mark-entry): New function.
3196         (log-view-mode-map): Bind it.
3197         (log-view-marked-list): New variable.
3198         (log-view-mode): Make it local.
3200 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
3202         * play/zone.el (zone-pgm-rat-race): New func.
3203         (zone-programs): Add `zone-pgm-rat-race'.
3205 2007-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3207         * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
3208         a list.
3210 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
3212         * progmodes/hideshow.el (hs-match-data): Delete alias.
3213         (hs-hide-block-at-point, hs-find-block-beginning)
3214         (hs-show-block): Use `match-data' directly.
3216 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
3218         * format.el (format-alist): Fix typo in doc-string.
3220 2007-08-24  Michael Albinus  <michael.albinus@gmx.de>
3222         * net/tramp.el (tramp-local-host-p): New defun.
3223         (tramp-handle-file-local-copy, tramp-handle-write-region):
3224         Implement fast track when being on the local host.
3225         (tramp-file-name-handler): Don't set "started" property.  It shall
3226         be reserved for the "ftp" method.
3227         (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
3229         * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
3230         (tramp-ftp-file-name-handler): Set "started" property.
3232 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
3234         * files.el (backup-buffer-copy): Don't wrap delete in
3235         condition-case, only try to delete if file exists.
3237 2007-08-24  Glenn Morris  <rgm@gnu.org>
3239         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
3241         * startup.el (tutorial-directory): Set with eval-at-startup so it
3242         gets the right value in an installed Emacs.
3244 2007-08-24  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
3246         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
3247         (eldoc-highlight-function-argument): Use it.
3249 2007-08-23  Masatake YAMATO  <jet@gyve.org>
3251         * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
3252         name of parameters in document body.
3254 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3256         * emacs-lisp/bytecomp.el (byte-compile-output-docform)
3257         (byte-compile-output-as-comment): Use with-current-buffer rather than
3258         a weird set-buffer&prog1 combination.
3260         * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
3261         test so as to optimise cases where the `progn's result is constant.
3263 2007-08-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
3265         * locate.el (locate-get-file-positions):
3266         Use line-beginning-position and line-end-position.
3268 2007-08-23  John Wiegley  <johnw@newartisans.com>
3270         * calendar/cal-bahai.el: Added in the diacriticals that were
3271         missing for many of the month names.
3273 2007-08-22  Jason Rumney  <jasonr@gnu.org>
3275         * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
3277 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
3279         * image-mode.el (image-minor-mode): Use image-mode-text-map.
3281 2007-08-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
3283         * dabbrev.el (dabbrev--progress-reporter): New variable.
3284         (dabbrev--scanning-message): Delete func.
3285         (dabbrev--find-expansion): Use a progress reporter
3286         instead of dabbrev--scanning-message.
3288 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
3290         * comint.el (comint-exec-1): Raise an error if
3291         `start-file-process' does not return a process object.
3293         * shell.el (shell): Prompt for `default-directory' if it is a
3294         remote file name, and if called with a prefix arg.
3296 2007-08-22  Sam Steingold  <sds@gnu.org>
3298         * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
3300 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
3302         * textmodes/org-export-latex.el: New file.
3304         * textmodes/org-publish.el (org-publish-org-to-latex): New function.
3306         * textmodes/org.el (org-agenda-skip): Allow a form for
3307         `org-agenda-skip-function'.
3308         (org-agenda-redo): Re-use local settings.
3309         (org-agenda): Store local settings.
3310         (org-agenda-deadline-faces): New option.
3311         (org-agenda-deadline-face): New function.
3312         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
3313         entries on their due date.
3314         (org-agenda-get-timestamps): No longer handle the due dates of
3315         schedules and deadline items.
3316         (org-insert-link-global, org-open-at-point-global): New commands.
3317         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
3318         :for-ascii parameter.
3319         (org-skip-comments): Function removed.
3320         (org-cleaned-string-for-export): Handle special table lines.
3321         (org-global-properties): New option.
3322         (org-entry-get-with-inheritance): Check global properties.
3323         (org-local-properties): New variable.
3324         (org-set-regexps-and-options): Find the #+PROPERTY line.
3325         (org-link-types): Change type into variable (was constant).
3326         (org-make-link-regexps): New function.
3327         (org-link-re-with-space, org-link-re-with-space2)
3328         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
3329         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
3330         these regular expressions happens now in the function
3331         `org-make-link-regexps'.
3332         (org-store-link): Call the functions in
3333         `org-store-link-functions'.
3334         (org-add-link-type): New function.
3335         (org-store-link-functions): New variable.
3336         (org-activate-tags): Force matches to be in headlines.
3337         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
3338         (org-columns-display-here): Make sure this works in a narrowed
3339         buffer by checking for point-min.
3340         (org-columns-display-here): Make the rest of the line intangible,
3341         so that point never can be there.
3342         (org-cleaned-string-for-export): Use `with-current-buffer'.
3343         (org-replace-region-by-html): Use `with-current-buffer'.
3344         (org-unfontify-region, org-do-occur, org-columns-display-here)
3345         (org-columns-remove-overlays, org-columns-quit)
3346         (org-columns-edit-value, org-columns-next-allowed-value)
3347         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
3348         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
3349         (org-agenda-todo, org-agenda-change-all-lines)
3350         (org-agenda-align-tags, org-agenda-priority)
3351         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
3352         (org-agenda-show-new-time, org-cleaned-string-for-export)
3353         (org-export-grab-title-from-buffer)
3354         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
3355         instead of `buffer-read-only'.
3356         (org-export-as-html): Set `coding-system-for-write'.
3357         (org-remember-store-without-prompt): New option.
3358         (org-archive-subtree): Fixed bug with modifying TODO keyword.
3359         (org-beginning-of-line): Also treat C-a special in items.
3360         (org-table-convert-refs-to-rc): Fixed problem with column
3361         reference after "..".
3362         (org-columns-compute): Don't mark buffer modified because of text
3363         properties.
3364         (org-batch-store-agenda-views): Use the variable
3365         `default-directory', not the function.
3366         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
3367         (org-clock-out-when-done): New option.
3368         (org-html-entities): Added HTML entities for smileys.
3370 2007-08-22  Glenn Morris  <rgm@gnu.org>
3372         * image.el (create-image): Doc fix.
3374         * startup.el (tutorial-directory): New constant.
3375         (fancy-splash-text): Tutorials now in tutorial-directory.
3376         * tutorial.el (help-with-tutorial): Tutorials now in
3377         tutorial-directory.
3379 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
3381         * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
3382         otherwise.
3383         (tramp-get-remote-path): New defun.  Replace occurrences of
3384         `tramp-default-remote-path' by this function.
3385         (tramp-set-remote-path): Move most of the code to
3386         `tramp-get-remote-path'.
3387         (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
3388         existing directories, this is done already in
3389         `tramp-get-remote-path'.
3391 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
3393         * image-file.el (image-file-name-extensions): Add "svg".
3394         * image.el (image-type-header-regexps): Add svg entry.
3396 2007-08-22  Glenn Morris  <rgm@gnu.org>
3398         * files.el (backup-buffer-copy): Check backup directory is
3399         writable, to avoid infloop deleting old backup.
3401         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
3402         movemail related variables.
3403         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
3404         will now be set before this is called.
3406 2007-08-21  Juri Linkov  <juri@jurta.org>
3408         * delsel.el (delete-selection-pre-hook):
3409         * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
3410         instead of checking last-command.
3412 2007-08-21  Juri Linkov  <juri@jurta.org>
3414         * loadup.el: Preload "button".
3416 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3418         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3419         Add previous-line and next-line.
3421         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
3422         (vc-arch-find-file-not-found-hook): Remove, it's now the default.
3424         * vc-hooks.el (vc-menu-entry): New var.
3425         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
3426         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
3427         (vc-menu-map): Declare and initialize in one step.
3428         (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
3430         * menu-bar.el (vc-menu-map): Don't setup any more.
3431         Instead, just create the proper spot in the menu.
3433 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3435         * smerge-mode.el (smerge-resolve): New arg `safe'.
3436         (smerge-resolve-all, smerge-batch-resolve): New function.
3437         (smerge-refine): Make sure `diff' returns the expected result.
3438         (smerge-parsep-re): New const.
3439         (smerge-mode): Use it to adjust paragraph-separate.
3441         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3442         Correctly match / regexp matchers as first char on a line when
3443         fontifying only that line.
3445         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
3447 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3449         * vc-bzr.el: Don't fiddle with vc-handled-backend.
3450         (vc-bzr-registered): Don't redundantly protect against
3451         file-error.  Actually use the format-specific code.
3452         (vc-bzr-buffer-nonblank-p): Remove.
3453         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
3455 2007-08-20  Juri Linkov  <juri@jurta.org>
3457         * startup.el (fancy-splash-text): Change multiple tabs into one
3458         tab.  Remove "Useful File menu items" section (with "Exit Emacs"
3459         and "Recover Crashed Session").
3460         (fancy-splash-screens): Set tab-width to 22.
3461         (normal-splash-screen): Replace literal tabs with \t and
3462         fix whitespace.  Remove "Useful File menu items" section (with
3463         "Exit Emacs" and "Recover Crashed Session").
3465 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
3467         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
3468         extracted from `eval-last-sexp-1'.
3469         (eval-last-sexp-1): Call `preceding-sexp'.
3471 2007-08-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
3473         * vc-rcs.el (vc-rcs-annotate-command):
3474         Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
3475         Add back :vc-annotate-prefix propertization.
3477 2007-08-20  Andreas Schwab  <schwab@suse.de>
3479         * mail/rmail.el (rmail-autodetect): Doc fix.
3481 2007-08-19  Juri Linkov  <juri@jurta.org>
3483         * startup.el (normal-splash-screen): Add more links.
3485 2007-08-19  Juri Linkov  <juri@jurta.org>
3487         * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
3488         because it's common to both types of splash screen: fancy and normal.
3489         Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
3490         (exit-splash-screen): Rename from `fancy-splash-quit'.
3491         Use `quit-window' instead of `kill-buffer'.
3492         (fancy-splash-head): Use make-button to insert GNU image link.
3493         (fancy-splash-screens, normal-splash-screen): Rename " About GNU
3494         Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
3495         (normal-splash-screen): Put "Browse manuals" on the same line with
3496         "Emacs manual".  Remove descriptions from "Useful tasks" and put
3497         all links in two columns on two lines.
3499 2007-08-19  Michael Kifer  <kifer@cs.stonybrook.edu>
3501         * viper.el (viper-remove-hooks): Remove some additional viper hooks
3502         when the user calls viper-go-away.
3503         (viper-go-away): Restore the default of default-major-mode.
3504         Save the value of default-major-mode before vaperization.
3506         * viper-cmd.el: Replace error "" with "Viper bell".
3508         * viper-ex.el: Replace error "" with "Viper bell".
3510         * ediff-util.el (ediff-make-temp-file): Use the coding system of the
3511         buffer for which file is created.
3513 2007-08-19  Glenn Morris  <rgm@gnu.org>
3515         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
3516         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
3517         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
3518         shadow files messing up the compilation.
3520 2007-08-18  Glenn Morris  <rgm@gnu.org>
3522         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
3523         string.  Also apply eldoc-argument-case in the help-split-fundoc
3524         case.  Adapt for changed behavior of eldoc-function-argstring,
3525         eldoc-function-argstring-format, and
3526         eldoc-highlight-function-argument.
3527         (eldoc-highlight-function-argument): Handle nil INDEX argument,
3528         just call eldoc-docstring-format-sym-doc in that case.
3529         (eldoc-function-argstring): Change the behavior.  Now it converts
3530         an argument list to a string.
3531         (eldoc-function-argstring-format): Change the behavior.  Now it
3532         applies `eldoc-argument-case' to a string.
3534         * progmodes/scheme.el (scheme-mode-variables): Set
3535         font-lock-comment-start-skip.
3537 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
3539         * progmodes/ada-mode.el (ada-create-syntax-table): Move
3540         set-syntax-table from here to ...
3541         (ada-mode): ... here.  Do not change global value of
3542         comment-multi-line.  Call new function
3543         ada-initialize-syntax-table-properties and add new function
3544         ada-handle-syntax-table-properties to font-lock-mode-hook.
3545         (ada-deactivate-properties, ada-initialize-properties): Replace
3546         by new functions ...
3547         (ada-handle-syntax-table-properties)
3548         (ada-initialize-syntax-table-properties)
3549         (ada-set-syntax-table-properties): ... to set up syntax-table
3550         properties uniformly, independently from whether font-lock-mode
3551         is enabled or not.  Handle read-only buffers and do not change
3552         undo-list when setting syntax-table properties.
3553         (ada-after-change-function): Use ada-set-syntax-table-properties.
3555 2007-08-18  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3557         * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
3558         (meta-indent-current-nesting): Use a computation of the nesting
3559         instead.
3560         (meta-indent-current-indentation): Indentation is given according
3561         to nesting and if the previous line was finished or not.
3562         (meta-indent-unfinished-line): Tell if the current line ends with
3563         a finished expression.
3564         (meta-indent-looking-at-code): Like `looking-at', but checks if
3565         the point is in a string before.
3566         (meta-indent-level-count): Use it.  Don't count parenthesis as it's
3567         done in the nesting function.
3568         (meta-indent-in-string-p): Tell if the current point is in a
3569         string.
3570         (meta-indent-calculate): Treat b-o-b as a special case.  Use the
3571         previous functions.
3573 2007-08-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
3575         * emacs-lisp/copyright.el (copyright-limit): New defsubst.
3576         (copyright-update-year, copyright-update)
3577         (copyright-fix-years): Use it.
3579 2007-08-17  Kimit Yada  <kimitto@gmail.com>  (tiny change)
3581         * emacs-lisp/copyright.el (copyright-update-year):
3582         Fix bug: Handle nil copyright-limit.
3584 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
3586         * calc/calc-units.el (math-standard-units): Give exact
3587         conversion for tsp.
3589         * calc/calc.el (math-bignum-digit-length): Compute the
3590         appropriate value.
3592         * calc/calc-bin.el (math-bignum-logb-digit-size)
3593         (math-bignum-digit-power-of-two):
3594         * calc/calc-comb.el (math-small-factorial-table):
3595         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
3596         (math-approx-gamma-const):
3597         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
3598         (math-besY1, math-bernoulli-b-cache):
3599         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
3600         Remove `eval-when-compile's.
3602 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
3604         * progmode/cperl-mode.el (cperl-look-at-leading-count)
3605         (cperl-find-pods-heres): Fix an error when typing expressions like
3606         `s{a}{b}'.
3608 2007-08-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3610         * mail/emacsbug.el (report-emacs-bug): Remove the last number of
3611         `emacs-version', use the topic prefix ``version; ''.  Make MS-DOS
3612         a special case (there's no build number).
3614 2007-08-17  T. V. Raman  <raman@users.sf.net>  (tiny change)
3616         * completion.el (symbol-under-point, symbol-before-point)
3617         (symbol-before-point-for-complete): Use buffer-substring-no-properties.
3619 2007-08-17  Glenn Morris  <rgm@gnu.org>
3621         * progmodes/compile.el (compilation-get-file-structure): Make use
3622         of the directory part when checking for an existing entry, to
3623         handle files with same basename in different directories.
3625 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
3627         * calc/calc.el (calc-language-alist): Add texinfo-mode.
3629 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3631         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
3632         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
3633         (ps-paragraph-spacing): Docstring fix.
3635 2007-08-16  Glenn Morris  <rgm@gnu.org>
3637         * ps-print.el (ps-font-size): Doc fix.
3639 2007-08-16  Richard Stallman  <rms@gnu.org>
3641         * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
3643 2007-08-15  Juri Linkov  <juri@jurta.org>
3645         * startup.el (initialization): Change parent group from `internal'
3646         to `environment'.
3647         (initial-buffer-choice): New variable.
3648         (command-line): Revert 2007-07-02 change that sets
3649         buffer-offer-save in *scratch* and enables auto-save in it.
3650         (fancy-splash-text): Add links to existing items.  Add new items
3651         with links for useful tasks.  Move information about Control-g to
3652         fancy-splash-head.  Move "Emacs Guided Tour" to the end.
3653         (fancy-splash-keymap): New variable.
3654         (fancy-splash-last-input-event): Remove variable.
3655         (fancy-splash-insert): Add processing of `:link' element.
3656         (fancy-splash-head): Replace "Type Control-l to begin editing"
3657         with "Type `q' to exit".
3658         (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
3659         (fancy-splash-default-action, fancy-splash-special-event-action):
3660         Remove functions.
3661         (fancy-splash-quit): New function.
3662         (fancy-splash-screens): Rename input arg from `hide-on-input' to
3663         `static' and reverse the condition of its usage.  Don't preserve
3664         original values of `minor-mode-map-alist',
3665         `emulation-mode-map-alists', `special-event-map'.
3666         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
3667         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
3668         Remove processing of special events.  Use local key map
3669         `fancy-splash-keymap'.  Set buffer to read-only.
3670         (normal-splash-screen): Rename input arg from `hide-on-input' to
3671         `static' and reverse the condition of its usage.
3672         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
3673         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
3674         Add links to existing items.  Add new items with links for useful
3675         tasks.  Use local key map `fancy-splash-keymap'.
3676         (display-splash-screen): Rename input arg from `hide-on-input' to
3677         `static'.
3678         (about-emacs): Add alias to display-splash-screen.
3679         (command-line-1): Use `initial-buffer-choice'.
3681         * menu-bar.el (menu-bar-help-menu):
3682         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
3683         item to about-emacs instead of display-splash-screen.
3685 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
3687         * calc/calc-units.el (math-standard-units): Update values.
3688         Put in exact, rational values when possible.
3689         (math-unit-prefixes): Replace floats with powers of ten.
3690         (math-standard-units-systems): Replace floats with integers.
3691         (math-make-unit-string): Remove extra spaces in output.
3693 2007-08-15  Glenn Morris  <rgm@gnu.org>
3695         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
3696         sloppier, for the sake of GNU Mailman.
3697         (rmail-digest-rfc1153): Initialize `result' correctly.
3699 2007-08-15  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3701         * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
3702         in the mail title.  Suggested by Reiner Steib.
3704 2007-08-14  Chris Hecker  <checker@d6.com>  (tiny change)
3706         * calc/calc-aent.el (calc-do-quick-calc): Add binary
3707         representation of integers to the list of outputs.
3709 2007-08-14  Glenn Morris  <rgm@gnu.org>
3711         * simple.el (bad-packages-alist): New constant.
3712         (bad-package-check): New function.  Together, these two add elements
3713         to `after-load-alist' to check for problematic external packages.
3714         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
3716 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
3718         * calc/calc-units.el (math-get-standard-units)
3719         (math-get-units, math-make-unit-string)
3720         (math-get-default-units, math-put-default-units): New functions.
3721         (math-default-units-table): New variable.
3722         (calc-convert-units, calc-convert-temperature): Add machinery
3723         to supply default values.
3725 2007-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3727         * emulation/tpu-edt.el: Add tpu-extras's autoloads.
3728         (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
3729         (tpu-gold-map): Bind F to tpu-cursor-free-mode.
3730         (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
3732         * emulation/tpu-extras.el: Remove spurious * in docstrings.
3733         Put its autoloads into tpu-edt.el rather than loaddefs.el.
3734         (tpu-cursor-free-mode): Rename from tpu-cursor-free.
3735         Make into a proper minor-mode.
3736         (tpu-backward-char, tpu-next-line, tpu-previous-line)
3737         (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
3738         (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
3739         (tpu-set-cursor-free, tpu-set-cursor-bound):
3740         Delegate to tpu-cursor-free-mode.
3741         (tpu-next-line, tpu-previous-line, tpu-forward-line)
3742         (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
3743         Use line-move or forward-line instead of next-line-internal.
3745 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
3747         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
3749 2007-08-12  Richard Stallman  <rms@gnu.org>
3751         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
3752         (cvs-execute-single-file): Use new name split-string-and-unquote.
3753         (cvs-header-msg): Use new name combine-and-quote-strings.
3755         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
3757         * progmodes/gud.el (gud-common-init): Use new name
3758         split-string-and-unquote.
3760         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
3761         in javac regexp.
3763         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
3764         combine-and-quote-strings and split-string-and-unquote.
3766         * subr.el (combine-and-quote-strings): Rename from strings->string.
3767         (split-string-and-unquote): Rename from string->strings.
3769 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3771         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
3772         to buffer-local settings.
3774         * emacs-lisp/backquote.el (backquote-delay-process): New function.
3775         (backquote-process): Add internal arg `level'.  Use the two to
3776         correctly handle nested backquotes.
3778 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
3780         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
3781         (vc-bzr-state-words): Add "kind changed" state word.
3782         (vc-bzr-status): New function.  Return Bzr idea of file status,
3783         which is different from VC's.
3784         (vc-bzr-state): Use vc-bzr-status.
3785         (vc-workfile-unchanged-p): Use vc-bzr-status.
3786         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
3787         (vc-dired-state): Process "kind changed" state word.
3789 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3791         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
3793         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
3794         Move from vc-default-find-file-not-found-hook.
3796 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3798         * man.el: Remove spurious * in docstrings.
3799         Merge defvars and toplevel setq-defaults.
3800         (Man-highlight-references0): Limit=nil rather than point-max.
3801         (Man-mode-map): Move initialization into the declaration.
3802         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
3803         (Man-view-header-file): Use expand-file-name rather than concat.
3804         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
3806         * man.el (Man-next-section): Make sure we do not move backward.
3808 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3810         * files.el (auto-mode-alist): Use the purecopied text (duh!).
3812 2007-08-08  Glenn Morris  <rgm@gnu.org>
3814         * Replace `iff' in doc-strings and comments.
3816 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
3818         * dired.el (dired-pop-to-buffer):
3819         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
3820         * calendar/calendar.el (generate-calendar-window):
3821         * progmodes/compile.el (compilation-set-window-height):
3822         * textmodes/two-column.el (2C-two-columns, 2C-merge):
3823         Use window-full-width-p instead of comparing frame-width and
3824         window-width.
3826         * progmodes/compile.el (compilation-find-buffer): Remove extra
3827         argument in call to compilation-buffer-internal-p.
3829 2007-08-07  Tom Tromey  <tromey@redhat.com>
3831         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
3832         Add safe-local-variable property.
3834 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
3836         * image-mode.el (image-toggle-display): Use image-refresh.
3838 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
3840         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
3841         unofficial version.
3842         (vc-bzr-command): Remove redundant setting of process-connection-type.
3843         (vc-bzr-admin-checkout-format-file): Add autoload.
3844         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
3845         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
3846         (vc-bzr-registered): Compare dirstate format tag with known good
3847         value, abort parsing if match fails.  Warn user in docstring.
3848         (vc-bzr-workfile-version): Case for different Bzr branch formats.
3849         See bzrlib/branch.py in Bzr sources.
3850         (vc-bzr-diff): First argument FILES may be a string rather than a list.
3851         (vc-bzr-shell-command): Remove in favor of
3852         vc-bzr-command-discarding-stderr.
3853         (vc-bzr-command-discarding-stderr): New function.
3855 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
3857         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
3858         program, and return nil.
3859         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
3860         (vc-bzr-state): Look for path names relative to the repository
3861         root after status keyword.
3862         (vc-bzr-file-name-relative): New function.
3863         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
3864         depend on it.
3865         (vc-bzr-admin-dirname, ...-checkout-format-file)
3866         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
3867         files that we now parse directly for speed.
3868         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
3869         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
3870         (vc-bzr-state): "bzr status" successful only if exitcode is 0.
3871         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
3872         Bzr warnings, so we must discard it.
3873         (vc-bzr-workfile-version): Speedup counting lines from
3874         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
3875         if that file doesn't exist.
3876         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
3877         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname' (not ".bzr"!)
3878         to `vc-directory-exclusion-list'.
3879         (vc-bzr-shell-command): New function.
3881 2007-08-06  Tom Tromey  <tromey@redhat.com>
3883         * diff-mode.el (diff-unified->context, diff-reverse-direction)
3884         (diff-fixup-modifs): Typo in docstring.
3886 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3888         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
3889         count-screen-lines.
3890         (tpu-edt-off): Disable relevant pieces of advice.
3892         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
3893         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
3894         (newline, newline-and-indent, do-auto-fill): Use advice instead of
3895         redefining the function.
3896         (tpu-set-scroll-margins): Activate the pieces of advice.
3898 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
3900         * help.el (resize-temp-buffer-window): Use window-full-width-p
3901         instead of comparing frame-width and window-width.
3903 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
3905         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
3906         optional quotes around files in NEED-UPDATE . REMOVED case.
3908         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
3909         (ada-treat-cmd-string): Improve error message.
3910         (ada-do-file-completion): Call `ada-require-project-file', so
3911         project variables are set properly.
3912         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
3913         (ada-gnatfind-buffer-name): New constant.
3914         (ada-find-any-references): Use new constant.  Set buffer name
3915         properly in compilation-start.  Toggle read-only properly.
3916         (ada-find-in-src-path): Fix spelling error in docstring.
3918         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
3919         by zero error.
3921 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3923         * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
3925 2007-08-12  Richard Stallman  <rms@gnu.org>
3927         * progmodes/sh-script.el (sh): Delete group `unix'.
3929         * progmodes/gud.el (gud): Change to group `processes'.
3931 2007-08-11  Glenn Morris  <rgm@gnu.org>
3933         * progmodes/compile.el (compilation-buffer-name): Don't check
3934         compilation-arguments.  It is superfluous, and the variable isn't
3935         even set when this function is called.
3937 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3939         * term/mac-win.el (mac-ae-reopen-application): New function.
3940         (mac-apple-event-map): Bind "reopen application" Apple event to it.
3942 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3944         * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
3945         take tex-font-script-display into account.
3946         (tex-font-script-display, tex-font-lock-suscript): Change from a cons
3947         cell to a list of 2 elements to simplify the unfontify code.
3949 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3951         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
3952         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
3953         ps-print-color-p is neither nil nor black-white.  Reported by Christian
3954         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
3956 2007-08-08  Andreas Schwab  <schwab@suse.de>
3958         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
3959         self-insert-command, not self-insert.
3961 2007-08-08  Glenn Morris  <rgm@gnu.org>
3963         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
3964         argument optional, for backwards compatibility, and only highlight
3965         args when present.  Fix symbol name typo (doc/args).
3967         * help-mode.el (help-make-xrefs): Search for symbol constituents,
3968         rather than just `-'.
3970 2007-08-07  Jay Belanger  <jay.p.belanger@gmail.com>
3972         * calc/calc-units.el (calc-convert-temperature):
3973         Use `/' to create fractions.
3975 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
3977         * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
3978         global matching.
3979         (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
3980         ERROR-BUFFER more robust.  Display output.
3981         (tramp-file-name-handler): Add a connection property when we found
3982         a foreign file name handler.  This allows backends like ftp to
3983         profit also from usr/host name completion based on connection
3984         cache.
3985         (tramp-send-command-and-read): Search for trash after the regexp
3986         until eol only.  In XEmacs, there is a problem with \n.
3988         * net/tramp-cache.el (top): Read persistent connection history
3989         when cache is empty.
3991 2007-08-07  Nic Ferrier  <nferrier@tapsellferrier.co.uk>  (tiny change)
3993         * net/tramp.el (tramp-handle-process-file): Fix bug inserting
3994         resulting output.
3996 2007-08-07  Sam Steingold  <sds@gnu.org>
3998         * progmodes/compile.el (compilation-start): Pass nil as startfile
3999         to comint-exec.
4001 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
4003         * longlines.el (longlines-decoded): New variable.
4004         (longlines-mode): Avoid encoding or decoding the buffer twice.
4006 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
4008         * format.el (format-insert-file): Make sure that at most one undo
4009         entry is recorded for the insertion.  Inhibit point-motion and
4010         modification hooks around call to insert-file-contents.
4012 2007-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4014         * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
4015         Select the buffer's window before moving point.
4017 2007-08-07  Richard Stallman  <rms@gnu.org>
4019         * term.el (term): Remove parent group `unix'.
4021         * simple.el (default-indent-new-line): New function.
4022         It calls comment-line-break-function if there are comments.
4023         (do-auto-fill): Use that.
4025 2007-08-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
4027         * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
4028         (PC-do-completion): Add "acronym completion" for symbols and
4029         filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
4031 2007-08-06  Sam Steingold  <sds@gnu.org>
4033         * mouse.el (mouse-buffer-menu): Pass mode-name through
4034         format-mode-line because it may be a list,
4035         e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
4037 2007-08-06  Vinicius Jose Latorre  <viniciusig@ig.com.br>
4039         * printing.el (pr-update-menus): Docstring fix.
4041 2007-08-06  Jason Rumney  <jasonr@gnu.org>
4043         * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
4045         * vc-hooks.el (vc-call): Add doc string.
4047 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
4049         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
4050         process-filter.
4052 2007-08-06  Kenichi Handa  <handa@m17n.org>
4054         * international/quail.el: Wrap (require 'help-mode) by
4055         eval-when-compile.
4056         (quail-help-init): New function.
4057         (quail-help): Call quail-help-init.
4058         (quail-store-decode-map-key): Change it to a function.
4060 2007-08-05  Jason Rumney  <jasonr@gnu.org>
4062         * vc.el (vc-rollback): Add norevert argument back.
4063         (vc-revert-buffer): Add back as obsolete alias.
4065 2007-08-05  Peter Povinec  <ppovinec@yahoo.com>  (tiny change)
4067         * term.el: Honor term-default-fg-color and term-default-bg-color
4068         settings when modifying term-current-face.
4069         (term-default-fg-color, term-default-bg-color): Initialize from
4070         default term-current-face.
4071         (term-mode, term-reset-terminal): Set term-current-face with
4072         term-default-fg-color and term-default-bg-color.
4073         (term-handle-colors-array): term-current-face has term-default-fg-color
4074         and term-default-bg-color after reset escape sequence.
4075         (term-handle-colors-array): Set term-current-color with
4076         term-default-fg/bg-color instead of ansi-term-color-vector when the
4077         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
4079 2007-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
4081         * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
4082         (math-nlfit-givens): Let bind free variables.
4084 2007-08-05  Vinicius Jose Latorre  <viniciusig@ig.com.br>
4086         * printing.el: Require lpr and ps-print when loading printing package.
4087         Reported by Glenn Morris <rgm@gnu.org>.
4089 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
4091         * files.el (set-auto-mode): Handle also remote files wrt
4092         `auto-mode-alist'.
4094 2007-08-04  Jay Belanger  <jay.p.belanger@gmail.com>
4096         * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
4097         curves and plotting.
4099         * calc/calc-nlfit.el: New file.
4101 2007-08-04  Glenn Morris  <rgm@gnu.org>
4103         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
4104         zero, not nil, when the library is first loaded.  Check for a file
4105         that has been modified on disk.
4107         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
4108         Remove duplicate defvar preventing initialization.
4109         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
4111 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4113         * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
4114         (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
4115         may match up to 4 lines.
4116         (diff-beginning-of-file-and-junk): Rewrite.
4118 2007-08-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4120         * printing.el: Evaluate require only during compilation.
4121         (pr-version): New version 6.9.1.
4122         (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
4123         (pr-global-menubar): Fix code.
4125 2007-08-03  Dan Nicolaescu  <dann@ics.uci.edu>
4127         * term.el (term-erase-in-display): Fix case when point is not at
4128         the beginning of the line.
4130 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
4132         * calc/calc-ext.el (math-get-value, math-get-sdev)
4133         (math-contains-sdev): New functions.
4135         * calc/calc-graph.el (calc-graph-format-data)
4136         (calc-graph-add-curve): Check for error forms.
4137         (calc-graph-set-styles): Add option for error forms.
4139 2007-08-03  Miles Bader  <miles@gnu.org>
4141         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
4142         backend names for new backends to `Git', `Hg', and `Bzr'.
4143         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
4144         not `HG'.
4145         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
4146         name, not `GIT'.
4147         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
4148         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
4150 2007-08-03  Richard Stallman  <rms@gnu.org>
4152         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
4153         to update deleted flag.
4155         * cus-edit.el (customize-apropos, customize-apropos-options)
4156         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
4158         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
4160         * startup.el (fancy-splash-head, startup-echo-area-message):
4161         Change message text.
4163         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
4164         All callers use line-move.
4166         * progmodes/compile.el (compilation-find-buffer): Return current
4167         buffer immediately if suitable.
4168         (compile, compilation-buffer-name, compilation-start): Doc fixes.
4170 2007-08-03  Daiki Ueno  <ueno@unixuser.org>
4172         * faces.el (face-normalize-spec): New function.
4173         (frame-set-background-mode): Normalize face-spec before calling
4174         face-spec-match-p.
4176 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4178         * server.el (server-window): Add switch-to-buffer-other-frame option.
4180 2007-08-03  Glenn Morris  <rgm@gnu.org>
4182         * cus-edit.el (customize-apropos): Make the error message indicate
4183         what kind of thing the user was trying to customize.
4185         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
4187         * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
4188         Fix off-by-one error in previous change.
4190 2007-08-03  Drew Adams  <drew.adams@oracle.com>
4192         * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
4193         Make buffer writable.
4195 2007-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
4197         * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
4198         (math-cos-raw-2, math-arctan-raw, math-ln-raw):
4199         Use native Emacs functions, when appropriate.
4201 2007-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
4202             Stefan Monnier  <monnier@iro.umontreal.ca>
4204         * vc.el: Document new VC operation `extra-menu'.
4206         * vc-hooks.el (vc-default-extra-menu): New function.
4208         * menu-bar.el (menu-bar-vc-filter): New function.
4209         (menu-bar-tools-menu): Use it as a filter.
4211 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
4213         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
4215 2007-08-01  Glenn Morris  <rgm@gnu.org>
4217         * progmodes/fortran.el: Remove leading `*' from all defcustom doc
4218         strings.
4219         (fortran-tab-mode-default): Remove needless autoload.
4220         (fortran-tab-mode-string): Add help-echo and mouse properties, and
4221         mark as risky.
4222         (fortran-line-length): New buffer-local variable, safe if integer.
4223         (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
4224         Change from variables to constants.
4225         (fortran-font-lock-syntactic-keywords): Delete as a variable,
4226         replace with a new function definition.
4227         (fortran-mode): Use fortran-line-length, and
4228         fortran-font-lock-syntactic-keywords as a function.  Add a
4229         hack-local-variables-hook function.
4230         (fortran-line-length, fortran-hack-local-variables): New functions.
4231         (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
4232         Use fortran-line-length rather than 72.
4233         (fortran-window-create-momentarily): Doc fix.
4235 2007-07-31  Drew Adams  <drew.adams@oracle.com>  (tiny change)
4237         * cus-edit.el (custom-group-value-create, custom-goto-parent):
4238         Fix parent groups link.
4240 2007-07-31  Paul Pogonyshev  <pogonyshev@gmx.net>
4242         * progmodes/python.el (python-current-defun): Adjust to never fall
4243         into infinite loop.
4245 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4247         * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
4249 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
4251         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
4252         (copyright-fix-years, copyright): Correctly handle the case where
4253         copyright-limit is nil.
4255 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
4257         * progmodes/python.el (run-python): Fix path separator under w32.
4259 2007-07-30  Richard Stallman  <rms@gnu.org>
4261         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4262         Treat non-break space as whitespace in Lisp.
4264 2007-07-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4266         * vc.el (vc-dired-hook): Use inhibit-read-only.
4268         * progmodes/compile.el (compilation-forget-errors):
4269         Reset compilation-auto-jump-to-next.
4271 2007-07-30  Michael Olson  <mwolson@gnu.org>
4273         * cus-edit.el (custom-group-save): Fix void function definition
4274         error.  Thanks to Zhang Wei for the report.
4276         * ps-print.el: Check in trivial changes to the autoloads section
4277         caused by the build process.  These autoloads really ought to be
4278         placed in a separate file, methinks.
4280 2007-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4282         * calendar/calendar.el (calendar-mode): Make sure
4283         displayed-(month|year) are set.
4284         (calendar-basic-setup): Display buffer before adjusting window sizes.
4285         (generate-calendar-window): Use inhibit-read-only.  Simplify.
4286         Generate buffer and set displayed-month and displayed-year before
4287         calling update-calendar-mode-line.
4289 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
4291         * net/tramp.el:
4292         * net/tramp-uu.el:
4293         * net/trampver.el: Use utf-8 encoding with coding cookie.
4295         * net/tramp-cache.el:
4296         * net/tramp-fish.el:
4297         * net/tramp-ftp.el:
4298         * net/tramp-gw.el:
4299         * net/tramp-smb.el: Remove coding cookie.
4301         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
4302         Flush buffer file-name's file property.
4303         (tramp-handle-file-remote-p): The first parameter is FILENAME.
4305         * net/trampver.el: Update release number.
4307 2007-07-29  Juri Linkov  <juri@jurta.org>
4309         * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
4310         Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
4311         when major-mode is not dired-mode.
4312         (dired-toggle-read-only): New function.
4313         (dired-recursive-deletes): Remove obsolete comments about old
4314         default value.
4315         (dired-do-flagged-delete, dired-do-delete): Refill docstring.
4317         * wdired.el (wdired-exit): New function.
4318         (wdired-mode-map): Bind C-x C-q to wdired-exit.
4320 2007-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4322         * cus-edit.el (customize-read-group): New fun.
4323         (customize-group-other-window, customize-face-other-window):
4324         Prompt before delegating to customize-(group|face).
4325         Bind pop-up-windows rather than use the other-window argument.
4326         (customize-group, customize-face): Prompt from the interactive spec.
4327         Remove args `prompt-for-group' and `other-window'.
4329         * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
4330         (ad-body-forms, ad-advised-interactive-form): Revert this part of
4331         last change.
4333 2007-07-28  Masatake YAMATO  <jet@gyve.org>
4335         * vc.el (vc-dired-mode): Add a menu for VC related operation.
4336         Use backend name as the menu label.  Suggested by David Kastrup.
4338 2007-07-28  Alan Mackenzie  <acm@muc.de>
4340         Fix problem with modes derived from CC Mode:
4341         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
4342         macro to cc-langs.
4343         (c-init-language-vars-for): Remove call to above macro.
4344         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
4345         been moved to here.
4346         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
4348 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
4350         * net/trampver.el: Fix the `coding' cookie.
4352 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
4354         * vc-git.el (vc-git-print-log): Support both the old single file
4355         interface and the new one.
4357 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
4359         * bindings.el (mode-line-remote): Use updated %@ construct.
4361 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4363         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
4364         (calendar-bahai-epoch, calendar-bahai-leap-year-p)
4365         (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
4366         (diary-list-bahai-entries, diary-bahai-mark-entries)
4367         (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
4368         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
4369         New names to clean up namespace.
4370         (list-bahai-diary-entries, mark-bahai-diary-entries)
4371         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
4372         (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
4373         Add compatibility aliases.
4375         * calendar/appt.el: Don't wrap defvar within eval-when-compile.
4377         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
4378         (calendar-scroll-left-three-months)
4379         (calendar-scroll-right-three-months): Clean up namespace.
4380         (scroll-calendar-left, scroll-calendar-right)
4381         (scroll-calendar-left-three-months)
4382         (scroll-calendar-right-three-months): Add compatibility aliases.
4384         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
4385         Behave like mouse-scroll-calendar-* when used from the mouse.
4387         * calendar/cal-menu.el (cal-menu-scroll-menu)
4388         (cal-menu-global-mouse-menu):
4389         * calendar/calendar.el (calendar-mode-map):
4390         Use new calendar-scroll-* names.
4391         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
4392         Remove.  Use calendar-scroll-* directly instead.
4394 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4396         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
4397         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
4398         (ad-make-advised-definition, ad-cache-id-verification-code):
4399         Use commandp and interactive-form instead.
4401 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
4403         * vc-git.el: Relicense to GPLv3 or later.
4404         (vc-directory-exclusion-list, vc-handled-backends): Remove.
4406         * vc-hooks.el (vc-handled-backends): Add GIT.
4408         * vc.el (vc-directory-exclusion-list): Add .git.
4410 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
4412         * vc-git.el (vc-git-revision-table)
4413         (vc-git-revision-completion-table): New functions.
4415 2007-07-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4417         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
4418         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
4419         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
4420         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
4421         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
4422         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
4423         New command actions for EPS header and EPS footer.
4425         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
4426         footer.  Fix some problems with one-or-more, zero-or-more and
4427         alternative constructions generation.  Some log messages
4428         implementation.  Doc fix.
4429         (ebnf-version): New version 4.4.
4430         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
4431         (ebnf-eps-footer, ebnf-log): New options.
4432         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
4433         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
4434         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
4435         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
4436         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
4437         (ebnf-style-custom-list, ebnf-style-database): Put new values.
4438         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
4439         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
4440         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
4441         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
4442         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
4443         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
4444         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
4445         (ebnf-non-terminal-dimension, ebnf-special-dimension)
4446         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
4447         (ebnf-except-dimension, ebnf-alternative-dimension)
4448         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
4449         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
4450         message fun.
4451         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
4452         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
4453         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
4454         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
4455         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
4456         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
4457         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
4458         compatibility with Emacs 20 & 21.
4459         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
4460         (ebnf-eps-file-alist, ebnf-basic-width-extra)
4461         (ebnf-basic-empty-height): New vars.
4462         (ebnf-prologue): Fix PostScript code.
4463         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
4464         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
4465         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
4466         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
4468 2007-07-25  Glenn Morris  <rgm@gnu.org>
4470         * Relicense all FSF files to GPLv3 or later.
4472         * COPYING: Switch to GPLv3.
4474 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4476         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
4477         Replace it with another one which disables undo before calling
4478         erase-buffer and then turns it back on if needed.
4480 2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4482         * ps-print.el: Problem with foreground and background color when
4483         printing a buffer with and without faces.  Reported by Christian
4484         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
4485         (ps-print-version): New version 6.7.5.
4486         (ps-default-fg): Change default value to nil, so black color is used
4487         when a face does not specify a foreground color.
4488         (ps-default-bg): Change default value to nil, so white color is used
4489         for background color.
4490         (ps-begin-job): Fix code.
4492 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
4494         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
4496 2007-07-24  Glenn Morris  <rgm@gnu.org>
4498         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
4499         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
4500         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
4501         (cal-tex-cursor-week, cal-tex-cursor-week2)
4502         (cal-tex-cursor-week-iso, cal-tex-week-hours)
4503         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
4504         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4505         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
4507 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4509         * calendar/calendar.el (calendar-mode-map): Move initialization
4510         into declaration.  Add menu bindings (used to be done in cal-menu).
4511         (calendar-mode): Don't add an activate-menubar-hook.
4513         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
4514         modify calendar-mode-map), use easy-menu, and make sure that C-h k
4515         can be used on the menu entries.
4516         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
4517         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
4518         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
4519         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
4520         (calendar-flatten, cal-menu-update): Remove.
4521         (calendar-mouse-insert-hebrew-diary-entry)
4522         (calendar-mouse-insert-islamic-diary-entry)
4523         (calendar-mouse-insert-bahai-diary-entry):
4524         Remove (fold into cal-menu-diary-menu).
4525         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
4526         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
4527         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
4528         (calendar-mouse-view-diary-entries): Minor simplifications.
4529         (calendar-event-to-date): Use with-current-buffer.
4531 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
4533         * add-log.el (change-log-redate): Remove (not needed anymore and
4534         doesn't appear to work).
4536 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4538         * frame.el: Use mapc and dolist instead of mapcar where possible.
4539         (close-display-connection): New command.
4541 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
4543         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
4544         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
4546 2007-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4548         * ps-print.el (ps-multibyte-buffer): Docstring fix.
4550         * ps-mule.el: Doc fix.
4551         (ps-multibyte-buffer, ps-mule-font-info-database-default)
4552         (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
4554 2007-07-25  Glenn Morris  <rgm@gnu.org>
4556         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
4557         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
4558         (cal-tex-daily-end, cal-tex-hook)
4559         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
4560         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
4561         (cal-tex-cursor-week-iso, cal-tex-week-hours)
4562         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
4563         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
4564         (cal-tex-day-prefix, cal-tex-day-name-format)
4565         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
4566         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
4567         (cal-tex-LaTeX-subst-list): Change from variables to constants.
4568         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
4569         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
4570         etc, rather than \bf.
4571         (cal-tex-mini-calendar): Fix typos in previous change.
4572         (cal-tex-latexify-list): Remove inner let binding.
4573         (cal-tex-end-document, cal-tex-banner): Use multi-line
4574         cal-tex-comment.
4575         (cal-tex-comment): Handle embedded newlines.
4576         (cal-tex-LaTeXify-string): Use substring-no-properties.
4578 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
4580         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4581         Add support for the Maden build tool.
4583 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
4585         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
4587 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4589         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
4591 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
4593         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
4594         C-x C-q.
4596         * vc-git.el (vc-git-print-log): Fix previous change.
4598 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4600         * window.el (save-selected-window): Minor optimization.
4601         (bw-adjust-window): If operation failed, try with a smaller delta.
4602         (window-fixed-size-p): New function.
4603         (window-area-factor): New var.
4604         (balance-windows-area): New command.
4606         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
4607         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
4608         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
4609         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
4610         (ps-mule-begin-job): Use dolist.
4612 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
4614         * subr.el (start-file-process-shell-command)
4615         (process-file-shell-command): New defuns.
4617         * progmodes/compile.el (compilation-start):
4618         Apply `start-file-process-shell-command'.
4620 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
4622         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
4624 2007-07-24  Alan Mackenzie  <acm@muc.de>
4626         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
4627         Initialise byte-compile-unresolved-functions before rather than
4628         after a compilation.
4629         (byte-compile-unresolved-functions): Amplify doc string.
4631 2007-07-24  Glenn Morris  <rgm@gnu.org>
4633         * startup.el (normal-splash-screen): Use `emacs-copyright'.
4635         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
4636         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
4637         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
4638         (cal-tex-cursor-week, cal-tex-cursor-week2)
4639         (cal-tex-cursor-week-iso, cal-tex-week-hours)
4640         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
4641         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4642         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
4644         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
4645         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
4646         (cal-tex-day-name-format, cal-tex-cal-one-month)
4647         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
4648         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
4649         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
4650         (cal-tex-list-holidays, cal-tex-cursor-year)
4651         (cal-tex-cursor-year-landscape, cal-tex-year)
4652         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
4653         (cal-tex-cursor-month, cal-tex-insert-days)
4654         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
4655         (cal-tex-first-blank-p, cal-tex-cursor-week)
4656         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
4657         (cal-tex-week-hours, cal-tex-cursor-week-monday)
4658         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
4659         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
4660         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
4661         (cal-tex-latexify-list, cal-tex-previous-month)
4662         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
4663         modernization, including using dotimes rather than
4664         calendar-for-loop.
4665         (cal-tex-LaTeX-subst-list): Remove `@'.
4666         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
4667         Use \textit and \textbf rather than \em and \it.
4669         * calendar/cal-bahai.el (list-bahai-diary-entries)
4670         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
4671         * calendar/cal-islam.el (list-islamic-diary-entries)
4672         * calendar/calendar.el (generate-calendar, generate-calendar-month)
4673         * calendar/diary-lib.el (diary-list-entries)
4674         (mark-calendar-date-pattern): Use `dotimes' rather than
4675         `calendar-for-loop'.
4677         * calendar/calendar.el (calendar-for-loop): Doc fix.
4679 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4681         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
4682         underlying file is uptodate.
4684 2007-07-23  Christopher J. Madsen  <cjm@cjmweb.net>
4686         * replace.el (perform-replace): Use isearch-no-upper-case-p.
4688 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4690         * vc-hooks.el (vc-mode-line-map): New const.
4691         (vc-mode-line): Use it.
4693 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
4695         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
4696         (vc-git-unregister): New functions.
4697         (vc-git-find-version): Use the result of ls-files as a parameter
4698         for cat-file.
4700 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
4702         * net/tramp.el (tramp-perl-file-attributes)
4703         (tramp-perl-directory-files-and-attributes)
4704         (tramp-handle-file-attributes-with-stat)
4705         (tramp-handle-directory-files-and-attributes-with-stat)
4706         (tramp-convert-file-attributes): Handle huge file sizes.
4708 2007-07-23  Juri Linkov  <juri@jurta.org>
4710         * isearch.el (isearch-message-function): New variable.
4711         (isearch-update, isearch-search): Use it.
4713         * simple.el (goto-history-element): New function created from
4714         next-history-element.
4715         (next-history-element): Most code moved to goto-history-element.
4716         Call goto-history-element with (- minibuffer-history-position n).
4717         (previous-history-element): Call goto-history-element with (+
4718         minibuffer-history-position n).
4719         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
4720         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
4721         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
4722         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
4723         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
4724         (minibuffer-history-isearch-pop-state): New functions.
4726 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
4728         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
4729         Also, if FILE is a list, return non-nil if any of its elements
4730         should stay local.  Update docstring.
4732 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4734         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
4735         change by reverting a small part.
4737 2007-07-23  Richard Stallman  <rms@gnu.org>
4739         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
4741 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
4743         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
4744         handling it.  Use vc-git-command.
4745         (vc-git-find-version, vc-git-diff-tree): New functions.
4746         (vc-git-revert): Use vc-git-command.
4747         (vc-git--run-command): Delete.
4749 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
4751         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
4753 2007-07-20  Kenichi Handa  <handa@m17n.org>
4755         * international/utf-8.el (utf-8-post-read-conversion):
4756         Temporarily bind utf-8-compose-scripts to nil while running
4757         *-compose-region functions.
4759 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
4761         * vc-git.el: Update status.
4762         (vc-directory-exclusion-list): Use eval-after-load.
4764 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
4766         * bindings.el (mode-line-remote): New variable.
4767         (help-echo): Add to default values of mode-line-format.
4769         * files.el: Mark mode-line-remote as risky.
4771 2007-07-22  Juri Linkov  <juri@jurta.org>
4773         * isearch.el (isearch-edit-string): Save old point and
4774         isearch-other-end to old-point and old-other-end before reading
4775         the search string from minibuffer.  After exiting minibuffer set
4776         point to old-other-end if point and the search direction is the
4777         same as before reading the search string.
4778         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
4779         to isearch-other-end.  Instead of isearch-search-and-update call
4780         three functions isearch-search, isearch-push-state and isearch-update.
4782 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
4784         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
4785         deal with multiple file arguments.
4786         (vc-git-print-log): Deal with multiple file arguments.
4788 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4790         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
4791         diff-refine-hunk.  Adjust users.
4792         (diff-unified-hunk-p, diff-splittable-p): New functions.
4793         (diff-mode-menu): Use it to disable Split when it doesn't work.
4795 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
4797         * diff-mode.el (diff-mode-menu): New entries.
4799 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4801         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
4802         if applicable, so as to save undo-log space.
4804         * diff-mode.el (diff-find-file-name): Add arg `batch'.
4806         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
4807         (diff-file-kill): Use it.
4808         (diff-beginning-of-hunk): Add arg `try-harder' using it.
4809         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
4810         Use it so they find the hunk even when we're in the file header.
4812 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
4814         * vc-git.el (vc-git-revision-granularity, vc-git-root)
4815         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
4816         (vc-git-create-repo): New functions.
4817         (vc-git-registered): New autoloaded function definition.
4818         (vc-git-registered): Use vc-git-root.
4819         (vc-git-responsible-p): New defalias.
4820         (vc-git-annotate-extract-revision-at-line): Uncomment.
4821         (vc-git-print-log): Add the file name to the log.
4822         (vc-git-log-view-mode): New derived mode.
4823         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
4825 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
4827         * progmodes/grep.el (grep-compute-defaults): Keep default values.
4829 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
4831         * textmodes/reftex.el (reftex-access-parse-file): Create parse
4832         file in a way that does not interfere with recentf mode.
4833         (reftex-access-parse-file): Do not risk destroying an existing
4834         buffer.
4836 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
4838         * vc-git.el: New file.
4840 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4842         * textmodes/tex-mode.el (tex-font-script-display): Change default.
4844 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
4846         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
4847         for branches and new files.
4849         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
4850         local-map handling ...
4851         (vc-mode-line): ... here.  Improve handling of help-echo.
4853         * vc.el (mode-line-string): Document help-echo usage.
4855 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
4857         Sync with Tramp 2.1.10.
4859         * net/tramp.el (tramp-get-ls-command): Fix typo.
4861         * net/trampver.el: Update release number.
4863 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4865         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
4867         * term/x-win.el (x-handle-no-bitmap-icon): New function.
4869 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
4871         * add-log.el (change-log-fill-parenthesized-list): New function.
4872         (change-log-indent): Call change-log-fill-parenthesized-list.
4873         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
4874         Have lines with leading asterisk start a paragraph.
4876 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
4878         * calc/calc-math.el (math-emacs-precision)
4879         (math-largest-emacs-expt, math-smallest-emacs-expt):
4880         New variables.
4881         (math-use-emacs-fn): New function.
4882         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
4883         appropriate.
4885 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4887         * image-dired.el (image-dired-sane-db-file): New func.
4888         (image-dired-write-tags, image-dired-remove-tag)
4889         (image-dired-list-tags, image-dired-write-comments)
4890         (image-dired-get-comment, image-dired-mark-tagged-files)
4891         (image-dired-create-gallery-lists): Call new func.
4892         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
4894 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4896         * vc-hg.el (vc-hg-dir-state): Fix loop.
4897         (vc-hg-print-log): Fix expected return value for vc-hg-command.
4898         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
4899         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
4900         (vc-hg-revert): Likewise.
4901         (vc-hg-revision-table, vc-hg-revision-completion-table): New
4902         functions.
4904 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4906         * add-log.el (change-log-resolve-conflict): Don't lose data if the
4907         merge fails.
4909 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
4911         * progmodes/compile.el (compilation-auto-jump-to-first-error):
4912         Add group and version.
4914 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4916         * add-log.el (add-log-file-name): Use file-relative-name.
4917         (add-change-log-entry): Delay reading
4918         add-log-(full-name|mailing-address) to after we've switched to the
4919         ChangeLog buffer so we get the right value.
4920         (add-change-log-entry, add-log-current-defun, change-log-merge):
4921         Use derived-mode-p rather than checking major-mode directly.
4923         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
4924         name for buffer-file-name if it refers to a directory.
4926         * vc-arch.el (vc-arch-diff): Fix last change.
4928         * progmodes/compile.el (compilation-start): Remember the original
4929         directory in a buffer-local compilation-directory.
4930         (compile): Set the global value of compilation-directory.
4931         (recompile): Use compilation-directory even in the compilation buffer.
4933 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
4935         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
4937 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4939         * ps-print.el: Problem with foreground and background color when
4940         printing a buffer with and without faces.  Reported by Christian
4941         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
4942         (ps-print-version): New version 6.7.5.
4943         (ps-default-fg): Change default value to nil, so black color is used
4944         when a face does not specify a foreground color.
4945         (ps-default-bg): Change default value to nil, so white color is used
4946         for background color.
4947         (ps-begin-job): Fix code.
4949 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
4951         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
4952         in $(INSTALL_DIR)/lisp/ if they already exist.
4954 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
4956         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
4957         in $(INSTALL_DIR)/lisp/ if they already exist.
4959 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4961         * progmodes/vera-mode.el (vera-re-search-forward)
4962         (vera-re-search-backward): Remove use of store-match-data.
4963         (vera-mode-map): Move initialization into declaration.
4965         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
4966         (flymake-find-buildfile): Use locate-dominating-file.
4968         * vc.el (vc-delistify): Use mapconcat.
4969         (vc-do-command): Minor simplification.
4970         (vc-expand-dirs): Use push.
4972         * vc-mcvs.el (vc-mcvs-create-repo):
4973         * vc-cvs.el (vc-cvs-create-repo): Remove.
4975         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
4976         directory and the root as well.
4978 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
4980         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
4981         instead of a file.
4983         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
4984         (vc-hg-registered): Replace if with when.
4985         (vc-hg-state): Deal with nonexistent files and handle removed files.
4986         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
4987         (vc-hg-checkout): Re-enable.
4988         (vc-hg-create-repo): Fix typos.
4989         (vc-hg-print-log): Fix for multiple files.
4990         (vc-hg-workfile-unchanged-p): New function.
4992         * vc.el: Fix typo.
4993         (vc-print-log): Fix call to print-log.
4994         (vc-default-comment-history): Likewise.
4995         (vc-directory-exclusion-list): Add .hg and .bzr.
4996         (vc-diff-internal): Pass a list instead of a file.
4998         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
5000         * vc-bzr.el (vc-bzr-create-repo): New function.
5002 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5004         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
5005         `file' from which to start the search.
5007 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
5009         * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
5010         having a single file argument to having a list of files as the
5011         first argument.
5013 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5015         * files.el (locate-dominating-file): New function.
5017 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
5019         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
5020         (grep-compute-defaults): Use it.
5022 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5024         * uniquify.el: Docstring fixes.
5026 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
5028         * vc.el (revision-granularity, create-repo): Document new vc
5029         backend properties.
5030         (vc-rollback): Renamed from vc-cancel-version. Update
5031         references. Pass a list instead of a file.
5032         (vc-revert): Renamed from vc-revert-buffer. Update references.
5033         (vc-delistify, vc-expand-dirs): New functions.
5034         (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
5035         of files instead of a single file.
5036         (vc-position-context, vc-resync-window, vc-diff-internal)
5037         (vc-print-log): Pass a list instead of a file.
5039         * vc-hooks.el (vc-stay-local-p, vc-backend)
5040         (vc-backend-subdirectory-name): Work on a file list, not a single
5041         file.
5042         (vc-workfile-version): Update docstring.
5043         (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
5044         vc-revert instead of vc-revert-buffer.
5045         (vc-prefix-map): Likewise. Bind vc-update.
5047         * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
5048         (vc-svn-wash-log): New functions.
5049         (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
5050         (vc-svn-command): Deal with a list of files, not a single file.
5052         * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
5053         (vc-rcs-wash-log): New functions.
5054         (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
5055         Deal with a list of files, not a single file.
5056         (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
5058         * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
5059         functions.
5060         (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
5061         list of files, not a single file.
5063         * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
5064         New functions.
5065         (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
5066         (vc-mcvs-diff): Deal with a list of files, not a single file.
5068         * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
5069         functions.
5070         (vc-hg-print-log): Deal with a list of files, not a single file.
5071         (vc-hg-diff-tree): New function, replace defalias with the same
5072         name.
5073         (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
5074         FILES to denote that it is a file list, not a single file.
5076         * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
5077         (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
5078         a single file.
5079         (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
5080         that it is a file list, not a single file.
5081         (vc-cvs-diff): Likewise. Simplify.
5083         * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
5084         Deal with a list of files, not a single file.
5086         * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
5087         (vc-bzr-print-log): Update FILE parameter name to denote that it
5088         is a file list, not a single file.
5089         (vc-bzr-diff): Likewise. Use the car of files.
5091 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
5093         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
5094         (follow-delete-other-windows-and-split, follow-recenter)
5095         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
5096         (follow-redisplay, follow-estimate-first-window-start)
5097         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
5098         Fix typos in docstrings.
5100 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
5102         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
5103         avoid that filling introduces lines with a single asterisk.
5105         * kmacro.el (kmacro-end-macro): When ignoring empty macro
5106         avoid incorrect kmacro-ring-empty-p messages.
5107         Reported by Michael Schierl <schierlm@gmx.de>.
5109 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
5111         * vc.el: Add more info about the vc-registered function.
5113 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
5115         * files.el (file-remote-p): Introduce optional parameter
5116         IDENTIFICATION.
5118         * recentf.el (recentf-keep-default-predicate): Adapt call of
5119         `file-remote-p'.
5121         * progmodes/grep.el (grep-probe): Use `process-file'.
5122         (grep-compute-defaults): Handle variables host specific.
5124         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
5125         parameter IDENTIFICATION.
5127         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
5128         parameter IDENTIFICATION.
5129         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
5130         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
5131         Add entry for `set-file-times'.
5132         (tramp-do-copy-or-rename-file-via-buffer)
5133         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
5134         (tramp-handle-unhandled-file-name-directory): Rewrite.
5135         (tramp-convert-file-attributes): Add error handling when inode is
5136         extraordinary big.
5137         (tramp-get-inode): Change parameter from FILE to VEC.
5138         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
5139         is nil.  This is according to the specification.  Goto (point-max)
5140         when ready.
5141         (tramp-handle-shell-command): Rewrite completely, using
5142         `process-file' and `start-file-process'.
5143         (tramp-methods, tramp-find-shell)
5144         (tramp-open-connection-setup-interactive-shell)
5145         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
5146         var.  Reported by Steve Youngs <steve@sxemacs.org>.
5148         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
5149         entry for `set-file-times'.  Rename `start-process' into
5150         `start-file-process'.  Remove `call-process' entry.
5151         (tramp-fish-handle-set-file-times): New defun.
5152         (tramp-fish-handle-executable-find): Use `process-file'.
5153         (tramp-fish-handle-process-file): New defun.  Replaces
5154         `tramp-fish-handle-call-process'.
5155         (tramp-fish-do-copy-or-rename-file-directly): Use
5156         `set-file-times'.
5157         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
5159         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
5160         `tramp-get-inode' parameter.
5162 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5164         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
5165         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
5166         nowadays, and by the time Emacs-23 comes out, nobody will even remember
5167         it has ever existed.
5169 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
5171         * vc.el: Undo previous change.
5173 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
5175         * makefile.w32-in (clean): Don't delete *~.
5177 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5179         * textmodes/tex-mode.el (tex-verbatim-environments):
5180         Add safe-local-variable property.
5181         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
5182         when starting font-lock rather than when loading tex-mode.el.
5184         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
5185         whole $( rather than just the $.  Rename from sh-quoted-subshell.
5186         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
5188 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
5190         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
5191         bookmark-alist.  Instead, if not sorting, simply return it.
5192         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
5193         for its return value, not for its side effect.
5195         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
5196         case of alignment under a constant symbol, find and consider
5197         the sexp actually at indentation to be the "last sexp".
5199 2007-07-16  Drew Adams  <drew.adams@oracle.com>
5201         * mouse.el (mouse-yank-secondary): Better error message if no
5202         secondary selection.
5204 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
5206         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
5208         * term/xterm.el (xterm-turn-on-modify-other-keys)
5209         (xterm-turn-off-modify-other-keys): New functions.
5210         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
5211         terminal supports it.
5213 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
5215         * bookmark.el (bookmark-show-all-annotations):
5216         Make sure each inserted annotation ends with newline.
5218 2007-07-15  Richard Stallman  <rms@gnu.org>
5220         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
5222         * tutorial.el (tutorial--find-changed-keys):
5223         Handle C-x specially like ESC.
5225 2007-07-15  Aaron Hawley  <aaronh@garden.org>
5227         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
5229 2007-07-15  Juri Linkov  <juri@jurta.org>
5231         * delsel.el (delete-selection-pre-hook):
5232         * emulation/cua-base.el (cua-paste): Before a yank command,
5233         check also whether last-command is one of mouse-save-then-kill,
5234         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
5236 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
5238         * recentf.el (recentf-keep-default-predicate): New defun.
5239         (recentf-keep): Use it as initial value.
5241 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
5243         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
5244         thus restoring bookmark bindings to three slots under C-x r.  See
5245         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
5247 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
5249         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
5251 2007-07-15  Jason Rumney  <jasonr@gnu.org>
5253         * w32-fns.el (set-default-process-coding-system): Use dos line ends
5254         for input to cmdproxy on all versions of Windows.
5255         Use dos line ends for input to plink.
5257         * comint.el (comint-simple-send): Concat newline before sending.
5258         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
5260 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5262         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
5263         safe-local-variable setting.
5265 2007-07-14  David Kastrup  <dak@gnu.org>
5267         * emacs-lisp/advice.el (defadvice): Doc fix.
5269 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
5271         * subr.el (when, unless): Doc fix.
5273 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
5275         * replace.el (match): Use yellow1 instead of yellow.
5277         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
5278         red.
5280         * pcvs-info.el (cvs-unknown): Likewise.
5282 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
5284         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
5285         (install): Use them to copy all *.el files before *.elc.
5287 2007-07-13  Drew Adams  <drew.adams@oracle.com>
5289         * bookmark.el (bookmark-jump-other-window): New function.
5290         (bookmark-map): Bind it to "o".
5292         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
5293         and its thread contains discussion about this change.
5294         The original patch was slightly tweaked by Karl Fogel
5295         <kfogel@red-bean.com> before committing.
5297 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
5299         * bookmark.el: Shorten some comments to fit within 80 lines.
5301 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
5303         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
5304         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
5305         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
5306         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
5308 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
5310         * textmodes/org.el: Bug fixes.
5311         (org-end-of-line): Move to end of line if in headline without tags.
5313 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5315         * vc-hooks.el: Remove spurious * in docstrings.
5316         (vc-handled-backends): Add BZR.
5318         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
5320 2007-07-12  Davis Herring  <herring@lanl.gov>
5322         * desktop.el (desktop-buffer-info, desktop-save):
5323         Use `desktop-dirname' instead of `dirname'.
5325 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
5327         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
5329         * progmodes/python.el (python-which-func-length-limit): New var.
5330         (python-which-func): New function.
5331         (python-current-defun): Add optional `length-limit' and try to fit
5332         computed function name to that length.
5333         (python-mode): Hook `python-which-func' up.
5335 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
5337         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
5339         * comint.el (comint-dynamic-complete-as-filename):
5340         Use read-file-name-completion-ignore-case.
5342 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5344         * comint.el (comint-dynamic-list-filename-completions):
5345         Use read-file-name-completion-ignore-case.
5347         * vc-cvs.el: Require CL.
5348         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
5349         New functions to provide completion of revision names.
5351         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
5352         (vc-cvs-annotate-first-line-re): New const.
5353         (vc-cvs-annotate-process-filter): New fun.
5354         (vc-cvs-annotate-command): Use them and run the command asynchronously.
5356 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
5358         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
5359         (eldoc-print-current-symbol-info): Adjust for changed helper
5360         function signatures.
5361         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
5362         `eldoc-highlight-function-argument'.
5363         (eldoc-highlight-function-argument): New function.
5364         (eldoc-get-var-docstring): Format documentation with
5365         `font-lock-variable-name-face'.
5366         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
5367         where suited.
5368         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
5369         (eldoc-beginning-of-sexp): Return number of skipped sexps.
5371 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
5373         * progmodes/compile.el (compilation-start): `start-process' must
5374         still be redefined when calling `start-process-shell-command'.
5376         * progmodes/gud.el (gud-file-name): When `default-directory' is a
5377         remote file name, prepend its remote part to the filename.
5378         (gud-common-init): When `default-directory' is a remote file name,
5379         make the filename relative to it.
5380         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
5382 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
5384         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
5385         mouse binding and a tooltip.
5387 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5389         * menu-bar.el (vc-menu-map): New defalias.
5391 2007-07-10  Richard Stallman  <rms@gnu.org>
5393         * emacs-lisp/lisp-mode.el (eval-defun):
5394         Explain special handling of `defface'.
5396 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
5398         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
5400         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
5402 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5404         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
5406         * vc-arch.el (vc-arch-complete): Remove.
5407         (vc-arch-revision-completion-table): Use complete-with-action.
5409         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
5410         (complete-with-action): New function.
5411         (dynamic-completion-table): Use it.
5413 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
5415         * comint.el (make-comint, make-comint-in-buffer)
5416         (comint-exec-1): Replace `start-process' by `start-file-process'.
5418         * progmodes/compile.el (compilation-start): Revert redefining
5419         `start-process'.
5421 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5423         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
5424         with EOLs when generating MD5 checksums.
5426         * follow.el: Don't change the global map from the follow-mode-map
5427         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
5428         XEmacs code.
5429         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
5430         since `follow-mode' should be used instead for that.
5432         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
5433         (easy-menu-do-define): Use it.
5434         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
5436         * progmodes/compile.el (compilation-auto-jump-to-first-error)
5437         (compilation-auto-jump-to-next): New vars.
5438         (compilation-auto-jump): New function.
5439         (compilation-error-properties): Use them to jump to first error.
5440         (compilation-start): Set the var if requested.
5442         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
5443         duplicates without also removing entries from other directories.
5445 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
5447         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
5448         Remember span as default.
5449         (org-columns-edit-value): Rename from `org-column-edit'.
5450         (org-columns-display-here-title): Rename from
5451         `org-overlay-columns-title'.
5452         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
5453         (org-columns-get-autowidth-alist): Rename from
5454         `org-get-columns-autowidth-alist'.
5455         (org-columns-display-here): Rename from `org-overlay-columns'.
5456         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
5457         (org-columns-quit): Rename from `org-column-quit'.
5458         (org-columns-show-value): Rename from `org-column-show-value'.
5459         (org-columns-content, org-columns-widen)
5460         (org-columns-next-allowed-value)
5461         (org-columns-edit-allowed, org-columns-store-format)
5462         (org-columns-uncompile-format, org-columns-redo)
5463         (org-columns-edit-attributes, org-delete-property)
5464         (org-set-property, org-columns-update)
5465         (org-columns-compute, org-columns-eval)
5466         (org-columns-not-in-agenda, org-columns-compute-all)
5467         (org-property-next-allowed-value)
5468         (org-columns-compile-format)
5469         (org-fill-paragraph-experimental)
5470         (org-string-to-number, org-property-action)
5471         (org-columns-move-left, org-columns-new)
5472         (org-column-number-to-string)
5473         (org-property-previous-allowed-value)
5474         (org-at-property-p, org-columns-delete)
5475         (org-columns-previous-allowed-value)
5476         (org-columns-move-right, org-columns-narrow)
5477         (org-property-get-allowed-values)
5478         (org-verify-version, org-column-string-to-number)
5479         (org-delete-property-globally): New functions.
5480         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
5481         (org-columns-overlays): Rename from `org-column-overlays'.
5482         (org-columns-map): Rename from `org-column-map'.
5483         (org-columns-current-maxwidths): Rename from
5484         `org-current-columns-maxwidths'.
5485         (org-columns-begin-marker, org-columns-current-fmt-compiled)
5486         (org-previous-header-line-format)
5487         (org-columns-inhibit-recalculation)
5488         (org-columns-top-level-marker): New variables.
5489         (org-columns-default-format): Rename from `org-default-columns-format'.
5490         (org-property-re): New constant.
5492 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
5494         * subr.el (looking-at-p, string-match-p): New functions.
5496 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
5498         * textmodes/tex-mode.el (tex-fontify-script)
5499         (tex-font-script-display): New variables to make display of
5500         superscripts and subscripts customizable.
5501         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
5503 2007-07-09  Richard Stallman  <rms@gnu.org>
5505         * isearch.el (isearch-edit-string): Call to isearch-push-state
5506         after the search.
5508 2007-07-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5510         * window.el (fit-window-to-buffer): Remove setting of window-min-height
5511         to 1 as enlarge-window uses the value to resize/shrink windows other
5512         than WINDOW if needed.
5514 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5516         * cus-start.el (file-coding-system-alist): Fix custom type.
5518 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
5520         * longlines.el (longlines-wrap-region): Avoid marking buffer as
5521         modified.
5522         (longlines-auto-wrap, longlines-window-change-function):
5523         Remove unnecessary calls to set-buffer-modified-p.
5525 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5527         * cus-start.el (file-coding-system-alist): Fix custom type.
5529 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5531         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
5532         (vc-cvs-checkout): Remove last arg now unused; simplify.
5534 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
5536         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
5538         * net/tramp.el:
5539         * net/tramp-ftp.el:
5540         * net/tramp-smb.el:
5541         * net/tramp-uu.el:
5542         * net/trampver.el: Migrate to Tramp 2.1.
5544         * net/tramp-cache.el:
5545         * net/tramp-fish.el:
5546         * net/tramp-gw.el: New Tramp packages.
5548         * net/tramp-util.el:
5549         * net/tramp-vc.el: Removed.
5551         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
5552         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
5554         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
5556         * progmodes/compile.el (compilation-start): Redefine
5557         `start-process' temporarily when `default-directory' is remote.
5558         Remove case of synchronous compilation, this won't happen ever.
5559         (compilation-setup): Make local variable `comint-file-name-prefix'
5560         for remote compilation.
5562 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
5564         * novice.el (disabled-command-function): Fit window to buffer to
5565         make last line visible.
5566         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
5568         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
5569         when handling the terminating event.
5571 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
5573         * calc/calc.el (math-read-number-simple): Remove leading 0s.
5574         (math-bignum-digit-length): Change to optimal value.
5576         * calc/calc-bin.el (math-bignum-logb-digit-size)
5577         (math-bignum-digit-power-of-two): Evaluate when compiled.
5579         * calc/calc-comb.el (math-small-factorial-table)
5580         (math-init-random-base, math-prime-test): Remove unnecessary calls
5581         to `math-read-number-simple'.
5583         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
5584         (math-approx-gamma-const): Add docstrings.
5586         * calc/calc-forms.el (math-julian-date-beginning)
5587         (math-julian-date-beginning-int): New constants.
5588         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
5589         Use the new constants.
5591         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
5593         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
5594         Add docstrings.
5596 2007-07-07  Tom Tromey  <tromey@redhat.com>
5598         * vc.el (vc-annotate): Jump to line and output message only after the
5599         process is really all done.
5601 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5603         * vc.el (vc-exec-after): Don't move point from the sentinel.
5604         Forcefully read all the remaining text in the pipe upon process exit.
5605         (vc-annotate-display-autoscale, vc-annotate-lines):
5606         Don't stop at the first unrecognized line.
5607         (vc-annotate-display-select): Run autoscale after the process is done
5608         since it depends on the whole result.
5610 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
5612         * term/w32-win.el (menu-bar-open): New function.
5613         Bind <f10> to it.
5615 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
5617         * simple.el (start-file-process): New defun.
5619 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5621         * files.el (find-file-confirm-nonexistent-file): Rename from
5622         find-file-confirm-inexistent-file.  Update users.
5624         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
5625         format of autoload block where the file's time-stamp is replaced by its
5626         MD5 checksum.
5627         (autoload-generate-file-autoloads): Use MD5 checksum instead of
5628         time-stamp for secondary autoloads files.
5629         (update-directory-autoloads): Remove duplicate entries.
5630         Use time-less-p for time-stamps, as done in autoload-find-destination.
5632 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
5634         * calc/calc.el (math-read-number): Replace number by variable.
5635         (math-read-number-simple): Properly parse small integers.
5637 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
5639         * vc.el: Fix doc for the checkout function.
5641 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
5643         * vc-hg.el (vc-hg-root): New function.
5644         (vc-hg-registered): Use it.
5645         (vc-hg-diff-tree): New defalias.
5646         (vc-hg-responsible-p): Likewise.
5647         (vc-hg-checkout): Comment out, not needed.
5648         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
5649         (vc-hg-find-version, vc-hg-next-version): New functions.
5651 2007-07-06  Andreas Schwab  <schwab@suse.de>
5653         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
5654         dynamic bindings around the evaluation of the expression.
5655         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
5657 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5659         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
5660         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
5661         Use run-hooks rather than run-mode-hooks.
5663 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
5665         * calc/calc-comb.el (math-random-digit): Rename to
5666         `math-random-three-digit-number'.
5667         (math-random-digits): Don't depend on representation of integer.
5669         * calc/calc-bin.el (math-bignum-logb-digit-size)
5670         (math-bignum-digit-power-of-two): New constants.
5671         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
5672         (math-not-bignum, math-clip-bignum): Use the constants
5673         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
5674         instead of their values.
5675         (math-clip): Use math-small-integer-size instead of its value.
5677         * calc/calc.el (math-add-bignum): Replace number by constant.
5679 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
5681         * wid-edit.el (widget-documentation-string-value-create):
5682         Insert indentation spaces.
5684 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
5686         * emacs-lisp/byte-opt.el: Revert last change.
5688 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
5690         * vc-hooks.el (vc-handled-backends): Add HG.
5692         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
5694 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5696         * complete.el (PC-do-complete-and-exit): Add support for the new
5697         `confirm-only' confirmation mode.
5699 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
5701         * cus-edit.el (custom-commands): New variable.
5702         (custom-tool-bar-map): New variable.  Initialize using
5703         `custom-commands'.
5704         (custom-mode): Use `custom-tool-bar-map'.
5705         (custom-buffer-create-internal): Insert action buttons only if
5706         tool bar is not used.  Use `custom-commands'.
5707         (Custom-help, custom-command-apply): New function.
5708         (custom-command-apply, Custom-set, Custom-save)
5709         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
5710         Use `custom-command-apply' instead of duplicating code.
5711         (customize-group-other-window): Call `customize-group' instead of
5712         duplicating code.
5713         (customize-face-other-window): Call `customize-face' instead of
5714         duplicating code.
5715         (customize-group, customize-face): Add optional args for opening
5716         in another window.
5717         (custom-variable-tag): Don't inherit `variable-pitch' face.
5718         (custom-group-tag): Inherit `variable-pitch' face.
5719         (custom-variable-value-create): Set documentation indentation.
5720         (custom-group-value-create): Make group name a link, instead of
5721         using an extra "go to group" button.
5722         (custom-prompt-variable, custom-group-set, custom-group-save)
5723         (custom-group-reset-current, custom-group-reset-saved)
5724         (custom-group-reset-standard): Minor cleanup.
5726 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
5728         * Makefile.in (bootstrap-prepare): When copying from
5729         ldefs-boot.el, make sure loaddefs.el is writeable.
5731         (bootstrap-prepare): Make $(lisp)/ps-print.el
5732         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
5734 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
5736         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
5737         only caller, and delete.
5738         (vc-hg-state): Deal with exceptions and only parse the output on
5739         successful return.
5740         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
5741         caller, and delete.
5742         (vc-hg-workfile-version): Deal with exceptions and only parse the
5743         output on successful return.
5744         (vc-hg-revert): New function.
5746 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
5748         * calculator.el (calculator-expt): Use more cases to determine
5749         the value.
5751 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
5753         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
5754         file names.
5756 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
5758         * calculator.el (calculator-expt, calculator-integer-p):
5759         New functions.
5760         (calculator-fact): Check to see if the factorial will be too
5761         large before computing it.
5762         (calculator-initial-operators): Use `calculator-expt' to
5763         compute "^".
5764         (calculator-mode): Mention that results which are too large
5765         will return inf.
5766         * calc/calc-comb.el (math-small-factorial-table): Replace list
5767         by vector.
5769 2007-07-03  David Kastrup  <dak@gnu.org>
5771         * shell.el: On request of the authors, remove their addresses for
5772         the sake of bug reports, and add the developer list address as
5773         maintainer information.
5775 2007-07-03  Richard Stallman  <rms@gnu.org>
5777         * files.el (make-directory): Doc fix.
5778         (find-file-confirm-inexistent-file): Make it a defcustom.
5779         Make nil the default.
5781 2007-07-02  Richard Stallman  <rms@gnu.org>
5783         * startup.el (command-line): Set buffer-offer-save in *scratch*
5784         and enable auto-save in it.
5786 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
5788         * textmodes/org.el (orgstruct-mode-map): New variable.
5789         (orgstruct-mode): New minor mode.
5790         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
5791         (orgstruct-make-binding, org-context-p, org-get-local-variables)
5792         (org-run-like-in-org-mode): New functions.
5793         (org-cycle-list-bullet): New command.
5794         (org-special-properties, org-property-start-re)
5795         (org-property-end-re): New constants.
5796         (org-with-point-at): New macro.
5797         (org-get-property-block, org-entry-properties, org-entry-get)
5798         (org-entry-delete, org-entry-get-with-inheritance)
5799         (org-entry-put, org-buffer-property-keys): New functions.
5800         (org-insert-property-drawer): New command.
5801         (org-entry-property-inherited-from): New variable.
5802         (org-column): New face.
5803         (org-column-overlays, org-current-columns-fmt)
5804         (org-current-columns-maxwidths, org-column-map): New variables.
5805         (org-column-menu): New menu.
5806         (org-new-column-overlay, org-overlay-columns)
5807         (org-overlay-columns-title, org-remove-column-overlays)
5808         (org-column-show-value, org-column-quit, org-column-edit): New
5809         functions.
5810         (org-columns, org-agenda-columns): New commands.
5811         (org-get-columns-autowidth-alist): New functions.
5812         (org-properties): New customize group.
5813         (org-default-columns-format): New option.
5814         (org-priority): Realign tags after changing priority.
5815         (org-preserve-lc): New macro.
5816         (org-update-checkbox-count): Catch case when there is no headline.
5817         (org-agenda-quit): Remove any column overlays.
5818         (org-beginning-of-item-list): Fixed bug when non-item line is
5819         indented too deep.
5820         (org-cached-props): New variable.
5821         (org-cached-entry-get): New function.
5822         (org-make-tags-matcher): Handle property matches.
5823         (org-table-recalculate): Swap evaluation order: Field formula
5824         first, then column formulas, but don't allow them to overwrite the
5825         field formulas.
5826         (org-table-eval-formula): New argument untouchable.
5827         (org-table-put-field-property): New function.
5829 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
5831         * help-mode.el (help-make-xrefs): Skip spaces too when
5832         skipping tabs.
5834         * ffap.el (dired-at-point-prompter): Improve prompt in
5835         list-directory case.
5837 2007-07-01  Richard Stallman  <rms@gnu.org>
5839         * files.el (find-file-visit-truename): Fix safe-local-variable value.
5841 2007-07-01  Richard Stallman  <rms@gnu.org>
5843         * cus-start.el (max-mini-window-height): Added.
5845 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
5847         * complete.el (partial-completion-mode): Remove advice of
5848         read-file-name-internal.
5849         (PC-do-completion): Rebind minibuffer-completion-table.
5850         (PC-read-file-name-internal): New function doing what
5851         read-file-name-internal advice did.
5853 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
5855         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
5856         property on a few symbols.
5857         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
5858         (byte-optimize-lapcode): Remove bindings that are not referenced
5859         and certainly will not effect through dynamic scoping.
5861 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5863         * files.el (find-file-confirm-inexistent-file): New var.
5864         (find-file, find-file-other-window, find-file-other-frame)
5865         (find-file-read-only, find-file-read-only-other-window)
5866         (find-file-read-only-other-frame): Use it.
5868 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5870         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
5872 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
5874         * generic-x.el (generic-define-mswindows-modes)
5875         (generic-define-unix-modes, apache-log-generic-mode)
5876         (bat-generic-mode-keymap, java-manifest-generic-mode)
5877         (show-tabs-generic-mode): Fix typos in docstrings.
5879 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
5881         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
5882         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
5883         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
5884         (rcirc-print): Never ignore messages from ourself.
5886 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5888         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
5889         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
5891 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5893         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
5894         replace-regexp-in-string.
5896 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5898         * emacs-lisp/cl.el: Set edebug and indentation before loading
5899         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
5901 2007-06-28  Andreas Schwab  <schwab@suse.de>
5903         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
5904         $(lisp)/subdirs.el.
5906 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
5908         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
5909         the speedbar frame if nil; that deletes the current frame or
5910         causes an error if it is the only frame.
5911         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
5913 2007-06-28  Kevin Ryde  <user42@zip.com.au>
5915         * textmodes/nroff-mode.el: Groff \# comments.
5916         (nroff-mode-syntax-table): \# comment intro,
5917         plain # as punct per global table.
5918         (nroff-font-lock-keywords): Add # as a single char escape.
5919         (nroff-mode): In comment-start-skip, match \#.
5921 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5923         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
5924         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
5925         point-min == 1.
5927 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
5929         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
5930         Rename and move to...
5932         * subr.el (strings->string, string->strings): ...here.
5934         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
5935         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
5937         * progmodes/gud.el (gud-common-init): Call string->strings instead
5938         of split-string.
5940 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
5942         * dired-aux.el: Remove `dired-call-process'.
5943         (dired-check-process): Call `process-file'.
5945         * wdired.el (wdired-do-perm-changes): Call `process-file'.
5947         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
5948         `ange-ftp-process-file'.
5950 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5952         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
5954         * emacs-lisp/cl-extra.el:
5955         * emacs-lisp/cl-seq.el:
5956         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
5957         Add autoload cookies on all defs autoloaded manually in cl.el.
5959         * emacs-lisp/cl-loaddefs.el: New file.
5961         * textmodes/texinfmt.el (texinfo-raisesections-alist)
5962         (texinfo-lowersections-alist): Merge definition and declaration.
5963         (texinfo-start-of-header, texinfo-end-of-header): Remove.
5964         (texinfo-format-syntax-table): Merge init into declaration.
5965         (texinfo-format-parse-line-args, texinfo-format-parse-args)
5966         (texinfo-format-parse-defun-args, texinfo-format-node)
5967         (texinfo-push-stack, texinfo-multitable-widths)
5968         (texinfo-define-info-enclosure, texinfo-alias)
5969         (texinfo-format-defindex, batch-texinfo-format): Use push.
5970         (texinfo-footnote-number): Remove duplicate declaration.
5972         * ps-print.el: Update with auto-generated autoloads.
5974         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
5976 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5978         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
5979         relative to current dir for file-local settings.
5980         (autoload-generate-file-autoloads): Add `outfile' arg.
5981         (update-directory-autoloads): Use it to directly call
5982         autoload-generate-file-autoloads instead of going through
5983         update-file-autoloads so we avoid redundant searches and so we can know
5984         the set of buffers changed so we can save them all.
5986         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
5987         rather than throwing `up-to-date'.
5988         (autoload-generate-file-autoloads): Adjust correspondingly.
5989         (update-file-autoloads): Be careful to let-bind
5990         autoload-modified-buffers and adjust to new calling conventions.
5991         (autoload-modified-buffers): Make it a dynamically scoped var.
5992         (update-directory-autoloads): Use file-relative-name instead of
5993         autoload-trim-file-name.
5994         (autoload-insert-section-header): Don't use autoload-trim-file-name
5995         since the file is already relative now.
5996         (autoload-trim-file-name): Remove.
5998         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
5999         (vc-arch-complete, vc-arch--version-completion-table)
6000         (vc-arch-revision-completion-table): New functions to provide
6001         completion of revision names.
6002         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
6003         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
6004         to let the user trim the revlib.
6006         * vc.el: Add new VC operation `revision-completion-table'.
6007         (vc-default-revision-completion-table): New function.
6008         (vc-version-diff, vc-version-other-window): Use it to provide
6009         completion of revision names if the backend provides it.
6011         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
6013         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
6014         of newer .svn/entries.
6016 2007-06-25  David Kastrup  <dak@gnu.org>
6018         * calc/calc-poly.el (math-padded-polynomial)
6019         (math-partial-fractions): Add some function comments.
6021 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6023         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6024         Make `outbuf' optional.
6025         (update-file-autoloads): Use it.
6027 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6029         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
6030         (autoload-find-destination): Keep it uptodate.
6031         (autoload-save-buffers): New fun.
6032         (update-file-autoloads): Use it.  Re-add the "up to date" message.
6034         * emacs-lisp/autoload.el: Refactor for upcoming changes.
6035         (autoload-find-destination): New function extracted from
6036         update-file-autoloads.
6037         (update-file-autoloads): Use it.
6038         (autoload-generate-file-autoloads): New function extracted from
6039         generate-file-autoloads.  Use file-relative-name.  Delay computation of
6040         output-start to the first cookie.  Remove done-any, replaced by
6041         output-start.
6042         (generate-file-autoloads): Use it.
6044 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
6046         * calc/calc-comb.el (math-init-random-base, math-prime-test):
6047         Use math-read-number-simple to insert constants.
6048         (math-prime-test): Redo calculation of sum.
6050         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
6052         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
6053         math-scale-bignum-3.
6054         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
6055         math-bignum-digit-size.
6056         (math-isqrt-small): Add another possible initial guess.
6058 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6060         * textmodes/bibtex.el (bibtex-entry-format): New options
6061         `whitespace', `braces', and `string'.
6062         (bibtex-field-braces-alist, bibtex-field-strings-alist)
6063         (bibtex-field-braces-opt, bibtex-field-strings-opt)
6064         (bibtex-cite-matcher-alist): New variables.
6065         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
6066         (bibtex-flash-head): Use blink-matching-delay.
6067         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
6068         (bibtex-format-entry, bibtex-reformat): Handle new options of
6069         bibtex-entry-format.
6070         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
6071         New functions.
6072         (bibtex-complete-internal): Do not display messages while
6073         minibuffer is used.  Do not leave around a completions buffer
6074         that is out of date.
6075         (bibtex-copy-summary-as-kill): New optional arg.
6076         (bibtex-font-lock-url): New optional arg no-button.
6077         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
6078         (bibtex-url): Allow multiple URLs per entry.
6080 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6082         * emacs-lisp/autoload.el (autoload-generated-file): New function.
6083         (update-file-autoloads, update-directory-autoloads): Use it.
6084         (autoload-file-load-name): New function.
6085         (generate-file-autoloads, update-file-autoloads): Use it.
6086         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
6087         (generate-file-autoloads): If the autoloaded form is malformed,
6088         indicate the problem with a warning instead of aborting.
6090 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
6092         * simple.el (next-error-recenter): Accept `(4)' as well;
6093         also, specify `integer' instead of `number'.
6095 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
6097         * ls-lisp.el (insert-directory): If an invalid regexp error is
6098         thrown, try using FILE as a literal file name, not a wildcard.
6100 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
6102         * ruler-mode.el (ruler-mode): Prevent clobbering the original
6103         `header-line-format' when reentering ruler mode.
6105 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
6107         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
6108         FILE exists as a file.
6110 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
6112         * calc/calc.el (math-bignum-digit-length)
6113         (math-bignum-digit-size, math-small-integer-size):
6114         New constants.
6115         (math-normalize, math-bignum-big, math-make-float)
6116         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
6117         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
6118         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
6119         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
6120         (math-quotient, math-div-bignum, math-div-bignum-digit)
6121         (math-div-bignum-part, math-format-bignum-decimal)
6122         (math-read-bignum): Use math-bignum-digit-length,
6123         math-bignum-digit-size and math-small-integer-size.
6125         * calc/calc-ext.el (math-fixnum-big): Use the variable
6126         math-bignum-digit-size.
6128 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
6130         * log-view.el (log-view-mode-menu): New menu.
6132 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6134         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
6135         differently.
6137         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
6138         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
6140 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
6142         * vc-hg.el (vc-hg-print-log): Insert the file name.
6143         (vc-hg-log-view-mode): Fontify the file name.
6145 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
6147         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
6148         (calcFunc-julian): Fix incorrect number used in calculations.
6150 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
6152         * simple.el (next-error-recenter): New defcustom.
6153         (next-error, next-error-internal): Recenter if specified,
6154         immediately prior to running `next-error-hook'.
6156         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
6157         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
6159         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
6161 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
6163         * calc/calc-comb.el (math-small-factorial-table): New variable.
6164         (calcFunc-fact): Use `math-small-factorial-table'.
6166         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
6167         initial values.
6168         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
6169         New variables to use in caches.
6171         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
6172         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
6174         * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
6175         (math-bernoulli-b-cache): Use math-read-number-simple to insert
6176         bignums.
6178         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
6179         New variables to use in caches.
6181 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
6183         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
6185         * vc-hg.el (vc-hg-log-view-mode): New mode.
6187 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
6189         * calc/calc.el (math-read-number-simple): New function.
6191 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6193         * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
6194         (vera-font-lock-match-item): Fix doc string.
6195         (vera-in-comment-p): Remove unused function.
6196         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
6197         use `syntax-ppss'.
6198         (vera-forward-syntactic-ws): Fix argument order.
6199         (vera-prepare-search): Use `with-syntax-table'.
6200         (vera-indent-line): Fix doc string.
6201         (vera-electric-tab): Fix doc string.
6202         (vera-expand-abbrev): Define alias instead of using `fset'.
6203         (vera-comment-uncomment-region): Use `comment-start-skip'.
6205 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
6207         * textmodes/org.el (org-export-with-footnotes): New option.
6208         (org-export-as-html): Fix replacement bug for XEmacs.
6209         (org-agenda-default-appointment-duration): New option.
6211 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
6213         * vc-hg.el: Add to do items.
6214         (vc-hg-diff): Add support for comparing different revisions.
6215         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
6216         (vc-hg-annotate-extract-revision-at-line)
6217         (vc-hg-previous-version, vc-hg-checkin): New functions.
6218         (vc-hg-annotate-re): New constant.
6220 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
6222         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
6224 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6226         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
6227         buffer-local value of log-view-*-re if applicable.
6229         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
6230         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
6231         (vc-bzr-command*): Remove both (incompatible) versions.
6232         (vc-bzr-do-command*): Remove.
6233         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
6234         Remove by folding into its only caller vc-bzr-command.
6235         (vc-bzr-command): Always set the environment, even when ineffective.
6236         (vc-bzr-version): Minor fix up.
6237         (vc-bzr-admin-dirname): New var.
6238         (vc-bzr-bzr-dir): Remove.
6239         (vc-bzr-root-dir): New fun.
6240         (vc-bzr-registered): Use it.  Add an autoloaded version.
6241         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
6242         (vc-bzr-view-log-function): Remove.
6243         (vc-bzr-log-view-mode): New major mode to replace it.
6244         (vc-bzr-print-log): Only activate the old hack if needed.
6246         * vc.el (vc-default-log-view-mode): New function.
6247         (vc-print-log): Add new `log-view-mode' VC operation.
6249 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
6251         * ido.el (ido-find-file-in-dir): Don't signal an error for
6252         empty directories.
6254         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
6256         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
6257         directory where the desktop file was found, as the docstring says.
6258         (desktop-kill): Use `read-directory-name'.
6260 2007-06-20  Alan Mackenzie  <acm@muc.de>
6262         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
6263         When removing lines, also remove the \n.  Correction of patch of
6264         2007-04-21.
6266 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
6268         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
6269         event is not a cons cell.  Do not unread drag-mouse-1 events.
6270         Select right window in check whether space was stolen from
6271         window above.
6273         * help-mode.el (help-make-xrefs): Adjust position of new forward
6274         button.
6276 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
6278         * vc-bzr.el (vc-bzr-with-process-environment)
6279         (vc-bzr-std-process-invocation): New macros.
6280         (vc-bzr-command, vc-bzr-command*): Use them.
6281         (vc-bzr-with-c-locale): Remove.
6282         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
6283         (vc-bzr-buffer-nonblank-p): New function.
6284         (vc-bzr-state-words): New const.
6285         (vc-bzr-state): Look for `bzr status` keywords in output.
6286         Display everything else as a warning message to the user.
6287         Fix status report with bzr >= 0.15.
6289 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
6291         * vc-hg.el (vc-hg-global-switches): Simplify.
6292         (vc-hg-state): Handle more states.
6293         (vc-hg-diff): Fix doc-string.
6294         (vc-hg-register): New function.
6295         (vc-hg-checkout): Likewise.
6297 2007-06-20  Reto Zimmermann  <reto@gnu.org>
6299         * progmodes/vera-mode.el: New file.
6301 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
6303         * calc/calc.el (calc-multiplication-has-precendence):
6304         New variable.
6305         (math-standard-ops, math-standard-ops-p, math-expr-ops):
6306         New functions.
6307         (math-expr-opers): Define using math-standard-ops rather than
6308         math-standard-opers.
6309         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
6310         equal the function math-standard-ops rather than the variable
6311         math-standard-opers.
6312         (calc-algebraic-entry): Let math-expr-opers equal
6313         math-standard-ops or math-expr-ops, as appropriate.
6314         (math-expr-read-level, math-read-factor): Let math-expr-opers
6315         equal math-expr-ops.
6316         * calc/calc-embed.el (calc-embedded-finish-edit):
6317         Let math-expr-opers equal the function math-standard-ops
6318         rather than the variable math-standard-opers.
6319         * calc/calc-ext.el (math-read-plain-expr)
6320         (math-format-flat-expr-fancy): Let math-expr-opers equal the
6321         function math-standard-ops rather than the variable
6322         math-standard-opers.
6323         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
6324         Let math-expr-opers equal the function math-standard-ops rather
6325         than the variable math-standard-opers.
6326         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
6327         equal the function math-standard-ops rather than the variable
6328         math-standard-opers.
6329         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
6330         equal the function math-standard-ops rather than the variable
6331         math-standard-opers.
6332         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
6333         math-expr-ops.
6335 2007-06-19  Ivan Kanis  <apple@kanis.eu>
6337         * vc-hg.el: New file.
6339 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6341         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
6342         with font-lock-multiline.
6344 2007-06-17  Glenn Morris  <rgm@gnu.org>
6346         * lpr.el (lpr-page-header-switches): Move %s to separate element
6347         for correct quoting.  Doc fix.
6349 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6351         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
6352         than setting sgml-xml-mode.
6353         (sgml-mode, html-mode): Set sgml-xml-mode.
6354         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
6355         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
6356         (sgml-electric-tag-pair-before-change-function)
6357         (sgml-electric-tag-pair-flush-overlays): New functions.
6358         (sgml-electric-tag-pair-mode): New minor mode.
6359         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
6360         (sgml-calculate-indent): Use assoc-string.
6362 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
6364         * thingatpt.el (thing-at-point-email-regexp): Don't require two
6365         chars before the "@" in an email address.  Andreas Roehler noticed
6366         this problem.
6368 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
6370         * thingatpt.el: Add support for email addresses (`email').
6371         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
6372         (thing-at-point-email-regexp): New variable.
6373         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
6374         properties on this symbol, with lambda forms for values.
6376 2007-06-15  Masatake YAMATO  <jet@gyve.org>
6378         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
6380         * vc.el (vc-dired-hook): Check the backend returned from
6381         `vc-responsible-backend' can really handle `subdir'.
6383 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
6385         * wid-edit.el (widget-add-documentation-string-button):
6386         Fix handling of documentation indent.
6388 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
6390         * mb-depth.el: New file.
6392 2007-06-15  Masatake YAMATO  <jet@gyve.org>
6394         * vc.el (vc-dired-mode): Show backend name as part of mode name.
6396 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
6398         * wid-edit.el (widget-default-create): Move ?h handling here...
6399         (widget-default-format-handler): ...from here.
6400         (widget-docstring, widget-add-documentation-string-button): New funs.
6401         (documentation-string): Add :visibility-widget property.
6402         (widget-documentation-string-value-create): Use it.
6404         * cus-edit.el (custom-split-regexp-maybe): Simplify.
6405         (custom-buffer-create-internal): Simplify message.
6406         (custom-variable-tag): Reduce height to normal.
6407         (custom-variable-value-create, custom-face-value-create)
6408         (custom-visibility): New widget.
6409         (custom-visibility): New face.
6410         (custom-group-value-create):
6411         Call widget-add-documentation-string-button, using `custom-visibility'.
6413 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6415         * emacs-lisp/bytecomp.el (byte-compile-current-group)
6416         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
6417         change.  Apparently the "warning even if the group is implicit" is
6418         a feature rather than a bug.
6420 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
6422         * viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
6423         Different advices for Emacs and XEmacs.  Compile them conditionally.
6424         (viper-version): Belated version change.
6426 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
6428         * follow.el (follow-all-followers, follow-generic-filter):
6429         * pcomplete.el (pcomplete-restore-windows):
6430         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
6431         (x-dnd-drop-data):
6432         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
6433         * progmodes/python.el (python-complete-symbol):
6434         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
6436 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
6438         * rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
6439         around bright and dim regexps.  Make sure bright and dim matches
6440         use word anchors.  Send text through rcirc-markup functions.
6441         (rcirc-url-regexp): Add single quote character.
6442         (rcirc-connect): Write logs to disk on auto-save-hook.
6443         Make server a non-optional argument.
6444         (rcirc-log-alist): New variable.
6445         (rcirc-log-directory): Make customizable.
6446         (rcirc-log-flag): New customizable variable.
6447         (rcirc-log): New function.
6448         (rcirc-print): Use above function.
6449         (rcirc-log-write): New function.
6450         (rcirc-generate-new-buffer-name): Strip text properties.
6451         (rcirc-switch-to-buffer-function): Remove variable.
6452         (rcirc-last-non-irc-buffer): Remove variable.
6453         (rcirc-non-irc-buffer): Add function.
6454         (rcirc-next-active-buffer): Use above function.
6455         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
6456         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
6457         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
6458         (rcirc-omit-mode): Add minor-mode.
6459         (rcirc-mode-map): Change C-c C-o binding.
6460         (rcirc-mode): Clear mode-line-process.  Use a custom
6461         fill-paragraph-function.  Set up buffer-invisibility-spec.
6462         (rcirc-response-formats): Remove timestamp code.
6463         (rcirc-omit-responses): Add variable.
6464         (rcirc-print): Don't put the overlay arrow on potentially omitted
6465         lines.  Log line to disk.  Record activity for private messages
6466         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
6467         (rcirc-jump-to-first-unread-line): Print message if there is no
6468         unread text.
6469         (rcirc-clear-unread): New function.
6470         (rcirc-markup-text-functions): Add variable.
6471         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
6472         (rcirc-debug): Don't mess with window configuration.
6473         (rcirc-send-message): Send message before printing locally.
6474         Add SILENT argument, do not print message if non-nil.
6475         (rcirc-visible-buffers): New function and variable.
6476         (rcirc-window-configuration-change-1): Add function.
6477         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
6478         server buffer.
6479         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
6480         (rcirc-fill-paragraph): Add function.
6481         (rcirc-record-activity, rcirc-window-configuration-change-1):
6482         Only update the activity string if it has actually changed.
6483         (rcirc-update-activity-string): Remove padding characters from the
6484         mode-line string.
6485         (rcirc-disconnect-buffer): New function to be called when a
6486         channel is parted or the user quits.
6487         (rcirc-server-name): Warn when the server-name hasn't been set.
6488         (rcirc-window-configuration-change): Postpone work until
6489         post-command-hook.
6490         (rcirc-window-configuration-change-1): Update mode-line and
6491         overlay arrows here.
6492         (rcirc-authenticate): Fixc hanserv identification.
6493         (rcirc-default-server): Remove variable.
6494         (rcirc): Connect according to rcirc-connections.
6495         (rcirc-connections): Add variable.
6496         (rcirc-startup-channels-alist): Remove variable.
6497         (rcirc-startup-channels): Remove function.
6499 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6501         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
6503 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
6505         * term/xterm.el (terminal-init-xterm): Escape parens in character
6506         constants.
6508 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6510         * progmodes/sh-script.el: Remove unneeded * from docstrings.
6511         Use [:alpha:] and [:alnum:] where applicable.
6512         (sh-quoted-subshell): Rewrite to correctly
6513         handle nested mixes of `...` and $(...).
6514         (sh-apply-quoted-subshell): Remove.
6515         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
6517         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
6519 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
6521         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
6522         previous change.
6524 2007-06-12  Tom Tromey  <tromey@redhat.com>
6526         * subr.el (user-emacs-directory): New defconst.
6527         * cmuscheme.el (scheme-start-file):
6528         * shell.el (shell):
6529         * completion.el (save-completions-file-name):
6530         * custom.el (custom-theme-directory):
6531         * term/x-win.el (emacs-session-filename):
6532         * filesets.el (filesets-menu-cache-file):
6533         * thumbs.el (thumbs-thumbsdir):
6534         * server.el (server-auth-dir):
6535         * image-dired.el (image-dired-dir):
6536         (image-dired-db-file):
6537         (image-dired-temp-image-file):
6538         (image-dired-gallery-dir):
6539         (image-dired-temp-rotate-image-file):
6540         * play/gamegrid.el (gamegrid-user-score-file-directory):
6541         * savehist.el (savehist-file):
6542         * tutorial.el (tutorial--saved-dir):
6543         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
6545 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
6547         * scroll-lock.el (scroll-lock-mode): Doc fix.
6549 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
6551         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
6553         * ediff-init.el: Doc strings.
6555 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6557         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
6558         (byte-compile-file): Bind it.
6559         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
6560         group argument is provided implicitly.
6561         (byte-compile-format-warn, byte-compile-from-buffer)
6562         (byte-compile-insert-header): Don't hardcode point-min==1.
6563         (byte-compile-file-form-require): Remove unused var old-load-list.
6564         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
6566 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
6568         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
6569         Display error messages.
6570         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
6571         Get rid of cl.el dependencies.
6573         * emulation/viper-init.el (viper-suppress-input-method-change-message):
6574         New variable.
6575         (viper-activate-input-method-action)
6576         (viper-inactivate-input-method-action):
6577         Use viper-suppress-input-method-change-message.
6579         * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
6580         for C-s, C-r.
6582         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
6583         Use viper-replace-overlay-cursor-color instead of
6584         viper-replace-overlay-cursor-color.
6585         (viper-sit-for-short): Use sit-for with 3 arguments.
6587         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
6588         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
6589         to gud-mode.
6591         * ediff-mult.el (ediff-meta-buffer-brief-message)
6592         (ediff-meta-buffer-verbose-message): New variables.
6593         (ediff-meta-buffer-message): Variable deleted.
6594         (ediff-verbose-help-enabled): New variable.
6595         (ediff-toggle-verbose-help-meta-buffer): New function.
6596         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
6597         message options.
6599         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
6600         (ediff-fixup-patch-map): Improve heuristic.
6602 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6604         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
6605         (log-view-font-lock-keywords): Simplify.
6606         (log-view-current-file, log-view-current-tag): Simplify.
6608 2007-06-12  Sam Steingold  <sds@gnu.org>
6610         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
6612 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
6614         * desktop.el (desktop-load-locked-desktop): New option.
6615         (desktop-read): Use it.
6616         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
6617         Use `when'.
6619 2007-06-12  Davis Herring  <herring@lanl.gov>
6621         * desktop.el (desktop-save-mode-off): New function.
6622         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
6623         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
6624         (desktop-claim-lock, desktop-release-lock): New functions.
6625         (desktop-kill): Tell `desktop-save' that this is the last save.
6626         Release the lock afterwards.
6627         (desktop-buffer-info): New function.
6628         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
6629         says to.  Detect conflicts, and manage the lock.
6630         (desktop-read): Detect conflicts.  Manage the lock.
6632 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6634         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
6636         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
6637         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
6638         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
6639         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
6640         keysyms rather than byte sequences.
6641         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
6643 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6645         * font-lock.el (font-lock-add-keywords): In case font-lock was only
6646         half-activated, forcefully activate it completely.
6648 2007-06-11  Richard Stallman  <rms@gnu.org>
6650         * cus-edit.el (custom-variable-type): Doc fix.
6652 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6654         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
6655         (sh-font-lock-flush-syntax-ppss-cache): New functions.
6656         (sh-font-lock-syntactic-keywords): Use them to distinguish the
6657         different possible cases for \'.
6659         * complete.el (PC-bindings): Don't bind things already bound in the
6660         parent keymap.
6662         * textmodes/bibtex-style.el: New file.
6664 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
6666         * vc-bzr.el: New file.
6668 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6670         * vc-svn.el (vc-svn-program): New var.
6671         (vc-svn-command): Use it.
6673 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
6675         * server.el (server-switch-buffer): Remove redundant check.
6677 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
6679         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
6680         Match against file-name-nondirectory.
6681         Fix text on user customization variables.
6682         Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
6684 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
6686         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
6688 2007-06-09  Davis Herring  <herring@lanl.gov>
6690         * desktop.el (desktop-minor-mode-table): Doc fix.
6692 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6694         * textmodes/css-mode.el (css-navigation-syntax-table):
6695         Use set-char-table-range so it also works in the unicode branch.
6697 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
6699         * help-mode.el (help-xref-forward-stack)
6700         (help-xref-stack-forward-item, help-forward-label): New variables.
6701         (help-forward): New button type.
6702         (help-setup-xref): Initialise help-xref-forward-stack.
6703         (help-make-xrefs): Add forward button, if appropriate.
6704         (help-xref-go-back): Push item on forward stack.
6705         (help-xref-go-forward, help-go-forward): New functions.
6707 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
6709         * dired.el (dired-mode-map): Remove spurious separator.
6711 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6713         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
6715         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
6716         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
6718 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
6720         * textmodes/org.el: Version number fixed.
6722 2007-06-07  Glenn Morris  <rgm@gnu.org>
6724         * version.el (emacs-copyright): New constant.
6725         * startup.el (fancy-splash-tail): Use emacs-copyright.
6726         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
6728         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
6729         `make-local'.
6730         (byte-compile-warnings-safe-p): Add `make-local'.
6731         (byte-compile-make-variable-buffer-local):
6732         Allow byte-compile-warnings to suppress this warning.
6734         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
6735         format of "menu" description.
6736         (tutorial--find-changed-keys): Describe the specific menu a
6737         command is in.
6739         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
6740         Rewrite compatibility functions to silence byte-compiler.
6742 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
6744         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
6745         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
6747 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
6749         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
6751 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6753         * progmodes/ebrowse.el (ebrowse-member-table):
6754         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
6755         (org-batch-agenda-csv): Fix typos in docstrings.
6757 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6759         * international/mule-cmds.el (toggle-enable-multibyte-characters)
6760         (sort-coding-systems, search-unencodable-char): Doc fixes.
6761         (coding-system-change-eol-conversion, set-default-coding-systems)
6762         (prefer-coding-system, find-multibyte-characters, princ-list)
6763         (leim-list-entry-regexp, set-input-method, locale-language-names)
6764         (input-method-exit-on-first-char, exit-language-environment-hook)
6765         (locale-charset-language-names): Fix typos in docstrings.
6767 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6769         * pgg.el (pgg-sign-region, pgg-sign):
6770         * ses.el (ses-call-printer):
6771         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
6772         * textmodes/org.el (org-cycle): Fix typos in docstrings.
6774 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
6776         * textmodes/org.el
6777         (org-export-region-as-html, org-replace-region-by-html)
6778         (org-number-to-letters, org-table-fedit-finish)
6779         (org-normalize-color, org-table-fedit-ref-right)
6780         (org-date-to-gregorian, org-table-fedit-move)
6781         (org-table-convert-refs-to-rc, org-calendar-holiday)
6782         (org-table-fedit-toggle-ref-type, org-write-agenda)
6783         (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
6784         (org-defkey, org-encode-for-stdout)
6785         (org-indent-line-function, org-export-as-html-to-buffer)
6786         (org-store-agenda-views, org-update-mode-line)
6787         (org-find-if, org-delete-all)
6788         (org-table-fedit-convert-buffer, org-emphasize)
6789         (org-uniquify, org-table-fedit-lisp-indent)
6790         (org-table-fedit-scroll, org-get-todo-sequence-head)
6791         (org-table-fedit-scroll-down, org-table-fedit-line-down)
6792         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
6793         (org-table-fedit-toggle-coordinates, org-dvipng-color)
6794         (org-table-fedit-line-up, org-table-fedit-ref-down)
6795         (org-table-formula-from-user, org-mode-flyspell-verify)
6796         (org-cycle-show-empty-lines, org-ctrl-c-ret)
6797         (org-table-formula-to-user, org-diary-to-ical-string)
6798         (orgtbl-export, org-table-fedit-post-command)
6799         (org-closed-in-range, org-shiftcontrolright)
6800         (org-table-convert-refs-to-an, org-table-hline-and-move)
6801         (org-table-formula-less-p, org-format-table-ascii)
6802         (org-agenda-get-sexps, org-shift-refpart)
6803         (org-diary-sexp-entry, org-time-string-to-absolute)
6804         (org-table-show-reference, org-letters-to-number)
6805         (org-fix-agenda-info, org-table-fedit-ref-up)
6806         (org-table-fedit-shift-reference, org-table-fedit-abort)
6807         (org-closest-date, org-shiftcontrolleft)
6808         (org-at-heading-or-item-p, org-rematch-and-replace)
6809         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
6810         New functions.
6811         (org-table-edit-scroll-down, org-finish-edit-formulas)
6812         (org-table-edit-next-field, org-abort-edit-formulas)
6813         (org-font-lock-level, org-export-find-first-heading-line)
6814         (org-table-edit-line-down, org-table-edit-backward-field)
6815         (org-edit-formula-lisp-indent, org-table-edit-move)
6816         (org-check-log-option, org-this-word)
6817         (org-table-edit-line-up, org-table-edit-formulas-post-command)
6818         (org-agenda-file-to-end, org-expand-file-name)
6819         (org-fake-empty-table-line, org-table-edit-scroll)
6820         (org-toggle-log-option, org-show-reference): Function removed.
6821         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
6822         New defsubsts.
6823         (org-unmodified, org-batch-store-agenda-views)
6824         (org-batch-agenda-csv): New macro.
6825         (org-agenda-export): New customization group.
6826         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
6827         (org-highest-priority, org-agenda-exporter-settings)
6828         (org-log-done-with-time, org-replace-disputed-keys)
6829         (org-format-latex-header, org-export-table-header-tags)
6830         (org-cycle-separator-lines, org-export-table-data-tags)
6831         (org-icalendar-include-sexps)
6832         (org-empty-line-terminates-plain-lists)
6833         (org-log-repeat, org-special-ctrl-a)
6834         (org-table-use-standard-references, org-disputed-keys)
6835         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
6836         (org-agenda-export-html-style): New option.
6837         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
6838         (org-CUA-compatible): Option removed.
6839         (org-agenda-structure, org-sexp-date): New face.
6840         (org-todo-keywords-for-agenda, org-not-done-keywords)
6841         (org-planning-or-clock-line-re, org-agenda-name)
6842         (org-table-colgroup-info, org-todo-sets)
6843         (constants-unit-system, org-clock-mode-line-entry)
6844         (org-mode-line-timer, org-table-current-begin-pos)
6845         (org-todo-keywords-1, org-mode-line-string)
6846         (org-table-clean-did-remove-column, org-table-fedit-map)
6847         (org-clock-heading, org-table-buffer-is-an)
6848         (org-agenda-info, org-done-keywords)
6849         (org-done-keywords-for-agenda, org-todo-heads)
6850         (org-todo-kwd-alist, org-clock-start-time): New variable.
6851         (org-todo-kwd-priority-p, org-edit-formulas-map)
6852         (org-repeat-re, org-todo-kwd-max-priority)
6853         (org-version, org-done-string)
6854         (org-table-clean-did-remove-column-1, org-disputed-keys):
6855         Remove variables.
6856         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
6857         (org-ts-lengths): Constant removed.
6858         (org-follow-gnus-link): Don't ask how many articles to read.
6859         (org-export-find-first-export-line): Rename from
6860         `org-export-find-first-heading'.
6861         Use `org-export-skip-text-before-1st-heading'.
6862         (org-table-fedit-post-command): Rename from
6863         `org-table-edit-formulas-post-command'.
6864         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
6865         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
6866         (org-table-fedit-lisp-indent): Rename from
6867         `org-edit-formula-lisp-indent'.
6868         (org-table-show-reference): Rename from `org-show-reference'.
6869         (org-table-store-formulas): Use `org-table-formula-less-p'.
6870         (org-table-edit-formulas): Position cursor to current field equation.
6871         (org-update-checkbox-count, org-hide-archived-subtrees)
6872         (org-timestamp-up-day, org-timestamp-down-day)
6873         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
6874         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
6875         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
6876         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
6877         Let `org-on-heading-p' also check for invisible heading.
6878         (org-read-date): Match am/pm times.
6879         (org-eval-in-calendar): Fix default date in prompt.
6881 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
6883         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
6884         "ChangeLog.a" entries, giving the latter lower priority.
6886 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
6888         * faces.el (face-id): If the argument is a face alias,
6889         return the ID of the target face.
6891 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
6893         * net/socks.el (top): Remove unnecessary copyright line.
6895 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
6897         * longlines.el (longlines-auto-wrap): Handle argument correctly.
6899 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
6901         * net/socks.el: New file, taken from w3 repository.
6902         (top): Update Copyright.  Don't load cl.el.
6903         (all): Replace `case' by `cond', `string-to-int' by
6904         `string-to-number', and `process-kill-without-query' by
6905         `set-process-query-on-exit-flag'.
6906         (socks-char-int): Remove defalias and all occurrences.
6908 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
6910         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
6911         Fix typos in docstrings.
6912         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
6913         (compilation-finish-function): Fix typo in obsolescence declaration.
6915 2007-06-03  Sam Steingold  <sds@gnu.org>
6917         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
6918         handle unending automatic recompilation of changed files (`omake -P').
6919         (compilation-loop): VISITED is now 5th CDR.
6920         (compilation-next-error-function): Set TIMESTAMP.
6922 2007-06-03  Sam Steingold  <sds@gnu.org>
6924         * files.el (kill-buffer-ask): New function.
6925         (kill-some-buffers): Use it.
6926         (kill-matching-buffers): New user command.
6928 2007-06-01  David Kastrup  <dak@gnu.org>
6930         * dired.el (dired-recursive-deletes, dired-recursive-copies):
6931         Change default to `top'.
6933 2007-05-31  Richard Stallman  <rms@gnu.org>
6935         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
6937 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6939         * textmodes/css-mode.el: New file.
6941 2007-05-30  Michael Olson  <mwolson@gnu.org>
6943         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
6944         died and we are trying to send a signal to it.  The program using
6945         tq.el should periodically check to see whether the process has
6946         died and react appropriately -- this is not the responsibility of
6947         tq.el, and is consistent with the rest of the tq.el source code.
6949 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
6951         * textmodes/table.el (table--point-entered-cell-function)
6952         (table--point-left-cell-function):
6953         Bind `inhibit-point-motion-hooks' to t.
6955 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
6957         * emacs-lisp/rx.el (rx): Doc fix.
6959 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
6961         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
6963 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
6965         Sync with Tramp 2.0.56.
6967         * net/tramp.el:
6968         * net/tramp-ftp.el:
6969         * net/tramp-smb.el:
6970         * net/tramp-util.el:
6971         * net/tramp-vc.el:
6972         Don't load cl.el, because that pollutes the namespace.  Replace cl
6973         macros by their implementations where necessary.  Requested by
6974         Richard Stallman <rms@gnu.org>.
6976         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
6977         doesn't exist.
6978         (with-parsed-tramp-file-name): Protect debug spec during compilation.
6979         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
6980         (tramp-file-name-p, tramp-file-name-multi-method)
6981         (tramp-file-name-method, tramp-file-name-user)
6982         (tramp-file-name-host, tramp-file-name-localname): New defuns,
6983         replacing defstruct `tramp-file-name'.
6984         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
6985         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
6986         Apply `vector' instead of `make-tramp-file-name'.
6987         (tramp-handle-make-auto-save-file-name):
6988         Apply `tramp-temporary-file-directory' for compatibility reasons.
6989         (tramp-completion-mode): Use `natnump' instead of `wholenump'
6990         because of XEmacs.
6991         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
6992         started.
6994 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
6996         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
6998 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
7000         * log-edit.el (log-edit-changelog-paragraph): Return point-max
7001         as the end of the ChangeLog paragraph when it ends without a line
7002         termination.
7004 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
7006         * net/webjump.el (webjump-sample-sites):
7007         Add simple Wikipedia query.
7009 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7011         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
7012         compatibility code.
7014         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
7015         (copyright-update-year): Use it.
7017         * edmacro.el (edmacro-format-keys): Use current-active-maps.
7019         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
7020         Add indentation and debugging info.  Fix up comment convention.
7022         * cus-dep.el (custom-make-dependencies): Simplify.
7024         * composite.el (compose-region, decompose-region):
7025         Use inhibit-read-only and restore-buffer-modified-p.
7027         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
7028         (xterm-mouse-event): Use it.
7030 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
7032         * bs.el (bs-cycle-previous): Don't modify the cycle list until
7033         `switch-to-buffer' has returned succesfully.
7034         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
7035         window is dedicated (it could iconify the frame).
7037 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
7039         * vc-hooks.el (vc-find-root): Fix file attribute test.
7041 2007-05-24  Richard Stallman  <rms@gnu.org>
7043         * textmodes/flyspell.el (flyspell-correct-word-before-point):
7044         Don't let opoint be nil.
7045         (flyspell-emacs-popup): Explicit error if no dialogs.
7047 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
7049         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
7050         (image-next-line, image-previous-line, image-scroll-up)
7051         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
7052         New functions.
7053         (image-mode-map): Remap motion commands.
7054         (image-mode-text-map): New keymap for viewing images as text.
7055         (image-mode): Use image-mode-map.
7056         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
7058 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7060         * textmodes/fill.el (canonically-space-region): Make the second arg
7061         a marker if it's not already the case.
7063 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
7065         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
7066         (tar-get-descriptor): Handle type 55, an extended pax header.
7068 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7070         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
7071         to confuse outline-minor-mode.
7073 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
7075         * tar-mode.el (tar-file-name-handler): New function.
7076         (tar-extract): Bind file-name-handler-alist to it to force
7077         find-buffer-file-type-coding-system behave as if the file being
7078         extracted existed.  Use last-coding-system-used to force
7079         buffer-file-coding-system to what decode-coding-region actually
7080         used to decode the file.
7082 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
7084         * progmodes/compile.el (compilation-handle-exit):
7085         `compilation-finish-function' may change the current buffer.
7087 2007-05-22  Richard Stallman  <rms@gnu.org>
7089         * files.el (set-auto-mode): Doc fix.
7091 2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7093         * help-fns.el (find-source-lisp-file): New function.
7094         (describe-function-1): Use find-source-lisp-file to find source
7095         file in compile tree.
7097 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
7099         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
7101 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
7103         * emacs-lisp/easy-mmode.el (define-minor-mode)
7104         (easy-mmode-define-navigation): Fix typos in docstrings.
7106 2007-05-22  Glenn Morris  <rgm@gnu.org>
7108         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
7110 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7112         * mail/mail-extr.el (mail-extract-address-components):
7113         Recognize non-ASCII characters except for NBSP as words.
7115 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
7117         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
7118         (rcirc-print): Handle `window-width'.
7119         (rcirc-buffer-maximum-lines): Doc fix.
7121 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
7123         * image-mode.el (image-toggle-display): Don't clear image cache.
7124         Only use filename in image spec if the file is readable.
7125         Call image-refresh.
7127         * image.el (image-type-from-file-name, image-type): Simplify.
7128         (image-type-auto-detected-p): Don't scan auto-mode-alist.
7130         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
7131         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
7133 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
7135         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
7136         is an error.
7138         * term/linux.el (terminal-init-linux): Don't signal an error
7139         if gpm isn't running.
7141 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
7143         * t-mouse.el: Reduce to a minor-mode macro call.
7144         (t-mouse-mode): Remove the lighter.
7146         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
7148 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
7150         * files.el (auto-mode-alist): Change the regexp so that
7151         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
7153 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
7155         * Version 22.1 released.
7157 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
7159         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
7160         changes.
7162 2007-05-19  Kevin Ryde  <user42@zip.com.au>
7164         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
7166 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
7168         * textmodes/sgml-mode.el: Revert last change.
7170 2007-05-18  Richard Stallman  <rms@gnu.org>
7172         * simple.el (push-mark): Doc fix.
7174 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
7176         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
7177         tpu-global-map.
7178         (tpu-original-global-map): Variable deleted.
7179         (tpu-control-keys-map): New keymap variable.
7180         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
7181         setting keymapping directly.
7182         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
7183         tpu-global-map.
7184         (tpu-edt-on): Activate the tpu-global-map.
7185         (tpu-edt-off): Deactivate the tpu-global-map.
7187 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
7189         * textmodes/ispell.el (ispell-get-word): Return markers
7190         for start and end positions.
7191         (ispell-word): Assume END is a marker.
7193 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7195         * printing.el: Group together all XEmacs/Emacs definitions.
7196         (pr-version): New version 6.9.
7197         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
7198         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
7199         (pr-menu-bind): Fix code.
7200         (pr-e-frame-char-height, pr-e-frame-char-width)
7201         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
7202         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
7203         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
7204         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
7205         (pr-x-event-y-pixel): Aliases eliminated.
7206         (pr-xemacs-global-menubar): Macro moved.
7207         (current-menubar, current-mouse-event, zmacs-region-stays)
7208         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
7209         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
7210         Vars moved.
7211         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
7212         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
7213         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
7214         (pr-menu-set-utility-title, pr-even-or-odd-pages)
7215         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
7216         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
7217         moved.
7219 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
7221         * textmodes/sgml-mode.el (sgml-tag):
7222         Fix bug: Call sgml-transformation-function.
7224 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
7226         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
7227         modified flag of buffer.  Use `inhibit-modification-hooks'.
7229 2007-05-16  Richard Stallman  <rms@gnu.org>
7231         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
7233 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7235         * files.el (magic-mode-alist, magic-fallback-mode-alist):
7236         Move the *ml, Postscript, and XmCD entries to the fallback part.
7238         * files.el (magic-fallback-mode-alist):
7239         Rename from file-start-mode-alist.
7241 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
7243         * progmodes/compile.el (compilation-handle-exit): Quote first
7244         argument of `run-hook-with-args'.
7246 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
7248         * buff-menu.el (Buffer-menu-sort-column):
7249         * dabbrev.el (dabbrev-upcase-means-case-search):
7250         * dired.el (dired-recursive-deletes, dired-recursive-copies):
7251         * info.el (Info-current-subfile):
7252         * ls-lisp.el (ls-lisp-verbosity):
7253         * msb.el (msb-menu-cond):
7254         * pcvs.el (cvs-dired-use-hook):
7255         * simple.el (set-mark-command-repeat-pop):
7256         * time.el (display-time-24hr-format, display-time-mail-file):
7257         Doc fixes.
7259         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
7260         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
7262         * view.el (view-inhibit-help-message): Fix typo in docstring.
7263         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
7265 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
7267         * textmodes/ispell.el (ispell-start-process): Defend against bad
7268         default-directory.
7270 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
7272         * mail/rmail.el (rmail-convert-to-babyl-format): Check
7273         content-transfer-encoding _last_, because it's its position that
7274         we need as value of base64-header-field-end.
7276 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
7278         * files.el (mode-require-final-newline, require-final-newline)
7279         (enable-local-variables, enable-local-eval): Doc fixes.
7281 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7283         * ps-print.el: Use default color when foreground or background color
7284         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
7285         (ps-print-version): New version 6.7.4.
7286         (ps-rgb-color): New argument.  Use default color when color is
7287         unspecified.
7288         (ps-begin-job): Fix code.
7290 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
7292         * longlines.el (longlines-mode): Make longlines-auto-wrap
7293         buffer-local.  Add hooks unconditionally.
7294         (longlines-auto-wrap): Toggle wrapping.
7295         (longlines-after-change-function)
7296         (longlines-post-command-function): Check longlines-auto-wrap.
7298 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
7300         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
7301         (xterm-mouse-translate): Use it.
7303 2007-05-10  Richard Stallman  <rms@gnu.org>
7305         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
7306         (iso-cvt-write-only): Likewise.
7308         * emacs-lisp/easy-mmode.el (define-minor-mode):
7309         Fix generated doc string.
7311         * startup.el (fancy-splash-text): Add URL of guided tour.
7312         Adjust horizontal and vertical whitespace.
7314         * progmodes/compile.el (compilation-handle-exit):
7315         Use run-hook-with-args to run compilation-finish-functions.
7317         * files.el (file-start-mode-alist): New variable.
7318         (magic-mode-regexp-match-limit): Doc fix.
7319         (set-auto-mode): Handle file-start-mode-alist.
7320         A little cleanup of structure.
7322         * dabbrev.el (dabbrev-eliminate-newlines):
7323         Renamed from dabbrev--eliminate-newlines.  All uses changed.
7325 2007-05-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7327         * man.el (Man-next-section): Don't consider the last line of the page
7328         as being part of any section.
7330 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7332         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
7333         can take any number of values.
7335 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7337         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
7338         to the list of citation commands.
7340 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7342         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
7344 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
7346         * progmodes/python.el (python-font-lock-keywords)
7347         (python-open-block-statement-p, python-mode): Add support for the new
7348         "with" keyword.
7350 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7352         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
7353         the exact opposite of diff-goto-source.
7355         * emacs-lisp/advice.el (ad-special-forms): Remove.
7356         (ad-special-form-p): Use subr-arity.
7358         * newcomment.el (comment-search-forward): Make sure we search forward.
7359         (comment-enter-backward): Try and distinguish the non-matching case at
7360         EOB from the non-matching case with a missing comment-end-skip for
7361         a 2-char comment ender.
7362         (comment-choose-indent): New function extracted from comment-indent.
7363         Improve the alignment algorithm.
7364         (comment-indent): Use it.
7366         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
7367         XML style Processing Instructions.
7368         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
7369         (sgml-calculate-indent): Handle `pi' context.
7371         * vc.el: Ensure that update-changelog issues an error when used with
7372         a backend that does not implement it.
7373         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
7374         Remove `backend' argument.  Use expand-file-name.
7375         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
7377         * progmodes/python.el (python-end-of-block): Revert last change.
7378         (python-end-of-statement): Make sure we move *forward*.
7380 2007-05-08  Richard Stallman  <rms@gnu.org>
7382         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
7383         Don't include non-self-insert commands in the exception for `-'.
7385 2007-05-08  David Reitter  <david.reitter@gmail.com>
7387         * progmodes/python.el (python-guess-indent): Check non-nullness
7388         before comparing indent against the 2..8 interval.
7390 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7392         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
7393         available.
7395 2007-05-06  Richard Stallman  <rms@gnu.org>
7397         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
7399 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7401         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
7402         rather than storing their value in the revert-buffer function.
7404 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
7406         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
7407         when disabling t-mouse-mode.
7409 2007-05-01  Davis Herring  <herring@lanl.gov>
7411         * calendar/timeclock.el: Update version number.
7412         (timeclock-modeline-display): Mention timeclock-use-display-time
7413         in explanatory message.
7414         (timeclock-in): Fix non-interactive workday specifications.
7415         (timeclock-log): Don't kill the log buffer if it already existed.
7416         Suppress warnings when finding the log.  Don't check for a nil
7417         project twice.  Run hooks after killing the buffer (if applicable).
7418         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
7419         was geometric).  All uses changed.
7420         (timeclock-generate-report): Support prefix argument.
7422 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
7424         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
7425         disconnections.
7427 2007-05-01  Romain Francoise  <romain@orebokech.com>
7429         * dired-x.el: Revert 2007-04-06 change.
7431 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
7433         * find-dired.el (find-dired-filter): Propertize all text down to eob.
7435 2007-04-29  Richard Stallman  <rms@gnu.org>
7437         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
7439 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7441         * progmodes/cc-mode.el (c-before-change): Use point-min rather
7442         than 1.
7444 2007-04-28  Richard Stallman  <rms@gnu.org>
7446         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
7448 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
7450         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
7451         don't put stop on toolbar.
7453 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7455         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
7457 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
7459         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
7460         instead of $(lisp)/mh-e.
7462 2007-04-28  Glenn Morris  <rgm@gnu.org>
7464         * image-dired.el (image-dired-cmd-create-thumbnail-options)
7465         (image-dired-cmd-create-temp-image-options): Replace option
7466         +profile "*" with -strip.
7468 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
7470         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
7471         Use window-start and window-end.
7473 2007-04-27  Andreas Schwab  <schwab@suse.de>
7475         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
7477 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
7479         * textmodes/fill.el (fill-paragraph): Doc fix.
7481 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
7483         * locate.el (locate-in-alternate-database): Doc fix.
7485 2007-04-26  Glenn Morris  <rgm@gnu.org>
7487         * button.el (button): Use underline if supported, else fall back
7488         to color.
7490         * version.el (emacs-version): Increase to 22.1.50.
7492 2007-04-25  Richard Stallman  <rms@gnu.org>
7494         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
7496 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
7498         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
7499         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
7500         pushing mark.
7501         (idlwave-current-routine): Don't push mark.
7503 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
7505         * image-dired.el (image-dired-display-image): Derive image-type from
7506         filename rather than assuming jpeg, in case no resizing was needed.
7508 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7510         * custom.el (defface): Doc fix.
7512 See ChangeLog.12 for earlier changes.
7514 ;; Local Variables:
7515 ;; coding: iso-2022-7bit
7516 ;; add-log-time-zone-rule: t
7517 ;; End:
7519     Copyright (C) 2007 Free Software Foundation, Inc.
7521   This file is part of GNU Emacs.
7523   GNU Emacs is free software; you can redistribute it and/or modify
7524   it under the terms of the GNU General Public License as published by
7525   the Free Software Foundation; either version 3, or (at your option)
7526   any later version.
7528   GNU Emacs is distributed in the hope that it will be useful,
7529   but WITHOUT ANY WARRANTY; without even the implied warranty of
7530   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
7531   GNU General Public License for more details.
7533   You should have received a copy of the GNU General Public License
7534   along with GNU Emacs; see the file COPYING.  If not, write to the
7535   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
7536   Boston, MA 02110-1301, USA.
7538 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af