aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero2007-08-13 11:47:43 +0000
committerJuanma Barranquero2007-08-13 11:47:43 +0000
commit9d2db4c6637fe37d75f947063bcb2ecce319a1bc (patch)
tree026eec05e00264ca567f4c59dc0939a99257072f /lisp
parent86444e1bf0767b5daf853e390f3ac30b3c01e47f (diff)
downloademacs-9d2db4c6637fe37d75f947063bcb2ecce319a1bc.tar.gz
emacs-9d2db4c6637fe37d75f947063bcb2ecce319a1bc.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog23
1 files changed, 20 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f1ee5598d34..c26869f1327 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,21 @@
12007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
2
3 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
4 optional quotes around files in NEED-UPDATE . REMOVED case.
5
6 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
7 (ada-treat-cmd-string): Improve error message.
8 (ada-do-file-completion): Call `ada-require-project-file', so
9 project variables are set properly.
10 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
11 (ada-gnatfind-buffer-name): New constant.
12 (ada-find-any-references): Use new constant. Set buffer name
13 properly in compilation-start. Toggle read-only properly.
14 (ada-find-in-src-path): Fix spelling error in docstring.
15
16 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
17 by zero error.
18
12007-08-13 Nick Roberts <nickrob@snap.net.nz> 192007-08-13 Nick Roberts <nickrob@snap.net.nz>
2 20
3 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully. 21 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
@@ -49,7 +67,7 @@
49 * vc-rcs.el (vc-rcs-find-file-not-found-hook): 67 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
50 Move from vc-default-find-file-not-found-hook. 68 Move from vc-default-find-file-not-found-hook.
51 69
522007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change) 702007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
53 71
54 * url/url-auth.el (url-basic-auth): When prompting for username 72 * url/url-auth.el (url-basic-auth): When prompting for username
55 and password, default to the username and password in the URL. 73 and password, default to the username and password in the URL.
@@ -308,8 +326,7 @@
308 326
3092007-07-30 Dan Nicolaescu <dann@ics.uci.edu> 3272007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
310 328
311 * vc-git.el: (vc-directory-exclusion-list, vc-handled-backends): 329 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
312 Remove.
313 (vc-git-revision-completion-table): Enable. 330 (vc-git-revision-completion-table): Enable.
314 331
315 * vc-hooks.el (vc-handled-backends): Add GIT and HG. 332 * vc-hooks.el (vc-handled-backends): Add GIT and HG.