* dbusbind.c (syms_of_dbusbind): Move putenv call ...
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
83b8ea28
LL
12010-10-03 Leo <sdl.web@gmail.com>
2
3 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
4 return non-nil if the file exists (Bug#7090).
5
55586d2a
SM
62010-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * minibuffer.el (completion--replace):
9 Better preserve markers (bug#7138).
10
2b7ba565
JB
112010-09-29 Juanma Barranquero <lekktu@gmail.com>
12
13 * server.el (server-process-filter): Doc fix.
14
53ad04fc
DA
152010-09-27 Drew Adams <drew.adams@oracle.com>
16
17 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
18
c19f76a1
AS
192010-09-27 Andreas Schwab <schwab@linux-m68k.org>
20
0cceab3d
AS
21 * Makefile.in (ELCFILES): Update.
22
55586d2a
SM
23 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
24 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
c19f76a1 25
fd057fd2
KH
262010-09-27 Kenichi Handa <handa@m17n.org>
27
28 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
29 "ustar" format.
30
368b3544
KH
312010-09-27 Kenichi Handa <handa@m17n.org>
32
33 * international/mule.el (define-coding-system): Docstring fixed.
34
35 * international/mule-diag.el (describe-character-set): Use princ
36 with proper print-length and print-level instead of insert.
37
fb5f3a23
JB
382010-09-26 Juanma Barranquero <lekktu@gmail.com>
39
40 * window.el (walk-windows): Doc fix (bug#7105).
41
af3ccb5c
GM
422010-09-23 Glenn Morris <rgm@gnu.org>
43
44 * isearch.el (isearch-lazy-highlight-cleanup)
45 (isearch-lazy-highlight-initial-delay)
46 (isearch-lazy-highlight-interval)
47 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
48 * net/net-utils.el (ipconfig-program-options):
49 Move aliases to options before the associated definitions.
50
c9805d23
SM
512010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
52
53 * newcomment.el (comment-normalize-vars): Better test validity of
54 comment-end-skip.
55
9e0d4f9e
SM
562010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
57
58 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
59 (float-e): New name for `e'.
60 (degrees-to-radians, radians-to-degrees):
61 * calendar/solar.el (solar-longitude):
62 * calculator.el (calculator-registers, calculator-funcall):
63 * textmodes/artist.el (artist-spray-random-points):
64 * play/bubbles.el (bubbles--initialize-images): Use new names.
65
a2930e43
EL
662010-09-19 Eric M. Ludlam <zappo@gnu.org>
67
68 Update to CEDET 1.0's version of EIEIO.
69
9e0d4f9e
SM
70 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
71 New function.
a2930e43
EL
72 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
73 (eieio-default-eval-maybe): Eval val instead of unquoting only.
74 (class-precedence-list): If class is nil, return nil.
75 (eieio-generic-call): If class of first input arg is nil, don't
76 look up static methods, and do check for primary methods.
77 (initialize-instance): See if the default needs to be evaluated
78 during the constructor.
79 (eieio-perform-slot-validation-for-default): Don't do the check
80 for values that will eventually be evaluated.
81 (eieio-eval-default-p): New function.
82 (eieio-default-eval-maybe): Use it.
83
842010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
85
86 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
87 method-invocation-order.
88 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
89 (eieio-class-precedence-dfs): Compute class precedence list using
90 dfs algorithm.
91 (eieio-class-precedence-bfs): Compute class precedence list using
92 bfs algorithm.
9e0d4f9e 93 (eieio-class-precedence-c3): Compute class precedence list using
a2930e43
EL
94 c3 algorithm.
95 (class-precedence-list): New function.
96 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
97 (inconsistent-class-hierarchy): New error symbol.
98 (call-next-method): Stow the replacement argument list for future
99 call-next-method invocations.
100
87e798a7
GM
1012010-09-15 Glenn Morris <rgm@gnu.org>
102
ea7f9ebf
GM
103 * calendar/appt.el (appt-check): If not displaying the diary,
104 use (diary 1) to only get the entries we need.
105 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
106 that it is in day order. (Bug#7019)
107
1bf6d075
GM
108 * calendar/appt.el (appt-check): Rather than showing the diary,
109 just turn off invisible display, and only if needed.
110
87e798a7
GM
111 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
112
f3a30a50
SM
1132010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
114
115 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
116 Add `when' argument. Update callers.
117
118 * subr.el (unintern): Declare the obarray arg mandatory.
119
92b99a01
GM
1202010-09-14 Glenn Morris <rgm@gnu.org>
121
67ae9766
GM
122 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
123 Doc fixes.
124
92b99a01
GM
125 * calendar/diary-lib.el (diary-included-files): New variable.
126 (diary-list-entries): Maybe initialize diary-included-files.
127 (diary-include-other-diary-files): Append to diary-included-files.
128 * calendar/appt.el (appt-update-list): Also check the members of
129 diary-included-files. (Bug#6999)
08151ec5 130 (appt-check): Doc fix.
92b99a01 131
5a66ed0f
DR
1322010-09-12 David Reitter <david.reitter@gmail.com>
133
134 * simple.el (line-move-visual): Do not truncate goal column to
135 integer size. (Bug#7020)
136
dba28758
SM
1372010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
138
139 * repeat.el (repeat): Allow repeating when the last event is a click.
140 Suggested by Drew Adams (bug#6256).
141
681b88dd
SM
1422010-09-11 Sascha Wilde <wilde@sha-bang.de>
143
144 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
145 Replace setting HGRCPATH to "" by some less invasive --config options.
146
71e657fc
SM
1472010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
148
149 * font-lock.el (font-lock-beginning-of-syntax-function):
150 Mark as obsolete.
151
639b9d87
GM
1522010-09-10 Glenn Morris <rgm@gnu.org>
153
154 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
155 and tool-bar modes. (Bug#6211)
156 (menu-bar-mode): Move setting of standard-value after the
157 minor-mode definition, otherwise it seems to have no effect.
158
33bd47be
MY
1592010-09-08 Masatake YAMATO <yamato@redhat.com>
160
161 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
162 Fix typo. (Bug#6976)
163
9c405a86
CY
1642010-09-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
165
166 * whitespace.el: Allow cleaning up blanks without blank
167 visualization (Bug#6651). Adjust help window for
168 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
169 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
170 (whitespace-style): Add new value 'face. Adjust docstring.
171 (whitespace-space, whitespace-hspace, whitespace-tab):
172 Adjust foreground property face.
9c405a86
CY
173 (whitespace-line-column): Adjust docstring and type declaration.
174 (whitespace-style-value-list, whitespace-toggle-option-alist)
175 (whitespace-help-text): Adjust const initialization.
176 (whitespace-toggle-options, global-whitespace-toggle-options):
177 Adjust docstring.
178 (whitespace-display-window, whitespace-interactive-char)
179 (whitespace-style-face-p, whitespace-color-on): Adjust code.
180 (whitespace-help-scroll): New fun.
181
3fa0dc8f
AK
1822010-09-05 Alexander Klimov <alserkli@inbox.ru> (tiny change)
183
184 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
185
186 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
187 chars like - or ] (bug#6984).
188 (rx-any-condense-range): Explode 2-char ranges.
189
1e05f387
SM
1902010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
191
192 * textmodes/bibtex.el:
193 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
194
a3b337cd
GM
1952010-09-02 Glenn Morris <rgm@gnu.org>
196
197 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
198
d419e1d9
KH
1992010-08-31 Kenichi Handa <handa@m17n.org>
200
201 * international/mule-cmds.el (standard-display-european-internal):
202 Setup standard-display-table for 8-bit characters by storing 8-bit
203 characters in the element vector.
204
1e05f387
SM
205 * disp-table.el (standard-display-8bit):
206 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
207 characters in the element vector.
208 (standard-display-european): Likewise.
209
20b8ac83
MA
2102010-08-26 Michael Albinus <michael.albinus@gmx.de>
211
212 Sync with Tramp 2.1.19.
213
214 * net/tramp-cmds.el (tramp-cleanup-all-connections)
215 (tramp-reporter-dump-variable, tramp-load-report-modules)
216 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
217 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
218
219 * net/tramp-compat.el (top): Do not autoload
220 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
221 only when `start-file-process' is not bound.
222 (byte-compile-not-obsolete-vars): Define if not bound.
223 (tramp-compat-funcall): New defmacro.
224 (tramp-compat-line-beginning-position)
225 (tramp-compat-line-end-position)
226 (tramp-compat-temporary-file-directory)
227 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
228 (tramp-compat-copy-file, tramp-compat-copy-directory)
229 (tramp-compat-delete-file, tramp-compat-delete-directory)
230 (tramp-compat-number-sequence, tramp-compat-process-running-p):
231 Use it.
232 (tramp-advice-file-expand-wildcards): Do not use
233 `tramp-handle-file-remote-p'.
234 (tramp-compat-make-temp-file): Simplify fallback implementation.
235 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
236 (tramp-compat-copy-tree): Remove function.
237 (tramp-compat-delete-file): New defun.
238 (tramp-compat-delete-directory): Provide implementation for older
239 Emacsen.
240 (tramp-compat-file-attributes): Handle only
241 `wrong-number-of-arguments' error.
242
1e05f387
SM
243 * net/tramp-fish.el (tramp-fish-handle-copy-file):
244 Add PRESERVE_SELINUX_CONTEXT.
20b8ac83
MA
245 (tramp-fish-handle-delete-file): Add TRASH arg.
246 (tramp-fish-handle-directory-files-and-attributes):
247 Do not use `tramp-fish-handle-file-attributes.
248 (tramp-fish-handle-file-local-copy)
249 (tramp-fish-handle-insert-file-contents)
250 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
251
252 * net/tramp-gvfs.el (top): Require url-util.
253 (tramp-gvfs-mount-point): Remove.
254 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
255 and `set-file-selinux-context'.
256 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
257 (tramp-gvfs-handle-file-selinux-context)
258 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
259 (with-tramp-dbus-call-method): Format trace message.
260 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
261 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1e05f387
SM
262 Implement backup call, when operation on local files fails.
263 Use progress reporter. Flush properties of changed files.
264 (tramp-gvfs-handle-delete-file): Add TRASH arg.
265 Use `tramp-compat-delete-file'.
20b8ac83
MA
266 (tramp-gvfs-handle-expand-file-name): Expand "~/".
267 (tramp-gvfs-handle-make-directory): Make more traces.
268 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
269 (tramp-gvfs-url-file-name): Hexify file name in url.
270 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
271 into account for the resulting file name.
272 (tramp-gvfs-handler-askquestion): Preserve current message, in
273 order to let progress reporter continue afterwards. (Bug#6257)
1e05f387
SM
274 Return dummy mountpoint, when the answer is "no".
275 See `tramp-gvfs-maybe-open-connection'.
20b8ac83
MA
276 (tramp-gvfs-handler-mounted-unmounted)
277 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1e05f387
SM
278 attribute "default_location". Set "prefix" property.
279 Handle default-location.
20b8ac83
MA
280 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
281 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
282 exists. Raise an error, if not (due to a corresponding answer
1e05f387
SM
283 "no" in interactive questions, for example).
284 Use `tramp-compat-funcall'.
20b8ac83
MA
285
286 * net/tramp-imap.el (top): Autoload `epg-make-context'.
287 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
288 (tramp-imap-do-copy-or-rename-file)
289 (tramp-imap-handle-insert-file-contents)
290 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
291 (tramp-imap-handle-delete-file): Add TRASH arg.
292
1e05f387
SM
293 * net/tramp-smb.el (tramp-smb-handle-copy-file):
294 Add PRESERVE-SELINUX-CONTEXT.
20b8ac83
MA
295 (tramp-smb-handle-copy-file)
296 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
297 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
298 Use `with-progress-reporter'.
299 (tramp-smb-handle-delete-file): Add TRASH arg.
300
301 * net/tramp.el (tramp-methods): Move hostname to the end in all
302 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
303 appropriate.
304 (tramp-verbose): Describe verbose level 9.
305 (tramp-completion-function-alist)
306 (tramp-file-name-regexp, tramp-chunksize)
307 (tramp-local-coding-commands, tramp-remote-coding-commands)
308 (with-connection-property, tramp-completion-mode-p)
309 (tramp-action-process-alive, tramp-action-out-of-band)
310 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
311 (tramp-exists-file-name-handler): Fix docstring.
312 (tramp-remote-process-environment): Use `format' instead of
313 `concat'. Protect version string by apostroph.
314 (tramp-shell-prompt-pattern): Do not use a shy group in case of
315 XEmacs.
316 (tramp-file-name-regexp-unified)
317 (tramp-completion-file-name-regexp-unified): On W32 systems, do
318 not regard the volume letter as remote filename. (Bug#5447)
319 (tramp-perl-file-attributes)
320 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
321 (tramp-vc-registered-read-file-names): Read input as
322 here-document, otherwise the command could exceed maximum length
323 of command line.
324 (tramp-file-name-handler-alist): Add `file-selinux-context' and
325 `set-file-selinux-context'.
326 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
327 backtrace functions.
328 (tramp-error-with-buffer): Don't show the connection buffer when
329 we are in completion mode.
330 (tramp-progress-reporter-update, tramp-remote-selinux-p)
331 (tramp-handle-file-selinux-context)
332 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
333 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
334 New defuns.
335 (with-progress-reporter): New defmacro.
336 (tramp-debug-outline-regexp): New defconst.
337 (top, tramp-rfn-eshadow-setup-minibuffer)
338 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
339 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
340 (tramp-completion-mode-p, tramp-check-for-regexp)
341 (tramp-open-connection-setup-interactive-shell)
342 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
343 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
344 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
345 Use `tramp-compat-funcall'.
346 (tramp-handle-make-symbolic-link): Flush file properties.
347 (tramp-handle-load, tramp-handle-file-local-copy)
348 (tramp-handle-insert-file-contents, tramp-handle-write-region)
349 (tramp-handle-vc-registered, tramp-maybe-send-script)
350 (tramp-find-shell): Use `with-progress-reporter'.
351 (tramp-do-file-attributes-with-stat): Add space in format string,
352 in order to work around a bug in pdksh. Reported by Gilles Pion
353 <gpion@lfdj.com>.
354 (tramp-handle-verify-visited-file-modtime): Do not send a command
355 when the connection is not established.
356 (tramp-handle-set-file-times): Simplify the check for utc.
357 (tramp-handle-directory-files-and-attributes)
358 (tramp-get-remote-path): Use `copy-tree'.
359 (tramp-completion-handle-file-name-all-completions): Ensure, that
360 non remote files are still checked. Oops.
1e05f387
SM
361 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
362 Handle PRESERVE-SELINUX-CONTEXT.
20b8ac83
MA
363 (tramp-do-copy-or-rename-file): Add progress reporter.
364 (tramp-do-copy-or-rename-file-directly): Do not use
365 `tramp-handle-file-remote-p'.
366 (tramp-do-copy-or-rename-file-out-of-band):
367 Use `tramp-compat-delete-directory'.
368 (tramp-do-copy-or-rename-file-out-of-band)
369 (tramp-compute-multi-hops, tramp-maybe-open-connection):
370 Use `format-spec-make'.
371 (tramp-handle-delete-file): Add TRASH arg.
372 (tramp-handle-dired-uncache): Flush directory cache, not only file
373 cache.
374 (tramp-handle-expand-file-name)
375 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
376 (tramp-completion-handle-file-name-completion):
377 Use `tramp-connectable-p'.
20b8ac83
MA
378 (tramp-handle-start-file-process): Set connection property "vec".
379 Use it, in order to invalidate file caches. Check only for
380 `remote-tty' process property.
381 Implement tty setting. (Bug#4604, Bug#6360)
382 (tramp-file-name-for-operation): Add `call-process-region' and
383 `set-file-selinux-context'.
384 (tramp-find-foreign-file-name-handler)
385 (tramp-advice-make-auto-save-file-name)
386 (tramp-set-auto-save-file-modes): Remove superfluous check for
387 `stringp'. This is done inside `tramp-tramp-file-p'.
388 (tramp-file-name-handler): Trace 'quit. Catch the error for some
389 operations when we are in completion mode. This gives the user
390 the chance to correct the file name in the minibuffer.
391 (tramp-completion-mode-p): Use `non-essential'.
392 (tramp-handle-file-name-all-completions): Backward/ XEmacs
393 compatibility: Use `completion-ignore-case' if
394 `read-file-name-completion-ignore-case' does not exist.
395 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
396 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
397 `tramp-open-shell'.
398 (tramp-action-password): Hide password prompt before next run.
399 (tramp-process-actions): Widen connection buffer for the trace.
400 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
401 process property. Trace stty settings if `tramp-verbose' >= 9.
402 Apply workaround for IRIX64 bug. Move argument of last
403 `tramp-send-command' where it belongs to.
404 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
405 front of `login-args'.
406 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
407 on "/dev/null" instead of "/".
408 (tramp-get-ls-command-with-dired): Make test for "--dired"
409 stronger.
410 (tramp-set-auto-save-file-modes): Adapt version check.
411 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
412 (tramp-handle-process-file): Call the program in a subshell, in
413 order to preserve working directory.
414 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
415 `tramp-remote-sh' from `tramp-methods'.
416 (tramp-get-ls-command): Make test for "--color=never" stronger.
417 (tramp-check-for-regexp): Use (forward-line 1).
418
419 * net/trampver.el: Update release number.
420
4212010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
422
423 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
424 empty argument to gvfs-copy.
425
4262010-08-26 Chong Yidong <cyd@stupidchicken.com>
427
428 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
429 handle new TRASH arg of `delete-file'.
430
4312010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
432
433 * net/tramp.el (tramp-handle-insert-directory): Don't use
434 `forward-word', its default syntax could be changed.
435
4362010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
437 Michael Albinus <michael.albinus@gmx.de>
438
439 Implement compression for inline methods.
440
441 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
442 (tramp-copy-size-limit): Allow also nil.
443 (tramp-inline-compress-commands): New defconst.
444 (tramp-find-inline-compress, tramp-get-inline-compress)
445 (tramp-get-inline-coding): New defuns.
446 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
447 replaced by `tramp-get-inline-coding'.
448 (tramp-handle-file-local-copy, tramp-handle-write-region)
449 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
450
4512010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
452
453 Detect ssh 'ControlMaster' argument automatically in some cases.
454
455 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
456 (tramp-default-method): Use it.
457
4582010-08-26 Karel Klíč <kklic@redhat.com>
459
460 * net/tramp.el (tramp-file-name-for-operation):
461 Add file-selinux-context.
462
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200" rowspan="4">d5720b4c
S
4632010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
464
465 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
466
8d9f4291
CY
4672010-08-26 Chong Yidong <cyd@stupidchicken.com>
468
469 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
470 (Bug#6907).
471
9027027d
CF
4722010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
473
474 * progmodes/python.el (python-block-pairs): Allow use of "finally"
475 with "else" (Bug#3991).
476
c00725d7
LL
4772010-08-22 Leo <sdl.web@gmail.com>
478
479 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
480 (ignore, bright, dim, keyword): Split list of nicknames before
481 passing to rcirc-add-or-remove (Bug#6894).
482
bc7d7ea6
CY
4832010-08-22 Chong Yidong <cyd@stupidchicken.com>
484
485 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
486
41a20de9
CY
4872010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
488
489 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
490 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
491 New version 13.0.
492 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
493 Adjust initialization.
494 (whitespace-bob-marker, whitespace-eob-marker)
495 (whitespace-buffer-changed): New vars.
496 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
497 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
498 (whitespace-post-command-hook, whitespace-display-char-on):
499 Adjust code.
500 (whitespace-looking-back, whitespace-buffer-changed): New funs.
501 (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
502
e0143335
LL
5032010-08-21 Leo <sdl.web@gmail.com>
504
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 505 Fix buffer-list rename&refresh after killing a buffer in ido.
e0143335
LL
506 * lisp/ido.el: Revert Óscar's.
507 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
508 Remember the buffers at head, rather than their name.
509 * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
510
8f081e96
SM
5112010-08-21 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
512 Stefan Monnier <monnier@iro.umontreal.ca>
513
514 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
515 extra backslash added to each line (bug#6890).
516
3ff78624
SM
5172010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
518
519 * subr.el (read-key): Don't echo keystrokes (bug#6883).
520
635f7282
GM
5212010-08-21 Glenn Morris <rgm@gnu.org>
522
523 * menu-bar.el (menu-bar-games-menu): Add landmark.
524
fb89a654
GM
5252010-08-20 Glenn Morris <rgm@gnu.org>
526
9130a2d6
GM
527 * align.el (align-regexp): Make group and spacing arguments
528 use the interactive defaults when non-interactive. (Bug#6698)
529
fb89a654
GM
530 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
531 expansion, so as not to need sendmail.
532 (mail-text-start): Remove declaration.
533 (rmail-retry-failure): Require sendmail.
534
186e86db
SM
5352010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
536
537 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
538
a67e6f13
MA
5392010-08-18 Michael Albinus <michael.albinus@gmx.de>
540
186e86db
SM
541 * progmodes/flymake.el (flymake-start-syntax-check-process):
542 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 543
f3cc64f8
KH
5442010-08-18 Kenichi Handa <handa@m17n.org>
545
546 * files.el: Add `word-wrap' as safe local variable.
547
bb25c8d7
GM
5482010-08-18 Glenn Morris <rgm@gnu.org>
549
550 * woman.el (woman-translate): Case matters. (Bug#6849)
551
a4aae1a5
CY
5522010-08-14 Chong Yidong <cyd@stupidchicken.com>
553
554 * simple.el (kill-region): Doc fix (Bug#6787).
555
721dce17
GM
5562010-08-14 Glenn Morris <rgm@gnu.org>
557
558 * calendar/diary-lib.el (diary-header-line-format):
559 Fit it to the window, not the frame.
560
7467d0a8
AS
5612010-08-11 Andreas Schwab <schwab@linux-m68k.org>
562
563 * subr.el (ignore-errors): Add debug declaration.
564
1fcf76af
GG
5652010-08-09 Geoff Gole <geoffgole@gmail.com> (tiny change)
566
567 * whitespace.el (whitespace-color-off): Remove post-command-hook
568 locally.
569
e54a1075
JB
5702010-08-08 Johan Bockgård <bojohan@gnu.org>
571
572 * replace.el (replace-highlight): Bind isearch-forward and
573 isearch-error, ensuring that highlighting is updated if the user
574 switches the search direction (Bug#6808).
575
576 * isearch.el (isearch-lazy-highlight-forward): New var.
577 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
578 (isearch-lazy-highlight-update): Use it.
579
7a84eee5
KH
5802010-08-06 Kenichi Handa <handa@m17n.org>
581
186e86db
SM
582 * international/mule.el (define-charset): Store NAME as :base property.
583 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
584 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
585 current priority. Force using the designation of the specific
586 charset by adding `charset' text property. Improve the whole
587 algorithm.
588
f6b55526
JB
5892010-08-05 Juanma Barranquero <lekktu@gmail.com>
590
591 * emulation/pc-select.el (pc-selection-mode-hook)
592 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
593 (pc-selection-mode): Fix typos in docstrings.
594
6b4d96c2
KH
5952010-08-04 Kenichi Handa <handa@m17n.org>
596
597 * language/cyrillic.el: Don't add "microsoft-cp1251" to
598 ctext-non-standard-encodings-alist here.
599
186e86db
SM
600 * international/mule.el (ctext-non-standard-encodings-alist):
601 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
602 (ctext-standard-encodings): New variable.
603 (ctext-non-standard-encodings-table): List only elements for
604 non-standard encodings.
186e86db 605 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
606 Check ctext-standard-encodings.
607
608 * international/mule-conf.el (compound-text): Doc fix.
609 (ctext-no-compositions): Doc fix.
610 (compound-text-with-extensions): Doc fix.
611
c613687b
SM
6122010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
613
614 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
615
d5b8058f
JB
6162010-08-03 Juanma Barranquero <lekktu@gmail.com>
617
9ebc731b
JB
618 * progmodes/which-func.el (which-func-format): Split help-echo text
619 into lines, like other mode-line tooltips.
620
d5b8058f
JB
621 * server.el (server-start): When using TCP sockets, force IPv4
622 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
623
a2077b7f
SM
6242010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
625
626 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
627
f63a7652
JB
6282010-08-02 Juanma Barranquero <lekktu@gmail.com>
629
630 * term.el (term-delimiter-argument-list): Reflow docstring.
631 (term-read-input-ring, term-write-input-ring, term-send-input)
632 (term-bol, term-erase-in-display, serial-supported-or-barf):
633 Fix typos in docstrings.
634
a7e26d8b
SM
6352010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
636
637 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
638
bbc4e17c
JB
6392010-08-01 Juanma Barranquero <lekktu@gmail.com>
640
641 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
642
9aea20c9
MK
6432010-08-01 MON KEY <monkey@sandpframing.com> (tiny change)
644
645 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
646 Fix typo in docstring (bug#6747).
647
16b0b347
LL
6482010-07-30 Leo <sdl.web@gmail.com>
649
650 * eshell/esh-io.el (eshell-get-target): Better detection of
651 read-only file (Bug#6762).
652
ad9ae065
JB
6532010-07-30 Juanma Barranquero <lekktu@gmail.com>
654
655 * align.el (align-default-spacing): Doc fix.
656 (align-region-heuristic, align-regexp): Fix typos in docstrings.
657
fe4be04c
JB
6582010-07-23 Juanma Barranquero <lekktu@gmail.com>
659
660 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
661
7c7c04c0
JB
6622010-07-19 Juanma Barranquero <lekktu@gmail.com>
663
664 * time.el (display-time-day-and-date): Remove spurious * in docstring.
665 (display-time-world-buffer-name, display-time-world-mode-map):
666 Fix typos in docstrings.
667
c9088194
SK
6682010-07-17 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
669
670 * image-mode.el (image-display-size): New function.
671 (image-forward-hscroll, image-next-line, image-eol, image-eob)
672 (image-mode-fit-frame): Use it (Bug#6639).
673
dad7c716
CY
6742010-07-17 Chong Yidong <cyd@stupidchicken.com>
675
676 * dired.el (dired-buffers-for-dir): Handle list values of
677 dired-directory (Bug#6636).
678
f253ef6a
RS
6792010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
680
681 * vc.el (vc-coding-system-inherit-eol): New defvar.
682 (vc-coding-system-for-diff): Use it to decide whether to inherit
683 from the file the EOL format for reading the diffs of that file.
684 (Bug#4451)
685
134a027f
EZ
6862010-07-16 Eli Zaretskii <eliz@gnu.org>
687
688 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
689 unibyte, so compressed attachments are not compressed again.
690
243881ed
J
6912010-07-14 Jan Djärv <jan.h.d@swipnet.se>
692
693 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
694 now that unicode is used (Bug#6594).
695
5cbce271
CY
6962010-07-14 Chong Yidong <cyd@stupidchicken.com>
697
698 * simple.el (push-mark-command): Set the selection if
699 select-active-regions is non-nil.
700
3260caf8
GM
7012010-07-10 Glenn Morris <rgm@gnu.org>
702
703 * calendar/calendar.el (calendar-week-end-day): New function.
704 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
705 Respect calendar-week-start-day. (Bug#6606)
706 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
707 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
708 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
709 respect calendar-week-start-day.
710
c876b263
CY
7112010-07-10 Chong Yidong <cyd@stupidchicken.com>
712
713 * simple.el (use-region-p): Doc fix (Bug#6607).
714
4565b08e
CS
7152010-07-07 Christoph Scholtes <cschol2112@gmail.com>
716
717 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
718 builtins (BufferError, BytesWarning, WindowsError; callables
719 bin, bytearray, bytes, format, memoryview, next, print; __package__).
720
49554388
GM
7212010-07-07 Glenn Morris <rgm@gnu.org>
722
723 * play/zone.el (zone-fall-through-ws): Fix next-line ->
724 forward-line fallout.
725
e8579ebc
CY
7262010-07-06 Chong Yidong <cyd@stupidchicken.com>
727
728 * mouse.el (mouse-appearance-menu): Add docstring.
729
730 * help.el (describe-key): Print up-event using key-description.
731
5d1cd8bd
MA
7322010-07-03 Michael Albinus <michael.albinus@gmx.de>
733
734 * net/zeroconf.el (zeroconf-resolve-service)
1e05f387 735 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
736 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
737
112dbc0e
MA
7382010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
739
740 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
741
d0cb23ca
DN
7422010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
743
744 Avoid displaying files with a nil state in vc-dir.
745 * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
746 cases that cause insertion.
747 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
748 with a nil state.
749
01b229d1
CY
7502010-06-30 Chong Yidong <cyd@stupidchicken.com>
751
752 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
753
8bf1c786 7542010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
755
756 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
757
dfc6544c
CY
7582010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
759
760 * generic-x.el (bat-generic-mode): Fix regexp for command line
761 switches (Bug#5719).
762
b7d4de51
CY
7632010-06-27 Masatake YAMATO <yamato@redhat.com>
764
dfc6544c
CY
765 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
766 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 767
3726248f
CY
7682010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
769
8bf1c786 770 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
771 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
772 bindings of bookmark-automatically-show-annotations (Bug#6515).
773
aca54191
EZ
7742010-06-25 Eli Zaretskii <eliz@gnu.org>
775
776 * arc-mode.el (archive-zip-extract): Don't quote the file name on
777 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
778
2330fa87
ŠN
7792010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
780
781 * comint.el (make-comint, make-comint-in-buffer): Mention return
782 value in the docstrings. (Bug#6498)
783
29115ca9
YR
7842010-06-24 Yoni Rabkin <yoni@rabkins.net>
785
786 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
787 since it is not present when using some non-default switches.
788
2c79f053
KF
7892010-06-23 Karl Fogel <kfogel@red-bean.com>
790
791 * simple.el (compose-mail): Fix doc string to refer to
792 `compose-mail-user-agent-warnings', instead of to the
793 nonexistent `compose-mail-check-user-agent'.
794
50d76a9f
DN
7952010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
796
797 Fix vc-annotate for renamed files when using Git.
798 * vc-git.el (vc-git-find-revision): Deal with empty results from
799 ls-files. Doe not pass the object as a file name to cat-file, it
800 is not a file name.
801 (vc-git-annotate-command): Pass the file name using -- to avoid
802 ambiguity with the revision.
803 (vc-git-previous-revision): Pass a relative file name.
804
6095a05b
GM
8052010-06-22 Glenn Morris <rgm@gnu.org>
806
943375a6
GM
807 * progmodes/js.el (js-mode-map): Use standard capitalization and
808 ellipses for menu entries.
809
6095a05b
GM
810 * wid-edit.el (widget-complete): Doc fix.
811
4514199e
JH
8122010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
813
814 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
815
c4786d60
DN
8162010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
817
11c46b39
DN
818 Fix annotating other revisions for renamed files in vc-annotate.
819 * vc-annotate.el (vc-annotate): Add an optional argument for the
820 VC backend. Use it when non-nil.
821 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate. (Bug#6487)
822
c4786d60
DN
823 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
824 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
825 Do not pass the file name to the 'previous-revision call when we
826 don't want a file diff. (Bug#6489)
827
04ec0963
DN
8282010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
829
11c46b39 830 Fix finding revisions for renamed files in vc-annotate.
04ec0963
DN
831 * vc.el (vc-find-revision): Add an optional argument for
832 the VC backend. Use it when non-nil.
833 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
834 backend to vc-find-revision. (Bug#6487)
835
c036381c
DN
8362010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
837
838 Fix reading file names in Git annotate buffers.
1e05f387
SM
839 * vc-git.el (vc-git-annotate-extract-revision-at-line):
840 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 841
05c123e6
AM
8422010-06-20 Alan Mackenzie <acm@muc.de>
843
844 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
845 in file local variables, set it first.
846
4111f0c7
GM
8472010-06-19 Glenn Morris <rgm@gnu.org>
848
74739ffd
GM
849 * descr-text.el (describe-char-unicode-data): Insert separating
850 space when needed. (Bug#6422)
851
4111f0c7
GM
852 * progmodes/idlwave.el (idlwave-action-and-binding):
853 Fix typo in 2009-12-03 change. (Bug#6450)
854
b8add347
SM
8552010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
856
857 * subr.el (read-quoted-char): Fix up last change (bug#6290).
858
36901266
SM
8592010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
860
861 * font-lock.el (font-lock-major-mode): Rename from
862 font-lock-mode-major-mode to distinguish it from
863 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
864 (font-lock-set-defaults):
865 * font-core.el (font-lock-default-function): Adjust users.
866 (font-lock-mode): Don't set it at all.
867
12755d08
SM
8682010-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
869
870 * vc-annotate.el (vc-annotate): Use vc-read-revision.
871
d7cd4abb
GM
8722010-06-15 Glenn Morris <rgm@gnu.org>
873
874 * calendar/appt.el (appt-time-msg-list): Doc fix.
875 (appt-check): Let-bind appt-warn-time.
876 (appt-add): Make the 3rd argument optional.
877 Simplify argument names. Doc fix. Check for integer WARNTIME.
878 Only add WARNTIME to the output list if non-nil.
879
a675c749
IK
8802010-06-15 Ivan Kanis <apple@kanis.eu>
881
882 * calendar/appt.el (appt-check): Let the 3rd element of
883 appt-time-msg-list specify the warning time.
884 (appt-add): Add new argument with the warning time. (Bug#5176)
885
a9de35fe
BR
8862010-06-12 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
887
888 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
889 older than version 1.6. (Bug#6361)
890
37a7e764
HE
8912010-06-12 Helmut Eller <eller.helmut@gmail.com>
892
893 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
894 used by cl-do-arglist. (Bug#6408)
895
8c6eab5a
SM
8962010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
897
989bc97f
SM
898 * emacs-lisp/advice.el (ad-compile-function):
899 Define warning-suppress-types before we let-bind it (bug#6275).
900
8c6eab5a
SM
901 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
902 declare it, make it buffer-local and permanent-local (bug#6324).
903 (vc-resynch-window): Adjust name.
904 * vc-hooks.el (vc-find-file-hook): Adjust name.
905
2d9a4946
JR
9062010-06-07 Jonathan Rockway <jon@jrock.us>
907
908 * net/rcirc.el: Add support for password authentication.
909 (rcirc-server-alist): Add :password keyword.
910 (rcirc): Ask for a password, or get it from the server's alist.
911 (rcirc-connect): Add password argument. Pass it to server.
912
35b148ee
JB
9132010-06-05 Juanma Barranquero <lekktu@gmail.com>
914
915 * net/dbus.el (dbus-register-method): Declare function.
916 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
917 (dbus-introspect): Doc fix.
918 (dbus-event-bus-name, dbus-introspect-get-interface)
919 (dbus-introspect-get-argument): Reflow docstrings.
920
86253dc0
CY
9212010-06-04 Chong Yidong <cyd@stupidchicken.com>
922
923 * term/common-win.el (x-colors): Add "dark green" and "dark
924 turquoise" (Bug#6332).
925
3845c322
GM
9262010-06-03 Glenn Morris <rgm@gnu.org>
927
928 * desktop.el (desktop-clear-preserve-buffers):
929 Add "*Warnings*" buffer. (Bug#6336)
930
dbe82b27
DN
9312010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
932
933 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
934
feceda26
SM
9352010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
936
937 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
938 `file-directory-p' to the filename part rather than to the whole text.
939
896114cf
SM
9402010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
941
942 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
943
949544ed
DA
9442010-05-31 Drew Adams <drew.adams@oracle.com>
945
946 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
947
450439d5
JB
9482010-05-31 Juanma Barranquero <lekktu@gmail.com>
949
950 * subr.el (momentary-string-display): Just use read-event to read
951 the exit event (Bug#6238).
952
fcb52808
CY
9532010-05-29 Chong Yidong <cyd@stupidchicken.com>
954
955 * ansi-color.el: Delete unused escape sequences (Bug#6085).
956 (ansi-color-drop-regexp): New constant.
957 (ansi-color-apply, ansi-color-filter-region)
896114cf 958 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
959 (ansi-color-apply): Build string list before calling concat.
960
4da3541b
CY
9612010-05-27 Chong Yidong <cyd@stupidchicken.com>
962
896114cf
SM
963 * progmodes/verilog-mode.el (verilog-type-font-keywords):
964 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
965
9662010-05-27 Masatake YAMATO <yamato@redhat.com>
967
968 * htmlfontify.el (hfy-face-resolve-face): New function.
969 (hfy-face-to-style): Use it (Bug#6279).
970
397eb3f3
SM
9712010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
972
973 * epa.el (epa--select-keys): Don't explicitly delete the window since
974 that can fail (e.g. sole window in frame). Use dedication instead.
975
ab0c07c0
SM
9762010-05-19 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
977
978 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
979
29031d52
CY
9802010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
981
982 * subr.el (read-quoted-char): Resolve modifiers after key
983 remapping (bug#6212).
984
dc9ed794
SM
9852010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
986
987 * tmm.el (tmm-prompt): Don't try to precompute bindings.
988 (tmm-get-keymap): Compute shortcuts (bug#6171).
989
e1cb2c13
GM
9902010-05-10 Glenn Morris <rgm@gnu.org>
991
992 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
993 all dired buffers, even tramp ones. (Bug#5755) [Backport from trunk]
994
61a808e8
CY
9952010-05-07 Chong Yidong <cyd@stupidchicken.com>
996
997 * Version 23.2 released.
998
f034e176
CY
9992010-05-03 Chong Yidong <cyd@stupidchicken.com>
1000
1001 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 1002 car of each item, not the whole list (Bug#6083).
f034e176 1003
f5d6ff44
CY
10042010-05-02 Chong Yidong <cyd@stupidchicken.com>
1005
1006 * progmodes/js.el (js-mode): Make paragraph variables local before
1007 calling c-setup-paragraph-variables (Bug#6071).
1008
aa4d4e4a
EZ
10092010-05-01 Eli Zaretskii <eliz@gnu.org>
1010
1011 * composite.el (compose-region, reference-point-alist): Fix typos
1012 in the doc strings.
1013
78edd3b7 10142010-04-28 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
1015
1016 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
1017 gnuplot's "set" command.
1018
29c48340
JB
10192010-04-26 Juanma Barranquero <lekktu@gmail.com>
1020
1021 * abbrev.el (last-abbrev-text): Doc fix.
1022 (abbrev-prefix-mark): Don't escape parenthesis.
1023
8ed6fc47
AS
10242010-04-24 Andreas Schwab <schwab@linux-m68k.org>
1025
1026 * composite.el (find-composition): Doc fix.
1027
063c6324
JB
10282010-04-24 Juanma Barranquero <lekktu@gmail.com>
1029
1030 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
1031 (sql-oracle-program, sql-sqlite-options)
1032 (sql-query-placeholders-and-send): Doc fixes.
1033 (sql-set-product, sql-interactive-mode): Reflow docstrings.
1034 (sql-imenu-generic-expression, sql-buffer)
1035 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
1036 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
1037 (sql-mode-sybase-font-lock-keywords)
1038 (sql-mode-informix-font-lock-keywords)
1039 (sql-mode-interbase-font-lock-keywords)
1040 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
1041 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
1042 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
1043 (sql-product-feature, sql-highlight-product)
1044 (comint-line-beginning-position, sql-rename-buffer)
1045 (sql-toggle-pop-to-buffer-after-send-region)
1046 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
1047 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
1048 Fix typos in docstrings.
1049
e89dee79
JL
10502010-04-23 Juri Linkov <juri@jurta.org>
1051
1052 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
1053 property instead of `invisible' and `after-string' (bug#5998).
1054
316d12fb
JL
10552010-04-23 Juri Linkov <juri@jurta.org>
1056
1057 * image-mode.el (image-mode-as-text): Fix typo in docstring.
1058
770255e9
JB
10592010-04-23 Juanma Barranquero <lekktu@gmail.com>
1060
1061 * filecache.el (file-cache-add-directory-list)
1062 (file-cache-add-directory-recursively): Fix typos in docstrings.
1063
ece33a6e
KH
10642010-04-22 Kenichi Handa <handa@m17n.org>
1065
1066 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 1067 (gujarati-composable-pattern): Fix typo.
ece33a6e 1068
771533aa
KH
10692010-04-20 Kenichi Handa <handa@m17n.org>
1070
1071 * language/indian.el (oriya-composable-pattern)
1e05f387
SM
1072 (tamil-composable-pattern, malayalam-composable-pattern):
1073 Add two-part vowels to "v" (vowel sign).
771533aa 1074
790c2e44
CY
10752010-04-20 Chong Yidong <cyd@stupidchicken.com>
1076
99833607
CY
1077 * files.el (copy-directory): Handle symlinks (Bug#5982).
1078
1e05f387
SM
1079 * progmodes/compile.el (compilation-next-error-function):
1080 Revert 2009-10-12 change (Bug#5983).
790c2e44 1081
808ecc4e
CY
10822010-04-20 Dan Nicolaescu <dann@ics.uci.edu>
1083
1084 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
1085 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
1086 (Bug#5846).
1087
d2c7b917
GM
10882010-04-20 Glenn Morris <rgm@gnu.org>
1089
0ca12598
GM
1090 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
1091
d2c7b917
GM
1092 * minibuffer.el (completion-at-point): Doc fix.
1093
bce31830
DN
10942010-04-17 Dan Nicolaescu <dann@ics.uci.edu>
1095
1096 Fix the version number for added files.
1097 * vc-hg.el (vc-hg-working-revision): Check if the file is
1098 registered after hg parent fails (Bug#5961).
1099
0433ffa6
GM
11002010-04-17 Glenn Morris <rgm@gnu.org>
1101
1102 * htmlfontify.el (htmlfontify-buffer)
1103 (htmlfontify-copy-and-link-dir): Autoload entry points.
1104
8507c65c
CY
11052010-04-17 Magnus Henoch <magnus.henoch@gmail.com>
1106
1107 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
1108 name relative to the project root (Bug#5960).
1109
e9ef9777
GM
11102010-04-16 Glenn Morris <rgm@gnu.org>
1111
1112 * vc-git.el (vc-git-print-log): Doc fix.
1113
3808c51f
CY
11142010-04-14 Óscar Fuentes <ofv@wanadoo.es>
1115
1116 * ido.el (ido-file-internal): Fix 2009-12-02 change.
1117
7860d2e3
CY
11182010-04-14 Christoph <cschol2112@googlemail.com> (tiny change)
1119
1120 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
1121 default settings (Bug#5928).
1122
119850e9
GM
11232010-04-10 Glenn Morris <rgm@gnu.org>
1124
1125 * progmodes/fortran.el (fortran-match-and-skip-declaration):
1126 New function.
0a23b2c3 1127 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 1128
86a366f4
KH
11292010-04-07 Kenichi Handa <handa@m17n.org>
1130
1131 * language/indian.el (malayalam-composable-pattern): Fix previous
1132 change (add U+0D4D "SIGN VIRAMA").
1133 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
1134 (tamil-composable-pattern): Fix typo in the regexp.
1135 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
1136 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
1137 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
1138
8afe2ec6
CY
11392010-04-06 Chong Yidong <cyd@stupidchicken.com>
1140
1141 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
1142 paragraph-separate (Bug#5821).
1143
3c5d6dfb
JL
11442010-04-05 Juri Linkov <juri@jurta.org>
1145
1146 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
1147
1148 * info.el (Info-find-node-2): Comment out code that skips
1149 breadcrumbs line.
1150 (Info-mouse-follow-link): New command.
1151 (Info-link-keymap): New keymap.
1152 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
1153 Return a string with links instead of inserting breadcrumbs
1154 to the Info buffer.
1155 (Info-fontify-node): Comment out code that inserts breadcrumbs.
1156 Instead of putting the `invisible' text property over the Info
1157 header, make an overlay over the Info header with the `invisible'
1158 property and `after-string' set to the string returned by
1159 `Info-breadcrumbs'.
1160
6baa27a2
CY
11612010-04-03 Chong Yidong <cyd@stupidchicken.com>
1162
1163 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
1164 Reported by monkey@sandpframing.com.
1165
b42da387
TA
11662010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
1167
1168 * textmodes/artist.el (artist-mode): Fix typo in docstring.
1169 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
1170
42763dda
KH
11712010-03-30 Kenichi Handa <handa@m17n.org>
1172
1173 * language/sinhala.el (composition-function-table): Fix regexp for
1174 the new Unicode specification.
1175
1176 * language/indian.el (devanagari-composable-pattern)
1177 (tamil-composable-pattern, kannada-composable-pattern)
194d44e7 1178 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
1179 specification.
1180 (bengali-composable-pattern, gurmukhi-composable-pattern)
1181 (gujarati-composable-pattern, oriya-composable-pattern)
1182 (telugu-composable-pattern): New variables to cope with the new
1183 Unicode specification. Use them in composition-function-table.
1184
fe59d705
SM
11852010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1186
79d74ac5 1187 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
1188 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
1189 vectors rather than cons cells, as used in menu-bar-update-buffers.
1190
03ffe8be
CY
11912010-03-28 Chong Yidong <cyd@stupidchicken.com>
1192
2a793f7f
CY
1193 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
1194 (js-insert-and-indent): Revert 2009-08-15 change, restoring
1195 electric punctuation for "{}();,:" (Bug#5586).
1196
03ffe8be
CY
1197 * mail/sendmail.el (mail-default-directory): Doc fix.
1198
11992010-03-27 Chong Yidong <cyd@stupidchicken.com>
1200
1201 * mail/sendmail.el (mail-default-directory): Doc fix.
1202
94785022
EZ
12032010-03-27 Eli Zaretskii <eliz@gnu.org>
1204
1205 * subr.el (version-regexp-alist, version-to-list)
1206 (version-list-<, version-list-=, version-list-<=)
1207 (version-list-not-zero, version<, version<=, version=): Doc fix.
1208 (Bug#5744).
1209
eca16aa7
NR
12102010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1211 Nick Roberts <nickrob@snap.net.nz>
1212
1213 * progmodes/gdb-ui.el (gdb-apple-test): New function.
1214 (gdb-init-1): Use it.
1215
431af6a4
DN
12162010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
1217
1218 * vc.el (vc-root-diff): Doc fix.
1219
9d30a9f4
CY
12202010-03-25 Chong Yidong <cyd@stupidchicken.com>
1221
9aa2c576
CY
1222 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
1223
9d30a9f4
CY
1224 * simple.el (append-to-buffer): Fix last change.
1225
d0fba174
CY
12262010-03-24 Chong Yidong <cyd@stupidchicken.com>
1227
1228 * simple.el (append-to-buffer): Ensure that point is preserved if
1229 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
1230 (Bug#5749)
1231
efee6a6d
SM
12322010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1233
1234 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
1235 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
1236 not be present any more.
1237
c6f3804c
JB
12382010-03-24 Juanma Barranquero <lekktu@gmail.com>
1239
1240 * faces.el (set-face-attribute): Fix typo in docstring.
1241 (face-valid-attribute-values): Reflow docstring.
1242
4c3a215a
GM
12432010-03-23 Glenn Morris <rgm@gnu.org>
1244
efee6a6d 1245 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 1246
e9ba3e26
CY
12472010-03-21 Chong Yidong <cyd@stupidchicken.com>
1248
1249 * indent.el (indent-for-tab-command): Doc fix.
1250
c8de140b
JB
12512010-03-22 Juanma Barranquero <lekktu@gmail.com>
1252
1253 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
1254 (image-dired-read-comment): Doc fix.
1255
efee6a6d
SM
1256 * json.el (json-object-type, json-array-type, json-key-type)
1257 (json-false, json-null, json-read-number):
c8de140b
JB
1258 * minibuffer.el (completion-in-region-functions):
1259 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
1260 (cal-tex-cursor-week):
1261 * emacs-lisp/trace.el (trace-function):
1262 * eshell/em-basic.el (eshell/printnl):
1263 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
1264 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
1265 * obsolete/levents.el (allocate-event, event-key, event-object)
1266 (event-point, event-process, event-timestamp, event-to-character)
1267 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
1268 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
1269 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
1270 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
1271 (reftex-highlight-selection): Fix typos in docstrings.
1272
d1200087
JB
12732010-03-19 Juanma Barranquero <lekktu@gmail.com>
1274
1275 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
1276
f454672b
GM
12772010-03-18 Glenn Morris <rgm@gnu.org>
1278
1279 * mail/rmail.el (rmail-highlight-face): Restore option deleted
1280 2008-02-13 without comment; mark it obsolete.
1281 (rmail-highlight-headers): Use rmail-highlight-face once more.
1282
d5704d66
CY
12832010-03-16 Chong Yidong <cyd@stupidchicken.com>
1284
1285 * woman.el (woman2-process-escapes): Only consume the newline if
1286 the filler character is on a line by itself (Bug#5729).
1287
fade35dd
KH
12882010-03-16 Kenichi Handa <handa@m17n.org>
1289
1290 * language/indian.el (devanagari-composable-pattern): Add more
1291 consonants.
1292
c8215db1
MA
12932010-03-14 Michael Albinus <michael.albinus@gmx.de>
1294
1295 * net/trampver.el: Update release number.
1296
b4d16368
GM
12972010-03-13 Glenn Morris <rgm@gnu.org>
1298
1299 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
1300
c0e17ff2
MA
13012010-03-13 Michael Albinus <michael.albinus@gmx.de>
1302
efee6a6d
SM
1303 * net/tramp.el (tramp-find-executable):
1304 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
1305 output of "wc -l" more robust.
1306 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
1307 (tramp-open-connection-setup-interactive-shell): Remove workaround
1308 for OpenSolaris bug, it is not needed anymore.
1309
eb123b12
GM
13102010-03-12 Glenn Morris <rgm@gnu.org>
1311
1312 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
1313
5f8d2ce0
WS
13142010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
1315
1316 * files.el (auto-mode-alist): Accept more verilog file patterns.
1317
35b148ee 13182010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
1319
1320 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
1321 instead of "format:"; this ensures that the output is
1322 newline-terminated.
1323
4e7cafbe
CY
13242010-03-08 Chong Yidong <cyd@stupidchicken.com>
1325
1326 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
1327 that all errors are caught, and that the return value is always a
1328 list (Bug#5692).
1329
aec66319
KH
13302010-03-08 Kenichi Handa <handa@m17n.org>
1331
1332 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 1333 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 1334
b327c975
AS
13352010-03-07 Andreas Schwab <schwab@linux-m68k.org>
1336
1337 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
1338 call to rfc822-bad-address. (Bug#5692)
1339
1c465a6a
CY
13402010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
1341
1e05f387
SM
1342 * vc-git.el (vc-git-annotate-extract-revision-at-line):
1343 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 1344
a4e32226
CY
13452010-03-06 Chong Yidong <cyd@stupidchicken.com>
1346
1347 * calculator.el (calculator): Don't bind split-window-keep-point
1348 (Bug#5674).
1349
4c83ed3d
SM
13502010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1351
1352 * vc-git.el: Re-flow to fit into 80 columns.
1353 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
1354 Remove spurious `quote' element in each case alternative.
1355 (vc-git-show-log-entry): Use prog1.
1356 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
1357
e8defde3
SM
13582010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1359
1360 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
1361
233f0c9f
CY
13622010-03-03 Chong Yidong <cyd@stupidchicken.com>
1363
1364 * macros.el (insert-kbd-macro): Look up keyboard macro using the
1365 definition, not the name (Bug#5481).
1366
254bedef 13672010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
1368
1369 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
1370 argument with a local variable. (Bug#5670)
1371
7187cdae
JL
13722010-03-02 Juri Linkov <juri@jurta.org>
1373
1374 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
1375
9cf3544e
MA
13762010-03-02 Michael Albinus <michael.albinus@gmx.de>
1377
1378 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
1379 error when FILENAME and NEWNAME are existing remote directories.
1380
1381 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
1382 parameter DIR-FLAG.
1383
33f77982
GM
13842010-03-02 Glenn Morris <rgm@gnu.org>
1385
1386 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
1387 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
1388
d99ea08e
KH
13892010-03-01 Kenichi Handa <handa@m17n.org>
1390
e8defde3 1391 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
1392 myanmar-composable-pattern.
1393
e8defde3
SM
1394 * international/characters.el (script-list):
1395 * international/fontset.el (script-representative-chars):
1396 Change myanmar to burmese.
d99ea08e 1397 (otf-script-alist): Likewise.
4aa2c3b2
KH
1398 (setup-default-fontset): Likewise. Re-fix :otf spec.
1399
b374f54d
KY
14002010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
1401
1402 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
1403
71572c03
JD
14042010-02-28 Jan Djärv <jan.h.d@swipnet.se>
1405
1406 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
1407
00cffdeb
MA
14082010-02-28 Michael Albinus <michael.albinus@gmx.de>
1409
1410 * net/tramp.el (tramp-handle-write-region): START can be a string.
1411 Take care in the checks. Reported by Dan Davison
1412 <davison@stats.ox.ac.uk>.
1413
d4b06783
MA
14142010-02-28 Michael Albinus <michael.albinus@gmx.de>
1415
1416 * net/dbus.el (dbus-introspect, dbus-get-property)
1417 (dbus-set-property, dbus-get-all-properties): Use
1418 `dbus-call-method' when noninteractive. (Bug#5645)
1419
8c3e96d2
CY
14202010-02-28 Chong Yidong <cyd@stupidchicken.com>
1421
de3a1fe9
CY
1422 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
1423 * emacs-lisp/elint.el (elint-add-required-env):
de3a1fe9
CY
1424 * calendar/icalendar.el (icalendar--add-diary-entry):
1425 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
1426 * files.el (recover-session-finish): Use with-current-buffer
1427 instead of save-excursion.
1428
c53b9c3b
SM
14292010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
1430
1431 Fix in-buffer completion when after-change-functions modify the buffer.
1432 * minibuffer.el (completion--replace): New function.
1433 (completion--do-completion): Use it and use relative movement.
1434
4a16bdc6
CY
14352010-02-27 Chong Yidong <cyd@stupidchicken.com>
1436
1437 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 1438
b8280f39
CY
14392010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
1440
c53b9c3b
SM
1441 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
1442 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 1443
f88cc4d6
KH
14442010-02-26 Kenichi Handa <handa@m17n.org>
1445
1446 * language/burmese.el: Fix entries in composition-function-table.
1447 (myanmar-composable-pattern): New variable.
1448
1449 * international/fontset.el (setup-default-fontset): Add an entry
1450 for myanmar.
1451
1452 * international/characters.el (script-list): Add Myanmar
1453 Extended-A.
1454
cdbf9100
GM
14552010-02-26 Glenn Morris <rgm@gnu.org>
1456
90a94603
GM
1457 * custom.el (custom-initialize-delay): Doc fix.
1458
cdbf9100
GM
1459 * mail/sendmail.el (send-mail-function): Autoload the call
1460 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
1461
f95a5fd0
CY
14622010-02-24 Chong Yidong <cyd@stupidchicken.com>
1463
1464 * files.el (hack-local-variables-filter): For eval forms, also
1465 check safe-local-variable-p (Bug#5636).
1466
6583ba0e
CY
14672010-02-24 Eduard Wiebe <usenet@pusto.de>
1468
1469 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
1470 and use c(ad)r of cddr (Bug#5640).
1471
459a5f4b
MA
14722010-02-22 Michael Albinus <michael.albinus@gmx.de>
1473
1474 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
1475 setting the modes by `ignore-errors'. It might fail, for example
1476 if the file is not owned by the user but the group.
1477 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
1478
bb23f6e8
CY
14792010-02-21 Chong Yidong <cyd@stupidchicken.com>
1480
50c58e27
CY
1481 * files.el (directory-listing-before-filename-regexp): Use
1482 stricter matching for iso-style dates, to avoid false matches with
1483 date-like filenames (Bug#5597).
1484
b660eb70
CY
1485 * htmlfontify.el (htmlfontify): Doc fix.
1486
1487 * eshell/eshell.el (eshell): Doc fix.
1488
bb23f6e8
CY
1489 * startup.el (fancy-about-screen): In mode-line, apply
1490 mode-line-buffer-id face only to the buffer name (Bug#5613).
1491
3e39928c
CY
14922010-02-20 Kevin Ryde <user42@zip.com.au>
1493
f7e0618c
JB
1494 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1495 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
1496 (Bug#5599).
1497
0f00e948
EZ
14982010-02-20 Eli Zaretskii <eliz@gnu.org>
1499
1500 * subr.el (remove-yank-excluded-properties): Explain in a comment
1501 why `category' property is removed.
1502
3513efb2
CY
15032010-02-19 Chong Yidong <cyd@stupidchicken.com>
1504
1505 * isearch.el (isearch-update-post-hook, isearch-update): Revert
1506 2010-02-17 change.
1507
b4340b3f
UJ
15082010-02-19 Ulf Jasper <ulf.jasper@web.de>
1509
1510 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
1511 (icalendar--convert-weekly-to-ical)
1512 (icalendar--convert-yearly-to-ical)
1513 (icalendar--convert-block-to-ical)
1514 (icalendar--convert-cyclic-to-ical)
1515 (icalendar--convert-anniversary-to-ical): Take care of time
1516 specifications where hour has 1-digit only (Bug#5549).
1517
8cfae03d
NR
15182010-02-19 Nick Roberts <nickrob@snap.net.nz>
1519
1520 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
1521 of disassemble output in GDB 7.1.
1522
055e4eea
GM
15232010-02-19 Glenn Morris <rgm@gnu.org>
1524
1525 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
1526 property. (Bug#5593)
1527
ff6b00de
SS
15282010-02-18 Sam Steingold <sds@gnu.org>
1529
1530 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
1531
fe8c0b47
SM
15322010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1533
1534 Use abbreviated file names in bookmarks (bug#5591).
1535 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
1536 calls to expand-file-name.
1537 (bookmark-relocate): Use abbreviated file names in bookmarks.
1538 (bookmark-load): Use abbreviated file names in messages.
1539
73a37a69
MA
15402010-02-18 Michael Albinus <michael.albinus@gmx.de>
1541
1542 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
1543 expand "." and "..". Reported by Thierry Volpiatto
1544 <thierry.volpiatto@gmail.com>.
1545
6e4f5731
MA
15462010-02-18 Michael Albinus <michael.albinus@gmx.de>
1547
1548 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
1549 permissions of the temporary file to "0600". In case the remote
1550 file has no read permissions for the owner, there might be
1551 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
1552
155322010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
1554
1555 * emacs-lisp/authors.el (authors-renamed-files-alist):
1556 Add entries for INSTALL.CVS.
1557
ba5bf642
MH
15582010-02-17 Mark A. Hershberger <mah@everybody.org>
1559
f7e0618c 1560 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 1561
f7e0618c 1562 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
1563 (isearch-update): Use the new hook.
1564
aac0b0f2
MA
15652010-02-16 Michael Albinus <michael.albinus@gmx.de>
1566
fe8c0b47
SM
1567 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1568 Fix errors in copying directories.
aac0b0f2
MA
1569 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
1570 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
1571 (tramp-handle-delete-file)
1572 (tramp-handle-dired-recursive-delete-directory)
1573 (tramp-handle-write-region): Flush also the cache for the upper
1574 directory.
1575
05bbe066
CY
15762010-02-16 Chong Yidong <cyd@stupidchicken.com>
1577
e8ab3908
CY
1578 * simple.el (save-interprogram-paste-before-kill): Doc fix.
1579
ff90f4b0
CY
1580 * cus-edit.el (hardware): Doc fix.
1581
1582 * man.el (man): Add to external custom group.
1583
1584 * delim-col.el (columns): Move to wp custom group.
1585
1586 * doc-view.el (doc-view): Add to data custom group.
1587
fe8c0b47 1588 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 1589
05bbe066
CY
1590 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
1591 by ispell-parse-output (Bug#5575).
1592
fa6ea913
KH
15932010-02-16 Kenichi Handa <handa@m17n.org>
1594
1595 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
1596 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
1597 (skkdic-convert): Use `euc-japan' coding system for writing.
1598
88fd78ae
GM
15992010-02-16 Glenn Morris <rgm@gnu.org>
1600
1601 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
1602 tex-main-file before using it. (Bug#5562)
1603
2b8c974a
SM
16042010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1605
1606 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
1607 warnings, since it is annoying for the user to see them each time he
1608 runs the code.
1609
7540f029
MA
16102010-02-15 Michael Albinus <michael.albinus@gmx.de>
1611
1612 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
1613 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
1614 instead of PROC for caching "first-password-request". Otherwise,
1615 new processes would not profit from passwords already entered.
1616
2b8c974a
SM
1617 * net/tramp-cache.el (tramp-dump-connection-properties):
1618 Don't save "first-password-request" property.
7540f029 1619
fa5f7c5f
JB
16202010-02-14 Juanma Barranquero <lekktu@gmail.com>
1621
1622 * outline.el (outline-head-from-level):
1623 * simple.el (with-wrapper-hook):
fa5f7c5f
JB
1624 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
1625 (elint-defun, elint-buffer-env, elint-top-form-logged)
1626 (elint-unbound-variable):
1627 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
1628 Fix typos in docstrings.
1629
ecbaeb7b
MA
16302010-02-14 Michael Albinus <michael.albinus@gmx.de>
1631
1632 * files.el (insert-directory): When WILDCARD-REGEXP and
1633 FULL-DIRECTORY-P are nil, insert the file entry instead of the
1634 whole directory. (Bug#5551)
1635
1636 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
1637 dired's alignment sanity. (Bug#5516)
1638
91e3333f
JL
16392010-02-14 Juri Linkov <juri@jurta.org>
1640
1641 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
1642 Remove remaining ^H with their preceding chars. (Bug#5566)
1643
36020642
GM
16442010-02-13 Glenn Morris <rgm@gnu.org>
1645
1646 * simple.el (transpose-subr): Give it a doc-string.
1647
1648 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
1649 Doc fixes.
1650
f5952338
JL
16512010-02-12 Juri Linkov <juri@jurta.org>
1652
1653 * arc-mode.el (archive-unique-fname): Make directories for nested
1654 archives. (Bug#5540)
1655
918fe50f
JL
16562010-02-12 Juri Linkov <juri@jurta.org>
1657
1658 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
1659
c07ff221
SM
16602010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
1661
48b1e7cf
SM
1662 * subr.el (copy-overlay): Handle deleted overlays.
1663
c07ff221
SM
1664 * man.el (Man-completion-table): Don't signal an error if we can't run
1665 manual-program (bug#4056).
1666
0e374247
JB
16672010-02-10 Juanma Barranquero <lekktu@gmail.com>
1668
1669 * textmodes/artist.el (artist-mt): Fix typos in docstring.
1670
dbf8402b
SM
16712010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1672
348d1e60
SM
1673 * info.el (Info-bookmark-jump): Simplify.
1674
dbf8402b
SM
1675 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
1676 (bookmark-default-handler): Accept new bookmark field `buffer'.
1677
e6d23bb5
CY
16782010-02-10 Chong Yidong <cyd@stupidchicken.com>
1679
1680 * iswitchb.el (iswitchb-completions): Revert last change.
1681
a8e4290b
MA
16822010-02-10 Michael Albinus <michael.albinus@gmx.de>
1683
2b23acde 1684 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
1685 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
1686 This prevents file names like "~/" being listed literally.
a8e4290b 1687
c59d6fad
DN
16882010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
1689
348d1e60
SM
1690 * term/xterm.el (xterm-maybe-set-dark-background-mode):
1691 Remove dead code. (Bug#5546)
c59d6fad 1692
3a66e78f
CY
16932010-02-09 Chong Yidong <cyd@stupidchicken.com>
1694
1695 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
1696 correctly (Bug#5548).
1697
f29fd869
CY
16982010-02-08 Jose E. Marchesi <jemarch@gnu.org>
1699
1700 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 1701 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 1702
7fad1447
KH
17032010-02-08 Kenichi Handa <handa@m17n.org>
1704
1705 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 1706 cookie for putting `lisp-indent-function'.
7fad1447 1707
50e4518b
GM
17082010-02-07 Glenn Morris <rgm@gnu.org>
1709
1710 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
1711 Move F2003 named interfaces from keywords-2 to keywords-1, and
1712 use function-name-face rather than constant-face.
1713 Simplify "abstract interface" regexp.
1714
a4cc44cf
CY
17152010-02-07 Chong Yidong <cyd@stupidchicken.com>
1716
1717 * eshell/esh-util.el (eshell-file-attributes): New optional arg
1718 ID-FORMAT. Pass it to `file-attributes'.
1719
1720 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
1721
c917476d
CY
17222010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
1723
1724 * faces.el (set-face-attribute): Allow calling
1725 internal-set-lisp-face-attribute with 'unspecified family and
1726 foundry argument (Bug#5536).
1727
7cf3f3d6
GM
17282010-02-07 Glenn Morris <rgm@gnu.org>
1729
1730 * progmodes/f90.el (f90-font-lock-keywords-2)
1731 (f90-looking-at-type-like, f90-looking-at-program-block-end):
1732 Handle F2003 named interfaces.
1733
ffe87109
CY
17342010-02-06 Chong Yidong <cyd@stupidchicken.com>
1735
1736 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
1737 beg and end before calling c-get-state-before-change-functions.
1738
4775ecad
DN
17392010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
1740
1741 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
1742
0d17c4b9
JL
17432010-02-05 Juri Linkov <juri@jurta.org>
1744
1745 * doc-view.el (doc-view-mode):
1746 * image-mode.el (image-mode): Put property mode-class=special.
1747 (Bug#4896)
1748
8228a275
MH
17492010-02-05 Mark A. Hershberger <mah@everybody.org>
1750
1751 * vc-svn.el (vc-svn-revision-table): New function.
1752
d9320986
MA
17532010-02-05 Michael Albinus <michael.albinus@gmx.de>
1754
1755 * net/ange-ftp.el (ange-ftp-insert-directory):
1756 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1757 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1758 Handle also directories. (Bug#5478)
1759
f43d8ecc
GM
17602010-02-05 Glenn Morris <rgm@gnu.org>
1761
1762 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
1763
ce3a988d
CY
17642010-02-05 Chong Yidong <cyd@stupidchicken.com>
1765
1766 * startup.el (command-line-1): Convert options beginning with a
1767 single dash as well (Bug#5519).
1768
bdd42899
SM
17692010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1770
51b23c44
SM
1771 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
1772 * minibuffer.el (completion-initials-expand): Only check the presence
1773 of delims *within* the boundaries, since otherwise the / delim is
1774 always found for files.
1775
bdd42899
SM
1776 Fix up various corner case problems.
1777 * doc-view.el (doc-view-last-page-number): New function.
1778 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
1779 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
1780 (doc-view-kill-proc): Avoid inf-loop in freak cases.
1781 (doc-view-reconvert-doc): Use the new recursive delete-directory.
1782 (doc-view-convert-current-doc): Don't create the resolution.el file
1783 here any more.
1784 (doc-view-pdf/ps->png): Do it here instead.
1785 (doc-view-already-converted-p): Check that resolution.el is present.
1786 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
1787 windows that are not yet showing images.
1788
d5b3979c
MA
17892010-02-04 Michael Albinus <michael.albinus@gmx.de>
1790
1791 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
1792 `dired-uncache' for every elemnt which is an absolute file name.
1793
1794 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
1795 directory, handle its directory component.
1796 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
1797 function is called permanently and creates noise, otherwise.
1798
1799 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1800 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1801 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
1802
b003beb1
DB
18032010-02-04 David Burger <dburger@google.com> (tiny change)
1804
1805 * macros.el (apply-macro-to-region-lines):
1806 Minor simplification. (Bug#5485)
1807
ea92f9f3
GM
18082010-02-04 Glenn Morris <rgm@gnu.org>
1809
a03ae20d
GM
1810 * mail/rmail.el (rmail-show-message-1): Handle malformed
1811 quoted-printable text. (Bug#5441)
1812
4d01b827
GM
1813 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
1814
ea92f9f3
GM
1815 * simple.el (visual-line-mode): Capitalize lighter.
1816
82055bb7
JW
18172010-02-03 John Wiegley <jwiegley@gmail.com>
1818
1819 * iswitchb.el (iswitchb-completions): Add bookmark files to the
1820 list of files considered for "virtual buffer" completions.
1821
8214b6e4
MA
18222010-02-03 Michael Albinus <michael.albinus@gmx.de>
1823
1824 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
1825 also in case of (and (not full) (not wildcard)). This is needed,
1826 when dired is called with a list of files, which are not in
1827 `default-directory'. (Bug#5478)
1828
1df9718f
SM
18292010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
1830
1831 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
1832
02ba1267
JL
18332010-02-02 Juri Linkov <juri@jurta.org>
1834
1835 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
1836 from unidiff to allow function-line after @@.
1837
a0c6a0fb
JL
18382010-02-02 Juri Linkov <juri@jurta.org>
1839
1840 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
1841 '(RCS SCCS) with inverted condition.
1842
c35fcd52
MA
18432010-02-02 Michael Albinus <michael.albinus@gmx.de>
1844
1845 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
1846 messages.
1847
6ba973c1
JL
18482010-02-01 Juri Linkov <juri@jurta.org>
1849
1850 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
1851 compare with "pkunzip" and "pkzip" instead of only "pkzip".
1852 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
1853 only when (car archive-zip-extract) is "unzip". (Bug#5475)
1854
0bca393f
SM
18552010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1856
1857 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
1858 (doc-view-revert-buffer): New command.
1859 (doc-view-mode-map): Use it.
1860
7a444e2a
DN
18612010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
1862
1863 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
1864 pending merge is detected.
1865
ad6fc8f4
JL
18662010-01-31 Juri Linkov <juri@jurta.org>
1867
1868 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
1869 beginning of interactive spec like all other grep commands do.
1870 Put "all" in front of "gz". (Bug#5260)
1871
b9236874
DN
18722010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
1873
1874 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
1875
1e868757
CY
18762010-01-29 Chong Yidong <cyd@stupidchicken.com>
1877
1878 * dirtrack.el (dirtrack): Warn instead of signalling error if the
1879 regexp is incorrect (Bug#5476).
1880
e5c70c41
MA
18812010-01-29 Michael Albinus <michael.albinus@gmx.de>
1882
1883 * net/tramp.el (tramp-handle-insert-directory): Handle also
1884 symlinks, when FILENAME is not in `default-directory'.
1885
0c0b61f1
MA
18862010-01-28 Michael Albinus <michael.albinus@gmx.de>
1887
1888 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 1889 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
1890
1891 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
1892 of SWITCHES. Handle the case, FILENAME is not in
1893 `default-directory'. (Bug#5478)
1894 (tramp-register-file-name-handlers): Add safe-magic property.
1895
763f325e
CY
18962010-01-28 Chong Yidong <cyd@stupidchicken.com>
1897
1898 * arc-mode.el (archive-zip-extract): Quote the argument passed to
1899 unzip (Bug#5475).
1900
fd09a83f
CY
19012010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
1902
1903 * progmodes/flymake.el (flymake-allowed-file-name-masks)
1904 (flymake-master-make-header-init): Add other C++ filename masks.
1905 (flymake-find-possible-master-files)
1906 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
1907
7e5686f0
MA
19082010-01-28 Michael Albinus <michael.albinus@gmx.de>
1909
1910 Fix some busybox annoyances.
1911
1912 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
1913 not responding." string.
1914 (tramp-open-connection-setup-interactive-shell): Dump stty
1915 settings. Enable "neveropen" arg for all `tramp-send-command'
1916 calls. Handle "=" in variable values properly.
1917 (tramp-find-inline-encoding): Raise an error, when no encoding is
1918 found.
1919 (tramp-wait-for-output): Check, whether PROC buffer is available.
1920 Remove spurious " ^H" sequences, sent by busybox.
1921 (tramp-get-ls-command): Suppress coloring, if possible.
1922
c6265c10
GM
19232010-01-28 Glenn Morris <rgm@gnu.org>
1924
c85a168b
GM
1925 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
1926
c6265c10
GM
1927 * log-edit.el (log-edit-strip-single-file-name): Add missing
1928 :safe, :group, and :version tags.
1929
7d82a738
SB
19302010-01-27 Stephen Berman <stephen.berman@gmx.net>
1931
1932 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
1933 buffers. (Bug#5477)
1934
8b0e68ea
CY
19352010-01-27 David De La Harpe Golden <david@harpegolden.net>
1936
1937 * files.el (delete-directory): Handle moving to trash without
1938 first doing recursion (Bug#5436).
1939
368d3208
DN
19402010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
1941
1942 * vc-hooks.el (vc-path): Mark as obsolete.
1943
755da7fa
DN
19442010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
1945
e2396d80
DN
1946 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
1947 names too.
1948
755da7fa
DN
1949 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
1950 for the short log.
1951 (vc-bzr-log-view-mode): Adjust regexp for the above change.
1952
6a6d15ab 19532010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 1954
ac9ffe99 1955 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 1956
48c2d18a 1957 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 1958
504dcc71
EH
19592010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
1960
1961 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
1962 diff-index command. This requires at least git-1.5.5. (Bug#1589).
1963
51850286
DN
19642010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
1965
c2f1d6d8
DN
1966 Remove support for adding --signoff on commit.
1967 Future support will use an incompatible generic mechanism.
1968 * vc-git.el (vc-git-add-signoff): Remove variable.
1969 (vc-git-toggle-signoff): Remove function.
1970 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
1971
51850286
DN
1972 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
1973 from xterm-set-background-mode. Return t if the background mode
1974 was set.
1975 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
1976 earlier, call it again in case the background mode has changed.
1977
02c6d0d0
CY
19782010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
1979
1980 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
1981 (Bug#3541).
1982
064eee03
CY
19832010-01-23 Chong Yidong <cyd@stupidchicken.com>
1984
02c6d0d0
CY
1985 * emacs-lisp/assoc.el (aelement): Doc fix.
1986 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 1987
5336c3ec 19882010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 1989
48c2d18a 1990 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
1991 is the same as subprogram call, not declaration. (Bug#5435).
1992
0536254e
MA
19932010-01-23 Michael Albinus <michael.albinus@gmx.de>
1994
1995 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
1996 (tramp-smb-maybe-open-connection): Use it.
1997
411d06c2
MA
19982010-01-22 Michael Albinus <michael.albinus@gmx.de>
1999
0536254e 2000 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 2001
c893016b
SM
20022010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2003
2004 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
2005 just because we see "encoding: 8bit".
2006 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
2007
9425f8e1
CY
20082010-01-22 Chong Yidong <cyd@stupidchicken.com>
2009
2010 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
2011
6a801864
EZ
20122010-01-22 Eli Zaretskii <eliz@gnu.org>
2013
2014 * jka-compr.el (jka-compr-load): If load-file is not in
2015 load-history, try its file-truename version. (bug#5447)
2016
3e8f7d91
AM
20172010-01-21 Alan Mackenzie <acm@muc.de>
2018
2019 Fix a situation where deletion of a cpp construct throws an error.
2020 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
2021 invoking c-with-all-but-one-cpps-commented-out, check that the
2022 special cpp construct is still in the buffer.
2023 (c-parse-state): Record the special cpp with markers, not numbers.
2024
f0bd0ad5
CY
20252010-01-21 Kenichi Handa <handa@m17n.org>
2026
2027 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
2028 process last-command-event, as it is now decoded first (Bug#5380).
2029
5189d95b
CY
20302010-01-20 Chong Yidong <cyd@stupidchicken.com>
2031
2032 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
2033
e073d74a
GM
20342010-01-20 Glenn Morris <rgm@gnu.org>
2035
2036 * indent.el (tab-always-indent): Fix custom-type.
2037
8ee04f3a
AM
20382010-01-19 Alan Mackenzie <acm@muc.de>
2039
2040 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
2041 buffer throws "args out of range".
2042 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
2043 playing the role of delimiter.
2044
6a47c86a
SL
20452010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
2046
bf0b361c 2047 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
2048 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
2049 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
2050 changed. Delete RECURSIVE parameter; never used. Improve doc string.
2051 Improve comments in "is" portion. Handle null procedure declaration.
2052 (ada-move-to-end): Improve doc string.
2053
2acfb954
ÓF
20542010-01-18 Óscar Fuentes <ofv@wanadoo.es>
2055
e90d57c0 2056 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 2057 Remove obsolete information from commentary.
e90d57c0
JB
2058 (ido-choice-list): Initialize to nil.
2059 (ido-get-bufname): Reject minibuffers.
2060 (ido-make-buffer-list): If "default" is a nonexistent
2061 buffer, ignore it, as per the function's comment.
2062 (ido-kill-buffer-internal): New function.
2063 (ido-kill-buffer-at-head): Use it.
2064 (ido-visit-buffer): Likewise.
2acfb954 2065
244b023e
CY
20662010-01-18 Chong Yidong <cyd@stupidchicken.com>
2067
2068 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
2069
db9e401b
JB
20702010-01-18 Juanma Barranquero <lekktu@gmail.com>
2071
db9e401b
JB
2072 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
2073 Fix typos in chart titles.
2074
2075 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
db9e401b
JB
2076 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
2077 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
2078 (describe-class, eieio-describe-generic, describe-generic):
2079 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
2080 (eieio-speedbar-expand):
2081 * emulation/viper-cmd.el (viper-exec-form-in-vi)
2082 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
2083 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
2084 (viper-del-backward-char-in-replace, viper-backward-indent)
2085 (viper-brac-function, viper-register-to-point, viper-submit-report):
2086 * net/tramp.el (tramp-remote-coding-commands):
2087 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
2088 Fix typos in docstrings.
2089
9295137d
CY
20902010-01-17 Chong Yidong <cyd@stupidchicken.com>
2091
2092 * mail/sendmail.el (mail-yank-original): Set the mark if the
2093 specified function for yanking does not do it.
2094
4d0bbcb6
DN
20952010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
2096
7902c120
DN
2097 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
2098
4d0bbcb6
DN
2099 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
2100 resyncing a directory.
2101
0b702bc1
SL
21022010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
2103
6a47c86a 2104 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
2105 (ada-ident-re): Delete ., allow multibyte characters.
2106 (ada-goto-label-re): New; matches goto labels.
2107 (ada-block-label-re): New; matches block labels.
2108 (ada-label-re): New; matches both.
2109 (ada-named-block-re): Deleted; callers changed to use
2110 `ada-block-label-re' instead.
2111 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
2112 Use `ada-block-label-re'.
2113 (ada-indent-on-previous-lines): Improve handling of goto labels.
2114 (ada-get-indent-block-start): Special-case block label.
2115 (ada-get-indent-label): Split into `ada-indent-block-label' and
2116 `ada-indent-goto-label'.
2117 (ada-goto-stmt-start, ada-goto-next-non-ws):
2118 Optionally ignore goto labels.
2119 (ada-goto-next-word): Simplify.
2120 (ada-indent-newline-indent-conditional): Insert newline before
2121 trying to fix indentation; doc fix.
2122
05287c49
JB
21232010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
2124
2125 * calc/calc.el (calc-command-flags): Give it an initial value.
2126
4963739e
JB
21272010-01-17 Juanma Barranquero <lekktu@gmail.com>
2128
4963739e
JB
2129 * files.el (minibuffer-with-setup-hook):
2130 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
2131 (artist-key-draw-continously, artist-key-do-continously-continously)
2132 (artist-key-set-point-continously, artist-mouse-draw-continously):
2133 Fix typos in docstrings.
2134
116bd1ee
CY
21352010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
2136
2137 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
2138 return t (Bug#3898).
2139
2784cd7a 21402010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
2141
2142 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
2143 can parse the output of the external commands (Bug#5279).
2144
abd5cfe8
CY
21452010-01-16 Jari Aalto <jari.aalto@cante.net>
2146
2147 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
2148
4fe22cdf
CY
21492010-01-16 Chong Yidong <cyd@stupidchicken.com>
2150
bbdc98ef
CY
2151 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
2152
c7dc1ac1
CY
2153 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
2154
4fe22cdf
CY
2155 * startup.el (command-line): Remove unused --icon-type arg.
2156 Handle --display arg, passing it to command-line-1 (Bug#5392).
2157
045b9da7
ML
21582010-01-16 Mario Lang <mlang@delysid.org>
2159
045b9da7
ML
2160 * emacs-lisp/chart.el (chart-translate-namezone):
2161 * textmodes/artist.el (artist-compute-popup-menu-table):
2162 Remove duplicated words in doc-strings.
2163
6554a5df
CY
21642010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
2165
2166 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
2167 to mairix-search to suppress threading (Bug#5342).
2168
ca4f0e9a
KH
21692010-01-15 Kenichi Handa <handa@m17n.org>
2170
2171 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 2172 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 2173
1db3226b
GM
21742010-01-15 Glenn Morris <rgm@gnu.org>
2175
56a03f46
GM
2176 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
2177
2178 * wid-edit.el (widget-keymap): Doc fix.
2179
1db3226b
GM
2180 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
2181 former seems to be more widely accepted by various svn versions.
2182
80cd4bb4
JB
21832010-01-14 Juanma Barranquero <lekktu@gmail.com>
2184
d1f18ec0
JB
2185 * find-cmd.el (find-constituents):
2186 * vc-arch.el (vc-arch-root):
2187 * window.el (window-body-height, pop-up-frames):
d1f18ec0
JB
2188 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
2189 * progmodes/ada-stmt.el (ada-if):
2190 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
2191 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
2192 (ispell-encoding8-command, ispell-aspell-supports-utf8)
2193 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
2194
80cd4bb4
JB
2195 * progmodes/flymake.el (flymake-post-syntax-check):
2196 Fix typo in error message.
2197
9c23ca47
JB
21982010-01-14 Juanma Barranquero <lekktu@gmail.com>
2199
2200 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
2201 which is always a string. (Bug#5313)
2202
8794c483
JB
22032010-01-14 Juanma Barranquero <lekktu@gmail.com>
2204
2205 * progmodes/ada-xref.el (ada-default-prj-properties):
2206 Simplify previous change.
2207
95005d39
SL
22082010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2209
2210 * progmodes/ada-xref.el (ada-default-prj-properties):
2211 Default ada_project_path to $ADA_PROJECT_PATH.
2212
22132010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
2214
2215 * progmodes/ada-mode.el (ada-create-keymap):
2216 Override `narrow-to-defun' with `ada-narrow-to-defun'.
2217
fb0d1545
SL
22182010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2219
2220 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
2221 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
2222 (ada-get-current-indent, ada-imenu-generic-expression)
2223 (ada-which-function): Check for it.
2224
5c9434d0
SL
22252010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2226
2227 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
2228 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
2229
3a4f3a3b
GM
22302010-01-14 Glenn Morris <rgm@gnu.org>
2231
2232 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
2233
d9a7c140
KH
22342010-01-14 Kenichi Handa <handa@m17n.org>
2235
2236 * composite.el (auto-composition-mode): Make it a buffer local
2237 variable (permanent-local).
2238 (auto-composition-function): Set the default value to
2239 auto-compose-chars.
49caf252 2240 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
2241 (global-auto-composition-mode): Likewise.
2242 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 2243
38bee102
KF
22442010-01-13 Karl Fogel <kfogel@red-bean.com>
2245
2246 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 2247
b8b45afc
MA
22482010-01-12 Michael Albinus <michael.albinus@gmx.de>
2249
2250 * files.el (copy-directory): Compute target for recursive
2251 directories with identical names. (Bug#5343)
2252
893db5bc
GM
22532010-01-12 Glenn Morris <rgm@gnu.org>
2254
2255 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
2256 it to bug-gnu-emacs rather than emacs-pretest-bug.
2257
d8b8451f
SS
22582010-01-11 Sam Steingold <sds@gnu.org>
2259
2260 * imenu.el (imenu-default-create-index-function): Detect infinite
2261 loops caused by imenu-prev-index-position-function.
2262
30afcdff
JB
22632010-01-11 Juanma Barranquero <lekktu@gmail.com>
2264
2265 * htmlfontify.el (htmlfontify-load-rgb-file)
2266 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
2267 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
2268 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
2269 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
2270 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
2271 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
2272 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
2273 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
2274 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
2275 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
2276 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
2277 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
2278 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
2279 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
2280 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
2281 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
2282 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
2283 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
2284 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
2285 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
2286 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
2287 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
2288 backslash-quoting from parentheses, etc.
2289
92b1c416
CY
22902010-01-11 Chong Yidong <cyd@stupidchicken.com>
2291
2292 * progmodes/js.el: Autoload javascript-mode alias.
2293
4454adab
JB
22942010-01-11 Juanma Barranquero <lekktu@gmail.com>
2295
2296 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
2297 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
2298 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
2299 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
2300 Fix typos in docstrings.
2301 (ffap-url-regexp): Doc fix.
2302 (ffap-at-mouse): Fix typo in message.
2303
6589a2f9
GM
23042010-01-11 Glenn Morris <rgm@gnu.org>
2305
2306 * version.el (emacs-copyright): Set copyright year to 2010.
2307
4e5617ee
SM
23082010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2309
2310 * format.el (format-annotate-function): Only set
2311 write-region-post-annotation-function after running to-fn so as not to
2312 affect nested write-region calls (bug#5273).
2313
52bee098
CY
23142010-01-10 Chong Yidong <cyd@stupidchicken.com>
2315
a069f067
CY
2316 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
2317 wisent/python.el.
2318
e709e39d
CY
23192010-01-09 Chong Yidong <cyd@stupidchicken.com>
2320
2321 * man.el (Man-goto-section): Signal error if the section is not
2322 found (Bug#5317).
2323
6ee86780
JB
23242010-01-09 Juanma Barranquero <lekktu@gmail.com>
2325
2326 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
2327 URLs with a leading triple slash in the file: scheme. (Bug#5345)
2328
fa7b5f7b
CY
23292010-01-09 Chong Yidong <cyd@stupidchicken.com>
2330
2331 * progmodes/compile.el: Don't treat compile-command as safe if
2332 compilation-read-command might be nil (Bug#4218).
2333
de62c4d9
JD
23342010-01-09 Jan Djärv <jan.h.d@swipnet.se>
2335
2336 * startup.el (command-line-1): Use orig-argi to check for ignored X and
2337 NS options.
2338
e94be827
KH
23392010-01-08 Kenichi Handa <handa@m17n.org>
2340
4e5617ee
SM
2341 * international/fontset.el (build-default-fontset-data):
2342 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 2343
1dfae2a2
JB
23442010-01-07 Juanma Barranquero <lekktu@gmail.com>
2345
2346 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
2347 to `create-file-buffer' as it expects, not just a buffer name.
2348 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
2349 to help uniquify. (Bug#3224)
2350
d0cf45b7
JD
23512010-01-06 Jan Djärv <jan.h.d@swipnet.se>
2352
2353 * font-setting.el (font-setting-change-default-font): Use user-spec
2354 instead of name.
2355
7534fa5e
DN
23562010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2357
2358 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
2359
fd579fdc
CY
23602010-01-05 Tom Tromey <tromey@redhat.com>
2361
4e5617ee
SM
2362 * progmodes/python.el (python-font-lock-keywords):
2363 Handle qualified decorators (Bug#881).
fd579fdc 2364
37860caf
DN
23652010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2366
2367 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
2368 in a lightweight checkout.
2369
69db641d
KH
23702010-01-05 Kenichi Handa <handa@m17n.org>
2371
4e5617ee 2372 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 2373
b25d6a02
DN
23742010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2375
2376 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
2377
137d88ca
DN
23782010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
2379
2380 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
2381 checkouts. (Bug#618)
3d5d0aa9 2382 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
2383 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
2384 (vc-bzr-shelve-menu-map):
2385 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
2386 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 2387
da76998b
CY
23882010-01-02 Chong Yidong <cyd@stupidchicken.com>
2389
2390 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
2391 They are valid characters in URL paths (rfc3986), and at least
2392 Firefox does not understand the encoded version (Bug#3166).
2393
b2ad70b6
CY
23942010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
2395
2396 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
2397 (octave-block-begin-or-end-regexp, octave-block-match-alist):
2398 Add "end" keyword (Bug#3061).
b2ad70b6
CY
2399 (octave-end-as-array-index-p): New function.
2400 (calculate-octave-indent): Use it.
2401
54136282
KF
24022010-01-02 Karl Fogel <kfogel@red-bean.com>
2403
2404 * bookmark.el: Consistently put the text property on the bookmark name.
2405 (bookmark-bmenu-marks-width): Bump back to 2, to include
2406 annotation marks.
2407 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
2408 property on the bookmark name, instead of not putting it at all.
2409 (bookmark-bmenu-list): Fix where we put the text property.
2410
cc4d3cad
KF
24112010-01-02 Karl Fogel <kfogel@red-bean.com>
2412
2413 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
2414 for showing buffer modified state (as added in the previous change).
2415
b894c439
KF
24162010-01-02 Karl Fogel <kfogel@red-bean.com>
2417
2418 * bookmark.el: Show modified state of bookmark buffer more accurately.
2419 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
2420 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
2421 (with-buffer-modified-unmodified): New macro.
2422 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2423 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 2424 Use new macro to preserve the buffer modified state.
b894c439 2425
3a69db53
KF
24262010-01-02 Karl Fogel <kfogel@red-bean.com>
2427
4e5617ee 2428 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
2429 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
2430 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
2431 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
2432 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
2433 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
2434 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 2435
af414f10
EZ
24362010-01-02 Eli Zaretskii <eliz@gnu.org>
2437
4e5617ee
SM
2438 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2439 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 2440
f2ec0e5e
CY
24412010-01-02 Ryan Yeske <rcyeske@gmail.com>
2442
2443 * net/rcirc.el: Add follow-link binding (Bug#4738).
2444
38c1ba62
EZ
24452010-01-02 Eli Zaretskii <eliz@gnu.org>
2446
4e5617ee 2447 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
2448 (cvs-update): New target for backward compatibility.
2449
4e5617ee 2450 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
2451 (cvs-update): New target for backward compatibility.
2452
ea2c0f5b
KF
24532010-01-02 Karl Fogel <kfogel@red-bean.com>
2454
2455 * bookmark.el: Remove gratuitous gratitude.
2456
5ae329f4
KF
24572010-01-02 Karl Fogel <kfogel@red-bean.com>
2458
47989945
KF
2459 * bookmark.el (bookmark-bmenu-any-marks): New function
2460 (bookmark-bmenu-save): Clear buffer modification if no marks.
2461
24622010-01-02 Karl Fogel <kfogel@red-bean.com>
2463
2464 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
2465 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
2466 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
2467 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
2468
2469 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
2470 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
2471 To: emacs-devel {_AT_} gnu.org
2472 Subject: bookmark.el bug report
2473 Date: Mon, 28 Dec 2009 14:19:16 +0800
2474 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
2475
aef053eb
KF
24762010-01-02 Karl Fogel <kfogel@red-bean.com>
2477
2478 * bookmark.el: Improvements suggested by Drew Adams:
2479 (bookmark-bmenu-ensure-position): New name for
2480 `bookmark-bmenu-check-position'. Just ensure the position,
2481 don't return any meaningful value.
2482 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
2483 New constants.
2484
0472835f
JB
24852010-01-02 Juanma Barranquero <lekktu@gmail.com>
2486
2487 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
2488 (bookmark-yank-point, bookmark-bmenu-check-position):
2489 Fix typos in docstrings.
2490 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
2491 (bookmark-name-from-full-record, bookmark-get-position)
2492 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
2493 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
2494 Remove useless quoting of parenthesis, etc. in docstrings.
2495
2496 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
2497 (ediff-append-custom-diff): Fix typo in error message.
2498 (ediff-meta-mark-equal-files): Fix typos in messages.
2499
2500 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
2501
0472835f
JB
2502 * net/imap-hash.el (imap-hash-make): Doc fix.
2503 (imap-hash-test): Fix typo in error message; reflow docstring.
2504 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
2505 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
2506 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
2507 Fix typos in docstrings.
2508 (imap-hash-open-connection): Fix typo in error message.
2509
2510 * play/gomoku.el (gomoku): Fix typos in docstring.
2511
2512 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
2513 (gdb-jsonify-buffer): Fix typos in docstring.
2514 (gdb-goto-breakpoint): Fix typo in error message.
2515 ("Display Other Windows"): Fix typo in help message.
2516 (gdb-speedbar-expand-node): Fix typo in question.
2517
2518 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
2519 (idlwave-html-system-help-location, idlwave-html-help-location)
2520 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
2521 (idlwave-help-browser-generic-args, idlwave-help-directory)
2522 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
2523 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
2524 (idlwave-online-help, idlwave-help-html-link)
2525 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
2526 Fix typos in docstrings.
2527 (idlwave-help-with-source, idlwave-help-find-routine-definition):
2528 Reflow docstrings.
2529 (idlwave-help-assistant-start): Fix typo in error message.
2530
2531 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
2532 (octave-electric-space): Fix typos in docstrings.
2533
9bbe0828
CY
25342010-01-01 Chong Yidong <cyd@stupidchicken.com>
2535
2536 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
2537
a88c46c3
CY
25382010-01-01 Juri Linkov <juri@jurta.org>
2539
2540 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 2541 increase the default to 500 (Bug#5148).
a88c46c3 2542
7ee6c59b
NR
25432009-12-31 Nick Roberts <nickrob@snap.net.nz>
2544
2545 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
2546 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
2547 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
2548
a9c8a2cd
NR
25492009-12-30 Nick Roberts <nickrob@snap.net.nz>
2550
2551 Show working revision correctly for mercurial.
2552 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 2553 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 2554
659e4408
JB
25552009-12-29 Juanma Barranquero <lekktu@gmail.com>
2556
2557 Declare some functions for the byte-compiler.
2558 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
2559 (speedbar-timer-fn, speedbar-change-expand-button-char)
2560 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
2561
7ee6c59b
NR
25622009-12-29 Nick Roberts <nickrob@snap.net.nz>
2563
2564 This changeset reverts GDB Graphical Interface to use annotations.
2565 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
2566
460f6e7c
DN
25672009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
2568
2569 Make vc-dir work on subdirectories of the bzr root.
2570 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
2571 file names relative to it.
2572 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
2573 relative directory to vc-bzr-after-dir-status.
2574
543f553a
TH
25752009-12-28 Tassilo Horn <tassilo@member.fsf.org>
2576
2577 * font-lock.el (font-lock-refresh-defaults): New function, which
2578 can be used to let font-lock react to external changes in
2579 variables like font-lock-defaults and keywords.
2580 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
2581
2592ab76
DN
25822009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
2583
ac859983
DN
2584 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
2585
2592ab76
DN
2586 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
2587
58941d03
JB
25882009-12-28 Juanma Barranquero <lekktu@gmail.com>
2589
2590 Supersede color.diff settings in git log (bug#5211).
2591
2592 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
2593 escape chars in its output when the user has color.diff set to `always'.
2594 This fix works on git 1.4.2 and newer (released on 2006-08-13).
2595
39764e76
KR
25962009-12-26 Kevin Ryde <user42@zip.com.au>
2597
2598 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
2599 node. Keep previous "Index" name to work with past coreutils too.
2600
91c4831e
KR
2601 * man.el (man): Revise docstring a bit to show -a and -l as
2602 examples. Add -k description since support for it has otherwise
2603 been a secret. (Further to bug#3717.)
651e932e
KR
2604 (Man-bgproc-sentinel): When "-k foo" produces no output show error
2605 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 2606 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 2607
7f4d4a97
MA
26082009-12-26 Michael Albinus <michael.albinus@gmx.de>
2609
2610 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
2611 switches. Check also for //SUBDIRED// line.
2612
bcffff46
KH
26132009-12-25 Kenichi Handa <handa@m17n.org>
2614
2615 * language/indian.el (devanagari-composable-pattern): Fixed to
2616 handle ZWNJ and ZWJ. Use it in composition-function-table for
2617 Devanagari.
2618 (malayalam-composable-pattern): Fix previous change.
2619
dc1dcfa4
VJL
26202009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2621
2622 * ps-print.el (ps-face-attributes): It was not returning the
2623 attribute face for faces specified as string. Reported by harven
41a20de9 2624 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
2625 (ps-print-version): New version 7.3.5.
2626
6fe539d2
UJ
26272009-12-18 Ulf Jasper <ulf.jasper@web.de>
2628
2629 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
2630 timezone names.
2631 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
2632 (icalendar--add-diary-entry): Remove the trailing blank that
2633 diary-make-entry inserts.
2634
1f3611c6
MA
26352009-12-17 Michael Albinus <michael.albinus@gmx.de>
2636
2637 Make `file-expand-wildcards' work for remote files.
2638
2639 * files.el (file-expand-wildcards): In case of remote files, check
2640 only local file name part for wildcards. Provide feature 'files
2641 and subfeature 'remote-wildcards. (Bug#5198)
2642
2643 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
2644 if there is already an established connection.
2645 (tramp-advice-file-expand-wildcards): Remove it.
2646
2647 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
2648 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
2649 Activate advice for older GNU Emacs versions. (Bug#5237)
2650
9762b219
JB
26512009-12-17 Juanma Barranquero <lekktu@gmail.com>
2652
2653 Some doc fixes (more needed).
2654
2655 * find-cmd.el (find-constituents): Reflow docstring.
2656 (find-cmd, find-prune, find-command): Fix typos in docstrings.
2657 (find-generic): Doc fix.
2658
cfb54897
JL
26592009-12-17 Juri Linkov <juri@jurta.org>
2660
2661 Fix regression from 23.1 to allow multiple modes in Local Variables.
2662
2663 * files.el (hack-local-variables-filter): While ignoring duplicates,
2664 don't take `mode' into account.
2665 (hack-local-variables-filter, hack-dir-local-variables): Don't
2666 remove duplicate `mode' from local-variables-alist (like `eval').
2667
ad974e9e
JL
26682009-12-17 Juri Linkov <juri@jurta.org>
2669
2670 Make `dired-diff' more safe. (Bug#5225)
2671
2672 * dired-aux.el (dired-diff): Signal an error when `file' equals to
2673 `current' or when `file' is a directory of the `current' file.
2674
3616e0b9
AS
26752009-12-17 Andreas Schwab <schwab@linux-m68k.org>
2676
2677 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
2678 unconditionally preloaded files.
2679
72b57560
JL
26802009-12-16 Juri Linkov <juri@jurta.org>
2681
2682 Revert to old 23.1 logic of using the file at the mark as default.
2683 * dired-aux.el (dired-diff): Use the file at the mark as default
2684 if it's not the same as the current file, and the target dir is
2685 the current dir or the mark is active. Add the current file
2686 as the arg of `dired-dwim-target-defaults'. Use the default file
2687 in the prompt. (Bug#5225)
2688
68712eb6
MA
26892009-12-15 Michael Albinus <michael.albinus@gmx.de>
2690
2691 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
2692 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
2693 (tramp-check-for-regexp): Check also, when an echoing shell stops
2694 to echo sent commands.
2695
fd471993
CY
26962009-12-14 Chong Yidong <cyd@stupidchicken.com>
2697
2698 * Makefile.in: Revert last change (Bug#5191).
2699
86b5e14c
DN
27002009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
2701
2702 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
2703 (vc-hg-working-revision): Make sure the command is executed in a
2704 known environment so that we can parse the output. (Bug#4417)
86b5e14c 2705
8cffbb75
CY
27062009-12-14 Chong Yidong <cyd@stupidchicken.com>
2707
2708 * progmodes/python.el (python-symbol-completions): Remove text
2709 properties from symbol string before calling python-send-receive.
2710
6c2b67ad
NR
27112009-12-14 Nick Roberts <nickrob@snap.net.nz>
2712
2713 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 2714 when there are values for both file and line. (Bug#5060)
6c2b67ad 2715
ff6f4585
JL
27162009-12-14 Juri Linkov <juri@jurta.org>
2717
2718 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
2719 whitespace after the file name of the first line of unified format,
2720 because git-diff doesn't output whitespace and file modification time
2721 after the file name.
2722
d3de1c8e
JL
27232009-12-14 David Kastrup <dak@gnu.org>
2724
2725 * info.el (Info-hide-cookies-node): Before hiding a cookie,
2726 check if it already has the `display' property added by
2727 `Info-display-images-node', and not put the `invisible' property
2728 in this case.
2729
2f1b7dc4
GM
27302009-12-13 Glenn Morris <rgm@gnu.org>
2731
a0cefee5
GM
2732 * mail/emacsbug.el (message-sort-headers): Define for compiler.
2733 (report-emacs-bug): In message-mode, sort manually before storing
2734 original report text. (Bug#5178)
2f1b7dc4
GM
2735 Remove superfluous save-excursion.
2736
31bb373f
MA
27372009-12-12 Michael Albinus <michael.albinus@gmx.de>
2738
2739 * net/dbus.el (dbus-property-handler): Filter lambda forms out
2740 when responding to "GetAll" properties.
2741
5e1d4968
CY
27422009-12-12 Chong Yidong <cyd@stupidchicken.com>
2743
2744 * simple.el (compose-mail): Remove mail-setup-with-from from
2745 customization checks.
2746
097d86f9
EZ
27472009-12-12 Eli Zaretskii <eliz@gnu.org>
2748
2749 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
2750 RAR archives created on Unix systems.
2751
1d4adede
SM
27522009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
2753
2754 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
2755 the varalias that was accidentally removed by the 2009-11-19 change
2756 (bug#5186).
2757
3ff3655c
KH
27582009-12-12 Kenichi Handa <handa@m17n.org>
2759
2760 * language/indian.el (indian-compose-regexp): New function.
2761 (malayalam-composable-pattern): Fix the pattern.
2762 (composition-function-table): Set malayalam-composable-pattern for
2763 Malayalam characters.
2764
82d3343c
CY
27652009-12-11 Chong Yidong <cyd@stupidchicken.com>
2766
315eb96d
CY
2767 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
2768 rather than down-mouse-1, based on follow-link conventions.
2769
82d3343c
CY
2770 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
2771 are compiled.
2772
86a4c7ac
DN
27732009-12-11 Michael McNamara <mac@mail.brushroad.com>
2774
bf0b361c 2775 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
2776 (verilog-vmm-statement-re, verilog-ovm-statement-re)
2777 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
2778 (verilog-leap-to-head, verilog-backward-token):
2779 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
2780
27812009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
2782
bf0b361c
JB
2783 * progmodes/verilog-mode.el (verilog-auto-lineup)
2784 (verilog-nameable-item-re): Cleanup user-visible spelling and
2785 documentation errors. One reported by Gary Delp.
1d4adede 2786 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
2787 (verilog-read-decls): Fix AUTOWIRE with types declared in a
2788 package, bug195. Reported by Pierre-David Pfister.
2789
fe03f49a
GM
27902009-12-11 Glenn Morris <rgm@gnu.org>
2791
47641aac
GM
2792 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
2793
85094855
GM
2794 * mail/emacsbug.el: No longer require sendmail.
2795 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
2796 (report-emacs-bug-orig-text): Doc fix.
2797 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
2798 New local variables, to adapt to different mail-user-agents.
2799 (report-emacs-bug): Fix test for a gnu.org address.
2800 Use overlays for emphasis, since font-lock defeats 'face property.
2801 Pretest bugs also end up at the newsgroup these days.
2802 Stop message-mode stripping text properties.
2803 Set and use the new buffer-local variables.
2804 (report-emacs-bug-hook): Add doc-string.
2805 Remove some unnecessary save-excursions and simplify.
2806 Use the appropriate hook and send-command.
2807
fe03f49a
GM
2808 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
2809 capitalization of some menu entries.
2810
345427f0
VJL
28112009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2812
4e6a65b9 2813 * whitespace.el (whitespace-display-char-on): Ensure
345427f0
VJL
2814 `buffer-display-table' is unique when two or more windows are
2815 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
2816 New version 12.1.
2817
c70ccbba
EZ
28182009-12-10 Eli Zaretskii <eliz@gnu.org>
2819
2820 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
2821 characters in the Attribute field.
2822
f1943c1b
DN
28232009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
2824
2825 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
2826
1c67aeaa
SM
28272009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2828
2829 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2830 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2831 Disregard autoload-excludes.
2832 (update-directory-autoloads): Obey autoload-excludes here instead.
2833 But don't store its contents in no-autoloads and remove entries that
2834 refer to excludes files.
2835
d8194864
GM
28362009-12-10 Glenn Morris <rgm@gnu.org>
2837
8c0171c0
GM
2838 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2839 (expand-mail-aliases): Define for compiler.
2840
dba372dd
GM
2841 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2842 Define for compiler.
2843
d8194864
GM
2844 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2845 appropriate for the mail-user-agent in use.
2846
fe5facd3
MA
28472009-12-09 Michael Albinus <michael.albinus@gmx.de>
2848
2849 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2850
99999a1d
DN
28512009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
2852
2853 Fix short log parsing and fontification.
2854 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2855 Fix fontification for the [merge] label.
2856
2ea1c4aa
SM
28572009-12-09 Vivek Dasmohapatra <vivek@etla.org>
2858
2859 Drop some properties to avoid surprises.
2860 * htmlfontify.el (hfy-ignored-properties): New defcustom.
2861 (hfy-fontify-buffer): Use it.
2862
9840deb6
SM
28632009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
2864
a0d1aadf
SM
2865 Minor cleanup.
2866 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
2867 Adjust all callers.
2868 (ffap-locate-file): Remove unused arg `dir-ok' and make other
2869 args compulsory. Adjust callers.
2870 (ffap-gopher-at-point): Remove unused var `name'.
2871
9840deb6
SM
2872 Get rid of the ELCFILES abomination.
2873 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2874 (compile-elcfiles): New phony target.
2875 (compile-main): Compute ELCFILES dynamically.
2876 (compile-clean): New target to remove left-over elc files.
2877 (compile, all): Use it.
2878
7eb3f9a8
KH
28792009-12-09 Kenichi Handa <handa@etlken>
2880
2881 * international/mule-diag.el: Require help-mode instead of help-fns.
2882
ae63e572
KH
28832009-12-09 Kenichi Handa <handa@m17n.org>
2884
5ce6e4f4 2885 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
2886 fine ranges instead of pre-calculating accurate ranges.
2887 Iterate with bigger gc-cons-threshold.
ae63e572 2888
e2f3c692
DN
28892009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2890
2891 Add support for stashing a snapshot of the current tree.
2892 * vc-git.el (vc-git-stash-snapshot): New function.
2893 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
2894
cf6d0352
JB
28952009-12-08 Jose E. Marchesi <jemarch@gnu.org>
2896
2897 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
2898 instead of `(beginning|end)-of-line'.
2899
48e4acc9
GM
29002009-12-08 Glenn Morris <rgm@gnu.org>
2901
6e890faa
GM
2902 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
2903
48e4acc9
GM
2904 * Makefile.in (ELCFILES): Regenerate.
2905
d2a1dc7b
JL
29062009-12-07 Juri Linkov <juri@jurta.org>
2907
2908 Don't lazy-highlight the comint output in history Isearch mode.
2909
2910 * comint.el (comint-history-isearch-search): Instead of
2911 `comint-line-beginning-position', use `comint-after-pmark-p'
2912 to check if point if before the process mark, and go to
2913 `process-mark' in this case.
2914
51ef56c4
SM
29152009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2916
fb10ee4a
SM
2917 * textmodes/tex-mode.el (latex-complete)
2918 (latex-indent-or-complete): Remove.
2919 (latex-mode): Set completion-at-point-functions instead.
2920
2921 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
2922 * minibuffer.el (completion-at-point-functions): New var.
2923 (completion-at-point): New command.
fb10ee4a 2924 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
2925 * progmodes/python.el (python-mode-map): Use completion-at-point.
2926 (python-completion-at-point): Rename from python-partial-symbol and
2927 adjust for use in completion-at-point-functions.
2928 (python-mode): Setup completion-at-point for Python completion.
2929 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
2930 extracted from lisp-complete-symbol.
2931 (lisp-complete-symbol): Use it.
2932 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
2933 setup completion-at-point for Elisp completion.
fb10ee4a
SM
2934 (emacs-lisp-mode-map, lisp-interaction-mode-map):
2935 Use completion-at-point.
51ef56c4 2936 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 2937 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
2938 * progmodes/sym-comp.el: Move to...
2939 * obsolete/sym-comp.el: Move from progmodes.
2940
5e7a9022
EZ
29412009-12-07 Eli Zaretskii <eliz@gnu.org>
2942
2943 Prevent save-buffer in Rmail buffers from using the coding-system
2944 of the current message, and from clobbering the encoding mnemonics
2945 in the mode line (Bug#4623).
2946
2947 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
2948 flag, too.
2949 (rmail-message-encoding): New variable.
2950 (rmail-write-region-annotate): Record the encoding of the current
2951 message in rmail-message-encoding.
2952 (rmail-after-save-hook): New function, restores the encoding of
2953 the current message after the message collection is saved.
2954
9136e895
JL
29552009-12-07 Juri Linkov <juri@jurta.org>
2956
2957 * progmodes/grep.el (grep-read-files): Use `completing-read'
2958 instead of `read-string'. Set its `collection' arg to
2959 `read-file-name-internal'. (Bug#4301)
2960
40637410
JL
29612009-12-07 Juri Linkov <juri@jurta.org>
2962
2963 Correctly restore original Isearch point. (Bug#4994)
2964
2965 * isearch.el (isearch-mode): Move `isearch-push-state' after
2966 `(run-hooks 'isearch-mode-hook)'.
2967 (isearch-cancel): When `isearch-push-state-function' is defined,
2968 let-bind `isearch-cmds' to the first state (the last element of
2969 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
2970 function and restores the original point). Otherwise, move point
2971 to `isearch-opoint'.
2972
da10ce2b
SM
29732009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2974
2975 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
2976 chars that don't have names, so the table can be built much faster at
2977 run-time.
2978
3d68fa99
CY
29792009-12-07 Chong Yidong <cyd@stupidchicken.com>
2980
f82b1493
CY
2981 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
2982 change. Suggested by David Kastrup.
2983
3d68fa99
CY
2984 * simple.el (compose-mail): Check for incompatibilities and warn.
2985 (compose-mail-user-agent-warnings): New option.
2986
662c5698
DN
29872009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2988
2989 Support showing a single log entry from vc-annotate.
2990 * vc.el (print-log): Add a new argument: START-REVISION.
2991 (vc-print-log-internal): Add a new optional argument and
2992 pass it to the backend.
2993 (vc-print-log, vc-print-root-log): Adjust callers.
2994 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
2995 buffer already displays the requested log entry, use it.
2996 Otherwise display only the log entry in question.
2997 * vc-svn.el (vc-svn-print-log):
e4070cdc 2998 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
2999 * vc-hg.el (vc-hg-state):
3000 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
3001 (vc-git-show-log-entry): Return t on success.
3002 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
3003 (vc-bzr-show-log-entry): Return t on success.
3004 * vc-rcs.el (vc-rcs-print-log):
3005 * vc-sccs.el (vc-sccs-print-log):
3006 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
3007
e4070cdc
GM
30082009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3009
5ce6e4f4
JB
3010 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
3011 Add menus to the meta mode. (Bug#5043)
e4070cdc 3012
5ce6e4f4 30132009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
3014
3015 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 3016 event-key.
662c5698 3017
662c5698
DN
3018 * ediff.el (ediff-buffers-internal): Add unwind-protect.
3019
dab816a9
MA
30202009-12-07 Michael Albinus <michael.albinus@gmx.de>
3021
3022 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
3023 Berbain <raphael.berbain@gmail.com>.
3024
3025 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
3026 characters.
3027 (tramp-initial-end-of-output): New defconst.
3028 (tramp-methods, tramp-find-shell)
3029 (tramp-open-connection-setup-interactive-shell)
3030 (tramp-maybe-open-connection): Use it.
3031 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
3032 existence of `#' and `$'.
3033
3034 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
3035 `tramp-initial-end-of-output'.
3036
a91e1f6b
DN
30372009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3038
3039 Get the background mode from the terminal for xterm, and set
3040 faces accordingly.
3041 * term/xterm.el (xterm-set-background-mode): New function.
3042 (terminal-init-xterm): Use it in case xterm supports background
3043 color queries. Recompute faces after getting the background
3044 color.
3045
5fa9d1ec
GM
30462009-12-07 Ulrich Mueller <ulm@gentoo.org>
3047
3048 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
3049 number comment back on its own line, for easier parsing.
3050
5e9fde5e
SM
30512009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3052
3053 Make it work for non-file buffers (bug#5102).
3054 * doc-view.el (doc-view-current-cache-dir):
3055 Use doc-view-buffer-file-name rather than buffer-file-name.
3056 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
3057
2f2f5242
CY
30582009-12-06 Óscar Fuentes <ofv@wanadoo.es>
3059
3060 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
3061 author field is too short.
3062
cebf8ec6
DN
30632009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
3064
5e9fde5e
SM
3065 * vc-git.el (vc-git-print-log): Handle a limit argument.
3066 Display the short log in graph form and with labels.
0d3f8a78
DN
3067 (vc-git-log-view-mode): Handle labels.
3068
cebf8ec6
DN
3069 Make vc-revert change VC state from 'added to 'unregistered.
3070 * vc-git.el (vc-git-revert): Call git reset first.
3071
8e39154d
UJ
30722009-12-06 Ulf Jasper <ulf.jasper@web.de>
3073
d8194864
GM
3074 * net/newst-backend.el, net/newst-plainview.el:
3075 * net/newst-reader.el, net/newst-ticker.el:
3076 * net/newst-treeview.el, net/newsticker.el:
3077 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 3078
ef187c24
CY
30792009-12-06 Chong Yidong <cyd@stupidchicken.com>
3080
238a0f3a
CY
3081 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
3082
2c6bb71a
CY
3083 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
3084 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
3085 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3086 Update annotation regexp.
3087
ef187c24
CY
3088 * simple.el (beginning-of-visual-line): Constrain to field
3089 boundaries (Bug#5106).
3090
571855b6
UJ
30912009-12-06 Ulf Jasper <ulf.jasper@web.de>
3092
d8194864 3093 * xml.el (xml-substitute-numeric-entities): Move
571855b6 3094 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 3095 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
3096 * net/newst-backend.el (newsticker--parse-generic-feed)
3097 (newsticker--parse-generic-items)
d8194864 3098 (newsticker--decode-numeric-entities): Move
571855b6 3099 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 3100 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 3101
b857059c
CY
31022009-12-06 Daniel Colascione <dan.colascione@gmail.com>
3103
3104 * progmodes/js.el (js--js-not): Add null to the list of values.
3105
c2dae51b
CY
31062009-12-06 Chong Yidong <cyd@stupidchicken.com>
3107
d8194864 3108 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 3109
ed0f72d2
RW
31102009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3111
3112 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
3113 delimiter if it is at the end of the current line.
3114 (bibtex-generate-url-list): Fix docstring.
3115
365b9a62
SM
31162009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3117
3118 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
3119 minibuffer's content with itself.
3120 Fold the confirm-after-completion case into the `confirm' case.
3121 (completion-pcm-word-delimiters): Add : and / to the delimiters.
3122
990a9cb1
KR
31232009-12-06 Kevin Ryde <user42@zip.com.au>
3124
3125 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 3126 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 3127
8b5a10db 3128 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 3129 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 3130
065543e7
JL
31312009-12-05 Juri Linkov <juri@jurta.org>
3132
3133 Save and restore dired buffer's point positions too. (Bug#4880)
3134
3135 * dired.el (dired-save-positions): Return in the first element
3136 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
3137 Doc fix.
3138 (dired-restore-positions): First restore buffer's position.
3139 While restoring window's positions, check if window still displays
3140 the original buffer.
3141
503edac9
CY
31422009-12-05 Chong Yidong <cyd@stupidchicken.com>
3143
9a594ee6
CY
3144 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
3145 if possible.
3146
925f8c70
CY
3147 * shell.el (shell): Require ansi-color (Bug#5113).
3148
3149 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
3150
503edac9
CY
3151 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
3152
8fea6b33
AM
31532009-12-05 Alan Mackenzie <acm@muc.de>
3154
3155 * progmodes/cc-mode.el (c-before-hack-hook)
3156 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
3157 `c-file-style' to work again. This reversion restores the current
212c5aef 3158 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 3159
5d1fd962
CY
31602009-12-05 Kevin Ryde <user42@zip.com.au>
3161
3162 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
3163 comment-start-skip to comment-end-skip as comment (Bug#4781).
3164
30760c8b
JL
31652009-12-05 Juri Linkov <juri@jurta.org>
3166
3167 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
3168 for virtual nodes. (Bug#4147)
3169 (Info-find-node-2): Set `Info-current-node-virtual' to nil
3170 when moving from a virtual node.
3171 (Info-mode-menu): Add `Info-virtual-index' to the menu.
3172 (Info-mode): Add `Info-virtual-index' to the docstring.
3173
403111a8
RW
31742009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3175
3176 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
3177 track of the buffer position of the end of a BibTeX entry as this
3178 position may change during reformatting.
3179 (bibtex-format-entry): Remove whitespace before processing
3180 numerical fields so that we recognize the latter properly.
3181 (bibtex-reformat): Do not use push which changes the global value
3182 of bibtex-entry-format.
3183 (bibtex-field-braces-alist, bibtex-field-strings-alist)
3184 (bibtex-field-re-init): Replace only space characters by regexp
3185 for whitespace.
365b9a62 3186 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
3187 (bibtex-initialize): Also update bibtex-strings.
3188 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
3189 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
3190 Update bibtex-reference-keys.
403111a8 3191
25b54627
SM
31922009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3193
3194 * minibuffer.el (completion-pcm--merge-try): Also consider placing
3195 point after a star, if that's the only place where modifications can
3196 make progress.
3197
35639eb4
DN
31982009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
3199
3200 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
3201 in docstrings.
3202
8b78760b
JL
32032009-12-04 Juri Linkov <juri@jurta.org>
3204
3205 * proced.el (proced): Call `(proced-update t)' to update process
3206 information instead of only running proced-post-display-hook.
3207 (proced-send-signal): Add a leading space to the buffer name
3208 " *Marked Processes*" to make this buffer ephemeral.
3209
2b3489a7
JL
32102009-12-04 Juri Linkov <juri@jurta.org>
3211
3212 * dired.el (dired-auto-revert-buffer): New defcustom.
3213 (dired-internal-noselect): Use it.
3214
9b9debd1
JL
32152009-12-04 Juri Linkov <juri@jurta.org>
3216
3217 Change roles of modes and functions in image-mode.el (Bug#5062).
3218
3219 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
3220 in `auto-mode-alist'.
3221 (image-mode-previous-major-mode): New variable.
3222 (image-minor-mode-map): Rename from `image-mode-text-map'.
3223 (image-mode): Move graceful error-handling code from
3224 `image-minor-mode' to here. On errors call `image-mode-as-text'.
3225 (image-minor-mode): Remove all image-handling code.
3226 Replace `image-mode-text-map' with `image-minor-mode-map'.
3227 Check for `image-type' in mode-line format string.
3228 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
3229 (image-mode-as-text): New function with most code from
3230 `image-mode-maybe'.
3231 (image-toggle-display-text): Move code that removes image
3232 properties from `image-toggle-display' to here.
3233 (image-toggle-display-image): New function with code that adds
3234 image properties copied from `image-toggle-display'.
3235 (image-toggle-display): Remove most code with leaving only code
3236 that toggles between `image-mode-as-text' and `image-mode'.
3237
0c74a301
UJ
32382009-12-04 Ulf Jasper <ulf.jasper@web.de>
3239
3240 * net/newst-treeview.el
3241 (newsticker--treeview-list-highlight-start): Restored call to
3242 save-excursion: Selected item was stuck.
3243 (newsticker--treeview-list-select): New.
3244 (newsticker--treeview-item-show-text)
3245 (newsticker--treeview-item-show)
3246 (newsticker--treeview-item-update): Use new
3247 newsticker-treeview-item-mode.
3248 (newsticker-treeview-update): Keep current item.
3249 (newsticker-treeview-next-new-or-immortal-item): Doc change.
3250 (newsticker--treeview-first-feed): Doc change.
3251 (newsticker-treeview-list-menu)
3252 (newsticker-treeview-item-menu): Added menu entries.
3253 (newsticker-treeview-item-mode): New.
3254
5ce6e4f4 3255 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
3256 windows.
3257
9eaeec5b
SS
32582009-12-04 Sam Steingold <sds@gnu.org>
3259
3260 * log-view.el (log-view-mode-map): "q" calls quit-window,
3261 like in all the other non-self-insert buffers.
3262
b2bf5be5
SM
32632009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3264
3265 Minor cleanup.
3266 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
3267 key decoding rather than do it manually via last-input-event +
3268 ascii-character.
3269 (term-exec): Use delete-and-extract-region.
3270 (term-handle-ansi-terminal-messages): Remove unused var `end'.
3271 (term-process-pager): Remove unused var `i'.
3272 (term-dynamic-simple-complete): Make obsolete.
3273 (serial-update-config-menu): Remove unused vars `y' and `str'.
3274 (term-update-mode-line): Remove unused var `temp'.
3275
46e5c897
DN
32762009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3277
3278 Limit the number of log entries displayed by default.
3279 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
3280 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
3281 using a prefix argument.
3282
627e0a14
GM
32832009-12-03 Glenn Morris <rgm@gnu.org>
3284
3285 * progmodes/idlwave.el (class): Restore still useful declaration.
3286
8578c224
AM
32872009-12-03 Alan Mackenzie <acm@muc.de>
3288
4abc318c 3289 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 3290
b2bf5be5
SM
3291 * progmodes/cc-mode.el (c-basic-common-init):
3292 Call c-state-cache-init.
9762b219 3293 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 3294 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 3295 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
3296
3297 * progmodes/cc-langs.el (c-before-font-lock-function):
3298 c-extend-and-neutralize-syntax-in-CPP has been renamed
3299 c-neutralize-syntax-in-and-mark-CPP.
3300
3301 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
3302 with `category' properties now, not `syntax-table' ones.
3303
3304 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
3305 enhanced (but slower) version of c-end-of-macro that won't land
3306 inside a literal or on another awkward character.
3307 (c-state-cache-too-far, c-state-cache-start)
3308 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
3309 (c-state-nonlit-pos-cache-limit, c-state-point-min)
3310 (c-state-point-min-lit-type, c-state-point-min-lit-start)
3311 (c-state-min-scan-pos, c-state-brace-pair-desert)
3312 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
3313 buffer local variables.
3314 (c-state-literal-at, c-state-lit-beg)
3315 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
3316 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
3317 (c-state-cache-top-paren, c-state-cache-after-top-paren)
3318 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
3319 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
3320 (c-renarrow-state-cache)
3321 (c-append-lower-brace-pair-to-state-cache)
3322 (c-state-push-any-brace-pair, c-append-to-state-cache)
3323 (c-remove-stale-state-cache)
3324 (c-remove-stale-state-cache-backwards, c-state-cache-init)
3325 (c-invalidate-state-cache-1, c-parse-state-1)
3326 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
3327 (c-parse-state): Enhance and refactor.
3328 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
3329
3330 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
3331 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
3332 modify to use category text properties rather than syntax-table ones.
3333 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
3334 to switch off/on the syntactic paren property of C++ template
3335 delimiters using the category property.
3336 (c-with-<->-as-parens-suppressed): Macro to invoke code with
3337 template delims suppressed.
3338 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
3339 New constant/macros which apply category properties to the start
3340 and end of preprocessor constructs.
b2bf5be5 3341 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
3342 "comment out" the syntactic value of characters in preprocessor
3343 constructs.
3344 (c-with-cpps-commented-out)
3345 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
3346 with characters in all or all but one preprocessor constructs
3347 "commented out".
3348
0d4dc442
RW
33492009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3350
3351 * proced.el (proced-filter-alist): Use regexp-quote.
3352
a09dc9bf
MA
33532009-12-03 Michael Albinus <michael.albinus@gmx.de>
3354
3355 Cleanup.
3356 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
3357 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
3358 arguments. Expand `default-directory'.
3359
3360 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
3361 the benefit of returning an expanded localname.
3362 (tramp-tramp-file-p): Handle the case NAME is not a string.
3363
3f6bd790
DN
33642009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3365
4dfb3b9c
DN
3366 Add support for bzr shelve/unshelve.
3367 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3368 (vc-bzr-extra-menu-map): New variables.
3369 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
3370 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
3371 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
3372 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
3373 (vc-bzr-dir-extra-headers): Display shelves.
3374
3f6bd790
DN
3375 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
3376
842d73a1
SM
33772009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3378
3379 * textmodes/bibtex.el (bibtex-complete-internal):
3380 Use completion-in-region.
3381 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
3382
7fa4876f
DN
33832009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3384
3385 Support applying stashes. Improve UI.
3386 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
3387 (vc-git-stash-apply, vc-git-stash-pop)
3388 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
3389 (vc-git-stash-menu): New functions.
3390 (vc-git-stash-menu-map): New variable.
3391 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
3392
d6e82452
GM
33932009-12-03 Glenn Morris <rgm@gnu.org>
3394
3395 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
3396 (vc-print-log-internal): Fix previous change.
3397 (vc-revert): Correct pluralization.
3398
8d222148
SM
33992009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3400
ea52206b
SM
3401 * progmodes/make-mode.el (makefile-special-targets-list): No need for
3402 it to be an alist any more.
3403 (makefile-complete): Use completion-in-region.
3404
69a94a37
SM
3405 * progmodes/octave-mod.el (octave-complete-symbol):
3406 Use completion-in-region.
3407
8d222148
SM
3408 Misc cleanup.
3409 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
3410 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
3411 (idlwave-complete-class): Don't quote lambda.
3412 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
3413 (idlwave-mode-map): Move initialization into declaration.
3414 (idlwave-action-and-binding): Use backquotes.
3415 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
3416 Simplify.
3417 (idlwave-is-pointer-dereference): Remove unused var `pos'.
3418 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
3419 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
3420 `parts', and `all-parts'.
3421 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
3422 (idlwave-convert-xml-system-routine-info): Remove unused string
3423 `version-string'.
3424 (idlwave-display-user-catalog-widget): Use dolist.
3425 (idlwave-scanning-lib): Declare dynamically-scoped var.
3426 (idlwave-scan-library-catalogs): Remove unused var `flags'.
3427 (completion-highlight-first-word-only): Declare to silence bytecomp.
3428 (idlwave-popup-select): Tighten scope of `resp'.
3429 (idlwave-find-struct-tag): Remove unused var `beg'.
3430 (idlwave-after-load-rinfo-hook): Declare.
3431 (idlwave-sintern-class-info): Remove unused var `taglist'.
3432 (idlwave-find-class-definition): Remove unused var `list'.
3433 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
3434 (idlwave-what-module-find-class): Remove unused var `classes'.
3435
3bb8691b
JB
34362009-12-03 Juanma Barranquero <lekktu@gmail.com>
3437
3438 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
3439
f72f0c23
SM
34402009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3441
3442 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
3443 buffers visited. Remove redundant current-buffer-saving.
3444
601a9508
SM
34452009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3446
3447 Use completion-in-buffer and remove uses of dynamic scoping.
3448 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
3449 (pascal-buffer-to-use, pascal-flag): Don't declare.
3450 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
3451 (pascal-get-completion-decl, pascal-keyword-completion):
3452 Add `pascal-str' argument, save-excursion,
3453 return the found completions, and don't filter with pascal-pred.
3454 (pascal-completion-cache): New var.
3455 (pascal-completion): Don't switch buffer any more (it was never
3456 necessary). Don't save-excursion any more (it's done by the called
3457 subroutines). Use a cache to avoid redundant computations.
3458 Use complete-with-action rather than pascal-completion-response and
3459 let it apply the predicate as well.
3460 (pascal-complete-word): Use completion-in-buffer when
3461 pascal-toggle-completions is nil.
3462 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
3463 not used any more.
3464 (pascal-comp-defun): Don't change buffer any more.
3465 Use complete-with-action rather than pascal-completion-response and
3466 let it apply the predicate as well.
3467 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
3468 when neded.
3469
1ff4cb98
KH
34702009-12-02 Kenichi Handa <handa@m17n.org>
3471
3472 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
3473 shape for all Indic scripts.
3474
bb12edf1
SM
34752009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3476
3477 Use completion-in-buffer.
3478 * wid-edit.el (widget-field-text-end): New function.
3479 (widget-field-value-get): Use it.
3480 (widget-string-complete, widget-file-complete)
3481 (widget-color-complete): Use it and completion-in-region.
3482 (widget-complete): Don't narrow the buffer.
3483
5813f6ef
GM
34842009-12-02 Glenn Morris <rgm@gnu.org>
3485
c920f222
GM
3486 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
3487 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
3488 * mail/rmailsum.el: Replace all pop-to-buffer calls with
3489 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 3490
5813f6ef
GM
3491 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
3492 save-excursion with save-current-buffer.
3493 Widen before searching. (Bug#5093)
3494 (diary-list-sexp-entries): Remove superfluous save-excursion.
3495
34b1d750
GM
34962009-12-02 Michael Welsh Duggan <mwd@cert.org>
3497
3498 * woman.el (woman-make-bufname): Handle man-pages with "." in the
3499 name. (Bug#5038)
3500
b2d5f31a
GM
35012009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
3502
3503 * ido.el (ido-file-internal): Handle filenames at point that do
3504 not have a directory part. (Bug#5049)
3505
c710ac3c
JB
35062009-12-02 Juanma Barranquero <lekktu@gmail.com>
3507
3508 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
3509 (mpc-songs-jump-to, mpc-resume): Doc fixes.
3510
9946be46
SM
35112009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
3512
3513 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
3514 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
3515 any more.
3516
b08016f2
SM
35172009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3518
e7440df4
SM
3519 * comint.el (comint-insert-input): Ignore clicks to the right of
3520 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
3521
3bb8691b 3522 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
3523 terminate before setting up the major mode.
3524
f3b757f5
SM
3525 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
3526 in case.
3527
a2877f1d
SM
3528 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
3529 the last element.
3530
b08016f2
SM
3531 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
3532
782d6e30
GM
35332009-12-01 Glenn Morris <rgm@gnu.org>
3534
3535 * window.el (window--display-buffer-2): Fix previous changes.
3536
28f57f7e
CY
35372009-12-01 Chong Yidong <cyd@stupidchicken.com>
3538
3539 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
3540
c31a2fdc
GM
35412009-12-01 Glenn Morris <rgm@gnu.org>
3542
3543 * Makefile.in (ELCFILES): Add mpc.elc.
3544
e1ada222
SM
35452009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3546
3547 * mpc.el: New file.
3548
0c9ff2c5
GM
35492009-12-01 Glenn Morris <rgm@gnu.org>
3550
3689984f
GM
3551 * window.el (window-to-use): Define for compiler.
3552
3ab4308b
GM
3553 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
3554 consistent with others (no final period).
3555
0c9ff2c5
GM
3556 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
3557 (rmail-mime-show): Downcase the encoding. (Bug#5070)
3558
fb0c18ff
DN
35592009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
3560
3561 Make vc-print-log buttons work.
045b9da7 3562 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 3563
2ac7e73e
JB
35642009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
3565
3566 * savehist.el (savehist-autosave-interval): Allow setting to nil
3567 through customize. (Bug#5056)
3568
5237d741
JB
35692009-11-30 Juanma Barranquero <lekktu@gmail.com>
3570
3571 Fix references to jit-lock properties.
3572 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3573 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
3574 (perl-font-lock-special-syntactic-constructs):
3575 Quote jit-lock-defer-multiline property.
3576
379241fa
DN
35772009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
3578
3579 * vc-git.el (vc-git-registered): Call vc-git-root only once.
3580
054ae856
JL
35812009-11-30 Juri Linkov <juri@jurta.org>
3582
3583 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
3584 value `buffer' of `multi-isearch-next-buffer-current-function'.
3585 Use `(current-buffer)' when `buffer' is nil.
3586 (multi-isearch-next-buffer-from-list): Don't fallback to
3587 `(current-buffer)' when `buffer' is nil. (Bug#4947)
3588
67296dda
JL
35892009-11-30 Juri Linkov <juri@jurta.org>
3590
3591 * misearch.el (multi-isearch-read-buffers): Move canonicalization
3592 of buffers with `get-buffer' to `multi-isearch-buffers'.
3593 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3594 Canonicalize BUFFERS with `get-buffer'. Doc fix.
3595 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
3596 FILES with `expand-file-name' converting relative file names
3597 to absolute. Doc fix. (Bug#4727)
3598
c585bf32
JL
35992009-11-30 Juri Linkov <juri@jurta.org>
3600
3601 * misearch.el (multi-isearch-read-buffers)
3602 (multi-isearch-read-matching-buffers): New functions.
3603 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3604 Use them in the `interactive' spec. Doc fix.
3605 (multi-isearch-read-files, multi-isearch-read-matching-files):
3606 New functions.
3607 (multi-isearch-files, multi-isearch-files-regexp):
3608 Use them in the `interactive' spec. Doc fix. (Bug#4725)
3609
0a745733
JL
36102009-11-30 Juri Linkov <juri@jurta.org>
3611
3612 * doc-view.el (doc-view-continuous):
3613 Rename from `doc-view-continuous-mode'.
3614 (doc-view-menu): Move "Toggle display" to the top.
3615 Add submenu "Continuous" with radio buttons "Off"/"On"
3616 and "Save as Default".
3617 (doc-view-scroll-up-or-next-page)
3618 (doc-view-scroll-down-or-previous-page)
3619 (doc-view-next-line-or-next-page)
3620 (doc-view-previous-line-or-previous-page): Rename
3621 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
3622
1f9689eb
JL
36232009-11-30 Juri Linkov <juri@jurta.org>
3624
3625 * comint.el (comint-mode-map): Rebind `M-r' from
3626 `comint-previous-matching-input' to
3627 `comint-history-isearch-backward-regexp'.
3628 Unbind `M-s' to allow global key binding `M-s'.
3629 Add menu items for `comint-history-isearch-backward' and
3630 `comint-history-isearch-backward-regexp'. (Bug#3746)
3631
2952b1ae
JL
36322009-11-30 Juri Linkov <juri@jurta.org>
3633
3634 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
3635 For def=recenter, replace `recenter' with `recenter-top-bottom'
3636 that is called with `this-command' and `last-command' let-bound
3637 to `recenter-top-bottom'. When the last `def' was not `recenter',
3638 set `recenter-last-op' to nil. (Bug#4981)
3639
7a9547ca
SM
36402009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3641
20565545
SM
3642 Minor cleanup and simplification.
3643 * filecache.el (file-cache-add-directory)
3644 (file-cache-add-directory-recursively)
3645 (file-cache-add-from-file-cache-buffer)
3646 (file-cache-delete-file-regexp, file-cache-delete-directory)
3647 (file-cache-files-matching-internal, file-cache-display): Use dolist.
3648 (file-cache-temp-minibuffer-message): Delete function.
3649 (file-cache-minibuffer-complete): Use minibuffer-message instead.
3650
7a9547ca
SM
3651 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3652 Don't signal an error when bumping into EOB in tr, s, or y.
3653
08e968f3
JL
36542009-11-29 Juri Linkov <juri@jurta.org>
3655
3656 * startup.el (fancy-about-text): Fix wording of Guided Tour.
3657 (Bug#4960)
3658
3659 * descr-text.el (describe-char-unidata-list): Use lowercase name
3660 for "Unicode name" like in other tags.
3661
f8d170a4
JL
36622009-11-29 Juri Linkov <juri@jurta.org>
3663
3664 * ediff-util.el (ediff-minibuffer-with-setup-hook):
3665 New compatibility macro.
7a9547ca 3666 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 3667
0116abbd
JL
36682009-11-29 Juri Linkov <juri@jurta.org>
3669
3670 Add defcustom to define the cycling order of `recenter-top-bottom'.
3671 (Bug#4981)
3672
3673 * window.el (recenter-last-op): Doc fix.
3674 (recenter-positions): New defcustom.
3675 (recenter-top-bottom): Rewrite to use `recenter-positions'.
3676 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
3677
61eef560
MA
36782009-11-29 Michael Albinus <michael.albinus@gmx.de>
3679
3680 Improve integration of Tramp and ange-ftp in eshell.
3681
e4070cdc 3682 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
3683 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
3684 (eshell/sudo): Flatten args. Let-bind `default-directory'.
3685
3686 * eshell/esh-util.el (top): Require also Tramp when compiling.
3687 (eshell-directory-files-and-attributes): Check for FTP remote
3688 connection.
3689 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
3690 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
3691 (eshell-file-attributes): Handle ".". Return `entry'.
3692
3693 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
3694 (ange-ftp-directory-files-and-attributes)
3695 (ange-ftp-real-directory-files-and-attributes): New defuns.
3696
3697 * net/tramp.el (tramp-maybe-open-connection): Open the remote
3698 shell with "exec" when possible. This prevents trailing prompts
3699 in `start-file-process'.
3700
f5467d3f
SM
37012009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3702
21f49db9
SM
3703 Try and remove assumptions about point-min==1.
3704 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
3705 (rng-compute-mode-line-string): Show the validation percentage in
3706 terms of the narrowed text, not the widened text.
3707 (rng-do-some-validation): Don't catch internal errors when debugging.
3708 (rng-first-error): Simplify.
3709 (rng-after-change-function): Remove work around. AFAIK the bug has
3710 been fixed a while ago.
3711
26224faf
SM
3712 * image-mode.el (image-minor-mode): Exit more gracefully when the image
3713 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
3714
d7117720
SM
3715 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
3716
f5467d3f
SM
3717 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
3718 `cd' doesn't always do it for us (bug#5067).
3719
3720 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
3721 on 2009-10-25 as part of some other change (bug#5067).
3722
c5269f1c
SM
37232009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3724
62a258a7
SM
3725 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3726 `suspicious'.
3727 (byte-compile-warnings): Use byte-compile-warning-types.
3728 (byte-compile-save-excursion): Warn about use of set-buffer right
3729 after save-excursion.
3730
c5269f1c
SM
3731 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
3732 the excursion as well.
3733
3ba30eb8
MA
37342009-11-27 Michael Albinus <michael.albinus@gmx.de>
3735
3736 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
3737 providing a Tramp related implementation of "su" and "sudo".
3738 (eshell-unix-initialize): Add "su" and "sudo".
3739
6c6f788d
DU
37402009-11-27 Daiki Ueno <ueno@unixuser.org>
3741
3742 * net/socks.el (socks-send-command): Convert binary request to
3743 unibyte before sending. This fixes mishandling of some port
3744 numbers such as 129.
3745
10c877fe
SM
37462009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3747
6f06a171
SM
3748 * help.el (describe-bindings-internal): Remove `interactive'.
3749
10c877fe
SM
3750 * man.el (Man-completion-table): Trim a terminating "(".
3751 Remove the space between name page a section.
3752 Add the command's description on the `help-echo' property.
c5269f1c
SM
3753 Remove `process-connection-type' binding since it's unused by
3754 call-process.
10c877fe
SM
3755 Provide completion for the "<section> <name>" format as well.
3756 (Man-default-man-entry): Remove spurious var shadowing the argument.
3757
c44a4822
KR
37582009-11-26 Kevin Ryde <user42@zip.com.au>
3759
3760 * log-view.el: Add "Keywords: tools", since its other keywords
3761 aren't in finder-known-keywords, and following vc.el.
3762
9d58f081
KR
3763 * sha1.el (sha1-string-external): default-directory "/" in case
3764 otherwise non-existent. process-connection-type pipe for touch of
3765 efficiency recommended by elisp manual. (An aside in Bug#3911.)
3766
72fe6b25
SM
37672009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3768
3769 Misc coding convention cleanups.
3770 * htmlfontify.el (hfy-init-kludge-hook): Rename from
3771 hfy-init-kludge-hooks.
3772 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
3773 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
3774 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
3775 and push.
3776 (hfy-slant, hfy-weight): Use tables rather than code.
3777 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
3778 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
3779 (hfy-face-attr-for-class): Initialize `face-spec' directly.
3780 (hfy-face-to-css): Remove `nconc' with single arg.
3781 (hfy-p-to-face-lennart): Use `or'.
3782 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
3783 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
3784 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
3785 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
3786 (hfy-force-fontification): Use run-hooks.
3787
85e0a536
SM
37882009-11-26 Vivek Dasmohapatra <vivek@etla.org>
3789
3790 Various minor fixes.
3791 * htmlfontify.el (hfy-default-header): Add toggle_invis since
3792 Javascript belongs in the header, not the body.
3793 (hfy-javascript): Remove.
3794 (hfy-fontify-buffer): Don't insert it any more.
3795 (hfy-face-at): Handle (face0 face1 face2) style face properties.
3796 Fix bug in invis handling when there were no invis props in a chunk.
3797
62ccc42c
SM
37982009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3799
3800 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
3801
2643c7aa
DN
38022009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
3803
3804 * finder.el (finder-mode-map): Add a menu.
3805
0e5c8aed
DN
38062009-11-26 Michael McNamara <mac@mail.brushroad.com>
3807
bf0b361c 3808 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
3809 "unsigned" structs.
3810
3811 (verilog-leap-to-head, verilog-backward-token): Handle "disable
3812 fork" statement better.
3813
38142009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
3815
bf0b361c
JB
3816 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3817 (verilog-delete-auto, verilog-delete-empty-auto-pair)
3818 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3819 Reported by Clay Douglass.
0e5c8aed
DN
3820
3821 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c
SM
3822 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3823 Fix removing "// Interfaces" when saving .* expansions. Reported by
0e5c8aed
DN
3824 Pierre-David Pfister.
3825
7629c4e7
GM
38262009-11-26 Glenn Morris <rgm@gnu.org>
3827
62ccc42c
SM
3828 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3829 the scope.
7629c4e7 3830
a5d358f8
JB
38312009-11-25 Johan Bockgård <bojohan@gnu.org>
3832
3833 * vc-annotate.el (vc-annotate-revision-previous-to-line):
3834 Really use previous revision.
3835
002cbde5
KR
38362009-11-25 Kevin Ryde <user42@zip.com.au>
3837
3838 * man.el (Man-completion-table): default-directory "/" in case
3839 doesn't otherwise exist. process-environment COLUMNS=999 so as
3840 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
3841 any chance of hitting the pseudo-tty TIOCGWINSZ.
3842 (man): completion-ignore-case t for friendliness and since man
3843 itself is case-insensitive on the command line.
3844 Further to Bug#3717.
002cbde5 3845
8cb5ffe8
KR
3846 * arc-mode.el: Add "Keywords: files", so the details in its
3847 commentary can be reached from finder-by-keyword.
34607612
KR
3848 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
3849 editing mode, but it's comms related and sgml-mode.el has "comm"
3850 on that basis too.
b8dfcf54 3851 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
3852 * international/isearch-x.el, international/ja-dic-cnv.el:
3853 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 3854 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 3855
1e2d9ba1
JL
38562009-11-25 Juri Linkov <juri@jurta.org>
3857
3858 * man.el (Man-completion-table): Modify regexp to include
3859 section names to completion strings. (Bug#3717)
3860
a601d313
JL
38612009-11-25 Juri Linkov <juri@jurta.org>
3862
3863 Search recursively in gzipped files. (Bug#4982)
3864
3865 * progmodes/grep.el (grep-highlight-matches): Add new options
3866 `always' and `auto'. Doc fix.
3867 (grep-process-setup): Check `grep-highlight-matches' for
3868 `auto-detect' to determine the need to compute grep defaults.
3869 Move Windows/DOS specific --colors settings handling
3870 to `grep-compute-defaults'. Check `grep-highlight-matches'
3871 to get the value of "--color=".
3872 (grep-compute-defaults): Compute `grep-highlight-matches' when it
3873 has the value `auto-detect'. Move Windows/DOS specific settings
3874 from `grep-process-setup'.
3875 (zrgrep): New command with alias `rzgrep'.
3876
bde04ea9
JL
38772009-11-25 Juri Linkov <juri@jurta.org>
3878
3879 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
3880 to nil instead of switching off view-mode. (Bug#4896)
3881
7d6b4d3c
JL
38822009-11-25 Juri Linkov <juri@jurta.org>
3883
3884 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
3885
3886 * mwheel.el (mwheel-scroll-up-function)
3887 (mwheel-scroll-down-function): New defvars.
3888 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
3889 `scroll-up', and `mwheel-scroll-down-function' instead of
3890 `scroll-down'.
3891
3892 * doc-view.el (doc-view-scroll-up-or-next-page)
3893 (doc-view-scroll-down-or-previous-page): Add optional ARG.
3894 Use this ARG in the call to image-scroll-up/image-scroll-down.
3895 Change `interactive' spec to "P". Goto next/previous page only
3896 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
3897 SPC/DEL case). Doc fix.
3898 (doc-view-next-line-or-next-page)
3899 (doc-view-previous-line-or-previous-page): Rename arg to ARG
3900 for consistency.
3901 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
3902 `doc-view-scroll-up-or-next-page', and buffer-local
3903 `mwheel-scroll-down-function' to
3904 `doc-view-scroll-down-or-previous-page'.
3905
e237085f
JL
39062009-11-25 Juri Linkov <juri@jurta.org>
3907
3908 Provide additional default values (directories at other Dired
3909 windows) via M-n in the minibuffer of some Dired commands.
3910
3911 * dired-aux.el (dired-diff, dired-compare-directories)
3912 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
3913 `minibuffer-default' in `minibuffer-with-setup-hook'.
3914 (dired-dwim-target-directory): Find a window that displays Dired
3915 buffer instead of failing when the next window is not Dired.
3916 Use `get-window-with-predicate' to find for the next Dired window.
3917 (dired-dwim-target-defaults): New function.
3918
3919 * ediff-util.el (ediff-read-file-name):
3920 Use `dired-dwim-target-defaults' to set `minibuffer-default'
3921 in `minibuffer-with-setup-hook'.
3922
7d371eac
JL
39232009-11-25 Juri Linkov <juri@jurta.org>
3924
3925 Provide additional default values (file name at point or at the
3926 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
3927
3928 * minibuffer.el (read-file-name-defaults): New function.
3929 (read-file-name): Reset `minibuffer-default' to nil when
3930 it duplicates initial input `insdef'.
3931 Bind `minibuffer-default-add-function' to lambda that
3932 calls `read-file-name-defaults' in `minibuffer-selected-window'.
3933 (minibuffer-insert-file-name-at-point): New command.
3934
3935 * files.el (file-name-at-point-functions): New defcustom.
3936 (find-file-default): Remove defvar.
3937 (find-file-read-args): Don't use `find-file-default'.
3938 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3939 to `read-file-name'.
3940 (find-file-literally): Use `read-file-name' with
3941 `confirm-nonexistent-file-or-buffer'.
3942
3943 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
3944
3945 * dired.el (dired-read-dir-and-switches):
3946 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3947 to `read-file-name'.
3948 (dired-file-name-at-point): New function.
3949 (dired-mode): Add hook `dired-file-name-at-point' to
3950 `file-name-at-point-functions'.
3951
04ae543a
SM
39522009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3953
3954 Really make the *Completions* window soft-dedicated (bug#5030).
3955 * window.el (window--display-buffer-2): Add `dedicated' argument.
3956 (display-buffer): Pass it when needed so the dedicated flag is set
3957 after calling set-window-buffer, which would otherwise reset it.
3958
eb708e66
SM
39592009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3960
d6b8d4e7
SM
3961 * progmodes/meta-mode.el (meta-complete-symbol):
3962 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
3963 * mail/mailabbrev.el (mail-abbrev-complete-alias):
3964 Use completion-in-region.
3965
5f24557b
SM
3966 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
3967 (dabbrev-completion): Use completion-in-region.
3968 (dabbrev--abbrev-at-point): Simplify regexp.
3969
fe4346f0
SM
3970 * abbrev.el (abbrev--before-point): Use word-motion functions
3971 if :regexp is not specified (bug#5031).
3972
cb190d7d
SM
3973 * subr.el (string-prefix-p): New function.
3974
e2ec6dd5
SM
3975 * man.el (Man-completion-cache): New var.
3976 (Man-completion-table): Use it.
3977
eb708e66
SM
3978 * vc.el (vc-print-log-internal): Make `limit' optional for better
3979 compatibility (e.g. with vc-annotate.el).
3980
4cf8971b
KR
39812009-11-24 Kevin Ryde <user42@zip.com.au>
3982
eb708e66 3983 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 3984 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 3985
4cf8971b
KR
3986 * emacs-lisp/elint.el (elint-add-required-env): Better error message
3987 when .el source file not found or other error.
3988
d204c46c
SM
39892009-11-24 Markus Triska <markus.triska@gmx.at>
3990
3991 * linum.el (linum-update-window): Ignore intangible (bug#4996).
3992
bb301b9a
SM
39932009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3994
449c27f0
SM
3995 Handle the [back] button properly (bug#4979).
3996 * descr-text.el (describe-text-properties): Add a `buffer' argument.
3997 Use help-setup-xref, help-buffer, and with-help-window.
3998 (describe-char): Add `buffer' argument.
3999 Pass proper command to help-setup-xref. Don't meddle with
4000 help-xref-stack-item directly.
4001 (describe-text-category): Use with-help-window and help-buffer.
4002
32fe5377
SM
4003 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
4004 for the displayed buffer (bug#4887).
4005
bb301b9a
SM
4006 * man.el (Man-completion-table): New function.
4007 (man): Use it.
4008
35179414
DR
40092009-11-24 David Reitter <david.reitter@gmail.com>
4010
bb301b9a 4011 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
4012 .git is) rather than the file's directory and a relative path spec
4013 to work around a bug in git.
4014
605a20a9
MA
40152009-11-24 Michael Albinus <michael.albinus@gmx.de>
4016
4017 Improve handling of processes on remote hosts.
4018
4019 * eshell/esh-util.el (eshell-path-env): New defvar.
4020 (eshell-parse-colon-path): New defun.
4021 (eshell-file-attributes): Use `eshell-parse-colon-path'.
4022
bb301b9a
SM
4023 * eshell/esh-ext.el (eshell-search-path):
4024 Use `eshell-parse-colon-path'.
605a20a9
MA
4025 (eshell-remote-command): Remove argument HANDLER.
4026 (eshell-external-command): Check for FTP remote connection.
4027
bb301b9a
SM
4028 * eshell/esh-proc.el (eshell-gather-process-output):
4029 Use `file-truename', in order to start also symlinked files.
4030 Apply `start-file-process' instead of `start-process'.
4031 Shorten `command' to the local file name part.
605a20a9 4032
bb301b9a
SM
4033 * eshell/em-cmpl.el (eshell-complete-commands-list):
4034 Use `eshell-parse-colon-path'.
605a20a9
MA
4035
4036 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
4037
4038 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
4039 to `eshell-directory-change-hook'.
4040
d1d33062
TH
40412009-11-24 Tassilo Horn <tassilo@member.fsf.org>
4042
4043 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 4044 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 4045
a34d8565 40462009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 4047
a34d8565
MK
4048 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
4049 made on 2009-11-22.
d1d33062 4050
c83b8d1b
GM
40512009-11-24 Glenn Morris <rgm@gnu.org>
4052
4053 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
4054 deleted variable bookmark-bmenu-bookmark-column.
4055
83505cfe
SM
40562009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4057
4058 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
4059
5241b291
CY
40602009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
4061
4062 * net/browse-url.el (browse-url-filename-alist): On Windows, add
4063 two slashes to the "file:" prefix.
4064 (browse-url-file-url): De-munge Cygwin filenames before passing
4065 them to Windows browser.
4066 (browse-url-default-windows-browser): Use call-process.
4067
aefcadb6
JL
40682009-11-23 Juri Linkov <juri@jurta.org>
4069
4070 Implement DocView Continuous mode. (Bug#4896)
4071 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
4072 (doc-view-mode-map): Bind C-n/<down> to
4073 `doc-view-next-line-or-next-page', C-p/<up> to
4074 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
4075 (doc-view-next-line-or-next-page)
4076 (doc-view-previous-line-or-previous-page): New commands.
4077
0d62bcea
JL
40782009-11-23 Juri Linkov <juri@jurta.org>
4079
4080 Implement Isearch in comint input history. (Bug#3746)
4081 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
4082 `isearch-mode-hook'.
4083 (comint-history-isearch): New defcustom.
4084 (comint-history-isearch-backward)
4085 (comint-history-isearch-backward-regexp): New commands.
4086 (comint-history-isearch-message-overlay): New buffer-local variable.
4087 (comint-history-isearch-setup, comint-history-isearch-end)
4088 (comint-goto-input, comint-history-isearch-search)
4089 (comint-history-isearch-message, comint-history-isearch-wrap)
4090 (comint-history-isearch-push-state)
4091 (comint-history-isearch-pop-state): New functions.
4092
b593f105
MA
40932009-11-23 Michael Albinus <michael.albinus@gmx.de>
4094
4095 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
4096 return.
4097 (tramp-handle-make-symbolic-link)
4098 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
4099 Quote file names.
4100 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
4101 (tramp-handle-process-file): Use it.
4102
0f202d5d
SM
41032009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4104
4105 * window.el (move-to-window-line-last-op): Remove.
4106 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
4107
216349f8
SM
41082009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4109
0f202d5d 4110 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
4111 * window.el (move-to-window-line-last-op): New var.
4112 (move-to-window-line-top-bottom): New command.
4113 (global-map): Bind M-r move-to-window-line-top-bottom.
4114
c10e0633
GM
41152009-11-23 Sven Joachim <svenjoac@gmx.de>
4116
4117 * dired-x.el (dired-guess-shell-alist-default):
4118 Support xz format. (Bug#4953)
4119
953e0c1a
GM
41202009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
4121
4122 * emulation/viper-cmd.el: Use viper-last-command-char instead of
4123 last-command-char/last-command-event.
4124 (viper-prefix-arg-value): Do correct conversion of event-char for
4125 XEmacs.
4126
83505cfe
SM
4127 * emulation/viper-util.el, emulation/viper.el:
4128 Use viper-last-command-char instead of
4129 last-command-char/last-command-event.
953e0c1a 4130
83505cfe
SM
4131 * ediff-init.el, ediff-mult.el, ediff-util.el:
4132 Replace last-command-char and last-command-event
4133 with (ediff-last-command-char) everywhere.
953e0c1a
GM
4134
4135 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
4136 created in fundamental mode.
4137
4138 * ediff.el (ediff-version): Revert the change of interactive-p to
4139 called-interactively-p.
4140
9ee12eee
TH
41412009-11-22 Tassilo Horn <tassilo@member.fsf.org>
4142
4143 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
4144 generation from word-movement command names.
4145
8b571bf3
JD
41462009-11-21 Jan Djärv <jan.h.d@swipnet.se>
4147
4148 * cus-start.el (all): Add native condition for font-use-system-font.
4149
4121db47
AM
41502009-11-21 Nathaniel Flath <flat0103@gmail.com>
4151
83505cfe
SM
4152 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4153 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 4154
d71f5e0c
TH
41552009-11-21 Tassilo Horn <tassilo@member.fsf.org>
4156
4157 * progmodes/subword.el: Rename from lisp/subword.el.
4158
4159 * subword.el: Rename to progmodes/subword.el.
4160
4161 * Makefile.in (ELCFILES): Adapt to subword.el move.
4162
fc9d6ad6
SM
41632009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4164 Stefan Monnier <monnier@iro.umontreal.ca>
4165
4166 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
4167 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
4168 (bookmark-bmenu-show-filenames): Use push.
4169 (bookmark-bmenu-hide-filenames): Use local var instead of
4170 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
4171 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
4172 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
4173 filenames now that the bookmark names are always available.
4174
26d9285f
SM
41752009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4176
4177 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
4178 (bookmark-search-pattern): Move and leave unbound.
4179 (bookmark-bmenu-mode-map): Change binding.
4180 (bookmark-read-search-input): Simplify.
4181 Don't use text-char-description. Don't error on non-char events.
4182 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
4183 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
4184 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
4185 Use a local var for the timer.
4186 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
4187 (i.e. bookmark-bmenu-search).
4188
d73a0317
GM
41892009-11-21 Glenn Morris <rgm@gnu.org>
4190
4191 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
4192
e572025f
CY
41932009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
4194
26d9285f
SM
4195 * net/browse-url.el (browse-url-default-windows-browser):
4196 Use cygstart for cygwin.
e572025f 4197
6aeaa3dc
KF
41982009-11-20 Karl Fogel <karl.fogel@red-bean.com>
4199
e4070cdc 4200 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
4201 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
4202 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 4203 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
4204 (bookmark-read-search-input): Adjust to fit within 80 columns.
4205
a9b76eec
TH
42062009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4207
4208 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
4209 (c-backward-into-nomenclature): Adapt to subword renaming.
4210
4211 * subword.el (subword-forward, subword-backward, subword-mark)
4212 (subword-kill, subword-backward-kill, subword-transpose)
4213 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
4214 (subword-forward-internal, subword-backward-internal):
4215 Rename from forward-subword, backward-subword, mark-subword,
4216 kill-subword, backward-kill-subword, transpose-subwords,
4217 downcase-subword, upcase-subword, capitalize-subword,
4218 forward-subword-internal, backward-subword-internal.
a9b76eec 4219
1e7d4475
SM
42202009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4221
26d9285f
SM
4222 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
4223 New options.
1e7d4475
SM
4224 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
4225 New vars.
4226 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
4227 (bookmark-bmenu-filter-alist-by-regexp)
4228 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
4229 (bookmark-bmenu-search): New command.
4230 (bookmark-bmenu-mode-map): Bind it.
4231
653d1554
TH
42322009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4233
ab84bfa0
TH
4234 * progmodes/cc-cmds.el: declare-functioned forward-subword and
4235 backward-subword to quit the byte-compiler.
4236
1f35fda9
TH
4237 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
4238
4239 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
4240
653d1554 4241 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
4242 (c-forward-into-nomenclature, c-backward-into-nomenclature):
4243 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
4244
4245 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
4246 subword.el functions instead of cc-subword.el.
4247
1e7d4475
SM
4248 * progmodes/cc-subword.el: Rename to subword.el.
4249 * subword.el: Rename from progmodes/cc-subword.el.
4250 (subword-mode-map): Rename from c-subword-mode-map.
4251 (subword-mode): Rename from c-subword-mode.
653d1554 4252 (global-subword-mode): New global minor mode.
1e7d4475
SM
4253 (forward-subword): Rename from c-forward-subword.
4254 (backward-subword): Rename from c-backward-subword.
4255 (mark-subword): Rename from c-mark-subword.
4256 (kill-subword): Rename from c-kill-subword.
4257 (backward-kill-subword): Rename from c-backward-kill-subword.
4258 (transpose-subwords): Rename from c-tranpose-subword.
4259 (downcase-subword): Rename from c-downcase-subword.
4260 (capitalize-subword): Rename from c-capitalize-subword.
4261 (forward-subword-internal): Rename from c-forward-subword-internal.
4262 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 4263
9717f119
DN
42642009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
4265
8de724f3
DN
4266 * vc.el (vc-deduce-fileset): Allow non-state changing operations
4267 from a dired buffer.
4268 (vc-dired-deduce-fileset): New function.
4269 (vc-root-diff, vc-print-root-log): Use it.
4270
9717f119
DN
4271 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
4272 nil LIMIT argument to vc-print-log-internal.
4273
af4999b8
GM
42742009-11-20 Glenn Morris <rgm@gnu.org>
4275
4276 * Makefile.in (ELCFILES): Regenerate.
4277
b58edcb6
JB
42782009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
4279
02e1b488
SM
4280 * calc/calc.el (calc-set-mode-line):
4281 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
4282 (math-format-number): Rename `math-format-complement-signed' to
4283 `math-format-twos-complement'.
4284
02e1b488 4285 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
4286 math-format-complement-signed.
4287 (calc-radix): Rename `calc-complement-signed-mode' to
4288 `calc-twos-complement-mode'.
02e1b488
SM
4289 (calc-octal-radix, calc-hex-radix): Add an argument for
4290 two's complement.
b58edcb6 4291
02e1b488
SM
4292 * calc/calc-embed.el (calc-embedded-mode-vars):
4293 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 4294
02e1b488
SM
4295 * calc/calc-ext.el (calc-init-extensions):
4296 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
4297 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
4298
02e1b488
SM
4299 * calc/calc-units.el (math-build-units-table-buffer):
4300 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
4301
4302 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
4303 entries.
4304
4305 * calc/calc-vec.el (calcFunc-vunpack):
4306 * calc/calc-aent.el (calc-do-calc-eval):
4307 * calc/calc-forms.el (math-format-date):
4308 * calc/calc-graph.el (calc-graph-plot):
4309 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
4310 * calc/calccomp.el (math-compose-expr):
4311 Let `calc-twos-complement-mode' be nil.
4312
43132009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4314
4315 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
4316 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
4317 * minibuffer.el (completion-in-region-functions): New hook.
4318 (completion-in-region): New function.
4319 * emacs-lisp/lisp.el (lisp-complete-symbol):
4320 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 4321
e3353a78
SM
43222009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4323
eff77808
SM
4324 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
4325 (latex-complete-alist): New vars.
4326 (latex-string-prefix-p, latex-complete-bibtex-keys)
4327 (latex-complete-envnames, latex-complete-refkeys)
4328 (latex-complete-data): New functions.
4329 (latex-complete, latex-indent-or-complete): New commands.
4330
d2c9fc42
SM
4331 * window.el (display-buffer-mark-dedicated): New var.
4332 (display-buffer): Obey it.
4333 * minibuffer.el (minibuffer-completion-help): Use it.
4334
31a1c477
SM
4335 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
4336
bed4c972
SM
4337 * filecache.el (file-cache-add-file): Use push and cons.
4338 (file-cache-delete-file-regexp): Use push.
4339 (file-cache-complete): Use completion-in-region.
4340
8c22699f
SM
4341 * simple.el (with-wrapper-hook): Fix thinko.
4342
e3353a78
SM
4343 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
4344 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
4345 Use with-current-buffer and string-to-number.
4346 (hfy-fallback-colour-values): Use assoc-string.
4347 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
4348 (hfy-face-at): Remove unused var `found-face'.
4349 (hfy-compile-stylesheet): Remove unused var `css'.
4350 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
4351 and `orig-buffer'.
4352 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
4353 Use with-current-buffer.
4354 (hfy-text-p): Use expand-file-name and fewer setq.
4355
acca02b0
SM
43562009-11-19 Vivek Dasmohapatra <vivek@etla.org>
4357
4358 * htmlfontify.el, hfy-cmap.el: New files.
4359
042b7cc6
JL
43602009-11-19 Juri Linkov <juri@jurta.org>
4361
4362 * minibuffer.el (completions-format): New defcustom.
4363 (completion--insert-strings): Implement vertical format.
4364
4365 * simple.el (switch-to-completions): Move point to the first
4366 completion when point was at the beginning of the buffer.
4367
da205913
JL
43682009-11-19 Juri Linkov <juri@jurta.org>
4369
4370 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
4371
4372 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
4373
0b8ee421
CY
43742009-11-19 Chong Yidong <cyd@stupidchicken.com>
4375
4376 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
4377 (mail-signature): Change default to t.
4378 (mail-from-style): Deprecate `system-default' value.
4379 (mail-insert-from-field): For default value of mail-from-style,
4380 default to `angles' unless `angles' needs quoting and `parens'
4381 does not.
4382 (mail-citation-prefix-regexp): Use citation regexp from
4383 message-mode.
4384
4265deab
MA
43852009-11-19 Michael Albinus <michael.albinus@gmx.de>
4386
acca02b0
SM
4387 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4388 Set variables for computing the prompt for reading password.
4265deab 4389
27cacd2d
GM
43902009-11-19 Glenn Morris <rgm@gnu.org>
4391
470bce7d
GM
4392 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
4393
7e705a1d
GM
4394 * textmodes/flyspell.el (sgml-lexical-context): Declare.
4395
27cacd2d
GM
4396 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
4397 (newsticker-treeview-listwindow-height): Fix custom type.
4398
b2f0be0f
KH
43992009-11-19 Kenichi Handa <handa@m17n.org>
4400
4401 * descr-text.el (describe-char-padded-string): Compose with TAB
4402 only if there's a font for CH.
02e1b488 4403 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 4404
03446045 44052009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
4406
4407 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 4408 more accurate version of the regexp. (Bug#3910)
b96337b0 4409
03446045 44102009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
4411
4412 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
4413
e0620570
JB
44142009-11-18 Juanma Barranquero <lekktu@gmail.com>
4415
4416 * font-setting.el (font-use-system-font): Declare for byte-compiler.
4417 (font-setting-change-default-font): Fix typo in docstring.
4418
6cc6582e
AM
44192009-11-18 Alan Mackenzie <acm@muc.de>
4420
4421 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
4422
dfb3c4c6
JD
44232009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4424
02e1b488 4425 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
4426
4427 * cus-start.el (all): ... to here.
4428
e268e987
MA
44292009-11-17 Michael Albinus <michael.albinus@gmx.de>
4430
4431 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
4432 Don't set `ad-return-value' if `ad-do-it' doesn't.
4433
303ffde8
MA
4434 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
4435 modification time.
4436
637fa988
JD
44372009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4438
4439 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 4440 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
4441
4442 * loadup.el: If feature system-font-setting or font-render-setting is
4443 there, load font-setting.
4444
02e1b488 4445 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
4446 * font-setting.el: New file.
4447
1d16a255
GM
44482009-11-17 Glenn Morris <rgm@gnu.org>
4449
4450 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
4451
2d84f804
GM
4452 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
4453 Preserve point in the list buffer. (Bug#4939)
4454 Use point-at-eol.
4455 (newsticker--treeview-list-update-highlight)
4456 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
4457
14467b99
JB
44582009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4459
4460 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
4461 Remove.
4462
4463 * calc/calc-ext.el (calc-init-extensions): Remove references to
4464 symclip.
4465
4466 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
4467
4468 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 4469 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
4470 `calc-symclip'.
4471
e3c39c01
KR
44722009-11-16 Kevin Ryde <user42@zip.com.au>
4473
02e1b488 4474 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 4475 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 4476
497de631
KR
4477 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
4478 (lm-keywords-list): Allow comma-only separator like "foo,bar".
4479 Ignore trailing spaces by omit-nulls to split-string (fixing
4480 regression from Emacs 21 due to the incompatible split-string
14467b99 4481 change). (Bug #4928.)
497de631 4482
48b27575
DN
44832009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
4484
5237d741 4485 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
4486 (vc-print-log-internal): Insert buttons to request more entries
4487 when limiting the output.
4488
4489 * vc-sccs.el (vc-sccs-print-log):
4490 * vc-rcs.el (vc-rcs-print-log):
4491 * vc-cvs.el (vc-cvs-print-log):
4492 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
4493 LIMIT is non-nil.
4494
d3e97185
MA
44952009-11-16 Michael Albinus <michael.albinus@gmx.de>
4496
4497 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
4498 error when `tramp-gvfs-dbus-event-vector' is set.
4499 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
4500
68d87786
SM
45012009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4502
4503 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
4504
c0a39702
MA
45052009-11-16 Michael Albinus <michael.albinus@gmx.de>
4506
4507 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 4508 (dbus-register-property): Register the handlers of
c0a39702
MA
4509 "org.freedesktop.DBus.Properties" for SERVICE.
4510 (dbus-property-handler): Fix docstring.
4511
1e857121
YM
45122009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4513
4514 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
4515 Quote doc string reference in defvaralias as it is not in special form.
4516 (byte-compile-output-docform): Doc fix.
4517
887484c1
JB
45182009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4519
4520 * calc/calc.el (math-2-word-size, math-half-2-word-size)
4521 (calc-complement-signed-mode): New variables.
4522 (calc-set-mode-line): Add indicator for twos-complements.
4523 (math-format-number): Format twos-complement notation.
4524
4525 * calc/calc-bin.el (calc-word-size): Reset the variables
4526 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
4527 (math-format-complement-signed, math-symclip, calcFunc-symclip)
4528 (calc-symclip): New functions.
887484c1
JB
4529
4530 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
4531
68d87786
SM
4532 * calc/calc-embed.el (calc-embedded-mode-vars):
4533 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
4534
4535 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 4536 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
4537
4538 * calc/calc-ext.el (math-read-number-fancy): Read complement
4539 signed numbers.
68d87786
SM
4540 (calc-init-extensions): Add binding for `calc-symclip'.
4541 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
4542
4543 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
4544 `calc-symclip'.
68d87786 4545 (calc-modes-menu): Add item for twos complement mode.
887484c1 4546
5237d741 4547 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 4548
4cf1d7e3
CY
45492009-11-15 Chong Yidong <cyd@stupidchicken.com>
4550
4551 * register.el (jump-to-register, insert-register): Handle Semantic
4552 tags. From commented-out advice in semantic/senator.el.
4553
f8e65267
DN
45542009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
4555
6616006b
DN
4556 * vc.el (vc-log-show-limit): New variable.
4557 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
4558 when using a prefix argument.
4559 (vc-print-log-internal): Add new argument LIMIT.
4560
4561 * vc-svn.el (vc-svn-print-log):
4562 * vc-mtn.el (vc-mtn-print-log):
4563 * vc-hg.el (vc-hg-print-log):
4564 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 4565 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
4566 non-optional.
4567
4568 * vc-sccs.el (vc-sccs-print-log):
4569 * vc-rcs.el (vc-rcs-print-log):
4570 * vc-git.el (vc-git-print-log):
4571 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
4572 ignore it. Make the BUFFER argument non-optional
4573
f8e65267
DN
4574 * bindings.el (mode-line-buffer-identification): Do not purecopy.
4575
0566c4bc
CY
45762009-11-15 Chong Yidong <cyd@stupidchicken.com>
4577
7cce3c91
CY
4578 * dired.el (dired-mode-map): Move encryption items to "Operate"
4579 menu (Bug#4703).
4580
d7063de9
CY
4581 * strokes.el (strokes-update-window-configuration): Make strokes
4582 buffer current before erasing (Bug#4906).
4583
0fc10137
JL
45842009-11-15 Juri Linkov <juri@jurta.org>
4585
4586 * simple.el (set-mark-default-inactive): Add :type, :group
4587 and :version. (Bug#4876)
4588
f5fce4ec
MA
45892009-11-15 Michael Albinus <michael.albinus@gmx.de>
4590
4591 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
4592 (archive-unique-fname): ... here. (Bug#4929)
4593
8d720a00
SM
45942009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4595
589888fe
SM
4596 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
4597 with a real fix.
4598
8d720a00
SM
4599 * novice.el (disabled-command-function): Add useful args.
4600 Setup the help buffer so that [back] works.
4601 Remove redundant call to help-mode.
4602 (disabled-command-function): Use `case'.
4603 (en/disable-command): New function extracted from enable-command.
4604 (enable-command, disable-command): Use it.
4605
a61344d6
GM
46062009-11-14 Glenn Morris <rgm@gnu.org>
4607
497f0cdd
GM
4608 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
4609 constants. (Bug#4913)
4610
a61344d6
GM
4611 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
4612
d501801e
GM
46132009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4614
4615 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
4616 defined in C that have no doc-strings. (Bug#1063)
4617
5af27ac2
GM
46182009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
4619
4620 * cus-edit.el (data, files):
4621 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
4622
aec5395b
CY
46232009-11-14 Chong Yidong <cyd@stupidchicken.com>
4624
e7791447
CY
4625 * simple.el (shell-command): Doc fix (Bug#4891).
4626
aec5395b
CY
4627 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
4628
7a41cd7f
GM
46292009-11-14 Glenn Morris <rgm@gnu.org>
4630
c3583c94
GM
4631 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
4632 statements for vc-diff, emerge-quit, and rmail-cease-edit.
4633 If they are already loaded, eval-after-load will do the right thing.
4634
73900d1f
GM
4635 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
4636 compiling.
4637
0028351d
GM
4638 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
4639
f6714ede
GM
4640 * simple.el (x-selection-owner-p): Declare.
4641 (read-mail-command): Use custom radio type rather than choice.
4642 (completion-no-auto-exit): Doc fix.
4643
7a41cd7f 4644 * custom.el (defgroup):
5af27ac2 4645 * epg-config.el (epg): Doc fixes.
7a41cd7f 4646
2d0659ec
DN
46472009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
4648
4649 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
4650 * international/ccl.el (define-ccl-program): Do not purecopy the
4651 docstring, defconst does it anyway.
4652
7fdbcd83
SM
46532009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4654
d499c5b9
SM
4655 * add-log.el (add-change-log-entry): Avoid displaying the changelog
4656 a second time.
4657
7fdbcd83
SM
4658 * x-dnd.el (x-dnd-maybe-call-test-function):
4659 * window.el (split-window-vertically):
4660 * whitespace.el (whitespace-help-on):
4661 * vc-rcs.el (vc-rcs-consult-headers):
4662 * userlock.el (ask-user-about-lock-help)
4663 (ask-user-about-supersession-help):
4664 * type-break.el (type-break-force-mode-line-update):
4665 * time-stamp.el (time-stamp-conv-warn):
4666 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 4667 (te-sentinel, terminal-emulator):
7fdbcd83
SM
4668 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
4669 (term-write-input-ring, term-check-source, term-start-output-log):
4670 (term-display-buffer-line, term-dynamic-list-completions):
4671 (term-ansi-make-term, serial-term):
4672 * subr.el (selective-display):
4673 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4674 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
4675 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
4676 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
4677 (speedbar-remove-localized-speedbar-support)
4678 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
4679 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
4680 (speedbar-buffers-line-directory):
4681 * simple.el (shell-command-on-region, append-to-buffer)
4682 (prepend-to-buffer):
4683 * shadowfile.el (shadow-save-todo-file):
4684 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
4685 (scroll-bar-maybe-set-window-start):
4686 * sb-image.el (speedbar-image-dump):
4687 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
4688 (load-save-place-alist-from-file):
4689 * ps-samp.el (ps-print-message-from-summary):
4690 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
4691 (ps-background-image, ps-begin-job, ps-do-despool):
4692 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
4693 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
4694 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
4695 (pr-call-process, pr-file-list, pr-interface-save):
4696 * novice.el (disabled-command-function)
4697 (enable-command, disable-command):
4698 * mouse.el (mouse-buffer-menu-alist):
4699 * mouse-copy.el (mouse-kill-preserving-secondary):
4700 * macros.el (kbd-macro-query):
4701 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
4702 * informat.el (batch-info-validate):
4703 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
4704 * hippie-exp.el (try-expand-dabbrev-visible):
4705 * help-mode.el (help-make-xrefs):
4706 * help-fns.el (describe-variable):
4707 * generic-x.el (bat-generic-mode-run-as-comint):
4708 * finder.el (finder-mouse-select):
4709 * find-dired.el (find-dired-sentinel):
4710 * filesets.el (filesets-file-close):
4711 * files.el (list-directory):
4712 * faces.el (list-faces-display, describe-face):
4713 * facemenu.el (list-colors-display):
4714 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
4715 * epg.el (epg--process-filter, epg-cancel):
4716 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
4717 (epa--read-signature-type):
4718 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
4719 (emerge-file-names):
4720 * ehelp.el (electric-helpify):
4721 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4722 * ediff-vers.el (rcs-ediff-view-revision):
4723 * ediff-util.el (ediff-setup):
4724 * ediff-mult.el (ediff-append-custom-diff):
4725 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4726 (ediff-wordify):
4727 * echistory.el (Electric-command-history-redo-expression):
4728 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4729 * disp-table.el (describe-display-table):
4730 * dired.el (dired-find-buffer-nocreate):
4731 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4732 * dabbrev.el (dabbrev--same-major-mode-p):
4733 * chistory.el (list-command-history):
4734 * apropos.el (apropos-documentation):
4735 * allout.el (allout-obtain-passphrase):
4736 (allout-copy-exposed-to-buffer):
4737 (allout-verify-passphrase): Use with-current-buffer.
4738
2ccbc060
GM
47392009-11-13 Glenn Morris <rgm@gnu.org>
4740
4741 * Makefile.in (ELCFILES): Regenerate.
4742
b172ed20
MA
47432009-11-13 Michael Albinus <michael.albinus@gmx.de>
4744
7fdbcd83
SM
4745 * net/dbus.el (dbus-registered-objects-table): Rename from
4746 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
4747 (dbus-unregister-object): Unregister also properties.
4748 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4749 Use a timeout of 500 msec, in order to not block.
4750 (dbus-register-property, dbus-property-handler): New defuns.
4751
e96d62cd
SM
47522009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4753
4754 * simple.el (minibuffer-default-add-completions): Drop deprecated
4755 4th arg.
4756
14bd267d
EZ
47572009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
4758
e96d62cd
SM
4759 * textmodes/artist.el (artist-mouse-choose-operation):
4760 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 4761 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
4762 (artist-compute-up-event-key): New function.
4763 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
4764
bf89fd7b
KH
47652009-11-13 Kenichi Handa <handa@m17n.org>
4766
4767 * language/japan-util.el: Make sure that the value of jisx0208
4768 property is jisx0208 character.
4769
f70b8925
DN
47702009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
4771
4772 * international/mule.el (auto-coding-regexp-alist): Only purecopy
4773 car or each item, not the whole list.
4774
4d93a9e0
SM
47752009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4776
4777 * minibuffer.el (minibuffer-completion-help):
4778 Use minibuffer-hide-completions.
4779
05404988
SM
47802009-11-12 Per Starbäck <per@starback.se> (tiny change)
4781
4782 * dired.el (dired-save-positions, dired-restore-positions): New funs.
4783 (dired-revert): Use them (bug#4880).
4784
5297bc10
DN
47852009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4786
4787 * tooltip.el (tooltip-frame-parameters): Undo previous change.
4788
e2685eb7
JL
47892009-11-12 Juri Linkov <juri@jurta.org>
4790
4791 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
4792 New functions.
4793 (find-file-literally-at-point): Alias of `ffap-literally'.
4794
76410c3e
DN
47952009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4796
6d341a2a
DN
4797 * textmodes/ispell.el (ispell-skip-region-alist):
4798 * textmodes/css-mode.el (auto-mode-alist):
4799 * progmodes/compile.el (auto-mode-alist):
4800 * international/mule.el (ctext-non-standard-encodings-alist)
4801 (ctext-non-standard-encodings-regexp):
4802 * simple.el (shell-command-switch, text-read-only):
4803 * replace.el (occur-mode-map):
4804 * paths.el (rmail-file-name):
4805 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
4806 * find-file.el (ff-special-constructs):
4807 * files.el (file-name-handler-alist):
4808 * composite.el: Purecopy strings.
4809
76410c3e
DN
4810 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
4811
aaa448c9
DN
48122009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4813
4814 * widget.el (define-widget): Purecopy the docstring.
4815 * international/mule-cmds.el (charset): Do not purecopy the
4816 docstring here, define-widget does it.
4817
4818 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4819 * textmodes/bibtex-style.el (auto-mode-alist):
4820 * progmodes/inf-lisp.el (inferior-lisp-prompt):
4821 * progmodes/compile.el (compile-command):
4822 * language/korea-util.el (default-korean-keyboard):
4823 * international/mule-conf.el (file-coding-system-alist):
4824 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
4825 * tooltip.el (tooltip-frame-parameters):
4826 * newcomment.el (comment-end, comment-padding):
4827 * dired.el (dired-trivial-filenames):
4828 * comint.el (comint-file-name-prefix): Purecopy initial values.
4829
bbe650fd
MA
48302009-11-11 Michael Albinus <michael.albinus@gmx.de>
4831
4832 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
4833 (tramp-advice-minibuffer-electric-tilde): Unload advices via
4834 `tramp-unload'.
4835 (tramp-advice-make-auto-save-file-name)
4836 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
4837 after removing the advice.
4838
6bdad9ae
DN
48392009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4840
2f7f4bee
DN
4841 * progmodes/grep.el (grep-regexp-alist):
4842 * international/mule-cmds.el (iso-2022-control-alist):
4843 * emacs-lisp/timer.el (timer-duration-words):
4844 * subr.el (version-separator, version-regexp-alist):
4845 * minibuffer.el (completion-styles-alist):
4846 * faces.el (face-attribute-name-alist, list-faces-sample-text):
4847 Change defvars to defconsts.
4848
a042de45
DN
4849 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4850 * loadup.el ("international/mule-conf"): Load the byte compiled version.
4851 * international/mule-conf.el: Allow to be byte compiled.
4852
3b6acc72
DN
4853 * international/mule.el (define-charset): Purecopy props.
4854 (load-with-code-conversion): Purecopy doc string and file name.
4855 (put-charset-property): Purecopy strings.
4856 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4857
1c2efdfb 4858 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
4859 (define-char-code-property): Correctly purecopy the table.
4860
62591911
DN
4861 * international/ccl.el (define-ccl-program): Purecopy the docstring.
4862
8b908da6
DN
4863 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4864
ff917d63
DN
4865 * subr.el (add-hook): Purecopy strings.
4866 (eval-after-load): Purecopy load-history-regexp and the form.
4867
af89cf77
DN
4868 * custom.el (custom-declare-group): Purecopy load-file-name.
4869
a3c20c83 4870 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
4871 * net/eudc.el (eudc-tools-menu):
4872 * international/mule-cmds.el (set-coding-system-map)
4873 (mule-menu-keymap):
4874 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4875 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
4876 * replace.el (occur-mode-map):
4877 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 4878 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
4879 (menu-bar-custom-menu, menu-bar-showhide-menu)
4880 (menu-bar-options-menu, menu-bar-tools-menu)
4881 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
4882 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
4883 (menu-bar-help-menu):
4884 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
4885 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
4886
6bdad9ae
DN
4887 * term/x-win.el (x-gtk-stock-map):
4888 * progmodes/vera-mode.el (auto-mode-alist):
4889 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4890 (inferior-lisp-program, inferior-lisp-load-command):
4891 * progmodes/hideshow.el (hs-special-modes-alist):
4892 * progmodes/gud.el (same-window-regexps):
4893 * progmodes/grep.el (grep-program, find-program, xargs-program):
4894 * net/telnet.el (same-window-regexps):
4895 * net/rlogin.el (same-window-regexps):
4896 * language/ethiopic.el (font-ccl-encoder-alist):
4897 * vc-sccs.el (vc-sccs-master-templates):
4898 * vc-rcs.el (vc-rcs-master-templates):
4899 * subr.el (cl-assertion-failed):
4900 * simple.el (next-error-overlay-arrow-position):
4901 * lpr.el (lpr-command):
4902 * locate.el (locate-ls-subdir-switches):
4903 * info.el (same-window-regexps, info)
4904 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4905 * image-mode.el (image-mode, auto-mode-alist):
4906 * hippie-exp.el (hippie-expand-ignore-buffers):
4907 * format.el (format-alist):
4908 * find-dired.el (find-ls-subdir-switches, find-grep-options)
4909 (find-name-arg):
4910 * facemenu.el (facemenu-keybindings):
4911 * dired.el (dired-listing-switches, dired-chown-program):
4912 * diff.el (diff-switches, diff-command):
4913 * cus-edit.el (same-window-regexps):
4914 * bindings.el (mode-line-mule-info)
4915 (mode-line-buffer-identification): Purecopy strings.
4916
e0987650
JL
49172009-11-11 Juri Linkov <juri@jurta.org>
4918
3570691b 4919 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
4920 Tell the byte-compiler about dired-get-filename.
4921 (shell-command): In Dired mode, get filename from the current line
4922 as the default value.
4923
b16ff465
GM
49242009-11-10 Glenn Morris <rgm@gnu.org>
4925
e8a11b22
GM
4926 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
4927 * calendar/holidays.el, progmodes/cperl-mode.el:
4928 Update x-popup-menu declarations.
4929
b16ff465
GM
4930 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
4931 (list-load-path-shadows): Use dolist.
4932 (list-load-path-shadows): Use with-current-buffer.
4933
032c3399
JL
49342009-11-10 Juri Linkov <juri@jurta.org>
4935
4936 * minibuffer.el (read-file-name): Support a list of default values
4937 in `default-filename'. Use the first file name where only one
4938 element is required. Doc fix.
4939
8fb1629f
MA
49402009-11-09 Michael Albinus <michael.albinus@gmx.de>
4941
4942 * net/dbus.el (dbus-unregister-object): Release service, if no
4943 other method is registered for it.
4944
a51203ee 49452009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
4946
4947 * bookmark.el (bookmark-completing-read): Sort bookmark names if
4948 bookmark-sort-flag is non-nil (Bug#4653).
4949
9bf7dc8a
CY
49502009-11-08 Chong Yidong <cyd@stupidchicken.com>
4951
15207e74
CY
4952 * emulation/cua-base.el: Add CUA property to some CC mode commands
4953 (Bug#4100).
4954
8bf7ed70
KR
49552009-11-08 Kevin Ryde <user42@zip.com.au>
4956
4957 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 4958 at end of sentence (Bug#4818).
8bf7ed70 4959
951802d0
CY
49602009-11-08 Jared Finder <jfinder@crypticstudios.com>
4961
4962 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4963 Handle "see declaration of" MSFT statements (Bug#4100).
4964
e8244310
MA
49652009-11-08 Michael Albinus <michael.albinus@gmx.de>
4966
4967 * net/tramp.el (tramp-advice-make-auto-save-file-name)
4968 (tramp-advice-file-expand-wildcards): Unload via
4969 `ad-remove-advice'.
4970
4971 * net/trampver.el: Update release number.
4972
a51203ee 49732009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
4974
4975 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
4976 `ad-do-it'.
4977
a51203ee 49782009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
4979
4980 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
4981 in order to keep context in SELinux.
4982
bedd8a58
CY
49832009-11-08 Chong Yidong <cyd@stupidchicken.com>
4984
4985 * dired-aux.el (dired-query): Place cursor in echo area and allow
4986 C-g.
4987
4988 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
4989 menu item if not on a directory (Bug#4701).
4990
0484d600
MA
49912009-11-07 Michael Albinus <michael.albinus@gmx.de>
4992
4993 Sync with Tramp 2.1.17.
4994
4995 * net/tramp.el (tramp-handle-copy-directory): Don't use
4996 `file-remote-p' (due to compatibility).
4997
4998 * net/tramp-compat.el (tramp-compat-copy-directory)
4999 (tramp-compat-delete-directory): New defuns.
5000
5001 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5002 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
5003 `tramp-compat-delete-directory'.
5004
5005 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5ce6e4f4 5006 (tramp-smb-handle-delete-directory): Use
0484d600
MA
5007 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
5008
5009 * net/trampver.el: Update release number.
5010
b42b2189
CY
50112009-11-07 Chong Yidong <cyd@stupidchicken.com>
5012
6960d7b9
CY
5013 * tar-mode.el (tar-copy): Call write-region on the right buffer
5014 (Bug#4857).
5015
b42b2189
CY
5016 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
5017 by hand, if necessary (Bug#4878).
5018
0ad57dfd
CY
50192009-11-06 Chong Yidong <cyd@stupidchicken.com>
5020
d19e23ae
CY
5021 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
5022 align size column (Bug#4839).
5023
0ad57dfd
CY
5024 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
5025 statement.
5026
0b7f397c
DN
50272009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5028
5029 * progmodes/ld-script.el (auto-mode-alist):
5030 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
5031
5032 * cus-face.el (custom-declare-face): Purecopy face spec.
5033
495bd5ca
KH
50342009-11-06 Kenichi Handa <handa@m17n.org>
5035
5036 * international/uni-bidi.el: Re-generated.
5037 * international/uni-category.el: Re-generated.
5038 * international/uni-combining.el: Re-generated.
5039 * international/uni-mirrored.el: Re-generated.
5040
1e8780b1
DN
50412009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5042
5043 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
5044 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
5045 (tex-start-options, slitex-run-command, latex-run-command)
5046 (tex-run-command, tex-directory):
5047 * textmodes/ispell.el (ispell-html-skip-alists)
5048 (ispell-tex-skip-alists, ispell-tex-skip-alists):
5049 * textmodes/fill.el (adaptive-fill-first-line-regexp):
5050 (adaptive-fill-regexp):
5051 * textmodes/dns-mode.el (auto-mode-alist):
5052 * progmodes/python.el (interpreter-mode-alist):
5053 * progmodes/etags.el (tags-compression-info-list):
5054 * progmodes/etags.el (tags-file-name):
5055 * net/browse-url.el (browse-url-galeon-program)
5056 (browse-url-firefox-program):
5057 * mail/sendmail.el (mail-signature-file)
5058 (mail-citation-prefix-regexp):
5059 * international/mule-conf.el (eight-bit):
5060 * international/latexenc.el (latex-inputenc-coding-alist):
5061 * international/fontset.el (x-pixel-size-width-font-regexp):
5062 * emacs-lisp/warnings.el (warning-type-format):
5063 * emacs-lisp/trace.el (trace-buffer):
5064 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
5065 (emacs-lisp-mode-map):
5066 * calendar/holidays.el (holiday-solar-holidays)
5067 (holiday-bahai-holidays, holiday-islamic-holidays)
5068 (holiday-christian-holidays, holiday-hebrew-holidays)
5069 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
5070 (hebrew-holidays-1, holiday-oriental-holidays)
5071 (holiday-general-holidays):
5072 * x-dnd.el (x-dnd-known-types):
5073 * tool-bar.el (tool-bar):
5074 * startup.el (site-run-file):
5075 * shell.el (shell-dumb-shell-regexp):
5076 * rfn-eshadow.el (file-name-shadow-tty-properties)
5077 (file-name-shadow-properties):
5078 * paths.el (remote-shell-program, news-directory):
5079 * mouse.el ([C-down-mouse-3]):
5080 * menu-bar.el (menu-bar-tools-menu):
5081 * jka-cmpr-hook.el (jka-compr-load-suffixes)
5082 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
5083 (jka-compr-compression-info-list):
5084 * isearch.el (search-whitespace-regexp):
5085 * image-file.el (image-file-name-extensions):
5086 * find-dired.el (find-ls-option):
5087 * files.el (directory-listing-before-filename-regexp)
5088 (directory-free-space-args, insert-directory-program)
5089 (list-directory-brief-switches, magic-fallback-mode-alist)
5090 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
5091 (automount-dir-prefix):
5092 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
5093 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
5094 (face-font-registry-alternatives, face-font-registry-alternatives)
5095 (face-font-family-alternatives):
5096 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
5097 (facemenu-foreground-menu, facemenu-face-menu):
5098 * epa-hook.el (epa-file-name-regexp):
5099 * dnd.el (dnd-protocol-alist):
5100 * textmodes/rst.el (auto-mode-alist):
a51203ee 5101 * button.el (default-button): Purecopy strings.
1e8780b1 5102
0adae11f
GM
51032009-11-06 Glenn Morris <rgm@gnu.org>
5104
5105 * Makefile.in (ELCFILES): Update.
5106
2adaf057
SM
51072009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
5108
8f72f03c
SM
5109 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
5110 * emacs-lisp/levents.el: Move to obsolete/levents.el.
5111
2adaf057
SM
5112 * nxml/xsd-regexp.el (xsdre-gen-categories):
5113 * nxml/xmltok.el (xmltok-parse-entity):
5114 * nxml/rng-parse.el (rng-parse-validate-file):
5115 * nxml/rng-maint.el (rng-format-manual)
5116 (rng-manual-output-force-new-line):
5117 * nxml/rng-loc.el (rng-save-schema-location-1):
5118 * nxml/rng-cmpct.el (rng-c-parse-file):
5119 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5120 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
5121
14862301
SM
51222009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
5123
bf0b361c 5124 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
5125 Remove extra save-excursions and make-variable-buffer-local's.
5126 Suggested by Stefan Monnier.
5127
5128 (verilog-getopt-file, verilog-module-inside-filename-p)
5129 (verilog-set-define): Merge GNU 1.35 and repair changes from
5130 switching to using with-current-buffer.
5131
5132 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
5133 being treated as a number and confusing AUTORESET.
5134 Reported by Dan Dever.
5135
5136 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
5137 Add verilog-auto-ignore-concat to fix backward compatibility with
5138 older verilog-modes. Reported by Dan Katz.
5139
5140 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
5141 containing closing anchors "...$".
5142
5143 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
5144 Reported by Wade Smith.
5145
48c2d18a 5146 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
5147
51482009-11-05 Michael McNamara <mac@mail.brushroad.com>
5149
bf0b361c
JB
5150 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
5151 for labels.
14862301
SM
5152
5153 (verilog-label-re, verilog-calc-1): Support proper indent of named
5154 asserts.
5155
5156 (verilog-backward-token, verilog-basic-complete-re)
5157 (verilog-beg-of-statement, verilog-indent-re): Support proper
5158 indent of the assert statement at the beginning of a block of text.
5159
5160 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
5161 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
5162 tokens as begins.
5163
4f8f657f
GM
51642009-11-05 Glenn Morris <rgm@gnu.org>
5165
775adc51
GM
5166 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
5167 Emacs 19. (Bug#1531)
5168 (byte-compile-fix-header): Update for the above change.
5169 Drop test for epoch::version.
5170
4ad6a5e7 5171 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
5172 * cus-dep.el (custom-make-dependencies):
5173 * finder.el (finder-compile-keywords):
5174 Use autoload-rubric's feature argument.
4ad6a5e7 5175
4f8f657f
GM
5176 * calendar/diary-lib.el (top-level): Make load behave more like require.
5177
881e4184
GM
5178 * vc-git.el (vc-git-stash-map): Move definition before use.
5179
ba214964 51802009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 5181
b6f8ba09
DN
5182 * custom.el (custom-declare-group): Purecopy standard-value.
5183 (custom-declare-group): Purecopy custom-prefix.
5184
7fdbcd83
SM
5185 * international/mule.el (load-with-code-conversion):
5186 Call do-after-load-evaluation unconditionally.
eb6f577b 5187
f6195dfb
DN
5188 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
5189
56f14120
SM
51902009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5191
5192 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
5193
e5c89ce9
GM
51942009-11-04 Glenn Morris <rgm@gnu.org>
5195
5196 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
5197 (byte-compile-compatibility): Remove option.
5198 (byte-compile-close-variables, byte-compile-fix-header)
5199 (byte-compile-insert-header, byte-compile-output-docform)
5200 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
5201 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
5202 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
5203 (byte-compile-insert, byte-compile-defun):
5204 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
5205 (byte-defop-compiler19): Remove.
5206 Without byte-compile-compatibility, the 'emacs19-opcode property is not
5207 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 5208
e24f42ab
JL
52092009-11-04 Juri Linkov <juri@jurta.org>
5210
5211 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
5212 (menu-bar-options-menu): Don't quote the `prop' arg of
5213 `menu-bar-make-mm-toggle'.
5214
d3d5f4f5
JB
52152009-11-04 Juanma Barranquero <lekktu@gmail.com>
5216
5217 * calendar/calendar.el (cal-loaddefs):
5218 * calendar/diary-lib.el (diary-loaddefs):
5219 * calendar/holidays.el (hol-loaddefs):
5220 * eshell/esh-module.el (esh-groups): Load rather than require.
5221
6e39d3b2
SM
52222009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5223
e96d62cd
SM
5224 * calendar/todo-mode.el (todo-add-category): Don't hardcode
5225 point-min==1.
7e83e8b4
SM
5226 (todo-top-priorities): Only display-buffer when called interactively.
5227 (todo-item-start): Don't save excursion point.
5228 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
5229 (todo-insert-item-here, todo-file-item, todo-remove-item):
5230 Adjust uses of todo-item-start and todo-item-end.
5231
fae4e5b9
SM
5232 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
5233 (autoload-rubric): Don't use any more.
fae4e5b9 5234
6e39d3b2
SM
5235 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
5236 and only put a prop if it is non-nil.
5237
c9753fb4
JL
52382009-11-03 Juri Linkov <juri@jurta.org>
5239
5240 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
5241 (menu-bar-options-menu): Fix list quoting (Bug#4429).
5242
5243 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
5244 and "Menu" to make top-level menu item visually one unit (like
5245 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
5246 multi-word menu items). Fix :help string for quit-window.
5247
db04f33f
GM
52482009-11-03 Glenn Morris <rgm@gnu.org>
5249
2aea6521
GM
5250 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5251 (byte-compile-file-form-define-abbrev-table)
5252 (byte-compile-file-form-custom-declare-variable)
5253 (byte-compile-variable-ref, byte-compile-defvar):
5254 Whether or not a warning is enabled should only affect whether we issue
5255 the warning, not whether or not we collect the relevant data.
5256 Eg warnings can be turned on and off throughout the course of a file.
5257
db04f33f
GM
5258 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
5259 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
5260
937e6a56
SM
52612009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5262
5263 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
5264 * play/mpuz.el (mpuz-create-buffer):
5265 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
5266 (lm-print-y,s,noise, lm-print-w0, lm-init):
5267 * play/gomoku.el (gomoku-prompt-for-move):
5268 * play/fortune.el (fortune-in-buffer):
5269 * play/dissociate.el (dissociated-press):
5270 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 5271 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
5272 * mail/supercite.el (sc-eref-show):
5273 * mail/smtpmail.el (smtpmail-send-it):
5274 * mail/rmailsum.el (rmail-summary-next-labeled-message)
5275 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
5276 (rmail-summary-undelete-many, rmail-summary-rmail-update)
5277 (rmail-summary-goto-msg, rmail-summary-expunge)
5278 (rmail-summary-get-new-mail, rmail-summary-search-backward)
5279 (rmail-summary-add-label, rmail-summary-output-menu)
5280 (rmail-summary-output-body):
5281 * mail/rfc822.el (rfc822-addresses):
5282 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
5283 * mail/mailpost.el (post-mail-send-it):
5284 * mail/hashcash.el (hashcash-generate-payment):
5285 * mail/feedmail.el (feedmail-run-the-queue)
5286 (feedmail-queue-send-edit-prompt-help-first)
5287 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
5288 (feedmail-deduce-address-list):
5289 * eshell/esh-ext.el (eshell-remote-command):
5290 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
5291 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
5292 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
5293 (viper-save-string-in-file, viper-valid-marker):
5294 * emulation/viper-keym.el (viper-toggle-key):
5295 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
5296 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
5297 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
5298 * emulation/viper-cmd.el (viper-exec-form-in-vi)
5299 (viper-exec-form-in-emacs, viper-brac-function):
5300 * emulation/viper.el (viper-delocalize-var):
5301 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
5302 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
5303 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
5304 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
5305 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
5306 * emulation/edt.el (edt-electric-helpify):
5307 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5308 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
5309 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
5310 (cua-indent-to-global-mark-column):
5311 * calendar/diary-lib.el (calendar-mark-1):
5312 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
5313 Use with-current-buffer.
5314 * emulation/viper.el (viper-delocalize-var): Use dolist.
5315
5b955562
CY
53162009-11-03 Chong Yidong <cyd@stupidchicken.com>
5317
5318 * comint.el (comint-replace-by-expanded-history-before-point):
5319 Replace !! with the previous input string literally (Bug#1795).
5320
6292c599
JB
53212009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
5322
5323 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
5324 to be made up of whitespace.
5325
8368c14e
CY
53262009-11-02 Chong Yidong <cyd@stupidchicken.com>
5327
5328 * minibuffer.el (read-file-name): Don't use file dialogs for
5329 remote directories (Bug#99).
5330
6f750f0d
CY
53312009-11-01 Chong Yidong <cyd@stupidchicken.com>
5332
5333 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
5334
97ab3f47
AS
53352009-11-01 Andreas Schwab <schwab@linux-m68k.org>
5336
5337 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
5338 instead of deleting the window or frame.
5339
673c1168
CY
53402009-10-31 Chong Yidong <cyd@stupidchicken.com>
5341
5342 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5343 Support face colors.
5344
937e6a56
SM
5345 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
5346 New function. Support face colors (Bug#1168).
673c1168
CY
5347 (tex-common-initialization): Use it.
5348
5349 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
5350 mode allows it (Bug#1168).
5351
c9349f0a
CY
53522009-10-31 Juri Linkov <juri@jurta.org>
5353
5354 * facemenu.el (list-colors-display): Don't mark buffer as
5355 modified (Bug#3948).
5356
ebf5c4f5
CY
53572009-10-31 Chong Yidong <cyd@stupidchicken.com>
5358
5c2dce75
CY
5359 * international/mule-diag.el (list-character-sets-1): Minor
5360 message fix (Bug#3526).
5361
26581f0e
CY
5362 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
5363 face property (Bug#4834).
5364 (etags-list-tags, etags-tags-apropos-additional)
5365 (etags-tags-apropos, tags-select-tags-table): Add follow-link
5366 property.
5367
ebf5c4f5
CY
5368 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
5369 items.
5370
9a529312
SM
53712009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5372
5373 * textmodes/two-column.el (2C-split):
5374 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5375 * textmodes/tex-mode.el (tex-set-buffer-directory):
5376 * textmodes/spell.el (spell-region, spell-string):
5377 * textmodes/reftex.el (reftex-erase-buffer):
5378 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5379 * textmodes/reftex-toc.el (reftex-toc-promote-action):
5380 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5381 (reftex-select-item):
5382 * textmodes/reftex-ref.el (reftex-label-info-update)
5383 (reftex-offer-label-menu):
5384 * textmodes/reftex-index.el (reftex-index-change-entry)
5385 (reftex-index-phrases-info):
5386 * textmodes/reftex-global.el (reftex-create-tags-file)
5387 (reftex-save-all-document-buffers, reftex-ensure-write-access):
5388 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5389 (reftex-view-crossref-from-bibtex):
5390 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
5391 (reftex-extract-bib-entries-from-thebibliography)
5392 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
5393 * textmodes/refbib.el (r2b-capitalize-title):
5394 (r2b-convert-buffer, r2b-help):
5395 * textmodes/page-ext.el (pages-directory)
5396 (pages-directory-goto-with-mouse):
5397 * textmodes/bibtex.el (bibtex-validate-globally):
5398 * textmodes/bib-mode.el (bib-capitalize-title):
5399 * textmodes/artist.el (artist-clear-buffer, artist-system):
5400 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
5401 (local-set-scheme-interaction-buffer, xscheme-process-filter)
5402 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
5403 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
5404 (xscheme-send-control-g-interrupt, xscheme-start-process)
5405 (xscheme-process-sentinel, xscheme-cd):
5406 * progmodes/verilog-mode.el (verilog-read-always-signals)
5407 (verilog-set-define, verilog-getopt-file)
5408 (verilog-module-inside-filename-p):
5409 * progmodes/sh-script.el:
5410 * progmodes/python.el (python-pdbtrack-get-source-buffer)
5411 (python-pdbtrack-grub-for-buffer, python-execute-file):
5412 * progmodes/octave-inf.el (inferior-octave):
5413 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5414 (idlwave-shell-compile-helper-routines, idlwave-set-local)
5415 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
5416 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
5417 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
5418 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
5419 (idlwave-shell-filter, idlwave-shell-examine-highlight)
5420 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
5421 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
5422 (idlwave-shell-examine-display, idlwave-shell-run-region)
5423 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
5424 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
5425 * progmodes/idlw-help.el (idlwave-help-get-special-help)
5426 (idlwave-help-get-help-buffer):
5427 * progmodes/gud.el (gud-basic-call, gud-find-class)
5428 (gud-tooltip-activate-mouse-motions-if-enabled):
5429 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5430 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
5431 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
5432 (ebrowse-tags-next-file):
5433 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
5434 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
5435 (ebnf-eps-finish-and-write):
5436 * progmodes/cpp.el (cpp-edit-save):
5437 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
5438 * progmodes/cc-defs.el (c-emacs-features):
5439 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
5440 (antlr-directory-dependencies):
5441 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
5442 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
5443 (ada-find-any-references, ada-make-filename-from-adaname)
5444 (ada-make-body-gnatstub):
5445 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 5446 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
5447 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
5448 * net/rcirc.el (rcirc-debug):
5449 * net/newst-treeview.el (newsticker--treeview-list-add-item)
5450 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
5451 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
5452 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 5453 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
5454 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
5455 (newsticker--treeview-list-clear-highlight)
5456 (newsticker--treeview-list-update-highlight)
5457 (newsticker--treeview-list-highlight-start)
5458 (newsticker--treeview-tree-update-highlight)
5459 (newsticker--treeview-get-selected-item)
5460 (newsticker-treeview-mark-list-items-old)
5461 (newsticker--treeview-set-current-node):
5462 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5463 * net/newst-backend.el (newsticker--get-news-by-funcall)
5464 (newsticker--get-news-by-wget, newsticker--image-get)
5465 (newsticker--image-sentinel):
5466 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
5467 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
5468 (eudc-ph-close-session):
5469 * net/eudc.el (eudc-save-options):
5470 * language/thai-word.el (thai-update-word-table):
5471 * language/japan-util.el (japanese-string-conversion):
5472 * international/titdic-cnv.el (tsang-quick-converter)
5473 (ziranma-converter, ctlau-converter):
5474 * international/mule-cmds.el (describe-language-environment):
5475 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
5476 (skkdic-convert-postfix, skkdic-convert-prefix):
5477 (skkdic-convert-okuri-nasi, skkdic-convert):
5478 * emacs-lisp/re-builder.el (reb-update-overlays):
5479 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
5480 * emacs-lisp/gulp.el (gulp-send-requests):
5481 * emacs-lisp/find-gc.el (trace-call-tree):
5482 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
5483 (eieio-describe-generic):
5484 * emacs-lisp/eieio-base.el (eieio-persistent-read):
5485 * emacs-lisp/edebug.el (edebug-outside-excursion):
5486 * emacs-lisp/debug.el (debugger-make-xrefs):
5487 * emacs-lisp/cust-print.el (custom-prin1-to-string):
5488 * emacs-lisp/chart.el (chart-new-buffer):
5489 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
5490 Use with-current-buffer.
5491 * textmodes/artist.el (artist-system): Don't call
5492 copy-sequence on a fresh string.
5493 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
5494
d566f228
GM
54952009-10-31 Stephen Berman <stephen.berman@gmx.net>
5496
5497 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 5498 is no item to edit. (Bug#4820)
d566f228 5499 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 5500 buffer. (Bug#4820)
d566f228 5501
f3628edd
GM
55022009-10-31 Glenn Morris <rgm@gnu.org>
5503
5cf3709c
GM
5504 * net/ange-ftp.el (top-level): Don't require dired when compiling.
5505 (comint-last-output-start, comint-last-input-start)
5506 (comint-last-input-end): Don't defvar when compiling.
5507 (ange-ftp-process-file): Use bound-and-true-p.
5508
4c814fd2
GM
5509 * pcmpl-rpm.el (top-level): Move provide statement to end.
5510 (pcmpl-rpm): Remove unused custom group.
5511
113b8dcc
GM
5512 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
5513
31c615e4
GM
5514 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
5515
416d3588
GM
5516 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
5517 (byte-compile-warnings): Add `constants' as an option.
5518 (byte-compile-callargs-warn, byte-compile-arglist-warn)
5519 (display-call-tree): Update for byte-compile-fdefinition possibly
5520 returning `(macro lambda ...)'. (Bug#4778)
5521 (byte-compile-variable-ref, byte-compile-setq-default):
5522 Respect `constants' member of byte-compile-warnings.
5523
00f71f39
SM
55242009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5525
5526 * vc-bzr.el (vc-bzr-revision-keywords): New var.
5527 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
5528 to "submit:".
5529
ca0a881a
DN
55302009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
5531
5532 * textmodes/ispell.el (ispell-skip-region-alist):
5533 * international/mule-conf.el (eight-bit):
5534 * international/fontset.el (font-encoding-alist):
5535 * startup.el (pure-space-overflow-message):
5536 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
5537 * paths.el (gnus-nntp-service, rmail-spool-directory)
5538 (term-file-prefix):
5539 * files.el (save-some-buffers-action-alist):
5540 * cmuscheme.el (same-window-buffer-names):
5541 * ielm.el (same-window-buffer-names):
5542 * shell.el (same-window-buffer-names):
5543 * mail/sendmail.el (same-window-buffer-names):
5544 * progmodes/inf-lisp.el (same-window-buffer-names):
5545 * bindings.el (mode-line-client)
5546 (mode-line-column-line-number-mode-map):
5547 * language/tibetan.el (tibetan-precomposition-rule-regexp)
5548 (tibetan-precomposed-regexp): Purecopy string arguments.
5549
b861e45e
SM
55502009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5551
6df9b6d7
SM
5552 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
5553 (calcDigit-nondigit):
5554 * calc/calc-yank.el (calc-copy-to-buffer):
5555 * calc/calc-units.el (calc-invalidate-units-table):
5556 * calc/calc-trail.el (calc-trail-yank):
5557 * calc/calc-store.el (calc-insert-variables):
5558 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5559 * calc/calc-prog.el (calc-read-parse-table):
5560 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5561 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5562 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5563 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5564 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5565 (calc-graph-name, calc-graph-find-command, calc-graph-view)
5566 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5567 * calc/calc-ext.el (calc-realign):
5568 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5569 (calc-embedded-finish-edit, calc-embedded-make-info)
5570 (calc-embedded-finish-command, calc-embedded-stack-change):
5571 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5572
70f44c65
SM
5573 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5574 shell-dynamic-complete-filename in preference to
5575 comint-dynamic-complete-filename.
5576
b861e45e
SM
5577 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5578 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5579 Don't consider whether the display supports colors.
5580 (bookmark-import-new-list): Use dolist.
5581 (bookmark-bmenu-mode-map): Move initialization into declaration.
5582 (bookmark-bmenu-list): Use dolist, simplify.
5583 (bookmark-show-all-annotations): Use save-selected-window and dolist.
5584 (menu-bar-final-items): Use push.
5585
8549241d 55862009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
5587
5588 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5589 it works on remote files.
5590 (vc-hg-diff): Don't pass any `--cwd' argument.
5591
30644573
KR
55922009-10-27 Kevin Ryde <user42@zip.com.au>
5593
cc63d28f
SM
5594 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5595 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
5596 (Further to Bug#3921).
5597
9be01a63
MA
55982009-10-27 Michael Albinus <michael.albinus@gmx.de>
5599
5600 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
5601 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
5602 calling `tramp-imap-put-file'. Add file size to the call.
5603 (tramp-imap-get-file-entries): Compute also user name, file size,
5604 and date.
5605 (tramp-imap-handle-insert-directory): Insert uid and gid.
5606 (tramp-imap-handle-file-attributes): Transform uid and gid
5607 according to `id-format'.
5608 (tramp-imap-put-file): New optional parameter SIZE. Encode file
5609 size in header X-Size.
5610
41849bf9
JB
56112009-10-26 Juanma Barranquero <lekktu@gmail.com>
5612
5613 * simple.el (transpose-subr): Give clearer error when the mark
5614 is not set. (Bug#4807)
5615
293c24f9
MA
56162009-10-26 Michael Albinus <michael.albinus@gmx.de>
5617
cc63d28f
SM
5618 * net/tramp.el (tramp-perl-file-truename): New defconst.
5619 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 5620 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
5621 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
5622 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 5623
cc63d28f
SM
5624 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5625 Ignore `dired-call-process'.
293c24f9
MA
5626 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
5627
56282009-10-26 Julian Scheid <julians37@gmail.com>
5629
cc63d28f 5630 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
5631 (tramp-get-remote-readlink): New defun.
5632 (tramp-handle-file-truename): Use it.
5633 (tramp-handle-file-exists-p): Check file-attributes cache, assume
5634 file exists if cache value present.
48c2d18a 5635 (tramp-check-cached-permissions): New defun.
293c24f9
MA
5636 (tramp-handle-file-readable-p): Use it.
5637 (tramp-handle-file-writable-p): Likewise.
5638 (tramp-handle-file-executable-p): Likewise.
5639 (tramp-handle-file-name-all-completions): Try using Perl to get
5640 partial completions. When perl not available, combine `cd' and
5641 `ls' into single remote operation and use shell expansion to get
5642 partial remote directory contents. Set `file-exists-p' cache for
5643 directory and any files returned by ls. Change cache handling to
5644 support partial directory contents. Use error message emitted by
5645 remote `cd' or Perl code for local tramp-error.
5646 (tramp-do-copy-or-rename-file-directly): Avoid separate
5647 tramp-send-command-and-check call.
cc63d28f
SM
5648 (tramp-handle-process-file): Merge three remote ops into one.
5649 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
5650 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
5651 file-attributes shows uid/gid to be set already.
5652
a7610c52
DN
56532009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
5654
5655 * textmodes/tex-mode.el (tex-dvi-view-command)
5656 (tex-show-queue-command, tex-open-quote):
5657 * progmodes/ruby-mode.el (auto-mode-alist)
5658 (interpreter-mode-alist): Purecopy strings.
5659
5660 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
5661
5662 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
5663 string for the hook, keymap and abbrev table.
5664
5665 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
5666
5667 * x-dnd.el (x-dnd-xdnd-to-action):
5668 * startup.el (fancy-startup-text, fancy-about-text): Change to
5669 defconst from defvar.
5670
5671 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
5672
5673 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5674 Purecopy initialization strings.
5675
5676 * mail/sendmail.el (mail-header-separator)
5677 (mail-personal-alias-file):
5678 * mail/rmail.el (rmail-default-dont-reply-to-names)
5679 (rmail-ignored-headers, rmail-retry-ignored-headers)
5680 (rmail-highlighted-headers, rmail-secondary-file-directory)
5681 (rmail-secondary-file-regexp):
5682 * files.el (null-device, file-name-invalid-regexp)
5683 (locate-dominating-stop-dir-regexp)
cc63d28f 5684 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
5685 (interpreter-mode-alist): Use mapcar instead of mapc.
5686
5687 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5688
5689 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5690 (completion-ignored-extensions):
5691 (debug-ignored-errors): Purecopy strings.
5692
4fcc3d32
SM
56932009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5694
0667de21
SM
5695 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5696 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5697 (pcomplete--here): Use push.
5698
4fcc3d32
SM
5699 * subr.el (all-completions): Declare the 4th arg obsolete.
5700
955ef430
SM
57012009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5702
2d085307
SM
5703 * pcomplete.el (pcomplete-unquote-argument-function): New var.
5704 (pcomplete-unquote-argument): New function.
5705 (pcomplete--common-suffix): Always pay attention to case.
5706 (pcomplete--table-subvert): Quote and unquote the text.
5707 (pcomplete--common-quoted-suffix): New function.
5708 (pcomplete-std-complete): Use it and pcomplete-begin.
5709
955ef430
SM
5710 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
5711 we're inside a dedicated or minibuffer window.
5712
7c85c02b
KF
57132009-10-24 Karl Fogel <kfogel@red-bean.com>
5714
5715 * bookmark.el: Update documentation, especially documentation
5716 of `bookmark-alist' and of the bookmark file format.
5717 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
5718
3e8ae8a6
CY
57192009-10-24 Chong Yidong <cyd@stupidchicken.com>
5720
3e425845
CY
5721 * mail/emacsbug.el (report-emacs-bug): Clarify that the
5722 keybindings apply to the mail buffer (Bug#4003). Shrink help
5723 window to buffer.
5724
cdd47d48
CY
5725 * whitespace.el (whitespace-mode, whitespace-newline-mode)
5726 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
5727 (whitespace-toggle-options, global-whitespace-toggle-options):
5728 Doc fix (Bug#3660).
cdd47d48 5729
ba07c9ad
CY
5730 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
5731 of xmltok-start before the end tag was inserted (Bug#2840).
5732
3e8ae8a6
CY
5733 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
5734 patterns that are preceded by an open-paren (Bug#1320).
5735
ab276820
CY
57362009-10-24 Sven Joachim <svenjoac@gmx.de>
5737
5738 * files.el (delete-directory): Delete symlinks to directories with
5739 delete-file (Bug#4739).
5740
905a9ed3
DN
57412009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
5742
a9a2a6db
DN
5743 * vc.el (vc-backend-for-registration): Rename from
5744 vc-get-backend-for-registration. Update callers.
5745
cc63d28f
SM
5746 * international/mule-cmds.el (set-language-info-alist):
5747 Purecopy lang-env.
905a9ed3
DN
5748 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
5749 (charset): Purecopy the name.
5750 (define-char-code-property): Purecopy string arguments.
5751
5752 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5753 Purecopy string arguments.
5754
5755 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5756 * ediff-hook.el (menu-bar-ediff-menu):
5757 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
5758 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
5759
d270305a
GM
57602009-10-24 Glenn Morris <rgm@gnu.org>
5761
6c74d523 5762 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
5763 * term.el (term-dynamic-list-completions): Use choose-completion rather
5764 than obsolete alias mouse-choose-completion.
5765
ae732337
GM
5766 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
5767 file-cache-choose-completion.
5768 (file-cache-choose-completion): Handle an optional event argument.
5769 (file-cache-mouse-choose-completion): Make it an obsolete alias.
5770
cc63d28f
SM
5771 * progmodes/octave-mod.el (octave-complete-symbol):
5772 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 5773
9847dc91
GM
5774 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
5775 use.
5776
e8f2a5d5
GM
5777 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
5778 compiler.
5779
d270305a
GM
5780 * vc-hooks.el (vc-responsible-backend): Fix declaration.
5781
c6432f1e
SM
57822009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5783
5784 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
5785 Ignore `pred' now that we receive one.
5786 Handle test-completion specially.
5787
6ab196f9
DN
57882009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5789
5790 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 5791 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
5792 REGISTER ...
5793 (vc-get-backend-for-registration): ... here. New function.
5794 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
5795 of vc-responsible-backend, pass the file name instead of the
5796 directory name.
5797
48feed59
SM
57982009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5799
5800 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
5801 New funs.
5802 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
5803 (pcomplete-comint-setup): Don't modify a global var via
5804 accidental side-effects.
5805 (pcomplete-shell-setup): Adjust call accordingly.
5806 (pcomplete-parse-comint-arguments): Use push.
5807
00006066
CY
58082009-10-23 Chong Yidong <cyd@stupidchicken.com>
5809
36bfa3af
CY
5810 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5811 Allow uncapitalized info node names (Bug#3921).
5812
00006066
CY
5813 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
5814 to the DEBUG file (Bug#3781).
5815
aa311d6e
CY
58162009-10-23 Jari Aalto <jari.aalto@cante.net>
5817
5818 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
5819 dictionary entry (Bug#4579).
5820
b88f2d0a
MA
58212009-10-23 Michael Albinus <michael.albinus@gmx.de>
5822
5823 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
5824 from `rfn-eshadow-update-overlay-hook' when unloading.
5825 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
5826 "rsyncc". Adjust doc string.
48c2d18a 5827 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
5828 (tramp-handle-insert-file-contents, tramp-handle-write-region):
5829 Keep temporary file when indicated by method ("rsync" and
5830 "rsyncc").
5831 (tramp-handle-write-region): Handle APPEND.
5832 (tramp-delete-temp-file-function): New defun. Added to
5833 `kill-buffer-hook'.
5834
1becddbb
JB
58352009-10-23 Juanma Barranquero <lekktu@gmail.com>
5836
5837 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
5838
8f43cbf3
DN
58392009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5840
5841 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
5842 (color-name-rgb-alist, tty-standard-colors)
5843 (tty-color-mode-alist): Change to defconst.
5844
5845 * simple.el (mark-inactive): Purecopy message.
5846
5847 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
5848 (global-map, yank-menu):
5849 * textmodes/ispell.el (ispell-menu-map):
5850 * net/eudc.el (eudc-tools-menu):
5851 * international/mule-cmds.el (describe-language-environment-map)
5852 (setup-language-environment-map, set-coding-system-map)
5853 (mule-menu-keymap):
5854 * vc-hooks.el (vc-menu-entry, vc-menu-map):
5855 * replace.el (occur-mode-map):
5856 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
5857
1d228a31
JB
58582009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
5859
5860 * calc/calc.el (math-read-number, math-read-number-simple): Use
5861 `save-match-data'.
5862
3b067af1
SM
58632009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5864
28a90c44
SM
5865 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
5866 rather than fiddling with global-map bindings, since it should only
5867 affect per-terminal settings.
5868 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
5869
a452eee8
SM
5870 * minibuffer.el (completion-table-with-terminator): Allow to specify
5871 the terminator-regexp.
5872
ab14d7d5
SM
5873 * simple.el (switch-to-completions): Look for *Completions* in other
5874 frames as well.
5875
3b067af1
SM
5876 * pcomplete.el: Allow the use of completion-tables.
5877 (pcomplete-std-complete): New command.
5878 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
5879 (pcomplete--here): Use a function for `form' rather than an expression,
5880 so it can be byte-compiled.
5881 (pcomplete-here, pcomplete-here*): Adjust accordingly.
5882 Add edebug declaration.
5883 (pcomplete-show-completions): Remove unused var `curbuf'.
5884 (pcomplete-do-complete, pcomplete-stub):
1becddbb 5885 Don't assume `completions' is a list of strings any more.
3b067af1 5886
5480359e
JB
58872009-10-22 Juanma Barranquero <lekktu@gmail.com>
5888
5889 * find-dired.el (find-name-arg): Fix typo in docstring.
5890
3170b794
SM
58912009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5892
48c23a25
SM
5893 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5894 (pcmpl-linux-fs-types): Same, and update to new modules layout.
5895
56b14058
SM
5896 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5897 pcomplete-entries.
5898
3170b794
SM
5899 * comint.el (comint-read-input-ring, comint-write-input-ring)
5900 (comint-substitute-in-file-name)
5901 (comint-dynamic-complete-as-filename)
5902 (comint-dynamic-simple-complete)
5903 (comint-dynamic-list-filename-completions)
5904 (comint-dynamic-list-completions)
5905 (comint-redirect-results-list-from-process): Minor simplifications.
5906
2affef34
KR
59072009-10-21 Kevin Ryde <user42@zip.com.au>
5908
3170b794
SM
5909 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5910 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 5911 the first form. And insert a blank line after ";;; Code" since
d8194864 5912 that's usual style. (Bug#4612)
2affef34 5913
e7b94bbb
KR
5914 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5915
528c56e2
SM
59162009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5917
5918 * minibuffer.el (completion-table-with-terminator): Properly implement
5919 boundaries, in case `terminator' appears in the suffix.
5920 (completion--embedded-envvar-table): Don't return boundaries if
5921 there's no valid completion. Simplify.
5922 (completion-file-name-table): New completion table extracted from
5923 completion--file-name-table.
5924 (completion--file-name-table): Use it.
5925 (read-file-name-predicate): Declare obsolete.
5926 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5927 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5928 completion-file-name-table, and use the `pred' argument.
5929 * files.el (locate-file-completion-table): Use the `pred' arg rather
5930 than read-file-name-predicate.
5931 (abbreviate-file-name): Use \` rather than ^ for BOS.
5932
f9ed9b4f
DN
59332009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
5934
5935 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
5936 vc-responsible-backend to register, it causes problems.
5937
5f2022a3
SM
59382009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5939
5940 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
5941
fc754ea1
MA
59422009-10-21 Michael Albinus <michael.albinus@gmx.de>
5943
5944 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
5945 (tramp-smb-handle-file-attributes): Use it.
5946 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
5947 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
5948 `mapcar'. Use `tramp-smb-get-stat-capability'.
5949 Add `dired-filename' text properties.
fc754ea1
MA
5950 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
5951 (tramp-smb-maybe-open-connection): Simplify check for smbclient
5952 version.
5953
79bd5ba1
SM
59542009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5955
5956 * subr.el (read-key-delay): Reduce to 0.01.
5957 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
5958 (bug#4751).
5959
3c13704d
SM
59602009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5961
554efd10
SM
5962 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
5963
c2a37b78
SM
5964 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
5965 (Info-menu): Remove unused vars `last' and `completions'.
5966 (Info-index-nodes): Remove unused var `node'.
5967
3c13704d
SM
5968 * info.el (Info-complete-menu-item): Use complete-with-action.
5969
d1e4c403
DN
59702009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5971
5972 Make vc-annotate work through copies and renames.
3c13704d
SM
5973 * vc-annotate.el (vc-annotate-extract-revision-at-line):
5974 Return the file name too.
d1e4c403
DN
5975 (vc-annotate-revision-at-line)
5976 (vc-annotate-find-revision-at-line)
5977 (vc-annotate-revision-previous-to-line)
5978 (vc-annotate-show-log-revision-at-line): Update to get the file
5979 name from vc-annotate-extract-revision-at-line.
5980 (vc-annotate-show-diff-revision-at-line-internal): Change the
5981 argument to mean whether to show a file diff or not. Get the file
5982 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
5983 (vc-annotate-show-diff-revision-at-line):
5984 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
5985 (vc-annotate-warp-revision): Add an optional file argument.
5986
5987 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
5988 (vc-git-annotate-extract-revision-at-line): Also return the file
5989 name if found.
5990
5991 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
5992 command. Remove unused code.
5993 (vc-hg-annotate-re): Update to match --follow output.
5994 (vc-hg-annotate-extract-revision-at-line): Also return the file
5995 name if found.
5996
5997 * vc.el: Update annotate-extract-revision-at-line documentation.
5998
b0b0ef98
KR
59992009-10-18 Kevin Ryde <user42@zip.com.au>
6000
6001 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
6002 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
6003
a9e7f03d
KR
6004 * net/browse-url.el (browse-url): Identify alist with "consp and
6005 not functionp" and let all other things go down the `apply' leg,
6006 as suggested by Stefan. (Further to bug#4531.)
6007
7346a407
CY
60082009-10-18 Chong Yidong <cyd@stupidchicken.com>
6009
6010 * minibuffer.el (read-file-name): Check for repeat before putting
6011 a default argument in file-name-history (Bug#4657).
6012
6013 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
6014 read syntax (Bug#4737).
6015
3c13704d 6016 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 6017
1da94541
CY
60182009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6019
6020 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
6021 (html-tag-alist, html-tag-help): Add descriptions for undocumented
6022 entries and make note of obsolete tags.
6023
2b93080a
SM
60242009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6025
6026 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
6027
18b5ffb5
GM
60282009-10-18 Glenn Morris <rgm@gnu.org>
6029
6030 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
6031 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 6032 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
6033 now, and in any case the file header format has changed.
6034
c2e161b2
GM
60352009-10-17 Glenn Morris <rgm@gnu.org>
6036
6037 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
6038 (flyspell-get-word, flyspell-large-region)
6039 (flyspell-auto-correct-previous-word): Doc/error message fixes.
6040
a1eb44f5
CY
60412009-10-17 Chong Yidong <cyd@stupidchicken.com>
6042
6043 * Makefile.in (ELCFILES): Add ede/shell.
6044
4418646e
DN
60452009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
6046
6047 * term/common-win.el (x-colors): Purecopy it.
6048
4062011e
SM
60492009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6050
6051 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
6052 permissive for when the buffer is empty.
6053 (tar-header-block-tokenize): Decode the username and groupname.
6054 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
6055
2df48a87
SM
60562009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6057
6058 * international/mule-cmds.el (select-safe-coding-system): If the file
6059 has a coding cookie, use it regardless of any other setting (bug#4712).
6060
fd7dd48c
GM
60612009-10-17 Glenn Morris <rgm@gnu.org>
6062
3ee0b477 6063 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
6064 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6065
2550e4b1
GM
6066 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6067 (dired-keep-marker-copy, dired-keep-marker-hardlink)
6068 (dired-keep-marker-symlink, dired-dwim-target)
6069 (dired-copy-preserve-time): Do not autoload these defcustoms.
6070
fd7dd48c
GM
6071 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6072 messages from messing up the file coding. (Bug#4623)
6073
f3e3a990
GM
60742009-10-17 Jari Aalto <jari.aalto@cante.net>
6075
6076 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6077 if no match is found for the current dictionary. (Bug#4578)
6078
6079 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
6080 optional, since that is how it is documented, and this is often called
6081 with a nil argument. (Bug#4577)
6082 (flyspell-external-point-words, flyspell-auto-correct-word)
6083 (flyspell-correct-word-before-point, flyspell-word-search-forward)
6084 (flyspell-word-search-backward): Remove nil argument in calls to
6085 flyspell-get-word, since it is not needed now.
6086
60872009-10-17 Ulrich Mueller <ulm@gentoo.org>
6088
1becddbb 6089 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 6090
b61374ab
GM
60912009-10-16 Glenn Morris <rgm@gnu.org>
6092
6093 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
6094
412707c2
SM
60952009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
6096
6097 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
6098 (ange-ftp-file-size): New function.
6099 (ange-ftp-file-attributes): Use it.
6100
0c6f436e
MA
61012009-10-16 Michael Albinus <michael.albinus@gmx.de>
6102
6103 * net/tramp-smb.el (tramp-smb-version): New defvar.
6104 (tramp-smb-maybe-open-connection): Use it, in order to avoid
6105 repeated checks.
6106
850bfd04
GM
61072009-10-16 Glenn Morris <rgm@gnu.org>
6108
6109 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6110 Maybe copy some custom properties from old to new name. (Bug#4706)
6111
f3ed9aca
JB
61122009-10-16 Juanma Barranquero <lekktu@gmail.com>
6113
6114 * subr.el (error, sit-for, start-process-shell-command)
6115 (start-file-process-shell-command): Set the calling convention
6116 after the function definition.
6117
fd6c5134
SM
61182009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
6119
6120 * subr.el (error, sit-for, start-process-shell-command)
6121 (start-file-process-shell-command): Use the new
6122 set-advertised-calling-convention feature.
6123
73874eb7
KH
61242009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
6125
fd6c5134
SM
6126 * international/ucs-normalize.el (ucs-normalize-version):
6127 Change to 1.2.
6128 (check-range): Adjust for Unicode 5.2.
73874eb7 6129
03fb33cf
JL
61302009-10-15 Juri Linkov <juri@jurta.org>
6131
6132 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6133 to the `menu-item' format.
6134
4260b402
MA
61352009-10-15 Michael Albinus <michael.albinus@gmx.de>
6136
6137 * net/tramp.el (tramp-replace-environment-variables): Do not fail
6138 if the environment variable does not exist.
6139
6140 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6141 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6142 parameter.
6143 (tramp-smb-handle-add-name-to-file)
6144 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6145 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6146 (tramp-smb-handle-file-attributes)
6147 (tramp-smb-do-file-attributes-with-stat)
6148 (tramp-smb-handle-file-local-copy)
6149 (tramp-smb-handle-insert-directory)
6150 (tramp-smb-handle-make-directory)
6151 (tramp-smb-handle-make-directory-internal)
6152 (tramp-smb-handle-make-symbolic-link)
6153 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6154 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6155 (tramp-smb-maybe-open-connection): Apply the changed parameters.
6156 (tramp-smb-read-file-entry): Read Disk names in compressed format.
6157 Handle long file names.
6158 (tramp-smb-get-cifs-capabilities): Check, whether the connection
6159 process is running.
6160 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6161 Read share names with "-g" option.
6162
d7a0fd6f
GM
61632009-10-15 Ryan Yeske <rcyeske@gmail.com>
6164
6165 * net/rcirc.el (rcirc-view-log-file): New command.
6166 (rcirc-track-minor-mode-map): Remove C-c ` binding.
6167 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6168 specified.
6169
0b44494a
GM
61702009-10-15 Glenn Morris <rgm@gnu.org>
6171
af9fb32f
GM
6172 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6173 from the second command-line argument.
6174 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6175 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6176 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6177 w32-batch-update-autoloads.
6178 * emacs-lisp/autoload.el (autoload-make-program): New variable.
6179 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6180
0b44494a
GM
6181 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6182 the headers cannot be located. Simplify, subtracting superflous
6183 save-excursions.
6184
d5e63715
SM
61852009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
6186
6187 Replace completion-base-size by completion-base-position to fix bugs
6188 such as (bug#4699).
6189 * simple.el (completion-base-position): New var.
6190 (completion-base-size): Mark as obsolete.
6191 (choose-completion): Make it work for mouse events as well.
6192 Pass the new base-position to choose-completion-string.
6193 (choose-completion-guess-base-position): New function, extracted from
6194 choose-completion-delete-max-match.
6195 (choose-completion-delete-max-match): Use it. Make obsolete.
6196 (choose-completion-string): Use the new base-position info.
6197 (completion-root-regexp): Delete.
6198 (completion-setup-function): Preserve completion-base-position.
6199 Eliminate obsolete base-size manipulation.
6200 * minibuffer.el (display-completion-list): Don't mess with base-size.
6201 (minibuffer-completion-help): Set completion-base-position instead.
6202 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6203 choose-completion.
6204 * textmodes/bibtex.el (bibtex-complete):
6205 * emacs-lisp/crm.el (crm--choose-completion-string):
6206 Adjust to new calling convention.
6207 * complete.el (partial-completion-mode): Use minibufferp to avoid
6208 bumping into incompatible change to choose-completion-string-functions.
6209 * ido.el (ido-choose-completion-string): Make its calling convention
6210 more permissive.
6211 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6212 base-size manipulation.
6213 (comint-dynamic-list-input-ring): Use dotimes and push.
6214 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6215 fundamental-mode. Use `or'.
6216
92f8bfc7
JL
62172009-10-14 Juri Linkov <juri@jurta.org>
6218
6219 * misearch.el (multi-isearch-next-buffer-from-list)
6220 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
6221
e78e280d
SM
62222009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6223
384ca163
SM
6224 * Makefile.in (compile-onefile): Load `bytecomp' rather than
6225 `bytecomp.el'.
6226
681e0e7c
SM
6227 * minibuffer.el (completion-pcm--merge-completions): Make sure the
6228 string we return is all made up of text from the completions rather
6229 than part from the completions and part from the input (bug#4219).
6230
e78e280d
SM
6231 * ido.el (ido-everywhere): Use define-minor-mode.
6232
6233 * buff-menu.el (list-buffers, ctl-x-map):
6234 Mark the entry points with ;;;###autoload cookies.
6235
b4e813ca
DN
62362009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
6237
52964e54
DN
6238 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6239 correctly in the detached head case.
6240 (vc-git-print-log): Remove unused binding.
6241
b4e813ca
DN
6242 * vc.el (vc-responsible-backend): When a directory is passed for
6243 for registration create a VC repository if no backend is
6244 responsible for the directory argument.
6245 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
6246
6247 * vc.el: Move comments about RCS and SCCS ...
6248 * vc-rcs.el:
6249 * vc-sccs.el: ... here, respectively.
6250
40ba9882
SM
62512009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6252
6253 * minibuffer.el (completion--file-name-table): Return nil if there's
6254 no file completion, even if substitute-in-file-name changed
6255 the string (bug#4708).
6256
04e0f59b
JL
62572009-10-13 Juri Linkov <juri@jurta.org>
6258
6259 * files-x.el (read-file-local-variable-value): Don't filter out
6260 minor modes from mode name completion (bug#4664).
6261
314c8e25
JB
62622009-10-13 Juanma Barranquero <lekktu@gmail.com>
6263
6264 * international/mule-cmds.el (ucs-names): Remove exclusion of
6265 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6266
5c9b7d36
KH
62672009-10-13 Kenichi Handa <handa@m17n.org>
6268
6269 * international/uni-name.el: Regenerated.
6270
1e7a80f2
JB
62712009-10-13 Juanma Barranquero <lekktu@gmail.com>
6272
6273 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
6274 should be automatically buffer-local, but isn't.)
6275
cd29f88b
SS
62762009-10-12 Sam Steingold <sds@gnu.org>
6277
6278 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 6279 timestamps if the buffer has been visited before.
0cd16af4
SS
6280 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6281 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 6282
37493a98
GM
62832009-10-12 Glenn Morris <rgm@gnu.org>
6284
6285 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6286 Let-bind `size'.
6287
3b56b1e6
JB
62882009-10-12 Juanma Barranquero <lekktu@gmail.com>
6289
7422a4bb
JB
6290 * proced.el (proced-unload-function): New function.
6291
fa72d075
JB
6292 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6293 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6294 Doc fix.
6295
3b56b1e6
JB
6296 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6297
4d9b4323
JL
62982009-10-11 Juri Linkov <juri@jurta.org>
6299
6300 * files-x.el (read-file-local-variable-value):
6301 Provide default value only for bound variables (bug#4664).
6302
f6f7e059
MA
63032009-10-11 Michael Albinus <michael.albinus@gmx.de>
6304
6305 * net/tramp.el (tramp-local-host-p): Function shall return nil for
6306 connection methods like smb.
6307
6308 * net/tramp-cache.el (tramp-flush-connection-property): The hash
6309 can be empty.
6310
6311 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6312 (tramp-smb-file-name-handler-alist): Add handlers for
6313 `add-name-to-file', `make-symbolic-link'.
6314 (tramp-smb-handle-add-name-to-file)
2992485f 6315 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
6316 (tramp-smb-handle-make-symbolic-link)
6317 (tramp-smb-get-cifs-capabilities): New defuns.
6318 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6319 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6320 (tramp-smb-handle-file-local-copy)
6321 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
6322 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6323 The file name syntax depends on cifs capabilities.
6324 (tramp-smb-handle-file-attributes):
6325 Call `tramp-smb-do-file-attributes-with-stat' if possible.
6326 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6327 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 6328
67868d26
CY
63292009-10-11 Chong Yidong <cyd@stupidchicken.com>
6330
6331 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6332 (eieio-defclass): Apply deftype handler and setf-method properties
6333 directly.
6334 (eieio-add-new-slot): Avoid union function from cl library.
6335 (eieio--typep): New function.
6336 (eieio-perform-slot-validation): Use it.
6337
6d6a5b7e
KF
63382009-10-10 Karl Fogel <kfogel@red-bean.com>
6339
3b56b1e6 6340 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
6341 Update documentation to refer to the variables documented in r1.135.
6342 (Bug#4188)
6343
67b70de9
KF
63442009-10-10 Karl Fogel <kfogel@red-bean.com>
6345
6346 * bookmark.el (Info-suffix-list): Remove this unused variable.
6347 (bookmark-current-point): Remove this obsolete variable.
6348 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6349 Adjust for removal of bookmark-current-point.
6350
6351 (bookmarks-already-loaded, bookmark-current-buffer)
6352 (bookmark-yank-point): Document. (Bug#4188)
6353
58ae51ae
GM
63542009-10-10 Glenn Morris <rgm@gnu.org>
6355
4619ff5e
GM
6356 * frame.el (frame-height): Doc fix.
6357
58ae51ae
GM
6358 * calendar/calendar.el (calendar-split-width-threshold): New option.
6359 (calendar-basic-setup): Use calendar-split-width-threshold.
6360
d364386c
JB
63612009-10-09 Juanma Barranquero <lekktu@gmail.com>
6362
6363 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6364 Ideographic Supplement" range (U+1F200..U+1F2FF).
6365
33e97a28
KF
63662009-10-09 Karl Fogel <kfogel@red-bean.com>
6367
02d0f051 6368 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 6369 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
6370
63712009-10-09 Karl Fogel <kfogel@red-bean.com>
6372
d364386c 6373 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
6374 (bookmark-bmenu-execute-deletions): Don't save here, as
6375 bookmark-delete will now do so if necessary.
d364386c 6376 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
6377 (Bug#4348)
6378
9656d87b
GM
63792009-10-09 Glenn Morris <rgm@gnu.org>
6380
6381 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6382
e6227f06
KF
63832009-10-09 Karl Fogel <kfogel@red-bean.com>
6384
6385 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6386 (bookmark-jump-other-window): Just invoke bookmark-jump with new
6387 argument now, so the two function's behaviors will match. (Bug#3645)
6388
288f783b
MA
63892009-10-08 Michael Albinus <michael.albinus@gmx.de>
6390
6391 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 6392 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 6393 Apply `save-match-data'.
288f783b
MA
6394
6395 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6396 case both directories are remote.
6397 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 6398 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 6399
872a1ea4
JB
64002009-10-07 Juanma Barranquero <lekktu@gmail.com>
6401
6402 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6403
ab2baced
GM
64042009-10-07 Glenn Morris <rgm@gnu.org>
6405
e78e280d
SM
6406 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6407 of concat.
ab2baced 6408
5c4634c1
SM
64092009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6410
6411 * files-x.el (read-file-local-variable): Include some
6412 non-user-variables in the completion table (bug#4664).
6413
c2dc9732
MA
64142009-10-07 Michael Albinus <michael.albinus@gmx.de>
6415
6416 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6417 message.
6418
6419 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6420 (tramp-smb-file-name-handler-alist): Add handler for
6421 `copy-directory', `expand-file-name', `set-file-modes'.
6422 (tramp-smb-handle-copy-directory)
6423 (tramp-smb-handle-expand-file-name)
6424 (tramp-smb-handle-set-file-modes): New defuns.
6425 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6426 (tramp-smb-handle-file-attributes): Simplify check for retrieving
6427 entry.
6428 (tramp-smb-handle-insert-directory): Don't flush the cache.
6429 (tramp-smb-maybe-open-connection): Check for samba client and
6430 server versions.
6431
11be40a6
EZ
64322009-10-07 Eli Zaretskii <eliz@gnu.org>
6433
6434 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6435 to not error out of search for "^lisp=" fails.
6436
8c4afe20
JB
64372009-10-07 Juanma Barranquero <lekktu@gmail.com>
6438
6439 * makefile.w32-in (WINS_UPDATES): New macro.
6440 (custom-deps, finder-data, autoloads): Use it.
6441
429a1506
GM
64422009-10-07 Glenn Morris <rgm@gnu.org>
6443
ee2e93e2
GM
6444 * Makefile.in (autoloads): Revert previous change.
6445 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6446 the list of preloaded files passed on the command-line, get
6447 it from src/Makefile.
6448
429a1506
GM
6449 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6450 show the original buffer rather than a random one.
6451
a51203ee 64522009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
6453
6454 * help.el (describe-no-warranty): Place point in a slightly better
6455 position in the GPLv3 text.
6456
f58f7520
SS
64572009-10-06 Sam Steingold <sds@gnu.org>
6458
6459 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6460 the comm attribute is present before calling regexp-quote.
6461
bde79dc0
JB
64622009-10-06 Juanma Barranquero <lekktu@gmail.com>
6463
6464 * play/animate.el (animate-string): For good effect, make sure
6465 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6466
6467 * play/animate.el (animate-sequence, animate-birthday-present):
6468 * misc.el (butterfly): Don't set `indent-tabs-mode'.
6469
25ab0302
GM
64702009-10-06 Glenn Morris <rgm@gnu.org>
6471
73fe714a
GM
6472 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
6473
3405d98c
GM
6474 * emacs-lisp/autoload.el (autoload-excludes): New variable.
6475 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
6476 (batch-update-autoloads): Process a string value of autoload-excludes,
6477 set during the build process.
6478 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
6479
9fb2cdc5
GM
6480 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
6481 inside with-parsed... macro so that `v' is defined.
6482
7938ab41
GM
6483 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
6484 * progmodes/fortran.el (fortran-end-of-block)
6485 (fortran-beginning-of-block):
6486 Also push mark in the macro case.
6487
eaf9b564
GM
6488 * emerge.el (emerge-show-file-name):
6489 * calc/calc.el (calc-quit):
6490 * calc/calc-misc.el (calc-big-or-small):
6491 * calc/calc-graph.el (calc-graph-view):
6492 * calc/calc-ext.el (calc-reset):
6493 * calendar/calendar.el (calendar-basic-setup):
6494 Use window-full-height-p.
6495
25ab0302
GM
6496 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
6497 header we don't understand, don't insert another. (Bug#4624)
6498 If changing mime charset, insert the new one in the right place.
6499
00169eb6
GM
65002009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
6501
6502 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6503 (cal-tex-cursor-month): Correctly increment the end date for diary and
6504 holiday listing. (Bug#4626)
6505
82882188
SM
65062009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6507
40ba9882 6508 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
6509 a symbol.
6510
a8f316ca
JB
65112009-10-05 Juanma Barranquero <lekktu@gmail.com>
6512
6513 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
6514 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
6515 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
6516 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
6517
6518 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
6519 (eieio-default-superclass): Reflow docstrings.
6520 (this, class-option-assoc, defclass, eieio-class-un-autoload)
6521 (eieio-unbind-method-implementations, defmethod)
6522 (eieio-validate-slot-value, eieio-validate-class-slot-value)
6523 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6524 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6525 (eieio-slot-originating-class-p, eieio-slot-name-index)
6526 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6527 (constructor, initialize-instance, no-next-method, object-print)
6528 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6529 Fix typos in docstrings.
6530 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6531 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6532 (next-method-p): Doc fixes.
6533 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6534 Fix typos in error messages.
6535 (eieio-defmethod): Fix typo in description of generic method.
6536
6537 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6538 (eieio-persistent-save-interactive, slot-missing):
6539 Fix typos in docstrings.
6540 (eieio-instance-inheritor-slot-boundp): Doc fix.
6541
6542 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6543 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6544
6545 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
6546 (eieio-custom-object-apply-reset):
6547 Fix typos in docstrings and error messages.
6548
6549 * emacs-lisp/eieio-datadebug.el (data-debug-show):
6550 Fix typo in docstring.
6551
6552 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
6553 (eieio-browse-tree): Doc fix.
6554 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
6555 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
6556 Fix typos in docstrings.
6557
6558 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
6559 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
6560 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
6561 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
6562 Reflow docstrings.
6563
c66b7ac0
DN
65642009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
6565
4a827e0a 6566 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
6567 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
6568 Set log-view-vc-backend so that diff can work.
4a827e0a 6569
c66b7ac0
DN
6570 * log-view.el (log-view-diff): Use vc-diff-internal instead of
6571 vc-version-diff.
6572 (vc-diff-internal): Autoload this instead of vc-version-diff.
6573
1902a98c
EZ
65742009-10-05 Eli Zaretskii <eliz@gnu.org>
6575
a7a8618b
EZ
6576 * simple.el (eval-expression): Doc fix.
6577
1902a98c
EZ
6578 * progmodes/cwarn.el (cwarn-mode): Doc fix.
6579
0e1f2ee6
MA
65802009-10-05 Michael Albinus <michael.albinus@gmx.de>
6581
6582 * files.el (directory-files-no-dot-files-regexp): New defconst.
6583 (delete-directory): Use it.
6584 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
6585
263c02ef 6586 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
6587 (tramp-methods): Add recursive option to `tramp-copy-args'.
6588 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 6589 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 6590 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
6591 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6592 Add handler for `copy-directory'.
6593 (tramp-handle-copy-directory): New defun.
6594 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
6595 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
6596 Optimize sent command.
263c02ef 6597
72aa7df4
SM
65982009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6599
4a34f065
SM
6600 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
6601 window if necessary.
6602
72aa7df4
SM
6603 * calendar/calendar.el (calendar-basic-setup): Don't call
6604 switch-to-buffer in a dedicated window.
6605
5feb1ba7
KF
66062009-10-05 Karl Fogel <kfogel@red-bean.com>
6607
6608 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 6609 don't do anything related to relocating, just return nil.
5feb1ba7
KF
6610 (bookmark-error-no-filename): New error.
6611 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
6612 bookmark has no file. Don't even attempt to handle things that
6613 are not files; the whole point of custom handlers is to keep that
6614 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
6615 (bookmark-file-or-variation-thereof): Remove now-unused function.
6616 (bookmark-location): Doc string fix.
6617 (Bug#4250)
6618
1bd49952
KF
66192009-10-04 Karl Fogel <kfogel@red-bean.com>
6620
6621 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
6622 don't use a file dialog, because they usually don't know how to read
6623 a directory target from the user. (Bug#4230)
6624 Also, make sure the prompt can display directories as well as files.
6625
825382c0
KF
66262009-10-04 Karl Fogel <kfogel@red-bean.com>
6627
6628 * bookmark.el (bookmark-set, bookmark-buffer-name):
6629 Improve doc strings. (Bug#1193)
6630
13901bcb
KF
66312009-10-04 Karl Fogel <kfogel@red-bean.com>
6632
4a34f065
SM
6633 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
6634 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
6635 (bookmark-get-annotation, bookmark-set-annotation)
6636 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6637 (bookmark-set-position, bookmark-get-front-context-string)
6638 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6639 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
6640 (bookmark-jump-other-window, bookmark-handle-bookmark)
6641 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
6642 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
6643 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
6644 Improve doc strings to say whether bookmark can be a string or
6645 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
6646 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
6647 (bookmark-default-annotation-text, bookmark-yank-word)
6648 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
6649 (bookmark-import-new-list, bookmark-maybe-rename)
6650 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6651 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 6652 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 6653 add a FIXME comment about how the function may be pointless.
13901bcb 6654 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
6655 parameter name, to clarify that this takes a bookmark record
6656 not a bookmark name.
13901bcb 6657 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 6658 and improve the doc string a bit.
13901bcb
KF
6659 (Bug#4188)
6660
5c1b3e94
KF
66612009-10-04 Karl Fogel <kfogel@red-bean.com>
6662
6663 * bookmark.el (bookmark-alist): Document the new `handler' element
6664 in the param alist.
6665 (bookmark-make-record-function): Adjust documentation for above.
6666 (Bug#4193)
6667
8559076d
KF
66682009-10-04 Karl Fogel <kfogel@red-bean.com>
6669
6670 * info.el (Info-bookmark-make-record): Document this function.
6671 (Info-bookmark-jump): Document with a doc string, not just a comment.
6672 (Bug#4203)
6673
b4583b8c
MA
66742009-10-04 Michael Albinus <michael.albinus@gmx.de>
6675
6676 * files.el (copy-directory): New defun.
6677
6678 * dired-aux.el (dired-copy-file-recursive): Use it.
6679
131ae8f2
JB
66802009-10-04 Juanma Barranquero <lekktu@gmail.com>
6681
a30e71ae 6682 * files-x.el (modify-dir-local-variable)
dd9af436
CY
6683 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
6684 docstrings.
a30e71ae 6685
131ae8f2
JB
6686 * recentf.el (recentf-unload-function): New function.
6687
ccafbf06
GM
66882009-10-04 Glenn Morris <rgm@gnu.org>
6689
6690 * window.el (window-full-height-p): Add doc string.
6691
02c6f098
GM
66922009-10-04 Martin Rudalics <rudalics@gmx.at>
6693
6694 * window.el (window-full-height-p): New function. (Bug#4543)
6695
ed6b0195
DN
66962009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6697
6698 * vc.el: Remove commented out code.
6699 (vc-derived-from-dir-mode): Remove, unused.
6700 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6701
1b8d1cc7
MA
67022009-10-03 Michael Albinus <michael.albinus@gmx.de>
6703
4a34f065
SM
6704 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6705 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
6706 there could be recursive loading when `default-directory' is a
6707 remote file name. (Bug#4614)
6708
ac3c593c
GM
67092009-10-03 Glenn Morris <rgm@gnu.org>
6710
686ea556
GM
6711 * calendar/calendar.el (calendar-basic-setup): Handle the case where
6712 the frame is wide.
6713 (calendar-generate-window): Test for shrinkability rather than width.
6714
ac3c593c
GM
6715 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6716 reusing existing buffers, in case we happen to visit two files with the
6717 same basename. (Bug#4593)
6718
573709fd
EZ
67192009-10-02 Eli Zaretskii <eliz@gnu.org>
6720
4a34f065 6721 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
6722 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6723 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6724 subdirs of cedet as well.
8f885d01 6725 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 6726
8d6c1239
SM
67272009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6728
6729 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6730 Obey advertised-signature-table.
6731
6732 * help-fns.el (help-function-arglist): Don't check
6733 advertised-signature-table.
6734 (describe-function-1): Do it here instead so it also applies to subrs.
6735
c4861de0
MA
67362009-10-02 Michael Albinus <michael.albinus@gmx.de>
6737
6738 * simple.el (start-file-process): Say in the doc-string, that file
6739 handlers might not support pty association, if PROGRAM is nil.
6740
6741 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6742 HOST and USER are strings. They are nil, when there are
6743 incomplete entries in ~/.netrc, for example.
6744 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
6745 root directory ("device busy" error otherwise).
6746
8d6c1239
SM
6747 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6748 Flush file properties of created directory.
c4861de0 6749
d2bda74f
EZ
67502009-10-02 Eli Zaretskii <eliz@gnu.org>
6751
6752 * makefile.w32-in (WINS_BASIC): Remove cedet.
6753 (WINS_CEDET): Add cedet.
6754 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6755
895d1904
GM
67562009-10-02 Kevin Ryde <user42@zip.com.au>
6757
6758 * net/browse-url.el (browse-url): Pass any symbol in
6759 browse-url-browser-function to `apply', since if you've mistakenly put
6760 an unbound symbol then the error is clearer. (Bug#4531)
6761
32226619
JB
67622009-10-02 Juanma Barranquero <lekktu@gmail.com>
6763
6764 * allout.el (allout-init, allout-back-to-current-heading)
6765 (allout-beginning-of-current-entry, allout-ascend-to-depth)
6766 (allout-ascend, allout-up-current-level, allout-end-of-level)
6767 (allout-previous-visible-heading, allout-forward-current-level)
6768 (allout-backward-current-level, allout-show-children):
6769 * apropos.el (apropos-describe-plist):
6770 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6771 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6772 * completion.el (add-completion, add-permanent-completion):
6773 * descr-text.el (describe-text-category, describe-char):
6774 * desktop.el (desktop-lazy-abort):
6775 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6776 * dired.el (dired-build-subdir-alist):
6777 * ediff.el (ediff-version):
6778 * elide-head.el (elide-head, elide-head-show):
6779 * emerge.el (emerge-version):
6780 * env.el (getenv):
6781 * face-remap.el (variable-pitch-mode):
6782 * faces.el (describe-face):
6783 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6784 (dired-at-point):
6785 * files.el (find-file-existing, auto-save-mode):
6786 * font-lock.el (font-lock-fontify-buffer):
6787 * help-fns.el (describe-function, describe-variable)
6788 (describe-syntax, describe-categories):
6789 * help.el (view-lossage, describe-bindings, describe-key)
6790 (describe-mode):
6791 * hexl.el (hexl-current-address):
6792 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6793 * info.el (Info-goto-emacs-key-command-node):
6794 * log-edit.el (log-edit-insert-cvs-template)
6795 (log-edit-insert-cvs-rcstemplate):
6796 * menu-bar.el (menu-bar-mode):
6797 * mouse.el (mouse-appearance-menu):
6798 * newcomment.el (comment-indent-new-line):
6799 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6800 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 6801 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
6802 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6803 * recentf.el (recentf-mode):
6804 * savehist.el (savehist-mode, savehist-save):
6805 * shadowfile.el (shadow-copy-files):
6806 * simple.el (kill-ring-save, next-line, previous-line)
6807 (normal-erase-is-backspace-mode):
6808 * strokes.el (strokes-update-window-configuration)
6809 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6810 (strokes-xpm-for-stroke):
6811 * time.el (emacs-uptime, emacs-init-time):
6812 * tutorial.el (tutorial--describe-nonstandard-key)
6813 (tutorial--detailed-help):
6814 * type-break.el (type-break-mode)
6815 (type-break-mode-line-message-mode, type-break-query-mode)
6816 (type-break-guesstimate-keystroke-threshold):
6817 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6818 * version.el (emacs-version):
6819 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6820 * winner.el (winner-mode):
6821 * calendar/timeclock.el (timeclock-in, timeclock-out)
6822 (timeclock-status-string, timeclock-change)
6823 (timeclock-workday-remaining-string)
6824 (timeclock-workday-elapsed-string)
6825 (timeclock-when-to-leave-string):
6826 * calendar/todo-mode.el (todo-add-category):
6827 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6828 * emacs-lisp/autoload.el (update-file-autoloads):
6829 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6830 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6831 (checkdoc-message-text, checkdoc-defun):
6832 * emacs-lisp/debug.el (debugger-list-functions):
6833 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6834 * emacs-lisp/eieio-opt.el (eieio-describe-class)
6835 (eieio-describe-generic):
6836 * emacs-lisp/lisp-mnt.el (lm-synopsis):
6837 * emacs-lisp/shadow.el (list-load-path-shadows):
6838 * emulation/cua-base.el (cua-mode):
6839 * emulation/edt.el (edt-set-scroll-margins):
6840 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6841 (tpu-toggle-regexp, tpu-toggle-search-direction)
6842 (tpu-toggle-rectangle, tpu-toggle-control-keys):
6843 * emulation/tpu-extras.el (tpu-set-scroll-margins):
6844 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6845 (viper-set-parsing-style-toggling-macro)
6846 (viper-set-emacs-state-searchstyle-macros):
6847 * emulation/viper.el (viper-set-hooks):
6848 * eshell/esh-mode.el (eshell-truncate-buffer):
6849 * international/mule-cmds.el (prefer-coding-system)
6850 (describe-input-method, describe-language-environment):
6851 * international/mule-diag.el (list-character-sets)
6852 (describe-character-set, describe-coding-system)
6853 (describe-fontset, list-fontsets, list-input-methods):
6854 * mail/sendmail.el (mail-signature):
6855 * net/ange-ftp.el (ange-ftp-copy-file):
6856 * net/browse-url.el (browse-url):
6857 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6858 * net/quickurl.el (quickurl-add-url):
6859 * net/rcirc.el (names, topic):
6860 * net/xesam.el (xesam-mode):
6861 * play/5x5.el (5x5-new-game):
6862 * play/yow.el (apropos-zippy):
6863 * progmodes/ada-mode.el (ada-mode-version):
6864 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6865 (f90-end-of-block)
6866 (f90-beginning-of-block):
6867 * progmodes/fortran.el (fortran-end-of-block)
6868 (fortran-beginning-of-block):
6869 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6870 * progmodes/python.el (python-describe-symbol, python-shell):
6871 * term/ns-win.el (ns-print-buffer):
6872 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6873 * textmodes/flyspell.el (flyspell-mode-on):
6874 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6875 (pages-directory-for-addresses):
6876 * textmodes/table.el (table-recognize-cell)
6877 (table-query-dimension, table-generate-source)
6878 (table-insert-sequence, table--warn-incompatibility):
6879 * textmodes/tex-mode.el (tex-validate-buffer):
6880 * textmodes/texinfmt.el (texinfmt-version)
6881 (texinfo-format-buffer):
6882 Use `called-interactively-p' instead of `interactive-p'.
6883
12a3c28c
JB
68842009-10-02 Juanma Barranquero <lekktu@gmail.com>
6885
6886 * image-mode.el (image-toggle-display):
6887 * emacs-lisp/elp.el (elp-instrument-function):
6888 * emacs-lisp/advice.el (ad-make-advised-definition):
6889 * emacs-lisp/easy-mmode.el (define-minor-mode):
6890 * net/browse-url.el (browse-url-maybe-new-window):
6891 * progmodes/sh-script.el (sh-learn-buffer-indent):
6892 Pass new argument 'any to `called-interactively-p'.
6893
171fda8a
JB
68942009-10-01 Juanma Barranquero <lekktu@gmail.com>
6895
171fda8a
JB
6896 * international/uni-bidi.el:
6897 * international/uni-category.el:
6898 * international/uni-combining.el:
6899 * international/uni-comment.el:
6900 * international/uni-decimal.el:
9c3c9fdf 6901 * international/uni-decomposition.el:
171fda8a
JB
6902 * international/uni-digit.el:
6903 * international/uni-lowercase.el:
6904 * international/uni-mirrored.el:
6905 * international/uni-name.el:
6906 * international/uni-numeric.el:
6907 * international/uni-old-name.el:
6908 * international/uni-titlecase.el:
6909 * international/uni-uppercase.el:
6910 Regenerate from Unicode 5.2.0 data.
6911
dcb9734a
GM
69122009-10-01 Glenn Morris <rgm@gnu.org>
6913
6914 * Makefile.in (ELCFILES): Regenerate.
6915
ced10a4c
SM
69162009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6917
9d28c33e
SM
6918 * subr.el (interactive-p): Mark obsolete.
6919 (called-interactively-p): Make the optional-ness of `kind' obsolete.
6920 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6921 advertised-signature-table for subroutines as well.
6922
ced10a4c
SM
6923 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6924 (set-advertised-calling-convention): New function.
6925 (make-obsolete, define-obsolete-function-alias)
6926 (make-obsolete-variable, define-obsolete-variable-alias):
6927 Make the optional-ness of `when' obsolete.
6928 (define-obsolete-face-alias): Make `when' non-optional.
6929 * help-fns.el (help-function-arglist):
6930 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6931 Use advertised-signature-table.
6932
cc3dda16
MA
69332009-10-01 Michael Albinus <michael.albinus@gmx.de>
6934
6935 * files.el (delete-directory): New defun. The original function
6936 in fileio.c has been renamed to `delete-directory-internal'.
6937
6938 * dired.el (dired-delete-file): Call `delete-directory' with
6939 RECURSIVE parameter.
6940
5ce6e4f4 6941 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
6942 parameter RECURSIVE. Implementation is missing.
6943
6944 * net/tramp.el (tramp-handle-make-directory): Flush upper
6945 directory's file properties.
ced10a4c 6946 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
6947 (tramp-handle-dired-recursive-delete-directory): Flush directory
6948 properties after the remove command only.
6949
ced10a4c
SM
6950 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6951 Handle optional parameter RECURSIVE.
cc3dda16 6952
ced10a4c
SM
6953 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6954 Handle optional parameter RECURSIVE.
cc3dda16
MA
6955
6956 * net/tramp-smb.el (tramp-smb-errors): Add error message for
6957 connection timeout.
6958 (tramp-smb-handle-delete-directory): Handle optional parameter
6959 RECURSIVE.
6960
cf885595
SM
69612009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6962
e3a6b82f
SM
6963 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
6964 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
6965 (byte-compile-defmacro): Use backquotes.
6966
7201bfbb
SM
6967 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
6968
cf885595
SM
6969 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
6970 has no associated file.
6971 (vc-resynch-buffer): Use vc-dir-buffers.
6972
a4d2c321
GM
69732009-10-01 Glenn Morris <rgm@gnu.org>
6974
9ffe3f52
GM
6975 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
6976 (chart-file-count):
6977 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
6978 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
6979 * emacs-lisp/eieio-opt.el (eieio-describe-class):
6980 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
6981 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
6982 (eieio-copy-parents-into-subclass, make-instance, class-children)
6983 (eieio-generic-form):
bd2afec2 6984
9515cdcc
GM
6985 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
6986 match-data. (Bug#4555).
6987
a4d2c321
GM
6988 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
6989 rather than parsing it as a regexp. This relaxes the layout
6990 requirements and makes errors easier to detect.
6991 (check-declare-verify): Check file is regular.
6992 (check-declare-directory): Doc fix.
6993 * subr.el (declare-function): Doc fix.
6994
b15c31c7
GM
6995 * ibuffer.el (ibuffer-format-qualifier):
6996 * isearch.el (hi-lock-regexp-okay):
6997 * calc/calc.el (math-zerop):
6998 * mail/uce.el (rmail-msgbeg, rmail-msgend):
6999 * term/w32-win.el (setup-default-fontset, set-fontset-font):
7000 Remove unused declarations.
7001
1fc28a2c
GM
70022009-09-30 Glenn Morris <rgm@gnu.org>
7003
1fc28a2c
GM
7004 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7005
494f4fc7
GM
7006 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7007 filename is not a string.
7008
561580e9
CY
70092009-09-29 Chong Yidong <cyd@stupidchicken.com>
7010
7011 * files.el (safe-local-eval-forms): Fix typo.
7012
dcbbecd4
SM
70132009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
7014
7015 * vc-hooks.el (vc-dir-buffers): New var.
7016 (vc-state-refresh): New function.
7017 (vc-state): Use it.
7018 (vc-after-save): Always ask the backend to recompute the new state.
7019 Always call vc-dir if necessary, using vc-dir-buffers.
7020 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7021 Use vc-dir-buffers.
7022 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7023 (vc-dir-prepare-status-buffer, vc-dir-update)
7024 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7025 Don't call expand-file-name on default-directory.
7026
d88444f2
JB
70272009-09-29 Juanma Barranquero <lekktu@gmail.com>
7028
7029 * speedbar.el (speedbar-item-delete):
7030 * calc/calc-prog.el (calc-kbd-if):
7031 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7032
7033 * epa.el (epa-key-list-mode-map):
7034 * hi-lock.el (hi-lock-menu): Fix typos in menus.
7035
7036 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7037 (hs-show-hook): Fix typo in docstring.
7038
5da62d41
GM
70392009-09-29 Glenn Morris <rgm@gnu.org>
7040
8360fce0
GM
7041 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7042 file-name-nondirectory call preventing location of cedet files.
7043 (check-declare-verify): Use literal search rather than re-search.
ae715515 7044 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
7045
7046 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7047 Use tramp-compat-file-attributes rather than nonexistent
7048 tramp-compat-handle-file-attributes.
7049
5da62d41
GM
7050 * Makefile.in (lisptagsfiles4): New.
7051 (AUTOGENEL): Add cedet loaddefs files.
7052 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7053 (update-elclist, compile-always, backup-compiled-files)
7054 (bootstrap-clean): Add yet another directory level.
7055 (update-elclist): Use LC_COLLATE rather than COLLATE.
7056 (ELCFILES): Update, via `make update-elclist'.
7057
48267264
JB
70582009-09-29 Juanma Barranquero <lekktu@gmail.com>
7059
7060 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7061 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7062 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7063
2c4cd0b0
AS
70642009-09-28 Andreas Schwab <schwab@linux-m68k.org>
7065
7066 * Makefile.in (lisptagsfiles3): Define.
5da62d41 7067 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
7068 (update-elclist): Add third directory level to look for elc files.
7069 (compile-always): Likewise.
7070 (backup-compiled-files): Likewise.
7071 (bootstrap-clean): Likewise.
7072 (ELCFILES): Update.
7073
a2533e47
CY
70742009-09-28 Chong Yidong <cyd@stupidchicken.com>
7075
7076 * Makefile.in (ELCFILES): Add CEDET files.
7077
eefbedb1
MA
70782009-09-28 Michael Albinus <michael.albinus@gmx.de>
7079
7080 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7081
7082 * net/tramp.el (top): Require tramp-imap.
7083
7084 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7085 Use `tramp-compat-handle-file-attributes'.
7086
70872009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
7088
7089 * net/tramp-imap.el: New package.
7090
748e3d67
VJL
70912009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7092
7093 * whitespace.el (whitespace-trailing-regexp)
7094 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7095 Fix doc string.
7096
15120dec
CY
70972009-09-27 Chong Yidong <cyd@stupidchicken.com>
7098
7099 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7100 menu.
7101
7102 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7103 menu-bar-ediff-menu.
7104
7105 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7106 define-overloadable-function.
7107
7108 * progmodes/autoconf.el: Provide autoconf as well, so that this
7109 file can be `require'd.
7110
7111 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7112
7113 * emacs-lisp/autoload.el (generated-autoload-feature)
7114 (generated-autoload-load-name): New vars.
7115 (autoload-rubric, autoload-generate-file-autoloads): Use them.
7116 (make-autoload): Recognize define-overloadable-function and
7117 defclass forms (for EIEIO).
7118
7119 * Makefile.in (update-subdirs): Exclude cedet directory.
7120
135abf91
AR
71212009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7122
1becddbb 7123 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
7124
7125 * faces.el: Default light-background background for region face to
7126 ns_selection_color under NS.
7127
3d994264
TZ
71282009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
7129
7130 * net/imap-hash.el: New library, see NEWS.
7131
7132 * Makefile.in (ELCFILES): Add imap-hash.el.
7133
ce9a0ccb
SM
71342009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7135
7136 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7137 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7138 * help-macro.el (make-help-screen): Avoid using an ambiguous function
7139 definition where the docstring could be taken for the return value.
7140
a92cdd49
GM
71412009-09-26 Glenn Morris <rgm@gnu.org>
7142
7143 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7144 Add option to only show images below a certain size.
7145 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7146 save-excursion calls.
7147
416ac2f1
EZ
71482009-09-26 Eli Zaretskii <eliz@gnu.org>
7149
7150 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7151 subdirectories) and eieio.
7152
d9a13f68
AM
71532009-09-26 Alan Mackenzie <acm@muc.de>
7154
9c3c9fdf 7155 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
550d95a0 7156 buggy bracketing. (Bug#4289)
d9a13f68
AM
7157
7158 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 7159 character constants (as case labels). (Bug#4289)
d9a13f68 7160
182b3bec
CY
71612009-09-25 Juri Linkov <juri@jurta.org>
7162
7163 * files.el (safe-local-eval-forms): Allow time-stamp in
7164 before-save-hook (Bug#4554).
7165
8f75f2da
JB
71662009-09-25 Drew Adams <drew.adams@oracle.com>
7167
7168 * menu-bar.el (list-buffers-directory): Doc fix.
7169
8390fb80
SM
71702009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
7171
7172 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7173 Try and avoid copying twice the same paragraph.
7174 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7175 Remove save-excursion.
7176 (log-edit-changelog-entry): Do it here instead.
7177
11ee8d90
JB
71782009-09-25 Juanma Barranquero <lekktu@gmail.com>
7179
027b1942
JB
7180 * bs.el (bs--get-file-name): Use `list-buffers-directory'
7181 when available, instead of hardcoding mode names. Doc fix.
7182
11ee8d90
JB
7183 * menu-bar.el (list-buffers-directory): Add docstring.
7184 Make automatically buffer-local.
7185
7186 * dired.el (dired-mode):
7187 * files.el (cd-absolute):
7188 * pcvs.el (cvs-temp-buffer):
7189 * pcvs-util.el (cvs-get-buffer-create):
7190 * shell.el (shell-mode):
7191 * vc-dir.el (vc-dir-mode):
7192 Don't make `list-buffers-directory' buffer local.
7193
21289c5d
CY
71942009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
7195
8390fb80
SM
7196 * comint.el (comint-exec, comint-run, make-comint):
7197 Doc fixes (Bug#4542).
21289c5d 7198
e8652dd9
GM
71992009-09-25 Glenn Morris <rgm@gnu.org>
7200
7201 * mail/rmailmm.el (rmail-mime): New custom group.
7202 Move all defcustoms in this file into this group.
7203 (rmail-mime-media-type-handlers-alist): Revert previous change.
7204 (rmail-mime-show-images): New option.
7205 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7206 references to it, since it wasn't actually used for anything.
7207 (rmail-mime-insert-image): New function.
7208 (rmail-mime-image): Use rmail-mime-insert-image.
7209 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
7210 obey the value of `rmail-mime-show-images' option. Print the size of
7211 attachments.
e8652dd9 7212
fb652bb5
JB
72132009-09-25 David Engster <deng@randomsample.de>
7214
7215 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
7216
32a9841c
VJL
72172009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7218
7219 * whitespace.el: Does not highlight trailing spaces While point is
7220 at end of line. Does not highligt spaces at beginning of buffer
7221 while point is at beginning of buffer. Does not highlight spaces
7222 at end of buffer while point is at end of buffer. (Bug#4177)
7223 New version 12.0.
7224 (whitespace-display-mappings): Adjust initialization.
7225 (whitespace-point, whitespace-font-lock-refontify): New vars.
7226 (whitespace-color-on, whitespace-color-off): Adjust code.
7227 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7228 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7229 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7230
e477ca84
CY
72312009-09-24 Chong Yidong <cyd@stupidchicken.com>
7232
7233 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7234
7235 * textmodes/sgml-mode.el: Remove xml-mode alias.
7236
7237 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 7238 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 7239
68712602
AM
72402009-09-24 Alan Mackenzie <acm@muc.de>
7241
7242 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7243 c-forward-conditionals, but it doesn't move point and doesn't set
7244 the mark.
7245 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7246 (c-down-conditional-with-else, c-backward-conditional)
7247 (c-forward-conditional): Refactor to use c-scan-conditionals.
7248
1659ada0
JB
72492009-09-24 Juanma Barranquero <lekktu@gmail.com>
7250
7251 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7252 (help-default-arg-highlight): Remove.
7253 (help-highlight-arg): New function.
7254 (help-do-arg-highlight): Use it.
7255 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
7256
b3f01e46
SM
72572009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7258
7259 * term.el (term-set-scroll-region, term-handle-ansi-escape):
7260 Undo last change, which didn't fix the problem and introduced others.
7261
107ef54a
NR
72622009-09-24 Nick Roberts <nickrob@snap.net.nz>
7263
7264 * progmodes/gdb-mi.el: Don't require speedbar.
7265 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7266
ffa1fed6
GM
72672009-09-24 Glenn Morris <rgm@gnu.org>
7268
2157a2be
GM
7269 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7270
6125167c
GM
7271 * term/ns-win.el (ns-reg-to-script): Define for compiler.
7272
ffa1fed6
GM
7273 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7274 there is no newline after the final mime boundary. (Bug#4539)
7275 Move markers on insertion so that any buttons inserted don't end up in
7276 the next part of a multipart message.
2e9075d3
GM
7277 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
7278 (rmail-mime-bulk-handler): Optionally handle images.
7279 (rmail-mime-image): New button action.
7280 (rmail-mime-image-handler): New function.
7281 (rmail-mime-mode): New mode.
7282 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 7283
4a814992
SM
72842009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7285
075518b5
SM
7286 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7287 than just dropping elements from it (bug#4504).
7288
8ad2defc
SM
7289 * term.el (term-set-scroll-region): Don't move cursor any more.
7290 (term-handle-ansi-escape): Call term-goto here instead.
7291 Suggested by Ivan Kanis <apple@kanis.eu>.
7292
4a814992
SM
7293 * term.el: Require CL.
7294 (term-ansi-reset): New function.
7295 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7296 (term-handle-colors-array): Simplify.
7297
5a0c3f56
JB
72982009-09-24 Juanma Barranquero <lekktu@gmail.com>
7299
7300 * allout.el (allout-overlay-interior-modification-handler)
7301 (allout-obtain-passphrase):
7302 * epa-file.el (epa-file-write-region):
7303 * ps-print.el (ps-begin-job):
7304 * vc-hooks.el (vc-toggle-read-only):
7305 * vc-rcs.el (vc-rcs-rollback):
7306 * vc-sccs.el (vc-sccs-rollback):
7307 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7308 (vc-version-diff, vc-revert, vc-rollback):
7309 * wdired.el (wdired-check-kill-buffer):
7310 * emacs-lisp/authors.el (authors):
7311 * net/socks.el (socks-open-connection):
7312 * net/zeroconf.el (zeroconf-service-add-hook):
7313 * obsolete/vc-mcvs.el (vc-mcvs-register):
7314 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7315 (gdb-select-frame):
7316 * progmodes/grep.el (lgrep, rgrep):
7317 * progmodes/idlw-help.el (idlwave-help-check-locations)
7318 (idlwave-help-html-link, idlwave-help-assistant-open-link):
7319 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7320 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7321 (reftex-toc-rename-label): Fix typos in error messages.
7322
7323 * dired-aux.el (dired-do-shell-command): Reflow docstring.
7324 (dired-copy-how-to-fn): Doc fix.
7325 (dired-files-attributes, dired-read-shell-command):
7326 Fix typos in docstrings.
7327
7328 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7329 (dired-x-find-file-other-window): Reflow docstrings.
7330 (dired-omit-marker-char, dired-read-shell-command)
7331 (dired-x-submit-report): Fix typos in docstrings.
7332
7333 * shell.el (shell-mode-hook):
7334 * view.el (View-scroll-line-forward):
7335 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7336 Fix typos in docstrings.
7337
7338 * net/dig.el (dig-invoke): Fix typo in docstring.
7339 (query-dig): Reflow docstring.
7340
7341 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7342 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7343 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7344 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7345 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7346 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7347 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7348 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7349 (idlwave-completion-map, idlwave-current-indent)
7350 (idlwave-custom-ampersand-surround, idlwave-customize)
7351 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7352 (idlwave-define-abbrev, idlwave-determine-class-special)
7353 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7354 (idlwave-end-block-reg, idlwave-end-of-statement)
7355 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7356 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7357 (idlwave-explicit-class-listed, idlwave-file-header)
7358 (idlwave-fill-paragraph, idlwave-find-class-definition)
7359 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7360 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7361 (idlwave-in-quote, idlwave-indent-action-table)
7362 (idlwave-indent-expand-table, idlwave-indent-line)
7363 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7364 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7365 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7366 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7367 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7368 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7369 (idlwave-outlawed-buffers, idlwave-popup-select)
7370 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7371 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7372 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7373 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7374 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7375 (idlwave-statement-type, idlwave-struct-skip)
7376 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7377 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7378 (idlwave-what-module-find-class): Fix typos in docstrings.
7379 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7380 (idlwave-calculate-cont-indent, idlwave-expand-equal)
7381 (idlwave-find-module, idlwave-find-structure-definition)
7382 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7383 (idlwave-list-load-path-shadows, idlwave-next-statement)
7384 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7385 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7386 (idlwave-template): Reflow docstrings.
7387
7388 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7389 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7390 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7391 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7392 (idlwave-shell-display-line, idlwave-shell-display-wframe)
7393 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7394 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7395 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7396 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7397 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7398 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7399 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7400 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7401 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7402 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7403 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7404 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7405 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7406 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7407 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7408 Fix typos in docstrings.
7409 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7410 (idlwave-shell-hide-output, idlwave-shell-mode)
7411 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7412 Reflow docstrings.
7413
7414 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7415
62136c5d
SM
74162009-09-24 Ivan Kanis <apple@kanis.eu>
7417
7418 * term.el (term-bold-attribute): New var.
7419 (term-handle-colors-array): Use it.
7420
9c1a45ed
NR
74212009-09-23 Nick Roberts <nickrob@snap.net.nz>
7422
7423 * progmodes/gdb-mi.el (gdb-version): New variable.
7424 (gdb-non-stop-handler): Set gdb-version.
7425 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7426 Condition "--thread" option on gdb-version.
7427 (gdb-invalidate-threads): Remove unused argument.
7428
03304f31
SM
74292009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7430
7431 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7432 to looking-back to avoid ridiculous slow down in large files (bug#4511).
7433
4f02f0c9
GM
74342009-09-23 Glenn Morris <rgm@gnu.org>
7435
7436 * mail/rmail.el (rmail-reply): Don't try to add a References header when
7437 replying to mail without References or Message-Id. (Bug#4525)
7438
a3b4b363
AR
74392009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7440
7441 * term/ns-win.el (ns-reg-to-script): New variable.
7442
7bda18cc
DU
74432009-09-23 Daiki Ueno <ueno@unixuser.org>
7444
7445 * epg.el (epg-wait-for-status): Preserve existing 'error results.
7446
72169e55
SS
74472009-09-22 Sam Steingold <sds@gnu.org>
7448
7449 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
7450 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7451 to 1 because hg returns status 1 when nothing is found.
0aa4f295 7452 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 7453
905b7d38
SM
74542009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
7455
b0459dec
SM
7456 * textmodes/fill.el: Convert to utf-8 encoding.
7457 (fill-french-nobreak-p): Remove redundant » and « inherited from our
7458 pre-unicode days.
7459
905b7d38
SM
7460 * add-log.el (change-log-fill-forward-paragraph): New function.
7461 (change-log-mode): Use it so fill-region DTRT.
7462 Set fill-indent-according-to-mode here rather than in
7463 change-log-fill-paragraph.
7464 (change-log-fill-paragraph): Remove.
7465
baa7f3de
JB
74662009-09-22 Juanma Barranquero <lekktu@gmail.com>
7467
7468 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7469 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
7470
a8d789f0
GM
74712009-09-22 Glenn Morris <rgm@gnu.org>
7472
daedbbc2
GM
7473 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7474 the scroll-bar scroll the calendar window rather than the buffer.
7475
d8899a74
GM
7476 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7477 commands that move point (as opposed to scrolling).
7478
a8d789f0
GM
7479 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7480
7481 * emacs-lisp/elint.el (elint): New custom group.
7482 (elint-log-buffer): Make it a defcustom.
7483 (elint-scan-preloaded, elint-ignored-warnings)
7484 (elint-directory-skip-re): New options.
7485 (elint-builtin-variables): Doc fix.
7486 (elint-preloaded-env): New variable.
7487 (elint-unknown-builtin-args): Add an entry for encode-time.
7488 (elint-extra-errors): Make it a variable rather than a constant.
7489 (elint-preloaded-skip-re): New constant.
7490 (elint-directory): Skip files matching elint-directory-skip-re.
7491 (elint-features): New variable, local to linted buffers.
7492 (elint-update-env): Initialize elint-features. Possibly add
7493 elint-preloaded-env to the buffer's environment.
7494 (elint-get-top-forms): Bind elint-current-pos, for log messages.
7495 Skip quoted forms.
7496 (elint-init-form): New function, extracted from elint-init-env.
7497 Make non-list forms a warning rather than an error.
7498 Add the mode-map for define-derived-mode. Handle define-minor-mode,
7499 easy-menu-define, put that adds an error-condition, and provide.
7500 When requiring cl, also require cl-macs. Really require cl, to handle
7501 some cl macros. Store required libraries in the list elint-features,
7502 so as not to re-load them. Treat cc-require like require.
7503 (elint-init-env): Call elint-init-form to do the work.
7504 Handle eval-and-compile and such like.
7505 (elint-add-required-env): Do not clear messages.
7506 (elint-special-forms): Add handlers for function, defalias, if, when,
7507 unless, and, or.
7508 (elint-form): Add optional argument to ignore elint-special-forms,
7509 useful to prevent recursive calls from handlers. Doc fix.
7510 Respect elint-ignored-warnings.
7511 (elint-form): Respect elint-ignored-warnings.
7512 (elint-bound-variable, elint-bound-function): New variables.
7513 (elint-unbound-variable): Respect elint-bound-variable.
7514 (elint-get-args): Respect elint-bound-function.
7515 (elint-check-cond-form): Add some simple handling for (f)boundp and
7516 featurep tests.
7517 (elint-check-defalias-form): New handler.
7518 (elint-check-let-form): Make an empty let a warning rather than an
7519 error.
7520 (elint-check-setq-form): Make an empty setq a warning rather than an
7521 error. Respect elint-ignored-warnings.
7522 (elint-check-defvar-form): Accept null doc-strings.
7523 (elint-check-conditional-form): New handler. Does some simple-minded
7524 checking of featurep and (f)boundp tests.
7525 (elint-put-function-args): New function.
7526 (elint-initialize): Use elint-scan-doc-file rather than
7527 elint-find-builtin-variables. Use elint-put-function-args.
7528 Possibly scan preloaded-file-list.
7529 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7530 extend to handle functions as well.
7531
245be23c
JB
75322009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
7533
7534 * linum.el (linum-delete-overlays, linum-update-window):
7535 Do not modify the right margin. (Bug#3971)
7536
91fdbd6f
CY
75372009-09-21 Chong Yidong <cyd@stupidchicken.com>
7538
7539 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7540 nxml-mode instead of xml-mode.
7541
7589d38e
JB
75422009-09-21 Kevin Ryde <user42@zip.com.au>
7543
7544 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
7545
5ac42715
SM
75462009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7547
7548 * net/dig.el (dig-mode): Use define-derived-mode.
7549
09c01323
DN
75502009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
7551
4096c5f2
DN
7552 * vc-dispatcher.el (vc-do-command): Return the process object in
7553 the asynchronous case. Use when instead of if. Do not run
5480359e 7554 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 7555
0e172cc2
DN
7556 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7557 properties to the stash strings.
7558 (vc-git-stash-list): Return a list of strings.
7559 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7560 (vc-git-stash-show-at-point): New functions.
7561 (vc-git-stash-map): New keymap.
7562
03304f31
SM
7563 * register.el (ctl-x-r-map): Define the keys here instead of
7564 using autoload.
09c01323 7565
03304f31 75662009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
7567
7568 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7569 list, to workaround performance problem (bug#4485).
7570
2f5fc4d7
NR
75712009-09-20 Nick Roberts <nickrob@snap.net.nz>
7572
7573 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7574
b0f5fd2e
DU
75752009-09-20 Daiki Ueno <ueno@unixuser.org>
7576
7577 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7578 Document that this option is not recommended to use.
7579
f3445fab
GM
75802009-09-19 Glenn Morris <rgm@gnu.org>
7581
547c6921
GM
7582 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7583 variable `var'.
7584
f3445fab
GM
7585 * calc/calc-alg.el (var):
7586 * calc/calcalg2.el (var): Define for compiler.
7587
946c009b
CY
75882009-09-19 Chong Yidong <cyd@stupidchicken.com>
7589
e3f36d03
SM
7590 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7591 Doc fix (Bug#3932).
e2045997 7592
24aedbca
CY
7593 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7594
327dd27a
CY
7595 * time-stamp.el (time-stamp-month-dd-yyyy)
7596 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7597 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7598 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
7599 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7600 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 7601
946c009b
CY
7602 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7603 indent buffer only if called interactively (Bug#4452).
7604
3e70541a
JB
76052009-09-19 Juanma Barranquero <lekktu@gmail.com>
7606 Eli Zaretskii <eliz@gnu.org>
7607
7608 This fixes bug#4197 (merged to bug#865, though not identical).
7609 * server.el (server-auth-dir): Add docstring note about FAT32.
7610 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7611 but warn against using them.
7612
9b94c32e
NR
76132009-09-19 Nick Roberts <nickrob@snap.net.nz>
7614
7615 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7616 older GDB where there is no has_more field.
7617
66590684
GM
76182009-09-19 Glenn Morris <rgm@gnu.org>
7619
7620 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7621
9a1337f9
CY
76222009-09-18 Chong Yidong <cyd@stupidchicken.com>
7623
7624 * files.el (auto-mode-alist): Change default for XML files to nXML
7625 mode (Bug#4169).
7626
d7554167
JB
76272009-09-18 Juanma Barranquero <lekktu@gmail.com>
7628
7629 * server.el (server-ensure-safe-dir): Pass 'integer
7630 to `file-attributes', as suggested.
7631
35a3f9a4
SM
76322009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7633
7634 * dired-aux.el (dired-query-alist): Remove spurious backslash.
7635 (dired-query): Use read-key.
7636
044f9b05
AR
76372009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
7638
7639 * cus-start.el (ns-use-qd-smoothing): Remove.
7640
6188ea49
GM
76412009-09-18 Glenn Morris <rgm@gnu.org>
7642
08cf18e4
GM
7643 * allout.el (top-level): Remove unnecessary progn.
7644
07eae5c5
GM
7645 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7646
6726c25e
GM
7647 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7648 definition of abbrev table.
7649
3f527154 7650 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
7651 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7652 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
7653 * net/newst-backend.el (newsticker--cache-read-feed):
7654 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
7655 condition-case handlers.
7656
ccb4c30c
NR
76572009-09-18 Nick Roberts <nickrob@snap.net.nz>
7658
7659 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7660 (gdb-var-list): Add an element for has_more field.
7661 (gdb-non-stop-handler): Enable pretty printing for STL containers.
7662 (gdb-var-create-handler, gdb-var-list-children-handler-1)
7663 (gdb-var-update-handler-1): Parse output of dynamic variable
7664 objects (STL containers).
7665 (gdb-var-delete-1): Pass var1 as an explicit second argument.
7666 (gdb-get-field): Delete alias. Use bindat-get-field directly.
7667
7668 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7669 gdb-var-list.
7670 (gud-speedbar-buttons): Make node expandable if expression "has more"
7671 children.
7672
8686ac71
JB
76732009-09-17 Juanma Barranquero <lekktu@gmail.com>
7674
7675 * startup.el (emacs-quick-startup): Remove variable and all uses.
7676 (command-line): Set `inhibit-x-resources' instead.
7677 (command-line-1): Use `inhibit-x-resources' instead.
7678
a69c67e8
CY
76792009-09-17 Chong Yidong <cyd@stupidchicken.com>
7680
7681 * subr.el: Fix last change to avoid using the `unless' macro,
7682 which breaks bootstrapping.
7683
354f0faf
SM
76842009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7685
7686 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7687 extended definitions, in case we reload subr.el after having
7688 loaded CL.
7689 (eval-next-after-load): Mark as obsolete.
7690
98b9bf40
JL
76912009-09-17 Juri Linkov <juri@jurta.org>
7692
7693 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7694 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7695 (menu-bar-showhide-menu, menu-bar-tools-menu)
7696 (menu-bar-describe-menu, menu-bar-help-menu)
7697 (minibuffer-local-completion-map, minibuffer-local-map):
7698 Fix list quoting.
7699
28fab7b5
GM
77002009-09-17 Glenn Morris <rgm@gnu.org>
7701
88d5190c
GM
7702 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7703 arguments, whether or not it has a handler.
7704
74f24ba7
GM
7705 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7706
28fab7b5
GM
7707 * simple.el (hard-newline): Give it a doc-string.
7708
a8106aec
GM
7709 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7710 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 7711
76251ad7
DN
77122009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
7713
72033dbe
DN
7714 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7715 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7716 (menu-bar-options-menu, menu-bar-showhide-menu)
7717 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7718 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7719 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7720 (menu-bar-options-menu, menu-bar-tools-menu)
7721 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7722 (menu-bar-help-menu):
7723 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7724 string arguments.
7725
76251ad7
DN
7726 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7727 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7728 calls for the menu names and :help.
7729
97b952b7
SM
77302009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7731
7732 * mouse.el (minor-mode-menu-from-indicator): Pay attention
7733 to :minor-mode-function (bug#4455).
7734
8f38189e
SM
77352009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7736
d2fd733e
SM
7737 * startup.el (command-line): Initialize the window-system after
7738 processing the command-line.
7739
8f38189e
SM
7740 * textmodes/page.el (what-page): Make sure we don't inf-loop if
7741 page-delimiter matches the empty string.
7742
77564fa4
GM
77432009-09-16 Glenn Morris <rgm@gnu.org>
7744
7745 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7746 byte-compile-not-obsolete-var. It's a list now.
7747 (byte-compile-not-obsolete-funcs): New variable.
7748 (byte-compile-warn-obsolete): Don't warn about functions if they are in
7749 byte-compile-not-obsolete-funcs.
7750 (byte-compile-variable-ref, byte-compile-defvar): Update for
7751 byte-compile-not-obsolete-vars name-change and list nature.
7752 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7753 and variables behind (f)boundp tests.
7754 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7755
79d316d3
DN
77562009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7757
7758 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7759
8fed6934
SM
77602009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7761
7762 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7763 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7764 Don't autoload.
7765
4078fd57
SE
77662009-09-15 Stephen Eglen <stephen@gnu.org>
7767
7768 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 7769 the virtual-buffers, use the name of the buffer specified by
4078fd57 7770 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 7771 problem if the target and the symlink had different names.)
4078fd57 7772
838ff458
SM
77732009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7774
b3c7c12d
SM
7775 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7776
13dc2bc2
SM
7777 * desktop.el (desktop-path): Check user-emacs-directory.
7778
49fec531
SM
7779 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7780
0e328d37
SM
7781 * loadup.el: Use after-load-functions to GC after loading each file.
7782 Remove the explicit GC calls that used to be sprinkled around.
7783
838ff458
SM
7784 * subr.el (after-load-functions): New hook.
7785 (do-after-load-evaluation): Run it. Use string-match-p to detect
7786 `obsolete' packages, rather than painfully extracting the relevant
7787 directory name.
7788
a62f564f
GM
77892009-09-15 Glenn Morris <rgm@gnu.org>
7790
7791 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
7792 free variable `doc'.
7793
7794 * dired.el (dired-mode-map): Add menu entry for async shell command.
7795
7796 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
7797 variables, also consider the .elc files, since the .el files are
7798 normally gzipped (subsequent code locates the .el.gz from the .elc).
7799
7800 * calc/calc-prog.el (arglist): Define for compiler.
7801
7802 * calendar/diary-lib.el (diary-display-function): Change the default to
7803 fancy display.
7804 (body): Define for compiler.
7805
7806 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7807 (byte-compile-file-form, byte-compile-lambda)
7808 (byte-compile-top-level-body, byte-compile-form)
7809 (byte-compile-variable-ref, byte-compile-setq)
7810 (byte-compile-setq-default, byte-compile-body)
7811 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7812 (batch-byte-compile): Give some more local variables with common names
7813 a "bytecomp-" prefix to avoid masking warnings about free variables.
7814
cd05fe7f
GM
7815 * startup.el (command-line-1): Give local variables with common names a
7816 distinguishing prefix, so as not to hide free variable warnings during
7817 bootstrap.
7818
a62f564f
GM
7819 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7820 clever and add a suffix to make a unique name, just let the user decide
7821 whether or not to overwrite it. If the input is a directory, write the
7822 default filename to that directory. (Bug#4388)
7823 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7824 is a filename-as-a-directory.
7825
fbc88440
SM
78262009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7827
7828 * textmodes/page.el (what-page): Don't move to beginning of line.
7829 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7830
60308853
DN
78312009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7832
7833 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
7834
32ba3abc
DN
78352009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
7836
9cd39aff
DN
7837 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
7838 * help.el (help-for-help-internal): Add purecopy calls for text.
7839
32ba3abc
DN
7840 * vc.el (top): print-log method now takes an optional SHORTLOG
7841 argument. Add a new method: root.
32ba3abc
DN
7842 (vc-root-diff, vc-print-root-log): New functions.
7843 (vc-log-short-style): New variable.
7844 (vc-print-log-internal): Add support for showing short logs.
7845
7846 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
7847 vc-print-root-log and vc-print-root-diff.
7848
7849 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
7850 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
7851 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
7852 short logs.
7853
7854 * vc-cvs.el (vc-cvs-print-log):
7855 * vc-mtn.el (vc-mtn-print-log):
7856 * vc-rcs.el (vc-rcs-print-log):
7857 * vc-sccs.el (vc-sccs-print-log):
7858 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
7859 that is ignored for now.
7860
837b0e99
DN
7861 * vc-mtn.el (vc-mtn-annotate-command):
7862 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
7863
31cd2dd4
SM
78642009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7865
7866 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
7867 to function-key-map, and give them ascii-character property.
7868 * term/x-win.el (x-alternatives-map):
7869 * term/ns-win.el (ns-alternatives-map):
7870 * term/internal.el (msdos-key-remapping-map):
7871 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
7872
d62e5bf2
GM
78732009-09-14 Glenn Morris <rgm@gnu.org>
7874
7875 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
7876 temp-buffers (2009-09-12).
7877
7d0105e5
SM
78782009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7879
7880 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
7881 the new read-key function.
7882
e17ed9ad
CY
78832009-09-13 Chong Yidong <cyd@stupidchicken.com>
7884
7885 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
7886 is defined (Bug#4405).
7887
1fc26e29
CY
78882009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
7889
7890 * recentf.el (recentf-cleanup): Use a hash table to find
7891 duplicates (Bug#4407).
7892
61dc96a2 78932009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
7894
7895 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
7896 kp-0 to ascii equivalents (Bug#4325).
7897
42c3a9e3
CY
78982009-09-13 Chong Yidong <cyd@stupidchicken.com>
7899
1f5c1626
CY
7900 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
7901
42c3a9e3 7902 * eshell/em-hist.el:
31cd2dd4
SM
7903 * eshell/em-dirs.el (eshell-complete-user-reference):
7904 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
7905
79062009-09-13 Leo <sdl.web@gmail.com> (tiny change)
7907
7908 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
7909 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
7910 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
7911 * eshell/em-hist.el (eshell-history-file-name):
7912 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 7913
1e2b6acf
GM
79142009-09-13 Glenn Morris <rgm@gnu.org>
7915
7916 * ediff-merg.el (ediff-do-merge):
7917 * filesets.el (filesets-run-cmd):
7918 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
7919 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
7920 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
7921 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
7922 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
7923 Replace empty `let's with `progn'.
7924
adba8116
SM
79252009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7926
7927 * mail/sendmail.el (send-mail-function):
7928 * tooltip.el (tooltip-mode):
7929 * simple.el (transient-mark-mode):
7930 * rfn-eshadow.el (file-name-shadow-mode):
7931 * frame.el (blink-cursor-mode):
7932 * font-core.el (global-font-lock-mode):
7933 * files.el (temporary-file-directory)
7934 (small-temporary-file-directory, auto-save-file-name-transforms):
7935 * epa-hook.el (auto-encryption-mode):
7936 * composite.el (global-auto-composition-mode):
7937 Use custom-initialize-delay.
7938 * startup.el (command-line): Don't explicitly call
7939 custom-reevaluate-setting for all the above vars.
7940 * custom.el (custom-initialize-safe-set)
7941 (custom-initialize-safe-default): Delete.
7942
0a4afea9
SM
79432009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7944
9f94990d
SM
7945 * term/x-win.el (x-initialize-window-system):
7946 * term/w32-win.el (w32-initialize-window-system):
7947 * term/ns-win.el (ns-initialize-window-system): Don't call
7948 mouse-wheel-mode since it's enabled globally by default already.
7949
0a4afea9
SM
7950 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
7951 actually define the variable, but only silences the byte-compiler.
7952 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
7953 before looking it up.
7954 (mouse-wheel-scroll-amount): Also reset the bindings if this value
7955 is changed.
7956
bf01513f
GM
79572009-09-12 Glenn Morris <rgm@gnu.org>
7958
7959 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
7960 1000.
7961 (elint-add-required-env): Don't beep on error.
7962 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
7963 (elint-init-env): Skip non-list forms.
7964 (elint-log): Handle unknown file positions.
bf01513f 7965
d85889e4
DU
79662009-09-12 Daiki Ueno <ueno@unixuser.org>
7967
7968 * epg.el (epg-make-context): Add autoload cookie.
7969 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
7970 (epg-decrypt-string, epg-start-verify, epg-verify-file)
7971 (epg-verify-string, epg-start-sign, epg-sign-file)
7972 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
7973 (epg-encrypt-string, epg-start-export-keys)
7974 (epg-export-keys-to-file, epg-export-keys-to-string)
7975 (epg-start-import-keys, epg-import-keys-from-file)
7976 (epg-import-keys-from-string, epg-start-receive-keys)
7977 (epg-receive-keys, epg-import-keys-from-server)
7978 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
7979 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
7980 (epg-generate-key-from-file, epg-generate-key-from-string):
7981 Remove autoload cookie.
d85889e4 7982
8f825ee6
EZ
79832009-09-12 Eli Zaretskii <eliz@gnu.org>
7984
36b434ee
EZ
7985 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
7986 reevaluation of trash-directory.
7987
8f825ee6
EZ
7988 * mwheel.el: Fix last change.
7989 (mouse-wheel-mode): New defvar.
7990 (mouse-wheel-mode): Remove autoload cookie.
7991
5766c380
SM
79922009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7993
ab5c0fcd
SM
7994 * mwheel.el (mwheel-installed-bindings): New var.
7995 (mouse-wheel-mode): Use it, so as to make sure we really remove all
7996 the bindings we set last time. Use custom-initialize-delay.
7997 * loadup.el: Load mwheel after term/*-win.el.
7998 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
7999 and mouse-wheel-up-event now that their first evaluation is done
8000 sufficiently late to be correct.
8001
45448e64
SM
8002 * startup.el (tutorial-directory): Make it a defcustom.
8003 Use custom-initialize-delay rather than eval-at-startup to set it.
8004 * image.el (image-load-path): Make it a defcustom.
8005 Use custom-initialize-delay rather than eval-at-startup to set it.
8006 * subr.el (eval-at-startup): Remove.
8007 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8008
5766c380
SM
8009 * subr.el (do-after-load-evaluation): Warn the user after loading an
8010 obsolete package.
8011
d6549da4
GM
80122009-09-12 Glenn Morris <rgm@gnu.org>
8013
8014 * proced.el (proced-mark-alt): Remove alias.
8015 (proced-mode-map): Remove proced-mark-alt.
8016
8017 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8018 Elint file and directory. Remove initialization entry.
8019
8020 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8021 commands.
8022 (elint-current-buffer): Set mode-line-process.
8023 (elint-init-env): Handle define-derived-mode.
8024 Fix declare-function with unspecified arglist. Guard against odd
8025 defalias statements (eg iso-insert's 8859-1-map).
8026 (elint-add-required-env): Use a temp buffer.
8027 (elint-form): Just print the function/macro name, not the whole form.
8028 Return env unchanged if we fail to parse a macro.
8029 (elint-forms): Guard against parse errors.
8030 (elint-output): New function, to handle batch mode.
8031 (elint-log-message): Add optional argument. Use elint-output.
8032 (elint-set-mode-line): New function.
8033
30194d4d
CY
80342009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
8035
8036 * emacs-lisp/elp.el (elp-not-profilable): Add more
8037 functions (Bug#4233).
8038
a035f9b0
CY
80392009-09-12 Chong Yidong <cyd@stupidchicken.com>
8040
8041 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8042 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8043
dad61164
NR
80442009-09-11 Nick Roberts <nickrob@snap.net.nz>
8045
8046 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8047 (gdb-var-list-children): Use json parsing.
8048
9c3c9fdf 80492009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
8050
8051 * progmodes/js.el (js--proper-indentation): Handle the case where
8052 char-before is null. Reported by Deniz Dogan.
8053
b4587710
JB
80542009-09-11 Juanma Barranquero <lekktu@gmail.com>
8055
8056 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8057
13890796
DU
80582009-09-11 Daiki Ueno <ueno@unixuser.org>
8059
8060 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8061 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 8062 (epg-context-set-passphrase-callback)
97d4bdba 8063 (epg-context-set-progress-callback): Add description about
b18508dd 8064 callback function.
13890796 8065
2efb64a8
SM
80662009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8067
790d0270
SM
8068 * custom.el (custom-delayed-init-variables): New var.
8069 (custom-initialize-delay): New function.
8070 * startup.el (command-line): "Re"evaluate all vars in
8071 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
8072 explicitly any more.
8073 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8074 to avoid creating a ~/.emacs.d at build-time (bug#4347).
8075
8076 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 8077
ac243a40
NR
80782009-09-11 Nick Roberts <nickrob@snap.net.nz>
8079
8080 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8081 (gdb-var-update-handler): Use json parsing.
8082
657bc6fc
JB
80832009-09-11 Juanma Barranquero <lekktu@gmail.com>
8084
8085 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8086 decode annotated text, regardless of language environment. (Bug#2741)
8087
b6fe8102
SM
80882009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8089
8090 * Makefile.in (autoloads): Make rmail.el writable as well.
8091
5cc443fe
GM
80922009-09-11 Glenn Morris <rgm@gnu.org>
8093
5515c54e
GM
8094 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8095 loaddefs.el.
8096 * dired.el: Regenerate with extracted autoloads.
8097 * Makefile.in (autoloads): Make dired.el writable.
8098
15067158
GM
8099 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8100 * ibuffer.el: Regenerate with extracted autoloads.
8101 * Makefile.in (autoloads): Make ibuffer.el writable.
8102
d35d0238
GM
8103 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8104 * version.el (emacs-copyright, emacs-major-version)
8105 (emacs-minor-version): Reformat doc-strings for make-docfile.
8106
5cc443fe
GM
8107 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8108 functions and variables, since they must be stuff specific to some other
8109 platform.
8110 (apropos-print): Make mouse-click message less specific about button.
8111
8112 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8113 that records where a macro was defined.
8114 * help-fns.el (describe-function-1): Mention if a function has a
8115 compiler-macro.
8116 * help-mode.el (help-function-cmacro): New button.
8117
8118 * locate.el (top-level): Always require dired.
8119 (locate-mode-map): Initialize inside the defvar.
8120
8121 * net/ange-ftp.el (dired-compress-file): Declare.
8122 (ange-ftp-dired-compress-file): Add doc string.
8123
8124 * term/ns-win.el (x-display-name, x-setup-function-keys):
8125 Unify doc-strings with X versions.
8126
8cb95edf
SM
81272009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8128
726a4d09
SM
8129 * emulation/crisp.el (crisp-mode-map): Move initialization
8130 into declaration.
8131 (crisp-mode): Use define-minor-mode.
8132
8cb95edf
SM
8133 * progmodes/xscheme.el (xscheme-evaluation-commands):
8134 Put a :advertised-binding property rather than using
8135 advertised-xscheme-send-previous-expression.
8136 (advertised-xscheme-send-previous-expression): Declare obsolete.
8137 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8138 `advertised-undo'.
8139 (crisp-mode): Add corresponding bindings to
8140 undo's :advertised-binding instead.
8141 * dired.el (dired-mode-map): Put a :advertised-binding property rather
8142 than using dired-advertised-find-file.
8143 (dired-advertised-find-file):
8144 * simple.el (advertised-undo):
8145 * wid-edit.el (advertised-widget-backward): Declare obsolete.
8146 (widget-keymap): Put a :advertised-binding property rather
8147 than using advertised-widget-backward.
8148 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8149 than using advertised-undo.
8150 * tutorial.el (tutorial--default-keys): Adjust accordingly.
8151
07db5857
SS
81522009-09-10 Simon South <ssouth@slowcomputing.org>
8153
8154 * progmodes/delphi.el (delphi-tab): Indent region when Transient
8155 Mark mode is enabled and region is active; otherwise indent or
8156 insert TAB as usual.
8157 (delphi-mode): Update description of TAB-key binding.
8158
50d4ba39
SM
81592009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8160
8161 * subr.el (define-key-rebound-commands): Mark obsolete.
8162 * startup.el (precompute-menubar-bindings): Remove.
8163 (normal-top-level): Remove obsolete code that tried to precompute
8164 menubar bindings.
8165 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8166 define-key-rebound-commands and precompute-menubar-bindings.
8167
ffa894db
KY
81682009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8169
8170 * net/imap.el (imap-interactive-login): Better messages.
8171 (imap-open): Fix bug with renamed buffer on reconnect.
8172 (imap-authenticate): Add buffer-local imap-last-authenticator variable
8173 for easier debugging and cleaner code. On successful (guessed based on
8174 server capabilities) secondary authentication, set imap-state
8175 correctly.
8176 (imap-last-authenticator): Define imap-last-authenticator as a variable
8177 to avoid warnings.
8178
9477096c
GM
81792009-09-10 Glenn Morris <rgm@gnu.org>
8180
8181 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8182
8183 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8184 (byte-compile-file-form-autoload): Don't warn about unknown functions
8185 where the autoload statement comes after the use.
8186 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8187 that any handlers inside the body (eg require) are in turn respected.
8188
8189 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8190 effects.
8191
8192 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8193 and syntax and abbrev tables basic docs, if they don't have any.
8194
8195 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8196
8197 * international/mule-cmds.el (top-level): Require cl when compiling.
8198 (view-hello-file): Use default-value rather than
8199 default-enable-multibyte-characters.
8200
8201 * progmodes/fortran.el: Move all safe and risky properties into the
8202 defcustoms.
8203
8204 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8205 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8206 * mail/undigest.el:
8207 Put autoloads in rmail.el rather than loaddefs.el.
8208 * mail/rmail.el: Regenerate with extracted autoloads.
8209
8210 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8211 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8212
9f16c547
NR
82132009-09-10 Nick Roberts <nickrob@snap.net.nz>
8214
8215 Reported in thread for Bug#4375.
8216 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8217 "-data-evaluate-expression" instead of print.
8218 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8219 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
8220 (gdb): Revert 2009-08-11 change. User should detach inferior
8221 manually.
9f16c547
NR
8222
8223 Remove the word "separate" from IO functions as inferior
8224 output is now never displayed in the GUD buffer.
8225
50405cd0
JB
82262009-09-10 Juanma Barranquero <lekktu@gmail.com>
8227
8228 * startup.el (command-line-normalize-file-name): On Windows and
8229 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8230
7ae62430
JL
82312009-09-10 Juri Linkov <juri@jurta.org>
8232
8233 * isearch.el (isearch-text-char-description): Propertize escape
8234 character sequences with the `escape-glyph' face. (Bug#4344)
8235
8236 * simple.el (shell-command): Set asynchronous process filter to
8237 `comint-output-filter'. (Bug#4343)
8238
8239 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8240 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
8241 the list. Move "asm" to the bottom.
8242 (grep-find-ignored-directories): Add `choice' with nil value
8243 to empty the list easily.
8244 (grep-find-ignored-files): New option.
8245 (grep-files-history): Set to nil by default instead of '("ch" "el").
8246 (grep-compute-defaults): Add "<X>" to `grep-template'.
8247 (grep-read-files): Bind new local variables `default-alias' and
8248 `default-extension'. Use a list of default values for the file prompt.
8249 (lgrep): Add `--exclude=' command line options composed from
8250 `grep-find-ignored-files'.
8251 (rgrep): Add `-name' command line options composed from
8252 `grep-find-ignored-files'. (Bug#4301)
8253
cd875252
SM
82542009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8255
8256 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8257 (bug#4368).
8258
cdce0b33
KY
82592009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8260
8261 * calendar/time-date.el (autoload):
8262 Expand define-obsolete-function-alias into defalias and make-obsolete
8263 for old Emacsen that Gnus supports.
8264 (with-no-warnings): Define it for old Emacsen.
8265 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8266 is available.
8267 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8268 float-time is available; suppress compile warning for time-to-seconds.
8269
82702009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
8271
8272 * net/imap.el (imap-message-map): Docstring fix.
8273
2b2eb431
GM
82742009-09-09 Glenn Morris <rgm@gnu.org>
8275
8276 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8277 line numbers too. (Bug#4374)
8278
83a5aac5
SM
82792009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
8280
755e0210
SM
8281 * smerge-mode.el (smerge-remove-props, smerge-refine):
8282 Use with-silent-modifications (bug#4342).
8283
83a5aac5
SM
8284 * subr.el (with-silent-modifications): New macro.
8285
79f01fa7
JB
82862009-09-07 Juanma Barranquero <lekktu@gmail.com>
8287
8288 * files.el (top-level): Require `cl' when compiling.
8289
448ecec3
GM
82902009-09-07 Glenn Morris <rgm@gnu.org>
8291
8292 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8293
8f09a02f
GM
8294 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8295 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
8296
76ff67bf
NR
82972009-09-06 Nick Roberts <nickrob@snap.net.nz>
8298
8299 * vc-git.el (vc-git-annotate-command): Use separator to parse
8300 arguments correctly.
8301
943c8b75
EZ
83022009-09-06 Eli Zaretskii <eliz@gnu.org>
8303
8304 * proced.el (proced-mode): Doc fix.
8305
680db9ac
MA
83062009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
8307
8308 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8309 lstat fails.
8310 (tramp-do-file-attributes-with-ls): Check for file existence at
8311 remote end.
8312 (tramp-do-file-attributes-with-stat): Likewise.
8313 (tramp-convert-file-attributes): Return nil when attr is nil.
8314
3f12e5bd
GM
83152009-09-05 Glenn Morris <rgm@gnu.org>
8316
c8dc27bf
GM
8317 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8318 properties to this button.
8319 (diary-fancy-display): Don't extend the button to the final newline.
8320 (diary-fancy-display-mode): Continue to define "q" as a local key.
8321
cca065d8
GM
8322 * calendar/cal-china.el (holiday-chinese): Make it slightly more
8323 efficient.
8324
cddaedb6
GM
8325 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8326
3f12e5bd
GM
8327 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8328 (byte-compile-dest-file-function): New option.
8329 (byte-compile-dest-file): Doc fix.
8330 Obey byte-compile-dest-file-function.
8331 (byte-compile-cl-file-p): New function.
8332 (byte-compile-eval): Only suppress noruntime warnings about cl functions
8333 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
8334 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8335 than for file being previously loaded.
8336 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8337 (byte-compile-file-form-require): Handle the case where requiring a file
8338 indirectly causes CL to be loaded.
8339
049a231b
KF
83402009-09-05 Karl Fogel <kfogel@red-bean.com>
8341
8342 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8343 before killing the old buffer, since by the time `kill-buffer' is
8344 run so many buffer variables have been set to nil that it may not
8345 behave as expected. (Bug#4061)
8346
ef7ef2a0
KF
83472009-09-05 Karl Fogel <kfogel@red-bean.com>
8348
8349 * files.el (find-alternate-file): If the old buffer is modified
8350 and visiting a file, behave similarly to `kill-buffer' when
8351 killing it, thus reverting to the pre-1.878 behavior; see
8352 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8353 for discussion. Also, consult `buffer-file-name' as a variable
8354 not as a function, for consistency with the rest of the code.
8355
73d854cd
MA
83562009-09-04 Michael Albinus <michael.albinus@gmx.de>
8357
8358 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8359 also when adding a new directory.
8360
8361 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8362 defun.
8363
df120481
SM
83642009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8365
8366 * files.el (locate-file-completion-table): Make it provide boundary
8367 information, so partial-completion works better.
8368
c0bc6d79
SM
83692009-09-04 Leo <sdl.web@gmail.com> (tiny change)
8370
8371 * mail/footnote.el (Footnote-text-under-cursor):
8372 Check footnote-text-marker-alist before using it (bug#4324).
8373
f76a9756
GM
83742009-09-04 Glenn Morris <rgm@gnu.org>
8375
67d110f1
GM
8376 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8377 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8378 * play/solitaire.el, play/tetris.el:
8379 Remove leading * from defcustom and defface docs.
8380
b42d4989
GM
8381 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8382 necessary.
8383 (diary-fancy-overriding-map): New variable.
8384 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8385 Use view-mode.
8386
f76a9756
GM
8387 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8388 goto-line.
8389
e605eeeb
GM
83902009-09-03 Glenn Morris <rgm@gnu.org>
8391
597e2240
GM
8392 * arc-mode.el (archive-mode):
8393 * dos-fns.el (set-default-process-coding-system):
8394 * man.el (Man-getpage-in-background):
8395 * menu-bar.el (menu-bar-describe-menu):
8396 * server.el (server-process-filter):
8397 * startup.el (command-line):
8398 * tar-mode.el (tar-header-block-tokenize, tar-extract):
8399 * w32-fns.el (set-default-process-coding-system):
8400 * x-dnd.el (x-dnd-handle-file-name):
8401 * international/mule-cmds.el (mule-menu-keymap)
8402 (set-default-coding-systems, language-info-alist, set-language-info)
8403 (set-language-environment, standard-display-european-internal)
8404 (set-locale-environment):
8405 * international/mule-diag.el (mule-diag):
8406 * mail/emacsbug.el (report-emacs-bug):
8407 * mail/rmail.el (rmail-mode):
8408 * mail/sendmail.el (mail-setup):
8409 Use default-value rather than default-enable-multibyte-characters.
8410
f38184aa
GM
8411 * progmodes/f90.el: Move all safe properties into the defcustoms.
8412 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8413
e605eeeb
GM
8414 * calendar/appt.el (appt-check):
8415 * calendar/diary-lib.el (diary-set-header, diary-live-p)
8416 (diary-check-diary-file, diary-list-entries)
8417 (diary-include-other-diary-files, diary-simple-display)
8418 (diary-fancy-display, diary-print-entries)
8419 (diary-mark-included-diary-files, diary-make-entry):
8420 Don't call substitute-in-file-name on diary-file.
8421
734db384
SM
84222009-09-03 Eduard Wiebe <usenet@pusto.de>
8423 Stefan Monnier <monnier@iro.umontreal.ca>
8424
8425 * mail/footnote.el (footnote-prefix): Make it a defcustom.
8426 (footnote-mode-map): Move initialization into the declaration.
8427 (footnote-minor-mode-map): Define it rather than changing global-map.
8428 (footnote-mode): Use define-minor-mode.
8429
e5aa47f9
MA
84302009-09-02 Michael Albinus <michael.albinus@gmx.de>
8431
8432 * net/tramp.el (tramp-handle-file-attributes-with-ls)
8433 (tramp-do-file-attributes-with-perl)
8434 (tramp-do-file-attributes-with-stat): Rename from
8435 `tramp-handle-file-attributes-with-*'.
8436 (tramp-handle-file-attributes): Use them.
8437 (tramp-do-directory-files-and-attributes-with-perl)
8438 (tramp-do-directory-files-and-attributes-with-stat): Rename from
8439 `tramp-handle-directory-files-and-attributes-with-*'.
8440 (tramp-handle-directory-files-and-attributes): Use them.
8441 (tramp-method-out-of-band-p): Additional parameter SIZE.
8442 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8443 (tramp-handle-write-region): Use it.
734db384 8444 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
8445 (tramp-handle-vc-registered): Check, whether the first run did
8446 return files to be tested.
8447 (tramp-advice-make-auto-save-file-name): Do not call directly
8448 `tramp-handle-make-auto-save-file-name', because this would bypass
8449 the locking mechanism.
8450
734db384 8451 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
8452 (file-remote-p, process-file, start-file-process, set-file-times)
8453 (tramp-compat-file-attributes): Compatibility functions shall not
8454 call directly `tramp-handle-*', because this would bypass the
8455 locking mechanism.
8456 (tramp-compat-number-sequence): New defun.
8457
6e2ca895
GM
84582009-09-02 Glenn Morris <rgm@gnu.org>
8459
697c7714
GM
8460 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8461 alias for float-time.
8462 (time-to-number-of-days): In Emacs, use float-time.
8463 * net/newst-backend.el (time-add): Suppress warnings from compat
8464 function.
8465 * time.el (emacs-uptime, emacs-init-time):
8466 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8467 Use float-time rather than time-to-seconds.
8468
6e2ca895
GM
8469 * minibuffer.el (completion-initials-expand): Fix typo.
8470
8471 * faces.el (modeline, modeline-inactive, modeline-highlight)
8472 (modeline-buffer-id):
8473 * info.el (info-menu-5): Mark these face aliases as obsolete.
8474
ed17efec
NR
84752009-09-01 Nick Roberts <nickrob@snap.net.nz>
8476
8477 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8478 space ...
8479 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8480 no "--thread" option.
8481 (gdb-stopped): Don't print "Switched to thread" message when it is
8482 unchanged.
8483
fcb68f70
SM
84842009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8485
8486 * minibuffer.el (completion-try-completion)
8487 (completion-all-completions): Remove ill-defined (and
8488 mistakenly installed and luckily never used nor documented)
8489 `completion-styles' property.
8490 (completion-initials-expand, completion-initials-all-completions)
8491 (completion-initials-try-completion): New functions.
8492 (completion-styles-alist): Add doc to each entry.
8493 Add new `initials' entry.
8494
83318a6d
NR
84952009-09-01 Nick Roberts <nickrob@snap.net.nz>
8496
8497 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8498 MI command -var-evaluate-expression.
8499 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8500 and tweak for case of string child.
734db384 8501 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 8502
d63eb0e7
GM
85032009-09-01 Glenn Morris <rgm@gnu.org>
8504
c4f6e489
GM
8505 * add-log.el (change-log-date-face, change-log-name-face)
8506 (change-log-email-face, change-log-file-face, change-log-list-face)
8507 (change-log-conditionals-face, change-log-function-face)
8508 (change-log-acknowledgement-face):
8509 * cus-edit.el (custom-invalid-face, custom-rogue-face)
8510 (custom-modified-face, custom-set-face, custom-changed-face)
8511 (custom-saved-face, custom-button-face, custom-button-pressed-face)
8512 (custom-documentation-face, custom-state-face, custom-comment-face)
8513 (custom-comment-tag-face, custom-variable-tag-face)
8514 (custom-variable-button-face, custom-face-tag-face)
8515 (custom-group-tag-face-1, custom-group-tag-face):
8516 * diff-mode.el (diff-header-face, diff-file-header-face)
8517 (diff-index-face, diff-hunk-header-face, diff-removed-face)
8518 (diff-added-face, diff-changed-face, diff-function-face)
8519 (diff-context-face, diff-nonexistent-face):
8520 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8521 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8522 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8523 (Info-title-4-face):
8524 * isearch.el (isearch-lazy-highlight-face):
8525 * log-view.el (log-view-file-face, log-view-message-face):
8526 * paren.el (show-paren-match-face, show-paren-mismatch-face):
8527 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8528 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8529 (cvs-msg-face):
8530 * smerge-mode.el (smerge-mine-face, smerge-other-face)
8531 (smerge-base-face, smerge-markers-face):
8532 * wid-edit.el (widget-documentation-face, widget-button-face)
8533 (widget-field-face, widget-single-line-field-face)
8534 (widget-inactive-face, widget-button-pressed-face):
8535 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8536 (woman-addition-face):
2fb1ec93
GM
8537 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8538 (eshell-ls-executable-face, eshell-ls-readonly-face)
8539 (eshell-ls-unreadable-face, eshell-ls-special-face)
8540 (eshell-ls-missing-face, eshell-ls-archive-face)
8541 (eshell-ls-backup-face, eshell-ls-product-face)
8542 (eshell-ls-clutter-face):
8543 * eshell/em-prompt.el (eshell-prompt-face):
8544 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 8545 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
8546 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8547 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8548 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8549 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8550 (antlr-font-lock-literal-face):
c4f6e489
GM
8551 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8552 (ebrowse-root-class-face, ebrowse-file-name-face)
8553 (ebrowse-default-face, ebrowse-member-attribute-face)
8554 (ebrowse-member-class-face, ebrowse-progress-face):
8555 * progmodes/make-mode.el (makefile-space-face):
8556 * progmodes/sh-script.el (sh-heredoc-face):
8557 * textmodes/flyspell.el (flyspell-incorrect-face)
8558 (flyspell-duplicate-face):
8559 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 8560 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
8561 Mark face aliases with "-face" suffix as obsolete.
8562
d80619fa
GM
8563 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8564 compiler.
8565
5f68c1b7
GM
8566 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8567 (eudc-bob-sound-menu): Use defvar rather than defconst, since
8568 easy-menu-define wants to modify these.
8569
8570 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8571
8572 * net/browse-url.el (browse-url-file-url):
8573 * term/internal.el (dos-codepage-setup):
8574 Use default-value rather than default-enable-multibyte-characters.
8575
d80619fa 8576 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
8577 * progmodes/flymake.el (flymake-highlight-line)
8578 (flymake-goto-file-and-line, flymake-goto-line):
8579 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8580 (gdb-goto-breakpoint):
8581 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8582 * progmodes/python.el (python-find-function)
8583 (python-pdbtrack-track-stack-file):
8584 * progmodes/verilog-mode.el (verilog-surelint-off):
8585 * term/ns-win.el (ns-open-file-select-line):
8586 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8587 Use forward-line rather than goto-line.
8588
d63eb0e7
GM
8589 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8590 * textmodes/reftex-index.el (reftex-display-index):
8591 * textmodes/reftex-ref.el (reftex-offer-label-menu):
8592 * textmodes/reftex-toc.el (reftex-toc):
8593 Remove unnecessary bindings of default-major-mode (all are followed by
8594 major-mode check and possible mode switch).
8595
0afad278
NR
85962009-08-31 Nick Roberts <nickrob@snap.net.nz>
8597
8598 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8599 Handle watchpoints (bug#4282).
8600 (def-gdb-thread-buffer-command): Enable thread to be selected by
8601 clicking without selecting threads buffer first.
8602 (gdb-current-context-command): Use selected frame so that "up",
8603 "down" etc work in the GUD buffer.
8604 (gdb-update): Find selected frame before rendering stack buffer.
8605 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8606
4e135dd2
SM
86072009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8608
8609 * progmodes/sym-comp.el (displayed-completions): Remove.
8610 (symbol-complete): Use minibuffer-complete.
8611
e61eba34
GM
86122009-08-31 Glenn Morris <rgm@gnu.org>
8613
8614 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8615
734db384
SM
8616 * apropos.el (apropos-symbols-internal):
8617 Handle (obsolete) face aliases.
e61eba34
GM
8618
8619 * faces.el (describe-face): Adjust the output format to be more like
8620 describe-variable, and to mention (obsolete) face aliases.
8621 Adjust the whitespace so that help-setup-xref works.
8622
8623 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8624 * calendar/diary-lib.el (diary-button-face):
8625 Mark these face aliases as obsolete.
8626
8627 * calendar/calendar.el (calendar-today): Doc fix.
8628
4cf71456
NR
86292009-08-31 Nick Roberts <nickrob@snap.net.nz>
8630
8631 * progmodes/gdb-mi.el (gdb-control-all-threads)
8632 (gdb-control-current-thread): Force tool bar update.
8633 (gdb-non-stop-handler): New function.
8634 (gdb-init-1): Use it to test if non-stop mode is supported.
8635 Remove unused gdbmi buffer type.
8636
e61eba34 86372009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
8638
8639 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 8640 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 8641
4324f7ca
NR
86422009-08-30 Nick Roberts <nickrob@snap.net.nz>
8643
8644 * comint.el (comint-exec-1): Check command is non-null first.
8645 Part of gdb-mi.el change (2009-08-28).
8646
a1bf889a
SM
86472009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8648
8649 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8650
060c08b5
JB
86512009-08-30 Juanma Barranquero <lekktu@gmail.com>
8652
8653 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8654 instead of `dolist' to avoid a recursive require when bootstrapping.
8655
ab22be48
SM
86562009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8657
73ebf88f
SM
8658 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8659
80629cfc
SM
8660 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8661
206d0387 8662 * net/imap.el (imap-send-command): Simplify.
734db384 8663 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 8664
844f7784
SM
8665 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8666
5ca4661e
SM
8667 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8668 with constant argument.
8669
c61dc887
SM
8670 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8671
7eb73deb
SM
8672 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8673
5fe443de
SM
8674 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8675 Change default, since most of our files don't have a history.
8676 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8677 the user.
8678
6444d64a
SM
8679 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8680 Add comint-run.
8681
5cb16bfc
SM
8682 * calc/calc.el: Improve commenting convention.
8683 (calc-digit-map, toplevel): Simplify.
8684
0aeb71a7
SM
8685 * comint.el (comint-insert-input): Be careful to only set point if we
8686 don't delegate to some other command.
8687
9a9af856
SM
8688 * proced.el (proced-signal-list): Make it an alist.
8689 (proced-grammar-alist): Capitalize names.
8690 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8691 Disable undo manually and make it read-only.
8692 Use completion-annotate-function.
8693
ab22be48
SM
8694 * minibuffer.el (minibuffer-message): If the current buffer is not
8695 a minibuffer, insert the message in the echo area rather than at the
8696 end of the buffer.
8697 (completion-annotate-function): New variable.
8698 (minibuffer-completion-help): Use it.
8699 (completion--embedded-envvar-table): Environment vars are
8700 always case-sensitive.
8701
4a948dbf
GM
87022009-08-30 Glenn Morris <rgm@gnu.org>
8703
8704 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8705 from fortran-current-defun.
8706 (fortran-beginning-of-subprogram): Be more precise about finding the
8707 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
8708 (fortran-end-of-subprogram): Simplify.
8709 (fortran-current-defun): Use fortran-start-prog-re.
8710
486cf3b8
JB
87112009-08-29 Juanma Barranquero <lekktu@gmail.com>
8712
8713 * subr.el (do-after-load-evaluation): Simplify.
8714
db167d28
DN
87152009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
8716
8717 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8718
8719 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
8720 (vc-rcs-print-log): Use it.
8721
8722 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8723
efbc652a
SM
87242009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8725
2aa0e5bf
SM
8726 * paths.el (abbrev-file-name): Move to abbrev.el.
8727 * abbrev.el (abbrev-file-name): Move from paths.el.
8728 Obey user-emacs-directory.
8729 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8730 user-emacs-directory.
8731 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8732 abbrev-file-name and calc-settings-file any more.
8733 * startup.el (command-line): Recompute abbrev-file-name and
8734 abbreviated-home-dir.
8735 (normal-no-mouse-startup-screen): Improve the generic code and get rid
8736 of the special code for when C-h bindings haven't been changed.
8737 (display-startup-echo-area-message): Use with-current-buffer.
8738 (command-line-1): Use a list of strings, rather than a list of lists
8739 of strings for longopts.
8740
51da8fe2
SM
8741 * files.el (get-free-disk-space): Use / for default-directory.
8742
0c3cc4dd
SM
8743 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8744 Use with-current-buffer.
8745
d988dbf6
SM
8746 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8747 Recognize immutable variables like most-positive-fixnum.
8748 (byte-compile-setq-default): Check and warn if trying to assign
8749 to an immutable variable, or a non-variable.
8750
efbc652a
SM
8751 * progmodes/cc-vars.el (c-comment-continuation-stars):
8752 * progmodes/cc-engine.el (c-looking-at-bos):
8753 * progmodes/cc-cmds.el (c-toggle-auto-state)
8754 (c-forward-into-nomenclature, c-backward-into-nomenclature)
8755 (c-comment-line-break-function): Add version of obsolescence.
8756
d30a05d1
JL
87572009-08-28 Juri Linkov <juri@jurta.org>
8758
8759 * files.el (magic-fallback-mode-alist): Add ZIP magic number
8760 associated with `archive-mode'.
8761
8762 * image.el (image-type-header-regexps): Use only JPEG magic number
8763 to determine JPEG images, and don't use `image-jpeg-p' because
8764 Emacs can display non-JFIF non-Exif JPEG images.
8765
1e8eecea
JB
87662009-08-28 Juanma Barranquero <lekktu@gmail.com>
8767
8768 * arc-mode.el (archive-mode):
8769 * emacs-lisp/re-builder.el (re-builder-unload-function):
8770 Protect against the default value of `major-mode' being nil.
8771
dd4fbf56
JB
87722009-08-28 Juanma Barranquero <lekktu@gmail.com>
8773
8774 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8775 Fix typos in docstrings.
8776
8777 * progmodes/js.el (js--macro-decl-re): Doc fix.
8778 (js--plain-method-re, js--split-name): Refloc docstring.
8779 (js--class-styles, js--make-merged-item, js--splice-into-items):
8780 Fix typos in docstrings; reflow docstrings.
8781 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8782 (js--variable-decl-matcher, js--inside-pitem-p)
8783 (js--parse-state-at-point, js--get-all-known-symbols)
8784 (js--symbol-history, js-find-symbol, js--js-references)
8785 (js--moz-interactor, js--js-encode-value, js--read-tab):
8786 Fix typos in docstrings.
8787
72f16325
SM
87882009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8789
14acf2f5
SM
8790 * textmodes/reftex.el (reftex-get-file-buffer-force):
8791 * progmodes/verilog-mode.el (verilog-batch-execute-func):
8792 * emulation/viper.el (viper-go-away, viper-set-hooks):
8793 * emacs-lisp/re-builder.el (re-builder-unload-function):
8794 * emacs-lisp/bytecomp.el (byte-compile-file):
8795 * ses.el (ses-unload-function):
8796 * hexl.el (hexl-find-file):
8797 * files.el (normal-mode):
8798 * ehelp.el (with-electric-help):
8799 * autoinsert.el (auto-insert-alist):
8800 * arc-mode.el (archive-mode):
8801 Use (default-value 'major-mode) instead of default-major-mode.
8802
72f16325
SM
8803 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8804 * international/mule.el (load-with-code-conversion):
8805 * emacs-lisp/debug.el (debug):
8806 * ediff-vers.el (ediff-rcs-get-output-buffer):
8807 * dired.el (dired-internal-noselect): Don't let-bind
8808 default-major-mode around code that doesn't use it.
8809 E.g. buffer creation via get-buffer-create doesn't use it.
8810
aa485f7c
MA
88112009-08-28 Michael Albinus <michael.albinus@gmx.de>
8812
8813 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8814 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8815 when writing the temp file. Otherwise, epa-file gets confused.
8816 (tramp-register-file-name-handlers): Make it a defun. Move also
8817 `epa-file-handler' to the front of `file-name-handler-alist'.
8818
88192009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8820
8821 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8822 start right after a ^M.
8823 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8824 (tramp-completion-file-name-regexp-separate)
8825 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
8826 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8827 Don't modify last-coding-system-used by accident.
aa485f7c
MA
8828 (tramp-completion-file-name-handler): Apply the checks here,
8829 instead during registration.
48c2d18a 8830 (tramp-register-file-name-handlers): Renamed from
aa485f7c
MA
8831 `tramp-register-file-name-handler'. Register both
8832 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 8833 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 8834
3f0c2b92
NR
88352009-08-28 Nick Roberts <nickrob@snap.net.nz>
8836
72f16325
SM
8837 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
8838 Remove variable ...
3f0c2b92
NR
8839 (gdb-init-1, gdb-display-separate-io-buffer)
8840 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
8841 references to it.
8842 (gdb-inferior-io-mode): Use make-comint-in-buffer.
8843 (gdb-inferior-filter): Use comint-output-filter to stop
8844 echoing and remove ^M characters.
8845
705e5bd9
SM
88462009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8847
009fdc2e
SM
8848 * emulation/viper-init.el (viper-restore-cursor-type):
8849 * emulation/cua-base.el (cua--update-indications):
8850 Replace default-cursor-type with (default-value 'cursor-type).
8851
b56a5ae0
SM
8852 * mail/sendmail.el (mail-recover-1):
8853 * international/mule-diag.el (describe-current-coding-system-briefly)
8854 (describe-current-coding-system):
8855 * international/mule-cmds.el (select-safe-coding-system)
8856 (select-message-coding-system)
8857 (set-language-environment-coding-systems, set-locale-environment):
8858 * hexl.el (hexl-insert-multibyte-char):
8859 * dos-w32.el (find-buffer-file-type-coding-system):
8860 * simple.el (what-cursor-position):
8861 Replace uses of default-buffer-file-coding-system
8862 with (default-value 'buffer-file-coding-system).
8863
de70529f
SM
8864 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
8865 Replace uses of default-cursor-in-non-selected-windows
8866 with (default-value 'cursor-in-non-selected-windows).
8867 Use with-current-buffer.
8868
705e5bd9
SM
8869 * mail/feedmail.el: Use CL macros.
8870 (feedmail-run-the-queue, feedmail-send-it-immediately):
8871 * dos-w32.el (find-buffer-file-type): Replace uses of
8872 default-buffer-file-type with (default-value 'buffer-file-type).
8873
4d985ac2
GM
88742009-08-28 Glenn Morris <rgm@gnu.org>
8875
8876 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
8877 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
8878 Use default-value of major-mode rather than default-major-mode.
8879
17c15b81
SM
88802009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8881
3a68ab06
SM
8882 * Makefile.in (update-elcfiles): Report left over elc files.
8883
9421bdd1
SM
8884 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
8885 expand-file-name and with-current-buffer.
8886 (mail-get-names, mail-directory): Use with-current-buffer.
8887
17c15b81
SM
8888 * vc.el (vc-read-revision): New function.
8889 (vc-version-diff, vc-merge): Use it.
8890
ba83a64e
SS
88912009-08-27 Sam Steingold <sds@gnu.org>
8892
8893 * simple.el (kill-do-not-save-duplicates): New user option.
8894 (kill-new): When it is non-nil, and the new string is the same as
8895 the latest kill, set replace to t to avoid duplicates in kill-ring.
8896
be3e598a 88972009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
8898
8899 * net/tramp.el (tramp-handle-process-file): Do not flush all
8900 caches when `process-file-side-effects' is set.
8901 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
8902 instead of `tramp-find-file-exists-command'.
8903 Unset `process-file-side-effects'.
d5b5c94a
MA
8904
89052009-08-27 Michael Albinus <michael.albinus@gmx.de>
8906
8907 * net/tramp.el (tramp-methods): New method "rsyncc".
8908 (top): Add completion function for "rsyncc".
8909 (tramp-message-show-message): New defvar.
8910 (tramp-message, tramp-error): Use it.
8911 (tramp-do-copy-or-rename-file-directly): Extend check for direct
8912 remote copying.
8913 (tramp-do-copy-or-rename-file-out-of-band): Handle new
8914 `tramp-methods' entry `copy-env' of "rsyncc".
8915 (tramp-vc-registered-read-file-names): New defconst.
8916 (tramp-vc-registered-file-names): New defvar.
8917 (tramp-handle-vc-registered): Implement optimization strategy.
8918 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
8919 (tramp-vc-file-name-handler): New defun.
8920 (tramp-get-ls-command, tramp-get-test-command)
8921 (tramp-get-file-exists-command, tramp-get-remote-ln)
8922 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 8923 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
8924
8925 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
8926 (tramp-cache-inhibit-cache): Extend doc string. It allows also
8927 timestamps.
8928 (tramp-get-file-property): Check for timestamps in
8929 `tramp-cache-inhibit-cache'.
8930 (tramp-set-file-property): Write timestamp.
8931
1339cf20
KH
89322009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8933
8934 * language/japan-util.el (japanese-symbol-table): Add entries for
8935 cp932-2-byte.
8936
8937 * international/characters.el: Add category `j' to cp932-2-byte.
8938
726e3f1d
KH
89392009-08-27 Kenichi Handa <handa@m17n.org>
8940
8941 * international/fontset.el (build-default-fontset-data): New macro.
8942 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 8943 tibetan, ethiopic, and ipa.
726e3f1d 8944
4e3b4528
SM
89452009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8946
8947 * cus-start.el (default-major-mode): Customize `major-mode' instead.
8948 (enable-multibyte-characters): Not customizable any more.
8949
8950 * subr.el (default-mode-line-format, default-header-line-format)
8951 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
8952 (default-direction-reversed, default-truncate-lines)
8953 (default-left-margin, default-tab-width, default-case-fold-search)
8954 (default-left-margin-width, default-right-margin-width)
8955 (default-left-fringe-width, default-right-fringe-width)
8956 (default-fringes-outside-margins, default-scroll-bar-width)
8957 (default-vertical-scroll-bar, default-indicate-empty-lines)
8958 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
8959 (default-fringe-cursor-alist, default-scroll-up-aggressively)
8960 (default-scroll-down-aggressively, default-fill-column)
8961 (default-cursor-type, default-buffer-file-type)
8962 (default-cursor-in-non-selected-windows)
8963 (default-buffer-file-coding-system, default-major-mode)
8964 (default-enable-multibyte-characters): Mark as obsolete.
8965
b3cca6a6
DN
89662009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
8967
652cc1a2
DN
8968 * vc-dir.el (vc-dir-update): Remove debug helper.
8969
b3cca6a6
DN
8970 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
8971
4ed8c7aa
SS
89722009-08-26 Sam Steingold <sds@gnu.org>
8973
8974 * simple.el (save-interprogram-paste-before-kill): New user option.
8975 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
8976 save the interprogram-paste into kill-ring before overriding it
8977 with the Emacs kill.
8978
3b64d86b
DN
89792009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8980
8981 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
8982 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
8983 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
8984 and move to vc-rcs.el.
8985 (vc-default-next-revision): Rename to vc-rcs-next-revision and
8986 move to vc-rcs.el.
8987 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
8988 (vc-rcs-update-changelog): Remove.
8989 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
8990 and move to vc-rcs.el.
8991
8992 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
8993 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
8994 renaming.
8995 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 8996 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
8997 vc.el, renamed to be RCS specific.
8998
72f16325
SM
8999 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9000 New functions.
9001 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
9002
9003 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9004 New functions.
9005
636a36a0
SM
90062009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9007
9008 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9009
239b3340
DN
90102009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9011
b91f0762 9012 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
9013 (vc-git-stash, vc-git-stash-show): New functions.
9014 (vc-git-extra-menu-map): Bind them.
b91f0762 9015
b8e54362
DN
9016 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9017 directory correctly in case the item is a directory itself.
9018
239b3340
DN
9019 * vc.el: Document the desired behavior for reverted files in the
9020 `added' state.
dc810649
DN
9021 (vc-default-prettify-state-info): Remove function, unused.
9022
9023 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 9024
e49c0179
GM
90252009-08-26 Glenn Morris <rgm@gnu.org>
9026
9027 * bindings.el (standard-mode-line-format): Reposition dashes in
9028 which-func entry. (Bug#4217)
9029
3029e594
GM
9030 * files.el (enable-local-variables, enable-local-eval)
9031 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9032 the defcustoms.
9033 (auto-mode-alist, ignored-local-variables)
9034 (save-some-buffers-action-alist): Move risky declarations to the
9035 definitions.
9036 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9037 (font-lock-defaults, format-alist, imenu--index-alist)
9038 (imenu-generic-expression, input-method-alist, minor-mode-alist)
9039 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9040 (mode-line-modified, mode-line-mule-info, mode-line-position)
9041 (mode-line-process, mode-line-remote, outline-level)
9042 (parse-time-rules, rmail-output-file-alist)
9043 (special-display-buffer-names, vc-mode):
9044 Move risky declarations to the relevant files.
72f16325
SM
9045 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9046 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
9047 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9048 * font-core.el (font-lock-defaults):
9049 * format.el (format-alist):
9050 * vc-hooks.el (vc-mode):
9051 * window.el (special-display-buffer-names):
9052 * international/mule-cmds.el (input-method-alist):
9053 Define riskiness here (dumped file) rather than in files.el.
9054 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9055 * imenu.el (imenu-generic-expression, imenu--index-alist):
9056 * outline.el (outline-level):
9057 * time.el (display-time-string):
9058 * calendar/parse-time.el (parse-time-rules):
9059 * mail/rmailout.el (rmail-output-file-alist):
9060 Autoload riskiness here, rather than placing in files.el.
9061
8476cfaf
SM
90622009-08-26 Andreas Schwab <schwab@linux-m68k.org>
9063
9064 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9065
0b35b48e
MA
90662009-08-25 Michael Albinus <michael.albinus@gmx.de>
9067
9068 * simple.el (process-file-side-effects): New defvar.
9069
9070 * dired-aux.el (dired-show-file-type):
9071 * vc.el (vc-diff-internal):
9072 * vc-arch.el (vc-arch-diff):
9073 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9074 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9075 * vc-git.el (vc-git-registered, vc-git-working-revision)
9076 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9077 (vc-git--empty-db-p):
9078 * vc-hooks.el (vc-user-login-name):
9079 * vc-svn.el (vc-svn-registered, vc-svn-state)
9080 (vc-svn-dir-extra-headers, vc-svn-find-revision):
9081 * progmodes/grep.el (grep-probe): Let-bind
9082 `process-file-side-effects' with nil.
9083
9084 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9085
9086 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9087 daemon. Replace ping by checking for running service for bluez
9088 and zeroconf. (Bug#4239)
9089
d54cc599
GM
90902009-08-25 Kevin Ryde <user42@zip.com.au>
9091
9092 * net/dig.el (dig): Add autoload cookie.
9093
7bfd055d
GM
90942009-08-25 Glenn Morris <rgm@gnu.org>
9095
bac9c66c
GM
9096 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9097 load-history for absolute file-names.
9098 (byte-compile-file-form-require): Warn about use of the cl package.
9099
7bfd055d
GM
9100 * format.el (format-alist): Doc fix.
9101
5ac1f9e0
GM
9102 * play/bubbles.el (top-level): Don't require cl at run-time.
9103
af62aa88
GM
9104 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9105 run-time cl).
9106
71e036af
DD
91072009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
9108
9109 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9110 from cl package.
9111 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9112
42110eaf
JB
91132009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
9114
9115 * calc/calc-alg.el (math-trig-rewrite)
9116 (math-hyperbolic-trig-rewrite): New functions.
9117 (calc-simplify): Simplify trig functions when asked.
9118
88421f3e
SM
91192009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9120
9121 * diff-mode.el (diff-find-source-location): Avoid goto-line.
9122
dbd9624e
KH
91232009-08-24 Kenichi Handa <handa@m17n.org>
9124
9125 * language/ind-util.el (mapthread): Delete it.
9126 (combinatorial): New function.
9127 (indian--puthash-cv): Use combinatorial instead of mapthread.
9128
9b89e3ee
GM
91292009-08-22 Kevin Ryde <user42@zip.com.au>
9130
9131 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9132 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9133 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9134 Clarify docstring that the value is strings not symbols.
9135 (checkdoc-list-of-strings-p): New function.
9136
e6ce8c42
GM
91372009-08-22 Glenn Morris <rgm@gnu.org>
9138
2ddf2ea6 9139 * files.el (auto-mode-alist):
a3374680
GM
9140 * hippie-exp.el (he-concat-directory-file-name):
9141 * lpr.el (lpr-windows-system, printer-name):
9142 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9143 * ps-print.el (ps-windows-system):
9144 * startup.el (command-line):
9145 * emulation/viper-ex.el (viper-glob-function):
9146 * international/mule-cmds.el (set-language-environment-coding-systems):
9147 * net/ange-ftp.el (ange-ftp-write-region):
9148 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 9149 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
9150 unisoft-unix, vax-vms, win32, w32.
9151
977955fa
GM
9152 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9153 given name if the pattern is not more specific.
9154
b4deec2e
GM
9155 * calendar/lunar.el (lunar-phase-names): New option.
9156 (lunar-phase): Doc fix.
9157 (lunar-cycles-per-year): New constant.
9158 (lunar-index): New function.
9159 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9160 (lunar-phase-name): Use lunar-phase-names.
9161 (calendar-lunar-phases): Use format.
9162 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9163
47e83968
GM
9164 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9165 Copy imenu-example--name-and-position function here for own use.
9166 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9167
e6ce8c42
GM
9168 * bs.el (bs--redisplay):
9169 * cus-edit.el (custom-redraw):
9170 * ibuffer.el (ibuffer-bury-buffer):
9171 * server.el (server-goto-line-column):
9172 * startup.el (command-line-1):
9173 * strokes.el (strokes-xpm-for-stroke):
9174 * term.el (term-display-buffer-line):
9175 * view.el (View-goto-line):
9176 * calc/calc.el (calc-do, calc-trail-buffer):
9177 * play/gamegrid.el (gamegrid-add-score-insecure):
9178 * progmodes/ada-mode.el (ada-compile-goto-error):
9179 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9180 (ebrowse-select-1st-to-9nth):
47e83968 9181 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
9182 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9183 * progmodes/gud.el (gud-display-line):
9184 (idlwave-shell-display-line):
9185 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9186 * progmodes/make-mode.el (makefile-browser-toggle):
9187 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9188 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9189 * textmodes/picture.el (picture-draw-rectangle):
9190 * textmodes/reftex-index.el (reftex-index-goto-letter):
9191 (reftex-select-jump-to-previous):
9192 * textmodes/reftex-sel.el (reftex-find-start-point)
9193 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9194 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9195 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9196 * textmodes/tex-mode.el (tex-compilation-parse-errors):
9197 * textmodes/two-column.el (2C-associated-buffer):
9198 Use forward-line rather than goto-line.
9199
9200 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9201 goto-line.
9202
4b18bdb3
GM
9203 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9204 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9205 (quick-check-list-to-regexp): Declare.
e6ce8c42 9206
72f16325
SM
9207 * progmodes/make-mode.el (makefile-browser-insert-selection):
9208 Use goto-char rather than goto-line.
e6ce8c42
GM
9209
9210 * progmodes/prolog.el (compilation-error-regexp-alist)
9211 (compilation-forget-errors): Declare.
9212
32a2cf25
JL
92132009-08-22 Juri Linkov <juri@jurta.org>
9214
9215 * progmodes/grep.el (lgrep, rgrep): At the beginning
9216 set `dir' to `default-directory' unless `dir' is a non-nil
9217 readable directory. (Bug#4052)
9218 (lgrep, rgrep): Change a weird way to report an error
9219 from using `read-string' to using `error'.
9220 Instead of using interactive arguments in the function body,
9221 add new argument `confirm'.
9222
5443c9b7
SM
92232009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9224
cb5b40ee
SM
9225 * textmodes/remember.el (remember-buffer):
9226 * progmodes/cperl-mode.el (cperl-vc-header-alist):
9227 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9228 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
9229 * net/newst-treeview.el (newsticker-groups-filename):
9230 * net/newst-backend.el (newsticker-cache-filename):
9231 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9232 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9233 (speedbar-add-ignored-path-regexp, speedbar-line-path)
9234 (speedbar-buffers-line-path, speedbar-path-line)
9235 (speedbar-buffers-line-path):
9236 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9237 (epg-sign-keys):
9238 * epa.el (epa-display-verify-result):
9239 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9240
d6261cc1
GM
92412009-08-21 Glenn Morris <rgm@gnu.org>
9242
3e1ea342
GM
9243 * progmodes/js.el (inferior-moz-process): Fix declaration.
9244
ce86eeb5
GM
9245 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9246
fff28970
GM
9247 * obsolete/rnewspost.el (news-mail-reply):
9248 Use goto-char rather than goto-line.
9249
d93e053b
GM
9250 * term/ns-win.el (ns-open-file-select-line):
9251 Use line-beginning-position rather than goto-line.
9252
d5d105e8
GM
9253 * apropos.el (apropos-command):
9254 * ehelp.el (electric-helpify):
9255 * printing.el (pr-show-setup):
9256 * strokes.el (strokes-help):
9257 * tutorial.el (tutorial--describe-nonstandard-key)
9258 (tutorial--detailed-help):
9259 * woman.el (woman-mini-help, woman-display-extended-fonts):
9260 * calc/calc-help.el (calc-describe-key):
9261 * emulation/edt.el (edt-electric-helpify):
9262 * international/mule-diag.el (mule-diag):
9263 * play/yow.el (apropos-zippy):
9264 * progmodes/python.el (python-describe-symbol):
9265 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9266 * textmodes/table.el (*table--cell-describe-mode)
9267 (*table--cell-describe-bindings):
9268 Use help-print-return-message rather than the now obsolete alias.
9269
a8ab722f 9270 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
9271 (calendar-cursor-to-visible-date):
9272 * play/5x5.el (5x5-position-cursor):
9273 * play/decipher.el (decipher):
9274 * play/gomoku.el (gomoku-goto-xy):
9275 * play/landmark.el (lm-goto-xy):
9276 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9277 (mpuz-paint-digit):
9278 Use forward-line, not goto-line.
a8ab722f 9279
d6261cc1
GM
9280 * mail/rmail.el (rmail-obsolete): Delete custom group.
9281 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9282 (rmail-remote-password, rmail-remote-password-required):
9283 Remove unneeded :set-after and :set properties.
9284
9e846523
MA
92852009-08-21 Michael Albinus <michael.albinus@gmx.de>
9286
9287 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9288
bbe1f502
DN
92892009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
9290
bcc5db24
DN
9291 * loadup.el: Remove leftover macos code.
9292
bbe1f502
DN
9293 * vc-git.el (vc-git-annotate-command): Run asynchronously.
9294 Explicitly pass the date format to git blame so that user local
9295 so that the output format can be parsed.
9296
6fd2d19a
MA
92972009-08-20 Michael Albinus <michael.albinus@gmx.de>
9298
9299 * net/dbus.el (top): Don't check for (getenv
9300 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
9301
31764e15
SM
93022009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
9303
9304 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 9305 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 9306
28930e39
SM
93072009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9308
4fd15622 9309 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 9310 Bug#3287
4fd15622 9311
b3d8e4a0
SM
9312 * help.el (help-print-return-message): Rename from
9313 print-help-return-message.
9314
c9829c70
SM
9315 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9316 cvs-mode-map parent hack.
9317 (log-view-mode): Derive from special-mode.
9318
b932657b
SM
9319 * linum.el (linum-mode): window-size-change-functions is redundant.
9320 Adapt to new window-configuration-change-hook behavior.
9321 (linum-after-size, linum-after-config): Remove.
9322
1b700bca
SM
9323 * imenu.el (imenu-example--name-and-position)
9324 (imenu-example--lisp-extract-index-name)
9325 (imenu-example--create-lisp-index, imenu-example--create-c-index):
9326 Mark as obsolete.
9327
28930e39
SM
9328 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9329 (inferior-prolog-mode): Use it.
9330 (inferior-prolog-load-file): Reset list of errors.
9331
c9af0b68
KH
93322009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9333
9334 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9335
9336 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9337
720c7cd6
MA
93382009-08-19 Michael Albinus <michael.albinus@gmx.de>
9339
9340 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9341 is running already.
9342
03a74b84
SM
93432009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9344
9345 * subr.el (listify-key-sequence-1): Use normal syntax since those
9346 integers are nowadays always represented by the same (positive) number
9347 on all platforms.
9348 (read-key-empty-map): New const.
9349 (read-key-delay): New var.
9350 (read-key): New function.
9351 (force-mode-line-update): Use with-current-buffer.
9352 (locate-user-emacs-file): Don't forget to abbreviate the file name.
9353 (start-process-shell-command, start-file-process-shell-command):
9354 Discourage the use of command-args.
9355
f43e88d4
GM
93562009-08-19 Glenn Morris <rgm@gnu.org>
9357
9358 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9359
890429cc
SM
93602009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9361
85be9ec4
SM
9362 * simple.el (choose-completion-string): Don't rely on
9363 minibuffer-completing-file-name and ad-hoc checks to decide whether
9364 to continue completion or not.
9365
890429cc
SM
9366 * minibuffer.el (minibuffer-hide-completions): New function.
9367 (completion--do-completion): Use it.
9368 (completions-annotations): New face.
9369 (completion--insert-strings): Use it.
9370 (completion-pcm--delim-wild-regex): Add docstring.
9371 (completion-pcm--string->pattern): Add support for 0-width delimiters
9372 in completion-pcm--delim-wild-regex.
9373
265d4549
SM
93742009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
9375
d440b941
SM
9376 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9377 Remove unused var `buffer-modified-p'.
9378
265d4549
SM
9379 * minibuffer.el (completion--do-completion): Move point for the #b001
9380 case as well (bug#4176).
9381 (minibuffer-complete, minibuffer-complete-word): Don't move point.
9382
ba6f7d86
MA
93832009-08-18 Michael Albinus <michael.albinus@gmx.de>
9384
9385 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
9386 and :session buses.
9387
98819490
KH
93882009-08-18 Kenichi Handa <handa@m17n.org>
9389
265d4549
SM
9390 * international/ucs-normalize.el (ucs-normalize-version):
9391 Change to 1.1.
58627cf0
KH
9392 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9393 (utf-8-hfs): Make it perform normalization on encoding too.
9394
98819490
KH
9395 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
9396 (sentence-end-without-space): Delete duplicated chars.
9397 (sentence-end-base): Likewise.
e739cc85
KH
9398
9399 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
9400 (html-mode): Delete duplicated chars from sentence-end-base.
9401
9402 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
9403 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 9404
645b9326
CY
94052009-08-17 Chong Yidong <cyd@stupidchicken.com>
9406
9407 * files.el (hack-one-local-variable): If the mode function is for
9408 a minor mode, pass it an argument (Bug#4148).
9409
56c195af
MA
94102009-08-17 Michael Albinus <michael.albinus@gmx.de>
9411
9412 * net/tramp.el (tramp-register-completion-file-name-handler):
9413 Check also for (member 'partial-completion completion-styles).
9414
7a55c78b
CY
94152009-08-16 Chong Yidong <cyd@stupidchicken.com>
9416
9417 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9418 abbrev (Bug#3943).
9419
be3e598a 94202009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
9421
9422 * progmodes/cperl-mode.el: Merge upstream 6.2.
9423 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9424 (cperl-forward-re): Check cperl-brace-recursing.
9425 (cperl-highlight-charclass): New function.
9426 (cperl-find-pods-heres): Use it.
31cd2dd4 9427 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 9428 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 9429 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
9430 (cperl-beautify-level): Don't process entire regexp.
9431 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9432 calling man.
9433 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9434 (cperl-init-faces): Build a list in the normal way.
9435
81b1f9c9
CY
94362009-08-16 Chong Yidong <cyd@stupidchicken.com>
9437
9438 * calendar/parse-time.el (parse-time-string-chars): Save match
9439 data.
9440
c3732cb8
SM
94412009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9442
55659495
SM
9443 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9444 (sql-product): Use it.
9445 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9446 (sql-set-product): Add completion.
9447 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9448 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9449 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9450 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9451 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9452 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9453 (sql-highlight-db2-keywords): Remove.
9454 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9455 (sql-highlight-product): Use derived-mode-p.
9456 (sql-set-sqli-buffer): Use with-current-buffer.
9457 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9458 Simplify.
9459
1ae79427
SM
9460 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9461
c3732cb8
SM
9462 * term.el: Fix commenting convention, turn comments into docstrings.
9463
f24b8bf3
CY
94642009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
9465
9466 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9467
7b6fefac 94682009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 9469
1200ac26 9470 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
9471 character classes, to handle non-ascii characters (Bug#3190).
9472
94732009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 9474
1abbe4e5
CY
9475 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9476 another heredoc if the user adds another < (Bug#3226).
9477
c3732cb8
SM
9478 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9479 Don't initialize based on window-system (Bug#4124).
19261da4 9480
daad00fc
CY
9481 * facemenu.el (facemenu-read-color): Use a completion function
9482 that accepts any defined color, such as RGB triplets (Bug#3677).
9483
e1bdde78
CY
9484 * files.el (get-free-disk-space): Change fallback default
9485 directory to /. Expand DIR argument before switching to fallback.
9486 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9487
9d73a99e
CY
94882009-08-15 Chong Yidong <cyd@stupidchicken.com>
9489
9490 * files.el (load-library): Doc fix.
9491
68b962d4 94922009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 9493
953e0c1a 9494 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 9495 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 9496 incremental search string.
9d73a99e 9497
c3732cb8 9498 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 9499 XEmacs.
9d73a99e 9500
c3732cb8
SM
9501 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9502 (ediff-merge-region-is-non-clash)
9503 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 9504 Also check if the job is really a merge job.
9d73a99e 9505
c3732cb8 9506 * ediff.el (ediff-current-file): New function.
9d73a99e 9507
2e330adc
CY
95082009-08-15 Chong Yidong <cyd@stupidchicken.com>
9509
9510 * progmodes/js.el: Edit docstrings throughout to follow Emacs
9511 conventions.
c3732cb8 9512 (js-insert-and-indent): Delete function.
2e330adc
CY
9513 (js-mode-map): Don't bind keys to js-insert-and-indent.
9514 (js-beginning-of-defun): Rename from js--beginning-of-defun.
9515 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 9516 (js-auto-indent-flag): Delete variable.
2e330adc 9517
17b5d0f7
CY
95182009-08-14 Chong Yidong <cyd@stupidchicken.com>
9519
c3732cb8
SM
9520 * progmodes/js.el: Remove proclaim statement.
9521 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 9522
ba2d8894
CY
9523 * files.el (auto-mode-alist): Use js-mode for .js files.
9524
c3732cb8 9525 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
9526
9527 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9528
9529 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9530
c3732cb8 9531 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
9532
95332009-08-14 Daniel Colascione <dan.colascione@gmail.com>
7b6fefac 9534 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
9535
9536 * progmodes/js.el: New file.
9537
b6377f1d
MH
95382009-08-14 Mark A. Hershberger <mah@everybody.org>
9539
9540 * timezone.el (timezone-parse-date): Add ability to understand ISO
9541 basic format (minimal separators) dates in addition to the
9542 already-supported extended format dates.
9543
bc0eef46
EZ
95442009-08-14 Eli Zaretskii <eliz@gnu.org>
9545
4e021e65
EZ
9546 * international/ucs-normalize.el: Add a `coding' file variable.
9547
bc0eef46
EZ
9548 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9549
53dab179
SS
95502009-08-14 Sam Steingold <sds@gnu.org>
9551
6801c38a 9552 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 9553
6c58c39c
CY
95542009-08-13 Chong Yidong <cyd@stupidchicken.com>
9555
9556 * faces.el (help-argument-name): Define it here instead of
9557 help-fns.el, because in daemon mode help-fns.el may be loaded when
9558 faces are still uninitialized (Bug#1078).
9559
9560 * help-fns.el (help-argument-name): Move defface to faces.el.
9561
c7baf7e9
NR
95622009-08-13 Nick Roberts <nickrob@snap.net.nz>
9563
9564 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9565 create buffer with a pty but no process so that GDB can make the
9566 inferior the controlling process.
9567
9c40e995 95682009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
9569
9570 * international/ucs-normalize.el: New file.
9571
8cdba32b
RS
95722009-08-13 Richard Stallman <rms@gnu.org>
9573
5c950923
RS
9574 * mail/rmail.el (rmail-get-attr-names):
9575 Accept an attribute header that is too short.
9576
76e1e40b
RS
9577 * mail/rmail.el (rmail-forget-messages):
9578 Ignore nil elt in rmail-message-vector. Use dotimes.
9579
1fc01b08
RS
9580 * progmodes/compile.el (compilation-goto-locus):
9581 Use next-error-move-function.
9582
8cdba32b
RS
9583 * simple.el (next-error-move-function): New variable.
9584
99910cf4
JL
95852009-08-12 Juri Linkov <juri@jurta.org>
9586
9587 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9588 always non-nil. (Bug#4052)
9589
9590 * replace.el (read-regexp): Return empty string when
9591 `default-value' is nil.
9592 (keep-lines-read-args): Don't use empty string as the
9593 default value for `read-regexp'. (Bug#2495)
9594
fc5bdf6c
JL
95952009-08-12 Juri Linkov <juri@jurta.org>
9596
9597 * international/mule-cmds.el (ucs-insert): Change arguments
9598 from `arg' to `character', `count', `inherit' to be the same
9599 as in `insert-char'. Doc fix. (Bug#4039)
9600
9601 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9602
77748848
JL
96032009-08-12 Juri Linkov <juri@jurta.org>
9604
9605 * files-x.el: New file.
9606
9607 * files.el: Move code that deals with adding/deleting
9608 file/directory-local variables to files-x.el.
9609
9610 * Makefile.in (ELCFILES): Add files-x.elc.
9611
c8a44c4e
DD
96122009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
9613
27a9fd5a
DD
9614 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9615 to use `goto-line'.
9616 (gdb-place-breakpoints, gdb-get-location): Rewritten without
9617 `goto-line'.
9618 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 9619 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 9620 threads list.
107ef54a 9621 (gdb): Send -target-detach when buffer is killed (Bug#3794).
cf6e27cf
DD
9622 (gdb-starting): Moved -data-list-register-names...
9623 (gdb-stopped): ...here so it's sent when first thread stops.
9624 (gdb-registers-handler-custom): Do nothing if register names are
9625 unknown yet.
27a9fd5a 9626
c8a44c4e
DD
9627 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9628 from `gdb-mi.el' to avoid extra tangling.
9629
9630 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 9631 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
9632 (gdb-update-gud-running): No extra fuss for updating frame number.
9633
dfd4e693
SM
96342009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9635
51c4341f
SM
9636 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9637 (describe-language-environment-map, setup-language-environment-map)
9638 (set-coding-system-map): Move initialization into declaration.
9639 (set-language-info-alist): Last arg to define-key-after can be skipped.
9640
9641 * international/quail.el (quail-completion-1): Simplify.
9642 (quail-define-rules): Use slightly more compact code.
9643 (quail-insert-decode-map): Propertize keys, compact columns.
9644
dfd4e693
SM
9645 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9646 Add goto-line.
9647
83326559
MB
96482009-08-10 Miles Bader <miles@gnu.org>
9649
9650 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9651 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9652 (js2-instance-member, js2-private-member, js2-private-function-call)
9653 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9654 (js2-magic-paren, js2-external-variable):
9655 Remove "-face" suffix from face names.
9656 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9657 (js2-highlight-undeclared-vars, js2-peek-token)
9658 (js2-parse-function-params, js2-mode-show-errors)
9659 (js2-mode-show-warnings, js2-make-magic-delimiter)
9660 (js2-mode-highlight-magic-parens): Update to use new face names.
9661
8e754ea2
MA
96622009-08-09 Michael Albinus <michael.albinus@gmx.de>
9663
9664 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9665 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
9666
1c292fc7
CY
96672009-08-09 Chong Yidong <cyd@stupidchicken.com>
9668
18d433a7
CY
9669 * subr.el: Provide hashtable-print-readable.
9670
1c292fc7
CY
9671 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9672 hs-c-like-adjust-block-beginning.
9673 (hs-hide-block-at-point): Stop hiding at the beginning of
9674 hs-block-end-regexp (Bug#700).
9675
2db0ae07
DD
96762009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
9677
9678 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9679 a macro.
9680 (gdb-registers-handler-custom): Do not fail when register names
9681 are unavailable.
9682
fe4740a6
DD
96832009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9684
9685 * progmodes/gdb-mi.el (gdb-control-all-threads)
9686 (gdb-control-current-thread): Interactive setters for
9687 `gdb-gud-control-all-threads' to use in menu.
9688 (gdb-show-run-p): Show «Go» when process is not active.
7b6fefac 9689 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
fe4740a6
DD
9690 gud/thread.xpm and gud/all.xpm.
9691
ce299d55
CY
96922009-08-08 Yoni Rabkin <yoni@rabkins.net>
9693
9694 * net/net-utils.el (net-utils-font-lock-keywords): New var.
9695 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
9696 (net-utils-mode): New mode for viewing diagnostic network output.
9697 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9698 (net-utils-run-simple): New function.
9699 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 9700
7c4654ad
DD
97012009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9702
9703 * progmodes/gdb-mi.el (gdb-read-memory-custom)
9704 (gdb-memory-set-address, def-gdb-set-positive-number)
9705 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9706 after changing settings.
9707 (gdb-invalidate-disassembly): Update when first shown.
9708 (gdb-edit-locals-value): Fixed.
9709 (gdb-registers-handler-custom): Print registers in right order and
9710 allow changing register values (only for current thread yet).
9cbac26b
DD
9711 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9712 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9713 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9714 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9715 info in mode name.
9716 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 9717
0f25a277
EZ
97182009-08-08 Eli Zaretskii <eliz@gnu.org>
9719
9720 * mail/rmail.el (rmail-add-mbox-headers)
9721 (rmail-set-message-counters-counter): Search for
9722 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
9723
b971be60
GM
97242009-08-08 Glenn Morris <rgm@gnu.org>
9725
9726 * Makefile.in (ELCFILES): Update.
9727
a35d3ad8
EZ
97282009-08-07 Eli Zaretskii <eliz@gnu.org>
9729
60c2df40
EZ
9730 * mail/sendmail.el (mail-yank-original): Set
9731 buffer-file-coding-system from the one used by the message whose
9732 text is yanked.
9733
8b0bcc2e
EZ
9734 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9735 to "windows" when "pgnuplot" is used.
9736 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9737 call accept-process-output if "pgnuplot" is used.
9738 (calc-graph-init): Don't send -display and -geometry to
9739 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
9740 running "pgnuplot -V" with shell-command-to-string.
9741
9742 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9743 the default.
9744
97452009-08-07 Eli Zaretskii <eliz@gnu.org>
9746
9747 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
9748 org/org-latex.elc.
9749
3bca7ca5
DN
97502009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9751
3c53763c
DN
9752 * vc-dispatcher.el (vc-resynch-window): Update comment.
9753
3bca7ca5
DN
9754 * term.el (term-handle-ansi-escape): Add comments with the
9755 terminfo capabilities implemented.
9756
7b217360
DD
97572009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
9758
9759 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9760 (gdb-var-create-handler): Rewritten using JSON parser.
9761 (gdb-propertize-header): Moved earlier.
9762 (gdb-set-header): Removed to avoid duplication.
9763 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9764 Refresh disassembly buffers only after threads list have been
9765 update.
9766 (gdb-threads-header, gdb-registers-header): Per-buffer header line
9767 variables.
9768
b4d84ecf
JL
97692009-08-04 Juri Linkov <juri@jurta.org>
9770
9771 * files.el: Commands to add/delete file/directory-local variables.
9772 (read-file-local-variable, read-file-local-variable-value)
9773 (read-file-local-variable-mode, modify-file-local-variable)
9774 (modify-file-local-variable-prop-line)
9775 (modify-dir-local-variable): New functions.
9776 (add-file-local-variable, delete-file-local-variable)
9777 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9778 (add-dir-local-variable, delete-dir-local-variable)
9779 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9780 (copy-dir-locals-to-file-locals-prop-line): New commands.
9781
42da39c1
CY
97822009-08-04 Chong Yidong <cyd@stupidchicken.com>
9783
9784 * abbrev.el (insert-abbrev-table-description): Prettify output.
9785 Suggested by Karl Chen.
9786
98bf8494
DD
97872009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
9788
78b9fb28 9789 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 9790 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
9791 (gdb-overlay-arrow-position, gdb-thread-position)
9792 (gdb-disassembly-position): Declare variables.
9793 (gdb-wait-for-pending): Function now.
9794 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
9795 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
9796 compilation goes smoothly.
9797 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
9798 (gdb-non-stop-setting): New customization setting which replaces
9799 `gdb-non-stop' so changing it doesn't break active GDB session.
9800 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
9801 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9802 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9803 (gdb-show-threads-by-default): New customization options.
9804 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9805 routines.
9806 (gdb-get-buffer-create): Send buffers update signal when they are
9807 created.
9808 (gdb-invalidate-locals, gdb-invalidate-registers)
9809 (gdb-invalidate-breakpoints)
9810 (gdb-invalidate-threads, gdb-invalidate-disassembly)
9811 (gdb-invalidate-memory): Accept update signal.
9812 (gdb-current-context-command): Use --frame option.
9813 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9814 Implement `gdb-frame-number' selection logic.
9815 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9816 whether to show GUD toolbar buttons.
9817 (gdb-thread-exited): Unselect current thread when it exits.
9818 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9819 (gdb-mark-line): Routine which sets overlay arrow or inverses
9820 video on fringeless displays.
9821 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9822 to build aligned columns of data in GDB buffers and set text
9823 properties line-by-line.
9824 (gdb-invalidate-breakpoints)
9825 (gdb-breakpoints-list-handler-custom)
9826 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9827 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9828 (gdb-registers-handler-custom): Align data columns.
9829 (gdb-locals-handler-custom): Now prints data like in variable
9830 declarations.
9831 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9832 Removed confusing buttons.
9833 (gdb-invalidate-threads): Append --frame.
9834 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
9835 between breakpoints/threads buffers.
9836 (gdb-set-window-buffer): Now can ignore dedicated windows.
9837 (gdb-propertize-header): Use `gdb-set-window-buffer'.
9838 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
9839 (def-gdb-thread-buffer-gud-command): Replaces
9840 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
9841 for fine thread control.
9842 (gdb-preempt-existing-or-display-buffer): New function used to
9843 display bound buffers without breaking window layout.
9844 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
9845 (gdb-select-frame): New version of `gdb-frames-select' which now
9846 sets `gdb-frame-number' so commands may use --frame option instead
9847 of inner debugger state.
9848 (gdb-frame-handler): Do not set `gdb-frame-number'.
9849 (gdb-threads-mode-map): Select threads with mouse.
9850
9851 * progmodes/gud.el (gdb-gud-context-call): Declare function to
9852 avoid compilation warning.
9853 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
9854 `gdb-show-stop-p`.
9855
566f3909
DD
9856 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
9857 Argument `key' renamed to `buffer-type'.
9858 (gdb-current-context-buffer-name): Do not add thread info to
9859 buffer name when no thread is selected.
9860 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
9861 command (bug 3794).
9862 (gdb-thread-selected): Handle `=thread-selected' notification.
9863 (gdb-wait-for-pending): New macro to deal with congestion problems.
9864 (gdb-breakpoints-list-handler-custom): Don't fail on pending
9865 breakpoints.
7b6fefac
JB
9866 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
9867 This fixes problem similar to one described in bug 3947.
566f3909
DD
9868 (gud-menu-map): More menu items.
9869 (gdb-init-1): Reset `gdb-thread-number' to nil.
9870
4a31122c
DD
9871 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
9872 non-stop settings.
9873
9874 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
9875 (gdb-current-context-command): Do not append --thread if
9876 `gdb-thread-number' is nil.
9877 (gdb-running-threads-count, gdb-stopped-threads-count): New
9878 variables.
9879 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
9880 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
9881 customization options.
9882 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
9883 GUD commands.
7b6fefac 9884 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
9885 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
9886 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
9887 set `gdb-thread-number' and update `gud-running' properly.
9888 (gdb-running): Update threads list when new threads appear.
9889 (gdb-stopped): Support non-stop operation and new thread switching
9890 logic.
9891 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
9892 (gdb-json-partial-output): New set of JSON routines.
9893 (def-gdb-auto-update-trigger): New `signal-list' optional
9894 argument.
9895 (gdb-thread-list-handler-custom): Update `gud-running',
9896 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
9897 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
9898 (gdb-continue-thread, gdb-step-thread): New commands for fine
9899 thread execution control.
9900 (gud-menu-map): New menu items to switch non-stop options.
9901 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 9902 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
9903
9904 * progmodes/gdb-mi.el (gdb-rules-name-maker)
9905 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
9906 gdb-buffer-rules.
9907 (def-gdb-auto-update-handler): New nopreserve optional argument.
9908 (gdb-stack-list-frames-custom): Print stack from top to bottom.
9909
9910 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
9911 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
9912 (gdb-parent-mode): New mode to derive other GDB modes from.
9913 (gdb-display-disassembly-for-thread)
9914 (gdb-frame-disassembly-for-thread): New commands for threads
9915 buffer.
9916
9917 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
9918 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
9919 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
9920 (gdb-update): We now store all GDB buffers in a list so that they
9921 can be updated by traversing a list instead of calling invalidate
7b6fefac 9922 triggers explicitly.
a5c9f540
DD
9923 (def-gdb-trigger-and-handler): New macro to define trigger-handler
9924 pair for GDB buffer.
9925 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
9926 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
9927 handle pending triggers.
9928 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
9929 (def-gdb-thread-buffer-simple-command)
9930 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
9931 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
9932 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
9933 New commands which show buffers bound to thread.
e7086683 9934 (gdb-stack-list-locals-regexp): Removed unused regexp.
4a31122c 9935
7b6fefac
JB
9936 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
9937 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
9938 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
9939 to (gud-comint-buffer) in *-buffer-name functions
9940 because (gdb-get-target-string) already does that.
9941 (gdb-locals-handler-custom, gdb-registers-handler-custom)
9942 (gdb-changed-registers-handler): Rewritten without regexps.
9943
ba214964 9944 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
9945 (gdb-thread-number): New variable.
9946 (gdb-current-context-command): New macro which adds --thread
9947 option to command.
7b6fefac 9948 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 9949 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 9950 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
9951 (gdb-select-thread): New command which selects current thread.
9952 (gdb-invalidate-frames, gdb-invalidate-locals)
9953 (gdb-invalidate-registers): Use --thread option.
20f12ed8 9954
2ac33804
MA
99552009-08-04 Michael Albinus <michael.albinus@gmx.de>
9956
9957 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 9958 robust. (Bug#3977)
2ac33804
MA
9959 (tramp-handle-insert-file-contents): `unwind-protect' must be
9960 inside `with-parsed-tramp-file-name'.
9961
9962 * net/tramp-gvfs.el (top): Remove superfluous message when loading
9963 fails.
9964
39d0296f
NR
99652009-08-03 Nick Roberts <nickrob@snap.net.nz>
9966
9967 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
9968 directory if CLASSPATH is not set.
9969
adcbca53
MA
99702009-08-03 Michael Albinus <michael.albinus@gmx.de>
9971
7b6fefac
JB
9972 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
9973 New defconst.
7ef849b6 9974 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 9975
30924b0b
CY
99762009-08-02 Kevin Ryde <user42@zip.com.au>
9977
7b6fefac
JB
9978 * net/newst-backend.el (newsticker--raw-url-list-defaults):
9979 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 9980
b6ce92f1
CY
99812009-08-02 Chong Yidong <cyd@stupidchicken.com>
9982
d977a092
CY
9983 * select.el (x-set-selection): Doc fix (Bug#4021).
9984
9985 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
9986
b6ce92f1
CY
9987 * help-fns.el (describe-variable): Treat list return values from
9988 dir-locals-find-file properly (Bug#4005).
9989
7b6fefac 99902009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
9991
9992 * net/tramp.el (tramp-debug-message): Print also microseconds.
9993
99942009-08-02 Michael Albinus <michael.albinus@gmx.de>
9995
9996 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
9997 or END is non-nil.
9998 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
9999 (tramp-get-debug-buffer): Change `outline-regexp' according to new
10000 format.
10001
5ce6e4f4 10002 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
10003 (tramp-get-file-property): Use it.
10004
10005 * autorevert.el (auto-revert-handler): Allow
10006 `auto-revert-tail-mode' for remote files.
10007
2aafe808
JR
100082009-08-02 Jason Rumney <jasonr@gnu.org>
10009
10010 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 10011 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 10012
e094097c
CY
100132009-08-02 Chong Yidong <cyd@stupidchicken.com>
10014
10015 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10016 (font-lock-variable-name-face, font-lock-constant-face): Darken
10017 the colors for light backgrounds.
10018
de94f281
EZ
100192009-08-01 Eli Zaretskii <eliz@gnu.org>
10020
10021 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10022 month names. (Bug#3987)
10023
54b99340
CY
100242009-07-31 Chong Yidong <cyd@stupidchicken.com>
10025
10026 * simple.el (line-move-finish): Pass whole number to
10027 line-move-to-column.
34be836c 10028 (line-move-visual): Perform hscroll to the recorded position.
54b99340 10029
38216c30
JB
100302009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
10031
10032 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10033
c779896d
CY
100342009-07-29 Alan Mackenzie <acm@muc.de>
10035
10036 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10037
592ccae0
DD
100382009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
10039
35edc6c6
DD
10040 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10041 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 10042
5a9e3ab7
JB
100432009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
10044
10045 * calc/calc.el (calc-mode-map): Add keybinding for
10046 `calc-transpose-lines'.
10047
7b6fefac 100482009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
10049
10050 * calc/calc-misc.el (calc-transpose-lines): New function.
10051
905fb90e
MA
100522009-07-28 Michael Albinus <michael.albinus@gmx.de>
10053
10054 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10055 Simplify check for out-of-band methods.
10056 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10057 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
10058
76e14464
DN
100592009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
10060
10061 * vc-git.el (vc-git-checkin): Fix typo.
10062
6088b51f 100632009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
10064
10065 * progmodes/js2-mode.el: New file.
10066
b85157fe
NR
100672009-07-28 Nick Roberts <nickrob@snap.net.nz>
10068
10069 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10070 (gud-menu-map): Adjust tooltip accordingly.
10071
d43c2b06
DN
100722009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10073
1c0f0c3b
DN
10074 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10075 (vc-bzr-log-view-mode): Adjust log-view-file-re.
10076
d43c2b06
DN
10077 * add-log.el (change-log-mode-map): Add a menu.
10078
3dec5c36
MA
100792009-07-27 Michael Albinus <michael.albinus@gmx.de>
10080
10081 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10082 function returns nil.
10083 (dbus-handle-event): Handle special return value :ignore.
10084 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10085
5704140c
CY
100862009-07-26 Chong Yidong <cyd@stupidchicken.com>
10087
10088 * view.el (view-mode-enable): Don't define Helper-return-blurb if
10089 it's not needed.
10090
3077d1f6
EZ
100912009-07-25 Eli Zaretskii <eliz@gnu.org>
10092
10093 Fix Bug#3888:
10094
10095 * w32-vars.el (x-select-enable-clipboard): Doc fix.
10096
10097 * term/pc-win.el (x-display-name, x-colors)
10098 (x-select-enable-clipboard, x-select-text): Doc fix.
10099
10100 * term/common-win.el (x-display-name, x-colors): Doc fix.
10101
10102 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10103 (xw-defined-colors): Doc fix.
10104
10105 * w32-fns.el (x-select-text, x-setup-function-keys)
10106 (x-get-selection, x-set-selection): Doc fix.
10107
10108 * term/x-win.el (x-select-text, x-setup-function-keys)
10109 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10110
10111 * select.el (x-set-selection): Doc fix.
10112
51768bc8
MA
101132009-07-25 Michael Albinus <michael.albinus@gmx.de>
10114
10115 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10116 instead of "IsNSSSupportAvailable". Avahi ought to work also when
10117 "IsNSSSupportAvailable" method is not available. Reported by
10118 Steve Youngs <steve@sxemacs.org>.
10119
b11c2874
KH
101202009-07-24 Kenichi Handa <handa@m17n.org>
10121
10122 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 10123 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
10124 (build-unicode-category-table): Fix range checks.
10125
ba83b7b6
DN
101262009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10127
10128 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10129 the buffer we try to sync is current when calling
10130 vc-resynch-buffer.
10131
10132 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10133 not show up to date files.
10134
7a8ae964
GM
101352009-07-24 Glenn Morris <rgm@gnu.org>
10136
10137 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10138 Add autoload cookies. If necessary, initialize.
10139 (elint-log): Handle non-file buffers.
10140 (elint-initialize): Add optional argument to reinitialize.
10141 (elint-find-builtin-variables): Save excursion.
10142
a707eb05
DN
101432009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10144
10145 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10146 for Lint.
10147
0a2ddfa6
DN
101482009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10149
d6a62b0d
DN
10150 * vc.el (vc-print-log-internal): New function, split out from ...
10151 (vc-print-log): ... here.
10b5dcad 10152 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 10153
0a2ddfa6
DN
10154 * vc-git.el (vc-git-add-signoff): New variable.
10155 (vc-git-checkin): Use it.
10156 (vc-git-toggle-signoff): New function.
10157 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
10158 (vc-git--run-command-string): Accept a nil FILE argument.
10159 (vc-git-stash-list): New function.
10160 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 10161
589a99f2
GM
101622009-07-23 Glenn Morris <rgm@gnu.org>
10163
10164 * help-fns.el (describe-variable): Describe ignored and risky local
10165 variables in a similar way to that in which we describe safe ones.
10166
10167 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10168 (byte-compile-output-file-form, byte-compile-output-docform)
10169 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10170 Give some more local variables with common names a "bytecomp-" prefix,
10171 so as not to shadow things during compilation.
10172 * emacs-lisp/cl-macs.el (load-time-value)
10173 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10174 `outbuffer' to `bytecomp-outbuffer'.
10175
10176 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10177 since the next two variables cover them automatically now.
10178 (elint-builtin-variables, elint-autoloaded-variables): New.
10179 (elint-unknown-builtin-args): Remove all members, since they can be
10180 parsed automatically now.
10181 (elint-extra-errors): New.
10182 (elint-env-add-env, elint-env-add-macro): Use cadr.
10183 (elint-current-buffer): Use or. Change final message.
10184 (elint-get-top-forms): Use line-end-position.
10185 (elint-init-env): Use cadr. Handle autoload, declare-function,
10186 and defalias.
10187 (elint-add-required-env): Doc fix. Use or. Standardize error.
10188 (regexp-assoc): Remove unused function.
10189 (elint-top-form): Set elint-current-pos, to record the start of the
10190 top-level form, for compilation-mode.
10191 (elint-form): Trap errors in macro expansion. Use dolist.
10192 (elint-unbound-variable): Use elint-builtin-variables and
10193 elint-autoloaded-variables.
10194 (elint-get-args): Use cadr, or.
10195 (elint-check-cond-form): Use dolist, cadr.
10196 (elint-check-condition-case-form): Doc fix. Use cadr.
10197 Use elint-extra-errors.
10198 (elint-log): New function.
10199 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10200 Distinguish errors and warnings.
10201 (elint-log-message): Use with-current-buffer. Inhibit read-only.
10202 Use a bytecomp-style format.
10203 (elint-clear-log): Preserve default-directory. Inhibit read-only.
10204 (elint-get-log-buffer): Use compilation mode. Disable undo.
10205 Don't truncate lines.
10206 (elint-initialize): Set builtin and autoloaded variable lists.
10207 Only process elint-unknown-builtin-args if non-nil.
10208 (elint-find-builtin-variables, elint-find-autoloaded-variables):
10209 New functions.
10210 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
10211
855b42a2
GM
102122009-07-22 Kevin Ryde <user42@zip.com.au>
10213
10214 * net/newst-backend.el (newsticker--parse-atom-1.0)
10215 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10216 (newsticker--parse-rss-1.0):
10217 * progmodes/idlwave.el (idlwave-mode):
10218 * progmodes/idlw-shell.el (idlwave-shell-mode):
10219 * progmodes/vera-mode.el (vera-mode):
10220 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10221 * progmodes/vhdl-mode.el (vhdl-mode):
10222 * textmodes/table.el (table-generate-source)
10223 (table--warn-incompatibility):
10224 Hyperlink urls in docstrings with URL `...'.
10225
fd413a37
GM
102262009-07-22 Glenn Morris <rgm@gnu.org>
10227
cb711556
GM
10228 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10229 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10230 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10231 Remove leading * from defcustom docs.
10232
fd413a37
GM
10233 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
10234
10235 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10236 defcustom doc.
10237 (list-load-path-shadows): Optionally, just return shadows as a string.
10238
10239 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10240
a4f69701
CY
102412009-07-21 Chong Yidong <cyd@stupidchicken.com>
10242
10243 * mail/rmailedit.el (rmail-edit-mode): Use
10244 auto-save-include-big-deletions.
10245
10246 * mail/rmail.el (rmail-variables): Use
10247 auto-save-include-big-deletions.
10248
10249 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10250 changes.
10251
ec06459c
JB
102522009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
10253
10254 * calc/calc.el (calc-undo-length): New variable.
10255 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10256
b41b0976
RS
102572009-07-21 Richard Stallman <rms@gnu.org>
10258
10259 * files.el (auto-save-mode): Handle buffer-save-size = -2
10260 for toggling mode.
10261
4ed32706
GM
102622009-07-21 Glenn Morris <rgm@gnu.org>
10263
531b1264
GM
10264 * textmodes/ispell.el (ispell-looking-back): Update declaration.
10265
55d27f41
GM
10266 * calendar/todo-mode.el (calendar-current-date): Update declaration.
10267
02df3f4d
GM
10268 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10269 silence compiler. Instead...
10270 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10271 (ps-print-ensure-fontified): Update for above function name changes.
10272
fdd8417e
GM
10273 * printing.el (pr-mh-get-msg-num, pr-mh-show)
10274 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10275 silence compiler. Instead...
10276 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10277 (mh-show-buffer): Only define for compiler.
10278 (pr-mh-current-message): Update for above function name changes.
10279
4ed32706
GM
10280 * files.el (abort-if-file-too-large): Explicitly pass `filename'
10281 as an argument.
10282 (find-file-noselect, insert-file-1): Update for above change.
10283
10284 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10285
10286 * mail/mailclient.el (mailclient-send-it): Fix message.
10287
10288 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10289 (edebug-eval): Check cl-debug-env is bound.
10290 (print-level, print-circle): Don't redefine built-in variables.
10291
10292 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10293 (custom-print-vectors): Remove old comments from doc.
10294
10295 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10296 (emerge-version): Make the variable an obsolete alias for the
10297 emacs-version variable. Make the function obsolete.
10298 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10299 Emerge options, rather than merging in into the main Options menu.
10300 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
10301 and auto advance modes. Disable edit/fast items when not relevant.
10302
86812144
CY
103032009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10304
10305 * term/vt420.el (terminal-init-vt420): Fix typo.
10306
6bb90094
SS
103072009-07-20 Sam Steingold <sds@gnu.org>
10308
10309 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10310 variable (removed from compile.el on 2004-03-11).
10311
42e0a725
CY
103122009-07-20 Chong Yidong <cyd@stupidchicken.com>
10313
10314 * files.el (hack-local-variables-filter): Fix last change.
10315
2ee20f24
JL
103162009-07-19 Juri Linkov <juri@jurta.org>
10317
10318 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10319 (dir-local-variables-alist): New buffer-local variable.
10320 (hack-local-variables-filter): If variable is not dir-local,
10321 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10322 because file-local overrides dir-local.
3570691b 10323 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
10324 Remove obsolete declaration.
10325 (hack-dir-local-variables): Add dir-local variable/value pair to
10326 `dir-local-variables-alist' and remove duplicates. Doc fix.
10327
10328 * help-fns.el (describe-variable): Add information about
10329 file-local and dir-local variables.
10330
89bf83cd
CY
103312009-07-19 Chong Yidong <cyd@stupidchicken.com>
10332
10333 * files.el (hack-local-variables-filter): Rewrite.
10334
1a8d3541
GM
103352009-07-19 Glenn Morris <rgm@gnu.org>
10336
d9e8a018
GM
10337 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10338 Silence compiler by only defining on XEmacs.
10339
da332cfb
GM
10340 * international/mule.el (auto-coding-regexp-alist): Only match
10341 BABYL... at the start of buffer, not of lines. (Bug#3790)
10342
1a8d3541
GM
10343 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10344 non-calendar buffers (Bug#3862). Restore "not on a date" message.
10345 (cal-menu-context-mouse-menu): Doc fix.
10346
10347 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10348
10349 * simple.el (mail-user-agent): Doc fix. Set :version tag.
10350
d842b103
JL
103512009-07-18 Juri Linkov <juri@jurta.org>
10352
10353 * info.el: Virtual Info keyword finder.
3570691b 10354 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
10355 (Info-finder-file): New variable.
10356 (Info-finder-find-file): New function.
10357 (finder-known-keywords, finder-package-info)
10358 (find-library-name, lm-commentary): Use defvar and
10359 declare-function to silence compiler warnings.
10360 (Info-finder-find-node): New function.
10361 (info-finder): New command.
10362
10363 * subr.el (process-kill-buffer-query-function): New function.
10364 (add-hook)<kill-buffer-query-functions>: Add hook
10365 `process-kill-buffer-query-function'.
10366
10d37df7
AM
103672009-07-18 Alan Mackenzie <acm@muc.de>
10368
7b6fefac 10369 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
10370 (c-postprocess-file-styles): Give invocation of `c-set-style'
10371 DONT-OVERRIDE parameter of t. Already set style variables will
10372 thus not be overridden by style settings given by `c-file-syle'.
10373
10374 * files.el (hack-local-variables-filter): Remove entries with
10375 duplicate keys from `file-local-variables-alist'.
10376
102e1a41
EZ
103772009-07-18 Eli Zaretskii <eliz@gnu.org>
10378
10379 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10380 x-set-selection if display-selections-p returns nil for the
10381 current frame.
10382
16f2e9fc
CY
103832009-07-18 Chong Yidong <cyd@stupidchicken.com>
10384
10385 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10386
f22693fc
EZ
103872009-07-18 Eli Zaretskii <eliz@gnu.org>
10388
a6c2c80c
EZ
10389 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10390 Accept nil in addition to a regexp.
10391 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10392 Accept nil in addition to a regexp.
10393 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10394 buffers that have an associated file. Handle nil values of
10395 desktop-buffers-not-to-save and desktop-files-not-to-save.
10396 (Bug#3833)
10397
f22693fc
EZ
10398 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10399 (x-disown-selection-internal): New functions.
10400
e456379a
NR
104012009-07-18 Nick Roberts <nickrob@snap.net.nz>
10402
10403 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10404 warning.
10405 (gdb-breakpoints-header): Move forward to avoid compiler warning.
10406 (gdb-make-header-line-mouse-map): Remove duplicate definition.
10407
0013b70f
CY
104082009-07-18 David De La Harpe Golden <david@harpegolden.net>
10409
10410 * simple.el (set-mark): Revert last change.
10411
0855c2ca
CY
104122009-07-17 Tassilo Horn <tassilo@member.fsf.org>
10413
10414 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10415 rendering of pngs is not possible instead of messaging a long
10416 description.
10417
3f5c9cad
CY
104182009-07-17 David De La Harpe Golden <david@harpegolden.net>
10419
10420 * w32-fns.el (x-selection-owner-p): New function.
10421
10422 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6c6a75d5
CY
10423 (mouse-yank-at-click, mouse-yank-primary): If
10424 select-active-regions is non-nil, deactivate the mark before
10425 insertion.
3f5c9cad
CY
10426
10427 * simple.el (deactivate-mark, set-mark): Only save selection if we
10428 own it.
10429
1fc87f9b
KH
104302009-07-17 Kenichi Handa <handa@m17n.org>
10431
10432 * case-table.el (describe-buffer-case-table): Fix for the case
10433 that KEY is a cons.
10434
d56fdcd2
DN
104352009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10436
10437 * vc-rcs.el (vc-rcs-find-file-hook):
10438 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10439
bede3e9f
MA
104402009-07-16 Michael Albinus <michael.albinus@gmx.de>
10441
10442 * net/tramp.el (tramp-wait-for-output): Handle the case when
10443 commands do not return a newline but a null byte before the shell
10444 prompt. (Bug#3858)
10445
7653ca1d
YM
104462009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10447
10448 * term/ns-win.el (ns-set-alpha): Don't declare.
10449 (ns-set-background-alpha): Remove function.
10450
ed2a52e9
SM
104512009-07-16 Kevin Ryde <user42@zip.com.au>
10452
10453 * emacs-lisp/copyright.el (copyright-update): Save match-data across
10454 y-or-n-p, for safety.
10455
7a907299
RS
104562009-07-16 Richard Stallman <rms@gnu.org>
10457
10458 * files.el (auto-save-mode): If buffer-saved-size is -2,
10459 don't clobber it.
10460
10461 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10462 (rmail-retry-ignored-headers): Add more uninteresting fields.
10463
c0db3477
CY
104642009-07-15 Jari Aalto <jari.aalto@cante.net>
10465
10466 * net/rcirc.el (rcirc): Use history variables.
10467 (rcirc-server-name-history, rcirc-nick-name-history)
10468 (rcirc-server-port-history): New variables.
10469
6c875452
KH
104702009-07-15 Kenichi Handa <handa@m17n.org>
10471
bf974dc9
KH
10472 * international/mule-cmds.el (set-language-environment-charset):
10473 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10474 ignore them.
10475
6c875452
KH
10476 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10477 Delete unibyte-display.
10478
2066b4fe
CY
104792009-07-15 Chong Yidong <cyd@stupidchicken.com>
10480
10481 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10482
f9be2e35
CY
104832009-07-15 Chong Yidong <cyd@stupidchicken.com>
10484
10485 * simple.el (deactivate-mark): Optional argument FORCE.
10486 (set-mark): Use deactivate-mark.
10487
10488 * info.el (Info-search): No need to check transient-mark-mode
10489 before calling deactivate-mark.
10490
10491 * select.el (x-set-selection): Doc fix.
10492 (x-valid-simple-selection-p): Allow buffer values.
10493 (xselect--selection-bounds): Handle buffer values. Suggested by
10494 David De La Harpe Golden.
10495
10496 * mouse.el (mouse-set-region, mouse-drag-track): Call
10497 copy-region-as-kill before setting the mark, to let
10498 select-active-regions work.
10499
be3e598a 105002009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
10501
10502 * simple.el (deactivate-mark): If select-active-regions is
10503 non-nil, copy the selection data into a string.
10504 (activate-mark): If select-active-regions is non-nil, set the
10505 selection to the current buffer.
10506 (set-mark): Update selection if select-active-regions is non-nil.
10507
10508 * select.el (x-valid-simple-selection-p): Allow buffer values.
10509
cbd61418
SM
105102009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
10511
10512 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10513 and more featureful message-mode.
10514
f470187f
CY
105152009-07-14 Chong Yidong <cyd@stupidchicken.com>
10516
10517 * select.el (x-set-selection): Doc fix.
10518 (x-valid-simple-selection-p): Disallow selection data consisting
10519 of a list or cons of integers, since that is not used.
10520 (xselect--selection-bounds, xselect--int-to-cons): New functions.
10521 (xselect-convert-to-string, xselect-convert-to-length)
10522 (xselect-convert-to-filename, xselect-convert-to-charpos)
10523 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10524
bfc99364
DD
105252009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
10526
10527 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10528 output in -break-info command (Emacs bug #3794).
10529
e32721f5
GM
105302009-07-14 Glenn Morris <rgm@gnu.org>
10531
1e46f9e4
GM
10532 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10533 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10534 (edebug-print-length, edebug-print-level, edebug-print-circle)
10535 (edebug-sit-for-seconds, edebug-view-outside)
10536 (edebug-bounce-point, edebug-set-global-break-condition)
10537 (edebug-Go-nonstop-mode, edebug-trace-mode)
10538 (edebug-Trace-fast-mode, edebug-continue-mode)
10539 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10540 (edebug-visit-eval-list): Doc fixes.
10541
e32721f5
GM
10542 * subr.el (def-edebug-spec): Doc fix.
10543
66a85e76
KH
105442009-07-14 Kenichi Handa <handa@m17n.org>
10545
10546 * international/characters.el: Fix setting of category ?C.
10547
28571246
JD
105482009-07-13 Jan Djärv <jan.h.d@swipnet.se>
10549
7b6fefac 10550 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
10551 ns-popup-font-panel instead of generate-fontset-menu.
10552
5d74672c
EZ
105532009-07-12 Eli Zaretskii <eliz@gnu.org>
10554
7b6fefac 10555 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 10556
eb1727a4
CY
105572009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
10558
10559 * arc-mode.el (archive-find-type): Allow for a PK00 string before
10560 the PK\003\004 header (Bug#3770).
10561
208384c5
CY
105622009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
10563
10564 * pcomplete.el (pcomplete-comint-setup): Check for
10565 shell-dynamic-complete-filename too.
10566
774409a1
CY
105672009-07-11 Chong Yidong <cyd@stupidchicken.com>
10568
10569 * simple.el (temporary-goal-column): Change the value for
10570 line-move-visual to a cons cell.
10571 (line-move-visual): Record or set the window hscroll, if
10572 necessary (Bug#3494).
10573 (line-move-1): Handle cons value of temporary-goal-column.
10574
1639ee1d
KH
105752009-07-11 Kenichi Handa <handa@m17n.org>
10576
10577 * international/mule-diag.el (describe-character-set): Don't show
10578 width.
10579
2b1d2412
SS
105802009-07-10 Sam Steingold <sds@gnu.org>
10581
10582 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10583 Omake sometimes indents the errors it prints, so allow all
10584 regexps to start with spaces.
10585
ed3a5691
EZ
105862009-07-10 Eli Zaretskii <eliz@gnu.org>
10587
ed2a52e9
SM
10588 * cus-edit.el (customize-changed-options-previous-release):
10589 Bump value to 22.1. (Bug#3804)
ed3a5691 10590
49405d0e
SS
105912009-07-08 Sam Steingold <sds@gnu.org>
10592
10593 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10594 to be a cons cell (test . ignored-directory) to selectively ignore
10595 some directories depending on the location of the search.
10596
93c3eb7c
MA
105972009-07-08 Michael Albinus <michael.albinus@gmx.de>
10598
10599 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10600 remote user is root, on the local host.
10601 (tramp-local-host-p): Either the local user or the remote user
10602 must be root. (Bug#3771)
10603
6f2a8484
NR
106042009-07-08 Nick Roberts <nickrob@snap.net.nz>
10605
10606 * progmodes/gdb-mi.el (gdb): Remove description of
10607 gdb-use-separate-io-buffer.
69cb8d82 10608 (menu): Don't allow toggling of or enable
6f2a8484
NR
10609 gdb-use-separate-io-buffer from menubar.
10610
88d03607
CY
106112009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10612
10613 * mail/unrmail.el (unrmail): Make sure the message ends with two
10614 newlines (Bug#3769).
10615
7ef5b8b2
GM
106162009-07-08 Glenn Morris <rgm@gnu.org>
10617
10618 * calendar/calendar.el (calendar-current-date): Rework previous change.
10619
3ce82f97
GM
106202009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
10621
10622 * calendar/calendar.el (calendar-current-date):
10623 Add an optional argument giving an offset from today.
10624
f35fc841
GM
106252009-07-08 Glenn Morris <rgm@gnu.org>
10626
10627 * tutorial.el (tutorial--describe-nonstandard-key):
10628 Adjust the message for when a key has been unbound.
10629 (help-with-tutorial): Hide the arch-tag.
10630
40149292
KH
106312009-07-08 Kenichi Handa <handa@m17n.org>
10632
69cb8d82
KH
10633 * international/fontset.el (setup-default-fontset): For each
10634 script, append (not set) font-specs.
10635
40149292
KH
10636 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10637 docstring.
10638
ff0c4194
NR
106392009-07-08 Nick Roberts <nickrob@snap.net.nz>
10640
10641 * progmodes/gdb-mi.el (gdb-init-1): Move sending
10642 -data-list-register-names to ...
10643 (gdb-starting): ... here because GDB 7.0 requires execution to
10644 have started when using this MI command.
10645 (gdb-set-header): New function to distinguish select and
10646 unselected tabs in gdb buffers.
10647 (gdb-propertize-header): New macro that uses gdb-set-header.
10648 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 10649 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 10650
8954c675
CY
106512009-07-07 Chong Yidong <cyd@stupidchicken.com>
10652
10653 * Makefile.in (ELCFILES): Remove fadr.elc.
10654
0996385d
DD
106552009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
10656
dc6b4519
DD
10657 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10658 may contain frame information, so `string-match' should be used.
10659 (gdb-update): Disassembly is invalidated through
10660 `gdb-get-selected-frame'.
10661 (gdb-pad-string): New function to pad string with spaces.
10662 (gdb-invalidate-disassembly): Invalidate only if the buffer
10663 exists.
10664 (gdb-disassembly-handler-custom): Column alignment.
10665 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10666 placing new ones.
10667 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10668 end of line, too.
10669 (gdb-frame-handler): Match convention to for disassembly buffer
10670 mode name.
17c1380b 10671 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
10672 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10673 not highlight breakpoints without line information.
69a197a2 10674 (gdb-input): Add trailing newline to command.
dc6b4519 10675
14340b25
DD
10676 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10677 buffer properly.
10678 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 10679 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
10680 now.
10681 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10682 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10683 to place breakpoints.
14340b25
DD
10684 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10685 functions.
10686 (gdb-disassembly-handler-custom): Show overlay arrow.
10687 (gdb-disassembly-place-breakpoints): Show breakpoints in
10688 disassembly buffer.
10689 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 10690 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 10691 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 10692 in `gud-menu-map'.
14340b25 10693
38d4f316 10694 * fadr.el: Remove.
1f2a6224 10695
7b6fefac 10696 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 10697 (gdb-memory-address): New variable which holds top address of
7b6fefac 10698 memory page shown in memory buffer.
0996385d
DD
10699 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10700 customization variables.
10701 New functions:
10702 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10703 display the memory buffer.
10704 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10705 buffer display parameters.
10706 (def-gdb-memory-format, gdb-memory-format-binary)
10707 (gdb-memory-format-octal, gdb-memory-format-unsigned)
10708 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10709 Functions for setting memory buffer format.
10710 (gdb-memory-unit-word, gdb-memory-unit-halfword)
10711 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10712 unit size used in memory buffer.
10713 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10714 to next/previous page of memory buffer.
28d67a53 10715 Now using (bindat-get-field) instead of fadr functions.
0996385d 10716
9ba562d3
SS
107172009-07-07 Sam Steingold <sds@gnu.org>
10718
10719 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10720 non-top-level files.
10721
a43977db
KH
107222009-07-07 Kenichi Handa <handa@m17n.org>
10723
10724 * international/mule-cmds.el (reset-language-environment): Put
10725 the highset priority to the charset iso-8859-1.
10726
d44d05e8
CY
107272009-07-06 Chong Yidong <cyd@stupidchicken.com>
10728
10729 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10730 to the end of the line when locating the block (Bug#700).
10731
3e2fa353
MA
107322009-07-06 Michael Albinus <michael.albinus@gmx.de>
10733
10734 * net/tramp.el (tramp-handle-write-region): Flush file properties
10735 in case of short track.
10736
be3e598a 107372009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 10738
bf0b361c
JB
10739 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10740 Coded custom representation of verilog error regular expressions
10741 to work with Emacs-22's new format.
d88782c3 10742 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 10743 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
10744 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10745 error recognition into XEmacs.
10746 (verilog-error-regexp-add-emacs): Hook routine to install verilog
10747 error recognition into Emacs-22.
10748
25c6f63e
CY
107492009-07-06 Chong Yidong <cyd@stupidchicken.com>
10750
10751 * woman.el: Remove stand-alone closing parentheses.
10752 (woman-file-name, woman2-format-paragraphs)
10753 (woman-leave-blank-lines): Code cleanup.
10754 (woman-use-own-frame): Change default to nil.
10755 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10756 defaults to inherit from default faces.
10757 (woman2-process-escapes): Consume the newline after a stand-alone
10758 filler character (Bug#3651).
10759
f176290e
GM
107602009-07-06 Glenn Morris <rgm@gnu.org>
10761
10762 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10763 (top-level): Move provide to the end.
10764 (ffap): Remove defunct URL from custom group.
10765
10766 * subr.el (eval-after-load): Doc fix.
10767
7b6fefac 107682009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
10769
10770 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10771 `calc-embedded-word' is called twice.
10772
4b8b1ec5
SM
107732009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10774
10775 * files.el (find-alternate-file-other-window, find-alternate-file):
10776 Obey confirm-nonexistent-file-or-buffer.
10777
d6ceb380
MA
107782009-07-05 Michael Albinus <michael.albinus@gmx.de>
10779
10780 * dired-aux.el (dired-show-file-type): Handle remote files.
10781
be3e598a 107822009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 10783
4b8b1ec5
SM
10784 * desktop.el (desktop-globals-to-save):
10785 Add file-name-history (Bug#2750).
c760f19e 10786
6d00ce04
CY
107872009-07-05 Chong Yidong <cyd@stupidchicken.com>
10788
4b8b1ec5 10789 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 10790
6ee21b07
JB
107912009-07-04 Johan Bockgård <bojohan@gnu.org>
10792
10793 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
10794 property on entire argument since this is what eshell-lisp-command
10795 expects.
10796
f0dbdc25
MA
107972009-07-03 Michael Albinus <michael.albinus@gmx.de>
10798
10799 * net/tramp-gvfs.el (tramp-gvfs-methods)
10800 (tramp-gvfs-zeroconf-domain)
10801 (tramp-bluez-discover-devices-timeout): Add version flag.
10802 (tramp-gvfs-handler-mounted-unmounted)
10803 (tramp-gvfs-connection-mounted-p): Polish handling of
10804 incompatibilities between GVFS 0.2 and 1.0.
10805
e044e4fc
JD
108062009-07-03 Jan Djärv <jan.h.d@swipnet.se>
10807
4b8b1ec5 10808 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 10809
2e9b968b
JB
108102009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
10811
bf0b361c 10812 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
10813 formatted correctly.
10814
baf1a55e
JL
108152009-07-02 Juri Linkov <juri@jurta.org>
10816
10817 * info.el: Virtual Info files and nodes.
10818 (Info-virtual-files, Info-virtual-nodes): New variables.
10819 (Info-current-node-virtual): New variable.
10820 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10821 New functions.
10822 (Info-file-supports-index-cookies): Use Info-virtual-file-p
10823 to check for a virtual file instead of checking a fixed list
10824 of node names.
10825 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10826 instead of ad-hoc processing of "dir" and (apropos history toc).
10827 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10828 instead of ad-hoc processing of "dir" and (apropos history toc).
10829 Reread a file when moving from a virtual node.
10830 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10831 (Info-directory-toc-nodes, Info-directory-find-file)
10832 (Info-directory-find-node): New functions.
10833 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
10834 (Info-history): Move part of code to
10835 `Info-history-find-node'.
10836 (Info-history-toc-nodes, Info-history-find-file)
10837 (Info-history-find-node): New functions.
10838 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
10839 (Info-toc): Move part of code to `Info-toc-find-node'.
10840 (Info-toc-find-node): New function.
4b8b1ec5 10841 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
10842 the current Info file name to references because now the node
10843 "*TOC*" belongs to the same Info manual.
4b8b1ec5 10844 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
10845 (Info-toc-nodes): Rename input argument `file' to `filename'.
10846 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
10847 instead of ad-hoc processing of ("dir" apropos history toc).
10848 (Info-index-nodes): Use Info-virtual-file-p
10849 to check for a virtual file instead of checking a fixed list
10850 of node names.
10851 (Info-index-node): Add check for `Info-current-node-virtual'.
10852 Raise `save-match-data' higher up the tree to contain
10853 `search-forward' too (bug fix).
10854 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
10855 (Info-virtual-index-nodes): New variable.
10856 (Info-virtual-index-find-node, Info-virtual-index): New functions.
10857 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
10858 (Info-apropos-file, Info-apropos-nodes): New variables.
10859 (Info-apropos-toc-nodes, Info-apropos-find-file)
10860 (Info-apropos-find-node, Info-apropos-matches): New functions.
10861 (info-apropos): Move part of code to `Info-apropos-find-node' and
10862 `Info-apropos-matches'.
10863 (Info-mode-map): Bind "I" to `Info-virtual-index'.
10864 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
10865 for a virtual file instead of checking a fixed list of node names.
10866
10867 * simple.el (async-shell-command): New command.
10868
10869 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
10870
10871 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
10872 instead of `mount-info'.
10873
d04bc496
MA
108742009-07-02 Michael Albinus <michael.albinus@gmx.de>
10875
10876 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 10877 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 10878
af0403e0
KH
108792009-07-02 Kenichi Handa <handa@m17n.org>
10880
10881 * international/mule.el (set-keyboard-coding-system): Force *-unix
10882 coding-system to avoid eol conversion.
10883
99278f8a
MA
108842009-07-01 Michael Albinus <michael.albinus@gmx.de>
10885
4b8b1ec5
SM
10886 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10887 Add handler for `process-file', `shell-command' and
99278f8a
MA
10888 `start-file-process'.
10889 (tramp-gvfs-handle-shell-command)
10890 (tramp-gvfs-handle-start-file-process)
10891 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 10892 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 10893
3f1c6666
JD
108942009-07-01 Jan Djärv <jan.h.d@swipnet.se>
10895
10896 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
10897
3f396bac
KH
108982009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
10899
10900 * language/korean.el (set-language-info-alist): Add korean-cp949,
10901 cp949 to spec.
10902
c1185193
KH
109032009-07-01 Kenichi Handa <handa@m17n.org>
10904
10905 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
10906
10907 * international/encoded-kb.el: Deleted.
10908
10909 * international/mule.el (set-keyboard-coding-system): Perform the
10910 necessary setup here instead of calling encoded-kbd-setup-display.
10911
3f150a60
GM
109122009-07-01 Glenn Morris <rgm@gnu.org>
10913
10914 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
10915
b0d5b05b
GM
109162009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
10917
10918 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
10919
4f4126e6
MA
109202009-06-30 Michael Albinus <michael.albinus@gmx.de>
10921
4b8b1ec5
SM
10922 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
10923 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 10924 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 10925
7ae3ea65 10926 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
10927 (top): Add a default for "synce" in `tramp-default-user-alist'.
10928 Add completion function for "synce" method.
10929 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
10930 (tramp-hal-interface-manager, tramp-hal-interface-device):
10931 New defconst.
10932 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
10933 (tramp-synce-list-devices, tramp-synce-parse-device-names):
10934 New defuns.
d6ceb380
MA
10935
10936 * net/trampver.el: Update release number.
7ae3ea65 10937
0ad6626b
KH
109382009-06-30 Kenichi Handa <handa@m17n.org>
10939
10940 * international/fontset.el (setup-default-fontset): Add CJK fonts
10941 for symbols and the other miscellaneous characters.
10942
4b8b1ec5
SM
10943 * language/korea-util.el (setup-korean-environment-internal):
10944 Make char-width-table suitable for Korean environments.
0ad6626b
KH
10945 (exit-korean-environment): Cancel above.
10946
10947 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10948 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 10949 setup-function to make char-width-table suitable for respective
0ad6626b
KH
10950 environments, and an exit-function to cancel that.
10951
10952 * language/japan-util.el (setup-japanese-environment-internal):
10953 Call use-cjk-char-width-table with arg `ja_JP'.
10954
10955 * international/characters.el (cjk-char-width-table): Delete it.
10956 (cjk-char-width-table-list): New variable.
10957 (use-cjk-char-width-table): New arg local-name.
10958 (use-default-char-width-table): Fix for the case that Emacs is
10959 already using the default char-width-table.
10960
fd46e893
MA
109612009-06-29 Michael Albinus <michael.albinus@gmx.de>
10962
10963 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
10964 modes mandatory. (Bug#3712)
10965
b87d9f96
AM
109662009-06-29 Alan Mackenzie <acm@muc.de>
10967
10968 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 10969 correction between the visible width of TABs and their number of bytes.
b87d9f96 10970
2d25aa5a
CY
109712009-06-29 Chong Yidong <cyd@stupidchicken.com>
10972
10973 * server.el (server-buffer-done): Prevent kill-buffer from
10974 prompting by clearing the buffer modification flag (Bug#3696).
10975
a3a8b002
DN
109762009-06-28 Michael McNamara <mac@mail.brushroad.com>
10977
bf0b361c 10978 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 10979 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
10980 (verilog-basic-complete-re): Support localparam lineup.
10981 (verilog-beg-of-statement-1): Fix for robustness, unique case.
10982 (verilog-set-auto-endcomments): Fix for unique case, always_comb
10983 commenting.
10984 (verilog-leap-to-case-head): Now support *nested* unique &
10985 priority case statements.
10986 (verilog-auto-lineup): Make just declarations the default (as it
10987 had been).
4b8b1ec5 10988 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 10989 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 10990 select the various styles of automatic lineup.
a3a8b002
DN
10991 (verilog-error-regexp-alist): Rework to support the XEmacs style
10992 of error regular expressions from compilers, lint tools &
10993 simulators. Note that GNU Emacs has made it impossible for a mode
10994 to load such things.
10995 (electric-verilog-terminate-line, verilog-indent-declaration)
10996 (verilog-auto-wiure): Rework for radio button selection of
10997 auto-lineup selection of specification of auto lineup.
10998 (verilog-beg-of-statement-1): Redesign to support proper operation
10999 in additional code, based on testing with auto-lineup.
11000 (verilog-calculate-indent, assignments & declarations)
11001 (verilog-backward-token): Enhance to support auto-lineup of
11002 assignments & declarations.
11003 (verilog-in-directive-p, verilog-at-struct-p): New function for
11004 easy test of whether we are.
11005 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11006 to support safe execution at almost anyline.
11007 (verilog-calc-1): Properly support indenting deep inside generate
11008 blocks.
48c2d18a 11009 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 11010 as it is redundant with font-lock-defaults.
a8f316ca 11011 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
11012 to avoid circular calls if syntax-ppss is a function (as is the
11013 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 11014 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
11015 (verilog-ovm-begin-re, verilog-ovm-end-re)
11016 (verilog-ovm-statement-re, verilog-leap-to-head)
11017 (verilog-backward-token): Add support for OVM macros. Some are
11018 complete statements, and others open and close scopes like begin
11019 and end.
11020 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11021 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 11022 compilation issue.
48c2d18a 11023 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 11024 coverpoint, constraint and cross statements.
a3a8b002
DN
11025 (verilog-defun-level-list, verilog-generate-defun-level-list)
11026 (verilog-all-defun-level-list): Redo these specifications - it is
11027 too hard to support eval-when compile aggregation of lists also
11028 built at when-compile time.
11029 (verilog-defun-level-list): Place defconsts of variables used in
11030 building regular expressions which are built in eval-when-compile
11031 bodies in the same eval-when-compile body to facilitate compile
11032 without load.
11033 (verilog-beg-block-re-ordered): Support indenting
11034 virtual/protected tasks and functions.
7b6fefac 11035 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
11036 (verilog-backward-ws&directives, verilog-calc-1): Speed up
11037 indentation of some module items (generate items).
11038 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11039 across virtual/protected tasks and functions.
11040
110412009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
11042
bf0b361c 11043 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 11044 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
11045 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11046 in concatenations. Reported by Yishay Belkind.
11047 (verilog-auto-ascii-enum): Support one-hot state machines in
11048 AUTOASCIIENUM. Suggested by Lloyd Gomez.
11049 (verilog-auto-inst, verilog-auto-inst-port): Include interface
11050 modport in AUTOINST and add vl-modport for users. Reported by
11051 David Rogoff.
11052 (verilog-auto-inout-module, verilog-auto-inst)
11053 (verilog-decls-get-interfaces, verilog-insert-definition)
11054 (verilog-insert-one-definition, verilog-read-decls)
11055 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11056 (verilog-sig-modport, verilog-signals-combine-bus)
11057 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11058 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11059 Suggested by David Rogoff.
11060 (verilog-repair-open-comma): Fix non-insertion of comma when
11061 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
11062 (verilog-make-width-expression): Simplify [A-1:0] expression
11063 widths to just {A{1'b0}}.
11064 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
11065 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11066 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
11067 inputs/outputs or data type. Suggested by Vasu Kandadi.
11068 (next-error-last-buffer): Fix byte-compiler warning.
11069 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11070 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 11071 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 11072 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
11073 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11074 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 11075 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
11076 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11077 causing use of <= assignments. Reported by Alex Reed.
11078 (verilog-read-decls): Fix triand, trior, wand, wor to be
11079 recognized by AUTOWIRE. Reported by Spencer Isaacson.
11080 (verilog-extended-complete-re): Support import "DPI-C" functions.
11081 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 11082 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
11083 (verilog-insert-date, verilog-insert-year)
11084 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11085 Windows systems. Reported by Michael Potts.
11086 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 11087 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 11088 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 11089 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
11090 (verilog-read-decls): Fix detecting "parameter int" when using
11091 AUTOINSTPARAM. Reported by Bruce T.
11092 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 11093 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 11094 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
11095 verilog-goto-defun will work. Reported by Lawrence Butcher.
11096 (verilog-getopt): Expand environment variables in -f file
11097 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 11098 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
11099 when reading enumerations.
11100 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11101 Suggested by Stephen Peltan.
4b8b1ec5 11102 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
11103 files. Reported by Steve Peltan.
11104
f7c0d931
CY
111052009-06-28 David De La Harpe Golden <david@harpegolden.net>
11106
11107 * files.el (trash-directory): Fix defcustom type.
11108
baf1a55e 111092009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
11110
11111 * help-fns.el (describe-function-1): Correctly locate adviced
11112 functions in hyperlink (Bug#2438).
11113
d63a01ef
CY
111142009-06-28 Chong Yidong <cyd@stupidchicken.com>
11115
11116 * files.el (trash-directory): Change default to nil.
11117 (move-file-to-trash): If trash-directory is nil and
11118 system-move-file-to-trash is unbound, perform freedesktop-style
11119 trashing.
11120
111212009-06-28 David De La Harpe Golden <david@harpegolden.net>
11122
11123 * files.el (move-file-to-trash): Add freedesktop trash
11124 support (Bug#973).
11125
fc2f6a26
GM
111262009-06-28 Glenn Morris <rgm@gnu.org>
11127
11128 * autorevert.el (global-auto-revert-non-file-buffers)
11129 (global-auto-revert-mode): Doc fixes.
11130
00242b07
JB
111312009-06-27 Johan Bockgård <bojohan@gnu.org>
11132
11133 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11134
f5594f03
CY
111352009-06-27 Chong Yidong <cyd@stupidchicken.com>
11136
e8a2b2da
CY
11137 * faces.el (x-handle-named-frame-geometry): Ensure that we have
11138 opened an X connection before calling x-get-resource (Bug#3194).
11139
f5594f03
CY
11140 * play/doctor.el: Remove reference to obsolete website.
11141 (make-doctor-variables): Correct grammar mistake (Bug#2633).
11142
3c3bf6ce
DN
111432009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
11144
11145 Remove find-file-not-found-hook VC method. (Bug#2757)
11146 * vc-hooks.el (vc-file-not-found-hook)
11147 (vc-default-find-file-not-found-hook): Remove functions.
11148 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11149 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11150 * vc.el:
11151 * vc-hg.el:
11152 * vc-git.el: Do not mention find-file-not-found-hook VC method.
11153
e26a7bc0
AM
111542009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
11155
11156 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 11157 compatibility function for `looking-back'.
e26a7bc0 11158
4b8b1ec5 11159 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 11160 Use `ispell-looking-back'.
e26a7bc0 11161
d9848600
MA
111622009-06-24 Michael Albinus <michael.albinus@gmx.de>
11163
11164 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 11165 rather than `filename'.
d9848600 11166
05fbc4a9
MB
111672009-06-23 Miles Bader <miles@gnu.org>
11168
11169 * face-remap.el (text-scale-set): New function.
11170
f86ca715
GM
111712009-06-23 Glenn Morris <rgm@gnu.org>
11172
33e2c2e5
GM
11173 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11174
f529f302
GM
11175 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11176
34995333
GM
11177 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11178
cc80ccee
GM
11179 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11180
84cb770d
GM
11181 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11182 Simplify Persian conditionals.
11183
d916c965
GM
11184 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11185 variable `filename'.
11186
b6a44b27
GM
11187 * comint.el (comint-insert-input): Doc fix.
11188
f86ca715
GM
11189 * Makefile.in (ELCFILES): Fix typo in previous change.
11190
666e158e
MB
111912009-06-23 Miles Bader <miles@gnu.org>
11192
11193 * cus-start.el: Add entry for `recenter-redisplay'.
11194
be3e598a 111952009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
11196
11197 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11198 Add an optional argument for the backend, use it instead of
11199 calling vc-backend.
4b8b1ec5
SM
11200 (vc-mode-line): Add an optional argument for the backend.
11201 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
11202 special handling for vc-state being a buffer to ...
11203
11204 * vc-rcs.el (vc-rcs-find-file-hook):
11205 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
11206
11207 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11208 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11209 vc-stay-local-p and vc-mode-line calls.
11210
11211 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11212 (vc-cvs-diff, vc-cvs-annotate-command)
11213 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11214 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11215 vc-mode-line calls.
11216
11217 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11218 direct comparison.
11219 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11220 backend when calling vc-mode-line.
11221 (vc-register): Do not create a closure for calling the vc register
11222 function, call it directly.
11223
2764748c
DN
112242009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11225
11226 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11227 to make it obvious item can be clicked.
f5a0b281
DN
11228
11229 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11230
d4a885b2
KH
112312009-06-23 Kenichi Handa <handa@m17n.org>
11232
11233 * language/korea-util.el (korean-key-bindings): Change the binding
11234 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
11235 same command.
11236
e3610693
MA
112372009-06-22 Michael Albinus <michael.albinus@gmx.de>
11238
11239 Sync with Tramp 2.1.16.
11240
11241 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11242
11243 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
11244 when a loading of a package fails. Completion function for rsync
11245 is `tramp-completion-function-alist-ssh'.
11246 (all): Replace all calls of `split-string' and
11247 `tramp-split-string' by `tramp-compat-split-string'.
11248 (tramp-default-method): Use `tramp-compat-process-running-p'.
11249 (tramp-default-proxies-alist): Allow also Lisp forms.
11250 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 11251 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
11252 (tramp-domain-regexp): Allow also "-", "_" and ".".
11253 (tramp-end-of-output): Remove newlines, and add "$" at the end.
11254 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11255 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
11256 (tramp-handle-directory-files-and-attributes-with-stat):
11257 Care about filenames with spaces, or starting with "-".
e3610693
MA
11258 (tramp-handle-dired-uncache): New defun.
11259 (tramp-handle-insert-directory): Don't flush the directory from
11260 cache, this is handled by `dired-uncache' now.
11261 (tramp-handle-insert-file-contents): Improve error handling.
11262 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11263 Quote `tramp-end-of-output'.
11264 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
11265 (tramp-check-for-regexp): Both echoes must be present, before removing.
11266 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
11267 (tramp-compute-multi-hops): Eval cons cells of
11268 `tramp-default-proxies-alist'.
11269 (tramp-maybe-open-connection): Use the same command pattern for
11270 first hop and further hops.
11271 (tramp-wait-for-output): Remove handling of newlines.
11272 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11273 (tramp-split-string): Remove function. It is handled in
11274 tramp-compat now.
11275
4b8b1ec5
SM
11276 * net/tramp-cmds.el (tramp-bug):
11277 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
11278
11279 * net/tramp-compat.el (tramp-compat-split-string)
11280 (tramp-compat-process-running-p): New defuns.
11281
11282 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11283 for `dired-uncache'.
11284
11285 * net/tramp-gvfs.el: New package.
11286
4b8b1ec5
SM
11287 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11288 Add handler for `dired-uncache'.
e3610693
MA
11289 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11290
11291 * net/trampver.el: Update release number. Make version check fit
11292 for SXEmacs 22.
11293
13a3f374
JM
112942009-06-22 Jim Meyering <meyering@redhat.com>
11295
e0a28a3b 11296 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
11297 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11298 XZ is the successor to LZMA: <http://tukaani.org/xz/>
11299
5242671e 113002009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
e0a28a3b 11301 Nick Roberts <nickrob@snap.net.nz>
13a3f374 11302
e0a28a3b 11303 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
11304 repository (http://sphinx.net.ru/hg/gdb-mi/).
11305
3fde45af
GM
113062009-06-22 Glenn Morris <rgm@gnu.org>
11307
46253b34
GM
11308 * files.el (dir-locals-collect-mode-variables): Allow for any number of
11309 `mode' and `eval' entries. (Bug#3430)
11310
97e18192
GM
11311 * Makefile.in (ELCFILES): Add fadr.elc.
11312
731a00fb
GM
11313 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11314 differing behavior of \n and ^ in strings. (Bug#3385)
11315
c66cd0ff
GM
11316 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11317
3fde45af
GM
11318 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11319 property.
11320 (lisp-indent-function): Make it a defcustom.
11321
db2241a0
NR
113222009-06-21 Nick Roberts <nickrob@snap.net.nz>
11323
11324 * progmodes/gdb-ui.el: Replace with ...
5242671e 11325 * progmodes/gdb-mi.el: ... this file.
db2241a0 11326 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
11327
113282009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
11329
db2241a0
NR
11330 * fadr.el: New file.
11331
38d4f316 11332See ChangeLog.14 for earlier changes.
e3d51b27
MR
11333
11334;; Local Variables:
11335;; coding: utf-8
e3d51b27
MR
11336;; End:
11337
4e5617ee 11338 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
e3d51b27
MR
11339
11340 This file is part of GNU Emacs.
11341
11342 GNU Emacs is free software: you can redistribute it and/or modify
11343 it under the terms of the GNU General Public License as published by
11344 the Free Software Foundation, either version 3 of the License, or
11345 (at your option) any later version.
11346
11347 GNU Emacs is distributed in the hope that it will be useful,
11348 but WITHOUT ANY WARRANTY; without even the implied warranty of
11349 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11350 GNU General Public License for more details.
11351
11352 You should have received a copy of the GNU General Public License
11353 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
11354
38d4f316 11355;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1