* lisp/font-lock.el (font-lock-beginning-of-syntax-function):
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
71e657fc
SM
12010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * font-lock.el (font-lock-beginning-of-syntax-function):
4 Mark as obsolete.
5
639b9d87
GM
62010-09-10 Glenn Morris <rgm@gnu.org>
7
8 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
9 and tool-bar modes. (Bug#6211)
10 (menu-bar-mode): Move setting of standard-value after the
11 minor-mode definition, otherwise it seems to have no effect.
12
33bd47be
MY
132010-09-08 Masatake YAMATO <yamato@redhat.com>
14
15 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
16 Fix typo. (Bug#6976)
17
9c405a86
CY
182010-09-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19
20 * whitespace.el: Allow cleaning up blanks without blank
21 visualization (Bug#6651). Adjust help window for
22 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
23 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
24 (whitespace-style): Add new value 'face. Adjust docstring.
25 (whitespace-space, whitespace-hspace, whitespace-tab):
26 Adjust foreground property face.
9c405a86
CY
27 (whitespace-line-column): Adjust docstring and type declaration.
28 (whitespace-style-value-list, whitespace-toggle-option-alist)
29 (whitespace-help-text): Adjust const initialization.
30 (whitespace-toggle-options, global-whitespace-toggle-options):
31 Adjust docstring.
32 (whitespace-display-window, whitespace-interactive-char)
33 (whitespace-style-face-p, whitespace-color-on): Adjust code.
34 (whitespace-help-scroll): New fun.
35
3fa0dc8f
AK
362010-09-05 Alexander Klimov <alserkli@inbox.ru> (tiny change)
37
38 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
39
40 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
41 chars like - or ] (bug#6984).
42 (rx-any-condense-range): Explode 2-char ranges.
43
1e05f387
SM
442010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
45
46 * textmodes/bibtex.el:
47 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
48
a3b337cd
GM
492010-09-02 Glenn Morris <rgm@gnu.org>
50
51 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
52
d419e1d9
KH
532010-08-31 Kenichi Handa <handa@m17n.org>
54
55 * international/mule-cmds.el (standard-display-european-internal):
56 Setup standard-display-table for 8-bit characters by storing 8-bit
57 characters in the element vector.
58
1e05f387
SM
59 * disp-table.el (standard-display-8bit):
60 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
61 characters in the element vector.
62 (standard-display-european): Likewise.
63
20b8ac83
MA
642010-08-26 Michael Albinus <michael.albinus@gmx.de>
65
66 Sync with Tramp 2.1.19.
67
68 * net/tramp-cmds.el (tramp-cleanup-all-connections)
69 (tramp-reporter-dump-variable, tramp-load-report-modules)
70 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
71 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
72
73 * net/tramp-compat.el (top): Do not autoload
74 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
75 only when `start-file-process' is not bound.
76 (byte-compile-not-obsolete-vars): Define if not bound.
77 (tramp-compat-funcall): New defmacro.
78 (tramp-compat-line-beginning-position)
79 (tramp-compat-line-end-position)
80 (tramp-compat-temporary-file-directory)
81 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
82 (tramp-compat-copy-file, tramp-compat-copy-directory)
83 (tramp-compat-delete-file, tramp-compat-delete-directory)
84 (tramp-compat-number-sequence, tramp-compat-process-running-p):
85 Use it.
86 (tramp-advice-file-expand-wildcards): Do not use
87 `tramp-handle-file-remote-p'.
88 (tramp-compat-make-temp-file): Simplify fallback implementation.
89 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
90 (tramp-compat-copy-tree): Remove function.
91 (tramp-compat-delete-file): New defun.
92 (tramp-compat-delete-directory): Provide implementation for older
93 Emacsen.
94 (tramp-compat-file-attributes): Handle only
95 `wrong-number-of-arguments' error.
96
1e05f387
SM
97 * net/tramp-fish.el (tramp-fish-handle-copy-file):
98 Add PRESERVE_SELINUX_CONTEXT.
20b8ac83
MA
99 (tramp-fish-handle-delete-file): Add TRASH arg.
100 (tramp-fish-handle-directory-files-and-attributes):
101 Do not use `tramp-fish-handle-file-attributes.
102 (tramp-fish-handle-file-local-copy)
103 (tramp-fish-handle-insert-file-contents)
104 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
105
106 * net/tramp-gvfs.el (top): Require url-util.
107 (tramp-gvfs-mount-point): Remove.
108 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
109 and `set-file-selinux-context'.
110 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
111 (tramp-gvfs-handle-file-selinux-context)
112 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
113 (with-tramp-dbus-call-method): Format trace message.
114 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
115 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1e05f387
SM
116 Implement backup call, when operation on local files fails.
117 Use progress reporter. Flush properties of changed files.
118 (tramp-gvfs-handle-delete-file): Add TRASH arg.
119 Use `tramp-compat-delete-file'.
20b8ac83
MA
120 (tramp-gvfs-handle-expand-file-name): Expand "~/".
121 (tramp-gvfs-handle-make-directory): Make more traces.
122 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
123 (tramp-gvfs-url-file-name): Hexify file name in url.
124 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
125 into account for the resulting file name.
126 (tramp-gvfs-handler-askquestion): Preserve current message, in
127 order to let progress reporter continue afterwards. (Bug#6257)
1e05f387
SM
128 Return dummy mountpoint, when the answer is "no".
129 See `tramp-gvfs-maybe-open-connection'.
20b8ac83
MA
130 (tramp-gvfs-handler-mounted-unmounted)
131 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1e05f387
SM
132 attribute "default_location". Set "prefix" property.
133 Handle default-location.
20b8ac83
MA
134 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
135 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
136 exists. Raise an error, if not (due to a corresponding answer
1e05f387
SM
137 "no" in interactive questions, for example).
138 Use `tramp-compat-funcall'.
20b8ac83
MA
139
140 * net/tramp-imap.el (top): Autoload `epg-make-context'.
141 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
142 (tramp-imap-do-copy-or-rename-file)
143 (tramp-imap-handle-insert-file-contents)
144 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
145 (tramp-imap-handle-delete-file): Add TRASH arg.
146
1e05f387
SM
147 * net/tramp-smb.el (tramp-smb-handle-copy-file):
148 Add PRESERVE-SELINUX-CONTEXT.
20b8ac83
MA
149 (tramp-smb-handle-copy-file)
150 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
151 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
152 Use `with-progress-reporter'.
153 (tramp-smb-handle-delete-file): Add TRASH arg.
154
155 * net/tramp.el (tramp-methods): Move hostname to the end in all
156 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
157 appropriate.
158 (tramp-verbose): Describe verbose level 9.
159 (tramp-completion-function-alist)
160 (tramp-file-name-regexp, tramp-chunksize)
161 (tramp-local-coding-commands, tramp-remote-coding-commands)
162 (with-connection-property, tramp-completion-mode-p)
163 (tramp-action-process-alive, tramp-action-out-of-band)
164 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
165 (tramp-exists-file-name-handler): Fix docstring.
166 (tramp-remote-process-environment): Use `format' instead of
167 `concat'. Protect version string by apostroph.
168 (tramp-shell-prompt-pattern): Do not use a shy group in case of
169 XEmacs.
170 (tramp-file-name-regexp-unified)
171 (tramp-completion-file-name-regexp-unified): On W32 systems, do
172 not regard the volume letter as remote filename. (Bug#5447)
173 (tramp-perl-file-attributes)
174 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
175 (tramp-vc-registered-read-file-names): Read input as
176 here-document, otherwise the command could exceed maximum length
177 of command line.
178 (tramp-file-name-handler-alist): Add `file-selinux-context' and
179 `set-file-selinux-context'.
180 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
181 backtrace functions.
182 (tramp-error-with-buffer): Don't show the connection buffer when
183 we are in completion mode.
184 (tramp-progress-reporter-update, tramp-remote-selinux-p)
185 (tramp-handle-file-selinux-context)
186 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
187 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
188 New defuns.
189 (with-progress-reporter): New defmacro.
190 (tramp-debug-outline-regexp): New defconst.
191 (top, tramp-rfn-eshadow-setup-minibuffer)
192 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
193 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
194 (tramp-completion-mode-p, tramp-check-for-regexp)
195 (tramp-open-connection-setup-interactive-shell)
196 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
197 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
198 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
199 Use `tramp-compat-funcall'.
200 (tramp-handle-make-symbolic-link): Flush file properties.
201 (tramp-handle-load, tramp-handle-file-local-copy)
202 (tramp-handle-insert-file-contents, tramp-handle-write-region)
203 (tramp-handle-vc-registered, tramp-maybe-send-script)
204 (tramp-find-shell): Use `with-progress-reporter'.
205 (tramp-do-file-attributes-with-stat): Add space in format string,
206 in order to work around a bug in pdksh. Reported by Gilles Pion
207 <gpion@lfdj.com>.
208 (tramp-handle-verify-visited-file-modtime): Do not send a command
209 when the connection is not established.
210 (tramp-handle-set-file-times): Simplify the check for utc.
211 (tramp-handle-directory-files-and-attributes)
212 (tramp-get-remote-path): Use `copy-tree'.
213 (tramp-completion-handle-file-name-all-completions): Ensure, that
214 non remote files are still checked. Oops.
1e05f387
SM
215 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
216 Handle PRESERVE-SELINUX-CONTEXT.
20b8ac83
MA
217 (tramp-do-copy-or-rename-file): Add progress reporter.
218 (tramp-do-copy-or-rename-file-directly): Do not use
219 `tramp-handle-file-remote-p'.
220 (tramp-do-copy-or-rename-file-out-of-band):
221 Use `tramp-compat-delete-directory'.
222 (tramp-do-copy-or-rename-file-out-of-band)
223 (tramp-compute-multi-hops, tramp-maybe-open-connection):
224 Use `format-spec-make'.
225 (tramp-handle-delete-file): Add TRASH arg.
226 (tramp-handle-dired-uncache): Flush directory cache, not only file
227 cache.
228 (tramp-handle-expand-file-name)
229 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
230 (tramp-completion-handle-file-name-completion):
231 Use `tramp-connectable-p'.
20b8ac83
MA
232 (tramp-handle-start-file-process): Set connection property "vec".
233 Use it, in order to invalidate file caches. Check only for
234 `remote-tty' process property.
235 Implement tty setting. (Bug#4604, Bug#6360)
236 (tramp-file-name-for-operation): Add `call-process-region' and
237 `set-file-selinux-context'.
238 (tramp-find-foreign-file-name-handler)
239 (tramp-advice-make-auto-save-file-name)
240 (tramp-set-auto-save-file-modes): Remove superfluous check for
241 `stringp'. This is done inside `tramp-tramp-file-p'.
242 (tramp-file-name-handler): Trace 'quit. Catch the error for some
243 operations when we are in completion mode. This gives the user
244 the chance to correct the file name in the minibuffer.
245 (tramp-completion-mode-p): Use `non-essential'.
246 (tramp-handle-file-name-all-completions): Backward/ XEmacs
247 compatibility: Use `completion-ignore-case' if
248 `read-file-name-completion-ignore-case' does not exist.
249 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
250 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
251 `tramp-open-shell'.
252 (tramp-action-password): Hide password prompt before next run.
253 (tramp-process-actions): Widen connection buffer for the trace.
254 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
255 process property. Trace stty settings if `tramp-verbose' >= 9.
256 Apply workaround for IRIX64 bug. Move argument of last
257 `tramp-send-command' where it belongs to.
258 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
259 front of `login-args'.
260 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
261 on "/dev/null" instead of "/".
262 (tramp-get-ls-command-with-dired): Make test for "--dired"
263 stronger.
264 (tramp-set-auto-save-file-modes): Adapt version check.
265 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
266 (tramp-handle-process-file): Call the program in a subshell, in
267 order to preserve working directory.
268 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
269 `tramp-remote-sh' from `tramp-methods'.
270 (tramp-get-ls-command): Make test for "--color=never" stronger.
271 (tramp-check-for-regexp): Use (forward-line 1).
272
273 * net/trampver.el: Update release number.
274
2752010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
276
277 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
278 empty argument to gvfs-copy.
279
2802010-08-26 Chong Yidong <cyd@stupidchicken.com>
281
282 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
283 handle new TRASH arg of `delete-file'.
284
2852010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
286
287 * net/tramp.el (tramp-handle-insert-directory): Don't use
288 `forward-word', its default syntax could be changed.
289
2902010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
291 Michael Albinus <michael.albinus@gmx.de>
292
293 Implement compression for inline methods.
294
295 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
296 (tramp-copy-size-limit): Allow also nil.
297 (tramp-inline-compress-commands): New defconst.
298 (tramp-find-inline-compress, tramp-get-inline-compress)
299 (tramp-get-inline-coding): New defuns.
300 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
301 replaced by `tramp-get-inline-coding'.
302 (tramp-handle-file-local-copy, tramp-handle-write-region)
303 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
304
3052010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
306
307 Detect ssh 'ControlMaster' argument automatically in some cases.
308
309 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
310 (tramp-default-method): Use it.
311
3122010-08-26 Karel Klíč <kklic@redhat.com>
313
314 * net/tramp.el (tramp-file-name-for-operation):
315 Add file-selinux-context.
316
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200" rowspan="4">d5720b4c
S
3172010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
318
319 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
320
8d9f4291
CY
3212010-08-26 Chong Yidong <cyd@stupidchicken.com>
322
323 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
324 (Bug#6907).
325
9027027d
CF
3262010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
327
328 * progmodes/python.el (python-block-pairs): Allow use of "finally"
329 with "else" (Bug#3991).
330
c00725d7
LL
3312010-08-22 Leo <sdl.web@gmail.com>
332
333 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
334 (ignore, bright, dim, keyword): Split list of nicknames before
335 passing to rcirc-add-or-remove (Bug#6894).
336
bc7d7ea6
CY
3372010-08-22 Chong Yidong <cyd@stupidchicken.com>
338
339 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
340
41a20de9
CY
3412010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
342
343 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
344 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
345 New version 13.0.
346 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
347 Adjust initialization.
348 (whitespace-bob-marker, whitespace-eob-marker)
349 (whitespace-buffer-changed): New vars.
350 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
351 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
352 (whitespace-post-command-hook, whitespace-display-char-on):
353 Adjust code.
354 (whitespace-looking-back, whitespace-buffer-changed): New funs.
355 (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
356
e0143335
LL
3572010-08-21 Leo <sdl.web@gmail.com>
358
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 359 Fix buffer-list rename&refresh after killing a buffer in ido.
e0143335
LL
360 * lisp/ido.el: Revert Óscar's.
361 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
362 Remember the buffers at head, rather than their name.
363 * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
364
8f081e96
SM
3652010-08-21 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
366 Stefan Monnier <monnier@iro.umontreal.ca>
367
368 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
369 extra backslash added to each line (bug#6890).
370
3ff78624
SM
3712010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
372
373 * subr.el (read-key): Don't echo keystrokes (bug#6883).
374
635f7282
GM
3752010-08-21 Glenn Morris <rgm@gnu.org>
376
377 * menu-bar.el (menu-bar-games-menu): Add landmark.
378
fb89a654
GM
3792010-08-20 Glenn Morris <rgm@gnu.org>
380
9130a2d6
GM
381 * align.el (align-regexp): Make group and spacing arguments
382 use the interactive defaults when non-interactive. (Bug#6698)
383
fb89a654
GM
384 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
385 expansion, so as not to need sendmail.
386 (mail-text-start): Remove declaration.
387 (rmail-retry-failure): Require sendmail.
388
186e86db
SM
3892010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
390
391 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
392
a67e6f13
MA
3932010-08-18 Michael Albinus <michael.albinus@gmx.de>
394
186e86db
SM
395 * progmodes/flymake.el (flymake-start-syntax-check-process):
396 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 397
f3cc64f8
KH
3982010-08-18 Kenichi Handa <handa@m17n.org>
399
400 * files.el: Add `word-wrap' as safe local variable.
401
bb25c8d7
GM
4022010-08-18 Glenn Morris <rgm@gnu.org>
403
404 * woman.el (woman-translate): Case matters. (Bug#6849)
405
a4aae1a5
CY
4062010-08-14 Chong Yidong <cyd@stupidchicken.com>
407
408 * simple.el (kill-region): Doc fix (Bug#6787).
409
721dce17
GM
4102010-08-14 Glenn Morris <rgm@gnu.org>
411
412 * calendar/diary-lib.el (diary-header-line-format):
413 Fit it to the window, not the frame.
414
7467d0a8
AS
4152010-08-11 Andreas Schwab <schwab@linux-m68k.org>
416
417 * subr.el (ignore-errors): Add debug declaration.
418
1fcf76af
GG
4192010-08-09 Geoff Gole <geoffgole@gmail.com> (tiny change)
420
421 * whitespace.el (whitespace-color-off): Remove post-command-hook
422 locally.
423
e54a1075
JB
4242010-08-08 Johan Bockgård <bojohan@gnu.org>
425
426 * replace.el (replace-highlight): Bind isearch-forward and
427 isearch-error, ensuring that highlighting is updated if the user
428 switches the search direction (Bug#6808).
429
430 * isearch.el (isearch-lazy-highlight-forward): New var.
431 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
432 (isearch-lazy-highlight-update): Use it.
433
7a84eee5
KH
4342010-08-06 Kenichi Handa <handa@m17n.org>
435
186e86db
SM
436 * international/mule.el (define-charset): Store NAME as :base property.
437 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
438 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
439 current priority. Force using the designation of the specific
440 charset by adding `charset' text property. Improve the whole
441 algorithm.
442
f6b55526
JB
4432010-08-05 Juanma Barranquero <lekktu@gmail.com>
444
445 * emulation/pc-select.el (pc-selection-mode-hook)
446 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
447 (pc-selection-mode): Fix typos in docstrings.
448
6b4d96c2
KH
4492010-08-04 Kenichi Handa <handa@m17n.org>
450
451 * language/cyrillic.el: Don't add "microsoft-cp1251" to
452 ctext-non-standard-encodings-alist here.
453
186e86db
SM
454 * international/mule.el (ctext-non-standard-encodings-alist):
455 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
456 (ctext-standard-encodings): New variable.
457 (ctext-non-standard-encodings-table): List only elements for
458 non-standard encodings.
186e86db 459 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
460 Check ctext-standard-encodings.
461
462 * international/mule-conf.el (compound-text): Doc fix.
463 (ctext-no-compositions): Doc fix.
464 (compound-text-with-extensions): Doc fix.
465
c613687b
SM
4662010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
467
468 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
469
d5b8058f
JB
4702010-08-03 Juanma Barranquero <lekktu@gmail.com>
471
9ebc731b
JB
472 * progmodes/which-func.el (which-func-format): Split help-echo text
473 into lines, like other mode-line tooltips.
474
d5b8058f
JB
475 * server.el (server-start): When using TCP sockets, force IPv4
476 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
477
a2077b7f
SM
4782010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
479
480 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
481
f63a7652
JB
4822010-08-02 Juanma Barranquero <lekktu@gmail.com>
483
484 * term.el (term-delimiter-argument-list): Reflow docstring.
485 (term-read-input-ring, term-write-input-ring, term-send-input)
486 (term-bol, term-erase-in-display, serial-supported-or-barf):
487 Fix typos in docstrings.
488
a7e26d8b
SM
4892010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
490
491 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
492
bbc4e17c
JB
4932010-08-01 Juanma Barranquero <lekktu@gmail.com>
494
495 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
496
9aea20c9
MK
4972010-08-01 MON KEY <monkey@sandpframing.com> (tiny change)
498
499 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
500 Fix typo in docstring (bug#6747).
501
16b0b347
LL
5022010-07-30 Leo <sdl.web@gmail.com>
503
504 * eshell/esh-io.el (eshell-get-target): Better detection of
505 read-only file (Bug#6762).
506
ad9ae065
JB
5072010-07-30 Juanma Barranquero <lekktu@gmail.com>
508
509 * align.el (align-default-spacing): Doc fix.
510 (align-region-heuristic, align-regexp): Fix typos in docstrings.
511
fe4be04c
JB
5122010-07-23 Juanma Barranquero <lekktu@gmail.com>
513
514 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
515
604f7ca6
JB
5162010-07-20 Juanma Barranquero <lekktu@gmail.com>
517
518 * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
519
7c7c04c0
JB
5202010-07-19 Juanma Barranquero <lekktu@gmail.com>
521
522 * time.el (display-time-day-and-date): Remove spurious * in docstring.
523 (display-time-world-buffer-name, display-time-world-mode-map):
524 Fix typos in docstrings.
525
c9088194
SK
5262010-07-17 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
527
528 * image-mode.el (image-display-size): New function.
529 (image-forward-hscroll, image-next-line, image-eol, image-eob)
530 (image-mode-fit-frame): Use it (Bug#6639).
531
dad7c716
CY
5322010-07-17 Chong Yidong <cyd@stupidchicken.com>
533
534 * dired.el (dired-buffers-for-dir): Handle list values of
535 dired-directory (Bug#6636).
536
f253ef6a
RS
5372010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
538
539 * vc.el (vc-coding-system-inherit-eol): New defvar.
540 (vc-coding-system-for-diff): Use it to decide whether to inherit
541 from the file the EOL format for reading the diffs of that file.
542 (Bug#4451)
543
134a027f
EZ
5442010-07-16 Eli Zaretskii <eliz@gnu.org>
545
546 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
547 unibyte, so compressed attachments are not compressed again.
548
243881ed
J
5492010-07-14 Jan Djärv <jan.h.d@swipnet.se>
550
551 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
552 now that unicode is used (Bug#6594).
553
5cbce271
CY
5542010-07-14 Chong Yidong <cyd@stupidchicken.com>
555
556 * simple.el (push-mark-command): Set the selection if
557 select-active-regions is non-nil.
558
3260caf8
GM
5592010-07-10 Glenn Morris <rgm@gnu.org>
560
561 * calendar/calendar.el (calendar-week-end-day): New function.
562 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
563 Respect calendar-week-start-day. (Bug#6606)
564 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
565 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
566 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
567 respect calendar-week-start-day.
568
c876b263
CY
5692010-07-10 Chong Yidong <cyd@stupidchicken.com>
570
571 * simple.el (use-region-p): Doc fix (Bug#6607).
572
4565b08e
CS
5732010-07-07 Christoph Scholtes <cschol2112@gmail.com>
574
575 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
576 builtins (BufferError, BytesWarning, WindowsError; callables
577 bin, bytearray, bytes, format, memoryview, next, print; __package__).
578
49554388
GM
5792010-07-07 Glenn Morris <rgm@gnu.org>
580
581 * play/zone.el (zone-fall-through-ws): Fix next-line ->
582 forward-line fallout.
583
e8579ebc
CY
5842010-07-06 Chong Yidong <cyd@stupidchicken.com>
585
586 * mouse.el (mouse-appearance-menu): Add docstring.
587
588 * help.el (describe-key): Print up-event using key-description.
589
5d1cd8bd
MA
5902010-07-03 Michael Albinus <michael.albinus@gmx.de>
591
592 * net/zeroconf.el (zeroconf-resolve-service)
1e05f387 593 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
594 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
595
112dbc0e
MA
5962010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
597
598 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
599
d0cb23ca
DN
6002010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
601
602 Avoid displaying files with a nil state in vc-dir.
603 * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
604 cases that cause insertion.
605 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
606 with a nil state.
607
01b229d1
CY
6082010-06-30 Chong Yidong <cyd@stupidchicken.com>
609
610 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
611
8bf1c786 6122010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
613
614 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
615
dfc6544c
CY
6162010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
617
618 * generic-x.el (bat-generic-mode): Fix regexp for command line
619 switches (Bug#5719).
620
b7d4de51
CY
6212010-06-27 Masatake YAMATO <yamato@redhat.com>
622
dfc6544c
CY
623 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
624 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 625
3726248f
CY
6262010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
627
8bf1c786 628 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
629 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
630 bindings of bookmark-automatically-show-annotations (Bug#6515).
631
aca54191
EZ
6322010-06-25 Eli Zaretskii <eliz@gnu.org>
633
634 * arc-mode.el (archive-zip-extract): Don't quote the file name on
635 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
636
2330fa87
ŠN
6372010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
638
639 * comint.el (make-comint, make-comint-in-buffer): Mention return
640 value in the docstrings. (Bug#6498)
641
29115ca9
YR
6422010-06-24 Yoni Rabkin <yoni@rabkins.net>
643
644 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
645 since it is not present when using some non-default switches.
646
2c79f053
KF
6472010-06-23 Karl Fogel <kfogel@red-bean.com>
648
649 * simple.el (compose-mail): Fix doc string to refer to
650 `compose-mail-user-agent-warnings', instead of to the
651 nonexistent `compose-mail-check-user-agent'.
652
50d76a9f
DN
6532010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
654
655 Fix vc-annotate for renamed files when using Git.
656 * vc-git.el (vc-git-find-revision): Deal with empty results from
657 ls-files. Doe not pass the object as a file name to cat-file, it
658 is not a file name.
659 (vc-git-annotate-command): Pass the file name using -- to avoid
660 ambiguity with the revision.
661 (vc-git-previous-revision): Pass a relative file name.
662
6095a05b
GM
6632010-06-22 Glenn Morris <rgm@gnu.org>
664
943375a6
GM
665 * progmodes/js.el (js-mode-map): Use standard capitalization and
666 ellipses for menu entries.
667
6095a05b
GM
668 * wid-edit.el (widget-complete): Doc fix.
669
4514199e
JH
6702010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
671
672 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
673
c4786d60
DN
6742010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
675
11c46b39
DN
676 Fix annotating other revisions for renamed files in vc-annotate.
677 * vc-annotate.el (vc-annotate): Add an optional argument for the
678 VC backend. Use it when non-nil.
679 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate. (Bug#6487)
680
c4786d60
DN
681 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
682 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
683 Do not pass the file name to the 'previous-revision call when we
684 don't want a file diff. (Bug#6489)
685
04ec0963
DN
6862010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
687
11c46b39 688 Fix finding revisions for renamed files in vc-annotate.
04ec0963
DN
689 * vc.el (vc-find-revision): Add an optional argument for
690 the VC backend. Use it when non-nil.
691 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
692 backend to vc-find-revision. (Bug#6487)
693
c036381c
DN
6942010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
695
696 Fix reading file names in Git annotate buffers.
1e05f387
SM
697 * vc-git.el (vc-git-annotate-extract-revision-at-line):
698 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 699
05c123e6
AM
7002010-06-20 Alan Mackenzie <acm@muc.de>
701
702 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
703 in file local variables, set it first.
704
4111f0c7
GM
7052010-06-19 Glenn Morris <rgm@gnu.org>
706
74739ffd
GM
707 * descr-text.el (describe-char-unicode-data): Insert separating
708 space when needed. (Bug#6422)
709
4111f0c7
GM
710 * progmodes/idlwave.el (idlwave-action-and-binding):
711 Fix typo in 2009-12-03 change. (Bug#6450)
712
b8add347
SM
7132010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
714
715 * subr.el (read-quoted-char): Fix up last change (bug#6290).
716
36901266
SM
7172010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
718
719 * font-lock.el (font-lock-major-mode): Rename from
720 font-lock-mode-major-mode to distinguish it from
721 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
722 (font-lock-set-defaults):
723 * font-core.el (font-lock-default-function): Adjust users.
724 (font-lock-mode): Don't set it at all.
725
12755d08
SM
7262010-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
727
728 * vc-annotate.el (vc-annotate): Use vc-read-revision.
729
d7cd4abb
GM
7302010-06-15 Glenn Morris <rgm@gnu.org>
731
732 * calendar/appt.el (appt-time-msg-list): Doc fix.
733 (appt-check): Let-bind appt-warn-time.
734 (appt-add): Make the 3rd argument optional.
735 Simplify argument names. Doc fix. Check for integer WARNTIME.
736 Only add WARNTIME to the output list if non-nil.
737
a675c749
IK
7382010-06-15 Ivan Kanis <apple@kanis.eu>
739
740 * calendar/appt.el (appt-check): Let the 3rd element of
741 appt-time-msg-list specify the warning time.
742 (appt-add): Add new argument with the warning time. (Bug#5176)
743
a9de35fe
BR
7442010-06-12 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
745
746 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
747 older than version 1.6. (Bug#6361)
748
37a7e764
HE
7492010-06-12 Helmut Eller <eller.helmut@gmail.com>
750
751 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
752 used by cl-do-arglist. (Bug#6408)
753
8c6eab5a
SM
7542010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
755
989bc97f
SM
756 * emacs-lisp/advice.el (ad-compile-function):
757 Define warning-suppress-types before we let-bind it (bug#6275).
758
8c6eab5a
SM
759 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
760 declare it, make it buffer-local and permanent-local (bug#6324).
761 (vc-resynch-window): Adjust name.
762 * vc-hooks.el (vc-find-file-hook): Adjust name.
763
2d9a4946
JR
7642010-06-07 Jonathan Rockway <jon@jrock.us>
765
766 * net/rcirc.el: Add support for password authentication.
767 (rcirc-server-alist): Add :password keyword.
768 (rcirc): Ask for a password, or get it from the server's alist.
769 (rcirc-connect): Add password argument. Pass it to server.
770
35b148ee
JB
7712010-06-05 Juanma Barranquero <lekktu@gmail.com>
772
773 * net/dbus.el (dbus-register-method): Declare function.
774 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
775 (dbus-introspect): Doc fix.
776 (dbus-event-bus-name, dbus-introspect-get-interface)
777 (dbus-introspect-get-argument): Reflow docstrings.
778
86253dc0
CY
7792010-06-04 Chong Yidong <cyd@stupidchicken.com>
780
781 * term/common-win.el (x-colors): Add "dark green" and "dark
782 turquoise" (Bug#6332).
783
988b91ce
EL
7842010-06-03 Eric Ludlam <zappo@gnu.org>
785
786 * cedet/semantic/lex-spp.el
787 (semantic-lex-spp-table-write-slot-value): Instead of erroring on
788 invalid values during save, just save a nil (Bug#6324).
789
3845c322
GM
7902010-06-03 Glenn Morris <rgm@gnu.org>
791
792 * desktop.el (desktop-clear-preserve-buffers):
793 Add "*Warnings*" buffer. (Bug#6336)
794
dbe82b27
DN
7952010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
796
797 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
798
feceda26
SM
7992010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
800
801 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
802 `file-directory-p' to the filename part rather than to the whole text.
803
a44ae268 8042010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
9b937f37
JM
805
806 * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
807 (bug#6231).
808
896114cf
SM
8092010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
810
811 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
812
949544ed
DA
8132010-05-31 Drew Adams <drew.adams@oracle.com>
814
815 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
816
450439d5
JB
8172010-05-31 Juanma Barranquero <lekktu@gmail.com>
818
819 * subr.el (momentary-string-display): Just use read-event to read
820 the exit event (Bug#6238).
821
fcb52808
CY
8222010-05-29 Chong Yidong <cyd@stupidchicken.com>
823
824 * ansi-color.el: Delete unused escape sequences (Bug#6085).
825 (ansi-color-drop-regexp): New constant.
826 (ansi-color-apply, ansi-color-filter-region)
896114cf 827 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
828 (ansi-color-apply): Build string list before calling concat.
829
4da3541b
CY
8302010-05-27 Chong Yidong <cyd@stupidchicken.com>
831
896114cf
SM
832 * progmodes/verilog-mode.el (verilog-type-font-keywords):
833 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
834
8352010-05-27 Masatake YAMATO <yamato@redhat.com>
836
837 * htmlfontify.el (hfy-face-resolve-face): New function.
838 (hfy-face-to-style): Use it (Bug#6279).
839
397eb3f3
SM
8402010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
841
842 * epa.el (epa--select-keys): Don't explicitly delete the window since
843 that can fail (e.g. sole window in frame). Use dedication instead.
844
ab0c07c0
SM
8452010-05-19 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
846
847 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
848
29031d52
CY
8492010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
850
851 * subr.el (read-quoted-char): Resolve modifiers after key
852 remapping (bug#6212).
853
dc9ed794
SM
8542010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
855
856 * tmm.el (tmm-prompt): Don't try to precompute bindings.
857 (tmm-get-keymap): Compute shortcuts (bug#6171).
858
e1cb2c13
GM
8592010-05-10 Glenn Morris <rgm@gnu.org>
860
861 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
862 all dired buffers, even tramp ones. (Bug#5755) [Backport from trunk]
863
61a808e8
CY
8642010-05-07 Chong Yidong <cyd@stupidchicken.com>
865
866 * Version 23.2 released.
867
f034e176
CY
8682010-05-03 Chong Yidong <cyd@stupidchicken.com>
869
870 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 871 car of each item, not the whole list (Bug#6083).
f034e176 872
f5d6ff44
CY
8732010-05-02 Chong Yidong <cyd@stupidchicken.com>
874
875 * progmodes/js.el (js-mode): Make paragraph variables local before
876 calling c-setup-paragraph-variables (Bug#6071).
877
aa4d4e4a
EZ
8782010-05-01 Eli Zaretskii <eliz@gnu.org>
879
880 * composite.el (compose-region, reference-point-alist): Fix typos
881 in the doc strings.
882
78edd3b7 8832010-04-28 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
884
885 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
886 gnuplot's "set" command.
887
29c48340
JB
8882010-04-26 Juanma Barranquero <lekktu@gmail.com>
889
890 * abbrev.el (last-abbrev-text): Doc fix.
891 (abbrev-prefix-mark): Don't escape parenthesis.
892
8ed6fc47
AS
8932010-04-24 Andreas Schwab <schwab@linux-m68k.org>
894
895 * composite.el (find-composition): Doc fix.
896
063c6324
JB
8972010-04-24 Juanma Barranquero <lekktu@gmail.com>
898
899 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
900 (sql-oracle-program, sql-sqlite-options)
901 (sql-query-placeholders-and-send): Doc fixes.
902 (sql-set-product, sql-interactive-mode): Reflow docstrings.
903 (sql-imenu-generic-expression, sql-buffer)
904 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
905 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
906 (sql-mode-sybase-font-lock-keywords)
907 (sql-mode-informix-font-lock-keywords)
908 (sql-mode-interbase-font-lock-keywords)
909 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
910 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
911 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
912 (sql-product-feature, sql-highlight-product)
913 (comint-line-beginning-position, sql-rename-buffer)
914 (sql-toggle-pop-to-buffer-after-send-region)
915 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
916 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
917 Fix typos in docstrings.
918
e89dee79
JL
9192010-04-23 Juri Linkov <juri@jurta.org>
920
921 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
922 property instead of `invisible' and `after-string' (bug#5998).
923
316d12fb
JL
9242010-04-23 Juri Linkov <juri@jurta.org>
925
926 * image-mode.el (image-mode-as-text): Fix typo in docstring.
927
770255e9
JB
9282010-04-23 Juanma Barranquero <lekktu@gmail.com>
929
930 * filecache.el (file-cache-add-directory-list)
931 (file-cache-add-directory-recursively): Fix typos in docstrings.
932
ece33a6e
KH
9332010-04-22 Kenichi Handa <handa@m17n.org>
934
935 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 936 (gujarati-composable-pattern): Fix typo.
ece33a6e 937
771533aa
KH
9382010-04-20 Kenichi Handa <handa@m17n.org>
939
940 * language/indian.el (oriya-composable-pattern)
1e05f387
SM
941 (tamil-composable-pattern, malayalam-composable-pattern):
942 Add two-part vowels to "v" (vowel sign).
771533aa 943
790c2e44
CY
9442010-04-20 Chong Yidong <cyd@stupidchicken.com>
945
99833607
CY
946 * files.el (copy-directory): Handle symlinks (Bug#5982).
947
1e05f387
SM
948 * progmodes/compile.el (compilation-next-error-function):
949 Revert 2009-10-12 change (Bug#5983).
790c2e44 950
808ecc4e
CY
9512010-04-20 Dan Nicolaescu <dann@ics.uci.edu>
952
953 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
954 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
955 (Bug#5846).
956
d2c7b917
GM
9572010-04-20 Glenn Morris <rgm@gnu.org>
958
0ca12598
GM
959 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
960
d2c7b917
GM
961 * minibuffer.el (completion-at-point): Doc fix.
962
137327ef
CY
9632010-04-18 Chong Yidong <cyd@stupidchicken.com>
964
1e05f387
SM
965 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
966 Don't destroy list before using it.
137327ef 967
bce31830
DN
9682010-04-17 Dan Nicolaescu <dann@ics.uci.edu>
969
970 Fix the version number for added files.
971 * vc-hg.el (vc-hg-working-revision): Check if the file is
972 registered after hg parent fails (Bug#5961).
973
0433ffa6
GM
9742010-04-17 Glenn Morris <rgm@gnu.org>
975
976 * htmlfontify.el (htmlfontify-buffer)
977 (htmlfontify-copy-and-link-dir): Autoload entry points.
978
8507c65c
CY
9792010-04-17 Magnus Henoch <magnus.henoch@gmail.com>
980
981 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
982 name relative to the project root (Bug#5960).
983
e9ef9777
GM
9842010-04-16 Glenn Morris <rgm@gnu.org>
985
986 * vc-git.el (vc-git-print-log): Doc fix.
987
3808c51f
CY
9882010-04-14 Óscar Fuentes <ofv@wanadoo.es>
989
990 * ido.el (ido-file-internal): Fix 2009-12-02 change.
991
7860d2e3
CY
9922010-04-14 Christoph <cschol2112@googlemail.com> (tiny change)
993
994 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
995 default settings (Bug#5928).
996
119850e9
GM
9972010-04-10 Glenn Morris <rgm@gnu.org>
998
999 * progmodes/fortran.el (fortran-match-and-skip-declaration):
1000 New function.
0a23b2c3 1001 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 1002
86a366f4
KH
10032010-04-07 Kenichi Handa <handa@m17n.org>
1004
1005 * language/indian.el (malayalam-composable-pattern): Fix previous
1006 change (add U+0D4D "SIGN VIRAMA").
1007 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
1008 (tamil-composable-pattern): Fix typo in the regexp.
1009 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
1010 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
1011 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
1012
8afe2ec6
CY
10132010-04-06 Chong Yidong <cyd@stupidchicken.com>
1014
1015 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
1016 paragraph-separate (Bug#5821).
1017
3c5d6dfb
JL
10182010-04-05 Juri Linkov <juri@jurta.org>
1019
1020 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
1021
1022 * info.el (Info-find-node-2): Comment out code that skips
1023 breadcrumbs line.
1024 (Info-mouse-follow-link): New command.
1025 (Info-link-keymap): New keymap.
1026 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
1027 Return a string with links instead of inserting breadcrumbs
1028 to the Info buffer.
1029 (Info-fontify-node): Comment out code that inserts breadcrumbs.
1030 Instead of putting the `invisible' text property over the Info
1031 header, make an overlay over the Info header with the `invisible'
1032 property and `after-string' set to the string returned by
1033 `Info-breadcrumbs'.
1034
6baa27a2
CY
10352010-04-03 Chong Yidong <cyd@stupidchicken.com>
1036
1037 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
1038 Reported by monkey@sandpframing.com.
1039
e4b204d7
JB
10402010-04-02 Juanma Barranquero <lekktu@gmail.com>
1041
1042 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
1043 (semantic-create-imenu-directory-index): Fix typos in docstrings.
1044 (semantic-imenu-goto-function): Reflow docstring.
1045
b42da387
TA
10462010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
1047
1048 * textmodes/artist.el (artist-mode): Fix typo in docstring.
1049 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
1050
42763dda
KH
10512010-03-30 Kenichi Handa <handa@m17n.org>
1052
1053 * language/sinhala.el (composition-function-table): Fix regexp for
1054 the new Unicode specification.
1055
1056 * language/indian.el (devanagari-composable-pattern)
1057 (tamil-composable-pattern, kannada-composable-pattern)
194d44e7 1058 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
1059 specification.
1060 (bengali-composable-pattern, gurmukhi-composable-pattern)
1061 (gujarati-composable-pattern, oriya-composable-pattern)
1062 (telugu-composable-pattern): New variables to cope with the new
1063 Unicode specification. Use them in composition-function-table.
1064
fe59d705
SM
10652010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1066
79d74ac5 1067 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
1068 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
1069 vectors rather than cons cells, as used in menu-bar-update-buffers.
1070
03ffe8be
CY
10712010-03-28 Chong Yidong <cyd@stupidchicken.com>
1072
2a793f7f
CY
1073 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
1074 (js-insert-and-indent): Revert 2009-08-15 change, restoring
1075 electric punctuation for "{}();,:" (Bug#5586).
1076
03ffe8be
CY
1077 * mail/sendmail.el (mail-default-directory): Doc fix.
1078
10792010-03-27 Chong Yidong <cyd@stupidchicken.com>
1080
1081 * mail/sendmail.el (mail-default-directory): Doc fix.
1082
94785022
EZ
10832010-03-27 Eli Zaretskii <eliz@gnu.org>
1084
1085 * subr.el (version-regexp-alist, version-to-list)
1086 (version-list-<, version-list-=, version-list-<=)
1087 (version-list-not-zero, version<, version<=, version=): Doc fix.
1088 (Bug#5744).
1089
eca16aa7
NR
10902010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1091 Nick Roberts <nickrob@snap.net.nz>
1092
1093 * progmodes/gdb-ui.el (gdb-apple-test): New function.
1094 (gdb-init-1): Use it.
1095
431af6a4
DN
10962010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
1097
1098 * vc.el (vc-root-diff): Doc fix.
1099
9d30a9f4
CY
11002010-03-25 Chong Yidong <cyd@stupidchicken.com>
1101
9aa2c576
CY
1102 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
1103
9d30a9f4
CY
1104 * simple.el (append-to-buffer): Fix last change.
1105
d0fba174
CY
11062010-03-24 Chong Yidong <cyd@stupidchicken.com>
1107
1108 * simple.el (append-to-buffer): Ensure that point is preserved if
1109 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
1110 (Bug#5749)
1111
efee6a6d
SM
11122010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1113
1114 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
1115 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
1116 not be present any more.
1117
c6f3804c
JB
11182010-03-24 Juanma Barranquero <lekktu@gmail.com>
1119
1120 * faces.el (set-face-attribute): Fix typo in docstring.
1121 (face-valid-attribute-values): Reflow docstring.
1122
1123 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
1124
4c3a215a
GM
11252010-03-23 Glenn Morris <rgm@gnu.org>
1126
efee6a6d 1127 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 1128
e9ba3e26
CY
11292010-03-21 Chong Yidong <cyd@stupidchicken.com>
1130
1131 * indent.el (indent-for-tab-command): Doc fix.
1132
c8de140b
JB
11332010-03-22 Juanma Barranquero <lekktu@gmail.com>
1134
1135 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
1136 (image-dired-read-comment): Doc fix.
1137
efee6a6d
SM
1138 * json.el (json-object-type, json-array-type, json-key-type)
1139 (json-false, json-null, json-read-number):
c8de140b
JB
1140 * minibuffer.el (completion-in-region-functions):
1141 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
1142 (cal-tex-cursor-week):
1143 * emacs-lisp/trace.el (trace-function):
1144 * eshell/em-basic.el (eshell/printnl):
1145 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
1146 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
1147 * obsolete/levents.el (allocate-event, event-key, event-object)
1148 (event-point, event-process, event-timestamp, event-to-character)
1149 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
1150 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
1151 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
1152 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
1153 (reftex-highlight-selection): Fix typos in docstrings.
1154
d1200087
JB
11552010-03-19 Juanma Barranquero <lekktu@gmail.com>
1156
1157 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
1158
f454672b
GM
11592010-03-18 Glenn Morris <rgm@gnu.org>
1160
1161 * mail/rmail.el (rmail-highlight-face): Restore option deleted
1162 2008-02-13 without comment; mark it obsolete.
1163 (rmail-highlight-headers): Use rmail-highlight-face once more.
1164
d5704d66
CY
11652010-03-16 Chong Yidong <cyd@stupidchicken.com>
1166
1167 * woman.el (woman2-process-escapes): Only consume the newline if
1168 the filler character is on a line by itself (Bug#5729).
1169
fade35dd
KH
11702010-03-16 Kenichi Handa <handa@m17n.org>
1171
1172 * language/indian.el (devanagari-composable-pattern): Add more
1173 consonants.
1174
c8215db1
MA
11752010-03-14 Michael Albinus <michael.albinus@gmx.de>
1176
1177 * net/trampver.el: Update release number.
1178
b4d16368
GM
11792010-03-13 Glenn Morris <rgm@gnu.org>
1180
1181 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
1182
c0e17ff2
MA
11832010-03-13 Michael Albinus <michael.albinus@gmx.de>
1184
efee6a6d
SM
1185 * net/tramp.el (tramp-find-executable):
1186 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
1187 output of "wc -l" more robust.
1188 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
1189 (tramp-open-connection-setup-interactive-shell): Remove workaround
1190 for OpenSolaris bug, it is not needed anymore.
1191
6408fd42
CY
11922010-03-13 Eric M. Ludlam <zappo@gnu.org>
1193
1194 * cedet/semantic/imenu.el: New file, from the CEDET repository
1195 (Bug#5412).
1196
eb123b12
GM
11972010-03-12 Glenn Morris <rgm@gnu.org>
1198
1199 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
1200
5f8d2ce0
WS
12012010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
1202
1203 * files.el (auto-mode-alist): Accept more verilog file patterns.
1204
35b148ee 12052010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
1206
1207 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
1208 instead of "format:"; this ensures that the output is
1209 newline-terminated.
1210
4e7cafbe
CY
12112010-03-08 Chong Yidong <cyd@stupidchicken.com>
1212
1213 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
1214 that all errors are caught, and that the return value is always a
1215 list (Bug#5692).
1216
aec66319
KH
12172010-03-08 Kenichi Handa <handa@m17n.org>
1218
1219 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 1220 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 1221
b327c975
AS
12222010-03-07 Andreas Schwab <schwab@linux-m68k.org>
1223
1224 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
1225 call to rfc822-bad-address. (Bug#5692)
1226
1c465a6a
CY
12272010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
1228
1e05f387
SM
1229 * vc-git.el (vc-git-annotate-extract-revision-at-line):
1230 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 1231
a4e32226
CY
12322010-03-06 Chong Yidong <cyd@stupidchicken.com>
1233
1234 * calculator.el (calculator): Don't bind split-window-keep-point
1235 (Bug#5674).
1236
4c83ed3d
SM
12372010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1238
1239 * vc-git.el: Re-flow to fit into 80 columns.
1240 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
1241 Remove spurious `quote' element in each case alternative.
1242 (vc-git-show-log-entry): Use prog1.
1243 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
1244
d40a7570
GM
12452010-03-06 Glenn Morris <rgm@gnu.org>
1246
1247 * cedet/semantic/grammar.el (semantic-grammar-header-template):
1248 Update template copyright to GPLv3+.
1249
e8defde3
SM
12502010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1251
1252 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
1253
233f0c9f
CY
12542010-03-03 Chong Yidong <cyd@stupidchicken.com>
1255
1256 * macros.el (insert-kbd-macro): Look up keyboard macro using the
1257 definition, not the name (Bug#5481).
1258
254bedef 12592010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
1260
1261 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
1262 argument with a local variable. (Bug#5670)
1263
7187cdae
JL
12642010-03-02 Juri Linkov <juri@jurta.org>
1265
1266 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
1267
9cf3544e
MA
12682010-03-02 Michael Albinus <michael.albinus@gmx.de>
1269
1270 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
1271 error when FILENAME and NEWNAME are existing remote directories.
1272
1273 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
1274 parameter DIR-FLAG.
1275
33f77982
GM
12762010-03-02 Glenn Morris <rgm@gnu.org>
1277
1278 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
1279 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
1280
d99ea08e
KH
12812010-03-01 Kenichi Handa <handa@m17n.org>
1282
e8defde3 1283 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
1284 myanmar-composable-pattern.
1285
e8defde3
SM
1286 * international/characters.el (script-list):
1287 * international/fontset.el (script-representative-chars):
1288 Change myanmar to burmese.
d99ea08e 1289 (otf-script-alist): Likewise.
4aa2c3b2
KH
1290 (setup-default-fontset): Likewise. Re-fix :otf spec.
1291
b374f54d
KY
12922010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
1293
1294 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
1295
71572c03
JD
12962010-02-28 Jan Djärv <jan.h.d@swipnet.se>
1297
1298 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
1299
00cffdeb
MA
13002010-02-28 Michael Albinus <michael.albinus@gmx.de>
1301
1302 * net/tramp.el (tramp-handle-write-region): START can be a string.
1303 Take care in the checks. Reported by Dan Davison
1304 <davison@stats.ox.ac.uk>.
1305
d4b06783
MA
13062010-02-28 Michael Albinus <michael.albinus@gmx.de>
1307
1308 * net/dbus.el (dbus-introspect, dbus-get-property)
1309 (dbus-set-property, dbus-get-all-properties): Use
1310 `dbus-call-method' when noninteractive. (Bug#5645)
1311
8c3e96d2
CY
13122010-02-28 Chong Yidong <cyd@stupidchicken.com>
1313
de3a1fe9
CY
1314 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
1315 * emacs-lisp/elint.el (elint-add-required-env):
1316 * cedet/semantic/db-find.el
1317 (semanticdb-find-translate-path-brutish-default):
1318 * cedet/ede/make.el (ede-make-check-version):
1319 * calendar/icalendar.el (icalendar--add-diary-entry):
1320 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
1321 * files.el (recover-session-finish): Use with-current-buffer
1322 instead of save-excursion.
1323
c53b9c3b
SM
13242010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
1325
1326 Fix in-buffer completion when after-change-functions modify the buffer.
1327 * minibuffer.el (completion--replace): New function.
1328 (completion--do-completion): Use it and use relative movement.
1329
4a16bdc6
CY
13302010-02-27 Chong Yidong <cyd@stupidchicken.com>
1331
1332 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 1333
b8280f39
CY
13342010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
1335
c53b9c3b
SM
1336 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
1337 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 1338
f88cc4d6
KH
13392010-02-26 Kenichi Handa <handa@m17n.org>
1340
1341 * language/burmese.el: Fix entries in composition-function-table.
1342 (myanmar-composable-pattern): New variable.
1343
1344 * international/fontset.el (setup-default-fontset): Add an entry
1345 for myanmar.
1346
1347 * international/characters.el (script-list): Add Myanmar
1348 Extended-A.
1349
cdbf9100
GM
13502010-02-26 Glenn Morris <rgm@gnu.org>
1351
90a94603
GM
1352 * custom.el (custom-initialize-delay): Doc fix.
1353
cdbf9100
GM
1354 * mail/sendmail.el (send-mail-function): Autoload the call
1355 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
1356
f95a5fd0
CY
13572010-02-24 Chong Yidong <cyd@stupidchicken.com>
1358
1359 * files.el (hack-local-variables-filter): For eval forms, also
1360 check safe-local-variable-p (Bug#5636).
1361
6583ba0e
CY
13622010-02-24 Eduard Wiebe <usenet@pusto.de>
1363
1364 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
1365 and use c(ad)r of cddr (Bug#5640).
1366
459a5f4b
MA
13672010-02-22 Michael Albinus <michael.albinus@gmx.de>
1368
1369 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
1370 setting the modes by `ignore-errors'. It might fail, for example
1371 if the file is not owned by the user but the group.
1372 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
1373
bb23f6e8
CY
13742010-02-21 Chong Yidong <cyd@stupidchicken.com>
1375
50c58e27
CY
1376 * files.el (directory-listing-before-filename-regexp): Use
1377 stricter matching for iso-style dates, to avoid false matches with
1378 date-like filenames (Bug#5597).
1379
b660eb70
CY
1380 * htmlfontify.el (htmlfontify): Doc fix.
1381
1382 * eshell/eshell.el (eshell): Doc fix.
1383
bb23f6e8
CY
1384 * startup.el (fancy-about-screen): In mode-line, apply
1385 mode-line-buffer-id face only to the buffer name (Bug#5613).
1386
3e39928c
CY
13872010-02-20 Kevin Ryde <user42@zip.com.au>
1388
f7e0618c
JB
1389 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1390 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
1391 (Bug#5599).
1392
0f00e948
EZ
13932010-02-20 Eli Zaretskii <eliz@gnu.org>
1394
1395 * subr.el (remove-yank-excluded-properties): Explain in a comment
1396 why `category' property is removed.
1397
3513efb2
CY
13982010-02-19 Chong Yidong <cyd@stupidchicken.com>
1399
1400 * isearch.el (isearch-update-post-hook, isearch-update): Revert
1401 2010-02-17 change.
1402
b4340b3f
UJ
14032010-02-19 Ulf Jasper <ulf.jasper@web.de>
1404
1405 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
1406 (icalendar--convert-weekly-to-ical)
1407 (icalendar--convert-yearly-to-ical)
1408 (icalendar--convert-block-to-ical)
1409 (icalendar--convert-cyclic-to-ical)
1410 (icalendar--convert-anniversary-to-ical): Take care of time
1411 specifications where hour has 1-digit only (Bug#5549).
1412
8cfae03d
NR
14132010-02-19 Nick Roberts <nickrob@snap.net.nz>
1414
1415 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
1416 of disassemble output in GDB 7.1.
1417
055e4eea
GM
14182010-02-19 Glenn Morris <rgm@gnu.org>
1419
1420 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
1421 property. (Bug#5593)
1422
ff6b00de
SS
14232010-02-18 Sam Steingold <sds@gnu.org>
1424
1425 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
1426
fe8c0b47
SM
14272010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1428
1429 Use abbreviated file names in bookmarks (bug#5591).
1430 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
1431 calls to expand-file-name.
1432 (bookmark-relocate): Use abbreviated file names in bookmarks.
1433 (bookmark-load): Use abbreviated file names in messages.
1434
73a37a69
MA
14352010-02-18 Michael Albinus <michael.albinus@gmx.de>
1436
1437 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
1438 expand "." and "..". Reported by Thierry Volpiatto
1439 <thierry.volpiatto@gmail.com>.
1440
6e4f5731
MA
14412010-02-18 Michael Albinus <michael.albinus@gmx.de>
1442
1443 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
1444 permissions of the temporary file to "0600". In case the remote
1445 file has no read permissions for the owner, there might be
1446 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
1447
144822010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
1449
1450 * emacs-lisp/authors.el (authors-renamed-files-alist):
1451 Add entries for INSTALL.CVS.
1452
ba5bf642
MH
14532010-02-17 Mark A. Hershberger <mah@everybody.org>
1454
f7e0618c 1455 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 1456
f7e0618c 1457 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
1458 (isearch-update): Use the new hook.
1459
aac0b0f2
MA
14602010-02-16 Michael Albinus <michael.albinus@gmx.de>
1461
fe8c0b47
SM
1462 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1463 Fix errors in copying directories.
aac0b0f2
MA
1464 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
1465 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
1466 (tramp-handle-delete-file)
1467 (tramp-handle-dired-recursive-delete-directory)
1468 (tramp-handle-write-region): Flush also the cache for the upper
1469 directory.
1470
05bbe066
CY
14712010-02-16 Chong Yidong <cyd@stupidchicken.com>
1472
e8ab3908
CY
1473 * simple.el (save-interprogram-paste-before-kill): Doc fix.
1474
ff90f4b0
CY
1475 * cus-edit.el (hardware): Doc fix.
1476
1477 * man.el (man): Add to external custom group.
1478
1479 * delim-col.el (columns): Move to wp custom group.
1480
1481 * doc-view.el (doc-view): Add to data custom group.
1482
1483 * cedet/data-debug.el (data-debug): Move to extensions group.
1484
1485 * cedet/ede.el (ede):
1486 * cedet/srecode.el (srecode):
1487 * cedet/semantic.el (semantic): Put in tools and extensions group.
1488
fe8c0b47 1489 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 1490
05bbe066
CY
1491 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
1492 by ispell-parse-output (Bug#5575).
1493
fa6ea913
KH
14942010-02-16 Kenichi Handa <handa@m17n.org>
1495
1496 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
1497 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
1498 (skkdic-convert): Use `euc-japan' coding system for writing.
1499
88fd78ae
GM
15002010-02-16 Glenn Morris <rgm@gnu.org>
1501
1502 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
1503 tex-main-file before using it. (Bug#5562)
1504
2b8c974a
SM
15052010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1506
1507 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
1508 warnings, since it is annoying for the user to see them each time he
1509 runs the code.
1510
7540f029
MA
15112010-02-15 Michael Albinus <michael.albinus@gmx.de>
1512
1513 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
1514 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
1515 instead of PROC for caching "first-password-request". Otherwise,
1516 new processes would not profit from passwords already entered.
1517
2b8c974a
SM
1518 * net/tramp-cache.el (tramp-dump-connection-properties):
1519 Don't save "first-password-request" property.
7540f029 1520
fa5f7c5f
JB
15212010-02-14 Juanma Barranquero <lekktu@gmail.com>
1522
1523 * outline.el (outline-head-from-level):
1524 * simple.el (with-wrapper-hook):
1525 * cedet/ede.el (ede-run-target, project-delete-target)
1526 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
1527 (ede-adebug-project, ede-adebug-project-parent)
1528 (ede-adebug-project-root):
1529 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
1530 (elint-defun, elint-buffer-env, elint-top-form-logged)
1531 (elint-unbound-variable):
1532 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
1533 Fix typos in docstrings.
1534
ecbaeb7b
MA
15352010-02-14 Michael Albinus <michael.albinus@gmx.de>
1536
1537 * files.el (insert-directory): When WILDCARD-REGEXP and
1538 FULL-DIRECTORY-P are nil, insert the file entry instead of the
1539 whole directory. (Bug#5551)
1540
1541 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
1542 dired's alignment sanity. (Bug#5516)
1543
91e3333f
JL
15442010-02-14 Juri Linkov <juri@jurta.org>
1545
1546 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
1547 Remove remaining ^H with their preceding chars. (Bug#5566)
1548
36020642
GM
15492010-02-13 Glenn Morris <rgm@gnu.org>
1550
1551 * simple.el (transpose-subr): Give it a doc-string.
1552
1553 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
1554 Doc fixes.
1555
f5952338
JL
15562010-02-12 Juri Linkov <juri@jurta.org>
1557
1558 * arc-mode.el (archive-unique-fname): Make directories for nested
1559 archives. (Bug#5540)
1560
918fe50f
JL
15612010-02-12 Juri Linkov <juri@jurta.org>
1562
1563 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
1564
c07ff221
SM
15652010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
1566
48b1e7cf
SM
1567 * subr.el (copy-overlay): Handle deleted overlays.
1568
c07ff221
SM
1569 * man.el (Man-completion-table): Don't signal an error if we can't run
1570 manual-program (bug#4056).
1571
0e374247
JB
15722010-02-10 Juanma Barranquero <lekktu@gmail.com>
1573
1574 * textmodes/artist.el (artist-mt): Fix typos in docstring.
1575
dbf8402b
SM
15762010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1577
348d1e60
SM
1578 * info.el (Info-bookmark-jump): Simplify.
1579
dbf8402b
SM
1580 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
1581 (bookmark-default-handler): Accept new bookmark field `buffer'.
1582
e6d23bb5
CY
15832010-02-10 Chong Yidong <cyd@stupidchicken.com>
1584
1585 * iswitchb.el (iswitchb-completions): Revert last change.
1586
a8e4290b
MA
15872010-02-10 Michael Albinus <michael.albinus@gmx.de>
1588
2b23acde 1589 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
1590 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
1591 This prevents file names like "~/" being listed literally.
a8e4290b 1592
c59d6fad
DN
15932010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
1594
348d1e60
SM
1595 * term/xterm.el (xterm-maybe-set-dark-background-mode):
1596 Remove dead code. (Bug#5546)
c59d6fad 1597
3a66e78f
CY
15982010-02-09 Chong Yidong <cyd@stupidchicken.com>
1599
1600 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
1601 correctly (Bug#5548).
1602
f29fd869
CY
16032010-02-08 Jose E. Marchesi <jemarch@gnu.org>
1604
1605 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 1606 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 1607
7fad1447
KH
16082010-02-08 Kenichi Handa <handa@m17n.org>
1609
1610 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 1611 cookie for putting `lisp-indent-function'.
7fad1447 1612
50e4518b
GM
16132010-02-07 Glenn Morris <rgm@gnu.org>
1614
1615 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
1616 Move F2003 named interfaces from keywords-2 to keywords-1, and
1617 use function-name-face rather than constant-face.
1618 Simplify "abstract interface" regexp.
1619
a4cc44cf
CY
16202010-02-07 Chong Yidong <cyd@stupidchicken.com>
1621
1622 * eshell/esh-util.el (eshell-file-attributes): New optional arg
1623 ID-FORMAT. Pass it to `file-attributes'.
1624
1625 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
1626
c917476d
CY
16272010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
1628
1629 * faces.el (set-face-attribute): Allow calling
1630 internal-set-lisp-face-attribute with 'unspecified family and
1631 foundry argument (Bug#5536).
1632
7cf3f3d6
GM
16332010-02-07 Glenn Morris <rgm@gnu.org>
1634
1635 * progmodes/f90.el (f90-font-lock-keywords-2)
1636 (f90-looking-at-type-like, f90-looking-at-program-block-end):
1637 Handle F2003 named interfaces.
1638
ffe87109
CY
16392010-02-06 Chong Yidong <cyd@stupidchicken.com>
1640
1641 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
1642 beg and end before calling c-get-state-before-change-functions.
1643
4775ecad
DN
16442010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
1645
1646 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
1647
0d17c4b9
JL
16482010-02-05 Juri Linkov <juri@jurta.org>
1649
1650 * doc-view.el (doc-view-mode):
1651 * image-mode.el (image-mode): Put property mode-class=special.
1652 (Bug#4896)
1653
8228a275
MH
16542010-02-05 Mark A. Hershberger <mah@everybody.org>
1655
1656 * vc-svn.el (vc-svn-revision-table): New function.
1657
d9320986
MA
16582010-02-05 Michael Albinus <michael.albinus@gmx.de>
1659
1660 * net/ange-ftp.el (ange-ftp-insert-directory):
1661 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1662 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1663 Handle also directories. (Bug#5478)
1664
f43d8ecc
GM
16652010-02-05 Glenn Morris <rgm@gnu.org>
1666
1667 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
1668
ce3a988d
CY
16692010-02-05 Chong Yidong <cyd@stupidchicken.com>
1670
1671 * startup.el (command-line-1): Convert options beginning with a
1672 single dash as well (Bug#5519).
1673
bdd42899
SM
16742010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1675
51b23c44
SM
1676 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
1677 * minibuffer.el (completion-initials-expand): Only check the presence
1678 of delims *within* the boundaries, since otherwise the / delim is
1679 always found for files.
1680
bdd42899
SM
1681 Fix up various corner case problems.
1682 * doc-view.el (doc-view-last-page-number): New function.
1683 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
1684 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
1685 (doc-view-kill-proc): Avoid inf-loop in freak cases.
1686 (doc-view-reconvert-doc): Use the new recursive delete-directory.
1687 (doc-view-convert-current-doc): Don't create the resolution.el file
1688 here any more.
1689 (doc-view-pdf/ps->png): Do it here instead.
1690 (doc-view-already-converted-p): Check that resolution.el is present.
1691 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
1692 windows that are not yet showing images.
1693
d5b3979c
MA
16942010-02-04 Michael Albinus <michael.albinus@gmx.de>
1695
1696 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
1697 `dired-uncache' for every elemnt which is an absolute file name.
1698
1699 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
1700 directory, handle its directory component.
1701 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
1702 function is called permanently and creates noise, otherwise.
1703
1704 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1705 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1706 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
1707
b003beb1
DB
17082010-02-04 David Burger <dburger@google.com> (tiny change)
1709
1710 * macros.el (apply-macro-to-region-lines):
1711 Minor simplification. (Bug#5485)
1712
ea92f9f3
GM
17132010-02-04 Glenn Morris <rgm@gnu.org>
1714
a03ae20d
GM
1715 * mail/rmail.el (rmail-show-message-1): Handle malformed
1716 quoted-printable text. (Bug#5441)
1717
4d01b827
GM
1718 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
1719
ea92f9f3
GM
1720 * simple.el (visual-line-mode): Capitalize lighter.
1721
82055bb7
JW
17222010-02-03 John Wiegley <jwiegley@gmail.com>
1723
1724 * iswitchb.el (iswitchb-completions): Add bookmark files to the
1725 list of files considered for "virtual buffer" completions.
1726
8214b6e4
MA
17272010-02-03 Michael Albinus <michael.albinus@gmx.de>
1728
1729 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
1730 also in case of (and (not full) (not wildcard)). This is needed,
1731 when dired is called with a list of files, which are not in
1732 `default-directory'. (Bug#5478)
1733
1df9718f
SM
17342010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
1735
1736 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
1737
02ba1267
JL
17382010-02-02 Juri Linkov <juri@jurta.org>
1739
1740 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
1741 from unidiff to allow function-line after @@.
1742
a0c6a0fb
JL
17432010-02-02 Juri Linkov <juri@jurta.org>
1744
1745 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
1746 '(RCS SCCS) with inverted condition.
1747
c35fcd52
MA
17482010-02-02 Michael Albinus <michael.albinus@gmx.de>
1749
1750 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
1751 messages.
1752
6ba973c1
JL
17532010-02-01 Juri Linkov <juri@jurta.org>
1754
1755 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
1756 compare with "pkunzip" and "pkzip" instead of only "pkzip".
1757 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
1758 only when (car archive-zip-extract) is "unzip". (Bug#5475)
1759
0bca393f
SM
17602010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1761
1762 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
1763 (doc-view-revert-buffer): New command.
1764 (doc-view-mode-map): Use it.
1765
7a444e2a
DN
17662010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
1767
1768 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
1769 pending merge is detected.
1770
ad6fc8f4
JL
17712010-01-31 Juri Linkov <juri@jurta.org>
1772
1773 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
1774 beginning of interactive spec like all other grep commands do.
1775 Put "all" in front of "gz". (Bug#5260)
1776
b9236874
DN
17772010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
1778
1779 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
1780
1e868757
CY
17812010-01-29 Chong Yidong <cyd@stupidchicken.com>
1782
1783 * dirtrack.el (dirtrack): Warn instead of signalling error if the
1784 regexp is incorrect (Bug#5476).
1785
e5c70c41
MA
17862010-01-29 Michael Albinus <michael.albinus@gmx.de>
1787
1788 * net/tramp.el (tramp-handle-insert-directory): Handle also
1789 symlinks, when FILENAME is not in `default-directory'.
1790
0c0b61f1
MA
17912010-01-28 Michael Albinus <michael.albinus@gmx.de>
1792
1793 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 1794 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
1795
1796 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
1797 of SWITCHES. Handle the case, FILENAME is not in
1798 `default-directory'. (Bug#5478)
1799 (tramp-register-file-name-handlers): Add safe-magic property.
1800
763f325e
CY
18012010-01-28 Chong Yidong <cyd@stupidchicken.com>
1802
1803 * arc-mode.el (archive-zip-extract): Quote the argument passed to
1804 unzip (Bug#5475).
1805
fd09a83f
CY
18062010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
1807
1808 * progmodes/flymake.el (flymake-allowed-file-name-masks)
1809 (flymake-master-make-header-init): Add other C++ filename masks.
1810 (flymake-find-possible-master-files)
1811 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
1812
7e5686f0
MA
18132010-01-28 Michael Albinus <michael.albinus@gmx.de>
1814
1815 Fix some busybox annoyances.
1816
1817 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
1818 not responding." string.
1819 (tramp-open-connection-setup-interactive-shell): Dump stty
1820 settings. Enable "neveropen" arg for all `tramp-send-command'
1821 calls. Handle "=" in variable values properly.
1822 (tramp-find-inline-encoding): Raise an error, when no encoding is
1823 found.
1824 (tramp-wait-for-output): Check, whether PROC buffer is available.
1825 Remove spurious " ^H" sequences, sent by busybox.
1826 (tramp-get-ls-command): Suppress coloring, if possible.
1827
c6265c10
GM
18282010-01-28 Glenn Morris <rgm@gnu.org>
1829
c85a168b
GM
1830 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
1831
c6265c10
GM
1832 * log-edit.el (log-edit-strip-single-file-name): Add missing
1833 :safe, :group, and :version tags.
1834
7d82a738
SB
18352010-01-27 Stephen Berman <stephen.berman@gmx.net>
1836
1837 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
1838 buffers. (Bug#5477)
1839
8b0e68ea
CY
18402010-01-27 David De La Harpe Golden <david@harpegolden.net>
1841
1842 * files.el (delete-directory): Handle moving to trash without
1843 first doing recursion (Bug#5436).
1844
368d3208
DN
18452010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
1846
1847 * vc-hooks.el (vc-path): Mark as obsolete.
1848
755da7fa
DN
18492010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
1850
e2396d80
DN
1851 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
1852 names too.
1853
755da7fa
DN
1854 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
1855 for the short log.
1856 (vc-bzr-log-view-mode): Adjust regexp for the above change.
1857
6a6d15ab 18582010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 1859
ac9ffe99 1860 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 1861
48c2d18a 1862 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 1863
504dcc71
EH
18642010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
1865
1866 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
1867 diff-index command. This requires at least git-1.5.5. (Bug#1589).
1868
51850286
DN
18692010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
1870
c2f1d6d8
DN
1871 Remove support for adding --signoff on commit.
1872 Future support will use an incompatible generic mechanism.
1873 * vc-git.el (vc-git-add-signoff): Remove variable.
1874 (vc-git-toggle-signoff): Remove function.
1875 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
1876
51850286
DN
1877 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
1878 from xterm-set-background-mode. Return t if the background mode
1879 was set.
1880 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
1881 earlier, call it again in case the background mode has changed.
1882
02c6d0d0
CY
18832010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
1884
1885 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
1886 (Bug#3541).
1887
064eee03
CY
18882010-01-23 Chong Yidong <cyd@stupidchicken.com>
1889
02c6d0d0
CY
1890 * emacs-lisp/assoc.el (aelement): Doc fix.
1891 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 1892
5336c3ec 18932010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 1894
48c2d18a 1895 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
1896 is the same as subprogram call, not declaration. (Bug#5435).
1897
0536254e
MA
18982010-01-23 Michael Albinus <michael.albinus@gmx.de>
1899
1900 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
1901 (tramp-smb-maybe-open-connection): Use it.
1902
411d06c2
MA
19032010-01-22 Michael Albinus <michael.albinus@gmx.de>
1904
0536254e 1905 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 1906
c893016b
SM
19072010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1908
1909 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
1910 just because we see "encoding: 8bit".
1911 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
1912
9425f8e1
CY
19132010-01-22 Chong Yidong <cyd@stupidchicken.com>
1914
1915 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
1916
6a801864
EZ
19172010-01-22 Eli Zaretskii <eliz@gnu.org>
1918
1919 * jka-compr.el (jka-compr-load): If load-file is not in
1920 load-history, try its file-truename version. (bug#5447)
1921
3e8f7d91
AM
19222010-01-21 Alan Mackenzie <acm@muc.de>
1923
1924 Fix a situation where deletion of a cpp construct throws an error.
1925 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
1926 invoking c-with-all-but-one-cpps-commented-out, check that the
1927 special cpp construct is still in the buffer.
1928 (c-parse-state): Record the special cpp with markers, not numbers.
1929
f0bd0ad5
CY
19302010-01-21 Kenichi Handa <handa@m17n.org>
1931
1932 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
1933 process last-command-event, as it is now decoded first (Bug#5380).
1934
5189d95b
CY
19352010-01-20 Chong Yidong <cyd@stupidchicken.com>
1936
1937 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
1938
e073d74a
GM
19392010-01-20 Glenn Morris <rgm@gnu.org>
1940
1941 * indent.el (tab-always-indent): Fix custom-type.
1942
8ee04f3a
AM
19432010-01-19 Alan Mackenzie <acm@muc.de>
1944
1945 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
1946 buffer throws "args out of range".
1947 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
1948 playing the role of delimiter.
1949
6a47c86a
SL
19502010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
1951
bf0b361c 1952 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
1953 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
1954 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
1955 changed. Delete RECURSIVE parameter; never used. Improve doc string.
1956 Improve comments in "is" portion. Handle null procedure declaration.
1957 (ada-move-to-end): Improve doc string.
1958
2acfb954
ÓF
19592010-01-18 Óscar Fuentes <ofv@wanadoo.es>
1960
e90d57c0 1961 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 1962 Remove obsolete information from commentary.
e90d57c0
JB
1963 (ido-choice-list): Initialize to nil.
1964 (ido-get-bufname): Reject minibuffers.
1965 (ido-make-buffer-list): If "default" is a nonexistent
1966 buffer, ignore it, as per the function's comment.
1967 (ido-kill-buffer-internal): New function.
1968 (ido-kill-buffer-at-head): Use it.
1969 (ido-visit-buffer): Likewise.
2acfb954 1970
244b023e
CY
19712010-01-18 Chong Yidong <cyd@stupidchicken.com>
1972
1973 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
1974
db9e401b
JB
19752010-01-18 Juanma Barranquero <lekktu@gmail.com>
1976
1977 * cedet/ede/locate.el (ede-locate-file-in-project)
1978 (ede-locate-file-in-project-impl): Fix typos in docstrings.
1979 (ede-enable-locate-on-project): Fix typos in error messages.
1980
1981 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
1982 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
1983 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
1984 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
1985 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
1986 Fix typos in menu help.
1987
1988 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
1989 Fix typos in chart titles.
1990
1991 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
1992 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
1993 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
1994 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
1995 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
1996 (semantic-parse-stream, semantic-parse-region)
1997 (semantic-parse-region-default, semantic--set-buffer-cache)
1998 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
1999 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
2000 (semantic-default-submodes):
2001 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
2002 (semanticdb-create-ebrowse-database)
2003 (semanticdb-find-tags-for-completion-method)
2004 (semanticdb-find-tags-by-class-method)
2005 (semanticdb-deep-find-tags-by-name-method)
2006 (semanticdb-deep-find-tags-for-completion-method):
2007 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
2008 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
2009 (semanticdb-find-tags-for-completion-method)
2010 (semanticdb-find-tags-by-class-method)
2011 (semanticdb-deep-find-tags-for-completion-method):
2012 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
2013 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
2014 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
2015 (semanticdb-find-tags-by-name-method)
2016 (semanticdb-find-tags-by-name-regexp-method)
2017 (semanticdb-find-tags-for-completion-method)
2018 (semanticdb-find-tags-by-class-method)
2019 (semanticdb-find-tags-external-children-of-type-method)
2020 (semanticdb-find-tags-subclasses-of-type-method)
2021 (semanticdb-deep-find-tags-by-name-method)
2022 (semanticdb-deep-find-tags-by-name-regexp-method)
2023 (semanticdb-deep-find-tags-for-completion-method):
2024 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
2025 (semanticdb-enable-gnu-global-in-buffer)
2026 (semanticdb-find-tags-for-completion-method)
2027 (semanticdb-deep-find-tags-by-name-method)
2028 (semanticdb-deep-find-tags-for-completion-method):
2029 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
2030 (javascript-mode, semanticdb-find-translate-path)
2031 (semanticdb-find-tags-for-completion-method)
2032 (semanticdb-find-tags-by-class-method)
2033 (semanticdb-deep-find-tags-by-name-method)
2034 (semanticdb-deep-find-tags-for-completion-method)
2035 (semanticdb-find-tags-external-children-of-type-method):
2036 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
2037 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
2038 (global-semantic-idle-scheduler-mode):
2039 * cedet/srecode/dictionary.el (srecode-field-value)
2040 (srecode-dictionary-add-section-dictionary):
2041 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
2042 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
2043 (describe-class, eieio-describe-generic, describe-generic):
2044 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
2045 (eieio-speedbar-expand):
2046 * emulation/viper-cmd.el (viper-exec-form-in-vi)
2047 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
2048 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
2049 (viper-del-backward-char-in-replace, viper-backward-indent)
2050 (viper-brac-function, viper-register-to-point, viper-submit-report):
2051 * net/tramp.el (tramp-remote-coding-commands):
2052 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
2053 Fix typos in docstrings.
2054
9295137d
CY
20552010-01-17 Chong Yidong <cyd@stupidchicken.com>
2056
2057 * mail/sendmail.el (mail-yank-original): Set the mark if the
2058 specified function for yanking does not do it.
2059
4d0bbcb6
DN
20602010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
2061
7902c120
DN
2062 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
2063
4d0bbcb6
DN
2064 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
2065 resyncing a directory.
2066
0b702bc1
SL
20672010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
2068
6a47c86a 2069 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
2070 (ada-ident-re): Delete ., allow multibyte characters.
2071 (ada-goto-label-re): New; matches goto labels.
2072 (ada-block-label-re): New; matches block labels.
2073 (ada-label-re): New; matches both.
2074 (ada-named-block-re): Deleted; callers changed to use
2075 `ada-block-label-re' instead.
2076 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
2077 Use `ada-block-label-re'.
2078 (ada-indent-on-previous-lines): Improve handling of goto labels.
2079 (ada-get-indent-block-start): Special-case block label.
2080 (ada-get-indent-label): Split into `ada-indent-block-label' and
2081 `ada-indent-goto-label'.
2082 (ada-goto-stmt-start, ada-goto-next-non-ws):
2083 Optionally ignore goto labels.
2084 (ada-goto-next-word): Simplify.
2085 (ada-indent-newline-indent-conditional): Insert newline before
2086 trying to fix indentation; doc fix.
2087
05287c49
JB
20882010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
2089
2090 * calc/calc.el (calc-command-flags): Give it an initial value.
2091
44e82a0b
GM
20922010-01-17 Glenn Morris <rgm@gnu.org>
2093
2094 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
2095
4963739e
JB
20962010-01-17 Juanma Barranquero <lekktu@gmail.com>
2097
2098 * cedet/semantic.el (semantic-mode):
2099 * files.el (minibuffer-with-setup-hook):
2100 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
2101 (artist-key-draw-continously, artist-key-do-continously-continously)
2102 (artist-key-set-point-continously, artist-mouse-draw-continously):
2103 Fix typos in docstrings.
2104
116bd1ee
CY
21052010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
2106
2107 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
2108 return t (Bug#3898).
2109
2784cd7a 21102010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
2111
2112 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
2113 can parse the output of the external commands (Bug#5279).
2114
abd5cfe8
CY
21152010-01-16 Jari Aalto <jari.aalto@cante.net>
2116
2117 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
2118
4fe22cdf
CY
21192010-01-16 Chong Yidong <cyd@stupidchicken.com>
2120
bbdc98ef
CY
2121 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
2122
c7dc1ac1
CY
2123 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
2124
4fe22cdf
CY
2125 * startup.el (command-line): Remove unused --icon-type arg.
2126 Handle --display arg, passing it to command-line-1 (Bug#5392).
2127
045b9da7
ML
21282010-01-16 Mario Lang <mlang@delysid.org>
2129
2130 * cedet/ede/cpp-root.el (ede-cpp-root-project):
2131 * cedet/ede/files.el (ede-expand-filename):
2132 * cedet/ede/simple.el (ede-simple-project):
2133 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
2134 (semantic-complete-inline-tag-engine):
2135 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
2136 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
2137 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
2138 * cedet/semantic/db.el (semanticdb-equivalent-mode):
2139 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
2140 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
2141 * emacs-lisp/chart.el (chart-translate-namezone):
2142 * textmodes/artist.el (artist-compute-popup-menu-table):
2143 Remove duplicated words in doc-strings.
2144
6554a5df
CY
21452010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
2146
2147 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
2148 to mairix-search to suppress threading (Bug#5342).
2149
ca4f0e9a
KH
21502010-01-15 Kenichi Handa <handa@m17n.org>
2151
2152 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 2153 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 2154
1db3226b
GM
21552010-01-15 Glenn Morris <rgm@gnu.org>
2156
56a03f46
GM
2157 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
2158
2159 * wid-edit.el (widget-keymap): Doc fix.
2160
1db3226b
GM
2161 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
2162 former seems to be more widely accepted by various svn versions.
2163
80cd4bb4
JB
21642010-01-14 Juanma Barranquero <lekktu@gmail.com>
2165
d1f18ec0
JB
2166 * find-cmd.el (find-constituents):
2167 * vc-arch.el (vc-arch-root):
2168 * window.el (window-body-height, pop-up-frames):
2169 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
2170 (semantic-no-reparse-needed-change-hook):
2171 * cedet/srecode/insert.el (srecode-resolve-argument-list)
2172 (srecode-template-inserter-blank, srecode-template-inserter-variable)
2173 (srecode-template-inserter-ask, srecode-template-inserter-width)
2174 (srecode-template-inserter-section-start)
2175 (srecode-template-inserter-section-end, srecode-insert-method):
2176 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
2177 * progmodes/ada-stmt.el (ada-if):
2178 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
2179 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
2180 (ispell-encoding8-command, ispell-aspell-supports-utf8)
2181 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
2182
80cd4bb4
JB
2183 * progmodes/flymake.el (flymake-post-syntax-check):
2184 Fix typo in error message.
2185
9c23ca47
JB
21862010-01-14 Juanma Barranquero <lekktu@gmail.com>
2187
2188 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
2189 which is always a string. (Bug#5313)
2190
8794c483
JB
21912010-01-14 Juanma Barranquero <lekktu@gmail.com>
2192
2193 * progmodes/ada-xref.el (ada-default-prj-properties):
2194 Simplify previous change.
2195
95005d39
SL
21962010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2197
2198 * progmodes/ada-xref.el (ada-default-prj-properties):
2199 Default ada_project_path to $ADA_PROJECT_PATH.
2200
22012010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
2202
2203 * progmodes/ada-mode.el (ada-create-keymap):
2204 Override `narrow-to-defun' with `ada-narrow-to-defun'.
2205
fb0d1545
SL
22062010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2207
2208 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
2209 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
2210 (ada-get-current-indent, ada-imenu-generic-expression)
2211 (ada-which-function): Check for it.
2212
5c9434d0
SL
22132010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2214
2215 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
2216 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
2217
3a4f3a3b
GM
22182010-01-14 Glenn Morris <rgm@gnu.org>
2219
2220 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
2221
d9a7c140
KH
22222010-01-14 Kenichi Handa <handa@m17n.org>
2223
2224 * composite.el (auto-composition-mode): Make it a buffer local
2225 variable (permanent-local).
2226 (auto-composition-function): Set the default value to
2227 auto-compose-chars.
49caf252 2228 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
2229 (global-auto-composition-mode): Likewise.
2230 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 2231
38bee102
KF
22322010-01-13 Karl Fogel <kfogel@red-bean.com>
2233
2234 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 2235
b8b45afc
MA
22362010-01-12 Michael Albinus <michael.albinus@gmx.de>
2237
2238 * files.el (copy-directory): Compute target for recursive
2239 directories with identical names. (Bug#5343)
2240
893db5bc
GM
22412010-01-12 Glenn Morris <rgm@gnu.org>
2242
2243 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
2244 it to bug-gnu-emacs rather than emacs-pretest-bug.
2245
2f27e6d4
JB
22462010-01-12 Juanma Barranquero <lekktu@gmail.com>
2247
2248 * cedet/data-debug.el (data-debug): Fix customization group reference.
2249
91abaf51
JB
22502010-01-12 Juanma Barranquero <lekktu@gmail.com>
2251
2252 * cedet/semantic/analyze.el (semantic-analyze-push-error)
2253 (semantic-analyze-context, semantic-analyze-context-assignment)
2254 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
2255 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
2256 (semantic-java-doc-keywords-map):
2257 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
2258 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
2259 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
2260 (semantic-c-classname, semantic-format-tag-uml-prototype)
2261 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
2262 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
2263 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
2264 (semantic-get-local-variables, semantic-end-of-command)
2265 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
2266 (lisp-mode):
2267 * cedet/semantic/bovine/make.el (makefile-mode):
2268 * cedet/semantic/wisent/python.el (wisent-python-string-re)
2269 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
2270 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
2271 (semantic-lex, semantic-get-local-variables, python-mode):
2272 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
2273 * cedet/srecode/extract.el (srecode-extract-state-set)
2274 (srecode-extract-method): Fix typos in docstrings.
2275
d8b8451f
SS
22762010-01-11 Sam Steingold <sds@gnu.org>
2277
2278 * imenu.el (imenu-default-create-index-function): Detect infinite
2279 loops caused by imenu-prev-index-position-function.
2280
30afcdff
JB
22812010-01-11 Juanma Barranquero <lekktu@gmail.com>
2282
2283 * htmlfontify.el (htmlfontify-load-rgb-file)
2284 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
2285 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
2286 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
2287 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
2288 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
2289 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
2290 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
2291 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
2292 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
2293 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
2294 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
2295 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
2296 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
2297 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
2298 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
2299 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
2300 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
2301 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
2302 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
2303 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
2304 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
2305 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
2306 backslash-quoting from parentheses, etc.
2307
92b1c416
CY
23082010-01-11 Chong Yidong <cyd@stupidchicken.com>
2309
2310 * progmodes/js.el: Autoload javascript-mode alias.
2311
4454adab
JB
23122010-01-11 Juanma Barranquero <lekktu@gmail.com>
2313
2314 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
2315 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
2316 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
2317 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
2318 Fix typos in docstrings.
2319 (ffap-url-regexp): Doc fix.
2320 (ffap-at-mouse): Fix typo in message.
2321
6589a2f9
GM
23222010-01-11 Glenn Morris <rgm@gnu.org>
2323
2324 * version.el (emacs-copyright): Set copyright year to 2010.
2325
4e5617ee
SM
23262010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2327
2328 * format.el (format-annotate-function): Only set
2329 write-region-post-annotation-function after running to-fn so as not to
2330 affect nested write-region calls (bug#5273).
2331
52bee098
CY
23322010-01-10 Chong Yidong <cyd@stupidchicken.com>
2333
4e5617ee
SM
2334 * cedet/semantic.el (semantic-new-buffer-setup-functions):
2335 Add python parser.
52bee098 2336
a069f067
CY
2337 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
2338 wisent/python.el.
2339
52bee098
CY
23402010-01-10 Richard Kim <emacs18@gmail.com>
2341
2342 * cedet/semantic/wisent/python-wy.el:
2343 * cedet/semantic/wisent/python.el: New files.
2344
e709e39d
CY
23452010-01-09 Chong Yidong <cyd@stupidchicken.com>
2346
2347 * man.el (Man-goto-section): Signal error if the section is not
2348 found (Bug#5317).
2349
6ee86780
JB
23502010-01-09 Juanma Barranquero <lekktu@gmail.com>
2351
2352 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
2353 URLs with a leading triple slash in the file: scheme. (Bug#5345)
2354
fa7b5f7b
CY
23552010-01-09 Chong Yidong <cyd@stupidchicken.com>
2356
2357 * progmodes/compile.el: Don't treat compile-command as safe if
2358 compilation-read-command might be nil (Bug#4218).
2359
de62c4d9
JD
23602010-01-09 Jan Djärv <jan.h.d@swipnet.se>
2361
2362 * startup.el (command-line-1): Use orig-argi to check for ignored X and
2363 NS options.
2364
e94be827
KH
23652010-01-08 Kenichi Handa <handa@m17n.org>
2366
4e5617ee
SM
2367 * international/fontset.el (build-default-fontset-data):
2368 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 2369
1dfae2a2
JB
23702010-01-07 Juanma Barranquero <lekktu@gmail.com>
2371
2372 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
2373 to `create-file-buffer' as it expects, not just a buffer name.
2374 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
2375 to help uniquify. (Bug#3224)
2376
d0cf45b7
JD
23772010-01-06 Jan Djärv <jan.h.d@swipnet.se>
2378
2379 * font-setting.el (font-setting-change-default-font): Use user-spec
2380 instead of name.
2381
7534fa5e
DN
23822010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2383
2384 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
2385
fd579fdc
CY
23862010-01-05 Tom Tromey <tromey@redhat.com>
2387
4e5617ee
SM
2388 * progmodes/python.el (python-font-lock-keywords):
2389 Handle qualified decorators (Bug#881).
fd579fdc 2390
37860caf
DN
23912010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2392
2393 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
2394 in a lightweight checkout.
2395
69db641d
KH
23962010-01-05 Kenichi Handa <handa@m17n.org>
2397
4e5617ee 2398 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 2399
b25d6a02
DN
24002010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2401
2402 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
2403
137d88ca
DN
24042010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
2405
2406 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
2407 checkouts. (Bug#618)
3d5d0aa9 2408 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
2409 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
2410 (vc-bzr-shelve-menu-map):
2411 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
2412 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 2413
da76998b
CY
24142010-01-02 Chong Yidong <cyd@stupidchicken.com>
2415
2416 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
2417 They are valid characters in URL paths (rfc3986), and at least
2418 Firefox does not understand the encoded version (Bug#3166).
2419
b2ad70b6
CY
24202010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
2421
2422 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
2423 (octave-block-begin-or-end-regexp, octave-block-match-alist):
2424 Add "end" keyword (Bug#3061).
b2ad70b6
CY
2425 (octave-end-as-array-index-p): New function.
2426 (calculate-octave-indent): Use it.
2427
54136282
KF
24282010-01-02 Karl Fogel <kfogel@red-bean.com>
2429
2430 * bookmark.el: Consistently put the text property on the bookmark name.
2431 (bookmark-bmenu-marks-width): Bump back to 2, to include
2432 annotation marks.
2433 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
2434 property on the bookmark name, instead of not putting it at all.
2435 (bookmark-bmenu-list): Fix where we put the text property.
2436
cc4d3cad
KF
24372010-01-02 Karl Fogel <kfogel@red-bean.com>
2438
2439 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
2440 for showing buffer modified state (as added in the previous change).
2441
b894c439
KF
24422010-01-02 Karl Fogel <kfogel@red-bean.com>
2443
2444 * bookmark.el: Show modified state of bookmark buffer more accurately.
2445 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
2446 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
2447 (with-buffer-modified-unmodified): New macro.
2448 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2449 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 2450 Use new macro to preserve the buffer modified state.
b894c439 2451
3a69db53
KF
24522010-01-02 Karl Fogel <kfogel@red-bean.com>
2453
4e5617ee 2454 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
2455 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
2456 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
2457 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
2458 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
2459 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
2460 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 2461
af414f10
EZ
24622010-01-02 Eli Zaretskii <eliz@gnu.org>
2463
4e5617ee
SM
2464 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2465 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 2466
f2ec0e5e
CY
24672010-01-02 Ryan Yeske <rcyeske@gmail.com>
2468
2469 * net/rcirc.el: Add follow-link binding (Bug#4738).
2470
38c1ba62
EZ
24712010-01-02 Eli Zaretskii <eliz@gnu.org>
2472
4e5617ee 2473 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
2474 (cvs-update): New target for backward compatibility.
2475
4e5617ee 2476 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
2477 (cvs-update): New target for backward compatibility.
2478
ea2c0f5b
KF
24792010-01-02 Karl Fogel <kfogel@red-bean.com>
2480
2481 * bookmark.el: Remove gratuitous gratitude.
2482
5ae329f4
KF
24832010-01-02 Karl Fogel <kfogel@red-bean.com>
2484
47989945
KF
2485 * bookmark.el (bookmark-bmenu-any-marks): New function
2486 (bookmark-bmenu-save): Clear buffer modification if no marks.
2487
24882010-01-02 Karl Fogel <kfogel@red-bean.com>
2489
2490 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
2491 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
2492 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
2493 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
2494
2495 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
2496 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
2497 To: emacs-devel {_AT_} gnu.org
2498 Subject: bookmark.el bug report
2499 Date: Mon, 28 Dec 2009 14:19:16 +0800
2500 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
2501
aef053eb
KF
25022010-01-02 Karl Fogel <kfogel@red-bean.com>
2503
2504 * bookmark.el: Improvements suggested by Drew Adams:
2505 (bookmark-bmenu-ensure-position): New name for
2506 `bookmark-bmenu-check-position'. Just ensure the position,
2507 don't return any meaningful value.
2508 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
2509 New constants.
2510
0472835f
JB
25112010-01-02 Juanma Barranquero <lekktu@gmail.com>
2512
2513 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
2514 (bookmark-yank-point, bookmark-bmenu-check-position):
2515 Fix typos in docstrings.
2516 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
2517 (bookmark-name-from-full-record, bookmark-get-position)
2518 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
2519 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
2520 Remove useless quoting of parenthesis, etc. in docstrings.
2521
2522 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
2523 (ediff-append-custom-diff): Fix typo in error message.
2524 (ediff-meta-mark-equal-files): Fix typos in messages.
2525
2526 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
2527
2528 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
2529 Fix typo in docstring.
2530
2531 * net/imap-hash.el (imap-hash-make): Doc fix.
2532 (imap-hash-test): Fix typo in error message; reflow docstring.
2533 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
2534 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
2535 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
2536 Fix typos in docstrings.
2537 (imap-hash-open-connection): Fix typo in error message.
2538
2539 * play/gomoku.el (gomoku): Fix typos in docstring.
2540
2541 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
2542 (gdb-jsonify-buffer): Fix typos in docstring.
2543 (gdb-goto-breakpoint): Fix typo in error message.
2544 ("Display Other Windows"): Fix typo in help message.
2545 (gdb-speedbar-expand-node): Fix typo in question.
2546
2547 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
2548 (idlwave-html-system-help-location, idlwave-html-help-location)
2549 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
2550 (idlwave-help-browser-generic-args, idlwave-help-directory)
2551 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
2552 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
2553 (idlwave-online-help, idlwave-help-html-link)
2554 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
2555 Fix typos in docstrings.
2556 (idlwave-help-with-source, idlwave-help-find-routine-definition):
2557 Reflow docstrings.
2558 (idlwave-help-assistant-start): Fix typo in error message.
2559
2560 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
2561 (octave-electric-space): Fix typos in docstrings.
2562
9bbe0828
CY
25632010-01-01 Chong Yidong <cyd@stupidchicken.com>
2564
2565 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
2566
a88c46c3
CY
25672010-01-01 Juri Linkov <juri@jurta.org>
2568
2569 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 2570 increase the default to 500 (Bug#5148).
a88c46c3 2571
7ee6c59b
NR
25722009-12-31 Nick Roberts <nickrob@snap.net.nz>
2573
2574 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
2575 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
2576 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
2577
a9c8a2cd
NR
25782009-12-30 Nick Roberts <nickrob@snap.net.nz>
2579
2580 Show working revision correctly for mercurial.
2581 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 2582 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 2583
659e4408
JB
25842009-12-29 Juanma Barranquero <lekktu@gmail.com>
2585
2586 Declare some functions for the byte-compiler.
2587 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
2588 (speedbar-timer-fn, speedbar-change-expand-button-char)
2589 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
2590
7ee6c59b
NR
25912009-12-29 Nick Roberts <nickrob@snap.net.nz>
2592
2593 This changeset reverts GDB Graphical Interface to use annotations.
2594 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
2595
460f6e7c
DN
25962009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
2597
2598 Make vc-dir work on subdirectories of the bzr root.
2599 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
2600 file names relative to it.
2601 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
2602 relative directory to vc-bzr-after-dir-status.
2603
543f553a
TH
26042009-12-28 Tassilo Horn <tassilo@member.fsf.org>
2605
2606 * font-lock.el (font-lock-refresh-defaults): New function, which
2607 can be used to let font-lock react to external changes in
2608 variables like font-lock-defaults and keywords.
2609 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
2610
2592ab76
DN
26112009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
2612
ac859983
DN
2613 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
2614
2592ab76
DN
2615 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
2616
58941d03
JB
26172009-12-28 Juanma Barranquero <lekktu@gmail.com>
2618
2619 Supersede color.diff settings in git log (bug#5211).
2620
2621 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
2622 escape chars in its output when the user has color.diff set to `always'.
2623 This fix works on git 1.4.2 and newer (released on 2006-08-13).
2624
39764e76
KR
26252009-12-26 Kevin Ryde <user42@zip.com.au>
2626
2627 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
2628 node. Keep previous "Index" name to work with past coreutils too.
2629
91c4831e
KR
2630 * man.el (man): Revise docstring a bit to show -a and -l as
2631 examples. Add -k description since support for it has otherwise
2632 been a secret. (Further to bug#3717.)
651e932e
KR
2633 (Man-bgproc-sentinel): When "-k foo" produces no output show error
2634 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 2635 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 2636
7f4d4a97
MA
26372009-12-26 Michael Albinus <michael.albinus@gmx.de>
2638
2639 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
2640 switches. Check also for //SUBDIRED// line.
2641
bcffff46
KH
26422009-12-25 Kenichi Handa <handa@m17n.org>
2643
2644 * language/indian.el (devanagari-composable-pattern): Fixed to
2645 handle ZWNJ and ZWJ. Use it in composition-function-table for
2646 Devanagari.
2647 (malayalam-composable-pattern): Fix previous change.
2648
dc1dcfa4
VJL
26492009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2650
2651 * ps-print.el (ps-face-attributes): It was not returning the
2652 attribute face for faces specified as string. Reported by harven
41a20de9 2653 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
2654 (ps-print-version): New version 7.3.5.
2655
6fe539d2
UJ
26562009-12-18 Ulf Jasper <ulf.jasper@web.de>
2657
2658 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
2659 timezone names.
2660 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
2661 (icalendar--add-diary-entry): Remove the trailing blank that
2662 diary-make-entry inserts.
2663
1f3611c6
MA
26642009-12-17 Michael Albinus <michael.albinus@gmx.de>
2665
2666 Make `file-expand-wildcards' work for remote files.
2667
2668 * files.el (file-expand-wildcards): In case of remote files, check
2669 only local file name part for wildcards. Provide feature 'files
2670 and subfeature 'remote-wildcards. (Bug#5198)
2671
2672 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
2673 if there is already an established connection.
2674 (tramp-advice-file-expand-wildcards): Remove it.
2675
2676 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
2677 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
2678 Activate advice for older GNU Emacs versions. (Bug#5237)
2679
9762b219
JB
26802009-12-17 Juanma Barranquero <lekktu@gmail.com>
2681
2682 Some doc fixes (more needed).
2683
2684 * find-cmd.el (find-constituents): Reflow docstring.
2685 (find-cmd, find-prune, find-command): Fix typos in docstrings.
2686 (find-generic): Doc fix.
2687
cfb54897
JL
26882009-12-17 Juri Linkov <juri@jurta.org>
2689
2690 Fix regression from 23.1 to allow multiple modes in Local Variables.
2691
2692 * files.el (hack-local-variables-filter): While ignoring duplicates,
2693 don't take `mode' into account.
2694 (hack-local-variables-filter, hack-dir-local-variables): Don't
2695 remove duplicate `mode' from local-variables-alist (like `eval').
2696
ad974e9e
JL
26972009-12-17 Juri Linkov <juri@jurta.org>
2698
2699 Make `dired-diff' more safe. (Bug#5225)
2700
2701 * dired-aux.el (dired-diff): Signal an error when `file' equals to
2702 `current' or when `file' is a directory of the `current' file.
2703
3616e0b9
AS
27042009-12-17 Andreas Schwab <schwab@linux-m68k.org>
2705
2706 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
2707 unconditionally preloaded files.
2708
72b57560
JL
27092009-12-16 Juri Linkov <juri@jurta.org>
2710
2711 Revert to old 23.1 logic of using the file at the mark as default.
2712 * dired-aux.el (dired-diff): Use the file at the mark as default
2713 if it's not the same as the current file, and the target dir is
2714 the current dir or the mark is active. Add the current file
2715 as the arg of `dired-dwim-target-defaults'. Use the default file
2716 in the prompt. (Bug#5225)
2717
68712eb6
MA
27182009-12-15 Michael Albinus <michael.albinus@gmx.de>
2719
2720 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
2721 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
2722 (tramp-check-for-regexp): Check also, when an echoing shell stops
2723 to echo sent commands.
2724
fd471993
CY
27252009-12-14 Chong Yidong <cyd@stupidchicken.com>
2726
2727 * Makefile.in: Revert last change (Bug#5191).
2728
86b5e14c
DN
27292009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
2730
2731 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
2732 (vc-hg-working-revision): Make sure the command is executed in a
2733 known environment so that we can parse the output. (Bug#4417)
86b5e14c 2734
8cffbb75
CY
27352009-12-14 Chong Yidong <cyd@stupidchicken.com>
2736
2737 * progmodes/python.el (python-symbol-completions): Remove text
2738 properties from symbol string before calling python-send-receive.
2739
6c2b67ad
NR
27402009-12-14 Nick Roberts <nickrob@snap.net.nz>
2741
2742 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 2743 when there are values for both file and line. (Bug#5060)
6c2b67ad 2744
ff6f4585
JL
27452009-12-14 Juri Linkov <juri@jurta.org>
2746
2747 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
2748 whitespace after the file name of the first line of unified format,
2749 because git-diff doesn't output whitespace and file modification time
2750 after the file name.
2751
d3de1c8e
JL
27522009-12-14 David Kastrup <dak@gnu.org>
2753
2754 * info.el (Info-hide-cookies-node): Before hiding a cookie,
2755 check if it already has the `display' property added by
2756 `Info-display-images-node', and not put the `invisible' property
2757 in this case.
2758
f192624c
CY
27592009-12-14 Chong Yidong <cyd@stupidchicken.com>
2760
2761 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2762 (semantic-mru-bookmark-mode): Doc fixes.
2763
2764 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
2765 of assert.
2766
2f1b7dc4
GM
27672009-12-13 Glenn Morris <rgm@gnu.org>
2768
a0cefee5
GM
2769 * mail/emacsbug.el (message-sort-headers): Define for compiler.
2770 (report-emacs-bug): In message-mode, sort manually before storing
2771 original report text. (Bug#5178)
2f1b7dc4
GM
2772 Remove superfluous save-excursion.
2773
31bb373f
MA
27742009-12-12 Michael Albinus <michael.albinus@gmx.de>
2775
2776 * net/dbus.el (dbus-property-handler): Filter lambda forms out
2777 when responding to "GetAll" properties.
2778
5e1d4968
CY
27792009-12-12 Chong Yidong <cyd@stupidchicken.com>
2780
2781 * simple.el (compose-mail): Remove mail-setup-with-from from
2782 customization checks.
2783
097d86f9
EZ
27842009-12-12 Eli Zaretskii <eliz@gnu.org>
2785
2786 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
2787 RAR archives created on Unix systems.
2788
1d4adede
SM
27892009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
2790
2791 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
2792 the varalias that was accidentally removed by the 2009-11-19 change
2793 (bug#5186).
2794
3ff3655c
KH
27952009-12-12 Kenichi Handa <handa@m17n.org>
2796
2797 * language/indian.el (indian-compose-regexp): New function.
2798 (malayalam-composable-pattern): Fix the pattern.
2799 (composition-function-table): Set malayalam-composable-pattern for
2800 Malayalam characters.
2801
82d3343c
CY
28022009-12-11 Chong Yidong <cyd@stupidchicken.com>
2803
315eb96d
CY
2804 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
2805 rather than down-mouse-1, based on follow-link conventions.
2806
82d3343c
CY
2807 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
2808 are compiled.
2809
86a4c7ac
DN
28102009-12-11 Michael McNamara <mac@mail.brushroad.com>
2811
bf0b361c 2812 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
2813 (verilog-vmm-statement-re, verilog-ovm-statement-re)
2814 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
2815 (verilog-leap-to-head, verilog-backward-token):
2816 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
2817
28182009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
2819
bf0b361c
JB
2820 * progmodes/verilog-mode.el (verilog-auto-lineup)
2821 (verilog-nameable-item-re): Cleanup user-visible spelling and
2822 documentation errors. One reported by Gary Delp.
1d4adede 2823 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
2824 (verilog-read-decls): Fix AUTOWIRE with types declared in a
2825 package, bug195. Reported by Pierre-David Pfister.
2826
fe03f49a
GM
28272009-12-11 Glenn Morris <rgm@gnu.org>
2828
47641aac
GM
2829 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
2830
85094855
GM
2831 * mail/emacsbug.el: No longer require sendmail.
2832 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
2833 (report-emacs-bug-orig-text): Doc fix.
2834 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
2835 New local variables, to adapt to different mail-user-agents.
2836 (report-emacs-bug): Fix test for a gnu.org address.
2837 Use overlays for emphasis, since font-lock defeats 'face property.
2838 Pretest bugs also end up at the newsgroup these days.
2839 Stop message-mode stripping text properties.
2840 Set and use the new buffer-local variables.
2841 (report-emacs-bug-hook): Add doc-string.
2842 Remove some unnecessary save-excursions and simplify.
2843 Use the appropriate hook and send-command.
2844
fe03f49a
GM
2845 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
2846 capitalization of some menu entries.
2847
345427f0
VJL
28482009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2849
4e6a65b9 2850 * whitespace.el (whitespace-display-char-on): Ensure
345427f0
VJL
2851 `buffer-display-table' is unique when two or more windows are
2852 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
2853 New version 12.1.
2854
c70ccbba
EZ
28552009-12-10 Eli Zaretskii <eliz@gnu.org>
2856
2857 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
2858 characters in the Attribute field.
2859
f1943c1b
DN
28602009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
2861
2862 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
2863
1c67aeaa
SM
28642009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2865
2866 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2867 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2868 Disregard autoload-excludes.
2869 (update-directory-autoloads): Obey autoload-excludes here instead.
2870 But don't store its contents in no-autoloads and remove entries that
2871 refer to excludes files.
2872
d8194864
GM
28732009-12-10 Glenn Morris <rgm@gnu.org>
2874
8c0171c0
GM
2875 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2876 (expand-mail-aliases): Define for compiler.
2877
dba372dd
GM
2878 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2879 Define for compiler.
2880
d8194864
GM
2881 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2882 appropriate for the mail-user-agent in use.
2883
fe5facd3
MA
28842009-12-09 Michael Albinus <michael.albinus@gmx.de>
2885
2886 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2887
99999a1d
DN
28882009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
2889
2890 Fix short log parsing and fontification.
2891 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2892 Fix fontification for the [merge] label.
2893
2ea1c4aa
SM
28942009-12-09 Vivek Dasmohapatra <vivek@etla.org>
2895
2896 Drop some properties to avoid surprises.
2897 * htmlfontify.el (hfy-ignored-properties): New defcustom.
2898 (hfy-fontify-buffer): Use it.
2899
9840deb6
SM
29002009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
2901
a0d1aadf
SM
2902 Minor cleanup.
2903 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
2904 Adjust all callers.
2905 (ffap-locate-file): Remove unused arg `dir-ok' and make other
2906 args compulsory. Adjust callers.
2907 (ffap-gopher-at-point): Remove unused var `name'.
2908
9840deb6
SM
2909 Get rid of the ELCFILES abomination.
2910 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2911 (compile-elcfiles): New phony target.
2912 (compile-main): Compute ELCFILES dynamically.
2913 (compile-clean): New target to remove left-over elc files.
2914 (compile, all): Use it.
2915
7eb3f9a8
KH
29162009-12-09 Kenichi Handa <handa@etlken>
2917
2918 * international/mule-diag.el: Require help-mode instead of help-fns.
2919
ae63e572
KH
29202009-12-09 Kenichi Handa <handa@m17n.org>
2921
5ce6e4f4 2922 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
2923 fine ranges instead of pre-calculating accurate ranges.
2924 Iterate with bigger gc-cons-threshold.
ae63e572 2925
e2f3c692
DN
29262009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2927
2928 Add support for stashing a snapshot of the current tree.
2929 * vc-git.el (vc-git-stash-snapshot): New function.
2930 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
2931
cf6d0352
JB
29322009-12-08 Jose E. Marchesi <jemarch@gnu.org>
2933
2934 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
2935 instead of `(beginning|end)-of-line'.
2936
48e4acc9
GM
29372009-12-08 Glenn Morris <rgm@gnu.org>
2938
6e890faa
GM
2939 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
2940
48e4acc9
GM
2941 * Makefile.in (ELCFILES): Regenerate.
2942
d2a1dc7b
JL
29432009-12-07 Juri Linkov <juri@jurta.org>
2944
2945 Don't lazy-highlight the comint output in history Isearch mode.
2946
2947 * comint.el (comint-history-isearch-search): Instead of
2948 `comint-line-beginning-position', use `comint-after-pmark-p'
2949 to check if point if before the process mark, and go to
2950 `process-mark' in this case.
2951
51ef56c4
SM
29522009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2953
fb10ee4a
SM
2954 * textmodes/tex-mode.el (latex-complete)
2955 (latex-indent-or-complete): Remove.
2956 (latex-mode): Set completion-at-point-functions instead.
2957
2958 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
2959 * minibuffer.el (completion-at-point-functions): New var.
2960 (completion-at-point): New command.
fb10ee4a 2961 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
2962 * progmodes/python.el (python-mode-map): Use completion-at-point.
2963 (python-completion-at-point): Rename from python-partial-symbol and
2964 adjust for use in completion-at-point-functions.
2965 (python-mode): Setup completion-at-point for Python completion.
2966 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
2967 extracted from lisp-complete-symbol.
2968 (lisp-complete-symbol): Use it.
2969 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
2970 setup completion-at-point for Elisp completion.
fb10ee4a
SM
2971 (emacs-lisp-mode-map, lisp-interaction-mode-map):
2972 Use completion-at-point.
51ef56c4 2973 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 2974 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
2975 * progmodes/sym-comp.el: Move to...
2976 * obsolete/sym-comp.el: Move from progmodes.
2977
5e7a9022
EZ
29782009-12-07 Eli Zaretskii <eliz@gnu.org>
2979
2980 Prevent save-buffer in Rmail buffers from using the coding-system
2981 of the current message, and from clobbering the encoding mnemonics
2982 in the mode line (Bug#4623).
2983
2984 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
2985 flag, too.
2986 (rmail-message-encoding): New variable.
2987 (rmail-write-region-annotate): Record the encoding of the current
2988 message in rmail-message-encoding.
2989 (rmail-after-save-hook): New function, restores the encoding of
2990 the current message after the message collection is saved.
2991
9136e895
JL
29922009-12-07 Juri Linkov <juri@jurta.org>
2993
2994 * progmodes/grep.el (grep-read-files): Use `completing-read'
2995 instead of `read-string'. Set its `collection' arg to
2996 `read-file-name-internal'. (Bug#4301)
2997
40637410
JL
29982009-12-07 Juri Linkov <juri@jurta.org>
2999
3000 Correctly restore original Isearch point. (Bug#4994)
3001
3002 * isearch.el (isearch-mode): Move `isearch-push-state' after
3003 `(run-hooks 'isearch-mode-hook)'.
3004 (isearch-cancel): When `isearch-push-state-function' is defined,
3005 let-bind `isearch-cmds' to the first state (the last element of
3006 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
3007 function and restores the original point). Otherwise, move point
3008 to `isearch-opoint'.
3009
da10ce2b
SM
30102009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3011
3012 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
3013 chars that don't have names, so the table can be built much faster at
3014 run-time.
3015
3d68fa99
CY
30162009-12-07 Chong Yidong <cyd@stupidchicken.com>
3017
f82b1493
CY
3018 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
3019 change. Suggested by David Kastrup.
3020
3d68fa99
CY
3021 * simple.el (compose-mail): Check for incompatibilities and warn.
3022 (compose-mail-user-agent-warnings): New option.
3023
662c5698
DN
30242009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3025
3026 Support showing a single log entry from vc-annotate.
3027 * vc.el (print-log): Add a new argument: START-REVISION.
3028 (vc-print-log-internal): Add a new optional argument and
3029 pass it to the backend.
3030 (vc-print-log, vc-print-root-log): Adjust callers.
3031 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
3032 buffer already displays the requested log entry, use it.
3033 Otherwise display only the log entry in question.
3034 * vc-svn.el (vc-svn-print-log):
e4070cdc 3035 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
3036 * vc-hg.el (vc-hg-state):
3037 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
3038 (vc-git-show-log-entry): Return t on success.
3039 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
3040 (vc-bzr-show-log-entry): Return t on success.
3041 * vc-rcs.el (vc-rcs-print-log):
3042 * vc-sccs.el (vc-sccs-print-log):
3043 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
3044
e4070cdc
GM
30452009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3046
5ce6e4f4
JB
3047 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
3048 Add menus to the meta mode. (Bug#5043)
e4070cdc 3049
5ce6e4f4 30502009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
3051
3052 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 3053 event-key.
662c5698 3054
662c5698
DN
3055 * ediff.el (ediff-buffers-internal): Add unwind-protect.
3056
dab816a9
MA
30572009-12-07 Michael Albinus <michael.albinus@gmx.de>
3058
3059 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
3060 Berbain <raphael.berbain@gmail.com>.
3061
3062 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
3063 characters.
3064 (tramp-initial-end-of-output): New defconst.
3065 (tramp-methods, tramp-find-shell)
3066 (tramp-open-connection-setup-interactive-shell)
3067 (tramp-maybe-open-connection): Use it.
3068 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
3069 existence of `#' and `$'.
3070
3071 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
3072 `tramp-initial-end-of-output'.
3073
a91e1f6b
DN
30742009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3075
3076 Get the background mode from the terminal for xterm, and set
3077 faces accordingly.
3078 * term/xterm.el (xterm-set-background-mode): New function.
3079 (terminal-init-xterm): Use it in case xterm supports background
3080 color queries. Recompute faces after getting the background
3081 color.
3082
5fa9d1ec
GM
30832009-12-07 Ulrich Mueller <ulm@gentoo.org>
3084
3085 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
3086 number comment back on its own line, for easier parsing.
3087
5e9fde5e
SM
30882009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3089
3090 Make it work for non-file buffers (bug#5102).
3091 * doc-view.el (doc-view-current-cache-dir):
3092 Use doc-view-buffer-file-name rather than buffer-file-name.
3093 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
3094
2f2f5242
CY
30952009-12-06 Óscar Fuentes <ofv@wanadoo.es>
3096
3097 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
3098 author field is too short.
3099
cebf8ec6
DN
31002009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
3101
5e9fde5e
SM
3102 * vc-git.el (vc-git-print-log): Handle a limit argument.
3103 Display the short log in graph form and with labels.
0d3f8a78
DN
3104 (vc-git-log-view-mode): Handle labels.
3105
cebf8ec6
DN
3106 Make vc-revert change VC state from 'added to 'unregistered.
3107 * vc-git.el (vc-git-revert): Call git reset first.
3108
8e39154d
UJ
31092009-12-06 Ulf Jasper <ulf.jasper@web.de>
3110
d8194864
GM
3111 * net/newst-backend.el, net/newst-plainview.el:
3112 * net/newst-reader.el, net/newst-ticker.el:
3113 * net/newst-treeview.el, net/newsticker.el:
3114 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 3115
ef187c24
CY
31162009-12-06 Chong Yidong <cyd@stupidchicken.com>
3117
238a0f3a
CY
3118 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
3119
2c6bb71a
CY
3120 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
3121 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
3122 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3123 Update annotation regexp.
3124
ef187c24
CY
3125 * simple.el (beginning-of-visual-line): Constrain to field
3126 boundaries (Bug#5106).
3127
571855b6
UJ
31282009-12-06 Ulf Jasper <ulf.jasper@web.de>
3129
d8194864 3130 * xml.el (xml-substitute-numeric-entities): Move
571855b6 3131 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 3132 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
3133 * net/newst-backend.el (newsticker--parse-generic-feed)
3134 (newsticker--parse-generic-items)
d8194864 3135 (newsticker--decode-numeric-entities): Move
571855b6 3136 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 3137 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 3138
b857059c
CY
31392009-12-06 Daniel Colascione <dan.colascione@gmail.com>
3140
3141 * progmodes/js.el (js--js-not): Add null to the list of values.
3142
c2dae51b
CY
31432009-12-06 Chong Yidong <cyd@stupidchicken.com>
3144
d8194864 3145 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 3146
ed0f72d2
RW
31472009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3148
3149 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
3150 delimiter if it is at the end of the current line.
3151 (bibtex-generate-url-list): Fix docstring.
3152
365b9a62
SM
31532009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3154
3155 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
3156 minibuffer's content with itself.
3157 Fold the confirm-after-completion case into the `confirm' case.
3158 (completion-pcm-word-delimiters): Add : and / to the delimiters.
3159
990a9cb1
KR
31602009-12-06 Kevin Ryde <user42@zip.com.au>
3161
3162 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 3163 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 3164
8b5a10db 3165 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 3166 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 3167
065543e7
JL
31682009-12-05 Juri Linkov <juri@jurta.org>
3169
3170 Save and restore dired buffer's point positions too. (Bug#4880)
3171
3172 * dired.el (dired-save-positions): Return in the first element
3173 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
3174 Doc fix.
3175 (dired-restore-positions): First restore buffer's position.
3176 While restoring window's positions, check if window still displays
3177 the original buffer.
3178
503edac9
CY
31792009-12-05 Chong Yidong <cyd@stupidchicken.com>
3180
9a594ee6
CY
3181 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
3182 if possible.
3183
365b9a62
SM
3184 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
3185 Make argument optional.
9a594ee6 3186
925f8c70
CY
3187 * shell.el (shell): Require ansi-color (Bug#5113).
3188
3189 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
3190
503edac9
CY
3191 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
3192
8fea6b33
AM
31932009-12-05 Alan Mackenzie <acm@muc.de>
3194
3195 * progmodes/cc-mode.el (c-before-hack-hook)
3196 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
3197 `c-file-style' to work again. This reversion restores the current
212c5aef 3198 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 3199
5d1fd962
CY
32002009-12-05 Kevin Ryde <user42@zip.com.au>
3201
3202 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
3203 comment-start-skip to comment-end-skip as comment (Bug#4781).
3204
30760c8b
JL
32052009-12-05 Juri Linkov <juri@jurta.org>
3206
3207 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
3208 for virtual nodes. (Bug#4147)
3209 (Info-find-node-2): Set `Info-current-node-virtual' to nil
3210 when moving from a virtual node.
3211 (Info-mode-menu): Add `Info-virtual-index' to the menu.
3212 (Info-mode): Add `Info-virtual-index' to the docstring.
3213
1dc5c6f3
CY
32142009-12-05 Eric Ludlam <zappo@gnu.org>
3215
3216 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
3217 Describe project macro symbols.
3218
3219 * cedet/semantic/complete.el (semantic-complete-do-completion):
3220 Don't call semantic-collector-current-exact-match.
3221
3222 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
3223 ede-objects as targets.
3224
3225 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
3226 a target's object list even if compiler vars are already in the
3227 Makefile.
3228
3229 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
3230 list of headers producing necessary macros.
3231
403111a8
RW
32322009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3233
3234 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
3235 track of the buffer position of the end of a BibTeX entry as this
3236 position may change during reformatting.
3237 (bibtex-format-entry): Remove whitespace before processing
3238 numerical fields so that we recognize the latter properly.
3239 (bibtex-reformat): Do not use push which changes the global value
3240 of bibtex-entry-format.
3241 (bibtex-field-braces-alist, bibtex-field-strings-alist)
3242 (bibtex-field-re-init): Replace only space characters by regexp
3243 for whitespace.
365b9a62 3244 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
3245 (bibtex-initialize): Also update bibtex-strings.
3246 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
3247 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
3248 Update bibtex-reference-keys.
403111a8 3249
25b54627
SM
32502009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3251
3252 * minibuffer.el (completion-pcm--merge-try): Also consider placing
3253 point after a star, if that's the only place where modifications can
3254 make progress.
3255
35639eb4
DN
32562009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
3257
3258 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
3259 in docstrings.
3260
8b78760b
JL
32612009-12-04 Juri Linkov <juri@jurta.org>
3262
3263 * proced.el (proced): Call `(proced-update t)' to update process
3264 information instead of only running proced-post-display-hook.
3265 (proced-send-signal): Add a leading space to the buffer name
3266 " *Marked Processes*" to make this buffer ephemeral.
3267
2b3489a7
JL
32682009-12-04 Juri Linkov <juri@jurta.org>
3269
3270 * dired.el (dired-auto-revert-buffer): New defcustom.
3271 (dired-internal-noselect): Use it.
3272
9b9debd1
JL
32732009-12-04 Juri Linkov <juri@jurta.org>
3274
3275 Change roles of modes and functions in image-mode.el (Bug#5062).
3276
3277 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
3278 in `auto-mode-alist'.
3279 (image-mode-previous-major-mode): New variable.
3280 (image-minor-mode-map): Rename from `image-mode-text-map'.
3281 (image-mode): Move graceful error-handling code from
3282 `image-minor-mode' to here. On errors call `image-mode-as-text'.
3283 (image-minor-mode): Remove all image-handling code.
3284 Replace `image-mode-text-map' with `image-minor-mode-map'.
3285 Check for `image-type' in mode-line format string.
3286 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
3287 (image-mode-as-text): New function with most code from
3288 `image-mode-maybe'.
3289 (image-toggle-display-text): Move code that removes image
3290 properties from `image-toggle-display' to here.
3291 (image-toggle-display-image): New function with code that adds
3292 image properties copied from `image-toggle-display'.
3293 (image-toggle-display): Remove most code with leaving only code
3294 that toggles between `image-mode-as-text' and `image-mode'.
3295
0c74a301
UJ
32962009-12-04 Ulf Jasper <ulf.jasper@web.de>
3297
3298 * net/newst-treeview.el
3299 (newsticker--treeview-list-highlight-start): Restored call to
3300 save-excursion: Selected item was stuck.
3301 (newsticker--treeview-list-select): New.
3302 (newsticker--treeview-item-show-text)
3303 (newsticker--treeview-item-show)
3304 (newsticker--treeview-item-update): Use new
3305 newsticker-treeview-item-mode.
3306 (newsticker-treeview-update): Keep current item.
3307 (newsticker-treeview-next-new-or-immortal-item): Doc change.
3308 (newsticker--treeview-first-feed): Doc change.
3309 (newsticker-treeview-list-menu)
3310 (newsticker-treeview-item-menu): Added menu entries.
3311 (newsticker-treeview-item-mode): New.
3312
5ce6e4f4 3313 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
3314 windows.
3315
9eaeec5b
SS
33162009-12-04 Sam Steingold <sds@gnu.org>
3317
3318 * log-view.el (log-view-mode-map): "q" calls quit-window,
3319 like in all the other non-self-insert buffers.
3320
b2bf5be5
SM
33212009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3322
3323 Minor cleanup.
3324 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
3325 key decoding rather than do it manually via last-input-event +
3326 ascii-character.
3327 (term-exec): Use delete-and-extract-region.
3328 (term-handle-ansi-terminal-messages): Remove unused var `end'.
3329 (term-process-pager): Remove unused var `i'.
3330 (term-dynamic-simple-complete): Make obsolete.
3331 (serial-update-config-menu): Remove unused vars `y' and `str'.
3332 (term-update-mode-line): Remove unused var `temp'.
3333
46e5c897
DN
33342009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3335
3336 Limit the number of log entries displayed by default.
3337 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
3338 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
3339 using a prefix argument.
3340
627e0a14
GM
33412009-12-03 Glenn Morris <rgm@gnu.org>
3342
3343 * progmodes/idlwave.el (class): Restore still useful declaration.
3344
8578c224
AM
33452009-12-03 Alan Mackenzie <acm@muc.de>
3346
4abc318c 3347 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 3348
b2bf5be5
SM
3349 * progmodes/cc-mode.el (c-basic-common-init):
3350 Call c-state-cache-init.
9762b219 3351 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 3352 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 3353 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
3354
3355 * progmodes/cc-langs.el (c-before-font-lock-function):
3356 c-extend-and-neutralize-syntax-in-CPP has been renamed
3357 c-neutralize-syntax-in-and-mark-CPP.
3358
3359 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
3360 with `category' properties now, not `syntax-table' ones.
3361
3362 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
3363 enhanced (but slower) version of c-end-of-macro that won't land
3364 inside a literal or on another awkward character.
3365 (c-state-cache-too-far, c-state-cache-start)
3366 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
3367 (c-state-nonlit-pos-cache-limit, c-state-point-min)
3368 (c-state-point-min-lit-type, c-state-point-min-lit-start)
3369 (c-state-min-scan-pos, c-state-brace-pair-desert)
3370 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
3371 buffer local variables.
3372 (c-state-literal-at, c-state-lit-beg)
3373 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
3374 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
3375 (c-state-cache-top-paren, c-state-cache-after-top-paren)
3376 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
3377 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
3378 (c-renarrow-state-cache)
3379 (c-append-lower-brace-pair-to-state-cache)
3380 (c-state-push-any-brace-pair, c-append-to-state-cache)
3381 (c-remove-stale-state-cache)
3382 (c-remove-stale-state-cache-backwards, c-state-cache-init)
3383 (c-invalidate-state-cache-1, c-parse-state-1)
3384 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
3385 (c-parse-state): Enhance and refactor.
3386 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
3387
3388 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
3389 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
3390 modify to use category text properties rather than syntax-table ones.
3391 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
3392 to switch off/on the syntactic paren property of C++ template
3393 delimiters using the category property.
3394 (c-with-<->-as-parens-suppressed): Macro to invoke code with
3395 template delims suppressed.
3396 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
3397 New constant/macros which apply category properties to the start
3398 and end of preprocessor constructs.
b2bf5be5 3399 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
3400 "comment out" the syntactic value of characters in preprocessor
3401 constructs.
3402 (c-with-cpps-commented-out)
3403 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
3404 with characters in all or all but one preprocessor constructs
3405 "commented out".
3406
0d4dc442
RW
34072009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3408
3409 * proced.el (proced-filter-alist): Use regexp-quote.
3410
a09dc9bf
MA
34112009-12-03 Michael Albinus <michael.albinus@gmx.de>
3412
3413 Cleanup.
3414 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
3415 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
3416 arguments. Expand `default-directory'.
3417
3418 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
3419 the benefit of returning an expanded localname.
3420 (tramp-tramp-file-p): Handle the case NAME is not a string.
3421
3f6bd790
DN
34222009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3423
4dfb3b9c
DN
3424 Add support for bzr shelve/unshelve.
3425 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3426 (vc-bzr-extra-menu-map): New variables.
3427 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
3428 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
3429 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
3430 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
3431 (vc-bzr-dir-extra-headers): Display shelves.
3432
3f6bd790
DN
3433 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
3434
842d73a1
SM
34352009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3436
3437 * textmodes/bibtex.el (bibtex-complete-internal):
3438 Use completion-in-region.
3439 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
3440
7fa4876f
DN
34412009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3442
3443 Support applying stashes. Improve UI.
3444 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
3445 (vc-git-stash-apply, vc-git-stash-pop)
3446 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
3447 (vc-git-stash-menu): New functions.
3448 (vc-git-stash-menu-map): New variable.
3449 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
3450
d6e82452
GM
34512009-12-03 Glenn Morris <rgm@gnu.org>
3452
3453 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
3454 (vc-print-log-internal): Fix previous change.
3455 (vc-revert): Correct pluralization.
3456
8d222148
SM
34572009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3458
ea52206b
SM
3459 * progmodes/make-mode.el (makefile-special-targets-list): No need for
3460 it to be an alist any more.
3461 (makefile-complete): Use completion-in-region.
3462
69a94a37
SM
3463 * progmodes/octave-mod.el (octave-complete-symbol):
3464 Use completion-in-region.
3465
8d222148
SM
3466 Misc cleanup.
3467 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
3468 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
3469 (idlwave-complete-class): Don't quote lambda.
3470 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
3471 (idlwave-mode-map): Move initialization into declaration.
3472 (idlwave-action-and-binding): Use backquotes.
3473 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
3474 Simplify.
3475 (idlwave-is-pointer-dereference): Remove unused var `pos'.
3476 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
3477 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
3478 `parts', and `all-parts'.
3479 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
3480 (idlwave-convert-xml-system-routine-info): Remove unused string
3481 `version-string'.
3482 (idlwave-display-user-catalog-widget): Use dolist.
3483 (idlwave-scanning-lib): Declare dynamically-scoped var.
3484 (idlwave-scan-library-catalogs): Remove unused var `flags'.
3485 (completion-highlight-first-word-only): Declare to silence bytecomp.
3486 (idlwave-popup-select): Tighten scope of `resp'.
3487 (idlwave-find-struct-tag): Remove unused var `beg'.
3488 (idlwave-after-load-rinfo-hook): Declare.
3489 (idlwave-sintern-class-info): Remove unused var `taglist'.
3490 (idlwave-find-class-definition): Remove unused var `list'.
3491 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
3492 (idlwave-what-module-find-class): Remove unused var `classes'.
3493
3bb8691b
JB
34942009-12-03 Juanma Barranquero <lekktu@gmail.com>
3495
3496 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
3497
f72f0c23
SM
34982009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3499
3500 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
3501 buffers visited. Remove redundant current-buffer-saving.
3502
601a9508
SM
35032009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3504
3505 Use completion-in-buffer and remove uses of dynamic scoping.
3506 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
3507 (pascal-buffer-to-use, pascal-flag): Don't declare.
3508 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
3509 (pascal-get-completion-decl, pascal-keyword-completion):
3510 Add `pascal-str' argument, save-excursion,
3511 return the found completions, and don't filter with pascal-pred.
3512 (pascal-completion-cache): New var.
3513 (pascal-completion): Don't switch buffer any more (it was never
3514 necessary). Don't save-excursion any more (it's done by the called
3515 subroutines). Use a cache to avoid redundant computations.
3516 Use complete-with-action rather than pascal-completion-response and
3517 let it apply the predicate as well.
3518 (pascal-complete-word): Use completion-in-buffer when
3519 pascal-toggle-completions is nil.
3520 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
3521 not used any more.
3522 (pascal-comp-defun): Don't change buffer any more.
3523 Use complete-with-action rather than pascal-completion-response and
3524 let it apply the predicate as well.
3525 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
3526 when neded.
3527
1ff4cb98
KH
35282009-12-02 Kenichi Handa <handa@m17n.org>
3529
3530 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
3531 shape for all Indic scripts.
3532
bb12edf1
SM
35332009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3534
3535 Use completion-in-buffer.
3536 * wid-edit.el (widget-field-text-end): New function.
3537 (widget-field-value-get): Use it.
3538 (widget-string-complete, widget-file-complete)
3539 (widget-color-complete): Use it and completion-in-region.
3540 (widget-complete): Don't narrow the buffer.
3541
5813f6ef
GM
35422009-12-02 Glenn Morris <rgm@gnu.org>
3543
c920f222
GM
3544 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
3545 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
3546 * mail/rmailsum.el: Replace all pop-to-buffer calls with
3547 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 3548
5813f6ef
GM
3549 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
3550 save-excursion with save-current-buffer.
3551 Widen before searching. (Bug#5093)
3552 (diary-list-sexp-entries): Remove superfluous save-excursion.
3553
34b1d750
GM
35542009-12-02 Michael Welsh Duggan <mwd@cert.org>
3555
3556 * woman.el (woman-make-bufname): Handle man-pages with "." in the
3557 name. (Bug#5038)
3558
b2d5f31a
GM
35592009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
3560
3561 * ido.el (ido-file-internal): Handle filenames at point that do
3562 not have a directory part. (Bug#5049)
3563
c710ac3c
JB
35642009-12-02 Juanma Barranquero <lekktu@gmail.com>
3565
3566 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
3567 (mpc-songs-jump-to, mpc-resume): Doc fixes.
3568
9946be46
SM
35692009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
3570
3571 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
3572 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
3573 any more.
3574
b08016f2
SM
35752009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3576
e7440df4
SM
3577 * comint.el (comint-insert-input): Ignore clicks to the right of
3578 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
3579
3bb8691b 3580 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
3581 terminate before setting up the major mode.
3582
f3b757f5
SM
3583 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
3584 in case.
3585
a2877f1d
SM
3586 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
3587 the last element.
3588
b08016f2
SM
3589 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
3590
782d6e30
GM
35912009-12-01 Glenn Morris <rgm@gnu.org>
3592
3593 * window.el (window--display-buffer-2): Fix previous changes.
3594
28f57f7e
CY
35952009-12-01 Chong Yidong <cyd@stupidchicken.com>
3596
3597 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
3598
c31a2fdc
GM
35992009-12-01 Glenn Morris <rgm@gnu.org>
3600
3601 * Makefile.in (ELCFILES): Add mpc.elc.
3602
e1ada222
SM
36032009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3604
3605 * mpc.el: New file.
3606
0c9ff2c5
GM
36072009-12-01 Glenn Morris <rgm@gnu.org>
3608
3689984f
GM
3609 * window.el (window-to-use): Define for compiler.
3610
3ab4308b
GM
3611 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
3612 consistent with others (no final period).
3613
0c9ff2c5
GM
3614 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
3615 (rmail-mime-show): Downcase the encoding. (Bug#5070)
3616
fb0c18ff
DN
36172009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
3618
3619 Make vc-print-log buttons work.
045b9da7 3620 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 3621
2ac7e73e
JB
36222009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
3623
3624 * savehist.el (savehist-autosave-interval): Allow setting to nil
3625 through customize. (Bug#5056)
3626
5237d741
JB
36272009-11-30 Juanma Barranquero <lekktu@gmail.com>
3628
3629 Fix references to jit-lock properties.
3630 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3631 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
3632 (perl-font-lock-special-syntactic-constructs):
3633 Quote jit-lock-defer-multiline property.
3634
379241fa
DN
36352009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
3636
3637 * vc-git.el (vc-git-registered): Call vc-git-root only once.
3638
054ae856
JL
36392009-11-30 Juri Linkov <juri@jurta.org>
3640
3641 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
3642 value `buffer' of `multi-isearch-next-buffer-current-function'.
3643 Use `(current-buffer)' when `buffer' is nil.
3644 (multi-isearch-next-buffer-from-list): Don't fallback to
3645 `(current-buffer)' when `buffer' is nil. (Bug#4947)
3646
67296dda
JL
36472009-11-30 Juri Linkov <juri@jurta.org>
3648
3649 * misearch.el (multi-isearch-read-buffers): Move canonicalization
3650 of buffers with `get-buffer' to `multi-isearch-buffers'.
3651 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3652 Canonicalize BUFFERS with `get-buffer'. Doc fix.
3653 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
3654 FILES with `expand-file-name' converting relative file names
3655 to absolute. Doc fix. (Bug#4727)
3656
c585bf32
JL
36572009-11-30 Juri Linkov <juri@jurta.org>
3658
3659 * misearch.el (multi-isearch-read-buffers)
3660 (multi-isearch-read-matching-buffers): New functions.
3661 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3662 Use them in the `interactive' spec. Doc fix.
3663 (multi-isearch-read-files, multi-isearch-read-matching-files):
3664 New functions.
3665 (multi-isearch-files, multi-isearch-files-regexp):
3666 Use them in the `interactive' spec. Doc fix. (Bug#4725)
3667
0a745733
JL
36682009-11-30 Juri Linkov <juri@jurta.org>
3669
3670 * doc-view.el (doc-view-continuous):
3671 Rename from `doc-view-continuous-mode'.
3672 (doc-view-menu): Move "Toggle display" to the top.
3673 Add submenu "Continuous" with radio buttons "Off"/"On"
3674 and "Save as Default".
3675 (doc-view-scroll-up-or-next-page)
3676 (doc-view-scroll-down-or-previous-page)
3677 (doc-view-next-line-or-next-page)
3678 (doc-view-previous-line-or-previous-page): Rename
3679 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
3680
1f9689eb
JL
36812009-11-30 Juri Linkov <juri@jurta.org>
3682
3683 * comint.el (comint-mode-map): Rebind `M-r' from
3684 `comint-previous-matching-input' to
3685 `comint-history-isearch-backward-regexp'.
3686 Unbind `M-s' to allow global key binding `M-s'.
3687 Add menu items for `comint-history-isearch-backward' and
3688 `comint-history-isearch-backward-regexp'. (Bug#3746)
3689
2952b1ae
JL
36902009-11-30 Juri Linkov <juri@jurta.org>
3691
3692 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
3693 For def=recenter, replace `recenter' with `recenter-top-bottom'
3694 that is called with `this-command' and `last-command' let-bound
3695 to `recenter-top-bottom'. When the last `def' was not `recenter',
3696 set `recenter-last-op' to nil. (Bug#4981)
3697
7a9547ca
SM
36982009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3699
20565545
SM
3700 Minor cleanup and simplification.
3701 * filecache.el (file-cache-add-directory)
3702 (file-cache-add-directory-recursively)
3703 (file-cache-add-from-file-cache-buffer)
3704 (file-cache-delete-file-regexp, file-cache-delete-directory)
3705 (file-cache-files-matching-internal, file-cache-display): Use dolist.
3706 (file-cache-temp-minibuffer-message): Delete function.
3707 (file-cache-minibuffer-complete): Use minibuffer-message instead.
3708
7a9547ca
SM
3709 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3710 Don't signal an error when bumping into EOB in tr, s, or y.
3711
08e968f3
JL
37122009-11-29 Juri Linkov <juri@jurta.org>
3713
3714 * startup.el (fancy-about-text): Fix wording of Guided Tour.
3715 (Bug#4960)
3716
3717 * descr-text.el (describe-char-unidata-list): Use lowercase name
3718 for "Unicode name" like in other tags.
3719
f8d170a4
JL
37202009-11-29 Juri Linkov <juri@jurta.org>
3721
3722 * ediff-util.el (ediff-minibuffer-with-setup-hook):
3723 New compatibility macro.
7a9547ca 3724 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 3725
0116abbd
JL
37262009-11-29 Juri Linkov <juri@jurta.org>
3727
3728 Add defcustom to define the cycling order of `recenter-top-bottom'.
3729 (Bug#4981)
3730
3731 * window.el (recenter-last-op): Doc fix.
3732 (recenter-positions): New defcustom.
3733 (recenter-top-bottom): Rewrite to use `recenter-positions'.
3734 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
3735
61eef560
MA
37362009-11-29 Michael Albinus <michael.albinus@gmx.de>
3737
3738 Improve integration of Tramp and ange-ftp in eshell.
3739
e4070cdc 3740 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
3741 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
3742 (eshell/sudo): Flatten args. Let-bind `default-directory'.
3743
3744 * eshell/esh-util.el (top): Require also Tramp when compiling.
3745 (eshell-directory-files-and-attributes): Check for FTP remote
3746 connection.
3747 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
3748 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
3749 (eshell-file-attributes): Handle ".". Return `entry'.
3750
3751 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
3752 (ange-ftp-directory-files-and-attributes)
3753 (ange-ftp-real-directory-files-and-attributes): New defuns.
3754
3755 * net/tramp.el (tramp-maybe-open-connection): Open the remote
3756 shell with "exec" when possible. This prevents trailing prompts
3757 in `start-file-process'.
3758
f5467d3f
SM
37592009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3760
21f49db9
SM
3761 Try and remove assumptions about point-min==1.
3762 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
3763 (rng-compute-mode-line-string): Show the validation percentage in
3764 terms of the narrowed text, not the widened text.
3765 (rng-do-some-validation): Don't catch internal errors when debugging.
3766 (rng-first-error): Simplify.
3767 (rng-after-change-function): Remove work around. AFAIK the bug has
3768 been fixed a while ago.
3769
26224faf
SM
3770 * image-mode.el (image-minor-mode): Exit more gracefully when the image
3771 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
3772
d7117720
SM
3773 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
3774
f5467d3f
SM
3775 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
3776 `cd' doesn't always do it for us (bug#5067).
3777
3778 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
3779 on 2009-10-25 as part of some other change (bug#5067).
3780
c5269f1c
SM
37812009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3782
62a258a7
SM
3783 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3784 `suspicious'.
3785 (byte-compile-warnings): Use byte-compile-warning-types.
3786 (byte-compile-save-excursion): Warn about use of set-buffer right
3787 after save-excursion.
3788
c5269f1c
SM
3789 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
3790 the excursion as well.
3791
3ba30eb8
MA
37922009-11-27 Michael Albinus <michael.albinus@gmx.de>
3793
3794 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
3795 providing a Tramp related implementation of "su" and "sudo".
3796 (eshell-unix-initialize): Add "su" and "sudo".
3797
6c6f788d
DU
37982009-11-27 Daiki Ueno <ueno@unixuser.org>
3799
3800 * net/socks.el (socks-send-command): Convert binary request to
3801 unibyte before sending. This fixes mishandling of some port
3802 numbers such as 129.
3803
10c877fe
SM
38042009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3805
6f06a171
SM
3806 * help.el (describe-bindings-internal): Remove `interactive'.
3807
10c877fe
SM
3808 * man.el (Man-completion-table): Trim a terminating "(".
3809 Remove the space between name page a section.
3810 Add the command's description on the `help-echo' property.
c5269f1c
SM
3811 Remove `process-connection-type' binding since it's unused by
3812 call-process.
10c877fe
SM
3813 Provide completion for the "<section> <name>" format as well.
3814 (Man-default-man-entry): Remove spurious var shadowing the argument.
3815
c44a4822
KR
38162009-11-26 Kevin Ryde <user42@zip.com.au>
3817
3818 * log-view.el: Add "Keywords: tools", since its other keywords
3819 aren't in finder-known-keywords, and following vc.el.
3820
9d58f081
KR
3821 * sha1.el (sha1-string-external): default-directory "/" in case
3822 otherwise non-existent. process-connection-type pipe for touch of
3823 efficiency recommended by elisp manual. (An aside in Bug#3911.)
3824
72fe6b25
SM
38252009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3826
3827 Misc coding convention cleanups.
3828 * htmlfontify.el (hfy-init-kludge-hook): Rename from
3829 hfy-init-kludge-hooks.
3830 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
3831 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
3832 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
3833 and push.
3834 (hfy-slant, hfy-weight): Use tables rather than code.
3835 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
3836 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
3837 (hfy-face-attr-for-class): Initialize `face-spec' directly.
3838 (hfy-face-to-css): Remove `nconc' with single arg.
3839 (hfy-p-to-face-lennart): Use `or'.
3840 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
3841 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
3842 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
3843 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
3844 (hfy-force-fontification): Use run-hooks.
3845
85e0a536
SM
38462009-11-26 Vivek Dasmohapatra <vivek@etla.org>
3847
3848 Various minor fixes.
3849 * htmlfontify.el (hfy-default-header): Add toggle_invis since
3850 Javascript belongs in the header, not the body.
3851 (hfy-javascript): Remove.
3852 (hfy-fontify-buffer): Don't insert it any more.
3853 (hfy-face-at): Handle (face0 face1 face2) style face properties.
3854 Fix bug in invis handling when there were no invis props in a chunk.
3855
62ccc42c
SM
38562009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3857
3858 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
3859
2643c7aa
DN
38602009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
3861
3862 * finder.el (finder-mode-map): Add a menu.
3863
0e5c8aed
DN
38642009-11-26 Michael McNamara <mac@mail.brushroad.com>
3865
bf0b361c 3866 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
3867 "unsigned" structs.
3868
3869 (verilog-leap-to-head, verilog-backward-token): Handle "disable
3870 fork" statement better.
3871
38722009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
3873
bf0b361c
JB
3874 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3875 (verilog-delete-auto, verilog-delete-empty-auto-pair)
3876 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3877 Reported by Clay Douglass.
0e5c8aed
DN
3878
3879 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c
SM
3880 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3881 Fix removing "// Interfaces" when saving .* expansions. Reported by
0e5c8aed
DN
3882 Pierre-David Pfister.
3883
7629c4e7
GM
38842009-11-26 Glenn Morris <rgm@gnu.org>
3885
62ccc42c
SM
3886 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3887 the scope.
7629c4e7 3888
a5d358f8
JB
38892009-11-25 Johan Bockgård <bojohan@gnu.org>
3890
3891 * vc-annotate.el (vc-annotate-revision-previous-to-line):
3892 Really use previous revision.
3893
002cbde5
KR
38942009-11-25 Kevin Ryde <user42@zip.com.au>
3895
3896 * man.el (Man-completion-table): default-directory "/" in case
3897 doesn't otherwise exist. process-environment COLUMNS=999 so as
3898 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
3899 any chance of hitting the pseudo-tty TIOCGWINSZ.
3900 (man): completion-ignore-case t for friendliness and since man
3901 itself is case-insensitive on the command line.
3902 Further to Bug#3717.
002cbde5 3903
8cb5ffe8
KR
3904 * arc-mode.el: Add "Keywords: files", so the details in its
3905 commentary can be reached from finder-by-keyword.
34607612
KR
3906 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
3907 editing mode, but it's comms related and sgml-mode.el has "comm"
3908 on that basis too.
b8dfcf54 3909 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
3910 * international/isearch-x.el, international/ja-dic-cnv.el:
3911 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 3912 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 3913
1e2d9ba1
JL
39142009-11-25 Juri Linkov <juri@jurta.org>
3915
3916 * man.el (Man-completion-table): Modify regexp to include
3917 section names to completion strings. (Bug#3717)
3918
a601d313
JL
39192009-11-25 Juri Linkov <juri@jurta.org>
3920
3921 Search recursively in gzipped files. (Bug#4982)
3922
3923 * progmodes/grep.el (grep-highlight-matches): Add new options
3924 `always' and `auto'. Doc fix.
3925 (grep-process-setup): Check `grep-highlight-matches' for
3926 `auto-detect' to determine the need to compute grep defaults.
3927 Move Windows/DOS specific --colors settings handling
3928 to `grep-compute-defaults'. Check `grep-highlight-matches'
3929 to get the value of "--color=".
3930 (grep-compute-defaults): Compute `grep-highlight-matches' when it
3931 has the value `auto-detect'. Move Windows/DOS specific settings
3932 from `grep-process-setup'.
3933 (zrgrep): New command with alias `rzgrep'.
3934
bde04ea9
JL
39352009-11-25 Juri Linkov <juri@jurta.org>
3936
3937 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
3938 to nil instead of switching off view-mode. (Bug#4896)
3939
7d6b4d3c
JL
39402009-11-25 Juri Linkov <juri@jurta.org>
3941
3942 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
3943
3944 * mwheel.el (mwheel-scroll-up-function)
3945 (mwheel-scroll-down-function): New defvars.
3946 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
3947 `scroll-up', and `mwheel-scroll-down-function' instead of
3948 `scroll-down'.
3949
3950 * doc-view.el (doc-view-scroll-up-or-next-page)
3951 (doc-view-scroll-down-or-previous-page): Add optional ARG.
3952 Use this ARG in the call to image-scroll-up/image-scroll-down.
3953 Change `interactive' spec to "P". Goto next/previous page only
3954 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
3955 SPC/DEL case). Doc fix.
3956 (doc-view-next-line-or-next-page)
3957 (doc-view-previous-line-or-previous-page): Rename arg to ARG
3958 for consistency.
3959 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
3960 `doc-view-scroll-up-or-next-page', and buffer-local
3961 `mwheel-scroll-down-function' to
3962 `doc-view-scroll-down-or-previous-page'.
3963
e237085f
JL
39642009-11-25 Juri Linkov <juri@jurta.org>
3965
3966 Provide additional default values (directories at other Dired
3967 windows) via M-n in the minibuffer of some Dired commands.
3968
3969 * dired-aux.el (dired-diff, dired-compare-directories)
3970 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
3971 `minibuffer-default' in `minibuffer-with-setup-hook'.
3972 (dired-dwim-target-directory): Find a window that displays Dired
3973 buffer instead of failing when the next window is not Dired.
3974 Use `get-window-with-predicate' to find for the next Dired window.
3975 (dired-dwim-target-defaults): New function.
3976
3977 * ediff-util.el (ediff-read-file-name):
3978 Use `dired-dwim-target-defaults' to set `minibuffer-default'
3979 in `minibuffer-with-setup-hook'.
3980
7d371eac
JL
39812009-11-25 Juri Linkov <juri@jurta.org>
3982
3983 Provide additional default values (file name at point or at the
3984 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
3985
3986 * minibuffer.el (read-file-name-defaults): New function.
3987 (read-file-name): Reset `minibuffer-default' to nil when
3988 it duplicates initial input `insdef'.
3989 Bind `minibuffer-default-add-function' to lambda that
3990 calls `read-file-name-defaults' in `minibuffer-selected-window'.
3991 (minibuffer-insert-file-name-at-point): New command.
3992
3993 * files.el (file-name-at-point-functions): New defcustom.
3994 (find-file-default): Remove defvar.
3995 (find-file-read-args): Don't use `find-file-default'.
3996 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3997 to `read-file-name'.
3998 (find-file-literally): Use `read-file-name' with
3999 `confirm-nonexistent-file-or-buffer'.
4000
4001 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
4002
4003 * dired.el (dired-read-dir-and-switches):
4004 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4005 to `read-file-name'.
4006 (dired-file-name-at-point): New function.
4007 (dired-mode): Add hook `dired-file-name-at-point' to
4008 `file-name-at-point-functions'.
4009
04ae543a
SM
40102009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4011
4012 Really make the *Completions* window soft-dedicated (bug#5030).
4013 * window.el (window--display-buffer-2): Add `dedicated' argument.
4014 (display-buffer): Pass it when needed so the dedicated flag is set
4015 after calling set-window-buffer, which would otherwise reset it.
4016
eb708e66
SM
40172009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4018
d6b8d4e7
SM
4019 * progmodes/meta-mode.el (meta-complete-symbol):
4020 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
4021 * mail/mailabbrev.el (mail-abbrev-complete-alias):
4022 Use completion-in-region.
4023
5f24557b
SM
4024 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
4025 (dabbrev-completion): Use completion-in-region.
4026 (dabbrev--abbrev-at-point): Simplify regexp.
4027
fe4346f0
SM
4028 * abbrev.el (abbrev--before-point): Use word-motion functions
4029 if :regexp is not specified (bug#5031).
4030
cb190d7d
SM
4031 * subr.el (string-prefix-p): New function.
4032
e2ec6dd5
SM
4033 * man.el (Man-completion-cache): New var.
4034 (Man-completion-table): Use it.
4035
eb708e66
SM
4036 * vc.el (vc-print-log-internal): Make `limit' optional for better
4037 compatibility (e.g. with vc-annotate.el).
4038
4cf8971b
KR
40392009-11-24 Kevin Ryde <user42@zip.com.au>
4040
eb708e66 4041 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 4042 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 4043
4cf8971b
KR
4044 * emacs-lisp/elint.el (elint-add-required-env): Better error message
4045 when .el source file not found or other error.
4046
d204c46c
SM
40472009-11-24 Markus Triska <markus.triska@gmx.at>
4048
4049 * linum.el (linum-update-window): Ignore intangible (bug#4996).
4050
bb301b9a
SM
40512009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4052
449c27f0
SM
4053 Handle the [back] button properly (bug#4979).
4054 * descr-text.el (describe-text-properties): Add a `buffer' argument.
4055 Use help-setup-xref, help-buffer, and with-help-window.
4056 (describe-char): Add `buffer' argument.
4057 Pass proper command to help-setup-xref. Don't meddle with
4058 help-xref-stack-item directly.
4059 (describe-text-category): Use with-help-window and help-buffer.
4060
32fe5377
SM
4061 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
4062 for the displayed buffer (bug#4887).
4063
bb301b9a
SM
4064 * man.el (Man-completion-table): New function.
4065 (man): Use it.
4066
35179414
DR
40672009-11-24 David Reitter <david.reitter@gmail.com>
4068
bb301b9a 4069 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
4070 .git is) rather than the file's directory and a relative path spec
4071 to work around a bug in git.
4072
605a20a9
MA
40732009-11-24 Michael Albinus <michael.albinus@gmx.de>
4074
4075 Improve handling of processes on remote hosts.
4076
4077 * eshell/esh-util.el (eshell-path-env): New defvar.
4078 (eshell-parse-colon-path): New defun.
4079 (eshell-file-attributes): Use `eshell-parse-colon-path'.
4080
bb301b9a
SM
4081 * eshell/esh-ext.el (eshell-search-path):
4082 Use `eshell-parse-colon-path'.
605a20a9
MA
4083 (eshell-remote-command): Remove argument HANDLER.
4084 (eshell-external-command): Check for FTP remote connection.
4085
bb301b9a
SM
4086 * eshell/esh-proc.el (eshell-gather-process-output):
4087 Use `file-truename', in order to start also symlinked files.
4088 Apply `start-file-process' instead of `start-process'.
4089 Shorten `command' to the local file name part.
605a20a9 4090
bb301b9a
SM
4091 * eshell/em-cmpl.el (eshell-complete-commands-list):
4092 Use `eshell-parse-colon-path'.
605a20a9
MA
4093
4094 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
4095
4096 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
4097 to `eshell-directory-change-hook'.
4098
d1d33062
TH
40992009-11-24 Tassilo Horn <tassilo@member.fsf.org>
4100
4101 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 4102 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 4103
a34d8565 41042009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 4105
a34d8565
MK
4106 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
4107 made on 2009-11-22.
d1d33062 4108
c83b8d1b
GM
41092009-11-24 Glenn Morris <rgm@gnu.org>
4110
4111 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
4112 deleted variable bookmark-bmenu-bookmark-column.
4113
65235b0a
GM
4114 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
4115 Move after definition of global-semantic-idle-tag-highlight-mode.
4116
83505cfe
SM
41172009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4118
4119 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
4120
5241b291
CY
41212009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
4122
4123 * net/browse-url.el (browse-url-filename-alist): On Windows, add
4124 two slashes to the "file:" prefix.
4125 (browse-url-file-url): De-munge Cygwin filenames before passing
4126 them to Windows browser.
4127 (browse-url-default-windows-browser): Use call-process.
4128
aefcadb6
JL
41292009-11-23 Juri Linkov <juri@jurta.org>
4130
4131 Implement DocView Continuous mode. (Bug#4896)
4132 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
4133 (doc-view-mode-map): Bind C-n/<down> to
4134 `doc-view-next-line-or-next-page', C-p/<up> to
4135 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
4136 (doc-view-next-line-or-next-page)
4137 (doc-view-previous-line-or-previous-page): New commands.
4138
0d62bcea
JL
41392009-11-23 Juri Linkov <juri@jurta.org>
4140
4141 Implement Isearch in comint input history. (Bug#3746)
4142 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
4143 `isearch-mode-hook'.
4144 (comint-history-isearch): New defcustom.
4145 (comint-history-isearch-backward)
4146 (comint-history-isearch-backward-regexp): New commands.
4147 (comint-history-isearch-message-overlay): New buffer-local variable.
4148 (comint-history-isearch-setup, comint-history-isearch-end)
4149 (comint-goto-input, comint-history-isearch-search)
4150 (comint-history-isearch-message, comint-history-isearch-wrap)
4151 (comint-history-isearch-push-state)
4152 (comint-history-isearch-pop-state): New functions.
4153
b593f105
MA
41542009-11-23 Michael Albinus <michael.albinus@gmx.de>
4155
4156 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
4157 return.
4158 (tramp-handle-make-symbolic-link)
4159 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
4160 Quote file names.
4161 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
4162 (tramp-handle-process-file): Use it.
4163
0f202d5d
SM
41642009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4165
4166 * window.el (move-to-window-line-last-op): Remove.
4167 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
4168
216349f8
SM
41692009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4170
0f202d5d 4171 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
4172 * window.el (move-to-window-line-last-op): New var.
4173 (move-to-window-line-top-bottom): New command.
4174 (global-map): Bind M-r move-to-window-line-top-bottom.
4175
c10e0633
GM
41762009-11-23 Sven Joachim <svenjoac@gmx.de>
4177
4178 * dired-x.el (dired-guess-shell-alist-default):
4179 Support xz format. (Bug#4953)
4180
e96ec425
CY
41812009-11-22 Chong Yidong <cyd@stupidchicken.com>
4182
2054a44c
CY
4183 * cedet/srecode/map.el (srecode-get-maps):
4184 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
4185 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
4186 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
4187 (semantic-toggle-decoration-style):
4188 * cedet/semantic/decorate/include.el
4189 (semantic-decoration-include-describe)
4190 (semantic-decoration-unknown-include-describe)
4191 (semantic-decoration-unparsed-include-describe)
4192 (semantic-decoration-all-include-summary):
4193 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
4194 * cedet/semantic/analyze/complete.el
4195 (semantic-analyze-possible-completions):
4196 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
4197 (semantic-show-unmatched-syntax-mode)
4198 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
4199 (semantic-highlight-func-mode):
4200 * cedet/semantic/util.el (semantic-describe-buffer):
4201 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
4202 (semantic-symref-find-tags-by-name)
4203 (semantic-symref-find-tags-by-regexp)
4204 (semantic-symref-find-tags-by-completion)
4205 (semantic-symref-find-file-references-by-name)
4206 (semantic-symref-find-text):
4207 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
4208 (senator-yank-tag):
4209 * cedet/semantic/scope.el (semantic-calculate-scope):
4210 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
4211 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
4212 (define-semantic-idle-service):
4213 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
4214 (semantic-complete-analyze-inline-idle):
4215 * cedet/semantic/analyze.el (semantic-analyze-current-context):
4216 * cedet/mode-local.el (describe-mode-local-bindings)
4217 (describe-mode-local-bindings-in-mode):
4218 * cedet/ede/make.el (ede-make-check-version):
4219 * cedet/ede/locate.el (ede-enable-locate-on-project):
4220 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
4221 (cedet-idutils-version-check):
4222 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
4223 (cedet-gnu-global-version-check):
4224 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
4225 (cedet-cscope-version-check): Use called-interactively-p instead
4226 of interactive-p.
4227
e96ec425
CY
4228 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
4229 Use semantic-format-tag-prototype.
4230
953e0c1a
GM
42312009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
4232
4233 * emulation/viper-cmd.el: Use viper-last-command-char instead of
4234 last-command-char/last-command-event.
4235 (viper-prefix-arg-value): Do correct conversion of event-char for
4236 XEmacs.
4237
83505cfe
SM
4238 * emulation/viper-util.el, emulation/viper.el:
4239 Use viper-last-command-char instead of
4240 last-command-char/last-command-event.
953e0c1a 4241
83505cfe
SM
4242 * ediff-init.el, ediff-mult.el, ediff-util.el:
4243 Replace last-command-char and last-command-event
4244 with (ediff-last-command-char) everywhere.
953e0c1a
GM
4245
4246 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
4247 created in fundamental mode.
4248
4249 * ediff.el (ediff-version): Revert the change of interactive-p to
4250 called-interactively-p.
4251
9ee12eee
TH
42522009-11-22 Tassilo Horn <tassilo@member.fsf.org>
4253
4254 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
4255 generation from word-movement command names.
4256
ab2c15d4
CY
42572009-11-21 Chong Yidong <cyd@stupidchicken.com>
4258
4259 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
83505cfe
SM
4260 (semantic-complete-jump-local, semantic-complete-jump):
4261 Improve prompt string.
ab2c15d4 4262
8b571bf3
JD
42632009-11-21 Jan Djärv <jan.h.d@swipnet.se>
4264
4265 * cus-start.el (all): Add native condition for font-use-system-font.
4266
4121db47
AM
42672009-11-21 Nathaniel Flath <flat0103@gmail.com>
4268
83505cfe
SM
4269 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4270 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 4271
d71f5e0c
TH
42722009-11-21 Tassilo Horn <tassilo@member.fsf.org>
4273
4274 * progmodes/subword.el: Rename from lisp/subword.el.
4275
4276 * subword.el: Rename to progmodes/subword.el.
4277
4278 * Makefile.in (ELCFILES): Adapt to subword.el move.
4279
fc9d6ad6
SM
42802009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4281 Stefan Monnier <monnier@iro.umontreal.ca>
4282
4283 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
4284 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
4285 (bookmark-bmenu-show-filenames): Use push.
4286 (bookmark-bmenu-hide-filenames): Use local var instead of
4287 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
4288 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
4289 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
4290 filenames now that the bookmark names are always available.
4291
26d9285f
SM
42922009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4293
4294 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
4295 (bookmark-search-pattern): Move and leave unbound.
4296 (bookmark-bmenu-mode-map): Change binding.
4297 (bookmark-read-search-input): Simplify.
4298 Don't use text-char-description. Don't error on non-char events.
4299 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
4300 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
4301 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
4302 Use a local var for the timer.
4303 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
4304 (i.e. bookmark-bmenu-search).
4305
d73a0317
GM
43062009-11-21 Glenn Morris <rgm@gnu.org>
4307
4308 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
4309
e572025f
CY
43102009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
4311
26d9285f
SM
4312 * net/browse-url.el (browse-url-default-windows-browser):
4313 Use cygstart for cygwin.
e572025f 4314
6aeaa3dc
KF
43152009-11-20 Karl Fogel <karl.fogel@red-bean.com>
4316
e4070cdc 4317 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
4318 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
4319 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 4320 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
4321 (bookmark-read-search-input): Adjust to fit within 80 columns.
4322
a9b76eec
TH
43232009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4324
4325 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
4326 (c-backward-into-nomenclature): Adapt to subword renaming.
4327
4328 * subword.el (subword-forward, subword-backward, subword-mark)
4329 (subword-kill, subword-backward-kill, subword-transpose)
4330 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
4331 (subword-forward-internal, subword-backward-internal):
4332 Rename from forward-subword, backward-subword, mark-subword,
4333 kill-subword, backward-kill-subword, transpose-subwords,
4334 downcase-subword, upcase-subword, capitalize-subword,
4335 forward-subword-internal, backward-subword-internal.
a9b76eec 4336
1e7d4475
SM
43372009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4338
26d9285f
SM
4339 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
4340 New options.
1e7d4475
SM
4341 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
4342 New vars.
4343 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
4344 (bookmark-bmenu-filter-alist-by-regexp)
4345 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
4346 (bookmark-bmenu-search): New command.
4347 (bookmark-bmenu-mode-map): Bind it.
4348
acfad775
CY
43492009-11-20 Chong Yidong <cyd@stupidchicken.com>
4350
1e7d4475 4351 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
acfad775
CY
4352
4353 * cedet/semantic/idle.el (define-semantic-idle-service)
4354 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
4355
653d1554
TH
43562009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4357
ab84bfa0
TH
4358 * progmodes/cc-cmds.el: declare-functioned forward-subword and
4359 backward-subword to quit the byte-compiler.
4360
1f35fda9
TH
4361 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
4362
4363 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
4364
653d1554 4365 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
4366 (c-forward-into-nomenclature, c-backward-into-nomenclature):
4367 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
4368
4369 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
4370 subword.el functions instead of cc-subword.el.
4371
1e7d4475
SM
4372 * progmodes/cc-subword.el: Rename to subword.el.
4373 * subword.el: Rename from progmodes/cc-subword.el.
4374 (subword-mode-map): Rename from c-subword-mode-map.
4375 (subword-mode): Rename from c-subword-mode.
653d1554 4376 (global-subword-mode): New global minor mode.
1e7d4475
SM
4377 (forward-subword): Rename from c-forward-subword.
4378 (backward-subword): Rename from c-backward-subword.
4379 (mark-subword): Rename from c-mark-subword.
4380 (kill-subword): Rename from c-kill-subword.
4381 (backward-kill-subword): Rename from c-backward-kill-subword.
4382 (transpose-subwords): Rename from c-tranpose-subword.
4383 (downcase-subword): Rename from c-downcase-subword.
4384 (capitalize-subword): Rename from c-capitalize-subword.
4385 (forward-subword-internal): Rename from c-forward-subword-internal.
4386 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 4387
9717f119
DN
43882009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
4389
8de724f3
DN
4390 * vc.el (vc-deduce-fileset): Allow non-state changing operations
4391 from a dired buffer.
4392 (vc-dired-deduce-fileset): New function.
4393 (vc-root-diff, vc-print-root-log): Use it.
4394
9717f119
DN
4395 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
4396 nil LIMIT argument to vc-print-log-internal.
4397
af4999b8
GM
43982009-11-20 Glenn Morris <rgm@gnu.org>
4399
4400 * Makefile.in (ELCFILES): Regenerate.
4401
725bff06
CY
44022009-11-20 Chong Yidong <cyd@stupidchicken.com>
4403
4404 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
4405
4406 * cedet/semantic.el: Enable idle-mode menu items only if
4407 global-semantic-idle-scheduler-mode is enabled.
4408 (semantic-default-submodes): Doc fix.
4409
4410 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
4411 When turning off, disable other idle modes.
4412
b58edcb6
JB
44132009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
4414
02e1b488
SM
4415 * calc/calc.el (calc-set-mode-line):
4416 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
4417 (math-format-number): Rename `math-format-complement-signed' to
4418 `math-format-twos-complement'.
4419
02e1b488 4420 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
4421 math-format-complement-signed.
4422 (calc-radix): Rename `calc-complement-signed-mode' to
4423 `calc-twos-complement-mode'.
02e1b488
SM
4424 (calc-octal-radix, calc-hex-radix): Add an argument for
4425 two's complement.
b58edcb6 4426
02e1b488
SM
4427 * calc/calc-embed.el (calc-embedded-mode-vars):
4428 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 4429
02e1b488
SM
4430 * calc/calc-ext.el (calc-init-extensions):
4431 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
4432 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
4433
02e1b488
SM
4434 * calc/calc-units.el (math-build-units-table-buffer):
4435 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
4436
4437 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
4438 entries.
4439
4440 * calc/calc-vec.el (calcFunc-vunpack):
4441 * calc/calc-aent.el (calc-do-calc-eval):
4442 * calc/calc-forms.el (math-format-date):
4443 * calc/calc-graph.el (calc-graph-plot):
4444 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
4445 * calc/calccomp.el (math-compose-expr):
4446 Let `calc-twos-complement-mode' be nil.
4447
44482009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4449
4450 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
4451 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
4452 * minibuffer.el (completion-in-region-functions): New hook.
4453 (completion-in-region): New function.
4454 * emacs-lisp/lisp.el (lisp-complete-symbol):
4455 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 4456
e3353a78
SM
44572009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4458
eff77808
SM
4459 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
4460 (latex-complete-alist): New vars.
4461 (latex-string-prefix-p, latex-complete-bibtex-keys)
4462 (latex-complete-envnames, latex-complete-refkeys)
4463 (latex-complete-data): New functions.
4464 (latex-complete, latex-indent-or-complete): New commands.
4465
d2c9fc42
SM
4466 * window.el (display-buffer-mark-dedicated): New var.
4467 (display-buffer): Obey it.
4468 * minibuffer.el (minibuffer-completion-help): Use it.
4469
31a1c477
SM
4470 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
4471
bed4c972
SM
4472 * filecache.el (file-cache-add-file): Use push and cons.
4473 (file-cache-delete-file-regexp): Use push.
4474 (file-cache-complete): Use completion-in-region.
4475
8c22699f
SM
4476 * simple.el (with-wrapper-hook): Fix thinko.
4477
e3353a78
SM
4478 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
4479 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
4480 Use with-current-buffer and string-to-number.
4481 (hfy-fallback-colour-values): Use assoc-string.
4482 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
4483 (hfy-face-at): Remove unused var `found-face'.
4484 (hfy-compile-stylesheet): Remove unused var `css'.
4485 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
4486 and `orig-buffer'.
4487 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
4488 Use with-current-buffer.
4489 (hfy-text-p): Use expand-file-name and fewer setq.
4490
acca02b0
SM
44912009-11-19 Vivek Dasmohapatra <vivek@etla.org>
4492
4493 * htmlfontify.el, hfy-cmap.el: New files.
4494
042b7cc6
JL
44952009-11-19 Juri Linkov <juri@jurta.org>
4496
4497 * minibuffer.el (completions-format): New defcustom.
4498 (completion--insert-strings): Implement vertical format.
4499
4500 * simple.el (switch-to-completions): Move point to the first
4501 completion when point was at the beginning of the buffer.
4502
da205913
JL
45032009-11-19 Juri Linkov <juri@jurta.org>
4504
4505 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
4506
4507 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
4508
0b8ee421
CY
45092009-11-19 Chong Yidong <cyd@stupidchicken.com>
4510
4511 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
4512 (mail-signature): Change default to t.
4513 (mail-from-style): Deprecate `system-default' value.
4514 (mail-insert-from-field): For default value of mail-from-style,
4515 default to `angles' unless `angles' needs quoting and `parens'
4516 does not.
4517 (mail-citation-prefix-regexp): Use citation regexp from
4518 message-mode.
4519
4265deab
MA
45202009-11-19 Michael Albinus <michael.albinus@gmx.de>
4521
acca02b0
SM
4522 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4523 Set variables for computing the prompt for reading password.
4265deab 4524
27cacd2d
GM
45252009-11-19 Glenn Morris <rgm@gnu.org>
4526
470bce7d
GM
4527 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
4528
7e705a1d
GM
4529 * textmodes/flyspell.el (sgml-lexical-context): Declare.
4530
27cacd2d
GM
4531 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
4532 (newsticker-treeview-listwindow-height): Fix custom type.
4533
b2f0be0f
KH
45342009-11-19 Kenichi Handa <handa@m17n.org>
4535
4536 * descr-text.el (describe-char-padded-string): Compose with TAB
4537 only if there's a font for CH.
02e1b488 4538 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 4539
03446045 45402009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
4541
4542 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 4543 more accurate version of the regexp. (Bug#3910)
b96337b0 4544
03446045 45452009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
4546
4547 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
4548
e0620570
JB
45492009-11-18 Juanma Barranquero <lekktu@gmail.com>
4550
4551 * font-setting.el (font-use-system-font): Declare for byte-compiler.
4552 (font-setting-change-default-font): Fix typo in docstring.
4553
6cc6582e
AM
45542009-11-18 Alan Mackenzie <acm@muc.de>
4555
4556 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
4557
dfb3c4c6
JD
45582009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4559
02e1b488 4560 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
4561
4562 * cus-start.el (all): ... to here.
4563
e268e987
MA
45642009-11-17 Michael Albinus <michael.albinus@gmx.de>
4565
4566 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
4567 Don't set `ad-return-value' if `ad-do-it' doesn't.
4568
303ffde8
MA
4569 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
4570 modification time.
4571
637fa988
JD
45722009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4573
4574 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 4575 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
4576
4577 * loadup.el: If feature system-font-setting or font-render-setting is
4578 there, load font-setting.
4579
02e1b488 4580 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
4581 * font-setting.el: New file.
4582
1d16a255
GM
45832009-11-17 Glenn Morris <rgm@gnu.org>
4584
4585 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
4586
2d84f804
GM
4587 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
4588 Preserve point in the list buffer. (Bug#4939)
4589 Use point-at-eol.
4590 (newsticker--treeview-list-update-highlight)
4591 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
4592
14467b99
JB
45932009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4594
4595 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
4596 Remove.
4597
4598 * calc/calc-ext.el (calc-init-extensions): Remove references to
4599 symclip.
4600
4601 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
4602
4603 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 4604 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
4605 `calc-symclip'.
4606
e3c39c01
KR
46072009-11-16 Kevin Ryde <user42@zip.com.au>
4608
02e1b488 4609 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 4610 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 4611
497de631
KR
4612 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
4613 (lm-keywords-list): Allow comma-only separator like "foo,bar".
4614 Ignore trailing spaces by omit-nulls to split-string (fixing
4615 regression from Emacs 21 due to the incompatible split-string
14467b99 4616 change). (Bug #4928.)
497de631 4617
48b27575
DN
46182009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
4619
5237d741 4620 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
4621 (vc-print-log-internal): Insert buttons to request more entries
4622 when limiting the output.
4623
4624 * vc-sccs.el (vc-sccs-print-log):
4625 * vc-rcs.el (vc-rcs-print-log):
4626 * vc-cvs.el (vc-cvs-print-log):
4627 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
4628 LIMIT is non-nil.
4629
d3e97185
MA
46302009-11-16 Michael Albinus <michael.albinus@gmx.de>
4631
4632 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
4633 error when `tramp-gvfs-dbus-event-vector' is set.
4634 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
4635
68d87786
SM
46362009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4637
4638 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
4639
c0a39702
MA
46402009-11-16 Michael Albinus <michael.albinus@gmx.de>
4641
4642 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 4643 (dbus-register-property): Register the handlers of
c0a39702
MA
4644 "org.freedesktop.DBus.Properties" for SERVICE.
4645 (dbus-property-handler): Fix docstring.
4646
1e857121
YM
46472009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4648
4649 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
4650 Quote doc string reference in defvaralias as it is not in special form.
4651 (byte-compile-output-docform): Doc fix.
4652
887484c1
JB
46532009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4654
4655 * calc/calc.el (math-2-word-size, math-half-2-word-size)
4656 (calc-complement-signed-mode): New variables.
4657 (calc-set-mode-line): Add indicator for twos-complements.
4658 (math-format-number): Format twos-complement notation.
4659
4660 * calc/calc-bin.el (calc-word-size): Reset the variables
4661 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
4662 (math-format-complement-signed, math-symclip, calcFunc-symclip)
4663 (calc-symclip): New functions.
887484c1
JB
4664
4665 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
4666
68d87786
SM
4667 * calc/calc-embed.el (calc-embedded-mode-vars):
4668 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
4669
4670 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 4671 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
4672
4673 * calc/calc-ext.el (math-read-number-fancy): Read complement
4674 signed numbers.
68d87786
SM
4675 (calc-init-extensions): Add binding for `calc-symclip'.
4676 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
4677
4678 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
4679 `calc-symclip'.
68d87786 4680 (calc-modes-menu): Add item for twos complement mode.
887484c1 4681
5237d741 4682 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 4683
4cf1d7e3
CY
46842009-11-15 Chong Yidong <cyd@stupidchicken.com>
4685
4686 * register.el (jump-to-register, insert-register): Handle Semantic
4687 tags. From commented-out advice in semantic/senator.el.
4688
f8e65267
DN
46892009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
4690
6616006b
DN
4691 * vc.el (vc-log-show-limit): New variable.
4692 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
4693 when using a prefix argument.
4694 (vc-print-log-internal): Add new argument LIMIT.
4695
4696 * vc-svn.el (vc-svn-print-log):
4697 * vc-mtn.el (vc-mtn-print-log):
4698 * vc-hg.el (vc-hg-print-log):
4699 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 4700 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
4701 non-optional.
4702
4703 * vc-sccs.el (vc-sccs-print-log):
4704 * vc-rcs.el (vc-rcs-print-log):
4705 * vc-git.el (vc-git-print-log):
4706 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
4707 ignore it. Make the BUFFER argument non-optional
4708
f8e65267
DN
4709 * bindings.el (mode-line-buffer-identification): Do not purecopy.
4710
0566c4bc
CY
47112009-11-15 Chong Yidong <cyd@stupidchicken.com>
4712
7cce3c91
CY
4713 * dired.el (dired-mode-map): Move encryption items to "Operate"
4714 menu (Bug#4703).
4715
d7063de9
CY
4716 * strokes.el (strokes-update-window-configuration): Make strokes
4717 buffer current before erasing (Bug#4906).
4718
0566c4bc
CY
4719 * cedet/semantic/idle.el (semantic-idle-summary-mode)
4720 (semantic-idle-summary-mode): Define using define-minor-mode
4721 instead of define-semantic-idle-service.
4722 (semantic-idle-summary-mode): New function.
4723 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
4724 that mouse motion does not reset the echo area.
4725
0fc10137
JL
47262009-11-15 Juri Linkov <juri@jurta.org>
4727
4728 * simple.el (set-mark-default-inactive): Add :type, :group
4729 and :version. (Bug#4876)
4730
f5fce4ec
MA
47312009-11-15 Michael Albinus <michael.albinus@gmx.de>
4732
4733 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
4734 (archive-unique-fname): ... here. (Bug#4929)
4735
8d720a00
SM
47362009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4737
589888fe
SM
4738 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
4739 with a real fix.
4740
8d720a00
SM
4741 * novice.el (disabled-command-function): Add useful args.
4742 Setup the help buffer so that [back] works.
4743 Remove redundant call to help-mode.
4744 (disabled-command-function): Use `case'.
4745 (en/disable-command): New function extracted from enable-command.
4746 (enable-command, disable-command): Use it.
4747
a61344d6
GM
47482009-11-14 Glenn Morris <rgm@gnu.org>
4749
497f0cdd
GM
4750 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
4751 constants. (Bug#4913)
4752
a61344d6
GM
4753 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
4754
d501801e
GM
47552009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4756
4757 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
4758 defined in C that have no doc-strings. (Bug#1063)
4759
5af27ac2
GM
47602009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
4761
4762 * cus-edit.el (data, files):
4763 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
4764
aec5395b
CY
47652009-11-14 Chong Yidong <cyd@stupidchicken.com>
4766
e7791447
CY
4767 * simple.el (shell-command): Doc fix (Bug#4891).
4768
aec5395b
CY
4769 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
4770
7a41cd7f
GM
47712009-11-14 Glenn Morris <rgm@gnu.org>
4772
c3583c94
GM
4773 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
4774 statements for vc-diff, emerge-quit, and rmail-cease-edit.
4775 If they are already loaded, eval-after-load will do the right thing.
4776
73900d1f
GM
4777 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
4778 compiling.
4779
0028351d
GM
4780 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
4781
f6714ede
GM
4782 * simple.el (x-selection-owner-p): Declare.
4783 (read-mail-command): Use custom radio type rather than choice.
4784 (completion-no-auto-exit): Doc fix.
4785
7a41cd7f 4786 * custom.el (defgroup):
5af27ac2 4787 * epg-config.el (epg): Doc fixes.
7a41cd7f 4788
2d0659ec
DN
47892009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
4790
4791 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
4792 * international/ccl.el (define-ccl-program): Do not purecopy the
4793 docstring, defconst does it anyway.
4794
7fdbcd83
SM
47952009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4796
d499c5b9
SM
4797 * add-log.el (add-change-log-entry): Avoid displaying the changelog
4798 a second time.
4799
7fdbcd83
SM
4800 * x-dnd.el (x-dnd-maybe-call-test-function):
4801 * window.el (split-window-vertically):
4802 * whitespace.el (whitespace-help-on):
4803 * vc-rcs.el (vc-rcs-consult-headers):
4804 * userlock.el (ask-user-about-lock-help)
4805 (ask-user-about-supersession-help):
4806 * type-break.el (type-break-force-mode-line-update):
4807 * time-stamp.el (time-stamp-conv-warn):
4808 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 4809 (te-sentinel, terminal-emulator):
7fdbcd83
SM
4810 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
4811 (term-write-input-ring, term-check-source, term-start-output-log):
4812 (term-display-buffer-line, term-dynamic-list-completions):
4813 (term-ansi-make-term, serial-term):
4814 * subr.el (selective-display):
4815 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4816 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
4817 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
4818 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
4819 (speedbar-remove-localized-speedbar-support)
4820 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
4821 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
4822 (speedbar-buffers-line-directory):
4823 * simple.el (shell-command-on-region, append-to-buffer)
4824 (prepend-to-buffer):
4825 * shadowfile.el (shadow-save-todo-file):
4826 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
4827 (scroll-bar-maybe-set-window-start):
4828 * sb-image.el (speedbar-image-dump):
4829 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
4830 (load-save-place-alist-from-file):
4831 * ps-samp.el (ps-print-message-from-summary):
4832 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
4833 (ps-background-image, ps-begin-job, ps-do-despool):
4834 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
4835 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
4836 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
4837 (pr-call-process, pr-file-list, pr-interface-save):
4838 * novice.el (disabled-command-function)
4839 (enable-command, disable-command):
4840 * mouse.el (mouse-buffer-menu-alist):
4841 * mouse-copy.el (mouse-kill-preserving-secondary):
4842 * macros.el (kbd-macro-query):
4843 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
4844 * informat.el (batch-info-validate):
4845 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
4846 * hippie-exp.el (try-expand-dabbrev-visible):
4847 * help-mode.el (help-make-xrefs):
4848 * help-fns.el (describe-variable):
4849 * generic-x.el (bat-generic-mode-run-as-comint):
4850 * finder.el (finder-mouse-select):
4851 * find-dired.el (find-dired-sentinel):
4852 * filesets.el (filesets-file-close):
4853 * files.el (list-directory):
4854 * faces.el (list-faces-display, describe-face):
4855 * facemenu.el (list-colors-display):
4856 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
4857 * epg.el (epg--process-filter, epg-cancel):
4858 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
4859 (epa--read-signature-type):
4860 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
4861 (emerge-file-names):
4862 * ehelp.el (electric-helpify):
4863 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4864 * ediff-vers.el (rcs-ediff-view-revision):
4865 * ediff-util.el (ediff-setup):
4866 * ediff-mult.el (ediff-append-custom-diff):
4867 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4868 (ediff-wordify):
4869 * echistory.el (Electric-command-history-redo-expression):
4870 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4871 * disp-table.el (describe-display-table):
4872 * dired.el (dired-find-buffer-nocreate):
4873 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4874 * dabbrev.el (dabbrev--same-major-mode-p):
4875 * chistory.el (list-command-history):
4876 * apropos.el (apropos-documentation):
4877 * allout.el (allout-obtain-passphrase):
4878 (allout-copy-exposed-to-buffer):
4879 (allout-verify-passphrase): Use with-current-buffer.
4880
2ccbc060
GM
48812009-11-13 Glenn Morris <rgm@gnu.org>
4882
4883 * Makefile.in (ELCFILES): Regenerate.
4884
b172ed20
MA
48852009-11-13 Michael Albinus <michael.albinus@gmx.de>
4886
7fdbcd83
SM
4887 * net/dbus.el (dbus-registered-objects-table): Rename from
4888 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
4889 (dbus-unregister-object): Unregister also properties.
4890 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4891 Use a timeout of 500 msec, in order to not block.
4892 (dbus-register-property, dbus-property-handler): New defuns.
4893
e96d62cd
SM
48942009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4895
4896 * simple.el (minibuffer-default-add-completions): Drop deprecated
4897 4th arg.
4898
14bd267d
EZ
48992009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
4900
e96d62cd
SM
4901 * textmodes/artist.el (artist-mouse-choose-operation):
4902 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 4903 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
4904 (artist-compute-up-event-key): New function.
4905 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
4906
bf89fd7b
KH
49072009-11-13 Kenichi Handa <handa@m17n.org>
4908
4909 * language/japan-util.el: Make sure that the value of jisx0208
4910 property is jisx0208 character.
4911
f70b8925
DN
49122009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
4913
4914 * international/mule.el (auto-coding-regexp-alist): Only purecopy
4915 car or each item, not the whole list.
4916
4d93a9e0
SM
49172009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4918
4919 * minibuffer.el (minibuffer-completion-help):
4920 Use minibuffer-hide-completions.
4921
05404988
SM
49222009-11-12 Per Starbäck <per@starback.se> (tiny change)
4923
4924 * dired.el (dired-save-positions, dired-restore-positions): New funs.
4925 (dired-revert): Use them (bug#4880).
4926
5297bc10
DN
49272009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4928
4929 * tooltip.el (tooltip-frame-parameters): Undo previous change.
4930
e2685eb7
JL
49312009-11-12 Juri Linkov <juri@jurta.org>
4932
4933 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
4934 New functions.
4935 (find-file-literally-at-point): Alias of `ffap-literally'.
4936
76410c3e
DN
49372009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4938
6d341a2a
DN
4939 * textmodes/ispell.el (ispell-skip-region-alist):
4940 * textmodes/css-mode.el (auto-mode-alist):
4941 * progmodes/compile.el (auto-mode-alist):
4942 * international/mule.el (ctext-non-standard-encodings-alist)
4943 (ctext-non-standard-encodings-regexp):
4944 * simple.el (shell-command-switch, text-read-only):
4945 * replace.el (occur-mode-map):
4946 * paths.el (rmail-file-name):
4947 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
4948 * find-file.el (ff-special-constructs):
4949 * files.el (file-name-handler-alist):
4950 * composite.el: Purecopy strings.
4951
76410c3e
DN
4952 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
4953
aaa448c9
DN
49542009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4955
4956 * widget.el (define-widget): Purecopy the docstring.
4957 * international/mule-cmds.el (charset): Do not purecopy the
4958 docstring here, define-widget does it.
4959
4960 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4961 * textmodes/bibtex-style.el (auto-mode-alist):
4962 * progmodes/inf-lisp.el (inferior-lisp-prompt):
4963 * progmodes/compile.el (compile-command):
4964 * language/korea-util.el (default-korean-keyboard):
4965 * international/mule-conf.el (file-coding-system-alist):
4966 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
4967 * tooltip.el (tooltip-frame-parameters):
4968 * newcomment.el (comment-end, comment-padding):
4969 * dired.el (dired-trivial-filenames):
4970 * comint.el (comint-file-name-prefix): Purecopy initial values.
4971
bbe650fd
MA
49722009-11-11 Michael Albinus <michael.albinus@gmx.de>
4973
4974 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
4975 (tramp-advice-minibuffer-electric-tilde): Unload advices via
4976 `tramp-unload'.
4977 (tramp-advice-make-auto-save-file-name)
4978 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
4979 after removing the advice.
4980
6bdad9ae
DN
49812009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4982
2f7f4bee
DN
4983 * progmodes/grep.el (grep-regexp-alist):
4984 * international/mule-cmds.el (iso-2022-control-alist):
4985 * emacs-lisp/timer.el (timer-duration-words):
4986 * subr.el (version-separator, version-regexp-alist):
4987 * minibuffer.el (completion-styles-alist):
4988 * faces.el (face-attribute-name-alist, list-faces-sample-text):
4989 Change defvars to defconsts.
4990
a042de45
DN
4991 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4992 * loadup.el ("international/mule-conf"): Load the byte compiled version.
4993 * international/mule-conf.el: Allow to be byte compiled.
4994
3b6acc72
DN
4995 * international/mule.el (define-charset): Purecopy props.
4996 (load-with-code-conversion): Purecopy doc string and file name.
4997 (put-charset-property): Purecopy strings.
4998 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4999
1c2efdfb 5000 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
5001 (define-char-code-property): Correctly purecopy the table.
5002
62591911
DN
5003 * international/ccl.el (define-ccl-program): Purecopy the docstring.
5004
8b908da6
DN
5005 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
5006
ff917d63
DN
5007 * subr.el (add-hook): Purecopy strings.
5008 (eval-after-load): Purecopy load-history-regexp and the form.
5009
af89cf77
DN
5010 * custom.el (custom-declare-group): Purecopy load-file-name.
5011
a3c20c83 5012 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
5013 * net/eudc.el (eudc-tools-menu):
5014 * international/mule-cmds.el (set-coding-system-map)
5015 (mule-menu-keymap):
5016 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5017 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
5018 * replace.el (occur-mode-map):
5019 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 5020 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
5021 (menu-bar-custom-menu, menu-bar-showhide-menu)
5022 (menu-bar-options-menu, menu-bar-tools-menu)
5023 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
5024 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
5025 (menu-bar-help-menu):
5026 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
5027 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
5028
6bdad9ae
DN
5029 * term/x-win.el (x-gtk-stock-map):
5030 * progmodes/vera-mode.el (auto-mode-alist):
5031 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
5032 (inferior-lisp-program, inferior-lisp-load-command):
5033 * progmodes/hideshow.el (hs-special-modes-alist):
5034 * progmodes/gud.el (same-window-regexps):
5035 * progmodes/grep.el (grep-program, find-program, xargs-program):
5036 * net/telnet.el (same-window-regexps):
5037 * net/rlogin.el (same-window-regexps):
5038 * language/ethiopic.el (font-ccl-encoder-alist):
5039 * vc-sccs.el (vc-sccs-master-templates):
5040 * vc-rcs.el (vc-rcs-master-templates):
5041 * subr.el (cl-assertion-failed):
5042 * simple.el (next-error-overlay-arrow-position):
5043 * lpr.el (lpr-command):
5044 * locate.el (locate-ls-subdir-switches):
5045 * info.el (same-window-regexps, info)
5046 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5047 * image-mode.el (image-mode, auto-mode-alist):
5048 * hippie-exp.el (hippie-expand-ignore-buffers):
5049 * format.el (format-alist):
5050 * find-dired.el (find-ls-subdir-switches, find-grep-options)
5051 (find-name-arg):
5052 * facemenu.el (facemenu-keybindings):
5053 * dired.el (dired-listing-switches, dired-chown-program):
5054 * diff.el (diff-switches, diff-command):
5055 * cus-edit.el (same-window-regexps):
5056 * bindings.el (mode-line-mule-info)
5057 (mode-line-buffer-identification): Purecopy strings.
5058
e0987650
JL
50592009-11-11 Juri Linkov <juri@jurta.org>
5060
3570691b 5061 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
5062 Tell the byte-compiler about dired-get-filename.
5063 (shell-command): In Dired mode, get filename from the current line
5064 as the default value.
5065
b16ff465
GM
50662009-11-10 Glenn Morris <rgm@gnu.org>
5067
e8a11b22
GM
5068 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
5069 * calendar/holidays.el, progmodes/cperl-mode.el:
5070 Update x-popup-menu declarations.
5071
b16ff465
GM
5072 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
5073 (list-load-path-shadows): Use dolist.
5074 (list-load-path-shadows): Use with-current-buffer.
5075
032c3399
JL
50762009-11-10 Juri Linkov <juri@jurta.org>
5077
5078 * minibuffer.el (read-file-name): Support a list of default values
5079 in `default-filename'. Use the first file name where only one
5080 element is required. Doc fix.
5081
8fb1629f
MA
50822009-11-09 Michael Albinus <michael.albinus@gmx.de>
5083
5084 * net/dbus.el (dbus-unregister-object): Release service, if no
5085 other method is registered for it.
5086
a51203ee 50872009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
5088
5089 * bookmark.el (bookmark-completing-read): Sort bookmark names if
5090 bookmark-sort-flag is non-nil (Bug#4653).
5091
9bf7dc8a
CY
50922009-11-08 Chong Yidong <cyd@stupidchicken.com>
5093
5094 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
5095 the progress reporter entirely.
5096
15207e74
CY
5097 * emulation/cua-base.el: Add CUA property to some CC mode commands
5098 (Bug#4100).
5099
8bf7ed70
KR
51002009-11-08 Kevin Ryde <user42@zip.com.au>
5101
5102 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 5103 at end of sentence (Bug#4818).
8bf7ed70 5104
951802d0
CY
51052009-11-08 Jared Finder <jfinder@crypticstudios.com>
5106
5107 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5108 Handle "see declaration of" MSFT statements (Bug#4100).
5109
e8244310
MA
51102009-11-08 Michael Albinus <michael.albinus@gmx.de>
5111
5112 * net/tramp.el (tramp-advice-make-auto-save-file-name)
5113 (tramp-advice-file-expand-wildcards): Unload via
5114 `ad-remove-advice'.
5115
5116 * net/trampver.el: Update release number.
5117
a51203ee 51182009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
5119
5120 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
5121 `ad-do-it'.
5122
a51203ee 51232009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
5124
5125 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
5126 in order to keep context in SELinux.
5127
bedd8a58
CY
51282009-11-08 Chong Yidong <cyd@stupidchicken.com>
5129
5130 * dired-aux.el (dired-query): Place cursor in echo area and allow
5131 C-g.
5132
5133 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
5134 menu item if not on a directory (Bug#4701).
5135
0484d600
MA
51362009-11-07 Michael Albinus <michael.albinus@gmx.de>
5137
5138 Sync with Tramp 2.1.17.
5139
5140 * net/tramp.el (tramp-handle-copy-directory): Don't use
5141 `file-remote-p' (due to compatibility).
5142
5143 * net/tramp-compat.el (tramp-compat-copy-directory)
5144 (tramp-compat-delete-directory): New defuns.
5145
5146 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5147 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
5148 `tramp-compat-delete-directory'.
5149
5150 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5ce6e4f4 5151 (tramp-smb-handle-delete-directory): Use
0484d600
MA
5152 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
5153
5154 * net/trampver.el: Update release number.
5155
b42b2189
CY
51562009-11-07 Chong Yidong <cyd@stupidchicken.com>
5157
6960d7b9
CY
5158 * tar-mode.el (tar-copy): Call write-region on the right buffer
5159 (Bug#4857).
5160
b42b2189
CY
5161 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
5162 by hand, if necessary (Bug#4878).
5163
0ad57dfd
CY
51642009-11-06 Chong Yidong <cyd@stupidchicken.com>
5165
d19e23ae
CY
5166 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
5167 align size column (Bug#4839).
5168
0ad57dfd
CY
5169 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
5170 statement.
5171
0b7f397c
DN
51722009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5173
5174 * progmodes/ld-script.el (auto-mode-alist):
5175 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
5176
5177 * cus-face.el (custom-declare-face): Purecopy face spec.
5178
495bd5ca
KH
51792009-11-06 Kenichi Handa <handa@m17n.org>
5180
5181 * international/uni-bidi.el: Re-generated.
5182 * international/uni-category.el: Re-generated.
5183 * international/uni-combining.el: Re-generated.
5184 * international/uni-mirrored.el: Re-generated.
5185
1e8780b1
DN
51862009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5187
5188 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
5189 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
5190 (tex-start-options, slitex-run-command, latex-run-command)
5191 (tex-run-command, tex-directory):
5192 * textmodes/ispell.el (ispell-html-skip-alists)
5193 (ispell-tex-skip-alists, ispell-tex-skip-alists):
5194 * textmodes/fill.el (adaptive-fill-first-line-regexp):
5195 (adaptive-fill-regexp):
5196 * textmodes/dns-mode.el (auto-mode-alist):
5197 * progmodes/python.el (interpreter-mode-alist):
5198 * progmodes/etags.el (tags-compression-info-list):
5199 * progmodes/etags.el (tags-file-name):
5200 * net/browse-url.el (browse-url-galeon-program)
5201 (browse-url-firefox-program):
5202 * mail/sendmail.el (mail-signature-file)
5203 (mail-citation-prefix-regexp):
5204 * international/mule-conf.el (eight-bit):
5205 * international/latexenc.el (latex-inputenc-coding-alist):
5206 * international/fontset.el (x-pixel-size-width-font-regexp):
5207 * emacs-lisp/warnings.el (warning-type-format):
5208 * emacs-lisp/trace.el (trace-buffer):
5209 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
5210 (emacs-lisp-mode-map):
5211 * calendar/holidays.el (holiday-solar-holidays)
5212 (holiday-bahai-holidays, holiday-islamic-holidays)
5213 (holiday-christian-holidays, holiday-hebrew-holidays)
5214 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
5215 (hebrew-holidays-1, holiday-oriental-holidays)
5216 (holiday-general-holidays):
5217 * x-dnd.el (x-dnd-known-types):
5218 * tool-bar.el (tool-bar):
5219 * startup.el (site-run-file):
5220 * shell.el (shell-dumb-shell-regexp):
5221 * rfn-eshadow.el (file-name-shadow-tty-properties)
5222 (file-name-shadow-properties):
5223 * paths.el (remote-shell-program, news-directory):
5224 * mouse.el ([C-down-mouse-3]):
5225 * menu-bar.el (menu-bar-tools-menu):
5226 * jka-cmpr-hook.el (jka-compr-load-suffixes)
5227 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
5228 (jka-compr-compression-info-list):
5229 * isearch.el (search-whitespace-regexp):
5230 * image-file.el (image-file-name-extensions):
5231 * find-dired.el (find-ls-option):
5232 * files.el (directory-listing-before-filename-regexp)
5233 (directory-free-space-args, insert-directory-program)
5234 (list-directory-brief-switches, magic-fallback-mode-alist)
5235 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
5236 (automount-dir-prefix):
5237 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
5238 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
5239 (face-font-registry-alternatives, face-font-registry-alternatives)
5240 (face-font-family-alternatives):
5241 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
5242 (facemenu-foreground-menu, facemenu-face-menu):
5243 * epa-hook.el (epa-file-name-regexp):
5244 * dnd.el (dnd-protocol-alist):
5245 * textmodes/rst.el (auto-mode-alist):
a51203ee 5246 * button.el (default-button): Purecopy strings.
1e8780b1 5247
0adae11f
GM
52482009-11-06 Glenn Morris <rgm@gnu.org>
5249
5250 * Makefile.in (ELCFILES): Update.
5251
2adaf057
SM
52522009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
5253
8f72f03c
SM
5254 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
5255 * emacs-lisp/levents.el: Move to obsolete/levents.el.
5256
2adaf057
SM
5257 * nxml/xsd-regexp.el (xsdre-gen-categories):
5258 * nxml/xmltok.el (xmltok-parse-entity):
5259 * nxml/rng-parse.el (rng-parse-validate-file):
5260 * nxml/rng-maint.el (rng-format-manual)
5261 (rng-manual-output-force-new-line):
5262 * nxml/rng-loc.el (rng-save-schema-location-1):
5263 * nxml/rng-cmpct.el (rng-c-parse-file):
5264 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5265 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
5266
14862301
SM
52672009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
5268
bf0b361c 5269 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
5270 Remove extra save-excursions and make-variable-buffer-local's.
5271 Suggested by Stefan Monnier.
5272
5273 (verilog-getopt-file, verilog-module-inside-filename-p)
5274 (verilog-set-define): Merge GNU 1.35 and repair changes from
5275 switching to using with-current-buffer.
5276
5277 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
5278 being treated as a number and confusing AUTORESET.
5279 Reported by Dan Dever.
5280
5281 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
5282 Add verilog-auto-ignore-concat to fix backward compatibility with
5283 older verilog-modes. Reported by Dan Katz.
5284
5285 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
5286 containing closing anchors "...$".
5287
5288 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
5289 Reported by Wade Smith.
5290
48c2d18a 5291 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
5292
52932009-11-05 Michael McNamara <mac@mail.brushroad.com>
5294
bf0b361c
JB
5295 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
5296 for labels.
14862301
SM
5297
5298 (verilog-label-re, verilog-calc-1): Support proper indent of named
5299 asserts.
5300
5301 (verilog-backward-token, verilog-basic-complete-re)
5302 (verilog-beg-of-statement, verilog-indent-re): Support proper
5303 indent of the assert statement at the beginning of a block of text.
5304
5305 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
5306 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
5307 tokens as begins.
5308
4f8f657f
GM
53092009-11-05 Glenn Morris <rgm@gnu.org>
5310
775adc51
GM
5311 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
5312 Emacs 19. (Bug#1531)
5313 (byte-compile-fix-header): Update for the above change.
5314 Drop test for epoch::version.
5315
4ad6a5e7 5316 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
5317 * cus-dep.el (custom-make-dependencies):
5318 * finder.el (finder-compile-keywords):
5319 Use autoload-rubric's feature argument.
4ad6a5e7 5320
4f8f657f
GM
5321 * calendar/diary-lib.el (top-level): Make load behave more like require.
5322
881e4184
GM
5323 * vc-git.el (vc-git-stash-map): Move definition before use.
5324
ba214964 53252009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 5326
b6f8ba09
DN
5327 * custom.el (custom-declare-group): Purecopy standard-value.
5328 (custom-declare-group): Purecopy custom-prefix.
5329
7fdbcd83
SM
5330 * international/mule.el (load-with-code-conversion):
5331 Call do-after-load-evaluation unconditionally.
eb6f577b 5332
f6195dfb
DN
5333 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
5334
56f14120
SM
53352009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5336
5337 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
5338
e5c89ce9
GM
53392009-11-04 Glenn Morris <rgm@gnu.org>
5340
5341 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
5342 (byte-compile-compatibility): Remove option.
5343 (byte-compile-close-variables, byte-compile-fix-header)
5344 (byte-compile-insert-header, byte-compile-output-docform)
5345 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
5346 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
5347 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
5348 (byte-compile-insert, byte-compile-defun):
5349 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
5350 (byte-defop-compiler19): Remove.
5351 Without byte-compile-compatibility, the 'emacs19-opcode property is not
5352 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 5353
e24f42ab
JL
53542009-11-04 Juri Linkov <juri@jurta.org>
5355
5356 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
5357 (menu-bar-options-menu): Don't quote the `prop' arg of
5358 `menu-bar-make-mm-toggle'.
5359
d3d5f4f5
JB
53602009-11-04 Juanma Barranquero <lekktu@gmail.com>
5361
5362 * calendar/calendar.el (cal-loaddefs):
5363 * calendar/diary-lib.el (diary-loaddefs):
5364 * calendar/holidays.el (hol-loaddefs):
5365 * eshell/esh-module.el (esh-groups): Load rather than require.
5366
6e39d3b2
SM
53672009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5368
e96d62cd
SM
5369 * calendar/todo-mode.el (todo-add-category): Don't hardcode
5370 point-min==1.
7e83e8b4
SM
5371 (todo-top-priorities): Only display-buffer when called interactively.
5372 (todo-item-start): Don't save excursion point.
5373 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
5374 (todo-insert-item-here, todo-file-item, todo-remove-item):
5375 Adjust uses of todo-item-start and todo-item-end.
5376
fae4e5b9
SM
5377 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
5378 (autoload-rubric): Don't use any more.
5379 * cedet/semantic/fw.el (semantic/loaddefs):
5380 * cedet/srecode.el (srecode/loaddefs):
5381 * cedet/ede.el (ede/loaddefs): Load rather than require.
a51203ee
JB
5382 * cedet/ede/cpp-root.el:
5383 * cedet/ede/emacs.el:
5384 * cedet/ede/files.el:
5385 * cedet/ede/linux.el:
5386 * cedet/ede/locate.el:
5387 * cedet/ede/make.el:
5388 * cedet/ede/shell.el:
5389 * cedet/ede/speedbar.el:
5390 * cedet/ede/system.el:
5391 * cedet/ede/util.el:
5392 * cedet/semantic/analyze.el:
5393 * cedet/semantic/bovine.el:
5394 * cedet/semantic/complete.el:
5395 * cedet/semantic/ctxt.el:
5396 * cedet/semantic/db-file.el:
5397 * cedet/semantic/db-find.el:
5398 * cedet/semantic/db-global.el:
5399 * cedet/semantic/db-mode.el:
5400 * cedet/semantic/db-typecache.el:
5401 * cedet/semantic/db.el:
5402 * cedet/semantic/debug.el:
5403 * cedet/semantic/dep.el:
5404 * cedet/semantic/doc.el:
5405 * cedet/semantic/edit.el:
5406 * cedet/semantic/find.el:
5407 * cedet/semantic/format.el:
5408 * cedet/semantic/html.el:
5409 * cedet/semantic/ia-sb.el:
5410 * cedet/semantic/ia.el:
5411 * cedet/semantic/idle.el:
5412 * cedet/semantic/lex-spp.el:
5413 * cedet/semantic/lex.el:
5414 * cedet/semantic/mru-bookmark.el:
5415 * cedet/semantic/scope.el:
5416 * cedet/semantic/senator.el:
5417 * cedet/semantic/sort.el:
5418 * cedet/semantic/symref.el:
5419 * cedet/semantic/tag-file.el:
5420 * cedet/semantic/tag-ls.el:
5421 * cedet/semantic/tag-write.el:
5422 * cedet/semantic/tag.el:
5423 * cedet/semantic/util-modes.el:
5424 * cedet/semantic/analyze/complete.el:
5425 * cedet/semantic/analyze/refs.el:
5426 * cedet/semantic/bovine/c.el:
5427 * cedet/semantic/bovine/gcc.el:
5428 * cedet/semantic/bovine/make.el:
5429 * cedet/semantic/bovine/scm.el:
5430 * cedet/semantic/decorate/include.el:
5431 * cedet/semantic/decorate/mode.el:
5432 * cedet/semantic/symref/cscope.el:
5433 * cedet/semantic/symref/global.el:
5434 * cedet/semantic/symref/grep.el:
5435 * cedet/semantic/symref/idutils.el:
5436 * cedet/semantic/symref/list.el:
5437 * cedet/semantic/wisent/java-tags.el:
5438 * cedet/semantic/wisent/javascript.el:
5439 * cedet/srecode/compile.el:
5440 * cedet/srecode/cpp.el:
5441 * cedet/srecode/document.el:
5442 * cedet/srecode/el.el:
5443 * cedet/srecode/expandproto.el:
5444 * cedet/srecode/getset.el:
5445 * cedet/srecode/insert.el:
5446 * cedet/srecode/java.el:
5447 * cedet/srecode/map.el:
5448 * cedet/srecode/mode.el:
5449 * cedet/srecode/template.el:
5450 * cedet/srecode/texi.el: Remove the file-local setting of
fae4e5b9
SM
5451 generated-autoload-feature.
5452
6e39d3b2
SM
5453 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
5454 and only put a prop if it is non-nil.
5455
c9753fb4
JL
54562009-11-03 Juri Linkov <juri@jurta.org>
5457
5458 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
5459 (menu-bar-options-menu): Fix list quoting (Bug#4429).
5460
5461 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
5462 and "Menu" to make top-level menu item visually one unit (like
5463 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
5464 multi-word menu items). Fix :help string for quit-window.
5465
db04f33f
GM
54662009-11-03 Glenn Morris <rgm@gnu.org>
5467
df8fff6c
GM
5468 * cedet/mode-local.el (with-mode-local): Doc fix.
5469
2aea6521
GM
5470 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5471 (byte-compile-file-form-define-abbrev-table)
5472 (byte-compile-file-form-custom-declare-variable)
5473 (byte-compile-variable-ref, byte-compile-defvar):
5474 Whether or not a warning is enabled should only affect whether we issue
5475 the warning, not whether or not we collect the relevant data.
5476 Eg warnings can be turned on and off throughout the course of a file.
5477
db04f33f
GM
5478 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
5479 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
5480
937e6a56
SM
54812009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5482
5483 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
5484 * play/mpuz.el (mpuz-create-buffer):
5485 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
5486 (lm-print-y,s,noise, lm-print-w0, lm-init):
5487 * play/gomoku.el (gomoku-prompt-for-move):
5488 * play/fortune.el (fortune-in-buffer):
5489 * play/dissociate.el (dissociated-press):
5490 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 5491 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
5492 * mail/supercite.el (sc-eref-show):
5493 * mail/smtpmail.el (smtpmail-send-it):
5494 * mail/rmailsum.el (rmail-summary-next-labeled-message)
5495 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
5496 (rmail-summary-undelete-many, rmail-summary-rmail-update)
5497 (rmail-summary-goto-msg, rmail-summary-expunge)
5498 (rmail-summary-get-new-mail, rmail-summary-search-backward)
5499 (rmail-summary-add-label, rmail-summary-output-menu)
5500 (rmail-summary-output-body):
5501 * mail/rfc822.el (rfc822-addresses):
5502 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
5503 * mail/mailpost.el (post-mail-send-it):
5504 * mail/hashcash.el (hashcash-generate-payment):
5505 * mail/feedmail.el (feedmail-run-the-queue)
5506 (feedmail-queue-send-edit-prompt-help-first)
5507 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
5508 (feedmail-deduce-address-list):
5509 * eshell/esh-ext.el (eshell-remote-command):
5510 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
5511 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
5512 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
5513 (viper-save-string-in-file, viper-valid-marker):
5514 * emulation/viper-keym.el (viper-toggle-key):
5515 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
5516 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
5517 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
5518 * emulation/viper-cmd.el (viper-exec-form-in-vi)
5519 (viper-exec-form-in-emacs, viper-brac-function):
5520 * emulation/viper.el (viper-delocalize-var):
5521 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
5522 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
5523 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
5524 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
5525 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
5526 * emulation/edt.el (edt-electric-helpify):
5527 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5528 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
5529 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
5530 (cua-indent-to-global-mark-column):
5531 * calendar/diary-lib.el (calendar-mark-1):
5532 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
5533 Use with-current-buffer.
5534 * emulation/viper.el (viper-delocalize-var): Use dolist.
5535
5b955562
CY
55362009-11-03 Chong Yidong <cyd@stupidchicken.com>
5537
5538 * comint.el (comint-replace-by-expanded-history-before-point):
5539 Replace !! with the previous input string literally (Bug#1795).
5540
6292c599
JB
55412009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
5542
5543 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
5544 to be made up of whitespace.
5545
8368c14e
CY
55462009-11-02 Chong Yidong <cyd@stupidchicken.com>
5547
5548 * minibuffer.el (read-file-name): Don't use file dialogs for
5549 remote directories (Bug#99).
5550
6f750f0d
CY
55512009-11-01 Chong Yidong <cyd@stupidchicken.com>
5552
5553 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
5554
97ab3f47
AS
55552009-11-01 Andreas Schwab <schwab@linux-m68k.org>
5556
5557 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
5558 instead of deleting the window or frame.
5559
673c1168
CY
55602009-10-31 Chong Yidong <cyd@stupidchicken.com>
5561
5562 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5563 Support face colors.
5564
937e6a56
SM
5565 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
5566 New function. Support face colors (Bug#1168).
673c1168
CY
5567 (tex-common-initialization): Use it.
5568
5569 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
5570 mode allows it (Bug#1168).
5571
c9349f0a
CY
55722009-10-31 Juri Linkov <juri@jurta.org>
5573
5574 * facemenu.el (list-colors-display): Don't mark buffer as
5575 modified (Bug#3948).
5576
ebf5c4f5
CY
55772009-10-31 Chong Yidong <cyd@stupidchicken.com>
5578
5c2dce75
CY
5579 * international/mule-diag.el (list-character-sets-1): Minor
5580 message fix (Bug#3526).
5581
26581f0e
CY
5582 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
5583 face property (Bug#4834).
5584 (etags-list-tags, etags-tags-apropos-additional)
5585 (etags-tags-apropos, tags-select-tags-table): Add follow-link
5586 property.
5587
ebf5c4f5
CY
5588 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
5589 items.
5590
5591 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
5592 items.
5593
5594 * cedet/ede.el (ede-minor-mode):
5595 * cedet/semantic.el (semantic-mode): Toggle menu separators.
5596
9a529312
SM
55972009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5598
5599 * textmodes/two-column.el (2C-split):
5600 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5601 * textmodes/tex-mode.el (tex-set-buffer-directory):
5602 * textmodes/spell.el (spell-region, spell-string):
5603 * textmodes/reftex.el (reftex-erase-buffer):
5604 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5605 * textmodes/reftex-toc.el (reftex-toc-promote-action):
5606 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5607 (reftex-select-item):
5608 * textmodes/reftex-ref.el (reftex-label-info-update)
5609 (reftex-offer-label-menu):
5610 * textmodes/reftex-index.el (reftex-index-change-entry)
5611 (reftex-index-phrases-info):
5612 * textmodes/reftex-global.el (reftex-create-tags-file)
5613 (reftex-save-all-document-buffers, reftex-ensure-write-access):
5614 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5615 (reftex-view-crossref-from-bibtex):
5616 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
5617 (reftex-extract-bib-entries-from-thebibliography)
5618 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
5619 * textmodes/refbib.el (r2b-capitalize-title):
5620 (r2b-convert-buffer, r2b-help):
5621 * textmodes/page-ext.el (pages-directory)
5622 (pages-directory-goto-with-mouse):
5623 * textmodes/bibtex.el (bibtex-validate-globally):
5624 * textmodes/bib-mode.el (bib-capitalize-title):
5625 * textmodes/artist.el (artist-clear-buffer, artist-system):
5626 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
5627 (local-set-scheme-interaction-buffer, xscheme-process-filter)
5628 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
5629 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
5630 (xscheme-send-control-g-interrupt, xscheme-start-process)
5631 (xscheme-process-sentinel, xscheme-cd):
5632 * progmodes/verilog-mode.el (verilog-read-always-signals)
5633 (verilog-set-define, verilog-getopt-file)
5634 (verilog-module-inside-filename-p):
5635 * progmodes/sh-script.el:
5636 * progmodes/python.el (python-pdbtrack-get-source-buffer)
5637 (python-pdbtrack-grub-for-buffer, python-execute-file):
5638 * progmodes/octave-inf.el (inferior-octave):
5639 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5640 (idlwave-shell-compile-helper-routines, idlwave-set-local)
5641 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
5642 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
5643 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
5644 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
5645 (idlwave-shell-filter, idlwave-shell-examine-highlight)
5646 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
5647 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
5648 (idlwave-shell-examine-display, idlwave-shell-run-region)
5649 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
5650 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
5651 * progmodes/idlw-help.el (idlwave-help-get-special-help)
5652 (idlwave-help-get-help-buffer):
5653 * progmodes/gud.el (gud-basic-call, gud-find-class)
5654 (gud-tooltip-activate-mouse-motions-if-enabled):
5655 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5656 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
5657 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
5658 (ebrowse-tags-next-file):
5659 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
5660 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
5661 (ebnf-eps-finish-and-write):
5662 * progmodes/cpp.el (cpp-edit-save):
5663 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
5664 * progmodes/cc-defs.el (c-emacs-features):
5665 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
5666 (antlr-directory-dependencies):
5667 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
5668 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
5669 (ada-find-any-references, ada-make-filename-from-adaname)
5670 (ada-make-body-gnatstub):
5671 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 5672 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
5673 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
5674 * net/rcirc.el (rcirc-debug):
5675 * net/newst-treeview.el (newsticker--treeview-list-add-item)
5676 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
5677 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
5678 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 5679 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
5680 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
5681 (newsticker--treeview-list-clear-highlight)
5682 (newsticker--treeview-list-update-highlight)
5683 (newsticker--treeview-list-highlight-start)
5684 (newsticker--treeview-tree-update-highlight)
5685 (newsticker--treeview-get-selected-item)
5686 (newsticker-treeview-mark-list-items-old)
5687 (newsticker--treeview-set-current-node):
5688 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5689 * net/newst-backend.el (newsticker--get-news-by-funcall)
5690 (newsticker--get-news-by-wget, newsticker--image-get)
5691 (newsticker--image-sentinel):
5692 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
5693 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
5694 (eudc-ph-close-session):
5695 * net/eudc.el (eudc-save-options):
5696 * language/thai-word.el (thai-update-word-table):
5697 * language/japan-util.el (japanese-string-conversion):
5698 * international/titdic-cnv.el (tsang-quick-converter)
5699 (ziranma-converter, ctlau-converter):
5700 * international/mule-cmds.el (describe-language-environment):
5701 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
5702 (skkdic-convert-postfix, skkdic-convert-prefix):
5703 (skkdic-convert-okuri-nasi, skkdic-convert):
5704 * emacs-lisp/re-builder.el (reb-update-overlays):
5705 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
5706 * emacs-lisp/gulp.el (gulp-send-requests):
5707 * emacs-lisp/find-gc.el (trace-call-tree):
5708 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
5709 (eieio-describe-generic):
5710 * emacs-lisp/eieio-base.el (eieio-persistent-read):
5711 * emacs-lisp/edebug.el (edebug-outside-excursion):
5712 * emacs-lisp/debug.el (debugger-make-xrefs):
5713 * emacs-lisp/cust-print.el (custom-prin1-to-string):
5714 * emacs-lisp/chart.el (chart-new-buffer):
5715 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
5716 Use with-current-buffer.
5717 * textmodes/artist.el (artist-system): Don't call
5718 copy-sequence on a fresh string.
5719 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
5720
d566f228
GM
57212009-10-31 Stephen Berman <stephen.berman@gmx.net>
5722
5723 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 5724 is no item to edit. (Bug#4820)
d566f228 5725 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 5726 buffer. (Bug#4820)
d566f228 5727
f3628edd
GM
57282009-10-31 Glenn Morris <rgm@gnu.org>
5729
5cf3709c
GM
5730 * net/ange-ftp.el (top-level): Don't require dired when compiling.
5731 (comint-last-output-start, comint-last-input-start)
5732 (comint-last-input-end): Don't defvar when compiling.
5733 (ange-ftp-process-file): Use bound-and-true-p.
5734
4c814fd2
GM
5735 * pcmpl-rpm.el (top-level): Move provide statement to end.
5736 (pcmpl-rpm): Remove unused custom group.
5737
113b8dcc
GM
5738 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
5739
31c615e4
GM
5740 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
5741
416d3588
GM
5742 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
5743 (byte-compile-warnings): Add `constants' as an option.
5744 (byte-compile-callargs-warn, byte-compile-arglist-warn)
5745 (display-call-tree): Update for byte-compile-fdefinition possibly
5746 returning `(macro lambda ...)'. (Bug#4778)
5747 (byte-compile-variable-ref, byte-compile-setq-default):
5748 Respect `constants' member of byte-compile-warnings.
5749
8aedfd3b
GM
5750 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
5751 Use mapc rather than mapcar because the return value is never used.
5752
f3628edd
GM
5753 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
5754 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
5755 * cedet/semantic/html.el:
5756 Suppress harmless warnings about setting up semantic-imenu (not
5757 part of Emacs) variables.
5758
00f71f39
SM
57592009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5760
5761 * vc-bzr.el (vc-bzr-revision-keywords): New var.
5762 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
5763 to "submit:".
5764
4fa4a838
SM
5765 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
5766 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
5767 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
5768 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
5769 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
5770 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
5771 (semantic-analyzer-debug-global-symbol)
5772 (semantic-analyzer-debug-missing-innertype)
5773 (semantic-analyzer-debug-insert-include-summary):
5774 * cedet/semantic/util.el (semantic-file-tag-table):
5775 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
5776 (semantic-recursive-find-nonterminal-by-name):
5777 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
5778 * cedet/semantic/tag-file.el (semantic-prototype-file):
5779 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
5780 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
5781 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
5782 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5783 (semantic-idle-summary-maybe-highlight):
5784 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
5785 (semantic-ia-sb-tag-info):
5786 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
5787 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
5788 * cedet/semantic/ede-grammar.el (project-compile-target):
5789 (ede-proj-makefile-insert-variables):
5790 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
5791 (semantic-debug-set-source-location, semantic-debug-interface-layout)
5792 (semantic-debug-mode, semantic-debug):
5793 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
5794 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
5795 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5796 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
5797 (semanticdb-find-translate-path-includes--internal)
5798 (semanticdb-reset-log, semanticdb-find-log-activity):
5799 * cedet/semantic/db-file.el (object-write):
5800 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5801 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
5802 (semanticdb-create-ebrowse-database):
5803 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
5804 * cedet/semantic/complete.el (semantic-displayor-focus-request)
5805 (semantic-collector-calculate-completions-raw)
5806 (semantic-complete-read-tag-analyzer):
5807 * cedet/semantic/analyze.el (semantic-analyze-pulse):
5808 * cedet/ede/util.el (ede-update-version-in-source):
5809 * cedet/ede/proj.el (project-delete-target):
5810 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
5811 (ede-proj-flush-autoconf):
5812 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
5813 (ede-proj-configure-synchronize):
5814 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
5815 * cedet/ede/linux.el (ede-linux-version):
5816 * cedet/ede/emacs.el (ede-emacs-version):
5817 * cedet/ede/dired.el (ede-dired-add-to-target):
5818 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
5819 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
5820 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
5821 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
5822 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
5823 (cedet-idutils-version-check):
5824 * cedet/cedet-global.el (cedet-gnu-global-call):
5825 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
5826 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
5827 * cedet/cedet-cscope.el (cedet-cscope-call)
5828 (cedet-cscope-expand-filename, cedet-cscope-version-check):
5829 Use with-current-buffer.
5830 * cedet/ede.el (ede-make-project-local-variable)
5831 (ede-set-project-variables, ede-set): Use dolist.
5832
ca0a881a
DN
58332009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
5834
5835 * textmodes/ispell.el (ispell-skip-region-alist):
5836 * international/mule-conf.el (eight-bit):
5837 * international/fontset.el (font-encoding-alist):
5838 * startup.el (pure-space-overflow-message):
5839 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
5840 * paths.el (gnus-nntp-service, rmail-spool-directory)
5841 (term-file-prefix):
5842 * files.el (save-some-buffers-action-alist):
5843 * cmuscheme.el (same-window-buffer-names):
5844 * ielm.el (same-window-buffer-names):
5845 * shell.el (same-window-buffer-names):
5846 * mail/sendmail.el (same-window-buffer-names):
5847 * progmodes/inf-lisp.el (same-window-buffer-names):
5848 * bindings.el (mode-line-client)
5849 (mode-line-column-line-number-mode-map):
5850 * language/tibetan.el (tibetan-precomposition-rule-regexp)
5851 (tibetan-precomposed-regexp): Purecopy string arguments.
5852
b861e45e
SM
58532009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5854
6df9b6d7
SM
5855 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
5856 (calcDigit-nondigit):
5857 * calc/calc-yank.el (calc-copy-to-buffer):
5858 * calc/calc-units.el (calc-invalidate-units-table):
5859 * calc/calc-trail.el (calc-trail-yank):
5860 * calc/calc-store.el (calc-insert-variables):
5861 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5862 * calc/calc-prog.el (calc-read-parse-table):
5863 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5864 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5865 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5866 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5867 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5868 (calc-graph-name, calc-graph-find-command, calc-graph-view)
5869 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5870 * calc/calc-ext.el (calc-realign):
5871 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5872 (calc-embedded-finish-edit, calc-embedded-make-info)
5873 (calc-embedded-finish-command, calc-embedded-stack-change):
5874 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5875
5a916e35
SM
5876 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
5877 (overload-docstring-extension): Use that info.
5878 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
5879 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
5880 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
5881 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
5882 (semantic-nonterminal-full-name): Add the new `when' info.
5883 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
5884 `assert'.
5885
70f44c65
SM
5886 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5887 shell-dynamic-complete-filename in preference to
5888 comint-dynamic-complete-filename.
5889
b861e45e
SM
5890 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5891 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5892 Don't consider whether the display supports colors.
5893 (bookmark-import-new-list): Use dolist.
5894 (bookmark-bmenu-mode-map): Move initialization into declaration.
5895 (bookmark-bmenu-list): Use dolist, simplify.
5896 (bookmark-show-all-annotations): Use save-selected-window and dolist.
5897 (menu-bar-final-items): Use push.
5898
8549241d 58992009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
5900
5901 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5902 it works on remote files.
5903 (vc-hg-diff): Don't pass any `--cwd' argument.
5904
30644573
KR
59052009-10-27 Kevin Ryde <user42@zip.com.au>
5906
cc63d28f
SM
5907 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5908 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
5909 (Further to Bug#3921).
5910
9be01a63
MA
59112009-10-27 Michael Albinus <michael.albinus@gmx.de>
5912
5913 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
5914 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
5915 calling `tramp-imap-put-file'. Add file size to the call.
5916 (tramp-imap-get-file-entries): Compute also user name, file size,
5917 and date.
5918 (tramp-imap-handle-insert-directory): Insert uid and gid.
5919 (tramp-imap-handle-file-attributes): Transform uid and gid
5920 according to `id-format'.
5921 (tramp-imap-put-file): New optional parameter SIZE. Encode file
5922 size in header X-Size.
5923
41849bf9
JB
59242009-10-26 Juanma Barranquero <lekktu@gmail.com>
5925
5926 * simple.el (transpose-subr): Give clearer error when the mark
5927 is not set. (Bug#4807)
5928
293c24f9
MA
59292009-10-26 Michael Albinus <michael.albinus@gmx.de>
5930
cc63d28f
SM
5931 * net/tramp.el (tramp-perl-file-truename): New defconst.
5932 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 5933 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
5934 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
5935 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 5936
cc63d28f
SM
5937 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5938 Ignore `dired-call-process'.
293c24f9
MA
5939 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
5940
59412009-10-26 Julian Scheid <julians37@gmail.com>
5942
cc63d28f 5943 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
5944 (tramp-get-remote-readlink): New defun.
5945 (tramp-handle-file-truename): Use it.
5946 (tramp-handle-file-exists-p): Check file-attributes cache, assume
5947 file exists if cache value present.
48c2d18a 5948 (tramp-check-cached-permissions): New defun.
293c24f9
MA
5949 (tramp-handle-file-readable-p): Use it.
5950 (tramp-handle-file-writable-p): Likewise.
5951 (tramp-handle-file-executable-p): Likewise.
5952 (tramp-handle-file-name-all-completions): Try using Perl to get
5953 partial completions. When perl not available, combine `cd' and
5954 `ls' into single remote operation and use shell expansion to get
5955 partial remote directory contents. Set `file-exists-p' cache for
5956 directory and any files returned by ls. Change cache handling to
5957 support partial directory contents. Use error message emitted by
5958 remote `cd' or Perl code for local tramp-error.
5959 (tramp-do-copy-or-rename-file-directly): Avoid separate
5960 tramp-send-command-and-check call.
cc63d28f
SM
5961 (tramp-handle-process-file): Merge three remote ops into one.
5962 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
5963 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
5964 file-attributes shows uid/gid to be set already.
5965
a7610c52
DN
59662009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
5967
5968 * textmodes/tex-mode.el (tex-dvi-view-command)
5969 (tex-show-queue-command, tex-open-quote):
5970 * progmodes/ruby-mode.el (auto-mode-alist)
5971 (interpreter-mode-alist): Purecopy strings.
5972
5973 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
5974
5975 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
5976 string for the hook, keymap and abbrev table.
5977
5978 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
5979
5980 * x-dnd.el (x-dnd-xdnd-to-action):
5981 * startup.el (fancy-startup-text, fancy-about-text): Change to
5982 defconst from defvar.
5983
5984 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
5985
5986 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5987 Purecopy initialization strings.
5988
5989 * mail/sendmail.el (mail-header-separator)
5990 (mail-personal-alias-file):
5991 * mail/rmail.el (rmail-default-dont-reply-to-names)
5992 (rmail-ignored-headers, rmail-retry-ignored-headers)
5993 (rmail-highlighted-headers, rmail-secondary-file-directory)
5994 (rmail-secondary-file-regexp):
5995 * files.el (null-device, file-name-invalid-regexp)
5996 (locate-dominating-stop-dir-regexp)
cc63d28f 5997 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
5998 (interpreter-mode-alist): Use mapcar instead of mapc.
5999
6000 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
6001
6002 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
6003 (completion-ignored-extensions):
6004 (debug-ignored-errors): Purecopy strings.
6005
4fcc3d32
SM
60062009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6007
0667de21
SM
6008 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
6009 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
6010 (pcomplete--here): Use push.
6011
4fcc3d32
SM
6012 * subr.el (all-completions): Declare the 4th arg obsolete.
6013
955ef430
SM
60142009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6015
2d085307
SM
6016 * pcomplete.el (pcomplete-unquote-argument-function): New var.
6017 (pcomplete-unquote-argument): New function.
6018 (pcomplete--common-suffix): Always pay attention to case.
6019 (pcomplete--table-subvert): Quote and unquote the text.
6020 (pcomplete--common-quoted-suffix): New function.
6021 (pcomplete-std-complete): Use it and pcomplete-begin.
6022
955ef430
SM
6023 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
6024 we're inside a dedicated or minibuffer window.
6025
4fcc3d32
SM
60262009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6027
6028 * cedet/semantic/fw.el (semantic-alias-obsolete)
6029 (semantic-varalias-obsolete): Make the `when' arg mandatory.
6030 (define-mode-overload-implementation):
6031 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
6032 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
6033 * cedet/semantic/util.el (semantic-file-token-stream)
6034 (semantic-something-to-stream):
6035 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
6036 (semantic-expand-nonterminal):
6037 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
6038 (semantic-find-dependency, semantic-find-nonterminal)
6039 (semantic-find-dependency):
6040 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
6041 (semantic-flex-text, semantic-flex-make-keyword-table)
6042 (semantic-flex-keyword-p, semantic-flex-keyword-put)
6043 (semantic-flex-keyword-get, semantic-flex-map-keywords)
6044 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
6045 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
6046 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
6047 (semantic-after-idle-scheduler-reparse-hooks):
6048 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
6049 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
6050 * cedet/semantic.el (semantic-toplevel-bovine-table)
6051 (semantic-toplevel-bovine-cache)
6052 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
6053 (semantic-init-mode-hooks, semantic-init-db-hooks)
6054 (semantic-bovination-working-type): Provide the `when' arg.
6055
7c85c02b
KF
60562009-10-24 Karl Fogel <kfogel@red-bean.com>
6057
6058 * bookmark.el: Update documentation, especially documentation
6059 of `bookmark-alist' and of the bookmark file format.
6060 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
6061
3e8ae8a6
CY
60622009-10-24 Chong Yidong <cyd@stupidchicken.com>
6063
3e425845
CY
6064 * mail/emacsbug.el (report-emacs-bug): Clarify that the
6065 keybindings apply to the mail buffer (Bug#4003). Shrink help
6066 window to buffer.
6067
cdd47d48
CY
6068 * whitespace.el (whitespace-mode, whitespace-newline-mode)
6069 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
6070 (whitespace-toggle-options, global-whitespace-toggle-options):
6071 Doc fix (Bug#3660).
cdd47d48 6072
ba07c9ad
CY
6073 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
6074 of xmltok-start before the end tag was inserted (Bug#2840).
6075
3e8ae8a6
CY
6076 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6077 patterns that are preceded by an open-paren (Bug#1320).
6078
ab276820
CY
60792009-10-24 Sven Joachim <svenjoac@gmx.de>
6080
6081 * files.el (delete-directory): Delete symlinks to directories with
6082 delete-file (Bug#4739).
6083
86f1602f
CY
60842009-10-24 Chong Yidong <cyd@stupidchicken.com>
6085
6086 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
6087 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
6088 argument to make-obsolete.
6089
6090 * cedet/semantic/fw.el (semantic-alias-obsolete)
6091 (semantic-varalias-obsolete): Add optional WHEN argument.
6092
905a9ed3
DN
60932009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
6094
a9a2a6db
DN
6095 * vc.el (vc-backend-for-registration): Rename from
6096 vc-get-backend-for-registration. Update callers.
6097
cc63d28f
SM
6098 * international/mule-cmds.el (set-language-info-alist):
6099 Purecopy lang-env.
905a9ed3
DN
6100 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
6101 (charset): Purecopy the name.
6102 (define-char-code-property): Purecopy string arguments.
6103
6104 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6105 Purecopy string arguments.
6106
6107 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6108 * ediff-hook.el (menu-bar-ediff-menu):
6109 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
6110 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
6111
d270305a
GM
61122009-10-24 Glenn Morris <rgm@gnu.org>
6113
6c74d523 6114 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
6115 * term.el (term-dynamic-list-completions): Use choose-completion rather
6116 than obsolete alias mouse-choose-completion.
6117
ae732337
GM
6118 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
6119 file-cache-choose-completion.
6120 (file-cache-choose-completion): Handle an optional event argument.
6121 (file-cache-mouse-choose-completion): Make it an obsolete alias.
6122
cc63d28f
SM
6123 * progmodes/octave-mod.el (octave-complete-symbol):
6124 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 6125
9847dc91
GM
6126 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
6127 use.
6128
e8f2a5d5
GM
6129 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
6130 compiler.
6131
d270305a
GM
6132 * vc-hooks.el (vc-responsible-backend): Fix declaration.
6133
c6432f1e
SM
61342009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6135
6136 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
6137 Ignore `pred' now that we receive one.
6138 Handle test-completion specially.
6139
6ab196f9
DN
61402009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6141
6142 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 6143 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
6144 REGISTER ...
6145 (vc-get-backend-for-registration): ... here. New function.
6146 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
6147 of vc-responsible-backend, pass the file name instead of the
6148 directory name.
6149
48feed59
SM
61502009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6151
6152 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
6153 New funs.
6154 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
6155 (pcomplete-comint-setup): Don't modify a global var via
6156 accidental side-effects.
6157 (pcomplete-shell-setup): Adjust call accordingly.
6158 (pcomplete-parse-comint-arguments): Use push.
6159
00006066
CY
61602009-10-23 Chong Yidong <cyd@stupidchicken.com>
6161
36bfa3af
CY
6162 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6163 Allow uncapitalized info node names (Bug#3921).
6164
00006066
CY
6165 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
6166 to the DEBUG file (Bug#3781).
6167
aa311d6e
CY
61682009-10-23 Jari Aalto <jari.aalto@cante.net>
6169
6170 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
6171 dictionary entry (Bug#4579).
6172
b88f2d0a
MA
61732009-10-23 Michael Albinus <michael.albinus@gmx.de>
6174
6175 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
6176 from `rfn-eshadow-update-overlay-hook' when unloading.
6177 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
6178 "rsyncc". Adjust doc string.
48c2d18a 6179 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
6180 (tramp-handle-insert-file-contents, tramp-handle-write-region):
6181 Keep temporary file when indicated by method ("rsync" and
6182 "rsyncc").
6183 (tramp-handle-write-region): Handle APPEND.
6184 (tramp-delete-temp-file-function): New defun. Added to
6185 `kill-buffer-hook'.
6186
1becddbb
JB
61872009-10-23 Juanma Barranquero <lekktu@gmail.com>
6188
6189 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
6190
8f43cbf3
DN
61912009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6192
6193 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
6194 (color-name-rgb-alist, tty-standard-colors)
6195 (tty-color-mode-alist): Change to defconst.
6196
6197 * simple.el (mark-inactive): Purecopy message.
6198
6199 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
6200 (global-map, yank-menu):
6201 * textmodes/ispell.el (ispell-menu-map):
6202 * net/eudc.el (eudc-tools-menu):
6203 * international/mule-cmds.el (describe-language-environment-map)
6204 (setup-language-environment-map, set-coding-system-map)
6205 (mule-menu-keymap):
6206 * vc-hooks.el (vc-menu-entry, vc-menu-map):
6207 * replace.el (occur-mode-map):
6208 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
6209
1d228a31
JB
62102009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
6211
6212 * calc/calc.el (math-read-number, math-read-number-simple): Use
6213 `save-match-data'.
6214
3b067af1
SM
62152009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6216
28a90c44
SM
6217 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
6218 rather than fiddling with global-map bindings, since it should only
6219 affect per-terminal settings.
6220 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
6221
a452eee8
SM
6222 * minibuffer.el (completion-table-with-terminator): Allow to specify
6223 the terminator-regexp.
6224
ab14d7d5
SM
6225 * simple.el (switch-to-completions): Look for *Completions* in other
6226 frames as well.
6227
3b067af1
SM
6228 * pcomplete.el: Allow the use of completion-tables.
6229 (pcomplete-std-complete): New command.
6230 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
6231 (pcomplete--here): Use a function for `form' rather than an expression,
6232 so it can be byte-compiled.
6233 (pcomplete-here, pcomplete-here*): Adjust accordingly.
6234 Add edebug declaration.
6235 (pcomplete-show-completions): Remove unused var `curbuf'.
6236 (pcomplete-do-complete, pcomplete-stub):
1becddbb 6237 Don't assume `completions' is a list of strings any more.
3b067af1 6238
5480359e
JB
62392009-10-22 Juanma Barranquero <lekktu@gmail.com>
6240
6241 * find-dired.el (find-name-arg): Fix typo in docstring.
6242
3170b794
SM
62432009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6244
48c23a25
SM
6245 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
6246 (pcmpl-linux-fs-types): Same, and update to new modules layout.
6247
56b14058
SM
6248 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
6249 pcomplete-entries.
6250
3170b794
SM
6251 * comint.el (comint-read-input-ring, comint-write-input-ring)
6252 (comint-substitute-in-file-name)
6253 (comint-dynamic-complete-as-filename)
6254 (comint-dynamic-simple-complete)
6255 (comint-dynamic-list-filename-completions)
6256 (comint-dynamic-list-completions)
6257 (comint-redirect-results-list-from-process): Minor simplifications.
6258
2affef34
KR
62592009-10-21 Kevin Ryde <user42@zip.com.au>
6260
3170b794
SM
6261 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6262 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 6263 the first form. And insert a blank line after ";;; Code" since
d8194864 6264 that's usual style. (Bug#4612)
2affef34 6265
e7b94bbb
KR
6266 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
6267
528c56e2
SM
62682009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6269
6270 * minibuffer.el (completion-table-with-terminator): Properly implement
6271 boundaries, in case `terminator' appears in the suffix.
6272 (completion--embedded-envvar-table): Don't return boundaries if
6273 there's no valid completion. Simplify.
6274 (completion-file-name-table): New completion table extracted from
6275 completion--file-name-table.
6276 (completion--file-name-table): Use it.
6277 (read-file-name-predicate): Declare obsolete.
6278 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
6279 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
6280 completion-file-name-table, and use the `pred' argument.
6281 * files.el (locate-file-completion-table): Use the `pred' arg rather
6282 than read-file-name-predicate.
6283 (abbreviate-file-name): Use \` rather than ^ for BOS.
6284
f9ed9b4f
DN
62852009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
6286
6287 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
6288 vc-responsible-backend to register, it causes problems.
6289
5f2022a3
SM
62902009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6291
6292 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
6293
8d106ea0
CY
62942009-10-21 Eric Ludlam <zappo@gnu.org>
6295
6296 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
6297 (semantic-c-debug-mode-init-pch): New functions.
6298 (semantic-c-debug-mode-init-last-mode): New var.
6299 (semantic-c-parse-lexical-token): Use them.
6300
6301 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
6302 When extracting the argument list, limit only by point-max.
6303
fc754ea1
MA
63042009-10-21 Michael Albinus <michael.albinus@gmx.de>
6305
6306 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
6307 (tramp-smb-handle-file-attributes): Use it.
6308 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
6309 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
6310 `mapcar'. Use `tramp-smb-get-stat-capability'.
6311 Add `dired-filename' text properties.
fc754ea1
MA
6312 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
6313 (tramp-smb-maybe-open-connection): Simplify check for smbclient
6314 version.
6315
79bd5ba1
SM
63162009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6317
6318 * subr.el (read-key-delay): Reduce to 0.01.
6319 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
6320 (bug#4751).
6321
3c13704d
SM
63222009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6323
554efd10
SM
6324 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
6325
c2a37b78
SM
6326 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
6327 (Info-menu): Remove unused vars `last' and `completions'.
6328 (Info-index-nodes): Remove unused var `node'.
6329
3c13704d
SM
6330 * info.el (Info-complete-menu-item): Use complete-with-action.
6331
d1e4c403
DN
63322009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6333
6334 Make vc-annotate work through copies and renames.
3c13704d
SM
6335 * vc-annotate.el (vc-annotate-extract-revision-at-line):
6336 Return the file name too.
d1e4c403
DN
6337 (vc-annotate-revision-at-line)
6338 (vc-annotate-find-revision-at-line)
6339 (vc-annotate-revision-previous-to-line)
6340 (vc-annotate-show-log-revision-at-line): Update to get the file
6341 name from vc-annotate-extract-revision-at-line.
6342 (vc-annotate-show-diff-revision-at-line-internal): Change the
6343 argument to mean whether to show a file diff or not. Get the file
6344 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
6345 (vc-annotate-show-diff-revision-at-line):
6346 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
6347 (vc-annotate-warp-revision): Add an optional file argument.
6348
6349 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
6350 (vc-git-annotate-extract-revision-at-line): Also return the file
6351 name if found.
6352
6353 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
6354 command. Remove unused code.
6355 (vc-hg-annotate-re): Update to match --follow output.
6356 (vc-hg-annotate-extract-revision-at-line): Also return the file
6357 name if found.
6358
6359 * vc.el: Update annotate-extract-revision-at-line documentation.
6360
b0b0ef98
KR
63612009-10-18 Kevin Ryde <user42@zip.com.au>
6362
6363 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
6364 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
6365
a9e7f03d
KR
6366 * net/browse-url.el (browse-url): Identify alist with "consp and
6367 not functionp" and let all other things go down the `apply' leg,
6368 as suggested by Stefan. (Further to bug#4531.)
6369
7346a407
CY
63702009-10-18 Chong Yidong <cyd@stupidchicken.com>
6371
6372 * minibuffer.el (read-file-name): Check for repeat before putting
6373 a default argument in file-name-history (Bug#4657).
6374
6375 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
6376 read syntax (Bug#4737).
6377
3c13704d 6378 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 6379
1da94541
CY
63802009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6381
6382 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
6383 (html-tag-alist, html-tag-help): Add descriptions for undocumented
6384 entries and make note of obsolete tags.
6385
2b93080a
SM
63862009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6387
6388 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
6389
18b5ffb5
GM
63902009-10-18 Glenn Morris <rgm@gnu.org>
6391
6392 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
6393 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 6394 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
6395 now, and in any case the file header format has changed.
6396
c2e161b2
GM
63972009-10-17 Glenn Morris <rgm@gnu.org>
6398
6399 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
6400 (flyspell-get-word, flyspell-large-region)
6401 (flyspell-auto-correct-previous-word): Doc/error message fixes.
6402
a1eb44f5
CY
64032009-10-17 Chong Yidong <cyd@stupidchicken.com>
6404
6405 * Makefile.in (ELCFILES): Add ede/shell.
6406
4418646e
DN
64072009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
6408
6409 * term/common-win.el (x-colors): Purecopy it.
6410
4062011e
SM
64112009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6412
6413 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
6414 permissive for when the buffer is empty.
6415 (tar-header-block-tokenize): Decode the username and groupname.
6416 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
6417
67d3ffe4
CY
64182009-10-17 Chong Yidong <cyd@stupidchicken.com>
6419
6420 * cedet/srecode/srt.el:
6421 * cedet/srecode/compile.el:
6422 * cedet/semantic/mru-bookmark.el:
6423 * cedet/semantic/debug.el:
6424 * cedet/semantic/complete.el:
6425 * cedet/semantic/analyze.el: Require CL when compiling.
6426
64272009-10-17 Eric Ludlam <zappo@gnu.org>
6428
6429 * cedet/semantic/scope.el
6430 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
6431 tmpscope so that the regular scope will continue to work.
6432
4062011e
SM
6433 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
6434 Use semantic-idle-summary-highlight-face as the highlighting.
67d3ffe4
CY
6435
6436 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
6437 contains multibyte characters, choose first applicable coding
6438 system automatically.
6439
6440 * cedet/ede/project-am.el (project-run-target): New method.
6441 (project-run-target): New method.
6442
6443 * cedet/ede.el (ede-target): Add run target menu item.
6444 (ede-project, ede-minor-keymap): Add ede-run-target binding.
6445 (ede-run-target): New function.
6446 (ede-target::project-run-target): New method.
6447
6448 * cedet/ede/proj.el (project-run-target): New method.
6449
6450 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
6451 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
6452 Add :rules.
6453 (ede-proj-target-makefile-shared-object): Only libtool compilers
6454 now available. Add linkers for libtool.
6455 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
6456 (ede-proj-makefile-target-name): Always use .la extension.
6457
6458 * cedet/ede/proj-prog.el (project-run-target): New method.
6459
4062011e 6460 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
67d3ffe4
CY
6461 (ede-g++-linker): Change Change link lines.
6462
4062011e
SM
6463 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
6464 When searching for old variables, go to the end of the buffer and
67d3ffe4
CY
6465 search backward from there.
6466 (ede-proj-makefile-automake-insert-subdirs)
6467 (ede-proj-makefile-automake-insert-extradist): New methods.
6468 (ede-proj-makefile-create): Use them.
6469
6470 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
6471 Force FILE to expand to the current target. Use file-exists-p to
6472 check that it exists.
6473
6474 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
4062011e
SM
6475 (ede-linux-load): Wrap dir in file-name-as-directory.
6476 Set :version slot.
67d3ffe4
CY
6477
6478 * cedet/ede/files.el (ede-get-locator-object): When enabling
6479 locate, do so on "top".
6480
6481 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
6482 file-name-as-directory during compare.
4062011e
SM
6483 (ede-emacs-version): Return Emacs/XEmacs differentiator.
6484 Get version number from different places. Don't call egrep.
67d3ffe4
CY
6485 (ede-emacs-load): Set :version slot. Call file-name-as-directory
6486 to set the directory.
6487
6488 * cedet/ede/shell.el: New file.
6489
6490 * cedet/inversion.el (inversion-decoders): Allow for stray . in
6491 alpha/beta variants.
6492
2df48a87
SM
64932009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6494
6495 * international/mule-cmds.el (select-safe-coding-system): If the file
6496 has a coding cookie, use it regardless of any other setting (bug#4712).
6497
fd7dd48c
GM
64982009-10-17 Glenn Morris <rgm@gnu.org>
6499
547776f9
GM
6500 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
6501 All errors should have messages.
6502
3ee0b477 6503 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
6504 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6505
2550e4b1
GM
6506 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6507 (dired-keep-marker-copy, dired-keep-marker-hardlink)
6508 (dired-keep-marker-symlink, dired-dwim-target)
6509 (dired-copy-preserve-time): Do not autoload these defcustoms.
6510
fd7dd48c
GM
6511 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6512 messages from messing up the file coding. (Bug#4623)
6513
f3e3a990
GM
65142009-10-17 Jari Aalto <jari.aalto@cante.net>
6515
6516 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6517 if no match is found for the current dictionary. (Bug#4578)
6518
6519 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
6520 optional, since that is how it is documented, and this is often called
6521 with a nil argument. (Bug#4577)
6522 (flyspell-external-point-words, flyspell-auto-correct-word)
6523 (flyspell-correct-word-before-point, flyspell-word-search-forward)
6524 (flyspell-word-search-backward): Remove nil argument in calls to
6525 flyspell-get-word, since it is not needed now.
6526
65272009-10-17 Ulrich Mueller <ulm@gentoo.org>
6528
1becddbb 6529 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 6530
b61374ab
GM
65312009-10-16 Glenn Morris <rgm@gnu.org>
6532
6533 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
6534
412707c2
SM
65352009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
6536
6537 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
6538 (ange-ftp-file-size): New function.
6539 (ange-ftp-file-attributes): Use it.
6540
0c6f436e
MA
65412009-10-16 Michael Albinus <michael.albinus@gmx.de>
6542
6543 * net/tramp-smb.el (tramp-smb-version): New defvar.
6544 (tramp-smb-maybe-open-connection): Use it, in order to avoid
6545 repeated checks.
6546
850bfd04
GM
65472009-10-16 Glenn Morris <rgm@gnu.org>
6548
6549 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6550 Maybe copy some custom properties from old to new name. (Bug#4706)
6551
f3ed9aca
JB
65522009-10-16 Juanma Barranquero <lekktu@gmail.com>
6553
6554 * subr.el (error, sit-for, start-process-shell-command)
6555 (start-file-process-shell-command): Set the calling convention
6556 after the function definition.
6557
fd6c5134
SM
65582009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
6559
6560 * subr.el (error, sit-for, start-process-shell-command)
6561 (start-file-process-shell-command): Use the new
6562 set-advertised-calling-convention feature.
6563
73874eb7
KH
65642009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
6565
fd6c5134
SM
6566 * international/ucs-normalize.el (ucs-normalize-version):
6567 Change to 1.2.
6568 (check-range): Adjust for Unicode 5.2.
73874eb7 6569
03fb33cf
JL
65702009-10-15 Juri Linkov <juri@jurta.org>
6571
6572 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6573 to the `menu-item' format.
6574
4260b402
MA
65752009-10-15 Michael Albinus <michael.albinus@gmx.de>
6576
6577 * net/tramp.el (tramp-replace-environment-variables): Do not fail
6578 if the environment variable does not exist.
6579
6580 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6581 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6582 parameter.
6583 (tramp-smb-handle-add-name-to-file)
6584 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6585 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6586 (tramp-smb-handle-file-attributes)
6587 (tramp-smb-do-file-attributes-with-stat)
6588 (tramp-smb-handle-file-local-copy)
6589 (tramp-smb-handle-insert-directory)
6590 (tramp-smb-handle-make-directory)
6591 (tramp-smb-handle-make-directory-internal)
6592 (tramp-smb-handle-make-symbolic-link)
6593 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6594 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6595 (tramp-smb-maybe-open-connection): Apply the changed parameters.
6596 (tramp-smb-read-file-entry): Read Disk names in compressed format.
6597 Handle long file names.
6598 (tramp-smb-get-cifs-capabilities): Check, whether the connection
6599 process is running.
6600 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6601 Read share names with "-g" option.
6602
d7a0fd6f
GM
66032009-10-15 Ryan Yeske <rcyeske@gmail.com>
6604
6605 * net/rcirc.el (rcirc-view-log-file): New command.
6606 (rcirc-track-minor-mode-map): Remove C-c ` binding.
6607 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6608 specified.
6609
0b44494a
GM
66102009-10-15 Glenn Morris <rgm@gnu.org>
6611
af9fb32f
GM
6612 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6613 from the second command-line argument.
6614 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6615 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6616 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6617 w32-batch-update-autoloads.
6618 * emacs-lisp/autoload.el (autoload-make-program): New variable.
6619 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6620
0b44494a
GM
6621 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6622 the headers cannot be located. Simplify, subtracting superflous
6623 save-excursions.
6624
d5e63715
SM
66252009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
6626
6627 Replace completion-base-size by completion-base-position to fix bugs
6628 such as (bug#4699).
6629 * simple.el (completion-base-position): New var.
6630 (completion-base-size): Mark as obsolete.
6631 (choose-completion): Make it work for mouse events as well.
6632 Pass the new base-position to choose-completion-string.
6633 (choose-completion-guess-base-position): New function, extracted from
6634 choose-completion-delete-max-match.
6635 (choose-completion-delete-max-match): Use it. Make obsolete.
6636 (choose-completion-string): Use the new base-position info.
6637 (completion-root-regexp): Delete.
6638 (completion-setup-function): Preserve completion-base-position.
6639 Eliminate obsolete base-size manipulation.
6640 * minibuffer.el (display-completion-list): Don't mess with base-size.
6641 (minibuffer-completion-help): Set completion-base-position instead.
6642 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6643 choose-completion.
6644 * textmodes/bibtex.el (bibtex-complete):
6645 * emacs-lisp/crm.el (crm--choose-completion-string):
6646 Adjust to new calling convention.
6647 * complete.el (partial-completion-mode): Use minibufferp to avoid
6648 bumping into incompatible change to choose-completion-string-functions.
6649 * ido.el (ido-choose-completion-string): Make its calling convention
6650 more permissive.
6651 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6652 base-size manipulation.
6653 (comint-dynamic-list-input-ring): Use dotimes and push.
6654 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6655 fundamental-mode. Use `or'.
6656
92f8bfc7
JL
66572009-10-14 Juri Linkov <juri@jurta.org>
6658
6659 * misearch.el (multi-isearch-next-buffer-from-list)
6660 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
6661
e78e280d
SM
66622009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6663
384ca163
SM
6664 * Makefile.in (compile-onefile): Load `bytecomp' rather than
6665 `bytecomp.el'.
6666
681e0e7c
SM
6667 * minibuffer.el (completion-pcm--merge-completions): Make sure the
6668 string we return is all made up of text from the completions rather
6669 than part from the completions and part from the input (bug#4219).
6670
e78e280d
SM
6671 * ido.el (ido-everywhere): Use define-minor-mode.
6672
6673 * buff-menu.el (list-buffers, ctl-x-map):
6674 Mark the entry points with ;;;###autoload cookies.
6675
b4e813ca
DN
66762009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
6677
52964e54
DN
6678 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6679 correctly in the detached head case.
6680 (vc-git-print-log): Remove unused binding.
6681
b4e813ca
DN
6682 * vc.el (vc-responsible-backend): When a directory is passed for
6683 for registration create a VC repository if no backend is
6684 responsible for the directory argument.
6685 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
6686
6687 * vc.el: Move comments about RCS and SCCS ...
6688 * vc-rcs.el:
6689 * vc-sccs.el: ... here, respectively.
6690
40ba9882
SM
66912009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6692
6693 * minibuffer.el (completion--file-name-table): Return nil if there's
6694 no file completion, even if substitute-in-file-name changed
6695 the string (bug#4708).
6696
04e0f59b
JL
66972009-10-13 Juri Linkov <juri@jurta.org>
6698
6699 * files-x.el (read-file-local-variable-value): Don't filter out
6700 minor modes from mode name completion (bug#4664).
6701
314c8e25
JB
67022009-10-13 Juanma Barranquero <lekktu@gmail.com>
6703
6704 * international/mule-cmds.el (ucs-names): Remove exclusion of
6705 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6706
5c9b7d36
KH
67072009-10-13 Kenichi Handa <handa@m17n.org>
6708
6709 * international/uni-name.el: Regenerated.
6710
1e7a80f2
JB
67112009-10-13 Juanma Barranquero <lekktu@gmail.com>
6712
6713 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
6714 should be automatically buffer-local, but isn't.)
6715
cd29f88b
SS
67162009-10-12 Sam Steingold <sds@gnu.org>
6717
6718 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 6719 timestamps if the buffer has been visited before.
0cd16af4
SS
6720 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6721 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 6722
37493a98
GM
67232009-10-12 Glenn Morris <rgm@gnu.org>
6724
6725 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6726 Let-bind `size'.
6727
3b56b1e6
JB
67282009-10-12 Juanma Barranquero <lekktu@gmail.com>
6729
7422a4bb
JB
6730 * proced.el (proced-unload-function): New function.
6731
fa72d075
JB
6732 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6733 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6734 Doc fix.
6735
3b56b1e6
JB
6736 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6737
4d9b4323
JL
67382009-10-11 Juri Linkov <juri@jurta.org>
6739
6740 * files-x.el (read-file-local-variable-value):
6741 Provide default value only for bound variables (bug#4664).
6742
f6f7e059
MA
67432009-10-11 Michael Albinus <michael.albinus@gmx.de>
6744
6745 * net/tramp.el (tramp-local-host-p): Function shall return nil for
6746 connection methods like smb.
6747
6748 * net/tramp-cache.el (tramp-flush-connection-property): The hash
6749 can be empty.
6750
6751 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6752 (tramp-smb-file-name-handler-alist): Add handlers for
6753 `add-name-to-file', `make-symbolic-link'.
6754 (tramp-smb-handle-add-name-to-file)
2992485f 6755 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
6756 (tramp-smb-handle-make-symbolic-link)
6757 (tramp-smb-get-cifs-capabilities): New defuns.
6758 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6759 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6760 (tramp-smb-handle-file-local-copy)
6761 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
6762 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6763 The file name syntax depends on cifs capabilities.
6764 (tramp-smb-handle-file-attributes):
6765 Call `tramp-smb-do-file-attributes-with-stat' if possible.
6766 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6767 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 6768
67868d26
CY
67692009-10-11 Chong Yidong <cyd@stupidchicken.com>
6770
6771 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6772 (eieio-defclass): Apply deftype handler and setf-method properties
6773 directly.
6774 (eieio-add-new-slot): Avoid union function from cl library.
6775 (eieio--typep): New function.
6776 (eieio-perform-slot-validation): Use it.
6777
6d6a5b7e
KF
67782009-10-10 Karl Fogel <kfogel@red-bean.com>
6779
3b56b1e6 6780 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
6781 Update documentation to refer to the variables documented in r1.135.
6782 (Bug#4188)
6783
67b70de9
KF
67842009-10-10 Karl Fogel <kfogel@red-bean.com>
6785
6786 * bookmark.el (Info-suffix-list): Remove this unused variable.
6787 (bookmark-current-point): Remove this obsolete variable.
6788 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6789 Adjust for removal of bookmark-current-point.
6790
6791 (bookmarks-already-loaded, bookmark-current-buffer)
6792 (bookmark-yank-point): Document. (Bug#4188)
6793
58ae51ae
GM
67942009-10-10 Glenn Morris <rgm@gnu.org>
6795
4619ff5e
GM
6796 * frame.el (frame-height): Doc fix.
6797
58ae51ae
GM
6798 * calendar/calendar.el (calendar-split-width-threshold): New option.
6799 (calendar-basic-setup): Use calendar-split-width-threshold.
6800
3b56b1e6 68012009-10-10 Sascha Wilde <wilde@sha-bang.de>
d751f122 6802
3b56b1e6
JB
6803 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
6804 Use .la for Automake.
d751f122 6805
fa63f49c
CY
68062009-10-09 Chong Yidong <cyd@stupidchicken.com>
6807
3b56b1e6
JB
6808 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
6809 Use "autoreconf -i". Suggested by Andreas Schwab.
fa63f49c 6810
d364386c
JB
68112009-10-09 Juanma Barranquero <lekktu@gmail.com>
6812
6813 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6814 Ideographic Supplement" range (U+1F200..U+1F2FF).
6815
33e97a28
KF
68162009-10-09 Karl Fogel <kfogel@red-bean.com>
6817
02d0f051 6818 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 6819 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
6820
68212009-10-09 Karl Fogel <kfogel@red-bean.com>
6822
d364386c 6823 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
6824 (bookmark-bmenu-execute-deletions): Don't save here, as
6825 bookmark-delete will now do so if necessary.
d364386c 6826 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
6827 (Bug#4348)
6828
9656d87b
GM
68292009-10-09 Glenn Morris <rgm@gnu.org>
6830
6831 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6832
e6227f06
KF
68332009-10-09 Karl Fogel <kfogel@red-bean.com>
6834
6835 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6836 (bookmark-jump-other-window): Just invoke bookmark-jump with new
6837 argument now, so the two function's behaviors will match. (Bug#3645)
6838
35c7e413
CY
68392009-10-08 Chong Yidong <cyd@stupidchicken.com>
6840
4f54db4b
CY
6841 * cedet/ede/proj.el (project-make-dist, project-compile-project):
6842 Fix filename test.
35c7e413
CY
6843 (ede-proj-dist-makefile): Use expand-file-name instead of concat
6844 to expand file names.
6845
288f783b
MA
68462009-10-08 Michael Albinus <michael.albinus@gmx.de>
6847
6848 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 6849 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 6850 Apply `save-match-data'.
288f783b
MA
6851
6852 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6853 case both directories are remote.
6854 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 6855 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 6856
c2a81032
CY
68572009-10-08 Chong Yidong <cyd@stupidchicken.com>
6858
a6b98754
CY
6859 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
6860 (ede-proj-target-makefile-objectcode): Use it.
6861
c2a81032 6862 * cedet/ede/source.el (ede-want-any-source-files-p)
e78e280d
SM
6863 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
6864 Return search result. This error was introduced while merging.
c2a81032 6865
872a1ea4
JB
68662009-10-07 Juanma Barranquero <lekktu@gmail.com>
6867
6868 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6869
ab2baced
GM
68702009-10-07 Glenn Morris <rgm@gnu.org>
6871
e78e280d
SM
6872 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6873 of concat.
ab2baced 6874
5c4634c1
SM
68752009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6876
6877 * files-x.el (read-file-local-variable): Include some
6878 non-user-variables in the completion table (bug#4664).
6879
c2dc9732
MA
68802009-10-07 Michael Albinus <michael.albinus@gmx.de>
6881
6882 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6883 message.
6884
6885 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6886 (tramp-smb-file-name-handler-alist): Add handler for
6887 `copy-directory', `expand-file-name', `set-file-modes'.
6888 (tramp-smb-handle-copy-directory)
6889 (tramp-smb-handle-expand-file-name)
6890 (tramp-smb-handle-set-file-modes): New defuns.
6891 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6892 (tramp-smb-handle-file-attributes): Simplify check for retrieving
6893 entry.
6894 (tramp-smb-handle-insert-directory): Don't flush the cache.
6895 (tramp-smb-maybe-open-connection): Check for samba client and
6896 server versions.
6897
11be40a6
EZ
68982009-10-07 Eli Zaretskii <eliz@gnu.org>
6899
6900 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6901 to not error out of search for "^lisp=" fails.
6902
8c4afe20
JB
69032009-10-07 Juanma Barranquero <lekktu@gmail.com>
6904
6905 * makefile.w32-in (WINS_UPDATES): New macro.
6906 (custom-deps, finder-data, autoloads): Use it.
6907
429a1506
GM
69082009-10-07 Glenn Morris <rgm@gnu.org>
6909
ee2e93e2
GM
6910 * Makefile.in (autoloads): Revert previous change.
6911 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6912 the list of preloaded files passed on the command-line, get
6913 it from src/Makefile.
6914
429a1506
GM
6915 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6916 show the original buffer rather than a random one.
6917
a51203ee 69182009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
6919
6920 * help.el (describe-no-warranty): Place point in a slightly better
6921 position in the GPLv3 text.
6922
f58f7520
SS
69232009-10-06 Sam Steingold <sds@gnu.org>
6924
6925 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6926 the comm attribute is present before calling regexp-quote.
6927
bde79dc0
JB
69282009-10-06 Juanma Barranquero <lekktu@gmail.com>
6929
6930 * play/animate.el (animate-string): For good effect, make sure
6931 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6932
6933 * play/animate.el (animate-sequence, animate-birthday-present):
6934 * misc.el (butterfly): Don't set `indent-tabs-mode'.
6935
25ab0302
GM
69362009-10-06 Glenn Morris <rgm@gnu.org>
6937
73fe714a
GM
6938 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
6939
3405d98c
GM
6940 * emacs-lisp/autoload.el (autoload-excludes): New variable.
6941 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
6942 (batch-update-autoloads): Process a string value of autoload-excludes,
6943 set during the build process.
6944 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
6945
9fb2cdc5
GM
6946 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
6947 inside with-parsed... macro so that `v' is defined.
6948
7938ab41
GM
6949 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
6950 * progmodes/fortran.el (fortran-end-of-block)
6951 (fortran-beginning-of-block):
6952 Also push mark in the macro case.
6953
eaf9b564
GM
6954 * emerge.el (emerge-show-file-name):
6955 * calc/calc.el (calc-quit):
6956 * calc/calc-misc.el (calc-big-or-small):
6957 * calc/calc-graph.el (calc-graph-view):
6958 * calc/calc-ext.el (calc-reset):
6959 * calendar/calendar.el (calendar-basic-setup):
6960 Use window-full-height-p.
6961
25ab0302
GM
6962 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
6963 header we don't understand, don't insert another. (Bug#4624)
6964 If changing mime charset, insert the new one in the right place.
6965
00169eb6
GM
69662009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
6967
6968 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6969 (cal-tex-cursor-month): Correctly increment the end date for diary and
6970 holiday listing. (Bug#4626)
6971
82882188
SM
69722009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6973
40ba9882 6974 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
6975 a symbol.
6976
a8f316ca
JB
69772009-10-05 Juanma Barranquero <lekktu@gmail.com>
6978
6979 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
6980 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
6981 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
6982 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
6983
6984 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
6985 (eieio-default-superclass): Reflow docstrings.
6986 (this, class-option-assoc, defclass, eieio-class-un-autoload)
6987 (eieio-unbind-method-implementations, defmethod)
6988 (eieio-validate-slot-value, eieio-validate-class-slot-value)
6989 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6990 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6991 (eieio-slot-originating-class-p, eieio-slot-name-index)
6992 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6993 (constructor, initialize-instance, no-next-method, object-print)
6994 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6995 Fix typos in docstrings.
6996 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6997 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6998 (next-method-p): Doc fixes.
6999 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
7000 Fix typos in error messages.
7001 (eieio-defmethod): Fix typo in description of generic method.
7002
7003 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
7004 (eieio-persistent-save-interactive, slot-missing):
7005 Fix typos in docstrings.
7006 (eieio-instance-inheritor-slot-boundp): Doc fix.
7007
7008 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
7009 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
7010
7011 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
7012 (eieio-custom-object-apply-reset):
7013 Fix typos in docstrings and error messages.
7014
7015 * emacs-lisp/eieio-datadebug.el (data-debug-show):
7016 Fix typo in docstring.
7017
7018 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
7019 (eieio-browse-tree): Doc fix.
7020 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
7021 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
7022 Fix typos in docstrings.
7023
7024 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
7025 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
7026 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
7027 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
7028 Reflow docstrings.
7029
c66b7ac0
DN
70302009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
7031
4a827e0a 7032 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
7033 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
7034 Set log-view-vc-backend so that diff can work.
4a827e0a 7035
c66b7ac0
DN
7036 * log-view.el (log-view-diff): Use vc-diff-internal instead of
7037 vc-version-diff.
7038 (vc-diff-internal): Autoload this instead of vc-version-diff.
7039
1902a98c
EZ
70402009-10-05 Eli Zaretskii <eliz@gnu.org>
7041
a7a8618b
EZ
7042 * simple.el (eval-expression): Doc fix.
7043
1902a98c
EZ
7044 * progmodes/cwarn.el (cwarn-mode): Doc fix.
7045
0e1f2ee6
MA
70462009-10-05 Michael Albinus <michael.albinus@gmx.de>
7047
7048 * files.el (directory-files-no-dot-files-regexp): New defconst.
7049 (delete-directory): Use it.
7050 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
7051
263c02ef 7052 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
7053 (tramp-methods): Add recursive option to `tramp-copy-args'.
7054 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 7055 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 7056 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
7057 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7058 Add handler for `copy-directory'.
7059 (tramp-handle-copy-directory): New defun.
7060 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
7061 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7062 Optimize sent command.
263c02ef 7063
72aa7df4
SM
70642009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7065
4a34f065
SM
7066 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7067 window if necessary.
7068
72aa7df4
SM
7069 * calendar/calendar.el (calendar-basic-setup): Don't call
7070 switch-to-buffer in a dedicated window.
7071
5feb1ba7
KF
70722009-10-05 Karl Fogel <kfogel@red-bean.com>
7073
7074 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 7075 don't do anything related to relocating, just return nil.
5feb1ba7
KF
7076 (bookmark-error-no-filename): New error.
7077 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
7078 bookmark has no file. Don't even attempt to handle things that
7079 are not files; the whole point of custom handlers is to keep that
7080 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
7081 (bookmark-file-or-variation-thereof): Remove now-unused function.
7082 (bookmark-location): Doc string fix.
7083 (Bug#4250)
7084
1bd49952
KF
70852009-10-04 Karl Fogel <kfogel@red-bean.com>
7086
7087 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7088 don't use a file dialog, because they usually don't know how to read
7089 a directory target from the user. (Bug#4230)
7090 Also, make sure the prompt can display directories as well as files.
7091
825382c0
KF
70922009-10-04 Karl Fogel <kfogel@red-bean.com>
7093
7094 * bookmark.el (bookmark-set, bookmark-buffer-name):
7095 Improve doc strings. (Bug#1193)
7096
13901bcb
KF
70972009-10-04 Karl Fogel <kfogel@red-bean.com>
7098
4a34f065
SM
7099 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7100 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7101 (bookmark-get-annotation, bookmark-set-annotation)
7102 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7103 (bookmark-set-position, bookmark-get-front-context-string)
7104 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7105 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7106 (bookmark-jump-other-window, bookmark-handle-bookmark)
7107 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7108 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7109 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
7110 Improve doc strings to say whether bookmark can be a string or
7111 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
7112 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7113 (bookmark-default-annotation-text, bookmark-yank-word)
7114 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7115 (bookmark-import-new-list, bookmark-maybe-rename)
7116 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7117 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 7118 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 7119 add a FIXME comment about how the function may be pointless.
13901bcb 7120 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
7121 parameter name, to clarify that this takes a bookmark record
7122 not a bookmark name.
13901bcb 7123 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 7124 and improve the doc string a bit.
13901bcb
KF
7125 (Bug#4188)
7126
5c1b3e94
KF
71272009-10-04 Karl Fogel <kfogel@red-bean.com>
7128
7129 * bookmark.el (bookmark-alist): Document the new `handler' element
7130 in the param alist.
7131 (bookmark-make-record-function): Adjust documentation for above.
7132 (Bug#4193)
7133
8559076d
KF
71342009-10-04 Karl Fogel <kfogel@red-bean.com>
7135
7136 * info.el (Info-bookmark-make-record): Document this function.
7137 (Info-bookmark-jump): Document with a doc string, not just a comment.
7138 (Bug#4203)
7139
82481502
CY
71402009-10-04 Chong Yidong <cyd@stupidchicken.com>
7141
4a34f065 7142 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
82481502
CY
7143 (semantic-new-buffer-fcn): Call parser setup functions here.
7144 (semantic-mode): Don't call parser setup functions here, it's done
7145 in semantic-new-buffer-fcn now.
d436f538 7146 (semantic-mode): Parse all existing buffers when enabled.
82481502 7147
4a34f065
SM
7148 * cedet/srecode/compile.el (srecode-compile-file):
7149 Call semantic-new-buffer-fcn if the buffer has not been parsed.
82481502 7150
2e7eba60
CY
71512009-10-04 Chong Yidong <cyd@stupidchicken.com>
7152
d91485a9
CY
7153 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
7154
7155 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
7156 (proj-comp-insert-variable-once): New macro, renamed from
7157 ede-pmake-insert-variable-once in ede/pmake.edl.
7158 (ede-proj-makefile-insert-variables): Use it.
2e7eba60 7159
b4583b8c
MA
71602009-10-04 Michael Albinus <michael.albinus@gmx.de>
7161
7162 * files.el (copy-directory): New defun.
7163
7164 * dired-aux.el (dired-copy-file-recursive): Use it.
7165
04075952
JB
71662009-10-04 Juanma Barranquero <lekktu@gmail.com>
7167
7168 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7169 (makefile-end-of-command):
7170 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7171 (semantic-end-of-context): Fix previous change. Doc fixes.
7172
131ae8f2
JB
71732009-10-04 Juanma Barranquero <lekktu@gmail.com>
7174
a30e71ae
JB
7175 * files-x.el (modify-dir-local-variable)
7176 (copy-dir-locals-to-file-locals-prop-line):
7177 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7178 (makefile-end-of-command):
7179 * cedet/semantic/lex.el (semantic-lex-token):
7180 * cedet/semantic/analyze/fcn.el
7181 (semantic-analyze-dereference-metatype-1):
7182 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
7183 (semantic-lex-cpp-undef):
7184 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
7185 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7186 (semantic-end-of-context): Fix typos in docstrings.
7187
131ae8f2
JB
7188 * recentf.el (recentf-unload-function): New function.
7189
0fd9cb9c
CY
71902009-10-04 Chong Yidong <cyd@stupidchicken.com>
7191
a30e71ae 7192 * cedet/ede.el (ede-project-placeholder-cache-file):
0fd9cb9c
CY
7193 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
7194 * cedet/srecode/map.el (srecode-map-save-file):
a30e71ae 7195 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
0fd9cb9c 7196
ccafbf06
GM
71972009-10-04 Glenn Morris <rgm@gnu.org>
7198
7199 * window.el (window-full-height-p): Add doc string.
7200
02c6f098
GM
72012009-10-04 Martin Rudalics <rudalics@gmx.at>
7202
7203 * window.el (window-full-height-p): New function. (Bug#4543)
7204
e6e267fc
CY
72052009-10-03 Chong Yidong <cyd@stupidchicken.com>
7206
a70bfe61
CY
7207 * cedet/srecode/insert.el: Require srecode/args.
7208
7209 * cedet/srecode/args.el: Require srecode/dictionary instead of
7210 srecode/insert.
7211
e6e267fc
CY
7212 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
7213
7214 * files.el (auto-mode-alist): Add .srt and Project.ede.
7215
4a34f065
SM
7216 * cedet/semantic.el (semantic-mode):
7217 Handle srecode-template-mode-hook as well.
0b8cafba 7218 (semantic-mode): Use js-mode-hook for Javascript hook.
e6e267fc
CY
7219
7220 * cedet/srecode/template.el: Remove hook variable.
7221
7222 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
7223
7224 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
7225 projects exist.
8b440f71
CY
7226 (ede-project-placeholder-cache-file): Default to a file in
7227 user-emacs-directory.
e6e267fc
CY
7228
7229 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
7230 templates in data-directory.
4a34f065 7231 (srecode-map-save-file): Default to a file in user-emacs-directory.
e6e267fc
CY
7232
7233 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
7234 directory.
7235
72362009-09-30 Eric Ludlam <zappo@gnu.org>
7237
131ae8f2
JB
7238 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
7239 Doc fix.
e6e267fc
CY
7240
7241 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
7242 Only insert each variable once.
7243
7244 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
7245 (ede-pmake-insert-variable-shared): Use it.
7246
7247 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
7248 for lexical table iff table is nil.
7249
ed6b0195
DN
72502009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
7251
7252 * vc.el: Remove commented out code.
7253 (vc-derived-from-dir-mode): Remove, unused.
7254 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7255
1b8d1cc7
MA
72562009-10-03 Michael Albinus <michael.albinus@gmx.de>
7257
4a34f065
SM
7258 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7259 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
7260 there could be recursive loading when `default-directory' is a
7261 remote file name. (Bug#4614)
7262
ac3c593c
GM
72632009-10-03 Glenn Morris <rgm@gnu.org>
7264
686ea556
GM
7265 * calendar/calendar.el (calendar-basic-setup): Handle the case where
7266 the frame is wide.
7267 (calendar-generate-window): Test for shrinkability rather than width.
7268
619392fc
GM
7269 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
7270 declaration, currently false.
7271
ac3c593c
GM
7272 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7273 reusing existing buffers, in case we happen to visit two files with the
7274 same basename. (Bug#4593)
7275
573709fd
EZ
72762009-10-02 Eli Zaretskii <eliz@gnu.org>
7277
4a34f065 7278 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
7279 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7280 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7281 subdirs of cedet as well.
8f885d01 7282 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 7283
8d6c1239
SM
72842009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7285
7286 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7287 Obey advertised-signature-table.
7288
7289 * help-fns.el (help-function-arglist): Don't check
7290 advertised-signature-table.
7291 (describe-function-1): Do it here instead so it also applies to subrs.
7292
c4861de0
MA
72932009-10-02 Michael Albinus <michael.albinus@gmx.de>
7294
7295 * simple.el (start-file-process): Say in the doc-string, that file
7296 handlers might not support pty association, if PROGRAM is nil.
7297
7298 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7299 HOST and USER are strings. They are nil, when there are
7300 incomplete entries in ~/.netrc, for example.
7301 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
7302 root directory ("device busy" error otherwise).
7303
8d6c1239
SM
7304 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7305 Flush file properties of created directory.
c4861de0 7306
d2bda74f
EZ
73072009-10-02 Eli Zaretskii <eliz@gnu.org>
7308
7309 * makefile.w32-in (WINS_BASIC): Remove cedet.
7310 (WINS_CEDET): Add cedet.
7311 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7312
895d1904
GM
73132009-10-02 Kevin Ryde <user42@zip.com.au>
7314
7315 * net/browse-url.el (browse-url): Pass any symbol in
7316 browse-url-browser-function to `apply', since if you've mistakenly put
7317 an unbound symbol then the error is clearer. (Bug#4531)
7318
32226619
JB
73192009-10-02 Juanma Barranquero <lekktu@gmail.com>
7320
7321 * allout.el (allout-init, allout-back-to-current-heading)
7322 (allout-beginning-of-current-entry, allout-ascend-to-depth)
7323 (allout-ascend, allout-up-current-level, allout-end-of-level)
7324 (allout-previous-visible-heading, allout-forward-current-level)
7325 (allout-backward-current-level, allout-show-children):
7326 * apropos.el (apropos-describe-plist):
7327 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7328 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7329 * completion.el (add-completion, add-permanent-completion):
7330 * descr-text.el (describe-text-category, describe-char):
7331 * desktop.el (desktop-lazy-abort):
7332 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7333 * dired.el (dired-build-subdir-alist):
7334 * ediff.el (ediff-version):
7335 * elide-head.el (elide-head, elide-head-show):
7336 * emerge.el (emerge-version):
7337 * env.el (getenv):
7338 * face-remap.el (variable-pitch-mode):
7339 * faces.el (describe-face):
7340 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7341 (dired-at-point):
7342 * files.el (find-file-existing, auto-save-mode):
7343 * font-lock.el (font-lock-fontify-buffer):
7344 * help-fns.el (describe-function, describe-variable)
7345 (describe-syntax, describe-categories):
7346 * help.el (view-lossage, describe-bindings, describe-key)
7347 (describe-mode):
7348 * hexl.el (hexl-current-address):
7349 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
7350 * info.el (Info-goto-emacs-key-command-node):
7351 * log-edit.el (log-edit-insert-cvs-template)
7352 (log-edit-insert-cvs-rcstemplate):
7353 * menu-bar.el (menu-bar-mode):
7354 * mouse.el (mouse-appearance-menu):
7355 * newcomment.el (comment-indent-new-line):
7356 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
7357 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 7358 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
7359 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
7360 * recentf.el (recentf-mode):
7361 * savehist.el (savehist-mode, savehist-save):
7362 * shadowfile.el (shadow-copy-files):
7363 * simple.el (kill-ring-save, next-line, previous-line)
7364 (normal-erase-is-backspace-mode):
7365 * strokes.el (strokes-update-window-configuration)
7366 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
7367 (strokes-xpm-for-stroke):
7368 * time.el (emacs-uptime, emacs-init-time):
7369 * tutorial.el (tutorial--describe-nonstandard-key)
7370 (tutorial--detailed-help):
7371 * type-break.el (type-break-mode)
7372 (type-break-mode-line-message-mode, type-break-query-mode)
7373 (type-break-guesstimate-keystroke-threshold):
7374 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
7375 * version.el (emacs-version):
7376 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
7377 * winner.el (winner-mode):
7378 * calendar/timeclock.el (timeclock-in, timeclock-out)
7379 (timeclock-status-string, timeclock-change)
7380 (timeclock-workday-remaining-string)
7381 (timeclock-workday-elapsed-string)
7382 (timeclock-when-to-leave-string):
7383 * calendar/todo-mode.el (todo-add-category):
7384 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
7385 * emacs-lisp/autoload.el (update-file-autoloads):
7386 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
7387 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
7388 (checkdoc-message-text, checkdoc-defun):
7389 * emacs-lisp/debug.el (debugger-list-functions):
7390 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7391 * emacs-lisp/eieio-opt.el (eieio-describe-class)
7392 (eieio-describe-generic):
7393 * emacs-lisp/lisp-mnt.el (lm-synopsis):
7394 * emacs-lisp/shadow.el (list-load-path-shadows):
7395 * emulation/cua-base.el (cua-mode):
7396 * emulation/edt.el (edt-set-scroll-margins):
7397 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
7398 (tpu-toggle-regexp, tpu-toggle-search-direction)
7399 (tpu-toggle-rectangle, tpu-toggle-control-keys):
7400 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7401 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7402 (viper-set-parsing-style-toggling-macro)
7403 (viper-set-emacs-state-searchstyle-macros):
7404 * emulation/viper.el (viper-set-hooks):
7405 * eshell/esh-mode.el (eshell-truncate-buffer):
7406 * international/mule-cmds.el (prefer-coding-system)
7407 (describe-input-method, describe-language-environment):
7408 * international/mule-diag.el (list-character-sets)
7409 (describe-character-set, describe-coding-system)
7410 (describe-fontset, list-fontsets, list-input-methods):
7411 * mail/sendmail.el (mail-signature):
7412 * net/ange-ftp.el (ange-ftp-copy-file):
7413 * net/browse-url.el (browse-url):
7414 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
7415 * net/quickurl.el (quickurl-add-url):
7416 * net/rcirc.el (names, topic):
7417 * net/xesam.el (xesam-mode):
7418 * play/5x5.el (5x5-new-game):
7419 * play/yow.el (apropos-zippy):
7420 * progmodes/ada-mode.el (ada-mode-version):
7421 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
7422 (f90-end-of-block)
7423 (f90-beginning-of-block):
7424 * progmodes/fortran.el (fortran-end-of-block)
7425 (fortran-beginning-of-block):
7426 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
7427 * progmodes/python.el (python-describe-symbol, python-shell):
7428 * term/ns-win.el (ns-print-buffer):
7429 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
7430 * textmodes/flyspell.el (flyspell-mode-on):
7431 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
7432 (pages-directory-for-addresses):
7433 * textmodes/table.el (table-recognize-cell)
7434 (table-query-dimension, table-generate-source)
7435 (table-insert-sequence, table--warn-incompatibility):
7436 * textmodes/tex-mode.el (tex-validate-buffer):
7437 * textmodes/texinfmt.el (texinfmt-version)
7438 (texinfo-format-buffer):
7439 Use `called-interactively-p' instead of `interactive-p'.
7440
12a3c28c
JB
74412009-10-02 Juanma Barranquero <lekktu@gmail.com>
7442
7443 * image-mode.el (image-toggle-display):
7444 * emacs-lisp/elp.el (elp-instrument-function):
7445 * emacs-lisp/advice.el (ad-make-advised-definition):
7446 * emacs-lisp/easy-mmode.el (define-minor-mode):
7447 * net/browse-url.el (browse-url-maybe-new-window):
7448 * progmodes/sh-script.el (sh-learn-buffer-indent):
7449 Pass new argument 'any to `called-interactively-p'.
7450
171fda8a
JB
74512009-10-01 Juanma Barranquero <lekktu@gmail.com>
7452
171fda8a
JB
7453 * international/uni-bidi.el:
7454 * international/uni-category.el:
7455 * international/uni-combining.el:
7456 * international/uni-comment.el:
7457 * international/uni-decimal.el:
9c3c9fdf 7458 * international/uni-decomposition.el:
171fda8a
JB
7459 * international/uni-digit.el:
7460 * international/uni-lowercase.el:
7461 * international/uni-mirrored.el:
7462 * international/uni-name.el:
7463 * international/uni-numeric.el:
7464 * international/uni-old-name.el:
7465 * international/uni-titlecase.el:
7466 * international/uni-uppercase.el:
7467 Regenerate from Unicode 5.2.0 data.
7468
dcb9734a
GM
74692009-10-01 Glenn Morris <rgm@gnu.org>
7470
7471 * Makefile.in (ELCFILES): Regenerate.
7472
ced10a4c
SM
74732009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7474
9d28c33e
SM
7475 * subr.el (interactive-p): Mark obsolete.
7476 (called-interactively-p): Make the optional-ness of `kind' obsolete.
7477 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
7478 advertised-signature-table for subroutines as well.
7479
ced10a4c
SM
7480 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
7481 (set-advertised-calling-convention): New function.
7482 (make-obsolete, define-obsolete-function-alias)
7483 (make-obsolete-variable, define-obsolete-variable-alias):
7484 Make the optional-ness of `when' obsolete.
7485 (define-obsolete-face-alias): Make `when' non-optional.
7486 * help-fns.el (help-function-arglist):
7487 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
7488 Use advertised-signature-table.
7489
cc3dda16
MA
74902009-10-01 Michael Albinus <michael.albinus@gmx.de>
7491
7492 * files.el (delete-directory): New defun. The original function
7493 in fileio.c has been renamed to `delete-directory-internal'.
7494
7495 * dired.el (dired-delete-file): Call `delete-directory' with
7496 RECURSIVE parameter.
7497
5ce6e4f4 7498 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
7499 parameter RECURSIVE. Implementation is missing.
7500
7501 * net/tramp.el (tramp-handle-make-directory): Flush upper
7502 directory's file properties.
ced10a4c 7503 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
7504 (tramp-handle-dired-recursive-delete-directory): Flush directory
7505 properties after the remove command only.
7506
ced10a4c
SM
7507 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7508 Handle optional parameter RECURSIVE.
cc3dda16 7509
ced10a4c
SM
7510 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7511 Handle optional parameter RECURSIVE.
cc3dda16
MA
7512
7513 * net/tramp-smb.el (tramp-smb-errors): Add error message for
7514 connection timeout.
7515 (tramp-smb-handle-delete-directory): Handle optional parameter
7516 RECURSIVE.
7517
cf885595
SM
75182009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7519
e3a6b82f
SM
7520 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
7521 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
7522 (byte-compile-defmacro): Use backquotes.
7523
7201bfbb
SM
7524 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
7525
cf885595
SM
7526 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
7527 has no associated file.
7528 (vc-resynch-buffer): Use vc-dir-buffers.
7529
a4d2c321
GM
75302009-10-01 Glenn Morris <rgm@gnu.org>
7531
9ffe3f52
GM
7532 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
7533 (chart-file-count):
7534 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
7535 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
7536 * emacs-lisp/eieio-opt.el (eieio-describe-class):
7537 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
7538 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
7539 (eieio-copy-parents-into-subclass, make-instance, class-children)
7540 (eieio-generic-form):
bd2afec2
GM
7541 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
7542 * cedet/cedet-idutils.el (cedet-idutils-search)
7543 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
7544 (cedet-idutils-version-check):
7545 * cedet/cedet.el (cedet-version):
7546 * cedet/data-debug.el (data-debug-insert-overlay-button)
7547 (data-debug-insert-overlay-list-button)
7548 (data-debug-insert-buffer-button)
7549 (data-debug-insert-buffer-list-button)
7550 (data-debug-insert-process-button, data-debug-insert-ring-button)
7551 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
7552 (data-debug-insert-stuff-vector-button)
7553 (data-debug-insert-symbol-button, data-debug-insert-string)
7554 (data-debug-insert-number, data-debug-insert-lambda-expression)
7555 (data-debug-insert-nil, data-debug-insert-simple-thing)
7556 (data-debug-insert-custom, data-debug-edebug-expr):
7557 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
7558 (global-ede-mode-map, ede-new, ede-debug-target)
7559 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
7560 * cedet/semantic.el (semantic-minimum-working-buffer-size)
7561 (semantic-fetch-tags, semantic-submode-list)
7562 (semantic-default-submodes):
a785b776
GM
7563 * cedet/ede/source.el (ede-source-match):
7564 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
7565 (project-am-package-info):
7566 * cedet/ede/proj.el (ede-proj-target, project-new-target):
7567 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
7568 * cedet/ede/proj-comp.el (ede-current-build-list):
7569 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
7570 * cedet/ede/files.el (ede-toplevel-project-or-nil):
7571 * cedet/ede/cpp-root.el (initialize-instance):
7572 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
7573 (autoconf-parameter-strip, autoconf-insert-new-macro):
9bf6c65c
GM
7574 * cedet/semantic/wisent.el (wisent-lex-eoi):
7575 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
7576 (semantic-show-parser-state-mode):
7577 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
7578 * cedet/semantic/tag.el (semantic-tag-new-variable)
7579 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
7580 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
7581 (semantic--tag-deep-copy-tag-list)
7582 (semantic-tag-components-with-overlays-default):
7583 * cedet/semantic/symref.el (semantic-symref-find-text):
7584 * cedet/semantic/senator.el (senator-yank-tag)
7585 (senator-transpose-tags-up):
7586 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
7587 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
7588 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
7589 * cedet/semantic/lex.el (semantic-lex-comment-regex)
7590 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
7591 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
7592 * cedet/semantic/lex-spp.el
7593 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
7594 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
7595 * cedet/semantic/idle.el
7596 (semantic-idle-summary-current-symbol-info-brutish)
7597 (semantic-idle-summary-current-symbol-info-default):
7598 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
7599 (semantic--grammar-macro-compl-dict):
7600 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
7601 * cedet/semantic/format.el (semantic-format-tag-custom-list)
7602 (semantic-format-tag-canonical-name-default):
7603 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
7604 (semantic-find-tags-for-completion)
7605 (semantic-find-tags-by-scope-protection-default)
7606 (semantic-deep-find-tags-for-completion):
7607 * cedet/semantic/edit.el
7608 (semantic-edits-incremental-reparse-failed-hook)
7609 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
7610 (semantic-edits-splice-remove, semantic-edits-splice-replace):
7611 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
7612 * cedet/semantic/dep.el (semantic-dependency-include-path):
7613 * cedet/semantic/db.el (semanticdb-default-find-index-class)
7614 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
7615 (semanticdb-project-roots):
7616 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
7617 (semanticdb-find-adebug-insert-scanned-tag-cons)
7618 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
7619 (semanticdb-brute-deep-find-tags-for-completion):
7620 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
7621 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
7622 (semantic-end-of-context-default)
7623 (semantic-ctxt-current-function-default)
7624 (semantic-ctxt-scoped-types-default):
7625 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7626 (semantic-complete-inline-tag-engine)
7627 (semantic-complete-inline-custom-type)
7628 (semantic-complete-read-tag-analyzer):
7629 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
7630 (semantic-chart-database-size):
7631 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
7632 (semantic-analyze-current-context):
7633 * cedet/semantic/symref/list.el (semantic-symref)
7634 (semantic-symref-hide-buffer, semantic-symref-symbol):
7635 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
7636 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
7637 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
7638 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
7639 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
7640 (semantic-c-dereference-template):
7641 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
7642 (semantic--analyze-refs-full-lookup-with-parents)
7643 (semantic--analyze-refs-full-lookup-simple):
7644 * cedet/semantic/analyze/complete.el
7645 (semantic-analyze-possible-completions):
2f10955c
GM
7646 * cedet/srecode/table.el (srecode-mode-table-new):
7647 * cedet/srecode/srt.el (srecode-read-variable-name):
7648 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
7649 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
7650 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
7651 * cedet/srecode/map.el (srecode-current-map):
7652 * cedet/srecode/insert.el (srecode-insert)
7653 (srecode-insert-variable-secondname-handler, srecode-insert-method)
7654 (srecode-template-inserter-point-override)
7655 (srecode-insert-include-lookup):
7656 * cedet/srecode/getset.el (srecode-auto-choose-class):
7657 * cedet/srecode/extract.el (srecode-inserter-extract):
7658 * cedet/srecode/document.el
7659 (srecode-document-autocomment-return-last-alist)
7660 (srecode-document-autocomment-param-type-alist)
7661 (srecode-document-insert-function-comment)
7662 (srecode-document-insert-variable-one-line-comment)
7663 (srecode-document-function-name-comment):
7664 * cedet/srecode/dictionary.el (srecode-create-dictionary)
7665 (srecode-compound-toString):
7666 * cedet/srecode/compile.el (srecode-flush-active-templates):
7667 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
bd2afec2
GM
7668 Doc/message fixes.
7669
9515cdcc
GM
7670 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7671 match-data. (Bug#4555).
7672
57b0083a
GM
7673 * cedet/semantic/bovine/gcc.el
7674 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
7675 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
7676
a4d2c321
GM
7677 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7678 rather than parsing it as a regexp. This relaxes the layout
7679 requirements and makes errors easier to detect.
7680 (check-declare-verify): Check file is regular.
7681 (check-declare-directory): Doc fix.
7682 * subr.el (declare-function): Doc fix.
7683
b15c31c7
GM
7684 * ibuffer.el (ibuffer-format-qualifier):
7685 * isearch.el (hi-lock-regexp-okay):
7686 * calc/calc.el (math-zerop):
7687 * mail/uce.el (rmail-msgbeg, rmail-msgend):
7688 * term/w32-win.el (setup-default-fontset, set-fontset-font):
7689 Remove unused declarations.
7690
0376249d
JB
76912009-10-01 Juanma Barranquero <lekktu@gmail.com>
7692
7693 * cedet/semantic/wisent/javat-wy.el
7694 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
7695
9a589407
JB
76962009-09-30 Juanma Barranquero <lekktu@gmail.com>
7697
7698 * cedet/srecode/expandproto.el: Fix provide statement.
7699
722ff82f
CY
77002009-09-30 Eric Ludlam <zappo@gnu.org>
7701
cf885595 7702 * emacs-lisp/eieio.el (boolean-p): Delete.
722ff82f
CY
7703
77042009-09-30 Sascha Wilde <wilde@sha-bang.de>
7705
7706 * cedet/ede/srecode.el: Fix provide statement.
7707
1fc28a2c
GM
77082009-09-30 Glenn Morris <rgm@gnu.org>
7709
8240628d 7710 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
7ec19ac4 7711 * cedet/ede/proj-aux.el (ede-aux-source):
a1f1d102
GM
7712 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
7713 (ede-misc-source):
d16d4acd
GM
7714 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
7715 (semantic-mrub-switch-tags): Fix doc typos.
7716
40f9bf94
GM
7717 * cedet/semantic/db-global.el (data-debug-new-buffer)
7718 (data-debug-insert-thing): Remove unneeded declarations (one broken).
7719 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
7720
494f4fc7
GM
7721 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
7722
cf885595
SM
7723 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
7724 use of CL function `remove-if-not'.
1fc28a2c
GM
7725
7726 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7727
494f4fc7
GM
7728 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7729 filename is not a string.
7730
561580e9
CY
77312009-09-29 Chong Yidong <cyd@stupidchicken.com>
7732
7733 * files.el (safe-local-eval-forms): Fix typo.
7734
dcbbecd4
SM
77352009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
7736
7737 * vc-hooks.el (vc-dir-buffers): New var.
7738 (vc-state-refresh): New function.
7739 (vc-state): Use it.
7740 (vc-after-save): Always ask the backend to recompute the new state.
7741 Always call vc-dir if necessary, using vc-dir-buffers.
7742 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7743 Use vc-dir-buffers.
7744 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7745 (vc-dir-prepare-status-buffer, vc-dir-update)
7746 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7747 Don't call expand-file-name on default-directory.
7748
d88444f2
JB
77492009-09-29 Juanma Barranquero <lekktu@gmail.com>
7750
7751 * speedbar.el (speedbar-item-delete):
7752 * calc/calc-prog.el (calc-kbd-if):
7753 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7754
7755 * epa.el (epa-key-list-mode-map):
7756 * hi-lock.el (hi-lock-menu): Fix typos in menus.
7757
7758 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7759 (hs-show-hook): Fix typo in docstring.
7760
5da62d41
GM
77612009-09-29 Glenn Morris <rgm@gnu.org>
7762
d037e45a
GM
7763 * cedet/semantic/symref/idutils.el:
7764 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
7765
ae715515
GM
7766 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
7767
7768 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
7769 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
7770 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
7771 Mark declarations not understood by check-declare.
7772
8360fce0
GM
7773 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7774 file-name-nondirectory call preventing location of cedet files.
7775 (check-declare-verify): Use literal search rather than re-search.
ae715515 7776 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
7777
7778 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7779 Use tramp-compat-file-attributes rather than nonexistent
7780 tramp-compat-handle-file-attributes.
7781
5da62d41
GM
7782 * Makefile.in (lisptagsfiles4): New.
7783 (AUTOGENEL): Add cedet loaddefs files.
7784 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7785 (update-elclist, compile-always, backup-compiled-files)
7786 (bootstrap-clean): Add yet another directory level.
7787 (update-elclist): Use LC_COLLATE rather than COLLATE.
7788 (ELCFILES): Update, via `make update-elclist'.
7789
48267264
JB
77902009-09-29 Juanma Barranquero <lekktu@gmail.com>
7791
7792 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7793 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7794 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7795
2c4cd0b0
AS
77962009-09-28 Andreas Schwab <schwab@linux-m68k.org>
7797
7798 * Makefile.in (lisptagsfiles3): Define.
5da62d41 7799 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
7800 (update-elclist): Add third directory level to look for elc files.
7801 (compile-always): Likewise.
7802 (backup-compiled-files): Likewise.
7803 (bootstrap-clean): Likewise.
7804 (ELCFILES): Update.
7805
a2533e47
CY
78062009-09-28 Chong Yidong <cyd@stupidchicken.com>
7807
7808 * Makefile.in (ELCFILES): Add CEDET files.
7809
b90caf50 78102009-09-28 Eric Ludlam <zappo@gnu.org>
a2095e2e 7811
b90caf50 7812 CEDET (development tools) package merged.
a2095e2e 7813
b90caf50
CY
7814 * cedet/*.el:
7815 * cedet/ede/*.el:
7816 * cedet/semantic/*.el:
7817 * cedet/srecode/*.el: New files.
a2095e2e 7818
eefbedb1
MA
78192009-09-28 Michael Albinus <michael.albinus@gmx.de>
7820
7821 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7822
7823 * net/tramp.el (top): Require tramp-imap.
7824
7825 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7826 Use `tramp-compat-handle-file-attributes'.
7827
78282009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
7829
7830 * net/tramp-imap.el: New package.
7831
66635e2f 78322009-09-28 Eric Ludlam <zappo@gnu.org>
6dd12ef2
CY
7833
7834 * emacs-lisp/chart.el:
7835 * emacs-lisp/eieio-base.el:
7836 * emacs-lisp/eieio-comp.el:
7837 * emacs-lisp/eieio-custom.el:
e608e7be 7838 * emacs-lisp/eieio-datadebug.el:
6dd12ef2
CY
7839 * emacs-lisp/eieio-opt.el:
7840 * emacs-lisp/eieio-speedbar.el:
7841 * emacs-lisp/eieio.el: New files.
7842
666fd2cc
CY
7843 * cedet/cedet-cscope.el:
7844 * cedet/cedet-files.el:
7845 * cedet/cedet-global.el:
7846 * cedet/cedet-idutils.el:
7847 * cedet/data-debug.el:
7848 * cedet/inversion.el:
7b232be9 7849 * cedet/mode-local.el:
666fd2cc
CY
7850 * cedet/pulse.el: New files.
7851
748e3d67
VJL
78522009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7853
7854 * whitespace.el (whitespace-trailing-regexp)
7855 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7856 Fix doc string.
7857
15120dec
CY
78582009-09-27 Chong Yidong <cyd@stupidchicken.com>
7859
7860 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7861 menu.
7862
7863 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7864 menu-bar-ediff-menu.
7865
7866 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7867 define-overloadable-function.
7868
7869 * progmodes/autoconf.el: Provide autoconf as well, so that this
7870 file can be `require'd.
7871
7872 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7873
7874 * emacs-lisp/autoload.el (generated-autoload-feature)
7875 (generated-autoload-load-name): New vars.
7876 (autoload-rubric, autoload-generate-file-autoloads): Use them.
7877 (make-autoload): Recognize define-overloadable-function and
7878 defclass forms (for EIEIO).
7879
7880 * Makefile.in (update-subdirs): Exclude cedet directory.
7881
135abf91
AR
78822009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7883
1becddbb 7884 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
7885
7886 * faces.el: Default light-background background for region face to
7887 ns_selection_color under NS.
7888
3d994264
TZ
78892009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
7890
7891 * net/imap-hash.el: New library, see NEWS.
7892
7893 * Makefile.in (ELCFILES): Add imap-hash.el.
7894
ce9a0ccb
SM
78952009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7896
7897 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7898 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7899 * help-macro.el (make-help-screen): Avoid using an ambiguous function
7900 definition where the docstring could be taken for the return value.
7901
a92cdd49
GM
79022009-09-26 Glenn Morris <rgm@gnu.org>
7903
7904 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7905 Add option to only show images below a certain size.
7906 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7907 save-excursion calls.
7908
416ac2f1
EZ
79092009-09-26 Eli Zaretskii <eliz@gnu.org>
7910
7911 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7912 subdirectories) and eieio.
7913
d9a13f68
AM
79142009-09-26 Alan Mackenzie <acm@muc.de>
7915
9c3c9fdf 7916 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
550d95a0 7917 buggy bracketing. (Bug#4289)
d9a13f68
AM
7918
7919 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 7920 character constants (as case labels). (Bug#4289)
d9a13f68 7921
182b3bec
CY
79222009-09-25 Juri Linkov <juri@jurta.org>
7923
7924 * files.el (safe-local-eval-forms): Allow time-stamp in
7925 before-save-hook (Bug#4554).
7926
8f75f2da
JB
79272009-09-25 Drew Adams <drew.adams@oracle.com>
7928
7929 * menu-bar.el (list-buffers-directory): Doc fix.
7930
8390fb80
SM
79312009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
7932
7933 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7934 Try and avoid copying twice the same paragraph.
7935 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7936 Remove save-excursion.
7937 (log-edit-changelog-entry): Do it here instead.
7938
11ee8d90
JB
79392009-09-25 Juanma Barranquero <lekktu@gmail.com>
7940
027b1942
JB
7941 * bs.el (bs--get-file-name): Use `list-buffers-directory'
7942 when available, instead of hardcoding mode names. Doc fix.
7943
11ee8d90
JB
7944 * menu-bar.el (list-buffers-directory): Add docstring.
7945 Make automatically buffer-local.
7946
7947 * dired.el (dired-mode):
7948 * files.el (cd-absolute):
7949 * pcvs.el (cvs-temp-buffer):
7950 * pcvs-util.el (cvs-get-buffer-create):
7951 * shell.el (shell-mode):
7952 * vc-dir.el (vc-dir-mode):
7953 Don't make `list-buffers-directory' buffer local.
7954
21289c5d
CY
79552009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
7956
8390fb80
SM
7957 * comint.el (comint-exec, comint-run, make-comint):
7958 Doc fixes (Bug#4542).
21289c5d 7959
e8652dd9
GM
79602009-09-25 Glenn Morris <rgm@gnu.org>
7961
7962 * mail/rmailmm.el (rmail-mime): New custom group.
7963 Move all defcustoms in this file into this group.
7964 (rmail-mime-media-type-handlers-alist): Revert previous change.
7965 (rmail-mime-show-images): New option.
7966 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7967 references to it, since it wasn't actually used for anything.
7968 (rmail-mime-insert-image): New function.
7969 (rmail-mime-image): Use rmail-mime-insert-image.
7970 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
7971 obey the value of `rmail-mime-show-images' option. Print the size of
7972 attachments.
e8652dd9 7973
fb652bb5
JB
79742009-09-25 David Engster <deng@randomsample.de>
7975
7976 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
7977
32a9841c
VJL
79782009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7979
7980 * whitespace.el: Does not highlight trailing spaces While point is
7981 at end of line. Does not highligt spaces at beginning of buffer
7982 while point is at beginning of buffer. Does not highlight spaces
7983 at end of buffer while point is at end of buffer. (Bug#4177)
7984 New version 12.0.
7985 (whitespace-display-mappings): Adjust initialization.
7986 (whitespace-point, whitespace-font-lock-refontify): New vars.
7987 (whitespace-color-on, whitespace-color-off): Adjust code.
7988 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7989 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7990 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7991
e477ca84
CY
79922009-09-24 Chong Yidong <cyd@stupidchicken.com>
7993
7994 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7995
7996 * textmodes/sgml-mode.el: Remove xml-mode alias.
7997
7998 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 7999 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 8000
68712602
AM
80012009-09-24 Alan Mackenzie <acm@muc.de>
8002
8003 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
8004 c-forward-conditionals, but it doesn't move point and doesn't set
8005 the mark.
8006 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
8007 (c-down-conditional-with-else, c-backward-conditional)
8008 (c-forward-conditional): Refactor to use c-scan-conditionals.
8009
1659ada0
JB
80102009-09-24 Juanma Barranquero <lekktu@gmail.com>
8011
8012 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
8013 (help-default-arg-highlight): Remove.
8014 (help-highlight-arg): New function.
8015 (help-do-arg-highlight): Use it.
8016 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
8017
b3f01e46
SM
80182009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8019
8020 * term.el (term-set-scroll-region, term-handle-ansi-escape):
8021 Undo last change, which didn't fix the problem and introduced others.
8022
107ef54a
NR
80232009-09-24 Nick Roberts <nickrob@snap.net.nz>
8024
8025 * progmodes/gdb-mi.el: Don't require speedbar.
8026 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
8027
ffa1fed6
GM
80282009-09-24 Glenn Morris <rgm@gnu.org>
8029
2157a2be
GM
8030 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
8031
6125167c
GM
8032 * term/ns-win.el (ns-reg-to-script): Define for compiler.
8033
ffa1fed6
GM
8034 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8035 there is no newline after the final mime boundary. (Bug#4539)
8036 Move markers on insertion so that any buttons inserted don't end up in
8037 the next part of a multipart message.
2e9075d3
GM
8038 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
8039 (rmail-mime-bulk-handler): Optionally handle images.
8040 (rmail-mime-image): New button action.
8041 (rmail-mime-image-handler): New function.
8042 (rmail-mime-mode): New mode.
8043 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 8044
4a814992
SM
80452009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8046
075518b5
SM
8047 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8048 than just dropping elements from it (bug#4504).
8049
8ad2defc
SM
8050 * term.el (term-set-scroll-region): Don't move cursor any more.
8051 (term-handle-ansi-escape): Call term-goto here instead.
8052 Suggested by Ivan Kanis <apple@kanis.eu>.
8053
4a814992
SM
8054 * term.el: Require CL.
8055 (term-ansi-reset): New function.
8056 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8057 (term-handle-colors-array): Simplify.
8058
5a0c3f56
JB
80592009-09-24 Juanma Barranquero <lekktu@gmail.com>
8060
8061 * allout.el (allout-overlay-interior-modification-handler)
8062 (allout-obtain-passphrase):
8063 * epa-file.el (epa-file-write-region):
8064 * ps-print.el (ps-begin-job):
8065 * vc-hooks.el (vc-toggle-read-only):
8066 * vc-rcs.el (vc-rcs-rollback):
8067 * vc-sccs.el (vc-sccs-rollback):
8068 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8069 (vc-version-diff, vc-revert, vc-rollback):
8070 * wdired.el (wdired-check-kill-buffer):
8071 * emacs-lisp/authors.el (authors):
8072 * net/socks.el (socks-open-connection):
8073 * net/zeroconf.el (zeroconf-service-add-hook):
8074 * obsolete/vc-mcvs.el (vc-mcvs-register):
8075 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8076 (gdb-select-frame):
8077 * progmodes/grep.el (lgrep, rgrep):
8078 * progmodes/idlw-help.el (idlwave-help-check-locations)
8079 (idlwave-help-html-link, idlwave-help-assistant-open-link):
8080 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8081 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8082 (reftex-toc-rename-label): Fix typos in error messages.
8083
8084 * dired-aux.el (dired-do-shell-command): Reflow docstring.
8085 (dired-copy-how-to-fn): Doc fix.
8086 (dired-files-attributes, dired-read-shell-command):
8087 Fix typos in docstrings.
8088
8089 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8090 (dired-x-find-file-other-window): Reflow docstrings.
8091 (dired-omit-marker-char, dired-read-shell-command)
8092 (dired-x-submit-report): Fix typos in docstrings.
8093
8094 * shell.el (shell-mode-hook):
8095 * view.el (View-scroll-line-forward):
8096 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8097 Fix typos in docstrings.
8098
8099 * net/dig.el (dig-invoke): Fix typo in docstring.
8100 (query-dig): Reflow docstring.
8101
8102 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8103 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8104 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8105 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8106 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8107 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8108 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8109 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8110 (idlwave-completion-map, idlwave-current-indent)
8111 (idlwave-custom-ampersand-surround, idlwave-customize)
8112 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8113 (idlwave-define-abbrev, idlwave-determine-class-special)
8114 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8115 (idlwave-end-block-reg, idlwave-end-of-statement)
8116 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8117 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8118 (idlwave-explicit-class-listed, idlwave-file-header)
8119 (idlwave-fill-paragraph, idlwave-find-class-definition)
8120 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8121 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8122 (idlwave-in-quote, idlwave-indent-action-table)
8123 (idlwave-indent-expand-table, idlwave-indent-line)
8124 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8125 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8126 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8127 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8128 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8129 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8130 (idlwave-outlawed-buffers, idlwave-popup-select)
8131 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8132 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8133 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8134 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8135 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8136 (idlwave-statement-type, idlwave-struct-skip)
8137 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8138 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8139 (idlwave-what-module-find-class): Fix typos in docstrings.
8140 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8141 (idlwave-calculate-cont-indent, idlwave-expand-equal)
8142 (idlwave-find-module, idlwave-find-structure-definition)
8143 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8144 (idlwave-list-load-path-shadows, idlwave-next-statement)
8145 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8146 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8147 (idlwave-template): Reflow docstrings.
8148
8149 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8150 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8151 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8152 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8153 (idlwave-shell-display-line, idlwave-shell-display-wframe)
8154 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8155 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8156 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8157 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8158 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8159 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8160 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8161 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8162 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8163 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8164 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8165 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8166 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8167 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8168 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8169 Fix typos in docstrings.
8170 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8171 (idlwave-shell-hide-output, idlwave-shell-mode)
8172 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8173 Reflow docstrings.
8174
8175 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8176
62136c5d
SM
81772009-09-24 Ivan Kanis <apple@kanis.eu>
8178
8179 * term.el (term-bold-attribute): New var.
8180 (term-handle-colors-array): Use it.
8181
9c1a45ed
NR
81822009-09-23 Nick Roberts <nickrob@snap.net.nz>
8183
8184 * progmodes/gdb-mi.el (gdb-version): New variable.
8185 (gdb-non-stop-handler): Set gdb-version.
8186 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8187 Condition "--thread" option on gdb-version.
8188 (gdb-invalidate-threads): Remove unused argument.
8189
03304f31
SM
81902009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8191
8192 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8193 to looking-back to avoid ridiculous slow down in large files (bug#4511).
8194
4f02f0c9
GM
81952009-09-23 Glenn Morris <rgm@gnu.org>
8196
8197 * mail/rmail.el (rmail-reply): Don't try to add a References header when
8198 replying to mail without References or Message-Id. (Bug#4525)
8199
a3b4b363
AR
82002009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8201
8202 * term/ns-win.el (ns-reg-to-script): New variable.
8203
7bda18cc
DU
82042009-09-23 Daiki Ueno <ueno@unixuser.org>
8205
8206 * epg.el (epg-wait-for-status): Preserve existing 'error results.
8207
72169e55
SS
82082009-09-22 Sam Steingold <sds@gnu.org>
8209
8210 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
8211 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8212 to 1 because hg returns status 1 when nothing is found.
0aa4f295 8213 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 8214
905b7d38
SM
82152009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8216
b0459dec
SM
8217 * textmodes/fill.el: Convert to utf-8 encoding.
8218 (fill-french-nobreak-p): Remove redundant » and « inherited from our
8219 pre-unicode days.
8220
905b7d38
SM
8221 * add-log.el (change-log-fill-forward-paragraph): New function.
8222 (change-log-mode): Use it so fill-region DTRT.
8223 Set fill-indent-according-to-mode here rather than in
8224 change-log-fill-paragraph.
8225 (change-log-fill-paragraph): Remove.
8226
baa7f3de
JB
82272009-09-22 Juanma Barranquero <lekktu@gmail.com>
8228
8229 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8230 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
8231
a8d789f0
GM
82322009-09-22 Glenn Morris <rgm@gnu.org>
8233
daedbbc2
GM
8234 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8235 the scroll-bar scroll the calendar window rather than the buffer.
8236
d8899a74
GM
8237 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8238 commands that move point (as opposed to scrolling).
8239
a8d789f0
GM
8240 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8241
8242 * emacs-lisp/elint.el (elint): New custom group.
8243 (elint-log-buffer): Make it a defcustom.
8244 (elint-scan-preloaded, elint-ignored-warnings)
8245 (elint-directory-skip-re): New options.
8246 (elint-builtin-variables): Doc fix.
8247 (elint-preloaded-env): New variable.
8248 (elint-unknown-builtin-args): Add an entry for encode-time.
8249 (elint-extra-errors): Make it a variable rather than a constant.
8250 (elint-preloaded-skip-re): New constant.
8251 (elint-directory): Skip files matching elint-directory-skip-re.
8252 (elint-features): New variable, local to linted buffers.
8253 (elint-update-env): Initialize elint-features. Possibly add
8254 elint-preloaded-env to the buffer's environment.
8255 (elint-get-top-forms): Bind elint-current-pos, for log messages.
8256 Skip quoted forms.
8257 (elint-init-form): New function, extracted from elint-init-env.
8258 Make non-list forms a warning rather than an error.
8259 Add the mode-map for define-derived-mode. Handle define-minor-mode,
8260 easy-menu-define, put that adds an error-condition, and provide.
8261 When requiring cl, also require cl-macs. Really require cl, to handle
8262 some cl macros. Store required libraries in the list elint-features,
8263 so as not to re-load them. Treat cc-require like require.
8264 (elint-init-env): Call elint-init-form to do the work.
8265 Handle eval-and-compile and such like.
8266 (elint-add-required-env): Do not clear messages.
8267 (elint-special-forms): Add handlers for function, defalias, if, when,
8268 unless, and, or.
8269 (elint-form): Add optional argument to ignore elint-special-forms,
8270 useful to prevent recursive calls from handlers. Doc fix.
8271 Respect elint-ignored-warnings.
8272 (elint-form): Respect elint-ignored-warnings.
8273 (elint-bound-variable, elint-bound-function): New variables.
8274 (elint-unbound-variable): Respect elint-bound-variable.
8275 (elint-get-args): Respect elint-bound-function.
8276 (elint-check-cond-form): Add some simple handling for (f)boundp and
8277 featurep tests.
8278 (elint-check-defalias-form): New handler.
8279 (elint-check-let-form): Make an empty let a warning rather than an
8280 error.
8281 (elint-check-setq-form): Make an empty setq a warning rather than an
8282 error. Respect elint-ignored-warnings.
8283 (elint-check-defvar-form): Accept null doc-strings.
8284 (elint-check-conditional-form): New handler. Does some simple-minded
8285 checking of featurep and (f)boundp tests.
8286 (elint-put-function-args): New function.
8287 (elint-initialize): Use elint-scan-doc-file rather than
8288 elint-find-builtin-variables. Use elint-put-function-args.
8289 Possibly scan preloaded-file-list.
8290 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8291 extend to handle functions as well.
8292
245be23c
JB
82932009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
8294
8295 * linum.el (linum-delete-overlays, linum-update-window):
8296 Do not modify the right margin. (Bug#3971)
8297
91fdbd6f
CY
82982009-09-21 Chong Yidong <cyd@stupidchicken.com>
8299
8300 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
8301 nxml-mode instead of xml-mode.
8302
7589d38e
JB
83032009-09-21 Kevin Ryde <user42@zip.com.au>
8304
8305 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
8306
5ac42715
SM
83072009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8308
8309 * net/dig.el (dig-mode): Use define-derived-mode.
8310
09c01323
DN
83112009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
8312
4096c5f2
DN
8313 * vc-dispatcher.el (vc-do-command): Return the process object in
8314 the asynchronous case. Use when instead of if. Do not run
5480359e 8315 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 8316
0e172cc2
DN
8317 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8318 properties to the stash strings.
8319 (vc-git-stash-list): Return a list of strings.
8320 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8321 (vc-git-stash-show-at-point): New functions.
8322 (vc-git-stash-map): New keymap.
8323
03304f31
SM
8324 * register.el (ctl-x-r-map): Define the keys here instead of
8325 using autoload.
09c01323 8326
03304f31 83272009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
8328
8329 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8330 list, to workaround performance problem (bug#4485).
8331
2f5fc4d7
NR
83322009-09-20 Nick Roberts <nickrob@snap.net.nz>
8333
8334 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8335
b0f5fd2e
DU
83362009-09-20 Daiki Ueno <ueno@unixuser.org>
8337
8338 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8339 Document that this option is not recommended to use.
8340
f3445fab
GM
83412009-09-19 Glenn Morris <rgm@gnu.org>
8342
547c6921
GM
8343 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8344 variable `var'.
8345
f3445fab
GM
8346 * calc/calc-alg.el (var):
8347 * calc/calcalg2.el (var): Define for compiler.
8348
946c009b
CY
83492009-09-19 Chong Yidong <cyd@stupidchicken.com>
8350
e3f36d03
SM
8351 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8352 Doc fix (Bug#3932).
e2045997 8353
24aedbca
CY
8354 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8355
327dd27a
CY
8356 * time-stamp.el (time-stamp-month-dd-yyyy)
8357 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8358 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8359 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
8360 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8361 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 8362
946c009b
CY
8363 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8364 indent buffer only if called interactively (Bug#4452).
8365
3e70541a
JB
83662009-09-19 Juanma Barranquero <lekktu@gmail.com>
8367 Eli Zaretskii <eliz@gnu.org>
8368
8369 This fixes bug#4197 (merged to bug#865, though not identical).
8370 * server.el (server-auth-dir): Add docstring note about FAT32.
8371 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8372 but warn against using them.
8373
9b94c32e
NR
83742009-09-19 Nick Roberts <nickrob@snap.net.nz>
8375
8376 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8377 older GDB where there is no has_more field.
8378
66590684
GM
83792009-09-19 Glenn Morris <rgm@gnu.org>
8380
8381 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8382
9a1337f9
CY
83832009-09-18 Chong Yidong <cyd@stupidchicken.com>
8384
8385 * files.el (auto-mode-alist): Change default for XML files to nXML
8386 mode (Bug#4169).
8387
d7554167
JB
83882009-09-18 Juanma Barranquero <lekktu@gmail.com>
8389
8390 * server.el (server-ensure-safe-dir): Pass 'integer
8391 to `file-attributes', as suggested.
8392
35a3f9a4
SM
83932009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
8394
8395 * dired-aux.el (dired-query-alist): Remove spurious backslash.
8396 (dired-query): Use read-key.
8397
044f9b05
AR
83982009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8399
8400 * cus-start.el (ns-use-qd-smoothing): Remove.
8401
6188ea49
GM
84022009-09-18 Glenn Morris <rgm@gnu.org>
8403
08cf18e4
GM
8404 * allout.el (top-level): Remove unnecessary progn.
8405
07eae5c5
GM
8406 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8407
6726c25e
GM
8408 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8409 definition of abbrev table.
8410
3f527154 8411 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
8412 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8413 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
8414 * net/newst-backend.el (newsticker--cache-read-feed):
8415 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
8416 condition-case handlers.
8417
ccb4c30c
NR
84182009-09-18 Nick Roberts <nickrob@snap.net.nz>
8419
8420 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8421 (gdb-var-list): Add an element for has_more field.
8422 (gdb-non-stop-handler): Enable pretty printing for STL containers.
8423 (gdb-var-create-handler, gdb-var-list-children-handler-1)
8424 (gdb-var-update-handler-1): Parse output of dynamic variable
8425 objects (STL containers).
8426 (gdb-var-delete-1): Pass var1 as an explicit second argument.
8427 (gdb-get-field): Delete alias. Use bindat-get-field directly.
8428
8429 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8430 gdb-var-list.
8431 (gud-speedbar-buttons): Make node expandable if expression "has more"
8432 children.
8433
8686ac71
JB
84342009-09-17 Juanma Barranquero <lekktu@gmail.com>
8435
8436 * startup.el (emacs-quick-startup): Remove variable and all uses.
8437 (command-line): Set `inhibit-x-resources' instead.
8438 (command-line-1): Use `inhibit-x-resources' instead.
8439
a69c67e8
CY
84402009-09-17 Chong Yidong <cyd@stupidchicken.com>
8441
8442 * subr.el: Fix last change to avoid using the `unless' macro,
8443 which breaks bootstrapping.
8444
354f0faf
SM
84452009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8446
8447 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8448 extended definitions, in case we reload subr.el after having
8449 loaded CL.
8450 (eval-next-after-load): Mark as obsolete.
8451
98b9bf40
JL
84522009-09-17 Juri Linkov <juri@jurta.org>
8453
8454 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8455 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8456 (menu-bar-showhide-menu, menu-bar-tools-menu)
8457 (menu-bar-describe-menu, menu-bar-help-menu)
8458 (minibuffer-local-completion-map, minibuffer-local-map):
8459 Fix list quoting.
8460
28fab7b5
GM
84612009-09-17 Glenn Morris <rgm@gnu.org>
8462
88d5190c
GM
8463 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8464 arguments, whether or not it has a handler.
8465
74f24ba7
GM
8466 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8467
28fab7b5
GM
8468 * simple.el (hard-newline): Give it a doc-string.
8469
a8106aec
GM
8470 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8471 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 8472
76251ad7
DN
84732009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8474
72033dbe
DN
8475 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8476 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8477 (menu-bar-options-menu, menu-bar-showhide-menu)
8478 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8479 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8480 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8481 (menu-bar-options-menu, menu-bar-tools-menu)
8482 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8483 (menu-bar-help-menu):
8484 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8485 string arguments.
8486
76251ad7
DN
8487 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8488 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8489 calls for the menu names and :help.
8490
97b952b7
SM
84912009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8492
8493 * mouse.el (minor-mode-menu-from-indicator): Pay attention
8494 to :minor-mode-function (bug#4455).
8495
8f38189e
SM
84962009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8497
d2fd733e
SM
8498 * startup.el (command-line): Initialize the window-system after
8499 processing the command-line.
8500
8f38189e
SM
8501 * textmodes/page.el (what-page): Make sure we don't inf-loop if
8502 page-delimiter matches the empty string.
8503
77564fa4
GM
85042009-09-16 Glenn Morris <rgm@gnu.org>
8505
8506 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8507 byte-compile-not-obsolete-var. It's a list now.
8508 (byte-compile-not-obsolete-funcs): New variable.
8509 (byte-compile-warn-obsolete): Don't warn about functions if they are in
8510 byte-compile-not-obsolete-funcs.
8511 (byte-compile-variable-ref, byte-compile-defvar): Update for
8512 byte-compile-not-obsolete-vars name-change and list nature.
8513 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8514 and variables behind (f)boundp tests.
8515 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8516
79d316d3
DN
85172009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8518
8519 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8520
8fed6934
SM
85212009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8522
8523 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8524 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8525 Don't autoload.
8526
4078fd57
SE
85272009-09-15 Stephen Eglen <stephen@gnu.org>
8528
8529 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 8530 the virtual-buffers, use the name of the buffer specified by
4078fd57 8531 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 8532 problem if the target and the symlink had different names.)
4078fd57 8533
838ff458
SM
85342009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8535
b3c7c12d
SM
8536 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8537
13dc2bc2
SM
8538 * desktop.el (desktop-path): Check user-emacs-directory.
8539
49fec531
SM
8540 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8541
0e328d37
SM
8542 * loadup.el: Use after-load-functions to GC after loading each file.
8543 Remove the explicit GC calls that used to be sprinkled around.
8544
838ff458
SM
8545 * subr.el (after-load-functions): New hook.
8546 (do-after-load-evaluation): Run it. Use string-match-p to detect
8547 `obsolete' packages, rather than painfully extracting the relevant
8548 directory name.
8549
a62f564f
GM
85502009-09-15 Glenn Morris <rgm@gnu.org>
8551
8552 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8553 free variable `doc'.
8554
8555 * dired.el (dired-mode-map): Add menu entry for async shell command.
8556
8557 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8558 variables, also consider the .elc files, since the .el files are
8559 normally gzipped (subsequent code locates the .el.gz from the .elc).
8560
8561 * calc/calc-prog.el (arglist): Define for compiler.
8562
8563 * calendar/diary-lib.el (diary-display-function): Change the default to
8564 fancy display.
8565 (body): Define for compiler.
8566
8567 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8568 (byte-compile-file-form, byte-compile-lambda)
8569 (byte-compile-top-level-body, byte-compile-form)
8570 (byte-compile-variable-ref, byte-compile-setq)
8571 (byte-compile-setq-default, byte-compile-body)
8572 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8573 (batch-byte-compile): Give some more local variables with common names
8574 a "bytecomp-" prefix to avoid masking warnings about free variables.
8575
cd05fe7f
GM
8576 * startup.el (command-line-1): Give local variables with common names a
8577 distinguishing prefix, so as not to hide free variable warnings during
8578 bootstrap.
8579
a62f564f
GM
8580 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8581 clever and add a suffix to make a unique name, just let the user decide
8582 whether or not to overwrite it. If the input is a directory, write the
8583 default filename to that directory. (Bug#4388)
8584 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8585 is a filename-as-a-directory.
8586
fbc88440
SM
85872009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8588
8589 * textmodes/page.el (what-page): Don't move to beginning of line.
8590 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8591
60308853
DN
85922009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8593
8594 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8595
32ba3abc
DN
85962009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
8597
9cd39aff
DN
8598 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8599 * help.el (help-for-help-internal): Add purecopy calls for text.
8600
32ba3abc
DN
8601 * vc.el (top): print-log method now takes an optional SHORTLOG
8602 argument. Add a new method: root.
32ba3abc
DN
8603 (vc-root-diff, vc-print-root-log): New functions.
8604 (vc-log-short-style): New variable.
8605 (vc-print-log-internal): Add support for showing short logs.
8606
8607 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8608 vc-print-root-log and vc-print-root-diff.
8609
8610 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8611 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8612 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8613 short logs.
8614
8615 * vc-cvs.el (vc-cvs-print-log):
8616 * vc-mtn.el (vc-mtn-print-log):
8617 * vc-rcs.el (vc-rcs-print-log):
8618 * vc-sccs.el (vc-sccs-print-log):
8619 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8620 that is ignored for now.
8621
837b0e99
DN
8622 * vc-mtn.el (vc-mtn-annotate-command):
8623 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8624
31cd2dd4
SM
86252009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8626
8627 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8628 to function-key-map, and give them ascii-character property.
8629 * term/x-win.el (x-alternatives-map):
8630 * term/ns-win.el (ns-alternatives-map):
8631 * term/internal.el (msdos-key-remapping-map):
8632 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8633
d62e5bf2
GM
86342009-09-14 Glenn Morris <rgm@gnu.org>
8635
8636 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8637 temp-buffers (2009-09-12).
8638
7d0105e5
SM
86392009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8640
8641 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8642 the new read-key function.
8643
e17ed9ad
CY
86442009-09-13 Chong Yidong <cyd@stupidchicken.com>
8645
8646 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8647 is defined (Bug#4405).
8648
1fc26e29
CY
86492009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
8650
8651 * recentf.el (recentf-cleanup): Use a hash table to find
8652 duplicates (Bug#4407).
8653
61dc96a2 86542009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
8655
8656 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8657 kp-0 to ascii equivalents (Bug#4325).
8658
42c3a9e3
CY
86592009-09-13 Chong Yidong <cyd@stupidchicken.com>
8660
1f5c1626
CY
8661 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8662
42c3a9e3 8663 * eshell/em-hist.el:
31cd2dd4
SM
8664 * eshell/em-dirs.el (eshell-complete-user-reference):
8665 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
8666
86672009-09-13 Leo <sdl.web@gmail.com> (tiny change)
8668
8669 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8670 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8671 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
8672 * eshell/em-hist.el (eshell-history-file-name):
8673 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 8674
1e2b6acf
GM
86752009-09-13 Glenn Morris <rgm@gnu.org>
8676
8677 * ediff-merg.el (ediff-do-merge):
8678 * filesets.el (filesets-run-cmd):
8679 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8680 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8681 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8682 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8683 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8684 Replace empty `let's with `progn'.
8685
adba8116
SM
86862009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8687
8688 * mail/sendmail.el (send-mail-function):
8689 * tooltip.el (tooltip-mode):
8690 * simple.el (transient-mark-mode):
8691 * rfn-eshadow.el (file-name-shadow-mode):
8692 * frame.el (blink-cursor-mode):
8693 * font-core.el (global-font-lock-mode):
8694 * files.el (temporary-file-directory)
8695 (small-temporary-file-directory, auto-save-file-name-transforms):
8696 * epa-hook.el (auto-encryption-mode):
8697 * composite.el (global-auto-composition-mode):
8698 Use custom-initialize-delay.
8699 * startup.el (command-line): Don't explicitly call
8700 custom-reevaluate-setting for all the above vars.
8701 * custom.el (custom-initialize-safe-set)
8702 (custom-initialize-safe-default): Delete.
8703
0a4afea9
SM
87042009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8705
9f94990d
SM
8706 * term/x-win.el (x-initialize-window-system):
8707 * term/w32-win.el (w32-initialize-window-system):
8708 * term/ns-win.el (ns-initialize-window-system): Don't call
8709 mouse-wheel-mode since it's enabled globally by default already.
8710
0a4afea9
SM
8711 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8712 actually define the variable, but only silences the byte-compiler.
8713 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8714 before looking it up.
8715 (mouse-wheel-scroll-amount): Also reset the bindings if this value
8716 is changed.
8717
bf01513f
GM
87182009-09-12 Glenn Morris <rgm@gnu.org>
8719
8720 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8721 1000.
8722 (elint-add-required-env): Don't beep on error.
8723 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
8724 (elint-init-env): Skip non-list forms.
8725 (elint-log): Handle unknown file positions.
bf01513f 8726
d85889e4
DU
87272009-09-12 Daiki Ueno <ueno@unixuser.org>
8728
8729 * epg.el (epg-make-context): Add autoload cookie.
8730 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8731 (epg-decrypt-string, epg-start-verify, epg-verify-file)
8732 (epg-verify-string, epg-start-sign, epg-sign-file)
8733 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8734 (epg-encrypt-string, epg-start-export-keys)
8735 (epg-export-keys-to-file, epg-export-keys-to-string)
8736 (epg-start-import-keys, epg-import-keys-from-file)
8737 (epg-import-keys-from-string, epg-start-receive-keys)
8738 (epg-receive-keys, epg-import-keys-from-server)
8739 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8740 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
8741 (epg-generate-key-from-file, epg-generate-key-from-string):
8742 Remove autoload cookie.
d85889e4 8743
8f825ee6
EZ
87442009-09-12 Eli Zaretskii <eliz@gnu.org>
8745
36b434ee
EZ
8746 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8747 reevaluation of trash-directory.
8748
8f825ee6
EZ
8749 * mwheel.el: Fix last change.
8750 (mouse-wheel-mode): New defvar.
8751 (mouse-wheel-mode): Remove autoload cookie.
8752
5766c380
SM
87532009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8754
ab5c0fcd
SM
8755 * mwheel.el (mwheel-installed-bindings): New var.
8756 (mouse-wheel-mode): Use it, so as to make sure we really remove all
8757 the bindings we set last time. Use custom-initialize-delay.
8758 * loadup.el: Load mwheel after term/*-win.el.
8759 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8760 and mouse-wheel-up-event now that their first evaluation is done
8761 sufficiently late to be correct.
8762
45448e64
SM
8763 * startup.el (tutorial-directory): Make it a defcustom.
8764 Use custom-initialize-delay rather than eval-at-startup to set it.
8765 * image.el (image-load-path): Make it a defcustom.
8766 Use custom-initialize-delay rather than eval-at-startup to set it.
8767 * subr.el (eval-at-startup): Remove.
8768 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8769
5766c380
SM
8770 * subr.el (do-after-load-evaluation): Warn the user after loading an
8771 obsolete package.
8772
d6549da4
GM
87732009-09-12 Glenn Morris <rgm@gnu.org>
8774
8775 * proced.el (proced-mark-alt): Remove alias.
8776 (proced-mode-map): Remove proced-mark-alt.
8777
8778 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8779 Elint file and directory. Remove initialization entry.
8780
8781 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8782 commands.
8783 (elint-current-buffer): Set mode-line-process.
8784 (elint-init-env): Handle define-derived-mode.
8785 Fix declare-function with unspecified arglist. Guard against odd
8786 defalias statements (eg iso-insert's 8859-1-map).
8787 (elint-add-required-env): Use a temp buffer.
8788 (elint-form): Just print the function/macro name, not the whole form.
8789 Return env unchanged if we fail to parse a macro.
8790 (elint-forms): Guard against parse errors.
8791 (elint-output): New function, to handle batch mode.
8792 (elint-log-message): Add optional argument. Use elint-output.
8793 (elint-set-mode-line): New function.
8794
30194d4d
CY
87952009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
8796
8797 * emacs-lisp/elp.el (elp-not-profilable): Add more
8798 functions (Bug#4233).
8799
a035f9b0
CY
88002009-09-12 Chong Yidong <cyd@stupidchicken.com>
8801
8802 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8803 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8804
dad61164
NR
88052009-09-11 Nick Roberts <nickrob@snap.net.nz>
8806
8807 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8808 (gdb-var-list-children): Use json parsing.
8809
9c3c9fdf 88102009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
8811
8812 * progmodes/js.el (js--proper-indentation): Handle the case where
8813 char-before is null. Reported by Deniz Dogan.
8814
b4587710
JB
88152009-09-11 Juanma Barranquero <lekktu@gmail.com>
8816
8817 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8818
13890796
DU
88192009-09-11 Daiki Ueno <ueno@unixuser.org>
8820
8821 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8822 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 8823 (epg-context-set-passphrase-callback)
97d4bdba 8824 (epg-context-set-progress-callback): Add description about
b18508dd 8825 callback function.
13890796 8826
2efb64a8
SM
88272009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8828
790d0270
SM
8829 * custom.el (custom-delayed-init-variables): New var.
8830 (custom-initialize-delay): New function.
8831 * startup.el (command-line): "Re"evaluate all vars in
8832 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
8833 explicitly any more.
8834 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8835 to avoid creating a ~/.emacs.d at build-time (bug#4347).
8836
8837 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 8838
ac243a40
NR
88392009-09-11 Nick Roberts <nickrob@snap.net.nz>
8840
8841 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8842 (gdb-var-update-handler): Use json parsing.
8843
657bc6fc
JB
88442009-09-11 Juanma Barranquero <lekktu@gmail.com>
8845
8846 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8847 decode annotated text, regardless of language environment. (Bug#2741)
8848
b6fe8102
SM
88492009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8850
8851 * Makefile.in (autoloads): Make rmail.el writable as well.
8852
5cc443fe
GM
88532009-09-11 Glenn Morris <rgm@gnu.org>
8854
5515c54e
GM
8855 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8856 loaddefs.el.
8857 * dired.el: Regenerate with extracted autoloads.
8858 * Makefile.in (autoloads): Make dired.el writable.
8859
15067158
GM
8860 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8861 * ibuffer.el: Regenerate with extracted autoloads.
8862 * Makefile.in (autoloads): Make ibuffer.el writable.
8863
d35d0238
GM
8864 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8865 * version.el (emacs-copyright, emacs-major-version)
8866 (emacs-minor-version): Reformat doc-strings for make-docfile.
8867
5cc443fe
GM
8868 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8869 functions and variables, since they must be stuff specific to some other
8870 platform.
8871 (apropos-print): Make mouse-click message less specific about button.
8872
8873 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8874 that records where a macro was defined.
8875 * help-fns.el (describe-function-1): Mention if a function has a
8876 compiler-macro.
8877 * help-mode.el (help-function-cmacro): New button.
8878
8879 * locate.el (top-level): Always require dired.
8880 (locate-mode-map): Initialize inside the defvar.
8881
8882 * net/ange-ftp.el (dired-compress-file): Declare.
8883 (ange-ftp-dired-compress-file): Add doc string.
8884
8885 * term/ns-win.el (x-display-name, x-setup-function-keys):
8886 Unify doc-strings with X versions.
8887
8cb95edf
SM
88882009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8889
726a4d09
SM
8890 * emulation/crisp.el (crisp-mode-map): Move initialization
8891 into declaration.
8892 (crisp-mode): Use define-minor-mode.
8893
8cb95edf
SM
8894 * progmodes/xscheme.el (xscheme-evaluation-commands):
8895 Put a :advertised-binding property rather than using
8896 advertised-xscheme-send-previous-expression.
8897 (advertised-xscheme-send-previous-expression): Declare obsolete.
8898 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8899 `advertised-undo'.
8900 (crisp-mode): Add corresponding bindings to
8901 undo's :advertised-binding instead.
8902 * dired.el (dired-mode-map): Put a :advertised-binding property rather
8903 than using dired-advertised-find-file.
8904 (dired-advertised-find-file):
8905 * simple.el (advertised-undo):
8906 * wid-edit.el (advertised-widget-backward): Declare obsolete.
8907 (widget-keymap): Put a :advertised-binding property rather
8908 than using advertised-widget-backward.
8909 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8910 than using advertised-undo.
8911 * tutorial.el (tutorial--default-keys): Adjust accordingly.
8912
07db5857
SS
89132009-09-10 Simon South <ssouth@slowcomputing.org>
8914
8915 * progmodes/delphi.el (delphi-tab): Indent region when Transient
8916 Mark mode is enabled and region is active; otherwise indent or
8917 insert TAB as usual.
8918 (delphi-mode): Update description of TAB-key binding.
8919
50d4ba39
SM
89202009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8921
8922 * subr.el (define-key-rebound-commands): Mark obsolete.
8923 * startup.el (precompute-menubar-bindings): Remove.
8924 (normal-top-level): Remove obsolete code that tried to precompute
8925 menubar bindings.
8926 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8927 define-key-rebound-commands and precompute-menubar-bindings.
8928
ffa894db
KY
89292009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8930
8931 * net/imap.el (imap-interactive-login): Better messages.
8932 (imap-open): Fix bug with renamed buffer on reconnect.
8933 (imap-authenticate): Add buffer-local imap-last-authenticator variable
8934 for easier debugging and cleaner code. On successful (guessed based on
8935 server capabilities) secondary authentication, set imap-state
8936 correctly.
8937 (imap-last-authenticator): Define imap-last-authenticator as a variable
8938 to avoid warnings.
8939
9477096c
GM
89402009-09-10 Glenn Morris <rgm@gnu.org>
8941
8942 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8943
8944 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8945 (byte-compile-file-form-autoload): Don't warn about unknown functions
8946 where the autoload statement comes after the use.
8947 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8948 that any handlers inside the body (eg require) are in turn respected.
8949
8950 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8951 effects.
8952
8953 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8954 and syntax and abbrev tables basic docs, if they don't have any.
8955
8956 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8957
8958 * international/mule-cmds.el (top-level): Require cl when compiling.
8959 (view-hello-file): Use default-value rather than
8960 default-enable-multibyte-characters.
8961
8962 * progmodes/fortran.el: Move all safe and risky properties into the
8963 defcustoms.
8964
8965 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8966 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8967 * mail/undigest.el:
8968 Put autoloads in rmail.el rather than loaddefs.el.
8969 * mail/rmail.el: Regenerate with extracted autoloads.
8970
8971 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8972 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8973
9f16c547
NR
89742009-09-10 Nick Roberts <nickrob@snap.net.nz>
8975
8976 Reported in thread for Bug#4375.
8977 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8978 "-data-evaluate-expression" instead of print.
8979 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8980 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
8981 (gdb): Revert 2009-08-11 change. User should detach inferior
8982 manually.
9f16c547
NR
8983
8984 Remove the word "separate" from IO functions as inferior
8985 output is now never displayed in the GUD buffer.
8986
50405cd0
JB
89872009-09-10 Juanma Barranquero <lekktu@gmail.com>
8988
8989 * startup.el (command-line-normalize-file-name): On Windows and
8990 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8991
7ae62430
JL
89922009-09-10 Juri Linkov <juri@jurta.org>
8993
8994 * isearch.el (isearch-text-char-description): Propertize escape
8995 character sequences with the `escape-glyph' face. (Bug#4344)
8996
8997 * simple.el (shell-command): Set asynchronous process filter to
8998 `comint-output-filter'. (Bug#4343)
8999
9000 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
9001 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
9002 the list. Move "asm" to the bottom.
9003 (grep-find-ignored-directories): Add `choice' with nil value
9004 to empty the list easily.
9005 (grep-find-ignored-files): New option.
9006 (grep-files-history): Set to nil by default instead of '("ch" "el").
9007 (grep-compute-defaults): Add "<X>" to `grep-template'.
9008 (grep-read-files): Bind new local variables `default-alias' and
9009 `default-extension'. Use a list of default values for the file prompt.
9010 (lgrep): Add `--exclude=' command line options composed from
9011 `grep-find-ignored-files'.
9012 (rgrep): Add `-name' command line options composed from
9013 `grep-find-ignored-files'. (Bug#4301)
9014
cd875252
SM
90152009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9016
9017 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
9018 (bug#4368).
9019
cdce0b33
KY
90202009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9021
9022 * calendar/time-date.el (autoload):
9023 Expand define-obsolete-function-alias into defalias and make-obsolete
9024 for old Emacsen that Gnus supports.
9025 (with-no-warnings): Define it for old Emacsen.
9026 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9027 is available.
9028 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9029 float-time is available; suppress compile warning for time-to-seconds.
9030
90312009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
9032
9033 * net/imap.el (imap-message-map): Docstring fix.
9034
2b2eb431
GM
90352009-09-09 Glenn Morris <rgm@gnu.org>
9036
9037 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9038 line numbers too. (Bug#4374)
9039
83a5aac5
SM
90402009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
9041
755e0210
SM
9042 * smerge-mode.el (smerge-remove-props, smerge-refine):
9043 Use with-silent-modifications (bug#4342).
9044
83a5aac5
SM
9045 * subr.el (with-silent-modifications): New macro.
9046
79f01fa7
JB
90472009-09-07 Juanma Barranquero <lekktu@gmail.com>
9048
9049 * files.el (top-level): Require `cl' when compiling.
9050
448ecec3
GM
90512009-09-07 Glenn Morris <rgm@gnu.org>
9052
9053 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9054
8f09a02f
GM
9055 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9056 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
9057
76ff67bf
NR
90582009-09-06 Nick Roberts <nickrob@snap.net.nz>
9059
9060 * vc-git.el (vc-git-annotate-command): Use separator to parse
9061 arguments correctly.
9062
943c8b75
EZ
90632009-09-06 Eli Zaretskii <eliz@gnu.org>
9064
9065 * proced.el (proced-mode): Doc fix.
9066
680db9ac
MA
90672009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
9068
9069 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9070 lstat fails.
9071 (tramp-do-file-attributes-with-ls): Check for file existence at
9072 remote end.
9073 (tramp-do-file-attributes-with-stat): Likewise.
9074 (tramp-convert-file-attributes): Return nil when attr is nil.
9075
3f12e5bd
GM
90762009-09-05 Glenn Morris <rgm@gnu.org>
9077
c8dc27bf
GM
9078 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9079 properties to this button.
9080 (diary-fancy-display): Don't extend the button to the final newline.
9081 (diary-fancy-display-mode): Continue to define "q" as a local key.
9082
cca065d8
GM
9083 * calendar/cal-china.el (holiday-chinese): Make it slightly more
9084 efficient.
9085
cddaedb6
GM
9086 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9087
3f12e5bd
GM
9088 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9089 (byte-compile-dest-file-function): New option.
9090 (byte-compile-dest-file): Doc fix.
9091 Obey byte-compile-dest-file-function.
9092 (byte-compile-cl-file-p): New function.
9093 (byte-compile-eval): Only suppress noruntime warnings about cl functions
9094 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
9095 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9096 than for file being previously loaded.
9097 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9098 (byte-compile-file-form-require): Handle the case where requiring a file
9099 indirectly causes CL to be loaded.
9100
049a231b
KF
91012009-09-05 Karl Fogel <kfogel@red-bean.com>
9102
9103 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9104 before killing the old buffer, since by the time `kill-buffer' is
9105 run so many buffer variables have been set to nil that it may not
9106 behave as expected. (Bug#4061)
9107
ef7ef2a0
KF
91082009-09-05 Karl Fogel <kfogel@red-bean.com>
9109
9110 * files.el (find-alternate-file): If the old buffer is modified
9111 and visiting a file, behave similarly to `kill-buffer' when
9112 killing it, thus reverting to the pre-1.878 behavior; see
9113 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9114 for discussion. Also, consult `buffer-file-name' as a variable
9115 not as a function, for consistency with the rest of the code.
9116
73d854cd
MA
91172009-09-04 Michael Albinus <michael.albinus@gmx.de>
9118
9119 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9120 also when adding a new directory.
9121
9122 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
9123 defun.
9124
df120481
SM
91252009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9126
9127 * files.el (locate-file-completion-table): Make it provide boundary
9128 information, so partial-completion works better.
9129
c0bc6d79
SM
91302009-09-04 Leo <sdl.web@gmail.com> (tiny change)
9131
9132 * mail/footnote.el (Footnote-text-under-cursor):
9133 Check footnote-text-marker-alist before using it (bug#4324).
9134
f76a9756
GM
91352009-09-04 Glenn Morris <rgm@gnu.org>
9136
67d110f1
GM
9137 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9138 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9139 * play/solitaire.el, play/tetris.el:
9140 Remove leading * from defcustom and defface docs.
9141
b42d4989
GM
9142 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9143 necessary.
9144 (diary-fancy-overriding-map): New variable.
9145 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9146 Use view-mode.
9147
f76a9756
GM
9148 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9149 goto-line.
9150
e605eeeb
GM
91512009-09-03 Glenn Morris <rgm@gnu.org>
9152
597e2240
GM
9153 * arc-mode.el (archive-mode):
9154 * dos-fns.el (set-default-process-coding-system):
9155 * man.el (Man-getpage-in-background):
9156 * menu-bar.el (menu-bar-describe-menu):
9157 * server.el (server-process-filter):
9158 * startup.el (command-line):
9159 * tar-mode.el (tar-header-block-tokenize, tar-extract):
9160 * w32-fns.el (set-default-process-coding-system):
9161 * x-dnd.el (x-dnd-handle-file-name):
9162 * international/mule-cmds.el (mule-menu-keymap)
9163 (set-default-coding-systems, language-info-alist, set-language-info)
9164 (set-language-environment, standard-display-european-internal)
9165 (set-locale-environment):
9166 * international/mule-diag.el (mule-diag):
9167 * mail/emacsbug.el (report-emacs-bug):
9168 * mail/rmail.el (rmail-mode):
9169 * mail/sendmail.el (mail-setup):
9170 Use default-value rather than default-enable-multibyte-characters.
9171
f38184aa
GM
9172 * progmodes/f90.el: Move all safe properties into the defcustoms.
9173 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9174
e605eeeb
GM
9175 * calendar/appt.el (appt-check):
9176 * calendar/diary-lib.el (diary-set-header, diary-live-p)
9177 (diary-check-diary-file, diary-list-entries)
9178 (diary-include-other-diary-files, diary-simple-display)
9179 (diary-fancy-display, diary-print-entries)
9180 (diary-mark-included-diary-files, diary-make-entry):
9181 Don't call substitute-in-file-name on diary-file.
9182
734db384
SM
91832009-09-03 Eduard Wiebe <usenet@pusto.de>
9184 Stefan Monnier <monnier@iro.umontreal.ca>
9185
9186 * mail/footnote.el (footnote-prefix): Make it a defcustom.
9187 (footnote-mode-map): Move initialization into the declaration.
9188 (footnote-minor-mode-map): Define it rather than changing global-map.
9189 (footnote-mode): Use define-minor-mode.
9190
e5aa47f9
MA
91912009-09-02 Michael Albinus <michael.albinus@gmx.de>
9192
9193 * net/tramp.el (tramp-handle-file-attributes-with-ls)
9194 (tramp-do-file-attributes-with-perl)
9195 (tramp-do-file-attributes-with-stat): Rename from
9196 `tramp-handle-file-attributes-with-*'.
9197 (tramp-handle-file-attributes): Use them.
9198 (tramp-do-directory-files-and-attributes-with-perl)
9199 (tramp-do-directory-files-and-attributes-with-stat): Rename from
9200 `tramp-handle-directory-files-and-attributes-with-*'.
9201 (tramp-handle-directory-files-and-attributes): Use them.
9202 (tramp-method-out-of-band-p): Additional parameter SIZE.
9203 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9204 (tramp-handle-write-region): Use it.
734db384 9205 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
9206 (tramp-handle-vc-registered): Check, whether the first run did
9207 return files to be tested.
9208 (tramp-advice-make-auto-save-file-name): Do not call directly
9209 `tramp-handle-make-auto-save-file-name', because this would bypass
9210 the locking mechanism.
9211
734db384 9212 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
9213 (file-remote-p, process-file, start-file-process, set-file-times)
9214 (tramp-compat-file-attributes): Compatibility functions shall not
9215 call directly `tramp-handle-*', because this would bypass the
9216 locking mechanism.
9217 (tramp-compat-number-sequence): New defun.
9218
6e2ca895
GM
92192009-09-02 Glenn Morris <rgm@gnu.org>
9220
697c7714
GM
9221 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9222 alias for float-time.
9223 (time-to-number-of-days): In Emacs, use float-time.
9224 * net/newst-backend.el (time-add): Suppress warnings from compat
9225 function.
9226 * time.el (emacs-uptime, emacs-init-time):
9227 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9228 Use float-time rather than time-to-seconds.
9229
6e2ca895
GM
9230 * minibuffer.el (completion-initials-expand): Fix typo.
9231
9232 * faces.el (modeline, modeline-inactive, modeline-highlight)
9233 (modeline-buffer-id):
9234 * info.el (info-menu-5): Mark these face aliases as obsolete.
9235
ed17efec
NR
92362009-09-01 Nick Roberts <nickrob@snap.net.nz>
9237
9238 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9239 space ...
9240 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9241 no "--thread" option.
9242 (gdb-stopped): Don't print "Switched to thread" message when it is
9243 unchanged.
9244
fcb68f70
SM
92452009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9246
9247 * minibuffer.el (completion-try-completion)
9248 (completion-all-completions): Remove ill-defined (and
9249 mistakenly installed and luckily never used nor documented)
9250 `completion-styles' property.
9251 (completion-initials-expand, completion-initials-all-completions)
9252 (completion-initials-try-completion): New functions.
9253 (completion-styles-alist): Add doc to each entry.
9254 Add new `initials' entry.
9255
83318a6d
NR
92562009-09-01 Nick Roberts <nickrob@snap.net.nz>
9257
9258 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9259 MI command -var-evaluate-expression.
9260 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9261 and tweak for case of string child.
734db384 9262 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 9263
d63eb0e7
GM
92642009-09-01 Glenn Morris <rgm@gnu.org>
9265
c4f6e489
GM
9266 * add-log.el (change-log-date-face, change-log-name-face)
9267 (change-log-email-face, change-log-file-face, change-log-list-face)
9268 (change-log-conditionals-face, change-log-function-face)
9269 (change-log-acknowledgement-face):
9270 * cus-edit.el (custom-invalid-face, custom-rogue-face)
9271 (custom-modified-face, custom-set-face, custom-changed-face)
9272 (custom-saved-face, custom-button-face, custom-button-pressed-face)
9273 (custom-documentation-face, custom-state-face, custom-comment-face)
9274 (custom-comment-tag-face, custom-variable-tag-face)
9275 (custom-variable-button-face, custom-face-tag-face)
9276 (custom-group-tag-face-1, custom-group-tag-face):
9277 * diff-mode.el (diff-header-face, diff-file-header-face)
9278 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9279 (diff-added-face, diff-changed-face, diff-function-face)
9280 (diff-context-face, diff-nonexistent-face):
9281 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9282 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9283 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9284 (Info-title-4-face):
9285 * isearch.el (isearch-lazy-highlight-face):
9286 * log-view.el (log-view-file-face, log-view-message-face):
9287 * paren.el (show-paren-match-face, show-paren-mismatch-face):
9288 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9289 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9290 (cvs-msg-face):
9291 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9292 (smerge-base-face, smerge-markers-face):
9293 * wid-edit.el (widget-documentation-face, widget-button-face)
9294 (widget-field-face, widget-single-line-field-face)
9295 (widget-inactive-face, widget-button-pressed-face):
9296 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9297 (woman-addition-face):
2fb1ec93
GM
9298 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9299 (eshell-ls-executable-face, eshell-ls-readonly-face)
9300 (eshell-ls-unreadable-face, eshell-ls-special-face)
9301 (eshell-ls-missing-face, eshell-ls-archive-face)
9302 (eshell-ls-backup-face, eshell-ls-product-face)
9303 (eshell-ls-clutter-face):
9304 * eshell/em-prompt.el (eshell-prompt-face):
9305 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 9306 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
9307 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9308 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9309 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9310 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9311 (antlr-font-lock-literal-face):
c4f6e489
GM
9312 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9313 (ebrowse-root-class-face, ebrowse-file-name-face)
9314 (ebrowse-default-face, ebrowse-member-attribute-face)
9315 (ebrowse-member-class-face, ebrowse-progress-face):
9316 * progmodes/make-mode.el (makefile-space-face):
9317 * progmodes/sh-script.el (sh-heredoc-face):
9318 * textmodes/flyspell.el (flyspell-incorrect-face)
9319 (flyspell-duplicate-face):
9320 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 9321 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
9322 Mark face aliases with "-face" suffix as obsolete.
9323
d80619fa
GM
9324 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9325 compiler.
9326
5f68c1b7
GM
9327 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9328 (eudc-bob-sound-menu): Use defvar rather than defconst, since
9329 easy-menu-define wants to modify these.
9330
9331 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9332
9333 * net/browse-url.el (browse-url-file-url):
9334 * term/internal.el (dos-codepage-setup):
9335 Use default-value rather than default-enable-multibyte-characters.
9336
d80619fa 9337 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
9338 * progmodes/flymake.el (flymake-highlight-line)
9339 (flymake-goto-file-and-line, flymake-goto-line):
9340 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9341 (gdb-goto-breakpoint):
9342 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9343 * progmodes/python.el (python-find-function)
9344 (python-pdbtrack-track-stack-file):
9345 * progmodes/verilog-mode.el (verilog-surelint-off):
9346 * term/ns-win.el (ns-open-file-select-line):
9347 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9348 Use forward-line rather than goto-line.
9349
d63eb0e7
GM
9350 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9351 * textmodes/reftex-index.el (reftex-display-index):
9352 * textmodes/reftex-ref.el (reftex-offer-label-menu):
9353 * textmodes/reftex-toc.el (reftex-toc):
9354 Remove unnecessary bindings of default-major-mode (all are followed by
9355 major-mode check and possible mode switch).
9356
0afad278
NR
93572009-08-31 Nick Roberts <nickrob@snap.net.nz>
9358
9359 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9360 Handle watchpoints (bug#4282).
9361 (def-gdb-thread-buffer-command): Enable thread to be selected by
9362 clicking without selecting threads buffer first.
9363 (gdb-current-context-command): Use selected frame so that "up",
9364 "down" etc work in the GUD buffer.
9365 (gdb-update): Find selected frame before rendering stack buffer.
9366 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9367
4e135dd2
SM
93682009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9369
9370 * progmodes/sym-comp.el (displayed-completions): Remove.
9371 (symbol-complete): Use minibuffer-complete.
9372
e61eba34
GM
93732009-08-31 Glenn Morris <rgm@gnu.org>
9374
9375 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9376
734db384
SM
9377 * apropos.el (apropos-symbols-internal):
9378 Handle (obsolete) face aliases.
e61eba34
GM
9379
9380 * faces.el (describe-face): Adjust the output format to be more like
9381 describe-variable, and to mention (obsolete) face aliases.
9382 Adjust the whitespace so that help-setup-xref works.
9383
9384 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9385 * calendar/diary-lib.el (diary-button-face):
9386 Mark these face aliases as obsolete.
9387
9388 * calendar/calendar.el (calendar-today): Doc fix.
9389
4cf71456
NR
93902009-08-31 Nick Roberts <nickrob@snap.net.nz>
9391
9392 * progmodes/gdb-mi.el (gdb-control-all-threads)
9393 (gdb-control-current-thread): Force tool bar update.
9394 (gdb-non-stop-handler): New function.
9395 (gdb-init-1): Use it to test if non-stop mode is supported.
9396 Remove unused gdbmi buffer type.
9397
e61eba34 93982009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
9399
9400 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 9401 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 9402
4324f7ca
NR
94032009-08-30 Nick Roberts <nickrob@snap.net.nz>
9404
9405 * comint.el (comint-exec-1): Check command is non-null first.
9406 Part of gdb-mi.el change (2009-08-28).
9407
a1bf889a
SM
94082009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9409
9410 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9411
060c08b5
JB
94122009-08-30 Juanma Barranquero <lekktu@gmail.com>
9413
9414 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9415 instead of `dolist' to avoid a recursive require when bootstrapping.
9416
ab22be48
SM
94172009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9418
73ebf88f
SM
9419 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9420
80629cfc
SM
9421 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9422
206d0387 9423 * net/imap.el (imap-send-command): Simplify.
734db384 9424 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 9425
844f7784
SM
9426 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9427
5ca4661e
SM
9428 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9429 with constant argument.
9430
c61dc887
SM
9431 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9432
7eb73deb
SM
9433 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9434
5fe443de
SM
9435 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9436 Change default, since most of our files don't have a history.
9437 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9438 the user.
9439
6444d64a
SM
9440 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9441 Add comint-run.
9442
5cb16bfc
SM
9443 * calc/calc.el: Improve commenting convention.
9444 (calc-digit-map, toplevel): Simplify.
9445
0aeb71a7
SM
9446 * comint.el (comint-insert-input): Be careful to only set point if we
9447 don't delegate to some other command.
9448
9a9af856
SM
9449 * proced.el (proced-signal-list): Make it an alist.
9450 (proced-grammar-alist): Capitalize names.
9451 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9452 Disable undo manually and make it read-only.
9453 Use completion-annotate-function.
9454
ab22be48
SM
9455 * minibuffer.el (minibuffer-message): If the current buffer is not
9456 a minibuffer, insert the message in the echo area rather than at the
9457 end of the buffer.
9458 (completion-annotate-function): New variable.
9459 (minibuffer-completion-help): Use it.
9460 (completion--embedded-envvar-table): Environment vars are
9461 always case-sensitive.
9462
4a948dbf
GM
94632009-08-30 Glenn Morris <rgm@gnu.org>
9464
9465 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9466 from fortran-current-defun.
9467 (fortran-beginning-of-subprogram): Be more precise about finding the
9468 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
9469 (fortran-end-of-subprogram): Simplify.
9470 (fortran-current-defun): Use fortran-start-prog-re.
9471
486cf3b8
JB
94722009-08-29 Juanma Barranquero <lekktu@gmail.com>
9473
9474 * subr.el (do-after-load-evaluation): Simplify.
9475
db167d28
DN
94762009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
9477
9478 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9479
9480 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
9481 (vc-rcs-print-log): Use it.
9482
9483 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9484
efbc652a
SM
94852009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9486
2aa0e5bf
SM
9487 * paths.el (abbrev-file-name): Move to abbrev.el.
9488 * abbrev.el (abbrev-file-name): Move from paths.el.
9489 Obey user-emacs-directory.
9490 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9491 user-emacs-directory.
9492 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9493 abbrev-file-name and calc-settings-file any more.
9494 * startup.el (command-line): Recompute abbrev-file-name and
9495 abbreviated-home-dir.
9496 (normal-no-mouse-startup-screen): Improve the generic code and get rid
9497 of the special code for when C-h bindings haven't been changed.
9498 (display-startup-echo-area-message): Use with-current-buffer.
9499 (command-line-1): Use a list of strings, rather than a list of lists
9500 of strings for longopts.
9501
51da8fe2
SM
9502 * files.el (get-free-disk-space): Use / for default-directory.
9503
0c3cc4dd
SM
9504 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9505 Use with-current-buffer.
9506
d988dbf6
SM
9507 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9508 Recognize immutable variables like most-positive-fixnum.
9509 (byte-compile-setq-default): Check and warn if trying to assign
9510 to an immutable variable, or a non-variable.
9511
efbc652a
SM
9512 * progmodes/cc-vars.el (c-comment-continuation-stars):
9513 * progmodes/cc-engine.el (c-looking-at-bos):
9514 * progmodes/cc-cmds.el (c-toggle-auto-state)
9515 (c-forward-into-nomenclature, c-backward-into-nomenclature)
9516 (c-comment-line-break-function): Add version of obsolescence.
9517
d30a05d1
JL
95182009-08-28 Juri Linkov <juri@jurta.org>
9519
9520 * files.el (magic-fallback-mode-alist): Add ZIP magic number
9521 associated with `archive-mode'.
9522
9523 * image.el (image-type-header-regexps): Use only JPEG magic number
9524 to determine JPEG images, and don't use `image-jpeg-p' because
9525 Emacs can display non-JFIF non-Exif JPEG images.
9526
1e8eecea
JB
95272009-08-28 Juanma Barranquero <lekktu@gmail.com>
9528
9529 * arc-mode.el (archive-mode):
9530 * emacs-lisp/re-builder.el (re-builder-unload-function):
9531 Protect against the default value of `major-mode' being nil.
9532
dd4fbf56
JB
95332009-08-28 Juanma Barranquero <lekktu@gmail.com>
9534
9535 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9536 Fix typos in docstrings.
9537
9538 * progmodes/js.el (js--macro-decl-re): Doc fix.
9539 (js--plain-method-re, js--split-name): Refloc docstring.
9540 (js--class-styles, js--make-merged-item, js--splice-into-items):
9541 Fix typos in docstrings; reflow docstrings.
9542 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9543 (js--variable-decl-matcher, js--inside-pitem-p)
9544 (js--parse-state-at-point, js--get-all-known-symbols)
9545 (js--symbol-history, js-find-symbol, js--js-references)
9546 (js--moz-interactor, js--js-encode-value, js--read-tab):
9547 Fix typos in docstrings.
9548
72f16325
SM
95492009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9550
14acf2f5
SM
9551 * textmodes/reftex.el (reftex-get-file-buffer-force):
9552 * progmodes/verilog-mode.el (verilog-batch-execute-func):
9553 * emulation/viper.el (viper-go-away, viper-set-hooks):
9554 * emacs-lisp/re-builder.el (re-builder-unload-function):
9555 * emacs-lisp/bytecomp.el (byte-compile-file):
9556 * ses.el (ses-unload-function):
9557 * hexl.el (hexl-find-file):
9558 * files.el (normal-mode):
9559 * ehelp.el (with-electric-help):
9560 * autoinsert.el (auto-insert-alist):
9561 * arc-mode.el (archive-mode):
9562 Use (default-value 'major-mode) instead of default-major-mode.
9563
72f16325
SM
9564 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9565 * international/mule.el (load-with-code-conversion):
9566 * emacs-lisp/debug.el (debug):
9567 * ediff-vers.el (ediff-rcs-get-output-buffer):
9568 * dired.el (dired-internal-noselect): Don't let-bind
9569 default-major-mode around code that doesn't use it.
9570 E.g. buffer creation via get-buffer-create doesn't use it.
9571
aa485f7c
MA
95722009-08-28 Michael Albinus <michael.albinus@gmx.de>
9573
9574 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9575 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9576 when writing the temp file. Otherwise, epa-file gets confused.
9577 (tramp-register-file-name-handlers): Make it a defun. Move also
9578 `epa-file-handler' to the front of `file-name-handler-alist'.
9579
95802009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9581
9582 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9583 start right after a ^M.
9584 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9585 (tramp-completion-file-name-regexp-separate)
9586 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
9587 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9588 Don't modify last-coding-system-used by accident.
aa485f7c
MA
9589 (tramp-completion-file-name-handler): Apply the checks here,
9590 instead during registration.
48c2d18a 9591 (tramp-register-file-name-handlers): Renamed from
aa485f7c
MA
9592 `tramp-register-file-name-handler'. Register both
9593 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 9594 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 9595
3f0c2b92
NR
95962009-08-28 Nick Roberts <nickrob@snap.net.nz>
9597
72f16325
SM
9598 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9599 Remove variable ...
3f0c2b92
NR
9600 (gdb-init-1, gdb-display-separate-io-buffer)
9601 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9602 references to it.
9603 (gdb-inferior-io-mode): Use make-comint-in-buffer.
9604 (gdb-inferior-filter): Use comint-output-filter to stop
9605 echoing and remove ^M characters.
9606
705e5bd9
SM
96072009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9608
009fdc2e
SM
9609 * emulation/viper-init.el (viper-restore-cursor-type):
9610 * emulation/cua-base.el (cua--update-indications):
9611 Replace default-cursor-type with (default-value 'cursor-type).
9612
b56a5ae0
SM
9613 * mail/sendmail.el (mail-recover-1):
9614 * international/mule-diag.el (describe-current-coding-system-briefly)
9615 (describe-current-coding-system):
9616 * international/mule-cmds.el (select-safe-coding-system)
9617 (select-message-coding-system)
9618 (set-language-environment-coding-systems, set-locale-environment):
9619 * hexl.el (hexl-insert-multibyte-char):
9620 * dos-w32.el (find-buffer-file-type-coding-system):
9621 * simple.el (what-cursor-position):
9622 Replace uses of default-buffer-file-coding-system
9623 with (default-value 'buffer-file-coding-system).
9624
de70529f
SM
9625 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9626 Replace uses of default-cursor-in-non-selected-windows
9627 with (default-value 'cursor-in-non-selected-windows).
9628 Use with-current-buffer.
9629
705e5bd9
SM
9630 * mail/feedmail.el: Use CL macros.
9631 (feedmail-run-the-queue, feedmail-send-it-immediately):
9632 * dos-w32.el (find-buffer-file-type): Replace uses of
9633 default-buffer-file-type with (default-value 'buffer-file-type).
9634
4d985ac2
GM
96352009-08-28 Glenn Morris <rgm@gnu.org>
9636
9637 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9638 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9639 Use default-value of major-mode rather than default-major-mode.
9640
17c15b81
SM
96412009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9642
3a68ab06
SM
9643 * Makefile.in (update-elcfiles): Report left over elc files.
9644
9421bdd1
SM
9645 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9646 expand-file-name and with-current-buffer.
9647 (mail-get-names, mail-directory): Use with-current-buffer.
9648
17c15b81
SM
9649 * vc.el (vc-read-revision): New function.
9650 (vc-version-diff, vc-merge): Use it.
9651
ba83a64e
SS
96522009-08-27 Sam Steingold <sds@gnu.org>
9653
9654 * simple.el (kill-do-not-save-duplicates): New user option.
9655 (kill-new): When it is non-nil, and the new string is the same as
9656 the latest kill, set replace to t to avoid duplicates in kill-ring.
9657
be3e598a 96582009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
9659
9660 * net/tramp.el (tramp-handle-process-file): Do not flush all
9661 caches when `process-file-side-effects' is set.
9662 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
9663 instead of `tramp-find-file-exists-command'.
9664 Unset `process-file-side-effects'.
d5b5c94a
MA
9665
96662009-08-27 Michael Albinus <michael.albinus@gmx.de>
9667
9668 * net/tramp.el (tramp-methods): New method "rsyncc".
9669 (top): Add completion function for "rsyncc".
9670 (tramp-message-show-message): New defvar.
9671 (tramp-message, tramp-error): Use it.
9672 (tramp-do-copy-or-rename-file-directly): Extend check for direct
9673 remote copying.
9674 (tramp-do-copy-or-rename-file-out-of-band): Handle new
9675 `tramp-methods' entry `copy-env' of "rsyncc".
9676 (tramp-vc-registered-read-file-names): New defconst.
9677 (tramp-vc-registered-file-names): New defvar.
9678 (tramp-handle-vc-registered): Implement optimization strategy.
9679 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9680 (tramp-vc-file-name-handler): New defun.
9681 (tramp-get-ls-command, tramp-get-test-command)
9682 (tramp-get-file-exists-command, tramp-get-remote-ln)
9683 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 9684 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
9685
9686 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9687 (tramp-cache-inhibit-cache): Extend doc string. It allows also
9688 timestamps.
9689 (tramp-get-file-property): Check for timestamps in
9690 `tramp-cache-inhibit-cache'.
9691 (tramp-set-file-property): Write timestamp.
9692
1339cf20
KH
96932009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9694
9695 * language/japan-util.el (japanese-symbol-table): Add entries for
9696 cp932-2-byte.
9697
9698 * international/characters.el: Add category `j' to cp932-2-byte.
9699
726e3f1d
KH
97002009-08-27 Kenichi Handa <handa@m17n.org>
9701
9702 * international/fontset.el (build-default-fontset-data): New macro.
9703 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 9704 tibetan, ethiopic, and ipa.
726e3f1d 9705
4e3b4528
SM
97062009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9707
9708 * cus-start.el (default-major-mode): Customize `major-mode' instead.
9709 (enable-multibyte-characters): Not customizable any more.
9710
9711 * subr.el (default-mode-line-format, default-header-line-format)
9712 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9713 (default-direction-reversed, default-truncate-lines)
9714 (default-left-margin, default-tab-width, default-case-fold-search)
9715 (default-left-margin-width, default-right-margin-width)
9716 (default-left-fringe-width, default-right-fringe-width)
9717 (default-fringes-outside-margins, default-scroll-bar-width)
9718 (default-vertical-scroll-bar, default-indicate-empty-lines)
9719 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9720 (default-fringe-cursor-alist, default-scroll-up-aggressively)
9721 (default-scroll-down-aggressively, default-fill-column)
9722 (default-cursor-type, default-buffer-file-type)
9723 (default-cursor-in-non-selected-windows)
9724 (default-buffer-file-coding-system, default-major-mode)
9725 (default-enable-multibyte-characters): Mark as obsolete.
9726
b3cca6a6
DN
97272009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
9728
652cc1a2
DN
9729 * vc-dir.el (vc-dir-update): Remove debug helper.
9730
b3cca6a6
DN
9731 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9732
4ed8c7aa
SS
97332009-08-26 Sam Steingold <sds@gnu.org>
9734
9735 * simple.el (save-interprogram-paste-before-kill): New user option.
9736 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9737 save the interprogram-paste into kill-ring before overriding it
9738 with the Emacs kill.
9739
3b64d86b
DN
97402009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9741
9742 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9743 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9744 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9745 and move to vc-rcs.el.
9746 (vc-default-next-revision): Rename to vc-rcs-next-revision and
9747 move to vc-rcs.el.
9748 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9749 (vc-rcs-update-changelog): Remove.
9750 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9751 and move to vc-rcs.el.
9752
9753 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9754 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9755 renaming.
9756 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 9757 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
9758 vc.el, renamed to be RCS specific.
9759
72f16325
SM
9760 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9761 New functions.
9762 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
9763
9764 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9765 New functions.
9766
636a36a0
SM
97672009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9768
9769 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9770
239b3340
DN
97712009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9772
b91f0762 9773 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
9774 (vc-git-stash, vc-git-stash-show): New functions.
9775 (vc-git-extra-menu-map): Bind them.
b91f0762 9776
b8e54362
DN
9777 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9778 directory correctly in case the item is a directory itself.
9779
239b3340
DN
9780 * vc.el: Document the desired behavior for reverted files in the
9781 `added' state.
dc810649
DN
9782 (vc-default-prettify-state-info): Remove function, unused.
9783
9784 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 9785
e49c0179
GM
97862009-08-26 Glenn Morris <rgm@gnu.org>
9787
9788 * bindings.el (standard-mode-line-format): Reposition dashes in
9789 which-func entry. (Bug#4217)
9790
3029e594
GM
9791 * files.el (enable-local-variables, enable-local-eval)
9792 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9793 the defcustoms.
9794 (auto-mode-alist, ignored-local-variables)
9795 (save-some-buffers-action-alist): Move risky declarations to the
9796 definitions.
9797 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9798 (font-lock-defaults, format-alist, imenu--index-alist)
9799 (imenu-generic-expression, input-method-alist, minor-mode-alist)
9800 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9801 (mode-line-modified, mode-line-mule-info, mode-line-position)
9802 (mode-line-process, mode-line-remote, outline-level)
9803 (parse-time-rules, rmail-output-file-alist)
9804 (special-display-buffer-names, vc-mode):
9805 Move risky declarations to the relevant files.
72f16325
SM
9806 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9807 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
9808 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9809 * font-core.el (font-lock-defaults):
9810 * format.el (format-alist):
9811 * vc-hooks.el (vc-mode):
9812 * window.el (special-display-buffer-names):
9813 * international/mule-cmds.el (input-method-alist):
9814 Define riskiness here (dumped file) rather than in files.el.
9815 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9816 * imenu.el (imenu-generic-expression, imenu--index-alist):
9817 * outline.el (outline-level):
9818 * time.el (display-time-string):
9819 * calendar/parse-time.el (parse-time-rules):
9820 * mail/rmailout.el (rmail-output-file-alist):
9821 Autoload riskiness here, rather than placing in files.el.
9822
8476cfaf
SM
98232009-08-26 Andreas Schwab <schwab@linux-m68k.org>
9824
9825 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9826
0b35b48e
MA
98272009-08-25 Michael Albinus <michael.albinus@gmx.de>
9828
9829 * simple.el (process-file-side-effects): New defvar.
9830
9831 * dired-aux.el (dired-show-file-type):
9832 * vc.el (vc-diff-internal):
9833 * vc-arch.el (vc-arch-diff):
9834 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9835 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9836 * vc-git.el (vc-git-registered, vc-git-working-revision)
9837 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9838 (vc-git--empty-db-p):
9839 * vc-hooks.el (vc-user-login-name):
9840 * vc-svn.el (vc-svn-registered, vc-svn-state)
9841 (vc-svn-dir-extra-headers, vc-svn-find-revision):
9842 * progmodes/grep.el (grep-probe): Let-bind
9843 `process-file-side-effects' with nil.
9844
9845 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9846
9847 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9848 daemon. Replace ping by checking for running service for bluez
9849 and zeroconf. (Bug#4239)
9850
d54cc599
GM
98512009-08-25 Kevin Ryde <user42@zip.com.au>
9852
9853 * net/dig.el (dig): Add autoload cookie.
9854
7bfd055d
GM
98552009-08-25 Glenn Morris <rgm@gnu.org>
9856
bac9c66c
GM
9857 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9858 load-history for absolute file-names.
9859 (byte-compile-file-form-require): Warn about use of the cl package.
9860
7bfd055d
GM
9861 * format.el (format-alist): Doc fix.
9862
5ac1f9e0
GM
9863 * play/bubbles.el (top-level): Don't require cl at run-time.
9864
af62aa88
GM
9865 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9866 run-time cl).
9867
71e036af
DD
98682009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
9869
9870 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9871 from cl package.
9872 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9873
42110eaf
JB
98742009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
9875
9876 * calc/calc-alg.el (math-trig-rewrite)
9877 (math-hyperbolic-trig-rewrite): New functions.
9878 (calc-simplify): Simplify trig functions when asked.
9879
88421f3e
SM
98802009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9881
9882 * diff-mode.el (diff-find-source-location): Avoid goto-line.
9883
dbd9624e
KH
98842009-08-24 Kenichi Handa <handa@m17n.org>
9885
9886 * language/ind-util.el (mapthread): Delete it.
9887 (combinatorial): New function.
9888 (indian--puthash-cv): Use combinatorial instead of mapthread.
9889
9b89e3ee
GM
98902009-08-22 Kevin Ryde <user42@zip.com.au>
9891
9892 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9893 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9894 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9895 Clarify docstring that the value is strings not symbols.
9896 (checkdoc-list-of-strings-p): New function.
9897
e6ce8c42
GM
98982009-08-22 Glenn Morris <rgm@gnu.org>
9899
2ddf2ea6 9900 * files.el (auto-mode-alist):
a3374680
GM
9901 * hippie-exp.el (he-concat-directory-file-name):
9902 * lpr.el (lpr-windows-system, printer-name):
9903 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9904 * ps-print.el (ps-windows-system):
9905 * startup.el (command-line):
9906 * emulation/viper-ex.el (viper-glob-function):
9907 * international/mule-cmds.el (set-language-environment-coding-systems):
9908 * net/ange-ftp.el (ange-ftp-write-region):
9909 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 9910 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
9911 unisoft-unix, vax-vms, win32, w32.
9912
977955fa
GM
9913 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9914 given name if the pattern is not more specific.
9915
b4deec2e
GM
9916 * calendar/lunar.el (lunar-phase-names): New option.
9917 (lunar-phase): Doc fix.
9918 (lunar-cycles-per-year): New constant.
9919 (lunar-index): New function.
9920 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9921 (lunar-phase-name): Use lunar-phase-names.
9922 (calendar-lunar-phases): Use format.
9923 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9924
47e83968
GM
9925 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9926 Copy imenu-example--name-and-position function here for own use.
9927 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9928
e6ce8c42
GM
9929 * bs.el (bs--redisplay):
9930 * cus-edit.el (custom-redraw):
9931 * ibuffer.el (ibuffer-bury-buffer):
9932 * server.el (server-goto-line-column):
9933 * startup.el (command-line-1):
9934 * strokes.el (strokes-xpm-for-stroke):
9935 * term.el (term-display-buffer-line):
9936 * view.el (View-goto-line):
9937 * calc/calc.el (calc-do, calc-trail-buffer):
9938 * play/gamegrid.el (gamegrid-add-score-insecure):
9939 * progmodes/ada-mode.el (ada-compile-goto-error):
9940 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9941 (ebrowse-select-1st-to-9nth):
47e83968 9942 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
9943 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9944 * progmodes/gud.el (gud-display-line):
9945 (idlwave-shell-display-line):
9946 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9947 * progmodes/make-mode.el (makefile-browser-toggle):
9948 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9949 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9950 * textmodes/picture.el (picture-draw-rectangle):
9951 * textmodes/reftex-index.el (reftex-index-goto-letter):
9952 (reftex-select-jump-to-previous):
9953 * textmodes/reftex-sel.el (reftex-find-start-point)
9954 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9955 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9956 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9957 * textmodes/tex-mode.el (tex-compilation-parse-errors):
9958 * textmodes/two-column.el (2C-associated-buffer):
9959 Use forward-line rather than goto-line.
9960
9961 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9962 goto-line.
9963
4b18bdb3
GM
9964 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9965 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9966 (quick-check-list-to-regexp): Declare.
e6ce8c42 9967
72f16325
SM
9968 * progmodes/make-mode.el (makefile-browser-insert-selection):
9969 Use goto-char rather than goto-line.
e6ce8c42
GM
9970
9971 * progmodes/prolog.el (compilation-error-regexp-alist)
9972 (compilation-forget-errors): Declare.
9973
32a2cf25
JL
99742009-08-22 Juri Linkov <juri@jurta.org>
9975
9976 * progmodes/grep.el (lgrep, rgrep): At the beginning
9977 set `dir' to `default-directory' unless `dir' is a non-nil
9978 readable directory. (Bug#4052)
9979 (lgrep, rgrep): Change a weird way to report an error
9980 from using `read-string' to using `error'.
9981 Instead of using interactive arguments in the function body,
9982 add new argument `confirm'.
9983
5443c9b7
SM
99842009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9985
cb5b40ee
SM
9986 * textmodes/remember.el (remember-buffer):
9987 * progmodes/cperl-mode.el (cperl-vc-header-alist):
9988 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9989 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
9990 * net/newst-treeview.el (newsticker-groups-filename):
9991 * net/newst-backend.el (newsticker-cache-filename):
9992 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9993 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9994 (speedbar-add-ignored-path-regexp, speedbar-line-path)
9995 (speedbar-buffers-line-path, speedbar-path-line)
9996 (speedbar-buffers-line-path):
9997 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9998 (epg-sign-keys):
9999 * epa.el (epa-display-verify-result):
10000 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
10001
d6261cc1
GM
100022009-08-21 Glenn Morris <rgm@gnu.org>
10003
3e1ea342
GM
10004 * progmodes/js.el (inferior-moz-process): Fix declaration.
10005
ce86eeb5
GM
10006 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
10007
fff28970
GM
10008 * obsolete/rnewspost.el (news-mail-reply):
10009 Use goto-char rather than goto-line.
10010
d93e053b
GM
10011 * term/ns-win.el (ns-open-file-select-line):
10012 Use line-beginning-position rather than goto-line.
10013
d5d105e8
GM
10014 * apropos.el (apropos-command):
10015 * ehelp.el (electric-helpify):
10016 * printing.el (pr-show-setup):
10017 * strokes.el (strokes-help):
10018 * tutorial.el (tutorial--describe-nonstandard-key)
10019 (tutorial--detailed-help):
10020 * woman.el (woman-mini-help, woman-display-extended-fonts):
10021 * calc/calc-help.el (calc-describe-key):
10022 * emulation/edt.el (edt-electric-helpify):
10023 * international/mule-diag.el (mule-diag):
10024 * play/yow.el (apropos-zippy):
10025 * progmodes/python.el (python-describe-symbol):
10026 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
10027 * textmodes/table.el (*table--cell-describe-mode)
10028 (*table--cell-describe-bindings):
10029 Use help-print-return-message rather than the now obsolete alias.
10030
a8ab722f 10031 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
10032 (calendar-cursor-to-visible-date):
10033 * play/5x5.el (5x5-position-cursor):
10034 * play/decipher.el (decipher):
10035 * play/gomoku.el (gomoku-goto-xy):
10036 * play/landmark.el (lm-goto-xy):
10037 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10038 (mpuz-paint-digit):
10039 Use forward-line, not goto-line.
a8ab722f 10040
d6261cc1
GM
10041 * mail/rmail.el (rmail-obsolete): Delete custom group.
10042 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10043 (rmail-remote-password, rmail-remote-password-required):
10044 Remove unneeded :set-after and :set properties.
10045
9e846523
MA
100462009-08-21 Michael Albinus <michael.albinus@gmx.de>
10047
10048 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10049
bbe1f502
DN
100502009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
10051
bcc5db24
DN
10052 * loadup.el: Remove leftover macos code.
10053
bbe1f502
DN
10054 * vc-git.el (vc-git-annotate-command): Run asynchronously.
10055 Explicitly pass the date format to git blame so that user local
10056 so that the output format can be parsed.
10057
6fd2d19a
MA
100582009-08-20 Michael Albinus <michael.albinus@gmx.de>
10059
10060 * net/dbus.el (top): Don't check for (getenv
10061 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
10062
31764e15
SM
100632009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
10064
10065 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 10066 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 10067
28930e39
SM
100682009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10069
4fd15622 10070 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 10071 Bug#3287
4fd15622 10072
b3d8e4a0
SM
10073 * help.el (help-print-return-message): Rename from
10074 print-help-return-message.
10075
c9829c70
SM
10076 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10077 cvs-mode-map parent hack.
10078 (log-view-mode): Derive from special-mode.
10079
b932657b
SM
10080 * linum.el (linum-mode): window-size-change-functions is redundant.
10081 Adapt to new window-configuration-change-hook behavior.
10082 (linum-after-size, linum-after-config): Remove.
10083
1b700bca
SM
10084 * imenu.el (imenu-example--name-and-position)
10085 (imenu-example--lisp-extract-index-name)
10086 (imenu-example--create-lisp-index, imenu-example--create-c-index):
10087 Mark as obsolete.
10088
28930e39
SM
10089 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10090 (inferior-prolog-mode): Use it.
10091 (inferior-prolog-load-file): Reset list of errors.
10092
c9af0b68
KH
100932009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10094
10095 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10096
10097 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10098
720c7cd6
MA
100992009-08-19 Michael Albinus <michael.albinus@gmx.de>
10100
10101 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10102 is running already.
10103
03a74b84
SM
101042009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10105
10106 * subr.el (listify-key-sequence-1): Use normal syntax since those
10107 integers are nowadays always represented by the same (positive) number
10108 on all platforms.
10109 (read-key-empty-map): New const.
10110 (read-key-delay): New var.
10111 (read-key): New function.
10112 (force-mode-line-update): Use with-current-buffer.
10113 (locate-user-emacs-file): Don't forget to abbreviate the file name.
10114 (start-process-shell-command, start-file-process-shell-command):
10115 Discourage the use of command-args.
10116
f43e88d4
GM
101172009-08-19 Glenn Morris <rgm@gnu.org>
10118
10119 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10120
890429cc
SM
101212009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10122
85be9ec4
SM
10123 * simple.el (choose-completion-string): Don't rely on
10124 minibuffer-completing-file-name and ad-hoc checks to decide whether
10125 to continue completion or not.
10126
890429cc
SM
10127 * minibuffer.el (minibuffer-hide-completions): New function.
10128 (completion--do-completion): Use it.
10129 (completions-annotations): New face.
10130 (completion--insert-strings): Use it.
10131 (completion-pcm--delim-wild-regex): Add docstring.
10132 (completion-pcm--string->pattern): Add support for 0-width delimiters
10133 in completion-pcm--delim-wild-regex.
10134
265d4549
SM
101352009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
10136
d440b941
SM
10137 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10138 Remove unused var `buffer-modified-p'.
10139
265d4549
SM
10140 * minibuffer.el (completion--do-completion): Move point for the #b001
10141 case as well (bug#4176).
10142 (minibuffer-complete, minibuffer-complete-word): Don't move point.
10143
ba6f7d86
MA
101442009-08-18 Michael Albinus <michael.albinus@gmx.de>
10145
10146 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
10147 and :session buses.
10148
98819490
KH
101492009-08-18 Kenichi Handa <handa@m17n.org>
10150
265d4549
SM
10151 * international/ucs-normalize.el (ucs-normalize-version):
10152 Change to 1.1.
58627cf0
KH
10153 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10154 (utf-8-hfs): Make it perform normalization on encoding too.
10155
98819490
KH
10156 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
10157 (sentence-end-without-space): Delete duplicated chars.
10158 (sentence-end-base): Likewise.
e739cc85
KH
10159
10160 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
10161 (html-mode): Delete duplicated chars from sentence-end-base.
10162
10163 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
10164 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 10165
645b9326
CY
101662009-08-17 Chong Yidong <cyd@stupidchicken.com>
10167
10168 * files.el (hack-one-local-variable): If the mode function is for
10169 a minor mode, pass it an argument (Bug#4148).
10170
56c195af
MA
101712009-08-17 Michael Albinus <michael.albinus@gmx.de>
10172
10173 * net/tramp.el (tramp-register-completion-file-name-handler):
10174 Check also for (member 'partial-completion completion-styles).
10175
7a55c78b
CY
101762009-08-16 Chong Yidong <cyd@stupidchicken.com>
10177
10178 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10179 abbrev (Bug#3943).
10180
be3e598a 101812009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
10182
10183 * progmodes/cperl-mode.el: Merge upstream 6.2.
10184 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10185 (cperl-forward-re): Check cperl-brace-recursing.
10186 (cperl-highlight-charclass): New function.
10187 (cperl-find-pods-heres): Use it.
31cd2dd4 10188 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 10189 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 10190 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
10191 (cperl-beautify-level): Don't process entire regexp.
10192 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10193 calling man.
10194 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10195 (cperl-init-faces): Build a list in the normal way.
10196
81b1f9c9
CY
101972009-08-16 Chong Yidong <cyd@stupidchicken.com>
10198
10199 * calendar/parse-time.el (parse-time-string-chars): Save match
10200 data.
10201
c3732cb8
SM
102022009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10203
55659495
SM
10204 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10205 (sql-product): Use it.
10206 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10207 (sql-set-product): Add completion.
10208 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10209 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10210 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10211 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10212 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10213 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10214 (sql-highlight-db2-keywords): Remove.
10215 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10216 (sql-highlight-product): Use derived-mode-p.
10217 (sql-set-sqli-buffer): Use with-current-buffer.
10218 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10219 Simplify.
10220
1ae79427
SM
10221 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10222
c3732cb8
SM
10223 * term.el: Fix commenting convention, turn comments into docstrings.
10224
f24b8bf3
CY
102252009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10226
10227 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10228
7b6fefac 102292009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 10230
1200ac26 10231 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
10232 character classes, to handle non-ascii characters (Bug#3190).
10233
102342009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 10235
1abbe4e5
CY
10236 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10237 another heredoc if the user adds another < (Bug#3226).
10238
c3732cb8
SM
10239 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10240 Don't initialize based on window-system (Bug#4124).
19261da4 10241
daad00fc
CY
10242 * facemenu.el (facemenu-read-color): Use a completion function
10243 that accepts any defined color, such as RGB triplets (Bug#3677).
10244
e1bdde78
CY
10245 * files.el (get-free-disk-space): Change fallback default
10246 directory to /. Expand DIR argument before switching to fallback.
10247 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10248
9d73a99e
CY
102492009-08-15 Chong Yidong <cyd@stupidchicken.com>
10250
10251 * files.el (load-library): Doc fix.
10252
68b962d4 102532009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 10254
953e0c1a 10255 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 10256 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 10257 incremental search string.
9d73a99e 10258
c3732cb8 10259 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 10260 XEmacs.
9d73a99e 10261
c3732cb8
SM
10262 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10263 (ediff-merge-region-is-non-clash)
10264 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 10265 Also check if the job is really a merge job.
9d73a99e 10266
c3732cb8 10267 * ediff.el (ediff-current-file): New function.
9d73a99e 10268
2e330adc
CY
102692009-08-15 Chong Yidong <cyd@stupidchicken.com>
10270
10271 * progmodes/js.el: Edit docstrings throughout to follow Emacs
10272 conventions.
c3732cb8 10273 (js-insert-and-indent): Delete function.
2e330adc
CY
10274 (js-mode-map): Don't bind keys to js-insert-and-indent.
10275 (js-beginning-of-defun): Rename from js--beginning-of-defun.
10276 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 10277 (js-auto-indent-flag): Delete variable.
2e330adc 10278
17b5d0f7
CY
102792009-08-14 Chong Yidong <cyd@stupidchicken.com>
10280
c3732cb8
SM
10281 * progmodes/js.el: Remove proclaim statement.
10282 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 10283
ba2d8894
CY
10284 * files.el (auto-mode-alist): Use js-mode for .js files.
10285
c3732cb8 10286 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
10287
10288 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10289
10290 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10291
c3732cb8 10292 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
10293
102942009-08-14 Daniel Colascione <dan.colascione@gmail.com>
7b6fefac 10295 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
10296
10297 * progmodes/js.el: New file.
10298
b6377f1d
MH
102992009-08-14 Mark A. Hershberger <mah@everybody.org>
10300
10301 * timezone.el (timezone-parse-date): Add ability to understand ISO
10302 basic format (minimal separators) dates in addition to the
10303 already-supported extended format dates.
10304
bc0eef46
EZ
103052009-08-14 Eli Zaretskii <eliz@gnu.org>
10306
4e021e65
EZ
10307 * international/ucs-normalize.el: Add a `coding' file variable.
10308
bc0eef46
EZ
10309 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10310
53dab179
SS
103112009-08-14 Sam Steingold <sds@gnu.org>
10312
6801c38a 10313 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 10314
6c58c39c
CY
103152009-08-13 Chong Yidong <cyd@stupidchicken.com>
10316
10317 * faces.el (help-argument-name): Define it here instead of
10318 help-fns.el, because in daemon mode help-fns.el may be loaded when
10319 faces are still uninitialized (Bug#1078).
10320
10321 * help-fns.el (help-argument-name): Move defface to faces.el.
10322
c7baf7e9
NR
103232009-08-13 Nick Roberts <nickrob@snap.net.nz>
10324
10325 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10326 create buffer with a pty but no process so that GDB can make the
10327 inferior the controlling process.
10328
9c40e995 103292009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
10330
10331 * international/ucs-normalize.el: New file.
10332
8cdba32b
RS
103332009-08-13 Richard Stallman <rms@gnu.org>
10334
5c950923
RS
10335 * mail/rmail.el (rmail-get-attr-names):
10336 Accept an attribute header that is too short.
10337
76e1e40b
RS
10338 * mail/rmail.el (rmail-forget-messages):
10339 Ignore nil elt in rmail-message-vector. Use dotimes.
10340
1fc01b08
RS
10341 * progmodes/compile.el (compilation-goto-locus):
10342 Use next-error-move-function.
10343
8cdba32b
RS
10344 * simple.el (next-error-move-function): New variable.
10345
99910cf4
JL
103462009-08-12 Juri Linkov <juri@jurta.org>
10347
10348 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10349 always non-nil. (Bug#4052)
10350
10351 * replace.el (read-regexp): Return empty string when
10352 `default-value' is nil.
10353 (keep-lines-read-args): Don't use empty string as the
10354 default value for `read-regexp'. (Bug#2495)
10355
fc5bdf6c
JL
103562009-08-12 Juri Linkov <juri@jurta.org>
10357
10358 * international/mule-cmds.el (ucs-insert): Change arguments
10359 from `arg' to `character', `count', `inherit' to be the same
10360 as in `insert-char'. Doc fix. (Bug#4039)
10361
10362 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10363
77748848
JL
103642009-08-12 Juri Linkov <juri@jurta.org>
10365
10366 * files-x.el: New file.
10367
10368 * files.el: Move code that deals with adding/deleting
10369 file/directory-local variables to files-x.el.
10370
10371 * Makefile.in (ELCFILES): Add files-x.elc.
10372
c8a44c4e
DD
103732009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
10374
27a9fd5a
DD
10375 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10376 to use `goto-line'.
10377 (gdb-place-breakpoints, gdb-get-location): Rewritten without
10378 `goto-line'.
10379 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 10380 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 10381 threads list.
107ef54a 10382 (gdb): Send -target-detach when buffer is killed (Bug#3794).
cf6e27cf
DD
10383 (gdb-starting): Moved -data-list-register-names...
10384 (gdb-stopped): ...here so it's sent when first thread stops.
10385 (gdb-registers-handler-custom): Do nothing if register names are
10386 unknown yet.
27a9fd5a 10387
c8a44c4e
DD
10388 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10389 from `gdb-mi.el' to avoid extra tangling.
10390
10391 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 10392 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
10393 (gdb-update-gud-running): No extra fuss for updating frame number.
10394
dfd4e693
SM
103952009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10396
51c4341f
SM
10397 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10398 (describe-language-environment-map, setup-language-environment-map)
10399 (set-coding-system-map): Move initialization into declaration.
10400 (set-language-info-alist): Last arg to define-key-after can be skipped.
10401
10402 * international/quail.el (quail-completion-1): Simplify.
10403 (quail-define-rules): Use slightly more compact code.
10404 (quail-insert-decode-map): Propertize keys, compact columns.
10405
dfd4e693
SM
10406 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10407 Add goto-line.
10408
83326559
MB
104092009-08-10 Miles Bader <miles@gnu.org>
10410
10411 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10412 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10413 (js2-instance-member, js2-private-member, js2-private-function-call)
10414 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10415 (js2-magic-paren, js2-external-variable):
10416 Remove "-face" suffix from face names.
10417 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10418 (js2-highlight-undeclared-vars, js2-peek-token)
10419 (js2-parse-function-params, js2-mode-show-errors)
10420 (js2-mode-show-warnings, js2-make-magic-delimiter)
10421 (js2-mode-highlight-magic-parens): Update to use new face names.
10422
8e754ea2
MA
104232009-08-09 Michael Albinus <michael.albinus@gmx.de>
10424
10425 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10426 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
10427
1c292fc7
CY
104282009-08-09 Chong Yidong <cyd@stupidchicken.com>
10429
18d433a7
CY
10430 * subr.el: Provide hashtable-print-readable.
10431
1c292fc7
CY
10432 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10433 hs-c-like-adjust-block-beginning.
10434 (hs-hide-block-at-point): Stop hiding at the beginning of
10435 hs-block-end-regexp (Bug#700).
10436
2db0ae07
DD
104372009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
10438
10439 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10440 a macro.
10441 (gdb-registers-handler-custom): Do not fail when register names
10442 are unavailable.
10443
fe4740a6
DD
104442009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10445
10446 * progmodes/gdb-mi.el (gdb-control-all-threads)
10447 (gdb-control-current-thread): Interactive setters for
10448 `gdb-gud-control-all-threads' to use in menu.
10449 (gdb-show-run-p): Show «Go» when process is not active.
7b6fefac 10450 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
fe4740a6
DD
10451 gud/thread.xpm and gud/all.xpm.
10452
ce299d55
CY
104532009-08-08 Yoni Rabkin <yoni@rabkins.net>
10454
10455 * net/net-utils.el (net-utils-font-lock-keywords): New var.
10456 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
10457 (net-utils-mode): New mode for viewing diagnostic network output.
10458 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10459 (net-utils-run-simple): New function.
10460 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 10461
7c4654ad
DD
104622009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10463
10464 * progmodes/gdb-mi.el (gdb-read-memory-custom)
10465 (gdb-memory-set-address, def-gdb-set-positive-number)
10466 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10467 after changing settings.
10468 (gdb-invalidate-disassembly): Update when first shown.
10469 (gdb-edit-locals-value): Fixed.
10470 (gdb-registers-handler-custom): Print registers in right order and
10471 allow changing register values (only for current thread yet).
9cbac26b
DD
10472 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10473 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10474 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10475 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
10476 info in mode name.
10477 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 10478
0f25a277
EZ
104792009-08-08 Eli Zaretskii <eliz@gnu.org>
10480
10481 * mail/rmail.el (rmail-add-mbox-headers)
10482 (rmail-set-message-counters-counter): Search for
10483 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
10484
b971be60
GM
104852009-08-08 Glenn Morris <rgm@gnu.org>
10486
10487 * Makefile.in (ELCFILES): Update.
10488
a35d3ad8
EZ
104892009-08-07 Eli Zaretskii <eliz@gnu.org>
10490
60c2df40
EZ
10491 * mail/sendmail.el (mail-yank-original): Set
10492 buffer-file-coding-system from the one used by the message whose
10493 text is yanked.
10494
8b0bcc2e
EZ
10495 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10496 to "windows" when "pgnuplot" is used.
10497 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
10498 call accept-process-output if "pgnuplot" is used.
10499 (calc-graph-init): Don't send -display and -geometry to
10500 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
10501 running "pgnuplot -V" with shell-command-to-string.
10502
10503 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10504 the default.
10505
105062009-08-07 Eli Zaretskii <eliz@gnu.org>
10507
10508 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
10509 org/org-latex.elc.
10510
3bca7ca5
DN
105112009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10512
3c53763c
DN
10513 * vc-dispatcher.el (vc-resynch-window): Update comment.
10514
3bca7ca5
DN
10515 * term.el (term-handle-ansi-escape): Add comments with the
10516 terminfo capabilities implemented.
10517
7b217360
DD
105182009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
10519
10520 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10521 (gdb-var-create-handler): Rewritten using JSON parser.
10522 (gdb-propertize-header): Moved earlier.
10523 (gdb-set-header): Removed to avoid duplication.
10524 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10525 Refresh disassembly buffers only after threads list have been
10526 update.
10527 (gdb-threads-header, gdb-registers-header): Per-buffer header line
10528 variables.
10529
b4d84ecf
JL
105302009-08-04 Juri Linkov <juri@jurta.org>
10531
10532 * files.el: Commands to add/delete file/directory-local variables.
10533 (read-file-local-variable, read-file-local-variable-value)
10534 (read-file-local-variable-mode, modify-file-local-variable)
10535 (modify-file-local-variable-prop-line)
10536 (modify-dir-local-variable): New functions.
10537 (add-file-local-variable, delete-file-local-variable)
10538 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10539 (add-dir-local-variable, delete-dir-local-variable)
10540 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10541 (copy-dir-locals-to-file-locals-prop-line): New commands.
10542
42da39c1
CY
105432009-08-04 Chong Yidong <cyd@stupidchicken.com>
10544
10545 * abbrev.el (insert-abbrev-table-description): Prettify output.
10546 Suggested by Karl Chen.
10547
98bf8494
DD
105482009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
10549
78b9fb28 10550 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 10551 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
10552 (gdb-overlay-arrow-position, gdb-thread-position)
10553 (gdb-disassembly-position): Declare variables.
10554 (gdb-wait-for-pending): Function now.
10555 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10556 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10557 compilation goes smoothly.
10558 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10559 (gdb-non-stop-setting): New customization setting which replaces
10560 `gdb-non-stop' so changing it doesn't break active GDB session.
10561 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10562 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10563 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10564 (gdb-show-threads-by-default): New customization options.
10565 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10566 routines.
10567 (gdb-get-buffer-create): Send buffers update signal when they are
10568 created.
10569 (gdb-invalidate-locals, gdb-invalidate-registers)
10570 (gdb-invalidate-breakpoints)
10571 (gdb-invalidate-threads, gdb-invalidate-disassembly)
10572 (gdb-invalidate-memory): Accept update signal.
10573 (gdb-current-context-command): Use --frame option.
10574 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10575 Implement `gdb-frame-number' selection logic.
10576 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10577 whether to show GUD toolbar buttons.
10578 (gdb-thread-exited): Unselect current thread when it exits.
10579 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10580 (gdb-mark-line): Routine which sets overlay arrow or inverses
10581 video on fringeless displays.
10582 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10583 to build aligned columns of data in GDB buffers and set text
10584 properties line-by-line.
10585 (gdb-invalidate-breakpoints)
10586 (gdb-breakpoints-list-handler-custom)
10587 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10588 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10589 (gdb-registers-handler-custom): Align data columns.
10590 (gdb-locals-handler-custom): Now prints data like in variable
10591 declarations.
10592 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10593 Removed confusing buttons.
10594 (gdb-invalidate-threads): Append --frame.
10595 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10596 between breakpoints/threads buffers.
10597 (gdb-set-window-buffer): Now can ignore dedicated windows.
10598 (gdb-propertize-header): Use `gdb-set-window-buffer'.
10599 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10600 (def-gdb-thread-buffer-gud-command): Replaces
10601 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10602 for fine thread control.
10603 (gdb-preempt-existing-or-display-buffer): New function used to
10604 display bound buffers without breaking window layout.
10605 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10606 (gdb-select-frame): New version of `gdb-frames-select' which now
10607 sets `gdb-frame-number' so commands may use --frame option instead
10608 of inner debugger state.
10609 (gdb-frame-handler): Do not set `gdb-frame-number'.
10610 (gdb-threads-mode-map): Select threads with mouse.
10611
10612 * progmodes/gud.el (gdb-gud-context-call): Declare function to
10613 avoid compilation warning.
10614 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10615 `gdb-show-stop-p`.
10616
566f3909
DD
10617 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10618 Argument `key' renamed to `buffer-type'.
10619 (gdb-current-context-buffer-name): Do not add thread info to
10620 buffer name when no thread is selected.
10621 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10622 command (bug 3794).
10623 (gdb-thread-selected): Handle `=thread-selected' notification.
10624 (gdb-wait-for-pending): New macro to deal with congestion problems.
10625 (gdb-breakpoints-list-handler-custom): Don't fail on pending
10626 breakpoints.
7b6fefac
JB
10627 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10628 This fixes problem similar to one described in bug 3947.
566f3909
DD
10629 (gud-menu-map): More menu items.
10630 (gdb-init-1): Reset `gdb-thread-number' to nil.
10631
4a31122c
DD
10632 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10633 non-stop settings.
10634
10635 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10636 (gdb-current-context-command): Do not append --thread if
10637 `gdb-thread-number' is nil.
10638 (gdb-running-threads-count, gdb-stopped-threads-count): New
10639 variables.
10640 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10641 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
10642 customization options.
10643 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10644 GUD commands.
7b6fefac 10645 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
10646 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10647 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10648 set `gdb-thread-number' and update `gud-running' properly.
10649 (gdb-running): Update threads list when new threads appear.
10650 (gdb-stopped): Support non-stop operation and new thread switching
10651 logic.
10652 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10653 (gdb-json-partial-output): New set of JSON routines.
10654 (def-gdb-auto-update-trigger): New `signal-list' optional
10655 argument.
10656 (gdb-thread-list-handler-custom): Update `gud-running',
10657 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10658 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10659 (gdb-continue-thread, gdb-step-thread): New commands for fine
10660 thread execution control.
10661 (gud-menu-map): New menu items to switch non-stop options.
10662 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 10663 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
10664
10665 * progmodes/gdb-mi.el (gdb-rules-name-maker)
10666 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10667 gdb-buffer-rules.
10668 (def-gdb-auto-update-handler): New nopreserve optional argument.
10669 (gdb-stack-list-frames-custom): Print stack from top to bottom.
10670
10671 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
10672 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10673 (gdb-parent-mode): New mode to derive other GDB modes from.
10674 (gdb-display-disassembly-for-thread)
10675 (gdb-frame-disassembly-for-thread): New commands for threads
10676 buffer.
10677
10678 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10679 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
10680 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10681 (gdb-update): We now store all GDB buffers in a list so that they
10682 can be updated by traversing a list instead of calling invalidate
7b6fefac 10683 triggers explicitly.
a5c9f540
DD
10684 (def-gdb-trigger-and-handler): New macro to define trigger-handler
10685 pair for GDB buffer.
10686 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
10687 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10688 handle pending triggers.
10689 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10690 (def-gdb-thread-buffer-simple-command)
10691 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10692 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
10693 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10694 New commands which show buffers bound to thread.
e7086683 10695 (gdb-stack-list-locals-regexp): Removed unused regexp.
4a31122c 10696
7b6fefac
JB
10697 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10698 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
10699 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10700 to (gud-comint-buffer) in *-buffer-name functions
10701 because (gdb-get-target-string) already does that.
10702 (gdb-locals-handler-custom, gdb-registers-handler-custom)
10703 (gdb-changed-registers-handler): Rewritten without regexps.
10704
ba214964 10705 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
10706 (gdb-thread-number): New variable.
10707 (gdb-current-context-command): New macro which adds --thread
10708 option to command.
7b6fefac 10709 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 10710 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 10711 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
10712 (gdb-select-thread): New command which selects current thread.
10713 (gdb-invalidate-frames, gdb-invalidate-locals)
10714 (gdb-invalidate-registers): Use --thread option.
20f12ed8 10715
2ac33804
MA
107162009-08-04 Michael Albinus <michael.albinus@gmx.de>
10717
10718 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 10719 robust. (Bug#3977)
2ac33804
MA
10720 (tramp-handle-insert-file-contents): `unwind-protect' must be
10721 inside `with-parsed-tramp-file-name'.
10722
10723 * net/tramp-gvfs.el (top): Remove superfluous message when loading
10724 fails.
10725
39d0296f
NR
107262009-08-03 Nick Roberts <nickrob@snap.net.nz>
10727
10728 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10729 directory if CLASSPATH is not set.
10730
adcbca53
MA
107312009-08-03 Michael Albinus <michael.albinus@gmx.de>
10732
7b6fefac
JB
10733 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10734 New defconst.
7ef849b6 10735 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 10736
30924b0b
CY
107372009-08-02 Kevin Ryde <user42@zip.com.au>
10738
7b6fefac
JB
10739 * net/newst-backend.el (newsticker--raw-url-list-defaults):
10740 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 10741
b6ce92f1
CY
107422009-08-02 Chong Yidong <cyd@stupidchicken.com>
10743
d977a092
CY
10744 * select.el (x-set-selection): Doc fix (Bug#4021).
10745
10746 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10747
b6ce92f1
CY
10748 * help-fns.el (describe-variable): Treat list return values from
10749 dir-locals-find-file properly (Bug#4005).
10750
7b6fefac 107512009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
10752
10753 * net/tramp.el (tramp-debug-message): Print also microseconds.
10754
107552009-08-02 Michael Albinus <michael.albinus@gmx.de>
10756
10757 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10758 or END is non-nil.
10759 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10760 (tramp-get-debug-buffer): Change `outline-regexp' according to new
10761 format.
10762
5ce6e4f4 10763 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
10764 (tramp-get-file-property): Use it.
10765
10766 * autorevert.el (auto-revert-handler): Allow
10767 `auto-revert-tail-mode' for remote files.
10768
2aafe808
JR
107692009-08-02 Jason Rumney <jasonr@gnu.org>
10770
10771 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 10772 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 10773
e094097c
CY
107742009-08-02 Chong Yidong <cyd@stupidchicken.com>
10775
10776 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10777 (font-lock-variable-name-face, font-lock-constant-face): Darken
10778 the colors for light backgrounds.
10779
de94f281
EZ
107802009-08-01 Eli Zaretskii <eliz@gnu.org>
10781
10782 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10783 month names. (Bug#3987)
10784
54b99340
CY
107852009-07-31 Chong Yidong <cyd@stupidchicken.com>
10786
10787 * simple.el (line-move-finish): Pass whole number to
10788 line-move-to-column.
34be836c 10789 (line-move-visual): Perform hscroll to the recorded position.
54b99340 10790
38216c30
JB
107912009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
10792
10793 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10794
c779896d
CY
107952009-07-29 Alan Mackenzie <acm@muc.de>
10796
10797 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10798
592ccae0
DD
107992009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
10800
35edc6c6
DD
10801 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10802 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 10803
5a9e3ab7
JB
108042009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
10805
10806 * calc/calc.el (calc-mode-map): Add keybinding for
10807 `calc-transpose-lines'.
10808
7b6fefac 108092009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
10810
10811 * calc/calc-misc.el (calc-transpose-lines): New function.
10812
905fb90e
MA
108132009-07-28 Michael Albinus <michael.albinus@gmx.de>
10814
10815 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10816 Simplify check for out-of-band methods.
10817 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10818 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
10819
76e14464
DN
108202009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
10821
10822 * vc-git.el (vc-git-checkin): Fix typo.
10823
6088b51f 108242009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
10825
10826 * progmodes/js2-mode.el: New file.
10827
b85157fe
NR
108282009-07-28 Nick Roberts <nickrob@snap.net.nz>
10829
10830 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10831 (gud-menu-map): Adjust tooltip accordingly.
10832
d43c2b06
DN
108332009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10834
1c0f0c3b
DN
10835 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10836 (vc-bzr-log-view-mode): Adjust log-view-file-re.
10837
d43c2b06
DN
10838 * add-log.el (change-log-mode-map): Add a menu.
10839
3dec5c36
MA
108402009-07-27 Michael Albinus <michael.albinus@gmx.de>
10841
10842 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10843 function returns nil.
10844 (dbus-handle-event): Handle special return value :ignore.
10845 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10846
5704140c
CY
108472009-07-26 Chong Yidong <cyd@stupidchicken.com>
10848
10849 * view.el (view-mode-enable): Don't define Helper-return-blurb if
10850 it's not needed.
10851
3077d1f6
EZ
108522009-07-25 Eli Zaretskii <eliz@gnu.org>
10853
10854 Fix Bug#3888:
10855
10856 * w32-vars.el (x-select-enable-clipboard): Doc fix.
10857
10858 * term/pc-win.el (x-display-name, x-colors)
10859 (x-select-enable-clipboard, x-select-text): Doc fix.
10860
10861 * term/common-win.el (x-display-name, x-colors): Doc fix.
10862
10863 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10864 (xw-defined-colors): Doc fix.
10865
10866 * w32-fns.el (x-select-text, x-setup-function-keys)
10867 (x-get-selection, x-set-selection): Doc fix.
10868
10869 * term/x-win.el (x-select-text, x-setup-function-keys)
10870 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10871
10872 * select.el (x-set-selection): Doc fix.
10873
51768bc8
MA
108742009-07-25 Michael Albinus <michael.albinus@gmx.de>
10875
10876 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10877 instead of "IsNSSSupportAvailable". Avahi ought to work also when
10878 "IsNSSSupportAvailable" method is not available. Reported by
10879 Steve Youngs <steve@sxemacs.org>.
10880
b11c2874
KH
108812009-07-24 Kenichi Handa <handa@m17n.org>
10882
10883 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 10884 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
10885 (build-unicode-category-table): Fix range checks.
10886
ba83b7b6
DN
108872009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10888
10889 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10890 the buffer we try to sync is current when calling
10891 vc-resynch-buffer.
10892
10893 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10894 not show up to date files.
10895
7a8ae964
GM
108962009-07-24 Glenn Morris <rgm@gnu.org>
10897
10898 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10899 Add autoload cookies. If necessary, initialize.
10900 (elint-log): Handle non-file buffers.
10901 (elint-initialize): Add optional argument to reinitialize.
10902 (elint-find-builtin-variables): Save excursion.
10903
a707eb05
DN
109042009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10905
10906 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10907 for Lint.
10908
0a2ddfa6
DN
109092009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10910
d6a62b0d
DN
10911 * vc.el (vc-print-log-internal): New function, split out from ...
10912 (vc-print-log): ... here.
10b5dcad 10913 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 10914
0a2ddfa6
DN
10915 * vc-git.el (vc-git-add-signoff): New variable.
10916 (vc-git-checkin): Use it.
10917 (vc-git-toggle-signoff): New function.
10918 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
10919 (vc-git--run-command-string): Accept a nil FILE argument.
10920 (vc-git-stash-list): New function.
10921 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 10922
589a99f2
GM
109232009-07-23 Glenn Morris <rgm@gnu.org>
10924
10925 * help-fns.el (describe-variable): Describe ignored and risky local
10926 variables in a similar way to that in which we describe safe ones.
10927
10928 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10929 (byte-compile-output-file-form, byte-compile-output-docform)
10930 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10931 Give some more local variables with common names a "bytecomp-" prefix,
10932 so as not to shadow things during compilation.
10933 * emacs-lisp/cl-macs.el (load-time-value)
10934 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10935 `outbuffer' to `bytecomp-outbuffer'.
10936
10937 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10938 since the next two variables cover them automatically now.
10939 (elint-builtin-variables, elint-autoloaded-variables): New.
10940 (elint-unknown-builtin-args): Remove all members, since they can be
10941 parsed automatically now.
10942 (elint-extra-errors): New.
10943 (elint-env-add-env, elint-env-add-macro): Use cadr.
10944 (elint-current-buffer): Use or. Change final message.
10945 (elint-get-top-forms): Use line-end-position.
10946 (elint-init-env): Use cadr. Handle autoload, declare-function,
10947 and defalias.
10948 (elint-add-required-env): Doc fix. Use or. Standardize error.
10949 (regexp-assoc): Remove unused function.
10950 (elint-top-form): Set elint-current-pos, to record the start of the
10951 top-level form, for compilation-mode.
10952 (elint-form): Trap errors in macro expansion. Use dolist.
10953 (elint-unbound-variable): Use elint-builtin-variables and
10954 elint-autoloaded-variables.
10955 (elint-get-args): Use cadr, or.
10956 (elint-check-cond-form): Use dolist, cadr.
10957 (elint-check-condition-case-form): Doc fix. Use cadr.
10958 Use elint-extra-errors.
10959 (elint-log): New function.
10960 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10961 Distinguish errors and warnings.
10962 (elint-log-message): Use with-current-buffer. Inhibit read-only.
10963 Use a bytecomp-style format.
10964 (elint-clear-log): Preserve default-directory. Inhibit read-only.
10965 (elint-get-log-buffer): Use compilation mode. Disable undo.
10966 Don't truncate lines.
10967 (elint-initialize): Set builtin and autoloaded variable lists.
10968 Only process elint-unknown-builtin-args if non-nil.
10969 (elint-find-builtin-variables, elint-find-autoloaded-variables):
10970 New functions.
10971 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
10972
855b42a2
GM
109732009-07-22 Kevin Ryde <user42@zip.com.au>
10974
10975 * net/newst-backend.el (newsticker--parse-atom-1.0)
10976 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10977 (newsticker--parse-rss-1.0):
10978 * progmodes/idlwave.el (idlwave-mode):
10979 * progmodes/idlw-shell.el (idlwave-shell-mode):
10980 * progmodes/vera-mode.el (vera-mode):
10981 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10982 * progmodes/vhdl-mode.el (vhdl-mode):
10983 * textmodes/table.el (table-generate-source)
10984 (table--warn-incompatibility):
10985 Hyperlink urls in docstrings with URL `...'.
10986
fd413a37
GM
109872009-07-22 Glenn Morris <rgm@gnu.org>
10988
cb711556
GM
10989 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10990 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10991 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10992 Remove leading * from defcustom docs.
10993
fd413a37
GM
10994 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
10995
10996 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10997 defcustom doc.
10998 (list-load-path-shadows): Optionally, just return shadows as a string.
10999
11000 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
11001
a4f69701
CY
110022009-07-21 Chong Yidong <cyd@stupidchicken.com>
11003
11004 * mail/rmailedit.el (rmail-edit-mode): Use
11005 auto-save-include-big-deletions.
11006
11007 * mail/rmail.el (rmail-variables): Use
11008 auto-save-include-big-deletions.
11009
11010 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
11011 changes.
11012
ec06459c
JB
110132009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
11014
11015 * calc/calc.el (calc-undo-length): New variable.
11016 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
11017
b41b0976
RS
110182009-07-21 Richard Stallman <rms@gnu.org>
11019
11020 * files.el (auto-save-mode): Handle buffer-save-size = -2
11021 for toggling mode.
11022
4ed32706
GM
110232009-07-21 Glenn Morris <rgm@gnu.org>
11024
531b1264
GM
11025 * textmodes/ispell.el (ispell-looking-back): Update declaration.
11026
55d27f41
GM
11027 * calendar/todo-mode.el (calendar-current-date): Update declaration.
11028
02df3f4d
GM
11029 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
11030 silence compiler. Instead...
11031 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
11032 (ps-print-ensure-fontified): Update for above function name changes.
11033
fdd8417e
GM
11034 * printing.el (pr-mh-get-msg-num, pr-mh-show)
11035 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11036 silence compiler. Instead...
11037 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11038 (mh-show-buffer): Only define for compiler.
11039 (pr-mh-current-message): Update for above function name changes.
11040
4ed32706
GM
11041 * files.el (abort-if-file-too-large): Explicitly pass `filename'
11042 as an argument.
11043 (find-file-noselect, insert-file-1): Update for above change.
11044
11045 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11046
11047 * mail/mailclient.el (mailclient-send-it): Fix message.
11048
11049 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11050 (edebug-eval): Check cl-debug-env is bound.
11051 (print-level, print-circle): Don't redefine built-in variables.
11052
11053 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11054 (custom-print-vectors): Remove old comments from doc.
11055
11056 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11057 (emerge-version): Make the variable an obsolete alias for the
11058 emacs-version variable. Make the function obsolete.
11059 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11060 Emerge options, rather than merging in into the main Options menu.
11061 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
11062 and auto advance modes. Disable edit/fast items when not relevant.
11063
86812144
CY
110642009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11065
11066 * term/vt420.el (terminal-init-vt420): Fix typo.
11067
6bb90094
SS
110682009-07-20 Sam Steingold <sds@gnu.org>
11069
11070 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11071 variable (removed from compile.el on 2004-03-11).
11072
42e0a725
CY
110732009-07-20 Chong Yidong <cyd@stupidchicken.com>
11074
11075 * files.el (hack-local-variables-filter): Fix last change.
11076
2ee20f24
JL
110772009-07-19 Juri Linkov <juri@jurta.org>
11078
11079 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11080 (dir-local-variables-alist): New buffer-local variable.
11081 (hack-local-variables-filter): If variable is not dir-local,
11082 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11083 because file-local overrides dir-local.
3570691b 11084 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
11085 Remove obsolete declaration.
11086 (hack-dir-local-variables): Add dir-local variable/value pair to
11087 `dir-local-variables-alist' and remove duplicates. Doc fix.
11088
11089 * help-fns.el (describe-variable): Add information about
11090 file-local and dir-local variables.
11091
89bf83cd
CY
110922009-07-19 Chong Yidong <cyd@stupidchicken.com>
11093
11094 * files.el (hack-local-variables-filter): Rewrite.
11095
1a8d3541
GM
110962009-07-19 Glenn Morris <rgm@gnu.org>
11097
d9e8a018
GM
11098 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11099 Silence compiler by only defining on XEmacs.
11100
da332cfb
GM
11101 * international/mule.el (auto-coding-regexp-alist): Only match
11102 BABYL... at the start of buffer, not of lines. (Bug#3790)
11103
1a8d3541
GM
11104 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11105 non-calendar buffers (Bug#3862). Restore "not on a date" message.
11106 (cal-menu-context-mouse-menu): Doc fix.
11107
11108 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11109
11110 * simple.el (mail-user-agent): Doc fix. Set :version tag.
11111
d842b103
JL
111122009-07-18 Juri Linkov <juri@jurta.org>
11113
11114 * info.el: Virtual Info keyword finder.
3570691b 11115 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
11116 (Info-finder-file): New variable.
11117 (Info-finder-find-file): New function.
11118 (finder-known-keywords, finder-package-info)
11119 (find-library-name, lm-commentary): Use defvar and
11120 declare-function to silence compiler warnings.
11121 (Info-finder-find-node): New function.
11122 (info-finder): New command.
11123
11124 * subr.el (process-kill-buffer-query-function): New function.
11125 (add-hook)<kill-buffer-query-functions>: Add hook
11126 `process-kill-buffer-query-function'.
11127
10d37df7
AM
111282009-07-18 Alan Mackenzie <acm@muc.de>
11129
7b6fefac 11130 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
11131 (c-postprocess-file-styles): Give invocation of `c-set-style'
11132 DONT-OVERRIDE parameter of t. Already set style variables will
11133 thus not be overridden by style settings given by `c-file-syle'.
11134
11135 * files.el (hack-local-variables-filter): Remove entries with
11136 duplicate keys from `file-local-variables-alist'.
11137
102e1a41
EZ
111382009-07-18 Eli Zaretskii <eliz@gnu.org>
11139
11140 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11141 x-set-selection if display-selections-p returns nil for the
11142 current frame.
11143
16f2e9fc
CY
111442009-07-18 Chong Yidong <cyd@stupidchicken.com>
11145
11146 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11147
f22693fc
EZ
111482009-07-18 Eli Zaretskii <eliz@gnu.org>
11149
a6c2c80c
EZ
11150 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11151 Accept nil in addition to a regexp.
11152 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11153 Accept nil in addition to a regexp.
11154 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11155 buffers that have an associated file. Handle nil values of
11156 desktop-buffers-not-to-save and desktop-files-not-to-save.
11157 (Bug#3833)
11158
f22693fc
EZ
11159 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11160 (x-disown-selection-internal): New functions.
11161
e456379a
NR
111622009-07-18 Nick Roberts <nickrob@snap.net.nz>
11163
11164 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11165 warning.
11166 (gdb-breakpoints-header): Move forward to avoid compiler warning.
11167 (gdb-make-header-line-mouse-map): Remove duplicate definition.
11168
0013b70f
CY
111692009-07-18 David De La Harpe Golden <david@harpegolden.net>
11170
11171 * simple.el (set-mark): Revert last change.
11172
0855c2ca
CY
111732009-07-17 Tassilo Horn <tassilo@member.fsf.org>
11174
11175 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11176 rendering of pngs is not possible instead of messaging a long
11177 description.
11178
3f5c9cad
CY
111792009-07-17 David De La Harpe Golden <david@harpegolden.net>
11180
11181 * w32-fns.el (x-selection-owner-p): New function.
11182
11183 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6c6a75d5
CY
11184 (mouse-yank-at-click, mouse-yank-primary): If
11185 select-active-regions is non-nil, deactivate the mark before
11186 insertion.
3f5c9cad
CY
11187
11188 * simple.el (deactivate-mark, set-mark): Only save selection if we
11189 own it.
11190
1fc87f9b
KH
111912009-07-17 Kenichi Handa <handa@m17n.org>
11192
11193 * case-table.el (describe-buffer-case-table): Fix for the case
11194 that KEY is a cons.
11195
d56fdcd2
DN
111962009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11197
11198 * vc-rcs.el (vc-rcs-find-file-hook):
11199 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11200
bede3e9f
MA
112012009-07-16 Michael Albinus <michael.albinus@gmx.de>
11202
11203 * net/tramp.el (tramp-wait-for-output): Handle the case when
11204 commands do not return a newline but a null byte before the shell
11205 prompt. (Bug#3858)
11206
7653ca1d
YM
112072009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11208
11209 * term/ns-win.el (ns-set-alpha): Don't declare.
11210 (ns-set-background-alpha): Remove function.
11211
ed2a52e9
SM
112122009-07-16 Kevin Ryde <user42@zip.com.au>
11213
11214 * emacs-lisp/copyright.el (copyright-update): Save match-data across
11215 y-or-n-p, for safety.
11216
7a907299
RS
112172009-07-16 Richard Stallman <rms@gnu.org>
11218
11219 * files.el (auto-save-mode): If buffer-saved-size is -2,
11220 don't clobber it.
11221
11222 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11223 (rmail-retry-ignored-headers): Add more uninteresting fields.
11224
c0db3477
CY
112252009-07-15 Jari Aalto <jari.aalto@cante.net>
11226
11227 * net/rcirc.el (rcirc): Use history variables.
11228 (rcirc-server-name-history, rcirc-nick-name-history)
11229 (rcirc-server-port-history): New variables.
11230
6c875452
KH
112312009-07-15 Kenichi Handa <handa@m17n.org>
11232
bf974dc9
KH
11233 * international/mule-cmds.el (set-language-environment-charset):
11234 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11235 ignore them.
11236
6c875452
KH
11237 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11238 Delete unibyte-display.
11239
2066b4fe
CY
112402009-07-15 Chong Yidong <cyd@stupidchicken.com>
11241
11242 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11243
f9be2e35
CY
112442009-07-15 Chong Yidong <cyd@stupidchicken.com>
11245
11246 * simple.el (deactivate-mark): Optional argument FORCE.
11247 (set-mark): Use deactivate-mark.
11248
11249 * info.el (Info-search): No need to check transient-mark-mode
11250 before calling deactivate-mark.
11251
11252 * select.el (x-set-selection): Doc fix.
11253 (x-valid-simple-selection-p): Allow buffer values.
11254 (xselect--selection-bounds): Handle buffer values. Suggested by
11255 David De La Harpe Golden.
11256
11257 * mouse.el (mouse-set-region, mouse-drag-track): Call
11258 copy-region-as-kill before setting the mark, to let
11259 select-active-regions work.
11260
be3e598a 112612009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
11262
11263 * simple.el (deactivate-mark): If select-active-regions is
11264 non-nil, copy the selection data into a string.
11265 (activate-mark): If select-active-regions is non-nil, set the
11266 selection to the current buffer.
11267 (set-mark): Update selection if select-active-regions is non-nil.
11268
11269 * select.el (x-valid-simple-selection-p): Allow buffer values.
11270
cbd61418
SM
112712009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
11272
11273 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11274 and more featureful message-mode.
11275
f470187f
CY
112762009-07-14 Chong Yidong <cyd@stupidchicken.com>
11277
11278 * select.el (x-set-selection): Doc fix.
11279 (x-valid-simple-selection-p): Disallow selection data consisting
11280 of a list or cons of integers, since that is not used.
11281 (xselect--selection-bounds, xselect--int-to-cons): New functions.
11282 (xselect-convert-to-string, xselect-convert-to-length)
11283 (xselect-convert-to-filename, xselect-convert-to-charpos)
11284 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11285
bfc99364
DD
112862009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
11287
11288 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11289 output in -break-info command (Emacs bug #3794).
11290
e32721f5
GM
112912009-07-14 Glenn Morris <rgm@gnu.org>
11292
1e46f9e4
GM
11293 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11294 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11295 (edebug-print-length, edebug-print-level, edebug-print-circle)
11296 (edebug-sit-for-seconds, edebug-view-outside)
11297 (edebug-bounce-point, edebug-set-global-break-condition)
11298 (edebug-Go-nonstop-mode, edebug-trace-mode)
11299 (edebug-Trace-fast-mode, edebug-continue-mode)
11300 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11301 (edebug-visit-eval-list): Doc fixes.
11302
e32721f5
GM
11303 * subr.el (def-edebug-spec): Doc fix.
11304
66a85e76
KH
113052009-07-14 Kenichi Handa <handa@m17n.org>
11306
11307 * international/characters.el: Fix setting of category ?C.
11308
28571246
JD
113092009-07-13 Jan Djärv <jan.h.d@swipnet.se>
11310
7b6fefac 11311 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
11312 ns-popup-font-panel instead of generate-fontset-menu.
11313
5d74672c
EZ
113142009-07-12 Eli Zaretskii <eliz@gnu.org>
11315
7b6fefac 11316 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 11317
eb1727a4
CY
113182009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
11319
11320 * arc-mode.el (archive-find-type): Allow for a PK00 string before
11321 the PK\003\004 header (Bug#3770).
11322
208384c5
CY
113232009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
11324
11325 * pcomplete.el (pcomplete-comint-setup): Check for
11326 shell-dynamic-complete-filename too.
11327
774409a1
CY
113282009-07-11 Chong Yidong <cyd@stupidchicken.com>
11329
11330 * simple.el (temporary-goal-column): Change the value for
11331 line-move-visual to a cons cell.
11332 (line-move-visual): Record or set the window hscroll, if
11333 necessary (Bug#3494).
11334 (line-move-1): Handle cons value of temporary-goal-column.
11335
1639ee1d
KH
113362009-07-11 Kenichi Handa <handa@m17n.org>
11337
11338 * international/mule-diag.el (describe-character-set): Don't show
11339 width.
11340
2b1d2412
SS
113412009-07-10 Sam Steingold <sds@gnu.org>
11342
11343 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11344 Omake sometimes indents the errors it prints, so allow all
11345 regexps to start with spaces.
11346
ed3a5691
EZ
113472009-07-10 Eli Zaretskii <eliz@gnu.org>
11348
ed2a52e9
SM
11349 * cus-edit.el (customize-changed-options-previous-release):
11350 Bump value to 22.1. (Bug#3804)
ed3a5691 11351
49405d0e
SS
113522009-07-08 Sam Steingold <sds@gnu.org>
11353
11354 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11355 to be a cons cell (test . ignored-directory) to selectively ignore
11356 some directories depending on the location of the search.
11357
93c3eb7c
MA
113582009-07-08 Michael Albinus <michael.albinus@gmx.de>
11359
11360 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11361 remote user is root, on the local host.
11362 (tramp-local-host-p): Either the local user or the remote user
11363 must be root. (Bug#3771)
11364
6f2a8484
NR
113652009-07-08 Nick Roberts <nickrob@snap.net.nz>
11366
11367 * progmodes/gdb-mi.el (gdb): Remove description of
11368 gdb-use-separate-io-buffer.
69cb8d82 11369 (menu): Don't allow toggling of or enable
6f2a8484
NR
11370 gdb-use-separate-io-buffer from menubar.
11371
88d03607
CY
113722009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
11373
11374 * mail/unrmail.el (unrmail): Make sure the message ends with two
11375 newlines (Bug#3769).
11376
7ef5b8b2
GM
113772009-07-08 Glenn Morris <rgm@gnu.org>
11378
11379 * calendar/calendar.el (calendar-current-date): Rework previous change.
11380
3ce82f97
GM
113812009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
11382
11383 * calendar/calendar.el (calendar-current-date):
11384 Add an optional argument giving an offset from today.
11385
f35fc841
GM
113862009-07-08 Glenn Morris <rgm@gnu.org>
11387
11388 * tutorial.el (tutorial--describe-nonstandard-key):
11389 Adjust the message for when a key has been unbound.
11390 (help-with-tutorial): Hide the arch-tag.
11391
40149292
KH
113922009-07-08 Kenichi Handa <handa@m17n.org>
11393
69cb8d82
KH
11394 * international/fontset.el (setup-default-fontset): For each
11395 script, append (not set) font-specs.
11396
40149292
KH
11397 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11398 docstring.
11399
ff0c4194
NR
114002009-07-08 Nick Roberts <nickrob@snap.net.nz>
11401
11402 * progmodes/gdb-mi.el (gdb-init-1): Move sending
11403 -data-list-register-names to ...
11404 (gdb-starting): ... here because GDB 7.0 requires execution to
11405 have started when using this MI command.
11406 (gdb-set-header): New function to distinguish select and
11407 unselected tabs in gdb buffers.
11408 (gdb-propertize-header): New macro that uses gdb-set-header.
11409 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 11410 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 11411
8954c675
CY
114122009-07-07 Chong Yidong <cyd@stupidchicken.com>
11413
11414 * Makefile.in (ELCFILES): Remove fadr.elc.
11415
0996385d
DD
114162009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
11417
dc6b4519
DD
11418 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11419 may contain frame information, so `string-match' should be used.
11420 (gdb-update): Disassembly is invalidated through
11421 `gdb-get-selected-frame'.
11422 (gdb-pad-string): New function to pad string with spaces.
11423 (gdb-invalidate-disassembly): Invalidate only if the buffer
11424 exists.
11425 (gdb-disassembly-handler-custom): Column alignment.
11426 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11427 placing new ones.
11428 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11429 end of line, too.
11430 (gdb-frame-handler): Match convention to for disassembly buffer
11431 mode name.
17c1380b 11432 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
11433 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11434 not highlight breakpoints without line information.
69a197a2 11435 (gdb-input): Add trailing newline to command.
dc6b4519 11436
14340b25
DD
11437 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11438 buffer properly.
11439 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 11440 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
11441 now.
11442 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11443 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11444 to place breakpoints.
14340b25
DD
11445 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11446 functions.
11447 (gdb-disassembly-handler-custom): Show overlay arrow.
11448 (gdb-disassembly-place-breakpoints): Show breakpoints in
11449 disassembly buffer.
11450 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 11451 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 11452 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 11453 in `gud-menu-map'.
14340b25 11454
38d4f316 11455 * fadr.el: Remove.
1f2a6224 11456
7b6fefac 11457 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 11458 (gdb-memory-address): New variable which holds top address of
7b6fefac 11459 memory page shown in memory buffer.
0996385d
DD
11460 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
11461 customization variables.
11462 New functions:
11463 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11464 display the memory buffer.
11465 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11466 buffer display parameters.
11467 (def-gdb-memory-format, gdb-memory-format-binary)
11468 (gdb-memory-format-octal, gdb-memory-format-unsigned)
11469 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11470 Functions for setting memory buffer format.
11471 (gdb-memory-unit-word, gdb-memory-unit-halfword)
11472 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11473 unit size used in memory buffer.
11474 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
11475 to next/previous page of memory buffer.
28d67a53 11476 Now using (bindat-get-field) instead of fadr functions.
0996385d 11477
9ba562d3
SS
114782009-07-07 Sam Steingold <sds@gnu.org>
11479
11480 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11481 non-top-level files.
11482
a43977db
KH
114832009-07-07 Kenichi Handa <handa@m17n.org>
11484
11485 * international/mule-cmds.el (reset-language-environment): Put
11486 the highset priority to the charset iso-8859-1.
11487
d44d05e8
CY
114882009-07-06 Chong Yidong <cyd@stupidchicken.com>
11489
11490 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11491 to the end of the line when locating the block (Bug#700).
11492
3e2fa353
MA
114932009-07-06 Michael Albinus <michael.albinus@gmx.de>
11494
11495 * net/tramp.el (tramp-handle-write-region): Flush file properties
11496 in case of short track.
11497
be3e598a 114982009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 11499
bf0b361c
JB
11500 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11501 Coded custom representation of verilog error regular expressions
11502 to work with Emacs-22's new format.
d88782c3 11503 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 11504 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
11505 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11506 error recognition into XEmacs.
11507 (verilog-error-regexp-add-emacs): Hook routine to install verilog
11508 error recognition into Emacs-22.
11509
25c6f63e
CY
115102009-07-06 Chong Yidong <cyd@stupidchicken.com>
11511
11512 * woman.el: Remove stand-alone closing parentheses.
11513 (woman-file-name, woman2-format-paragraphs)
11514 (woman-leave-blank-lines): Code cleanup.
11515 (woman-use-own-frame): Change default to nil.
11516 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
11517 defaults to inherit from default faces.
11518 (woman2-process-escapes): Consume the newline after a stand-alone
11519 filler character (Bug#3651).
11520
f176290e
GM
115212009-07-06 Glenn Morris <rgm@gnu.org>
11522
11523 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11524 (top-level): Move provide to the end.
11525 (ffap): Remove defunct URL from custom group.
11526
11527 * subr.el (eval-after-load): Doc fix.
11528
7b6fefac 115292009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
11530
11531 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11532 `calc-embedded-word' is called twice.
11533
4b8b1ec5
SM
115342009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11535
11536 * files.el (find-alternate-file-other-window, find-alternate-file):
11537 Obey confirm-nonexistent-file-or-buffer.
11538
d6ceb380
MA
115392009-07-05 Michael Albinus <michael.albinus@gmx.de>
11540
11541 * dired-aux.el (dired-show-file-type): Handle remote files.
11542
be3e598a 115432009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 11544
4b8b1ec5
SM
11545 * desktop.el (desktop-globals-to-save):
11546 Add file-name-history (Bug#2750).
c760f19e 11547
6d00ce04
CY
115482009-07-05 Chong Yidong <cyd@stupidchicken.com>
11549
4b8b1ec5 11550 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 11551
6ee21b07
JB
115522009-07-04 Johan Bockgård <bojohan@gnu.org>
11553
11554 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11555 property on entire argument since this is what eshell-lisp-command
11556 expects.
11557
f0dbdc25
MA
115582009-07-03 Michael Albinus <michael.albinus@gmx.de>
11559
11560 * net/tramp-gvfs.el (tramp-gvfs-methods)
11561 (tramp-gvfs-zeroconf-domain)
11562 (tramp-bluez-discover-devices-timeout): Add version flag.
11563 (tramp-gvfs-handler-mounted-unmounted)
11564 (tramp-gvfs-connection-mounted-p): Polish handling of
11565 incompatibilities between GVFS 0.2 and 1.0.
11566
e044e4fc
JD
115672009-07-03 Jan Djärv <jan.h.d@swipnet.se>
11568
4b8b1ec5 11569 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 11570
2e9b968b
JB
115712009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
11572
bf0b361c 11573 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
11574 formatted correctly.
11575
baf1a55e
JL
115762009-07-02 Juri Linkov <juri@jurta.org>
11577
11578 * info.el: Virtual Info files and nodes.
11579 (Info-virtual-files, Info-virtual-nodes): New variables.
11580 (Info-current-node-virtual): New variable.
11581 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11582 New functions.
11583 (Info-file-supports-index-cookies): Use Info-virtual-file-p
11584 to check for a virtual file instead of checking a fixed list
11585 of node names.
11586 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11587 instead of ad-hoc processing of "dir" and (apropos history toc).
11588 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11589 instead of ad-hoc processing of "dir" and (apropos history toc).
11590 Reread a file when moving from a virtual node.
11591 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11592 (Info-directory-toc-nodes, Info-directory-find-file)
11593 (Info-directory-find-node): New functions.
11594 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11595 (Info-history): Move part of code to
11596 `Info-history-find-node'.
11597 (Info-history-toc-nodes, Info-history-find-file)
11598 (Info-history-find-node): New functions.
11599 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11600 (Info-toc): Move part of code to `Info-toc-find-node'.
11601 (Info-toc-find-node): New function.
4b8b1ec5 11602 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
11603 the current Info file name to references because now the node
11604 "*TOC*" belongs to the same Info manual.
4b8b1ec5 11605 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
11606 (Info-toc-nodes): Rename input argument `file' to `filename'.
11607 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11608 instead of ad-hoc processing of ("dir" apropos history toc).
11609 (Info-index-nodes): Use Info-virtual-file-p
11610 to check for a virtual file instead of checking a fixed list
11611 of node names.
11612 (Info-index-node): Add check for `Info-current-node-virtual'.
11613 Raise `save-match-data' higher up the tree to contain
11614 `search-forward' too (bug fix).
11615 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11616 (Info-virtual-index-nodes): New variable.
11617 (Info-virtual-index-find-node, Info-virtual-index): New functions.
11618 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11619 (Info-apropos-file, Info-apropos-nodes): New variables.
11620 (Info-apropos-toc-nodes, Info-apropos-find-file)
11621 (Info-apropos-find-node, Info-apropos-matches): New functions.
11622 (info-apropos): Move part of code to `Info-apropos-find-node' and
11623 `Info-apropos-matches'.
11624 (Info-mode-map): Bind "I" to `Info-virtual-index'.
11625 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11626 for a virtual file instead of checking a fixed list of node names.
11627
11628 * simple.el (async-shell-command): New command.
11629
11630 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11631
11632 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11633 instead of `mount-info'.
11634
d04bc496
MA
116352009-07-02 Michael Albinus <michael.albinus@gmx.de>
11636
11637 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 11638 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 11639
af0403e0
KH
116402009-07-02 Kenichi Handa <handa@m17n.org>
11641
11642 * international/mule.el (set-keyboard-coding-system): Force *-unix
11643 coding-system to avoid eol conversion.
11644
99278f8a
MA
116452009-07-01 Michael Albinus <michael.albinus@gmx.de>
11646
4b8b1ec5
SM
11647 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11648 Add handler for `process-file', `shell-command' and
99278f8a
MA
11649 `start-file-process'.
11650 (tramp-gvfs-handle-shell-command)
11651 (tramp-gvfs-handle-start-file-process)
11652 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 11653 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 11654
3f1c6666
JD
116552009-07-01 Jan Djärv <jan.h.d@swipnet.se>
11656
11657 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11658
3f396bac
KH
116592009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
11660
11661 * language/korean.el (set-language-info-alist): Add korean-cp949,
11662 cp949 to spec.
11663
c1185193
KH
116642009-07-01 Kenichi Handa <handa@m17n.org>
11665
11666 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11667
11668 * international/encoded-kb.el: Deleted.
11669
11670 * international/mule.el (set-keyboard-coding-system): Perform the
11671 necessary setup here instead of calling encoded-kbd-setup-display.
11672
3f150a60
GM
116732009-07-01 Glenn Morris <rgm@gnu.org>
11674
11675 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11676
b0d5b05b
GM
116772009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
11678
11679 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
11680
4f4126e6
MA
116812009-06-30 Michael Albinus <michael.albinus@gmx.de>
11682
4b8b1ec5
SM
11683 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11684 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 11685 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 11686
7ae3ea65 11687 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
11688 (top): Add a default for "synce" in `tramp-default-user-alist'.
11689 Add completion function for "synce" method.
11690 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
11691 (tramp-hal-interface-manager, tramp-hal-interface-device):
11692 New defconst.
11693 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11694 (tramp-synce-list-devices, tramp-synce-parse-device-names):
11695 New defuns.
d6ceb380
MA
11696
11697 * net/trampver.el: Update release number.
7ae3ea65 11698
0ad6626b
KH
116992009-06-30 Kenichi Handa <handa@m17n.org>
11700
11701 * international/fontset.el (setup-default-fontset): Add CJK fonts
11702 for symbols and the other miscellaneous characters.
11703
4b8b1ec5
SM
11704 * language/korea-util.el (setup-korean-environment-internal):
11705 Make char-width-table suitable for Korean environments.
0ad6626b
KH
11706 (exit-korean-environment): Cancel above.
11707
11708 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11709 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 11710 setup-function to make char-width-table suitable for respective
0ad6626b
KH
11711 environments, and an exit-function to cancel that.
11712
11713 * language/japan-util.el (setup-japanese-environment-internal):
11714 Call use-cjk-char-width-table with arg `ja_JP'.
11715
11716 * international/characters.el (cjk-char-width-table): Delete it.
11717 (cjk-char-width-table-list): New variable.
11718 (use-cjk-char-width-table): New arg local-name.
11719 (use-default-char-width-table): Fix for the case that Emacs is
11720 already using the default char-width-table.
11721
fd46e893
MA
117222009-06-29 Michael Albinus <michael.albinus@gmx.de>
11723
11724 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11725 modes mandatory. (Bug#3712)
11726
b87d9f96
AM
117272009-06-29 Alan Mackenzie <acm@muc.de>
11728
11729 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 11730 correction between the visible width of TABs and their number of bytes.
b87d9f96 11731
2d25aa5a
CY
117322009-06-29 Chong Yidong <cyd@stupidchicken.com>
11733
11734 * server.el (server-buffer-done): Prevent kill-buffer from
11735 prompting by clearing the buffer modification flag (Bug#3696).
11736
a3a8b002
DN
117372009-06-28 Michael McNamara <mac@mail.brushroad.com>
11738
bf0b361c 11739 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 11740 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
11741 (verilog-basic-complete-re): Support localparam lineup.
11742 (verilog-beg-of-statement-1): Fix for robustness, unique case.
11743 (verilog-set-auto-endcomments): Fix for unique case, always_comb
11744 commenting.
11745 (verilog-leap-to-case-head): Now support *nested* unique &
11746 priority case statements.
11747 (verilog-auto-lineup): Make just declarations the default (as it
11748 had been).
4b8b1ec5 11749 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 11750 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 11751 select the various styles of automatic lineup.
a3a8b002
DN
11752 (verilog-error-regexp-alist): Rework to support the XEmacs style
11753 of error regular expressions from compilers, lint tools &
11754 simulators. Note that GNU Emacs has made it impossible for a mode
11755 to load such things.
11756 (electric-verilog-terminate-line, verilog-indent-declaration)
11757 (verilog-auto-wiure): Rework for radio button selection of
11758 auto-lineup selection of specification of auto lineup.
11759 (verilog-beg-of-statement-1): Redesign to support proper operation
11760 in additional code, based on testing with auto-lineup.
11761 (verilog-calculate-indent, assignments & declarations)
11762 (verilog-backward-token): Enhance to support auto-lineup of
11763 assignments & declarations.
11764 (verilog-in-directive-p, verilog-at-struct-p): New function for
11765 easy test of whether we are.
11766 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11767 to support safe execution at almost anyline.
11768 (verilog-calc-1): Properly support indenting deep inside generate
11769 blocks.
48c2d18a 11770 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 11771 as it is redundant with font-lock-defaults.
a8f316ca 11772 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
11773 to avoid circular calls if syntax-ppss is a function (as is the
11774 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 11775 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
11776 (verilog-ovm-begin-re, verilog-ovm-end-re)
11777 (verilog-ovm-statement-re, verilog-leap-to-head)
11778 (verilog-backward-token): Add support for OVM macros. Some are
11779 complete statements, and others open and close scopes like begin
11780 and end.
11781 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11782 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 11783 compilation issue.
48c2d18a 11784 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 11785 coverpoint, constraint and cross statements.
a3a8b002
DN
11786 (verilog-defun-level-list, verilog-generate-defun-level-list)
11787 (verilog-all-defun-level-list): Redo these specifications - it is
11788 too hard to support eval-when compile aggregation of lists also
11789 built at when-compile time.
11790 (verilog-defun-level-list): Place defconsts of variables used in
11791 building regular expressions which are built in eval-when-compile
11792 bodies in the same eval-when-compile body to facilitate compile
11793 without load.
11794 (verilog-beg-block-re-ordered): Support indenting
11795 virtual/protected tasks and functions.
7b6fefac 11796 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
11797 (verilog-backward-ws&directives, verilog-calc-1): Speed up
11798 indentation of some module items (generate items).
11799 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11800 across virtual/protected tasks and functions.
11801
118022009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
11803
bf0b361c 11804 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 11805 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
11806 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11807 in concatenations. Reported by Yishay Belkind.
11808 (verilog-auto-ascii-enum): Support one-hot state machines in
11809 AUTOASCIIENUM. Suggested by Lloyd Gomez.
11810 (verilog-auto-inst, verilog-auto-inst-port): Include interface
11811 modport in AUTOINST and add vl-modport for users. Reported by
11812 David Rogoff.
11813 (verilog-auto-inout-module, verilog-auto-inst)
11814 (verilog-decls-get-interfaces, verilog-insert-definition)
11815 (verilog-insert-one-definition, verilog-read-decls)
11816 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11817 (verilog-sig-modport, verilog-signals-combine-bus)
11818 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11819 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11820 Suggested by David Rogoff.
11821 (verilog-repair-open-comma): Fix non-insertion of comma when
11822 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
11823 (verilog-make-width-expression): Simplify [A-1:0] expression
11824 widths to just {A{1'b0}}.
11825 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
11826 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11827 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
11828 inputs/outputs or data type. Suggested by Vasu Kandadi.
11829 (next-error-last-buffer): Fix byte-compiler warning.
11830 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11831 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 11832 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 11833 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
11834 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11835 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 11836 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
11837 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11838 causing use of <= assignments. Reported by Alex Reed.
11839 (verilog-read-decls): Fix triand, trior, wand, wor to be
11840 recognized by AUTOWIRE. Reported by Spencer Isaacson.
11841 (verilog-extended-complete-re): Support import "DPI-C" functions.
11842 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 11843 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
11844 (verilog-insert-date, verilog-insert-year)
11845 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11846 Windows systems. Reported by Michael Potts.
11847 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 11848 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 11849 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 11850 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
11851 (verilog-read-decls): Fix detecting "parameter int" when using
11852 AUTOINSTPARAM. Reported by Bruce T.
11853 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 11854 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 11855 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
11856 verilog-goto-defun will work. Reported by Lawrence Butcher.
11857 (verilog-getopt): Expand environment variables in -f file
11858 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 11859 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
11860 when reading enumerations.
11861 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11862 Suggested by Stephen Peltan.
4b8b1ec5 11863 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
11864 files. Reported by Steve Peltan.
11865
f7c0d931
CY
118662009-06-28 David De La Harpe Golden <david@harpegolden.net>
11867
11868 * files.el (trash-directory): Fix defcustom type.
11869
baf1a55e 118702009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
11871
11872 * help-fns.el (describe-function-1): Correctly locate adviced
11873 functions in hyperlink (Bug#2438).
11874
d63a01ef
CY
118752009-06-28 Chong Yidong <cyd@stupidchicken.com>
11876
11877 * files.el (trash-directory): Change default to nil.
11878 (move-file-to-trash): If trash-directory is nil and
11879 system-move-file-to-trash is unbound, perform freedesktop-style
11880 trashing.
11881
118822009-06-28 David De La Harpe Golden <david@harpegolden.net>
11883
11884 * files.el (move-file-to-trash): Add freedesktop trash
11885 support (Bug#973).
11886
fc2f6a26
GM
118872009-06-28 Glenn Morris <rgm@gnu.org>
11888
11889 * autorevert.el (global-auto-revert-non-file-buffers)
11890 (global-auto-revert-mode): Doc fixes.
11891
00242b07
JB
118922009-06-27 Johan Bockgård <bojohan@gnu.org>
11893
11894 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11895
f5594f03
CY
118962009-06-27 Chong Yidong <cyd@stupidchicken.com>
11897
e8a2b2da
CY
11898 * faces.el (x-handle-named-frame-geometry): Ensure that we have
11899 opened an X connection before calling x-get-resource (Bug#3194).
11900
f5594f03
CY
11901 * play/doctor.el: Remove reference to obsolete website.
11902 (make-doctor-variables): Correct grammar mistake (Bug#2633).
11903
3c3bf6ce
DN
119042009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
11905
11906 Remove find-file-not-found-hook VC method. (Bug#2757)
11907 * vc-hooks.el (vc-file-not-found-hook)
11908 (vc-default-find-file-not-found-hook): Remove functions.
11909 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11910 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11911 * vc.el:
11912 * vc-hg.el:
11913 * vc-git.el: Do not mention find-file-not-found-hook VC method.
11914
e26a7bc0
AM
119152009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
11916
11917 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 11918 compatibility function for `looking-back'.
e26a7bc0 11919
4b8b1ec5 11920 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 11921 Use `ispell-looking-back'.
e26a7bc0 11922
d9848600
MA
119232009-06-24 Michael Albinus <michael.albinus@gmx.de>
11924
11925 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 11926 rather than `filename'.
d9848600 11927
05fbc4a9
MB
119282009-06-23 Miles Bader <miles@gnu.org>
11929
11930 * face-remap.el (text-scale-set): New function.
11931
f86ca715
GM
119322009-06-23 Glenn Morris <rgm@gnu.org>
11933
33e2c2e5
GM
11934 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11935
f529f302
GM
11936 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11937
34995333
GM
11938 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11939
cc80ccee
GM
11940 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11941
84cb770d
GM
11942 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11943 Simplify Persian conditionals.
11944
d916c965
GM
11945 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11946 variable `filename'.
11947
b6a44b27
GM
11948 * comint.el (comint-insert-input): Doc fix.
11949
f86ca715
GM
11950 * Makefile.in (ELCFILES): Fix typo in previous change.
11951
666e158e
MB
119522009-06-23 Miles Bader <miles@gnu.org>
11953
11954 * cus-start.el: Add entry for `recenter-redisplay'.
11955
be3e598a 119562009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
11957
11958 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11959 Add an optional argument for the backend, use it instead of
11960 calling vc-backend.
4b8b1ec5
SM
11961 (vc-mode-line): Add an optional argument for the backend.
11962 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
11963 special handling for vc-state being a buffer to ...
11964
11965 * vc-rcs.el (vc-rcs-find-file-hook):
11966 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
11967
11968 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11969 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11970 vc-stay-local-p and vc-mode-line calls.
11971
11972 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11973 (vc-cvs-diff, vc-cvs-annotate-command)
11974 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11975 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11976 vc-mode-line calls.
11977
11978 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11979 direct comparison.
11980 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11981 backend when calling vc-mode-line.
11982 (vc-register): Do not create a closure for calling the vc register
11983 function, call it directly.
11984
2764748c
DN
119852009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11986
11987 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11988 to make it obvious item can be clicked.
f5a0b281
DN
11989
11990 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11991
d4a885b2
KH
119922009-06-23 Kenichi Handa <handa@m17n.org>
11993
11994 * language/korea-util.el (korean-key-bindings): Change the binding
11995 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
11996 same command.
11997
e3610693
MA
119982009-06-22 Michael Albinus <michael.albinus@gmx.de>
11999
12000 Sync with Tramp 2.1.16.
12001
12002 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
12003
12004 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
12005 when a loading of a package fails. Completion function for rsync
12006 is `tramp-completion-function-alist-ssh'.
12007 (all): Replace all calls of `split-string' and
12008 `tramp-split-string' by `tramp-compat-split-string'.
12009 (tramp-default-method): Use `tramp-compat-process-running-p'.
12010 (tramp-default-proxies-alist): Allow also Lisp forms.
12011 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 12012 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
12013 (tramp-domain-regexp): Allow also "-", "_" and ".".
12014 (tramp-end-of-output): Remove newlines, and add "$" at the end.
12015 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
12016 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
12017 (tramp-handle-directory-files-and-attributes-with-stat):
12018 Care about filenames with spaces, or starting with "-".
e3610693
MA
12019 (tramp-handle-dired-uncache): New defun.
12020 (tramp-handle-insert-directory): Don't flush the directory from
12021 cache, this is handled by `dired-uncache' now.
12022 (tramp-handle-insert-file-contents): Improve error handling.
12023 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12024 Quote `tramp-end-of-output'.
12025 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
12026 (tramp-check-for-regexp): Both echoes must be present, before removing.
12027 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
12028 (tramp-compute-multi-hops): Eval cons cells of
12029 `tramp-default-proxies-alist'.
12030 (tramp-maybe-open-connection): Use the same command pattern for
12031 first hop and further hops.
12032 (tramp-wait-for-output): Remove handling of newlines.
12033 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12034 (tramp-split-string): Remove function. It is handled in
12035 tramp-compat now.
12036
4b8b1ec5
SM
12037 * net/tramp-cmds.el (tramp-bug):
12038 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
12039
12040 * net/tramp-compat.el (tramp-compat-split-string)
12041 (tramp-compat-process-running-p): New defuns.
12042
12043 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12044 for `dired-uncache'.
12045
12046 * net/tramp-gvfs.el: New package.
12047
4b8b1ec5
SM
12048 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12049 Add handler for `dired-uncache'.
e3610693
MA
12050 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12051
12052 * net/trampver.el: Update release number. Make version check fit
12053 for SXEmacs 22.
12054
13a3f374
JM
120552009-06-22 Jim Meyering <meyering@redhat.com>
12056
e0a28a3b 12057 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
12058 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12059 XZ is the successor to LZMA: <http://tukaani.org/xz/>
12060
5242671e 120612009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
e0a28a3b 12062 Nick Roberts <nickrob@snap.net.nz>
13a3f374 12063
e0a28a3b 12064 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
12065 repository (http://sphinx.net.ru/hg/gdb-mi/).
12066
3fde45af
GM
120672009-06-22 Glenn Morris <rgm@gnu.org>
12068
46253b34
GM
12069 * files.el (dir-locals-collect-mode-variables): Allow for any number of
12070 `mode' and `eval' entries. (Bug#3430)
12071
97e18192
GM
12072 * Makefile.in (ELCFILES): Add fadr.elc.
12073
731a00fb
GM
12074 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12075 differing behavior of \n and ^ in strings. (Bug#3385)
12076
c66cd0ff
GM
12077 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12078
3fde45af
GM
12079 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12080 property.
12081 (lisp-indent-function): Make it a defcustom.
12082
db2241a0
NR
120832009-06-21 Nick Roberts <nickrob@snap.net.nz>
12084
12085 * progmodes/gdb-ui.el: Replace with ...
5242671e 12086 * progmodes/gdb-mi.el: ... this file.
db2241a0 12087 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
12088
120892009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
12090
db2241a0
NR
12091 * fadr.el: New file.
12092
38d4f316 12093See ChangeLog.14 for earlier changes.
e3d51b27
MR
12094
12095;; Local Variables:
12096;; coding: utf-8
e3d51b27
MR
12097;; End:
12098
4e5617ee 12099 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
e3d51b27
MR
12100
12101 This file is part of GNU Emacs.
12102
12103 GNU Emacs is free software: you can redistribute it and/or modify
12104 it under the terms of the GNU General Public License as published by
12105 the Free Software Foundation, either version 3 of the License, or
12106 (at your option) any later version.
12107
12108 GNU Emacs is distributed in the hope that it will be useful,
12109 but WITHOUT ANY WARRANTY; without even the implied warranty of
12110 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12111 GNU General Public License for more details.
12112
12113 You should have received a copy of the GNU General Public License
12114 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
12115
38d4f316 12116;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1