aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2007-08-03 05:27:43 +0000
committerMiles Bader2007-08-03 05:27:43 +0000
commit49b23c2a404cf31fb1aeecc7932a7304aaf16a67 (patch)
tree259f81c54acb77cd4aeb47ce88e5e56ff7141a99 /lisp/ChangeLog
parent9899d01a0ccec166e04caa60657a44e614be50cd (diff)
parent4211679b08d6a9c369cb22f085b9bb61d5d4eeda (diff)
downloademacs-49b23c2a404cf31fb1aeecc7932a7304aaf16a67.tar.gz
emacs-49b23c2a404cf31fb1aeecc7932a7304aaf16a67.zip
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--multi-tty--0--patch-29
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog81
1 files changed, 81 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f48ea78a246..19014a996f9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,84 @@
12007-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
122007-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
222007-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
272007-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
332007-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
432007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
44
45 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
46
472007-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
682007-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
732007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
74
75 * progmodes/python.el (python-current-defun): Adjust to never fall
76 into infinite loop.
77
782007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
79
80 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
81
12007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change) 822007-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)