aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2007-08-13 13:41:28 +0000
committerMiles Bader2007-08-13 13:41:28 +0000
commit37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53 (patch)
tree7fb68e80f66e55100c48b9751cf70c74af2d4bf1 /lisp/ChangeLog
parent031b6333283be57d971e557b83da31c6be937b0a (diff)
parent9d2db4c6637fe37d75f947063bcb2ecce319a1bc (diff)
downloademacs-37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53.tar.gz
emacs-37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53.zip
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog158
1 files changed, 158 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8a486ed424f..a5d54560e97 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,161 @@
12007-08-13 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
4
52007-08-12 Richard Stallman <rms@gnu.org>
6
7 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
8 (cvs-execute-single-file): Use new name split-string-and-unquote.
9 (cvs-header-msg): Use new name combine-and-quote-strings.
10
11 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
12
13 * progmodes/gud.el (gud-common-init): Use new name
14 split-string-and-unquote.
15
16 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
17 in javac regexp.
18
19 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
20 combine-and-quote-strings and split-string-and-unquote.
21
22 * subr.el (combine-and-quote-strings): Renamed from strings->string.
23 (split-string-and-unquote): Renamed from string->strings.
24
252007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
26
27 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
28 to buffer-local settings.
29
30 * emacs-lisp/backquote.el (backquote-delay-process): New function.
31 (backquote-process): Add internal arg `level'. Use the two to
32 correctly handle nested backquotes.
33
342007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
35
36 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
37 (vc-bzr-state-words): Add "kind changed" state word.
38 (vc-bzr-status): New function. Return Bzr idea of file status,
39 which is different from VC's.
40 (vc-bzr-state): Use vc-bzr-status.
41 (vc-workfile-unchanged-p): Use vc-bzr-status.
42 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
43 (vc-dired-state): Process "kind changed" state word.
44
452007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
46
47 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
48
49 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
50 Move from vc-default-find-file-not-found-hook.
51
522007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
53
54 * man.el: Remove spurious * in docstrings.
55 Merge defvars and toplevel setq-defaults.
56 (Man-highlight-references0): Limit=nil rather than point-max.
57 (Man-mode-map): Move initialization into the declaration.
58 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
59 (Man-view-header-file): Use expand-file-name rather than concat.
60 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
61
62 * man.el (Man-next-section): Make sure we do not move backward.
63
642007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
65
66 * files.el (auto-mode-alist): Use the purecopied text (duh!).
67
682007-08-08 Glenn Morris <rgm@gnu.org>
69
70 * Replace `iff' in doc-strings and comments.
71
722007-08-08 Martin Rudalics <rudalics@gmx.at>
73
74 * dired.el (dired-pop-to-buffer):
75 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
76 * calendar/calendar.el (generate-calendar-window):
77 * progmodes/compile.el (compilation-set-window-height):
78 * textmodes/two-column.el (2C-two-columns, 2C-merge):
79 Use window-full-width-p instead of comparing frame-width and
80 window-width.
81
82 * progmodes/compile.el (compilation-find-buffer): Remove extra
83 argument in call to compilation-buffer-internal-p.
84
852007-08-07 Tom Tromey <tromey@redhat.com>
86
87 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
88 Add safe-local-variable property.
89
902007-08-07 Chong Yidong <cyd@stupidchicken.com>
91
92 * image-mode.el (image-toggle-display): Use image-refresh.
93
942007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
95
96 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
97 unofficial version.
98 (vc-bzr-command): Remove redundant setting of process-connection-type.
99 (vc-bzr-admin-checkout-format-file): Add autoload.
100 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
101 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
102 (vc-bzr-registered): Compare dirstate format tag with known good
103 value, abort parsing if match fails. Warn user in docstring.
104 (vc-bzr-workfile-version): Case for different Bzr branch formats.
105 See bzrlib/branch.py in Bzr sources.
106 (vc-bzr-diff): First argument FILES may be a string rather than a list.
107 (vc-bzr-shell-command): Remove in favor of
108 vc-bzr-command-discarding-stderr.
109 (vc-bzr-command-discarding-stderr): New function.
110
1112007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
112
113 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
114 program, and return nil
115 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
116 (vc-bzr-state): Look for path names relative to the repository
117 root after status keyword.
118 (vc-bzr-file-name-relative): New function.
119 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
120 depend on it.
121 (vc-bzr-admin-dirname, ...-checkout-format-file)
122 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
123 files that we now parse directly for speed.
124 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
125 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
126 (vc-bzr-state): "bzr status" successful only if exitcode is 0
127 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
128 Bzr warnings, so we must discard it.
129 (vc-bzr-workfile-version): Speedup counting lines from
130 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
131 if that file doesn't exist.
132 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
133 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
134 (not ".bzr"!) to `vc-directory-exclusion-list'
135 (vc-bzr-shell-command): New function.
136
1372007-08-06 Tom Tromey <tromey@redhat.com>
138
139 * diff-mode.el (diff-unified->context, diff-reverse-direction)
140 (diff-fixup-modifs): Typo in docstring.
141
1422007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
143
144 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
145 count-screen-lines.
146 (tpu-edt-off): Disable relevant pieces of advice.
147
148 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
149 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
150 (newline, newline-and-indent, do-auto-fill): Use advice instead of
151 redefining the function.
152 (tpu-set-scroll-margins): Activate the pieces of advice.
153
1542007-08-06 Martin Rudalics <rudalics@gmx.at>
155
156 * help.el (resize-temp-buffer-window): Use window-full-width-p
157 instead of comparing frame-width and window-width.
158
12007-08-13 Stephen Leake <stephen_leake@stephe-leake.org> 1592007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
2 160
3 * pcvs-parse.el (cvs-parse-table): Handle additional instance of 161 * pcvs-parse.el (cvs-parse-table): Handle additional instance of