aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeepak Goel2007-12-06 19:48:30 +0000
committerDeepak Goel2007-12-06 19:48:30 +0000
commit1388485d6b660d1f02fa35e0a64dd4f8fd090750 (patch)
tree8615ee04695df93551977f5dc2e75aa1c09ac9db
parent40b0e87a71aa2c0b396f2173b7ddd2708947ce39 (diff)
downloademacs-1388485d6b660d1f02fa35e0a64dd4f8fd090750.tar.gz
emacs-1388485d6b660d1f02fa35e0a64dd4f8fd090750.zip
Fix my previous breakages; improve ChangeLog
-rw-r--r--lisp/ChangeLog24
-rw-r--r--lisp/gnus/gnus-start.el4
-rw-r--r--lisp/ibuffer.el2
-rw-r--r--lisp/vc.el6
4 files changed, 11 insertions, 25 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c5e0ebd2512..236419d04f6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,49 +1,35 @@
12007-12-06 D. Goel <deego3@gmail.com> 12007-12-06 D. Goel <deego3@gmail.com>
2 2
3 * textmodes/reftex.el (reftex-TeX-master-file): Ditto. 3 * vc.el: Fix breakage.
4 * ibuffer.el (ibuffer-current-buffer): Ditto.
5 * gnus/gnus-start.el (gnus-load): Ditto.
4 6
7 * allout.el (allout-write-file-hook-handler): Fix buggy call(s) to `error'.
8 * textmodes/reftex.el (reftex-TeX-master-file): Ditto.
5 * textmodes/org.el (org-paste-subtree): Ditto. 9 * textmodes/org.el (org-paste-subtree): Ditto.
6
7 * textmodes/ispell.el (ispell-process-line): Ditto. 10 * textmodes/ispell.el (ispell-process-line): Ditto.
8
9 * progmodes/vhdl-mode.el (vhdl-template-modify): Ditto. 11 * progmodes/vhdl-mode.el (vhdl-template-modify): Ditto.
10
11 * progmodes/idlw-shell.el (idlwave-shell-send-command): Ditto. 12 * progmodes/idlw-shell.el (idlwave-shell-send-command): Ditto.
12 (idlwave-shell-display-line): Ditto. 13 (idlwave-shell-display-line): Ditto.
13
14 * progmodes/ada-xref.el (ada-find-file): Ditto. 14 * progmodes/ada-xref.el (ada-find-file): Ditto.
15 (ada-get-all-references): Ditto. 15 (ada-get-all-references): Ditto.
16 (ada-xref-find-in-modified-ali): Ditto. 16 (ada-xref-find-in-modified-ali): Ditto.
17 (ada-find-in-src-path): Ditto. 17 (ada-find-in-src-path): Ditto.
18
19 * net/trampver.el (x): Ditto. 18 * net/trampver.el (x): Ditto.
20
21 * mail/uce.el (uce-reply-to-uce): Ditto. 19 * mail/uce.el (uce-reply-to-uce): Ditto.
22
23 * mail/rmailout.el (rmail-output): Ditto. 20 * mail/rmailout.el (rmail-output): Ditto.
24
25 * mail/feedmail.el (feedmail-dump-message-to-queue): Ditto. 21 * mail/feedmail.el (feedmail-dump-message-to-queue): Ditto.
26
27 * whitespace.el (whitespace-write-file-hook): Ditto. 22 * whitespace.el (whitespace-write-file-hook): Ditto.
28
29 * wdired.el (wdired-check-kill-buffer): Ditto. 23 * wdired.el (wdired-check-kill-buffer): Ditto.
30
31 * vc.el (vc-update): Ditto. 24 * vc.el (vc-update): Ditto.
32
33 * vc-mcvs.el (vc-mcvs-checkin): Ditto. 25 * vc-mcvs.el (vc-mcvs-checkin): Ditto.
34
35 * vc-cvs.el (vc-cvs-checkin): Ditto. 26 * vc-cvs.el (vc-cvs-checkin): Ditto.
36
37 * man.el (Man-bgproc-sentinel): Ditto. 27 * man.el (Man-bgproc-sentinel): Ditto.
38 (Man-goto-see-also-section): Ditto. 28 (Man-goto-see-also-section): Ditto.
39
40 * ibuffer.el (ibuffer-current-buffer): Ditto. 29 * ibuffer.el (ibuffer-current-buffer): Ditto.
41
42 * dired.el (dired-move-to-end-of-filename): Ditto. 30 * dired.el (dired-move-to-end-of-filename): Ditto.
43
44 * bindings.el (complete-symbol): Ditto. 31 * bindings.el (complete-symbol): Ditto.
45 32
46 * allout.el (allout-write-file-hook-handler): Fix buggy call(s) to `error'.
47 33
482007-12-06 D. Goel <deego3@gmail.com> 342007-12-06 D. Goel <deego3@gmail.com>
49 35
diff --git a/lisp/gnus/gnus-start.el b/lisp/gnus/gnus-start.el
index ca906d2d258..0b8a9cea67d 100644
--- a/lisp/gnus/gnus-start.el
+++ b/lisp/gnus/gnus-start.el
@@ -2392,8 +2392,8 @@ If FORCE is non-nil, the .newsrc file is read."
2392 (eval form)) 2392 (eval form))
2393 (error 2393 (error
2394 (unless (eq (car type) 'end-of-file) 2394 (unless (eq (car type) 'end-of-file)
2395 (let ((error "Error in %s line %d" file 2395 (let ((error (format "Error in %s line %d" file
2396 (count-lines (point-min (point))))) 2396 (count-lines (point-min (point))))))
2397 (ding) 2397 (ding)
2398 (unless (gnus-yes-or-no-p (concat error "; continue? ")) 2398 (unless (gnus-yes-or-no-p (concat error "; continue? "))
2399 (error "%s" error))))))))) 2399 (error "%s" error)))))))))
diff --git a/lisp/ibuffer.el b/lisp/ibuffer.el
index 7ee2c973cfe..aa436a96971 100644
--- a/lisp/ibuffer.el
+++ b/lisp/ibuffer.el
@@ -1392,7 +1392,7 @@ If point is on a group name, this function operates on that group."
1392 (when must-be-live 1392 (when must-be-live
1393 (if (bufferp buf) 1393 (if (bufferp buf)
1394 (unless (buffer-live-p buf) 1394 (unless (buffer-live-p buf)
1395 (error "%s" (substitute-command-keys "Buffer %s has been killed; use `\\[ibuffer-update]' to update") buf)) 1395 (error "Buffer %s has been killed; %s" buf (substitute-command-keys "use `\\[ibuffer-update]' to update")))
1396 (error "No buffer on this line"))) 1396 (error "No buffer on this line")))
1397 buf)) 1397 buf))
1398 1398
diff --git a/lisp/vc.el b/lisp/vc.el
index b54373a4e22..6fd6e25bd88 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -2622,10 +2622,10 @@ changes from the current branch are merged into the working file."
2622 (error "%s" 2622 (error "%s"
2623 (substitute-command-keys 2623 (substitute-command-keys
2624 "File is locked--type \\[vc-revert] to discard changes")) 2624 "File is locked--type \\[vc-revert] to discard changes"))
2625 (error "%s" 2625 (error "Unexpected file state (%s) -- type %s"
2626 (vc-state file)
2626 (substitute-command-keys 2627 (substitute-command-keys
2627 "Unexpected file state (%s)--type \\[vc-next-action] to correct") 2628 "\\[vc-next-action] to correct"))
2628 (vc-state file)))
2629 (if (not (vc-find-backend-function (vc-backend file) 'merge-news)) 2629 (if (not (vc-find-backend-function (vc-backend file) 'merge-news))
2630 (error "Sorry, merging news is not implemented for %s" 2630 (error "Sorry, merging news is not implemented for %s"
2631 (vc-backend file)) 2631 (vc-backend file))