comparison lisp/ChangeLog @ 90999:35e3789db058

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 839-842) - Update from CVS - Change capitalization of VC backend names for new backends Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-240
author Miles Bader <miles@gnu.org>
date Fri, 03 Aug 2007 05:27:05 +0000
parents 539530fa389c 36893fdf92ab
children cd5e99697764
comparison
equal deleted inserted replaced
90998:539530fa389c 90999:35e3789db058
1 2007-08-03 Miles Bader <miles@gnu.org>
2
3 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
4 backend names for new backends to `Git', `Hg', and `Bzr'.
5 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
6 not `HG'.
7 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
8 name, not `GIT'.
9 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
10 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
11
12 2007-08-03 Glenn Morris <rgm@gnu.org>
13
14 * cus-edit.el (customize-apropos): Make the error message indicate
15 what kind of thing the user was trying to customize.
16
17 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
18
19 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords): Fix
20 off-by-one error in previous change.
21
22 2007-08-03 Drew Adams <drew.adams@oracle.com>
23
24 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
25 Make buffer writable.
26
27 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
28
29 * calc/calc-math.el (math-sqrt-raw,math-sin-raw-2)
30 (math-cos-raw-2,math-arctan-raw,math-ln-raw):
31 Use native Emacs functions, when appropriate.
32
33 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
34 Stefan Monnier <monnier@iro.umontreal.ca>
35
36 * vc.el: Document new VC operation `extra-menu'.
37
38 * vc-hooks.el (vc-default-extra-menu): New function.
39
40 * menu-bar.el (menu-bar-vc-filter): New function.
41 (menu-bar-tools-menu): Use it as a filter.
42
43 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
44
45 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
46
47 2007-08-01 Glenn Morris <rgm@gnu.org>
48
49 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
50 strings.
51 (fortran-tab-mode-default): Remove needless autoload.
52 (fortran-tab-mode-string): Add help-echo and mouse properties, and
53 mark as risky.
54 (fortran-line-length): New buffer-local variable, safe if integer.
55 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
56 Change from variables to constants.
57 (fortran-font-lock-syntactic-keywords): Delete as a variable,
58 replace with a new function definition.
59 (fortran-mode): Use fortran-line-length, and
60 fortran-font-lock-syntactic-keywords as a function. Add a
61 hack-local-variables-hook function.
62 (fortran-line-length, fortran-hack-local-variables): New
63 functions.
64 (fortran-window-create, fortran-strip-sequence-nos): Doc fix. Use
65 fortran-line-length rather than 72.
66 (fortran-window-create-momentarily): Doc fix.
67
68 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
69
70 * cus-edit.el (custom-group-value-create, custom-goto-parent): Fix
71 parent groups link.
72
73 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
74
75 * progmodes/python.el (python-current-defun): Adjust to never fall
76 into infinite loop.
77
78 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
79
80 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
81
1 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change) 82 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
2 83
3 * emacs-lisp/copyright.el (copyright-update-year, copyright-update) 84 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
4 (copyright-fix-years, copyright): Correctly handle the case where 85 (copyright-fix-years, copyright): Correctly handle the case where
5 copyright-limit is nil. 86 copyright-limit is nil.