]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
6e922bcacd4cfbb5c8b7ccaa2f6027fed01608ca
[gnu-emacs] / lisp / ChangeLog
1 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
2
3 * composite.el (compose-region): Fix typo in docstring.
4
5 2010-10-10 Jan Djärv <jan.h.d@swipnet.se>
6
7 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
8 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
9 (mac-right-option-modifier): New alias for ns-right-option-modifier.
10
11 * cus-start.el (all): ns-right-alternate-modifier is new.
12
13 2010-10-10 Andreas Schwab <schwab@linux-m68k.org>
14
15 * Makefile.in (ELCFILES): Update.
16
17 2010-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
18
19 * emacs-lisp/lisp.el (lisp-completion-at-point):
20 Use emacs-lisp-mode-syntax-table for the whole function.
21
22 2010-10-09 Richard Sharman <richard_sharman@mitel.com> (tiny change)
23
24 * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
25 (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to
26 work when breakpoint number exceeds nine.
27
28 2010-10-05 David Koppelman <koppel@ece.lsu.edu>
29
30 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
31 instead of font-lock-mode before adding keywords.
32 Remove hi-lock-mode off code. Remove inhibit hack.
33 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
34 non-nil; removed hook inhibit hack.
35
36 2010-10-09 Glenn Morris <rgm@gnu.org>
37
38 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
39 (load-path-shadows-find): ... to this.
40 (list-load-path-shadows): Update for above change.
41
42 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
43
44 2010-10-08 Glenn Morris <rgm@gnu.org>
45
46 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
47
48 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
49 (shadows-compare-text-p): Make it an obsolete alias for...
50 (load-path-shadows-compare-text): ... new name.
51 (find-emacs-lisp-shadows): Update for above name change.
52 (load-path-shadows-same-file-or-nonexistent): New name for the old
53 shadow-same-file-or-nonexistent.
54
55 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
56
57 * minibuffer.el (completion--some, completion--do-completion)
58 (minibuffer-complete-and-exit, minibuffer-completion-help)
59 (completion-basic-try-completion)
60 (completion-basic-all-completions)
61 (completion-pcm--find-all-completions): Use lexical-let to
62 avoid some false matches in variable completion (Bug#7056)
63
64 2010-10-03 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
65
66 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
67
68 2010-10-03 Leo <sdl.web@gmail.com>
69
70 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
71 return non-nil if the file exists (Bug#7090).
72
73 2010-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
74
75 * minibuffer.el (completion--replace):
76 Better preserve markers (bug#7138).
77
78 2010-09-29 Juanma Barranquero <lekktu@gmail.com>
79
80 * server.el (server-process-filter): Doc fix.
81
82 2010-09-27 Drew Adams <drew.adams@oracle.com>
83
84 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
85
86 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
87
88 * Makefile.in (ELCFILES): Update.
89
90 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
91 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
92
93 2010-09-27 Kenichi Handa <handa@m17n.org>
94
95 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
96 "ustar" format.
97
98 2010-09-27 Kenichi Handa <handa@m17n.org>
99
100 * international/mule.el (define-coding-system): Docstring fixed.
101
102 * international/mule-diag.el (describe-character-set): Use princ
103 with proper print-length and print-level instead of insert.
104
105 2010-09-26 Juanma Barranquero <lekktu@gmail.com>
106
107 * window.el (walk-windows): Doc fix (bug#7105).
108
109 2010-09-23 Glenn Morris <rgm@gnu.org>
110
111 * isearch.el (isearch-lazy-highlight-cleanup)
112 (isearch-lazy-highlight-initial-delay)
113 (isearch-lazy-highlight-interval)
114 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
115 * net/net-utils.el (ipconfig-program-options):
116 Move aliases to options before the associated definitions.
117
118 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
119
120 * newcomment.el (comment-normalize-vars): Better test validity of
121 comment-end-skip.
122
123 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
124
125 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
126 (float-e): New name for `e'.
127 (degrees-to-radians, radians-to-degrees):
128 * calendar/solar.el (solar-longitude):
129 * calculator.el (calculator-registers, calculator-funcall):
130 * textmodes/artist.el (artist-spray-random-points):
131 * play/bubbles.el (bubbles--initialize-images): Use new names.
132
133 2010-09-19 Eric M. Ludlam <zappo@gnu.org>
134
135 Update to CEDET 1.0's version of EIEIO.
136
137 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
138 New function.
139 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
140 (eieio-default-eval-maybe): Eval val instead of unquoting only.
141 (class-precedence-list): If class is nil, return nil.
142 (eieio-generic-call): If class of first input arg is nil, don't
143 look up static methods, and do check for primary methods.
144 (initialize-instance): See if the default needs to be evaluated
145 during the constructor.
146 (eieio-perform-slot-validation-for-default): Don't do the check
147 for values that will eventually be evaluated.
148 (eieio-eval-default-p): New function.
149 (eieio-default-eval-maybe): Use it.
150
151 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
152
153 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
154 method-invocation-order.
155 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
156 (eieio-class-precedence-dfs): Compute class precedence list using
157 dfs algorithm.
158 (eieio-class-precedence-bfs): Compute class precedence list using
159 bfs algorithm.
160 (eieio-class-precedence-c3): Compute class precedence list using
161 c3 algorithm.
162 (class-precedence-list): New function.
163 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
164 (inconsistent-class-hierarchy): New error symbol.
165 (call-next-method): Stow the replacement argument list for future
166 call-next-method invocations.
167
168 2010-09-15 Glenn Morris <rgm@gnu.org>
169
170 * calendar/appt.el (appt-check): If not displaying the diary,
171 use (diary 1) to only get the entries we need.
172 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
173 that it is in day order. (Bug#7019)
174
175 * calendar/appt.el (appt-check): Rather than showing the diary,
176 just turn off invisible display, and only if needed.
177
178 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
179
180 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
181
182 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
183 Add `when' argument. Update callers.
184
185 * subr.el (unintern): Declare the obarray arg mandatory.
186
187 2010-09-14 Glenn Morris <rgm@gnu.org>
188
189 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
190 Doc fixes.
191
192 * calendar/diary-lib.el (diary-included-files): New variable.
193 (diary-list-entries): Maybe initialize diary-included-files.
194 (diary-include-other-diary-files): Append to diary-included-files.
195 * calendar/appt.el (appt-update-list): Also check the members of
196 diary-included-files. (Bug#6999)
197 (appt-check): Doc fix.
198
199 2010-09-12 David Reitter <david.reitter@gmail.com>
200
201 * simple.el (line-move-visual): Do not truncate goal column to
202 integer size. (Bug#7020)
203
204 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
205
206 * repeat.el (repeat): Allow repeating when the last event is a click.
207 Suggested by Drew Adams (bug#6256).
208
209 2010-09-11 Sascha Wilde <wilde@sha-bang.de>
210
211 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
212 Replace setting HGRCPATH to "" by some less invasive --config options.
213
214 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
215
216 * font-lock.el (font-lock-beginning-of-syntax-function):
217 Mark as obsolete.
218
219 2010-09-10 Glenn Morris <rgm@gnu.org>
220
221 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
222 and tool-bar modes. (Bug#6211)
223 (menu-bar-mode): Move setting of standard-value after the
224 minor-mode definition, otherwise it seems to have no effect.
225
226 2010-09-08 Masatake YAMATO <yamato@redhat.com>
227
228 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
229 Fix typo. (Bug#6976)
230
231 2010-09-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
232
233 * whitespace.el: Allow cleaning up blanks without blank
234 visualization (Bug#6651). Adjust help window for
235 whitespace-toggle-options (Bug#6479). Allow to use fill-column
236 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
237 (whitespace-style): Add new value 'face. Adjust docstring.
238 (whitespace-space, whitespace-hspace, whitespace-tab):
239 Adjust foreground property face.
240 (whitespace-line-column): Adjust docstring and type declaration.
241 (whitespace-style-value-list, whitespace-toggle-option-alist)
242 (whitespace-help-text): Adjust const initialization.
243 (whitespace-toggle-options, global-whitespace-toggle-options):
244 Adjust docstring.
245 (whitespace-display-window, whitespace-interactive-char)
246 (whitespace-style-face-p, whitespace-color-on): Adjust code.
247 (whitespace-help-scroll): New fun.
248
249 2010-09-05 Alexander Klimov <alserkli@inbox.ru> (tiny change)
250
251 * files.el (directory-abbrev-alist): Use \` as default regexp.
252
253 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
254 chars like - or ] (bug#6984).
255 (rx-any-condense-range): Explode 2-char ranges.
256
257 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
258
259 * textmodes/bibtex.el:
260 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
261
262 2010-09-02 Glenn Morris <rgm@gnu.org>
263
264 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
265
266 2010-08-31 Kenichi Handa <handa@m17n.org>
267
268 * international/mule-cmds.el (standard-display-european-internal):
269 Setup standard-display-table for 8-bit characters by storing 8-bit
270 characters in the element vector.
271
272 * disp-table.el (standard-display-8bit):
273 Setup standard-display-table for 8-bit characters by storing 8-bit
274 characters in the element vector.
275 (standard-display-european): Likewise.
276
277 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
278
279 Sync with Tramp 2.1.19.
280
281 * net/tramp-cmds.el (tramp-cleanup-all-connections)
282 (tramp-reporter-dump-variable, tramp-load-report-modules)
283 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
284 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
285
286 * net/tramp-compat.el (top): Do not autoload
287 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
288 only when `start-file-process' is not bound.
289 (byte-compile-not-obsolete-vars): Define if not bound.
290 (tramp-compat-funcall): New defmacro.
291 (tramp-compat-line-beginning-position)
292 (tramp-compat-line-end-position)
293 (tramp-compat-temporary-file-directory)
294 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
295 (tramp-compat-copy-file, tramp-compat-copy-directory)
296 (tramp-compat-delete-file, tramp-compat-delete-directory)
297 (tramp-compat-number-sequence, tramp-compat-process-running-p):
298 Use it.
299 (tramp-advice-file-expand-wildcards): Do not use
300 `tramp-handle-file-remote-p'.
301 (tramp-compat-make-temp-file): Simplify fallback implementation.
302 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
303 (tramp-compat-copy-tree): Remove function.
304 (tramp-compat-delete-file): New defun.
305 (tramp-compat-delete-directory): Provide implementation for older
306 Emacsen.
307 (tramp-compat-file-attributes): Handle only
308 `wrong-number-of-arguments' error.
309
310 * net/tramp-fish.el (tramp-fish-handle-copy-file):
311 Add PRESERVE_SELINUX_CONTEXT.
312 (tramp-fish-handle-delete-file): Add TRASH arg.
313 (tramp-fish-handle-directory-files-and-attributes):
314 Do not use `tramp-fish-handle-file-attributes.
315 (tramp-fish-handle-file-local-copy)
316 (tramp-fish-handle-insert-file-contents)
317 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
318
319 * net/tramp-gvfs.el (top): Require url-util.
320 (tramp-gvfs-mount-point): Remove.
321 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
322 and `set-file-selinux-context'.
323 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
324 (tramp-gvfs-handle-file-selinux-context)
325 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
326 (with-tramp-dbus-call-method): Format trace message.
327 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
328 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
329 Implement backup call, when operation on local files fails.
330 Use progress reporter. Flush properties of changed files.
331 (tramp-gvfs-handle-delete-file): Add TRASH arg.
332 Use `tramp-compat-delete-file'.
333 (tramp-gvfs-handle-expand-file-name): Expand "~/".
334 (tramp-gvfs-handle-make-directory): Make more traces.
335 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
336 (tramp-gvfs-url-file-name): Hexify file name in url.
337 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
338 into account for the resulting file name.
339 (tramp-gvfs-handler-askquestion): Preserve current message, in
340 order to let progress reporter continue afterwards. (Bug#6257)
341 Return dummy mountpoint, when the answer is "no".
342 See `tramp-gvfs-maybe-open-connection'.
343 (tramp-gvfs-handler-mounted-unmounted)
344 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
345 attribute "default_location". Set "prefix" property.
346 Handle default-location.
347 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
348 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
349 exists. Raise an error, if not (due to a corresponding answer
350 "no" in interactive questions, for example).
351 Use `tramp-compat-funcall'.
352
353 * net/tramp-imap.el (top): Autoload `epg-make-context'.
354 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
355 (tramp-imap-do-copy-or-rename-file)
356 (tramp-imap-handle-insert-file-contents)
357 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
358 (tramp-imap-handle-delete-file): Add TRASH arg.
359
360 * net/tramp-smb.el (tramp-smb-handle-copy-file):
361 Add PRESERVE-SELINUX-CONTEXT.
362 (tramp-smb-handle-copy-file)
363 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
364 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
365 Use `with-progress-reporter'.
366 (tramp-smb-handle-delete-file): Add TRASH arg.
367
368 * net/tramp.el (tramp-methods): Move hostname to the end in all
369 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
370 appropriate.
371 (tramp-verbose): Describe verbose level 9.
372 (tramp-completion-function-alist)
373 (tramp-file-name-regexp, tramp-chunksize)
374 (tramp-local-coding-commands, tramp-remote-coding-commands)
375 (with-connection-property, tramp-completion-mode-p)
376 (tramp-action-process-alive, tramp-action-out-of-band)
377 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
378 (tramp-exists-file-name-handler): Fix docstring.
379 (tramp-remote-process-environment): Use `format' instead of
380 `concat'. Protect version string by apostroph.
381 (tramp-shell-prompt-pattern): Do not use a shy group in case of
382 XEmacs.
383 (tramp-file-name-regexp-unified)
384 (tramp-completion-file-name-regexp-unified): On W32 systems, do
385 not regard the volume letter as remote filename. (Bug#5447)
386 (tramp-perl-file-attributes)
387 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
388 (tramp-vc-registered-read-file-names): Read input as
389 here-document, otherwise the command could exceed maximum length
390 of command line.
391 (tramp-file-name-handler-alist): Add `file-selinux-context' and
392 `set-file-selinux-context'.
393 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
394 backtrace functions.
395 (tramp-error-with-buffer): Don't show the connection buffer when
396 we are in completion mode.
397 (tramp-progress-reporter-update, tramp-remote-selinux-p)
398 (tramp-handle-file-selinux-context)
399 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
400 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
401 New defuns.
402 (with-progress-reporter): New defmacro.
403 (tramp-debug-outline-regexp): New defconst.
404 (top, tramp-rfn-eshadow-setup-minibuffer)
405 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
406 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
407 (tramp-completion-mode-p, tramp-check-for-regexp)
408 (tramp-open-connection-setup-interactive-shell)
409 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
410 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
411 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
412 Use `tramp-compat-funcall'.
413 (tramp-handle-make-symbolic-link): Flush file properties.
414 (tramp-handle-load, tramp-handle-file-local-copy)
415 (tramp-handle-insert-file-contents, tramp-handle-write-region)
416 (tramp-handle-vc-registered, tramp-maybe-send-script)
417 (tramp-find-shell): Use `with-progress-reporter'.
418 (tramp-do-file-attributes-with-stat): Add space in format string,
419 in order to work around a bug in pdksh. Reported by Gilles Pion
420 <gpion@lfdj.com>.
421 (tramp-handle-verify-visited-file-modtime): Do not send a command
422 when the connection is not established.
423 (tramp-handle-set-file-times): Simplify the check for utc.
424 (tramp-handle-directory-files-and-attributes)
425 (tramp-get-remote-path): Use `copy-tree'.
426 (tramp-completion-handle-file-name-all-completions): Ensure, that
427 non remote files are still checked. Oops.
428 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
429 Handle PRESERVE-SELINUX-CONTEXT.
430 (tramp-do-copy-or-rename-file): Add progress reporter.
431 (tramp-do-copy-or-rename-file-directly): Do not use
432 `tramp-handle-file-remote-p'.
433 (tramp-do-copy-or-rename-file-out-of-band):
434 Use `tramp-compat-delete-directory'.
435 (tramp-do-copy-or-rename-file-out-of-band)
436 (tramp-compute-multi-hops, tramp-maybe-open-connection):
437 Use `format-spec-make'.
438 (tramp-handle-delete-file): Add TRASH arg.
439 (tramp-handle-dired-uncache): Flush directory cache, not only file
440 cache.
441 (tramp-handle-expand-file-name)
442 (tramp-completion-handle-file-name-all-completions)
443 (tramp-completion-handle-file-name-completion):
444 Use `tramp-connectable-p'.
445 (tramp-handle-start-file-process): Set connection property "vec".
446 Use it, in order to invalidate file caches. Check only for
447 `remote-tty' process property.
448 Implement tty setting. (Bug#4604, Bug#6360)
449 (tramp-file-name-for-operation): Add `call-process-region' and
450 `set-file-selinux-context'.
451 (tramp-find-foreign-file-name-handler)
452 (tramp-advice-make-auto-save-file-name)
453 (tramp-set-auto-save-file-modes): Remove superfluous check for
454 `stringp'. This is done inside `tramp-tramp-file-p'.
455 (tramp-file-name-handler): Trace 'quit. Catch the error for some
456 operations when we are in completion mode. This gives the user
457 the chance to correct the file name in the minibuffer.
458 (tramp-completion-mode-p): Use `non-essential'.
459 (tramp-handle-file-name-all-completions): Backward/ XEmacs
460 compatibility: Use `completion-ignore-case' if
461 `read-file-name-completion-ignore-case' does not exist.
462 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
463 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
464 `tramp-open-shell'.
465 (tramp-action-password): Hide password prompt before next run.
466 (tramp-process-actions): Widen connection buffer for the trace.
467 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
468 process property. Trace stty settings if `tramp-verbose' >= 9.
469 Apply workaround for IRIX64 bug. Move argument of last
470 `tramp-send-command' where it belongs to.
471 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
472 front of `login-args'.
473 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
474 on "/dev/null" instead of "/".
475 (tramp-get-ls-command-with-dired): Make test for "--dired"
476 stronger.
477 (tramp-set-auto-save-file-modes): Adapt version check.
478 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
479 (tramp-handle-process-file): Call the program in a subshell, in
480 order to preserve working directory.
481 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
482 `tramp-remote-sh' from `tramp-methods'.
483 (tramp-get-ls-command): Make test for "--color=never" stronger.
484 (tramp-check-for-regexp): Use (forward-line 1).
485
486 * net/trampver.el: Update release number.
487
488 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
489
490 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
491 empty argument to gvfs-copy.
492
493 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
494
495 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
496 handle new TRASH arg of `delete-file'.
497
498 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
499
500 * net/tramp.el (tramp-handle-insert-directory): Don't use
501 `forward-word', its default syntax could be changed.
502
503 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
504 Michael Albinus <michael.albinus@gmx.de>
505
506 Implement compression for inline methods.
507
508 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
509 (tramp-copy-size-limit): Allow also nil.
510 (tramp-inline-compress-commands): New defconst.
511 (tramp-find-inline-compress, tramp-get-inline-compress)
512 (tramp-get-inline-coding): New defuns.
513 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
514 replaced by `tramp-get-inline-coding'.
515 (tramp-handle-file-local-copy, tramp-handle-write-region)
516 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
517
518 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
519
520 Detect ssh 'ControlMaster' argument automatically in some cases.
521
522 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
523 (tramp-default-method): Use it.
524
525 2010-08-26 Karel Klíč <kklic@redhat.com>
526
527 * net/tramp.el (tramp-file-name-for-operation):
528 Add file-selinux-context.
529
530 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
531
532 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
533
534 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
535
536 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
537 (Bug#6907).
538
539 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
540
541 * progmodes/python.el (python-block-pairs): Allow use of "finally"
542 with "else" (Bug#3991).
543
544 2010-08-22 Leo <sdl.web@gmail.com>
545
546 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
547 (ignore, bright, dim, keyword): Split list of nicknames before
548 passing to rcirc-add-or-remove (Bug#6894).
549
550 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
551
552 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
553
554 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
555
556 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
557 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
558 New version 13.0.
559 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
560 Adjust initialization.
561 (whitespace-bob-marker, whitespace-eob-marker)
562 (whitespace-buffer-changed): New vars.
563 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
564 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
565 (whitespace-post-command-hook, whitespace-display-char-on):
566 Adjust code.
567 (whitespace-looking-back, whitespace-buffer-changed): New funs.
568 (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
569
570 2010-08-21 Leo <sdl.web@gmail.com>
571
572 Fix buffer-list rename&refresh after killing a buffer in ido.
573 * lisp/ido.el: Revert Óscar's.
574 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
575 Remember the buffers at head, rather than their name.
576 * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
577
578 2010-08-21 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
579 Stefan Monnier <monnier@iro.umontreal.ca>
580
581 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
582 extra backslash added to each line (bug#6890).
583
584 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
585
586 * subr.el (read-key): Don't echo keystrokes (bug#6883).
587
588 2010-08-21 Glenn Morris <rgm@gnu.org>
589
590 * menu-bar.el (menu-bar-games-menu): Add landmark.
591
592 2010-08-20 Glenn Morris <rgm@gnu.org>
593
594 * align.el (align-regexp): Make group and spacing arguments
595 use the interactive defaults when non-interactive. (Bug#6698)
596
597 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
598 expansion, so as not to need sendmail.
599 (mail-text-start): Remove declaration.
600 (rmail-retry-failure): Require sendmail.
601
602 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
603
604 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
605
606 2010-08-18 Michael Albinus <michael.albinus@gmx.de>
607
608 * progmodes/flymake.el (flymake-start-syntax-check-process):
609 Use `start-file-process' in order to let it run also on remote hosts.
610
611 2010-08-18 Kenichi Handa <handa@m17n.org>
612
613 * files.el: Add `word-wrap' as safe local variable.
614
615 2010-08-18 Glenn Morris <rgm@gnu.org>
616
617 * woman.el (woman-translate): Case matters. (Bug#6849)
618
619 2010-08-14 Chong Yidong <cyd@stupidchicken.com>
620
621 * simple.el (kill-region): Doc fix (Bug#6787).
622
623 2010-08-14 Glenn Morris <rgm@gnu.org>
624
625 * calendar/diary-lib.el (diary-header-line-format):
626 Fit it to the window, not the frame.
627
628 2010-08-11 Andreas Schwab <schwab@linux-m68k.org>
629
630 * subr.el (ignore-errors): Add debug declaration.
631
632 2010-08-09 Geoff Gole <geoffgole@gmail.com> (tiny change)
633
634 * whitespace.el (whitespace-color-off): Remove post-command-hook
635 locally.
636
637 2010-08-08 Johan Bockgård <bojohan@gnu.org>
638
639 * replace.el (replace-highlight): Bind isearch-forward and
640 isearch-error, ensuring that highlighting is updated if the user
641 switches the search direction (Bug#6808).
642
643 * isearch.el (isearch-lazy-highlight-forward): New var.
644 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
645 (isearch-lazy-highlight-update): Use it.
646
647 2010-08-06 Kenichi Handa <handa@m17n.org>
648
649 * international/mule.el (define-charset): Store NAME as :base property.
650 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
651 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
652 current priority. Force using the designation of the specific
653 charset by adding `charset' text property. Improve the whole
654 algorithm.
655
656 2010-08-05 Juanma Barranquero <lekktu@gmail.com>
657
658 * emulation/pc-select.el (pc-selection-mode-hook)
659 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
660 (pc-selection-mode): Fix typos in docstrings.
661
662 2010-08-04 Kenichi Handa <handa@m17n.org>
663
664 * language/cyrillic.el: Don't add "microsoft-cp1251" to
665 ctext-non-standard-encodings-alist here.
666
667 * international/mule.el (ctext-non-standard-encodings-alist):
668 Add "koi8-r" and "microsoft-cp1251".
669 (ctext-standard-encodings): New variable.
670 (ctext-non-standard-encodings-table): List only elements for
671 non-standard encodings.
672 (ctext-pre-write-conversion): Adjust for the above change.
673 Check ctext-standard-encodings.
674
675 * international/mule-conf.el (compound-text): Doc fix.
676 (ctext-no-compositions): Doc fix.
677 (compound-text-with-extensions): Doc fix.
678
679 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
680
681 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
682
683 2010-08-03 Juanma Barranquero <lekktu@gmail.com>
684
685 * progmodes/which-func.el (which-func-format): Split help-echo text
686 into lines, like other mode-line tooltips.
687
688 * server.el (server-start): When using TCP sockets, force IPv4
689 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
690
691 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
692
693 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
694
695 2010-08-02 Juanma Barranquero <lekktu@gmail.com>
696
697 * term.el (term-delimiter-argument-list): Reflow docstring.
698 (term-read-input-ring, term-write-input-ring, term-send-input)
699 (term-bol, term-erase-in-display, serial-supported-or-barf):
700 Fix typos in docstrings.
701
702 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
703
704 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
705
706 2010-08-01 Juanma Barranquero <lekktu@gmail.com>
707
708 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
709
710 2010-08-01 MON KEY <monkey@sandpframing.com> (tiny change)
711
712 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
713 Fix typo in docstring (bug#6747).
714
715 2010-07-30 Leo <sdl.web@gmail.com>
716
717 * eshell/esh-io.el (eshell-get-target): Better detection of
718 read-only file (Bug#6762).
719
720 2010-07-30 Juanma Barranquero <lekktu@gmail.com>
721
722 * align.el (align-default-spacing): Doc fix.
723 (align-region-heuristic, align-regexp): Fix typos in docstrings.
724
725 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
726
727 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
728
729 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
730
731 * time.el (display-time-day-and-date): Remove spurious * in docstring.
732 (display-time-world-buffer-name, display-time-world-mode-map):
733 Fix typos in docstrings.
734
735 2010-07-17 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
736
737 * image-mode.el (image-display-size): New function.
738 (image-forward-hscroll, image-next-line, image-eol, image-eob)
739 (image-mode-fit-frame): Use it (Bug#6639).
740
741 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
742
743 * dired.el (dired-buffers-for-dir): Handle list values of
744 dired-directory (Bug#6636).
745
746 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
747
748 * vc.el (vc-coding-system-inherit-eol): New defvar.
749 (vc-coding-system-for-diff): Use it to decide whether to inherit
750 from the file the EOL format for reading the diffs of that file.
751 (Bug#4451)
752
753 2010-07-16 Eli Zaretskii <eliz@gnu.org>
754
755 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
756 unibyte, so compressed attachments are not compressed again.
757
758 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
759
760 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
761 now that unicode is used (Bug#6594).
762
763 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
764
765 * simple.el (push-mark-command): Set the selection if
766 select-active-regions is non-nil.
767
768 2010-07-10 Glenn Morris <rgm@gnu.org>
769
770 * calendar/calendar.el (calendar-week-end-day): New function.
771 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
772 Respect calendar-week-start-day. (Bug#6606)
773 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
774 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
775 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
776 respect calendar-week-start-day.
777
778 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
779
780 * simple.el (use-region-p): Doc fix (Bug#6607).
781
782 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
783
784 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
785 builtins (BufferError, BytesWarning, WindowsError; callables
786 bin, bytearray, bytes, format, memoryview, next, print; __package__).
787
788 2010-07-07 Glenn Morris <rgm@gnu.org>
789
790 * play/zone.el (zone-fall-through-ws): Fix next-line ->
791 forward-line fallout.
792
793 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
794
795 * mouse.el (mouse-appearance-menu): Add docstring.
796
797 * help.el (describe-key): Print up-event using key-description.
798
799 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
800
801 * net/zeroconf.el (zeroconf-resolve-service)
802 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
803 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
804
805 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
806
807 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
808
809 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
810
811 Avoid displaying files with a nil state in vc-dir.
812 * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
813 cases that cause insertion.
814 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
815 with a nil state.
816
817 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
818
819 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
820
821 2010-06-29 Leo <sdl.web@gmail.com>
822
823 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
824
825 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
826
827 * generic-x.el (bat-generic-mode): Fix regexp for command line
828 switches (Bug#5719).
829
830 2010-06-27 Masatake YAMATO <yamato@redhat.com>
831
832 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
833 of nconc to avoid pure storage error (Bug#6239).
834
835 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
836
837 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
838 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
839 bindings of bookmark-automatically-show-annotations (Bug#6515).
840
841 2010-06-25 Eli Zaretskii <eliz@gnu.org>
842
843 * arc-mode.el (archive-zip-extract): Don't quote the file name on
844 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
845
846 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
847
848 * comint.el (make-comint, make-comint-in-buffer): Mention return
849 value in the docstrings. (Bug#6498)
850
851 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
852
853 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
854 since it is not present when using some non-default switches.
855
856 2010-06-23 Karl Fogel <kfogel@red-bean.com>
857
858 * simple.el (compose-mail): Fix doc string to refer to
859 `compose-mail-user-agent-warnings', instead of to the
860 nonexistent `compose-mail-check-user-agent'.
861
862 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
863
864 Fix vc-annotate for renamed files when using Git.
865 * vc-git.el (vc-git-find-revision): Deal with empty results from
866 ls-files. Doe not pass the object as a file name to cat-file, it
867 is not a file name.
868 (vc-git-annotate-command): Pass the file name using -- to avoid
869 ambiguity with the revision.
870 (vc-git-previous-revision): Pass a relative file name.
871
872 2010-06-22 Glenn Morris <rgm@gnu.org>
873
874 * progmodes/js.el (js-mode-map): Use standard capitalization and
875 ellipses for menu entries.
876
877 * wid-edit.el (widget-complete): Doc fix.
878
879 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
880
881 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
882
883 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
884
885 Fix annotating other revisions for renamed files in vc-annotate.
886 * vc-annotate.el (vc-annotate): Add an optional argument for the
887 VC backend. Use it when non-nil.
888 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate. (Bug#6487)
889
890 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
891 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
892 Do not pass the file name to the 'previous-revision call when we
893 don't want a file diff. (Bug#6489)
894
895 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
896
897 Fix finding revisions for renamed files in vc-annotate.
898 * vc.el (vc-find-revision): Add an optional argument for
899 the VC backend. Use it when non-nil.
900 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
901 backend to vc-find-revision. (Bug#6487)
902
903 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
904
905 Fix reading file names in Git annotate buffers.
906 * vc-git.el (vc-git-annotate-extract-revision-at-line):
907 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
908
909 2010-06-20 Alan Mackenzie <acm@muc.de>
910
911 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
912 in file local variables, set it first.
913
914 2010-06-19 Glenn Morris <rgm@gnu.org>
915
916 * descr-text.el (describe-char-unicode-data): Insert separating
917 space when needed. (Bug#6422)
918
919 * progmodes/idlwave.el (idlwave-action-and-binding):
920 Fix typo in 2009-12-03 change. (Bug#6450)
921
922 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
923
924 * subr.el (read-quoted-char): Fix up last change (bug#6290).
925
926 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
927
928 * font-lock.el (font-lock-major-mode): Rename from
929 font-lock-mode-major-mode to distinguish it from
930 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
931 (font-lock-set-defaults):
932 * font-core.el (font-lock-default-function): Adjust users.
933 (font-lock-mode): Don't set it at all.
934
935 2010-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
936
937 * vc-annotate.el (vc-annotate): Use vc-read-revision.
938
939 2010-06-15 Glenn Morris <rgm@gnu.org>
940
941 * calendar/appt.el (appt-time-msg-list): Doc fix.
942 (appt-check): Let-bind appt-warn-time.
943 (appt-add): Make the 3rd argument optional.
944 Simplify argument names. Doc fix. Check for integer WARNTIME.
945 Only add WARNTIME to the output list if non-nil.
946
947 2010-06-15 Ivan Kanis <apple@kanis.eu>
948
949 * calendar/appt.el (appt-check): Let the 3rd element of
950 appt-time-msg-list specify the warning time.
951 (appt-add): Add new argument with the warning time. (Bug#5176)
952
953 2010-06-12 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
954
955 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
956 older than version 1.6. (Bug#6361)
957
958 2010-06-12 Helmut Eller <eller.helmut@gmail.com>
959
960 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
961 used by cl-do-arglist. (Bug#6408)
962
963 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
964
965 * emacs-lisp/advice.el (ad-compile-function):
966 Define warning-suppress-types before we let-bind it (bug#6275).
967
968 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
969 declare it, make it buffer-local and permanent-local (bug#6324).
970 (vc-resynch-window): Adjust name.
971 * vc-hooks.el (vc-find-file-hook): Adjust name.
972
973 2010-06-07 Jonathan Rockway <jon@jrock.us>
974
975 * net/rcirc.el: Add support for password authentication.
976 (rcirc-server-alist): Add :password keyword.
977 (rcirc): Ask for a password, or get it from the server's alist.
978 (rcirc-connect): Add password argument. Pass it to server.
979
980 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
981
982 * net/dbus.el (dbus-register-method): Declare function.
983 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
984 (dbus-introspect): Doc fix.
985 (dbus-event-bus-name, dbus-introspect-get-interface)
986 (dbus-introspect-get-argument): Reflow docstrings.
987
988 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
989
990 * term/common-win.el (x-colors): Add "dark green" and "dark
991 turquoise" (Bug#6332).
992
993 2010-06-03 Glenn Morris <rgm@gnu.org>
994
995 * desktop.el (desktop-clear-preserve-buffers):
996 Add "*Warnings*" buffer. (Bug#6336)
997
998 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
999
1000 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1001
1002 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1003
1004 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1005 `file-directory-p' to the filename part rather than to the whole text.
1006
1007 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1008
1009 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1010
1011 2010-05-31 Drew Adams <drew.adams@oracle.com>
1012
1013 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1014
1015 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
1016
1017 * subr.el (momentary-string-display): Just use read-event to read
1018 the exit event (Bug#6238).
1019
1020 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
1021
1022 * ansi-color.el: Delete unused escape sequences (Bug#6085).
1023 (ansi-color-drop-regexp): New constant.
1024 (ansi-color-apply, ansi-color-filter-region)
1025 (ansi-color-apply-on-region): Delete unrecognized control sequences.
1026 (ansi-color-apply): Build string list before calling concat.
1027
1028 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1029
1030 * progmodes/verilog-mode.el (verilog-type-font-keywords):
1031 Use font-lock-constant-face, not obsolete font-lock-reference-face.
1032
1033 2010-05-27 Masatake YAMATO <yamato@redhat.com>
1034
1035 * htmlfontify.el (hfy-face-resolve-face): New function.
1036 (hfy-face-to-style): Use it (Bug#6279).
1037
1038 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1039
1040 * epa.el (epa--select-keys): Don't explicitly delete the window since
1041 that can fail (e.g. sole window in frame). Use dedication instead.
1042
1043 2010-05-19 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
1044
1045 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
1046
1047 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1048
1049 * subr.el (read-quoted-char): Resolve modifiers after key
1050 remapping (bug#6212).
1051
1052 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1053
1054 * tmm.el (tmm-prompt): Don't try to precompute bindings.
1055 (tmm-get-keymap): Compute shortcuts (bug#6171).
1056
1057 2010-05-10 Glenn Morris <rgm@gnu.org>
1058
1059 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
1060 all dired buffers, even tramp ones. (Bug#5755) [Backport from trunk]
1061
1062 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
1063
1064 * Version 23.2 released.
1065
1066 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
1067
1068 * international/mule.el (auto-coding-alist): Only purecopy
1069 car of each item, not the whole list (Bug#6083).
1070
1071 2010-05-02 Chong Yidong <cyd@stupidchicken.com>
1072
1073 * progmodes/js.el (js-mode): Make paragraph variables local before
1074 calling c-setup-paragraph-variables (Bug#6071).
1075
1076 2010-05-01 Eli Zaretskii <eliz@gnu.org>
1077
1078 * composite.el (compose-region, reference-point-alist): Fix typos
1079 in the doc strings.
1080
1081 2010-04-28 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1082
1083 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
1084 gnuplot's "set" command.
1085
1086 2010-04-26 Juanma Barranquero <lekktu@gmail.com>
1087
1088 * abbrev.el (last-abbrev-text): Doc fix.
1089 (abbrev-prefix-mark): Don't escape parenthesis.
1090
1091 2010-04-24 Andreas Schwab <schwab@linux-m68k.org>
1092
1093 * composite.el (find-composition): Doc fix.
1094
1095 2010-04-24 Juanma Barranquero <lekktu@gmail.com>
1096
1097 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
1098 (sql-oracle-program, sql-sqlite-options)
1099 (sql-query-placeholders-and-send): Doc fixes.
1100 (sql-set-product, sql-interactive-mode): Reflow docstrings.
1101 (sql-imenu-generic-expression, sql-buffer)
1102 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
1103 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
1104 (sql-mode-sybase-font-lock-keywords)
1105 (sql-mode-informix-font-lock-keywords)
1106 (sql-mode-interbase-font-lock-keywords)
1107 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
1108 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
1109 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
1110 (sql-product-feature, sql-highlight-product)
1111 (comint-line-beginning-position, sql-rename-buffer)
1112 (sql-toggle-pop-to-buffer-after-send-region)
1113 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
1114 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
1115 Fix typos in docstrings.
1116
1117 2010-04-23 Juri Linkov <juri@jurta.org>
1118
1119 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
1120 property instead of `invisible' and `after-string' (bug#5998).
1121
1122 2010-04-23 Juri Linkov <juri@jurta.org>
1123
1124 * image-mode.el (image-mode-as-text): Fix typo in docstring.
1125
1126 2010-04-23 Juanma Barranquero <lekktu@gmail.com>
1127
1128 * filecache.el (file-cache-add-directory-list)
1129 (file-cache-add-directory-recursively): Fix typos in docstrings.
1130
1131 2010-04-22 Kenichi Handa <handa@m17n.org>
1132
1133 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
1134 (gujarati-composable-pattern): Fix typo.
1135
1136 2010-04-20 Kenichi Handa <handa@m17n.org>
1137
1138 * language/indian.el (oriya-composable-pattern)
1139 (tamil-composable-pattern, malayalam-composable-pattern):
1140 Add two-part vowels to "v" (vowel sign).
1141
1142 2010-04-20 Chong Yidong <cyd@stupidchicken.com>
1143
1144 * files.el (copy-directory): Handle symlinks (Bug#5982).
1145
1146 * progmodes/compile.el (compilation-next-error-function):
1147 Revert 2009-10-12 change (Bug#5983).
1148
1149 2010-04-20 Dan Nicolaescu <dann@ics.uci.edu>
1150
1151 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
1152 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
1153 (Bug#5846).
1154
1155 2010-04-20 Glenn Morris <rgm@gnu.org>
1156
1157 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
1158
1159 * minibuffer.el (completion-at-point): Doc fix.
1160
1161 2010-04-17 Dan Nicolaescu <dann@ics.uci.edu>
1162
1163 Fix the version number for added files.
1164 * vc-hg.el (vc-hg-working-revision): Check if the file is
1165 registered after hg parent fails (Bug#5961).
1166
1167 2010-04-17 Glenn Morris <rgm@gnu.org>
1168
1169 * htmlfontify.el (htmlfontify-buffer)
1170 (htmlfontify-copy-and-link-dir): Autoload entry points.
1171
1172 2010-04-17 Magnus Henoch <magnus.henoch@gmail.com>
1173
1174 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
1175 name relative to the project root (Bug#5960).
1176
1177 2010-04-16 Glenn Morris <rgm@gnu.org>
1178
1179 * vc-git.el (vc-git-print-log): Doc fix.
1180
1181 2010-04-14 Óscar Fuentes <ofv@wanadoo.es>
1182
1183 * ido.el (ido-file-internal): Fix 2009-12-02 change.
1184
1185 2010-04-14 Christoph <cschol2112@googlemail.com> (tiny change)
1186
1187 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
1188 default settings (Bug#5928).
1189
1190 2010-04-10 Glenn Morris <rgm@gnu.org>
1191
1192 * progmodes/fortran.el (fortran-match-and-skip-declaration):
1193 New function.
1194 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
1195
1196 2010-04-07 Kenichi Handa <handa@m17n.org>
1197
1198 * language/indian.el (malayalam-composable-pattern): Fix previous
1199 change (add U+0D4D "SIGN VIRAMA").
1200 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
1201 (tamil-composable-pattern): Fix typo in the regexp.
1202 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
1203 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
1204 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
1205
1206 2010-04-06 Chong Yidong <cyd@stupidchicken.com>
1207
1208 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
1209 paragraph-separate (Bug#5821).
1210
1211 2010-04-05 Juri Linkov <juri@jurta.org>
1212
1213 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
1214
1215 * info.el (Info-find-node-2): Comment out code that skips
1216 breadcrumbs line.
1217 (Info-mouse-follow-link): New command.
1218 (Info-link-keymap): New keymap.
1219 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
1220 Return a string with links instead of inserting breadcrumbs
1221 to the Info buffer.
1222 (Info-fontify-node): Comment out code that inserts breadcrumbs.
1223 Instead of putting the `invisible' text property over the Info
1224 header, make an overlay over the Info header with the `invisible'
1225 property and `after-string' set to the string returned by
1226 `Info-breadcrumbs'.
1227
1228 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
1229
1230 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
1231 Reported by monkey@sandpframing.com.
1232
1233 2010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
1234
1235 * textmodes/artist.el (artist-mode): Fix typo in docstring.
1236 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
1237
1238 2010-03-30 Kenichi Handa <handa@m17n.org>
1239
1240 * language/sinhala.el (composition-function-table): Fix regexp for
1241 the new Unicode specification.
1242
1243 * language/indian.el (devanagari-composable-pattern)
1244 (tamil-composable-pattern, kannada-composable-pattern)
1245 (malayalam-composable-pattern): Adjust for the new Unicode
1246 specification.
1247 (bengali-composable-pattern, gurmukhi-composable-pattern)
1248 (gujarati-composable-pattern, oriya-composable-pattern)
1249 (telugu-composable-pattern): New variables to cope with the new
1250 Unicode specification. Use them in composition-function-table.
1251
1252 2010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1253
1254 Make tmm-menubar work for the Buffers menu again (bug#5726).
1255 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
1256 vectors rather than cons cells, as used in menu-bar-update-buffers.
1257
1258 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
1259
1260 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
1261 (js-insert-and-indent): Revert 2009-08-15 change, restoring
1262 electric punctuation for "{}();,:" (Bug#5586).
1263
1264 * mail/sendmail.el (mail-default-directory): Doc fix.
1265
1266 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
1267
1268 * mail/sendmail.el (mail-default-directory): Doc fix.
1269
1270 2010-03-27 Eli Zaretskii <eliz@gnu.org>
1271
1272 * subr.el (version-regexp-alist, version-to-list)
1273 (version-list-<, version-list-=, version-list-<=)
1274 (version-list-not-zero, version<, version<=, version=): Doc fix.
1275 (Bug#5744).
1276
1277 2010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1278 Nick Roberts <nickrob@snap.net.nz>
1279
1280 * progmodes/gdb-ui.el (gdb-apple-test): New function.
1281 (gdb-init-1): Use it.
1282
1283 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
1284
1285 * vc.el (vc-root-diff): Doc fix.
1286
1287 2010-03-25 Chong Yidong <cyd@stupidchicken.com>
1288
1289 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
1290
1291 * simple.el (append-to-buffer): Fix last change.
1292
1293 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
1294
1295 * simple.el (append-to-buffer): Ensure that point is preserved if
1296 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
1297 (Bug#5749)
1298
1299 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1300
1301 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
1302 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
1303 not be present any more.
1304
1305 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
1306
1307 * faces.el (set-face-attribute): Fix typo in docstring.
1308 (face-valid-attribute-values): Reflow docstring.
1309
1310 2010-03-23 Glenn Morris <rgm@gnu.org>
1311
1312 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
1313
1314 2010-03-21 Chong Yidong <cyd@stupidchicken.com>
1315
1316 * indent.el (indent-for-tab-command): Doc fix.
1317
1318 2010-03-22 Juanma Barranquero <lekktu@gmail.com>
1319
1320 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
1321 (image-dired-read-comment): Doc fix.
1322
1323 * json.el (json-object-type, json-array-type, json-key-type)
1324 (json-false, json-null, json-read-number):
1325 * minibuffer.el (completion-in-region-functions):
1326 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
1327 (cal-tex-cursor-week):
1328 * emacs-lisp/trace.el (trace-function):
1329 * eshell/em-basic.el (eshell/printnl):
1330 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
1331 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
1332 * obsolete/levents.el (allocate-event, event-key, event-object)
1333 (event-point, event-process, event-timestamp, event-to-character)
1334 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
1335 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
1336 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
1337 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
1338 (reftex-highlight-selection): Fix typos in docstrings.
1339
1340 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
1341
1342 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
1343
1344 2010-03-18 Glenn Morris <rgm@gnu.org>
1345
1346 * mail/rmail.el (rmail-highlight-face): Restore option deleted
1347 2008-02-13 without comment; mark it obsolete.
1348 (rmail-highlight-headers): Use rmail-highlight-face once more.
1349
1350 2010-03-16 Chong Yidong <cyd@stupidchicken.com>
1351
1352 * woman.el (woman2-process-escapes): Only consume the newline if
1353 the filler character is on a line by itself (Bug#5729).
1354
1355 2010-03-16 Kenichi Handa <handa@m17n.org>
1356
1357 * language/indian.el (devanagari-composable-pattern): Add more
1358 consonants.
1359
1360 2010-03-14 Michael Albinus <michael.albinus@gmx.de>
1361
1362 * net/trampver.el: Update release number.
1363
1364 2010-03-13 Glenn Morris <rgm@gnu.org>
1365
1366 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
1367
1368 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
1369
1370 * net/tramp.el (tramp-find-executable):
1371 Use `tramp-get-connection-buffer'. Make the regexp for checking
1372 output of "wc -l" more robust.
1373 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
1374 (tramp-open-connection-setup-interactive-shell): Remove workaround
1375 for OpenSolaris bug, it is not needed anymore.
1376
1377 2010-03-12 Glenn Morris <rgm@gnu.org>
1378
1379 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
1380
1381 2010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
1382
1383 * files.el (auto-mode-alist): Accept more verilog file patterns.
1384
1385 2010-03-09 Miles Bader <miles@gnu.org>
1386
1387 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
1388 instead of "format:"; this ensures that the output is
1389 newline-terminated.
1390
1391 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
1392
1393 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
1394 that all errors are caught, and that the return value is always a
1395 list (Bug#5692).
1396
1397 2010-03-08 Kenichi Handa <handa@m17n.org>
1398
1399 * language/misc-lang.el (windows-1256): New coding system.
1400 (cp1256): New alias of windows-1256 (bug#5690).
1401
1402 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
1403
1404 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
1405 call to rfc822-bad-address. (Bug#5692)
1406
1407 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
1408
1409 * vc-git.el (vc-git-annotate-extract-revision-at-line):
1410 Use vc-git-root as default directory for revision path (Bug#5657).
1411
1412 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
1413
1414 * calculator.el (calculator): Don't bind split-window-keep-point
1415 (Bug#5674).
1416
1417 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1418
1419 * vc-git.el: Re-flow to fit into 80 columns.
1420 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
1421 Remove spurious `quote' element in each case alternative.
1422 (vc-git-show-log-entry): Use prog1.
1423 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
1424
1425 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1426
1427 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
1428
1429 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
1430
1431 * macros.el (insert-kbd-macro): Look up keyboard macro using the
1432 definition, not the name (Bug#5481).
1433
1434 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
1435
1436 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
1437 argument with a local variable. (Bug#5670)
1438
1439 2010-03-02 Juri Linkov <juri@jurta.org>
1440
1441 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
1442
1443 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
1444
1445 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
1446 error when FILENAME and NEWNAME are existing remote directories.
1447
1448 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
1449 parameter DIR-FLAG.
1450
1451 2010-03-02 Glenn Morris <rgm@gnu.org>
1452
1453 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
1454 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
1455
1456 2010-03-01 Kenichi Handa <handa@m17n.org>
1457
1458 * language/burmese.el (burmese-composable-pattern): Rename from
1459 myanmar-composable-pattern.
1460
1461 * international/characters.el (script-list):
1462 * international/fontset.el (script-representative-chars):
1463 Change myanmar to burmese.
1464 (otf-script-alist): Likewise.
1465 (setup-default-fontset): Likewise. Re-fix :otf spec.
1466
1467 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
1468
1469 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
1470
1471 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
1472
1473 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
1474
1475 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
1476
1477 * net/tramp.el (tramp-handle-write-region): START can be a string.
1478 Take care in the checks. Reported by Dan Davison
1479 <davison@stats.ox.ac.uk>.
1480
1481 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
1482
1483 * net/dbus.el (dbus-introspect, dbus-get-property)
1484 (dbus-set-property, dbus-get-all-properties): Use
1485 `dbus-call-method' when noninteractive. (Bug#5645)
1486
1487 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
1488
1489 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
1490 * emacs-lisp/elint.el (elint-add-required-env):
1491 * calendar/icalendar.el (icalendar--add-diary-entry):
1492 * calc/calcalg2.el (math-tracing-integral):
1493 * files.el (recover-session-finish): Use with-current-buffer
1494 instead of save-excursion.
1495
1496 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
1497
1498 Fix in-buffer completion when after-change-functions modify the buffer.
1499 * minibuffer.el (completion--replace): New function.
1500 (completion--do-completion): Use it and use relative movement.
1501
1502 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
1503
1504 * international/fontset.el (setup-default-fontset): Fix :otf spec.
1505
1506 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
1507
1508 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
1509 Allow the characters _<> in the stack entry (Bug#5653).
1510
1511 2010-02-26 Kenichi Handa <handa@m17n.org>
1512
1513 * language/burmese.el: Fix entries in composition-function-table.
1514 (myanmar-composable-pattern): New variable.
1515
1516 * international/fontset.el (setup-default-fontset): Add an entry
1517 for myanmar.
1518
1519 * international/characters.el (script-list): Add Myanmar
1520 Extended-A.
1521
1522 2010-02-26 Glenn Morris <rgm@gnu.org>
1523
1524 * custom.el (custom-initialize-delay): Doc fix.
1525
1526 * mail/sendmail.el (send-mail-function): Autoload the call
1527 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
1528
1529 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
1530
1531 * files.el (hack-local-variables-filter): For eval forms, also
1532 check safe-local-variable-p (Bug#5636).
1533
1534 2010-02-24 Eduard Wiebe <usenet@pusto.de>
1535
1536 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
1537 and use c(ad)r of cddr (Bug#5640).
1538
1539 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
1540
1541 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
1542 setting the modes by `ignore-errors'. It might fail, for example
1543 if the file is not owned by the user but the group.
1544 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
1545
1546 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
1547
1548 * files.el (directory-listing-before-filename-regexp): Use
1549 stricter matching for iso-style dates, to avoid false matches with
1550 date-like filenames (Bug#5597).
1551
1552 * htmlfontify.el (htmlfontify): Doc fix.
1553
1554 * eshell/eshell.el (eshell): Doc fix.
1555
1556 * startup.el (fancy-about-screen): In mode-line, apply
1557 mode-line-buffer-id face only to the buffer name (Bug#5613).
1558
1559 2010-02-20 Kevin Ryde <user42@zip.com.au>
1560
1561 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1562 In `watcom' anchor regexp to start of line, to avoid slowness
1563 (Bug#5599).
1564
1565 2010-02-20 Eli Zaretskii <eliz@gnu.org>
1566
1567 * subr.el (remove-yank-excluded-properties): Explain in a comment
1568 why `category' property is removed.
1569
1570 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
1571
1572 * isearch.el (isearch-update-post-hook, isearch-update): Revert
1573 2010-02-17 change.
1574
1575 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
1576
1577 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
1578 (icalendar--convert-weekly-to-ical)
1579 (icalendar--convert-yearly-to-ical)
1580 (icalendar--convert-block-to-ical)
1581 (icalendar--convert-cyclic-to-ical)
1582 (icalendar--convert-anniversary-to-ical): Take care of time
1583 specifications where hour has 1-digit only (Bug#5549).
1584
1585 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
1586
1587 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
1588 of disassemble output in GDB 7.1.
1589
1590 2010-02-19 Glenn Morris <rgm@gnu.org>
1591
1592 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
1593 property. (Bug#5593)
1594
1595 2010-02-18 Sam Steingold <sds@gnu.org>
1596
1597 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
1598
1599 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1600
1601 Use abbreviated file names in bookmarks (bug#5591).
1602 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
1603 calls to expand-file-name.
1604 (bookmark-relocate): Use abbreviated file names in bookmarks.
1605 (bookmark-load): Use abbreviated file names in messages.
1606
1607 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
1608
1609 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
1610 expand "." and "..". Reported by Thierry Volpiatto
1611 <thierry.volpiatto@gmail.com>.
1612
1613 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
1614
1615 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
1616 permissions of the temporary file to "0600". In case the remote
1617 file has no read permissions for the owner, there might be
1618 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
1619
1620 22010-02-18 Glenn Morris <rgm@gnu.org>
1621
1622 * emacs-lisp/authors.el (authors-renamed-files-alist):
1623 Add entries for INSTALL.CVS.
1624
1625 2010-02-17 Mark A. Hershberger <mah@everybody.org>
1626
1627 * vc-bzr.el: Fix typo in Known Bugs section.
1628
1629 * isearch.el (isearch-update-post-hook): New hook.
1630 (isearch-update): Use the new hook.
1631
1632 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
1633
1634 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1635 Fix errors in copying directories.
1636 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
1637 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
1638 (tramp-handle-delete-file)
1639 (tramp-handle-dired-recursive-delete-directory)
1640 (tramp-handle-write-region): Flush also the cache for the upper
1641 directory.
1642
1643 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
1644
1645 * simple.el (save-interprogram-paste-before-kill): Doc fix.
1646
1647 * cus-edit.el (hardware): Doc fix.
1648
1649 * man.el (man): Add to external custom group.
1650
1651 * delim-col.el (columns): Move to wp custom group.
1652
1653 * doc-view.el (doc-view): Add to data custom group.
1654
1655 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
1656
1657 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
1658 by ispell-parse-output (Bug#5575).
1659
1660 2010-02-16 Kenichi Handa <handa@m17n.org>
1661
1662 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
1663 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
1664 (skkdic-convert): Use `euc-japan' coding system for writing.
1665
1666 2010-02-16 Glenn Morris <rgm@gnu.org>
1667
1668 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
1669 tex-main-file before using it. (Bug#5562)
1670
1671 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1672
1673 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
1674 warnings, since it is annoying for the user to see them each time he
1675 runs the code.
1676
1677 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
1678
1679 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
1680 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
1681 instead of PROC for caching "first-password-request". Otherwise,
1682 new processes would not profit from passwords already entered.
1683
1684 * net/tramp-cache.el (tramp-dump-connection-properties):
1685 Don't save "first-password-request" property.
1686
1687 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
1688
1689 * outline.el (outline-head-from-level):
1690 * simple.el (with-wrapper-hook):
1691 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
1692 (elint-defun, elint-buffer-env, elint-top-form-logged)
1693 (elint-unbound-variable):
1694 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
1695 Fix typos in docstrings.
1696
1697 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
1698
1699 * files.el (insert-directory): When WILDCARD-REGEXP and
1700 FULL-DIRECTORY-P are nil, insert the file entry instead of the
1701 whole directory. (Bug#5551)
1702
1703 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
1704 dired's alignment sanity. (Bug#5516)
1705
1706 2010-02-14 Juri Linkov <juri@jurta.org>
1707
1708 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
1709 Remove remaining ^H with their preceding chars. (Bug#5566)
1710
1711 2010-02-13 Glenn Morris <rgm@gnu.org>
1712
1713 * simple.el (transpose-subr): Give it a doc-string.
1714
1715 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
1716 Doc fixes.
1717
1718 2010-02-12 Juri Linkov <juri@jurta.org>
1719
1720 * arc-mode.el (archive-unique-fname): Make directories for nested
1721 archives. (Bug#5540)
1722
1723 2010-02-12 Juri Linkov <juri@jurta.org>
1724
1725 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
1726
1727 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
1728
1729 * subr.el (copy-overlay): Handle deleted overlays.
1730
1731 * man.el (Man-completion-table): Don't signal an error if we can't run
1732 manual-program (bug#4056).
1733
1734 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
1735
1736 * textmodes/artist.el (artist-mt): Fix typos in docstring.
1737
1738 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1739
1740 * info.el (Info-bookmark-jump): Simplify.
1741
1742 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
1743 (bookmark-default-handler): Accept new bookmark field `buffer'.
1744
1745 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
1746
1747 * iswitchb.el (iswitchb-completions): Revert last change.
1748
1749 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
1750
1751 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
1752 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
1753 This prevents file names like "~/" being listed literally.
1754
1755 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
1756
1757 * term/xterm.el (xterm-maybe-set-dark-background-mode):
1758 Remove dead code. (Bug#5546)
1759
1760 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
1761
1762 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
1763 correctly (Bug#5548).
1764
1765 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
1766
1767 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
1768 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
1769
1770 2010-02-08 Kenichi Handa <handa@m17n.org>
1771
1772 * international/mule-util.el (with-coding-priority): Add autoload
1773 cookie for putting `lisp-indent-function'.
1774
1775 2010-02-07 Glenn Morris <rgm@gnu.org>
1776
1777 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
1778 Move F2003 named interfaces from keywords-2 to keywords-1, and
1779 use function-name-face rather than constant-face.
1780 Simplify "abstract interface" regexp.
1781
1782 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
1783
1784 * eshell/esh-util.el (eshell-file-attributes): New optional arg
1785 ID-FORMAT. Pass it to `file-attributes'.
1786
1787 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
1788
1789 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
1790
1791 * faces.el (set-face-attribute): Allow calling
1792 internal-set-lisp-face-attribute with 'unspecified family and
1793 foundry argument (Bug#5536).
1794
1795 2010-02-07 Glenn Morris <rgm@gnu.org>
1796
1797 * progmodes/f90.el (f90-font-lock-keywords-2)
1798 (f90-looking-at-type-like, f90-looking-at-program-block-end):
1799 Handle F2003 named interfaces.
1800
1801 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
1802
1803 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
1804 beg and end before calling c-get-state-before-change-functions.
1805
1806 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
1807
1808 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
1809
1810 2010-02-05 Juri Linkov <juri@jurta.org>
1811
1812 * doc-view.el (doc-view-mode):
1813 * image-mode.el (image-mode): Put property mode-class=special.
1814 (Bug#4896)
1815
1816 2010-02-05 Mark A. Hershberger <mah@everybody.org>
1817
1818 * vc-svn.el (vc-svn-revision-table): New function.
1819
1820 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
1821
1822 * net/ange-ftp.el (ange-ftp-insert-directory):
1823 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1824 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1825 Handle also directories. (Bug#5478)
1826
1827 2010-02-05 Glenn Morris <rgm@gnu.org>
1828
1829 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
1830
1831 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
1832
1833 * startup.el (command-line-1): Convert options beginning with a
1834 single dash as well (Bug#5519).
1835
1836 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1837
1838 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
1839 * minibuffer.el (completion-initials-expand): Only check the presence
1840 of delims *within* the boundaries, since otherwise the / delim is
1841 always found for files.
1842
1843 Fix up various corner case problems.
1844 * doc-view.el (doc-view-last-page-number): New function.
1845 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
1846 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
1847 (doc-view-kill-proc): Avoid inf-loop in freak cases.
1848 (doc-view-reconvert-doc): Use the new recursive delete-directory.
1849 (doc-view-convert-current-doc): Don't create the resolution.el file
1850 here any more.
1851 (doc-view-pdf/ps->png): Do it here instead.
1852 (doc-view-already-converted-p): Check that resolution.el is present.
1853 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
1854 windows that are not yet showing images.
1855
1856 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
1857
1858 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
1859 `dired-uncache' for every elemnt which is an absolute file name.
1860
1861 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
1862 directory, handle its directory component.
1863 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
1864 function is called permanently and creates noise, otherwise.
1865
1866 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1867 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1868 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
1869
1870 2010-02-04 David Burger <dburger@google.com> (tiny change)
1871
1872 * macros.el (apply-macro-to-region-lines):
1873 Minor simplification. (Bug#5485)
1874
1875 2010-02-04 Glenn Morris <rgm@gnu.org>
1876
1877 * mail/rmail.el (rmail-show-message-1): Handle malformed
1878 quoted-printable text. (Bug#5441)
1879
1880 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
1881
1882 * simple.el (visual-line-mode): Capitalize lighter.
1883
1884 2010-02-03 John Wiegley <jwiegley@gmail.com>
1885
1886 * iswitchb.el (iswitchb-completions): Add bookmark files to the
1887 list of files considered for "virtual buffer" completions.
1888
1889 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
1890
1891 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
1892 also in case of (and (not full) (not wildcard)). This is needed,
1893 when dired is called with a list of files, which are not in
1894 `default-directory'. (Bug#5478)
1895
1896 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
1897
1898 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
1899
1900 2010-02-02 Juri Linkov <juri@jurta.org>
1901
1902 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
1903 from unidiff to allow function-line after @@.
1904
1905 2010-02-02 Juri Linkov <juri@jurta.org>
1906
1907 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
1908 '(RCS SCCS) with inverted condition.
1909
1910 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
1911
1912 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
1913 messages.
1914
1915 2010-02-01 Juri Linkov <juri@jurta.org>
1916
1917 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
1918 compare with "pkunzip" and "pkzip" instead of only "pkzip".
1919 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
1920 only when (car archive-zip-extract) is "unzip". (Bug#5475)
1921
1922 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1923
1924 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
1925 (doc-view-revert-buffer): New command.
1926 (doc-view-mode-map): Use it.
1927
1928 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
1929
1930 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
1931 pending merge is detected.
1932
1933 2010-01-31 Juri Linkov <juri@jurta.org>
1934
1935 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
1936 beginning of interactive spec like all other grep commands do.
1937 Put "all" in front of "gz". (Bug#5260)
1938
1939 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
1940
1941 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
1942
1943 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
1944
1945 * dirtrack.el (dirtrack): Warn instead of signalling error if the
1946 regexp is incorrect (Bug#5476).
1947
1948 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
1949
1950 * net/tramp.el (tramp-handle-insert-directory): Handle also
1951 symlinks, when FILENAME is not in `default-directory'.
1952
1953 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
1954
1955 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
1956 FILE is not in `default-directory'. (Bug#5478)
1957
1958 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
1959 of SWITCHES. Handle the case, FILENAME is not in
1960 `default-directory'. (Bug#5478)
1961 (tramp-register-file-name-handlers): Add safe-magic property.
1962
1963 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
1964
1965 * arc-mode.el (archive-zip-extract): Quote the argument passed to
1966 unzip (Bug#5475).
1967
1968 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
1969
1970 * progmodes/flymake.el (flymake-allowed-file-name-masks)
1971 (flymake-master-make-header-init): Add other C++ filename masks.
1972 (flymake-find-possible-master-files)
1973 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
1974
1975 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
1976
1977 Fix some busybox annoyances.
1978
1979 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
1980 not responding." string.
1981 (tramp-open-connection-setup-interactive-shell): Dump stty
1982 settings. Enable "neveropen" arg for all `tramp-send-command'
1983 calls. Handle "=" in variable values properly.
1984 (tramp-find-inline-encoding): Raise an error, when no encoding is
1985 found.
1986 (tramp-wait-for-output): Check, whether PROC buffer is available.
1987 Remove spurious " ^H" sequences, sent by busybox.
1988 (tramp-get-ls-command): Suppress coloring, if possible.
1989
1990 2010-01-28 Glenn Morris <rgm@gnu.org>
1991
1992 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
1993
1994 * log-edit.el (log-edit-strip-single-file-name): Add missing
1995 :safe, :group, and :version tags.
1996
1997 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
1998
1999 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
2000 buffers. (Bug#5477)
2001
2002 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
2003
2004 * files.el (delete-directory): Handle moving to trash without
2005 first doing recursion (Bug#5436).
2006
2007 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
2008
2009 * vc-hooks.el (vc-path): Mark as obsolete.
2010
2011 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
2012
2013 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
2014 names too.
2015
2016 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
2017 for the short log.
2018 (vc-bzr-log-view-mode): Adjust regexp for the above change.
2019
2020 2010-01-25 Mark A. Hershberger <mah@everybody.org>
2021
2022 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
2023
2024 * vc-bzr.el (vc-bzr-revision-table): New function.
2025
2026 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
2027
2028 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
2029 diff-index command. This requires at least git-1.5.5. (Bug#1589).
2030
2031 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2032
2033 Remove support for adding --signoff on commit.
2034 Future support will use an incompatible generic mechanism.
2035 * vc-git.el (vc-git-add-signoff): Remove variable.
2036 (vc-git-toggle-signoff): Remove function.
2037 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
2038
2039 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
2040 from xterm-set-background-mode. Return t if the background mode
2041 was set.
2042 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
2043 earlier, call it again in case the background mode has changed.
2044
2045 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
2046
2047 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
2048 (Bug#3541).
2049
2050 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
2051
2052 * emacs-lisp/assoc.el (aelement): Doc fix.
2053 (aput, adelete, amake): Use lexical-let (Bug#5450).
2054
2055 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
2056
2057 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
2058 is the same as subprogram call, not declaration. (Bug#5435).
2059
2060 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
2061
2062 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
2063 (tramp-smb-maybe-open-connection): Use it.
2064
2065 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
2066
2067 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
2068
2069 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2070
2071 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
2072 just because we see "encoding: 8bit".
2073 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
2074
2075 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
2076
2077 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
2078
2079 2010-01-22 Eli Zaretskii <eliz@gnu.org>
2080
2081 * jka-compr.el (jka-compr-load): If load-file is not in
2082 load-history, try its file-truename version. (bug#5447)
2083
2084 2010-01-21 Alan Mackenzie <acm@muc.de>
2085
2086 Fix a situation where deletion of a cpp construct throws an error.
2087 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
2088 invoking c-with-all-but-one-cpps-commented-out, check that the
2089 special cpp construct is still in the buffer.
2090 (c-parse-state): Record the special cpp with markers, not numbers.
2091
2092 2010-01-21 Kenichi Handa <handa@m17n.org>
2093
2094 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
2095 process last-command-event, as it is now decoded first (Bug#5380).
2096
2097 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
2098
2099 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
2100
2101 2010-01-20 Glenn Morris <rgm@gnu.org>
2102
2103 * indent.el (tab-always-indent): Fix custom-type.
2104
2105 2010-01-19 Alan Mackenzie <acm@muc.de>
2106
2107 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
2108 buffer throws "args out of range".
2109 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
2110 playing the role of delimiter.
2111
2112 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
2113
2114 * progmodes/ada-mode.el: Fix bug#5400.
2115 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
2116 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
2117 changed. Delete RECURSIVE parameter; never used. Improve doc string.
2118 Improve comments in "is" portion. Handle null procedure declaration.
2119 (ada-move-to-end): Improve doc string.
2120
2121 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
2122
2123 * ido.el (ido-cur-list): Initialize to nil.
2124 Remove obsolete information from commentary.
2125 (ido-choice-list): Initialize to nil.
2126 (ido-get-bufname): Reject minibuffers.
2127 (ido-make-buffer-list): If "default" is a nonexistent
2128 buffer, ignore it, as per the function's comment.
2129 (ido-kill-buffer-internal): New function.
2130 (ido-kill-buffer-at-head): Use it.
2131 (ido-visit-buffer): Likewise.
2132
2133 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
2134
2135 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
2136
2137 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
2138
2139 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
2140 Fix typos in chart titles.
2141
2142 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
2143 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
2144 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
2145 (describe-class, eieio-describe-generic, describe-generic):
2146 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
2147 (eieio-speedbar-expand):
2148 * emulation/viper-cmd.el (viper-exec-form-in-vi)
2149 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
2150 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
2151 (viper-del-backward-char-in-replace, viper-backward-indent)
2152 (viper-brac-function, viper-register-to-point, viper-submit-report):
2153 * net/tramp.el (tramp-remote-coding-commands):
2154 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
2155 Fix typos in docstrings.
2156
2157 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
2158
2159 * mail/sendmail.el (mail-yank-original): Set the mark if the
2160 specified function for yanking does not do it.
2161
2162 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
2163
2164 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
2165
2166 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
2167 resyncing a directory.
2168
2169 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
2170
2171 * progmodes/ada-mode.el: Fix bug#1920.
2172 (ada-ident-re): Delete ., allow multibyte characters.
2173 (ada-goto-label-re): New; matches goto labels.
2174 (ada-block-label-re): New; matches block labels.
2175 (ada-label-re): New; matches both.
2176 (ada-named-block-re): Deleted; callers changed to use
2177 `ada-block-label-re' instead.
2178 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
2179 Use `ada-block-label-re'.
2180 (ada-indent-on-previous-lines): Improve handling of goto labels.
2181 (ada-get-indent-block-start): Special-case block label.
2182 (ada-get-indent-label): Split into `ada-indent-block-label' and
2183 `ada-indent-goto-label'.
2184 (ada-goto-stmt-start, ada-goto-next-non-ws):
2185 Optionally ignore goto labels.
2186 (ada-goto-next-word): Simplify.
2187 (ada-indent-newline-indent-conditional): Insert newline before
2188 trying to fix indentation; doc fix.
2189
2190 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
2191
2192 * calc/calc.el (calc-command-flags): Give it an initial value.
2193
2194 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
2195
2196 * files.el (minibuffer-with-setup-hook):
2197 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
2198 (artist-key-draw-continously, artist-key-do-continously-continously)
2199 (artist-key-set-point-continously, artist-mouse-draw-continously):
2200 Fix typos in docstrings.
2201
2202 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
2203
2204 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
2205 return t (Bug#3898).
2206
2207 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
2208
2209 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
2210 can parse the output of the external commands (Bug#5279).
2211
2212 2010-01-16 Jari Aalto <jari.aalto@cante.net>
2213
2214 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
2215
2216 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
2217
2218 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
2219
2220 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
2221
2222 * startup.el (command-line): Remove unused --icon-type arg.
2223 Handle --display arg, passing it to command-line-1 (Bug#5392).
2224
2225 2010-01-16 Mario Lang <mlang@delysid.org>
2226
2227 * emacs-lisp/chart.el (chart-translate-namezone):
2228 * textmodes/artist.el (artist-compute-popup-menu-table):
2229 Remove duplicated words in doc-strings.
2230
2231 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
2232
2233 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
2234 to mairix-search to suppress threading (Bug#5342).
2235
2236 2010-01-15 Kenichi Handa <handa@m17n.org>
2237
2238 * international/mule-cmds.el (canonicalize-coding-system-name):
2239 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
2240
2241 2010-01-15 Glenn Morris <rgm@gnu.org>
2242
2243 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
2244
2245 * wid-edit.el (widget-keymap): Doc fix.
2246
2247 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
2248 former seems to be more widely accepted by various svn versions.
2249
2250 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2251
2252 * find-cmd.el (find-constituents):
2253 * vc-arch.el (vc-arch-root):
2254 * window.el (window-body-height, pop-up-frames):
2255 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
2256 * progmodes/ada-stmt.el (ada-if):
2257 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
2258 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
2259 (ispell-encoding8-command, ispell-aspell-supports-utf8)
2260 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
2261
2262 * progmodes/flymake.el (flymake-post-syntax-check):
2263 Fix typo in error message.
2264
2265 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2266
2267 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
2268 which is always a string. (Bug#5313)
2269
2270 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2271
2272 * progmodes/ada-xref.el (ada-default-prj-properties):
2273 Simplify previous change.
2274
2275 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2276
2277 * progmodes/ada-xref.el (ada-default-prj-properties):
2278 Default ada_project_path to $ADA_PROJECT_PATH.
2279
2280 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2281
2282 * progmodes/ada-mode.el (ada-create-keymap):
2283 Override `narrow-to-defun' with `ada-narrow-to-defun'.
2284
2285 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2286
2287 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
2288 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
2289 (ada-get-current-indent, ada-imenu-generic-expression)
2290 (ada-which-function): Check for it.
2291
2292 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2293
2294 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
2295 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
2296
2297 2010-01-14 Glenn Morris <rgm@gnu.org>
2298
2299 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
2300
2301 2010-01-14 Kenichi Handa <handa@m17n.org>
2302
2303 * composite.el (auto-composition-mode): Make it a buffer local
2304 variable (permanent-local).
2305 (auto-composition-function): Set the default value to
2306 auto-compose-chars.
2307 (auto-composition-mode): Make it a simple function, not a minor mode.
2308 (global-auto-composition-mode): Likewise.
2309 (turn-on-auto-composition-if-enabled): Delete it.
2310
2311 2010-01-13 Karl Fogel <kfogel@red-bean.com>
2312
2313 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
2314
2315 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
2316
2317 * files.el (copy-directory): Compute target for recursive
2318 directories with identical names. (Bug#5343)
2319
2320 2010-01-12 Glenn Morris <rgm@gnu.org>
2321
2322 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
2323 it to bug-gnu-emacs rather than emacs-pretest-bug.
2324
2325 2010-01-11 Sam Steingold <sds@gnu.org>
2326
2327 * imenu.el (imenu-default-create-index-function): Detect infinite
2328 loops caused by imenu-prev-index-position-function.
2329
2330 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2331
2332 * htmlfontify.el (htmlfontify-load-rgb-file)
2333 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
2334 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
2335 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
2336 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
2337 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
2338 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
2339 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
2340 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
2341 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
2342 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
2343 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
2344 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
2345 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
2346 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
2347 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
2348 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
2349 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
2350 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
2351 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
2352 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
2353 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
2354 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
2355 backslash-quoting from parentheses, etc.
2356
2357 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
2358
2359 * progmodes/js.el: Autoload javascript-mode alias.
2360
2361 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2362
2363 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
2364 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
2365 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
2366 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
2367 Fix typos in docstrings.
2368 (ffap-url-regexp): Doc fix.
2369 (ffap-at-mouse): Fix typo in message.
2370
2371 2010-01-11 Glenn Morris <rgm@gnu.org>
2372
2373 * version.el (emacs-copyright): Set copyright year to 2010.
2374
2375 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2376
2377 * format.el (format-annotate-function): Only set
2378 write-region-post-annotation-function after running to-fn so as not to
2379 affect nested write-region calls (bug#5273).
2380
2381 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
2382
2383 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
2384 wisent/python.el.
2385
2386 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2387
2388 * man.el (Man-goto-section): Signal error if the section is not
2389 found (Bug#5317).
2390
2391 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
2392
2393 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
2394 URLs with a leading triple slash in the file: scheme. (Bug#5345)
2395
2396 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2397
2398 * progmodes/compile.el: Don't treat compile-command as safe if
2399 compilation-read-command might be nil (Bug#4218).
2400
2401 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
2402
2403 * startup.el (command-line-1): Use orig-argi to check for ignored X and
2404 NS options.
2405
2406 2010-01-08 Kenichi Handa <handa@m17n.org>
2407
2408 * international/fontset.el (build-default-fontset-data):
2409 Exclude characters in scripts kana, hangul, han, or cjk-misc.
2410
2411 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
2412
2413 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
2414 to `create-file-buffer' as it expects, not just a buffer name.
2415 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
2416 to help uniquify. (Bug#3224)
2417
2418 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
2419
2420 * font-setting.el (font-setting-change-default-font): Use user-spec
2421 instead of name.
2422
2423 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2424
2425 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
2426
2427 2010-01-05 Tom Tromey <tromey@redhat.com>
2428
2429 * progmodes/python.el (python-font-lock-keywords):
2430 Handle qualified decorators (Bug#881).
2431
2432 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2433
2434 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
2435 in a lightweight checkout.
2436
2437 2010-01-05 Kenichi Handa <handa@m17n.org>
2438
2439 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
2440
2441 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2442
2443 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
2444
2445 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
2446
2447 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
2448 checkouts. (Bug#618)
2449 (vc-bzr-log-view-mode): Also highlight the author.
2450 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
2451 (vc-bzr-shelve-menu-map):
2452 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
2453 (vc-bzr-shelve-apply): Make prompt more explicit.
2454
2455 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
2456
2457 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
2458 They are valid characters in URL paths (rfc3986), and at least
2459 Firefox does not understand the encoded version (Bug#3166).
2460
2461 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
2462
2463 * progmodes/octave-mod.el (octave-end-keywords)
2464 (octave-block-begin-or-end-regexp, octave-block-match-alist):
2465 Add "end" keyword (Bug#3061).
2466 (octave-end-as-array-index-p): New function.
2467 (calculate-octave-indent): Use it.
2468
2469 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2470
2471 * bookmark.el: Consistently put the text property on the bookmark name.
2472 (bookmark-bmenu-marks-width): Bump back to 2, to include
2473 annotation marks.
2474 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
2475 property on the bookmark name, instead of not putting it at all.
2476 (bookmark-bmenu-list): Fix where we put the text property.
2477
2478 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2479
2480 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
2481 for showing buffer modified state (as added in the previous change).
2482
2483 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2484
2485 * bookmark.el: Show modified state of bookmark buffer more accurately.
2486 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
2487 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
2488 (with-buffer-modified-unmodified): New macro.
2489 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2490 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
2491 Use new macro to preserve the buffer modified state.
2492
2493 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2494
2495 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
2496 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
2497 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
2498 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
2499 (bookmark-bmenu-rename, bookmark-bmenu-locate)
2500 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
2501 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
2502
2503 2010-01-02 Eli Zaretskii <eliz@gnu.org>
2504
2505 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2506 Make the lines in the generated doc string shorter. (Bug#4668)
2507
2508 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
2509
2510 * net/rcirc.el: Add follow-link binding (Bug#4738).
2511
2512 2010-01-02 Eli Zaretskii <eliz@gnu.org>
2513
2514 * Makefile.in (bzr-update): Rename from cvs-update.
2515 (cvs-update): New target for backward compatibility.
2516
2517 * makefile.w32-in (bzr-update): Rename from cvs-update.
2518 (cvs-update): New target for backward compatibility.
2519
2520 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2521
2522 * bookmark.el: Remove gratuitous gratitude.
2523
2524 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2525
2526 * bookmark.el (bookmark-bmenu-any-marks): New function
2527 (bookmark-bmenu-save): Clear buffer modification if no marks.
2528
2529 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2530
2531 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
2532 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
2533 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
2534 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
2535
2536 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
2537 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
2538 To: emacs-devel {_AT_} gnu.org
2539 Subject: bookmark.el bug report
2540 Date: Mon, 28 Dec 2009 14:19:16 +0800
2541 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
2542
2543 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2544
2545 * bookmark.el: Improvements suggested by Drew Adams:
2546 (bookmark-bmenu-ensure-position): New name for
2547 `bookmark-bmenu-check-position'. Just ensure the position,
2548 don't return any meaningful value.
2549 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
2550 New constants.
2551
2552 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
2553
2554 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
2555 (bookmark-yank-point, bookmark-bmenu-check-position):
2556 Fix typos in docstrings.
2557 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
2558 (bookmark-name-from-full-record, bookmark-get-position)
2559 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
2560 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
2561 Remove useless quoting of parenthesis, etc. in docstrings.
2562
2563 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
2564 (ediff-append-custom-diff): Fix typo in error message.
2565 (ediff-meta-mark-equal-files): Fix typos in messages.
2566
2567 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
2568
2569 * net/imap-hash.el (imap-hash-make): Doc fix.
2570 (imap-hash-test): Fix typo in error message; reflow docstring.
2571 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
2572 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
2573 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
2574 Fix typos in docstrings.
2575 (imap-hash-open-connection): Fix typo in error message.
2576
2577 * play/gomoku.el (gomoku): Fix typos in docstring.
2578
2579 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
2580 (gdb-jsonify-buffer): Fix typos in docstring.
2581 (gdb-goto-breakpoint): Fix typo in error message.
2582 ("Display Other Windows"): Fix typo in help message.
2583 (gdb-speedbar-expand-node): Fix typo in question.
2584
2585 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
2586 (idlwave-html-system-help-location, idlwave-html-help-location)
2587 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
2588 (idlwave-help-browser-generic-args, idlwave-help-directory)
2589 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
2590 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
2591 (idlwave-online-help, idlwave-help-html-link)
2592 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
2593 Fix typos in docstrings.
2594 (idlwave-help-with-source, idlwave-help-find-routine-definition):
2595 Reflow docstrings.
2596 (idlwave-help-assistant-start): Fix typo in error message.
2597
2598 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
2599 (octave-electric-space): Fix typos in docstrings.
2600
2601 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
2602
2603 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
2604
2605 2010-01-01 Juri Linkov <juri@jurta.org>
2606
2607 * comint.el (comint-input-ring-size): Make it a defcustom and
2608 increase the default to 500 (Bug#5148).
2609
2610 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
2611
2612 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
2613 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
2614 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
2615
2616 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
2617
2618 Show working revision correctly for mercurial.
2619 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
2620 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
2621
2622 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
2623
2624 Declare some functions for the byte-compiler.
2625 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
2626 (speedbar-timer-fn, speedbar-change-expand-button-char)
2627 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
2628
2629 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
2630
2631 This changeset reverts GDB Graphical Interface to use annotations.
2632 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
2633
2634 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
2635
2636 Make vc-dir work on subdirectories of the bzr root.
2637 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
2638 file names relative to it.
2639 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
2640 relative directory to vc-bzr-after-dir-status.
2641
2642 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
2643
2644 * font-lock.el (font-lock-refresh-defaults): New function, which
2645 can be used to let font-lock react to external changes in
2646 variables like font-lock-defaults and keywords.
2647 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
2648
2649 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
2650
2651 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
2652
2653 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
2654
2655 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
2656
2657 Supersede color.diff settings in git log (bug#5211).
2658
2659 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
2660 escape chars in its output when the user has color.diff set to `always'.
2661 This fix works on git 1.4.2 and newer (released on 2006-08-13).
2662
2663 2009-12-26 Kevin Ryde <user42@zip.com.au>
2664
2665 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
2666 node. Keep previous "Index" name to work with past coreutils too.
2667
2668 * man.el (man): Revise docstring a bit to show -a and -l as
2669 examples. Add -k description since support for it has otherwise
2670 been a secret. (Further to bug#3717.)
2671 (Man-bgproc-sentinel): When "-k foo" produces no output show error
2672 "no matches" rather than "Can't find manpage", as the latter reads
2673 like -k was interpreted as a page name, which is not so. (Bug#5431)
2674
2675 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
2676
2677 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
2678 switches. Check also for //SUBDIRED// line.
2679
2680 2009-12-25 Kenichi Handa <handa@m17n.org>
2681
2682 * language/indian.el (devanagari-composable-pattern): Fixed to
2683 handle ZWNJ and ZWJ. Use it in composition-function-table for
2684 Devanagari.
2685 (malayalam-composable-pattern): Fix previous change.
2686
2687 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2688
2689 * ps-print.el (ps-face-attributes): It was not returning the
2690 attribute face for faces specified as string. Reported by harven
2691 <harven@free.fr>. (Bug#5254)
2692 (ps-print-version): New version 7.3.5.
2693
2694 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
2695
2696 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
2697 timezone names.
2698 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
2699 (icalendar--add-diary-entry): Remove the trailing blank that
2700 diary-make-entry inserts.
2701
2702 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
2703
2704 Make `file-expand-wildcards' work for remote files.
2705
2706 * files.el (file-expand-wildcards): In case of remote files, check
2707 only local file name part for wildcards. Provide feature 'files
2708 and subfeature 'remote-wildcards. (Bug#5198)
2709
2710 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
2711 if there is already an established connection.
2712 (tramp-advice-file-expand-wildcards): Remove it.
2713
2714 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
2715 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
2716 Activate advice for older GNU Emacs versions. (Bug#5237)
2717
2718 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
2719
2720 Some doc fixes (more needed).
2721
2722 * find-cmd.el (find-constituents): Reflow docstring.
2723 (find-cmd, find-prune, find-command): Fix typos in docstrings.
2724 (find-generic): Doc fix.
2725
2726 2009-12-17 Juri Linkov <juri@jurta.org>
2727
2728 Fix regression from 23.1 to allow multiple modes in Local Variables.
2729
2730 * files.el (hack-local-variables-filter): While ignoring duplicates,
2731 don't take `mode' into account.
2732 (hack-local-variables-filter, hack-dir-local-variables): Don't
2733 remove duplicate `mode' from local-variables-alist (like `eval').
2734
2735 2009-12-17 Juri Linkov <juri@jurta.org>
2736
2737 Make `dired-diff' more safe. (Bug#5225)
2738
2739 * dired-aux.el (dired-diff): Signal an error when `file' equals to
2740 `current' or when `file' is a directory of the `current' file.
2741
2742 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
2743
2744 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
2745 unconditionally preloaded files.
2746
2747 2009-12-16 Juri Linkov <juri@jurta.org>
2748
2749 Revert to old 23.1 logic of using the file at the mark as default.
2750 * dired-aux.el (dired-diff): Use the file at the mark as default
2751 if it's not the same as the current file, and the target dir is
2752 the current dir or the mark is active. Add the current file
2753 as the arg of `dired-dwim-target-defaults'. Use the default file
2754 in the prompt. (Bug#5225)
2755
2756 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
2757
2758 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
2759 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
2760 (tramp-check-for-regexp): Check also, when an echoing shell stops
2761 to echo sent commands.
2762
2763 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2764
2765 * Makefile.in: Revert last change (Bug#5191).
2766
2767 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
2768
2769 * vc-hg.el (vc-hg-print-log): Fix argument order.
2770 (vc-hg-working-revision): Make sure the command is executed in a
2771 known environment so that we can parse the output. (Bug#4417)
2772
2773 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2774
2775 * progmodes/python.el (python-symbol-completions): Remove text
2776 properties from symbol string before calling python-send-receive.
2777
2778 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
2779
2780 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
2781 when there are values for both file and line. (Bug#5060)
2782
2783 2009-12-14 Juri Linkov <juri@jurta.org>
2784
2785 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
2786 whitespace after the file name of the first line of unified format,
2787 because git-diff doesn't output whitespace and file modification time
2788 after the file name.
2789
2790 2009-12-14 David Kastrup <dak@gnu.org>
2791
2792 * info.el (Info-hide-cookies-node): Before hiding a cookie,
2793 check if it already has the `display' property added by
2794 `Info-display-images-node', and not put the `invisible' property
2795 in this case.
2796
2797 2009-12-13 Glenn Morris <rgm@gnu.org>
2798
2799 * mail/emacsbug.el (message-sort-headers): Define for compiler.
2800 (report-emacs-bug): In message-mode, sort manually before storing
2801 original report text. (Bug#5178)
2802 Remove superfluous save-excursion.
2803
2804 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
2805
2806 * net/dbus.el (dbus-property-handler): Filter lambda forms out
2807 when responding to "GetAll" properties.
2808
2809 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
2810
2811 * simple.el (compose-mail): Remove mail-setup-with-from from
2812 customization checks.
2813
2814 2009-12-12 Eli Zaretskii <eliz@gnu.org>
2815
2816 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
2817 RAR archives created on Unix systems.
2818
2819 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
2820
2821 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
2822 the varalias that was accidentally removed by the 2009-11-19 change
2823 (bug#5186).
2824
2825 2009-12-12 Kenichi Handa <handa@m17n.org>
2826
2827 * language/indian.el (indian-compose-regexp): New function.
2828 (malayalam-composable-pattern): Fix the pattern.
2829 (composition-function-table): Set malayalam-composable-pattern for
2830 Malayalam characters.
2831
2832 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
2833
2834 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
2835 rather than down-mouse-1, based on follow-link conventions.
2836
2837 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
2838 are compiled.
2839
2840 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
2841
2842 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
2843 (verilog-vmm-statement-re, verilog-ovm-statement-re)
2844 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
2845 (verilog-leap-to-head, verilog-backward-token):
2846 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
2847
2848 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
2849
2850 * progmodes/verilog-mode.el (verilog-auto-lineup)
2851 (verilog-nameable-item-re): Cleanup user-visible spelling and
2852 documentation errors. One reported by Gary Delp.
2853 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
2854 (verilog-read-decls): Fix AUTOWIRE with types declared in a
2855 package, bug195. Reported by Pierre-David Pfister.
2856
2857 2009-12-11 Glenn Morris <rgm@gnu.org>
2858
2859 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
2860
2861 * mail/emacsbug.el: No longer require sendmail.
2862 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
2863 (report-emacs-bug-orig-text): Doc fix.
2864 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
2865 New local variables, to adapt to different mail-user-agents.
2866 (report-emacs-bug): Fix test for a gnu.org address.
2867 Use overlays for emphasis, since font-lock defeats 'face property.
2868 Pretest bugs also end up at the newsgroup these days.
2869 Stop message-mode stripping text properties.
2870 Set and use the new buffer-local variables.
2871 (report-emacs-bug-hook): Add doc-string.
2872 Remove some unnecessary save-excursions and simplify.
2873 Use the appropriate hook and send-command.
2874
2875 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
2876 capitalization of some menu entries.
2877
2878 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2879
2880 * whitespace.el (whitespace-display-char-on): Ensure
2881 `buffer-display-table' is unique when two or more windows are
2882 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
2883 New version 12.1.
2884
2885 2009-12-10 Eli Zaretskii <eliz@gnu.org>
2886
2887 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
2888 characters in the Attribute field.
2889
2890 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
2891
2892 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
2893
2894 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2895
2896 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2897 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2898 Disregard autoload-excludes.
2899 (update-directory-autoloads): Obey autoload-excludes here instead.
2900 But don't store its contents in no-autoloads and remove entries that
2901 refer to excludes files.
2902
2903 2009-12-10 Glenn Morris <rgm@gnu.org>
2904
2905 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2906 (expand-mail-aliases): Define for compiler.
2907
2908 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2909 Define for compiler.
2910
2911 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2912 appropriate for the mail-user-agent in use.
2913
2914 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
2915
2916 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2917
2918 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
2919
2920 Fix short log parsing and fontification.
2921 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2922 Fix fontification for the [merge] label.
2923
2924 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
2925
2926 Drop some properties to avoid surprises.
2927 * htmlfontify.el (hfy-ignored-properties): New defcustom.
2928 (hfy-fontify-buffer): Use it.
2929
2930 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
2931
2932 Minor cleanup.
2933 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
2934 Adjust all callers.
2935 (ffap-locate-file): Remove unused arg `dir-ok' and make other
2936 args compulsory. Adjust callers.
2937 (ffap-gopher-at-point): Remove unused var `name'.
2938
2939 Get rid of the ELCFILES abomination.
2940 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2941 (compile-elcfiles): New phony target.
2942 (compile-main): Compute ELCFILES dynamically.
2943 (compile-clean): New target to remove left-over elc files.
2944 (compile, all): Use it.
2945
2946 2009-12-09 Kenichi Handa <handa@etlken>
2947
2948 * international/mule-diag.el: Require help-mode instead of help-fns.
2949
2950 2009-12-09 Kenichi Handa <handa@m17n.org>
2951
2952 * international/mule-cmds.el (ucs-names): Supply sufficiently
2953 fine ranges instead of pre-calculating accurate ranges.
2954 Iterate with bigger gc-cons-threshold.
2955
2956 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2957
2958 Add support for stashing a snapshot of the current tree.
2959 * vc-git.el (vc-git-stash-snapshot): New function.
2960 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
2961
2962 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
2963
2964 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
2965 instead of `(beginning|end)-of-line'.
2966
2967 2009-12-08 Glenn Morris <rgm@gnu.org>
2968
2969 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
2970
2971 * Makefile.in (ELCFILES): Regenerate.
2972
2973 2009-12-07 Juri Linkov <juri@jurta.org>
2974
2975 Don't lazy-highlight the comint output in history Isearch mode.
2976
2977 * comint.el (comint-history-isearch-search): Instead of
2978 `comint-line-beginning-position', use `comint-after-pmark-p'
2979 to check if point if before the process mark, and go to
2980 `process-mark' in this case.
2981
2982 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2983
2984 * textmodes/tex-mode.el (latex-complete)
2985 (latex-indent-or-complete): Remove.
2986 (latex-mode): Set completion-at-point-functions instead.
2987
2988 Provide a standard completion command and hook it into TAB.
2989 * minibuffer.el (completion-at-point-functions): New var.
2990 (completion-at-point): New command.
2991 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
2992 * progmodes/python.el (python-mode-map): Use completion-at-point.
2993 (python-completion-at-point): Rename from python-partial-symbol and
2994 adjust for use in completion-at-point-functions.
2995 (python-mode): Setup completion-at-point for Python completion.
2996 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
2997 extracted from lisp-complete-symbol.
2998 (lisp-complete-symbol): Use it.
2999 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
3000 setup completion-at-point for Elisp completion.
3001 (emacs-lisp-mode-map, lisp-interaction-mode-map):
3002 Use completion-at-point.
3003 * ielm.el (ielm-map): Use completion-at-point.
3004 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
3005 * progmodes/sym-comp.el: Move to...
3006 * obsolete/sym-comp.el: Move from progmodes.
3007
3008 2009-12-07 Eli Zaretskii <eliz@gnu.org>
3009
3010 Prevent save-buffer in Rmail buffers from using the coding-system
3011 of the current message, and from clobbering the encoding mnemonics
3012 in the mode line (Bug#4623).
3013
3014 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
3015 flag, too.
3016 (rmail-message-encoding): New variable.
3017 (rmail-write-region-annotate): Record the encoding of the current
3018 message in rmail-message-encoding.
3019 (rmail-after-save-hook): New function, restores the encoding of
3020 the current message after the message collection is saved.
3021
3022 2009-12-07 Juri Linkov <juri@jurta.org>
3023
3024 * progmodes/grep.el (grep-read-files): Use `completing-read'
3025 instead of `read-string'. Set its `collection' arg to
3026 `read-file-name-internal'. (Bug#4301)
3027
3028 2009-12-07 Juri Linkov <juri@jurta.org>
3029
3030 Correctly restore original Isearch point. (Bug#4994)
3031
3032 * isearch.el (isearch-mode): Move `isearch-push-state' after
3033 `(run-hooks 'isearch-mode-hook)'.
3034 (isearch-cancel): When `isearch-push-state-function' is defined,
3035 let-bind `isearch-cmds' to the first state (the last element of
3036 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
3037 function and restores the original point). Otherwise, move point
3038 to `isearch-opoint'.
3039
3040 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3041
3042 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
3043 chars that don't have names, so the table can be built much faster at
3044 run-time.
3045
3046 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
3047
3048 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
3049 change. Suggested by David Kastrup.
3050
3051 * simple.el (compose-mail): Check for incompatibilities and warn.
3052 (compose-mail-user-agent-warnings): New option.
3053
3054 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3055
3056 Support showing a single log entry from vc-annotate.
3057 * vc.el (print-log): Add a new argument: START-REVISION.
3058 (vc-print-log-internal): Add a new optional argument and
3059 pass it to the backend.
3060 (vc-print-log, vc-print-root-log): Adjust callers.
3061 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
3062 buffer already displays the requested log entry, use it.
3063 Otherwise display only the log entry in question.
3064 * vc-svn.el (vc-svn-print-log):
3065 * vc-mtn.el (vc-mtn-print-log):
3066 * vc-hg.el (vc-hg-state):
3067 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
3068 (vc-git-show-log-entry): Return t on success.
3069 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
3070 (vc-bzr-show-log-entry): Return t on success.
3071 * vc-rcs.el (vc-rcs-print-log):
3072 * vc-sccs.el (vc-sccs-print-log):
3073 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
3074
3075 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3076
3077 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
3078 Add menus to the meta mode. (Bug#5043)
3079
3080 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
3081
3082 * ediff-init.el (ediff-event-key): Use event-to-character instead of
3083 event-key.
3084
3085 * ediff.el (ediff-buffers-internal): Add unwind-protect.
3086
3087 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
3088
3089 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
3090 Berbain <raphael.berbain@gmail.com>.
3091
3092 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
3093 characters.
3094 (tramp-initial-end-of-output): New defconst.
3095 (tramp-methods, tramp-find-shell)
3096 (tramp-open-connection-setup-interactive-shell)
3097 (tramp-maybe-open-connection): Use it.
3098 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
3099 existence of `#' and `$'.
3100
3101 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
3102 `tramp-initial-end-of-output'.
3103
3104 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3105
3106 Get the background mode from the terminal for xterm, and set
3107 faces accordingly.
3108 * term/xterm.el (xterm-set-background-mode): New function.
3109 (terminal-init-xterm): Use it in case xterm supports background
3110 color queries. Recompute faces after getting the background
3111 color.
3112
3113 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
3114
3115 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
3116 number comment back on its own line, for easier parsing.
3117
3118 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3119
3120 Make it work for non-file buffers (bug#5102).
3121 * doc-view.el (doc-view-current-cache-dir):
3122 Use doc-view-buffer-file-name rather than buffer-file-name.
3123 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
3124
3125 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
3126
3127 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
3128 author field is too short.
3129
3130 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
3131
3132 * vc-git.el (vc-git-print-log): Handle a limit argument.
3133 Display the short log in graph form and with labels.
3134 (vc-git-log-view-mode): Handle labels.
3135
3136 Make vc-revert change VC state from 'added to 'unregistered.
3137 * vc-git.el (vc-git-revert): Call git reset first.
3138
3139 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
3140
3141 * net/newst-backend.el, net/newst-plainview.el:
3142 * net/newst-reader.el, net/newst-ticker.el:
3143 * net/newst-treeview.el, net/newsticker.el:
3144 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
3145
3146 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
3147
3148 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
3149
3150 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
3151 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
3152 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3153 Update annotation regexp.
3154
3155 * simple.el (beginning-of-visual-line): Constrain to field
3156 boundaries (Bug#5106).
3157
3158 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
3159
3160 * xml.el (xml-substitute-numeric-entities): Move
3161 newsticker--decode-numeric-entities in newst-backend.el to
3162 xml-substitute-numeric-entities in xml.el. (Bug#5008)
3163 * net/newst-backend.el (newsticker--parse-generic-feed)
3164 (newsticker--parse-generic-items)
3165 (newsticker--decode-numeric-entities): Move
3166 newsticker--decode-numeric-entities in newst-backend.el to
3167 xml-substitute-numeric-entities in xml.el. (Bug#5008)
3168
3169 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
3170
3171 * progmodes/js.el (js--js-not): Add null to the list of values.
3172
3173 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
3174
3175 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
3176
3177 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3178
3179 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
3180 delimiter if it is at the end of the current line.
3181 (bibtex-generate-url-list): Fix docstring.
3182
3183 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3184
3185 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
3186 minibuffer's content with itself.
3187 Fold the confirm-after-completion case into the `confirm' case.
3188 (completion-pcm-word-delimiters): Add : and / to the delimiters.
3189
3190 2009-12-06 Kevin Ryde <user42@zip.com.au>
3191
3192 * ffap.el (ffap-rfc-path): Make this a defcustom since
3193 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
3194
3195 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
3196 manuals, similar to existing setup for help-mode. (Bug#3913.)
3197
3198 2009-12-05 Juri Linkov <juri@jurta.org>
3199
3200 Save and restore dired buffer's point positions too. (Bug#4880)
3201
3202 * dired.el (dired-save-positions): Return in the first element
3203 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
3204 Doc fix.
3205 (dired-restore-positions): First restore buffer's position.
3206 While restoring window's positions, check if window still displays
3207 the original buffer.
3208
3209 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
3210
3211 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
3212 if possible.
3213
3214 * shell.el (shell): Require ansi-color (Bug#5113).
3215
3216 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
3217
3218 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
3219
3220 2009-12-05 Alan Mackenzie <acm@muc.de>
3221
3222 * progmodes/cc-mode.el (c-before-hack-hook)
3223 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
3224 `c-file-style' to work again. This reversion restores the current
3225 software to its state in Emacs 23.1. (Bug#4146)
3226
3227 2009-12-05 Kevin Ryde <user42@zip.com.au>
3228
3229 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
3230 comment-start-skip to comment-end-skip as comment (Bug#4781).
3231
3232 2009-12-05 Juri Linkov <juri@jurta.org>
3233
3234 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
3235 for virtual nodes. (Bug#4147)
3236 (Info-find-node-2): Set `Info-current-node-virtual' to nil
3237 when moving from a virtual node.
3238 (Info-mode-menu): Add `Info-virtual-index' to the menu.
3239 (Info-mode): Add `Info-virtual-index' to the docstring.
3240
3241 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3242
3243 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
3244 track of the buffer position of the end of a BibTeX entry as this
3245 position may change during reformatting.
3246 (bibtex-format-entry): Remove whitespace before processing
3247 numerical fields so that we recognize the latter properly.
3248 (bibtex-reformat): Do not use push which changes the global value
3249 of bibtex-entry-format.
3250 (bibtex-field-braces-alist, bibtex-field-strings-alist)
3251 (bibtex-field-re-init): Replace only space characters by regexp
3252 for whitespace.
3253 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
3254 (bibtex-initialize): Also update bibtex-strings.
3255 (bibtex-kill-field): Preserve white space at end of entry.
3256 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
3257 Update bibtex-reference-keys.
3258
3259 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3260
3261 * minibuffer.el (completion-pcm--merge-try): Also consider placing
3262 point after a star, if that's the only place where modifications can
3263 make progress.
3264
3265 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
3266
3267 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
3268 in docstrings.
3269
3270 2009-12-04 Juri Linkov <juri@jurta.org>
3271
3272 * proced.el (proced): Call `(proced-update t)' to update process
3273 information instead of only running proced-post-display-hook.
3274 (proced-send-signal): Add a leading space to the buffer name
3275 " *Marked Processes*" to make this buffer ephemeral.
3276
3277 2009-12-04 Juri Linkov <juri@jurta.org>
3278
3279 * dired.el (dired-auto-revert-buffer): New defcustom.
3280 (dired-internal-noselect): Use it.
3281
3282 2009-12-04 Juri Linkov <juri@jurta.org>
3283
3284 Change roles of modes and functions in image-mode.el (Bug#5062).
3285
3286 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
3287 in `auto-mode-alist'.
3288 (image-mode-previous-major-mode): New variable.
3289 (image-minor-mode-map): Rename from `image-mode-text-map'.
3290 (image-mode): Move graceful error-handling code from
3291 `image-minor-mode' to here. On errors call `image-mode-as-text'.
3292 (image-minor-mode): Remove all image-handling code.
3293 Replace `image-mode-text-map' with `image-minor-mode-map'.
3294 Check for `image-type' in mode-line format string.
3295 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
3296 (image-mode-as-text): New function with most code from
3297 `image-mode-maybe'.
3298 (image-toggle-display-text): Move code that removes image
3299 properties from `image-toggle-display' to here.
3300 (image-toggle-display-image): New function with code that adds
3301 image properties copied from `image-toggle-display'.
3302 (image-toggle-display): Remove most code with leaving only code
3303 that toggles between `image-mode-as-text' and `image-mode'.
3304
3305 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
3306
3307 * net/newst-treeview.el
3308 (newsticker--treeview-list-highlight-start): Restored call to
3309 save-excursion: Selected item was stuck.
3310 (newsticker--treeview-list-select): New.
3311 (newsticker--treeview-item-show-text)
3312 (newsticker--treeview-item-show)
3313 (newsticker--treeview-item-update): Use new
3314 newsticker-treeview-item-mode.
3315 (newsticker-treeview-update): Keep current item.
3316 (newsticker-treeview-next-new-or-immortal-item): Doc change.
3317 (newsticker--treeview-first-feed): Doc change.
3318 (newsticker-treeview-list-menu)
3319 (newsticker-treeview-item-menu): Added menu entries.
3320 (newsticker-treeview-item-mode): New.
3321
3322 * net/newst-backend.el (newsticker-customize): Delete other
3323 windows.
3324
3325 2009-12-04 Sam Steingold <sds@gnu.org>
3326
3327 * log-view.el (log-view-mode-map): "q" calls quit-window,
3328 like in all the other non-self-insert buffers.
3329
3330 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3331
3332 Minor cleanup.
3333 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
3334 key decoding rather than do it manually via last-input-event +
3335 ascii-character.
3336 (term-exec): Use delete-and-extract-region.
3337 (term-handle-ansi-terminal-messages): Remove unused var `end'.
3338 (term-process-pager): Remove unused var `i'.
3339 (term-dynamic-simple-complete): Make obsolete.
3340 (serial-update-config-menu): Remove unused vars `y' and `str'.
3341 (term-update-mode-line): Remove unused var `temp'.
3342
3343 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3344
3345 Limit the number of log entries displayed by default.
3346 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
3347 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
3348 using a prefix argument.
3349
3350 2009-12-03 Glenn Morris <rgm@gnu.org>
3351
3352 * progmodes/idlwave.el (class): Restore still useful declaration.
3353
3354 2009-12-03 Alan Mackenzie <acm@muc.de>
3355
3356 Enhance `c-parse-state' to run efficiently in "brace deserts".
3357
3358 * progmodes/cc-mode.el (c-basic-common-init):
3359 Call c-state-cache-init.
3360 (c-neutralize-syntax-in-and-mark-CPP): Rename from
3361 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
3362 placing `category' properties value 'c-cpp-delimiter at its boundaries.
3363
3364 * progmodes/cc-langs.el (c-before-font-lock-function):
3365 c-extend-and-neutralize-syntax-in-CPP has been renamed
3366 c-neutralize-syntax-in-and-mark-CPP.
3367
3368 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
3369 with `category' properties now, not `syntax-table' ones.
3370
3371 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
3372 enhanced (but slower) version of c-end-of-macro that won't land
3373 inside a literal or on another awkward character.
3374 (c-state-cache-too-far, c-state-cache-start)
3375 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
3376 (c-state-nonlit-pos-cache-limit, c-state-point-min)
3377 (c-state-point-min-lit-type, c-state-point-min-lit-start)
3378 (c-state-min-scan-pos, c-state-brace-pair-desert)
3379 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
3380 buffer local variables.
3381 (c-state-literal-at, c-state-lit-beg)
3382 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
3383 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
3384 (c-state-cache-top-paren, c-state-cache-after-top-paren)
3385 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
3386 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
3387 (c-renarrow-state-cache)
3388 (c-append-lower-brace-pair-to-state-cache)
3389 (c-state-push-any-brace-pair, c-append-to-state-cache)
3390 (c-remove-stale-state-cache)
3391 (c-remove-stale-state-cache-backwards, c-state-cache-init)
3392 (c-invalidate-state-cache-1, c-parse-state-1)
3393 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
3394 (c-parse-state): Enhance and refactor.
3395 (c-debug-parse-state): Amend to deal with all the new variables.
3396
3397 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
3398 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
3399 modify to use category text properties rather than syntax-table ones.
3400 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
3401 to switch off/on the syntactic paren property of C++ template
3402 delimiters using the category property.
3403 (c-with-<->-as-parens-suppressed): Macro to invoke code with
3404 template delims suppressed.
3405 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
3406 New constant/macros which apply category properties to the start
3407 and end of preprocessor constructs.
3408 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
3409 "comment out" the syntactic value of characters in preprocessor
3410 constructs.
3411 (c-with-cpps-commented-out)
3412 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
3413 with characters in all or all but one preprocessor constructs
3414 "commented out".
3415
3416 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3417
3418 * proced.el (proced-filter-alist): Use regexp-quote.
3419
3420 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
3421
3422 Cleanup.
3423 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
3424 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
3425 arguments. Expand `default-directory'.
3426
3427 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
3428 the benefit of returning an expanded localname.
3429 (tramp-tramp-file-p): Handle the case NAME is not a string.
3430
3431 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3432
3433 Add support for bzr shelve/unshelve.
3434 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3435 (vc-bzr-extra-menu-map): New variables.
3436 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
3437 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
3438 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
3439 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
3440 (vc-bzr-dir-extra-headers): Display shelves.
3441
3442 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
3443
3444 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3445
3446 * textmodes/bibtex.el (bibtex-complete-internal):
3447 Use completion-in-region.
3448 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
3449
3450 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3451
3452 Support applying stashes. Improve UI.
3453 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
3454 (vc-git-stash-apply, vc-git-stash-pop)
3455 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
3456 (vc-git-stash-menu): New functions.
3457 (vc-git-stash-menu-map): New variable.
3458 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
3459
3460 2009-12-03 Glenn Morris <rgm@gnu.org>
3461
3462 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
3463 (vc-print-log-internal): Fix previous change.
3464 (vc-revert): Correct pluralization.
3465
3466 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3467
3468 * progmodes/make-mode.el (makefile-special-targets-list): No need for
3469 it to be an alist any more.
3470 (makefile-complete): Use completion-in-region.
3471
3472 * progmodes/octave-mod.el (octave-complete-symbol):
3473 Use completion-in-region.
3474
3475 Misc cleanup.
3476 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
3477 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
3478 (idlwave-complete-class): Don't quote lambda.
3479 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
3480 (idlwave-mode-map): Move initialization into declaration.
3481 (idlwave-action-and-binding): Use backquotes.
3482 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
3483 Simplify.
3484 (idlwave-is-pointer-dereference): Remove unused var `pos'.
3485 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
3486 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
3487 `parts', and `all-parts'.
3488 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
3489 (idlwave-convert-xml-system-routine-info): Remove unused string
3490 `version-string'.
3491 (idlwave-display-user-catalog-widget): Use dolist.
3492 (idlwave-scanning-lib): Declare dynamically-scoped var.
3493 (idlwave-scan-library-catalogs): Remove unused var `flags'.
3494 (completion-highlight-first-word-only): Declare to silence bytecomp.
3495 (idlwave-popup-select): Tighten scope of `resp'.
3496 (idlwave-find-struct-tag): Remove unused var `beg'.
3497 (idlwave-after-load-rinfo-hook): Declare.
3498 (idlwave-sintern-class-info): Remove unused var `taglist'.
3499 (idlwave-find-class-definition): Remove unused var `list'.
3500 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
3501 (idlwave-what-module-find-class): Remove unused var `classes'.
3502
3503 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
3504
3505 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
3506
3507 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3508
3509 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
3510 buffers visited. Remove redundant current-buffer-saving.
3511
3512 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3513
3514 Use completion-in-buffer and remove uses of dynamic scoping.
3515 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
3516 (pascal-buffer-to-use, pascal-flag): Don't declare.
3517 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
3518 (pascal-get-completion-decl, pascal-keyword-completion):
3519 Add `pascal-str' argument, save-excursion,
3520 return the found completions, and don't filter with pascal-pred.
3521 (pascal-completion-cache): New var.
3522 (pascal-completion): Don't switch buffer any more (it was never
3523 necessary). Don't save-excursion any more (it's done by the called
3524 subroutines). Use a cache to avoid redundant computations.
3525 Use complete-with-action rather than pascal-completion-response and
3526 let it apply the predicate as well.
3527 (pascal-complete-word): Use completion-in-buffer when
3528 pascal-toggle-completions is nil.
3529 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
3530 not used any more.
3531 (pascal-comp-defun): Don't change buffer any more.
3532 Use complete-with-action rather than pascal-completion-response and
3533 let it apply the predicate as well.
3534 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
3535 when neded.
3536
3537 2009-12-02 Kenichi Handa <handa@m17n.org>
3538
3539 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
3540 shape for all Indic scripts.
3541
3542 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3543
3544 Use completion-in-buffer.
3545 * wid-edit.el (widget-field-text-end): New function.
3546 (widget-field-value-get): Use it.
3547 (widget-string-complete, widget-file-complete)
3548 (widget-color-complete): Use it and completion-in-region.
3549 (widget-complete): Don't narrow the buffer.
3550
3551 2009-12-02 Glenn Morris <rgm@gnu.org>
3552
3553 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
3554 (rmail-select-summary): Use rmail-pop-to-buffer.
3555 * mail/rmailsum.el: Replace all pop-to-buffer calls with
3556 rmail-pop-to-buffer, to prevent horizontal splits.
3557
3558 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
3559 save-excursion with save-current-buffer.
3560 Widen before searching. (Bug#5093)
3561 (diary-list-sexp-entries): Remove superfluous save-excursion.
3562
3563 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
3564
3565 * woman.el (woman-make-bufname): Handle man-pages with "." in the
3566 name. (Bug#5038)
3567
3568 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
3569
3570 * ido.el (ido-file-internal): Handle filenames at point that do
3571 not have a directory part. (Bug#5049)
3572
3573 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
3574
3575 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
3576 (mpc-songs-jump-to, mpc-resume): Doc fixes.
3577
3578 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
3579
3580 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
3581 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
3582 any more.
3583
3584 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3585
3586 * comint.el (comint-insert-input): Ignore clicks to the right of
3587 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
3588
3589 * vc.el (vc-print-log-internal): Don't wait for the process to
3590 terminate before setting up the major mode.
3591
3592 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
3593 in case.
3594
3595 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
3596 the last element.
3597
3598 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
3599
3600 2009-12-01 Glenn Morris <rgm@gnu.org>
3601
3602 * window.el (window--display-buffer-2): Fix previous changes.
3603
3604 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
3605
3606 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
3607
3608 2009-12-01 Glenn Morris <rgm@gnu.org>
3609
3610 * Makefile.in (ELCFILES): Add mpc.elc.
3611
3612 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3613
3614 * mpc.el: New file.
3615
3616 2009-12-01 Glenn Morris <rgm@gnu.org>
3617
3618 * window.el (window-to-use): Define for compiler.
3619
3620 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
3621 consistent with others (no final period).
3622
3623 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
3624 (rmail-mime-show): Downcase the encoding. (Bug#5070)
3625
3626 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
3627
3628 Make vc-print-log buttons work.
3629 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
3630
3631 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
3632
3633 * savehist.el (savehist-autosave-interval): Allow setting to nil
3634 through customize. (Bug#5056)
3635
3636 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
3637
3638 Fix references to jit-lock properties.
3639 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3640 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
3641 (perl-font-lock-special-syntactic-constructs):
3642 Quote jit-lock-defer-multiline property.
3643
3644 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
3645
3646 * vc-git.el (vc-git-registered): Call vc-git-root only once.
3647
3648 2009-11-30 Juri Linkov <juri@jurta.org>
3649
3650 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
3651 value `buffer' of `multi-isearch-next-buffer-current-function'.
3652 Use `(current-buffer)' when `buffer' is nil.
3653 (multi-isearch-next-buffer-from-list): Don't fallback to
3654 `(current-buffer)' when `buffer' is nil. (Bug#4947)
3655
3656 2009-11-30 Juri Linkov <juri@jurta.org>
3657
3658 * misearch.el (multi-isearch-read-buffers): Move canonicalization
3659 of buffers with `get-buffer' to `multi-isearch-buffers'.
3660 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3661 Canonicalize BUFFERS with `get-buffer'. Doc fix.
3662 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
3663 FILES with `expand-file-name' converting relative file names
3664 to absolute. Doc fix. (Bug#4727)
3665
3666 2009-11-30 Juri Linkov <juri@jurta.org>
3667
3668 * misearch.el (multi-isearch-read-buffers)
3669 (multi-isearch-read-matching-buffers): New functions.
3670 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3671 Use them in the `interactive' spec. Doc fix.
3672 (multi-isearch-read-files, multi-isearch-read-matching-files):
3673 New functions.
3674 (multi-isearch-files, multi-isearch-files-regexp):
3675 Use them in the `interactive' spec. Doc fix. (Bug#4725)
3676
3677 2009-11-30 Juri Linkov <juri@jurta.org>
3678
3679 * doc-view.el (doc-view-continuous):
3680 Rename from `doc-view-continuous-mode'.
3681 (doc-view-menu): Move "Toggle display" to the top.
3682 Add submenu "Continuous" with radio buttons "Off"/"On"
3683 and "Save as Default".
3684 (doc-view-scroll-up-or-next-page)
3685 (doc-view-scroll-down-or-previous-page)
3686 (doc-view-next-line-or-next-page)
3687 (doc-view-previous-line-or-previous-page): Rename
3688 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
3689
3690 2009-11-30 Juri Linkov <juri@jurta.org>
3691
3692 * comint.el (comint-mode-map): Rebind `M-r' from
3693 `comint-previous-matching-input' to
3694 `comint-history-isearch-backward-regexp'.
3695 Unbind `M-s' to allow global key binding `M-s'.
3696 Add menu items for `comint-history-isearch-backward' and
3697 `comint-history-isearch-backward-regexp'. (Bug#3746)
3698
3699 2009-11-30 Juri Linkov <juri@jurta.org>
3700
3701 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
3702 For def=recenter, replace `recenter' with `recenter-top-bottom'
3703 that is called with `this-command' and `last-command' let-bound
3704 to `recenter-top-bottom'. When the last `def' was not `recenter',
3705 set `recenter-last-op' to nil. (Bug#4981)
3706
3707 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3708
3709 Minor cleanup and simplification.
3710 * filecache.el (file-cache-add-directory)
3711 (file-cache-add-directory-recursively)
3712 (file-cache-add-from-file-cache-buffer)
3713 (file-cache-delete-file-regexp, file-cache-delete-directory)
3714 (file-cache-files-matching-internal, file-cache-display): Use dolist.
3715 (file-cache-temp-minibuffer-message): Delete function.
3716 (file-cache-minibuffer-complete): Use minibuffer-message instead.
3717
3718 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3719 Don't signal an error when bumping into EOB in tr, s, or y.
3720
3721 2009-11-29 Juri Linkov <juri@jurta.org>
3722
3723 * startup.el (fancy-about-text): Fix wording of Guided Tour.
3724 (Bug#4960)
3725
3726 * descr-text.el (describe-char-unidata-list): Use lowercase name
3727 for "Unicode name" like in other tags.
3728
3729 2009-11-29 Juri Linkov <juri@jurta.org>
3730
3731 * ediff-util.el (ediff-minibuffer-with-setup-hook):
3732 New compatibility macro.
3733 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
3734
3735 2009-11-29 Juri Linkov <juri@jurta.org>
3736
3737 Add defcustom to define the cycling order of `recenter-top-bottom'.
3738 (Bug#4981)
3739
3740 * window.el (recenter-last-op): Doc fix.
3741 (recenter-positions): New defcustom.
3742 (recenter-top-bottom): Rewrite to use `recenter-positions'.
3743 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
3744
3745 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
3746
3747 Improve integration of Tramp and ange-ftp in eshell.
3748
3749 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
3750 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
3751 (eshell/sudo): Flatten args. Let-bind `default-directory'.
3752
3753 * eshell/esh-util.el (top): Require also Tramp when compiling.
3754 (eshell-directory-files-and-attributes): Check for FTP remote
3755 connection.
3756 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
3757 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
3758 (eshell-file-attributes): Handle ".". Return `entry'.
3759
3760 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
3761 (ange-ftp-directory-files-and-attributes)
3762 (ange-ftp-real-directory-files-and-attributes): New defuns.
3763
3764 * net/tramp.el (tramp-maybe-open-connection): Open the remote
3765 shell with "exec" when possible. This prevents trailing prompts
3766 in `start-file-process'.
3767
3768 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3769
3770 Try and remove assumptions about point-min==1.
3771 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
3772 (rng-compute-mode-line-string): Show the validation percentage in
3773 terms of the narrowed text, not the widened text.
3774 (rng-do-some-validation): Don't catch internal errors when debugging.
3775 (rng-first-error): Simplify.
3776 (rng-after-change-function): Remove work around. AFAIK the bug has
3777 been fixed a while ago.
3778
3779 * image-mode.el (image-minor-mode): Exit more gracefully when the image
3780 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
3781
3782 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
3783
3784 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
3785 `cd' doesn't always do it for us (bug#5067).
3786
3787 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
3788 on 2009-10-25 as part of some other change (bug#5067).
3789
3790 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3791
3792 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3793 `suspicious'.
3794 (byte-compile-warnings): Use byte-compile-warning-types.
3795 (byte-compile-save-excursion): Warn about use of set-buffer right
3796 after save-excursion.
3797
3798 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
3799 the excursion as well.
3800
3801 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
3802
3803 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
3804 providing a Tramp related implementation of "su" and "sudo".
3805 (eshell-unix-initialize): Add "su" and "sudo".
3806
3807 2009-11-27 Daiki Ueno <ueno@unixuser.org>
3808
3809 * net/socks.el (socks-send-command): Convert binary request to
3810 unibyte before sending. This fixes mishandling of some port
3811 numbers such as 129.
3812
3813 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3814
3815 * help.el (describe-bindings-internal): Remove `interactive'.
3816
3817 * man.el (Man-completion-table): Trim a terminating "(".
3818 Remove the space between name page a section.
3819 Add the command's description on the `help-echo' property.
3820 Remove `process-connection-type' binding since it's unused by
3821 call-process.
3822 Provide completion for the "<section> <name>" format as well.
3823 (Man-default-man-entry): Remove spurious var shadowing the argument.
3824
3825 2009-11-26 Kevin Ryde <user42@zip.com.au>
3826
3827 * log-view.el: Add "Keywords: tools", since its other keywords
3828 aren't in finder-known-keywords, and following vc.el.
3829
3830 * sha1.el (sha1-string-external): default-directory "/" in case
3831 otherwise non-existent. process-connection-type pipe for touch of
3832 efficiency recommended by elisp manual. (An aside in Bug#3911.)
3833
3834 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3835
3836 Misc coding convention cleanups.
3837 * htmlfontify.el (hfy-init-kludge-hook): Rename from
3838 hfy-init-kludge-hooks.
3839 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
3840 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
3841 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
3842 and push.
3843 (hfy-slant, hfy-weight): Use tables rather than code.
3844 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
3845 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
3846 (hfy-face-attr-for-class): Initialize `face-spec' directly.
3847 (hfy-face-to-css): Remove `nconc' with single arg.
3848 (hfy-p-to-face-lennart): Use `or'.
3849 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
3850 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
3851 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
3852 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
3853 (hfy-force-fontification): Use run-hooks.
3854
3855 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
3856
3857 Various minor fixes.
3858 * htmlfontify.el (hfy-default-header): Add toggle_invis since
3859 Javascript belongs in the header, not the body.
3860 (hfy-javascript): Remove.
3861 (hfy-fontify-buffer): Don't insert it any more.
3862 (hfy-face-at): Handle (face0 face1 face2) style face properties.
3863 Fix bug in invis handling when there were no invis props in a chunk.
3864
3865 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3866
3867 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
3868
3869 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
3870
3871 * finder.el (finder-mode-map): Add a menu.
3872
3873 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
3874
3875 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
3876 "unsigned" structs.
3877
3878 (verilog-leap-to-head, verilog-backward-token): Handle "disable
3879 fork" statement better.
3880
3881 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
3882
3883 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3884 (verilog-delete-auto, verilog-delete-empty-auto-pair)
3885 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3886 Reported by Clay Douglass.
3887
3888 (verilog-auto-inst, verilog-auto-star-safe)
3889 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3890 Fix removing "// Interfaces" when saving .* expansions. Reported by
3891 Pierre-David Pfister.
3892
3893 2009-11-26 Glenn Morris <rgm@gnu.org>
3894
3895 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3896 the scope.
3897
3898 2009-11-25 Johan Bockgård <bojohan@gnu.org>
3899
3900 * vc-annotate.el (vc-annotate-revision-previous-to-line):
3901 Really use previous revision.
3902
3903 2009-11-25 Kevin Ryde <user42@zip.com.au>
3904
3905 * man.el (Man-completion-table): default-directory "/" in case
3906 doesn't otherwise exist. process-environment COLUMNS=999 so as
3907 not to truncate long names. process-connection-type pipe to avoid
3908 any chance of hitting the pseudo-tty TIOCGWINSZ.
3909 (man): completion-ignore-case t for friendliness and since man
3910 itself is case-insensitive on the command line.
3911 Further to Bug#3717.
3912
3913 * arc-mode.el: Add "Keywords: files", so the details in its
3914 commentary can be reached from finder-by-keyword.
3915 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
3916 editing mode, but it's comms related and sgml-mode.el has "comm"
3917 on that basis too.
3918 * textmodes/bibtex-style.el: Add "Keywords: tex".
3919 * international/isearch-x.el, international/ja-dic-cnv.el:
3920 * international/ja-dic-utl.el, international/kkc.el:
3921 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
3922
3923 2009-11-25 Juri Linkov <juri@jurta.org>
3924
3925 * man.el (Man-completion-table): Modify regexp to include
3926 section names to completion strings. (Bug#3717)
3927
3928 2009-11-25 Juri Linkov <juri@jurta.org>
3929
3930 Search recursively in gzipped files. (Bug#4982)
3931
3932 * progmodes/grep.el (grep-highlight-matches): Add new options
3933 `always' and `auto'. Doc fix.
3934 (grep-process-setup): Check `grep-highlight-matches' for
3935 `auto-detect' to determine the need to compute grep defaults.
3936 Move Windows/DOS specific --colors settings handling
3937 to `grep-compute-defaults'. Check `grep-highlight-matches'
3938 to get the value of "--color=".
3939 (grep-compute-defaults): Compute `grep-highlight-matches' when it
3940 has the value `auto-detect'. Move Windows/DOS specific settings
3941 from `grep-process-setup'.
3942 (zrgrep): New command with alias `rzgrep'.
3943
3944 2009-11-25 Juri Linkov <juri@jurta.org>
3945
3946 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
3947 to nil instead of switching off view-mode. (Bug#4896)
3948
3949 2009-11-25 Juri Linkov <juri@jurta.org>
3950
3951 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
3952
3953 * mwheel.el (mwheel-scroll-up-function)
3954 (mwheel-scroll-down-function): New defvars.
3955 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
3956 `scroll-up', and `mwheel-scroll-down-function' instead of
3957 `scroll-down'.
3958
3959 * doc-view.el (doc-view-scroll-up-or-next-page)
3960 (doc-view-scroll-down-or-previous-page): Add optional ARG.
3961 Use this ARG in the call to image-scroll-up/image-scroll-down.
3962 Change `interactive' spec to "P". Goto next/previous page only
3963 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
3964 SPC/DEL case). Doc fix.
3965 (doc-view-next-line-or-next-page)
3966 (doc-view-previous-line-or-previous-page): Rename arg to ARG
3967 for consistency.
3968 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
3969 `doc-view-scroll-up-or-next-page', and buffer-local
3970 `mwheel-scroll-down-function' to
3971 `doc-view-scroll-down-or-previous-page'.
3972
3973 2009-11-25 Juri Linkov <juri@jurta.org>
3974
3975 Provide additional default values (directories at other Dired
3976 windows) via M-n in the minibuffer of some Dired commands.
3977
3978 * dired-aux.el (dired-diff, dired-compare-directories)
3979 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
3980 `minibuffer-default' in `minibuffer-with-setup-hook'.
3981 (dired-dwim-target-directory): Find a window that displays Dired
3982 buffer instead of failing when the next window is not Dired.
3983 Use `get-window-with-predicate' to find for the next Dired window.
3984 (dired-dwim-target-defaults): New function.
3985
3986 * ediff-util.el (ediff-read-file-name):
3987 Use `dired-dwim-target-defaults' to set `minibuffer-default'
3988 in `minibuffer-with-setup-hook'.
3989
3990 2009-11-25 Juri Linkov <juri@jurta.org>
3991
3992 Provide additional default values (file name at point or at the
3993 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
3994
3995 * minibuffer.el (read-file-name-defaults): New function.
3996 (read-file-name): Reset `minibuffer-default' to nil when
3997 it duplicates initial input `insdef'.
3998 Bind `minibuffer-default-add-function' to lambda that
3999 calls `read-file-name-defaults' in `minibuffer-selected-window'.
4000 (minibuffer-insert-file-name-at-point): New command.
4001
4002 * files.el (file-name-at-point-functions): New defcustom.
4003 (find-file-default): Remove defvar.
4004 (find-file-read-args): Don't use `find-file-default'.
4005 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4006 to `read-file-name'.
4007 (find-file-literally): Use `read-file-name' with
4008 `confirm-nonexistent-file-or-buffer'.
4009
4010 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
4011
4012 * dired.el (dired-read-dir-and-switches):
4013 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4014 to `read-file-name'.
4015 (dired-file-name-at-point): New function.
4016 (dired-mode): Add hook `dired-file-name-at-point' to
4017 `file-name-at-point-functions'.
4018
4019 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4020
4021 Really make the *Completions* window soft-dedicated (bug#5030).
4022 * window.el (window--display-buffer-2): Add `dedicated' argument.
4023 (display-buffer): Pass it when needed so the dedicated flag is set
4024 after calling set-window-buffer, which would otherwise reset it.
4025
4026 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4027
4028 * progmodes/meta-mode.el (meta-complete-symbol):
4029 * progmodes/etags.el (complete-tag):
4030 * mail/mailabbrev.el (mail-abbrev-complete-alias):
4031 Use completion-in-region.
4032
4033 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
4034 (dabbrev-completion): Use completion-in-region.
4035 (dabbrev--abbrev-at-point): Simplify regexp.
4036
4037 * abbrev.el (abbrev--before-point): Use word-motion functions
4038 if :regexp is not specified (bug#5031).
4039
4040 * subr.el (string-prefix-p): New function.
4041
4042 * man.el (Man-completion-cache): New var.
4043 (Man-completion-table): Use it.
4044
4045 * vc.el (vc-print-log-internal): Make `limit' optional for better
4046 compatibility (e.g. with vc-annotate.el).
4047
4048 2009-11-24 Kevin Ryde <user42@zip.com.au>
4049
4050 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
4051 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
4052
4053 * emacs-lisp/elint.el (elint-add-required-env): Better error message
4054 when .el source file not found or other error.
4055
4056 2009-11-24 Markus Triska <markus.triska@gmx.at>
4057
4058 * linum.el (linum-update-window): Ignore intangible (bug#4996).
4059
4060 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4061
4062 Handle the [back] button properly (bug#4979).
4063 * descr-text.el (describe-text-properties): Add a `buffer' argument.
4064 Use help-setup-xref, help-buffer, and with-help-window.
4065 (describe-char): Add `buffer' argument.
4066 Pass proper command to help-setup-xref. Don't meddle with
4067 help-xref-stack-item directly.
4068 (describe-text-category): Use with-help-window and help-buffer.
4069
4070 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
4071 for the displayed buffer (bug#4887).
4072
4073 * man.el (Man-completion-table): New function.
4074 (man): Use it.
4075
4076 2009-11-24 David Reitter <david.reitter@gmail.com>
4077
4078 * vc-git.el (vc-git-registered): Use checkout directory (where
4079 .git is) rather than the file's directory and a relative path spec
4080 to work around a bug in git.
4081
4082 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
4083
4084 Improve handling of processes on remote hosts.
4085
4086 * eshell/esh-util.el (eshell-path-env): New defvar.
4087 (eshell-parse-colon-path): New defun.
4088 (eshell-file-attributes): Use `eshell-parse-colon-path'.
4089
4090 * eshell/esh-ext.el (eshell-search-path):
4091 Use `eshell-parse-colon-path'.
4092 (eshell-remote-command): Remove argument HANDLER.
4093 (eshell-external-command): Check for FTP remote connection.
4094
4095 * eshell/esh-proc.el (eshell-gather-process-output):
4096 Use `file-truename', in order to start also symlinked files.
4097 Apply `start-file-process' instead of `start-process'.
4098 Shorten `command' to the local file name part.
4099
4100 * eshell/em-cmpl.el (eshell-complete-commands-list):
4101 Use `eshell-parse-colon-path'.
4102
4103 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
4104
4105 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
4106 to `eshell-directory-change-hook'.
4107
4108 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
4109
4110 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
4111 because it could be enabled automatically if view-read-only is non-nil.
4112
4113 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
4114
4115 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
4116 made on 2009-11-22.
4117
4118 2009-11-24 Glenn Morris <rgm@gnu.org>
4119
4120 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
4121 deleted variable bookmark-bmenu-bookmark-column.
4122
4123 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4124
4125 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
4126
4127 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
4128
4129 * net/browse-url.el (browse-url-filename-alist): On Windows, add
4130 two slashes to the "file:" prefix.
4131 (browse-url-file-url): De-munge Cygwin filenames before passing
4132 them to Windows browser.
4133 (browse-url-default-windows-browser): Use call-process.
4134
4135 2009-11-23 Juri Linkov <juri@jurta.org>
4136
4137 Implement DocView Continuous mode. (Bug#4896)
4138 * doc-view.el (doc-view-continuous-mode): New defcustom.
4139 (doc-view-mode-map): Bind C-n/<down> to
4140 `doc-view-next-line-or-next-page', C-p/<up> to
4141 `doc-view-previous-line-or-previous-page'.
4142 (doc-view-next-line-or-next-page)
4143 (doc-view-previous-line-or-previous-page): New commands.
4144
4145 2009-11-23 Juri Linkov <juri@jurta.org>
4146
4147 Implement Isearch in comint input history. (Bug#3746)
4148 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
4149 `isearch-mode-hook'.
4150 (comint-history-isearch): New defcustom.
4151 (comint-history-isearch-backward)
4152 (comint-history-isearch-backward-regexp): New commands.
4153 (comint-history-isearch-message-overlay): New buffer-local variable.
4154 (comint-history-isearch-setup, comint-history-isearch-end)
4155 (comint-goto-input, comint-history-isearch-search)
4156 (comint-history-isearch-message, comint-history-isearch-wrap)
4157 (comint-history-isearch-push-state)
4158 (comint-history-isearch-pop-state): New functions.
4159
4160 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
4161
4162 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
4163 return.
4164 (tramp-handle-make-symbolic-link)
4165 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
4166 Quote file names.
4167 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
4168 (tramp-handle-process-file): Use it.
4169
4170 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4171
4172 * window.el (move-to-window-line-last-op): Remove.
4173 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
4174
4175 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4176
4177 Make M-r mirror the new cycling behavior of C-l.
4178 * window.el (move-to-window-line-last-op): New var.
4179 (move-to-window-line-top-bottom): New command.
4180 (global-map): Bind M-r move-to-window-line-top-bottom.
4181
4182 2009-11-23 Sven Joachim <svenjoac@gmx.de>
4183
4184 * dired-x.el (dired-guess-shell-alist-default):
4185 Support xz format. (Bug#4953)
4186
4187 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
4188
4189 * emulation/viper-cmd.el: Use viper-last-command-char instead of
4190 last-command-char/last-command-event.
4191 (viper-prefix-arg-value): Do correct conversion of event-char for
4192 XEmacs.
4193
4194 * emulation/viper-util.el, emulation/viper.el:
4195 Use viper-last-command-char instead of
4196 last-command-char/last-command-event.
4197
4198 * ediff-init.el, ediff-mult.el, ediff-util.el:
4199 Replace last-command-char and last-command-event
4200 with (ediff-last-command-char) everywhere.
4201
4202 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
4203 created in fundamental mode.
4204
4205 * ediff.el (ediff-version): Revert the change of interactive-p to
4206 called-interactively-p.
4207
4208 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
4209
4210 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
4211 generation from word-movement command names.
4212
4213 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
4214
4215 * cus-start.el (all): Add native condition for font-use-system-font.
4216
4217 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
4218
4219 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4220 Correct the patch from 2009-11-18. (Bug#3910)
4221
4222 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
4223
4224 * progmodes/subword.el: Rename from lisp/subword.el.
4225
4226 * subword.el: Rename to progmodes/subword.el.
4227
4228 * Makefile.in (ELCFILES): Adapt to subword.el move.
4229
4230 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4231 Stefan Monnier <monnier@iro.umontreal.ca>
4232
4233 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
4234 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
4235 (bookmark-bmenu-show-filenames): Use push.
4236 (bookmark-bmenu-hide-filenames): Use local var instead of
4237 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
4238 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
4239 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
4240 filenames now that the bookmark names are always available.
4241
4242 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4243
4244 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
4245 (bookmark-search-pattern): Move and leave unbound.
4246 (bookmark-bmenu-mode-map): Change binding.
4247 (bookmark-read-search-input): Simplify.
4248 Don't use text-char-description. Don't error on non-char events.
4249 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
4250 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
4251 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
4252 Use a local var for the timer.
4253 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
4254 (i.e. bookmark-bmenu-search).
4255
4256 2009-11-21 Glenn Morris <rgm@gnu.org>
4257
4258 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
4259
4260 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
4261
4262 * net/browse-url.el (browse-url-default-windows-browser):
4263 Use cygstart for cygwin.
4264
4265 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
4266
4267 * bookmark.el: Formatting and doc fixes only:
4268 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
4269 (bookmark-bmenu-search): Wrap to fit within 80 columns.
4270 Minor grammar and punctuation fixes in doc string.
4271 (bookmark-read-search-input): Adjust to fit within 80 columns.
4272
4273 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4274
4275 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
4276 (c-backward-into-nomenclature): Adapt to subword renaming.
4277
4278 * subword.el (subword-forward, subword-backward, subword-mark)
4279 (subword-kill, subword-backward-kill, subword-transpose)
4280 (subword-downcase, subword-upcase, subword-capitalize)
4281 (subword-forward-internal, subword-backward-internal):
4282 Rename from forward-subword, backward-subword, mark-subword,
4283 kill-subword, backward-kill-subword, transpose-subwords,
4284 downcase-subword, upcase-subword, capitalize-subword,
4285 forward-subword-internal, backward-subword-internal.
4286
4287 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4288
4289 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
4290 New options.
4291 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
4292 New vars.
4293 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
4294 (bookmark-bmenu-filter-alist-by-regexp)
4295 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
4296 (bookmark-bmenu-search): New command.
4297 (bookmark-bmenu-mode-map): Bind it.
4298
4299 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4300
4301 * progmodes/cc-cmds.el: declare-functioned forward-subword and
4302 backward-subword to quit the byte-compiler.
4303
4304 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
4305
4306 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
4307
4308 * progmodes/cc-cmds.el (c-update-modeline)
4309 (c-forward-into-nomenclature, c-backward-into-nomenclature):
4310 Refer to subword.el functions instead of cc-subword.el.
4311
4312 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
4313 subword.el functions instead of cc-subword.el.
4314
4315 * progmodes/cc-subword.el: Rename to subword.el.
4316 * subword.el: Rename from progmodes/cc-subword.el.
4317 (subword-mode-map): Rename from c-subword-mode-map.
4318 (subword-mode): Rename from c-subword-mode.
4319 (global-subword-mode): New global minor mode.
4320 (forward-subword): Rename from c-forward-subword.
4321 (backward-subword): Rename from c-backward-subword.
4322 (mark-subword): Rename from c-mark-subword.
4323 (kill-subword): Rename from c-kill-subword.
4324 (backward-kill-subword): Rename from c-backward-kill-subword.
4325 (transpose-subwords): Rename from c-tranpose-subword.
4326 (downcase-subword): Rename from c-downcase-subword.
4327 (capitalize-subword): Rename from c-capitalize-subword.
4328 (forward-subword-internal): Rename from c-forward-subword-internal.
4329 (backward-subword-internal): Rename from c-backward-subword-internal.
4330
4331 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
4332
4333 * vc.el (vc-deduce-fileset): Allow non-state changing operations
4334 from a dired buffer.
4335 (vc-dired-deduce-fileset): New function.
4336 (vc-root-diff, vc-print-root-log): Use it.
4337
4338 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
4339 nil LIMIT argument to vc-print-log-internal.
4340
4341 2009-11-20 Glenn Morris <rgm@gnu.org>
4342
4343 * Makefile.in (ELCFILES): Regenerate.
4344
4345 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
4346
4347 * calc/calc.el (calc-set-mode-line):
4348 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4349 (math-format-number): Rename `math-format-complement-signed' to
4350 `math-format-twos-complement'.
4351
4352 * calc/calc-bin.el (math-format-twos-complement): Rename from
4353 math-format-complement-signed.
4354 (calc-radix): Rename `calc-complement-signed-mode' to
4355 `calc-twos-complement-mode'.
4356 (calc-octal-radix, calc-hex-radix): Add an argument for
4357 two's complement.
4358
4359 * calc/calc-embed.el (calc-embedded-mode-vars):
4360 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4361
4362 * calc/calc-ext.el (calc-init-extensions):
4363 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4364 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
4365
4366 * calc/calc-units.el (math-build-units-table-buffer):
4367 Let `calc-twos-complement-mode' be nil.
4368
4369 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
4370 entries.
4371
4372 * calc/calc-vec.el (calcFunc-vunpack):
4373 * calc/calc-aent.el (calc-do-calc-eval):
4374 * calc/calc-forms.el (math-format-date):
4375 * calc/calc-graph.el (calc-graph-plot):
4376 * calc/calc-math.el (math-use-emacs-fn):
4377 * calc/calccomp.el (math-compose-expr):
4378 Let `calc-twos-complement-mode' be nil.
4379
4380 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4381
4382 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
4383 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
4384 * minibuffer.el (completion-in-region-functions): New hook.
4385 (completion-in-region): New function.
4386 * emacs-lisp/lisp.el (lisp-complete-symbol):
4387 * pcomplete.el (pcomplete-std-complete): Use it.
4388
4389 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4390
4391 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
4392 (latex-complete-alist): New vars.
4393 (latex-string-prefix-p, latex-complete-bibtex-keys)
4394 (latex-complete-envnames, latex-complete-refkeys)
4395 (latex-complete-data): New functions.
4396 (latex-complete, latex-indent-or-complete): New commands.
4397
4398 * window.el (display-buffer-mark-dedicated): New var.
4399 (display-buffer): Obey it.
4400 * minibuffer.el (minibuffer-completion-help): Use it.
4401
4402 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
4403
4404 * filecache.el (file-cache-add-file): Use push and cons.
4405 (file-cache-delete-file-regexp): Use push.
4406 (file-cache-complete): Use completion-in-region.
4407
4408 * simple.el (with-wrapper-hook): Fix thinko.
4409
4410 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
4411 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
4412 Use with-current-buffer and string-to-number.
4413 (hfy-fallback-colour-values): Use assoc-string.
4414 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
4415 (hfy-face-at): Remove unused var `found-face'.
4416 (hfy-compile-stylesheet): Remove unused var `css'.
4417 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
4418 and `orig-buffer'.
4419 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
4420 Use with-current-buffer.
4421 (hfy-text-p): Use expand-file-name and fewer setq.
4422
4423 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
4424
4425 * htmlfontify.el, hfy-cmap.el: New files.
4426
4427 2009-11-19 Juri Linkov <juri@jurta.org>
4428
4429 * minibuffer.el (completions-format): New defcustom.
4430 (completion--insert-strings): Implement vertical format.
4431
4432 * simple.el (switch-to-completions): Move point to the first
4433 completion when point was at the beginning of the buffer.
4434
4435 2009-11-19 Juri Linkov <juri@jurta.org>
4436
4437 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
4438
4439 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
4440
4441 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
4442
4443 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
4444 (mail-signature): Change default to t.
4445 (mail-from-style): Deprecate `system-default' value.
4446 (mail-insert-from-field): For default value of mail-from-style,
4447 default to `angles' unless `angles' needs quoting and `parens'
4448 does not.
4449 (mail-citation-prefix-regexp): Use citation regexp from
4450 message-mode.
4451
4452 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
4453
4454 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4455 Set variables for computing the prompt for reading password.
4456
4457 2009-11-19 Glenn Morris <rgm@gnu.org>
4458
4459 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
4460
4461 * textmodes/flyspell.el (sgml-lexical-context): Declare.
4462
4463 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
4464 (newsticker-treeview-listwindow-height): Fix custom type.
4465
4466 2009-11-19 Kenichi Handa <handa@m17n.org>
4467
4468 * descr-text.el (describe-char-padded-string): Compose with TAB
4469 only if there's a font for CH.
4470 (describe-char): Fix the condition for detecting a trivial composition.
4471
4472 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
4473
4474 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
4475 more accurate version of the regexp. (Bug#3910)
4476
4477 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
4478
4479 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
4480
4481 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
4482
4483 * font-setting.el (font-use-system-font): Declare for byte-compiler.
4484 (font-setting-change-default-font): Fix typo in docstring.
4485
4486 2009-11-18 Alan Mackenzie <acm@muc.de>
4487
4488 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
4489
4490 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4491
4492 * font-setting.el (font-use-system-font): Move ...
4493
4494 * cus-start.el (all): ... to here.
4495
4496 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
4497
4498 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
4499 Don't set `ad-return-value' if `ad-do-it' doesn't.
4500
4501 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
4502 modification time.
4503
4504 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4505
4506 * menu-bar.el: Put "Use system font" in Option-menu.
4507 (menu-bar-options-save): Add font-use-system-font.
4508
4509 * loadup.el: If feature system-font-setting or font-render-setting is
4510 there, load font-setting.
4511
4512 * Makefile.in (ELCFILES): Add font-settings.el.
4513 * font-setting.el: New file.
4514
4515 2009-11-17 Glenn Morris <rgm@gnu.org>
4516
4517 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
4518
4519 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
4520 Preserve point in the list buffer. (Bug#4939)
4521 Use point-at-eol.
4522 (newsticker--treeview-list-update-highlight)
4523 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
4524
4525 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4526
4527 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
4528 Remove.
4529
4530 * calc/calc-ext.el (calc-init-extensions): Remove references to
4531 symclip.
4532
4533 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
4534
4535 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
4536 * calc/calc-help.el (calc-b-prefix-help): Remove references to
4537 `calc-symclip'.
4538
4539 2009-11-16 Kevin Ryde <user42@zip.com.au>
4540
4541 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
4542 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
4543
4544 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
4545 (lm-keywords-list): Allow comma-only separator like "foo,bar".
4546 Ignore trailing spaces by omit-nulls to split-string (fixing
4547 regression from Emacs 21 due to the incompatible split-string
4548 change). (Bug #4928.)
4549
4550 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
4551
4552 * vc.el (vc-log-show-limit): Default to 2000.
4553 (vc-print-log-internal): Insert buttons to request more entries
4554 when limiting the output.
4555
4556 * vc-sccs.el (vc-sccs-print-log):
4557 * vc-rcs.el (vc-rcs-print-log):
4558 * vc-cvs.el (vc-cvs-print-log):
4559 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
4560 LIMIT is non-nil.
4561
4562 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
4563
4564 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
4565 error when `tramp-gvfs-dbus-event-vector' is set.
4566 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
4567
4568 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4569
4570 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
4571
4572 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
4573
4574 * net/dbus.el (dbus-unregister-service): New defun.
4575 (dbus-register-property): Register the handlers of
4576 "org.freedesktop.DBus.Properties" for SERVICE.
4577 (dbus-property-handler): Fix docstring.
4578
4579 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4580
4581 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
4582 Quote doc string reference in defvaralias as it is not in special form.
4583 (byte-compile-output-docform): Doc fix.
4584
4585 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4586
4587 * calc/calc.el (math-2-word-size, math-half-2-word-size)
4588 (calc-complement-signed-mode): New variables.
4589 (calc-set-mode-line): Add indicator for twos-complements.
4590 (math-format-number): Format twos-complement notation.
4591
4592 * calc/calc-bin.el (calc-word-size): Reset the variables
4593 `math-2-word-size' and `math-half-2-word-size'.
4594 (math-format-complement-signed, math-symclip, calcFunc-symclip)
4595 (calc-symclip): New functions.
4596
4597 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
4598
4599 * calc/calc-embed.el (calc-embedded-mode-vars):
4600 Add `calc-complement-signed-mode' to the list of modes.
4601
4602 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
4603 (calc-b-oper-keys): Add `calc-symclip' to list.
4604
4605 * calc/calc-ext.el (math-read-number-fancy): Read complement
4606 signed numbers.
4607 (calc-init-extensions): Add binding for `calc-symclip'.
4608 Add autoload for `calcFunc-symclip' and `calc-symclip'.
4609
4610 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
4611 `calc-symclip'.
4612 (calc-modes-menu): Add item for twos complement mode.
4613
4614 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
4615
4616 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
4617
4618 * register.el (jump-to-register, insert-register): Handle Semantic
4619 tags. From commented-out advice in semantic/senator.el.
4620
4621 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
4622
4623 * vc.el (vc-log-show-limit): New variable.
4624 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
4625 when using a prefix argument.
4626 (vc-print-log-internal): Add new argument LIMIT.
4627
4628 * vc-svn.el (vc-svn-print-log):
4629 * vc-mtn.el (vc-mtn-print-log):
4630 * vc-hg.el (vc-hg-print-log):
4631 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
4632 pass it to the log command when set. Make the BUFFER argument
4633 non-optional.
4634
4635 * vc-sccs.el (vc-sccs-print-log):
4636 * vc-rcs.el (vc-rcs-print-log):
4637 * vc-git.el (vc-git-print-log):
4638 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
4639 ignore it. Make the BUFFER argument non-optional
4640
4641 * bindings.el (mode-line-buffer-identification): Do not purecopy.
4642
4643 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
4644
4645 * dired.el (dired-mode-map): Move encryption items to "Operate"
4646 menu (Bug#4703).
4647
4648 * strokes.el (strokes-update-window-configuration): Make strokes
4649 buffer current before erasing (Bug#4906).
4650
4651 2009-11-15 Juri Linkov <juri@jurta.org>
4652
4653 * simple.el (set-mark-default-inactive): Add :type, :group
4654 and :version. (Bug#4876)
4655
4656 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
4657
4658 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
4659 (archive-unique-fname): ... here. (Bug#4929)
4660
4661 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4662
4663 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
4664 with a real fix.
4665
4666 * novice.el (disabled-command-function): Add useful args.
4667 Setup the help buffer so that [back] works.
4668 Remove redundant call to help-mode.
4669 (disabled-command-function): Use `case'.
4670 (en/disable-command): New function extracted from enable-command.
4671 (enable-command, disable-command): Use it.
4672
4673 2009-11-14 Glenn Morris <rgm@gnu.org>
4674
4675 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
4676 constants. (Bug#4913)
4677
4678 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
4679
4680 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4681
4682 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
4683 defined in C that have no doc-strings. (Bug#1063)
4684
4685 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
4686
4687 * cus-edit.el (data, files):
4688 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
4689
4690 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
4691
4692 * simple.el (shell-command): Doc fix (Bug#4891).
4693
4694 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
4695
4696 2009-11-14 Glenn Morris <rgm@gnu.org>
4697
4698 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
4699 statements for vc-diff, emerge-quit, and rmail-cease-edit.
4700 If they are already loaded, eval-after-load will do the right thing.
4701
4702 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
4703 compiling.
4704
4705 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
4706
4707 * simple.el (x-selection-owner-p): Declare.
4708 (read-mail-command): Use custom radio type rather than choice.
4709 (completion-no-auto-exit): Doc fix.
4710
4711 * custom.el (defgroup):
4712 * epg-config.el (epg): Doc fixes.
4713
4714 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
4715
4716 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
4717 * international/ccl.el (define-ccl-program): Do not purecopy the
4718 docstring, defconst does it anyway.
4719
4720 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4721
4722 * add-log.el (add-change-log-entry): Avoid displaying the changelog
4723 a second time.
4724
4725 * x-dnd.el (x-dnd-maybe-call-test-function):
4726 * window.el (split-window-vertically):
4727 * whitespace.el (whitespace-help-on):
4728 * vc-rcs.el (vc-rcs-consult-headers):
4729 * userlock.el (ask-user-about-lock-help)
4730 (ask-user-about-supersession-help):
4731 * type-break.el (type-break-force-mode-line-update):
4732 * time-stamp.el (time-stamp-conv-warn):
4733 * terminal.el (te-set-output-log, te-more-break, te-filter)
4734 (te-sentinel, terminal-emulator):
4735 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
4736 (term-write-input-ring, term-check-source, term-start-output-log):
4737 (term-display-buffer-line, term-dynamic-list-completions):
4738 (term-ansi-make-term, serial-term):
4739 * subr.el (selective-display):
4740 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4741 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
4742 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
4743 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
4744 (speedbar-remove-localized-speedbar-support)
4745 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
4746 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
4747 (speedbar-buffers-line-directory):
4748 * simple.el (shell-command-on-region, append-to-buffer)
4749 (prepend-to-buffer):
4750 * shadowfile.el (shadow-save-todo-file):
4751 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
4752 (scroll-bar-maybe-set-window-start):
4753 * sb-image.el (speedbar-image-dump):
4754 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
4755 (load-save-place-alist-from-file):
4756 * ps-samp.el (ps-print-message-from-summary):
4757 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
4758 (ps-background-image, ps-begin-job, ps-do-despool):
4759 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
4760 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
4761 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
4762 (pr-call-process, pr-file-list, pr-interface-save):
4763 * novice.el (disabled-command-function)
4764 (enable-command, disable-command):
4765 * mouse.el (mouse-buffer-menu-alist):
4766 * mouse-copy.el (mouse-kill-preserving-secondary):
4767 * macros.el (kbd-macro-query):
4768 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
4769 * informat.el (batch-info-validate):
4770 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
4771 * hippie-exp.el (try-expand-dabbrev-visible):
4772 * help-mode.el (help-make-xrefs):
4773 * help-fns.el (describe-variable):
4774 * generic-x.el (bat-generic-mode-run-as-comint):
4775 * finder.el (finder-mouse-select):
4776 * find-dired.el (find-dired-sentinel):
4777 * filesets.el (filesets-file-close):
4778 * files.el (list-directory):
4779 * faces.el (list-faces-display, describe-face):
4780 * facemenu.el (list-colors-display):
4781 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
4782 * epg.el (epg--process-filter, epg-cancel):
4783 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
4784 (epa--read-signature-type):
4785 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
4786 (emerge-file-names):
4787 * ehelp.el (electric-helpify):
4788 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4789 * ediff-vers.el (rcs-ediff-view-revision):
4790 * ediff-util.el (ediff-setup):
4791 * ediff-mult.el (ediff-append-custom-diff):
4792 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4793 (ediff-wordify):
4794 * echistory.el (Electric-command-history-redo-expression):
4795 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4796 * disp-table.el (describe-display-table):
4797 * dired.el (dired-find-buffer-nocreate):
4798 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4799 * dabbrev.el (dabbrev--same-major-mode-p):
4800 * chistory.el (list-command-history):
4801 * apropos.el (apropos-documentation):
4802 * allout.el (allout-obtain-passphrase):
4803 (allout-copy-exposed-to-buffer):
4804 (allout-verify-passphrase): Use with-current-buffer.
4805
4806 2009-11-13 Glenn Morris <rgm@gnu.org>
4807
4808 * Makefile.in (ELCFILES): Regenerate.
4809
4810 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
4811
4812 * net/dbus.el (dbus-registered-objects-table): Rename from
4813 `dbus-registered-functions-table', because it contains also properties.
4814 (dbus-unregister-object): Unregister also properties.
4815 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4816 Use a timeout of 500 msec, in order to not block.
4817 (dbus-register-property, dbus-property-handler): New defuns.
4818
4819 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4820
4821 * simple.el (minibuffer-default-add-completions): Drop deprecated
4822 4th arg.
4823
4824 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
4825
4826 * textmodes/artist.el (artist-mouse-choose-operation):
4827 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
4828 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
4829 (artist-compute-up-event-key): New function.
4830 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
4831
4832 2009-11-13 Kenichi Handa <handa@m17n.org>
4833
4834 * language/japan-util.el: Make sure that the value of jisx0208
4835 property is jisx0208 character.
4836
4837 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
4838
4839 * international/mule.el (auto-coding-regexp-alist): Only purecopy
4840 car or each item, not the whole list.
4841
4842 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4843
4844 * minibuffer.el (minibuffer-completion-help):
4845 Use minibuffer-hide-completions.
4846
4847 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
4848
4849 * dired.el (dired-save-positions, dired-restore-positions): New funs.
4850 (dired-revert): Use them (bug#4880).
4851
4852 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4853
4854 * tooltip.el (tooltip-frame-parameters): Undo previous change.
4855
4856 2009-11-12 Juri Linkov <juri@jurta.org>
4857
4858 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
4859 New functions.
4860 (find-file-literally-at-point): Alias of `ffap-literally'.
4861
4862 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4863
4864 * textmodes/ispell.el (ispell-skip-region-alist):
4865 * textmodes/css-mode.el (auto-mode-alist):
4866 * progmodes/compile.el (auto-mode-alist):
4867 * international/mule.el (ctext-non-standard-encodings-alist)
4868 (ctext-non-standard-encodings-regexp):
4869 * simple.el (shell-command-switch, text-read-only):
4870 * replace.el (occur-mode-map):
4871 * paths.el (rmail-file-name):
4872 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
4873 * find-file.el (ff-special-constructs):
4874 * files.el (file-name-handler-alist):
4875 * composite.el: Purecopy strings.
4876
4877 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
4878
4879 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4880
4881 * widget.el (define-widget): Purecopy the docstring.
4882 * international/mule-cmds.el (charset): Do not purecopy the
4883 docstring here, define-widget does it.
4884
4885 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4886 * textmodes/bibtex-style.el (auto-mode-alist):
4887 * progmodes/inf-lisp.el (inferior-lisp-prompt):
4888 * progmodes/compile.el (compile-command):
4889 * language/korea-util.el (default-korean-keyboard):
4890 * international/mule-conf.el (file-coding-system-alist):
4891 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
4892 * tooltip.el (tooltip-frame-parameters):
4893 * newcomment.el (comment-end, comment-padding):
4894 * dired.el (dired-trivial-filenames):
4895 * comint.el (comint-file-name-prefix): Purecopy initial values.
4896
4897 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
4898
4899 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
4900 (tramp-advice-minibuffer-electric-tilde): Unload advices via
4901 `tramp-unload'.
4902 (tramp-advice-make-auto-save-file-name)
4903 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
4904 after removing the advice.
4905
4906 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4907
4908 * progmodes/grep.el (grep-regexp-alist):
4909 * international/mule-cmds.el (iso-2022-control-alist):
4910 * emacs-lisp/timer.el (timer-duration-words):
4911 * subr.el (version-separator, version-regexp-alist):
4912 * minibuffer.el (completion-styles-alist):
4913 * faces.el (face-attribute-name-alist, list-faces-sample-text):
4914 Change defvars to defconsts.
4915
4916 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4917 * loadup.el ("international/mule-conf"): Load the byte compiled version.
4918 * international/mule-conf.el: Allow to be byte compiled.
4919
4920 * international/mule.el (define-charset): Purecopy props.
4921 (load-with-code-conversion): Purecopy doc string and file name.
4922 (put-charset-property): Purecopy strings.
4923 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4924
4925 * international/mule-cmds.el (register-input-method): Purecopy arguments.
4926 (define-char-code-property): Correctly purecopy the table.
4927
4928 * international/ccl.el (define-ccl-program): Purecopy the docstring.
4929
4930 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4931
4932 * subr.el (add-hook): Purecopy strings.
4933 (eval-after-load): Purecopy load-history-regexp and the form.
4934
4935 * custom.el (custom-declare-group): Purecopy load-file-name.
4936
4937 * subr.el (menu-bar-separator): New defconst.
4938 * net/eudc.el (eudc-tools-menu):
4939 * international/mule-cmds.el (set-coding-system-map)
4940 (mule-menu-keymap):
4941 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4942 * vc-hooks.el (vc-menu-map):
4943 * replace.el (occur-mode-map):
4944 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
4945 (menu-bar-edit-menu, menu-bar-goto-menu)
4946 (menu-bar-custom-menu, menu-bar-showhide-menu)
4947 (menu-bar-options-menu, menu-bar-tools-menu)
4948 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
4949 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
4950 (menu-bar-help-menu):
4951 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
4952 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
4953
4954 * term/x-win.el (x-gtk-stock-map):
4955 * progmodes/vera-mode.el (auto-mode-alist):
4956 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4957 (inferior-lisp-program, inferior-lisp-load-command):
4958 * progmodes/hideshow.el (hs-special-modes-alist):
4959 * progmodes/gud.el (same-window-regexps):
4960 * progmodes/grep.el (grep-program, find-program, xargs-program):
4961 * net/telnet.el (same-window-regexps):
4962 * net/rlogin.el (same-window-regexps):
4963 * language/ethiopic.el (font-ccl-encoder-alist):
4964 * vc-sccs.el (vc-sccs-master-templates):
4965 * vc-rcs.el (vc-rcs-master-templates):
4966 * subr.el (cl-assertion-failed):
4967 * simple.el (next-error-overlay-arrow-position):
4968 * lpr.el (lpr-command):
4969 * locate.el (locate-ls-subdir-switches):
4970 * info.el (same-window-regexps, info)
4971 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4972 * image-mode.el (image-mode, auto-mode-alist):
4973 * hippie-exp.el (hippie-expand-ignore-buffers):
4974 * format.el (format-alist):
4975 * find-dired.el (find-ls-subdir-switches, find-grep-options)
4976 (find-name-arg):
4977 * facemenu.el (facemenu-keybindings):
4978 * dired.el (dired-listing-switches, dired-chown-program):
4979 * diff.el (diff-switches, diff-command):
4980 * cus-edit.el (same-window-regexps):
4981 * bindings.el (mode-line-mule-info)
4982 (mode-line-buffer-identification): Purecopy strings.
4983
4984 2009-11-11 Juri Linkov <juri@jurta.org>
4985
4986 * simple.el (dired-get-filename) <declare-function>:
4987 Tell the byte-compiler about dired-get-filename.
4988 (shell-command): In Dired mode, get filename from the current line
4989 as the default value.
4990
4991 2009-11-10 Glenn Morris <rgm@gnu.org>
4992
4993 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
4994 * calendar/holidays.el, progmodes/cperl-mode.el:
4995 Update x-popup-menu declarations.
4996
4997 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
4998 (list-load-path-shadows): Use dolist.
4999 (list-load-path-shadows): Use with-current-buffer.
5000
5001 2009-11-10 Juri Linkov <juri@jurta.org>
5002
5003 * minibuffer.el (read-file-name): Support a list of default values
5004 in `default-filename'. Use the first file name where only one
5005 element is required. Doc fix.
5006
5007 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
5008
5009 * net/dbus.el (dbus-unregister-object): Release service, if no
5010 other method is registered for it.
5011
5012 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
5013
5014 * bookmark.el (bookmark-completing-read): Sort bookmark names if
5015 bookmark-sort-flag is non-nil (Bug#4653).
5016
5017 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5018
5019 * emulation/cua-base.el: Add CUA property to some CC mode commands
5020 (Bug#4100).
5021
5022 2009-11-08 Kevin Ryde <user42@zip.com.au>
5023
5024 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
5025 at end of sentence (Bug#4818).
5026
5027 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
5028
5029 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5030 Handle "see declaration of" MSFT statements (Bug#4100).
5031
5032 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
5033
5034 * net/tramp.el (tramp-advice-make-auto-save-file-name)
5035 (tramp-advice-file-expand-wildcards): Unload via
5036 `ad-remove-advice'.
5037
5038 * net/trampver.el: Update release number.
5039
5040 2009-11-08 Kevin Ryde <user42@zip.com.au>
5041
5042 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
5043 `ad-do-it'.
5044
5045 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
5046
5047 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
5048 in order to keep context in SELinux.
5049
5050 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5051
5052 * dired-aux.el (dired-query): Place cursor in echo area and allow
5053 C-g.
5054
5055 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
5056 menu item if not on a directory (Bug#4701).
5057
5058 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
5059
5060 Sync with Tramp 2.1.17.
5061
5062 * net/tramp.el (tramp-handle-copy-directory): Don't use
5063 `file-remote-p' (due to compatibility).
5064
5065 * net/tramp-compat.el (tramp-compat-copy-directory)
5066 (tramp-compat-delete-directory): New defuns.
5067
5068 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5069 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
5070 `tramp-compat-delete-directory'.
5071
5072 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5073 (tramp-smb-handle-delete-directory): Use
5074 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
5075
5076 * net/trampver.el: Update release number.
5077
5078 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
5079
5080 * tar-mode.el (tar-copy): Call write-region on the right buffer
5081 (Bug#4857).
5082
5083 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
5084 by hand, if necessary (Bug#4878).
5085
5086 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
5087
5088 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
5089 align size column (Bug#4839).
5090
5091 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
5092 statement.
5093
5094 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5095
5096 * progmodes/ld-script.el (auto-mode-alist):
5097 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
5098
5099 * cus-face.el (custom-declare-face): Purecopy face spec.
5100
5101 2009-11-06 Kenichi Handa <handa@m17n.org>
5102
5103 * international/uni-bidi.el: Re-generated.
5104 * international/uni-category.el: Re-generated.
5105 * international/uni-combining.el: Re-generated.
5106 * international/uni-mirrored.el: Re-generated.
5107
5108 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5109
5110 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
5111 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
5112 (tex-start-options, slitex-run-command, latex-run-command)
5113 (tex-run-command, tex-directory):
5114 * textmodes/ispell.el (ispell-html-skip-alists)
5115 (ispell-tex-skip-alists, ispell-tex-skip-alists):
5116 * textmodes/fill.el (adaptive-fill-first-line-regexp):
5117 (adaptive-fill-regexp):
5118 * textmodes/dns-mode.el (auto-mode-alist):
5119 * progmodes/python.el (interpreter-mode-alist):
5120 * progmodes/etags.el (tags-compression-info-list):
5121 * progmodes/etags.el (tags-file-name):
5122 * net/browse-url.el (browse-url-galeon-program)
5123 (browse-url-firefox-program):
5124 * mail/sendmail.el (mail-signature-file)
5125 (mail-citation-prefix-regexp):
5126 * international/mule-conf.el (eight-bit):
5127 * international/latexenc.el (latex-inputenc-coding-alist):
5128 * international/fontset.el (x-pixel-size-width-font-regexp):
5129 * emacs-lisp/warnings.el (warning-type-format):
5130 * emacs-lisp/trace.el (trace-buffer):
5131 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
5132 (emacs-lisp-mode-map):
5133 * calendar/holidays.el (holiday-solar-holidays)
5134 (holiday-bahai-holidays, holiday-islamic-holidays)
5135 (holiday-christian-holidays, holiday-hebrew-holidays)
5136 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
5137 (hebrew-holidays-1, holiday-oriental-holidays)
5138 (holiday-general-holidays):
5139 * x-dnd.el (x-dnd-known-types):
5140 * tool-bar.el (tool-bar):
5141 * startup.el (site-run-file):
5142 * shell.el (shell-dumb-shell-regexp):
5143 * rfn-eshadow.el (file-name-shadow-tty-properties)
5144 (file-name-shadow-properties):
5145 * paths.el (remote-shell-program, news-directory):
5146 * mouse.el ([C-down-mouse-3]):
5147 * menu-bar.el (menu-bar-tools-menu):
5148 * jka-cmpr-hook.el (jka-compr-load-suffixes)
5149 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
5150 (jka-compr-compression-info-list):
5151 * isearch.el (search-whitespace-regexp):
5152 * image-file.el (image-file-name-extensions):
5153 * find-dired.el (find-ls-option):
5154 * files.el (directory-listing-before-filename-regexp)
5155 (directory-free-space-args, insert-directory-program)
5156 (list-directory-brief-switches, magic-fallback-mode-alist)
5157 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
5158 (automount-dir-prefix):
5159 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
5160 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
5161 (face-font-registry-alternatives, face-font-registry-alternatives)
5162 (face-font-family-alternatives):
5163 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
5164 (facemenu-foreground-menu, facemenu-face-menu):
5165 * epa-hook.el (epa-file-name-regexp):
5166 * dnd.el (dnd-protocol-alist):
5167 * textmodes/rst.el (auto-mode-alist):
5168 * button.el (default-button): Purecopy strings.
5169
5170 2009-11-06 Glenn Morris <rgm@gnu.org>
5171
5172 * Makefile.in (ELCFILES): Update.
5173
5174 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
5175
5176 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
5177 * emacs-lisp/levents.el: Move to obsolete/levents.el.
5178
5179 * nxml/xsd-regexp.el (xsdre-gen-categories):
5180 * nxml/xmltok.el (xmltok-parse-entity):
5181 * nxml/rng-parse.el (rng-parse-validate-file):
5182 * nxml/rng-maint.el (rng-format-manual)
5183 (rng-manual-output-force-new-line):
5184 * nxml/rng-loc.el (rng-save-schema-location-1):
5185 * nxml/rng-cmpct.el (rng-c-parse-file):
5186 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5187 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
5188
5189 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
5190
5191 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
5192 Remove extra save-excursions and make-variable-buffer-local's.
5193 Suggested by Stefan Monnier.
5194
5195 (verilog-getopt-file, verilog-module-inside-filename-p)
5196 (verilog-set-define): Merge GNU 1.35 and repair changes from
5197 switching to using with-current-buffer.
5198
5199 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
5200 being treated as a number and confusing AUTORESET.
5201 Reported by Dan Dever.
5202
5203 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
5204 Add verilog-auto-ignore-concat to fix backward compatibility with
5205 older verilog-modes. Reported by Dan Katz.
5206
5207 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
5208 containing closing anchors "...$".
5209
5210 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
5211 Reported by Wade Smith.
5212
5213 (verilog-batch-execute-func): Comment on function usage.
5214
5215 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
5216
5217 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
5218 for labels.
5219
5220 (verilog-label-re, verilog-calc-1): Support proper indent of named
5221 asserts.
5222
5223 (verilog-backward-token, verilog-basic-complete-re)
5224 (verilog-beg-of-statement, verilog-indent-re): Support proper
5225 indent of the assert statement at the beginning of a block of text.
5226
5227 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
5228 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
5229 tokens as begins.
5230
5231 2009-11-05 Glenn Morris <rgm@gnu.org>
5232
5233 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
5234 Emacs 19. (Bug#1531)
5235 (byte-compile-fix-header): Update for the above change.
5236 Drop test for epoch::version.
5237
5238 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
5239 * cus-dep.el (custom-make-dependencies):
5240 * finder.el (finder-compile-keywords):
5241 Use autoload-rubric's feature argument.
5242
5243 * calendar/diary-lib.el (top-level): Make load behave more like require.
5244
5245 * vc-git.el (vc-git-stash-map): Move definition before use.
5246
5247 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
5248
5249 * custom.el (custom-declare-group): Purecopy standard-value.
5250 (custom-declare-group): Purecopy custom-prefix.
5251
5252 * international/mule.el (load-with-code-conversion):
5253 Call do-after-load-evaluation unconditionally.
5254
5255 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
5256
5257 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5258
5259 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
5260
5261 2009-11-04 Glenn Morris <rgm@gnu.org>
5262
5263 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
5264 (byte-compile-compatibility): Remove option.
5265 (byte-compile-close-variables, byte-compile-fix-header)
5266 (byte-compile-insert-header, byte-compile-output-docform)
5267 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
5268 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
5269 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
5270 (byte-compile-insert, byte-compile-defun):
5271 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
5272 (byte-defop-compiler19): Remove.
5273 Without byte-compile-compatibility, the 'emacs19-opcode property is not
5274 used by anything. Replace all calls with byte-defop-compiler.
5275
5276 2009-11-04 Juri Linkov <juri@jurta.org>
5277
5278 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
5279 (menu-bar-options-menu): Don't quote the `prop' arg of
5280 `menu-bar-make-mm-toggle'.
5281
5282 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
5283
5284 * calendar/calendar.el (cal-loaddefs):
5285 * calendar/diary-lib.el (diary-loaddefs):
5286 * calendar/holidays.el (hol-loaddefs):
5287 * eshell/esh-module.el (esh-groups): Load rather than require.
5288
5289 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5290
5291 * calendar/todo-mode.el (todo-add-category): Don't hardcode
5292 point-min==1.
5293 (todo-top-priorities): Only display-buffer when called interactively.
5294 (todo-item-start): Don't save excursion point.
5295 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
5296 (todo-insert-item-here, todo-file-item, todo-remove-item):
5297 Adjust uses of todo-item-start and todo-item-end.
5298
5299 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
5300 (autoload-rubric): Don't use any more.
5301
5302 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
5303 and only put a prop if it is non-nil.
5304
5305 2009-11-03 Juri Linkov <juri@jurta.org>
5306
5307 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
5308 (menu-bar-options-menu): Fix list quoting (Bug#4429).
5309
5310 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
5311 and "Menu" to make top-level menu item visually one unit (like
5312 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
5313 multi-word menu items). Fix :help string for quit-window.
5314
5315 2009-11-03 Glenn Morris <rgm@gnu.org>
5316
5317 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5318 (byte-compile-file-form-define-abbrev-table)
5319 (byte-compile-file-form-custom-declare-variable)
5320 (byte-compile-variable-ref, byte-compile-defvar):
5321 Whether or not a warning is enabled should only affect whether we issue
5322 the warning, not whether or not we collect the relevant data.
5323 Eg warnings can be turned on and off throughout the course of a file.
5324
5325 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
5326 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
5327
5328 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5329
5330 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
5331 * play/mpuz.el (mpuz-create-buffer):
5332 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
5333 (lm-print-y,s,noise, lm-print-w0, lm-init):
5334 * play/gomoku.el (gomoku-prompt-for-move):
5335 * play/fortune.el (fortune-in-buffer):
5336 * play/dissociate.el (dissociated-press):
5337 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5338 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
5339 * mail/supercite.el (sc-eref-show):
5340 * mail/smtpmail.el (smtpmail-send-it):
5341 * mail/rmailsum.el (rmail-summary-next-labeled-message)
5342 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
5343 (rmail-summary-undelete-many, rmail-summary-rmail-update)
5344 (rmail-summary-goto-msg, rmail-summary-expunge)
5345 (rmail-summary-get-new-mail, rmail-summary-search-backward)
5346 (rmail-summary-add-label, rmail-summary-output-menu)
5347 (rmail-summary-output-body):
5348 * mail/rfc822.el (rfc822-addresses):
5349 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
5350 * mail/mailpost.el (post-mail-send-it):
5351 * mail/hashcash.el (hashcash-generate-payment):
5352 * mail/feedmail.el (feedmail-run-the-queue)
5353 (feedmail-queue-send-edit-prompt-help-first)
5354 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
5355 (feedmail-deduce-address-list):
5356 * eshell/esh-ext.el (eshell-remote-command):
5357 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
5358 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
5359 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
5360 (viper-save-string-in-file, viper-valid-marker):
5361 * emulation/viper-keym.el (viper-toggle-key):
5362 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
5363 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
5364 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
5365 * emulation/viper-cmd.el (viper-exec-form-in-vi)
5366 (viper-exec-form-in-emacs, viper-brac-function):
5367 * emulation/viper.el (viper-delocalize-var):
5368 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
5369 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
5370 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
5371 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
5372 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
5373 * emulation/edt.el (edt-electric-helpify):
5374 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5375 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
5376 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
5377 (cua-indent-to-global-mark-column):
5378 * calendar/diary-lib.el (calendar-mark-1):
5379 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
5380 Use with-current-buffer.
5381 * emulation/viper.el (viper-delocalize-var): Use dolist.
5382
5383 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
5384
5385 * comint.el (comint-replace-by-expanded-history-before-point):
5386 Replace !! with the previous input string literally (Bug#1795).
5387
5388 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
5389
5390 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
5391 to be made up of whitespace.
5392
5393 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
5394
5395 * minibuffer.el (read-file-name): Don't use file dialogs for
5396 remote directories (Bug#99).
5397
5398 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
5399
5400 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
5401
5402 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
5403
5404 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
5405 instead of deleting the window or frame.
5406
5407 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
5408
5409 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5410 Support face colors.
5411
5412 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
5413 New function. Support face colors (Bug#1168).
5414 (tex-common-initialization): Use it.
5415
5416 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
5417 mode allows it (Bug#1168).
5418
5419 2009-10-31 Juri Linkov <juri@jurta.org>
5420
5421 * facemenu.el (list-colors-display): Don't mark buffer as
5422 modified (Bug#3948).
5423
5424 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
5425
5426 * international/mule-diag.el (list-character-sets-1): Minor
5427 message fix (Bug#3526).
5428
5429 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
5430 face property (Bug#4834).
5431 (etags-list-tags, etags-tags-apropos-additional)
5432 (etags-tags-apropos, tags-select-tags-table): Add follow-link
5433 property.
5434
5435 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
5436 items.
5437
5438 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5439
5440 * textmodes/two-column.el (2C-split):
5441 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5442 * textmodes/tex-mode.el (tex-set-buffer-directory):
5443 * textmodes/spell.el (spell-region, spell-string):
5444 * textmodes/reftex.el (reftex-erase-buffer):
5445 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5446 * textmodes/reftex-toc.el (reftex-toc-promote-action):
5447 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5448 (reftex-select-item):
5449 * textmodes/reftex-ref.el (reftex-label-info-update)
5450 (reftex-offer-label-menu):
5451 * textmodes/reftex-index.el (reftex-index-change-entry)
5452 (reftex-index-phrases-info):
5453 * textmodes/reftex-global.el (reftex-create-tags-file)
5454 (reftex-save-all-document-buffers, reftex-ensure-write-access):
5455 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5456 (reftex-view-crossref-from-bibtex):
5457 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
5458 (reftex-extract-bib-entries-from-thebibliography)
5459 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
5460 * textmodes/refbib.el (r2b-capitalize-title):
5461 (r2b-convert-buffer, r2b-help):
5462 * textmodes/page-ext.el (pages-directory)
5463 (pages-directory-goto-with-mouse):
5464 * textmodes/bibtex.el (bibtex-validate-globally):
5465 * textmodes/bib-mode.el (bib-capitalize-title):
5466 * textmodes/artist.el (artist-clear-buffer, artist-system):
5467 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
5468 (local-set-scheme-interaction-buffer, xscheme-process-filter)
5469 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
5470 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
5471 (xscheme-send-control-g-interrupt, xscheme-start-process)
5472 (xscheme-process-sentinel, xscheme-cd):
5473 * progmodes/verilog-mode.el (verilog-read-always-signals)
5474 (verilog-set-define, verilog-getopt-file)
5475 (verilog-module-inside-filename-p):
5476 * progmodes/sh-script.el:
5477 * progmodes/python.el (python-pdbtrack-get-source-buffer)
5478 (python-pdbtrack-grub-for-buffer, python-execute-file):
5479 * progmodes/octave-inf.el (inferior-octave):
5480 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5481 (idlwave-shell-compile-helper-routines, idlwave-set-local)
5482 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
5483 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
5484 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
5485 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
5486 (idlwave-shell-filter, idlwave-shell-examine-highlight)
5487 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
5488 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
5489 (idlwave-shell-examine-display, idlwave-shell-run-region)
5490 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
5491 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
5492 * progmodes/idlw-help.el (idlwave-help-get-special-help)
5493 (idlwave-help-get-help-buffer):
5494 * progmodes/gud.el (gud-basic-call, gud-find-class)
5495 (gud-tooltip-activate-mouse-motions-if-enabled):
5496 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5497 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
5498 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
5499 (ebrowse-tags-next-file):
5500 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
5501 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
5502 (ebnf-eps-finish-and-write):
5503 * progmodes/cpp.el (cpp-edit-save):
5504 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
5505 * progmodes/cc-defs.el (c-emacs-features):
5506 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
5507 (antlr-directory-dependencies):
5508 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
5509 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
5510 (ada-find-any-references, ada-make-filename-from-adaname)
5511 (ada-make-body-gnatstub):
5512 * obsolete/rnews.el (news-list-news-groups):
5513 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
5514 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
5515 * net/rcirc.el (rcirc-debug):
5516 * net/newst-treeview.el (newsticker--treeview-list-add-item)
5517 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
5518 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
5519 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5520 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
5521 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
5522 (newsticker--treeview-list-clear-highlight)
5523 (newsticker--treeview-list-update-highlight)
5524 (newsticker--treeview-list-highlight-start)
5525 (newsticker--treeview-tree-update-highlight)
5526 (newsticker--treeview-get-selected-item)
5527 (newsticker-treeview-mark-list-items-old)
5528 (newsticker--treeview-set-current-node):
5529 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5530 * net/newst-backend.el (newsticker--get-news-by-funcall)
5531 (newsticker--get-news-by-wget, newsticker--image-get)
5532 (newsticker--image-sentinel):
5533 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
5534 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
5535 (eudc-ph-close-session):
5536 * net/eudc.el (eudc-save-options):
5537 * language/thai-word.el (thai-update-word-table):
5538 * language/japan-util.el (japanese-string-conversion):
5539 * international/titdic-cnv.el (tsang-quick-converter)
5540 (ziranma-converter, ctlau-converter):
5541 * international/mule-cmds.el (describe-language-environment):
5542 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
5543 (skkdic-convert-postfix, skkdic-convert-prefix):
5544 (skkdic-convert-okuri-nasi, skkdic-convert):
5545 * emacs-lisp/re-builder.el (reb-update-overlays):
5546 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
5547 * emacs-lisp/gulp.el (gulp-send-requests):
5548 * emacs-lisp/find-gc.el (trace-call-tree):
5549 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
5550 (eieio-describe-generic):
5551 * emacs-lisp/eieio-base.el (eieio-persistent-read):
5552 * emacs-lisp/edebug.el (edebug-outside-excursion):
5553 * emacs-lisp/debug.el (debugger-make-xrefs):
5554 * emacs-lisp/cust-print.el (custom-prin1-to-string):
5555 * emacs-lisp/chart.el (chart-new-buffer):
5556 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
5557 Use with-current-buffer.
5558 * textmodes/artist.el (artist-system): Don't call
5559 copy-sequence on a fresh string.
5560 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
5561
5562 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
5563
5564 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
5565 is no item to edit. (Bug#4820)
5566 (todo-top-priorities): Restore point and restore narrowing in Todo
5567 buffer. (Bug#4820)
5568
5569 2009-10-31 Glenn Morris <rgm@gnu.org>
5570
5571 * net/ange-ftp.el (top-level): Don't require dired when compiling.
5572 (comint-last-output-start, comint-last-input-start)
5573 (comint-last-input-end): Don't defvar when compiling.
5574 (ange-ftp-process-file): Use bound-and-true-p.
5575
5576 * pcmpl-rpm.el (top-level): Move provide statement to end.
5577 (pcmpl-rpm): Remove unused custom group.
5578
5579 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
5580
5581 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
5582
5583 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
5584 (byte-compile-warnings): Add `constants' as an option.
5585 (byte-compile-callargs-warn, byte-compile-arglist-warn)
5586 (display-call-tree): Update for byte-compile-fdefinition possibly
5587 returning `(macro lambda ...)'. (Bug#4778)
5588 (byte-compile-variable-ref, byte-compile-setq-default):
5589 Respect `constants' member of byte-compile-warnings.
5590
5591 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5592
5593 * vc-bzr.el (vc-bzr-revision-keywords): New var.
5594 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
5595 to "submit:".
5596
5597 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
5598
5599 * textmodes/ispell.el (ispell-skip-region-alist):
5600 * international/mule-conf.el (eight-bit):
5601 * international/fontset.el (font-encoding-alist):
5602 * startup.el (pure-space-overflow-message):
5603 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
5604 * paths.el (gnus-nntp-service, rmail-spool-directory)
5605 (term-file-prefix):
5606 * files.el (save-some-buffers-action-alist):
5607 * cmuscheme.el (same-window-buffer-names):
5608 * ielm.el (same-window-buffer-names):
5609 * shell.el (same-window-buffer-names):
5610 * mail/sendmail.el (same-window-buffer-names):
5611 * progmodes/inf-lisp.el (same-window-buffer-names):
5612 * bindings.el (mode-line-client)
5613 (mode-line-column-line-number-mode-map):
5614 * language/tibetan.el (tibetan-precomposition-rule-regexp)
5615 (tibetan-precomposed-regexp): Purecopy string arguments.
5616
5617 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5618
5619 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
5620 (calcDigit-nondigit):
5621 * calc/calc-yank.el (calc-copy-to-buffer):
5622 * calc/calc-units.el (calc-invalidate-units-table):
5623 * calc/calc-trail.el (calc-trail-yank):
5624 * calc/calc-store.el (calc-insert-variables):
5625 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5626 * calc/calc-prog.el (calc-read-parse-table):
5627 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5628 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5629 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5630 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5631 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5632 (calc-graph-name, calc-graph-find-command, calc-graph-view)
5633 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5634 * calc/calc-ext.el (calc-realign):
5635 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5636 (calc-embedded-finish-edit, calc-embedded-make-info)
5637 (calc-embedded-finish-command, calc-embedded-stack-change):
5638 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5639
5640 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5641 shell-dynamic-complete-filename in preference to
5642 comint-dynamic-complete-filename.
5643
5644 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5645 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5646 Don't consider whether the display supports colors.
5647 (bookmark-import-new-list): Use dolist.
5648 (bookmark-bmenu-mode-map): Move initialization into declaration.
5649 (bookmark-bmenu-list): Use dolist, simplify.
5650 (bookmark-show-all-annotations): Use save-selected-window and dolist.
5651 (menu-bar-final-items): Use push.
5652
5653 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
5654
5655 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5656 it works on remote files.
5657 (vc-hg-diff): Don't pass any `--cwd' argument.
5658
5659 2009-10-27 Kevin Ryde <user42@zip.com.au>
5660
5661 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5662 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
5663 (Further to Bug#3921).
5664
5665 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
5666
5667 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
5668 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
5669 calling `tramp-imap-put-file'. Add file size to the call.
5670 (tramp-imap-get-file-entries): Compute also user name, file size,
5671 and date.
5672 (tramp-imap-handle-insert-directory): Insert uid and gid.
5673 (tramp-imap-handle-file-attributes): Transform uid and gid
5674 according to `id-format'.
5675 (tramp-imap-put-file): New optional parameter SIZE. Encode file
5676 size in header X-Size.
5677
5678 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
5679
5680 * simple.el (transpose-subr): Give clearer error when the mark
5681 is not set. (Bug#4807)
5682
5683 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
5684
5685 * net/tramp.el (tramp-perl-file-truename): New defconst.
5686 Perl code contributed by yary <not.com@gmail.com> (tiny change).
5687 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
5688 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
5689 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
5690
5691 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5692 Ignore `dired-call-process'.
5693 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
5694
5695 2009-10-26 Julian Scheid <julians37@gmail.com>
5696
5697 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
5698 (tramp-get-remote-readlink): New defun.
5699 (tramp-handle-file-truename): Use it.
5700 (tramp-handle-file-exists-p): Check file-attributes cache, assume
5701 file exists if cache value present.
5702 (tramp-check-cached-permissions): New defun.
5703 (tramp-handle-file-readable-p): Use it.
5704 (tramp-handle-file-writable-p): Likewise.
5705 (tramp-handle-file-executable-p): Likewise.
5706 (tramp-handle-file-name-all-completions): Try using Perl to get
5707 partial completions. When perl not available, combine `cd' and
5708 `ls' into single remote operation and use shell expansion to get
5709 partial remote directory contents. Set `file-exists-p' cache for
5710 directory and any files returned by ls. Change cache handling to
5711 support partial directory contents. Use error message emitted by
5712 remote `cd' or Perl code for local tramp-error.
5713 (tramp-do-copy-or-rename-file-directly): Avoid separate
5714 tramp-send-command-and-check call.
5715 (tramp-handle-process-file): Merge three remote ops into one.
5716 Do not flush all caches when `process-file-side-effects' is set.
5717 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
5718 file-attributes shows uid/gid to be set already.
5719
5720 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
5721
5722 * textmodes/tex-mode.el (tex-dvi-view-command)
5723 (tex-show-queue-command, tex-open-quote):
5724 * progmodes/ruby-mode.el (auto-mode-alist)
5725 (interpreter-mode-alist): Purecopy strings.
5726
5727 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
5728
5729 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
5730 string for the hook, keymap and abbrev table.
5731
5732 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
5733
5734 * x-dnd.el (x-dnd-xdnd-to-action):
5735 * startup.el (fancy-startup-text, fancy-about-text): Change to
5736 defconst from defvar.
5737
5738 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
5739
5740 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5741 Purecopy initialization strings.
5742
5743 * mail/sendmail.el (mail-header-separator)
5744 (mail-personal-alias-file):
5745 * mail/rmail.el (rmail-default-dont-reply-to-names)
5746 (rmail-ignored-headers, rmail-retry-ignored-headers)
5747 (rmail-highlighted-headers, rmail-secondary-file-directory)
5748 (rmail-secondary-file-regexp):
5749 * files.el (null-device, file-name-invalid-regexp)
5750 (locate-dominating-stop-dir-regexp)
5751 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
5752 (interpreter-mode-alist): Use mapcar instead of mapc.
5753
5754 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5755
5756 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5757 (completion-ignored-extensions):
5758 (debug-ignored-errors): Purecopy strings.
5759
5760 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5761
5762 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5763 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5764 (pcomplete--here): Use push.
5765
5766 * subr.el (all-completions): Declare the 4th arg obsolete.
5767
5768 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5769
5770 * pcomplete.el (pcomplete-unquote-argument-function): New var.
5771 (pcomplete-unquote-argument): New function.
5772 (pcomplete--common-suffix): Always pay attention to case.
5773 (pcomplete--table-subvert): Quote and unquote the text.
5774 (pcomplete--common-quoted-suffix): New function.
5775 (pcomplete-std-complete): Use it and pcomplete-begin.
5776
5777 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
5778 we're inside a dedicated or minibuffer window.
5779
5780 2009-10-24 Karl Fogel <kfogel@red-bean.com>
5781
5782 * bookmark.el: Update documentation, especially documentation
5783 of `bookmark-alist' and of the bookmark file format.
5784 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
5785
5786 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
5787
5788 * mail/emacsbug.el (report-emacs-bug): Clarify that the
5789 keybindings apply to the mail buffer (Bug#4003). Shrink help
5790 window to buffer.
5791
5792 * whitespace.el (whitespace-mode, whitespace-newline-mode)
5793 (global-whitespace-mode, global-whitespace-newline-mode)
5794 (whitespace-toggle-options, global-whitespace-toggle-options):
5795 Doc fix (Bug#3660).
5796
5797 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
5798 of xmltok-start before the end tag was inserted (Bug#2840).
5799
5800 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
5801 patterns that are preceded by an open-paren (Bug#1320).
5802
5803 2009-10-24 Sven Joachim <svenjoac@gmx.de>
5804
5805 * files.el (delete-directory): Delete symlinks to directories with
5806 delete-file (Bug#4739).
5807
5808 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
5809
5810 * vc.el (vc-backend-for-registration): Rename from
5811 vc-get-backend-for-registration. Update callers.
5812
5813 * international/mule-cmds.el (set-language-info-alist):
5814 Purecopy lang-env.
5815 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
5816 (charset): Purecopy the name.
5817 (define-char-code-property): Purecopy string arguments.
5818
5819 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5820 Purecopy string arguments.
5821
5822 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5823 * ediff-hook.el (menu-bar-ediff-menu):
5824 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
5825 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
5826
5827 2009-10-24 Glenn Morris <rgm@gnu.org>
5828
5829 * comint.el (comint-dynamic-list-completions):
5830 * term.el (term-dynamic-list-completions): Use choose-completion rather
5831 than obsolete alias mouse-choose-completion.
5832
5833 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
5834 file-cache-choose-completion.
5835 (file-cache-choose-completion): Handle an optional event argument.
5836 (file-cache-mouse-choose-completion): Make it an obsolete alias.
5837
5838 * progmodes/octave-mod.el (octave-complete-symbol):
5839 Use choose-completion if mouse-choose-completion is ever removed.
5840
5841 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
5842 use.
5843
5844 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
5845 compiler.
5846
5847 * vc-hooks.el (vc-responsible-backend): Fix declaration.
5848
5849 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5850
5851 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
5852 Ignore `pred' now that we receive one.
5853 Handle test-completion specially.
5854
5855 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5856
5857 * vc.el (vc-responsible-backend): Throw an error if not backend is
5858 found. Remove the REGISTER argument. Move the code dealing with
5859 REGISTER ...
5860 (vc-get-backend-for-registration): ... here. New function.
5861 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
5862 of vc-responsible-backend, pass the file name instead of the
5863 directory name.
5864
5865 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5866
5867 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
5868 New funs.
5869 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
5870 (pcomplete-comint-setup): Don't modify a global var via
5871 accidental side-effects.
5872 (pcomplete-shell-setup): Adjust call accordingly.
5873 (pcomplete-parse-comint-arguments): Use push.
5874
5875 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
5876
5877 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5878 Allow uncapitalized info node names (Bug#3921).
5879
5880 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
5881 to the DEBUG file (Bug#3781).
5882
5883 2009-10-23 Jari Aalto <jari.aalto@cante.net>
5884
5885 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
5886 dictionary entry (Bug#4579).
5887
5888 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
5889
5890 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
5891 from `rfn-eshadow-update-overlay-hook' when unloading.
5892 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
5893 "rsyncc". Adjust doc string.
5894 (tramp-temp-buffer-file-name): New buffer-local defvar.
5895 (tramp-handle-insert-file-contents, tramp-handle-write-region):
5896 Keep temporary file when indicated by method ("rsync" and
5897 "rsyncc").
5898 (tramp-handle-write-region): Handle APPEND.
5899 (tramp-delete-temp-file-function): New defun. Added to
5900 `kill-buffer-hook'.
5901
5902 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
5903
5904 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
5905
5906 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5907
5908 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
5909 (color-name-rgb-alist, tty-standard-colors)
5910 (tty-color-mode-alist): Change to defconst.
5911
5912 * simple.el (mark-inactive): Purecopy message.
5913
5914 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
5915 (global-map, yank-menu):
5916 * textmodes/ispell.el (ispell-menu-map):
5917 * net/eudc.el (eudc-tools-menu):
5918 * international/mule-cmds.el (describe-language-environment-map)
5919 (setup-language-environment-map, set-coding-system-map)
5920 (mule-menu-keymap):
5921 * vc-hooks.el (vc-menu-entry, vc-menu-map):
5922 * replace.el (occur-mode-map):
5923 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
5924
5925 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
5926
5927 * calc/calc.el (math-read-number, math-read-number-simple): Use
5928 `save-match-data'.
5929
5930 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5931
5932 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
5933 rather than fiddling with global-map bindings, since it should only
5934 affect per-terminal settings.
5935 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
5936
5937 * minibuffer.el (completion-table-with-terminator): Allow to specify
5938 the terminator-regexp.
5939
5940 * simple.el (switch-to-completions): Look for *Completions* in other
5941 frames as well.
5942
5943 * pcomplete.el: Allow the use of completion-tables.
5944 (pcomplete-std-complete): New command.
5945 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
5946 (pcomplete--here): Use a function for `form' rather than an expression,
5947 so it can be byte-compiled.
5948 (pcomplete-here, pcomplete-here*): Adjust accordingly.
5949 Add edebug declaration.
5950 (pcomplete-show-completions): Remove unused var `curbuf'.
5951 (pcomplete-do-complete, pcomplete-stub):
5952 Don't assume `completions' is a list of strings any more.
5953
5954 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
5955
5956 * find-dired.el (find-name-arg): Fix typo in docstring.
5957
5958 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5959
5960 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5961 (pcmpl-linux-fs-types): Same, and update to new modules layout.
5962
5963 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5964 pcomplete-entries.
5965
5966 * comint.el (comint-read-input-ring, comint-write-input-ring)
5967 (comint-substitute-in-file-name)
5968 (comint-dynamic-complete-as-filename)
5969 (comint-dynamic-simple-complete)
5970 (comint-dynamic-list-filename-completions)
5971 (comint-dynamic-list-completions)
5972 (comint-redirect-results-list-from-process): Minor simplifications.
5973
5974 2009-10-21 Kevin Ryde <user42@zip.com.au>
5975
5976 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5977 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
5978 the first form. And insert a blank line after ";;; Code" since
5979 that's usual style. (Bug#4612)
5980
5981 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5982
5983 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5984
5985 * minibuffer.el (completion-table-with-terminator): Properly implement
5986 boundaries, in case `terminator' appears in the suffix.
5987 (completion--embedded-envvar-table): Don't return boundaries if
5988 there's no valid completion. Simplify.
5989 (completion-file-name-table): New completion table extracted from
5990 completion--file-name-table.
5991 (completion--file-name-table): Use it.
5992 (read-file-name-predicate): Declare obsolete.
5993 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5994 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5995 completion-file-name-table, and use the `pred' argument.
5996 * files.el (locate-file-completion-table): Use the `pred' arg rather
5997 than read-file-name-predicate.
5998 (abbreviate-file-name): Use \` rather than ^ for BOS.
5999
6000 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
6001
6002 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
6003 vc-responsible-backend to register, it causes problems.
6004
6005 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6006
6007 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
6008
6009 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
6010
6011 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
6012 (tramp-smb-handle-file-attributes): Use it.
6013 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
6014 (tramp-smb-handle-insert-directory): Use `mapc' rather than
6015 `mapcar'. Use `tramp-smb-get-stat-capability'.
6016 Add `dired-filename' text properties.
6017 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
6018 (tramp-smb-maybe-open-connection): Simplify check for smbclient
6019 version.
6020
6021 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6022
6023 * subr.el (read-key-delay): Reduce to 0.01.
6024 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
6025 (bug#4751).
6026
6027 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6028
6029 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
6030
6031 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
6032 (Info-menu): Remove unused vars `last' and `completions'.
6033 (Info-index-nodes): Remove unused var `node'.
6034
6035 * info.el (Info-complete-menu-item): Use complete-with-action.
6036
6037 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6038
6039 Make vc-annotate work through copies and renames.
6040 * vc-annotate.el (vc-annotate-extract-revision-at-line):
6041 Return the file name too.
6042 (vc-annotate-revision-at-line)
6043 (vc-annotate-find-revision-at-line)
6044 (vc-annotate-revision-previous-to-line)
6045 (vc-annotate-show-log-revision-at-line): Update to get the file
6046 name from vc-annotate-extract-revision-at-line.
6047 (vc-annotate-show-diff-revision-at-line-internal): Change the
6048 argument to mean whether to show a file diff or not. Get the file
6049 name from vc-annotate-extract-revision-at-line.
6050 (vc-annotate-show-diff-revision-at-line):
6051 Update vc-annotate-show-diff-revision-at-line call.
6052 (vc-annotate-warp-revision): Add an optional file argument.
6053
6054 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
6055 (vc-git-annotate-extract-revision-at-line): Also return the file
6056 name if found.
6057
6058 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
6059 command. Remove unused code.
6060 (vc-hg-annotate-re): Update to match --follow output.
6061 (vc-hg-annotate-extract-revision-at-line): Also return the file
6062 name if found.
6063
6064 * vc.el: Update annotate-extract-revision-at-line documentation.
6065
6066 2009-10-18 Kevin Ryde <user42@zip.com.au>
6067
6068 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
6069 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
6070
6071 * net/browse-url.el (browse-url): Identify alist with "consp and
6072 not functionp" and let all other things go down the `apply' leg,
6073 as suggested by Stefan. (Further to bug#4531.)
6074
6075 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
6076
6077 * minibuffer.el (read-file-name): Check for repeat before putting
6078 a default argument in file-name-history (Bug#4657).
6079
6080 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
6081 read syntax (Bug#4737).
6082
6083 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
6084
6085 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6086
6087 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
6088 (html-tag-alist, html-tag-help): Add descriptions for undocumented
6089 entries and make note of obsolete tags.
6090
6091 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6092
6093 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
6094
6095 2009-10-18 Glenn Morris <rgm@gnu.org>
6096
6097 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
6098 grep, so that binary files (eg international/uni-bidi.el) can match.
6099 Remove test for "UnicodeData" files, since it is hopefully unnecessary
6100 now, and in any case the file header format has changed.
6101
6102 2009-10-17 Glenn Morris <rgm@gnu.org>
6103
6104 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
6105 (flyspell-get-word, flyspell-large-region)
6106 (flyspell-auto-correct-previous-word): Doc/error message fixes.
6107
6108 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
6109
6110 * Makefile.in (ELCFILES): Add ede/shell.
6111
6112 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
6113
6114 * term/common-win.el (x-colors): Purecopy it.
6115
6116 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6117
6118 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
6119 permissive for when the buffer is empty.
6120 (tar-header-block-tokenize): Decode the username and groupname.
6121 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
6122
6123 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6124
6125 * international/mule-cmds.el (select-safe-coding-system): If the file
6126 has a coding cookie, use it regardless of any other setting (bug#4712).
6127
6128 2009-10-17 Glenn Morris <rgm@gnu.org>
6129
6130 * foldout.el (foldout-mouse-swallow-events):
6131 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6132
6133 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6134 (dired-keep-marker-copy, dired-keep-marker-hardlink)
6135 (dired-keep-marker-symlink, dired-dwim-target)
6136 (dired-copy-preserve-time): Do not autoload these defcustoms.
6137
6138 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6139 messages from messing up the file coding. (Bug#4623)
6140
6141 2009-10-17 Jari Aalto <jari.aalto@cante.net>
6142
6143 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6144 if no match is found for the current dictionary. (Bug#4578)
6145
6146 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
6147 optional, since that is how it is documented, and this is often called
6148 with a nil argument. (Bug#4577)
6149 (flyspell-external-point-words, flyspell-auto-correct-word)
6150 (flyspell-correct-word-before-point, flyspell-word-search-forward)
6151 (flyspell-word-search-backward): Remove nil argument in calls to
6152 flyspell-get-word, since it is not needed now.
6153
6154 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
6155
6156 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
6157
6158 2009-10-16 Glenn Morris <rgm@gnu.org>
6159
6160 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
6161
6162 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
6163
6164 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
6165 (ange-ftp-file-size): New function.
6166 (ange-ftp-file-attributes): Use it.
6167
6168 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
6169
6170 * net/tramp-smb.el (tramp-smb-version): New defvar.
6171 (tramp-smb-maybe-open-connection): Use it, in order to avoid
6172 repeated checks.
6173
6174 2009-10-16 Glenn Morris <rgm@gnu.org>
6175
6176 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6177 Maybe copy some custom properties from old to new name. (Bug#4706)
6178
6179 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
6180
6181 * subr.el (error, sit-for, start-process-shell-command)
6182 (start-file-process-shell-command): Set the calling convention
6183 after the function definition.
6184
6185 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
6186
6187 * subr.el (error, sit-for, start-process-shell-command)
6188 (start-file-process-shell-command): Use the new
6189 set-advertised-calling-convention feature.
6190
6191 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
6192
6193 * international/ucs-normalize.el (ucs-normalize-version):
6194 Change to 1.2.
6195 (check-range): Adjust for Unicode 5.2.
6196
6197 2009-10-15 Juri Linkov <juri@jurta.org>
6198
6199 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6200 to the `menu-item' format.
6201
6202 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
6203
6204 * net/tramp.el (tramp-replace-environment-variables): Do not fail
6205 if the environment variable does not exist.
6206
6207 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6208 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6209 parameter.
6210 (tramp-smb-handle-add-name-to-file)
6211 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6212 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6213 (tramp-smb-handle-file-attributes)
6214 (tramp-smb-do-file-attributes-with-stat)
6215 (tramp-smb-handle-file-local-copy)
6216 (tramp-smb-handle-insert-directory)
6217 (tramp-smb-handle-make-directory)
6218 (tramp-smb-handle-make-directory-internal)
6219 (tramp-smb-handle-make-symbolic-link)
6220 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6221 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6222 (tramp-smb-maybe-open-connection): Apply the changed parameters.
6223 (tramp-smb-read-file-entry): Read Disk names in compressed format.
6224 Handle long file names.
6225 (tramp-smb-get-cifs-capabilities): Check, whether the connection
6226 process is running.
6227 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6228 Read share names with "-g" option.
6229
6230 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
6231
6232 * net/rcirc.el (rcirc-view-log-file): New command.
6233 (rcirc-track-minor-mode-map): Remove C-c ` binding.
6234 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6235 specified.
6236
6237 2009-10-15 Glenn Morris <rgm@gnu.org>
6238
6239 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6240 from the second command-line argument.
6241 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6242 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6243 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6244 w32-batch-update-autoloads.
6245 * emacs-lisp/autoload.el (autoload-make-program): New variable.
6246 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6247
6248 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6249 the headers cannot be located. Simplify, subtracting superflous
6250 save-excursions.
6251
6252 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
6253
6254 Replace completion-base-size by completion-base-position to fix bugs
6255 such as (bug#4699).
6256 * simple.el (completion-base-position): New var.
6257 (completion-base-size): Mark as obsolete.
6258 (choose-completion): Make it work for mouse events as well.
6259 Pass the new base-position to choose-completion-string.
6260 (choose-completion-guess-base-position): New function, extracted from
6261 choose-completion-delete-max-match.
6262 (choose-completion-delete-max-match): Use it. Make obsolete.
6263 (choose-completion-string): Use the new base-position info.
6264 (completion-root-regexp): Delete.
6265 (completion-setup-function): Preserve completion-base-position.
6266 Eliminate obsolete base-size manipulation.
6267 * minibuffer.el (display-completion-list): Don't mess with base-size.
6268 (minibuffer-completion-help): Set completion-base-position instead.
6269 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6270 choose-completion.
6271 * textmodes/bibtex.el (bibtex-complete):
6272 * emacs-lisp/crm.el (crm--choose-completion-string):
6273 Adjust to new calling convention.
6274 * complete.el (partial-completion-mode): Use minibufferp to avoid
6275 bumping into incompatible change to choose-completion-string-functions.
6276 * ido.el (ido-choose-completion-string): Make its calling convention
6277 more permissive.
6278 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6279 base-size manipulation.
6280 (comint-dynamic-list-input-ring): Use dotimes and push.
6281 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6282 fundamental-mode. Use `or'.
6283
6284 2009-10-14 Juri Linkov <juri@jurta.org>
6285
6286 * misearch.el (multi-isearch-next-buffer-from-list)
6287 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
6288
6289 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6290
6291 * Makefile.in (compile-onefile): Load `bytecomp' rather than
6292 `bytecomp.el'.
6293
6294 * minibuffer.el (completion-pcm--merge-completions): Make sure the
6295 string we return is all made up of text from the completions rather
6296 than part from the completions and part from the input (bug#4219).
6297
6298 * ido.el (ido-everywhere): Use define-minor-mode.
6299
6300 * buff-menu.el (list-buffers, ctl-x-map):
6301 Mark the entry points with ;;;###autoload cookies.
6302
6303 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
6304
6305 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6306 correctly in the detached head case.
6307 (vc-git-print-log): Remove unused binding.
6308
6309 * vc.el (vc-responsible-backend): When a directory is passed for
6310 for registration create a VC repository if no backend is
6311 responsible for the directory argument.
6312 (vc-deduce-fileset): Tell vc-responsible-backend to register.
6313
6314 * vc.el: Move comments about RCS and SCCS ...
6315 * vc-rcs.el:
6316 * vc-sccs.el: ... here, respectively.
6317
6318 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6319
6320 * minibuffer.el (completion--file-name-table): Return nil if there's
6321 no file completion, even if substitute-in-file-name changed
6322 the string (bug#4708).
6323
6324 2009-10-13 Juri Linkov <juri@jurta.org>
6325
6326 * files-x.el (read-file-local-variable-value): Don't filter out
6327 minor modes from mode name completion (bug#4664).
6328
6329 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
6330
6331 * international/mule-cmds.el (ucs-names): Remove exclusion of
6332 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6333
6334 2009-10-13 Kenichi Handa <handa@m17n.org>
6335
6336 * international/uni-name.el: Regenerated.
6337
6338 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
6339
6340 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
6341 should be automatically buffer-local, but isn't.)
6342
6343 2009-10-12 Sam Steingold <sds@gnu.org>
6344
6345 * progmodes/compile.el (compilation-next-error-function): Fix the
6346 timestamps if the buffer has been visited before.
6347 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6348 non-anchored patterns, like the perl one (bug#3928).
6349
6350 2009-10-12 Glenn Morris <rgm@gnu.org>
6351
6352 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6353 Let-bind `size'.
6354
6355 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
6356
6357 * proced.el (proced-unload-function): New function.
6358
6359 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6360 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6361 Doc fix.
6362
6363 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6364
6365 2009-10-11 Juri Linkov <juri@jurta.org>
6366
6367 * files-x.el (read-file-local-variable-value):
6368 Provide default value only for bound variables (bug#4664).
6369
6370 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
6371
6372 * net/tramp.el (tramp-local-host-p): Function shall return nil for
6373 connection methods like smb.
6374
6375 * net/tramp-cache.el (tramp-flush-connection-property): The hash
6376 can be empty.
6377
6378 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6379 (tramp-smb-file-name-handler-alist): Add handlers for
6380 `add-name-to-file', `make-symbolic-link'.
6381 (tramp-smb-handle-add-name-to-file)
6382 (tramp-smb-do-file-attributes-with-stat)
6383 (tramp-smb-handle-make-symbolic-link)
6384 (tramp-smb-get-cifs-capabilities): New defuns.
6385 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6386 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6387 (tramp-smb-handle-file-local-copy)
6388 (tramp-smb-handle-make-directory-internal)
6389 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6390 The file name syntax depends on cifs capabilities.
6391 (tramp-smb-handle-file-attributes):
6392 Call `tramp-smb-do-file-attributes-with-stat' if possible.
6393 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6394 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
6395
6396 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
6397
6398 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6399 (eieio-defclass): Apply deftype handler and setf-method properties
6400 directly.
6401 (eieio-add-new-slot): Avoid union function from cl library.
6402 (eieio--typep): New function.
6403 (eieio-perform-slot-validation): Use it.
6404
6405 2009-10-10 Karl Fogel <kfogel@red-bean.com>
6406
6407 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6408 Update documentation to refer to the variables documented in r1.135.
6409 (Bug#4188)
6410
6411 2009-10-10 Karl Fogel <kfogel@red-bean.com>
6412
6413 * bookmark.el (Info-suffix-list): Remove this unused variable.
6414 (bookmark-current-point): Remove this obsolete variable.
6415 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6416 Adjust for removal of bookmark-current-point.
6417
6418 (bookmarks-already-loaded, bookmark-current-buffer)
6419 (bookmark-yank-point): Document. (Bug#4188)
6420
6421 2009-10-10 Glenn Morris <rgm@gnu.org>
6422
6423 * frame.el (frame-height): Doc fix.
6424
6425 * calendar/calendar.el (calendar-split-width-threshold): New option.
6426 (calendar-basic-setup): Use calendar-split-width-threshold.
6427
6428 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
6429
6430 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6431 Ideographic Supplement" range (U+1F200..U+1F2FF).
6432
6433 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6434
6435 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
6436 since the list will have been rebuilt anyway. (Bug#4349)
6437
6438 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6439
6440 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
6441 (bookmark-bmenu-execute-deletions): Don't save here, as
6442 bookmark-delete will now do so if necessary.
6443 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
6444 (Bug#4348)
6445
6446 2009-10-09 Glenn Morris <rgm@gnu.org>
6447
6448 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6449
6450 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6451
6452 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6453 (bookmark-jump-other-window): Just invoke bookmark-jump with new
6454 argument now, so the two function's behaviors will match. (Bug#3645)
6455
6456 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
6457
6458 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
6459 (tramp-file-name-real-host, tramp-file-name-port):
6460 Apply `save-match-data'.
6461
6462 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6463 case both directories are remote.
6464 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
6465 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
6466
6467 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
6468
6469 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6470
6471 2009-10-07 Glenn Morris <rgm@gnu.org>
6472
6473 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6474 of concat.
6475
6476 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6477
6478 * files-x.el (read-file-local-variable): Include some
6479 non-user-variables in the completion table (bug#4664).
6480
6481 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
6482
6483 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6484 message.
6485
6486 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6487 (tramp-smb-file-name-handler-alist): Add handler for
6488 `copy-directory', `expand-file-name', `set-file-modes'.
6489 (tramp-smb-handle-copy-directory)
6490 (tramp-smb-handle-expand-file-name)
6491 (tramp-smb-handle-set-file-modes): New defuns.
6492 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6493 (tramp-smb-handle-file-attributes): Simplify check for retrieving
6494 entry.
6495 (tramp-smb-handle-insert-directory): Don't flush the cache.
6496 (tramp-smb-maybe-open-connection): Check for samba client and
6497 server versions.
6498
6499 2009-10-07 Eli Zaretskii <eliz@gnu.org>
6500
6501 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6502 to not error out of search for "^lisp=" fails.
6503
6504 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
6505
6506 * makefile.w32-in (WINS_UPDATES): New macro.
6507 (custom-deps, finder-data, autoloads): Use it.
6508
6509 2009-10-07 Glenn Morris <rgm@gnu.org>
6510
6511 * Makefile.in (autoloads): Revert previous change.
6512 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6513 the list of preloaded files passed on the command-line, get
6514 it from src/Makefile.
6515
6516 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6517 show the original buffer rather than a random one.
6518
6519 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
6520
6521 * help.el (describe-no-warranty): Place point in a slightly better
6522 position in the GPLv3 text.
6523
6524 2009-10-06 Sam Steingold <sds@gnu.org>
6525
6526 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6527 the comm attribute is present before calling regexp-quote.
6528
6529 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
6530
6531 * play/animate.el (animate-string): For good effect, make sure
6532 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6533
6534 * play/animate.el (animate-sequence, animate-birthday-present):
6535 * misc.el (butterfly): Don't set `indent-tabs-mode'.
6536
6537 2009-10-06 Glenn Morris <rgm@gnu.org>
6538
6539 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
6540
6541 * emacs-lisp/autoload.el (autoload-excludes): New variable.
6542 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
6543 (batch-update-autoloads): Process a string value of autoload-excludes,
6544 set during the build process.
6545 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
6546
6547 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
6548 inside with-parsed... macro so that `v' is defined.
6549
6550 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
6551 * progmodes/fortran.el (fortran-end-of-block)
6552 (fortran-beginning-of-block):
6553 Also push mark in the macro case.
6554
6555 * emerge.el (emerge-show-file-name):
6556 * calc/calc.el (calc-quit):
6557 * calc/calc-misc.el (calc-big-or-small):
6558 * calc/calc-graph.el (calc-graph-view):
6559 * calc/calc-ext.el (calc-reset):
6560 * calendar/calendar.el (calendar-basic-setup):
6561 Use window-full-height-p.
6562
6563 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
6564 header we don't understand, don't insert another. (Bug#4624)
6565 If changing mime charset, insert the new one in the right place.
6566
6567 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
6568
6569 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6570 (cal-tex-cursor-month): Correctly increment the end date for diary and
6571 holiday listing. (Bug#4626)
6572
6573 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6574
6575 * help-fns.el (describe-function-1): Don't burp if the function is not
6576 a symbol.
6577
6578 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
6579
6580 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
6581 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
6582 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
6583 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
6584
6585 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
6586 (eieio-default-superclass): Reflow docstrings.
6587 (this, class-option-assoc, defclass, eieio-class-un-autoload)
6588 (eieio-unbind-method-implementations, defmethod)
6589 (eieio-validate-slot-value, eieio-validate-class-slot-value)
6590 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6591 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6592 (eieio-slot-originating-class-p, eieio-slot-name-index)
6593 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6594 (constructor, initialize-instance, no-next-method, object-print)
6595 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6596 Fix typos in docstrings.
6597 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6598 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6599 (next-method-p): Doc fixes.
6600 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6601 Fix typos in error messages.
6602 (eieio-defmethod): Fix typo in description of generic method.
6603
6604 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6605 (eieio-persistent-save-interactive, slot-missing):
6606 Fix typos in docstrings.
6607 (eieio-instance-inheritor-slot-boundp): Doc fix.
6608
6609 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6610 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6611
6612 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
6613 (eieio-custom-object-apply-reset):
6614 Fix typos in docstrings and error messages.
6615
6616 * emacs-lisp/eieio-datadebug.el (data-debug-show):
6617 Fix typo in docstring.
6618
6619 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
6620 (eieio-browse-tree): Doc fix.
6621 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
6622 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
6623 Fix typos in docstrings.
6624
6625 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
6626 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
6627 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
6628 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
6629 Reflow docstrings.
6630
6631 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
6632
6633 * vc-hg.el (log-view-vc-backend): Declare for compiler.
6634 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
6635 Set log-view-vc-backend so that diff can work.
6636
6637 * log-view.el (log-view-diff): Use vc-diff-internal instead of
6638 vc-version-diff.
6639 (vc-diff-internal): Autoload this instead of vc-version-diff.
6640
6641 2009-10-05 Eli Zaretskii <eliz@gnu.org>
6642
6643 * simple.el (eval-expression): Doc fix.
6644
6645 * progmodes/cwarn.el (cwarn-mode): Doc fix.
6646
6647 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
6648
6649 * files.el (directory-files-no-dot-files-regexp): New defconst.
6650 (delete-directory): Use it.
6651 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
6652
6653 * net/tramp.el (tramp-verbose): Fix docstring.
6654 (tramp-methods): Add recursive option to `tramp-copy-args'.
6655 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
6656 "scp1_old", "scp2_old", "rsync", "rsyncc".
6657 (tramp-default-method): Check also for `auth-source-user-or-password'.
6658 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6659 Add handler for `copy-directory'.
6660 (tramp-handle-copy-directory): New defun.
6661 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
6662 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
6663 Optimize sent command.
6664
6665 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6666
6667 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
6668 window if necessary.
6669
6670 * calendar/calendar.el (calendar-basic-setup): Don't call
6671 switch-to-buffer in a dedicated window.
6672
6673 2009-10-05 Karl Fogel <kfogel@red-bean.com>
6674
6675 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
6676 don't do anything related to relocating, just return nil.
6677 (bookmark-error-no-filename): New error.
6678 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
6679 bookmark has no file. Don't even attempt to handle things that
6680 are not files; the whole point of custom handlers is to keep that
6681 knowledge elsewhere anyway. Tighten some comments.
6682 (bookmark-file-or-variation-thereof): Remove now-unused function.
6683 (bookmark-location): Doc string fix.
6684 (Bug#4250)
6685
6686 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6687
6688 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
6689 don't use a file dialog, because they usually don't know how to read
6690 a directory target from the user. (Bug#4230)
6691 Also, make sure the prompt can display directories as well as files.
6692
6693 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6694
6695 * bookmark.el (bookmark-set, bookmark-buffer-name):
6696 Improve doc strings. (Bug#1193)
6697
6698 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6699
6700 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
6701 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
6702 (bookmark-get-annotation, bookmark-set-annotation)
6703 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6704 (bookmark-set-position, bookmark-get-front-context-string)
6705 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6706 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
6707 (bookmark-jump-other-window, bookmark-handle-bookmark)
6708 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
6709 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
6710 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
6711 Improve doc strings to say whether bookmark can be a string or
6712 a record or both, and make other consistency and clarity fixes.
6713 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
6714 (bookmark-default-annotation-text, bookmark-yank-word)
6715 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
6716 (bookmark-import-new-list, bookmark-maybe-rename)
6717 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6718 (bookmark-bmenu-bookmark): Give these doc strings.
6719 (bookmark-bmenu-check-position): Give this a doc string, but also
6720 add a FIXME comment about how the function may be pointless.
6721 (bookmark-default-handler): Rework doc string and change a
6722 parameter name, to clarify that this takes a bookmark record
6723 not a bookmark name.
6724 (bookmark-set): Change a parameter name to indicate its meaning,
6725 and improve the doc string a bit.
6726 (Bug#4188)
6727
6728 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6729
6730 * bookmark.el (bookmark-alist): Document the new `handler' element
6731 in the param alist.
6732 (bookmark-make-record-function): Adjust documentation for above.
6733 (Bug#4193)
6734
6735 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6736
6737 * info.el (Info-bookmark-make-record): Document this function.
6738 (Info-bookmark-jump): Document with a doc string, not just a comment.
6739 (Bug#4203)
6740
6741 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
6742
6743 * files.el (copy-directory): New defun.
6744
6745 * dired-aux.el (dired-copy-file-recursive): Use it.
6746
6747 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
6748
6749 * files-x.el (modify-dir-local-variable)
6750 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
6751 docstrings.
6752
6753 * recentf.el (recentf-unload-function): New function.
6754
6755 2009-10-04 Glenn Morris <rgm@gnu.org>
6756
6757 * window.el (window-full-height-p): Add doc string.
6758
6759 2009-10-04 Martin Rudalics <rudalics@gmx.at>
6760
6761 * window.el (window-full-height-p): New function. (Bug#4543)
6762
6763 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6764
6765 * vc.el: Remove commented out code.
6766 (vc-derived-from-dir-mode): Remove, unused.
6767 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6768
6769 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
6770
6771 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6772 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
6773 there could be recursive loading when `default-directory' is a
6774 remote file name. (Bug#4614)
6775
6776 2009-10-03 Glenn Morris <rgm@gnu.org>
6777
6778 * calendar/calendar.el (calendar-basic-setup): Handle the case where
6779 the frame is wide.
6780 (calendar-generate-window): Test for shrinkability rather than width.
6781
6782 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6783 reusing existing buffers, in case we happen to visit two files with the
6784 same basename. (Bug#4593)
6785
6786 2009-10-02 Eli Zaretskii <eliz@gnu.org>
6787
6788 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
6789 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6790 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6791 subdirs of cedet as well.
6792 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
6793
6794 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6795
6796 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6797 Obey advertised-signature-table.
6798
6799 * help-fns.el (help-function-arglist): Don't check
6800 advertised-signature-table.
6801 (describe-function-1): Do it here instead so it also applies to subrs.
6802
6803 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
6804
6805 * simple.el (start-file-process): Say in the doc-string, that file
6806 handlers might not support pty association, if PROGRAM is nil.
6807
6808 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6809 HOST and USER are strings. They are nil, when there are
6810 incomplete entries in ~/.netrc, for example.
6811 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
6812 root directory ("device busy" error otherwise).
6813
6814 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6815 Flush file properties of created directory.
6816
6817 2009-10-02 Eli Zaretskii <eliz@gnu.org>
6818
6819 * makefile.w32-in (WINS_BASIC): Remove cedet.
6820 (WINS_CEDET): Add cedet.
6821 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6822
6823 2009-10-02 Kevin Ryde <user42@zip.com.au>
6824
6825 * net/browse-url.el (browse-url): Pass any symbol in
6826 browse-url-browser-function to `apply', since if you've mistakenly put
6827 an unbound symbol then the error is clearer. (Bug#4531)
6828
6829 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
6830
6831 * allout.el (allout-init, allout-back-to-current-heading)
6832 (allout-beginning-of-current-entry, allout-ascend-to-depth)
6833 (allout-ascend, allout-up-current-level, allout-end-of-level)
6834 (allout-previous-visible-heading, allout-forward-current-level)
6835 (allout-backward-current-level, allout-show-children):
6836 * apropos.el (apropos-describe-plist):
6837 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6838 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6839 * completion.el (add-completion, add-permanent-completion):
6840 * descr-text.el (describe-text-category, describe-char):
6841 * desktop.el (desktop-lazy-abort):
6842 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6843 * dired.el (dired-build-subdir-alist):
6844 * ediff.el (ediff-version):
6845 * elide-head.el (elide-head, elide-head-show):
6846 * emerge.el (emerge-version):
6847 * env.el (getenv):
6848 * face-remap.el (variable-pitch-mode):
6849 * faces.el (describe-face):
6850 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6851 (dired-at-point):
6852 * files.el (find-file-existing, auto-save-mode):
6853 * font-lock.el (font-lock-fontify-buffer):
6854 * help-fns.el (describe-function, describe-variable)
6855 (describe-syntax, describe-categories):
6856 * help.el (view-lossage, describe-bindings, describe-key)
6857 (describe-mode):
6858 * hexl.el (hexl-current-address):
6859 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6860 * info.el (Info-goto-emacs-key-command-node):
6861 * log-edit.el (log-edit-insert-cvs-template)
6862 (log-edit-insert-cvs-rcstemplate):
6863 * menu-bar.el (menu-bar-mode):
6864 * mouse.el (mouse-appearance-menu):
6865 * newcomment.el (comment-indent-new-line):
6866 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6867 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
6868 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
6869 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6870 * recentf.el (recentf-mode):
6871 * savehist.el (savehist-mode, savehist-save):
6872 * shadowfile.el (shadow-copy-files):
6873 * simple.el (kill-ring-save, next-line, previous-line)
6874 (normal-erase-is-backspace-mode):
6875 * strokes.el (strokes-update-window-configuration)
6876 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6877 (strokes-xpm-for-stroke):
6878 * time.el (emacs-uptime, emacs-init-time):
6879 * tutorial.el (tutorial--describe-nonstandard-key)
6880 (tutorial--detailed-help):
6881 * type-break.el (type-break-mode)
6882 (type-break-mode-line-message-mode, type-break-query-mode)
6883 (type-break-guesstimate-keystroke-threshold):
6884 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6885 * version.el (emacs-version):
6886 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6887 * winner.el (winner-mode):
6888 * calendar/timeclock.el (timeclock-in, timeclock-out)
6889 (timeclock-status-string, timeclock-change)
6890 (timeclock-workday-remaining-string)
6891 (timeclock-workday-elapsed-string)
6892 (timeclock-when-to-leave-string):
6893 * calendar/todo-mode.el (todo-add-category):
6894 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6895 * emacs-lisp/autoload.el (update-file-autoloads):
6896 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6897 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6898 (checkdoc-message-text, checkdoc-defun):
6899 * emacs-lisp/debug.el (debugger-list-functions):
6900 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6901 * emacs-lisp/eieio-opt.el (eieio-describe-class)
6902 (eieio-describe-generic):
6903 * emacs-lisp/lisp-mnt.el (lm-synopsis):
6904 * emacs-lisp/shadow.el (list-load-path-shadows):
6905 * emulation/cua-base.el (cua-mode):
6906 * emulation/edt.el (edt-set-scroll-margins):
6907 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6908 (tpu-toggle-regexp, tpu-toggle-search-direction)
6909 (tpu-toggle-rectangle, tpu-toggle-control-keys):
6910 * emulation/tpu-extras.el (tpu-set-scroll-margins):
6911 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6912 (viper-set-parsing-style-toggling-macro)
6913 (viper-set-emacs-state-searchstyle-macros):
6914 * emulation/viper.el (viper-set-hooks):
6915 * eshell/esh-mode.el (eshell-truncate-buffer):
6916 * international/mule-cmds.el (prefer-coding-system)
6917 (describe-input-method, describe-language-environment):
6918 * international/mule-diag.el (list-character-sets)
6919 (describe-character-set, describe-coding-system)
6920 (describe-fontset, list-fontsets, list-input-methods):
6921 * mail/sendmail.el (mail-signature):
6922 * net/ange-ftp.el (ange-ftp-copy-file):
6923 * net/browse-url.el (browse-url):
6924 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6925 * net/quickurl.el (quickurl-add-url):
6926 * net/rcirc.el (names, topic):
6927 * net/xesam.el (xesam-mode):
6928 * play/5x5.el (5x5-new-game):
6929 * play/yow.el (apropos-zippy):
6930 * progmodes/ada-mode.el (ada-mode-version):
6931 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6932 (f90-end-of-block)
6933 (f90-beginning-of-block):
6934 * progmodes/fortran.el (fortran-end-of-block)
6935 (fortran-beginning-of-block):
6936 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6937 * progmodes/python.el (python-describe-symbol, python-shell):
6938 * term/ns-win.el (ns-print-buffer):
6939 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6940 * textmodes/flyspell.el (flyspell-mode-on):
6941 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6942 (pages-directory-for-addresses):
6943 * textmodes/table.el (table-recognize-cell)
6944 (table-query-dimension, table-generate-source)
6945 (table-insert-sequence, table--warn-incompatibility):
6946 * textmodes/tex-mode.el (tex-validate-buffer):
6947 * textmodes/texinfmt.el (texinfmt-version)
6948 (texinfo-format-buffer):
6949 Use `called-interactively-p' instead of `interactive-p'.
6950
6951 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
6952
6953 * image-mode.el (image-toggle-display):
6954 * emacs-lisp/elp.el (elp-instrument-function):
6955 * emacs-lisp/advice.el (ad-make-advised-definition):
6956 * emacs-lisp/easy-mmode.el (define-minor-mode):
6957 * net/browse-url.el (browse-url-maybe-new-window):
6958 * progmodes/sh-script.el (sh-learn-buffer-indent):
6959 Pass new argument 'any to `called-interactively-p'.
6960
6961 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
6962
6963 * international/uni-bidi.el:
6964 * international/uni-category.el:
6965 * international/uni-combining.el:
6966 * international/uni-comment.el:
6967 * international/uni-decimal.el:
6968 * international/uni-decomposition.el:
6969 * international/uni-digit.el:
6970 * international/uni-lowercase.el:
6971 * international/uni-mirrored.el:
6972 * international/uni-name.el:
6973 * international/uni-numeric.el:
6974 * international/uni-old-name.el:
6975 * international/uni-titlecase.el:
6976 * international/uni-uppercase.el:
6977 Regenerate from Unicode 5.2.0 data.
6978
6979 2009-10-01 Glenn Morris <rgm@gnu.org>
6980
6981 * Makefile.in (ELCFILES): Regenerate.
6982
6983 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6984
6985 * subr.el (interactive-p): Mark obsolete.
6986 (called-interactively-p): Make the optional-ness of `kind' obsolete.
6987 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6988 advertised-signature-table for subroutines as well.
6989
6990 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6991 (set-advertised-calling-convention): New function.
6992 (make-obsolete, define-obsolete-function-alias)
6993 (make-obsolete-variable, define-obsolete-variable-alias):
6994 Make the optional-ness of `when' obsolete.
6995 (define-obsolete-face-alias): Make `when' non-optional.
6996 * help-fns.el (help-function-arglist):
6997 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6998 Use advertised-signature-table.
6999
7000 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
7001
7002 * files.el (delete-directory): New defun. The original function
7003 in fileio.c has been renamed to `delete-directory-internal'.
7004
7005 * dired.el (dired-delete-file): Call `delete-directory' with
7006 RECURSIVE parameter.
7007
7008 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
7009 parameter RECURSIVE. Implementation is missing.
7010
7011 * net/tramp.el (tramp-handle-make-directory): Flush upper
7012 directory's file properties.
7013 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
7014 (tramp-handle-dired-recursive-delete-directory): Flush directory
7015 properties after the remove command only.
7016
7017 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7018 Handle optional parameter RECURSIVE.
7019
7020 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7021 Handle optional parameter RECURSIVE.
7022
7023 * net/tramp-smb.el (tramp-smb-errors): Add error message for
7024 connection timeout.
7025 (tramp-smb-handle-delete-directory): Handle optional parameter
7026 RECURSIVE.
7027
7028 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7029
7030 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
7031 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
7032 (byte-compile-defmacro): Use backquotes.
7033
7034 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
7035
7036 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
7037 has no associated file.
7038 (vc-resynch-buffer): Use vc-dir-buffers.
7039
7040 2009-10-01 Glenn Morris <rgm@gnu.org>
7041
7042 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
7043 (chart-file-count):
7044 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
7045 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
7046 * emacs-lisp/eieio-opt.el (eieio-describe-class):
7047 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
7048 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
7049 (eieio-copy-parents-into-subclass, make-instance, class-children)
7050 (eieio-generic-form):
7051
7052 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7053 match-data. (Bug#4555).
7054
7055 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7056 rather than parsing it as a regexp. This relaxes the layout
7057 requirements and makes errors easier to detect.
7058 (check-declare-verify): Check file is regular.
7059 (check-declare-directory): Doc fix.
7060 * subr.el (declare-function): Doc fix.
7061
7062 * ibuffer.el (ibuffer-format-qualifier):
7063 * isearch.el (hi-lock-regexp-okay):
7064 * calc/calc.el (math-zerop):
7065 * mail/uce.el (rmail-msgbeg, rmail-msgend):
7066 * term/w32-win.el (setup-default-fontset, set-fontset-font):
7067 Remove unused declarations.
7068
7069 2009-09-30 Glenn Morris <rgm@gnu.org>
7070
7071 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7072
7073 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7074 filename is not a string.
7075
7076 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
7077
7078 * files.el (safe-local-eval-forms): Fix typo.
7079
7080 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
7081
7082 * vc-hooks.el (vc-dir-buffers): New var.
7083 (vc-state-refresh): New function.
7084 (vc-state): Use it.
7085 (vc-after-save): Always ask the backend to recompute the new state.
7086 Always call vc-dir if necessary, using vc-dir-buffers.
7087 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7088 Use vc-dir-buffers.
7089 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7090 (vc-dir-prepare-status-buffer, vc-dir-update)
7091 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7092 Don't call expand-file-name on default-directory.
7093
7094 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7095
7096 * speedbar.el (speedbar-item-delete):
7097 * calc/calc-prog.el (calc-kbd-if):
7098 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7099
7100 * epa.el (epa-key-list-mode-map):
7101 * hi-lock.el (hi-lock-menu): Fix typos in menus.
7102
7103 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7104 (hs-show-hook): Fix typo in docstring.
7105
7106 2009-09-29 Glenn Morris <rgm@gnu.org>
7107
7108 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7109 file-name-nondirectory call preventing location of cedet files.
7110 (check-declare-verify): Use literal search rather than re-search.
7111 Add basic defmethod and defclass, and define-overloadable-function.
7112
7113 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7114 Use tramp-compat-file-attributes rather than nonexistent
7115 tramp-compat-handle-file-attributes.
7116
7117 * Makefile.in (lisptagsfiles4): New.
7118 (AUTOGENEL): Add cedet loaddefs files.
7119 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7120 (update-elclist, compile-always, backup-compiled-files)
7121 (bootstrap-clean): Add yet another directory level.
7122 (update-elclist): Use LC_COLLATE rather than COLLATE.
7123 (ELCFILES): Update, via `make update-elclist'.
7124
7125 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7126
7127 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7128 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7129 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7130
7131 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
7132
7133 * Makefile.in (lisptagsfiles3): Define.
7134 (TAGS, TAGS-LISP): Use it.
7135 (update-elclist): Add third directory level to look for elc files.
7136 (compile-always): Likewise.
7137 (backup-compiled-files): Likewise.
7138 (bootstrap-clean): Likewise.
7139 (ELCFILES): Update.
7140
7141 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
7142
7143 * Makefile.in (ELCFILES): Add CEDET files.
7144
7145 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
7146
7147 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7148
7149 * net/tramp.el (top): Require tramp-imap.
7150
7151 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7152 Use `tramp-compat-handle-file-attributes'.
7153
7154 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
7155
7156 * net/tramp-imap.el: New package.
7157
7158 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7159
7160 * whitespace.el (whitespace-trailing-regexp)
7161 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7162 Fix doc string.
7163
7164 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
7165
7166 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7167 menu.
7168
7169 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7170 menu-bar-ediff-menu.
7171
7172 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7173 define-overloadable-function.
7174
7175 * progmodes/autoconf.el: Provide autoconf as well, so that this
7176 file can be `require'd.
7177
7178 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7179
7180 * emacs-lisp/autoload.el (generated-autoload-feature)
7181 (generated-autoload-load-name): New vars.
7182 (autoload-rubric, autoload-generate-file-autoloads): Use them.
7183 (make-autoload): Recognize define-overloadable-function and
7184 defclass forms (for EIEIO).
7185
7186 * Makefile.in (update-subdirs): Exclude cedet directory.
7187
7188 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7189
7190 * term/ns-win.el: Don't set the region face background. (Bug#4381)
7191
7192 * faces.el: Default light-background background for region face to
7193 ns_selection_color under NS.
7194
7195 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
7196
7197 * net/imap-hash.el: New library, see NEWS.
7198
7199 * Makefile.in (ELCFILES): Add imap-hash.el.
7200
7201 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7202
7203 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7204 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7205 * help-macro.el (make-help-screen): Avoid using an ambiguous function
7206 definition where the docstring could be taken for the return value.
7207
7208 2009-09-26 Glenn Morris <rgm@gnu.org>
7209
7210 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7211 Add option to only show images below a certain size.
7212 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7213 save-excursion calls.
7214
7215 2009-09-26 Eli Zaretskii <eliz@gnu.org>
7216
7217 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7218 subdirectories) and eieio.
7219
7220 2009-09-26 Alan Mackenzie <acm@muc.de>
7221
7222 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
7223 buggy bracketing. (Bug#4289)
7224
7225 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
7226 character constants (as case labels). (Bug#4289)
7227
7228 2009-09-25 Juri Linkov <juri@jurta.org>
7229
7230 * files.el (safe-local-eval-forms): Allow time-stamp in
7231 before-save-hook (Bug#4554).
7232
7233 2009-09-25 Drew Adams <drew.adams@oracle.com>
7234
7235 * menu-bar.el (list-buffers-directory): Doc fix.
7236
7237 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
7238
7239 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7240 Try and avoid copying twice the same paragraph.
7241 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7242 Remove save-excursion.
7243 (log-edit-changelog-entry): Do it here instead.
7244
7245 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
7246
7247 * bs.el (bs--get-file-name): Use `list-buffers-directory'
7248 when available, instead of hardcoding mode names. Doc fix.
7249
7250 * menu-bar.el (list-buffers-directory): Add docstring.
7251 Make automatically buffer-local.
7252
7253 * dired.el (dired-mode):
7254 * files.el (cd-absolute):
7255 * pcvs.el (cvs-temp-buffer):
7256 * pcvs-util.el (cvs-get-buffer-create):
7257 * shell.el (shell-mode):
7258 * vc-dir.el (vc-dir-mode):
7259 Don't make `list-buffers-directory' buffer local.
7260
7261 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
7262
7263 * comint.el (comint-exec, comint-run, make-comint):
7264 Doc fixes (Bug#4542).
7265
7266 2009-09-25 Glenn Morris <rgm@gnu.org>
7267
7268 * mail/rmailmm.el (rmail-mime): New custom group.
7269 Move all defcustoms in this file into this group.
7270 (rmail-mime-media-type-handlers-alist): Revert previous change.
7271 (rmail-mime-show-images): New option.
7272 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7273 references to it, since it wasn't actually used for anything.
7274 (rmail-mime-insert-image): New function.
7275 (rmail-mime-image): Use rmail-mime-insert-image.
7276 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
7277 obey the value of `rmail-mime-show-images' option. Print the size of
7278 attachments.
7279
7280 2009-09-25 David Engster <deng@randomsample.de>
7281
7282 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
7283
7284 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7285
7286 * whitespace.el: Does not highlight trailing spaces While point is
7287 at end of line. Does not highligt spaces at beginning of buffer
7288 while point is at beginning of buffer. Does not highlight spaces
7289 at end of buffer while point is at end of buffer. (Bug#4177)
7290 New version 12.0.
7291 (whitespace-display-mappings): Adjust initialization.
7292 (whitespace-point, whitespace-font-lock-refontify): New vars.
7293 (whitespace-color-on, whitespace-color-off): Adjust code.
7294 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7295 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7296 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7297
7298 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
7299
7300 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7301
7302 * textmodes/sgml-mode.el: Remove xml-mode alias.
7303
7304 * files.el (auto-mode-alist, conf-mode-maybe)
7305 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7306
7307 2009-09-24 Alan Mackenzie <acm@muc.de>
7308
7309 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7310 c-forward-conditionals, but it doesn't move point and doesn't set
7311 the mark.
7312 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7313 (c-down-conditional-with-else, c-backward-conditional)
7314 (c-forward-conditional): Refactor to use c-scan-conditionals.
7315
7316 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7317
7318 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7319 (help-default-arg-highlight): Remove.
7320 (help-highlight-arg): New function.
7321 (help-do-arg-highlight): Use it.
7322 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
7323
7324 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7325
7326 * term.el (term-set-scroll-region, term-handle-ansi-escape):
7327 Undo last change, which didn't fix the problem and introduced others.
7328
7329 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
7330
7331 * progmodes/gdb-mi.el: Don't require speedbar.
7332 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7333
7334 2009-09-24 Glenn Morris <rgm@gnu.org>
7335
7336 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7337
7338 * term/ns-win.el (ns-reg-to-script): Define for compiler.
7339
7340 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7341 there is no newline after the final mime boundary. (Bug#4539)
7342 Move markers on insertion so that any buttons inserted don't end up in
7343 the next part of a multipart message.
7344 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
7345 (rmail-mime-bulk-handler): Optionally handle images.
7346 (rmail-mime-image): New button action.
7347 (rmail-mime-image-handler): New function.
7348 (rmail-mime-mode): New mode.
7349 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
7350
7351 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7352
7353 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7354 than just dropping elements from it (bug#4504).
7355
7356 * term.el (term-set-scroll-region): Don't move cursor any more.
7357 (term-handle-ansi-escape): Call term-goto here instead.
7358 Suggested by Ivan Kanis <apple@kanis.eu>.
7359
7360 * term.el: Require CL.
7361 (term-ansi-reset): New function.
7362 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7363 (term-handle-colors-array): Simplify.
7364
7365 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7366
7367 * allout.el (allout-overlay-interior-modification-handler)
7368 (allout-obtain-passphrase):
7369 * epa-file.el (epa-file-write-region):
7370 * ps-print.el (ps-begin-job):
7371 * vc-hooks.el (vc-toggle-read-only):
7372 * vc-rcs.el (vc-rcs-rollback):
7373 * vc-sccs.el (vc-sccs-rollback):
7374 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7375 (vc-version-diff, vc-revert, vc-rollback):
7376 * wdired.el (wdired-check-kill-buffer):
7377 * emacs-lisp/authors.el (authors):
7378 * net/socks.el (socks-open-connection):
7379 * net/zeroconf.el (zeroconf-service-add-hook):
7380 * obsolete/vc-mcvs.el (vc-mcvs-register):
7381 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7382 (gdb-select-frame):
7383 * progmodes/grep.el (lgrep, rgrep):
7384 * progmodes/idlw-help.el (idlwave-help-check-locations)
7385 (idlwave-help-html-link, idlwave-help-assistant-open-link):
7386 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7387 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7388 (reftex-toc-rename-label): Fix typos in error messages.
7389
7390 * dired-aux.el (dired-do-shell-command): Reflow docstring.
7391 (dired-copy-how-to-fn): Doc fix.
7392 (dired-files-attributes, dired-read-shell-command):
7393 Fix typos in docstrings.
7394
7395 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7396 (dired-x-find-file-other-window): Reflow docstrings.
7397 (dired-omit-marker-char, dired-read-shell-command)
7398 (dired-x-submit-report): Fix typos in docstrings.
7399
7400 * shell.el (shell-mode-hook):
7401 * view.el (View-scroll-line-forward):
7402 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7403 Fix typos in docstrings.
7404
7405 * net/dig.el (dig-invoke): Fix typo in docstring.
7406 (query-dig): Reflow docstring.
7407
7408 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7409 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7410 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7411 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7412 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7413 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7414 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7415 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7416 (idlwave-completion-map, idlwave-current-indent)
7417 (idlwave-custom-ampersand-surround, idlwave-customize)
7418 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7419 (idlwave-define-abbrev, idlwave-determine-class-special)
7420 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7421 (idlwave-end-block-reg, idlwave-end-of-statement)
7422 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7423 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7424 (idlwave-explicit-class-listed, idlwave-file-header)
7425 (idlwave-fill-paragraph, idlwave-find-class-definition)
7426 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7427 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7428 (idlwave-in-quote, idlwave-indent-action-table)
7429 (idlwave-indent-expand-table, idlwave-indent-line)
7430 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7431 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7432 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7433 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7434 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7435 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7436 (idlwave-outlawed-buffers, idlwave-popup-select)
7437 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7438 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7439 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7440 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7441 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7442 (idlwave-statement-type, idlwave-struct-skip)
7443 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7444 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7445 (idlwave-what-module-find-class): Fix typos in docstrings.
7446 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7447 (idlwave-calculate-cont-indent, idlwave-expand-equal)
7448 (idlwave-find-module, idlwave-find-structure-definition)
7449 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7450 (idlwave-list-load-path-shadows, idlwave-next-statement)
7451 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7452 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7453 (idlwave-template): Reflow docstrings.
7454
7455 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7456 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7457 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7458 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7459 (idlwave-shell-display-line, idlwave-shell-display-wframe)
7460 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7461 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7462 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7463 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7464 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7465 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7466 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7467 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7468 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7469 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7470 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7471 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7472 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7473 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7474 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7475 Fix typos in docstrings.
7476 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7477 (idlwave-shell-hide-output, idlwave-shell-mode)
7478 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7479 Reflow docstrings.
7480
7481 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7482
7483 2009-09-24 Ivan Kanis <apple@kanis.eu>
7484
7485 * term.el (term-bold-attribute): New var.
7486 (term-handle-colors-array): Use it.
7487
7488 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
7489
7490 * progmodes/gdb-mi.el (gdb-version): New variable.
7491 (gdb-non-stop-handler): Set gdb-version.
7492 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7493 Condition "--thread" option on gdb-version.
7494 (gdb-invalidate-threads): Remove unused argument.
7495
7496 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7497
7498 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7499 to looking-back to avoid ridiculous slow down in large files (bug#4511).
7500
7501 2009-09-23 Glenn Morris <rgm@gnu.org>
7502
7503 * mail/rmail.el (rmail-reply): Don't try to add a References header when
7504 replying to mail without References or Message-Id. (Bug#4525)
7505
7506 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7507
7508 * term/ns-win.el (ns-reg-to-script): New variable.
7509
7510 2009-09-23 Daiki Ueno <ueno@unixuser.org>
7511
7512 * epg.el (epg-wait-for-status): Preserve existing 'error results.
7513
7514 2009-09-22 Sam Steingold <sds@gnu.org>
7515
7516 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
7517 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7518 to 1 because hg returns status 1 when nothing is found.
7519 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
7520
7521 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
7522
7523 * textmodes/fill.el: Convert to utf-8 encoding.
7524 (fill-french-nobreak-p): Remove redundant » and « inherited from our
7525 pre-unicode days.
7526
7527 * add-log.el (change-log-fill-forward-paragraph): New function.
7528 (change-log-mode): Use it so fill-region DTRT.
7529 Set fill-indent-according-to-mode here rather than in
7530 change-log-fill-paragraph.
7531 (change-log-fill-paragraph): Remove.
7532
7533 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
7534
7535 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7536 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
7537
7538 2009-09-22 Glenn Morris <rgm@gnu.org>
7539
7540 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7541 the scroll-bar scroll the calendar window rather than the buffer.
7542
7543 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7544 commands that move point (as opposed to scrolling).
7545
7546 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7547
7548 * emacs-lisp/elint.el (elint): New custom group.
7549 (elint-log-buffer): Make it a defcustom.
7550 (elint-scan-preloaded, elint-ignored-warnings)
7551 (elint-directory-skip-re): New options.
7552 (elint-builtin-variables): Doc fix.
7553 (elint-preloaded-env): New variable.
7554 (elint-unknown-builtin-args): Add an entry for encode-time.
7555 (elint-extra-errors): Make it a variable rather than a constant.
7556 (elint-preloaded-skip-re): New constant.
7557 (elint-directory): Skip files matching elint-directory-skip-re.
7558 (elint-features): New variable, local to linted buffers.
7559 (elint-update-env): Initialize elint-features. Possibly add
7560 elint-preloaded-env to the buffer's environment.
7561 (elint-get-top-forms): Bind elint-current-pos, for log messages.
7562 Skip quoted forms.
7563 (elint-init-form): New function, extracted from elint-init-env.
7564 Make non-list forms a warning rather than an error.
7565 Add the mode-map for define-derived-mode. Handle define-minor-mode,
7566 easy-menu-define, put that adds an error-condition, and provide.
7567 When requiring cl, also require cl-macs. Really require cl, to handle
7568 some cl macros. Store required libraries in the list elint-features,
7569 so as not to re-load them. Treat cc-require like require.
7570 (elint-init-env): Call elint-init-form to do the work.
7571 Handle eval-and-compile and such like.
7572 (elint-add-required-env): Do not clear messages.
7573 (elint-special-forms): Add handlers for function, defalias, if, when,
7574 unless, and, or.
7575 (elint-form): Add optional argument to ignore elint-special-forms,
7576 useful to prevent recursive calls from handlers. Doc fix.
7577 Respect elint-ignored-warnings.
7578 (elint-form): Respect elint-ignored-warnings.
7579 (elint-bound-variable, elint-bound-function): New variables.
7580 (elint-unbound-variable): Respect elint-bound-variable.
7581 (elint-get-args): Respect elint-bound-function.
7582 (elint-check-cond-form): Add some simple handling for (f)boundp and
7583 featurep tests.
7584 (elint-check-defalias-form): New handler.
7585 (elint-check-let-form): Make an empty let a warning rather than an
7586 error.
7587 (elint-check-setq-form): Make an empty setq a warning rather than an
7588 error. Respect elint-ignored-warnings.
7589 (elint-check-defvar-form): Accept null doc-strings.
7590 (elint-check-conditional-form): New handler. Does some simple-minded
7591 checking of featurep and (f)boundp tests.
7592 (elint-put-function-args): New function.
7593 (elint-initialize): Use elint-scan-doc-file rather than
7594 elint-find-builtin-variables. Use elint-put-function-args.
7595 Possibly scan preloaded-file-list.
7596 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7597 extend to handle functions as well.
7598
7599 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
7600
7601 * linum.el (linum-delete-overlays, linum-update-window):
7602 Do not modify the right margin. (Bug#3971)
7603
7604 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
7605
7606 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7607 nxml-mode instead of xml-mode.
7608
7609 2009-09-21 Kevin Ryde <user42@zip.com.au>
7610
7611 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
7612
7613 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7614
7615 * net/dig.el (dig-mode): Use define-derived-mode.
7616
7617 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
7618
7619 * vc-dispatcher.el (vc-do-command): Return the process object in
7620 the asynchronous case. Use when instead of if. Do not run
7621 vc-exec-after to display a message if not enabled. (Bug#4463)
7622
7623 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7624 properties to the stash strings.
7625 (vc-git-stash-list): Return a list of strings.
7626 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7627 (vc-git-stash-show-at-point): New functions.
7628 (vc-git-stash-map): New keymap.
7629
7630 * register.el (ctl-x-r-map): Define the keys here instead of
7631 using autoload.
7632
7633 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
7634
7635 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7636 list, to workaround performance problem (bug#4485).
7637
7638 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
7639
7640 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7641
7642 2009-09-20 Daiki Ueno <ueno@unixuser.org>
7643
7644 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7645 Document that this option is not recommended to use.
7646
7647 2009-09-19 Glenn Morris <rgm@gnu.org>
7648
7649 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7650 variable `var'.
7651
7652 * calc/calc-alg.el (var):
7653 * calc/calcalg2.el (var): Define for compiler.
7654
7655 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
7656
7657 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7658 Doc fix (Bug#3932).
7659
7660 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7661
7662 * time-stamp.el (time-stamp-month-dd-yyyy)
7663 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7664 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7665 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
7666 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7667 Remove functions that have been obsolete since 1995 (Bug#4436).
7668
7669 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7670 indent buffer only if called interactively (Bug#4452).
7671
7672 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
7673 Eli Zaretskii <eliz@gnu.org>
7674
7675 This fixes bug#4197 (merged to bug#865, though not identical).
7676 * server.el (server-auth-dir): Add docstring note about FAT32.
7677 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7678 but warn against using them.
7679
7680 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
7681
7682 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7683 older GDB where there is no has_more field.
7684
7685 2009-09-19 Glenn Morris <rgm@gnu.org>
7686
7687 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7688
7689 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
7690
7691 * files.el (auto-mode-alist): Change default for XML files to nXML
7692 mode (Bug#4169).
7693
7694 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
7695
7696 * server.el (server-ensure-safe-dir): Pass 'integer
7697 to `file-attributes', as suggested.
7698
7699 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7700
7701 * dired-aux.el (dired-query-alist): Remove spurious backslash.
7702 (dired-query): Use read-key.
7703
7704 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
7705
7706 * cus-start.el (ns-use-qd-smoothing): Remove.
7707
7708 2009-09-18 Glenn Morris <rgm@gnu.org>
7709
7710 * allout.el (top-level): Remove unnecessary progn.
7711
7712 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7713
7714 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7715 definition of abbrev table.
7716
7717 * speedbar.el (speedbar-track-mouse):
7718 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7719 * net/eudc.el (eudc-expand-inline):
7720 * net/newst-backend.el (newsticker--cache-read-feed):
7721 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
7722 condition-case handlers.
7723
7724 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
7725
7726 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7727 (gdb-var-list): Add an element for has_more field.
7728 (gdb-non-stop-handler): Enable pretty printing for STL containers.
7729 (gdb-var-create-handler, gdb-var-list-children-handler-1)
7730 (gdb-var-update-handler-1): Parse output of dynamic variable
7731 objects (STL containers).
7732 (gdb-var-delete-1): Pass var1 as an explicit second argument.
7733 (gdb-get-field): Delete alias. Use bindat-get-field directly.
7734
7735 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7736 gdb-var-list.
7737 (gud-speedbar-buttons): Make node expandable if expression "has more"
7738 children.
7739
7740 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
7741
7742 * startup.el (emacs-quick-startup): Remove variable and all uses.
7743 (command-line): Set `inhibit-x-resources' instead.
7744 (command-line-1): Use `inhibit-x-resources' instead.
7745
7746 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
7747
7748 * subr.el: Fix last change to avoid using the `unless' macro,
7749 which breaks bootstrapping.
7750
7751 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7752
7753 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7754 extended definitions, in case we reload subr.el after having
7755 loaded CL.
7756 (eval-next-after-load): Mark as obsolete.
7757
7758 2009-09-17 Juri Linkov <juri@jurta.org>
7759
7760 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7761 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7762 (menu-bar-showhide-menu, menu-bar-tools-menu)
7763 (menu-bar-describe-menu, menu-bar-help-menu)
7764 (minibuffer-local-completion-map, minibuffer-local-map):
7765 Fix list quoting.
7766
7767 2009-09-17 Glenn Morris <rgm@gnu.org>
7768
7769 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7770 arguments, whether or not it has a handler.
7771
7772 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7773
7774 * simple.el (hard-newline): Give it a doc-string.
7775
7776 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7777 (lisp-mode-syntax-table): Give them doc-strings.
7778
7779 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
7780
7781 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7782 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7783 (menu-bar-options-menu, menu-bar-showhide-menu)
7784 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7785 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7786 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7787 (menu-bar-options-menu, menu-bar-tools-menu)
7788 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7789 (menu-bar-help-menu):
7790 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7791 string arguments.
7792
7793 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7794 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7795 calls for the menu names and :help.
7796
7797 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7798
7799 * mouse.el (minor-mode-menu-from-indicator): Pay attention
7800 to :minor-mode-function (bug#4455).
7801
7802 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7803
7804 * startup.el (command-line): Initialize the window-system after
7805 processing the command-line.
7806
7807 * textmodes/page.el (what-page): Make sure we don't inf-loop if
7808 page-delimiter matches the empty string.
7809
7810 2009-09-16 Glenn Morris <rgm@gnu.org>
7811
7812 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7813 byte-compile-not-obsolete-var. It's a list now.
7814 (byte-compile-not-obsolete-funcs): New variable.
7815 (byte-compile-warn-obsolete): Don't warn about functions if they are in
7816 byte-compile-not-obsolete-funcs.
7817 (byte-compile-variable-ref, byte-compile-defvar): Update for
7818 byte-compile-not-obsolete-vars name-change and list nature.
7819 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7820 and variables behind (f)boundp tests.
7821 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7822
7823 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7824
7825 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7826
7827 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7828
7829 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7830 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7831 Don't autoload.
7832
7833 2009-09-15 Stephen Eglen <stephen@gnu.org>
7834
7835 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
7836 the virtual-buffers, use the name of the buffer specified by
7837 find-file-noselect, as the match may be a symlink. (This was a
7838 problem if the target and the symlink had different names.)
7839
7840 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7841
7842 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7843
7844 * desktop.el (desktop-path): Check user-emacs-directory.
7845
7846 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7847
7848 * loadup.el: Use after-load-functions to GC after loading each file.
7849 Remove the explicit GC calls that used to be sprinkled around.
7850
7851 * subr.el (after-load-functions): New hook.
7852 (do-after-load-evaluation): Run it. Use string-match-p to detect
7853 `obsolete' packages, rather than painfully extracting the relevant
7854 directory name.
7855
7856 2009-09-15 Glenn Morris <rgm@gnu.org>
7857
7858 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
7859 free variable `doc'.
7860
7861 * dired.el (dired-mode-map): Add menu entry for async shell command.
7862
7863 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
7864 variables, also consider the .elc files, since the .el files are
7865 normally gzipped (subsequent code locates the .el.gz from the .elc).
7866
7867 * calc/calc-prog.el (arglist): Define for compiler.
7868
7869 * calendar/diary-lib.el (diary-display-function): Change the default to
7870 fancy display.
7871 (body): Define for compiler.
7872
7873 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7874 (byte-compile-file-form, byte-compile-lambda)
7875 (byte-compile-top-level-body, byte-compile-form)
7876 (byte-compile-variable-ref, byte-compile-setq)
7877 (byte-compile-setq-default, byte-compile-body)
7878 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7879 (batch-byte-compile): Give some more local variables with common names
7880 a "bytecomp-" prefix to avoid masking warnings about free variables.
7881
7882 * startup.el (command-line-1): Give local variables with common names a
7883 distinguishing prefix, so as not to hide free variable warnings during
7884 bootstrap.
7885
7886 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7887 clever and add a suffix to make a unique name, just let the user decide
7888 whether or not to overwrite it. If the input is a directory, write the
7889 default filename to that directory. (Bug#4388)
7890 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7891 is a filename-as-a-directory.
7892
7893 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7894
7895 * textmodes/page.el (what-page): Don't move to beginning of line.
7896 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7897
7898 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7899
7900 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
7901
7902 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
7903
7904 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
7905 * help.el (help-for-help-internal): Add purecopy calls for text.
7906
7907 * vc.el (top): print-log method now takes an optional SHORTLOG
7908 argument. Add a new method: root.
7909 (vc-root-diff, vc-print-root-log): New functions.
7910 (vc-log-short-style): New variable.
7911 (vc-print-log-internal): Add support for showing short logs.
7912
7913 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
7914 vc-print-root-log and vc-print-root-diff.
7915
7916 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
7917 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
7918 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
7919 short logs.
7920
7921 * vc-cvs.el (vc-cvs-print-log):
7922 * vc-mtn.el (vc-mtn-print-log):
7923 * vc-rcs.el (vc-rcs-print-log):
7924 * vc-sccs.el (vc-sccs-print-log):
7925 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
7926 that is ignored for now.
7927
7928 * vc-mtn.el (vc-mtn-annotate-command):
7929 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
7930
7931 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7932
7933 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
7934 to function-key-map, and give them ascii-character property.
7935 * term/x-win.el (x-alternatives-map):
7936 * term/ns-win.el (ns-alternatives-map):
7937 * term/internal.el (msdos-key-remapping-map):
7938 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
7939
7940 2009-09-14 Glenn Morris <rgm@gnu.org>
7941
7942 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
7943 temp-buffers (2009-09-12).
7944
7945 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7946
7947 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
7948 the new read-key function.
7949
7950 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
7951
7952 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
7953 is defined (Bug#4405).
7954
7955 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
7956
7957 * recentf.el (recentf-cleanup): Use a hash table to find
7958 duplicates (Bug#4407).
7959
7960 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
7961
7962 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
7963 kp-0 to ascii equivalents (Bug#4325).
7964
7965 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
7966
7967 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
7968
7969 * eshell/em-hist.el:
7970 * eshell/em-dirs.el (eshell-complete-user-reference):
7971 Declare pcomplete functions and variables to avoid compiler warnings.
7972
7973 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
7974
7975 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
7976 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
7977 * eshell/em-alias.el (eshell-aliases-file):
7978 * eshell/em-hist.el (eshell-history-file-name):
7979 Use expand-file-name instead of concat to make file names (Bug#4308).
7980
7981 2009-09-13 Glenn Morris <rgm@gnu.org>
7982
7983 * ediff-merg.el (ediff-do-merge):
7984 * filesets.el (filesets-run-cmd):
7985 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
7986 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
7987 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
7988 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
7989 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
7990 Replace empty `let's with `progn'.
7991
7992 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7993
7994 * mail/sendmail.el (send-mail-function):
7995 * tooltip.el (tooltip-mode):
7996 * simple.el (transient-mark-mode):
7997 * rfn-eshadow.el (file-name-shadow-mode):
7998 * frame.el (blink-cursor-mode):
7999 * font-core.el (global-font-lock-mode):
8000 * files.el (temporary-file-directory)
8001 (small-temporary-file-directory, auto-save-file-name-transforms):
8002 * epa-hook.el (auto-encryption-mode):
8003 * composite.el (global-auto-composition-mode):
8004 Use custom-initialize-delay.
8005 * startup.el (command-line): Don't explicitly call
8006 custom-reevaluate-setting for all the above vars.
8007 * custom.el (custom-initialize-safe-set)
8008 (custom-initialize-safe-default): Delete.
8009
8010 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8011
8012 * term/x-win.el (x-initialize-window-system):
8013 * term/w32-win.el (w32-initialize-window-system):
8014 * term/ns-win.el (ns-initialize-window-system): Don't call
8015 mouse-wheel-mode since it's enabled globally by default already.
8016
8017 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8018 actually define the variable, but only silences the byte-compiler.
8019 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8020 before looking it up.
8021 (mouse-wheel-scroll-amount): Also reset the bindings if this value
8022 is changed.
8023
8024 2009-09-12 Glenn Morris <rgm@gnu.org>
8025
8026 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8027 1000.
8028 (elint-add-required-env): Don't beep on error.
8029 (elint-forms): In case of error, return ENV unchanged.
8030 (elint-init-env): Skip non-list forms.
8031 (elint-log): Handle unknown file positions.
8032
8033 2009-09-12 Daiki Ueno <ueno@unixuser.org>
8034
8035 * epg.el (epg-make-context): Add autoload cookie.
8036 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8037 (epg-decrypt-string, epg-start-verify, epg-verify-file)
8038 (epg-verify-string, epg-start-sign, epg-sign-file)
8039 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8040 (epg-encrypt-string, epg-start-export-keys)
8041 (epg-export-keys-to-file, epg-export-keys-to-string)
8042 (epg-start-import-keys, epg-import-keys-from-file)
8043 (epg-import-keys-from-string, epg-start-receive-keys)
8044 (epg-receive-keys, epg-import-keys-from-server)
8045 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8046 (epg-sign-keys, epg-start-generate-key)
8047 (epg-generate-key-from-file, epg-generate-key-from-string):
8048 Remove autoload cookie.
8049
8050 2009-09-12 Eli Zaretskii <eliz@gnu.org>
8051
8052 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8053 reevaluation of trash-directory.
8054
8055 * mwheel.el: Fix last change.
8056 (mouse-wheel-mode): New defvar.
8057 (mouse-wheel-mode): Remove autoload cookie.
8058
8059 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8060
8061 * mwheel.el (mwheel-installed-bindings): New var.
8062 (mouse-wheel-mode): Use it, so as to make sure we really remove all
8063 the bindings we set last time. Use custom-initialize-delay.
8064 * loadup.el: Load mwheel after term/*-win.el.
8065 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8066 and mouse-wheel-up-event now that their first evaluation is done
8067 sufficiently late to be correct.
8068
8069 * startup.el (tutorial-directory): Make it a defcustom.
8070 Use custom-initialize-delay rather than eval-at-startup to set it.
8071 * image.el (image-load-path): Make it a defcustom.
8072 Use custom-initialize-delay rather than eval-at-startup to set it.
8073 * subr.el (eval-at-startup): Remove.
8074 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8075
8076 * subr.el (do-after-load-evaluation): Warn the user after loading an
8077 obsolete package.
8078
8079 2009-09-12 Glenn Morris <rgm@gnu.org>
8080
8081 * proced.el (proced-mark-alt): Remove alias.
8082 (proced-mode-map): Remove proced-mark-alt.
8083
8084 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8085 Elint file and directory. Remove initialization entry.
8086
8087 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8088 commands.
8089 (elint-current-buffer): Set mode-line-process.
8090 (elint-init-env): Handle define-derived-mode.
8091 Fix declare-function with unspecified arglist. Guard against odd
8092 defalias statements (eg iso-insert's 8859-1-map).
8093 (elint-add-required-env): Use a temp buffer.
8094 (elint-form): Just print the function/macro name, not the whole form.
8095 Return env unchanged if we fail to parse a macro.
8096 (elint-forms): Guard against parse errors.
8097 (elint-output): New function, to handle batch mode.
8098 (elint-log-message): Add optional argument. Use elint-output.
8099 (elint-set-mode-line): New function.
8100
8101 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
8102
8103 * emacs-lisp/elp.el (elp-not-profilable): Add more
8104 functions (Bug#4233).
8105
8106 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
8107
8108 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8109 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8110
8111 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
8112
8113 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8114 (gdb-var-list-children): Use json parsing.
8115
8116 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
8117
8118 * progmodes/js.el (js--proper-indentation): Handle the case where
8119 char-before is null. Reported by Deniz Dogan.
8120
8121 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
8122
8123 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8124
8125 2009-09-11 Daiki Ueno <ueno@unixuser.org>
8126
8127 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8128 (epg-digest-algorithm-alist): Add SHA224.
8129 (epg-context-set-passphrase-callback)
8130 (epg-context-set-progress-callback): Add description about
8131 callback function.
8132
8133 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8134
8135 * custom.el (custom-delayed-init-variables): New var.
8136 (custom-initialize-delay): New function.
8137 * startup.el (command-line): "Re"evaluate all vars in
8138 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
8139 explicitly any more.
8140 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8141 to avoid creating a ~/.emacs.d at build-time (bug#4347).
8142
8143 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
8144
8145 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
8146
8147 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8148 (gdb-var-update-handler): Use json parsing.
8149
8150 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
8151
8152 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8153 decode annotated text, regardless of language environment. (Bug#2741)
8154
8155 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8156
8157 * Makefile.in (autoloads): Make rmail.el writable as well.
8158
8159 2009-09-11 Glenn Morris <rgm@gnu.org>
8160
8161 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8162 loaddefs.el.
8163 * dired.el: Regenerate with extracted autoloads.
8164 * Makefile.in (autoloads): Make dired.el writable.
8165
8166 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8167 * ibuffer.el: Regenerate with extracted autoloads.
8168 * Makefile.in (autoloads): Make ibuffer.el writable.
8169
8170 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8171 * version.el (emacs-copyright, emacs-major-version)
8172 (emacs-minor-version): Reformat doc-strings for make-docfile.
8173
8174 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8175 functions and variables, since they must be stuff specific to some other
8176 platform.
8177 (apropos-print): Make mouse-click message less specific about button.
8178
8179 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8180 that records where a macro was defined.
8181 * help-fns.el (describe-function-1): Mention if a function has a
8182 compiler-macro.
8183 * help-mode.el (help-function-cmacro): New button.
8184
8185 * locate.el (top-level): Always require dired.
8186 (locate-mode-map): Initialize inside the defvar.
8187
8188 * net/ange-ftp.el (dired-compress-file): Declare.
8189 (ange-ftp-dired-compress-file): Add doc string.
8190
8191 * term/ns-win.el (x-display-name, x-setup-function-keys):
8192 Unify doc-strings with X versions.
8193
8194 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8195
8196 * emulation/crisp.el (crisp-mode-map): Move initialization
8197 into declaration.
8198 (crisp-mode): Use define-minor-mode.
8199
8200 * progmodes/xscheme.el (xscheme-evaluation-commands):
8201 Put a :advertised-binding property rather than using
8202 advertised-xscheme-send-previous-expression.
8203 (advertised-xscheme-send-previous-expression): Declare obsolete.
8204 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8205 `advertised-undo'.
8206 (crisp-mode): Add corresponding bindings to
8207 undo's :advertised-binding instead.
8208 * dired.el (dired-mode-map): Put a :advertised-binding property rather
8209 than using dired-advertised-find-file.
8210 (dired-advertised-find-file):
8211 * simple.el (advertised-undo):
8212 * wid-edit.el (advertised-widget-backward): Declare obsolete.
8213 (widget-keymap): Put a :advertised-binding property rather
8214 than using advertised-widget-backward.
8215 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8216 than using advertised-undo.
8217 * tutorial.el (tutorial--default-keys): Adjust accordingly.
8218
8219 2009-09-10 Simon South <ssouth@slowcomputing.org>
8220
8221 * progmodes/delphi.el (delphi-tab): Indent region when Transient
8222 Mark mode is enabled and region is active; otherwise indent or
8223 insert TAB as usual.
8224 (delphi-mode): Update description of TAB-key binding.
8225
8226 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8227
8228 * subr.el (define-key-rebound-commands): Mark obsolete.
8229 * startup.el (precompute-menubar-bindings): Remove.
8230 (normal-top-level): Remove obsolete code that tried to precompute
8231 menubar bindings.
8232 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8233 define-key-rebound-commands and precompute-menubar-bindings.
8234
8235 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8236
8237 * net/imap.el (imap-interactive-login): Better messages.
8238 (imap-open): Fix bug with renamed buffer on reconnect.
8239 (imap-authenticate): Add buffer-local imap-last-authenticator variable
8240 for easier debugging and cleaner code. On successful (guessed based on
8241 server capabilities) secondary authentication, set imap-state
8242 correctly.
8243 (imap-last-authenticator): Define imap-last-authenticator as a variable
8244 to avoid warnings.
8245
8246 2009-09-10 Glenn Morris <rgm@gnu.org>
8247
8248 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8249
8250 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8251 (byte-compile-file-form-autoload): Don't warn about unknown functions
8252 where the autoload statement comes after the use.
8253 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8254 that any handlers inside the body (eg require) are in turn respected.
8255
8256 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8257 effects.
8258
8259 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8260 and syntax and abbrev tables basic docs, if they don't have any.
8261
8262 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8263
8264 * international/mule-cmds.el (top-level): Require cl when compiling.
8265 (view-hello-file): Use default-value rather than
8266 default-enable-multibyte-characters.
8267
8268 * progmodes/fortran.el: Move all safe and risky properties into the
8269 defcustoms.
8270
8271 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8272 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8273 * mail/undigest.el:
8274 Put autoloads in rmail.el rather than loaddefs.el.
8275 * mail/rmail.el: Regenerate with extracted autoloads.
8276
8277 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8278 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8279
8280 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
8281
8282 Reported in thread for Bug#4375.
8283 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8284 "-data-evaluate-expression" instead of print.
8285 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8286 (gdb-tooltip-print): Parse output from above MI command.
8287 (gdb): Revert 2009-08-11 change. User should detach inferior
8288 manually.
8289
8290 Remove the word "separate" from IO functions as inferior
8291 output is now never displayed in the GUD buffer.
8292
8293 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
8294
8295 * startup.el (command-line-normalize-file-name): On Windows and
8296 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8297
8298 2009-09-10 Juri Linkov <juri@jurta.org>
8299
8300 * isearch.el (isearch-text-char-description): Propertize escape
8301 character sequences with the `escape-glyph' face. (Bug#4344)
8302
8303 * simple.el (shell-command): Set asynchronous process filter to
8304 `comint-output-filter'. (Bug#4343)
8305
8306 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8307 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
8308 the list. Move "asm" to the bottom.
8309 (grep-find-ignored-directories): Add `choice' with nil value
8310 to empty the list easily.
8311 (grep-find-ignored-files): New option.
8312 (grep-files-history): Set to nil by default instead of '("ch" "el").
8313 (grep-compute-defaults): Add "<X>" to `grep-template'.
8314 (grep-read-files): Bind new local variables `default-alias' and
8315 `default-extension'. Use a list of default values for the file prompt.
8316 (lgrep): Add `--exclude=' command line options composed from
8317 `grep-find-ignored-files'.
8318 (rgrep): Add `-name' command line options composed from
8319 `grep-find-ignored-files'. (Bug#4301)
8320
8321 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8322
8323 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8324 (bug#4368).
8325
8326 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8327
8328 * calendar/time-date.el (autoload):
8329 Expand define-obsolete-function-alias into defalias and make-obsolete
8330 for old Emacsen that Gnus supports.
8331 (with-no-warnings): Define it for old Emacsen.
8332 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8333 is available.
8334 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8335 float-time is available; suppress compile warning for time-to-seconds.
8336
8337 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
8338
8339 * net/imap.el (imap-message-map): Docstring fix.
8340
8341 2009-09-09 Glenn Morris <rgm@gnu.org>
8342
8343 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8344 line numbers too. (Bug#4374)
8345
8346 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
8347
8348 * smerge-mode.el (smerge-remove-props, smerge-refine):
8349 Use with-silent-modifications (bug#4342).
8350
8351 * subr.el (with-silent-modifications): New macro.
8352
8353 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
8354
8355 * files.el (top-level): Require `cl' when compiling.
8356
8357 2009-09-07 Glenn Morris <rgm@gnu.org>
8358
8359 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8360
8361 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8362 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
8363
8364 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
8365
8366 * vc-git.el (vc-git-annotate-command): Use separator to parse
8367 arguments correctly.
8368
8369 2009-09-06 Eli Zaretskii <eliz@gnu.org>
8370
8371 * proced.el (proced-mode): Doc fix.
8372
8373 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
8374
8375 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8376 lstat fails.
8377 (tramp-do-file-attributes-with-ls): Check for file existence at
8378 remote end.
8379 (tramp-do-file-attributes-with-stat): Likewise.
8380 (tramp-convert-file-attributes): Return nil when attr is nil.
8381
8382 2009-09-05 Glenn Morris <rgm@gnu.org>
8383
8384 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8385 properties to this button.
8386 (diary-fancy-display): Don't extend the button to the final newline.
8387 (diary-fancy-display-mode): Continue to define "q" as a local key.
8388
8389 * calendar/cal-china.el (holiday-chinese): Make it slightly more
8390 efficient.
8391
8392 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8393
8394 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8395 (byte-compile-dest-file-function): New option.
8396 (byte-compile-dest-file): Doc fix.
8397 Obey byte-compile-dest-file-function.
8398 (byte-compile-cl-file-p): New function.
8399 (byte-compile-eval): Only suppress noruntime warnings about cl functions
8400 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
8401 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8402 than for file being previously loaded.
8403 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8404 (byte-compile-file-form-require): Handle the case where requiring a file
8405 indirectly causes CL to be loaded.
8406
8407 2009-09-05 Karl Fogel <kfogel@red-bean.com>
8408
8409 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8410 before killing the old buffer, since by the time `kill-buffer' is
8411 run so many buffer variables have been set to nil that it may not
8412 behave as expected. (Bug#4061)
8413
8414 2009-09-05 Karl Fogel <kfogel@red-bean.com>
8415
8416 * files.el (find-alternate-file): If the old buffer is modified
8417 and visiting a file, behave similarly to `kill-buffer' when
8418 killing it, thus reverting to the pre-1.878 behavior; see
8419 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8420 for discussion. Also, consult `buffer-file-name' as a variable
8421 not as a function, for consistency with the rest of the code.
8422
8423 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
8424
8425 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8426 also when adding a new directory.
8427
8428 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8429 defun.
8430
8431 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8432
8433 * files.el (locate-file-completion-table): Make it provide boundary
8434 information, so partial-completion works better.
8435
8436 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
8437
8438 * mail/footnote.el (Footnote-text-under-cursor):
8439 Check footnote-text-marker-alist before using it (bug#4324).
8440
8441 2009-09-04 Glenn Morris <rgm@gnu.org>
8442
8443 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8444 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8445 * play/solitaire.el, play/tetris.el:
8446 Remove leading * from defcustom and defface docs.
8447
8448 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8449 necessary.
8450 (diary-fancy-overriding-map): New variable.
8451 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8452 Use view-mode.
8453
8454 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8455 goto-line.
8456
8457 2009-09-03 Glenn Morris <rgm@gnu.org>
8458
8459 * arc-mode.el (archive-mode):
8460 * dos-fns.el (set-default-process-coding-system):
8461 * man.el (Man-getpage-in-background):
8462 * menu-bar.el (menu-bar-describe-menu):
8463 * server.el (server-process-filter):
8464 * startup.el (command-line):
8465 * tar-mode.el (tar-header-block-tokenize, tar-extract):
8466 * w32-fns.el (set-default-process-coding-system):
8467 * x-dnd.el (x-dnd-handle-file-name):
8468 * international/mule-cmds.el (mule-menu-keymap)
8469 (set-default-coding-systems, language-info-alist, set-language-info)
8470 (set-language-environment, standard-display-european-internal)
8471 (set-locale-environment):
8472 * international/mule-diag.el (mule-diag):
8473 * mail/emacsbug.el (report-emacs-bug):
8474 * mail/rmail.el (rmail-mode):
8475 * mail/sendmail.el (mail-setup):
8476 Use default-value rather than default-enable-multibyte-characters.
8477
8478 * progmodes/f90.el: Move all safe properties into the defcustoms.
8479 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8480
8481 * calendar/appt.el (appt-check):
8482 * calendar/diary-lib.el (diary-set-header, diary-live-p)
8483 (diary-check-diary-file, diary-list-entries)
8484 (diary-include-other-diary-files, diary-simple-display)
8485 (diary-fancy-display, diary-print-entries)
8486 (diary-mark-included-diary-files, diary-make-entry):
8487 Don't call substitute-in-file-name on diary-file.
8488
8489 2009-09-03 Eduard Wiebe <usenet@pusto.de>
8490 Stefan Monnier <monnier@iro.umontreal.ca>
8491
8492 * mail/footnote.el (footnote-prefix): Make it a defcustom.
8493 (footnote-mode-map): Move initialization into the declaration.
8494 (footnote-minor-mode-map): Define it rather than changing global-map.
8495 (footnote-mode): Use define-minor-mode.
8496
8497 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
8498
8499 * net/tramp.el (tramp-handle-file-attributes-with-ls)
8500 (tramp-do-file-attributes-with-perl)
8501 (tramp-do-file-attributes-with-stat): Rename from
8502 `tramp-handle-file-attributes-with-*'.
8503 (tramp-handle-file-attributes): Use them.
8504 (tramp-do-directory-files-and-attributes-with-perl)
8505 (tramp-do-directory-files-and-attributes-with-stat): Rename from
8506 `tramp-handle-directory-files-and-attributes-with-*'.
8507 (tramp-handle-directory-files-and-attributes): Use them.
8508 (tramp-method-out-of-band-p): Additional parameter SIZE.
8509 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8510 (tramp-handle-write-region): Use it.
8511 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
8512 (tramp-handle-vc-registered): Check, whether the first run did
8513 return files to be tested.
8514 (tramp-advice-make-auto-save-file-name): Do not call directly
8515 `tramp-handle-make-auto-save-file-name', because this would bypass
8516 the locking mechanism.
8517
8518 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
8519 (file-remote-p, process-file, start-file-process, set-file-times)
8520 (tramp-compat-file-attributes): Compatibility functions shall not
8521 call directly `tramp-handle-*', because this would bypass the
8522 locking mechanism.
8523 (tramp-compat-number-sequence): New defun.
8524
8525 2009-09-02 Glenn Morris <rgm@gnu.org>
8526
8527 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8528 alias for float-time.
8529 (time-to-number-of-days): In Emacs, use float-time.
8530 * net/newst-backend.el (time-add): Suppress warnings from compat
8531 function.
8532 * time.el (emacs-uptime, emacs-init-time):
8533 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8534 Use float-time rather than time-to-seconds.
8535
8536 * minibuffer.el (completion-initials-expand): Fix typo.
8537
8538 * faces.el (modeline, modeline-inactive, modeline-highlight)
8539 (modeline-buffer-id):
8540 * info.el (info-menu-5): Mark these face aliases as obsolete.
8541
8542 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
8543
8544 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8545 space ...
8546 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8547 no "--thread" option.
8548 (gdb-stopped): Don't print "Switched to thread" message when it is
8549 unchanged.
8550
8551 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8552
8553 * minibuffer.el (completion-try-completion)
8554 (completion-all-completions): Remove ill-defined (and
8555 mistakenly installed and luckily never used nor documented)
8556 `completion-styles' property.
8557 (completion-initials-expand, completion-initials-all-completions)
8558 (completion-initials-try-completion): New functions.
8559 (completion-styles-alist): Add doc to each entry.
8560 Add new `initials' entry.
8561
8562 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
8563
8564 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8565 MI command -var-evaluate-expression.
8566 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8567 and tweak for case of string child.
8568 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
8569
8570 2009-09-01 Glenn Morris <rgm@gnu.org>
8571
8572 * add-log.el (change-log-date-face, change-log-name-face)
8573 (change-log-email-face, change-log-file-face, change-log-list-face)
8574 (change-log-conditionals-face, change-log-function-face)
8575 (change-log-acknowledgement-face):
8576 * cus-edit.el (custom-invalid-face, custom-rogue-face)
8577 (custom-modified-face, custom-set-face, custom-changed-face)
8578 (custom-saved-face, custom-button-face, custom-button-pressed-face)
8579 (custom-documentation-face, custom-state-face, custom-comment-face)
8580 (custom-comment-tag-face, custom-variable-tag-face)
8581 (custom-variable-button-face, custom-face-tag-face)
8582 (custom-group-tag-face-1, custom-group-tag-face):
8583 * diff-mode.el (diff-header-face, diff-file-header-face)
8584 (diff-index-face, diff-hunk-header-face, diff-removed-face)
8585 (diff-added-face, diff-changed-face, diff-function-face)
8586 (diff-context-face, diff-nonexistent-face):
8587 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8588 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8589 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8590 (Info-title-4-face):
8591 * isearch.el (isearch-lazy-highlight-face):
8592 * log-view.el (log-view-file-face, log-view-message-face):
8593 * paren.el (show-paren-match-face, show-paren-mismatch-face):
8594 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8595 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8596 (cvs-msg-face):
8597 * smerge-mode.el (smerge-mine-face, smerge-other-face)
8598 (smerge-base-face, smerge-markers-face):
8599 * wid-edit.el (widget-documentation-face, widget-button-face)
8600 (widget-field-face, widget-single-line-field-face)
8601 (widget-inactive-face, widget-button-pressed-face):
8602 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8603 (woman-addition-face):
8604 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8605 (eshell-ls-executable-face, eshell-ls-readonly-face)
8606 (eshell-ls-unreadable-face, eshell-ls-special-face)
8607 (eshell-ls-missing-face, eshell-ls-archive-face)
8608 (eshell-ls-backup-face, eshell-ls-product-face)
8609 (eshell-ls-clutter-face):
8610 * eshell/em-prompt.el (eshell-prompt-face):
8611 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
8612 * obsolete/old-whitespace.el (whitespace-highlight-face):
8613 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8614 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8615 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8616 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8617 (antlr-font-lock-literal-face):
8618 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8619 (ebrowse-root-class-face, ebrowse-file-name-face)
8620 (ebrowse-default-face, ebrowse-member-attribute-face)
8621 (ebrowse-member-class-face, ebrowse-progress-face):
8622 * progmodes/make-mode.el (makefile-space-face):
8623 * progmodes/sh-script.el (sh-heredoc-face):
8624 * textmodes/flyspell.el (flyspell-incorrect-face)
8625 (flyspell-duplicate-face):
8626 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
8627 * textmodes/texinfo.el (texinfo-heading-face):
8628 Mark face aliases with "-face" suffix as obsolete.
8629
8630 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8631 compiler.
8632
8633 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8634 (eudc-bob-sound-menu): Use defvar rather than defconst, since
8635 easy-menu-define wants to modify these.
8636
8637 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8638
8639 * net/browse-url.el (browse-url-file-url):
8640 * term/internal.el (dos-codepage-setup):
8641 Use default-value rather than default-enable-multibyte-characters.
8642
8643 * progmodes/etags.el (etags-goto-tag-location):
8644 * progmodes/flymake.el (flymake-highlight-line)
8645 (flymake-goto-file-and-line, flymake-goto-line):
8646 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8647 (gdb-goto-breakpoint):
8648 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8649 * progmodes/python.el (python-find-function)
8650 (python-pdbtrack-track-stack-file):
8651 * progmodes/verilog-mode.el (verilog-surelint-off):
8652 * term/ns-win.el (ns-open-file-select-line):
8653 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8654 Use forward-line rather than goto-line.
8655
8656 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8657 * textmodes/reftex-index.el (reftex-display-index):
8658 * textmodes/reftex-ref.el (reftex-offer-label-menu):
8659 * textmodes/reftex-toc.el (reftex-toc):
8660 Remove unnecessary bindings of default-major-mode (all are followed by
8661 major-mode check and possible mode switch).
8662
8663 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
8664
8665 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8666 Handle watchpoints (bug#4282).
8667 (def-gdb-thread-buffer-command): Enable thread to be selected by
8668 clicking without selecting threads buffer first.
8669 (gdb-current-context-command): Use selected frame so that "up",
8670 "down" etc work in the GUD buffer.
8671 (gdb-update): Find selected frame before rendering stack buffer.
8672 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8673
8674 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8675
8676 * progmodes/sym-comp.el (displayed-completions): Remove.
8677 (symbol-complete): Use minibuffer-complete.
8678
8679 2009-08-31 Glenn Morris <rgm@gnu.org>
8680
8681 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8682
8683 * apropos.el (apropos-symbols-internal):
8684 Handle (obsolete) face aliases.
8685
8686 * faces.el (describe-face): Adjust the output format to be more like
8687 describe-variable, and to mention (obsolete) face aliases.
8688 Adjust the whitespace so that help-setup-xref works.
8689
8690 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8691 * calendar/diary-lib.el (diary-button-face):
8692 Mark these face aliases as obsolete.
8693
8694 * calendar/calendar.el (calendar-today): Doc fix.
8695
8696 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
8697
8698 * progmodes/gdb-mi.el (gdb-control-all-threads)
8699 (gdb-control-current-thread): Force tool bar update.
8700 (gdb-non-stop-handler): New function.
8701 (gdb-init-1): Use it to test if non-stop mode is supported.
8702 Remove unused gdbmi buffer type.
8703
8704 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
8705
8706 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
8707 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
8708
8709 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
8710
8711 * comint.el (comint-exec-1): Check command is non-null first.
8712 Part of gdb-mi.el change (2009-08-28).
8713
8714 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8715
8716 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8717
8718 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
8719
8720 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8721 instead of `dolist' to avoid a recursive require when bootstrapping.
8722
8723 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8724
8725 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8726
8727 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8728
8729 * net/imap.el (imap-send-command): Simplify.
8730 (imap-wait-for-tag): point-max -> buffer-size.
8731
8732 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8733
8734 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8735 with constant argument.
8736
8737 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8738
8739 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8740
8741 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8742 Change default, since most of our files don't have a history.
8743 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8744 the user.
8745
8746 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8747 Add comint-run.
8748
8749 * calc/calc.el: Improve commenting convention.
8750 (calc-digit-map, toplevel): Simplify.
8751
8752 * comint.el (comint-insert-input): Be careful to only set point if we
8753 don't delegate to some other command.
8754
8755 * proced.el (proced-signal-list): Make it an alist.
8756 (proced-grammar-alist): Capitalize names.
8757 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8758 Disable undo manually and make it read-only.
8759 Use completion-annotate-function.
8760
8761 * minibuffer.el (minibuffer-message): If the current buffer is not
8762 a minibuffer, insert the message in the echo area rather than at the
8763 end of the buffer.
8764 (completion-annotate-function): New variable.
8765 (minibuffer-completion-help): Use it.
8766 (completion--embedded-envvar-table): Environment vars are
8767 always case-sensitive.
8768
8769 2009-08-30 Glenn Morris <rgm@gnu.org>
8770
8771 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8772 from fortran-current-defun.
8773 (fortran-beginning-of-subprogram): Be more precise about finding the
8774 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
8775 (fortran-end-of-subprogram): Simplify.
8776 (fortran-current-defun): Use fortran-start-prog-re.
8777
8778 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
8779
8780 * subr.el (do-after-load-evaluation): Simplify.
8781
8782 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
8783
8784 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8785
8786 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
8787 (vc-rcs-print-log): Use it.
8788
8789 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8790
8791 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8792
8793 * paths.el (abbrev-file-name): Move to abbrev.el.
8794 * abbrev.el (abbrev-file-name): Move from paths.el.
8795 Obey user-emacs-directory.
8796 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8797 user-emacs-directory.
8798 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8799 abbrev-file-name and calc-settings-file any more.
8800 * startup.el (command-line): Recompute abbrev-file-name and
8801 abbreviated-home-dir.
8802 (normal-no-mouse-startup-screen): Improve the generic code and get rid
8803 of the special code for when C-h bindings haven't been changed.
8804 (display-startup-echo-area-message): Use with-current-buffer.
8805 (command-line-1): Use a list of strings, rather than a list of lists
8806 of strings for longopts.
8807
8808 * files.el (get-free-disk-space): Use / for default-directory.
8809
8810 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8811 Use with-current-buffer.
8812
8813 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8814 Recognize immutable variables like most-positive-fixnum.
8815 (byte-compile-setq-default): Check and warn if trying to assign
8816 to an immutable variable, or a non-variable.
8817
8818 * progmodes/cc-vars.el (c-comment-continuation-stars):
8819 * progmodes/cc-engine.el (c-looking-at-bos):
8820 * progmodes/cc-cmds.el (c-toggle-auto-state)
8821 (c-forward-into-nomenclature, c-backward-into-nomenclature)
8822 (c-comment-line-break-function): Add version of obsolescence.
8823
8824 2009-08-28 Juri Linkov <juri@jurta.org>
8825
8826 * files.el (magic-fallback-mode-alist): Add ZIP magic number
8827 associated with `archive-mode'.
8828
8829 * image.el (image-type-header-regexps): Use only JPEG magic number
8830 to determine JPEG images, and don't use `image-jpeg-p' because
8831 Emacs can display non-JFIF non-Exif JPEG images.
8832
8833 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
8834
8835 * arc-mode.el (archive-mode):
8836 * emacs-lisp/re-builder.el (re-builder-unload-function):
8837 Protect against the default value of `major-mode' being nil.
8838
8839 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
8840
8841 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8842 Fix typos in docstrings.
8843
8844 * progmodes/js.el (js--macro-decl-re): Doc fix.
8845 (js--plain-method-re, js--split-name): Refloc docstring.
8846 (js--class-styles, js--make-merged-item, js--splice-into-items):
8847 Fix typos in docstrings; reflow docstrings.
8848 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8849 (js--variable-decl-matcher, js--inside-pitem-p)
8850 (js--parse-state-at-point, js--get-all-known-symbols)
8851 (js--symbol-history, js-find-symbol, js--js-references)
8852 (js--moz-interactor, js--js-encode-value, js--read-tab):
8853 Fix typos in docstrings.
8854
8855 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8856
8857 * textmodes/reftex.el (reftex-get-file-buffer-force):
8858 * progmodes/verilog-mode.el (verilog-batch-execute-func):
8859 * emulation/viper.el (viper-go-away, viper-set-hooks):
8860 * emacs-lisp/re-builder.el (re-builder-unload-function):
8861 * emacs-lisp/bytecomp.el (byte-compile-file):
8862 * ses.el (ses-unload-function):
8863 * hexl.el (hexl-find-file):
8864 * files.el (normal-mode):
8865 * ehelp.el (with-electric-help):
8866 * autoinsert.el (auto-insert-alist):
8867 * arc-mode.el (archive-mode):
8868 Use (default-value 'major-mode) instead of default-major-mode.
8869
8870 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8871 * international/mule.el (load-with-code-conversion):
8872 * emacs-lisp/debug.el (debug):
8873 * ediff-vers.el (ediff-rcs-get-output-buffer):
8874 * dired.el (dired-internal-noselect): Don't let-bind
8875 default-major-mode around code that doesn't use it.
8876 E.g. buffer creation via get-buffer-create doesn't use it.
8877
8878 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
8879
8880 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8881 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8882 when writing the temp file. Otherwise, epa-file gets confused.
8883 (tramp-register-file-name-handlers): Make it a defun. Move also
8884 `epa-file-handler' to the front of `file-name-handler-alist'.
8885
8886 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8887
8888 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8889 start right after a ^M.
8890 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8891 (tramp-completion-file-name-regexp-separate)
8892 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
8893 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8894 Don't modify last-coding-system-used by accident.
8895 (tramp-completion-file-name-handler): Apply the checks here,
8896 instead during registration.
8897 (tramp-register-file-name-handlers): Renamed from
8898 `tramp-register-file-name-handler'. Register both
8899 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
8900 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
8901
8902 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
8903
8904 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
8905 Remove variable ...
8906 (gdb-init-1, gdb-display-separate-io-buffer)
8907 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
8908 references to it.
8909 (gdb-inferior-io-mode): Use make-comint-in-buffer.
8910 (gdb-inferior-filter): Use comint-output-filter to stop
8911 echoing and remove ^M characters.
8912
8913 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8914
8915 * emulation/viper-init.el (viper-restore-cursor-type):
8916 * emulation/cua-base.el (cua--update-indications):
8917 Replace default-cursor-type with (default-value 'cursor-type).
8918
8919 * mail/sendmail.el (mail-recover-1):
8920 * international/mule-diag.el (describe-current-coding-system-briefly)
8921 (describe-current-coding-system):
8922 * international/mule-cmds.el (select-safe-coding-system)
8923 (select-message-coding-system)
8924 (set-language-environment-coding-systems, set-locale-environment):
8925 * hexl.el (hexl-insert-multibyte-char):
8926 * dos-w32.el (find-buffer-file-type-coding-system):
8927 * simple.el (what-cursor-position):
8928 Replace uses of default-buffer-file-coding-system
8929 with (default-value 'buffer-file-coding-system).
8930
8931 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
8932 Replace uses of default-cursor-in-non-selected-windows
8933 with (default-value 'cursor-in-non-selected-windows).
8934 Use with-current-buffer.
8935
8936 * mail/feedmail.el: Use CL macros.
8937 (feedmail-run-the-queue, feedmail-send-it-immediately):
8938 * dos-w32.el (find-buffer-file-type): Replace uses of
8939 default-buffer-file-type with (default-value 'buffer-file-type).
8940
8941 2009-08-28 Glenn Morris <rgm@gnu.org>
8942
8943 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
8944 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
8945 Use default-value of major-mode rather than default-major-mode.
8946
8947 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8948
8949 * Makefile.in (update-elcfiles): Report left over elc files.
8950
8951 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
8952 expand-file-name and with-current-buffer.
8953 (mail-get-names, mail-directory): Use with-current-buffer.
8954
8955 * vc.el (vc-read-revision): New function.
8956 (vc-version-diff, vc-merge): Use it.
8957
8958 2009-08-27 Sam Steingold <sds@gnu.org>
8959
8960 * simple.el (kill-do-not-save-duplicates): New user option.
8961 (kill-new): When it is non-nil, and the new string is the same as
8962 the latest kill, set replace to t to avoid duplicates in kill-ring.
8963
8964 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
8965
8966 * net/tramp.el (tramp-handle-process-file): Do not flush all
8967 caches when `process-file-side-effects' is set.
8968 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
8969 instead of `tramp-find-file-exists-command'.
8970 Unset `process-file-side-effects'.
8971
8972 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
8973
8974 * net/tramp.el (tramp-methods): New method "rsyncc".
8975 (top): Add completion function for "rsyncc".
8976 (tramp-message-show-message): New defvar.
8977 (tramp-message, tramp-error): Use it.
8978 (tramp-do-copy-or-rename-file-directly): Extend check for direct
8979 remote copying.
8980 (tramp-do-copy-or-rename-file-out-of-band): Handle new
8981 `tramp-methods' entry `copy-env' of "rsyncc".
8982 (tramp-vc-registered-read-file-names): New defconst.
8983 (tramp-vc-registered-file-names): New defvar.
8984 (tramp-handle-vc-registered): Implement optimization strategy.
8985 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
8986 (tramp-vc-file-name-handler): New defun.
8987 (tramp-get-ls-command, tramp-get-test-command)
8988 (tramp-get-file-exists-command, tramp-get-remote-ln)
8989 (tramp-get-remote-perl, tramp-get-remote-stat)
8990 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
8991
8992 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
8993 (tramp-cache-inhibit-cache): Extend doc string. It allows also
8994 timestamps.
8995 (tramp-get-file-property): Check for timestamps in
8996 `tramp-cache-inhibit-cache'.
8997 (tramp-set-file-property): Write timestamp.
8998
8999 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9000
9001 * language/japan-util.el (japanese-symbol-table): Add entries for
9002 cp932-2-byte.
9003
9004 * international/characters.el: Add category `j' to cp932-2-byte.
9005
9006 2009-08-27 Kenichi Handa <handa@m17n.org>
9007
9008 * international/fontset.el (build-default-fontset-data): New macro.
9009 (setup-default-fontset): Use build-default-fontset-data for CJK,
9010 tibetan, ethiopic, and ipa.
9011
9012 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9013
9014 * cus-start.el (default-major-mode): Customize `major-mode' instead.
9015 (enable-multibyte-characters): Not customizable any more.
9016
9017 * subr.el (default-mode-line-format, default-header-line-format)
9018 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9019 (default-direction-reversed, default-truncate-lines)
9020 (default-left-margin, default-tab-width, default-case-fold-search)
9021 (default-left-margin-width, default-right-margin-width)
9022 (default-left-fringe-width, default-right-fringe-width)
9023 (default-fringes-outside-margins, default-scroll-bar-width)
9024 (default-vertical-scroll-bar, default-indicate-empty-lines)
9025 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9026 (default-fringe-cursor-alist, default-scroll-up-aggressively)
9027 (default-scroll-down-aggressively, default-fill-column)
9028 (default-cursor-type, default-buffer-file-type)
9029 (default-cursor-in-non-selected-windows)
9030 (default-buffer-file-coding-system, default-major-mode)
9031 (default-enable-multibyte-characters): Mark as obsolete.
9032
9033 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
9034
9035 * vc-dir.el (vc-dir-update): Remove debug helper.
9036
9037 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9038
9039 2009-08-26 Sam Steingold <sds@gnu.org>
9040
9041 * simple.el (save-interprogram-paste-before-kill): New user option.
9042 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9043 save the interprogram-paste into kill-ring before overriding it
9044 with the Emacs kill.
9045
9046 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9047
9048 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9049 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9050 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9051 and move to vc-rcs.el.
9052 (vc-default-next-revision): Rename to vc-rcs-next-revision and
9053 move to vc-rcs.el.
9054 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9055 (vc-rcs-update-changelog): Remove.
9056 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9057 and move to vc-rcs.el.
9058
9059 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9060 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9061 renaming.
9062 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
9063 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
9064 vc.el, renamed to be RCS specific.
9065
9066 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9067 New functions.
9068 (vc-cvs-update-changelog): Move here from vc.el.
9069
9070 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9071 New functions.
9072
9073 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9074
9075 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9076
9077 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9078
9079 * vc-git.el (vc-git-register): Use "git add" for directories.
9080 (vc-git-stash, vc-git-stash-show): New functions.
9081 (vc-git-extra-menu-map): Bind them.
9082
9083 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9084 directory correctly in case the item is a directory itself.
9085
9086 * vc.el: Document the desired behavior for reverted files in the
9087 `added' state.
9088 (vc-default-prettify-state-info): Remove function, unused.
9089
9090 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
9091
9092 2009-08-26 Glenn Morris <rgm@gnu.org>
9093
9094 * bindings.el (standard-mode-line-format): Reposition dashes in
9095 which-func entry. (Bug#4217)
9096
9097 * files.el (enable-local-variables, enable-local-eval)
9098 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9099 the defcustoms.
9100 (auto-mode-alist, ignored-local-variables)
9101 (save-some-buffers-action-alist): Move risky declarations to the
9102 definitions.
9103 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9104 (font-lock-defaults, format-alist, imenu--index-alist)
9105 (imenu-generic-expression, input-method-alist, minor-mode-alist)
9106 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9107 (mode-line-modified, mode-line-mule-info, mode-line-position)
9108 (mode-line-process, mode-line-remote, outline-level)
9109 (parse-time-rules, rmail-output-file-alist)
9110 (special-display-buffer-names, vc-mode):
9111 Move risky declarations to the relevant files.
9112 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9113 (mode-line-modified, mode-line-process, mode-line-position)
9114 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9115 * font-core.el (font-lock-defaults):
9116 * format.el (format-alist):
9117 * vc-hooks.el (vc-mode):
9118 * window.el (special-display-buffer-names):
9119 * international/mule-cmds.el (input-method-alist):
9120 Define riskiness here (dumped file) rather than in files.el.
9121 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9122 * imenu.el (imenu-generic-expression, imenu--index-alist):
9123 * outline.el (outline-level):
9124 * time.el (display-time-string):
9125 * calendar/parse-time.el (parse-time-rules):
9126 * mail/rmailout.el (rmail-output-file-alist):
9127 Autoload riskiness here, rather than placing in files.el.
9128
9129 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
9130
9131 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9132
9133 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
9134
9135 * simple.el (process-file-side-effects): New defvar.
9136
9137 * dired-aux.el (dired-show-file-type):
9138 * vc.el (vc-diff-internal):
9139 * vc-arch.el (vc-arch-diff):
9140 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9141 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9142 * vc-git.el (vc-git-registered, vc-git-working-revision)
9143 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9144 (vc-git--empty-db-p):
9145 * vc-hooks.el (vc-user-login-name):
9146 * vc-svn.el (vc-svn-registered, vc-svn-state)
9147 (vc-svn-dir-extra-headers, vc-svn-find-revision):
9148 * progmodes/grep.el (grep-probe): Let-bind
9149 `process-file-side-effects' with nil.
9150
9151 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9152
9153 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9154 daemon. Replace ping by checking for running service for bluez
9155 and zeroconf. (Bug#4239)
9156
9157 2009-08-25 Kevin Ryde <user42@zip.com.au>
9158
9159 * net/dig.el (dig): Add autoload cookie.
9160
9161 2009-08-25 Glenn Morris <rgm@gnu.org>
9162
9163 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9164 load-history for absolute file-names.
9165 (byte-compile-file-form-require): Warn about use of the cl package.
9166
9167 * format.el (format-alist): Doc fix.
9168
9169 * play/bubbles.el (top-level): Don't require cl at run-time.
9170
9171 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9172 run-time cl).
9173
9174 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
9175
9176 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9177 from cl package.
9178 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9179
9180 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
9181
9182 * calc/calc-alg.el (math-trig-rewrite)
9183 (math-hyperbolic-trig-rewrite): New functions.
9184 (calc-simplify): Simplify trig functions when asked.
9185
9186 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9187
9188 * diff-mode.el (diff-find-source-location): Avoid goto-line.
9189
9190 2009-08-24 Kenichi Handa <handa@m17n.org>
9191
9192 * language/ind-util.el (mapthread): Delete it.
9193 (combinatorial): New function.
9194 (indian--puthash-cv): Use combinatorial instead of mapthread.
9195
9196 2009-08-22 Kevin Ryde <user42@zip.com.au>
9197
9198 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9199 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9200 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9201 Clarify docstring that the value is strings not symbols.
9202 (checkdoc-list-of-strings-p): New function.
9203
9204 2009-08-22 Glenn Morris <rgm@gnu.org>
9205
9206 * files.el (auto-mode-alist):
9207 * hippie-exp.el (he-concat-directory-file-name):
9208 * lpr.el (lpr-windows-system, printer-name):
9209 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9210 * ps-print.el (ps-windows-system):
9211 * startup.el (command-line):
9212 * emulation/viper-ex.el (viper-glob-function):
9213 * international/mule-cmds.el (set-language-environment-coding-systems):
9214 * net/ange-ftp.el (ange-ftp-write-region):
9215 * obsolete/fast-lock.el (fast-lock-cache-name):
9216 Remove code for defunct system-types emx, macos, mswindows, next-mach,
9217 unisoft-unix, vax-vms, win32, w32.
9218
9219 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9220 given name if the pattern is not more specific.
9221
9222 * calendar/lunar.el (lunar-phase-names): New option.
9223 (lunar-phase): Doc fix.
9224 (lunar-cycles-per-year): New constant.
9225 (lunar-index): New function.
9226 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9227 (lunar-phase-name): Use lunar-phase-names.
9228 (calendar-lunar-phases): Use format.
9229 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9230
9231 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9232 Copy imenu-example--name-and-position function here for own use.
9233 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9234
9235 * bs.el (bs--redisplay):
9236 * cus-edit.el (custom-redraw):
9237 * ibuffer.el (ibuffer-bury-buffer):
9238 * server.el (server-goto-line-column):
9239 * startup.el (command-line-1):
9240 * strokes.el (strokes-xpm-for-stroke):
9241 * term.el (term-display-buffer-line):
9242 * view.el (View-goto-line):
9243 * calc/calc.el (calc-do, calc-trail-buffer):
9244 * play/gamegrid.el (gamegrid-add-score-insecure):
9245 * progmodes/ada-mode.el (ada-compile-goto-error):
9246 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9247 (ebrowse-select-1st-to-9nth):
9248 * progmodes/cperl-mode.el (cperl-time-fontification):
9249 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9250 * progmodes/gud.el (gud-display-line):
9251 (idlwave-shell-display-line):
9252 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9253 * progmodes/make-mode.el (makefile-browser-toggle):
9254 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9255 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9256 * textmodes/picture.el (picture-draw-rectangle):
9257 * textmodes/reftex-index.el (reftex-index-goto-letter):
9258 (reftex-select-jump-to-previous):
9259 * textmodes/reftex-sel.el (reftex-find-start-point)
9260 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9261 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9262 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9263 * textmodes/tex-mode.el (tex-compilation-parse-errors):
9264 * textmodes/two-column.el (2C-associated-buffer):
9265 Use forward-line rather than goto-line.
9266
9267 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9268 goto-line.
9269
9270 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9271 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9272 (quick-check-list-to-regexp): Declare.
9273
9274 * progmodes/make-mode.el (makefile-browser-insert-selection):
9275 Use goto-char rather than goto-line.
9276
9277 * progmodes/prolog.el (compilation-error-regexp-alist)
9278 (compilation-forget-errors): Declare.
9279
9280 2009-08-22 Juri Linkov <juri@jurta.org>
9281
9282 * progmodes/grep.el (lgrep, rgrep): At the beginning
9283 set `dir' to `default-directory' unless `dir' is a non-nil
9284 readable directory. (Bug#4052)
9285 (lgrep, rgrep): Change a weird way to report an error
9286 from using `read-string' to using `error'.
9287 Instead of using interactive arguments in the function body,
9288 add new argument `confirm'.
9289
9290 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9291
9292 * textmodes/remember.el (remember-buffer):
9293 * progmodes/cperl-mode.el (cperl-vc-header-alist):
9294 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9295 (icalendar-extract-ical-from-buffer):
9296 * net/newst-treeview.el (newsticker-groups-filename):
9297 * net/newst-backend.el (newsticker-cache-filename):
9298 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9299 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9300 (speedbar-add-ignored-path-regexp, speedbar-line-path)
9301 (speedbar-buffers-line-path, speedbar-path-line)
9302 (speedbar-buffers-line-path):
9303 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9304 (epg-sign-keys):
9305 * epa.el (epa-display-verify-result):
9306 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9307
9308 2009-08-21 Glenn Morris <rgm@gnu.org>
9309
9310 * progmodes/js.el (inferior-moz-process): Fix declaration.
9311
9312 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9313
9314 * obsolete/rnewspost.el (news-mail-reply):
9315 Use goto-char rather than goto-line.
9316
9317 * term/ns-win.el (ns-open-file-select-line):
9318 Use line-beginning-position rather than goto-line.
9319
9320 * apropos.el (apropos-command):
9321 * ehelp.el (electric-helpify):
9322 * printing.el (pr-show-setup):
9323 * strokes.el (strokes-help):
9324 * tutorial.el (tutorial--describe-nonstandard-key)
9325 (tutorial--detailed-help):
9326 * woman.el (woman-mini-help, woman-display-extended-fonts):
9327 * calc/calc-help.el (calc-describe-key):
9328 * emulation/edt.el (edt-electric-helpify):
9329 * international/mule-diag.el (mule-diag):
9330 * play/yow.el (apropos-zippy):
9331 * progmodes/python.el (python-describe-symbol):
9332 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9333 * textmodes/table.el (*table--cell-describe-mode)
9334 (*table--cell-describe-bindings):
9335 Use help-print-return-message rather than the now obsolete alias.
9336
9337 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9338 (calendar-cursor-to-visible-date):
9339 * play/5x5.el (5x5-position-cursor):
9340 * play/decipher.el (decipher):
9341 * play/gomoku.el (gomoku-goto-xy):
9342 * play/landmark.el (lm-goto-xy):
9343 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9344 (mpuz-paint-digit):
9345 Use forward-line, not goto-line.
9346
9347 * mail/rmail.el (rmail-obsolete): Delete custom group.
9348 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9349 (rmail-remote-password, rmail-remote-password-required):
9350 Remove unneeded :set-after and :set properties.
9351
9352 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
9353
9354 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9355
9356 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
9357
9358 * loadup.el: Remove leftover macos code.
9359
9360 * vc-git.el (vc-git-annotate-command): Run asynchronously.
9361 Explicitly pass the date format to git blame so that user local
9362 so that the output format can be parsed.
9363
9364 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
9365
9366 * net/dbus.el (top): Don't check for (getenv
9367 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
9368
9369 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
9370
9371 * log-edit.el (log-edit-strip-single-file-name): New var.
9372 (log-edit-insert-changelog): Use it. Bug#3571
9373
9374 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9375
9376 * subr.el (read-passwd): Use read-key so keypad keys work as well.
9377 Bug#3287
9378
9379 * help.el (help-print-return-message): Rename from
9380 print-help-return-message.
9381
9382 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9383 cvs-mode-map parent hack.
9384 (log-view-mode): Derive from special-mode.
9385
9386 * linum.el (linum-mode): window-size-change-functions is redundant.
9387 Adapt to new window-configuration-change-hook behavior.
9388 (linum-after-size, linum-after-config): Remove.
9389
9390 * imenu.el (imenu-example--name-and-position)
9391 (imenu-example--lisp-extract-index-name)
9392 (imenu-example--create-lisp-index, imenu-example--create-c-index):
9393 Mark as obsolete.
9394
9395 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9396 (inferior-prolog-mode): Use it.
9397 (inferior-prolog-load-file): Reset list of errors.
9398
9399 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9400
9401 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9402
9403 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9404
9405 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
9406
9407 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9408 is running already.
9409
9410 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9411
9412 * subr.el (listify-key-sequence-1): Use normal syntax since those
9413 integers are nowadays always represented by the same (positive) number
9414 on all platforms.
9415 (read-key-empty-map): New const.
9416 (read-key-delay): New var.
9417 (read-key): New function.
9418 (force-mode-line-update): Use with-current-buffer.
9419 (locate-user-emacs-file): Don't forget to abbreviate the file name.
9420 (start-process-shell-command, start-file-process-shell-command):
9421 Discourage the use of command-args.
9422
9423 2009-08-19 Glenn Morris <rgm@gnu.org>
9424
9425 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9426
9427 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9428
9429 * simple.el (choose-completion-string): Don't rely on
9430 minibuffer-completing-file-name and ad-hoc checks to decide whether
9431 to continue completion or not.
9432
9433 * minibuffer.el (minibuffer-hide-completions): New function.
9434 (completion--do-completion): Use it.
9435 (completions-annotations): New face.
9436 (completion--insert-strings): Use it.
9437 (completion-pcm--delim-wild-regex): Add docstring.
9438 (completion-pcm--string->pattern): Add support for 0-width delimiters
9439 in completion-pcm--delim-wild-regex.
9440
9441 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
9442
9443 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9444 Remove unused var `buffer-modified-p'.
9445
9446 * minibuffer.el (completion--do-completion): Move point for the #b001
9447 case as well (bug#4176).
9448 (minibuffer-complete, minibuffer-complete-word): Don't move point.
9449
9450 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
9451
9452 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
9453 and :session buses.
9454
9455 2009-08-18 Kenichi Handa <handa@m17n.org>
9456
9457 * international/ucs-normalize.el (ucs-normalize-version):
9458 Change to 1.1.
9459 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9460 (utf-8-hfs): Make it perform normalization on encoding too.
9461
9462 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
9463 (sentence-end-without-space): Delete duplicated chars.
9464 (sentence-end-base): Likewise.
9465
9466 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
9467 (html-mode): Delete duplicated chars from sentence-end-base.
9468
9469 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
9470 (texinfo-mode): Delete duplicated chars from sentence-end-base.
9471
9472 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
9473
9474 * files.el (hack-one-local-variable): If the mode function is for
9475 a minor mode, pass it an argument (Bug#4148).
9476
9477 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
9478
9479 * net/tramp.el (tramp-register-completion-file-name-handler):
9480 Check also for (member 'partial-completion completion-styles).
9481
9482 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9483
9484 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9485 abbrev (Bug#3943).
9486
9487 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
9488
9489 * progmodes/cperl-mode.el: Merge upstream 6.2.
9490 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9491 (cperl-forward-re): Check cperl-brace-recursing.
9492 (cperl-highlight-charclass): New function.
9493 (cperl-find-pods-heres): Use it.
9494 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
9495 (cperl-beautify-regexp-piece): Fix column calculation.
9496 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
9497 (cperl-beautify-level): Don't process entire regexp.
9498 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9499 calling man.
9500 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9501 (cperl-init-faces): Build a list in the normal way.
9502
9503 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9504
9505 * calendar/parse-time.el (parse-time-string-chars): Save match
9506 data.
9507
9508 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9509
9510 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9511 (sql-product): Use it.
9512 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9513 (sql-set-product): Add completion.
9514 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9515 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9516 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9517 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9518 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9519 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9520 (sql-highlight-db2-keywords): Remove.
9521 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9522 (sql-highlight-product): Use derived-mode-p.
9523 (sql-set-sqli-buffer): Use with-current-buffer.
9524 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9525 Simplify.
9526
9527 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9528
9529 * term.el: Fix commenting convention, turn comments into docstrings.
9530
9531 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
9532
9533 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9534
9535 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
9536
9537 * calendar/parse-time.el (parse-time-string-chars): Compute using
9538 character classes, to handle non-ascii characters (Bug#3190).
9539
9540 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9541
9542 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9543 another heredoc if the user adds another < (Bug#3226).
9544
9545 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9546 Don't initialize based on window-system (Bug#4124).
9547
9548 * facemenu.el (facemenu-read-color): Use a completion function
9549 that accepts any defined color, such as RGB triplets (Bug#3677).
9550
9551 * files.el (get-free-disk-space): Change fallback default
9552 directory to /. Expand DIR argument before switching to fallback.
9553 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9554
9555 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
9556
9557 * files.el (load-library): Doc fix.
9558
9559 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9560
9561 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
9562 (viper-if-string): Redefine C-s in the minibuffer to insert the last
9563 incremental search string.
9564
9565 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
9566 XEmacs.
9567
9568 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9569 (ediff-merge-region-is-non-clash)
9570 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
9571 Also check if the job is really a merge job.
9572
9573 * ediff.el (ediff-current-file): New function.
9574
9575 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
9576
9577 * progmodes/js.el: Edit docstrings throughout to follow Emacs
9578 conventions.
9579 (js-insert-and-indent): Delete function.
9580 (js-mode-map): Don't bind keys to js-insert-and-indent.
9581 (js-beginning-of-defun): Rename from js--beginning-of-defun.
9582 (js-end-of-defun): Rename from js--end-of-defun.
9583 (js-auto-indent-flag): Delete variable.
9584
9585 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
9586
9587 * progmodes/js.el: Remove proclaim statement.
9588 Defvar which-func-imenu-joiner-function to silence compiler.
9589
9590 * files.el (auto-mode-alist): Use js-mode for .js files.
9591
9592 * progmodes/js2-mode.el: Remove file.
9593
9594 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9595
9596 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9597
9598 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
9599
9600 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
9601 Karl Landstrom <karl.landstrom@brgeight.se>
9602
9603 * progmodes/js.el: New file.
9604
9605 2009-08-14 Mark A. Hershberger <mah@everybody.org>
9606
9607 * timezone.el (timezone-parse-date): Add ability to understand ISO
9608 basic format (minimal separators) dates in addition to the
9609 already-supported extended format dates.
9610
9611 2009-08-14 Eli Zaretskii <eliz@gnu.org>
9612
9613 * international/ucs-normalize.el: Add a `coding' file variable.
9614
9615 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9616
9617 2009-08-14 Sam Steingold <sds@gnu.org>
9618
9619 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
9620
9621 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
9622
9623 * faces.el (help-argument-name): Define it here instead of
9624 help-fns.el, because in daemon mode help-fns.el may be loaded when
9625 faces are still uninitialized (Bug#1078).
9626
9627 * help-fns.el (help-argument-name): Move defface to faces.el.
9628
9629 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
9630
9631 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9632 create buffer with a pty but no process so that GDB can make the
9633 inferior the controlling process.
9634
9635 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
9636
9637 * international/ucs-normalize.el: New file.
9638
9639 2009-08-13 Richard Stallman <rms@gnu.org>
9640
9641 * mail/rmail.el (rmail-get-attr-names):
9642 Accept an attribute header that is too short.
9643
9644 * mail/rmail.el (rmail-forget-messages):
9645 Ignore nil elt in rmail-message-vector. Use dotimes.
9646
9647 * progmodes/compile.el (compilation-goto-locus):
9648 Use next-error-move-function.
9649
9650 * simple.el (next-error-move-function): New variable.
9651
9652 2009-08-12 Juri Linkov <juri@jurta.org>
9653
9654 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9655 always non-nil. (Bug#4052)
9656
9657 * replace.el (read-regexp): Return empty string when
9658 `default-value' is nil.
9659 (keep-lines-read-args): Don't use empty string as the
9660 default value for `read-regexp'. (Bug#2495)
9661
9662 2009-08-12 Juri Linkov <juri@jurta.org>
9663
9664 * international/mule-cmds.el (ucs-insert): Change arguments
9665 from `arg' to `character', `count', `inherit' to be the same
9666 as in `insert-char'. Doc fix. (Bug#4039)
9667
9668 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9669
9670 2009-08-12 Juri Linkov <juri@jurta.org>
9671
9672 * files-x.el: New file.
9673
9674 * files.el: Move code that deals with adding/deleting
9675 file/directory-local variables to files-x.el.
9676
9677 * Makefile.in (ELCFILES): Add files-x.elc.
9678
9679 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
9680
9681 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9682 to use `goto-line'.
9683 (gdb-place-breakpoints, gdb-get-location): Rewritten without
9684 `goto-line'.
9685 (gdb-invalidate-disassembly): Do not refresh upon receiving
9686 'update signal. Instead, update all disassembly buffers only after
9687 threads list.
9688 (gdb): Send -target-detach when buffer is killed (Bug#3794).
9689 (gdb-starting): Moved -data-list-register-names...
9690 (gdb-stopped): ...here so it's sent when first thread stops.
9691 (gdb-registers-handler-custom): Do nothing if register names are
9692 unknown yet.
9693
9694 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9695 from `gdb-mi.el' to avoid extra tangling.
9696
9697 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
9698 change which breaks `gud-def' definitions used in `gdb'.
9699 (gdb-update-gud-running): No extra fuss for updating frame number.
9700
9701 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9702
9703 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9704 (describe-language-environment-map, setup-language-environment-map)
9705 (set-coding-system-map): Move initialization into declaration.
9706 (set-language-info-alist): Last arg to define-key-after can be skipped.
9707
9708 * international/quail.el (quail-completion-1): Simplify.
9709 (quail-define-rules): Use slightly more compact code.
9710 (quail-insert-decode-map): Propertize keys, compact columns.
9711
9712 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9713 Add goto-line.
9714
9715 2009-08-10 Miles Bader <miles@gnu.org>
9716
9717 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9718 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9719 (js2-instance-member, js2-private-member, js2-private-function-call)
9720 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9721 (js2-magic-paren, js2-external-variable):
9722 Remove "-face" suffix from face names.
9723 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9724 (js2-highlight-undeclared-vars, js2-peek-token)
9725 (js2-parse-function-params, js2-mode-show-errors)
9726 (js2-mode-show-warnings, js2-make-magic-delimiter)
9727 (js2-mode-highlight-magic-parens): Update to use new face names.
9728
9729 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
9730
9731 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9732 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
9733
9734 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
9735
9736 * subr.el: Provide hashtable-print-readable.
9737
9738 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9739 hs-c-like-adjust-block-beginning.
9740 (hs-hide-block-at-point): Stop hiding at the beginning of
9741 hs-block-end-regexp (Bug#700).
9742
9743 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
9744
9745 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9746 a macro.
9747 (gdb-registers-handler-custom): Do not fail when register names
9748 are unavailable.
9749
9750 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9751
9752 * progmodes/gdb-mi.el (gdb-control-all-threads)
9753 (gdb-control-current-thread): Interactive setters for
9754 `gdb-gud-control-all-threads' to use in menu.
9755 (gdb-show-run-p): Show «Go» when process is not active.
9756 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
9757 gud/thread.xpm and gud/all.xpm.
9758
9759 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
9760
9761 * net/net-utils.el (net-utils-font-lock-keywords): New var.
9762 (nslookup-font-lock-keywords): Make it a variable.
9763 (net-utils-mode): New mode for viewing diagnostic network output.
9764 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9765 (net-utils-run-simple): New function.
9766 (ifconfig, iwconfig, netstat, arp, route): Use it.
9767
9768 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9769
9770 * progmodes/gdb-mi.el (gdb-read-memory-custom)
9771 (gdb-memory-set-address, def-gdb-set-positive-number)
9772 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9773 after changing settings.
9774 (gdb-invalidate-disassembly): Update when first shown.
9775 (gdb-edit-locals-value): Fixed.
9776 (gdb-registers-handler-custom): Print registers in right order and
9777 allow changing register values (only for current thread yet).
9778 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9779 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9780 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9781 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9782 info in mode name.
9783 (gdb-registers-mode-map): TAB to switch to locals.
9784
9785 2009-08-08 Eli Zaretskii <eliz@gnu.org>
9786
9787 * mail/rmail.el (rmail-add-mbox-headers)
9788 (rmail-set-message-counters-counter): Search for
9789 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
9790
9791 2009-08-08 Glenn Morris <rgm@gnu.org>
9792
9793 * Makefile.in (ELCFILES): Update.
9794
9795 2009-08-07 Eli Zaretskii <eliz@gnu.org>
9796
9797 * mail/sendmail.el (mail-yank-original): Set
9798 buffer-file-coding-system from the one used by the message whose
9799 text is yanked.
9800
9801 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9802 to "windows" when "pgnuplot" is used.
9803 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9804 call accept-process-output if "pgnuplot" is used.
9805 (calc-graph-init): Don't send -display and -geometry to
9806 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
9807 running "pgnuplot -V" with shell-command-to-string.
9808
9809 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9810 the default.
9811
9812 2009-08-07 Eli Zaretskii <eliz@gnu.org>
9813
9814 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
9815 org/org-latex.elc.
9816
9817 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9818
9819 * vc-dispatcher.el (vc-resynch-window): Update comment.
9820
9821 * term.el (term-handle-ansi-escape): Add comments with the
9822 terminfo capabilities implemented.
9823
9824 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
9825
9826 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9827 (gdb-var-create-handler): Rewritten using JSON parser.
9828 (gdb-propertize-header): Moved earlier.
9829 (gdb-set-header): Removed to avoid duplication.
9830 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9831 Refresh disassembly buffers only after threads list have been
9832 update.
9833 (gdb-threads-header, gdb-registers-header): Per-buffer header line
9834 variables.
9835
9836 2009-08-04 Juri Linkov <juri@jurta.org>
9837
9838 * files.el: Commands to add/delete file/directory-local variables.
9839 (read-file-local-variable, read-file-local-variable-value)
9840 (read-file-local-variable-mode, modify-file-local-variable)
9841 (modify-file-local-variable-prop-line)
9842 (modify-dir-local-variable): New functions.
9843 (add-file-local-variable, delete-file-local-variable)
9844 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9845 (add-dir-local-variable, delete-dir-local-variable)
9846 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9847 (copy-dir-locals-to-file-locals-prop-line): New commands.
9848
9849 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
9850
9851 * abbrev.el (insert-abbrev-table-description): Prettify output.
9852 Suggested by Karl Chen.
9853
9854 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
9855
9856 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
9857 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
9858 (gdb-overlay-arrow-position, gdb-thread-position)
9859 (gdb-disassembly-position): Declare variables.
9860 (gdb-wait-for-pending): Function now.
9861 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
9862 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
9863 compilation goes smoothly.
9864 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
9865 (gdb-non-stop-setting): New customization setting which replaces
9866 `gdb-non-stop' so changing it doesn't break active GDB session.
9867 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
9868 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9869 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9870 (gdb-show-threads-by-default): New customization options.
9871 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9872 routines.
9873 (gdb-get-buffer-create): Send buffers update signal when they are
9874 created.
9875 (gdb-invalidate-locals, gdb-invalidate-registers)
9876 (gdb-invalidate-breakpoints)
9877 (gdb-invalidate-threads, gdb-invalidate-disassembly)
9878 (gdb-invalidate-memory): Accept update signal.
9879 (gdb-current-context-command): Use --frame option.
9880 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9881 Implement `gdb-frame-number' selection logic.
9882 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9883 whether to show GUD toolbar buttons.
9884 (gdb-thread-exited): Unselect current thread when it exits.
9885 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9886 (gdb-mark-line): Routine which sets overlay arrow or inverses
9887 video on fringeless displays.
9888 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9889 to build aligned columns of data in GDB buffers and set text
9890 properties line-by-line.
9891 (gdb-invalidate-breakpoints)
9892 (gdb-breakpoints-list-handler-custom)
9893 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9894 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9895 (gdb-registers-handler-custom): Align data columns.
9896 (gdb-locals-handler-custom): Now prints data like in variable
9897 declarations.
9898 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9899 Removed confusing buttons.
9900 (gdb-invalidate-threads): Append --frame.
9901 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
9902 between breakpoints/threads buffers.
9903 (gdb-set-window-buffer): Now can ignore dedicated windows.
9904 (gdb-propertize-header): Use `gdb-set-window-buffer'.
9905 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
9906 (def-gdb-thread-buffer-gud-command): Replaces
9907 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
9908 for fine thread control.
9909 (gdb-preempt-existing-or-display-buffer): New function used to
9910 display bound buffers without breaking window layout.
9911 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
9912 (gdb-select-frame): New version of `gdb-frames-select' which now
9913 sets `gdb-frame-number' so commands may use --frame option instead
9914 of inner debugger state.
9915 (gdb-frame-handler): Do not set `gdb-frame-number'.
9916 (gdb-threads-mode-map): Select threads with mouse.
9917
9918 * progmodes/gud.el (gdb-gud-context-call): Declare function to
9919 avoid compilation warning.
9920 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
9921 `gdb-show-stop-p`.
9922
9923 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
9924 Argument `key' renamed to `buffer-type'.
9925 (gdb-current-context-buffer-name): Do not add thread info to
9926 buffer name when no thread is selected.
9927 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
9928 command (bug 3794).
9929 (gdb-thread-selected): Handle `=thread-selected' notification.
9930 (gdb-wait-for-pending): New macro to deal with congestion problems.
9931 (gdb-breakpoints-list-handler-custom): Don't fail on pending
9932 breakpoints.
9933 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
9934 This fixes problem similar to one described in bug 3947.
9935 (gud-menu-map): More menu items.
9936 (gdb-init-1): Reset `gdb-thread-number' to nil.
9937
9938 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
9939 non-stop settings.
9940
9941 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
9942 (gdb-current-context-command): Do not append --thread if
9943 `gdb-thread-number' is nil.
9944 (gdb-running-threads-count, gdb-stopped-threads-count): New
9945 variables.
9946 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
9947 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
9948 customization options.
9949 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
9950 GUD commands.
9951 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
9952 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
9953 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
9954 set `gdb-thread-number' and update `gud-running' properly.
9955 (gdb-running): Update threads list when new threads appear.
9956 (gdb-stopped): Support non-stop operation and new thread switching
9957 logic.
9958 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
9959 (gdb-json-partial-output): New set of JSON routines.
9960 (def-gdb-auto-update-trigger): New `signal-list' optional
9961 argument.
9962 (gdb-thread-list-handler-custom): Update `gud-running',
9963 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
9964 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
9965 (gdb-continue-thread, gdb-step-thread): New commands for fine
9966 thread execution control.
9967 (gud-menu-map): New menu items to switch non-stop options.
9968 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
9969 (gdb-send): Mimic RET properly (bug 3794).
9970
9971 * progmodes/gdb-mi.el (gdb-rules-name-maker)
9972 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
9973 gdb-buffer-rules.
9974 (def-gdb-auto-update-handler): New nopreserve optional argument.
9975 (gdb-stack-list-frames-custom): Print stack from top to bottom.
9976
9977 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
9978 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
9979 (gdb-parent-mode): New mode to derive other GDB modes from.
9980 (gdb-display-disassembly-for-thread)
9981 (gdb-frame-disassembly-for-thread): New commands for threads
9982 buffer.
9983
9984 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
9985 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
9986 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
9987 (gdb-update): We now store all GDB buffers in a list so that they
9988 can be updated by traversing a list instead of calling invalidate
9989 triggers explicitly.
9990 (def-gdb-trigger-and-handler): New macro to define trigger-handler
9991 pair for GDB buffer.
9992 (gdb-stack-buffer-name): Add thread information.
9993 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
9994 handle pending triggers.
9995 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
9996 (def-gdb-thread-buffer-simple-command)
9997 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
9998 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
9999 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10000 New commands which show buffers bound to thread.
10001 (gdb-stack-list-locals-regexp): Removed unused regexp.
10002
10003 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10004 (gdb-locals-buffer-name, gdb-registers-buffer-name)
10005 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10006 to (gud-comint-buffer) in *-buffer-name functions
10007 because (gdb-get-target-string) already does that.
10008 (gdb-locals-handler-custom, gdb-registers-handler-custom)
10009 (gdb-changed-registers-handler): Rewritten without regexps.
10010
10011 * progmodes/gdb-mi.el: Basic thread selection support.
10012 (gdb-thread-number): New variable.
10013 (gdb-current-context-command): New macro which adds --thread
10014 option to command.
10015 (gdb-threads-mode-map): Select thread with SPC.
10016 (gdb-thread-list-handler-custom): Mark current thread with overlay
10017 arrow. Synchronize GDB thread and Emacs thread.
10018 (gdb-select-thread): New command which selects current thread.
10019 (gdb-invalidate-frames, gdb-invalidate-locals)
10020 (gdb-invalidate-registers): Use --thread option.
10021
10022 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
10023
10024 * net/tramp.el (top): Make check for tramp-gvfs loading more
10025 robust. (Bug#3977)
10026 (tramp-handle-insert-file-contents): `unwind-protect' must be
10027 inside `with-parsed-tramp-file-name'.
10028
10029 * net/tramp-gvfs.el (top): Remove superfluous message when loading
10030 fails.
10031
10032 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
10033
10034 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10035 directory if CLASSPATH is not set.
10036
10037 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
10038
10039 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10040 New defconst.
10041 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
10042
10043 2009-08-02 Kevin Ryde <user42@zip.com.au>
10044
10045 * net/newst-backend.el (newsticker--raw-url-list-defaults):
10046 Update freshmeat link. Delete newsforge.com as it seems gone.
10047
10048 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10049
10050 * select.el (x-set-selection): Doc fix (Bug#4021).
10051
10052 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10053
10054 * help-fns.el (describe-variable): Treat list return values from
10055 dir-locals-find-file properly (Bug#4005).
10056
10057 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
10058
10059 * net/tramp.el (tramp-debug-message): Print also microseconds.
10060
10061 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
10062
10063 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10064 or END is non-nil.
10065 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10066 (tramp-get-debug-buffer): Change `outline-regexp' according to new
10067 format.
10068
10069 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
10070 (tramp-get-file-property): Use it.
10071
10072 * autorevert.el (auto-revert-handler): Allow
10073 `auto-revert-tail-mode' for remote files.
10074
10075 2009-08-02 Jason Rumney <jasonr@gnu.org>
10076
10077 * minibuffer.el (read-file-name): Treat confirm options to
10078 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
10079
10080 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10081
10082 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10083 (font-lock-variable-name-face, font-lock-constant-face): Darken
10084 the colors for light backgrounds.
10085
10086 2009-08-01 Eli Zaretskii <eliz@gnu.org>
10087
10088 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10089 month names. (Bug#3987)
10090
10091 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
10092
10093 * simple.el (line-move-finish): Pass whole number to
10094 line-move-to-column.
10095 (line-move-visual): Perform hscroll to the recorded position.
10096
10097 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
10098
10099 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10100
10101 2009-07-29 Alan Mackenzie <acm@muc.de>
10102
10103 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10104
10105 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
10106
10107 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10108 (gdb-place-breakpoints): Use full path when setting breakpoints.
10109
10110 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
10111
10112 * calc/calc.el (calc-mode-map): Add keybinding for
10113 `calc-transpose-lines'.
10114
10115 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
10116
10117 * calc/calc-misc.el (calc-transpose-lines): New function.
10118
10119 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
10120
10121 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10122 Simplify check for out-of-band methods.
10123 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10124 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
10125
10126 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
10127
10128 * vc-git.el (vc-git-checkin): Fix typo.
10129
10130 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
10131
10132 * progmodes/js2-mode.el: New file.
10133
10134 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
10135
10136 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10137 (gud-menu-map): Adjust tooltip accordingly.
10138
10139 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10140
10141 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10142 (vc-bzr-log-view-mode): Adjust log-view-file-re.
10143
10144 * add-log.el (change-log-mode-map): Add a menu.
10145
10146 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
10147
10148 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10149 function returns nil.
10150 (dbus-handle-event): Handle special return value :ignore.
10151 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10152
10153 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
10154
10155 * view.el (view-mode-enable): Don't define Helper-return-blurb if
10156 it's not needed.
10157
10158 2009-07-25 Eli Zaretskii <eliz@gnu.org>
10159
10160 Fix Bug#3888:
10161
10162 * w32-vars.el (x-select-enable-clipboard): Doc fix.
10163
10164 * term/pc-win.el (x-display-name, x-colors)
10165 (x-select-enable-clipboard, x-select-text): Doc fix.
10166
10167 * term/common-win.el (x-display-name, x-colors): Doc fix.
10168
10169 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10170 (xw-defined-colors): Doc fix.
10171
10172 * w32-fns.el (x-select-text, x-setup-function-keys)
10173 (x-get-selection, x-set-selection): Doc fix.
10174
10175 * term/x-win.el (x-select-text, x-setup-function-keys)
10176 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10177
10178 * select.el (x-set-selection): Doc fix.
10179
10180 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
10181
10182 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10183 instead of "IsNSSSupportAvailable". Avahi ought to work also when
10184 "IsNSSSupportAvailable" method is not available. Reported by
10185 Steve Youngs <steve@sxemacs.org>.
10186
10187 2009-07-24 Kenichi Handa <handa@m17n.org>
10188
10189 * international/characters.el: Fix setting of category ?C, ?|, ?K,
10190 and ?H. Fix setting of case for Latin Extended and Greek Extended.
10191 (build-unicode-category-table): Fix range checks.
10192
10193 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10194
10195 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10196 the buffer we try to sync is current when calling
10197 vc-resynch-buffer.
10198
10199 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10200 not show up to date files.
10201
10202 2009-07-24 Glenn Morris <rgm@gnu.org>
10203
10204 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10205 Add autoload cookies. If necessary, initialize.
10206 (elint-log): Handle non-file buffers.
10207 (elint-initialize): Add optional argument to reinitialize.
10208 (elint-find-builtin-variables): Save excursion.
10209
10210 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10211
10212 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10213 for Lint.
10214
10215 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10216
10217 * vc.el (vc-print-log-internal): New function, split out from ...
10218 (vc-print-log): ... here.
10219 (vc-dir-move-to-goal-column): Declare.
10220
10221 * vc-git.el (vc-git-add-signoff): New variable.
10222 (vc-git-checkin): Use it.
10223 (vc-git-toggle-signoff): New function.
10224 (vc-git-extra-menu-map): Bind it to menu.
10225 (vc-git--run-command-string): Accept a nil FILE argument.
10226 (vc-git-stash-list): New function.
10227 (vc-git-dir-extra-headers): Use it.
10228
10229 2009-07-23 Glenn Morris <rgm@gnu.org>
10230
10231 * help-fns.el (describe-variable): Describe ignored and risky local
10232 variables in a similar way to that in which we describe safe ones.
10233
10234 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10235 (byte-compile-output-file-form, byte-compile-output-docform)
10236 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10237 Give some more local variables with common names a "bytecomp-" prefix,
10238 so as not to shadow things during compilation.
10239 * emacs-lisp/cl-macs.el (load-time-value)
10240 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10241 `outbuffer' to `bytecomp-outbuffer'.
10242
10243 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10244 since the next two variables cover them automatically now.
10245 (elint-builtin-variables, elint-autoloaded-variables): New.
10246 (elint-unknown-builtin-args): Remove all members, since they can be
10247 parsed automatically now.
10248 (elint-extra-errors): New.
10249 (elint-env-add-env, elint-env-add-macro): Use cadr.
10250 (elint-current-buffer): Use or. Change final message.
10251 (elint-get-top-forms): Use line-end-position.
10252 (elint-init-env): Use cadr. Handle autoload, declare-function,
10253 and defalias.
10254 (elint-add-required-env): Doc fix. Use or. Standardize error.
10255 (regexp-assoc): Remove unused function.
10256 (elint-top-form): Set elint-current-pos, to record the start of the
10257 top-level form, for compilation-mode.
10258 (elint-form): Trap errors in macro expansion. Use dolist.
10259 (elint-unbound-variable): Use elint-builtin-variables and
10260 elint-autoloaded-variables.
10261 (elint-get-args): Use cadr, or.
10262 (elint-check-cond-form): Use dolist, cadr.
10263 (elint-check-condition-case-form): Doc fix. Use cadr.
10264 Use elint-extra-errors.
10265 (elint-log): New function.
10266 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10267 Distinguish errors and warnings.
10268 (elint-log-message): Use with-current-buffer. Inhibit read-only.
10269 Use a bytecomp-style format.
10270 (elint-clear-log): Preserve default-directory. Inhibit read-only.
10271 (elint-get-log-buffer): Use compilation mode. Disable undo.
10272 Don't truncate lines.
10273 (elint-initialize): Set builtin and autoloaded variable lists.
10274 Only process elint-unknown-builtin-args if non-nil.
10275 (elint-find-builtin-variables, elint-find-autoloaded-variables):
10276 New functions.
10277 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
10278
10279 2009-07-22 Kevin Ryde <user42@zip.com.au>
10280
10281 * net/newst-backend.el (newsticker--parse-atom-1.0)
10282 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10283 (newsticker--parse-rss-1.0):
10284 * progmodes/idlwave.el (idlwave-mode):
10285 * progmodes/idlw-shell.el (idlwave-shell-mode):
10286 * progmodes/vera-mode.el (vera-mode):
10287 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10288 * progmodes/vhdl-mode.el (vhdl-mode):
10289 * textmodes/table.el (table-generate-source)
10290 (table--warn-incompatibility):
10291 Hyperlink urls in docstrings with URL `...'.
10292
10293 2009-07-22 Glenn Morris <rgm@gnu.org>
10294
10295 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10296 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10297 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10298 Remove leading * from defcustom docs.
10299
10300 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
10301
10302 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10303 defcustom doc.
10304 (list-load-path-shadows): Optionally, just return shadows as a string.
10305
10306 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10307
10308 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
10309
10310 * mail/rmailedit.el (rmail-edit-mode): Use
10311 auto-save-include-big-deletions.
10312
10313 * mail/rmail.el (rmail-variables): Use
10314 auto-save-include-big-deletions.
10315
10316 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10317 changes.
10318
10319 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
10320
10321 * calc/calc.el (calc-undo-length): New variable.
10322 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10323
10324 2009-07-21 Richard Stallman <rms@gnu.org>
10325
10326 * files.el (auto-save-mode): Handle buffer-save-size = -2
10327 for toggling mode.
10328
10329 2009-07-21 Glenn Morris <rgm@gnu.org>
10330
10331 * textmodes/ispell.el (ispell-looking-back): Update declaration.
10332
10333 * calendar/todo-mode.el (calendar-current-date): Update declaration.
10334
10335 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10336 silence compiler. Instead...
10337 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10338 (ps-print-ensure-fontified): Update for above function name changes.
10339
10340 * printing.el (pr-mh-get-msg-num, pr-mh-show)
10341 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10342 silence compiler. Instead...
10343 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10344 (mh-show-buffer): Only define for compiler.
10345 (pr-mh-current-message): Update for above function name changes.
10346
10347 * files.el (abort-if-file-too-large): Explicitly pass `filename'
10348 as an argument.
10349 (find-file-noselect, insert-file-1): Update for above change.
10350
10351 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10352
10353 * mail/mailclient.el (mailclient-send-it): Fix message.
10354
10355 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10356 (edebug-eval): Check cl-debug-env is bound.
10357 (print-level, print-circle): Don't redefine built-in variables.
10358
10359 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10360 (custom-print-vectors): Remove old comments from doc.
10361
10362 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10363 (emerge-version): Make the variable an obsolete alias for the
10364 emacs-version variable. Make the function obsolete.
10365 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10366 Emerge options, rather than merging in into the main Options menu.
10367 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
10368 and auto advance modes. Disable edit/fast items when not relevant.
10369
10370 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10371
10372 * term/vt420.el (terminal-init-vt420): Fix typo.
10373
10374 2009-07-20 Sam Steingold <sds@gnu.org>
10375
10376 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10377 variable (removed from compile.el on 2004-03-11).
10378
10379 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
10380
10381 * files.el (hack-local-variables-filter): Fix last change.
10382
10383 2009-07-19 Juri Linkov <juri@jurta.org>
10384
10385 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10386 (dir-local-variables-alist): New buffer-local variable.
10387 (hack-local-variables-filter): If variable is not dir-local,
10388 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10389 because file-local overrides dir-local.
10390 (c-postprocess-file-styles) <declare-function>:
10391 Remove obsolete declaration.
10392 (hack-dir-local-variables): Add dir-local variable/value pair to
10393 `dir-local-variables-alist' and remove duplicates. Doc fix.
10394
10395 * help-fns.el (describe-variable): Add information about
10396 file-local and dir-local variables.
10397
10398 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
10399
10400 * files.el (hack-local-variables-filter): Rewrite.
10401
10402 2009-07-19 Glenn Morris <rgm@gnu.org>
10403
10404 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10405 Silence compiler by only defining on XEmacs.
10406
10407 * international/mule.el (auto-coding-regexp-alist): Only match
10408 BABYL... at the start of buffer, not of lines. (Bug#3790)
10409
10410 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10411 non-calendar buffers (Bug#3862). Restore "not on a date" message.
10412 (cal-menu-context-mouse-menu): Doc fix.
10413
10414 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10415
10416 * simple.el (mail-user-agent): Doc fix. Set :version tag.
10417
10418 2009-07-18 Juri Linkov <juri@jurta.org>
10419
10420 * info.el: Virtual Info keyword finder.
10421 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
10422 (Info-finder-file): New variable.
10423 (Info-finder-find-file): New function.
10424 (finder-known-keywords, finder-package-info)
10425 (find-library-name, lm-commentary): Use defvar and
10426 declare-function to silence compiler warnings.
10427 (Info-finder-find-node): New function.
10428 (info-finder): New command.
10429
10430 * subr.el (process-kill-buffer-query-function): New function.
10431 (add-hook)<kill-buffer-query-functions>: Add hook
10432 `process-kill-buffer-query-function'.
10433
10434 2009-07-18 Alan Mackenzie <acm@muc.de>
10435
10436 * progmodes/cc-mode.el (c-before-hack-hook)
10437 (c-postprocess-file-styles): Give invocation of `c-set-style'
10438 DONT-OVERRIDE parameter of t. Already set style variables will
10439 thus not be overridden by style settings given by `c-file-syle'.
10440
10441 * files.el (hack-local-variables-filter): Remove entries with
10442 duplicate keys from `file-local-variables-alist'.
10443
10444 2009-07-18 Eli Zaretskii <eliz@gnu.org>
10445
10446 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10447 x-set-selection if display-selections-p returns nil for the
10448 current frame.
10449
10450 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
10451
10452 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10453
10454 2009-07-18 Eli Zaretskii <eliz@gnu.org>
10455
10456 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10457 Accept nil in addition to a regexp.
10458 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10459 Accept nil in addition to a regexp.
10460 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10461 buffers that have an associated file. Handle nil values of
10462 desktop-buffers-not-to-save and desktop-files-not-to-save.
10463 (Bug#3833)
10464
10465 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10466 (x-disown-selection-internal): New functions.
10467
10468 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
10469
10470 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10471 warning.
10472 (gdb-breakpoints-header): Move forward to avoid compiler warning.
10473 (gdb-make-header-line-mouse-map): Remove duplicate definition.
10474
10475 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
10476
10477 * simple.el (set-mark): Revert last change.
10478
10479 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
10480
10481 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10482 rendering of pngs is not possible instead of messaging a long
10483 description.
10484
10485 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
10486
10487 * w32-fns.el (x-selection-owner-p): New function.
10488
10489 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
10490 (mouse-yank-at-click, mouse-yank-primary): If
10491 select-active-regions is non-nil, deactivate the mark before
10492 insertion.
10493
10494 * simple.el (deactivate-mark, set-mark): Only save selection if we
10495 own it.
10496
10497 2009-07-17 Kenichi Handa <handa@m17n.org>
10498
10499 * case-table.el (describe-buffer-case-table): Fix for the case
10500 that KEY is a cons.
10501
10502 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10503
10504 * vc-rcs.el (vc-rcs-find-file-hook):
10505 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10506
10507 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
10508
10509 * net/tramp.el (tramp-wait-for-output): Handle the case when
10510 commands do not return a newline but a null byte before the shell
10511 prompt. (Bug#3858)
10512
10513 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10514
10515 * term/ns-win.el (ns-set-alpha): Don't declare.
10516 (ns-set-background-alpha): Remove function.
10517
10518 2009-07-16 Kevin Ryde <user42@zip.com.au>
10519
10520 * emacs-lisp/copyright.el (copyright-update): Save match-data across
10521 y-or-n-p, for safety.
10522
10523 2009-07-16 Richard Stallman <rms@gnu.org>
10524
10525 * files.el (auto-save-mode): If buffer-saved-size is -2,
10526 don't clobber it.
10527
10528 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10529 (rmail-retry-ignored-headers): Add more uninteresting fields.
10530
10531 2009-07-15 Jari Aalto <jari.aalto@cante.net>
10532
10533 * net/rcirc.el (rcirc): Use history variables.
10534 (rcirc-server-name-history, rcirc-nick-name-history)
10535 (rcirc-server-port-history): New variables.
10536
10537 2009-07-15 Kenichi Handa <handa@m17n.org>
10538
10539 * international/mule-cmds.el (set-language-environment-charset):
10540 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10541 ignore them.
10542
10543 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10544 Delete unibyte-display.
10545
10546 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
10547
10548 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10549
10550 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
10551
10552 * simple.el (deactivate-mark): Optional argument FORCE.
10553 (set-mark): Use deactivate-mark.
10554
10555 * info.el (Info-search): No need to check transient-mark-mode
10556 before calling deactivate-mark.
10557
10558 * select.el (x-set-selection): Doc fix.
10559 (x-valid-simple-selection-p): Allow buffer values.
10560 (xselect--selection-bounds): Handle buffer values. Suggested by
10561 David De La Harpe Golden.
10562
10563 * mouse.el (mouse-set-region, mouse-drag-track): Call
10564 copy-region-as-kill before setting the mark, to let
10565 select-active-regions work.
10566
10567 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
10568
10569 * simple.el (deactivate-mark): If select-active-regions is
10570 non-nil, copy the selection data into a string.
10571 (activate-mark): If select-active-regions is non-nil, set the
10572 selection to the current buffer.
10573 (set-mark): Update selection if select-active-regions is non-nil.
10574
10575 * select.el (x-valid-simple-selection-p): Allow buffer values.
10576
10577 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
10578
10579 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10580 and more featureful message-mode.
10581
10582 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
10583
10584 * select.el (x-set-selection): Doc fix.
10585 (x-valid-simple-selection-p): Disallow selection data consisting
10586 of a list or cons of integers, since that is not used.
10587 (xselect--selection-bounds, xselect--int-to-cons): New functions.
10588 (xselect-convert-to-string, xselect-convert-to-length)
10589 (xselect-convert-to-filename, xselect-convert-to-charpos)
10590 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10591
10592 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
10593
10594 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10595 output in -break-info command (Emacs bug #3794).
10596
10597 2009-07-14 Glenn Morris <rgm@gnu.org>
10598
10599 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10600 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10601 (edebug-print-length, edebug-print-level, edebug-print-circle)
10602 (edebug-sit-for-seconds, edebug-view-outside)
10603 (edebug-bounce-point, edebug-set-global-break-condition)
10604 (edebug-Go-nonstop-mode, edebug-trace-mode)
10605 (edebug-Trace-fast-mode, edebug-continue-mode)
10606 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10607 (edebug-visit-eval-list): Doc fixes.
10608
10609 * subr.el (def-edebug-spec): Doc fix.
10610
10611 2009-07-14 Kenichi Handa <handa@m17n.org>
10612
10613 * international/characters.el: Fix setting of category ?C.
10614
10615 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
10616
10617 * term/ns-win.el (x-select-font): defalias x-select-font to
10618 ns-popup-font-panel instead of generate-fontset-menu.
10619
10620 2009-07-12 Eli Zaretskii <eliz@gnu.org>
10621
10622 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
10623
10624 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
10625
10626 * arc-mode.el (archive-find-type): Allow for a PK00 string before
10627 the PK\003\004 header (Bug#3770).
10628
10629 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
10630
10631 * pcomplete.el (pcomplete-comint-setup): Check for
10632 shell-dynamic-complete-filename too.
10633
10634 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
10635
10636 * simple.el (temporary-goal-column): Change the value for
10637 line-move-visual to a cons cell.
10638 (line-move-visual): Record or set the window hscroll, if
10639 necessary (Bug#3494).
10640 (line-move-1): Handle cons value of temporary-goal-column.
10641
10642 2009-07-11 Kenichi Handa <handa@m17n.org>
10643
10644 * international/mule-diag.el (describe-character-set): Don't show
10645 width.
10646
10647 2009-07-10 Sam Steingold <sds@gnu.org>
10648
10649 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10650 Omake sometimes indents the errors it prints, so allow all
10651 regexps to start with spaces.
10652
10653 2009-07-10 Eli Zaretskii <eliz@gnu.org>
10654
10655 * cus-edit.el (customize-changed-options-previous-release):
10656 Bump value to 22.1. (Bug#3804)
10657
10658 2009-07-08 Sam Steingold <sds@gnu.org>
10659
10660 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10661 to be a cons cell (test . ignored-directory) to selectively ignore
10662 some directories depending on the location of the search.
10663
10664 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
10665
10666 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10667 remote user is root, on the local host.
10668 (tramp-local-host-p): Either the local user or the remote user
10669 must be root. (Bug#3771)
10670
10671 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
10672
10673 * progmodes/gdb-mi.el (gdb): Remove description of
10674 gdb-use-separate-io-buffer.
10675 (menu): Don't allow toggling of or enable
10676 gdb-use-separate-io-buffer from menubar.
10677
10678 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10679
10680 * mail/unrmail.el (unrmail): Make sure the message ends with two
10681 newlines (Bug#3769).
10682
10683 2009-07-08 Glenn Morris <rgm@gnu.org>
10684
10685 * calendar/calendar.el (calendar-current-date): Rework previous change.
10686
10687 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
10688
10689 * calendar/calendar.el (calendar-current-date):
10690 Add an optional argument giving an offset from today.
10691
10692 2009-07-08 Glenn Morris <rgm@gnu.org>
10693
10694 * tutorial.el (tutorial--describe-nonstandard-key):
10695 Adjust the message for when a key has been unbound.
10696 (help-with-tutorial): Hide the arch-tag.
10697
10698 2009-07-08 Kenichi Handa <handa@m17n.org>
10699
10700 * international/fontset.el (setup-default-fontset): For each
10701 script, append (not set) font-specs.
10702
10703 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10704 docstring.
10705
10706 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
10707
10708 * progmodes/gdb-mi.el (gdb-init-1): Move sending
10709 -data-list-register-names to ...
10710 (gdb-starting): ... here because GDB 7.0 requires execution to
10711 have started when using this MI command.
10712 (gdb-set-header): New function to distinguish select and
10713 unselected tabs in gdb buffers.
10714 (gdb-propertize-header): New macro that uses gdb-set-header.
10715 (gdb-breakpoints-header, gdb-locals-header): Use it.
10716 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
10717
10718 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
10719
10720 * Makefile.in (ELCFILES): Remove fadr.elc.
10721
10722 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
10723
10724 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10725 may contain frame information, so `string-match' should be used.
10726 (gdb-update): Disassembly is invalidated through
10727 `gdb-get-selected-frame'.
10728 (gdb-pad-string): New function to pad string with spaces.
10729 (gdb-invalidate-disassembly): Invalidate only if the buffer
10730 exists.
10731 (gdb-disassembly-handler-custom): Column alignment.
10732 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10733 placing new ones.
10734 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10735 end of line, too.
10736 (gdb-frame-handler): Match convention to for disassembly buffer
10737 mode name.
10738 (gdb-stack-list-frames-handler): Rewritten without regexps.
10739 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10740 not highlight breakpoints without line information.
10741 (gdb-input): Add trailing newline to command.
10742
10743 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10744 buffer properly.
10745 (gdb-breakpoints-list-handler-custom): Replacement for
10746 `gdb-break-list-handler'. Using real parser instead of regexps
10747 now.
10748 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10749 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10750 to place breakpoints.
10751 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10752 functions.
10753 (gdb-disassembly-handler-custom): Show overlay arrow.
10754 (gdb-disassembly-place-breakpoints): Show breakpoints in
10755 disassembly buffer.
10756 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10757 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
10758 instead of parsing breakpoints buffer. Fixed old menu references
10759 in `gud-menu-map'.
10760
10761 * fadr.el: Remove.
10762
10763 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
10764 (gdb-memory-address): New variable which holds top address of
10765 memory page shown in memory buffer.
10766 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10767 customization variables.
10768 New functions:
10769 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10770 display the memory buffer.
10771 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10772 buffer display parameters.
10773 (def-gdb-memory-format, gdb-memory-format-binary)
10774 (gdb-memory-format-octal, gdb-memory-format-unsigned)
10775 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10776 Functions for setting memory buffer format.
10777 (gdb-memory-unit-word, gdb-memory-unit-halfword)
10778 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10779 unit size used in memory buffer.
10780 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10781 to next/previous page of memory buffer.
10782 Now using (bindat-get-field) instead of fadr functions.
10783
10784 2009-07-07 Sam Steingold <sds@gnu.org>
10785
10786 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10787 non-top-level files.
10788
10789 2009-07-07 Kenichi Handa <handa@m17n.org>
10790
10791 * international/mule-cmds.el (reset-language-environment): Put
10792 the highset priority to the charset iso-8859-1.
10793
10794 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
10795
10796 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10797 to the end of the line when locating the block (Bug#700).
10798
10799 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
10800
10801 * net/tramp.el (tramp-handle-write-region): Flush file properties
10802 in case of short track.
10803
10804 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
10805
10806 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10807 Coded custom representation of verilog error regular expressions
10808 to work with Emacs-22's new format.
10809 (verilog-error-regexp-xemacs-alist): Coded custom representation
10810 of verilog error regular expressions to work with XEmacs format.
10811 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10812 error recognition into XEmacs.
10813 (verilog-error-regexp-add-emacs): Hook routine to install verilog
10814 error recognition into Emacs-22.
10815
10816 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
10817
10818 * woman.el: Remove stand-alone closing parentheses.
10819 (woman-file-name, woman2-format-paragraphs)
10820 (woman-leave-blank-lines): Code cleanup.
10821 (woman-use-own-frame): Change default to nil.
10822 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10823 defaults to inherit from default faces.
10824 (woman2-process-escapes): Consume the newline after a stand-alone
10825 filler character (Bug#3651).
10826
10827 2009-07-06 Glenn Morris <rgm@gnu.org>
10828
10829 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10830 (top-level): Move provide to the end.
10831 (ffap): Remove defunct URL from custom group.
10832
10833 * subr.el (eval-after-load): Doc fix.
10834
10835 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
10836
10837 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10838 `calc-embedded-word' is called twice.
10839
10840 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10841
10842 * files.el (find-alternate-file-other-window, find-alternate-file):
10843 Obey confirm-nonexistent-file-or-buffer.
10844
10845 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
10846
10847 * dired-aux.el (dired-show-file-type): Handle remote files.
10848
10849 2009-07-05 Jari Aalto <jari.aalto@cante.net>
10850
10851 * desktop.el (desktop-globals-to-save):
10852 Add file-name-history (Bug#2750).
10853
10854 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
10855
10856 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
10857
10858 2009-07-04 Johan Bockgård <bojohan@gnu.org>
10859
10860 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
10861 property on entire argument since this is what eshell-lisp-command
10862 expects.
10863
10864 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
10865
10866 * net/tramp-gvfs.el (tramp-gvfs-methods)
10867 (tramp-gvfs-zeroconf-domain)
10868 (tramp-bluez-discover-devices-timeout): Add version flag.
10869 (tramp-gvfs-handler-mounted-unmounted)
10870 (tramp-gvfs-connection-mounted-p): Polish handling of
10871 incompatibilities between GVFS 0.2 and 1.0.
10872
10873 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
10874
10875 * cus-start.el (all): Add make-pointer-invisible.
10876
10877 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
10878
10879 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
10880 formatted correctly.
10881
10882 2009-07-02 Juri Linkov <juri@jurta.org>
10883
10884 * info.el: Virtual Info files and nodes.
10885 (Info-virtual-files, Info-virtual-nodes): New variables.
10886 (Info-current-node-virtual): New variable.
10887 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10888 New functions.
10889 (Info-file-supports-index-cookies): Use Info-virtual-file-p
10890 to check for a virtual file instead of checking a fixed list
10891 of node names.
10892 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10893 instead of ad-hoc processing of "dir" and (apropos history toc).
10894 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10895 instead of ad-hoc processing of "dir" and (apropos history toc).
10896 Reread a file when moving from a virtual node.
10897 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10898 (Info-directory-toc-nodes, Info-directory-find-file)
10899 (Info-directory-find-node): New functions.
10900 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
10901 (Info-history): Move part of code to
10902 `Info-history-find-node'.
10903 (Info-history-toc-nodes, Info-history-find-file)
10904 (Info-history-find-node): New functions.
10905 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
10906 (Info-toc): Move part of code to `Info-toc-find-node'.
10907 (Info-toc-find-node): New function.
10908 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
10909 the current Info file name to references because now the node
10910 "*TOC*" belongs to the same Info manual.
10911 (Info-toc-build): Rename from `Info-build-toc'.
10912 (Info-toc-nodes): Rename input argument `file' to `filename'.
10913 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
10914 instead of ad-hoc processing of ("dir" apropos history toc).
10915 (Info-index-nodes): Use Info-virtual-file-p
10916 to check for a virtual file instead of checking a fixed list
10917 of node names.
10918 (Info-index-node): Add check for `Info-current-node-virtual'.
10919 Raise `save-match-data' higher up the tree to contain
10920 `search-forward' too (bug fix).
10921 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
10922 (Info-virtual-index-nodes): New variable.
10923 (Info-virtual-index-find-node, Info-virtual-index): New functions.
10924 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
10925 (Info-apropos-file, Info-apropos-nodes): New variables.
10926 (Info-apropos-toc-nodes, Info-apropos-find-file)
10927 (Info-apropos-find-node, Info-apropos-matches): New functions.
10928 (info-apropos): Move part of code to `Info-apropos-find-node' and
10929 `Info-apropos-matches'.
10930 (Info-mode-map): Bind "I" to `Info-virtual-index'.
10931 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
10932 for a virtual file instead of checking a fixed list of node names.
10933
10934 * simple.el (async-shell-command): New command.
10935
10936 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
10937
10938 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
10939 instead of `mount-info'.
10940
10941 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
10942
10943 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
10944 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
10945
10946 2009-07-02 Kenichi Handa <handa@m17n.org>
10947
10948 * international/mule.el (set-keyboard-coding-system): Force *-unix
10949 coding-system to avoid eol conversion.
10950
10951 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
10952
10953 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10954 Add handler for `process-file', `shell-command' and
10955 `start-file-process'.
10956 (tramp-gvfs-handle-shell-command)
10957 (tramp-gvfs-handle-start-file-process)
10958 (tramp-gvfs-handle-process-file): New defuns.
10959 (tramp-synce-list-devices): Simplify check for existence of property.
10960
10961 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
10962
10963 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
10964
10965 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
10966
10967 * language/korean.el (set-language-info-alist): Add korean-cp949,
10968 cp949 to spec.
10969
10970 2009-07-01 Kenichi Handa <handa@m17n.org>
10971
10972 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
10973
10974 * international/encoded-kb.el: Deleted.
10975
10976 * international/mule.el (set-keyboard-coding-system): Perform the
10977 necessary setup here instead of calling encoded-kbd-setup-display.
10978
10979 2009-07-01 Glenn Morris <rgm@gnu.org>
10980
10981 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
10982
10983 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
10984
10985 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
10986
10987 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
10988
10989 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
10990 Handle also the 'rename case, when setting file modes. (Bug#3712)
10991 (tramp-default-file-modes): Remove execute permissions.
10992
10993 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
10994 (top): Add a default for "synce" in `tramp-default-user-alist'.
10995 Add completion function for "synce" method.
10996 (tramp-hal-service, tramp-hal-path-manager)
10997 (tramp-hal-interface-manager, tramp-hal-interface-device):
10998 New defconst.
10999 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11000 (tramp-synce-list-devices, tramp-synce-parse-device-names):
11001 New defuns.
11002
11003 * net/trampver.el: Update release number.
11004
11005 2009-06-30 Kenichi Handa <handa@m17n.org>
11006
11007 * international/fontset.el (setup-default-fontset): Add CJK fonts
11008 for symbols and the other miscellaneous characters.
11009
11010 * language/korea-util.el (setup-korean-environment-internal):
11011 Make char-width-table suitable for Korean environments.
11012 (exit-korean-environment): Cancel above.
11013
11014 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11015 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
11016 setup-function to make char-width-table suitable for respective
11017 environments, and an exit-function to cancel that.
11018
11019 * language/japan-util.el (setup-japanese-environment-internal):
11020 Call use-cjk-char-width-table with arg `ja_JP'.
11021
11022 * international/characters.el (cjk-char-width-table): Delete it.
11023 (cjk-char-width-table-list): New variable.
11024 (use-cjk-char-width-table): New arg local-name.
11025 (use-default-char-width-table): Fix for the case that Emacs is
11026 already using the default char-width-table.
11027
11028 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
11029
11030 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11031 modes mandatory. (Bug#3712)
11032
11033 2009-06-29 Alan Mackenzie <acm@muc.de>
11034
11035 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
11036 correction between the visible width of TABs and their number of bytes.
11037
11038 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
11039
11040 * server.el (server-buffer-done): Prevent kill-buffer from
11041 prompting by clearing the buffer modification flag (Bug#3696).
11042
11043 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
11044
11045 * progmodes/verilog-mode.el (verilog-beg-of-statement)
11046 (verilog-endcomment-reason-re): Support unique case and priority case.
11047 (verilog-basic-complete-re): Support localparam lineup.
11048 (verilog-beg-of-statement-1): Fix for robustness, unique case.
11049 (verilog-set-auto-endcomments): Fix for unique case, always_comb
11050 commenting.
11051 (verilog-leap-to-case-head): Now support *nested* unique &
11052 priority case statements.
11053 (verilog-auto-lineup): Make just declarations the default (as it
11054 had been).
11055 (verilog-leap-to-case-head): Support priority/unique case statements.
11056 (verilog-auto-lineup): Rework to give users radio buttons to
11057 select the various styles of automatic lineup.
11058 (verilog-error-regexp-alist): Rework to support the XEmacs style
11059 of error regular expressions from compilers, lint tools &
11060 simulators. Note that GNU Emacs has made it impossible for a mode
11061 to load such things.
11062 (electric-verilog-terminate-line, verilog-indent-declaration)
11063 (verilog-auto-wiure): Rework for radio button selection of
11064 auto-lineup selection of specification of auto lineup.
11065 (verilog-beg-of-statement-1): Redesign to support proper operation
11066 in additional code, based on testing with auto-lineup.
11067 (verilog-calculate-indent, assignments & declarations)
11068 (verilog-backward-token): Enhance to support auto-lineup of
11069 assignments & declarations.
11070 (verilog-in-directive-p, verilog-at-struct-p): New function for
11071 easy test of whether we are.
11072 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11073 to support safe execution at almost anyline.
11074 (verilog-calc-1): Properly support indenting deep inside generate
11075 blocks.
11076 (verilog-init-font): Remove definition & use of verilog-init-font,
11077 as it is redundant with font-lock-defaults.
11078 (verilog-mode): Alter the definition of verilog-font-lock-defaults
11079 to avoid circular calls if syntax-ppss is a function (as is the
11080 case now in 22.x GNU Emacs) as that function would sometimes call
11081 itself, leading to (nearly) infinite recursion.
11082 (verilog-ovm-begin-re, verilog-ovm-end-re)
11083 (verilog-ovm-statement-re, verilog-leap-to-head)
11084 (verilog-backward-token): Add support for OVM macros. Some are
11085 complete statements, and others open and close scopes like begin
11086 and end.
11087 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11088 (verilog-defun-level-generate-only-re): Really fix the defun-list
11089 compilation issue.
11090 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
11091 coverpoint, constraint and cross statements.
11092 (verilog-defun-level-list, verilog-generate-defun-level-list)
11093 (verilog-all-defun-level-list): Redo these specifications - it is
11094 too hard to support eval-when compile aggregation of lists also
11095 built at when-compile time.
11096 (verilog-defun-level-list): Place defconsts of variables used in
11097 building regular expressions which are built in eval-when-compile
11098 bodies in the same eval-when-compile body to facilitate compile
11099 without load.
11100 (verilog-beg-block-re-ordered): Support indenting
11101 virtual/protected tasks and functions.
11102 (verilog-defun-level-list, verilog-in-generate-region-p)
11103 (verilog-backward-ws&directives, verilog-calc-1): Speed up
11104 indentation of some module items (generate items).
11105 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11106 across virtual/protected tasks and functions.
11107
11108 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
11109
11110 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
11111 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
11112 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11113 in concatenations. Reported by Yishay Belkind.
11114 (verilog-auto-ascii-enum): Support one-hot state machines in
11115 AUTOASCIIENUM. Suggested by Lloyd Gomez.
11116 (verilog-auto-inst, verilog-auto-inst-port): Include interface
11117 modport in AUTOINST and add vl-modport for users. Reported by
11118 David Rogoff.
11119 (verilog-auto-inout-module, verilog-auto-inst)
11120 (verilog-decls-get-interfaces, verilog-insert-definition)
11121 (verilog-insert-one-definition, verilog-read-decls)
11122 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11123 (verilog-sig-modport, verilog-signals-combine-bus)
11124 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11125 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11126 Suggested by David Rogoff.
11127 (verilog-repair-open-comma): Fix non-insertion of comma when
11128 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
11129 (verilog-make-width-expression): Simplify [A-1:0] expression
11130 widths to just {A{1'b0}}.
11131 (verilog-mode): Cleanup checkdoc warnings.
11132 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11133 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
11134 inputs/outputs or data type. Suggested by Vasu Kandadi.
11135 (next-error-last-buffer): Fix byte-compiler warning.
11136 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11137 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
11138 or shell command text during AUTO expansion. Suggested by Tad Truex.
11139 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
11140 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11141 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
11142 in AUTOINOUT. Reported by Matthew Lovell.
11143 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11144 causing use of <= assignments. Reported by Alex Reed.
11145 (verilog-read-decls): Fix triand, trior, wand, wor to be
11146 recognized by AUTOWIRE. Reported by Spencer Isaacson.
11147 (verilog-extended-complete-re): Support import "DPI-C" functions.
11148 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
11149 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
11150 (verilog-insert-date, verilog-insert-year)
11151 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11152 Windows systems. Reported by Michael Potts.
11153 (verilog-read-module-name): Fix AUTOINST when the child module
11154 declaration's name is a tick define. Reported by Elliot Mednick.
11155 (verilog-read-decls): Fix V2K parameter bit subscripts getting
11156 passed to next parameter's definition. Reported by Bruce T.
11157 (verilog-read-decls): Fix detecting "parameter int" when using
11158 AUTOINSTPARAM. Reported by Bruce T.
11159 (verilog-goto-defun): Fix goto not finding modules unless first
11160 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
11161 (verilog-mode): Expand -f flag arguments on entry to mode so
11162 verilog-goto-defun will work. Reported by Lawrence Butcher.
11163 (verilog-getopt): Expand environment variables in -f file
11164 arguments. Suggested by Lawrence Butcher.
11165 (verilog-set-define): Fix "Symbol's value as variable is void"
11166 when reading enumerations.
11167 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11168 Suggested by Stephen Peltan.
11169 (verilog-read-defines): Fix reading of enumerations in include
11170 files. Reported by Steve Peltan.
11171
11172 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
11173
11174 * files.el (trash-directory): Fix defcustom type.
11175
11176 2009-06-28 Juri Linkov <juri@jurta.org>
11177
11178 * help-fns.el (describe-function-1): Correctly locate adviced
11179 functions in hyperlink (Bug#2438).
11180
11181 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
11182
11183 * files.el (trash-directory): Change default to nil.
11184 (move-file-to-trash): If trash-directory is nil and
11185 system-move-file-to-trash is unbound, perform freedesktop-style
11186 trashing.
11187
11188 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
11189
11190 * files.el (move-file-to-trash): Add freedesktop trash
11191 support (Bug#973).
11192
11193 2009-06-28 Glenn Morris <rgm@gnu.org>
11194
11195 * autorevert.el (global-auto-revert-non-file-buffers)
11196 (global-auto-revert-mode): Doc fixes.
11197
11198 2009-06-27 Johan Bockgård <bojohan@gnu.org>
11199
11200 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11201
11202 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
11203
11204 * faces.el (x-handle-named-frame-geometry): Ensure that we have
11205 opened an X connection before calling x-get-resource (Bug#3194).
11206
11207 * play/doctor.el: Remove reference to obsolete website.
11208 (make-doctor-variables): Correct grammar mistake (Bug#2633).
11209
11210 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
11211
11212 Remove find-file-not-found-hook VC method. (Bug#2757)
11213 * vc-hooks.el (vc-file-not-found-hook)
11214 (vc-default-find-file-not-found-hook): Remove functions.
11215 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11216 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11217 * vc.el:
11218 * vc-hg.el:
11219 * vc-git.el: Do not mention find-file-not-found-hook VC method.
11220
11221 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
11222
11223 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
11224 compatibility function for `looking-back'.
11225
11226 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11227 Use `ispell-looking-back'.
11228
11229 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
11230
11231 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
11232 rather than `filename'.
11233
11234 2009-06-23 Miles Bader <miles@gnu.org>
11235
11236 * face-remap.el (text-scale-set): New function.
11237
11238 2009-06-23 Glenn Morris <rgm@gnu.org>
11239
11240 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11241
11242 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11243
11244 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11245
11246 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11247
11248 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11249 Simplify Persian conditionals.
11250
11251 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11252 variable `filename'.
11253
11254 * comint.el (comint-insert-input): Doc fix.
11255
11256 * Makefile.in (ELCFILES): Fix typo in previous change.
11257
11258 2009-06-23 Miles Bader <miles@gnu.org>
11259
11260 * cus-start.el: Add entry for `recenter-redisplay'.
11261
11262 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11263
11264 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11265 Add an optional argument for the backend, use it instead of
11266 calling vc-backend.
11267 (vc-mode-line): Add an optional argument for the backend.
11268 Pass the backend to vc-state and vc-working-revision. Move code for
11269 special handling for vc-state being a buffer to ...
11270
11271 * vc-rcs.el (vc-rcs-find-file-hook):
11272 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
11273
11274 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11275 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11276 vc-stay-local-p and vc-mode-line calls.
11277
11278 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11279 (vc-cvs-diff, vc-cvs-annotate-command)
11280 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11281 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11282 vc-mode-line calls.
11283
11284 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11285 direct comparison.
11286 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11287 backend when calling vc-mode-line.
11288 (vc-register): Do not create a closure for calling the vc register
11289 function, call it directly.
11290
11291 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11292
11293 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11294 to make it obvious item can be clicked.
11295
11296 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11297
11298 2009-06-23 Kenichi Handa <handa@m17n.org>
11299
11300 * language/korea-util.el (korean-key-bindings): Change the binding
11301 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
11302 same command.
11303
11304 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
11305
11306 Sync with Tramp 2.1.16.
11307
11308 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11309
11310 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
11311 when a loading of a package fails. Completion function for rsync
11312 is `tramp-completion-function-alist-ssh'.
11313 (all): Replace all calls of `split-string' and
11314 `tramp-split-string' by `tramp-compat-split-string'.
11315 (tramp-default-method): Use `tramp-compat-process-running-p'.
11316 (tramp-default-proxies-alist): Allow also Lisp forms.
11317 (tramp-remote-path): Add choice "Private Directories".
11318 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
11319 (tramp-domain-regexp): Allow also "-", "_" and ".".
11320 (tramp-end-of-output): Remove newlines, and add "$" at the end.
11321 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11322 (tramp-debug-message): Insert header line in debug buffer.
11323 (tramp-handle-directory-files-and-attributes-with-stat):
11324 Care about filenames with spaces, or starting with "-".
11325 (tramp-handle-dired-uncache): New defun.
11326 (tramp-handle-insert-directory): Don't flush the directory from
11327 cache, this is handled by `dired-uncache' now.
11328 (tramp-handle-insert-file-contents): Improve error handling.
11329 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11330 Quote `tramp-end-of-output'.
11331 (tramp-action-password): Improve trace message.
11332 (tramp-check-for-regexp): Both echoes must be present, before removing.
11333 (tramp-open-connection-setup-interactive-shell): Trace coding system.
11334 (tramp-compute-multi-hops): Eval cons cells of
11335 `tramp-default-proxies-alist'.
11336 (tramp-maybe-open-connection): Use the same command pattern for
11337 first hop and further hops.
11338 (tramp-wait-for-output): Remove handling of newlines.
11339 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11340 (tramp-split-string): Remove function. It is handled in
11341 tramp-compat now.
11342
11343 * net/tramp-cmds.el (tramp-bug):
11344 Recommend `tramp-cleanup-all-connections' in the bug mail.
11345
11346 * net/tramp-compat.el (tramp-compat-split-string)
11347 (tramp-compat-process-running-p): New defuns.
11348
11349 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11350 for `dired-uncache'.
11351
11352 * net/tramp-gvfs.el: New package.
11353
11354 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11355 Add handler for `dired-uncache'.
11356 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11357
11358 * net/trampver.el: Update release number. Make version check fit
11359 for SXEmacs 22.
11360
11361 2009-06-22 Jim Meyering <meyering@redhat.com>
11362
11363 Automatically handle .xz suffix (XZ-compressed files), too.
11364 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11365 XZ is the successor to LZMA: <http://tukaani.org/xz/>
11366
11367 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
11368 Nick Roberts <nickrob@snap.net.nz>
11369
11370 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
11371 repository (http://sphinx.net.ru/hg/gdb-mi/).
11372
11373 2009-06-22 Glenn Morris <rgm@gnu.org>
11374
11375 * files.el (dir-locals-collect-mode-variables): Allow for any number of
11376 `mode' and `eval' entries. (Bug#3430)
11377
11378 * Makefile.in (ELCFILES): Add fadr.elc.
11379
11380 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11381 differing behavior of \n and ^ in strings. (Bug#3385)
11382
11383 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11384
11385 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11386 property.
11387 (lisp-indent-function): Make it a defcustom.
11388
11389 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
11390
11391 * progmodes/gdb-ui.el: Replace with ...
11392 * progmodes/gdb-mi.el: ... this file.
11393 * progmodes/gud.el: Modify for gdb-mi.el.
11394
11395 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
11396
11397 * fadr.el: New file.
11398
11399 See ChangeLog.14 for earlier changes.
11400
11401 ;; Local Variables:
11402 ;; coding: utf-8
11403 ;; End:
11404
11405 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
11406
11407 This file is part of GNU Emacs.
11408
11409 GNU Emacs is free software: you can redistribute it and/or modify
11410 it under the terms of the GNU General Public License as published by
11411 the Free Software Foundation, either version 3 of the License, or
11412 (at your option) any later version.
11413
11414 GNU Emacs is distributed in the hope that it will be useful,
11415 but WITHOUT ANY WARRANTY; without even the implied warranty of
11416 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11417 GNU General Public License for more details.
11418
11419 You should have received a copy of the GNU General Public License
11420 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
11421
11422 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1