(diff-fine-highlight-preproc): Stick to minimal changes
[emacs.git] / lisp / ChangeLog
blob5fd75965a61d2692543a60d90a3e58624a4bef30
1 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
4         which will not affect the behavior of things like forward-word.
5         (diff-fine-highlight): Preserve point.
7         * doc-view.el (doc-view-mode-map): Use remapping.
8         Don't rebind C-v, M-v to their default value.
9         Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
11         * smerge-mode.el: Add word-granularity refinement.
12         (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
13         (smerge-refine-weight-hack): New vars.
14         (smerge-refine-forward): New fun.
15         (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
16         (smerge-refine-subst): Use them as well.  Preserve point.
18 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
20         * follow.el (follow-unload-function): New function.
22         * loadhist.el (unload-function-features-list):
23         Rename from `unload-hook-features-list'.
24         (unload-hook-features-list): Add as obsolete alias.
25         (unload-feature): Use `unload-function-features-list'
26         and new FEATURE-unload-function.
28 2007-10-19  Glenn Morris  <rgm@gnu.org>
30         * bindings.el (mouse-minor-mode-menu)
31         (minor-mode-menu-from-indicator): Move to mouse.el.
32         * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
33         Move here from bindings.el.
35 2007-10-19  Richard Stallman  <rms@gnu.org>
37         * help-fns.el (describe-function-1): Don't use the advice origname
38         if it has no function definition.
40 2007-10-18  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
42         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
43         Use `save-restriction' rather than `widen'.
45 2007-10-18  Richard Stallman  <rms@gnu.org>
47         * time.el (display-time-world-time-format): Display day # not month #.
49 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
51         * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
53         * doc-view.el: Remove version keyword.
54         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
55         (doc-view-ps2pdf-program): Use executable-find.  Simplify custom type.
56         (doc-view-ghostscript-options): Improve custom type.
57         (doc-view-cache-directory, doc-view-conversion-buffer)
58         (doc-view-conversion-refresh-interval): Simplify custom type.
60 2007-10-18  Tassilo Horn  <tassilo@member.fsf.org>
62         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
63         (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
64         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
65         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
66         Remove superfluous messages.
67         (doc-view-mode-map): Use the image-mode scrolling commands.
68         Don't rebind C-x k.
70 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
72         * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
73         Add comment about "-dSAFER".
75 2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
77         * term/xterm.el: Don't require xt-mouse.
78         (terminal-init-xterm): Run terminal-init-xterm-hook rather than
79         calling turn-on-xterm-mouse-tracking-on-terminal directly.
81         * xt-mouse.el: Don't change the global function-key-map anny more.
82         (xterm-mouse-mode): Use terminal-init-xterm-hook.
83         Don't use after-make-frame-functions now that term/xterm.el calls
84         us directly.
85         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
86         Use turn-*-xterm-mouse-tracking-on-terminal.  Only once per terminal.
87         (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
88         Setup input-decode-map and remember that xterm-mouse-mode was
89         enabled in this terminal.
90         (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
91         terminals where it has been enabled.
93         * faces.el (tty-create-frame-with-faces): Make sure not only
94         tty-run-terminal-initialization but also set-locale-environment
95         are run only once per terminal.
96         (tty-run-terminal-initialization): Don't check if the terminal was
97         already initted.
99         * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
100         not to remove keymaps that just happen to inherit from one of ours.
101         When setting up our keymap, make sure it won't be accidentally
102         modified by someone else.
104 2007-10-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
106         * textmodes/artist.el (artist-previous-line, artist-next-line):
107         * dired.el (dired-next-line, dired-previous-line):
108         * progmodes/delphi.el (delphi-newline):
109         * textmodes/org.el (org-columns-eval):
110         Use forward-line.
112         * emerge.el (emerge-setup): Use insert-buffer-substring.
113         (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
115 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
117         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
118         (adaptive-fill-function): Doc fix.  Remove * from docstring.
120 2007-10-18  Tom Horsley  <tom.horsley@att.net>
122         * simple.el (interprogram-paste-function): Doc fix.
123         (current-kill): Accept list of strings as well
124         as single string from `interprogram-paste-function'.
126 2007-10-18  Glenn Morris  <rgm@gnu.org>
128         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
130 2007-10-18  Drew Adams  <drew.adams@oracle.com>
132         * bindings.el (mode-line-minor-mode-keymap):
133         Add mouse-minor-mode-menu on mouse-1.
134         (mode-line-modes): Add mouse-1 to help-echo text.
135         (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
136         New functions.
137         (mode-line-minor-mode-help): Doc fix.
139 2007-10-17  Juri Linkov  <juri@jurta.org>
141         * textmodes/fill.el (fill-paragraph-or-region): Remove function
142         at the request of RMS.
143         (fill-paragraph): Change `arg' to optional `justify'.  Add interactive
144         arg `region'.  Fix docstring.  At the first `or' branch add call to
145         `fill-region' if it the region is active in transient-mark-mode.
147         * bindings.el (esc-map): Bind M-q to fill-paragraph
148         instead of fill-paragraph-or-region.
150         * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
151         with fill-paragraph.
153         * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
154         Fix docstring.
156         * indent.el (indent-for-tab-command): Change interactive spec from
157         "P" to "p".  Add check for interactive arg before indenting the
158         active region.
160         * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
161         Regroup.
163 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
165         * emacs-lisp/find-func.el: Don't require loadhist.
167         * loadhist.el (feature-symbols, file-provides, file-requires)
168         (file-set-intersect, file-dependents): Simplify.
169         (unload-feature-special-hooks): Update list of special hooks.
171 2007-10-17  Tassilo Horn  <tassilo@member.fsf.org>
173         * bindings.el (completion-ignored-extensions): Remove pdf and dvi
174         extensions since they can be viewed with doc-view.
176         * files.el (auto-mode-alist): Make doc-view-mode the default mode
177         for pdf, ps and dvi files.
179         * doc-view.el: Make doc-view-mode the standard mode for viewing
180         pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
181         text and image display.  Add binding C-c C-e to switch to an
182         editing mode.
183         (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
184         avoid security problems when rendering files from untrusted sources.
186 2007-10-17  Aaron Hawley  <aaronh@garden.org>
188         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
189         position is not saved.
191 2007-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
193         * doc-view.el: Mention xpdf.  Fix spelling of Ghostscript.
194         (doc-view-ghostscript-options): Fix typo in doc string.
196 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
198         * progmodes/compile.el (compilation-next-error-function): Fix timestamp
199         handling, so compilation-fake-loc works again.
201         * server.el (server-select-display): Nop if we do not support m-f-o-d.
202         (server-process-filter): Revert last change.
204         * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
205         behavior unrelated to filesets.
207 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
209         * longlines.el (longlines-wrap-follows-window-size): Integer value
210         specifies wrapping margin.
211         (longlines-mode, longlines-window-change-function):
212         Set window-specific wrapping margin based on the above.
214 2007-10-17  John Wiegley  <johnw@newartisans.com>
216         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
218 2007-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
220         * server.el (server-process-filter): Only set display if X11 is
221         supported.
223 2007-10-17  Glenn Morris  <rgm@gnu.org>
225         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
226         Tweak regexp to avoid stack overflow.
228 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
230         * simple.el (reindent-then-newline-and-indent): Don't assume that
231         indent-according-to-mode preserves point.
233 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
235         * bs.el (bs--make-header-match-string, bs-show-in-buffer)
236         (bs--nth-wrapper): Simplify.
237         (bs-select, bs--insert-one-entry): Simplify.  Use `when'.
238         (bs-buffer-list): Simplify.  Use `when'.  Use `string-match-p'.
239         (bs-sort-buffer-interns-are-last): Use `string-match-p'.
240         (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
241         (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
242         (bs-configurations, bs-default-configuration)
243         (bs-alternative-configuration, bs-cycle-configuration-name)
244         (bs-string-show-always, bs-string-show-never, bs-string-current)
245         (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
246         (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
247         (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
248         (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
249         (bs--window-config-coming-from): Revert 2006-11-09 change.
250         (bs--restore-window-config): Keep the selected frame.
251         (bs--track-window-changes, bs--remove-hooks): New functions.
252         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
253         (bs--create-header): Remove.
254         (bs--create-header-line): New function, based on `bs--create-header'.
255         (bs--show-header): Use `bs--create-header-line'.
256         (bs--show-with-configuration): Revert 2006-11-09 change.
257         Don't reuse window unless it is visible on the selected frame.
258         Restore window configuration (possibly in a different frame)
259         before creating any window.
261 2007-10-16  Glenn Morris  <rgm@gnu.org>
263         * simple.el (blink-matching-open): Don't report false errors with
264         the `$' syntax class.
266 2007-10-16  Richard Stallman  <rms@gnu.org>
268         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
269         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
270         (ad-is-advised, ad-get-advice-info-field)
271         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
273 2007-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
275         * vc-hooks.el (vc-workfile-version): Compatibility alias.
276         (vc-default-working-revision): Compatibility for backends.
278 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
280         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
281         (filesets-ormap, filesets-sort-case-sensitive-flag)
282         (filesets-remake-shortcut, filesets-ingroup-collect-files):
283         Fix typos in docstrings.
284         (filesets-conditional-sort, filesets-find-or-display-file)
285         (filesets-data-get-name, filesets-data-get-data)
286         (filesets-data-set, filesets-cmd-query-replace-getargs)
287         (filesets-ingroup-collect): Doc fixes.
289 2007-10-15  Sam Steingold  <sds@gnu.org>
291         * mail/sendmail.el (sendmail-error-reporting-interactive)
292         (sendmail-error-reporting-non-interactive): New variables for
293         sendmail error reporting options to simplify support for imperfect
294         sendmail emulators.
295         (sendmail-send-it): Use them instead of list literals.
297 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
299         * help-fns.el: Revert previous change; it creates a
300         dependency loop between advice.el and help-fns.el.
302 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
304         * help-fns.el: Require advice when compiling.
306 2007-10-14  Drew Adams  <drew.adams@oracle.com>
308         * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
309         (ring-insert+extend, ring-remove+insert+extend, ring-member)
310         (ring-next, ring-previous): New functions.
312 2007-10-14  Richard Stallman  <rms@gnu.org>
314         * emacs-lisp/advice.el (documentation): Advice deleted.
315         Doc for advised functions is now handled at C level.
316         This is now handled at C level.
317         (ad-stop-advice, ad-start-advice): Don't enable or disable
318         advice for `documentation'.
319         (ad-advised-definition-docstring-regexp): Var deleted.
320         (ad-make-advised-definition-docstring): Store orig name
321         as text property of string.
322         (ad-advised-definition-p): Check for text property of docstring.
324         * help-fns.el (describe-function-1): Find source of advised functions.
326 2007-10-14  Juri Linkov  <juri@jurta.org>
328         * faces.el (describe-face): Allow handling a string as the face name.
330         * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
331         active region in transient-mark-mode.
332         (ispell-region): Change messages displayed at the start and end of
333         the spell-checking to be the same.
335         * startup.el (fancy-startup-tail): Say exactly what does the button
336         dismiss ("Dismiss this startup screen").  Use text "Never show
337         it again" for the checkbox after this button.
338         (fancy-startup-screen, fancy-about-screen): Put point before the
339         first link, so the user can quickly select links with the keyboard.
340         (normal-mouse-startup-screen): Add more useful text describing how
341         to follow a link.
343 2007-10-14  Glenn Morris  <rgm@gnu.org>
345         * progmodes/etags.el (select-tags-table): Disable undo in the
346         `*Tags Table List*' buffer.
348 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
350         * dired.el (dired-warn-writable): New face.
351         (dired-warn-writable-face): New variable.
352         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
353         of dired-warning-face, for group- and world-writable files.
355 2007-10-13  Richard Stallman  <rms@gnu.org>
357         * files.el (directory-abbrev-alist): Doc fix.
359 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
361         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
363 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
365         * frame.el (set-frame-configuration): Assign name parameter only
366         if it has been set explicitly before.
368 2007-10-11  Tom Tromey  <tromey@redhat.com>
370         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
371         frame is visible.
373 2007-10-10  Richard Stallman  <rms@gnu.org>
375         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
376         in *Backtrace*.
378         * faces.el (face-font-selection-order): Doc fix.
380         * loadhist.el (unload-feature): Doc fix.
382 2007-10-13  Glenn Morris  <rgm@gnu.org>
384         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
385         (octave-re-search-forward-kw, octave-re-search-backward-kw):
386         Add doc string, and an explicit COUNT argument.
387         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
388         `inc' to search functions.
390         * faces.el (face-spec-set): When FRAME is nil, set the default for
391         new frames (restores pre-2007-09-17 behavior).  Doc fix.
393 2007-10-13  John W. Eaton  <jwe@octave.org>
395         * progmodes/octave-mod.el (octave-looking-at-kw)
396         (octave-re-search-forward-kw, octave-re-search-backward-kw):
397         New functions.
398         (octave-in-defun-p, calculate-octave-indent)
399         (octave-blink-matching-block-open, octave-beginning-of-defun)
400         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
401         to search for regexps that contain case-sensitive keywords.
402         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
403         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
405 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
407         * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
408         Do not use a single clause cond.
410         * cus-start.el (all): Use test that does not match the X11 version
411         for mac.
413 2007-10-13  Markus Gritsch  <m.gritsch@gmail.com>  (tiny change)
415         * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
416         BROWSE buffer.
418 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
420         * cus-start.el (all): Undo previous change.
422 2007-10-13  Glenn Morris  <rgm@gnu.org>
424         * woman.el (woman0-rename): Fix paren typo.
426         * mail/feedmail.el (feedmail-run-the-queue)
427         (feedmail-look-at-queue-directory):
428         * mail/reporter.el (reporter-dump-state):
429         * net/eudc-hotlist.el (eudc-edit-hotlist):
430         * net/eudc.el (eudc-display-records)
431         (eudc-filter-duplicate-attributes)
432         (eudc-distribute-field-on-records, eudc-query-form)
433         (eudc-process-form):
434         * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
435         (eudc-bbdb-query-internal):
436         * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
437         * net/socks.el (socks-build-auth-list):
438         * progmodes/cc-cmds.el (top level):
439         * progmodes/cc-styles.el (c-make-styles-buffer-local)
440         (c-set-style):
441         * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
442         (cperl-write-tags, cperl-tags-treeify):
443         * progmodes/ebnf-yac.el (ebnf-yac-token-table):
444         * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
445         * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
446         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
447         (idlwave-toolbar-remove-everywhere):
448         * progmodes/idlwave.el (idlwave-indent-line)
449         (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
450         (idlwave-write-paths, idlwave-all-method-classes)
451         (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
452         (idlwave-fix-keywords, idlwave-display-calling-sequence)
453         (idlwave-complete-in-buffer):
454         * textmodes/org.el (org-export-as-html, org-export-as-ascii)
455         (org-fast-tag-selection):
456         * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
457         than mapcar.
459 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
461         * diff-mode.el (diff-fine-change): Add :group.
463 2007-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
465         * cus-start.el (all): Use the same test as the 22.2 branch.
467 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
469         * diff-mode.el (diff-current-defun): Force recomputation of
470         change-log-default-name.
472 2007-10-12  Chong Yidong  <cyd@stupidchicken.com>
474         * startup.el (fancy-startup-screen): Remove an unnecessary newline
475         and some leftover logic regarding dedicated frames.  If showing
476         concise startup screen, fit window to buffer.
477         (command-line-1): If we will be using the splash screen, use
478         find-file instead of find-file-other-window to find additional files.
479         Comment out unused code for coping with the old sit-for behavior.
481 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
483         * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
484         `meta' modifier consistently, rather than using sometimes meta
485         sometimes alt.
487 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
489         * window.el (handle-select-window): Revert part of 2007-10-08
490         change setting the input focus.
492 2007-10-12  Glenn Morris  <rgm@gnu.org>
494         * startup.el (command-line): Do not read abbrev file in batch mode.
496         * emacs-lisp/byte-opt.el (top level):
497         * mail/rmail.el (rmail-list-to-menu):
498         * obsolete/hilit19.el (hilit-mode):
499         * progmodes/cc-mode.el (c-postprocess-file-styles)
500         (c-submit-bug-report):
501         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
502         * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
503         (reftex-access-parse-file):
504         * textmodes/reftex-cite.el (reftex-do-citation)
505         (reftex-insert-bib-matches):
506         * textmodes/reftex-ref.el (reftex-offer-label-menu):
507         * textmodes/reftex-sel.el (reftex-select-unmark):
508         * textmodes/reftex-toc.el (reftex-toc-do-promote):
509         * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
511         * cus-edit.el (custom-variable-menu, custom-face-menu)
512         (custom-group-menu): Check init-file-user rather than
513         user-init-file, in case cus-edit is loaded by site-run-file.
515 2007-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
517         * vc.el (vc-deduce-fileset): Delete unused code.
518         (vc-next-action): Fix typos.
520 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
522         * bs.el (bs--mark-unmark): New function.
523         (bs-mark-current, bs-unmark-current): Use it.
525 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
527         * vc.el (vc-diff):
528         (vc-diff-internal): Merge a patch by Juanma Barranquero.  Also,
529         emporarily disable the check for his edge case of
530         vc-diff (stopping it from grinding when callerd from $HOME), as
531         it's calling some brittle code in vc-hooks.el.
532         (with-vc-properties): Fix evaluation time of a macro argument.
533         * ediff-vers.el (ediff-vc-internal):
534         * vc-hooks.el:
535         * loaddefs.el: Follow up on VC terminology change.
537 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
539         * follow.el (follow-stop-intercept-process-output):
540         Use `follow-call-process-filter' rather than `process-filter'.
541         Simplify.
543 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
545         * vc.el: Address an edge case in vc-diff pointed out by
546         Juanma Barranquero.  This is an experimental fix and may change.
548         * vc-hooks.el (vc-registered): Robustify this function a bit
549         against filenames with no directory component.
551 2007-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
553         * international/characters.el: Undo unwanted and unexplained change.
555 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
557         * ps-print.el: Fix the usage of :foreground and :background face
558         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
559         (ps-print-version): New version 6.7.6.
560         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
561         Fix code.
562         (ps-face-foreground-color-p, ps-face-background-color-p)
563         (ps-face-color-p): New inline funs.
565 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
567         * org.el (org-additional-option-like-keywords): New constant.
568         (org-complete): Use `org-additional-option-like-keywords'.
569         (org-parse-local-options): New function.
571 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
573         * org.el (org-in-clocktable-p): New function.
574         (org-clock-report): Only update the table at point, or insert a
575         new one.
576         (org-clock-goto): New function.
577         (org-open-file): Use `start-process-shell-command' instead of
578         `shell-command' with an ampersand.
579         (org-deadline, org-schedule): New argument REMOVE to remove the
580         date from the entry.
581         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
582         argument to `org-schedule' and `org-deadline'.
583         (org-trim): Use the correct expressions for beginning and end of
584         the string.
585         (org-get-cleaned-entry): Trim the string before returning it.
586         (org-clock-find-position): New function.
587         (org-clock-into-drawer): New option.
588         (org-agenda-tags-column): Rename from
589         `org-agenda-align-tags-to-column'.
590         (org-agenda-align-tags): Allow negative values for
591         `org-agenda-tags-column'.
592         (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
593         (org-agenda-to-appt): New optional argument FILTER.
594         (org-completion-fallback-command): New variable.
595         (org-complete): Use `org-completion-fallback-command'.
596         (org-find-base-buffer-visiting): Catch the case that there is no
597         buffer visiting the file.
598         (org-property-or-variable-value): New function.
599         (org-todo): Use `org-property-or-variable-value'
600         (org-agenda-compact-blocks): New option.
601         (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
602         (org-agenda-schedule, org-agenda-deadline):
603         Call `org-agenda-show-new-time'.
604         (org-agenda-show-new-time): New argument PREFIX.
605         (org-colgroup-info-to-vline-list): Fix but that cause a
606         shift in the vertical lines.
607         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
608         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
609         (org-indent-item): No arg in call to `org-fix-bullet-type'.
610         (org-fix-bullet-type): Remove argument.
611         (org-read-date): Check for am/pm twice, to catch the end time.
612         (org-goto-map): Use `suppress-keymap'.
613         (org-remember-apply-template): Respect the dynamically scoped
614         selection character.
616         * org.texi (Appointment reminders): New section.
618 2007-10-10  Bastien Guerry  <Bastien.Guerry@ens.fr>
620         * org-export-latex.el (org-export-latex-protect-string):
621         Renaming of `org-latex-protect'.
622         (org-export-latex-emphasis-alist): By default, don't protect
623         any emphasis formatter from further conversion.
624         (org-export-latex-tables): Honor column grouping for tables.
625         (org-export-latex-title-command): New option.
626         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
627         export backslash character.
629 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
631         * frame.el (frame-inherited-parameters): Remove unused `environment'
632         parameter, and let server.el add `client' when needed.
634         * server.el (server-create-tty-frame)
635         (server-create-window-system-frame): Set frame-inherited-parameters.
637         * frame.el (frame-inherited-parameters): New var.
638         (make-frame): Use it.
640         * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
642         * env.el (let-environment): Remove.  Unused.
643         (read-envvar-name): Simplify.
644         (setenv): Remove unused arg `frame'.
646         * help-fns.el (describe-variable): Add missing "  " for multiline
647         obsolescence info and missing EOL after global value.
649 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
651         * add-log.el:
652         * ediff-vers.el:
653         * log-view.el:
654         * pcvs.el:
655         * vc-arch.el:
656         * vc-bzr.el:
657         * vc-cvs.el:
658         * vc.el:
659         * vc-git.el:
660         * vc-hg.el:
661         * vc-hooks.el:
662         * vc-mcvs.el:
663         * vc-mtn.el:
664         * vc-rcs.el:
665         * vc-sccs.el:
666         * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
667         {find,init,next,previous,annotate-*,log}-version ->
668         {find,init,next,previous,annotate-*,log}-revision,
669         annotate-focus-version -> annotate-working-revision, The term
670         'focus' is gone.  The term 'revision' is now used consistently
671         everywhere that reference to a revision ID is intended, replacing
672         older use of 'version'.
674 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
676         * follow.el: Change all instances of "Follow Mode" to "Follow
677         mode" in docstrings and messages.
678         (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
680 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
682         * vc.el (vc-next-action): Rewrite completely; this principal
683         entry point now operates on a current fileset selected either
684         explicitly via VC-Dired or implicitly by visiting a file buffer,
685         rather than always operating on the file of the current buffer as
686         in older versions.  Rewrite the rest of the mode to match.
687         (with-vc-properties): Rewrite to operate on a file list.
688         (with-vc-file): vc-checkin takes a file list argument now.
689         (vc-post-command-functions): This hook now receives a file list.
690         (vc-do-command): Take a either a file or a file list as argument.
691         (vc-deduce-fileset): New function for deducing a file list to
692         operate on.
693         (vc-next-action-on-file, vc-next-action-dired): Remove.
694         Merge into vc-next-action.
695         (vc-register): Adapt to the fact that vc-start-entry now takes a
696         file list.
697         (vc-register-with): New function.
698         (vc-start-entry): Take a file list argument rather than a
699         file argument.
700         (vc-checkout): Cope with vc-start-entry taking a file list.
701         (vc-steal-lock): Cope with with-vc-properties taking a
702         file list.
703         (vc-checkin): Take a file list argument rather than a file argument.
704         (vc-finish-logentry): Use the filelist passed by vc-start-entry.
705         (vc-diff-internal): Rewrite for filesets.
706         (vc-diff-sentinel): New function, tests whether changes were
707         written into a diff buffer.
708         (vc-diff): Rewrite for filesets.
709         (vc-version-diff): Rewrite for filesets.
710         (vc-print-log): Take a fileset argument.
711         (vc-revert): Revert the entire selected fileset, not just the
712         current buffer.
713         (vc-rollback): Roll back the entire selected fileset, if
714         possible.  No longer accepts a prefix argument.
715         (vc-update): Merge new changes for the entire selected
716         fileset, not just the current buffer.
717         (vc-revert-file): Cope with with-vc-properties taking a file list.
718         (vc-default-dired-state-info): Add + status suffix if the file is
719         modified.
720         (vc-annotate-warp-version): Use the new diff machinery.
721         (vc-log-edit): Take a file list argument rather than a file argument.
723 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
725         Sync with Tramp 2.1.11.
727         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
728         Pacify byte compiler.
730         * net/trampver.el: Update release number.
732 2007-10-09  Richard Stallman  <rms@gnu.org>
734         * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
736 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
738         * follow.el: Require easymenu.
739         (follow-mode-hook, follow-mode): Doc fixes.
740         (follow-mode-off-hook): Mark as obsolete.
742 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
744         * window.el (mouse-autoselect-window-cancel): Don't cancel for
745         select-window or select-frame events.
746         (handle-select-window): When autoselecting window set input
747         focus.  Restructure.
749         * frame.el (focus-follows-mouse): Move to frame.c.
750         * cus-start.el (all): Add focus-follows-mouse.
752 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
754         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
755         activate font-locking in the *buffer-selection* buffer.
756         (bs-show-sorted): Doc fix.
758         * bs.el (bs--get-marked-string, bs--get-modified-string)
759         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
760         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
761         (bs--format-aux): Doc fix.
763 2007-10-08  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
765         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
767 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
769         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
770         (gud-gdb): New function for old M-x gdb (text command mode).
771         (gud-gdb-command-name, gdb): Move to...
773         * progmodes/gdb-ui.el: ...here and adapt doc string.
774         (gud-gdba-command-name, gdba): Delete.
776 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
778         * bs.el: Don't defvar `font-lock-verbose'.
779         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
780         (bs--get-file-name): Fix typos in docstrings.
781         (bs--show-header): Use `dolist' instead of `mapcar'.
782         (bs-mode): Set `show-trailing-whitespace' to nil.
783         (bs-buffer-sort-function, bs-mouse-select-other-frame)
784         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
785         Doc fixes.
787 2007-10-08  Adam Hupp  <adam@hupp.org>  (tiny change)
789         * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
791 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
793         * progmodes/gud.el (gdb): Make graphical mode the default and
794         switch to text command mode if appropriate, i.e., reverse previous
795         arrangement.
796         (gud-gdb-marker-filter): Adapt for above change.
798         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
799         gud-minor-mode and gud-marker-filter.
800         (gdb-fullname-regexp): New variable.
801         (gud-gdba-marker-filter): Use it to switch to text command
802         mode if appropriate.
804 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
806         * progmodes/gud.el (gud-display-line): Find source buffer even when
807         GUD buffer has its own frame.
809 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
811         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
813 2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
815         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
817 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
819         * allout.el (allout-before-change-handler): Replace got-char by
820         goto-char.
822 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
824         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
825         Used to try and automatically enabled smerge-mode in the presence of
826         conflicts and to call `svn resolved' when the conflicts are gone.
827         (vc-svn-parse-status): Remember the svn-specific status.
829 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
831         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
832         menu-bar-apropos-menu.  All users changed.
833         (menu-bar-help-menu): Change menu symbols to better match the text
834         displayed by the menu.
836 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
838         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
839         #, @, : and ^.
841 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
843         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
845         * log-view.el (log-view-mode-map): Likewise.
847         * diff-mode.el (diff-mode-shared-map): Likewise.
849 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
851         * files.el (file-name-sans-versions): Also allow `A-Z'.
853         * vc.el: Mention all supported VC backends.
855 2007-10-08  Richard Stallman  <rms@gnu.org>
857         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
858         neighbouring buttons.
860 2007-10-08  Andreas Schwab  <schwab@suse.de>
862         * files.el (file-name-sans-versions): Also allow `_'.
864 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
866         * files.el (file-name-sans-versions): Allow - and a-z in version names.
868         * log-view.el (log-view-mode-map, log-view-mode-menu):
869         Bind log-view-annotate-version.
870         (log-view-beginning-of-defun, log-view-end-of-defun)
871         (log-view-annotate-version): New functions.
872         (log-view-mode): Use log-view-beginning-of-defun and
873         log-view-end-of-defun.
875 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
877         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
879 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
881         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
882         neighbouring buttons.
884         * progmodes/compile.el (compilation-error-regexp-alist-alist):
885         Recognize gcc's use of "note" for informational messages.
887 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
889         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
890         (css-mode): Update correspondingly.
892 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
894         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
895         Signed-off-by, Acked-by and Merge.
897 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
899         * ediff-init.el (ediff-verbose-p): This var is not a constant.
901 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
903         * vc-mtn.el: New file.
905         * vc-hooks.el (vc-handled-backends): Add Mtn.
907 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
909         * files.el (find-file, find-file-other-window)
910         (find-file-other-frame, find-file-existing, find-file-read-only)
911         (find-file-read-only-other-window)
912         (find-file-read-only-other-frame)
913         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
915 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
917         * progmodes/gud.el (gdb-ready): New variable.
918         (gdb): Set it to nil.  Set gud-running to nil here...
919         (gud-common-init): ...instead of here.
921         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
922         Use gdb-ready.  Discard input until GDB is ready to accept it.
924 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
926         * dired.el (dired-warning): Inherit from font-lock-warning-face to
927         make it show up with eight colors.
929 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
931         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
932         diffs are concatenated with no intervening line.
934 2007-10-08  Dave Love  <fx@gnu.org>
936         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
937         (python-font-lock-keywords): Update to the 2.5 version of the language.
938         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
939         (python-backspace): Only behave funny in code.
940         (python-compilation-regexp-alist): Add PDB stack trace regexp.
941         (inferior-python-mode): Add PDB prompt regexp.
942         (python-fill-paragraph): Refine the fenced-string regexp.
943         (python-find-imports): Handle imports spanning several lines.
944         (python-mode): Add `class' to hideshow support.
946 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
948         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
949         Use add-log-buffer-file-name-function rather than binding
950         buffer-file-name, so we don't end up calling change-log-mode in *cvs*
951         when `fi' is the ChangeLog file itself.
953         * outline.el (outline-flag-region): Use front-advance.
955 2007-10-08  Ilya Zakharevich  <ilyaz@cpan.org>
957         * progmodes/cperl-mode.el: Merge upstream 5.23.
958         (cperl-where-am-i): Remove function.
959         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
960         (cperl-sniff-for-indent): De-invert [string] and [comment].
961         When looking for label, skip s:m:y:tr.
962         (cperl-indent-line): Likewise.
963         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
964         (cperl-windowed-init): Wrong `ps-print' handling.
965         Both thanks to Chong Yidong.
966         (cperl-look-at-leading-count): Could fail with unfinished RExen.
967         (cperl-find-pods-heres): If the second part of s()[] is missing,
968         don't try to highlight delimiters...
970 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
972         * progmodes/compile.el (compilation-get-file-structure): Complete last
973         change by also using spec-directory in the puthash.
975 2007-10-08  Riccardo Murri  <riccardo.murri@gmail.com>
977         * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
978         (vc-bzr-status): Fix shadowing of variable 'status'.
979         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
980         Use `expand-file-name' instead of `concat'.
981         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
982         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
984 2007-10-08  Jason Rumney  <jasonr@gnu.org>
986         * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
988 2007-10-08  Richard Stallman  <rms@gnu.org>
990         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
991         Add `safe-local-variable' property.
992         (lisp-body-indent): Likewise.
994 2007-10-08  Richard Stallman  <rms@gnu.org>
996         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
997         Add doc string.
999 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
1001         * files.el (backup-buffer-copy): Try to overwrite old backup first.
1003 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
1005         * repeat.el (repeat): Use last-repeatable-command instead of
1006         real-last-command.  Run pre- and post-command hooks for
1007         self-insertion.  Update doc-string.
1009 2007-10-08  Alexandre Julliard  <julliard@winehq.org>
1011         * vc-git.el (vc-git-state): Call git-add --refresh to update the
1012         state of the file.
1013         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
1014         (vc-git-create-repo): Fix invalid command.
1016 2007-10-08  Richard Stallman  <rms@gnu.org>
1018         * textmodes/flyspell.el (flyspell-mode):
1019         Catch errors in flyspell-mode-on.
1021 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
1023         * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
1025 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1027         * international/encoded-kb.el (encoded-kbd-setup-display):
1028         Use input-decode-map rather than local-key-translation-map.
1030         * term/rxvt.el (rxvt-alternatives-map): New map.
1031         (terminal-init-rxvt): Use it.
1032         Bind rxvt-function-map in input-decode-map.
1034         * term/xterm.el (xterm-alternatives-map): New map.
1035         (terminal-init-xterm): Use it.
1036         Bind xterm-function-map in input-decode-map.
1038         * term/x-win.el (x-alternatives-map): New var.
1039         (x-setup-function-keys): Use it.
1041         * help-fns.el (describe-variable): Slightly change the layout of
1042         meta-info to separate it better from the docstring.
1043         Standardize insertion of extra empty lines in various circumstances.
1045         * diff-mode.el (diff-hunk-style): New fun.
1046         (diff-end-of-hunk): Use it.
1047         (diff-context->unified): Use the new `apply' undo element,
1048         if applicable, so as to save undo-log space.
1049         (diff-fine-change): New face.
1050         (diff-fine-highlight-preproc): New function.
1051         (diff-fine-highlight): New command.
1052         (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
1054         * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
1055         (smerge-refine-highlight-change): Add `props' argument.
1056         (smerge-refine-subst): New function holding most of smerge-refine.
1057         (smerge-refine): Use it.
1059 2007-10-08  Eric S. Raymond  <esr@snark.thyrsus.com>
1061         * vc.el (vc-default-wash-log): Remove unused code, the
1062         log washers all live in the backends now.
1063         (vc-default-comment-history): Correct for the fact
1064         that wash-log is argumentless in the new API.
1066 2007-10-08  Michael Albinus  <michael.albinus@gmx.de>
1068         * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
1069         (tramp-maybe-send-script): Apply `member' but `memq'.
1070         (tramp-advice-file-expand-wildcards): Simplify implementation.
1072 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
1074         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
1076         * mb-depth.el (minibuf-depth-indicator-function): New variable.
1077         (minibuf-depth-setup-minibuffer): Use it.
1079 2007-10-07  Glenn Morris  <rgm@gnu.org>
1081         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
1082         version numbers.
1084 2007-10-06  Juri Linkov  <juri@jurta.org>
1086         * textmodes/fill.el (fill-paragraph-or-region): New function.
1088         * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
1089         instead of fill-paragraph.
1091         * tutorial.el (tutorial--default-keys): Replace fill-paragraph
1092         with fill-paragraph-or-region.  Suspend command is now the same
1093         `suspend-frame' on window systems and on tty.
1095         * image.el (image-type): Check if image-types is bound to not fail
1096         on tty.
1098         * delsel.el (delete-selection-pre-hook):
1099         * emulation/cua-base.el (cua-paste): Check if mouse-region-match
1100         is fbound to not fail on mouseless tty.
1102 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
1104         * net/tramp.el (top): Move loading of tramp-util.el and
1105         tramp-vc.el to tramp-compat.el.
1106         (tramp-make-tramp-temp-file): Complete rewrite.  Create remote
1107         temporary file if possible, in order to avoid a security hole.
1108         (tramp-do-copy-or-rename-file-out-of-band)
1109         (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
1110         with DONT-CREATE, because the connection is not setup yet.
1111         (tramp-handle-process-file): Rewrite temporary file handling.
1112         (tramp-completion-mode): New defvar.
1113         (tramp-completion-mode-p): Use it.
1115         * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
1117         * net/tramp-fish.el (tramp-fish-handle-process-file):
1118         Rewrite temporary file handling.
1120 2007-10-06  Eric S. Raymond  <esr@snark.thyrsus.com>
1122         * vc.el: Workfile version -> focus version change.  Port various
1123         comments from new VC to reduce the noise in the diff.
1124         Patch in the new vc-create-repo function to go with the
1125         header comment about it already present.
1126         There are no changes to existing logic in this patch.
1127         (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
1129 2007-10-06  Aaron Hawley  <aaronh@garden.org>
1131         * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
1133 2007-10-05  Chris Moore  <dooglus@gmail.com>
1135         * server.el (server-kill-new-buffers): Doc fix.
1137 2007-10-05  John W. Eaton  <jwe@octave.org>
1139         * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
1140         (octave-begin-keywords): Add "do".
1141         (octave-end-keywords): Remove "end".
1142         (octave-reserved-words): Add "end".  Remove "all_va_args",
1143         "gplot", and 'gsplot".
1144         (octave-text-functions): Remove "gset", "gshow", "set", and "show".
1145         (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
1146         "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
1147         "default_return_value", "define_all_return_values",
1148         "do_fortran_indexing", "empty_list_elements_ok",
1149         "gnuplot_has_multiplot", "implicit_str_to_num_ok",
1150         "ok_to_lose_imaginary_part", "prefer_column_vectors",
1151         "prefer_zero_one_indexing", "propagate_empty_matrices",
1152         "resize_on_range_error", "treat_neg_dim_as_zero",
1153         "warn_assign_as_truth_value", "warn_comma_in_global_decl",
1154         "warn_divide_by_zero", "warn_function_name_clash",
1155         "warn_missing_semicolon", "whitespace_in_literal_matrix".
1156         Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
1157         "crash_dumps_octave_core", "sighup_dumps_octave_core",
1158         "sigterm_dumps_octave_core".
1159         (octave-block-match-alist): Remove "end" from block-end keywords.
1160         (octave-mode): Update ftp site address.
1162 2007-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
1164         * vc.el: Reorder functions, no code changes.
1166 2007-10-04  Michael Albinus  <michael.albinus@gmx.de>
1168         * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
1169         (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
1170         the cond clauses where needed.
1171         (tramp-handle-write-region): Rearrange code for proper handling of
1172         tmpfile.
1174         * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
1176         * net/tramp.el:
1177         * net/tramp-fish.el:
1178         * net/tramp-ftp.el:
1179         * net/tramp-smb.el: Rename `tramp-make-temp-file' to
1180         `tramp-compat-make-temp-file'.
1182 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
1184         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
1186 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1188         * emacs-lisp/copyright.el (copyright-update): Don't update if the file
1189         already uses a more recent copyright version than the "current" one.
1191 2007-10-03  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1193         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
1194         (doc-view-insert-image): Minor aesthetical docstring changes.
1196 2007-10-03  Tassilo Horn  <tassilo@member.fsf.org>
1198         * doc-view.el (doc-view): Don't ignore pdf and dvi files when
1199         completing filename.
1200         (doc-view-search-internal): Docstring change.
1202 2007-10-03  Michael Albinus  <michael.albinus@gmx.de>
1204         * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
1205         (tramp-file-name-handler-alist):
1206         Add `tramp-handle-insert-file-contents-literally'.  Needed for XEmacs.
1207         (tramp-make-temp-file): Use `make-temp-name'.  `make-temp-file',
1208         used before, creates the file already, which is not desired.
1209         (tramp-do-copy-or-rename-file-directly): Simplify handling of
1210         temporary file.
1211         (tramp-handle-insert-file-contents): Assign the result in the
1212         short track case.
1213         (tramp-handle-insert-file-contents-literally): New defun.
1214         (tramp-completion-mode-p): Revert change from 2007-09-24.
1215         Checking for `return' etc as last character is not sufficient, for
1216         example in dired-mode when entering <g> (revert-buffer) or
1217         <s> (dired-sort).
1219         * net/tramp-compat.el (top): Add also compatibility code for loading
1220         appropriate timer package.
1221         (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
1222         order to avoid autoloading problems.
1224         * net/tramp-fish.el:
1225         * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
1227         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
1228         where the second parameter of `copy-file' or `rename-file' is a
1229         remote file but not via ftp.
1231 2007-10-02  Richard Stallman  <rms@gnu.org>
1233         * frame.el (cursor-in-non-selected-windows): Doc fix.
1235 2007-10-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
1237         * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
1238         Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
1240 2007-10-01  Jay Belanger  <jay.p.belanger@gmail.com>
1242         * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
1243         when `expt' doesn't give range errors.
1245 2007-10-01  Markus Triska  <markus.triska@gmx.at>
1247         * calc/calc-math.el (math-smallest-emacs-expt):
1248         Make the computation more robust.
1250 2007-09-30  David Kastrup  <dak@gnu.org>
1252         * startup.el (argv): Alias for `command-line-args-left' to use as
1253         `(pop argv)' inside of --eval command sequences.  Allows for
1254         passing shell commands into Emacs verbatim without need for Lisp
1255         quoting.
1257         * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
1258         check only for changed size.
1259         (auto-revert-tail-handler): Get size from caller.  If the file has
1260         shrunk, tail the whole file again (the file presumably has been
1261         rewritten).
1263         * woman.el (woman-topic-all-completions, woman-mini-help):
1264         Fix fallout from 2007-09-07 introduction of `dolist' when the list
1265         actually was being manipulated in the loop.
1266         (woman-Cyg-to-Win, woman-pre-process-region)
1267         (woman-horizontal-escapes, woman-if-body, woman-unescape)
1268         (woman-strings, woman-special-characters, woman1-hc)
1269         (woman-change-fonts, woman-find-next-control-line):
1270         Use `match-beginning' rather than `match-string' when the result is
1271         just used as a flag.
1273 2007-09-30  Michael Albinus  <michael.albinus@gmx.de>
1275         * net/tramp-compat.el: New file.
1277         * net/tramp.el:
1278         * net/tramp-fish.el:
1279         * net/tramp-smb.el:
1280         * net/tramp-uu.el:
1281         * net/trampver.el: Move compatibility code to tramp-compat.el.
1282         Apply `mapc' instead of `mapcar' when the code needs side effects
1283         only.  Move utf-8 coding cookie to the second line.
1285 2007-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
1287         * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
1288         Improve custom type.
1289         (icon-map-list): Make it customizable.  Document how to disable
1290         stock icons.
1292 2007-09-30  Richard Stallman  <rms@gnu.org>
1294         * play/zone.el (zone-hiding-modeline): Use mode-line-format.
1296 2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1298         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
1300 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1302         * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode.  Rewrite.
1303         (t-mouse-mode): New compatibility alias.
1305 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
1307         * server.el (server-delete-client): Only delete the terminal if it
1308         is non-nil.
1310 2007-09-28  Michael Albinus  <michael.albinus@gmx.de>
1312         * net/tramp.el (with-file-property, with-connection-property):
1313         Highlight as keyword.
1314         (tramp-rfn-eshadow-setup-minibuffer)
1315         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1316         (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
1317         (tramp-do-copy-or-rename-file-directly)
1318         (tramp-do-copy-or-rename-file-out-of-band)
1319         (tramp-handle-shell-command, tramp-get-debug-buffer)
1320         (tramp-send-command-and-read, tramp-equal-remote)
1321         (tramp-get-local-gid): Pacify byte-compiler.
1322         (tramp-handle-file-name-directory): Result shall not be expanded.
1323         (tramp-find-foreign-file-name-handler): Rewrite.
1324         (tramp-dissect-file-name): Add optional parameter NODEFAULT.
1326         * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
1328         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
1329         Apply `tramp-completion-mode-p'.
1330         (tramp-fish-handle-set-file-times)
1331         (tramp-fish-handle-executable-find)
1332         (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
1333         (tramp-fish-retrieve-data): Pacify byte-compiler.
1335         * net/tramp-gw.el (tramp-gw-basic-authentication):
1336         Call `tramp-read-passwd' with first parameter `nil'.
1338 2007-09-28  Glenn Morris  <rgm@gnu.org>
1340         * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
1341         than mapcar.
1343         * textmodes/tex-mode.el (tex-suscript-height-ratio)
1344         (tex-suscript-height-minimum): New customizable variables.
1345         (tex-suscript-height): New function.
1346         (superscript, subscript): Set height using tex-suscript-height
1347         rather than fixing at 0.8.
1348         (tex-fontify-script, tex-font-script-display): Add :version tag.
1350 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
1352         * progmodes/python.el (python-eldoc-function): Doc fix.
1354 2007-09-27  Glenn Morris  <rgm@gnu.org>
1356         * image.el (image-type-auto-detected-p): Doc fix.  Don't detect an
1357         image if it is not in image-type-auto-detectable, or is there with
1358         a nil value.
1360 2007-09-27  Michael Albinus  <michael.albinus@gmx.de>
1362         * net/tramp.el (tramp-maybe-open-connection): Make test for alive
1363         connection more robust.
1365 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
1367         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
1368         Deal with the case that special &keywords are at the beginning or
1369         end of the argument list.  Also add some (incomplete) support for
1370         non-standard arglists.
1372 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
1374         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
1375         (eldoc-message-commands, eldoc-current-idle-delay)
1376         (eldoc-function-argstring-format): Fix typos in docstrings.
1378 2007-09-26  Jay Belanger  <jay.p.belanger@gmail.com>
1380         * calc/calc-units.el (calc-convert-units)
1381         (calc-convert-temperature): Remove unnecessary colons.
1383 2007-09-26  Bastien Guerry  <bzg@altern.org>
1385         * org-export-latex.el (org-export-latex-tables-verbatim): New function.
1386         (org-export-latex-remove-from-headlines): Name changed because of typo.
1387         (org-export-latex-quotation-marks-convention): Option removed.
1388         (org-export-latex-make-preamble): Handle the DATE option.
1389         (org-export-latex-cleaned-string): Now the only cleaning function,
1390         synched up with org.el.
1391         (org-export-latex-lists, org-export-latex-parse-list)
1392         (org-export-list-to-latex): New functions.
1394 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
1396         * org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
1397         (org-outline-regexp): New constant.
1398         (org-remember-handler): Throw error when the target file is not in
1399         org-mode.
1400         (org-cleaned-string-for-export): No longer call
1401         `org-export-latex-cleaned-string' with an argument.
1402         (org-get-tags): Returns now a list, not a string.
1403         (org-get-tags-string): New function.
1404         (org-archive-subtree): No need to split return of `org-get-tags'.
1405         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
1406         instead of `org-get-tags'.
1407         (org-agenda-format-date): Rename from `org-agenda-date-format'.
1408         (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
1409         (org-compatible-face): New argument INHERITS.  Inherit from this
1410         face if possible.
1411         (org-level-1, org-level-2, org-level-3, org-level-4)
1412         (org-level-5, org-level-6, org-level-7, org-level-8)
1413         (org-special-keyword, org-drawer, org-column, org-warning)
1414         (org-archived, org-todo, org-done, org-headline-done, org-table)
1415         (org-formula, org-code, org-agenda-structure)
1416         (org-scheduled-today, org-scheduled-previously)
1417         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
1418         in the new way.
1419         (org-get-heading): New argument NO-TAGS.
1420         (org-fast-tag-selection-include-todo): Made defvar instead of
1421         defcustom, feature is not deprecated.
1422         (org-remember-store-without-prompt): New default value t.
1423         (org-todo-log-states): New variable.
1424         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
1425         Compute the log states.
1426         (org-goto-map): More commands copied from global map.  Also bind
1427         `org-occur'.
1428         (org-goto): Made into a general lookup command.
1429         (org-get-location): Complete rewrite.
1430         (org-goto-exit-command): New variable.
1431         (org-goto-selected-point): New variable.
1432         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
1433         Set the new variables.
1434         (org-paste-subtree): Whitespace insertion strategy revised.
1435         (org-remember-apply-template): Protect v-A from the possibility
1436         that v-a might be nil.
1437         (org-remember-handler): Insertion rules revised.
1438         (org-todo): Respect org-todo-log-states.
1439         (org-up-heading-safe): New function.
1440         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
1442 2007-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
1444         * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
1445         region if in transient-mark-mode.
1447 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
1449         * calc/calc-ext.el (calc-init-extensions, calc-reset):
1450         * calc/calc-help.el (calc-full-help):
1451         * calc/calc-misc.el (another-calc):
1452         * calc/calc-store.el (calc-var-name-map):
1453         * calc/calc-stuff.el (calc-flush-caches):
1454         * calc/calc-units.el (math-build-units-table):
1455         * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
1456         (calc-quit):
1457         * calendar/icalendar.el (icalendar--format-ical-event)
1458         (icalendar--convert-ical-to-diary):
1459         * emacs-lisp/authors.el (authors):
1460         * emacs-lisp/cust-print.el (custom-print-install)
1461         (custom-print-uninstall):
1462         * emacs-lisp/disass.el (disassemble-1):
1463         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
1464         * emacs-lisp/edebug.el (byte-compile-resolve-functions):
1465         * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
1466         (elint-check-let-form, elint-check-condition-case-form)
1467         (elint-initialize):
1468         * emacs-lisp/elp.el (elp-results):
1469         * emacs-lisp/generic.el (generic-mode-internal):
1470         * emacs-lisp/re-builder.el (reb-delete-overlays):
1471         * emacs-lisp/regi.el (regi-interpret):
1472         * emacs-lisp/sregex.el (sregex--char-aux):
1473         * emulation/cua-rect.el (cua--deactivate-rectangle)
1474         (cua--highlight-rectangle, cua--rectangle-post-command):
1475         * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
1476         * emulation/viper-macs.el (viper-describe-kbd-macros)
1477         (viper-describe-one-macro):
1478         * emulation/viper-util.el (viper-setup-master-buffer):
1479         * emulation/viper.el (set-viper-state-in-major-mode):
1480         * international/mule-diag.el (describe-current-coding-system):
1481         * language/ethio-util.el (ethio-fidel-to-sera-buffer):
1482         * mail/emacsbug.el (report-emacs-bug):
1483         * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
1484         * obsolete/hilit19.el (hilit-unhighlight-region)
1485         (hilit-set-mode-patterns):
1486         * play/solitaire.el (solitaire-check, solitaire-solve):
1487         * play/zone.el (zone-pgm-rotate):
1488         * progmodes/ada-mode.el (ada-save-exceptions-to-file):
1489         * progmodes/ada-prj.el (ada-prj-display-page):
1490         * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
1491         (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
1492         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
1493         (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
1494         * progmodes/sh-script.el (sh-make-vars-local)
1495         (sh-reset-indent-vars-to-global-values):
1496         * progmodes/sql.el (top):
1497         * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
1498         * progmodes/xscheme.el (top):
1499         * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
1500         (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
1501         (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
1502         (artist-vaporize-lines, artist-ellipse-compute-fill-info)
1503         (artist-submit-bug-report):
1504         * textmodes/flyspell.el (flyspell-delay-commands)
1505         (flyspell-deplacement-commands):
1506         * textmodes/table.el (table--generate-source-epilogue, table-insert)
1507         (table--generate-source-cells-in-a-row, table--make-cell-map)
1508         (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
1510 2007-09-25  Juanma Barranquero  <lekktu@gmail.com>
1512         * allout.el (produce-allout-mode-map, allout-process-exposed):
1513         * ansi-color.el (ansi-color-make-color-map):
1514         * autoinsert.el (auto-insert):
1515         * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
1516         * dired-aux.el (dired-create-files):
1517         * dired.el (dired-restore-desktop-buffer):
1518         * ediff-diff.el (ediff-setup-fine-diff-regions):
1519         * ediff-mult.el (ediff-intersect-directories)
1520         (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
1521         (ediff-redraw-registry-buffer):
1522         * ediff-ptch.el (ediff-fixup-patch-map):
1523         * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
1524         (ediff-really-quit, ediff-clear-diff-vector):
1525         * emerge.el (emerge-really-quit):
1526         * ffap.el (ffap-replace-file-component):
1527         * filecache.el (file-cache-add-directory)
1528         (file-cache-add-directory-recursively)
1529         (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
1530         (file-cache-delete-directory, file-cache-files-matching-internal)
1531         (file-cache-display):
1532         * files.el (cd):
1533         * find-lisp.el (find-lisp-insert-directory):
1534         * finder.el (finder-compile-keywords):
1535         * help.el (view-emacs-news):
1536         * hi-lock.el (hi-lock-write-interactive-patterns):
1537         * ido.el (ido-to-end, ido-set-matches-1):
1538         * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
1539         (image-dired-mark-tagged-files):
1540         * jka-cmpr-hook.el (jka-compr-get-compression-info):
1541         * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
1542         * ps-print.el (ps-background, ps-begin-file)
1543         (ps-build-reference-face-lists):
1544         * simple.el (clone-buffer):
1545         * startup.el (command-line):
1546         * tempo.el (tempo-insert-template, tempo-is-user-element)
1547         (tempo-forward-mark, tempo-backward-mark):
1548         * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
1550 2007-09-25  Glenn Morris  <rgm@gnu.org>
1552         * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
1554         * view.el (view-search-no-match-lines): Add a doc string.
1555         Rewrite to simplify and work better.
1557 2007-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
1559         * progmodes/cc-mode.el (c-mode-base-map):
1560         Use c-indent-line-or-region instead of c-indent-line.
1562         * indent.el (indent-for-tab-command): First check if the region is
1563         active.
1565 2007-09-24  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1567         * whitespace.el (whitespace-tickle-timer): Don't install the timer if
1568         whitespace-rescan-timer-time is 0.
1570 2007-09-24  Karl Berry  <karl@gnu.org>
1572         * international/mule.el (coding-system-base): Fix doc string grammar.
1574 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
1576         * net/tramp.el (tramp-completion-mode-p): Rename from
1577         `tramp-completion-mode'.  Revert logic, check `return', `newline'
1578         and such alike.  Packages like Icicles tend to use other completion
1579         characters but `tab' and `space' only.
1581 2007-09-24  Adam Hupp  <adam@hupp.org>
1583         * progmodes/python.el (run-python): Import emacs module without
1584         waiting; prevents lockup on error.
1586 2007-09-23  Richard Stallman  <rms@gnu.org>
1588         * mail/sendmail.el (mail-bury): Delete the frame
1589         if this frame looks like it was made for this message.
1591         * completion.el (completion-separator-self-insert-command)
1592         (completion-separator-self-insert-autofilling):
1593         If `self-insert-command' has been remapped, use the substitute.
1595         * simple.el (copy-region-as-kill): Doc fix.
1597         * textmodes/org.el (org-confirm-shell-link-function)
1598         (org-confirm-elisp-link-function): Doc fixes.
1600 2007-09-23  Glenn Morris  <rgm@gnu.org>
1602         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
1604 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
1606         * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
1608         * term/tvi970.el (terminal-init-tvi970): Likewise.
1610         * term/sun-mouse.el (print-mouse-format): Likewise.
1612         * term/sun.el (scroll-down-in-place, scroll-up-in-place):
1613         Use forward-line instead of previous-line and next-line.
1615 2007-09-22  Juri Linkov  <juri@jurta.org>
1617         * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
1619         * tutorial.el (tutorial--default-keys): Update standard bindings:
1620         rename `iconify-or-deiconify-frame' to `suspend-frame',
1621         and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
1623 2007-09-22  Juri Linkov  <juri@jurta.org>
1625         * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
1626         Add help-echo to external links and to links without description.
1627         (fancy-splash-insert): Use help-echo from the 3rd element of the
1628         link specification list, or "Follow this link" if it's nil.  Doc fix.
1630 2007-09-22  Juri Linkov  <juri@jurta.org>
1632         * startup.el (command-line): Rename `inhibit-startup-message' to
1633         `inhibit-startup-screen'.
1634         (fancy-about-text): Use shorter label for "Ordering Manuals".
1635         (fancy-startup-tail): Add optional arg `concise'.  When `concise'
1636         is nil, display a line with "To start..." and 3 links to useful
1637         tasks.  Display the "Dismiss" button and "Don't show this message
1638         again" only when concise is non-nil.
1639         (fancy-startup-screen): Call `fancy-startup-tail' with optional
1640         arg `concise'.  If CONCISE is non-nil, display a concise version
1641         of the splash screen in another window.  Otherwise, switch to the
1642         startup buffer in the same window.
1643         (startup-echo-area-message): Change displayed binding from
1644         C-h C-p (describe-project) to C-h C-a (about-emacs), and change
1645         text "about the GNU system and GNU/Linux" to "about GNU Emacs and
1646         the GNU system".
1647         (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
1648         to "*GNU Emacs*".
1649         (display-about-screen): Don't check the existence of the buffer
1650         "*About GNU Emacs*".
1651         (display-splash-screen): Make alias to `display-startup-screen'.
1652         (command-line-1): Rename `inhibit-startup-message' to
1653         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
1654         started with command line options "-f", "-funcall", "-e", "-eval",
1655         "-execute", "-insert", "-find-file", "-file", "-visit".
1656         Inhibit startup screen when Emacs is started with a file name only
1657         on tty (i.e. don't inhibit it when started with a file name like
1658         "emacs FILE..." on a window system).
1659         (command-line-1): Simplify logic of displaying the startup screen:
1660         if file-count > 0, then display the concise version in another
1661         window, otherwise display full version in the same window.
1663         * help.el (help-map): Bind C-h C-a to about-emacs.
1664         (help-for-help-internal): Add C-a description to C-h help text.
1666 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
1668         * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
1669         (checkdoc-permit-comma-termination-flag): Autoload the
1670         safe-local-variable setting.
1672         * bookmark.el (bookmark-xemacsp): Remove.
1673         (bookmark-make): Don't use bookmark-xemacsp,
1674         use (featurep 'xemacs) instead.
1676         * speedbar.el (speedbar-frame-mode)
1677         (speedbar-frame-reposition-smartly)
1678         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
1679         (speedbar-check-vc): Remove use of non-existent variable
1680         dframe-xemacsp, use (featurep 'xemacs) instead.
1682         * indent.el (indent-for-tab-command): Indent the region if
1683         transient-mark-mode and the region is active.
1685 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
1687         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
1688         add inferior-octave-directory-tracker to the buffer-local value
1689         of comint-input-filter-functions.
1691 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
1693         * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
1695 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
1697         * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
1698         on w32 frames.
1700 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1702         * startup.el (normal-top-level): Remove DISPLAY from
1703         process-environment to let it be computed dynamically in callproc.c.
1705         * frame.el (frame-initialize, make-frame):
1706         * faces.el (tty-set-up-initial-frame-faces):
1707         * env.el (setenv): Don't set display-environment-variable.
1709         * server.el (server-getenv-from): Remove.  Use getenv-internal instead.
1710         (server-create-tty-frame): Don't set unused `tty' property.
1711         Set `display' instead of display-environment-variable.
1712         (server-create-window-system-frame): No display-environment-variable.
1714 2007-09-21  Michael Albinus  <michael.albinus@gmx.de>
1716         * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
1717         (rfn-eshadow-update-overlay-hook): New defvars.
1718         (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
1719         Run the hooks.
1721         * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
1722         (tramp-rfn-eshadow-setup-minibuffer)
1723         (tramp-rfn-eshadow-update-overlay): New defuns.  Hook into
1724         rfn-eshadow.el.
1726         * net/tramp-smb.el (tramp-smb-errors): Add error message for call
1727         timeout.
1729 2007-09-21  Glenn Morris  <rgm@gnu.org>
1731         * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
1732         * term/sun-mouse.el (suspend-emacstool): Remove.
1733         * term/sun.el: Remove emacstool-related code.
1735         * emacs-lisp/bytecomp.el (byte-compile-warnings)
1736         (byte-compile-warnings-safe-p): Add `mapcar'.
1737         (byte-compile-warning-types): Add mapcar and make-local.
1738         (byte-compile-normal-call): Add option to suppress mapcar warning.
1739         (top-level): Use mapc rather than mapcar in eval-when-compile.
1741         * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
1742         (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
1743         (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
1744         Handle escaped parens.
1745         (latex-forward-sexp): Doc fix.
1747         * eshell/esh-mode.el (eshell-output-filter-functions): Add
1748         eshell-postoutput-scroll-to-bottom.
1750         * loadup.el: Remove termdev.
1752         * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
1753         * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
1755 2007-09-21  Markus Triska  <markus.triska@gmx.at>
1757         * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
1758         `mapcar' is called for effect.
1760 2007-09-21  Kevin Ryde  <user42@zip.com.au>
1762         * international/mule.el (sgml-html-meta-auto-coding-function):
1763         Bind `case-fold-search' to t.
1765 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1767         * termdev.el: Remove.
1769         * frame.el (get-device-terminal): New function.  Moved from termdev.el.
1770         (frames-on-display-list): Use it.
1772         * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
1774         * termdev.el (terminal-id): Ask terminal-live-p before giving up.
1776 2007-09-20  Richard Stallman  <rms@gnu.org>
1778         * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
1780 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1782         * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
1784 2007-09-20  Glenn Morris  <rgm@gnu.org>
1786         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
1787         motion functions, rather than hard-coding "\n\n".
1788         (tex-validate-region): Check for eobp, to speed up.
1789         (tex-next-unmatched-end): Doc fix.
1791 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1793         * files.el (auto-mode-alist): Use archive-mode for .rar files.
1795         * international/mule.el (auto-coding-alist): Rar archives are binary.
1797         * arc-mode.el: Add basic support for Rar.
1798         (archive-find-type): Recognize Rar's signature.
1799         (archive-desummarize): New fun.
1800         (archive-summarize): Use it to restore the buffer's data in case
1801         someone wants to switch to some other major mode.
1802         (archive-resummarize): Use it as well.
1803         (archive-rar-summarize, archive-rar-extract): New functions.
1805         * filesets.el: Remove spurious * in docstrings.
1806         (filesets-running-xemacs): Remove.  Use (featurep 'xemacs) instead.
1807         (filesets-conditional-sort): Remove unused arg `simply-do-it'.
1808         (filesets-ingroup-collect): Remove unused arg `depth'.
1809         (filesets-update): Remove unused arg `version'.
1811         * finder.el (finder-compile-keywords): Fix up comment style.
1812         (finder-mouse-face-on-line): previous-line -> forward-line.
1814         * recentf.el: Remove spurious * in docstrings.
1815         (recentf-save-list): Fix up comment style.
1817         * progmodes/octave-mod.el: Remove spurious * in docstrings.
1818         (octave-mode-map): Move init into declaration and remove \t binding.
1819         (octave-mode-startup-message): Remove unused var.
1820         (octave-scan-blocks): Remove unused arg `from'.
1821         (octave-forward-block, octave-down-block, octave-up-block):
1822         Update callers.
1824         * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
1825         (meta-mode-map): Likewise and remove \t binding.
1827         * net/snmp-mode.el: Remove spurious * in docstrings.
1828         (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
1829         (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
1830         (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
1831         that completion accepts lists of strings.
1832         (snmp-mode-syntax-table): Move initialization into declaration.
1833         (snmp-mode-map): Likewise and remove \t binding.
1834         (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
1835         (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
1836         (snmp-indent-command): Remove.
1838         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
1839         binding, so tab-always-indent works right.
1841 2007-09-19  Johannes Weiner  <hannes@saeurebad.de>
1843         * net/browse-url.el (browse-url-elinks-new-window): New function.
1844         (browse-url-elinks): Use browse-url-elinks-new-window.
1845         Accept optional second argument `new-window'.  Fix typo in doc-string.
1846         (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
1847         Improve error message.
1849 2007-09-19  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1851         * net/browse-url.el (browse-url-url-encode-chars): Use the right
1852         parameter name in the function body.
1853         Reported by Johannes Weiner.
1855 2007-09-19  Glenn Morris  <rgm@gnu.org>
1857         * net/socks.el (socks-open-network-stream): Signal an explicit
1858         error if the port associated with a service string can't be found.
1860         * textmodes/tex-mode.el (tex-terminate-paragraph):
1861         Use backward-paragraph.
1863 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1865         * server.el (server-running-p): New function.
1867 2007-09-18  Jason Rumney  <jasonr@gnu.org>
1869         * term/w32-win.el (w32-focus-frame): Make obsolete alias for
1870         x-focus-frame.
1872         * frame.el (select-frame-set-input-focus, select-frame-by-name):
1873         Use x-focus-frame for w32.
1875 2007-09-17  David Kastrup  <dak@gnu.org>
1877         * textmodes/tex-mode.el (tex-verbatim-environments):
1878         Eliminate CL dependency.
1880 2007-09-17  Richard Stallman  <rms@gnu.org>
1882         * newcomment.el (comment-add): New arg EXTRA.
1883         (comment-region-default): Pass EXTRA if not indenting lines.
1885 2007-09-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1887         * net/browse-url.el (browse-url-url-encode-chars): New function.
1888         URL-encode some chars in a string.
1889         (browse-url-encode-url): Rewrite using the previous function.
1890         (browse-url-file-url): Use `browse-url-url-encode-chars'.
1891         (browse-url-elinks-sentinel): Fix typo.
1892         (browse-url-new-window-flag): Doc change.
1894 2007-09-17  Glenn Morris  <rgm@gnu.org>
1896         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
1897         filename from `--file-line-error', if it is available.
1899 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
1901         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
1902         TeX `--file-line-error' format.
1904 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
1906         * xt-mouse.el: Delete add-hook calls that were moved to
1907         xterm-mouse-mode.
1908         (xterm-mouse-mode): Disable resume-tty-functions, explain why it
1909         does not work.
1911 2007-09-17  Richard Stallman  <rms@gnu.org>
1913         * cus-face.el (custom-theme-set-faces): Undo previous change.
1915         * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
1917 2007-09-17  Glenn Morris  <rgm@gnu.org>
1919         * textmodes/tex-mode.el (tex-region): Simplify previous change,
1920         handling the case where the region is not in `tex-main-file'.
1921         (tex-region-1): Delete.
1922         (tex-region-header): New function, doing the header part of the
1923         old tex-region-1.
1925 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1927         * simple.el (newline): Simplify use of prefix-numeric-value.
1928         (line-move-partial): Remove unused var `ppos'.
1929         (line-move-1): Replace 9999 with most-positive-fixnum.
1930         (move-end-of-line): Use more efficient single-property search.
1931         (move-beginning-of-line): Remove unused var `start'.
1932         (blink-matching-open): Restructure in a more functional style.
1934 2007-09-16  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1936         * calendar/holidays.el (list-holidays): Remove the cyclic alias.
1938 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1940         * server.el (server-clients): Only keep procs, no properties any more.
1941         (server-client): Remove.
1942         (server-client-get, server-client-set): Remove, replace all callers by
1943         process-get and process-put resp.
1944         (server-clients-with, server-add-client, server-delete-client)
1945         (server-create-tty-frame, server-create-window-system-frame)
1946         (server-process-filter, server-execute, server-visit-files)
1947         (server-buffer-done, server-kill-buffer-query-function)
1948         (server-kill-emacs-query-function, server-switch-buffer)
1949         (server-save-buffers-kill-terminal): Update accordingly.
1951         * server.el (server-with-environment): Simplify.
1952         (server-select-display, server-unselect-display): Re-add functions that
1953         seem to have been lost in the multi-tty merge.
1954         (server-eval-and-print, server-create-tty-frame)
1955         (server-create-window-system-frame, server-goto-toplevel)
1956         (server-execute, server-return-error): New functions extracted from
1957         server-process-filter.
1958         (server-execute-continuation): New functions.
1959         (server-process-filter): Restructure so that all arguments are analysed
1960         first and then acted upon in a subsequent stage.  This way
1961         server-goto-toplevel can be executed later, when we know if
1962         it's necessary.
1963         Remove the "-version" and "-version-good" support.
1965 2007-09-16  Drew Adams  <drew.adams@oracle.com>
1967         * cus-edit (custom-face-edit-activate): Doc fix.
1969 2007-09-16  Glenn Morris  <rgm@gnu.org>
1971         * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
1972         Following cal-bahai renaming, update all instances of
1973         list-bahai-diary-entries to diary-bahai-list-entries,
1974         mark-bahai-diary-entries to diary-bahai-mark-entries,
1975         calendar-goto-bahai-date to calendar-bahai-goto-date,
1976         insert-bahai-diary-entry to diary-bahai-insert-entry,
1977         insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
1978         insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
1979         calendar-print-bahai-date to calendar-bahai-print-date.
1981         * textmodes/tex-mode.el (tex-region): Handle the case where the
1982         region is not in `tex-main-file'.  Move the old code that applies
1983         to both cases...
1984         (tex-region-1): ...to this new function.
1986 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1988         * vc.el (vc-process-sentinel): New function.
1989         (vc-exec-after): Use it instead of using ugly hackish analysis and
1990         construction of Elisp code.
1991         (vc-sentinel-movepoint): New dynamically scoped var.
1992         (vc-print-log, vc-annotate): Set it to move the user's point.
1994         * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
1995         inhibit-modification-hooks.
1997         * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
1998         (calendar-bahai-print-date, calendar-bahai-goto-date)
1999         (diary-bahai-list-entries, diary-bahai-insert-entry):
2000         New names to clean up the namespace a bit more.
2001         (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
2003 2007-09-15  Glenn Morris  <rgm@gnu.org>
2005         * calendar/holidays.el (holiday-list): Rename it back to
2006         `list-holidays', but leave `holiday-list' as an alias.
2008         * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
2009         custom group.
2011         * textmodes/css-mode.el (css): New custom group.
2012         (css-electrick-keys, css-selector, css-property)
2013         (css-indent-offset): Specify custom group.
2015 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2017         * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
2018         (cvs-execute-single-file): Use process-file.
2019         (cvs-run-process): Use start-file-process.
2021 2007-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
2023         * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
2024         level.  Remove the hooks when turning off the mode.
2026         * term/xterm.el: Require xt-mouse at compile time.
2027         (terminal-init-xterm): Turn on xterm mouse tracking for this
2028         terminal if xterm-mouse-mode is enabled.
2030 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
2032         * term/xterm.el (xterm-function-map): Replace bindings that were
2033         deleted by the merge.
2035 2007-09-14  Ulf Jasper  <ulf.jasper@web.de>
2037         * play/bubbles.el (bubbles-version): Bump value to "0.5".
2038         (bubbles-mode-map): Move define-key statements here.
2039         (bubbles-game-theme-menu): Ditto.
2040         (bubbles-graphics-theme-menu): Ditto.
2041         (bubbles-menu): Ditto.
2042         (bubbles-mode): Initialize buffer-undo-list, redisplay.
2043         (bubbles--initialize): Reset buffer-undo-list, redisplay.
2044         (bubbles-plop): Set buffer-undo-list, redisplay.
2045         (bubbles-undo): Reset buffer-undo-list, redisplay.
2046         (bubbles--show-images): Take care of missing text properties.
2048 2007-09-14  Glenn Morris  <rgm@gnu.org>
2050         * startup.el (fancy-startup-text, fancy-about-text): Fix face
2051         quoting.
2053         * calendar/cal-hebrew.el, calendar/cal-menu.el
2054         * calendar/calendar.el, calendar/diary-lib.el
2055         * calendar/holidays.el: Rename all instances of
2056         list-calendar-holidays callers to calendar-list-holidays,
2057         list-holidays to holiday-list, check-calendar-holidays to
2058         calendar-check-holidays, mark-calendar-holidays to
2059         calendar-mark-holidays, and filter-visible-calendar-holidays to
2060         holiday-filter-visible-calendar.
2062 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
2064         * term/xterm.el (xterm-function-map): Add C-M- bindings.
2066 2007-09-13  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
2068         * play/bubbles.el (bubbles--initialize-images): Fix bug:
2069         Use transparent background for empty cells in graphics mode.
2071 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
2073         * man.el (Man-default-man-entry): At end of line, continue looking
2074         to the next line for possible end of hyphenated command.
2076 2007-09-13  Chris Moore  <dooglus@gmail.com>
2078         * shell.el (shell-resync-dirs): Don't move the cursor relative to
2079         the command being edited.
2081 2007-09-12  Jim Meyering  <jim@meyering.net>  (tiny change)
2083         * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
2085 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
2087         * term/xterm.el (xterm-function-map): Add bindings for M-S- and
2088         C-M-S- keys.
2090         * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
2092 2007-09-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2094         * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
2095         New argument `filename-p' to use one set of confusing chars or another.
2096         (browse-url-file-url): Use the argument.
2097         Suggested by Johannes Weiner.
2099 2007-09-12  Romain Francoise  <romain@orebokech.com>
2101         * cus-start.el (all): Revert 2007-09-08 change.
2103 2007-09-12  Aaron Hawley  <aaronh@garden.org>
2105         * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
2106         extract .Z files, since it is more common than uncompress.
2108 2007-09-12  Glenn Morris  <rgm@gnu.org>
2110         * textmodes/org-publish.el (org-publish-org-to-html): Remove
2111         duplicate function definition.
2113 2007-09-10  Chris Moore  <dooglus@gmail.com>
2115         * diff-mode.el (diff-sanity-check-hunk):
2116         Also accept single-line hunks.
2118 2007-09-10  Chong Yidong  <cyd@stupidchicken.com>
2120         * startup.el (startup-screen-inhibit-startup-screen)
2121         (pure-space-overflow-message): New vars.
2122         (fancy-splash-insert): Allow functions for face and link specs.
2123         (fancy-splash-head): Remove unused arg.  Move splash text...
2124         (fancy-startup-text, fancy-about-text): ...here.
2125         (fancy-startup-tail): Rename from fancy-splash-tail.
2126         (fancy-startup-screen, fancy-about-screen): Split off from
2127         fancy-splash-screens.
2128         (display-startup-screen): New function.
2129         (display-about-screen): Rename from display-splash-screen.
2130         (command-line-1): Use concise startup screen if necessary.
2132 2007-09-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
2134         * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
2135         Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
2137 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2139         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
2140         (python-font-lock-keywords): Update to the 2.5 version of the language.
2141         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
2142         (python-backspace): Only behave funny in code.
2143         (python-compilation-regexp-alist): Add PDB stack trace regexp.
2144         (inferior-python-mode): Add PDB prompt regexp.
2145         (python-fill-paragraph): Refine the fenced-string regexp.
2146         (python-find-imports): Handle imports spanning several lines.
2147         (python-mode): Add `class' to hideshow support.
2149 2007-09-10  Dave Love  <fx@gnu.org>
2151         * outline.el (outline-4, outline-5, outline-7):
2152         Move font-lock-builtin-face down from 4 to 7 to better keep the
2153         progression of color brightness, and to better match Org-mode's faces.
2155 2007-09-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2157         * progmodes/meta-mode.el (meta-font-lock-keywords)
2158         (font-lock-match-meta-declaration-item-and-skip-to-next)
2159         (meta-comment-indent, meta-indent-previous-line)
2160         (meta-indent-unfinished-line, meta-beginning-of-defun)
2161         (meta-end-of-defun, meta-common-initialization): Handle \f.
2162         (meta-indent-unfinished-line): Do not handle a `%' in a string as
2163         a comment-start.
2165         * files.el (file-modes-char-to-who, file-modes-char-to-right)
2166         (file-modes-rights-to-number): Auxiliary functions for symbolic to
2167         numeric notation of file modes.
2168         (file-modes-symbolic-to-number): New.  Convert symbolic modes to its
2169         numeric value.
2170         (read-file-modes): New.  Read either an octal value of a file mode or a
2171         symbolic value, and return its numeric value.
2173         * dired-aux.el (dired-do-chmod): Change to use the built-in
2174         `set-file-modes' and the previous symbolic mode parsing functions.
2176 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2178         * textmodes/texinfo.el: Remove spurious * in docstrings.
2179         (texinfo-mode-syntax-table, texinfo-mode-map):
2180         Initialize in the declaration.
2182         * tmm.el: Remove spurious * in docstrings.
2183         (tmm-prompt): Use with-current-buffer.
2185         * vcursor.el: Remove spurious * in docstrings.
2186         (vcursor-map): Initialize in the declaration.
2187         (vcursor-use-vcursor-map): Use define-minor-mode.
2188         (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
2190         * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
2191         Initialize in the declaration.
2192         (widget-minor-mode): Use define-minor-mode.
2194         * woman.el (woman-mode-map, woman-syntax-table):
2195         Initialize in the declaration.
2197 2007-09-09  Tassilo Horn  <tassilo@member.fsf.org>
2199         * doc-view.el: New file.
2201 2007-09-09  Juri Linkov  <juri@jurta.org>
2203         * Makefile.in (update-authors): Add etc/ to AUTHORS.
2205         * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
2207         * startup.el (initial-buffer-choice): Rename choice "Splash screen"
2208         to "Startup screen".  Fix docstring.
2209         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
2210         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
2211         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
2212         (initial-scratch-message): Fix docstring.
2213         (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
2214         Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
2215         Add link to "Customize Startup" and set interval between links to
2216         5 spaces.
2217         (fancy-about-text): Add links "Authors" and "Contributing".
2218         (fancy-splash-head): Add text "Welcome to " on the startup screen,
2219         and "This is " on the about screen.  Add link to
2220         "http://www.gnu.org/software/emacs/" for "GNU Emacs".
2221         For the about screen move emacs version to the header from
2222         `fancy-splash-tail' (as it's done already for normal about screen).
2223         (fancy-splash-tail): Insert emacs version only for startup screen.
2224         (normal-splash-screen): Remove duplicate empty lines.
2225         (normal-about-screen): Add links "Authors" and "Contributing".
2227         * menu-bar.el (menu-bar-help-menu):
2228         Move "About Emacs" and "About GNU" to the end of the Help menu.
2229         Move "Emacs Psychotherapist" after "Send Bug Report...".
2230         Move "External Packages" after "Find Emacs Packages".
2232 2007-09-09  Michael Albinus  <michael.albinus@gmx.de>
2234         * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
2235         they are useless with the byte compiler.
2236         (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
2237         (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
2238         (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
2239         (tramp-file-name-real-host, tramp-file-name-port)
2240         (tramp-find-method, tramp-find-user, tramp-find-host): Make them
2241         defuns.
2243         * net/tramp-cache.el (top): Improve error message when
2244         `tramp-persistency-file-name' is corrupted.
2246 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
2248         * textmodes/org.el (org-re): Also replace the :alpha: class.
2249         (org-todo-tag-alist): Variable removed.
2250         (org-todo-key-alist, org-todo-key-trigger) New variables.
2251         (org-use-fast-todo-selection): New option.
2252         (org-log-done): Docstring fixed.
2253         (org-deadline-warning-days): New default value 14.
2254         (org-edit-timestamp-down-means-later) New option.
2255         (org-tag-alist): Docstring fixed.
2256         (org-fast-tag-selection-include-todo): New option.
2257         (org-export-language-setup): New languages added.
2258         (org-set-regexps-and-options): Compute the new variables.
2259         (org-paste-subtree): Cleaning up.
2260         (org-remember-apply-template): New escape %A.
2261         (org-todo): Call fast TODO selection.
2262         (org-fast-todo-selection): New function.
2263         (org-add-log-note): Allow prefix for abort exit.
2264         (org-at-property-p, org-entry-properties)
2265         (org-columns-get-autowidth-alist): Use :alpha: class.
2266         (org-get-wdays): New function.
2267         (org-agenda-remove-date): New variable.
2268         (org-agenda-get-deadlines): Use `org-get-wdays'.
2269         (org-agenda-get-deadlines): Reverse ee before returning.
2270         (org-format-agenda-item): New argument REMOVE-RE.
2271         (org-agenda-convert-date): Baha'i calendar added.
2272         (org-infile-export-plist): Also find DATE line.
2273         (org-get-min-level): New function.
2274         (org-export-as-html, org-export-as-ascii): Use the date format.
2275         (org-shiftup, org-shiftdown): Use.
2276         `org-edit-timestamp-down-means-later'.
2277         (org-assign-fast-keys): New function.
2279 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
2281         * cus-start.el (all): Add prefer-window-split-horizontally from
2282         window.c.
2284 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
2286         * net/browse-url.el (browse-url-galeon): Fix last change.
2287         (top-level): Require cl when compiling.
2289 2007-09-08  Carsten Dominik  <dominik@science.uva.nl>
2291         * textmodes/org-export-latex.el: arch-tag restored.
2293         * textmodes/org-publish.el: arch-tag restored.
2295 2007-09-08  Masatake YAMATO  <jet@gyve.org>
2297         * progmodes/which-func.el (which-func-modes): Add diff-mode.
2299         * progmodes/cc-langs.el: Support new keywords added to
2300         objective-c frontend of gcc.
2301         (c-simple-stmt-kwds): Add @throw.
2302         (c-block-stmt-2-kwds): Add @synchronized.
2303         (c-block-stmt-1-kwds): Add @finally and @try.
2305 2007-09-07  Carsten Dominik  <dominik@science.uva.nl>
2307         * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
2308         (org-agenda-after-show-hook): New variable.
2309         (org-columns-compile-format)
2310         (org-columns-get-autowidth-alist, org-buffer-property-keys)
2311         (org-entry-properties, org-at-property-p): Allow [:alnum:] in
2312         property names.
2313         (org-get-wdays): New function.
2315 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2317         * simple.el (normal-erase-is-backspace-setup-frame): Massage.
2319         * term/xterm.el (xterm-function-map): Initialize in the declaration.
2321         * vc-arch.el (vc-arch-checkin): Fix typo.
2323 2007-09-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
2325         * cus-face.el (custom-theme-set-faces): Set face attributes
2326         locally for each frame.
2328 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2330         * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
2331         via font-lock-defaults.
2333         * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
2334         derived-mode-p.
2336 2007-09-07  Thien-Thi Nguyen  <ttn@gnuvola.org>
2338         * progmodes/autoconf.el (autoconf-definition-regexp):
2339         Handle optional square brackets around definition name.
2341 2007-09-07  Johannes Weiner  <hannes@saeurebad.de>
2343         * net/browse-url.el (browse-url-browser-function): Add elinks.
2344         (browse-url-elinks-wrapper): New option.
2345         (browse-url-encode-url, browse-url-elinks)
2346         (browse-url-elinks-sentinel): New functions.
2347         (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
2348         (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
2349         Use new function browse-url-encode-url.
2351 2007-09-07  Glenn Morris  <rgm@gnu.org>
2353         * version.el (emacs-version): Revert 2007-08-29 change: no need to
2354         say if multi-tty is present.
2356 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2358         * cus-start.el (split-window-preferred-function): Add custom info.
2360         * calendar/holidays.el (holiday-list, calendar-check-holidays)
2361         (calendar-mark-holidays, calendar-list-holidays)
2362         (holiday-filter-visible-calendar): New names to clean up namespace.
2363         (filter-visible-calendar-holidays, list-calendar-holidays)
2364         (mark-calendar-holidays, check-calendar-holidays, list-holidays):
2365         Add compatibility aliases.
2366         (calendar-check-holidays, calendar-mark-holidays)
2367         (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
2368         (holiday-sexp): Replace append with list.
2369         (holiday-filter-visible-calendar): Replace append with push.
2371         * woman.el: Remove spurious * in docstrings.
2372         (woman-mini-help, woman-non-underline-faces, woman0-rename)
2373         (woman-topic-all-completions-merge, woman-file-name-all-completions)
2374         (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
2375         (woman-write-directory-cache, woman-display-extended-fonts)
2376         (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
2377         (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
2378         (woman-mode): Use inhibit-read-only.
2379         (woman-negative-vertical-space): Use dotimes.
2380         (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
2382 2007-09-06  Romain Francoise  <romain@orebokech.com>
2384         * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
2385         (vc-bzr-workfile-version): Use it.
2387 2007-09-06  Sean O'Rourke  <sorourke@cs.ucsd.edu>
2389         * complete.el (PC-do-completion): Don't try to treat
2390         empty string as an abbreviation.
2392 2007-09-06  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2394         * help-fns.el (describe-variable): Keep doc's text properties.
2396 2007-09-06  Dan Nicolaescu  <dann@ics.uci.edu>
2398         * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
2399         instead of a file.
2401 2007-09-06  Glenn Morris  <rgm@gnu.org>
2403         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
2404         (checkdoc-minor-mode): Allow user to specify lighter via
2405         checkdoc-minor-mode-string.
2407 2007-09-05  Richard Stallman  <rms@gnu.org>
2409         * startup.el (fancy-startup-text): Rename from fancy-splash-text.
2410         Several items removed, simplified, or put on one line.
2411         (fancy-about-text): Add substantial contents, part of startup text.
2412         (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
2413         (normal-splash-screen): Call normal-mouse-startup-screen,
2414         normal-no-mouse-startup-screen, or normal-about-screen.
2415         (normal-mouse-startup-screen): New fn, broken out, shortened.
2416         (normal-no-mouse-startup-screen): New fn, broken out.
2417         (normal-about-screen): New function, contents all new.
2419 2007-09-05  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2421         * emacs-lisp/rx.el (rx): Fix typo in docstring.
2423 2007-09-05  Glenn Morris  <rgm@gnu.org>
2425         * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
2426         is bound.
2428 2007-09-05  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2430         * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
2431         in doc string.
2433 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
2435         * server.el (server-start, server-unload-hook): Undo previous change.
2437         * xt-mouse.el: Undo previous change.
2439 2007-09-04  Juri Linkov  <juri@jurta.org>
2441         * startup.el (fancy-about-text): New variable.
2442         (fancy-splash-delay, fancy-splash-max-time): Remove user options.
2443         (fancy-current-text, fancy-splash-stop-time)
2444         (fancy-splash-outer-buffer): Remove variables.
2445         (fancy-splash-head, fancy-splash-tail): Add new optional argument
2446         `startup' and use it to conditionally display different texts for
2447         Startup and About screens.  Don't display Help commands on the About
2448         screen.
2449         (fancy-splash-screens-1): Remove function and move its content to
2450         `fancy-splash-screens' to the part that dislpays the About screen.
2451         (exit-splash-screen): Don't treat specially exiting from
2452         alternating screens.
2453         (fancy-splash-screens): Rename argument `static' to `startup'.
2454         Fix docstring.  Remove code for displaying alternating screens.
2455         Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
2456         Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
2457         for `inhibit-read-only'.
2458         (normal-splash-screen): Rename argument `static' to `startup'.
2459         Fix docstring.  Use argument `startup' to conditionally display
2460         different texts for Startup and About screens.  Don't display Help
2461         commands on the About screen.  Remove `unwind-protect' `sit-for'
2462         delay and `kill-buffer' after it.
2463         (display-startup-echo-area-message): Remove call to
2464         `use-fancy-splash-screens-p' because image.el is preloaded and
2465         doesn't display "Loading image... done".
2466         (display-splash-screen): Rename argument `static' to `startup'.
2467         Fix docstring.
2469 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
2471         * server.el (server-start, server-unload-hook):
2472         suspend-tty-functions has been renamed to suspend-tty-hook.
2474         * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
2475         resume-tty-hook.
2477 2007-09-03  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
2479         * loadup.el: Fix merge problem, only load "button" once.
2481 2007-09-03  Glenn Morris  <rgm@gnu.org>
2483         * vc-svn.el (vc-svn-print-log): If there is only one file, use
2484         "Working file:" as the prefix, for the sake of
2485         log-view-current-file.
2487 2007-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
2489         * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
2490         (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
2491         if the selected frames is in
2492         xterm-modify-other-keys-terminal-list.
2493         (xterm-turn-off-modify-other-keys): Add an optional frame
2494         parameter.  Only turn off modify-other-keys if FRAME is in
2495         xterm-modify-other-keys-terminal-list.
2496         (xterm-remove-modify-other-keys): New function.
2497         (terminal-init-xterm): Use it.  Deal with delete-frame hook.
2498         Add the selected frame to xterm-modify-other-keys-terminal-list.
2500 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2502         * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
2503         (icon-map-list): New variable.
2504         (x-gtk-map-stock): Use icon-map-list.
2506 2007-09-02  Romain Francoise  <romain@orebokech.com>
2508         * log-view.el (log-view-current-file): Balance parens.
2510 2007-09-02  Glenn Morris  <rgm@gnu.org>
2512         * comint.el (comint-mode): Don't set scroll-conservatively.
2514         * eshell/em-unix.el (eshell/time): Stringify and flatten the
2515         non-command arguments.
2517         * log-view.el (log-view-current-file): Give a more explicit error
2518         if log-view-file-re fails to find a match.
2520 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
2522         * emacs-lisp/bytecomp.el (byte-recompile-directory):
2523         Fix bug: Don't expand top-level file name more than once.
2524         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
2526 2007-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2528         * server.el (server-process-filter): Don't display the splash screen.
2529         It's annoying enough on the initial screen and becomes positively
2530         obnoxious here.
2532 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2534         * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
2535         Change naming to use "avl-tree--" for internal functions.
2537 2007-08-31  Dan Nicolaescu  <dann@ics.uci.edu>
2539         * term/x-win.el (x-menu-bar-open): Delete duplicated function from
2540         the merge.
2541         (global-set-key): Delete f10 mapping, now done in menu-bar.el.
2542         (provide): Move to the end of file.
2544         * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
2546 2007-08-31  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2548         * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
2549         New variable.  List of exceptions for the duplicated word rule.
2550         (flyspell-mark-duplications-flag): Mention it.
2551         (flyspell-word): Treat it.
2553         * files.el (create-file-buffer): If the filename sans directory starts
2554         with spaces, remove them.
2556 2007-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2558         * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
2559         (x-gtk-map-stock): Use two directory elements when matching
2560         file name.
2562 2007-08-31  James Wright  <james@chumsley.org>
2564         * eshell/em-unix.el (eshell/info): New function.
2566 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2568         * frame.el (frame-initialize, make-frame):
2569         * server.el (server-process-filter):
2570         * faces.el (tty-set-up-initial-frame-faces): Don't set
2571         term-environment-variable since it's not used any more.
2573         * env.el (setenv): Don't treat $TERM specially.
2575         * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
2576         stated otherwise, subprocesses do not send back escape sequences
2577         corresponding to the terminal from which Emacs was started.
2579 2007-08-31  Thien-Thi Nguyen  <ttn@gnuvola.org>
2581         * calculator.el: Require cl for compilation.
2583 2007-08-30  Daniel Pfeiffer  <occitan@esperanto.org>
2585         * outline.el (outline-font-lock-levels): Comment out unused var.
2586         (outline-font-lock-face): Wrap around face list to handle any
2587         nesting depth gracefully.
2589 2007-08-30  Michael Albinus  <michael.albinus@gmx.de>
2591         * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
2592         `set-file-times'.
2594 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
2596         * textmodes/org.el (org-export-visible): Fix drawers before export.
2597         (org-do-sort): Allow sorting by priority.
2598         (org-agenda-files): Ignore non-existing files.
2599         (org-agenda-skip-unavailable-files): New variable.
2600         (org-ellipsis): All a face as value.
2601         (org-mode): Interprete the face value of `org-ellipsis'.
2602         (org-archive-save-context-info): New option.
2603         (org-archive-subtree): Store context info in archived entry.
2604         (org-fast-tag-selection-can-set-todo-state): New variable.
2605         (org-fast-tag-selection): Allow setting TODO states through this
2606         interface.
2607         (org-cycle): Docstring updated.
2608         (org-todo-keyword-faces): New option.
2609         (org-get-todo-face): New function.
2610         (org-set-font-lock-defaults, org-agenda-highlight-todo):
2611         Use `org-get-todo-face'.
2612         (org-switch-to-buffer-other-window): New function.
2613         (org-table-edit-field, org-table-show-reference)
2614         (org-table-edit-formulas, org-add-log-note)
2615         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
2616         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
2617         `switch-to-buffer-other-window' to make sure that the temporary
2618         windows show up on the current frame.
2619         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
2620         (org-get-entries-from-diary, org-replace-region-by-html):
2621         Don't allow pop-up frames.
2622         (org-agenda-get-deadlines, org-agenda-get-scheduled):
2623         Fix problems with time-of-day.
2624         (org-export-get-title-from-subtree): New function.
2625         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
2626         with listing items that are DONE.
2627         (org-change-tag-in-region): New command.
2628         (org-agenda-skip-scheduled-if-done)
2629         (org-agenda-skip-deadline-if-done): Docstring clarified.
2630         (org-mode): Hide drawers on startup.
2631         (org-get-todo-face): New function.
2632         (org-todo-keyword-faces): New option.
2633         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
2634         (org-remove-keyword-keys): New function.
2636 2007-08-30  Jari Aalto  <jari.aalto@cante.net>  (tiny change)
2638         * progmodes/grep.el (grep-find-ignored-directories):
2639         Add monotone _MTN bookkeeping directory in workspaces.
2640         Add RCS control directory.  List items in alphabetical order.
2642         * progmodes/grep.el (grep-files-aliases): Add cc alias.
2643         Sort items in alphabetical order.  Fix parens.
2645 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
2647         * vc-hg.el (vc-hg-extra-menu-map): New variable.
2648         (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
2649         (vc-hg-pull): New functions.
2650         (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
2652         * term/mac-win.el: Don't require url, only autoloaded url
2653         functions are used in this file.
2655 2007-08-29  Andreas Schwab  <schwab@suse.de>
2657         * shell.el (shell): Return correct value from interactive spec.
2659 2007-08-29  Glenn Morris  <rgm@gnu.org>
2661         * version.el (emacs-version): Increase to 23.0.50.
2663 2007-08-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2665         * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
2667 2007-08-29  Juri Linkov  <juri@jurta.org>
2669         * loadup.el: Add "button" loading after "faces" and move "startup"
2670         to load after "button".
2672 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
2674         * loadup.el: Load term/mac-win on a Mac using Carbon.
2676         * term/mac-win.el: Provide mac-win.
2677         (mac-initialized): New variable.
2678         (mac-initialize-window-system): New function.  Move global setup here.
2679         (handle-args-function-alist, frame-creation-function-alist):
2680         (window-system-initialization-alist): Add mac entries.
2681         (x-setup-function-keys): New function containing all the
2682         top level function key definitions.
2684         * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
2686         * env.el (read-envvar-name): Don't consider the environment frame param.
2688         * env.el (setenv):
2689         * frame.el (frame-initialize, make-frame):
2690         * faces.el (tty-set-up-initial-frame-faces):
2691         * server.el (server-process-filter): Set
2692         display-environment-variable and term-environment-variable.
2694         * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
2696 2007-08-29  Jason Rumney  <jasonr@gnu.org>
2698         * loadup.el: Only load term/x-win when X is compiled in.
2699         Load term/w32-win and dependencies on windows-nt.
2701         * term/w32-win.el: Reorder to match x-win.el more closely.
2702         Provide w32-win.  Don't throw error when global window-system not w32.
2703         (internal-face-interactive): Remove obsolete function.
2704         (x-setup-function-keys): Use local-function-key-map.
2705         (w32-initialized): New variable.
2706         (w32-initialize-window-system): Set it.
2707         Move more global setup here.
2708         (x-setup-function-keys): New function.
2709         (w32-initialize-window-system): Move non function key global setup here.
2710         (x-cut-buffer-max): Remove.
2711         (w32-initialize-window-system): New function.
2712         (handle-args-function-alist, frame-creation-function-alist):
2713         (window-system-initialization-alist): Add w32 entries.
2715 2007-08-29  David Kastrup  <dak@gnu.org>
2717         * env.el (getenv): Pass frame to getenv-internal.
2719 2007-08-29  Karoly Lorentey  <lorentey@elte.hu>
2721         * version.el (emacs-version): Show if multi-tty is present.
2723         * loadup.el: Delay loading env; mule-conf gets confused by cl
2724         during bootstrap.  Also load termdev and term/x-win.
2726         * bindings.el (mode-line-client): New variable.
2727         (help-echo): Add it to the default mode-line format.
2729         * cus-start.el: Remove bogus window-system reference from GTK test.
2731         * ebrowse.el (ebrowse-electric-list-mode-map)
2732         (ebrowse-electric-position-mode-map):
2733         * ebuff-menu.el (electric-buffer-menu-mode-map):
2734         * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
2735         not `suspend-emacs'.
2737         * ediff-wind.el (ediff-setup-windows-automatic): New function.
2738         (ediff-window-setup-function): Use it as default.
2740         * files.el (save-buffers-kill-terminal): New function.
2741         (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
2743         * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
2744         and `with-selected-frame'.
2746         * help-fns.el (describe-variable): Describe frame-local variables
2747         correctly.
2749         * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
2750         display support.
2751         (normal-erase-is-backspace-setup-frame): New function.
2753         * subr.el (with-selected-frame): New function.
2754         (read-quoted-char): Use terminal-local binding of
2755         local-function-key-map instead of function-key-map.
2757         * talk.el (talk): New function.
2758         (talk-handle-delete-frame): New function.
2759         (talk-add-display): Open a new frame only if FRAME was not a frame.
2761         * termdev.el: New file.
2763         * menu-bar.el (menu-bar-open): New function.  Bind it to f10.
2764         * term/x-win.el: Don't bind f10.
2765         * tmm.el: Remove autoload binding for f10.
2767         * international/encoded-kb.el (encoded-kbd-setup-display): Use
2768         `set-input-meta-mode'.  Fix broken condition before set-input-mode.
2769         Store the saved input method as a terminal parameter.  Add keymap
2770         parameter.  Use it instead of changing key-translation-map directly.
2771         (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
2772         Remove.
2773         (encoded-kbd-setup-display): New function.
2775         * international/mule-cmds.el (set-locale-environment): Fix getenv
2776         call.  Use save-buffers-kill-terminal.  Ignore window-system; always
2777         set the keyboard coding system.  Add DISPLAY parameter.
2778         (set-display-table-and-terminal-coding-system): Add DISPLAY
2779         parameter.  Pass it to set-terminal-coding-system.
2781         * international/mule.el (keyboard-coding-system): Test for
2782         encoded-kbd-setup-display, not encoded-kbd-mode.
2783         (set-terminal-coding-system, set-keyboard-coding-system): Add
2784         DISPLAY parameter.
2785         (set-keyboard-coding-system): Use encoded-kbd-setup-display.
2787         * term/README: Update.
2789         * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
2791         * term/x-win.el (x-setup-function-keys): New function.  Move
2792         function-key-map tweaks here.  Protect against multiple calls on
2793         the same terminal.  Use terminal-local binding of
2794         local-function-key-map instead of function-key-map.
2795         (x-initialize-window-system): Make a copy of pure list.  Pass a
2796         frame getenv.
2798         * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
2799         * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
2800         * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
2801         * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
2802         * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
2803         local-function-key-map instead of function-key-map.
2805         * term/rxvt.el, term/xterm.el: Speed up load time by protecting
2806         `substitute-key-definition' and `define-key' calls against
2807         multiple execution.  Use terminal-local binding of
2808         local-function-key-map instead of function-key-map.  Pass a frame
2809         to getenv.
2811         * edmacro.el (edmacro-format-keys):
2812         * emulation/cua-base.el (cua--pre-command-handler):
2813         * isearch.el (isearch-other-meta-char):
2814         * xt-mouse.el: Use terminal-local binding of
2815         local-function-key-map instead of function-key-map.
2817         * fringe.el (set-fringe-mode): Simplify and fix using
2818         `modify-all-frames-parameters'.
2819         * scroll-bar.el (set-scroll-bar-mode): Ditto.
2820         * tool-bar.el (tool-bar-mode): Ditto.  Remove 'tool-bar-map length
2821         check before calling `tool-bar-setup'.
2822         (tool-bar-setup): New variable.
2823         (tool-bar-setup): Use it to guard against multiple calls.  Add
2824         optional frame parameter, and select that frame before adding items.
2825         (toggle-tool-bar-mode-from-frame): New function.
2827         * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
2828         (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
2829         toggle-tool-bar-mode-from-frame to change "Menu-bar" and
2830         "Tool-bar" toggles to reflect the state of the current frame.
2831         (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
2833         * env.el: Require cl for byte compilation (for `block' and `return').
2834         (environment, setenv-internal): New functions.
2835         (let-environment): New macro.
2836         (setenv, getenv): Add optional terminal parameter.  Update docs.
2837         (setenv): Use setenv-internal.  Always set process-environment.
2838         Handle `local-environment-variables'.
2839         (read-envvar-name, setenv, getenv): Use frame parameters
2840         to store the local environment, not terminal parameters.  Include
2841         `process-environment' as well.
2843         * faces.el (tty-run-terminal-initialization): New function.
2844         (tty-create-frame-with-faces): Use it.  Set up faces and
2845         background mode only after the terminal has been initialized.
2846         Call terminal-init-*.  Don't load the initialization file more
2847         than once.  Call set-locale-environment.
2848         (frame-set-background-mode): Handle the 'background-mode terminal
2849         parameter.
2850         (tty-find-type): New function.
2851         (x-create-frame-with-faces): Remove bogus check for
2852         first frame.  Call `tool-bar-setup'.  Don't make frame visible
2853         until we are done setting up all its parameters.  Call
2854         x-setup-function-keys.
2856         * frame.el (make-frame): Always inherit 'environment and 'client
2857         parameters.  Set up the 'environment frame parameter, when needed.
2858         Also inherit 'client parameter.  Don't override explicitly
2859         specified values with inherited ones.  Add 'terminal frame
2860         parameter.  Append window-system-default-frame-alist to parameters
2861         before calling frame-creation-function.
2862         (frame-initialize): Copy the environment from the initial frame.
2863         (window-system-default-frame-alist): Enhance doc string.
2864         (frame-notice-user-settings): Don't put 'tool-bar-lines in
2865         `default-frame-alist' when initial frame is on a tty.
2866         (modify-all-frames-parameters): Simplify using `assq-delete-all'.
2867         Remove specified parameters from `window-system-default-frame-alist'.
2868         (make-frame-on-tty, framep-on-display, suspend-frame):
2869         Extend doc string, update parameter names.
2870         (frames-on-display-list): Use terminal-id to get the display id.
2871         (frame-notice-user-settings): Extend to apply
2872         settings in `window-system-default-frame-alist' as well.
2873         (terminal-id, terminal-parameters, terminal-parameter)
2874         (set-terminal-parameter, terminal-handle-delete-frame): New functions.
2875         (delete-frame-functions): Add to `delete-frame-functions' hook.
2876         (blink-cursor-mode): Adapt blink-cursor-mode default
2877         value from startup.el.
2878         (make-frame-on-display): Protect condition on x-initialized when
2879         x-win.el is not loaded.  Update doc.
2880         (suspend-frame): Use display-controlling-tty-p to decide between
2881         suspend-emacs and suspend-tty.
2882         (frames-on-display-list): Update for display ids.
2883         (framep-on-display): Ditto.
2884         (suspend-frame): Use display-name, not frame-tty-name.
2885         (selected-terminal): New function.
2887         * server.el: Use `device' instead of `display' or `display-id' in
2888         variable and client parameter names.
2889         (server-select-display): Remove (unused).
2890         (server-tty-live-p, server-handle-delete-tty): Remove.
2891         (server-unquote-arg, server-quote-arg, server-buffer-clients):
2892         Update docs.
2893         (server-getenv-from, server-with-environment, server-send-string)
2894         (server-save-buffers-kill-terminal): New functions.
2895         (server-delete-client): Handle quits in kill-buffer.  Don't kill
2896         modified buffers.  Add extra logging.  Delete frames after
2897         deleting the tty.  Clear 'client parameter before deleting a frame.
2898         Use delete-display, not delete-tty.
2899         (server-visit-files): Don't set `server-existing-buffer' if the
2900         buffer already has other clients.  Return list of buffers
2901         created.  Update doc.  Don't set client-record when nowait.
2902         (server-handle-delete-frame): Delete the client if this was its
2903         last frame.  Check that the frame is alive.  Remove bogus comment.
2904         Add note on possible race condition.  Delete tty clients, if needed.
2905         (server-handle-suspend-tty): Use server-send-string.  Kill the
2906         client in case of errors from process-send-string.  Use the display
2907         parameter.
2908         (server-unload-hook): Remove obsolete delete-tty hook.
2909         (server-start): Ask before restarting if the old server still has
2910         clients.  Add feedback messages.  Remove obsolete delete-tty hook.
2911         (server-process-filter): Use server-send-string.  Accept `-dir'
2912         command.  Switch to *scratch* immediately after creating the frame,
2913         before evaluating any -evals.  Protect `display-splash-screen'
2914         call in a condition-case.  Explain why.  Call
2915         `display-startup-echo-area-message' before
2916         `display-splash-screen'.  Don't display the splash screen when no
2917         frame was created.  Show the Emacs splash screen and startup echo
2918         area message.  Display the *scratch* buffer by default.  Store the
2919         local environment in a frame (not terminal) parameter.  Do not try
2920         to decode environment strings.  Fix reference to the 'display
2921         frame parameter.  Change syntax of environment variables.  Put
2922         environment into terminal parameters, not client parameters.  Use
2923         a dummy client with --no-wait's X frames.  In `-position LINE'
2924         handler, don't ruin the request string until the line number is
2925         extracted.  Log opened files.  Handle -current-frame command.
2926         Don't create frames when it is given.  Don't bind X frames to the
2927         client when we are in -no-wait mode.  Set locale environment
2928         variables from client while creating tty frames.  Disable call to
2929         configure-display-for-locale.  When processing -position command,
2930         don't change the request string until the parameters are
2931         extracted.  Don't try to create an X frame when Emacs does not
2932         support it.  Improve logging.  Temporarily set ncurses-related
2933         environment variables to those of the client while creating a new
2934         tty frame.  Select buffers opened by nowait clients, don't leave
2935         them buried under others.  Set the display parameter, and use it
2936         when appropriate.
2938         * startup.el (display-startup-echo-area-message): Handle
2939         `inhibit-startup-echo-area-message' here.
2940         (command-line-1): Moved from here.
2941         (fancy-splash-screens): Use `overriding-local-map' instead of
2942         `overriding-terminal-local-map' for now; the latter doesn't work
2943         right, it looses keypresses to another terminal.  Use
2944         `overriding-terminal-local-map' to set up keymap.  Install a
2945         `delete-frame-functions' hook to catch `delete-frame' events.
2946         Ignore `select-window' events to cope better with
2947         `focus-follows-mouse'.  Don't switch back to the original buffer
2948         if the splash frame has been killed.  Restore previous buffer, even
2949         if it's *scratch*.
2950         (normal-splash-screen): Don't let-bind `mode-line-format'; it
2951         changes the global binding - setq it instead.  Use
2952         `save-buffers-kill-terminal'.
2953         (display-splash-screen): Don't do anything if the splash screen is
2954         already displayed elsewhere.
2955         (fancy-splash-exit, fancy-splash-delete-frame): New functions.
2956         (command-line): Replace duplicated code with a call to
2957         tty-run-terminal-initialization.  Don't load the terminal
2958         initialization file more than once.  Remove call to nonexistent
2959         function `set-locale-translation-file-name'.
2961         * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
2962         parameters.
2963         (xterm-mouse-position-function, xterm-mouse-event): Update.
2964         (xterm-mouse-mode): Don't depend on current value of window-system.
2965         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
2966         Update for multi-tty.
2967         (turn-on-xterm-mouse-tracking-on-terminal)
2968         (turn-off-xterm-mouse-tracking-on-terminal)
2969         (xterm-mouse-handle-delete-frame): New functions.
2970         (delete-frame-functions, after-make-frame-functions)
2971         (suspend-tty-functions, resume-tty-functions): Install extra hooks
2972         for multi-tty.
2974 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2976         * simple.el (invisible-p): Remove: implemented in C now.
2977         (line-move-invisible-p): Remove obsolete alias.
2979 2007-08-28  Juri Linkov  <juri@jurta.org>
2981         * image-mode.el (image-type): New variable.
2982         (image-mode): Set default major mode name to "Image[text]".
2983         (image-minor-mode): Change LIGHTER to display image-type in the
2984         mode line.
2985         (image-minor-mode): Set default image-type to "text".
2986         (image-toggle-display): After switching to text mode, set
2987         image-type to "text" and major mode name to "Image[text]".
2988         After switching to image mode, set image-type to actual image
2989         type, and add image type to major mode name.  Let-bind the same
2990         variable names as arguments of `image-type' and `create-image'.
2991         Bind `type' to the result of `image-type' and use it as arg
2992         of `create-image' to not determine the image type twice.
2994 2007-08-28  Michael Albinus  <michael.albinus@gmx.de>
2996         * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
2997         (tramp-set-file-uid-gid, tramp-get-local-uid)
2998         (tramp-get-local-gid): New defuns.
2999         (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
3000         (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
3001         Improve fast track.
3002         (tramp-do-copy-or-rename-file-directly): Sync parameter list with
3003         the other tramp-do-copy-or-rename-file-* functions.  Major rewrite.
3004         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
3005         (tramp-handle-write-region): Improve fast track.
3006         (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
3007         (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
3008         be nil.
3010 2007-08-28  Ivan Kanis  <apple@kanis.eu>
3012         * time.el: New feature to display several time zones in a buffer.
3013         (display-time-world-mode, display-time-world-display)
3014         (display-time-world, display-time-world-timer): New functions.
3015         (display-time-world-list, display-time-world-time-format)
3016         (display-time-world-buffer-name, display-time-world-timer-enable)
3017         (display-time-world-timer-second, display-time-world-mode-map):
3018         New variables.
3020 2007-08-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3022         * term/x-win.el (x-gtk-stock-map): New variable.
3023         (x-gtk-map-stock): New function.
3025         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
3026         prev/next-node.
3028 2007-08-28  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
3030         * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
3032 2007-08-28  Glenn Morris  <rgm@gnu.org>
3034         * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
3036 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
3038         * progmodes/modula2.el (m2-definition, m2-module):
3039         Don't use previous-line.  Reported by T. V. Raman.
3041 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3043         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
3044         argument to tool-bar-mode call.
3046 2007-08-27  Glenn Morris  <rgm@gnu.org>
3048         * diff-mode.el (diff-find-file-name): Only accept regular files,
3049         to rule out /dev/null, directories, etc.
3051         * vc-svn.el (vc-svn-diff): If the repository version of all the
3052         files is the same as the specified OLDVERS, do a local diff.
3054 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3056         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
3057         of buffers in uniquify-managed.
3059         * simple.el (invisible-p): Rename from text-invisible-p.
3060         Update callers.
3062 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3064         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
3065         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
3066         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
3067         (cperl-etags-goto-tag-location): Use new style backquotes.
3069         * net/browse-url.el: Remove spurious * in custom docstrings.
3070         (browse-url-filename-alist): Use new-style backquote.
3072         * emacs-lisp/backquote.el (backquote-unquote-symbol)
3073         (backquote-splice-symbol): Clarify they're not new-style unquotes.
3075         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
3076         (\,@): Backslash the , and ,@ which are not new-style unquotes.
3078         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
3080         * net/socks.el (socks-username/password-auth-filter):
3081         Remove unused vars `state' and `desired-len'.
3082         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
3083         (socks-wait-for-state-change): Use new-style backquotes.
3085         * pcvs.el (cvs-mode-status): Fix long-standing typo.
3087         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
3088         backquotes after each `read' rather than once per buffer.
3090         * dframe.el: Remove spurious * in custom docstrings.
3091         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
3092         (dframe-xemacs20p): Remove, inline at the sole use point.
3093         (defface): Don't defvar the face, don't use old-style backquote.
3094         (defcustom): Don't use old-style backquote.
3095         (dframe-frame-parameter, dframe-mouse-event-p):
3096         Make it obvious that it's always defined.
3097         (dframe-popup-kludge): New function to replace
3098         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
3099         (dframe-frame-mode, dframe-set-timer-internal)
3100         (dframe-mouse-set-point): Remove use of with-no-warnings from
3101         XEmacs-specific code.
3102         (dframe-set-timer-internal): Fix very old bug with
3103         post-command-idle-hook.
3105         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
3107 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
3109         * emacs-lisp/avl-tree.el: New file.
3111 2007-08-26  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3113         * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
3114         was used.
3116 2007-08-26  Sean O'Rourke  <seano@cs.ucsd.edu>
3118         * complete.el (PC-do-completion): Make RET accept a non-unique but
3119         complete expansion again.
3121 2007-08-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
3123         * eshell/esh-opt.el (eshell-eval-using-options):
3124         Add debug declaration.
3126 2007-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
3128         * log-view.el (log-view-toggle-mark-entry): Add docstring.
3129         (log-view-get-marked): Likewise.
3131         * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
3132         (vc-delete-automatic-version-backups): Likewise.
3134         * vc.el (vc-dired-buffers-for-dir): Likewise.
3136 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
3138         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
3139         safe-local-variable setting.
3140         * progmodes/perl-mode.el (perl-indent-level): Likewise.
3142         * log-view.el (log-view-marked-list): Delete variable.
3143         (log-view-mode): Don't use it.
3144         (log-view-toggle-mark-entry): Likewise, simplify.
3145         (log-view-current-tag): Don't return properties.
3146         (log-view-get-marked): New function.
3148 2007-08-25  Alexandre Julliard  <julliard@winehq.org>
3150         * vc-git.el (vc-git-mode-line-string): New function.
3152 2007-08-25  Alan Mackenzie  <acm@muc.de>
3154         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
3155         new language variable.
3157         * progmodes/cc-engine.el (c-brace-anchor-point): new function.
3158         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
3159         "extern" etc., rather than BOI.  Fix addition of spurious
3160         syntactic-symbol 'defun-block-intro, replacing it with
3161         'innamespace, etc.
3163 2007-08-25  Juri Linkov  <juri@jurta.org>
3165         * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
3167         * image-mode.el: Add autoloads to put associations in auto-mode-alist:
3168         associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
3169         "\\.svgz?\\'" with xml-mode and image-mode-maybe.
3171         * image.el (image-type-header-regexps): Use more complex regexp for svg.
3172         (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
3173         (image-type-auto-detectable): Add (svg . maybe).
3175         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
3176         to treat it like .tgz.
3178         * calendar/cal-bahai.el: Add file coding cookie.
3180 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
3182         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
3183         Don't behave differently when executed via M-x.  Add doc string.
3185         * sort.el (sort-fold-case, sort-numeric-base): Mark as
3186         safe-local-variable.
3188 2007-08-25  Jay Belanger  <jay.p.belanger@gmail.com>
3190         * calc/calc-forms.el (var-TimeZone): Make nil explicitly
3191         the default value.
3192         (math-calendar-tzinfo): New variable.
3193         (math-get-calendar-tzinfo): New function.
3194         (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
3195         to get information when zone is nil.
3197 2007-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
3199         * log-view.el (log-view-toggle-mark-entry): New function.
3200         (log-view-mode-map): Bind it.
3201         (log-view-marked-list): New variable.
3202         (log-view-mode): Make it local.
3204 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
3206         * play/zone.el (zone-pgm-rat-race): New func.
3207         (zone-programs): Add `zone-pgm-rat-race'.
3209 2007-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3211         * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
3212         a list.
3214 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
3216         * progmodes/hideshow.el (hs-match-data): Delete alias.
3217         (hs-hide-block-at-point, hs-find-block-beginning)
3218         (hs-show-block): Use `match-data' directly.
3220 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
3222         * format.el (format-alist): Fix typo in doc-string.
3224 2007-08-24  Michael Albinus  <michael.albinus@gmx.de>
3226         * net/tramp.el (tramp-local-host-p): New defun.
3227         (tramp-handle-file-local-copy, tramp-handle-write-region):
3228         Implement fast track when being on the local host.
3229         (tramp-file-name-handler): Don't set "started" property.  It shall
3230         be reserved for the "ftp" method.
3231         (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
3233         * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
3234         (tramp-ftp-file-name-handler): Set "started" property.
3236 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
3238         * files.el (backup-buffer-copy): Don't wrap delete in
3239         condition-case, only try to delete if file exists.
3241 2007-08-24  Glenn Morris  <rgm@gnu.org>
3243         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
3245         * startup.el (tutorial-directory): Set with eval-at-startup so it
3246         gets the right value in an installed Emacs.
3248 2007-08-24  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
3250         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
3251         (eldoc-highlight-function-argument): Use it.
3253 2007-08-23  Masatake YAMATO  <jet@gyve.org>
3255         * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
3256         name of parameters in document body.
3258 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3260         * emacs-lisp/bytecomp.el (byte-compile-output-docform)
3261         (byte-compile-output-as-comment): Use with-current-buffer rather than
3262         a weird set-buffer&prog1 combination.
3264         * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
3265         test so as to optimise cases where the `progn's result is constant.
3267 2007-08-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
3269         * locate.el (locate-get-file-positions):
3270         Use line-beginning-position and line-end-position.
3272 2007-08-23  John Wiegley  <johnw@newartisans.com>
3274         * calendar/cal-bahai.el: Added in the diacriticals that were
3275         missing for many of the month names.
3277 2007-08-22  Jason Rumney  <jasonr@gnu.org>
3279         * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
3281 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
3283         * image-mode.el (image-minor-mode): Use image-mode-text-map.
3285 2007-08-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
3287         * dabbrev.el (dabbrev--progress-reporter): New variable.
3288         (dabbrev--scanning-message): Delete func.
3289         (dabbrev--find-expansion): Use a progress reporter
3290         instead of dabbrev--scanning-message.
3292 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
3294         * comint.el (comint-exec-1): Raise an error if
3295         `start-file-process' does not return a process object.
3297         * shell.el (shell): Prompt for `default-directory' if it is a
3298         remote file name, and if called with a prefix arg.
3300 2007-08-22  Sam Steingold  <sds@gnu.org>
3302         * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
3304 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
3306         * textmodes/org-export-latex.el: New file.
3308         * textmodes/org-publish.el (org-publish-org-to-latex): New function.
3310         * textmodes/org.el (org-agenda-skip): Allow a form for
3311         `org-agenda-skip-function'.
3312         (org-agenda-redo): Re-use local settings.
3313         (org-agenda): Store local settings.
3314         (org-agenda-deadline-faces): New option.
3315         (org-agenda-deadline-face): New function.
3316         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
3317         entries on their due date.
3318         (org-agenda-get-timestamps): No longer handle the due dates of
3319         schedules and deadline items.
3320         (org-insert-link-global, org-open-at-point-global): New commands.
3321         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
3322         :for-ascii parameter.
3323         (org-skip-comments): Function removed.
3324         (org-cleaned-string-for-export): Handle special table lines.
3325         (org-global-properties): New option.
3326         (org-entry-get-with-inheritance): Check global properties.
3327         (org-local-properties): New variable.
3328         (org-set-regexps-and-options): Find the #+PROPERTY line.
3329         (org-link-types): Change type into variable (was constant).
3330         (org-make-link-regexps): New function.
3331         (org-link-re-with-space, org-link-re-with-space2)
3332         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
3333         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
3334         these regular expressions happens now in the function
3335         `org-make-link-regexps'.
3336         (org-store-link): Call the functions in
3337         `org-store-link-functions'.
3338         (org-add-link-type): New function.
3339         (org-store-link-functions): New variable.
3340         (org-activate-tags): Force matches to be in headlines.
3341         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
3342         (org-columns-display-here): Make sure this works in a narrowed
3343         buffer by checking for point-min.
3344         (org-columns-display-here): Make the rest of the line intangible,
3345         so that point never can be there.
3346         (org-cleaned-string-for-export): Use `with-current-buffer'.
3347         (org-replace-region-by-html): Use `with-current-buffer'.
3348         (org-unfontify-region, org-do-occur, org-columns-display-here)
3349         (org-columns-remove-overlays, org-columns-quit)
3350         (org-columns-edit-value, org-columns-next-allowed-value)
3351         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
3352         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
3353         (org-agenda-todo, org-agenda-change-all-lines)
3354         (org-agenda-align-tags, org-agenda-priority)
3355         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
3356         (org-agenda-show-new-time, org-cleaned-string-for-export)
3357         (org-export-grab-title-from-buffer)
3358         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
3359         instead of `buffer-read-only'.
3360         (org-export-as-html): Set `coding-system-for-write'.
3361         (org-remember-store-without-prompt): New option.
3362         (org-archive-subtree): Fixed bug with modifying TODO keyword.
3363         (org-beginning-of-line): Also treat C-a special in items.
3364         (org-table-convert-refs-to-rc): Fixed problem with column
3365         reference after "..".
3366         (org-columns-compute): Don't mark buffer modified because of text
3367         properties.
3368         (org-batch-store-agenda-views): Use the variable
3369         `default-directory', not the function.
3370         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
3371         (org-clock-out-when-done): New option.
3372         (org-html-entities): Added HTML entities for smileys.
3374 2007-08-22  Glenn Morris  <rgm@gnu.org>
3376         * image.el (create-image): Doc fix.
3378         * startup.el (tutorial-directory): New constant.
3379         (fancy-splash-text): Tutorials now in tutorial-directory.
3380         * tutorial.el (help-with-tutorial): Tutorials now in
3381         tutorial-directory.
3383 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
3385         * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
3386         otherwise.
3387         (tramp-get-remote-path): New defun.  Replace occurrences of
3388         `tramp-default-remote-path' by this function.
3389         (tramp-set-remote-path): Move most of the code to
3390         `tramp-get-remote-path'.
3391         (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
3392         existing directories, this is done already in
3393         `tramp-get-remote-path'.
3395 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
3397         * image-file.el (image-file-name-extensions): Add "svg".
3398         * image.el (image-type-header-regexps): Add svg entry.
3400 2007-08-22  Glenn Morris  <rgm@gnu.org>
3402         * files.el (backup-buffer-copy): Check backup directory is
3403         writable, to avoid infloop deleting old backup.
3405         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
3406         movemail related variables.
3407         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
3408         will now be set before this is called.
3410 2007-08-21  Juri Linkov  <juri@jurta.org>
3412         * delsel.el (delete-selection-pre-hook):
3413         * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
3414         instead of checking last-command.
3416 2007-08-21  Juri Linkov  <juri@jurta.org>
3418         * loadup.el: Preload "button".
3420 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3422         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3423         Add previous-line and next-line.
3425         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
3426         (vc-arch-find-file-not-found-hook): Remove, it's now the default.
3428         * vc-hooks.el (vc-menu-entry): New var.
3429         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
3430         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
3431         (vc-menu-map): Declare and initialize in one step.
3432         (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
3434         * menu-bar.el (vc-menu-map): Don't setup any more.
3435         Instead, just create the proper spot in the menu.
3437 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3439         * smerge-mode.el (smerge-resolve): New arg `safe'.
3440         (smerge-resolve-all, smerge-batch-resolve): New function.
3441         (smerge-refine): Make sure `diff' returns the expected result.
3442         (smerge-parsep-re): New const.
3443         (smerge-mode): Use it to adjust paragraph-separate.
3445         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3446         Correctly match / regexp matchers as first char on a line when
3447         fontifying only that line.
3449         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
3451 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3453         * vc-bzr.el: Don't fiddle with vc-handled-backend.
3454         (vc-bzr-registered): Don't redundantly protect against
3455         file-error.  Actually use the format-specific code.
3456         (vc-bzr-buffer-nonblank-p): Remove.
3457         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
3459 2007-08-20  Juri Linkov  <juri@jurta.org>
3461         * startup.el (fancy-splash-text): Change multiple tabs into one
3462         tab.  Remove "Useful File menu items" section (with "Exit Emacs"
3463         and "Recover Crashed Session").
3464         (fancy-splash-screens): Set tab-width to 22.
3465         (normal-splash-screen): Replace literal tabs with \t and
3466         fix whitespace.  Remove "Useful File menu items" section (with
3467         "Exit Emacs" and "Recover Crashed Session").
3469 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
3471         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
3472         extracted from `eval-last-sexp-1'.
3473         (eval-last-sexp-1): Call `preceding-sexp'.
3475 2007-08-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
3477         * vc-rcs.el (vc-rcs-annotate-command):
3478         Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
3479         Add back :vc-annotate-prefix propertization.
3481 2007-08-20  Andreas Schwab  <schwab@suse.de>
3483         * mail/rmail.el (rmail-autodetect): Doc fix.
3485 2007-08-19  Juri Linkov  <juri@jurta.org>
3487         * startup.el (normal-splash-screen): Add more links.
3489 2007-08-19  Juri Linkov  <juri@jurta.org>
3491         * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
3492         because it's common to both types of splash screen: fancy and normal.
3493         Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
3494         (exit-splash-screen): Rename from `fancy-splash-quit'.
3495         Use `quit-window' instead of `kill-buffer'.
3496         (fancy-splash-head): Use make-button to insert GNU image link.
3497         (fancy-splash-screens, normal-splash-screen): Rename " About GNU
3498         Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
3499         (normal-splash-screen): Put "Browse manuals" on the same line with
3500         "Emacs manual".  Remove descriptions from "Useful tasks" and put
3501         all links in two columns on two lines.
3503 2007-08-19  Michael Kifer  <kifer@cs.stonybrook.edu>
3505         * viper.el (viper-remove-hooks): Remove some additional viper hooks
3506         when the user calls viper-go-away.
3507         (viper-go-away): Restore the default of default-major-mode.
3508         Save the value of default-major-mode before vaperization.
3510         * viper-cmd.el: Replace error "" with "Viper bell".
3512         * viper-ex.el: Replace error "" with "Viper bell".
3514         * ediff-util.el (ediff-make-temp-file): Use the coding system of the
3515         buffer for which file is created.
3517 2007-08-19  Glenn Morris  <rgm@gnu.org>
3519         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
3520         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
3521         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
3522         shadow files messing up the compilation.
3524 2007-08-18  Glenn Morris  <rgm@gnu.org>
3526         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
3527         string.  Also apply eldoc-argument-case in the help-split-fundoc
3528         case.  Adapt for changed behavior of eldoc-function-argstring,
3529         eldoc-function-argstring-format, and
3530         eldoc-highlight-function-argument.
3531         (eldoc-highlight-function-argument): Handle nil INDEX argument,
3532         just call eldoc-docstring-format-sym-doc in that case.
3533         (eldoc-function-argstring): Change the behavior.  Now it converts
3534         an argument list to a string.
3535         (eldoc-function-argstring-format): Change the behavior.  Now it
3536         applies `eldoc-argument-case' to a string.
3538         * progmodes/scheme.el (scheme-mode-variables): Set
3539         font-lock-comment-start-skip.
3541 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
3543         * progmodes/ada-mode.el (ada-create-syntax-table): Move
3544         set-syntax-table from here to ...
3545         (ada-mode): ... here.  Do not change global value of
3546         comment-multi-line.  Call new function
3547         ada-initialize-syntax-table-properties and add new function
3548         ada-handle-syntax-table-properties to font-lock-mode-hook.
3549         (ada-deactivate-properties, ada-initialize-properties): Replace
3550         by new functions ...
3551         (ada-handle-syntax-table-properties)
3552         (ada-initialize-syntax-table-properties)
3553         (ada-set-syntax-table-properties): ... to set up syntax-table
3554         properties uniformly, independently from whether font-lock-mode
3555         is enabled or not.  Handle read-only buffers and do not change
3556         undo-list when setting syntax-table properties.
3557         (ada-after-change-function): Use ada-set-syntax-table-properties.
3559 2007-08-18  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3561         * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
3562         (meta-indent-current-nesting): Use a computation of the nesting
3563         instead.
3564         (meta-indent-current-indentation): Indentation is given according
3565         to nesting and if the previous line was finished or not.
3566         (meta-indent-unfinished-line): Tell if the current line ends with
3567         a finished expression.
3568         (meta-indent-looking-at-code): Like `looking-at', but checks if
3569         the point is in a string before.
3570         (meta-indent-level-count): Use it.  Don't count parenthesis as it's
3571         done in the nesting function.
3572         (meta-indent-in-string-p): Tell if the current point is in a
3573         string.
3574         (meta-indent-calculate): Treat b-o-b as a special case.  Use the
3575         previous functions.
3577 2007-08-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
3579         * emacs-lisp/copyright.el (copyright-limit): New defsubst.
3580         (copyright-update-year, copyright-update)
3581         (copyright-fix-years): Use it.
3583 2007-08-17  Kimit Yada  <kimitto@gmail.com>  (tiny change)
3585         * emacs-lisp/copyright.el (copyright-update-year):
3586         Fix bug: Handle nil copyright-limit.
3588 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
3590         * calc/calc-units.el (math-standard-units): Give exact
3591         conversion for tsp.
3593         * calc/calc.el (math-bignum-digit-length): Compute the
3594         appropriate value.
3596         * calc/calc-bin.el (math-bignum-logb-digit-size)
3597         (math-bignum-digit-power-of-two):
3598         * calc/calc-comb.el (math-small-factorial-table):
3599         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
3600         (math-approx-gamma-const):
3601         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
3602         (math-besY1, math-bernoulli-b-cache):
3603         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
3604         Remove `eval-when-compile's.
3606 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
3608         * progmode/cperl-mode.el (cperl-look-at-leading-count)
3609         (cperl-find-pods-heres): Fix an error when typing expressions like
3610         `s{a}{b}'.
3612 2007-08-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3614         * mail/emacsbug.el (report-emacs-bug): Remove the last number of
3615         `emacs-version', use the topic prefix ``version; ''.  Make MS-DOS
3616         a special case (there's no build number).
3618 2007-08-17  T. V. Raman  <raman@users.sf.net>  (tiny change)
3620         * completion.el (symbol-under-point, symbol-before-point)
3621         (symbol-before-point-for-complete): Use buffer-substring-no-properties.
3623 2007-08-17  Glenn Morris  <rgm@gnu.org>
3625         * progmodes/compile.el (compilation-get-file-structure): Make use
3626         of the directory part when checking for an existing entry, to
3627         handle files with same basename in different directories.
3629 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
3631         * calc/calc.el (calc-language-alist): Add texinfo-mode.
3633 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3635         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
3636         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
3637         (ps-paragraph-spacing): Docstring fix.
3639 2007-08-16  Glenn Morris  <rgm@gnu.org>
3641         * ps-print.el (ps-font-size): Doc fix.
3643 2007-08-16  Richard Stallman  <rms@gnu.org>
3645         * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
3647 2007-08-15  Juri Linkov  <juri@jurta.org>
3649         * startup.el (initialization): Change parent group from `internal'
3650         to `environment'.
3651         (initial-buffer-choice): New variable.
3652         (command-line): Revert 2007-07-02 change that sets
3653         buffer-offer-save in *scratch* and enables auto-save in it.
3654         (fancy-splash-text): Add links to existing items.  Add new items
3655         with links for useful tasks.  Move information about Control-g to
3656         fancy-splash-head.  Move "Emacs Guided Tour" to the end.
3657         (fancy-splash-keymap): New variable.
3658         (fancy-splash-last-input-event): Remove variable.
3659         (fancy-splash-insert): Add processing of `:link' element.
3660         (fancy-splash-head): Replace "Type Control-l to begin editing"
3661         with "Type `q' to exit".
3662         (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
3663         (fancy-splash-default-action, fancy-splash-special-event-action):
3664         Remove functions.
3665         (fancy-splash-quit): New function.
3666         (fancy-splash-screens): Rename input arg from `hide-on-input' to
3667         `static' and reverse the condition of its usage.  Don't preserve
3668         original values of `minor-mode-map-alist',
3669         `emulation-mode-map-alists', `special-event-map'.
3670         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
3671         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
3672         Remove processing of special events.  Use local key map
3673         `fancy-splash-keymap'.  Set buffer to read-only.
3674         (normal-splash-screen): Rename input arg from `hide-on-input' to
3675         `static' and reverse the condition of its usage.
3676         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
3677         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
3678         Add links to existing items.  Add new items with links for useful
3679         tasks.  Use local key map `fancy-splash-keymap'.
3680         (display-splash-screen): Rename input arg from `hide-on-input' to
3681         `static'.
3682         (about-emacs): Add alias to display-splash-screen.
3683         (command-line-1): Use `initial-buffer-choice'.
3685         * menu-bar.el (menu-bar-help-menu):
3686         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
3687         item to about-emacs instead of display-splash-screen.
3689 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
3691         * calc/calc-units.el (math-standard-units): Update values.
3692         Put in exact, rational values when possible.
3693         (math-unit-prefixes): Replace floats with powers of ten.
3694         (math-standard-units-systems): Replace floats with integers.
3695         (math-make-unit-string): Remove extra spaces in output.
3697 2007-08-15  Glenn Morris  <rgm@gnu.org>
3699         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
3700         sloppier, for the sake of GNU Mailman.
3701         (rmail-digest-rfc1153): Initialize `result' correctly.
3703 2007-08-15  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3705         * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
3706         in the mail title.  Suggested by Reiner Steib.
3708 2007-08-14  Chris Hecker  <checker@d6.com>  (tiny change)
3710         * calc/calc-aent.el (calc-do-quick-calc): Add binary
3711         representation of integers to the list of outputs.
3713 2007-08-14  Glenn Morris  <rgm@gnu.org>
3715         * simple.el (bad-packages-alist): New constant.
3716         (bad-package-check): New function.  Together, these two add elements
3717         to `after-load-alist' to check for problematic external packages.
3718         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
3720 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
3722         * calc/calc-units.el (math-get-standard-units)
3723         (math-get-units, math-make-unit-string)
3724         (math-get-default-units, math-put-default-units): New functions.
3725         (math-default-units-table): New variable.
3726         (calc-convert-units, calc-convert-temperature): Add machinery
3727         to supply default values.
3729 2007-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3731         * emulation/tpu-edt.el: Add tpu-extras's autoloads.
3732         (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
3733         (tpu-gold-map): Bind F to tpu-cursor-free-mode.
3734         (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
3736         * emulation/tpu-extras.el: Remove spurious * in docstrings.
3737         Put its autoloads into tpu-edt.el rather than loaddefs.el.
3738         (tpu-cursor-free-mode): Rename from tpu-cursor-free.
3739         Make into a proper minor-mode.
3740         (tpu-backward-char, tpu-next-line, tpu-previous-line)
3741         (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
3742         (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
3743         (tpu-set-cursor-free, tpu-set-cursor-bound):
3744         Delegate to tpu-cursor-free-mode.
3745         (tpu-next-line, tpu-previous-line, tpu-forward-line)
3746         (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
3747         Use line-move or forward-line instead of next-line-internal.
3749 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
3751         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
3753 2007-08-12  Richard Stallman  <rms@gnu.org>
3755         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
3756         (cvs-execute-single-file): Use new name split-string-and-unquote.
3757         (cvs-header-msg): Use new name combine-and-quote-strings.
3759         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
3761         * progmodes/gud.el (gud-common-init): Use new name
3762         split-string-and-unquote.
3764         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
3765         in javac regexp.
3767         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
3768         combine-and-quote-strings and split-string-and-unquote.
3770         * subr.el (combine-and-quote-strings): Rename from strings->string.
3771         (split-string-and-unquote): Rename from string->strings.
3773 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3775         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
3776         to buffer-local settings.
3778         * emacs-lisp/backquote.el (backquote-delay-process): New function.
3779         (backquote-process): Add internal arg `level'.  Use the two to
3780         correctly handle nested backquotes.
3782 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
3784         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
3785         (vc-bzr-state-words): Add "kind changed" state word.
3786         (vc-bzr-status): New function.  Return Bzr idea of file status,
3787         which is different from VC's.
3788         (vc-bzr-state): Use vc-bzr-status.
3789         (vc-workfile-unchanged-p): Use vc-bzr-status.
3790         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
3791         (vc-dired-state): Process "kind changed" state word.
3793 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3795         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
3797         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
3798         Move from vc-default-find-file-not-found-hook.
3800 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3802         * man.el: Remove spurious * in docstrings.
3803         Merge defvars and toplevel setq-defaults.
3804         (Man-highlight-references0): Limit=nil rather than point-max.
3805         (Man-mode-map): Move initialization into the declaration.
3806         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
3807         (Man-view-header-file): Use expand-file-name rather than concat.
3808         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
3810         * man.el (Man-next-section): Make sure we do not move backward.
3812 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3814         * files.el (auto-mode-alist): Use the purecopied text (duh!).
3816 2007-08-08  Glenn Morris  <rgm@gnu.org>
3818         * Replace `iff' in doc-strings and comments.
3820 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
3822         * dired.el (dired-pop-to-buffer):
3823         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
3824         * calendar/calendar.el (generate-calendar-window):
3825         * progmodes/compile.el (compilation-set-window-height):
3826         * textmodes/two-column.el (2C-two-columns, 2C-merge):
3827         Use window-full-width-p instead of comparing frame-width and
3828         window-width.
3830         * progmodes/compile.el (compilation-find-buffer): Remove extra
3831         argument in call to compilation-buffer-internal-p.
3833 2007-08-07  Tom Tromey  <tromey@redhat.com>
3835         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
3836         Add safe-local-variable property.
3838 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
3840         * image-mode.el (image-toggle-display): Use image-refresh.
3842 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
3844         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
3845         unofficial version.
3846         (vc-bzr-command): Remove redundant setting of process-connection-type.
3847         (vc-bzr-admin-checkout-format-file): Add autoload.
3848         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
3849         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
3850         (vc-bzr-registered): Compare dirstate format tag with known good
3851         value, abort parsing if match fails.  Warn user in docstring.
3852         (vc-bzr-workfile-version): Case for different Bzr branch formats.
3853         See bzrlib/branch.py in Bzr sources.
3854         (vc-bzr-diff): First argument FILES may be a string rather than a list.
3855         (vc-bzr-shell-command): Remove in favor of
3856         vc-bzr-command-discarding-stderr.
3857         (vc-bzr-command-discarding-stderr): New function.
3859 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
3861         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
3862         program, and return nil.
3863         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
3864         (vc-bzr-state): Look for path names relative to the repository
3865         root after status keyword.
3866         (vc-bzr-file-name-relative): New function.
3867         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
3868         depend on it.
3869         (vc-bzr-admin-dirname, ...-checkout-format-file)
3870         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
3871         files that we now parse directly for speed.
3872         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
3873         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
3874         (vc-bzr-state): "bzr status" successful only if exitcode is 0.
3875         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
3876         Bzr warnings, so we must discard it.
3877         (vc-bzr-workfile-version): Speedup counting lines from
3878         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
3879         if that file doesn't exist.
3880         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
3881         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname' (not ".bzr"!)
3882         to `vc-directory-exclusion-list'.
3883         (vc-bzr-shell-command): New function.
3885 2007-08-06  Tom Tromey  <tromey@redhat.com>
3887         * diff-mode.el (diff-unified->context, diff-reverse-direction)
3888         (diff-fixup-modifs): Typo in docstring.
3890 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3892         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
3893         count-screen-lines.
3894         (tpu-edt-off): Disable relevant pieces of advice.
3896         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
3897         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
3898         (newline, newline-and-indent, do-auto-fill): Use advice instead of
3899         redefining the function.
3900         (tpu-set-scroll-margins): Activate the pieces of advice.
3902 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
3904         * help.el (resize-temp-buffer-window): Use window-full-width-p
3905         instead of comparing frame-width and window-width.
3907 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
3909         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
3910         optional quotes around files in NEED-UPDATE . REMOVED case.
3912         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
3913         (ada-treat-cmd-string): Improve error message.
3914         (ada-do-file-completion): Call `ada-require-project-file', so
3915         project variables are set properly.
3916         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
3917         (ada-gnatfind-buffer-name): New constant.
3918         (ada-find-any-references): Use new constant.  Set buffer name
3919         properly in compilation-start.  Toggle read-only properly.
3920         (ada-find-in-src-path): Fix spelling error in docstring.
3922         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
3923         by zero error.
3925 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3927         * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
3929 2007-08-12  Richard Stallman  <rms@gnu.org>
3931         * progmodes/sh-script.el (sh): Delete group `unix'.
3933         * progmodes/gud.el (gud): Change to group `processes'.
3935 2007-08-11  Glenn Morris  <rgm@gnu.org>
3937         * progmodes/compile.el (compilation-buffer-name): Don't check
3938         compilation-arguments.  It is superfluous, and the variable isn't
3939         even set when this function is called.
3941 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3943         * term/mac-win.el (mac-ae-reopen-application): New function.
3944         (mac-apple-event-map): Bind "reopen application" Apple event to it.
3946 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3948         * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
3949         take tex-font-script-display into account.
3950         (tex-font-script-display, tex-font-lock-suscript): Change from a cons
3951         cell to a list of 2 elements to simplify the unfontify code.
3953 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3955         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
3956         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
3957         ps-print-color-p is neither nil nor black-white.  Reported by Christian
3958         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
3960 2007-08-08  Andreas Schwab  <schwab@suse.de>
3962         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
3963         self-insert-command, not self-insert.
3965 2007-08-08  Glenn Morris  <rgm@gnu.org>
3967         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
3968         argument optional, for backwards compatibility, and only highlight
3969         args when present.  Fix symbol name typo (doc/args).
3971         * help-mode.el (help-make-xrefs): Search for symbol constituents,
3972         rather than just `-'.
3974 2007-08-07  Jay Belanger  <jay.p.belanger@gmail.com>
3976         * calc/calc-units.el (calc-convert-temperature):
3977         Use `/' to create fractions.
3979 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
3981         * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
3982         global matching.
3983         (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
3984         ERROR-BUFFER more robust.  Display output.
3985         (tramp-file-name-handler): Add a connection property when we found
3986         a foreign file name handler.  This allows backends like ftp to
3987         profit also from usr/host name completion based on connection
3988         cache.
3989         (tramp-send-command-and-read): Search for trash after the regexp
3990         until eol only.  In XEmacs, there is a problem with \n.
3992         * net/tramp-cache.el (top): Read persistent connection history
3993         when cache is empty.
3995 2007-08-07  Nic Ferrier  <nferrier@tapsellferrier.co.uk>  (tiny change)
3997         * net/tramp.el (tramp-handle-process-file): Fix bug inserting
3998         resulting output.
4000 2007-08-07  Sam Steingold  <sds@gnu.org>
4002         * progmodes/compile.el (compilation-start): Pass nil as startfile
4003         to comint-exec.
4005 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
4007         * longlines.el (longlines-decoded): New variable.
4008         (longlines-mode): Avoid encoding or decoding the buffer twice.
4010 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
4012         * format.el (format-insert-file): Make sure that at most one undo
4013         entry is recorded for the insertion.  Inhibit point-motion and
4014         modification hooks around call to insert-file-contents.
4016 2007-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4018         * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
4019         Select the buffer's window before moving point.
4021 2007-08-07  Richard Stallman  <rms@gnu.org>
4023         * term.el (term): Remove parent group `unix'.
4025         * simple.el (default-indent-new-line): New function.
4026         It calls comment-line-break-function if there are comments.
4027         (do-auto-fill): Use that.
4029 2007-08-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
4031         * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
4032         (PC-do-completion): Add "acronym completion" for symbols and
4033         filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
4035 2007-08-06  Sam Steingold  <sds@gnu.org>
4037         * mouse.el (mouse-buffer-menu): Pass mode-name through
4038         format-mode-line because it may be a list,
4039         e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
4041 2007-08-06  Vinicius Jose Latorre  <viniciusig@ig.com.br>
4043         * printing.el (pr-update-menus): Docstring fix.
4045 2007-08-06  Jason Rumney  <jasonr@gnu.org>
4047         * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
4049         * vc-hooks.el (vc-call): Add doc string.
4051 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
4053         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
4054         process-filter.
4056 2007-08-06  Kenichi Handa  <handa@m17n.org>
4058         * international/quail.el: Wrap (require 'help-mode) by
4059         eval-when-compile.
4060         (quail-help-init): New function.
4061         (quail-help): Call quail-help-init.
4062         (quail-store-decode-map-key): Change it to a function.
4064 2007-08-05  Jason Rumney  <jasonr@gnu.org>
4066         * vc.el (vc-rollback): Add norevert argument back.
4067         (vc-revert-buffer): Add back as obsolete alias.
4069 2007-08-05  Peter Povinec  <ppovinec@yahoo.com>  (tiny change)
4071         * term.el: Honor term-default-fg-color and term-default-bg-color
4072         settings when modifying term-current-face.
4073         (term-default-fg-color, term-default-bg-color): Initialize from
4074         default term-current-face.
4075         (term-mode, term-reset-terminal): Set term-current-face with
4076         term-default-fg-color and term-default-bg-color.
4077         (term-handle-colors-array): term-current-face has term-default-fg-color
4078         and term-default-bg-color after reset escape sequence.
4079         (term-handle-colors-array): Set term-current-color with
4080         term-default-fg/bg-color instead of ansi-term-color-vector when the
4081         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
4083 2007-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
4085         * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
4086         (math-nlfit-givens): Let bind free variables.
4088 2007-08-05  Vinicius Jose Latorre  <viniciusig@ig.com.br>
4090         * printing.el: Require lpr and ps-print when loading printing package.
4091         Reported by Glenn Morris <rgm@gnu.org>.
4093 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
4095         * files.el (set-auto-mode): Handle also remote files wrt
4096         `auto-mode-alist'.
4098 2007-08-04  Jay Belanger  <jay.p.belanger@gmail.com>
4100         * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
4101         curves and plotting.
4103         * calc/calc-nlfit.el: New file.
4105 2007-08-04  Glenn Morris  <rgm@gnu.org>
4107         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
4108         zero, not nil, when the library is first loaded.  Check for a file
4109         that has been modified on disk.
4111         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
4112         Remove duplicate defvar preventing initialization.
4113         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
4115 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4117         * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
4118         (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
4119         may match up to 4 lines.
4120         (diff-beginning-of-file-and-junk): Rewrite.
4122 2007-08-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4124         * printing.el: Evaluate require only during compilation.
4125         (pr-version): New version 6.9.1.
4126         (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
4127         (pr-global-menubar): Fix code.
4129 2007-08-03  Dan Nicolaescu  <dann@ics.uci.edu>
4131         * term.el (term-erase-in-display): Fix case when point is not at
4132         the beginning of the line.
4134 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
4136         * calc/calc-ext.el (math-get-value, math-get-sdev)
4137         (math-contains-sdev): New functions.
4139         * calc/calc-graph.el (calc-graph-format-data)
4140         (calc-graph-add-curve): Check for error forms.
4141         (calc-graph-set-styles): Add option for error forms.
4143 2007-08-03  Miles Bader  <miles@gnu.org>
4145         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
4146         backend names for new backends to `Git', `Hg', and `Bzr'.
4147         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
4148         not `HG'.
4149         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
4150         name, not `GIT'.
4151         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
4152         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
4154 2007-08-03  Richard Stallman  <rms@gnu.org>
4156         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
4157         to update deleted flag.
4159         * cus-edit.el (customize-apropos, customize-apropos-options)
4160         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
4162         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
4164         * startup.el (fancy-splash-head, startup-echo-area-message):
4165         Change message text.
4167         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
4168         All callers use line-move.
4170         * progmodes/compile.el (compilation-find-buffer): Return current
4171         buffer immediately if suitable.
4172         (compile, compilation-buffer-name, compilation-start): Doc fixes.
4174 2007-08-03  Daiki Ueno  <ueno@unixuser.org>
4176         * faces.el (face-normalize-spec): New function.
4177         (frame-set-background-mode): Normalize face-spec before calling
4178         face-spec-match-p.
4180 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4182         * server.el (server-window): Add switch-to-buffer-other-frame option.
4184 2007-08-03  Glenn Morris  <rgm@gnu.org>
4186         * cus-edit.el (customize-apropos): Make the error message indicate
4187         what kind of thing the user was trying to customize.
4189         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
4191         * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
4192         Fix off-by-one error in previous change.
4194 2007-08-03  Drew Adams  <drew.adams@oracle.com>
4196         * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
4197         Make buffer writable.
4199 2007-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
4201         * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
4202         (math-cos-raw-2, math-arctan-raw, math-ln-raw):
4203         Use native Emacs functions, when appropriate.
4205 2007-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
4206             Stefan Monnier  <monnier@iro.umontreal.ca>
4208         * vc.el: Document new VC operation `extra-menu'.
4210         * vc-hooks.el (vc-default-extra-menu): New function.
4212         * menu-bar.el (menu-bar-vc-filter): New function.
4213         (menu-bar-tools-menu): Use it as a filter.
4215 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
4217         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
4219 2007-08-01  Glenn Morris  <rgm@gnu.org>
4221         * progmodes/fortran.el: Remove leading `*' from all defcustom doc
4222         strings.
4223         (fortran-tab-mode-default): Remove needless autoload.
4224         (fortran-tab-mode-string): Add help-echo and mouse properties, and
4225         mark as risky.
4226         (fortran-line-length): New buffer-local variable, safe if integer.
4227         (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
4228         Change from variables to constants.
4229         (fortran-font-lock-syntactic-keywords): Delete as a variable,
4230         replace with a new function definition.
4231         (fortran-mode): Use fortran-line-length, and
4232         fortran-font-lock-syntactic-keywords as a function.  Add a
4233         hack-local-variables-hook function.
4234         (fortran-line-length, fortran-hack-local-variables): New functions.
4235         (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
4236         Use fortran-line-length rather than 72.
4237         (fortran-window-create-momentarily): Doc fix.
4239 2007-07-31  Drew Adams  <drew.adams@oracle.com>  (tiny change)
4241         * cus-edit.el (custom-group-value-create, custom-goto-parent):
4242         Fix parent groups link.
4244 2007-07-31  Paul Pogonyshev  <pogonyshev@gmx.net>
4246         * progmodes/python.el (python-current-defun): Adjust to never fall
4247         into infinite loop.
4249 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4251         * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
4253 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
4255         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
4256         (copyright-fix-years, copyright): Correctly handle the case where
4257         copyright-limit is nil.
4259 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
4261         * progmodes/python.el (run-python): Fix path separator under w32.
4263 2007-07-30  Richard Stallman  <rms@gnu.org>
4265         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4266         Treat non-break space as whitespace in Lisp.
4268 2007-07-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4270         * vc.el (vc-dired-hook): Use inhibit-read-only.
4272         * progmodes/compile.el (compilation-forget-errors):
4273         Reset compilation-auto-jump-to-next.
4275 2007-07-30  Michael Olson  <mwolson@gnu.org>
4277         * cus-edit.el (custom-group-save): Fix void function definition
4278         error.  Thanks to Zhang Wei for the report.
4280         * ps-print.el: Check in trivial changes to the autoloads section
4281         caused by the build process.  These autoloads really ought to be
4282         placed in a separate file, methinks.
4284 2007-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4286         * calendar/calendar.el (calendar-mode): Make sure
4287         displayed-(month|year) are set.
4288         (calendar-basic-setup): Display buffer before adjusting window sizes.
4289         (generate-calendar-window): Use inhibit-read-only.  Simplify.
4290         Generate buffer and set displayed-month and displayed-year before
4291         calling update-calendar-mode-line.
4293 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
4295         * net/tramp.el:
4296         * net/tramp-uu.el:
4297         * net/trampver.el: Use utf-8 encoding with coding cookie.
4299         * net/tramp-cache.el:
4300         * net/tramp-fish.el:
4301         * net/tramp-ftp.el:
4302         * net/tramp-gw.el:
4303         * net/tramp-smb.el: Remove coding cookie.
4305         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
4306         Flush buffer file-name's file property.
4307         (tramp-handle-file-remote-p): The first parameter is FILENAME.
4309         * net/trampver.el: Update release number.
4311 2007-07-29  Juri Linkov  <juri@jurta.org>
4313         * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
4314         Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
4315         when major-mode is not dired-mode.
4316         (dired-toggle-read-only): New function.
4317         (dired-recursive-deletes): Remove obsolete comments about old
4318         default value.
4319         (dired-do-flagged-delete, dired-do-delete): Refill docstring.
4321         * wdired.el (wdired-exit): New function.
4322         (wdired-mode-map): Bind C-x C-q to wdired-exit.
4324 2007-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4326         * cus-edit.el (customize-read-group): New fun.
4327         (customize-group-other-window, customize-face-other-window):
4328         Prompt before delegating to customize-(group|face).
4329         Bind pop-up-windows rather than use the other-window argument.
4330         (customize-group, customize-face): Prompt from the interactive spec.
4331         Remove args `prompt-for-group' and `other-window'.
4333         * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
4334         (ad-body-forms, ad-advised-interactive-form): Revert this part of
4335         last change.
4337 2007-07-28  Masatake YAMATO  <jet@gyve.org>
4339         * vc.el (vc-dired-mode): Add a menu for VC related operation.
4340         Use backend name as the menu label.  Suggested by David Kastrup.
4342 2007-07-28  Alan Mackenzie  <acm@muc.de>
4344         Fix problem with modes derived from CC Mode:
4345         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
4346         macro to cc-langs.
4347         (c-init-language-vars-for): Remove call to above macro.
4348         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
4349         been moved to here.
4350         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
4352 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
4354         * net/trampver.el: Fix the `coding' cookie.
4356 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
4358         * vc-git.el (vc-git-print-log): Support both the old single file
4359         interface and the new one.
4361 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
4363         * bindings.el (mode-line-remote): Use updated %@ construct.
4365 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4367         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
4368         (calendar-bahai-epoch, calendar-bahai-leap-year-p)
4369         (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
4370         (diary-list-bahai-entries, diary-bahai-mark-entries)
4371         (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
4372         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
4373         New names to clean up namespace.
4374         (list-bahai-diary-entries, mark-bahai-diary-entries)
4375         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
4376         (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
4377         Add compatibility aliases.
4379         * calendar/appt.el: Don't wrap defvar within eval-when-compile.
4381         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
4382         (calendar-scroll-left-three-months)
4383         (calendar-scroll-right-three-months): Clean up namespace.
4384         (scroll-calendar-left, scroll-calendar-right)
4385         (scroll-calendar-left-three-months)
4386         (scroll-calendar-right-three-months): Add compatibility aliases.
4388         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
4389         Behave like mouse-scroll-calendar-* when used from the mouse.
4391         * calendar/cal-menu.el (cal-menu-scroll-menu)
4392         (cal-menu-global-mouse-menu):
4393         * calendar/calendar.el (calendar-mode-map):
4394         Use new calendar-scroll-* names.
4395         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
4396         Remove.  Use calendar-scroll-* directly instead.
4398 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4400         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
4401         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
4402         (ad-make-advised-definition, ad-cache-id-verification-code):
4403         Use commandp and interactive-form instead.
4405 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
4407         * vc-git.el: Relicense to GPLv3 or later.
4408         (vc-directory-exclusion-list, vc-handled-backends): Remove.
4410         * vc-hooks.el (vc-handled-backends): Add GIT.
4412         * vc.el (vc-directory-exclusion-list): Add .git.
4414 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
4416         * vc-git.el (vc-git-revision-table)
4417         (vc-git-revision-completion-table): New functions.
4419 2007-07-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4421         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
4422         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
4423         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
4424         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
4425         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
4426         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
4427         New command actions for EPS header and EPS footer.
4429         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
4430         footer.  Fix some problems with one-or-more, zero-or-more and
4431         alternative constructions generation.  Some log messages
4432         implementation.  Doc fix.
4433         (ebnf-version): New version 4.4.
4434         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
4435         (ebnf-eps-footer, ebnf-log): New options.
4436         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
4437         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
4438         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
4439         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
4440         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
4441         (ebnf-style-custom-list, ebnf-style-database): Put new values.
4442         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
4443         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
4444         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
4445         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
4446         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
4447         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
4448         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
4449         (ebnf-non-terminal-dimension, ebnf-special-dimension)
4450         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
4451         (ebnf-except-dimension, ebnf-alternative-dimension)
4452         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
4453         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
4454         message fun.
4455         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
4456         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
4457         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
4458         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
4459         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
4460         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
4461         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
4462         compatibility with Emacs 20 & 21.
4463         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
4464         (ebnf-eps-file-alist, ebnf-basic-width-extra)
4465         (ebnf-basic-empty-height): New vars.
4466         (ebnf-prologue): Fix PostScript code.
4467         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
4468         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
4469         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
4470         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
4472 2007-07-25  Glenn Morris  <rgm@gnu.org>
4474         * Relicense all FSF files to GPLv3 or later.
4476         * COPYING: Switch to GPLv3.
4478 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4480         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
4481         Replace it with another one which disables undo before calling
4482         erase-buffer and then turns it back on if needed.
4484 2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4486         * ps-print.el: Problem with foreground and background color when
4487         printing a buffer with and without faces.  Reported by Christian
4488         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
4489         (ps-print-version): New version 6.7.5.
4490         (ps-default-fg): Change default value to nil, so black color is used
4491         when a face does not specify a foreground color.
4492         (ps-default-bg): Change default value to nil, so white color is used
4493         for background color.
4494         (ps-begin-job): Fix code.
4496 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
4498         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
4500 2007-07-24  Glenn Morris  <rgm@gnu.org>
4502         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
4503         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
4504         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
4505         (cal-tex-cursor-week, cal-tex-cursor-week2)
4506         (cal-tex-cursor-week-iso, cal-tex-week-hours)
4507         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
4508         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4509         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
4511 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4513         * calendar/calendar.el (calendar-mode-map): Move initialization
4514         into declaration.  Add menu bindings (used to be done in cal-menu).
4515         (calendar-mode): Don't add an activate-menubar-hook.
4517         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
4518         modify calendar-mode-map), use easy-menu, and make sure that C-h k
4519         can be used on the menu entries.
4520         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
4521         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
4522         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
4523         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
4524         (calendar-flatten, cal-menu-update): Remove.
4525         (calendar-mouse-insert-hebrew-diary-entry)
4526         (calendar-mouse-insert-islamic-diary-entry)
4527         (calendar-mouse-insert-bahai-diary-entry):
4528         Remove (fold into cal-menu-diary-menu).
4529         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
4530         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
4531         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
4532         (calendar-mouse-view-diary-entries): Minor simplifications.
4533         (calendar-event-to-date): Use with-current-buffer.
4535 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
4537         * add-log.el (change-log-redate): Remove (not needed anymore and
4538         doesn't appear to work).
4540 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4542         * frame.el: Use mapc and dolist instead of mapcar where possible.
4543         (close-display-connection): New command.
4545 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
4547         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
4548         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
4550 2007-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4552         * ps-print.el (ps-multibyte-buffer): Docstring fix.
4554         * ps-mule.el: Doc fix.
4555         (ps-multibyte-buffer, ps-mule-font-info-database-default)
4556         (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
4558 2007-07-25  Glenn Morris  <rgm@gnu.org>
4560         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
4561         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
4562         (cal-tex-daily-end, cal-tex-hook)
4563         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
4564         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
4565         (cal-tex-cursor-week-iso, cal-tex-week-hours)
4566         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
4567         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
4568         (cal-tex-day-prefix, cal-tex-day-name-format)
4569         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
4570         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
4571         (cal-tex-LaTeX-subst-list): Change from variables to constants.
4572         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
4573         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
4574         etc, rather than \bf.
4575         (cal-tex-mini-calendar): Fix typos in previous change.
4576         (cal-tex-latexify-list): Remove inner let binding.
4577         (cal-tex-end-document, cal-tex-banner): Use multi-line
4578         cal-tex-comment.
4579         (cal-tex-comment): Handle embedded newlines.
4580         (cal-tex-LaTeXify-string): Use substring-no-properties.
4582 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
4584         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4585         Add support for the Maden build tool.
4587 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
4589         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
4591 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4593         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
4595 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
4597         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
4598         C-x C-q.
4600         * vc-git.el (vc-git-print-log): Fix previous change.
4602 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4604         * window.el (save-selected-window): Minor optimization.
4605         (bw-adjust-window): If operation failed, try with a smaller delta.
4606         (window-fixed-size-p): New function.
4607         (window-area-factor): New var.
4608         (balance-windows-area): New command.
4610         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
4611         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
4612         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
4613         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
4614         (ps-mule-begin-job): Use dolist.
4616 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
4618         * subr.el (start-file-process-shell-command)
4619         (process-file-shell-command): New defuns.
4621         * progmodes/compile.el (compilation-start):
4622         Apply `start-file-process-shell-command'.
4624 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
4626         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
4628 2007-07-24  Alan Mackenzie  <acm@muc.de>
4630         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
4631         Initialise byte-compile-unresolved-functions before rather than
4632         after a compilation.
4633         (byte-compile-unresolved-functions): Amplify doc string.
4635 2007-07-24  Glenn Morris  <rgm@gnu.org>
4637         * startup.el (normal-splash-screen): Use `emacs-copyright'.
4639         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
4640         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
4641         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
4642         (cal-tex-cursor-week, cal-tex-cursor-week2)
4643         (cal-tex-cursor-week-iso, cal-tex-week-hours)
4644         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
4645         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4646         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
4648         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
4649         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
4650         (cal-tex-day-name-format, cal-tex-cal-one-month)
4651         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
4652         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
4653         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
4654         (cal-tex-list-holidays, cal-tex-cursor-year)
4655         (cal-tex-cursor-year-landscape, cal-tex-year)
4656         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
4657         (cal-tex-cursor-month, cal-tex-insert-days)
4658         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
4659         (cal-tex-first-blank-p, cal-tex-cursor-week)
4660         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
4661         (cal-tex-week-hours, cal-tex-cursor-week-monday)
4662         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
4663         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
4664         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
4665         (cal-tex-latexify-list, cal-tex-previous-month)
4666         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
4667         modernization, including using dotimes rather than
4668         calendar-for-loop.
4669         (cal-tex-LaTeX-subst-list): Remove `@'.
4670         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
4671         Use \textit and \textbf rather than \em and \it.
4673         * calendar/cal-bahai.el (list-bahai-diary-entries)
4674         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
4675         * calendar/cal-islam.el (list-islamic-diary-entries)
4676         * calendar/calendar.el (generate-calendar, generate-calendar-month)
4677         * calendar/diary-lib.el (diary-list-entries)
4678         (mark-calendar-date-pattern): Use `dotimes' rather than
4679         `calendar-for-loop'.
4681         * calendar/calendar.el (calendar-for-loop): Doc fix.
4683 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4685         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
4686         underlying file is uptodate.
4688 2007-07-23  Christopher J. Madsen  <cjm@cjmweb.net>
4690         * replace.el (perform-replace): Use isearch-no-upper-case-p.
4692 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4694         * vc-hooks.el (vc-mode-line-map): New const.
4695         (vc-mode-line): Use it.
4697 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
4699         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
4700         (vc-git-unregister): New functions.
4701         (vc-git-find-version): Use the result of ls-files as a parameter
4702         for cat-file.
4704 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
4706         * net/tramp.el (tramp-perl-file-attributes)
4707         (tramp-perl-directory-files-and-attributes)
4708         (tramp-handle-file-attributes-with-stat)
4709         (tramp-handle-directory-files-and-attributes-with-stat)
4710         (tramp-convert-file-attributes): Handle huge file sizes.
4712 2007-07-23  Juri Linkov  <juri@jurta.org>
4714         * isearch.el (isearch-message-function): New variable.
4715         (isearch-update, isearch-search): Use it.
4717         * simple.el (goto-history-element): New function created from
4718         next-history-element.
4719         (next-history-element): Most code moved to goto-history-element.
4720         Call goto-history-element with (- minibuffer-history-position n).
4721         (previous-history-element): Call goto-history-element with (+
4722         minibuffer-history-position n).
4723         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
4724         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
4725         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
4726         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
4727         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
4728         (minibuffer-history-isearch-pop-state): New functions.
4730 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
4732         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
4733         Also, if FILE is a list, return non-nil if any of its elements
4734         should stay local.  Update docstring.
4736 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4738         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
4739         change by reverting a small part.
4741 2007-07-23  Richard Stallman  <rms@gnu.org>
4743         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
4745 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
4747         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
4748         handling it.  Use vc-git-command.
4749         (vc-git-find-version, vc-git-diff-tree): New functions.
4750         (vc-git-revert): Use vc-git-command.
4751         (vc-git--run-command): Delete.
4753 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
4755         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
4757 2007-07-20  Kenichi Handa  <handa@m17n.org>
4759         * international/utf-8.el (utf-8-post-read-conversion):
4760         Temporarily bind utf-8-compose-scripts to nil while running
4761         *-compose-region functions.
4763 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
4765         * vc-git.el: Update status.
4766         (vc-directory-exclusion-list): Use eval-after-load.
4768 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
4770         * bindings.el (mode-line-remote): New variable.
4771         (help-echo): Add to default values of mode-line-format.
4773         * files.el: Mark mode-line-remote as risky.
4775 2007-07-22  Juri Linkov  <juri@jurta.org>
4777         * isearch.el (isearch-edit-string): Save old point and
4778         isearch-other-end to old-point and old-other-end before reading
4779         the search string from minibuffer.  After exiting minibuffer set
4780         point to old-other-end if point and the search direction is the
4781         same as before reading the search string.
4782         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
4783         to isearch-other-end.  Instead of isearch-search-and-update call
4784         three functions isearch-search, isearch-push-state and isearch-update.
4786 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
4788         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
4789         deal with multiple file arguments.
4790         (vc-git-print-log): Deal with multiple file arguments.
4792 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4794         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
4795         diff-refine-hunk.  Adjust users.
4796         (diff-unified-hunk-p, diff-splittable-p): New functions.
4797         (diff-mode-menu): Use it to disable Split when it doesn't work.
4799 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
4801         * diff-mode.el (diff-mode-menu): New entries.
4803 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4805         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
4806         if applicable, so as to save undo-log space.
4808         * diff-mode.el (diff-find-file-name): Add arg `batch'.
4810         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
4811         (diff-file-kill): Use it.
4812         (diff-beginning-of-hunk): Add arg `try-harder' using it.
4813         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
4814         Use it so they find the hunk even when we're in the file header.
4816 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
4818         * vc-git.el (vc-git-revision-granularity, vc-git-root)
4819         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
4820         (vc-git-create-repo): New functions.
4821         (vc-git-registered): New autoloaded function definition.
4822         (vc-git-registered): Use vc-git-root.
4823         (vc-git-responsible-p): New defalias.
4824         (vc-git-annotate-extract-revision-at-line): Uncomment.
4825         (vc-git-print-log): Add the file name to the log.
4826         (vc-git-log-view-mode): New derived mode.
4827         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
4829 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
4831         * progmodes/grep.el (grep-compute-defaults): Keep default values.
4833 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
4835         * textmodes/reftex.el (reftex-access-parse-file): Create parse
4836         file in a way that does not interfere with recentf mode.
4837         (reftex-access-parse-file): Do not risk destroying an existing
4838         buffer.
4840 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
4842         * vc-git.el: New file.
4844 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4846         * textmodes/tex-mode.el (tex-font-script-display): Change default.
4848 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
4850         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
4851         for branches and new files.
4853         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
4854         local-map handling ...
4855         (vc-mode-line): ... here.  Improve handling of help-echo.
4857         * vc.el (mode-line-string): Document help-echo usage.
4859 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
4861         Sync with Tramp 2.1.10.
4863         * net/tramp.el (tramp-get-ls-command): Fix typo.
4865         * net/trampver.el: Update release number.
4867 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4869         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
4871         * term/x-win.el (x-handle-no-bitmap-icon): New function.
4873 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
4875         * add-log.el (change-log-fill-parenthesized-list): New function.
4876         (change-log-indent): Call change-log-fill-parenthesized-list.
4877         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
4878         Have lines with leading asterisk start a paragraph.
4880 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
4882         * calc/calc-math.el (math-emacs-precision)
4883         (math-largest-emacs-expt, math-smallest-emacs-expt):
4884         New variables.
4885         (math-use-emacs-fn): New function.
4886         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
4887         appropriate.
4889 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4891         * image-dired.el (image-dired-sane-db-file): New func.
4892         (image-dired-write-tags, image-dired-remove-tag)
4893         (image-dired-list-tags, image-dired-write-comments)
4894         (image-dired-get-comment, image-dired-mark-tagged-files)
4895         (image-dired-create-gallery-lists): Call new func.
4896         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
4898 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4900         * vc-hg.el (vc-hg-dir-state): Fix loop.
4901         (vc-hg-print-log): Fix expected return value for vc-hg-command.
4902         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
4903         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
4904         (vc-hg-revert): Likewise.
4905         (vc-hg-revision-table, vc-hg-revision-completion-table): New
4906         functions.
4908 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4910         * add-log.el (change-log-resolve-conflict): Don't lose data if the
4911         merge fails.
4913 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
4915         * progmodes/compile.el (compilation-auto-jump-to-first-error):
4916         Add group and version.
4918 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4920         * add-log.el (add-log-file-name): Use file-relative-name.
4921         (add-change-log-entry): Delay reading
4922         add-log-(full-name|mailing-address) to after we've switched to the
4923         ChangeLog buffer so we get the right value.
4924         (add-change-log-entry, add-log-current-defun, change-log-merge):
4925         Use derived-mode-p rather than checking major-mode directly.
4927         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
4928         name for buffer-file-name if it refers to a directory.
4930         * vc-arch.el (vc-arch-diff): Fix last change.
4932         * progmodes/compile.el (compilation-start): Remember the original
4933         directory in a buffer-local compilation-directory.
4934         (compile): Set the global value of compilation-directory.
4935         (recompile): Use compilation-directory even in the compilation buffer.
4937 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
4939         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
4941 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4943         * ps-print.el: Problem with foreground and background color when
4944         printing a buffer with and without faces.  Reported by Christian
4945         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
4946         (ps-print-version): New version 6.7.5.
4947         (ps-default-fg): Change default value to nil, so black color is used
4948         when a face does not specify a foreground color.
4949         (ps-default-bg): Change default value to nil, so white color is used
4950         for background color.
4951         (ps-begin-job): Fix code.
4953 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
4955         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
4956         in $(INSTALL_DIR)/lisp/ if they already exist.
4958 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
4960         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
4961         in $(INSTALL_DIR)/lisp/ if they already exist.
4963 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4965         * progmodes/vera-mode.el (vera-re-search-forward)
4966         (vera-re-search-backward): Remove use of store-match-data.
4967         (vera-mode-map): Move initialization into declaration.
4969         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
4970         (flymake-find-buildfile): Use locate-dominating-file.
4972         * vc.el (vc-delistify): Use mapconcat.
4973         (vc-do-command): Minor simplification.
4974         (vc-expand-dirs): Use push.
4976         * vc-mcvs.el (vc-mcvs-create-repo):
4977         * vc-cvs.el (vc-cvs-create-repo): Remove.
4979         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
4980         directory and the root as well.
4982 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
4984         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
4985         instead of a file.
4987         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
4988         (vc-hg-registered): Replace if with when.
4989         (vc-hg-state): Deal with nonexistent files and handle removed files.
4990         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
4991         (vc-hg-checkout): Re-enable.
4992         (vc-hg-create-repo): Fix typos.
4993         (vc-hg-print-log): Fix for multiple files.
4994         (vc-hg-workfile-unchanged-p): New function.
4996         * vc.el: Fix typo.
4997         (vc-print-log): Fix call to print-log.
4998         (vc-default-comment-history): Likewise.
4999         (vc-directory-exclusion-list): Add .hg and .bzr.
5000         (vc-diff-internal): Pass a list instead of a file.
5002         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
5004         * vc-bzr.el (vc-bzr-create-repo): New function.
5006 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5008         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
5009         `file' from which to start the search.
5011 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
5013         * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
5014         having a single file argument to having a list of files as the
5015         first argument.
5017 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5019         * files.el (locate-dominating-file): New function.
5021 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
5023         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
5024         (grep-compute-defaults): Use it.
5026 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5028         * uniquify.el: Docstring fixes.
5030 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
5032         * vc.el (revision-granularity, create-repo): Document new vc
5033         backend properties.
5034         (vc-rollback): Renamed from vc-cancel-version. Update
5035         references. Pass a list instead of a file.
5036         (vc-revert): Renamed from vc-revert-buffer. Update references.
5037         (vc-delistify, vc-expand-dirs): New functions.
5038         (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
5039         of files instead of a single file.
5040         (vc-position-context, vc-resync-window, vc-diff-internal)
5041         (vc-print-log): Pass a list instead of a file.
5043         * vc-hooks.el (vc-stay-local-p, vc-backend)
5044         (vc-backend-subdirectory-name): Work on a file list, not a single
5045         file.
5046         (vc-workfile-version): Update docstring.
5047         (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
5048         vc-revert instead of vc-revert-buffer.
5049         (vc-prefix-map): Likewise. Bind vc-update.
5051         * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
5052         (vc-svn-wash-log): New functions.
5053         (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
5054         (vc-svn-command): Deal with a list of files, not a single file.
5056         * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
5057         (vc-rcs-wash-log): New functions.
5058         (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
5059         Deal with a list of files, not a single file.
5060         (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
5062         * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
5063         functions.
5064         (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
5065         list of files, not a single file.
5067         * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
5068         New functions.
5069         (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
5070         (vc-mcvs-diff): Deal with a list of files, not a single file.
5072         * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
5073         functions.
5074         (vc-hg-print-log): Deal with a list of files, not a single file.
5075         (vc-hg-diff-tree): New function, replace defalias with the same
5076         name.
5077         (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
5078         FILES to denote that it is a file list, not a single file.
5080         * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
5081         (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
5082         a single file.
5083         (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
5084         that it is a file list, not a single file.
5085         (vc-cvs-diff): Likewise. Simplify.
5087         * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
5088         Deal with a list of files, not a single file.
5090         * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
5091         (vc-bzr-print-log): Update FILE parameter name to denote that it
5092         is a file list, not a single file.
5093         (vc-bzr-diff): Likewise. Use the car of files.
5095 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
5097         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
5098         (follow-delete-other-windows-and-split, follow-recenter)
5099         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
5100         (follow-redisplay, follow-estimate-first-window-start)
5101         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
5102         Fix typos in docstrings.
5104 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
5106         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
5107         avoid that filling introduces lines with a single asterisk.
5109         * kmacro.el (kmacro-end-macro): When ignoring empty macro
5110         avoid incorrect kmacro-ring-empty-p messages.
5111         Reported by Michael Schierl <schierlm@gmx.de>.
5113 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
5115         * vc.el: Add more info about the vc-registered function.
5117 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
5119         * files.el (file-remote-p): Introduce optional parameter
5120         IDENTIFICATION.
5122         * recentf.el (recentf-keep-default-predicate): Adapt call of
5123         `file-remote-p'.
5125         * progmodes/grep.el (grep-probe): Use `process-file'.
5126         (grep-compute-defaults): Handle variables host specific.
5128         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
5129         parameter IDENTIFICATION.
5131         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
5132         parameter IDENTIFICATION.
5133         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
5134         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
5135         Add entry for `set-file-times'.
5136         (tramp-do-copy-or-rename-file-via-buffer)
5137         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
5138         (tramp-handle-unhandled-file-name-directory): Rewrite.
5139         (tramp-convert-file-attributes): Add error handling when inode is
5140         extraordinary big.
5141         (tramp-get-inode): Change parameter from FILE to VEC.
5142         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
5143         is nil.  This is according to the specification.  Goto (point-max)
5144         when ready.
5145         (tramp-handle-shell-command): Rewrite completely, using
5146         `process-file' and `start-file-process'.
5147         (tramp-methods, tramp-find-shell)
5148         (tramp-open-connection-setup-interactive-shell)
5149         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
5150         var.  Reported by Steve Youngs <steve@sxemacs.org>.
5152         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
5153         entry for `set-file-times'.  Rename `start-process' into
5154         `start-file-process'.  Remove `call-process' entry.
5155         (tramp-fish-handle-set-file-times): New defun.
5156         (tramp-fish-handle-executable-find): Use `process-file'.
5157         (tramp-fish-handle-process-file): New defun.  Replaces
5158         `tramp-fish-handle-call-process'.
5159         (tramp-fish-do-copy-or-rename-file-directly): Use
5160         `set-file-times'.
5161         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
5163         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
5164         `tramp-get-inode' parameter.
5166 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5168         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
5169         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
5170         nowadays, and by the time Emacs-23 comes out, nobody will even remember
5171         it has ever existed.
5173 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
5175         * vc.el: Undo previous change.
5177 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
5179         * makefile.w32-in (clean): Don't delete *~.
5181 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5183         * textmodes/tex-mode.el (tex-verbatim-environments):
5184         Add safe-local-variable property.
5185         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
5186         when starting font-lock rather than when loading tex-mode.el.
5188         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
5189         whole $( rather than just the $.  Rename from sh-quoted-subshell.
5190         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
5192 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
5194         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
5195         bookmark-alist.  Instead, if not sorting, simply return it.
5196         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
5197         for its return value, not for its side effect.
5199         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
5200         case of alignment under a constant symbol, find and consider
5201         the sexp actually at indentation to be the "last sexp".
5203 2007-07-16  Drew Adams  <drew.adams@oracle.com>
5205         * mouse.el (mouse-yank-secondary): Better error message if no
5206         secondary selection.
5208 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
5210         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
5212         * term/xterm.el (xterm-turn-on-modify-other-keys)
5213         (xterm-turn-off-modify-other-keys): New functions.
5214         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
5215         terminal supports it.
5217 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
5219         * bookmark.el (bookmark-show-all-annotations):
5220         Make sure each inserted annotation ends with newline.
5222 2007-07-15  Richard Stallman  <rms@gnu.org>
5224         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
5226         * tutorial.el (tutorial--find-changed-keys):
5227         Handle C-x specially like ESC.
5229 2007-07-15  Aaron Hawley  <aaronh@garden.org>
5231         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
5233 2007-07-15  Juri Linkov  <juri@jurta.org>
5235         * delsel.el (delete-selection-pre-hook):
5236         * emulation/cua-base.el (cua-paste): Before a yank command,
5237         check also whether last-command is one of mouse-save-then-kill,
5238         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
5240 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
5242         * recentf.el (recentf-keep-default-predicate): New defun.
5243         (recentf-keep): Use it as initial value.
5245 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
5247         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
5248         thus restoring bookmark bindings to three slots under C-x r.  See
5249         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
5251 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
5253         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
5255 2007-07-15  Jason Rumney  <jasonr@gnu.org>
5257         * w32-fns.el (set-default-process-coding-system): Use dos line ends
5258         for input to cmdproxy on all versions of Windows.
5259         Use dos line ends for input to plink.
5261         * comint.el (comint-simple-send): Concat newline before sending.
5262         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
5264 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5266         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
5267         safe-local-variable setting.
5269 2007-07-14  David Kastrup  <dak@gnu.org>
5271         * emacs-lisp/advice.el (defadvice): Doc fix.
5273 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
5275         * subr.el (when, unless): Doc fix.
5277 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
5279         * replace.el (match): Use yellow1 instead of yellow.
5281         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
5282         red.
5284         * pcvs-info.el (cvs-unknown): Likewise.
5286 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
5288         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
5289         (install): Use them to copy all *.el files before *.elc.
5291 2007-07-13  Drew Adams  <drew.adams@oracle.com>
5293         * bookmark.el (bookmark-jump-other-window): New function.
5294         (bookmark-map): Bind it to "o".
5296         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
5297         and its thread contains discussion about this change.
5298         The original patch was slightly tweaked by Karl Fogel
5299         <kfogel@red-bean.com> before committing.
5301 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
5303         * bookmark.el: Shorten some comments to fit within 80 lines.
5305 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
5307         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
5308         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
5309         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
5310         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
5312 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
5314         * textmodes/org.el: Bug fixes.
5315         (org-end-of-line): Move to end of line if in headline without tags.
5317 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5319         * vc-hooks.el: Remove spurious * in docstrings.
5320         (vc-handled-backends): Add BZR.
5322         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
5324 2007-07-12  Davis Herring  <herring@lanl.gov>
5326         * desktop.el (desktop-buffer-info, desktop-save):
5327         Use `desktop-dirname' instead of `dirname'.
5329 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
5331         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
5333         * progmodes/python.el (python-which-func-length-limit): New var.
5334         (python-which-func): New function.
5335         (python-current-defun): Add optional `length-limit' and try to fit
5336         computed function name to that length.
5337         (python-mode): Hook `python-which-func' up.
5339 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
5341         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
5343         * comint.el (comint-dynamic-complete-as-filename):
5344         Use read-file-name-completion-ignore-case.
5346 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5348         * comint.el (comint-dynamic-list-filename-completions):
5349         Use read-file-name-completion-ignore-case.
5351         * vc-cvs.el: Require CL.
5352         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
5353         New functions to provide completion of revision names.
5355         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
5356         (vc-cvs-annotate-first-line-re): New const.
5357         (vc-cvs-annotate-process-filter): New fun.
5358         (vc-cvs-annotate-command): Use them and run the command asynchronously.
5360 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
5362         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
5363         (eldoc-print-current-symbol-info): Adjust for changed helper
5364         function signatures.
5365         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
5366         `eldoc-highlight-function-argument'.
5367         (eldoc-highlight-function-argument): New function.
5368         (eldoc-get-var-docstring): Format documentation with
5369         `font-lock-variable-name-face'.
5370         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
5371         where suited.
5372         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
5373         (eldoc-beginning-of-sexp): Return number of skipped sexps.
5375 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
5377         * progmodes/compile.el (compilation-start): `start-process' must
5378         still be redefined when calling `start-process-shell-command'.
5380         * progmodes/gud.el (gud-file-name): When `default-directory' is a
5381         remote file name, prepend its remote part to the filename.
5382         (gud-common-init): When `default-directory' is a remote file name,
5383         make the filename relative to it.
5384         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
5386 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
5388         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
5389         mouse binding and a tooltip.
5391 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5393         * menu-bar.el (vc-menu-map): New defalias.
5395 2007-07-10  Richard Stallman  <rms@gnu.org>
5397         * emacs-lisp/lisp-mode.el (eval-defun):
5398         Explain special handling of `defface'.
5400 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
5402         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
5404         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
5406 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5408         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
5410         * vc-arch.el (vc-arch-complete): Remove.
5411         (vc-arch-revision-completion-table): Use complete-with-action.
5413         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
5414         (complete-with-action): New function.
5415         (dynamic-completion-table): Use it.
5417 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
5419         * comint.el (make-comint, make-comint-in-buffer)
5420         (comint-exec-1): Replace `start-process' by `start-file-process'.
5422         * progmodes/compile.el (compilation-start): Revert redefining
5423         `start-process'.
5425 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5427         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
5428         with EOLs when generating MD5 checksums.
5430         * follow.el: Don't change the global map from the follow-mode-map
5431         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
5432         XEmacs code.
5433         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
5434         since `follow-mode' should be used instead for that.
5436         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
5437         (easy-menu-do-define): Use it.
5438         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
5440         * progmodes/compile.el (compilation-auto-jump-to-first-error)
5441         (compilation-auto-jump-to-next): New vars.
5442         (compilation-auto-jump): New function.
5443         (compilation-error-properties): Use them to jump to first error.
5444         (compilation-start): Set the var if requested.
5446         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
5447         duplicates without also removing entries from other directories.
5449 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
5451         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
5452         Remember span as default.
5453         (org-columns-edit-value): Rename from `org-column-edit'.
5454         (org-columns-display-here-title): Rename from
5455         `org-overlay-columns-title'.
5456         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
5457         (org-columns-get-autowidth-alist): Rename from
5458         `org-get-columns-autowidth-alist'.
5459         (org-columns-display-here): Rename from `org-overlay-columns'.
5460         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
5461         (org-columns-quit): Rename from `org-column-quit'.
5462         (org-columns-show-value): Rename from `org-column-show-value'.
5463         (org-columns-content, org-columns-widen)
5464         (org-columns-next-allowed-value)
5465         (org-columns-edit-allowed, org-columns-store-format)
5466         (org-columns-uncompile-format, org-columns-redo)
5467         (org-columns-edit-attributes, org-delete-property)
5468         (org-set-property, org-columns-update)
5469         (org-columns-compute, org-columns-eval)
5470         (org-columns-not-in-agenda, org-columns-compute-all)
5471         (org-property-next-allowed-value)
5472         (org-columns-compile-format)
5473         (org-fill-paragraph-experimental)
5474         (org-string-to-number, org-property-action)
5475         (org-columns-move-left, org-columns-new)
5476         (org-column-number-to-string)
5477         (org-property-previous-allowed-value)
5478         (org-at-property-p, org-columns-delete)
5479         (org-columns-previous-allowed-value)
5480         (org-columns-move-right, org-columns-narrow)
5481         (org-property-get-allowed-values)
5482         (org-verify-version, org-column-string-to-number)
5483         (org-delete-property-globally): New functions.
5484         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
5485         (org-columns-overlays): Rename from `org-column-overlays'.
5486         (org-columns-map): Rename from `org-column-map'.
5487         (org-columns-current-maxwidths): Rename from
5488         `org-current-columns-maxwidths'.
5489         (org-columns-begin-marker, org-columns-current-fmt-compiled)
5490         (org-previous-header-line-format)
5491         (org-columns-inhibit-recalculation)
5492         (org-columns-top-level-marker): New variables.
5493         (org-columns-default-format): Rename from `org-default-columns-format'.
5494         (org-property-re): New constant.
5496 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
5498         * subr.el (looking-at-p, string-match-p): New functions.
5500 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
5502         * textmodes/tex-mode.el (tex-fontify-script)
5503         (tex-font-script-display): New variables to make display of
5504         superscripts and subscripts customizable.
5505         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
5507 2007-07-09  Richard Stallman  <rms@gnu.org>
5509         * isearch.el (isearch-edit-string): Call to isearch-push-state
5510         after the search.
5512 2007-07-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5514         * window.el (fit-window-to-buffer): Remove setting of window-min-height
5515         to 1 as enlarge-window uses the value to resize/shrink windows other
5516         than WINDOW if needed.
5518 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5520         * cus-start.el (file-coding-system-alist): Fix custom type.
5522 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
5524         * longlines.el (longlines-wrap-region): Avoid marking buffer as
5525         modified.
5526         (longlines-auto-wrap, longlines-window-change-function):
5527         Remove unnecessary calls to set-buffer-modified-p.
5529 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5531         * cus-start.el (file-coding-system-alist): Fix custom type.
5533 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5535         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
5536         (vc-cvs-checkout): Remove last arg now unused; simplify.
5538 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
5540         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
5542         * net/tramp.el:
5543         * net/tramp-ftp.el:
5544         * net/tramp-smb.el:
5545         * net/tramp-uu.el:
5546         * net/trampver.el: Migrate to Tramp 2.1.
5548         * net/tramp-cache.el:
5549         * net/tramp-fish.el:
5550         * net/tramp-gw.el: New Tramp packages.
5552         * net/tramp-util.el:
5553         * net/tramp-vc.el: Removed.
5555         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
5556         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
5558         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
5560         * progmodes/compile.el (compilation-start): Redefine
5561         `start-process' temporarily when `default-directory' is remote.
5562         Remove case of synchronous compilation, this won't happen ever.
5563         (compilation-setup): Make local variable `comint-file-name-prefix'
5564         for remote compilation.
5566 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
5568         * novice.el (disabled-command-function): Fit window to buffer to
5569         make last line visible.
5570         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
5572         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
5573         when handling the terminating event.
5575 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
5577         * calc/calc.el (math-read-number-simple): Remove leading 0s.
5578         (math-bignum-digit-length): Change to optimal value.
5580         * calc/calc-bin.el (math-bignum-logb-digit-size)
5581         (math-bignum-digit-power-of-two): Evaluate when compiled.
5583         * calc/calc-comb.el (math-small-factorial-table)
5584         (math-init-random-base, math-prime-test): Remove unnecessary calls
5585         to `math-read-number-simple'.
5587         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
5588         (math-approx-gamma-const): Add docstrings.
5590         * calc/calc-forms.el (math-julian-date-beginning)
5591         (math-julian-date-beginning-int): New constants.
5592         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
5593         Use the new constants.
5595         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
5597         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
5598         Add docstrings.
5600 2007-07-07  Tom Tromey  <tromey@redhat.com>
5602         * vc.el (vc-annotate): Jump to line and output message only after the
5603         process is really all done.
5605 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5607         * vc.el (vc-exec-after): Don't move point from the sentinel.
5608         Forcefully read all the remaining text in the pipe upon process exit.
5609         (vc-annotate-display-autoscale, vc-annotate-lines):
5610         Don't stop at the first unrecognized line.
5611         (vc-annotate-display-select): Run autoscale after the process is done
5612         since it depends on the whole result.
5614 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
5616         * term/w32-win.el (menu-bar-open): New function.
5617         Bind <f10> to it.
5619 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
5621         * simple.el (start-file-process): New defun.
5623 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5625         * files.el (find-file-confirm-nonexistent-file): Rename from
5626         find-file-confirm-inexistent-file.  Update users.
5628         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
5629         format of autoload block where the file's time-stamp is replaced by its
5630         MD5 checksum.
5631         (autoload-generate-file-autoloads): Use MD5 checksum instead of
5632         time-stamp for secondary autoloads files.
5633         (update-directory-autoloads): Remove duplicate entries.
5634         Use time-less-p for time-stamps, as done in autoload-find-destination.
5636 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
5638         * calc/calc.el (math-read-number): Replace number by variable.
5639         (math-read-number-simple): Properly parse small integers.
5641 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
5643         * vc.el: Fix doc for the checkout function.
5645 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
5647         * vc-hg.el (vc-hg-root): New function.
5648         (vc-hg-registered): Use it.
5649         (vc-hg-diff-tree): New defalias.
5650         (vc-hg-responsible-p): Likewise.
5651         (vc-hg-checkout): Comment out, not needed.
5652         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
5653         (vc-hg-find-version, vc-hg-next-version): New functions.
5655 2007-07-06  Andreas Schwab  <schwab@suse.de>
5657         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
5658         dynamic bindings around the evaluation of the expression.
5659         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
5661 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5663         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
5664         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
5665         Use run-hooks rather than run-mode-hooks.
5667 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
5669         * calc/calc-comb.el (math-random-digit): Rename to
5670         `math-random-three-digit-number'.
5671         (math-random-digits): Don't depend on representation of integer.
5673         * calc/calc-bin.el (math-bignum-logb-digit-size)
5674         (math-bignum-digit-power-of-two): New constants.
5675         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
5676         (math-not-bignum, math-clip-bignum): Use the constants
5677         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
5678         instead of their values.
5679         (math-clip): Use math-small-integer-size instead of its value.
5681         * calc/calc.el (math-add-bignum): Replace number by constant.
5683 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
5685         * wid-edit.el (widget-documentation-string-value-create):
5686         Insert indentation spaces.
5688 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
5690         * emacs-lisp/byte-opt.el: Revert last change.
5692 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
5694         * vc-hooks.el (vc-handled-backends): Add HG.
5696         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
5698 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5700         * complete.el (PC-do-complete-and-exit): Add support for the new
5701         `confirm-only' confirmation mode.
5703 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
5705         * cus-edit.el (custom-commands): New variable.
5706         (custom-tool-bar-map): New variable.  Initialize using
5707         `custom-commands'.
5708         (custom-mode): Use `custom-tool-bar-map'.
5709         (custom-buffer-create-internal): Insert action buttons only if
5710         tool bar is not used.  Use `custom-commands'.
5711         (Custom-help, custom-command-apply): New function.
5712         (custom-command-apply, Custom-set, Custom-save)
5713         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
5714         Use `custom-command-apply' instead of duplicating code.
5715         (customize-group-other-window): Call `customize-group' instead of
5716         duplicating code.
5717         (customize-face-other-window): Call `customize-face' instead of
5718         duplicating code.
5719         (customize-group, customize-face): Add optional args for opening
5720         in another window.
5721         (custom-variable-tag): Don't inherit `variable-pitch' face.
5722         (custom-group-tag): Inherit `variable-pitch' face.
5723         (custom-variable-value-create): Set documentation indentation.
5724         (custom-group-value-create): Make group name a link, instead of
5725         using an extra "go to group" button.
5726         (custom-prompt-variable, custom-group-set, custom-group-save)
5727         (custom-group-reset-current, custom-group-reset-saved)
5728         (custom-group-reset-standard): Minor cleanup.
5730 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
5732         * Makefile.in (bootstrap-prepare): When copying from
5733         ldefs-boot.el, make sure loaddefs.el is writeable.
5735         (bootstrap-prepare): Make $(lisp)/ps-print.el
5736         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
5738 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
5740         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
5741         only caller, and delete.
5742         (vc-hg-state): Deal with exceptions and only parse the output on
5743         successful return.
5744         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
5745         caller, and delete.
5746         (vc-hg-workfile-version): Deal with exceptions and only parse the
5747         output on successful return.
5748         (vc-hg-revert): New function.
5750 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
5752         * calculator.el (calculator-expt): Use more cases to determine
5753         the value.
5755 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
5757         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
5758         file names.
5760 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
5762         * calculator.el (calculator-expt, calculator-integer-p):
5763         New functions.
5764         (calculator-fact): Check to see if the factorial will be too
5765         large before computing it.
5766         (calculator-initial-operators): Use `calculator-expt' to
5767         compute "^".
5768         (calculator-mode): Mention that results which are too large
5769         will return inf.
5770         * calc/calc-comb.el (math-small-factorial-table): Replace list
5771         by vector.
5773 2007-07-03  David Kastrup  <dak@gnu.org>
5775         * shell.el: On request of the authors, remove their addresses for
5776         the sake of bug reports, and add the developer list address as
5777         maintainer information.
5779 2007-07-03  Richard Stallman  <rms@gnu.org>
5781         * files.el (make-directory): Doc fix.
5782         (find-file-confirm-inexistent-file): Make it a defcustom.
5783         Make nil the default.
5785 2007-07-02  Richard Stallman  <rms@gnu.org>
5787         * startup.el (command-line): Set buffer-offer-save in *scratch*
5788         and enable auto-save in it.
5790 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
5792         * textmodes/org.el (orgstruct-mode-map): New variable.
5793         (orgstruct-mode): New minor mode.
5794         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
5795         (orgstruct-make-binding, org-context-p, org-get-local-variables)
5796         (org-run-like-in-org-mode): New functions.
5797         (org-cycle-list-bullet): New command.
5798         (org-special-properties, org-property-start-re)
5799         (org-property-end-re): New constants.
5800         (org-with-point-at): New macro.
5801         (org-get-property-block, org-entry-properties, org-entry-get)
5802         (org-entry-delete, org-entry-get-with-inheritance)
5803         (org-entry-put, org-buffer-property-keys): New functions.
5804         (org-insert-property-drawer): New command.
5805         (org-entry-property-inherited-from): New variable.
5806         (org-column): New face.
5807         (org-column-overlays, org-current-columns-fmt)
5808         (org-current-columns-maxwidths, org-column-map): New variables.
5809         (org-column-menu): New menu.
5810         (org-new-column-overlay, org-overlay-columns)
5811         (org-overlay-columns-title, org-remove-column-overlays)
5812         (org-column-show-value, org-column-quit, org-column-edit): New
5813         functions.
5814         (org-columns, org-agenda-columns): New commands.
5815         (org-get-columns-autowidth-alist): New functions.
5816         (org-properties): New customize group.
5817         (org-default-columns-format): New option.
5818         (org-priority): Realign tags after changing priority.
5819         (org-preserve-lc): New macro.
5820         (org-update-checkbox-count): Catch case when there is no headline.
5821         (org-agenda-quit): Remove any column overlays.
5822         (org-beginning-of-item-list): Fixed bug when non-item line is
5823         indented too deep.
5824         (org-cached-props): New variable.
5825         (org-cached-entry-get): New function.
5826         (org-make-tags-matcher): Handle property matches.
5827         (org-table-recalculate): Swap evaluation order: Field formula
5828         first, then column formulas, but don't allow them to overwrite the
5829         field formulas.
5830         (org-table-eval-formula): New argument untouchable.
5831         (org-table-put-field-property): New function.
5833 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
5835         * help-mode.el (help-make-xrefs): Skip spaces too when
5836         skipping tabs.
5838         * ffap.el (dired-at-point-prompter): Improve prompt in
5839         list-directory case.
5841 2007-07-01  Richard Stallman  <rms@gnu.org>
5843         * files.el (find-file-visit-truename): Fix safe-local-variable value.
5845 2007-07-01  Richard Stallman  <rms@gnu.org>
5847         * cus-start.el (max-mini-window-height): Added.
5849 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
5851         * complete.el (partial-completion-mode): Remove advice of
5852         read-file-name-internal.
5853         (PC-do-completion): Rebind minibuffer-completion-table.
5854         (PC-read-file-name-internal): New function doing what
5855         read-file-name-internal advice did.
5857 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
5859         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
5860         property on a few symbols.
5861         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
5862         (byte-optimize-lapcode): Remove bindings that are not referenced
5863         and certainly will not effect through dynamic scoping.
5865 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5867         * files.el (find-file-confirm-inexistent-file): New var.
5868         (find-file, find-file-other-window, find-file-other-frame)
5869         (find-file-read-only, find-file-read-only-other-window)
5870         (find-file-read-only-other-frame): Use it.
5872 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5874         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
5876 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
5878         * generic-x.el (generic-define-mswindows-modes)
5879         (generic-define-unix-modes, apache-log-generic-mode)
5880         (bat-generic-mode-keymap, java-manifest-generic-mode)
5881         (show-tabs-generic-mode): Fix typos in docstrings.
5883 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
5885         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
5886         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
5887         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
5888         (rcirc-print): Never ignore messages from ourself.
5890 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5892         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
5893         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
5895 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5897         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
5898         replace-regexp-in-string.
5900 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5902         * emacs-lisp/cl.el: Set edebug and indentation before loading
5903         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
5905 2007-06-28  Andreas Schwab  <schwab@suse.de>
5907         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
5908         $(lisp)/subdirs.el.
5910 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
5912         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
5913         the speedbar frame if nil; that deletes the current frame or
5914         causes an error if it is the only frame.
5915         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
5917 2007-06-28  Kevin Ryde  <user42@zip.com.au>
5919         * textmodes/nroff-mode.el: Groff \# comments.
5920         (nroff-mode-syntax-table): \# comment intro,
5921         plain # as punct per global table.
5922         (nroff-font-lock-keywords): Add # as a single char escape.
5923         (nroff-mode): In comment-start-skip, match \#.
5925 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5927         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
5928         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
5929         point-min == 1.
5931 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
5933         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
5934         Rename and move to...
5936         * subr.el (strings->string, string->strings): ...here.
5938         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
5939         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
5941         * progmodes/gud.el (gud-common-init): Call string->strings instead
5942         of split-string.
5944 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
5946         * dired-aux.el: Remove `dired-call-process'.
5947         (dired-check-process): Call `process-file'.
5949         * wdired.el (wdired-do-perm-changes): Call `process-file'.
5951         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
5952         `ange-ftp-process-file'.
5954 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5956         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
5958         * emacs-lisp/cl-extra.el:
5959         * emacs-lisp/cl-seq.el:
5960         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
5961         Add autoload cookies on all defs autoloaded manually in cl.el.
5963         * emacs-lisp/cl-loaddefs.el: New file.
5965         * textmodes/texinfmt.el (texinfo-raisesections-alist)
5966         (texinfo-lowersections-alist): Merge definition and declaration.
5967         (texinfo-start-of-header, texinfo-end-of-header): Remove.
5968         (texinfo-format-syntax-table): Merge init into declaration.
5969         (texinfo-format-parse-line-args, texinfo-format-parse-args)
5970         (texinfo-format-parse-defun-args, texinfo-format-node)
5971         (texinfo-push-stack, texinfo-multitable-widths)
5972         (texinfo-define-info-enclosure, texinfo-alias)
5973         (texinfo-format-defindex, batch-texinfo-format): Use push.
5974         (texinfo-footnote-number): Remove duplicate declaration.
5976         * ps-print.el: Update with auto-generated autoloads.
5978         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
5980 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5982         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
5983         relative to current dir for file-local settings.
5984         (autoload-generate-file-autoloads): Add `outfile' arg.
5985         (update-directory-autoloads): Use it to directly call
5986         autoload-generate-file-autoloads instead of going through
5987         update-file-autoloads so we avoid redundant searches and so we can know
5988         the set of buffers changed so we can save them all.
5990         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
5991         rather than throwing `up-to-date'.
5992         (autoload-generate-file-autoloads): Adjust correspondingly.
5993         (update-file-autoloads): Be careful to let-bind
5994         autoload-modified-buffers and adjust to new calling conventions.
5995         (autoload-modified-buffers): Make it a dynamically scoped var.
5996         (update-directory-autoloads): Use file-relative-name instead of
5997         autoload-trim-file-name.
5998         (autoload-insert-section-header): Don't use autoload-trim-file-name
5999         since the file is already relative now.
6000         (autoload-trim-file-name): Remove.
6002         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
6003         (vc-arch-complete, vc-arch--version-completion-table)
6004         (vc-arch-revision-completion-table): New functions to provide
6005         completion of revision names.
6006         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
6007         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
6008         to let the user trim the revlib.
6010         * vc.el: Add new VC operation `revision-completion-table'.
6011         (vc-default-revision-completion-table): New function.
6012         (vc-version-diff, vc-version-other-window): Use it to provide
6013         completion of revision names if the backend provides it.
6015         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
6017         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
6018         of newer .svn/entries.
6020 2007-06-25  David Kastrup  <dak@gnu.org>
6022         * calc/calc-poly.el (math-padded-polynomial)
6023         (math-partial-fractions): Add some function comments.
6025 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6027         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6028         Make `outbuf' optional.
6029         (update-file-autoloads): Use it.
6031 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6033         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
6034         (autoload-find-destination): Keep it uptodate.
6035         (autoload-save-buffers): New fun.
6036         (update-file-autoloads): Use it.  Re-add the "up to date" message.
6038         * emacs-lisp/autoload.el: Refactor for upcoming changes.
6039         (autoload-find-destination): New function extracted from
6040         update-file-autoloads.
6041         (update-file-autoloads): Use it.
6042         (autoload-generate-file-autoloads): New function extracted from
6043         generate-file-autoloads.  Use file-relative-name.  Delay computation of
6044         output-start to the first cookie.  Remove done-any, replaced by
6045         output-start.
6046         (generate-file-autoloads): Use it.
6048 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
6050         * calc/calc-comb.el (math-init-random-base, math-prime-test):
6051         Use math-read-number-simple to insert constants.
6052         (math-prime-test): Redo calculation of sum.
6054         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
6056         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
6057         math-scale-bignum-3.
6058         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
6059         math-bignum-digit-size.
6060         (math-isqrt-small): Add another possible initial guess.
6062 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6064         * textmodes/bibtex.el (bibtex-entry-format): New options
6065         `whitespace', `braces', and `string'.
6066         (bibtex-field-braces-alist, bibtex-field-strings-alist)
6067         (bibtex-field-braces-opt, bibtex-field-strings-opt)
6068         (bibtex-cite-matcher-alist): New variables.
6069         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
6070         (bibtex-flash-head): Use blink-matching-delay.
6071         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
6072         (bibtex-format-entry, bibtex-reformat): Handle new options of
6073         bibtex-entry-format.
6074         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
6075         New functions.
6076         (bibtex-complete-internal): Do not display messages while
6077         minibuffer is used.  Do not leave around a completions buffer
6078         that is out of date.
6079         (bibtex-copy-summary-as-kill): New optional arg.
6080         (bibtex-font-lock-url): New optional arg no-button.
6081         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
6082         (bibtex-url): Allow multiple URLs per entry.
6084 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6086         * emacs-lisp/autoload.el (autoload-generated-file): New function.
6087         (update-file-autoloads, update-directory-autoloads): Use it.
6088         (autoload-file-load-name): New function.
6089         (generate-file-autoloads, update-file-autoloads): Use it.
6090         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
6091         (generate-file-autoloads): If the autoloaded form is malformed,
6092         indicate the problem with a warning instead of aborting.
6094 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
6096         * simple.el (next-error-recenter): Accept `(4)' as well;
6097         also, specify `integer' instead of `number'.
6099 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
6101         * ls-lisp.el (insert-directory): If an invalid regexp error is
6102         thrown, try using FILE as a literal file name, not a wildcard.
6104 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
6106         * ruler-mode.el (ruler-mode): Prevent clobbering the original
6107         `header-line-format' when reentering ruler mode.
6109 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
6111         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
6112         FILE exists as a file.
6114 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
6116         * calc/calc.el (math-bignum-digit-length)
6117         (math-bignum-digit-size, math-small-integer-size):
6118         New constants.
6119         (math-normalize, math-bignum-big, math-make-float)
6120         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
6121         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
6122         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
6123         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
6124         (math-quotient, math-div-bignum, math-div-bignum-digit)
6125         (math-div-bignum-part, math-format-bignum-decimal)
6126         (math-read-bignum): Use math-bignum-digit-length,
6127         math-bignum-digit-size and math-small-integer-size.
6129         * calc/calc-ext.el (math-fixnum-big): Use the variable
6130         math-bignum-digit-size.
6132 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
6134         * log-view.el (log-view-mode-menu): New menu.
6136 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6138         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
6139         differently.
6141         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
6142         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
6144 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
6146         * vc-hg.el (vc-hg-print-log): Insert the file name.
6147         (vc-hg-log-view-mode): Fontify the file name.
6149 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
6151         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
6152         (calcFunc-julian): Fix incorrect number used in calculations.
6154 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
6156         * simple.el (next-error-recenter): New defcustom.
6157         (next-error, next-error-internal): Recenter if specified,
6158         immediately prior to running `next-error-hook'.
6160         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
6161         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
6163         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
6165 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
6167         * calc/calc-comb.el (math-small-factorial-table): New variable.
6168         (calcFunc-fact): Use `math-small-factorial-table'.
6170         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
6171         initial values.
6172         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
6173         New variables to use in caches.
6175         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
6176         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
6178         * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
6179         (math-bernoulli-b-cache): Use math-read-number-simple to insert
6180         bignums.
6182         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
6183         New variables to use in caches.
6185 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
6187         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
6189         * vc-hg.el (vc-hg-log-view-mode): New mode.
6191 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
6193         * calc/calc.el (math-read-number-simple): New function.
6195 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6197         * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
6198         (vera-font-lock-match-item): Fix doc string.
6199         (vera-in-comment-p): Remove unused function.
6200         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
6201         use `syntax-ppss'.
6202         (vera-forward-syntactic-ws): Fix argument order.
6203         (vera-prepare-search): Use `with-syntax-table'.
6204         (vera-indent-line): Fix doc string.
6205         (vera-electric-tab): Fix doc string.
6206         (vera-expand-abbrev): Define alias instead of using `fset'.
6207         (vera-comment-uncomment-region): Use `comment-start-skip'.
6209 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
6211         * textmodes/org.el (org-export-with-footnotes): New option.
6212         (org-export-as-html): Fix replacement bug for XEmacs.
6213         (org-agenda-default-appointment-duration): New option.
6215 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
6217         * vc-hg.el: Add to do items.
6218         (vc-hg-diff): Add support for comparing different revisions.
6219         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
6220         (vc-hg-annotate-extract-revision-at-line)
6221         (vc-hg-previous-version, vc-hg-checkin): New functions.
6222         (vc-hg-annotate-re): New constant.
6224 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
6226         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
6228 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6230         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
6231         buffer-local value of log-view-*-re if applicable.
6233         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
6234         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
6235         (vc-bzr-command*): Remove both (incompatible) versions.
6236         (vc-bzr-do-command*): Remove.
6237         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
6238         Remove by folding into its only caller vc-bzr-command.
6239         (vc-bzr-command): Always set the environment, even when ineffective.
6240         (vc-bzr-version): Minor fix up.
6241         (vc-bzr-admin-dirname): New var.
6242         (vc-bzr-bzr-dir): Remove.
6243         (vc-bzr-root-dir): New fun.
6244         (vc-bzr-registered): Use it.  Add an autoloaded version.
6245         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
6246         (vc-bzr-view-log-function): Remove.
6247         (vc-bzr-log-view-mode): New major mode to replace it.
6248         (vc-bzr-print-log): Only activate the old hack if needed.
6250         * vc.el (vc-default-log-view-mode): New function.
6251         (vc-print-log): Add new `log-view-mode' VC operation.
6253 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
6255         * ido.el (ido-find-file-in-dir): Don't signal an error for
6256         empty directories.
6258         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
6260         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
6261         directory where the desktop file was found, as the docstring says.
6262         (desktop-kill): Use `read-directory-name'.
6264 2007-06-20  Alan Mackenzie  <acm@muc.de>
6266         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
6267         When removing lines, also remove the \n.  Correction of patch of
6268         2007-04-21.
6270 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
6272         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
6273         event is not a cons cell.  Do not unread drag-mouse-1 events.
6274         Select right window in check whether space was stolen from
6275         window above.
6277         * help-mode.el (help-make-xrefs): Adjust position of new forward
6278         button.
6280 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
6282         * vc-bzr.el (vc-bzr-with-process-environment)
6283         (vc-bzr-std-process-invocation): New macros.
6284         (vc-bzr-command, vc-bzr-command*): Use them.
6285         (vc-bzr-with-c-locale): Remove.
6286         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
6287         (vc-bzr-buffer-nonblank-p): New function.
6288         (vc-bzr-state-words): New const.
6289         (vc-bzr-state): Look for `bzr status` keywords in output.
6290         Display everything else as a warning message to the user.
6291         Fix status report with bzr >= 0.15.
6293 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
6295         * vc-hg.el (vc-hg-global-switches): Simplify.
6296         (vc-hg-state): Handle more states.
6297         (vc-hg-diff): Fix doc-string.
6298         (vc-hg-register): New function.
6299         (vc-hg-checkout): Likewise.
6301 2007-06-20  Reto Zimmermann  <reto@gnu.org>
6303         * progmodes/vera-mode.el: New file.
6305 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
6307         * calc/calc.el (calc-multiplication-has-precendence):
6308         New variable.
6309         (math-standard-ops, math-standard-ops-p, math-expr-ops):
6310         New functions.
6311         (math-expr-opers): Define using math-standard-ops rather than
6312         math-standard-opers.
6313         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
6314         equal the function math-standard-ops rather than the variable
6315         math-standard-opers.
6316         (calc-algebraic-entry): Let math-expr-opers equal
6317         math-standard-ops or math-expr-ops, as appropriate.
6318         (math-expr-read-level, math-read-factor): Let math-expr-opers
6319         equal math-expr-ops.
6320         * calc/calc-embed.el (calc-embedded-finish-edit):
6321         Let math-expr-opers equal the function math-standard-ops
6322         rather than the variable math-standard-opers.
6323         * calc/calc-ext.el (math-read-plain-expr)
6324         (math-format-flat-expr-fancy): Let math-expr-opers equal the
6325         function math-standard-ops rather than the variable
6326         math-standard-opers.
6327         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
6328         Let math-expr-opers equal the function math-standard-ops rather
6329         than the variable math-standard-opers.
6330         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
6331         equal the function math-standard-ops rather than the variable
6332         math-standard-opers.
6333         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
6334         equal the function math-standard-ops rather than the variable
6335         math-standard-opers.
6336         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
6337         math-expr-ops.
6339 2007-06-19  Ivan Kanis  <apple@kanis.eu>
6341         * vc-hg.el: New file.
6343 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6345         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
6346         with font-lock-multiline.
6348 2007-06-17  Glenn Morris  <rgm@gnu.org>
6350         * lpr.el (lpr-page-header-switches): Move %s to separate element
6351         for correct quoting.  Doc fix.
6353 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6355         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
6356         than setting sgml-xml-mode.
6357         (sgml-mode, html-mode): Set sgml-xml-mode.
6358         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
6359         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
6360         (sgml-electric-tag-pair-before-change-function)
6361         (sgml-electric-tag-pair-flush-overlays): New functions.
6362         (sgml-electric-tag-pair-mode): New minor mode.
6363         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
6364         (sgml-calculate-indent): Use assoc-string.
6366 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
6368         * thingatpt.el (thing-at-point-email-regexp): Don't require two
6369         chars before the "@" in an email address.  Andreas Roehler noticed
6370         this problem.
6372 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
6374         * thingatpt.el: Add support for email addresses (`email').
6375         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
6376         (thing-at-point-email-regexp): New variable.
6377         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
6378         properties on this symbol, with lambda forms for values.
6380 2007-06-15  Masatake YAMATO  <jet@gyve.org>
6382         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
6384         * vc.el (vc-dired-hook): Check the backend returned from
6385         `vc-responsible-backend' can really handle `subdir'.
6387 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
6389         * wid-edit.el (widget-add-documentation-string-button):
6390         Fix handling of documentation indent.
6392 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
6394         * mb-depth.el: New file.
6396 2007-06-15  Masatake YAMATO  <jet@gyve.org>
6398         * vc.el (vc-dired-mode): Show backend name as part of mode name.
6400 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
6402         * wid-edit.el (widget-default-create): Move ?h handling here...
6403         (widget-default-format-handler): ...from here.
6404         (widget-docstring, widget-add-documentation-string-button): New funs.
6405         (documentation-string): Add :visibility-widget property.
6406         (widget-documentation-string-value-create): Use it.
6408         * cus-edit.el (custom-split-regexp-maybe): Simplify.
6409         (custom-buffer-create-internal): Simplify message.
6410         (custom-variable-tag): Reduce height to normal.
6411         (custom-variable-value-create, custom-face-value-create)
6412         (custom-visibility): New widget.
6413         (custom-visibility): New face.
6414         (custom-group-value-create):
6415         Call widget-add-documentation-string-button, using `custom-visibility'.
6417 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6419         * emacs-lisp/bytecomp.el (byte-compile-current-group)
6420         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
6421         change.  Apparently the "warning even if the group is implicit" is
6422         a feature rather than a bug.
6424 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
6426         * viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
6427         Different advices for Emacs and XEmacs.  Compile them conditionally.
6428         (viper-version): Belated version change.
6430 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
6432         * follow.el (follow-all-followers, follow-generic-filter):
6433         * pcomplete.el (pcomplete-restore-windows):
6434         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
6435         (x-dnd-drop-data):
6436         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
6437         * progmodes/python.el (python-complete-symbol):
6438         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
6440 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
6442         * rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
6443         around bright and dim regexps.  Make sure bright and dim matches
6444         use word anchors.  Send text through rcirc-markup functions.
6445         (rcirc-url-regexp): Add single quote character.
6446         (rcirc-connect): Write logs to disk on auto-save-hook.
6447         Make server a non-optional argument.
6448         (rcirc-log-alist): New variable.
6449         (rcirc-log-directory): Make customizable.
6450         (rcirc-log-flag): New customizable variable.
6451         (rcirc-log): New function.
6452         (rcirc-print): Use above function.
6453         (rcirc-log-write): New function.
6454         (rcirc-generate-new-buffer-name): Strip text properties.
6455         (rcirc-switch-to-buffer-function): Remove variable.
6456         (rcirc-last-non-irc-buffer): Remove variable.
6457         (rcirc-non-irc-buffer): Add function.
6458         (rcirc-next-active-buffer): Use above function.
6459         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
6460         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
6461         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
6462         (rcirc-omit-mode): Add minor-mode.
6463         (rcirc-mode-map): Change C-c C-o binding.
6464         (rcirc-mode): Clear mode-line-process.  Use a custom
6465         fill-paragraph-function.  Set up buffer-invisibility-spec.
6466         (rcirc-response-formats): Remove timestamp code.
6467         (rcirc-omit-responses): Add variable.
6468         (rcirc-print): Don't put the overlay arrow on potentially omitted
6469         lines.  Log line to disk.  Record activity for private messages
6470         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
6471         (rcirc-jump-to-first-unread-line): Print message if there is no
6472         unread text.
6473         (rcirc-clear-unread): New function.
6474         (rcirc-markup-text-functions): Add variable.
6475         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
6476         (rcirc-debug): Don't mess with window configuration.
6477         (rcirc-send-message): Send message before printing locally.
6478         Add SILENT argument, do not print message if non-nil.
6479         (rcirc-visible-buffers): New function and variable.
6480         (rcirc-window-configuration-change-1): Add function.
6481         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
6482         server buffer.
6483         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
6484         (rcirc-fill-paragraph): Add function.
6485         (rcirc-record-activity, rcirc-window-configuration-change-1):
6486         Only update the activity string if it has actually changed.
6487         (rcirc-update-activity-string): Remove padding characters from the
6488         mode-line string.
6489         (rcirc-disconnect-buffer): New function to be called when a
6490         channel is parted or the user quits.
6491         (rcirc-server-name): Warn when the server-name hasn't been set.
6492         (rcirc-window-configuration-change): Postpone work until
6493         post-command-hook.
6494         (rcirc-window-configuration-change-1): Update mode-line and
6495         overlay arrows here.
6496         (rcirc-authenticate): Fixc hanserv identification.
6497         (rcirc-default-server): Remove variable.
6498         (rcirc): Connect according to rcirc-connections.
6499         (rcirc-connections): Add variable.
6500         (rcirc-startup-channels-alist): Remove variable.
6501         (rcirc-startup-channels): Remove function.
6503 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6505         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
6507 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
6509         * term/xterm.el (terminal-init-xterm): Escape parens in character
6510         constants.
6512 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6514         * progmodes/sh-script.el: Remove unneeded * from docstrings.
6515         Use [:alpha:] and [:alnum:] where applicable.
6516         (sh-quoted-subshell): Rewrite to correctly
6517         handle nested mixes of `...` and $(...).
6518         (sh-apply-quoted-subshell): Remove.
6519         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
6521         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
6523 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
6525         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
6526         previous change.
6528 2007-06-12  Tom Tromey  <tromey@redhat.com>
6530         * subr.el (user-emacs-directory): New defconst.
6531         * cmuscheme.el (scheme-start-file):
6532         * shell.el (shell):
6533         * completion.el (save-completions-file-name):
6534         * custom.el (custom-theme-directory):
6535         * term/x-win.el (emacs-session-filename):
6536         * filesets.el (filesets-menu-cache-file):
6537         * thumbs.el (thumbs-thumbsdir):
6538         * server.el (server-auth-dir):
6539         * image-dired.el (image-dired-dir):
6540         (image-dired-db-file):
6541         (image-dired-temp-image-file):
6542         (image-dired-gallery-dir):
6543         (image-dired-temp-rotate-image-file):
6544         * play/gamegrid.el (gamegrid-user-score-file-directory):
6545         * savehist.el (savehist-file):
6546         * tutorial.el (tutorial--saved-dir):
6547         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
6549 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
6551         * scroll-lock.el (scroll-lock-mode): Doc fix.
6553 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
6555         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
6557         * ediff-init.el: Doc strings.
6559 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6561         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
6562         (byte-compile-file): Bind it.
6563         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
6564         group argument is provided implicitly.
6565         (byte-compile-format-warn, byte-compile-from-buffer)
6566         (byte-compile-insert-header): Don't hardcode point-min==1.
6567         (byte-compile-file-form-require): Remove unused var old-load-list.
6568         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
6570 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
6572         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
6573         Display error messages.
6574         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
6575         Get rid of cl.el dependencies.
6577         * emulation/viper-init.el (viper-suppress-input-method-change-message):
6578         New variable.
6579         (viper-activate-input-method-action)
6580         (viper-inactivate-input-method-action):
6581         Use viper-suppress-input-method-change-message.
6583         * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
6584         for C-s, C-r.
6586         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
6587         Use viper-replace-overlay-cursor-color instead of
6588         viper-replace-overlay-cursor-color.
6589         (viper-sit-for-short): Use sit-for with 3 arguments.
6591         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
6592         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
6593         to gud-mode.
6595         * ediff-mult.el (ediff-meta-buffer-brief-message)
6596         (ediff-meta-buffer-verbose-message): New variables.
6597         (ediff-meta-buffer-message): Variable deleted.
6598         (ediff-verbose-help-enabled): New variable.
6599         (ediff-toggle-verbose-help-meta-buffer): New function.
6600         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
6601         message options.
6603         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
6604         (ediff-fixup-patch-map): Improve heuristic.
6606 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6608         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
6609         (log-view-font-lock-keywords): Simplify.
6610         (log-view-current-file, log-view-current-tag): Simplify.
6612 2007-06-12  Sam Steingold  <sds@gnu.org>
6614         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
6616 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
6618         * desktop.el (desktop-load-locked-desktop): New option.
6619         (desktop-read): Use it.
6620         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
6621         Use `when'.
6623 2007-06-12  Davis Herring  <herring@lanl.gov>
6625         * desktop.el (desktop-save-mode-off): New function.
6626         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
6627         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
6628         (desktop-claim-lock, desktop-release-lock): New functions.
6629         (desktop-kill): Tell `desktop-save' that this is the last save.
6630         Release the lock afterwards.
6631         (desktop-buffer-info): New function.
6632         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
6633         says to.  Detect conflicts, and manage the lock.
6634         (desktop-read): Detect conflicts.  Manage the lock.
6636 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6638         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
6640         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
6641         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
6642         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
6643         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
6644         keysyms rather than byte sequences.
6645         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
6647 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6649         * font-lock.el (font-lock-add-keywords): In case font-lock was only
6650         half-activated, forcefully activate it completely.
6652 2007-06-11  Richard Stallman  <rms@gnu.org>
6654         * cus-edit.el (custom-variable-type): Doc fix.
6656 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6658         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
6659         (sh-font-lock-flush-syntax-ppss-cache): New functions.
6660         (sh-font-lock-syntactic-keywords): Use them to distinguish the
6661         different possible cases for \'.
6663         * complete.el (PC-bindings): Don't bind things already bound in the
6664         parent keymap.
6666         * textmodes/bibtex-style.el: New file.
6668 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
6670         * vc-bzr.el: New file.
6672 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6674         * vc-svn.el (vc-svn-program): New var.
6675         (vc-svn-command): Use it.
6677 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
6679         * server.el (server-switch-buffer): Remove redundant check.
6681 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
6683         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
6684         Match against file-name-nondirectory.
6685         Fix text on user customization variables.
6686         Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
6688 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
6690         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
6692 2007-06-09  Davis Herring  <herring@lanl.gov>
6694         * desktop.el (desktop-minor-mode-table): Doc fix.
6696 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6698         * textmodes/css-mode.el (css-navigation-syntax-table):
6699         Use set-char-table-range so it also works in the unicode branch.
6701 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
6703         * help-mode.el (help-xref-forward-stack)
6704         (help-xref-stack-forward-item, help-forward-label): New variables.
6705         (help-forward): New button type.
6706         (help-setup-xref): Initialise help-xref-forward-stack.
6707         (help-make-xrefs): Add forward button, if appropriate.
6708         (help-xref-go-back): Push item on forward stack.
6709         (help-xref-go-forward, help-go-forward): New functions.
6711 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
6713         * dired.el (dired-mode-map): Remove spurious separator.
6715 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6717         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
6719         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
6720         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
6722 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
6724         * textmodes/org.el: Version number fixed.
6726 2007-06-07  Glenn Morris  <rgm@gnu.org>
6728         * version.el (emacs-copyright): New constant.
6729         * startup.el (fancy-splash-tail): Use emacs-copyright.
6730         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
6732         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
6733         `make-local'.
6734         (byte-compile-warnings-safe-p): Add `make-local'.
6735         (byte-compile-make-variable-buffer-local):
6736         Allow byte-compile-warnings to suppress this warning.
6738         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
6739         format of "menu" description.
6740         (tutorial--find-changed-keys): Describe the specific menu a
6741         command is in.
6743         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
6744         Rewrite compatibility functions to silence byte-compiler.
6746 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
6748         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
6749         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
6751 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
6753         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
6755 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6757         * progmodes/ebrowse.el (ebrowse-member-table):
6758         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
6759         (org-batch-agenda-csv): Fix typos in docstrings.
6761 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6763         * international/mule-cmds.el (toggle-enable-multibyte-characters)
6764         (sort-coding-systems, search-unencodable-char): Doc fixes.
6765         (coding-system-change-eol-conversion, set-default-coding-systems)
6766         (prefer-coding-system, find-multibyte-characters, princ-list)
6767         (leim-list-entry-regexp, set-input-method, locale-language-names)
6768         (input-method-exit-on-first-char, exit-language-environment-hook)
6769         (locale-charset-language-names): Fix typos in docstrings.
6771 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6773         * pgg.el (pgg-sign-region, pgg-sign):
6774         * ses.el (ses-call-printer):
6775         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
6776         * textmodes/org.el (org-cycle): Fix typos in docstrings.
6778 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
6780         * textmodes/org.el
6781         (org-export-region-as-html, org-replace-region-by-html)
6782         (org-number-to-letters, org-table-fedit-finish)
6783         (org-normalize-color, org-table-fedit-ref-right)
6784         (org-date-to-gregorian, org-table-fedit-move)
6785         (org-table-convert-refs-to-rc, org-calendar-holiday)
6786         (org-table-fedit-toggle-ref-type, org-write-agenda)
6787         (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
6788         (org-defkey, org-encode-for-stdout)
6789         (org-indent-line-function, org-export-as-html-to-buffer)
6790         (org-store-agenda-views, org-update-mode-line)
6791         (org-find-if, org-delete-all)
6792         (org-table-fedit-convert-buffer, org-emphasize)
6793         (org-uniquify, org-table-fedit-lisp-indent)
6794         (org-table-fedit-scroll, org-get-todo-sequence-head)
6795         (org-table-fedit-scroll-down, org-table-fedit-line-down)
6796         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
6797         (org-table-fedit-toggle-coordinates, org-dvipng-color)
6798         (org-table-fedit-line-up, org-table-fedit-ref-down)
6799         (org-table-formula-from-user, org-mode-flyspell-verify)
6800         (org-cycle-show-empty-lines, org-ctrl-c-ret)
6801         (org-table-formula-to-user, org-diary-to-ical-string)
6802         (orgtbl-export, org-table-fedit-post-command)
6803         (org-closed-in-range, org-shiftcontrolright)
6804         (org-table-convert-refs-to-an, org-table-hline-and-move)
6805         (org-table-formula-less-p, org-format-table-ascii)
6806         (org-agenda-get-sexps, org-shift-refpart)
6807         (org-diary-sexp-entry, org-time-string-to-absolute)
6808         (org-table-show-reference, org-letters-to-number)
6809         (org-fix-agenda-info, org-table-fedit-ref-up)
6810         (org-table-fedit-shift-reference, org-table-fedit-abort)
6811         (org-closest-date, org-shiftcontrolleft)
6812         (org-at-heading-or-item-p, org-rematch-and-replace)
6813         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
6814         New functions.
6815         (org-table-edit-scroll-down, org-finish-edit-formulas)
6816         (org-table-edit-next-field, org-abort-edit-formulas)
6817         (org-font-lock-level, org-export-find-first-heading-line)
6818         (org-table-edit-line-down, org-table-edit-backward-field)
6819         (org-edit-formula-lisp-indent, org-table-edit-move)
6820         (org-check-log-option, org-this-word)
6821         (org-table-edit-line-up, org-table-edit-formulas-post-command)
6822         (org-agenda-file-to-end, org-expand-file-name)
6823         (org-fake-empty-table-line, org-table-edit-scroll)
6824         (org-toggle-log-option, org-show-reference): Function removed.
6825         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
6826         New defsubsts.
6827         (org-unmodified, org-batch-store-agenda-views)
6828         (org-batch-agenda-csv): New macro.
6829         (org-agenda-export): New customization group.
6830         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
6831         (org-highest-priority, org-agenda-exporter-settings)
6832         (org-log-done-with-time, org-replace-disputed-keys)
6833         (org-format-latex-header, org-export-table-header-tags)
6834         (org-cycle-separator-lines, org-export-table-data-tags)
6835         (org-icalendar-include-sexps)
6836         (org-empty-line-terminates-plain-lists)
6837         (org-log-repeat, org-special-ctrl-a)
6838         (org-table-use-standard-references, org-disputed-keys)
6839         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
6840         (org-agenda-export-html-style): New option.
6841         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
6842         (org-CUA-compatible): Option removed.
6843         (org-agenda-structure, org-sexp-date): New face.
6844         (org-todo-keywords-for-agenda, org-not-done-keywords)
6845         (org-planning-or-clock-line-re, org-agenda-name)
6846         (org-table-colgroup-info, org-todo-sets)
6847         (constants-unit-system, org-clock-mode-line-entry)
6848         (org-mode-line-timer, org-table-current-begin-pos)
6849         (org-todo-keywords-1, org-mode-line-string)
6850         (org-table-clean-did-remove-column, org-table-fedit-map)
6851         (org-clock-heading, org-table-buffer-is-an)
6852         (org-agenda-info, org-done-keywords)
6853         (org-done-keywords-for-agenda, org-todo-heads)
6854         (org-todo-kwd-alist, org-clock-start-time): New variable.
6855         (org-todo-kwd-priority-p, org-edit-formulas-map)
6856         (org-repeat-re, org-todo-kwd-max-priority)
6857         (org-version, org-done-string)
6858         (org-table-clean-did-remove-column-1, org-disputed-keys):
6859         Remove variables.
6860         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
6861         (org-ts-lengths): Constant removed.
6862         (org-follow-gnus-link): Don't ask how many articles to read.
6863         (org-export-find-first-export-line): Rename from
6864         `org-export-find-first-heading'.
6865         Use `org-export-skip-text-before-1st-heading'.
6866         (org-table-fedit-post-command): Rename from
6867         `org-table-edit-formulas-post-command'.
6868         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
6869         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
6870         (org-table-fedit-lisp-indent): Rename from
6871         `org-edit-formula-lisp-indent'.
6872         (org-table-show-reference): Rename from `org-show-reference'.
6873         (org-table-store-formulas): Use `org-table-formula-less-p'.
6874         (org-table-edit-formulas): Position cursor to current field equation.
6875         (org-update-checkbox-count, org-hide-archived-subtrees)
6876         (org-timestamp-up-day, org-timestamp-down-day)
6877         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
6878         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
6879         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
6880         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
6881         Let `org-on-heading-p' also check for invisible heading.
6882         (org-read-date): Match am/pm times.
6883         (org-eval-in-calendar): Fix default date in prompt.
6885 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
6887         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
6888         "ChangeLog.a" entries, giving the latter lower priority.
6890 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
6892         * faces.el (face-id): If the argument is a face alias,
6893         return the ID of the target face.
6895 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
6897         * net/socks.el (top): Remove unnecessary copyright line.
6899 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
6901         * longlines.el (longlines-auto-wrap): Handle argument correctly.
6903 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
6905         * net/socks.el: New file, taken from w3 repository.
6906         (top): Update Copyright.  Don't load cl.el.
6907         (all): Replace `case' by `cond', `string-to-int' by
6908         `string-to-number', and `process-kill-without-query' by
6909         `set-process-query-on-exit-flag'.
6910         (socks-char-int): Remove defalias and all occurrences.
6912 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
6914         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
6915         Fix typos in docstrings.
6916         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
6917         (compilation-finish-function): Fix typo in obsolescence declaration.
6919 2007-06-03  Sam Steingold  <sds@gnu.org>
6921         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
6922         handle unending automatic recompilation of changed files (`omake -P').
6923         (compilation-loop): VISITED is now 5th CDR.
6924         (compilation-next-error-function): Set TIMESTAMP.
6926 2007-06-03  Sam Steingold  <sds@gnu.org>
6928         * files.el (kill-buffer-ask): New function.
6929         (kill-some-buffers): Use it.
6930         (kill-matching-buffers): New user command.
6932 2007-06-01  David Kastrup  <dak@gnu.org>
6934         * dired.el (dired-recursive-deletes, dired-recursive-copies):
6935         Change default to `top'.
6937 2007-05-31  Richard Stallman  <rms@gnu.org>
6939         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
6941 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6943         * textmodes/css-mode.el: New file.
6945 2007-05-30  Michael Olson  <mwolson@gnu.org>
6947         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
6948         died and we are trying to send a signal to it.  The program using
6949         tq.el should periodically check to see whether the process has
6950         died and react appropriately -- this is not the responsibility of
6951         tq.el, and is consistent with the rest of the tq.el source code.
6953 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
6955         * textmodes/table.el (table--point-entered-cell-function)
6956         (table--point-left-cell-function):
6957         Bind `inhibit-point-motion-hooks' to t.
6959 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
6961         * emacs-lisp/rx.el (rx): Doc fix.
6963 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
6965         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
6967 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
6969         Sync with Tramp 2.0.56.
6971         * net/tramp.el:
6972         * net/tramp-ftp.el:
6973         * net/tramp-smb.el:
6974         * net/tramp-util.el:
6975         * net/tramp-vc.el:
6976         Don't load cl.el, because that pollutes the namespace.  Replace cl
6977         macros by their implementations where necessary.  Requested by
6978         Richard Stallman <rms@gnu.org>.
6980         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
6981         doesn't exist.
6982         (with-parsed-tramp-file-name): Protect debug spec during compilation.
6983         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
6984         (tramp-file-name-p, tramp-file-name-multi-method)
6985         (tramp-file-name-method, tramp-file-name-user)
6986         (tramp-file-name-host, tramp-file-name-localname): New defuns,
6987         replacing defstruct `tramp-file-name'.
6988         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
6989         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
6990         Apply `vector' instead of `make-tramp-file-name'.
6991         (tramp-handle-make-auto-save-file-name):
6992         Apply `tramp-temporary-file-directory' for compatibility reasons.
6993         (tramp-completion-mode): Use `natnump' instead of `wholenump'
6994         because of XEmacs.
6995         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
6996         started.
6998 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
7000         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
7002 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
7004         * log-edit.el (log-edit-changelog-paragraph): Return point-max
7005         as the end of the ChangeLog paragraph when it ends without a line
7006         termination.
7008 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
7010         * net/webjump.el (webjump-sample-sites):
7011         Add simple Wikipedia query.
7013 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7015         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
7016         compatibility code.
7018         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
7019         (copyright-update-year): Use it.
7021         * edmacro.el (edmacro-format-keys): Use current-active-maps.
7023         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
7024         Add indentation and debugging info.  Fix up comment convention.
7026         * cus-dep.el (custom-make-dependencies): Simplify.
7028         * composite.el (compose-region, decompose-region):
7029         Use inhibit-read-only and restore-buffer-modified-p.
7031         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
7032         (xterm-mouse-event): Use it.
7034 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
7036         * bs.el (bs-cycle-previous): Don't modify the cycle list until
7037         `switch-to-buffer' has returned succesfully.
7038         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
7039         window is dedicated (it could iconify the frame).
7041 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
7043         * vc-hooks.el (vc-find-root): Fix file attribute test.
7045 2007-05-24  Richard Stallman  <rms@gnu.org>
7047         * textmodes/flyspell.el (flyspell-correct-word-before-point):
7048         Don't let opoint be nil.
7049         (flyspell-emacs-popup): Explicit error if no dialogs.
7051 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
7053         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
7054         (image-next-line, image-previous-line, image-scroll-up)
7055         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
7056         New functions.
7057         (image-mode-map): Remap motion commands.
7058         (image-mode-text-map): New keymap for viewing images as text.
7059         (image-mode): Use image-mode-map.
7060         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
7062 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7064         * textmodes/fill.el (canonically-space-region): Make the second arg
7065         a marker if it's not already the case.
7067 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
7069         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
7070         (tar-get-descriptor): Handle type 55, an extended pax header.
7072 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7074         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
7075         to confuse outline-minor-mode.
7077 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
7079         * tar-mode.el (tar-file-name-handler): New function.
7080         (tar-extract): Bind file-name-handler-alist to it to force
7081         find-buffer-file-type-coding-system behave as if the file being
7082         extracted existed.  Use last-coding-system-used to force
7083         buffer-file-coding-system to what decode-coding-region actually
7084         used to decode the file.
7086 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
7088         * progmodes/compile.el (compilation-handle-exit):
7089         `compilation-finish-function' may change the current buffer.
7091 2007-05-22  Richard Stallman  <rms@gnu.org>
7093         * files.el (set-auto-mode): Doc fix.
7095 2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7097         * help-fns.el (find-source-lisp-file): New function.
7098         (describe-function-1): Use find-source-lisp-file to find source
7099         file in compile tree.
7101 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
7103         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
7105 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
7107         * emacs-lisp/easy-mmode.el (define-minor-mode)
7108         (easy-mmode-define-navigation): Fix typos in docstrings.
7110 2007-05-22  Glenn Morris  <rgm@gnu.org>
7112         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
7114 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7116         * mail/mail-extr.el (mail-extract-address-components):
7117         Recognize non-ASCII characters except for NBSP as words.
7119 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
7121         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
7122         (rcirc-print): Handle `window-width'.
7123         (rcirc-buffer-maximum-lines): Doc fix.
7125 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
7127         * image-mode.el (image-toggle-display): Don't clear image cache.
7128         Only use filename in image spec if the file is readable.
7129         Call image-refresh.
7131         * image.el (image-type-from-file-name, image-type): Simplify.
7132         (image-type-auto-detected-p): Don't scan auto-mode-alist.
7134         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
7135         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
7137 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
7139         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
7140         is an error.
7142         * term/linux.el (terminal-init-linux): Don't signal an error
7143         if gpm isn't running.
7145 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
7147         * t-mouse.el: Reduce to a minor-mode macro call.
7148         (t-mouse-mode): Remove the lighter.
7150         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
7152 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
7154         * files.el (auto-mode-alist): Change the regexp so that
7155         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
7157 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
7159         * Version 22.1 released.
7161 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
7163         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
7164         changes.
7166 2007-05-19  Kevin Ryde  <user42@zip.com.au>
7168         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
7170 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
7172         * textmodes/sgml-mode.el: Revert last change.
7174 2007-05-18  Richard Stallman  <rms@gnu.org>
7176         * simple.el (push-mark): Doc fix.
7178 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
7180         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
7181         tpu-global-map.
7182         (tpu-original-global-map): Variable deleted.
7183         (tpu-control-keys-map): New keymap variable.
7184         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
7185         setting keymapping directly.
7186         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
7187         tpu-global-map.
7188         (tpu-edt-on): Activate the tpu-global-map.
7189         (tpu-edt-off): Deactivate the tpu-global-map.
7191 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
7193         * textmodes/ispell.el (ispell-get-word): Return markers
7194         for start and end positions.
7195         (ispell-word): Assume END is a marker.
7197 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7199         * printing.el: Group together all XEmacs/Emacs definitions.
7200         (pr-version): New version 6.9.
7201         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
7202         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
7203         (pr-menu-bind): Fix code.
7204         (pr-e-frame-char-height, pr-e-frame-char-width)
7205         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
7206         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
7207         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
7208         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
7209         (pr-x-event-y-pixel): Aliases eliminated.
7210         (pr-xemacs-global-menubar): Macro moved.
7211         (current-menubar, current-mouse-event, zmacs-region-stays)
7212         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
7213         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
7214         Vars moved.
7215         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
7216         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
7217         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
7218         (pr-menu-set-utility-title, pr-even-or-odd-pages)
7219         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
7220         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
7221         moved.
7223 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
7225         * textmodes/sgml-mode.el (sgml-tag):
7226         Fix bug: Call sgml-transformation-function.
7228 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
7230         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
7231         modified flag of buffer.  Use `inhibit-modification-hooks'.
7233 2007-05-16  Richard Stallman  <rms@gnu.org>
7235         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
7237 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7239         * files.el (magic-mode-alist, magic-fallback-mode-alist):
7240         Move the *ml, Postscript, and XmCD entries to the fallback part.
7242         * files.el (magic-fallback-mode-alist):
7243         Rename from file-start-mode-alist.
7245 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
7247         * progmodes/compile.el (compilation-handle-exit): Quote first
7248         argument of `run-hook-with-args'.
7250 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
7252         * buff-menu.el (Buffer-menu-sort-column):
7253         * dabbrev.el (dabbrev-upcase-means-case-search):
7254         * dired.el (dired-recursive-deletes, dired-recursive-copies):
7255         * info.el (Info-current-subfile):
7256         * ls-lisp.el (ls-lisp-verbosity):
7257         * msb.el (msb-menu-cond):
7258         * pcvs.el (cvs-dired-use-hook):
7259         * simple.el (set-mark-command-repeat-pop):
7260         * time.el (display-time-24hr-format, display-time-mail-file):
7261         Doc fixes.
7263         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
7264         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
7266         * view.el (view-inhibit-help-message): Fix typo in docstring.
7267         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
7269 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
7271         * textmodes/ispell.el (ispell-start-process): Defend against bad
7272         default-directory.
7274 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
7276         * mail/rmail.el (rmail-convert-to-babyl-format): Check
7277         content-transfer-encoding _last_, because it's its position that
7278         we need as value of base64-header-field-end.
7280 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
7282         * files.el (mode-require-final-newline, require-final-newline)
7283         (enable-local-variables, enable-local-eval): Doc fixes.
7285 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7287         * ps-print.el: Use default color when foreground or background color
7288         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
7289         (ps-print-version): New version 6.7.4.
7290         (ps-rgb-color): New argument.  Use default color when color is
7291         unspecified.
7292         (ps-begin-job): Fix code.
7294 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
7296         * longlines.el (longlines-mode): Make longlines-auto-wrap
7297         buffer-local.  Add hooks unconditionally.
7298         (longlines-auto-wrap): Toggle wrapping.
7299         (longlines-after-change-function)
7300         (longlines-post-command-function): Check longlines-auto-wrap.
7302 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
7304         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
7305         (xterm-mouse-translate): Use it.
7307 2007-05-10  Richard Stallman  <rms@gnu.org>
7309         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
7310         (iso-cvt-write-only): Likewise.
7312         * emacs-lisp/easy-mmode.el (define-minor-mode):
7313         Fix generated doc string.
7315         * startup.el (fancy-splash-text): Add URL of guided tour.
7316         Adjust horizontal and vertical whitespace.
7318         * progmodes/compile.el (compilation-handle-exit):
7319         Use run-hook-with-args to run compilation-finish-functions.
7321         * files.el (file-start-mode-alist): New variable.
7322         (magic-mode-regexp-match-limit): Doc fix.
7323         (set-auto-mode): Handle file-start-mode-alist.
7324         A little cleanup of structure.
7326         * dabbrev.el (dabbrev-eliminate-newlines):
7327         Renamed from dabbrev--eliminate-newlines.  All uses changed.
7329 2007-05-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
7331         * man.el (Man-next-section): Don't consider the last line of the page
7332         as being part of any section.
7334 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7336         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
7337         can take any number of values.
7339 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7341         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
7342         to the list of citation commands.
7344 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7346         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
7348 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
7350         * progmodes/python.el (python-font-lock-keywords)
7351         (python-open-block-statement-p, python-mode): Add support for the new
7352         "with" keyword.
7354 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7356         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
7357         the exact opposite of diff-goto-source.
7359         * emacs-lisp/advice.el (ad-special-forms): Remove.
7360         (ad-special-form-p): Use subr-arity.
7362         * newcomment.el (comment-search-forward): Make sure we search forward.
7363         (comment-enter-backward): Try and distinguish the non-matching case at
7364         EOB from the non-matching case with a missing comment-end-skip for
7365         a 2-char comment ender.
7366         (comment-choose-indent): New function extracted from comment-indent.
7367         Improve the alignment algorithm.
7368         (comment-indent): Use it.
7370         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
7371         XML style Processing Instructions.
7372         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
7373         (sgml-calculate-indent): Handle `pi' context.
7375         * vc.el: Ensure that update-changelog issues an error when used with
7376         a backend that does not implement it.
7377         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
7378         Remove `backend' argument.  Use expand-file-name.
7379         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
7381         * progmodes/python.el (python-end-of-block): Revert last change.
7382         (python-end-of-statement): Make sure we move *forward*.
7384 2007-05-08  Richard Stallman  <rms@gnu.org>
7386         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
7387         Don't include non-self-insert commands in the exception for `-'.
7389 2007-05-08  David Reitter  <david.reitter@gmail.com>
7391         * progmodes/python.el (python-guess-indent): Check non-nullness
7392         before comparing indent against the 2..8 interval.
7394 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7396         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
7397         available.
7399 2007-05-06  Richard Stallman  <rms@gnu.org>
7401         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
7403 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7405         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
7406         rather than storing their value in the revert-buffer function.
7408 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
7410         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
7411         when disabling t-mouse-mode.
7413 2007-05-01  Davis Herring  <herring@lanl.gov>
7415         * calendar/timeclock.el: Update version number.
7416         (timeclock-modeline-display): Mention timeclock-use-display-time
7417         in explanatory message.
7418         (timeclock-in): Fix non-interactive workday specifications.
7419         (timeclock-log): Don't kill the log buffer if it already existed.
7420         Suppress warnings when finding the log.  Don't check for a nil
7421         project twice.  Run hooks after killing the buffer (if applicable).
7422         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
7423         was geometric).  All uses changed.
7424         (timeclock-generate-report): Support prefix argument.
7426 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
7428         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
7429         disconnections.
7431 2007-05-01  Romain Francoise  <romain@orebokech.com>
7433         * dired-x.el: Revert 2007-04-06 change.
7435 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
7437         * find-dired.el (find-dired-filter): Propertize all text down to eob.
7439 2007-04-29  Richard Stallman  <rms@gnu.org>
7441         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
7443 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7445         * progmodes/cc-mode.el (c-before-change): Use point-min rather
7446         than 1.
7448 2007-04-28  Richard Stallman  <rms@gnu.org>
7450         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
7452 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
7454         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
7455         don't put stop on toolbar.
7457 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7459         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
7461 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
7463         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
7464         instead of $(lisp)/mh-e.
7466 2007-04-28  Glenn Morris  <rgm@gnu.org>
7468         * image-dired.el (image-dired-cmd-create-thumbnail-options)
7469         (image-dired-cmd-create-temp-image-options): Replace option
7470         +profile "*" with -strip.
7472 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
7474         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
7475         Use window-start and window-end.
7477 2007-04-27  Andreas Schwab  <schwab@suse.de>
7479         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
7481 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
7483         * textmodes/fill.el (fill-paragraph): Doc fix.
7485 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
7487         * locate.el (locate-in-alternate-database): Doc fix.
7489 2007-04-26  Glenn Morris  <rgm@gnu.org>
7491         * button.el (button): Use underline if supported, else fall back
7492         to color.
7494         * version.el (emacs-version): Increase to 22.1.50.
7496 2007-04-25  Richard Stallman  <rms@gnu.org>
7498         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
7500 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
7502         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
7503         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
7504         pushing mark.
7505         (idlwave-current-routine): Don't push mark.
7507 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
7509         * image-dired.el (image-dired-display-image): Derive image-type from
7510         filename rather than assuming jpeg, in case no resizing was needed.
7512 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7514         * custom.el (defface): Doc fix.
7516 See ChangeLog.12 for earlier changes.
7518 ;; Local Variables:
7519 ;; coding: iso-2022-7bit
7520 ;; add-log-time-zone-rule: t
7521 ;; End:
7523     Copyright (C) 2007 Free Software Foundation, Inc.
7525   This file is part of GNU Emacs.
7527   GNU Emacs is free software; you can redistribute it and/or modify
7528   it under the terms of the GNU General Public License as published by
7529   the Free Software Foundation; either version 3, or (at your option)
7530   any later version.
7532   GNU Emacs is distributed in the hope that it will be useful,
7533   but WITHOUT ANY WARRANTY; without even the implied warranty of
7534   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
7535   GNU General Public License for more details.
7537   You should have received a copy of the GNU General Public License
7538   along with GNU Emacs; see the file COPYING.  If not, write to the
7539   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
7540   Boston, MA 02110-1301, USA.
7542 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af