]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Fix handling of 8-bit characters in a display table.
[gnu-emacs] / lisp / ChangeLog
1 2010-08-31 Kenichi Handa <handa@m17n.org>
2
3 * international/mule-cmds.el (standard-display-european-internal):
4 Setup standard-display-table for 8-bit characters by storing 8-bit
5 characters in the element vector.
6
7 * disp-table.el (standard-display-8bit): Setup
8 standard-display-table for 8-bit characters by storing 8-bit
9 characters in the element vector.
10 (standard-display-european): Likewise.
11
12 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
13
14 Sync with Tramp 2.1.19.
15
16 * net/tramp-cmds.el (tramp-cleanup-all-connections)
17 (tramp-reporter-dump-variable, tramp-load-report-modules)
18 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
19 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
20
21 * net/tramp-compat.el (top): Do not autoload
22 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
23 only when `start-file-process' is not bound.
24 (byte-compile-not-obsolete-vars): Define if not bound.
25 (tramp-compat-funcall): New defmacro.
26 (tramp-compat-line-beginning-position)
27 (tramp-compat-line-end-position)
28 (tramp-compat-temporary-file-directory)
29 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
30 (tramp-compat-copy-file, tramp-compat-copy-directory)
31 (tramp-compat-delete-file, tramp-compat-delete-directory)
32 (tramp-compat-number-sequence, tramp-compat-process-running-p):
33 Use it.
34 (tramp-advice-file-expand-wildcards): Do not use
35 `tramp-handle-file-remote-p'.
36 (tramp-compat-make-temp-file): Simplify fallback implementation.
37 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
38 (tramp-compat-copy-tree): Remove function.
39 (tramp-compat-delete-file): New defun.
40 (tramp-compat-delete-directory): Provide implementation for older
41 Emacsen.
42 (tramp-compat-file-attributes): Handle only
43 `wrong-number-of-arguments' error.
44
45 * net/tramp-fish.el (tramp-fish-handle-copy-file): Add
46 PRESERVE_SELINUX_CONTEXT.
47 (tramp-fish-handle-delete-file): Add TRASH arg.
48 (tramp-fish-handle-directory-files-and-attributes):
49 Do not use `tramp-fish-handle-file-attributes.
50 (tramp-fish-handle-file-local-copy)
51 (tramp-fish-handle-insert-file-contents)
52 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
53
54 * net/tramp-gvfs.el (top): Require url-util.
55 (tramp-gvfs-mount-point): Remove.
56 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
57 and `set-file-selinux-context'.
58 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
59 (tramp-gvfs-handle-file-selinux-context)
60 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
61 (with-tramp-dbus-call-method): Format trace message.
62 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
63 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
64 Implement backup call, when operation on local files fails. Use
65 progress reporter. Flush properties of changed files.
66 (tramp-gvfs-handle-delete-file): Add TRASH arg. Use
67 `tramp-compat-delete-file'.
68 (tramp-gvfs-handle-expand-file-name): Expand "~/".
69 (tramp-gvfs-handle-make-directory): Make more traces.
70 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
71 (tramp-gvfs-url-file-name): Hexify file name in url.
72 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
73 into account for the resulting file name.
74 (tramp-gvfs-handler-askquestion): Preserve current message, in
75 order to let progress reporter continue afterwards. (Bug#6257)
76 Return dummy mountpoint, when the answer is "no". See
77 `tramp-gvfs-maybe-open-connection'.
78 (tramp-gvfs-handler-mounted-unmounted)
79 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
80 attribute "default_location". Set "prefix" property. Handle
81 default-location.
82 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
83 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
84 exists. Raise an error, if not (due to a corresponding answer
85 "no" in interactive questions, for example). Use
86 `tramp-compat-funcall'.
87
88 * net/tramp-imap.el (top): Autoload `epg-make-context'.
89 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
90 (tramp-imap-do-copy-or-rename-file)
91 (tramp-imap-handle-insert-file-contents)
92 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
93 (tramp-imap-handle-delete-file): Add TRASH arg.
94
95 * net/tramp-smb.el (tramp-smb-handle-copy-file): Add
96 PRESERVE-SELINUX-CONTEXT.
97 (tramp-smb-handle-copy-file)
98 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
99 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
100 Use `with-progress-reporter'.
101 (tramp-smb-handle-delete-file): Add TRASH arg.
102
103 * net/tramp.el (tramp-methods): Move hostname to the end in all
104 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
105 appropriate.
106 (tramp-verbose): Describe verbose level 9.
107 (tramp-completion-function-alist)
108 (tramp-file-name-regexp, tramp-chunksize)
109 (tramp-local-coding-commands, tramp-remote-coding-commands)
110 (with-connection-property, tramp-completion-mode-p)
111 (tramp-action-process-alive, tramp-action-out-of-band)
112 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
113 (tramp-exists-file-name-handler): Fix docstring.
114 (tramp-remote-process-environment): Use `format' instead of
115 `concat'. Protect version string by apostroph.
116 (tramp-shell-prompt-pattern): Do not use a shy group in case of
117 XEmacs.
118 (tramp-file-name-regexp-unified)
119 (tramp-completion-file-name-regexp-unified): On W32 systems, do
120 not regard the volume letter as remote filename. (Bug#5447)
121 (tramp-perl-file-attributes)
122 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
123 (tramp-vc-registered-read-file-names): Read input as
124 here-document, otherwise the command could exceed maximum length
125 of command line.
126 (tramp-file-name-handler-alist): Add `file-selinux-context' and
127 `set-file-selinux-context'.
128 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
129 backtrace functions.
130 (tramp-error-with-buffer): Don't show the connection buffer when
131 we are in completion mode.
132 (tramp-progress-reporter-update, tramp-remote-selinux-p)
133 (tramp-handle-file-selinux-context)
134 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
135 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
136 New defuns.
137 (with-progress-reporter): New defmacro.
138 (tramp-debug-outline-regexp): New defconst.
139 (top, tramp-rfn-eshadow-setup-minibuffer)
140 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
141 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
142 (tramp-completion-mode-p, tramp-check-for-regexp)
143 (tramp-open-connection-setup-interactive-shell)
144 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
145 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
146 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
147 Use `tramp-compat-funcall'.
148 (tramp-handle-make-symbolic-link): Flush file properties.
149 (tramp-handle-load, tramp-handle-file-local-copy)
150 (tramp-handle-insert-file-contents, tramp-handle-write-region)
151 (tramp-handle-vc-registered, tramp-maybe-send-script)
152 (tramp-find-shell): Use `with-progress-reporter'.
153 (tramp-do-file-attributes-with-stat): Add space in format string,
154 in order to work around a bug in pdksh. Reported by Gilles Pion
155 <gpion@lfdj.com>.
156 (tramp-handle-verify-visited-file-modtime): Do not send a command
157 when the connection is not established.
158 (tramp-handle-set-file-times): Simplify the check for utc.
159 (tramp-handle-directory-files-and-attributes)
160 (tramp-get-remote-path): Use `copy-tree'.
161 (tramp-completion-handle-file-name-all-completions): Ensure, that
162 non remote files are still checked. Oops.
163 (tramp-handle-copy-file, tramp-do-copy-or-rename-file): Handle
164 PRESERVE-SELINUX-CONTEXT.
165 (tramp-do-copy-or-rename-file): Add progress reporter.
166 (tramp-do-copy-or-rename-file-directly): Do not use
167 `tramp-handle-file-remote-p'.
168 (tramp-do-copy-or-rename-file-out-of-band):
169 Use `tramp-compat-delete-directory'.
170 (tramp-do-copy-or-rename-file-out-of-band)
171 (tramp-compute-multi-hops, tramp-maybe-open-connection):
172 Use `format-spec-make'.
173 (tramp-handle-delete-file): Add TRASH arg.
174 (tramp-handle-dired-uncache): Flush directory cache, not only file
175 cache.
176 (tramp-handle-expand-file-name)
177 (tramp-completion-handle-file-name-all-completions)
178 (tramp-completion-handle-file-name-completion): Use
179 `tramp-connectable-p'.
180 (tramp-handle-start-file-process): Set connection property "vec".
181 Use it, in order to invalidate file caches. Check only for
182 `remote-tty' process property.
183 Implement tty setting. (Bug#4604, Bug#6360)
184 (tramp-file-name-for-operation): Add `call-process-region' and
185 `set-file-selinux-context'.
186 (tramp-find-foreign-file-name-handler)
187 (tramp-advice-make-auto-save-file-name)
188 (tramp-set-auto-save-file-modes): Remove superfluous check for
189 `stringp'. This is done inside `tramp-tramp-file-p'.
190 (tramp-file-name-handler): Trace 'quit. Catch the error for some
191 operations when we are in completion mode. This gives the user
192 the chance to correct the file name in the minibuffer.
193 (tramp-completion-mode-p): Use `non-essential'.
194 (tramp-handle-file-name-all-completions): Backward/ XEmacs
195 compatibility: Use `completion-ignore-case' if
196 `read-file-name-completion-ignore-case' does not exist.
197 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
198 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
199 `tramp-open-shell'.
200 (tramp-action-password): Hide password prompt before next run.
201 (tramp-process-actions): Widen connection buffer for the trace.
202 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
203 process property. Trace stty settings if `tramp-verbose' >= 9.
204 Apply workaround for IRIX64 bug. Move argument of last
205 `tramp-send-command' where it belongs to.
206 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
207 front of `login-args'.
208 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
209 on "/dev/null" instead of "/".
210 (tramp-get-ls-command-with-dired): Make test for "--dired"
211 stronger.
212 (tramp-set-auto-save-file-modes): Adapt version check.
213 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
214 (tramp-handle-process-file): Call the program in a subshell, in
215 order to preserve working directory.
216 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
217 `tramp-remote-sh' from `tramp-methods'.
218 (tramp-get-ls-command): Make test for "--color=never" stronger.
219 (tramp-check-for-regexp): Use (forward-line 1).
220
221 * net/trampver.el: Update release number.
222
223 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
224
225 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
226 empty argument to gvfs-copy.
227
228 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
229
230 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
231 handle new TRASH arg of `delete-file'.
232
233 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
234
235 * net/tramp.el (tramp-handle-insert-directory): Don't use
236 `forward-word', its default syntax could be changed.
237
238 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
239 Michael Albinus <michael.albinus@gmx.de>
240
241 Implement compression for inline methods.
242
243 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
244 (tramp-copy-size-limit): Allow also nil.
245 (tramp-inline-compress-commands): New defconst.
246 (tramp-find-inline-compress, tramp-get-inline-compress)
247 (tramp-get-inline-coding): New defuns.
248 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
249 replaced by `tramp-get-inline-coding'.
250 (tramp-handle-file-local-copy, tramp-handle-write-region)
251 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
252
253 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
254
255 Detect ssh 'ControlMaster' argument automatically in some cases.
256
257 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
258 (tramp-default-method): Use it.
259
260 2010-08-26 Karel Klíč <kklic@redhat.com>
261
262 * net/tramp.el (tramp-file-name-for-operation):
263 Add file-selinux-context.
264
265 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
266
267 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
268
269 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
270
271 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
272 (Bug#6907).
273
274 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
275
276 * progmodes/python.el (python-block-pairs): Allow use of "finally"
277 with "else" (Bug#3991).
278
279 2010-08-22 Leo <sdl.web@gmail.com>
280
281 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
282 (ignore, bright, dim, keyword): Split list of nicknames before
283 passing to rcirc-add-or-remove (Bug#6894).
284
285 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
286
287 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
288
289 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
290
291 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
292 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
293 New version 13.0.
294 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
295 Adjust initialization.
296 (whitespace-bob-marker, whitespace-eob-marker)
297 (whitespace-buffer-changed): New vars.
298 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
299 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
300 (whitespace-post-command-hook, whitespace-display-char-on):
301 Adjust code.
302 (whitespace-looking-back, whitespace-buffer-changed): New funs.
303 (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
304
305 2010-08-21 Leo <sdl.web@gmail.com>
306
307 Fix buffer-list rename&refresh after killing a buffer in ido.
308 * lisp/ido.el: Revert Óscar's.
309 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
310 Remember the buffers at head, rather than their name.
311 * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
312
313 2010-08-21 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
314 Stefan Monnier <monnier@iro.umontreal.ca>
315
316 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
317 extra backslash added to each line (bug#6890).
318
319 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
320
321 * subr.el (read-key): Don't echo keystrokes (bug#6883).
322
323 2010-08-21 Glenn Morris <rgm@gnu.org>
324
325 * menu-bar.el (menu-bar-games-menu): Add landmark.
326
327 2010-08-20 Glenn Morris <rgm@gnu.org>
328
329 * align.el (align-regexp): Make group and spacing arguments
330 use the interactive defaults when non-interactive. (Bug#6698)
331
332 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
333 expansion, so as not to need sendmail.
334 (mail-text-start): Remove declaration.
335 (rmail-retry-failure): Require sendmail.
336
337 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
338
339 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
340
341 2010-08-18 Michael Albinus <michael.albinus@gmx.de>
342
343 * progmodes/flymake.el (flymake-start-syntax-check-process):
344 Use `start-file-process' in order to let it run also on remote hosts.
345
346 2010-08-18 Kenichi Handa <handa@m17n.org>
347
348 * files.el: Add `word-wrap' as safe local variable.
349
350 2010-08-18 Glenn Morris <rgm@gnu.org>
351
352 * woman.el (woman-translate): Case matters. (Bug#6849)
353
354 2010-08-14 Chong Yidong <cyd@stupidchicken.com>
355
356 * simple.el (kill-region): Doc fix (Bug#6787).
357
358 2010-08-14 Glenn Morris <rgm@gnu.org>
359
360 * calendar/diary-lib.el (diary-header-line-format):
361 Fit it to the window, not the frame.
362
363 2010-08-11 Andreas Schwab <schwab@linux-m68k.org>
364
365 * subr.el (ignore-errors): Add debug declaration.
366
367 2010-08-09 Geoff Gole <geoffgole@gmail.com> (tiny change)
368
369 * whitespace.el (whitespace-color-off): Remove post-command-hook
370 locally.
371
372 2010-08-08 Johan Bockgård <bojohan@gnu.org>
373
374 * replace.el (replace-highlight): Bind isearch-forward and
375 isearch-error, ensuring that highlighting is updated if the user
376 switches the search direction (Bug#6808).
377
378 * isearch.el (isearch-lazy-highlight-forward): New var.
379 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
380 (isearch-lazy-highlight-update): Use it.
381
382 2010-08-06 Kenichi Handa <handa@m17n.org>
383
384 * international/mule.el (define-charset): Store NAME as :base property.
385 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
386 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
387 current priority. Force using the designation of the specific
388 charset by adding `charset' text property. Improve the whole
389 algorithm.
390
391 2010-08-05 Juanma Barranquero <lekktu@gmail.com>
392
393 * emulation/pc-select.el (pc-selection-mode-hook)
394 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
395 (pc-selection-mode): Fix typos in docstrings.
396
397 2010-08-04 Kenichi Handa <handa@m17n.org>
398
399 * language/cyrillic.el: Don't add "microsoft-cp1251" to
400 ctext-non-standard-encodings-alist here.
401
402 * international/mule.el (ctext-non-standard-encodings-alist):
403 Add "koi8-r" and "microsoft-cp1251".
404 (ctext-standard-encodings): New variable.
405 (ctext-non-standard-encodings-table): List only elements for
406 non-standard encodings.
407 (ctext-pre-write-conversion): Adjust for the above change.
408 Check ctext-standard-encodings.
409
410 * international/mule-conf.el (compound-text): Doc fix.
411 (ctext-no-compositions): Doc fix.
412 (compound-text-with-extensions): Doc fix.
413
414 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
415
416 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
417
418 2010-08-03 Juanma Barranquero <lekktu@gmail.com>
419
420 * progmodes/which-func.el (which-func-format): Split help-echo text
421 into lines, like other mode-line tooltips.
422
423 * server.el (server-start): When using TCP sockets, force IPv4
424 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
425
426 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
427
428 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
429
430 2010-08-02 Juanma Barranquero <lekktu@gmail.com>
431
432 * term.el (term-delimiter-argument-list): Reflow docstring.
433 (term-read-input-ring, term-write-input-ring, term-send-input)
434 (term-bol, term-erase-in-display, serial-supported-or-barf):
435 Fix typos in docstrings.
436
437 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
438
439 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
440
441 2010-08-01 Juanma Barranquero <lekktu@gmail.com>
442
443 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
444
445 2010-08-01 MON KEY <monkey@sandpframing.com> (tiny change)
446
447 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
448 Fix typo in docstring (bug#6747).
449
450 2010-07-30 Leo <sdl.web@gmail.com>
451
452 * eshell/esh-io.el (eshell-get-target): Better detection of
453 read-only file (Bug#6762).
454
455 2010-07-30 Juanma Barranquero <lekktu@gmail.com>
456
457 * align.el (align-default-spacing): Doc fix.
458 (align-region-heuristic, align-regexp): Fix typos in docstrings.
459
460 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
461
462 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
463
464 2010-07-20 Juanma Barranquero <lekktu@gmail.com>
465
466 * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
467
468 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
469
470 * time.el (display-time-day-and-date): Remove spurious * in docstring.
471 (display-time-world-buffer-name, display-time-world-mode-map):
472 Fix typos in docstrings.
473
474 2010-07-17 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
475
476 * image-mode.el (image-display-size): New function.
477 (image-forward-hscroll, image-next-line, image-eol, image-eob)
478 (image-mode-fit-frame): Use it (Bug#6639).
479
480 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
481
482 * dired.el (dired-buffers-for-dir): Handle list values of
483 dired-directory (Bug#6636).
484
485 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
486
487 * vc.el (vc-coding-system-inherit-eol): New defvar.
488 (vc-coding-system-for-diff): Use it to decide whether to inherit
489 from the file the EOL format for reading the diffs of that file.
490 (Bug#4451)
491
492 2010-07-16 Eli Zaretskii <eliz@gnu.org>
493
494 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
495 unibyte, so compressed attachments are not compressed again.
496
497 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
498
499 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
500 now that unicode is used (Bug#6594).
501
502 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
503
504 * simple.el (push-mark-command): Set the selection if
505 select-active-regions is non-nil.
506
507 2010-07-10 Glenn Morris <rgm@gnu.org>
508
509 * calendar/calendar.el (calendar-week-end-day): New function.
510 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
511 Respect calendar-week-start-day. (Bug#6606)
512 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
513 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
514 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
515 respect calendar-week-start-day.
516
517 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
518
519 * simple.el (use-region-p): Doc fix (Bug#6607).
520
521 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
522
523 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
524 builtins (BufferError, BytesWarning, WindowsError; callables
525 bin, bytearray, bytes, format, memoryview, next, print; __package__).
526
527 2010-07-07 Glenn Morris <rgm@gnu.org>
528
529 * play/zone.el (zone-fall-through-ws): Fix next-line ->
530 forward-line fallout.
531
532 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
533
534 * mouse.el (mouse-appearance-menu): Add docstring.
535
536 * help.el (describe-key): Print up-event using key-description.
537
538 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
539
540 * net/zeroconf.el (zeroconf-resolve-service)
541 (zeroconf-service-resolver-handler): Use
542 `dbus-byte-array-to-string'.
543 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
544
545 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
546
547 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
548
549 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
550
551 Avoid displaying files with a nil state in vc-dir.
552 * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
553 cases that cause insertion.
554 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
555 with a nil state.
556
557 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
558
559 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
560
561 2010-06-29 Leo <sdl.web@gmail.com>
562
563 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
564
565 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
566
567 * generic-x.el (bat-generic-mode): Fix regexp for command line
568 switches (Bug#5719).
569
570 2010-06-27 Masatake YAMATO <yamato@redhat.com>
571
572 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
573 of nconc to avoid pure storage error (Bug#6239).
574
575 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
576
577 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
578 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
579 bindings of bookmark-automatically-show-annotations (Bug#6515).
580
581 2010-06-25 Eli Zaretskii <eliz@gnu.org>
582
583 * arc-mode.el (archive-zip-extract): Don't quote the file name on
584 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
585
586 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
587
588 * comint.el (make-comint, make-comint-in-buffer): Mention return
589 value in the docstrings. (Bug#6498)
590
591 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
592
593 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
594 since it is not present when using some non-default switches.
595
596 2010-06-23 Karl Fogel <kfogel@red-bean.com>
597
598 * simple.el (compose-mail): Fix doc string to refer to
599 `compose-mail-user-agent-warnings', instead of to the
600 nonexistent `compose-mail-check-user-agent'.
601
602 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
603
604 Fix vc-annotate for renamed files when using Git.
605 * vc-git.el (vc-git-find-revision): Deal with empty results from
606 ls-files. Doe not pass the object as a file name to cat-file, it
607 is not a file name.
608 (vc-git-annotate-command): Pass the file name using -- to avoid
609 ambiguity with the revision.
610 (vc-git-previous-revision): Pass a relative file name.
611
612 2010-06-22 Glenn Morris <rgm@gnu.org>
613
614 * progmodes/js.el (js-mode-map): Use standard capitalization and
615 ellipses for menu entries.
616
617 * wid-edit.el (widget-complete): Doc fix.
618
619 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
620
621 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
622
623 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
624
625 Fix annotating other revisions for renamed files in vc-annotate.
626 * vc-annotate.el (vc-annotate): Add an optional argument for the
627 VC backend. Use it when non-nil.
628 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate. (Bug#6487)
629
630 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
631 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
632 Do not pass the file name to the 'previous-revision call when we
633 don't want a file diff. (Bug#6489)
634
635 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
636
637 Fix finding revisions for renamed files in vc-annotate.
638 * vc.el (vc-find-revision): Add an optional argument for
639 the VC backend. Use it when non-nil.
640 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
641 backend to vc-find-revision. (Bug#6487)
642
643 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
644
645 Fix reading file names in Git annotate buffers.
646 * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
647 trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
648
649 2010-06-20 Alan Mackenzie <acm@muc.de>
650
651 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
652 in file local variables, set it first.
653
654 2010-06-19 Glenn Morris <rgm@gnu.org>
655
656 * descr-text.el (describe-char-unicode-data): Insert separating
657 space when needed. (Bug#6422)
658
659 * progmodes/idlwave.el (idlwave-action-and-binding):
660 Fix typo in 2009-12-03 change. (Bug#6450)
661
662 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
663
664 * subr.el (read-quoted-char): Fix up last change (bug#6290).
665
666 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
667
668 * font-lock.el (font-lock-major-mode): Rename from
669 font-lock-mode-major-mode to distinguish it from
670 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
671 (font-lock-set-defaults):
672 * font-core.el (font-lock-default-function): Adjust users.
673 (font-lock-mode): Don't set it at all.
674
675 2010-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
676
677 * vc-annotate.el (vc-annotate): Use vc-read-revision.
678
679 2010-06-15 Glenn Morris <rgm@gnu.org>
680
681 * calendar/appt.el (appt-time-msg-list): Doc fix.
682 (appt-check): Let-bind appt-warn-time.
683 (appt-add): Make the 3rd argument optional.
684 Simplify argument names. Doc fix. Check for integer WARNTIME.
685 Only add WARNTIME to the output list if non-nil.
686
687 2010-06-15 Ivan Kanis <apple@kanis.eu>
688
689 * calendar/appt.el (appt-check): Let the 3rd element of
690 appt-time-msg-list specify the warning time.
691 (appt-add): Add new argument with the warning time. (Bug#5176)
692
693 2010-06-12 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
694
695 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
696 older than version 1.6. (Bug#6361)
697
698 2010-06-12 Helmut Eller <eller.helmut@gmail.com>
699
700 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
701 used by cl-do-arglist. (Bug#6408)
702
703 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
704
705 * emacs-lisp/advice.el (ad-compile-function):
706 Define warning-suppress-types before we let-bind it (bug#6275).
707
708 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
709 declare it, make it buffer-local and permanent-local (bug#6324).
710 (vc-resynch-window): Adjust name.
711 * vc-hooks.el (vc-find-file-hook): Adjust name.
712
713 2010-06-07 Jonathan Rockway <jon@jrock.us>
714
715 * net/rcirc.el: Add support for password authentication.
716 (rcirc-server-alist): Add :password keyword.
717 (rcirc): Ask for a password, or get it from the server's alist.
718 (rcirc-connect): Add password argument. Pass it to server.
719
720 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
721
722 * net/dbus.el (dbus-register-method): Declare function.
723 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
724 (dbus-introspect): Doc fix.
725 (dbus-event-bus-name, dbus-introspect-get-interface)
726 (dbus-introspect-get-argument): Reflow docstrings.
727
728 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
729
730 * term/common-win.el (x-colors): Add "dark green" and "dark
731 turquoise" (Bug#6332).
732
733 2010-06-03 Eric Ludlam <zappo@gnu.org>
734
735 * cedet/semantic/lex-spp.el
736 (semantic-lex-spp-table-write-slot-value): Instead of erroring on
737 invalid values during save, just save a nil (Bug#6324).
738
739 2010-06-03 Glenn Morris <rgm@gnu.org>
740
741 * desktop.el (desktop-clear-preserve-buffers):
742 Add "*Warnings*" buffer. (Bug#6336)
743
744 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
745
746 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
747
748 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
749
750 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
751 `file-directory-p' to the filename part rather than to the whole text.
752
753 2010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
754
755 * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
756 (bug#6231).
757
758 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
759
760 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
761
762 2010-05-31 Drew Adams <drew.adams@oracle.com>
763
764 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
765
766 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
767
768 * subr.el (momentary-string-display): Just use read-event to read
769 the exit event (Bug#6238).
770
771 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
772
773 * ansi-color.el: Delete unused escape sequences (Bug#6085).
774 (ansi-color-drop-regexp): New constant.
775 (ansi-color-apply, ansi-color-filter-region)
776 (ansi-color-apply-on-region): Delete unrecognized control sequences.
777 (ansi-color-apply): Build string list before calling concat.
778
779 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
780
781 * progmodes/verilog-mode.el (verilog-type-font-keywords):
782 Use font-lock-constant-face, not obsolete font-lock-reference-face.
783
784 2010-05-27 Masatake YAMATO <yamato@redhat.com>
785
786 * htmlfontify.el (hfy-face-resolve-face): New function.
787 (hfy-face-to-style): Use it (Bug#6279).
788
789 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
790
791 * epa.el (epa--select-keys): Don't explicitly delete the window since
792 that can fail (e.g. sole window in frame). Use dedication instead.
793
794 2010-05-19 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
795
796 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
797
798 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
799
800 * subr.el (read-quoted-char): Resolve modifiers after key
801 remapping (bug#6212).
802
803 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
804
805 * tmm.el (tmm-prompt): Don't try to precompute bindings.
806 (tmm-get-keymap): Compute shortcuts (bug#6171).
807
808 2010-05-10 Glenn Morris <rgm@gnu.org>
809
810 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
811 all dired buffers, even tramp ones. (Bug#5755) [Backport from trunk]
812
813 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
814
815 * Version 23.2 released.
816
817 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
818
819 * international/mule.el (auto-coding-alist): Only purecopy
820 car of each item, not the whole list (Bug#6083).
821
822 2010-05-02 Chong Yidong <cyd@stupidchicken.com>
823
824 * progmodes/js.el (js-mode): Make paragraph variables local before
825 calling c-setup-paragraph-variables (Bug#6071).
826
827 2010-05-01 Eli Zaretskii <eliz@gnu.org>
828
829 * composite.el (compose-region, reference-point-alist): Fix typos
830 in the doc strings.
831
832 2010-04-28 Alexander Klimov <alserkli@inbox.ru> (tiny change)
833
834 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
835 gnuplot's "set" command.
836
837 2010-04-26 Juanma Barranquero <lekktu@gmail.com>
838
839 * abbrev.el (last-abbrev-text): Doc fix.
840 (abbrev-prefix-mark): Don't escape parenthesis.
841
842 2010-04-24 Andreas Schwab <schwab@linux-m68k.org>
843
844 * composite.el (find-composition): Doc fix.
845
846 2010-04-24 Juanma Barranquero <lekktu@gmail.com>
847
848 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
849 (sql-oracle-program, sql-sqlite-options)
850 (sql-query-placeholders-and-send): Doc fixes.
851 (sql-set-product, sql-interactive-mode): Reflow docstrings.
852 (sql-imenu-generic-expression, sql-buffer)
853 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
854 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
855 (sql-mode-sybase-font-lock-keywords)
856 (sql-mode-informix-font-lock-keywords)
857 (sql-mode-interbase-font-lock-keywords)
858 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
859 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
860 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
861 (sql-product-feature, sql-highlight-product)
862 (comint-line-beginning-position, sql-rename-buffer)
863 (sql-toggle-pop-to-buffer-after-send-region)
864 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
865 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
866 Fix typos in docstrings.
867
868 2010-04-23 Juri Linkov <juri@jurta.org>
869
870 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
871 property instead of `invisible' and `after-string' (bug#5998).
872
873 2010-04-23 Juri Linkov <juri@jurta.org>
874
875 * image-mode.el (image-mode-as-text): Fix typo in docstring.
876
877 2010-04-23 Juanma Barranquero <lekktu@gmail.com>
878
879 * filecache.el (file-cache-add-directory-list)
880 (file-cache-add-directory-recursively): Fix typos in docstrings.
881
882 2010-04-22 Kenichi Handa <handa@m17n.org>
883
884 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
885 (gujarati-composable-pattern): Fix typo.
886
887 2010-04-20 Kenichi Handa <handa@m17n.org>
888
889 * language/indian.el (oriya-composable-pattern)
890 (tamil-composable-pattern, malayalam-composable-pattern): Add
891 two-part vowels to "v" (vowel sign).
892
893 2010-04-20 Chong Yidong <cyd@stupidchicken.com>
894
895 * files.el (copy-directory): Handle symlinks (Bug#5982).
896
897 * progmodes/compile.el (compilation-next-error-function): Revert
898 2009-10-12 change (Bug#5983).
899
900 2010-04-20 Dan Nicolaescu <dann@ics.uci.edu>
901
902 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
903 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
904 (Bug#5846).
905
906 2010-04-20 Glenn Morris <rgm@gnu.org>
907
908 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
909
910 * minibuffer.el (completion-at-point): Doc fix.
911
912 2010-04-18 Chong Yidong <cyd@stupidchicken.com>
913
914 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Don't
915 destroy list before using it.
916
917 2010-04-17 Dan Nicolaescu <dann@ics.uci.edu>
918
919 Fix the version number for added files.
920 * vc-hg.el (vc-hg-working-revision): Check if the file is
921 registered after hg parent fails (Bug#5961).
922
923 2010-04-17 Glenn Morris <rgm@gnu.org>
924
925 * htmlfontify.el (htmlfontify-buffer)
926 (htmlfontify-copy-and-link-dir): Autoload entry points.
927
928 2010-04-17 Magnus Henoch <magnus.henoch@gmail.com>
929
930 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
931 name relative to the project root (Bug#5960).
932
933 2010-04-16 Glenn Morris <rgm@gnu.org>
934
935 * vc-git.el (vc-git-print-log): Doc fix.
936
937 2010-04-14 Óscar Fuentes <ofv@wanadoo.es>
938
939 * ido.el (ido-file-internal): Fix 2009-12-02 change.
940
941 2010-04-14 Christoph <cschol2112@googlemail.com> (tiny change)
942
943 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
944 default settings (Bug#5928).
945
946 2010-04-10 Glenn Morris <rgm@gnu.org>
947
948 * progmodes/fortran.el (fortran-match-and-skip-declaration):
949 New function.
950 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
951
952 2010-04-07 Kenichi Handa <handa@m17n.org>
953
954 * language/indian.el (malayalam-composable-pattern): Fix previous
955 change (add U+0D4D "SIGN VIRAMA").
956 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
957 (tamil-composable-pattern): Fix typo in the regexp.
958 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
959 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
960 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
961
962 2010-04-06 Chong Yidong <cyd@stupidchicken.com>
963
964 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
965 paragraph-separate (Bug#5821).
966
967 2010-04-05 Juri Linkov <juri@jurta.org>
968
969 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
970
971 * info.el (Info-find-node-2): Comment out code that skips
972 breadcrumbs line.
973 (Info-mouse-follow-link): New command.
974 (Info-link-keymap): New keymap.
975 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
976 Return a string with links instead of inserting breadcrumbs
977 to the Info buffer.
978 (Info-fontify-node): Comment out code that inserts breadcrumbs.
979 Instead of putting the `invisible' text property over the Info
980 header, make an overlay over the Info header with the `invisible'
981 property and `after-string' set to the string returned by
982 `Info-breadcrumbs'.
983
984 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
985
986 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
987 Reported by monkey@sandpframing.com.
988
989 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
990
991 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
992 (semantic-create-imenu-directory-index): Fix typos in docstrings.
993 (semantic-imenu-goto-function): Reflow docstring.
994
995 2010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
996
997 * textmodes/artist.el (artist-mode): Fix typo in docstring.
998 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
999
1000 2010-03-30 Kenichi Handa <handa@m17n.org>
1001
1002 * language/sinhala.el (composition-function-table): Fix regexp for
1003 the new Unicode specification.
1004
1005 * language/indian.el (devanagari-composable-pattern)
1006 (tamil-composable-pattern, kannada-composable-pattern)
1007 (malayalam-composable-pattern): Adjust for the new Unicode
1008 specification.
1009 (bengali-composable-pattern, gurmukhi-composable-pattern)
1010 (gujarati-composable-pattern, oriya-composable-pattern)
1011 (telugu-composable-pattern): New variables to cope with the new
1012 Unicode specification. Use them in composition-function-table.
1013
1014 2010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1015
1016 Make tmm-menubar work for the Buffers menu again (bug#5726).
1017 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
1018 vectors rather than cons cells, as used in menu-bar-update-buffers.
1019
1020 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
1021
1022 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
1023 (js-insert-and-indent): Revert 2009-08-15 change, restoring
1024 electric punctuation for "{}();,:" (Bug#5586).
1025
1026 * mail/sendmail.el (mail-default-directory): Doc fix.
1027
1028 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
1029
1030 * mail/sendmail.el (mail-default-directory): Doc fix.
1031
1032 2010-03-27 Eli Zaretskii <eliz@gnu.org>
1033
1034 * subr.el (version-regexp-alist, version-to-list)
1035 (version-list-<, version-list-=, version-list-<=)
1036 (version-list-not-zero, version<, version<=, version=): Doc fix.
1037 (Bug#5744).
1038
1039 2010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1040 Nick Roberts <nickrob@snap.net.nz>
1041
1042 * progmodes/gdb-ui.el (gdb-apple-test): New function.
1043 (gdb-init-1): Use it.
1044
1045 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
1046
1047 * vc.el (vc-root-diff): Doc fix.
1048
1049 2010-03-25 Chong Yidong <cyd@stupidchicken.com>
1050
1051 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
1052
1053 * simple.el (append-to-buffer): Fix last change.
1054
1055 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
1056
1057 * simple.el (append-to-buffer): Ensure that point is preserved if
1058 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
1059 (Bug#5749)
1060
1061 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1062
1063 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
1064 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
1065 not be present any more.
1066
1067 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
1068
1069 * faces.el (set-face-attribute): Fix typo in docstring.
1070 (face-valid-attribute-values): Reflow docstring.
1071
1072 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
1073
1074 2010-03-23 Glenn Morris <rgm@gnu.org>
1075
1076 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
1077
1078 2010-03-21 Chong Yidong <cyd@stupidchicken.com>
1079
1080 * indent.el (indent-for-tab-command): Doc fix.
1081
1082 2010-03-22 Juanma Barranquero <lekktu@gmail.com>
1083
1084 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
1085 (image-dired-read-comment): Doc fix.
1086
1087 * json.el (json-object-type, json-array-type, json-key-type)
1088 (json-false, json-null, json-read-number):
1089 * minibuffer.el (completion-in-region-functions):
1090 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
1091 (cal-tex-cursor-week):
1092 * emacs-lisp/trace.el (trace-function):
1093 * eshell/em-basic.el (eshell/printnl):
1094 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
1095 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
1096 * obsolete/levents.el (allocate-event, event-key, event-object)
1097 (event-point, event-process, event-timestamp, event-to-character)
1098 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
1099 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
1100 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
1101 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
1102 (reftex-highlight-selection): Fix typos in docstrings.
1103
1104 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
1105
1106 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
1107
1108 2010-03-18 Glenn Morris <rgm@gnu.org>
1109
1110 * mail/rmail.el (rmail-highlight-face): Restore option deleted
1111 2008-02-13 without comment; mark it obsolete.
1112 (rmail-highlight-headers): Use rmail-highlight-face once more.
1113
1114 2010-03-16 Chong Yidong <cyd@stupidchicken.com>
1115
1116 * woman.el (woman2-process-escapes): Only consume the newline if
1117 the filler character is on a line by itself (Bug#5729).
1118
1119 2010-03-16 Kenichi Handa <handa@m17n.org>
1120
1121 * language/indian.el (devanagari-composable-pattern): Add more
1122 consonants.
1123
1124 2010-03-14 Michael Albinus <michael.albinus@gmx.de>
1125
1126 * net/trampver.el: Update release number.
1127
1128 2010-03-13 Glenn Morris <rgm@gnu.org>
1129
1130 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
1131
1132 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
1133
1134 * net/tramp.el (tramp-find-executable):
1135 Use `tramp-get-connection-buffer'. Make the regexp for checking
1136 output of "wc -l" more robust.
1137 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
1138 (tramp-open-connection-setup-interactive-shell): Remove workaround
1139 for OpenSolaris bug, it is not needed anymore.
1140
1141 2010-03-13 Eric M. Ludlam <zappo@gnu.org>
1142
1143 * cedet/semantic/imenu.el: New file, from the CEDET repository
1144 (Bug#5412).
1145
1146 2010-03-12 Glenn Morris <rgm@gnu.org>
1147
1148 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
1149
1150 2010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
1151
1152 * files.el (auto-mode-alist): Accept more verilog file patterns.
1153
1154 2010-03-09 Miles Bader <miles@gnu.org>
1155
1156 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
1157 instead of "format:"; this ensures that the output is
1158 newline-terminated.
1159
1160 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
1161
1162 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
1163 that all errors are caught, and that the return value is always a
1164 list (Bug#5692).
1165
1166 2010-03-08 Kenichi Handa <handa@m17n.org>
1167
1168 * language/misc-lang.el (windows-1256): New coding system.
1169 (cp1256): New alias of windows-1256 (bug#5690).
1170
1171 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
1172
1173 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
1174 call to rfc822-bad-address. (Bug#5692)
1175
1176 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
1177
1178 * vc-git.el (vc-git-annotate-extract-revision-at-line): Use
1179 vc-git-root as default directory for revision path (Bug#5657).
1180
1181 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
1182
1183 * calculator.el (calculator): Don't bind split-window-keep-point
1184 (Bug#5674).
1185
1186 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1187
1188 * vc-git.el: Re-flow to fit into 80 columns.
1189 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
1190 Remove spurious `quote' element in each case alternative.
1191 (vc-git-show-log-entry): Use prog1.
1192 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
1193
1194 2010-03-06 Glenn Morris <rgm@gnu.org>
1195
1196 * cedet/semantic/grammar.el (semantic-grammar-header-template):
1197 Update template copyright to GPLv3+.
1198
1199 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1200
1201 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
1202
1203 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
1204
1205 * macros.el (insert-kbd-macro): Look up keyboard macro using the
1206 definition, not the name (Bug#5481).
1207
1208 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
1209
1210 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
1211 argument with a local variable. (Bug#5670)
1212
1213 2010-03-02 Juri Linkov <juri@jurta.org>
1214
1215 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
1216
1217 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
1218
1219 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
1220 error when FILENAME and NEWNAME are existing remote directories.
1221
1222 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
1223 parameter DIR-FLAG.
1224
1225 2010-03-02 Glenn Morris <rgm@gnu.org>
1226
1227 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
1228 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
1229
1230 2010-03-01 Kenichi Handa <handa@m17n.org>
1231
1232 * language/burmese.el (burmese-composable-pattern): Rename from
1233 myanmar-composable-pattern.
1234
1235 * international/characters.el (script-list):
1236 * international/fontset.el (script-representative-chars):
1237 Change myanmar to burmese.
1238 (otf-script-alist): Likewise.
1239 (setup-default-fontset): Likewise. Re-fix :otf spec.
1240
1241 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
1242
1243 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
1244
1245 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
1246
1247 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
1248
1249 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
1250
1251 * net/tramp.el (tramp-handle-write-region): START can be a string.
1252 Take care in the checks. Reported by Dan Davison
1253 <davison@stats.ox.ac.uk>.
1254
1255 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
1256
1257 * net/dbus.el (dbus-introspect, dbus-get-property)
1258 (dbus-set-property, dbus-get-all-properties): Use
1259 `dbus-call-method' when noninteractive. (Bug#5645)
1260
1261 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
1262
1263 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
1264 * emacs-lisp/elint.el (elint-add-required-env):
1265 * cedet/semantic/db-find.el
1266 (semanticdb-find-translate-path-brutish-default):
1267 * cedet/ede/make.el (ede-make-check-version):
1268 * calendar/icalendar.el (icalendar--add-diary-entry):
1269 * calc/calcalg2.el (math-tracing-integral):
1270 * files.el (recover-session-finish): Use with-current-buffer
1271 instead of save-excursion.
1272
1273 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
1274
1275 Fix in-buffer completion when after-change-functions modify the buffer.
1276 * minibuffer.el (completion--replace): New function.
1277 (completion--do-completion): Use it and use relative movement.
1278
1279 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
1280
1281 * international/fontset.el (setup-default-fontset): Fix :otf spec.
1282
1283 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
1284
1285 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
1286 Allow the characters _<> in the stack entry (Bug#5653).
1287
1288 2010-02-26 Kenichi Handa <handa@m17n.org>
1289
1290 * language/burmese.el: Fix entries in composition-function-table.
1291 (myanmar-composable-pattern): New variable.
1292
1293 * international/fontset.el (setup-default-fontset): Add an entry
1294 for myanmar.
1295
1296 * international/characters.el (script-list): Add Myanmar
1297 Extended-A.
1298
1299 2010-02-26 Glenn Morris <rgm@gnu.org>
1300
1301 * custom.el (custom-initialize-delay): Doc fix.
1302
1303 * mail/sendmail.el (send-mail-function): Autoload the call
1304 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
1305
1306 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
1307
1308 * files.el (hack-local-variables-filter): For eval forms, also
1309 check safe-local-variable-p (Bug#5636).
1310
1311 2010-02-24 Eduard Wiebe <usenet@pusto.de>
1312
1313 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
1314 and use c(ad)r of cddr (Bug#5640).
1315
1316 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
1317
1318 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
1319 setting the modes by `ignore-errors'. It might fail, for example
1320 if the file is not owned by the user but the group.
1321 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
1322
1323 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
1324
1325 * files.el (directory-listing-before-filename-regexp): Use
1326 stricter matching for iso-style dates, to avoid false matches with
1327 date-like filenames (Bug#5597).
1328
1329 * htmlfontify.el (htmlfontify): Doc fix.
1330
1331 * eshell/eshell.el (eshell): Doc fix.
1332
1333 * startup.el (fancy-about-screen): In mode-line, apply
1334 mode-line-buffer-id face only to the buffer name (Bug#5613).
1335
1336 2010-02-20 Kevin Ryde <user42@zip.com.au>
1337
1338 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1339 In `watcom' anchor regexp to start of line, to avoid slowness
1340 (Bug#5599).
1341
1342 2010-02-20 Eli Zaretskii <eliz@gnu.org>
1343
1344 * subr.el (remove-yank-excluded-properties): Explain in a comment
1345 why `category' property is removed.
1346
1347 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
1348
1349 * isearch.el (isearch-update-post-hook, isearch-update): Revert
1350 2010-02-17 change.
1351
1352 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
1353
1354 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
1355 (icalendar--convert-weekly-to-ical)
1356 (icalendar--convert-yearly-to-ical)
1357 (icalendar--convert-block-to-ical)
1358 (icalendar--convert-cyclic-to-ical)
1359 (icalendar--convert-anniversary-to-ical): Take care of time
1360 specifications where hour has 1-digit only (Bug#5549).
1361
1362 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
1363
1364 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
1365 of disassemble output in GDB 7.1.
1366
1367 2010-02-19 Glenn Morris <rgm@gnu.org>
1368
1369 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
1370 property. (Bug#5593)
1371
1372 2010-02-18 Sam Steingold <sds@gnu.org>
1373
1374 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
1375
1376 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1377
1378 Use abbreviated file names in bookmarks (bug#5591).
1379 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
1380 calls to expand-file-name.
1381 (bookmark-relocate): Use abbreviated file names in bookmarks.
1382 (bookmark-load): Use abbreviated file names in messages.
1383
1384 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
1385
1386 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
1387 expand "." and "..". Reported by Thierry Volpiatto
1388 <thierry.volpiatto@gmail.com>.
1389
1390 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
1391
1392 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
1393 permissions of the temporary file to "0600". In case the remote
1394 file has no read permissions for the owner, there might be
1395 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
1396
1397 22010-02-18 Glenn Morris <rgm@gnu.org>
1398
1399 * emacs-lisp/authors.el (authors-renamed-files-alist):
1400 Add entries for INSTALL.CVS.
1401
1402 2010-02-17 Mark A. Hershberger <mah@everybody.org>
1403
1404 * vc-bzr.el: Fix typo in Known Bugs section.
1405
1406 * isearch.el (isearch-update-post-hook): New hook.
1407 (isearch-update): Use the new hook.
1408
1409 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
1410
1411 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1412 Fix errors in copying directories.
1413 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
1414 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
1415 (tramp-handle-delete-file)
1416 (tramp-handle-dired-recursive-delete-directory)
1417 (tramp-handle-write-region): Flush also the cache for the upper
1418 directory.
1419
1420 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
1421
1422 * simple.el (save-interprogram-paste-before-kill): Doc fix.
1423
1424 * cus-edit.el (hardware): Doc fix.
1425
1426 * man.el (man): Add to external custom group.
1427
1428 * delim-col.el (columns): Move to wp custom group.
1429
1430 * doc-view.el (doc-view): Add to data custom group.
1431
1432 * cedet/data-debug.el (data-debug): Move to extensions group.
1433
1434 * cedet/ede.el (ede):
1435 * cedet/srecode.el (srecode):
1436 * cedet/semantic.el (semantic): Put in tools and extensions group.
1437
1438 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
1439
1440 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
1441 by ispell-parse-output (Bug#5575).
1442
1443 2010-02-16 Kenichi Handa <handa@m17n.org>
1444
1445 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
1446 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
1447 (skkdic-convert): Use `euc-japan' coding system for writing.
1448
1449 2010-02-16 Glenn Morris <rgm@gnu.org>
1450
1451 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
1452 tex-main-file before using it. (Bug#5562)
1453
1454 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1455
1456 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
1457 warnings, since it is annoying for the user to see them each time he
1458 runs the code.
1459
1460 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
1461
1462 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
1463 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
1464 instead of PROC for caching "first-password-request". Otherwise,
1465 new processes would not profit from passwords already entered.
1466
1467 * net/tramp-cache.el (tramp-dump-connection-properties):
1468 Don't save "first-password-request" property.
1469
1470 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
1471
1472 * outline.el (outline-head-from-level):
1473 * simple.el (with-wrapper-hook):
1474 * cedet/ede.el (ede-run-target, project-delete-target)
1475 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
1476 (ede-adebug-project, ede-adebug-project-parent)
1477 (ede-adebug-project-root):
1478 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
1479 (elint-defun, elint-buffer-env, elint-top-form-logged)
1480 (elint-unbound-variable):
1481 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
1482 Fix typos in docstrings.
1483
1484 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
1485
1486 * files.el (insert-directory): When WILDCARD-REGEXP and
1487 FULL-DIRECTORY-P are nil, insert the file entry instead of the
1488 whole directory. (Bug#5551)
1489
1490 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
1491 dired's alignment sanity. (Bug#5516)
1492
1493 2010-02-14 Juri Linkov <juri@jurta.org>
1494
1495 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
1496 Remove remaining ^H with their preceding chars. (Bug#5566)
1497
1498 2010-02-13 Glenn Morris <rgm@gnu.org>
1499
1500 * simple.el (transpose-subr): Give it a doc-string.
1501
1502 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
1503 Doc fixes.
1504
1505 2010-02-12 Juri Linkov <juri@jurta.org>
1506
1507 * arc-mode.el (archive-unique-fname): Make directories for nested
1508 archives. (Bug#5540)
1509
1510 2010-02-12 Juri Linkov <juri@jurta.org>
1511
1512 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
1513
1514 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
1515
1516 * subr.el (copy-overlay): Handle deleted overlays.
1517
1518 * man.el (Man-completion-table): Don't signal an error if we can't run
1519 manual-program (bug#4056).
1520
1521 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
1522
1523 * textmodes/artist.el (artist-mt): Fix typos in docstring.
1524
1525 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1526
1527 * info.el (Info-bookmark-jump): Simplify.
1528
1529 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
1530 (bookmark-default-handler): Accept new bookmark field `buffer'.
1531
1532 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
1533
1534 * iswitchb.el (iswitchb-completions): Revert last change.
1535
1536 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
1537
1538 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
1539 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
1540 This prevents file names like "~/" being listed literally.
1541
1542 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
1543
1544 * term/xterm.el (xterm-maybe-set-dark-background-mode):
1545 Remove dead code. (Bug#5546)
1546
1547 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
1548
1549 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
1550 correctly (Bug#5548).
1551
1552 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
1553
1554 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
1555 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
1556
1557 2010-02-08 Kenichi Handa <handa@m17n.org>
1558
1559 * international/mule-util.el (with-coding-priority): Add autoload
1560 cookie for putting `lisp-indent-function'.
1561
1562 2010-02-07 Glenn Morris <rgm@gnu.org>
1563
1564 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
1565 Move F2003 named interfaces from keywords-2 to keywords-1, and
1566 use function-name-face rather than constant-face.
1567 Simplify "abstract interface" regexp.
1568
1569 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
1570
1571 * eshell/esh-util.el (eshell-file-attributes): New optional arg
1572 ID-FORMAT. Pass it to `file-attributes'.
1573
1574 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
1575
1576 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
1577
1578 * faces.el (set-face-attribute): Allow calling
1579 internal-set-lisp-face-attribute with 'unspecified family and
1580 foundry argument (Bug#5536).
1581
1582 2010-02-07 Glenn Morris <rgm@gnu.org>
1583
1584 * progmodes/f90.el (f90-font-lock-keywords-2)
1585 (f90-looking-at-type-like, f90-looking-at-program-block-end):
1586 Handle F2003 named interfaces.
1587
1588 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
1589
1590 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
1591 beg and end before calling c-get-state-before-change-functions.
1592
1593 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
1594
1595 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
1596
1597 2010-02-05 Juri Linkov <juri@jurta.org>
1598
1599 * doc-view.el (doc-view-mode):
1600 * image-mode.el (image-mode): Put property mode-class=special.
1601 (Bug#4896)
1602
1603 2010-02-05 Mark A. Hershberger <mah@everybody.org>
1604
1605 * vc-svn.el (vc-svn-revision-table): New function.
1606
1607 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
1608
1609 * net/ange-ftp.el (ange-ftp-insert-directory):
1610 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1611 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1612 Handle also directories. (Bug#5478)
1613
1614 2010-02-05 Glenn Morris <rgm@gnu.org>
1615
1616 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
1617
1618 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
1619
1620 * startup.el (command-line-1): Convert options beginning with a
1621 single dash as well (Bug#5519).
1622
1623 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1624
1625 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
1626 * minibuffer.el (completion-initials-expand): Only check the presence
1627 of delims *within* the boundaries, since otherwise the / delim is
1628 always found for files.
1629
1630 Fix up various corner case problems.
1631 * doc-view.el (doc-view-last-page-number): New function.
1632 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
1633 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
1634 (doc-view-kill-proc): Avoid inf-loop in freak cases.
1635 (doc-view-reconvert-doc): Use the new recursive delete-directory.
1636 (doc-view-convert-current-doc): Don't create the resolution.el file
1637 here any more.
1638 (doc-view-pdf/ps->png): Do it here instead.
1639 (doc-view-already-converted-p): Check that resolution.el is present.
1640 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
1641 windows that are not yet showing images.
1642
1643 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
1644
1645 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
1646 `dired-uncache' for every elemnt which is an absolute file name.
1647
1648 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
1649 directory, handle its directory component.
1650 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
1651 function is called permanently and creates noise, otherwise.
1652
1653 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1654 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1655 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
1656
1657 2010-02-04 David Burger <dburger@google.com> (tiny change)
1658
1659 * macros.el (apply-macro-to-region-lines):
1660 Minor simplification. (Bug#5485)
1661
1662 2010-02-04 Glenn Morris <rgm@gnu.org>
1663
1664 * mail/rmail.el (rmail-show-message-1): Handle malformed
1665 quoted-printable text. (Bug#5441)
1666
1667 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
1668
1669 * simple.el (visual-line-mode): Capitalize lighter.
1670
1671 2010-02-03 John Wiegley <jwiegley@gmail.com>
1672
1673 * iswitchb.el (iswitchb-completions): Add bookmark files to the
1674 list of files considered for "virtual buffer" completions.
1675
1676 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
1677
1678 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
1679 also in case of (and (not full) (not wildcard)). This is needed,
1680 when dired is called with a list of files, which are not in
1681 `default-directory'. (Bug#5478)
1682
1683 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
1684
1685 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
1686
1687 2010-02-02 Juri Linkov <juri@jurta.org>
1688
1689 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
1690 from unidiff to allow function-line after @@.
1691
1692 2010-02-02 Juri Linkov <juri@jurta.org>
1693
1694 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
1695 '(RCS SCCS) with inverted condition.
1696
1697 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
1698
1699 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
1700 messages.
1701
1702 2010-02-01 Juri Linkov <juri@jurta.org>
1703
1704 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
1705 compare with "pkunzip" and "pkzip" instead of only "pkzip".
1706 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
1707 only when (car archive-zip-extract) is "unzip". (Bug#5475)
1708
1709 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1710
1711 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
1712 (doc-view-revert-buffer): New command.
1713 (doc-view-mode-map): Use it.
1714
1715 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
1716
1717 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
1718 pending merge is detected.
1719
1720 2010-01-31 Juri Linkov <juri@jurta.org>
1721
1722 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
1723 beginning of interactive spec like all other grep commands do.
1724 Put "all" in front of "gz". (Bug#5260)
1725
1726 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
1727
1728 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
1729
1730 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
1731
1732 * dirtrack.el (dirtrack): Warn instead of signalling error if the
1733 regexp is incorrect (Bug#5476).
1734
1735 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
1736
1737 * net/tramp.el (tramp-handle-insert-directory): Handle also
1738 symlinks, when FILENAME is not in `default-directory'.
1739
1740 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
1741
1742 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
1743 FILE is not in `default-directory'. (Bug#5478)
1744
1745 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
1746 of SWITCHES. Handle the case, FILENAME is not in
1747 `default-directory'. (Bug#5478)
1748 (tramp-register-file-name-handlers): Add safe-magic property.
1749
1750 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
1751
1752 * arc-mode.el (archive-zip-extract): Quote the argument passed to
1753 unzip (Bug#5475).
1754
1755 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
1756
1757 * progmodes/flymake.el (flymake-allowed-file-name-masks)
1758 (flymake-master-make-header-init): Add other C++ filename masks.
1759 (flymake-find-possible-master-files)
1760 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
1761
1762 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
1763
1764 Fix some busybox annoyances.
1765
1766 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
1767 not responding." string.
1768 (tramp-open-connection-setup-interactive-shell): Dump stty
1769 settings. Enable "neveropen" arg for all `tramp-send-command'
1770 calls. Handle "=" in variable values properly.
1771 (tramp-find-inline-encoding): Raise an error, when no encoding is
1772 found.
1773 (tramp-wait-for-output): Check, whether PROC buffer is available.
1774 Remove spurious " ^H" sequences, sent by busybox.
1775 (tramp-get-ls-command): Suppress coloring, if possible.
1776
1777 2010-01-28 Glenn Morris <rgm@gnu.org>
1778
1779 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
1780
1781 * log-edit.el (log-edit-strip-single-file-name): Add missing
1782 :safe, :group, and :version tags.
1783
1784 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
1785
1786 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
1787 buffers. (Bug#5477)
1788
1789 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
1790
1791 * files.el (delete-directory): Handle moving to trash without
1792 first doing recursion (Bug#5436).
1793
1794 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
1795
1796 * vc-hooks.el (vc-path): Mark as obsolete.
1797
1798 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
1799
1800 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
1801 names too.
1802
1803 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
1804 for the short log.
1805 (vc-bzr-log-view-mode): Adjust regexp for the above change.
1806
1807 2010-01-25 Mark A. Hershberger <mah@everybody.org>
1808
1809 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
1810
1811 * vc-bzr.el (vc-bzr-revision-table): New function.
1812
1813 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
1814
1815 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
1816 diff-index command. This requires at least git-1.5.5. (Bug#1589).
1817
1818 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
1819
1820 Remove support for adding --signoff on commit.
1821 Future support will use an incompatible generic mechanism.
1822 * vc-git.el (vc-git-add-signoff): Remove variable.
1823 (vc-git-toggle-signoff): Remove function.
1824 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
1825
1826 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
1827 from xterm-set-background-mode. Return t if the background mode
1828 was set.
1829 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
1830 earlier, call it again in case the background mode has changed.
1831
1832 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
1833
1834 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
1835 (Bug#3541).
1836
1837 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
1838
1839 * emacs-lisp/assoc.el (aelement): Doc fix.
1840 (aput, adelete, amake): Use lexical-let (Bug#5450).
1841
1842 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
1843
1844 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
1845 is the same as subprogram call, not declaration. (Bug#5435).
1846
1847 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
1848
1849 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
1850 (tramp-smb-maybe-open-connection): Use it.
1851
1852 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
1853
1854 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
1855
1856 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1857
1858 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
1859 just because we see "encoding: 8bit".
1860 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
1861
1862 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
1863
1864 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
1865
1866 2010-01-22 Eli Zaretskii <eliz@gnu.org>
1867
1868 * jka-compr.el (jka-compr-load): If load-file is not in
1869 load-history, try its file-truename version. (bug#5447)
1870
1871 2010-01-21 Alan Mackenzie <acm@muc.de>
1872
1873 Fix a situation where deletion of a cpp construct throws an error.
1874 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
1875 invoking c-with-all-but-one-cpps-commented-out, check that the
1876 special cpp construct is still in the buffer.
1877 (c-parse-state): Record the special cpp with markers, not numbers.
1878
1879 2010-01-21 Kenichi Handa <handa@m17n.org>
1880
1881 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
1882 process last-command-event, as it is now decoded first (Bug#5380).
1883
1884 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
1885
1886 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
1887
1888 2010-01-20 Glenn Morris <rgm@gnu.org>
1889
1890 * indent.el (tab-always-indent): Fix custom-type.
1891
1892 2010-01-19 Alan Mackenzie <acm@muc.de>
1893
1894 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
1895 buffer throws "args out of range".
1896 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
1897 playing the role of delimiter.
1898
1899 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
1900
1901 * progmodes/ada-mode.el: Fix bug#5400.
1902 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
1903 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
1904 changed. Delete RECURSIVE parameter; never used. Improve doc string.
1905 Improve comments in "is" portion. Handle null procedure declaration.
1906 (ada-move-to-end): Improve doc string.
1907
1908 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
1909
1910 * ido.el (ido-cur-list): Initialize to nil.
1911 Remove obsolete information from commentary.
1912 (ido-choice-list): Initialize to nil.
1913 (ido-get-bufname): Reject minibuffers.
1914 (ido-make-buffer-list): If "default" is a nonexistent
1915 buffer, ignore it, as per the function's comment.
1916 (ido-kill-buffer-internal): New function.
1917 (ido-kill-buffer-at-head): Use it.
1918 (ido-visit-buffer): Likewise.
1919
1920 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
1921
1922 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
1923
1924 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
1925
1926 * cedet/ede/locate.el (ede-locate-file-in-project)
1927 (ede-locate-file-in-project-impl): Fix typos in docstrings.
1928 (ede-enable-locate-on-project): Fix typos in error messages.
1929
1930 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
1931 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
1932 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
1933 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
1934 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
1935 Fix typos in menu help.
1936
1937 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
1938 Fix typos in chart titles.
1939
1940 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
1941 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
1942 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
1943 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
1944 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
1945 (semantic-parse-stream, semantic-parse-region)
1946 (semantic-parse-region-default, semantic--set-buffer-cache)
1947 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
1948 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
1949 (semantic-default-submodes):
1950 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
1951 (semanticdb-create-ebrowse-database)
1952 (semanticdb-find-tags-for-completion-method)
1953 (semanticdb-find-tags-by-class-method)
1954 (semanticdb-deep-find-tags-by-name-method)
1955 (semanticdb-deep-find-tags-for-completion-method):
1956 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
1957 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
1958 (semanticdb-find-tags-for-completion-method)
1959 (semanticdb-find-tags-by-class-method)
1960 (semanticdb-deep-find-tags-for-completion-method):
1961 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
1962 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
1963 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
1964 (semanticdb-find-tags-by-name-method)
1965 (semanticdb-find-tags-by-name-regexp-method)
1966 (semanticdb-find-tags-for-completion-method)
1967 (semanticdb-find-tags-by-class-method)
1968 (semanticdb-find-tags-external-children-of-type-method)
1969 (semanticdb-find-tags-subclasses-of-type-method)
1970 (semanticdb-deep-find-tags-by-name-method)
1971 (semanticdb-deep-find-tags-by-name-regexp-method)
1972 (semanticdb-deep-find-tags-for-completion-method):
1973 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
1974 (semanticdb-enable-gnu-global-in-buffer)
1975 (semanticdb-find-tags-for-completion-method)
1976 (semanticdb-deep-find-tags-by-name-method)
1977 (semanticdb-deep-find-tags-for-completion-method):
1978 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
1979 (javascript-mode, semanticdb-find-translate-path)
1980 (semanticdb-find-tags-for-completion-method)
1981 (semanticdb-find-tags-by-class-method)
1982 (semanticdb-deep-find-tags-by-name-method)
1983 (semanticdb-deep-find-tags-for-completion-method)
1984 (semanticdb-find-tags-external-children-of-type-method):
1985 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
1986 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
1987 (global-semantic-idle-scheduler-mode):
1988 * cedet/srecode/dictionary.el (srecode-field-value)
1989 (srecode-dictionary-add-section-dictionary):
1990 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
1991 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
1992 (describe-class, eieio-describe-generic, describe-generic):
1993 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
1994 (eieio-speedbar-expand):
1995 * emulation/viper-cmd.el (viper-exec-form-in-vi)
1996 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
1997 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
1998 (viper-del-backward-char-in-replace, viper-backward-indent)
1999 (viper-brac-function, viper-register-to-point, viper-submit-report):
2000 * net/tramp.el (tramp-remote-coding-commands):
2001 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
2002 Fix typos in docstrings.
2003
2004 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
2005
2006 * mail/sendmail.el (mail-yank-original): Set the mark if the
2007 specified function for yanking does not do it.
2008
2009 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
2010
2011 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
2012
2013 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
2014 resyncing a directory.
2015
2016 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
2017
2018 * progmodes/ada-mode.el: Fix bug#1920.
2019 (ada-ident-re): Delete ., allow multibyte characters.
2020 (ada-goto-label-re): New; matches goto labels.
2021 (ada-block-label-re): New; matches block labels.
2022 (ada-label-re): New; matches both.
2023 (ada-named-block-re): Deleted; callers changed to use
2024 `ada-block-label-re' instead.
2025 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
2026 Use `ada-block-label-re'.
2027 (ada-indent-on-previous-lines): Improve handling of goto labels.
2028 (ada-get-indent-block-start): Special-case block label.
2029 (ada-get-indent-label): Split into `ada-indent-block-label' and
2030 `ada-indent-goto-label'.
2031 (ada-goto-stmt-start, ada-goto-next-non-ws):
2032 Optionally ignore goto labels.
2033 (ada-goto-next-word): Simplify.
2034 (ada-indent-newline-indent-conditional): Insert newline before
2035 trying to fix indentation; doc fix.
2036
2037 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
2038
2039 * calc/calc.el (calc-command-flags): Give it an initial value.
2040
2041 2010-01-17 Glenn Morris <rgm@gnu.org>
2042
2043 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
2044
2045 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
2046
2047 * cedet/semantic.el (semantic-mode):
2048 * files.el (minibuffer-with-setup-hook):
2049 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
2050 (artist-key-draw-continously, artist-key-do-continously-continously)
2051 (artist-key-set-point-continously, artist-mouse-draw-continously):
2052 Fix typos in docstrings.
2053
2054 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
2055
2056 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
2057 return t (Bug#3898).
2058
2059 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
2060
2061 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
2062 can parse the output of the external commands (Bug#5279).
2063
2064 2010-01-16 Jari Aalto <jari.aalto@cante.net>
2065
2066 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
2067
2068 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
2069
2070 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
2071
2072 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
2073
2074 * startup.el (command-line): Remove unused --icon-type arg.
2075 Handle --display arg, passing it to command-line-1 (Bug#5392).
2076
2077 2010-01-16 Mario Lang <mlang@delysid.org>
2078
2079 * cedet/ede/cpp-root.el (ede-cpp-root-project):
2080 * cedet/ede/files.el (ede-expand-filename):
2081 * cedet/ede/simple.el (ede-simple-project):
2082 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
2083 (semantic-complete-inline-tag-engine):
2084 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
2085 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
2086 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
2087 * cedet/semantic/db.el (semanticdb-equivalent-mode):
2088 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
2089 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
2090 * emacs-lisp/chart.el (chart-translate-namezone):
2091 * textmodes/artist.el (artist-compute-popup-menu-table):
2092 Remove duplicated words in doc-strings.
2093
2094 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
2095
2096 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
2097 to mairix-search to suppress threading (Bug#5342).
2098
2099 2010-01-15 Kenichi Handa <handa@m17n.org>
2100
2101 * international/mule-cmds.el (canonicalize-coding-system-name):
2102 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
2103
2104 2010-01-15 Glenn Morris <rgm@gnu.org>
2105
2106 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
2107
2108 * wid-edit.el (widget-keymap): Doc fix.
2109
2110 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
2111 former seems to be more widely accepted by various svn versions.
2112
2113 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2114
2115 * find-cmd.el (find-constituents):
2116 * vc-arch.el (vc-arch-root):
2117 * window.el (window-body-height, pop-up-frames):
2118 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
2119 (semantic-no-reparse-needed-change-hook):
2120 * cedet/srecode/insert.el (srecode-resolve-argument-list)
2121 (srecode-template-inserter-blank, srecode-template-inserter-variable)
2122 (srecode-template-inserter-ask, srecode-template-inserter-width)
2123 (srecode-template-inserter-section-start)
2124 (srecode-template-inserter-section-end, srecode-insert-method):
2125 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
2126 * progmodes/ada-stmt.el (ada-if):
2127 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
2128 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
2129 (ispell-encoding8-command, ispell-aspell-supports-utf8)
2130 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
2131
2132 * progmodes/flymake.el (flymake-post-syntax-check):
2133 Fix typo in error message.
2134
2135 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2136
2137 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
2138 which is always a string. (Bug#5313)
2139
2140 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2141
2142 * progmodes/ada-xref.el (ada-default-prj-properties):
2143 Simplify previous change.
2144
2145 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2146
2147 * progmodes/ada-xref.el (ada-default-prj-properties):
2148 Default ada_project_path to $ADA_PROJECT_PATH.
2149
2150 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2151
2152 * progmodes/ada-mode.el (ada-create-keymap):
2153 Override `narrow-to-defun' with `ada-narrow-to-defun'.
2154
2155 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2156
2157 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
2158 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
2159 (ada-get-current-indent, ada-imenu-generic-expression)
2160 (ada-which-function): Check for it.
2161
2162 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2163
2164 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
2165 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
2166
2167 2010-01-14 Glenn Morris <rgm@gnu.org>
2168
2169 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
2170
2171 2010-01-14 Kenichi Handa <handa@m17n.org>
2172
2173 * composite.el (auto-composition-mode): Make it a buffer local
2174 variable (permanent-local).
2175 (auto-composition-function): Set the default value to
2176 auto-compose-chars.
2177 (auto-composition-mode): Make it a simple function, not a minor mode.
2178 (global-auto-composition-mode): Likewise.
2179 (turn-on-auto-composition-if-enabled): Delete it.
2180
2181 2010-01-13 Karl Fogel <kfogel@red-bean.com>
2182
2183 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
2184
2185 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
2186
2187 * files.el (copy-directory): Compute target for recursive
2188 directories with identical names. (Bug#5343)
2189
2190 2010-01-12 Glenn Morris <rgm@gnu.org>
2191
2192 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
2193 it to bug-gnu-emacs rather than emacs-pretest-bug.
2194
2195 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
2196
2197 * cedet/data-debug.el (data-debug): Fix customization group reference.
2198
2199 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
2200
2201 * cedet/semantic/analyze.el (semantic-analyze-push-error)
2202 (semantic-analyze-context, semantic-analyze-context-assignment)
2203 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
2204 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
2205 (semantic-java-doc-keywords-map):
2206 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
2207 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
2208 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
2209 (semantic-c-classname, semantic-format-tag-uml-prototype)
2210 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
2211 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
2212 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
2213 (semantic-get-local-variables, semantic-end-of-command)
2214 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
2215 (lisp-mode):
2216 * cedet/semantic/bovine/make.el (makefile-mode):
2217 * cedet/semantic/wisent/python.el (wisent-python-string-re)
2218 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
2219 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
2220 (semantic-lex, semantic-get-local-variables, python-mode):
2221 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
2222 * cedet/srecode/extract.el (srecode-extract-state-set)
2223 (srecode-extract-method): Fix typos in docstrings.
2224
2225 2010-01-11 Sam Steingold <sds@gnu.org>
2226
2227 * imenu.el (imenu-default-create-index-function): Detect infinite
2228 loops caused by imenu-prev-index-position-function.
2229
2230 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2231
2232 * htmlfontify.el (htmlfontify-load-rgb-file)
2233 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
2234 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
2235 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
2236 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
2237 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
2238 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
2239 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
2240 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
2241 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
2242 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
2243 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
2244 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
2245 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
2246 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
2247 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
2248 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
2249 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
2250 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
2251 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
2252 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
2253 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
2254 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
2255 backslash-quoting from parentheses, etc.
2256
2257 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
2258
2259 * progmodes/js.el: Autoload javascript-mode alias.
2260
2261 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2262
2263 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
2264 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
2265 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
2266 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
2267 Fix typos in docstrings.
2268 (ffap-url-regexp): Doc fix.
2269 (ffap-at-mouse): Fix typo in message.
2270
2271 2010-01-11 Glenn Morris <rgm@gnu.org>
2272
2273 * version.el (emacs-copyright): Set copyright year to 2010.
2274
2275 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2276
2277 * format.el (format-annotate-function): Only set
2278 write-region-post-annotation-function after running to-fn so as not to
2279 affect nested write-region calls (bug#5273).
2280
2281 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
2282
2283 * cedet/semantic.el (semantic-new-buffer-setup-functions):
2284 Add python parser.
2285
2286 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
2287 wisent/python.el.
2288
2289 2010-01-10 Richard Kim <emacs18@gmail.com>
2290
2291 * cedet/semantic/wisent/python-wy.el:
2292 * cedet/semantic/wisent/python.el: New files.
2293
2294 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2295
2296 * man.el (Man-goto-section): Signal error if the section is not
2297 found (Bug#5317).
2298
2299 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
2300
2301 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
2302 URLs with a leading triple slash in the file: scheme. (Bug#5345)
2303
2304 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2305
2306 * progmodes/compile.el: Don't treat compile-command as safe if
2307 compilation-read-command might be nil (Bug#4218).
2308
2309 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
2310
2311 * startup.el (command-line-1): Use orig-argi to check for ignored X and
2312 NS options.
2313
2314 2010-01-08 Kenichi Handa <handa@m17n.org>
2315
2316 * international/fontset.el (build-default-fontset-data):
2317 Exclude characters in scripts kana, hangul, han, or cjk-misc.
2318
2319 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
2320
2321 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
2322 to `create-file-buffer' as it expects, not just a buffer name.
2323 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
2324 to help uniquify. (Bug#3224)
2325
2326 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
2327
2328 * font-setting.el (font-setting-change-default-font): Use user-spec
2329 instead of name.
2330
2331 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2332
2333 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
2334
2335 2010-01-05 Tom Tromey <tromey@redhat.com>
2336
2337 * progmodes/python.el (python-font-lock-keywords):
2338 Handle qualified decorators (Bug#881).
2339
2340 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2341
2342 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
2343 in a lightweight checkout.
2344
2345 2010-01-05 Kenichi Handa <handa@m17n.org>
2346
2347 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
2348
2349 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2350
2351 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
2352
2353 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
2354
2355 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
2356 checkouts. (Bug#618)
2357 (vc-bzr-log-view-mode): Also highlight the author.
2358 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
2359 (vc-bzr-shelve-menu-map):
2360 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
2361 (vc-bzr-shelve-apply): Make prompt more explicit.
2362
2363 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
2364
2365 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
2366 They are valid characters in URL paths (rfc3986), and at least
2367 Firefox does not understand the encoded version (Bug#3166).
2368
2369 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
2370
2371 * progmodes/octave-mod.el (octave-end-keywords)
2372 (octave-block-begin-or-end-regexp, octave-block-match-alist):
2373 Add "end" keyword (Bug#3061).
2374 (octave-end-as-array-index-p): New function.
2375 (calculate-octave-indent): Use it.
2376
2377 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2378
2379 * bookmark.el: Consistently put the text property on the bookmark name.
2380 (bookmark-bmenu-marks-width): Bump back to 2, to include
2381 annotation marks.
2382 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
2383 property on the bookmark name, instead of not putting it at all.
2384 (bookmark-bmenu-list): Fix where we put the text property.
2385
2386 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2387
2388 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
2389 for showing buffer modified state (as added in the previous change).
2390
2391 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2392
2393 * bookmark.el: Show modified state of bookmark buffer more accurately.
2394 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
2395 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
2396 (with-buffer-modified-unmodified): New macro.
2397 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2398 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
2399 Use new macro to preserve the buffer modified state.
2400
2401 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2402
2403 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
2404 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
2405 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
2406 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
2407 (bookmark-bmenu-rename, bookmark-bmenu-locate)
2408 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
2409 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
2410
2411 2010-01-02 Eli Zaretskii <eliz@gnu.org>
2412
2413 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2414 Make the lines in the generated doc string shorter. (Bug#4668)
2415
2416 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
2417
2418 * net/rcirc.el: Add follow-link binding (Bug#4738).
2419
2420 2010-01-02 Eli Zaretskii <eliz@gnu.org>
2421
2422 * Makefile.in (bzr-update): Rename from cvs-update.
2423 (cvs-update): New target for backward compatibility.
2424
2425 * makefile.w32-in (bzr-update): Rename from cvs-update.
2426 (cvs-update): New target for backward compatibility.
2427
2428 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2429
2430 * bookmark.el: Remove gratuitous gratitude.
2431
2432 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2433
2434 * bookmark.el (bookmark-bmenu-any-marks): New function
2435 (bookmark-bmenu-save): Clear buffer modification if no marks.
2436
2437 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2438
2439 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
2440 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
2441 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
2442 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
2443
2444 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
2445 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
2446 To: emacs-devel {_AT_} gnu.org
2447 Subject: bookmark.el bug report
2448 Date: Mon, 28 Dec 2009 14:19:16 +0800
2449 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
2450
2451 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2452
2453 * bookmark.el: Improvements suggested by Drew Adams:
2454 (bookmark-bmenu-ensure-position): New name for
2455 `bookmark-bmenu-check-position'. Just ensure the position,
2456 don't return any meaningful value.
2457 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
2458 New constants.
2459
2460 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
2461
2462 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
2463 (bookmark-yank-point, bookmark-bmenu-check-position):
2464 Fix typos in docstrings.
2465 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
2466 (bookmark-name-from-full-record, bookmark-get-position)
2467 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
2468 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
2469 Remove useless quoting of parenthesis, etc. in docstrings.
2470
2471 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
2472 (ediff-append-custom-diff): Fix typo in error message.
2473 (ediff-meta-mark-equal-files): Fix typos in messages.
2474
2475 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
2476
2477 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
2478 Fix typo in docstring.
2479
2480 * net/imap-hash.el (imap-hash-make): Doc fix.
2481 (imap-hash-test): Fix typo in error message; reflow docstring.
2482 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
2483 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
2484 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
2485 Fix typos in docstrings.
2486 (imap-hash-open-connection): Fix typo in error message.
2487
2488 * play/gomoku.el (gomoku): Fix typos in docstring.
2489
2490 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
2491 (gdb-jsonify-buffer): Fix typos in docstring.
2492 (gdb-goto-breakpoint): Fix typo in error message.
2493 ("Display Other Windows"): Fix typo in help message.
2494 (gdb-speedbar-expand-node): Fix typo in question.
2495
2496 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
2497 (idlwave-html-system-help-location, idlwave-html-help-location)
2498 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
2499 (idlwave-help-browser-generic-args, idlwave-help-directory)
2500 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
2501 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
2502 (idlwave-online-help, idlwave-help-html-link)
2503 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
2504 Fix typos in docstrings.
2505 (idlwave-help-with-source, idlwave-help-find-routine-definition):
2506 Reflow docstrings.
2507 (idlwave-help-assistant-start): Fix typo in error message.
2508
2509 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
2510 (octave-electric-space): Fix typos in docstrings.
2511
2512 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
2513
2514 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
2515
2516 2010-01-01 Juri Linkov <juri@jurta.org>
2517
2518 * comint.el (comint-input-ring-size): Make it a defcustom and
2519 increase the default to 500 (Bug#5148).
2520
2521 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
2522
2523 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
2524 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
2525 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
2526
2527 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
2528
2529 Show working revision correctly for mercurial.
2530 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
2531 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
2532
2533 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
2534
2535 Declare some functions for the byte-compiler.
2536 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
2537 (speedbar-timer-fn, speedbar-change-expand-button-char)
2538 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
2539
2540 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
2541
2542 This changeset reverts GDB Graphical Interface to use annotations.
2543 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
2544
2545 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
2546
2547 Make vc-dir work on subdirectories of the bzr root.
2548 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
2549 file names relative to it.
2550 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
2551 relative directory to vc-bzr-after-dir-status.
2552
2553 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
2554
2555 * font-lock.el (font-lock-refresh-defaults): New function, which
2556 can be used to let font-lock react to external changes in
2557 variables like font-lock-defaults and keywords.
2558 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
2559
2560 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
2561
2562 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
2563
2564 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
2565
2566 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
2567
2568 Supersede color.diff settings in git log (bug#5211).
2569
2570 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
2571 escape chars in its output when the user has color.diff set to `always'.
2572 This fix works on git 1.4.2 and newer (released on 2006-08-13).
2573
2574 2009-12-26 Kevin Ryde <user42@zip.com.au>
2575
2576 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
2577 node. Keep previous "Index" name to work with past coreutils too.
2578
2579 * man.el (man): Revise docstring a bit to show -a and -l as
2580 examples. Add -k description since support for it has otherwise
2581 been a secret. (Further to bug#3717.)
2582 (Man-bgproc-sentinel): When "-k foo" produces no output show error
2583 "no matches" rather than "Can't find manpage", as the latter reads
2584 like -k was interpreted as a page name, which is not so. (Bug#5431)
2585
2586 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
2587
2588 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
2589 switches. Check also for //SUBDIRED// line.
2590
2591 2009-12-25 Kenichi Handa <handa@m17n.org>
2592
2593 * language/indian.el (devanagari-composable-pattern): Fixed to
2594 handle ZWNJ and ZWJ. Use it in composition-function-table for
2595 Devanagari.
2596 (malayalam-composable-pattern): Fix previous change.
2597
2598 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2599
2600 * ps-print.el (ps-face-attributes): It was not returning the
2601 attribute face for faces specified as string. Reported by harven
2602 <harven@free.fr>. (Bug#5254)
2603 (ps-print-version): New version 7.3.5.
2604
2605 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
2606
2607 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
2608 timezone names.
2609 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
2610 (icalendar--add-diary-entry): Remove the trailing blank that
2611 diary-make-entry inserts.
2612
2613 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
2614
2615 Make `file-expand-wildcards' work for remote files.
2616
2617 * files.el (file-expand-wildcards): In case of remote files, check
2618 only local file name part for wildcards. Provide feature 'files
2619 and subfeature 'remote-wildcards. (Bug#5198)
2620
2621 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
2622 if there is already an established connection.
2623 (tramp-advice-file-expand-wildcards): Remove it.
2624
2625 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
2626 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
2627 Activate advice for older GNU Emacs versions. (Bug#5237)
2628
2629 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
2630
2631 Some doc fixes (more needed).
2632
2633 * find-cmd.el (find-constituents): Reflow docstring.
2634 (find-cmd, find-prune, find-command): Fix typos in docstrings.
2635 (find-generic): Doc fix.
2636
2637 2009-12-17 Juri Linkov <juri@jurta.org>
2638
2639 Fix regression from 23.1 to allow multiple modes in Local Variables.
2640
2641 * files.el (hack-local-variables-filter): While ignoring duplicates,
2642 don't take `mode' into account.
2643 (hack-local-variables-filter, hack-dir-local-variables): Don't
2644 remove duplicate `mode' from local-variables-alist (like `eval').
2645
2646 2009-12-17 Juri Linkov <juri@jurta.org>
2647
2648 Make `dired-diff' more safe. (Bug#5225)
2649
2650 * dired-aux.el (dired-diff): Signal an error when `file' equals to
2651 `current' or when `file' is a directory of the `current' file.
2652
2653 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
2654
2655 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
2656 unconditionally preloaded files.
2657
2658 2009-12-16 Juri Linkov <juri@jurta.org>
2659
2660 Revert to old 23.1 logic of using the file at the mark as default.
2661 * dired-aux.el (dired-diff): Use the file at the mark as default
2662 if it's not the same as the current file, and the target dir is
2663 the current dir or the mark is active. Add the current file
2664 as the arg of `dired-dwim-target-defaults'. Use the default file
2665 in the prompt. (Bug#5225)
2666
2667 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
2668
2669 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
2670 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
2671 (tramp-check-for-regexp): Check also, when an echoing shell stops
2672 to echo sent commands.
2673
2674 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2675
2676 * Makefile.in: Revert last change (Bug#5191).
2677
2678 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
2679
2680 * vc-hg.el (vc-hg-print-log): Fix argument order.
2681 (vc-hg-working-revision): Make sure the command is executed in a
2682 known environment so that we can parse the output. (Bug#4417)
2683
2684 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2685
2686 * progmodes/python.el (python-symbol-completions): Remove text
2687 properties from symbol string before calling python-send-receive.
2688
2689 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
2690
2691 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
2692 when there are values for both file and line. (Bug#5060)
2693
2694 2009-12-14 Juri Linkov <juri@jurta.org>
2695
2696 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
2697 whitespace after the file name of the first line of unified format,
2698 because git-diff doesn't output whitespace and file modification time
2699 after the file name.
2700
2701 2009-12-14 David Kastrup <dak@gnu.org>
2702
2703 * info.el (Info-hide-cookies-node): Before hiding a cookie,
2704 check if it already has the `display' property added by
2705 `Info-display-images-node', and not put the `invisible' property
2706 in this case.
2707
2708 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2709
2710 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2711 (semantic-mru-bookmark-mode): Doc fixes.
2712
2713 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
2714 of assert.
2715
2716 2009-12-13 Glenn Morris <rgm@gnu.org>
2717
2718 * mail/emacsbug.el (message-sort-headers): Define for compiler.
2719 (report-emacs-bug): In message-mode, sort manually before storing
2720 original report text. (Bug#5178)
2721 Remove superfluous save-excursion.
2722
2723 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
2724
2725 * net/dbus.el (dbus-property-handler): Filter lambda forms out
2726 when responding to "GetAll" properties.
2727
2728 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
2729
2730 * simple.el (compose-mail): Remove mail-setup-with-from from
2731 customization checks.
2732
2733 2009-12-12 Eli Zaretskii <eliz@gnu.org>
2734
2735 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
2736 RAR archives created on Unix systems.
2737
2738 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
2739
2740 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
2741 the varalias that was accidentally removed by the 2009-11-19 change
2742 (bug#5186).
2743
2744 2009-12-12 Kenichi Handa <handa@m17n.org>
2745
2746 * language/indian.el (indian-compose-regexp): New function.
2747 (malayalam-composable-pattern): Fix the pattern.
2748 (composition-function-table): Set malayalam-composable-pattern for
2749 Malayalam characters.
2750
2751 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
2752
2753 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
2754 rather than down-mouse-1, based on follow-link conventions.
2755
2756 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
2757 are compiled.
2758
2759 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
2760
2761 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
2762 (verilog-vmm-statement-re, verilog-ovm-statement-re)
2763 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
2764 (verilog-leap-to-head, verilog-backward-token):
2765 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
2766
2767 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
2768
2769 * progmodes/verilog-mode.el (verilog-auto-lineup)
2770 (verilog-nameable-item-re): Cleanup user-visible spelling and
2771 documentation errors. One reported by Gary Delp.
2772 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
2773 (verilog-read-decls): Fix AUTOWIRE with types declared in a
2774 package, bug195. Reported by Pierre-David Pfister.
2775
2776 2009-12-11 Glenn Morris <rgm@gnu.org>
2777
2778 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
2779
2780 * mail/emacsbug.el: No longer require sendmail.
2781 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
2782 (report-emacs-bug-orig-text): Doc fix.
2783 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
2784 New local variables, to adapt to different mail-user-agents.
2785 (report-emacs-bug): Fix test for a gnu.org address.
2786 Use overlays for emphasis, since font-lock defeats 'face property.
2787 Pretest bugs also end up at the newsgroup these days.
2788 Stop message-mode stripping text properties.
2789 Set and use the new buffer-local variables.
2790 (report-emacs-bug-hook): Add doc-string.
2791 Remove some unnecessary save-excursions and simplify.
2792 Use the appropriate hook and send-command.
2793
2794 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
2795 capitalization of some menu entries.
2796
2797 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2798
2799 * whitespace.el (whitespace-display-char-on): Ensure
2800 `buffer-display-table' is unique when two or more windows are
2801 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
2802 New version 12.1.
2803
2804 2009-12-10 Eli Zaretskii <eliz@gnu.org>
2805
2806 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
2807 characters in the Attribute field.
2808
2809 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
2810
2811 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
2812
2813 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2814
2815 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2816 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2817 Disregard autoload-excludes.
2818 (update-directory-autoloads): Obey autoload-excludes here instead.
2819 But don't store its contents in no-autoloads and remove entries that
2820 refer to excludes files.
2821
2822 2009-12-10 Glenn Morris <rgm@gnu.org>
2823
2824 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2825 (expand-mail-aliases): Define for compiler.
2826
2827 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2828 Define for compiler.
2829
2830 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2831 appropriate for the mail-user-agent in use.
2832
2833 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
2834
2835 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2836
2837 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
2838
2839 Fix short log parsing and fontification.
2840 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2841 Fix fontification for the [merge] label.
2842
2843 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
2844
2845 Drop some properties to avoid surprises.
2846 * htmlfontify.el (hfy-ignored-properties): New defcustom.
2847 (hfy-fontify-buffer): Use it.
2848
2849 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
2850
2851 Minor cleanup.
2852 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
2853 Adjust all callers.
2854 (ffap-locate-file): Remove unused arg `dir-ok' and make other
2855 args compulsory. Adjust callers.
2856 (ffap-gopher-at-point): Remove unused var `name'.
2857
2858 Get rid of the ELCFILES abomination.
2859 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2860 (compile-elcfiles): New phony target.
2861 (compile-main): Compute ELCFILES dynamically.
2862 (compile-clean): New target to remove left-over elc files.
2863 (compile, all): Use it.
2864
2865 2009-12-09 Kenichi Handa <handa@etlken>
2866
2867 * international/mule-diag.el: Require help-mode instead of help-fns.
2868
2869 2009-12-09 Kenichi Handa <handa@m17n.org>
2870
2871 * international/mule-cmds.el (ucs-names): Supply sufficiently
2872 fine ranges instead of pre-calculating accurate ranges.
2873 Iterate with bigger gc-cons-threshold.
2874
2875 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2876
2877 Add support for stashing a snapshot of the current tree.
2878 * vc-git.el (vc-git-stash-snapshot): New function.
2879 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
2880
2881 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
2882
2883 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
2884 instead of `(beginning|end)-of-line'.
2885
2886 2009-12-08 Glenn Morris <rgm@gnu.org>
2887
2888 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
2889
2890 * Makefile.in (ELCFILES): Regenerate.
2891
2892 2009-12-07 Juri Linkov <juri@jurta.org>
2893
2894 Don't lazy-highlight the comint output in history Isearch mode.
2895
2896 * comint.el (comint-history-isearch-search): Instead of
2897 `comint-line-beginning-position', use `comint-after-pmark-p'
2898 to check if point if before the process mark, and go to
2899 `process-mark' in this case.
2900
2901 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2902
2903 * textmodes/tex-mode.el (latex-complete)
2904 (latex-indent-or-complete): Remove.
2905 (latex-mode): Set completion-at-point-functions instead.
2906
2907 Provide a standard completion command and hook it into TAB.
2908 * minibuffer.el (completion-at-point-functions): New var.
2909 (completion-at-point): New command.
2910 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
2911 * progmodes/python.el (python-mode-map): Use completion-at-point.
2912 (python-completion-at-point): Rename from python-partial-symbol and
2913 adjust for use in completion-at-point-functions.
2914 (python-mode): Setup completion-at-point for Python completion.
2915 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
2916 extracted from lisp-complete-symbol.
2917 (lisp-complete-symbol): Use it.
2918 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
2919 setup completion-at-point for Elisp completion.
2920 (emacs-lisp-mode-map, lisp-interaction-mode-map):
2921 Use completion-at-point.
2922 * ielm.el (ielm-map): Use completion-at-point.
2923 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
2924 * progmodes/sym-comp.el: Move to...
2925 * obsolete/sym-comp.el: Move from progmodes.
2926
2927 2009-12-07 Eli Zaretskii <eliz@gnu.org>
2928
2929 Prevent save-buffer in Rmail buffers from using the coding-system
2930 of the current message, and from clobbering the encoding mnemonics
2931 in the mode line (Bug#4623).
2932
2933 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
2934 flag, too.
2935 (rmail-message-encoding): New variable.
2936 (rmail-write-region-annotate): Record the encoding of the current
2937 message in rmail-message-encoding.
2938 (rmail-after-save-hook): New function, restores the encoding of
2939 the current message after the message collection is saved.
2940
2941 2009-12-07 Juri Linkov <juri@jurta.org>
2942
2943 * progmodes/grep.el (grep-read-files): Use `completing-read'
2944 instead of `read-string'. Set its `collection' arg to
2945 `read-file-name-internal'. (Bug#4301)
2946
2947 2009-12-07 Juri Linkov <juri@jurta.org>
2948
2949 Correctly restore original Isearch point. (Bug#4994)
2950
2951 * isearch.el (isearch-mode): Move `isearch-push-state' after
2952 `(run-hooks 'isearch-mode-hook)'.
2953 (isearch-cancel): When `isearch-push-state-function' is defined,
2954 let-bind `isearch-cmds' to the first state (the last element of
2955 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
2956 function and restores the original point). Otherwise, move point
2957 to `isearch-opoint'.
2958
2959 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2960
2961 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
2962 chars that don't have names, so the table can be built much faster at
2963 run-time.
2964
2965 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
2966
2967 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
2968 change. Suggested by David Kastrup.
2969
2970 * simple.el (compose-mail): Check for incompatibilities and warn.
2971 (compose-mail-user-agent-warnings): New option.
2972
2973 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2974
2975 Support showing a single log entry from vc-annotate.
2976 * vc.el (print-log): Add a new argument: START-REVISION.
2977 (vc-print-log-internal): Add a new optional argument and
2978 pass it to the backend.
2979 (vc-print-log, vc-print-root-log): Adjust callers.
2980 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
2981 buffer already displays the requested log entry, use it.
2982 Otherwise display only the log entry in question.
2983 * vc-svn.el (vc-svn-print-log):
2984 * vc-mtn.el (vc-mtn-print-log):
2985 * vc-hg.el (vc-hg-state):
2986 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
2987 (vc-git-show-log-entry): Return t on success.
2988 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
2989 (vc-bzr-show-log-entry): Return t on success.
2990 * vc-rcs.el (vc-rcs-print-log):
2991 * vc-sccs.el (vc-sccs-print-log):
2992 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
2993
2994 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2995
2996 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
2997 Add menus to the meta mode. (Bug#5043)
2998
2999 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
3000
3001 * ediff-init.el (ediff-event-key): Use event-to-character instead of
3002 event-key.
3003
3004 * ediff.el (ediff-buffers-internal): Add unwind-protect.
3005
3006 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
3007
3008 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
3009 Berbain <raphael.berbain@gmail.com>.
3010
3011 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
3012 characters.
3013 (tramp-initial-end-of-output): New defconst.
3014 (tramp-methods, tramp-find-shell)
3015 (tramp-open-connection-setup-interactive-shell)
3016 (tramp-maybe-open-connection): Use it.
3017 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
3018 existence of `#' and `$'.
3019
3020 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
3021 `tramp-initial-end-of-output'.
3022
3023 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3024
3025 Get the background mode from the terminal for xterm, and set
3026 faces accordingly.
3027 * term/xterm.el (xterm-set-background-mode): New function.
3028 (terminal-init-xterm): Use it in case xterm supports background
3029 color queries. Recompute faces after getting the background
3030 color.
3031
3032 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
3033
3034 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
3035 number comment back on its own line, for easier parsing.
3036
3037 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3038
3039 Make it work for non-file buffers (bug#5102).
3040 * doc-view.el (doc-view-current-cache-dir):
3041 Use doc-view-buffer-file-name rather than buffer-file-name.
3042 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
3043
3044 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
3045
3046 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
3047 author field is too short.
3048
3049 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
3050
3051 * vc-git.el (vc-git-print-log): Handle a limit argument.
3052 Display the short log in graph form and with labels.
3053 (vc-git-log-view-mode): Handle labels.
3054
3055 Make vc-revert change VC state from 'added to 'unregistered.
3056 * vc-git.el (vc-git-revert): Call git reset first.
3057
3058 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
3059
3060 * net/newst-backend.el, net/newst-plainview.el:
3061 * net/newst-reader.el, net/newst-ticker.el:
3062 * net/newst-treeview.el, net/newsticker.el:
3063 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
3064
3065 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
3066
3067 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
3068
3069 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
3070 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
3071 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3072 Update annotation regexp.
3073
3074 * simple.el (beginning-of-visual-line): Constrain to field
3075 boundaries (Bug#5106).
3076
3077 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
3078
3079 * xml.el (xml-substitute-numeric-entities): Move
3080 newsticker--decode-numeric-entities in newst-backend.el to
3081 xml-substitute-numeric-entities in xml.el. (Bug#5008)
3082 * net/newst-backend.el (newsticker--parse-generic-feed)
3083 (newsticker--parse-generic-items)
3084 (newsticker--decode-numeric-entities): Move
3085 newsticker--decode-numeric-entities in newst-backend.el to
3086 xml-substitute-numeric-entities in xml.el. (Bug#5008)
3087
3088 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
3089
3090 * progmodes/js.el (js--js-not): Add null to the list of values.
3091
3092 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
3093
3094 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
3095
3096 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3097
3098 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
3099 delimiter if it is at the end of the current line.
3100 (bibtex-generate-url-list): Fix docstring.
3101
3102 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3103
3104 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
3105 minibuffer's content with itself.
3106 Fold the confirm-after-completion case into the `confirm' case.
3107 (completion-pcm-word-delimiters): Add : and / to the delimiters.
3108
3109 2009-12-06 Kevin Ryde <user42@zip.com.au>
3110
3111 * ffap.el (ffap-rfc-path): Make this a defcustom since
3112 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
3113
3114 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
3115 manuals, similar to existing setup for help-mode. (Bug#3913.)
3116
3117 2009-12-05 Juri Linkov <juri@jurta.org>
3118
3119 Save and restore dired buffer's point positions too. (Bug#4880)
3120
3121 * dired.el (dired-save-positions): Return in the first element
3122 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
3123 Doc fix.
3124 (dired-restore-positions): First restore buffer's position.
3125 While restoring window's positions, check if window still displays
3126 the original buffer.
3127
3128 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
3129
3130 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
3131 if possible.
3132
3133 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
3134 Make argument optional.
3135
3136 * shell.el (shell): Require ansi-color (Bug#5113).
3137
3138 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
3139
3140 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
3141
3142 2009-12-05 Alan Mackenzie <acm@muc.de>
3143
3144 * progmodes/cc-mode.el (c-before-hack-hook)
3145 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
3146 `c-file-style' to work again. This reversion restores the current
3147 software to its state in Emacs 23.1. (Bug#4146)
3148
3149 2009-12-05 Kevin Ryde <user42@zip.com.au>
3150
3151 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
3152 comment-start-skip to comment-end-skip as comment (Bug#4781).
3153
3154 2009-12-05 Juri Linkov <juri@jurta.org>
3155
3156 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
3157 for virtual nodes. (Bug#4147)
3158 (Info-find-node-2): Set `Info-current-node-virtual' to nil
3159 when moving from a virtual node.
3160 (Info-mode-menu): Add `Info-virtual-index' to the menu.
3161 (Info-mode): Add `Info-virtual-index' to the docstring.
3162
3163 2009-12-05 Eric Ludlam <zappo@gnu.org>
3164
3165 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
3166 Describe project macro symbols.
3167
3168 * cedet/semantic/complete.el (semantic-complete-do-completion):
3169 Don't call semantic-collector-current-exact-match.
3170
3171 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
3172 ede-objects as targets.
3173
3174 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
3175 a target's object list even if compiler vars are already in the
3176 Makefile.
3177
3178 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
3179 list of headers producing necessary macros.
3180
3181 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3182
3183 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
3184 track of the buffer position of the end of a BibTeX entry as this
3185 position may change during reformatting.
3186 (bibtex-format-entry): Remove whitespace before processing
3187 numerical fields so that we recognize the latter properly.
3188 (bibtex-reformat): Do not use push which changes the global value
3189 of bibtex-entry-format.
3190 (bibtex-field-braces-alist, bibtex-field-strings-alist)
3191 (bibtex-field-re-init): Replace only space characters by regexp
3192 for whitespace.
3193 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
3194 (bibtex-initialize): Also update bibtex-strings.
3195 (bibtex-kill-field): Preserve white space at end of entry.
3196 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
3197 Update bibtex-reference-keys.
3198
3199 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3200
3201 * minibuffer.el (completion-pcm--merge-try): Also consider placing
3202 point after a star, if that's the only place where modifications can
3203 make progress.
3204
3205 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
3206
3207 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
3208 in docstrings.
3209
3210 2009-12-04 Juri Linkov <juri@jurta.org>
3211
3212 * proced.el (proced): Call `(proced-update t)' to update process
3213 information instead of only running proced-post-display-hook.
3214 (proced-send-signal): Add a leading space to the buffer name
3215 " *Marked Processes*" to make this buffer ephemeral.
3216
3217 2009-12-04 Juri Linkov <juri@jurta.org>
3218
3219 * dired.el (dired-auto-revert-buffer): New defcustom.
3220 (dired-internal-noselect): Use it.
3221
3222 2009-12-04 Juri Linkov <juri@jurta.org>
3223
3224 Change roles of modes and functions in image-mode.el (Bug#5062).
3225
3226 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
3227 in `auto-mode-alist'.
3228 (image-mode-previous-major-mode): New variable.
3229 (image-minor-mode-map): Rename from `image-mode-text-map'.
3230 (image-mode): Move graceful error-handling code from
3231 `image-minor-mode' to here. On errors call `image-mode-as-text'.
3232 (image-minor-mode): Remove all image-handling code.
3233 Replace `image-mode-text-map' with `image-minor-mode-map'.
3234 Check for `image-type' in mode-line format string.
3235 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
3236 (image-mode-as-text): New function with most code from
3237 `image-mode-maybe'.
3238 (image-toggle-display-text): Move code that removes image
3239 properties from `image-toggle-display' to here.
3240 (image-toggle-display-image): New function with code that adds
3241 image properties copied from `image-toggle-display'.
3242 (image-toggle-display): Remove most code with leaving only code
3243 that toggles between `image-mode-as-text' and `image-mode'.
3244
3245 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
3246
3247 * net/newst-treeview.el
3248 (newsticker--treeview-list-highlight-start): Restored call to
3249 save-excursion: Selected item was stuck.
3250 (newsticker--treeview-list-select): New.
3251 (newsticker--treeview-item-show-text)
3252 (newsticker--treeview-item-show)
3253 (newsticker--treeview-item-update): Use new
3254 newsticker-treeview-item-mode.
3255 (newsticker-treeview-update): Keep current item.
3256 (newsticker-treeview-next-new-or-immortal-item): Doc change.
3257 (newsticker--treeview-first-feed): Doc change.
3258 (newsticker-treeview-list-menu)
3259 (newsticker-treeview-item-menu): Added menu entries.
3260 (newsticker-treeview-item-mode): New.
3261
3262 * net/newst-backend.el (newsticker-customize): Delete other
3263 windows.
3264
3265 2009-12-04 Sam Steingold <sds@gnu.org>
3266
3267 * log-view.el (log-view-mode-map): "q" calls quit-window,
3268 like in all the other non-self-insert buffers.
3269
3270 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3271
3272 Minor cleanup.
3273 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
3274 key decoding rather than do it manually via last-input-event +
3275 ascii-character.
3276 (term-exec): Use delete-and-extract-region.
3277 (term-handle-ansi-terminal-messages): Remove unused var `end'.
3278 (term-process-pager): Remove unused var `i'.
3279 (term-dynamic-simple-complete): Make obsolete.
3280 (serial-update-config-menu): Remove unused vars `y' and `str'.
3281 (term-update-mode-line): Remove unused var `temp'.
3282
3283 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3284
3285 Limit the number of log entries displayed by default.
3286 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
3287 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
3288 using a prefix argument.
3289
3290 2009-12-03 Glenn Morris <rgm@gnu.org>
3291
3292 * progmodes/idlwave.el (class): Restore still useful declaration.
3293
3294 2009-12-03 Alan Mackenzie <acm@muc.de>
3295
3296 Enhance `c-parse-state' to run efficiently in "brace deserts".
3297
3298 * progmodes/cc-mode.el (c-basic-common-init):
3299 Call c-state-cache-init.
3300 (c-neutralize-syntax-in-and-mark-CPP): Rename from
3301 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
3302 placing `category' properties value 'c-cpp-delimiter at its boundaries.
3303
3304 * progmodes/cc-langs.el (c-before-font-lock-function):
3305 c-extend-and-neutralize-syntax-in-CPP has been renamed
3306 c-neutralize-syntax-in-and-mark-CPP.
3307
3308 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
3309 with `category' properties now, not `syntax-table' ones.
3310
3311 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
3312 enhanced (but slower) version of c-end-of-macro that won't land
3313 inside a literal or on another awkward character.
3314 (c-state-cache-too-far, c-state-cache-start)
3315 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
3316 (c-state-nonlit-pos-cache-limit, c-state-point-min)
3317 (c-state-point-min-lit-type, c-state-point-min-lit-start)
3318 (c-state-min-scan-pos, c-state-brace-pair-desert)
3319 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
3320 buffer local variables.
3321 (c-state-literal-at, c-state-lit-beg)
3322 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
3323 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
3324 (c-state-cache-top-paren, c-state-cache-after-top-paren)
3325 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
3326 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
3327 (c-renarrow-state-cache)
3328 (c-append-lower-brace-pair-to-state-cache)
3329 (c-state-push-any-brace-pair, c-append-to-state-cache)
3330 (c-remove-stale-state-cache)
3331 (c-remove-stale-state-cache-backwards, c-state-cache-init)
3332 (c-invalidate-state-cache-1, c-parse-state-1)
3333 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
3334 (c-parse-state): Enhance and refactor.
3335 (c-debug-parse-state): Amend to deal with all the new variables.
3336
3337 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
3338 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
3339 modify to use category text properties rather than syntax-table ones.
3340 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
3341 to switch off/on the syntactic paren property of C++ template
3342 delimiters using the category property.
3343 (c-with-<->-as-parens-suppressed): Macro to invoke code with
3344 template delims suppressed.
3345 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
3346 New constant/macros which apply category properties to the start
3347 and end of preprocessor constructs.
3348 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
3349 "comment out" the syntactic value of characters in preprocessor
3350 constructs.
3351 (c-with-cpps-commented-out)
3352 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
3353 with characters in all or all but one preprocessor constructs
3354 "commented out".
3355
3356 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3357
3358 * proced.el (proced-filter-alist): Use regexp-quote.
3359
3360 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
3361
3362 Cleanup.
3363 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
3364 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
3365 arguments. Expand `default-directory'.
3366
3367 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
3368 the benefit of returning an expanded localname.
3369 (tramp-tramp-file-p): Handle the case NAME is not a string.
3370
3371 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3372
3373 Add support for bzr shelve/unshelve.
3374 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3375 (vc-bzr-extra-menu-map): New variables.
3376 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
3377 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
3378 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
3379 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
3380 (vc-bzr-dir-extra-headers): Display shelves.
3381
3382 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
3383
3384 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3385
3386 * textmodes/bibtex.el (bibtex-complete-internal):
3387 Use completion-in-region.
3388 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
3389
3390 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3391
3392 Support applying stashes. Improve UI.
3393 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
3394 (vc-git-stash-apply, vc-git-stash-pop)
3395 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
3396 (vc-git-stash-menu): New functions.
3397 (vc-git-stash-menu-map): New variable.
3398 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
3399
3400 2009-12-03 Glenn Morris <rgm@gnu.org>
3401
3402 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
3403 (vc-print-log-internal): Fix previous change.
3404 (vc-revert): Correct pluralization.
3405
3406 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3407
3408 * progmodes/make-mode.el (makefile-special-targets-list): No need for
3409 it to be an alist any more.
3410 (makefile-complete): Use completion-in-region.
3411
3412 * progmodes/octave-mod.el (octave-complete-symbol):
3413 Use completion-in-region.
3414
3415 Misc cleanup.
3416 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
3417 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
3418 (idlwave-complete-class): Don't quote lambda.
3419 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
3420 (idlwave-mode-map): Move initialization into declaration.
3421 (idlwave-action-and-binding): Use backquotes.
3422 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
3423 Simplify.
3424 (idlwave-is-pointer-dereference): Remove unused var `pos'.
3425 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
3426 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
3427 `parts', and `all-parts'.
3428 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
3429 (idlwave-convert-xml-system-routine-info): Remove unused string
3430 `version-string'.
3431 (idlwave-display-user-catalog-widget): Use dolist.
3432 (idlwave-scanning-lib): Declare dynamically-scoped var.
3433 (idlwave-scan-library-catalogs): Remove unused var `flags'.
3434 (completion-highlight-first-word-only): Declare to silence bytecomp.
3435 (idlwave-popup-select): Tighten scope of `resp'.
3436 (idlwave-find-struct-tag): Remove unused var `beg'.
3437 (idlwave-after-load-rinfo-hook): Declare.
3438 (idlwave-sintern-class-info): Remove unused var `taglist'.
3439 (idlwave-find-class-definition): Remove unused var `list'.
3440 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
3441 (idlwave-what-module-find-class): Remove unused var `classes'.
3442
3443 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
3444
3445 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
3446
3447 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3448
3449 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
3450 buffers visited. Remove redundant current-buffer-saving.
3451
3452 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3453
3454 Use completion-in-buffer and remove uses of dynamic scoping.
3455 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
3456 (pascal-buffer-to-use, pascal-flag): Don't declare.
3457 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
3458 (pascal-get-completion-decl, pascal-keyword-completion):
3459 Add `pascal-str' argument, save-excursion,
3460 return the found completions, and don't filter with pascal-pred.
3461 (pascal-completion-cache): New var.
3462 (pascal-completion): Don't switch buffer any more (it was never
3463 necessary). Don't save-excursion any more (it's done by the called
3464 subroutines). Use a cache to avoid redundant computations.
3465 Use complete-with-action rather than pascal-completion-response and
3466 let it apply the predicate as well.
3467 (pascal-complete-word): Use completion-in-buffer when
3468 pascal-toggle-completions is nil.
3469 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
3470 not used any more.
3471 (pascal-comp-defun): Don't change buffer any more.
3472 Use complete-with-action rather than pascal-completion-response and
3473 let it apply the predicate as well.
3474 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
3475 when neded.
3476
3477 2009-12-02 Kenichi Handa <handa@m17n.org>
3478
3479 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
3480 shape for all Indic scripts.
3481
3482 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3483
3484 Use completion-in-buffer.
3485 * wid-edit.el (widget-field-text-end): New function.
3486 (widget-field-value-get): Use it.
3487 (widget-string-complete, widget-file-complete)
3488 (widget-color-complete): Use it and completion-in-region.
3489 (widget-complete): Don't narrow the buffer.
3490
3491 2009-12-02 Glenn Morris <rgm@gnu.org>
3492
3493 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
3494 (rmail-select-summary): Use rmail-pop-to-buffer.
3495 * mail/rmailsum.el: Replace all pop-to-buffer calls with
3496 rmail-pop-to-buffer, to prevent horizontal splits.
3497
3498 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
3499 save-excursion with save-current-buffer.
3500 Widen before searching. (Bug#5093)
3501 (diary-list-sexp-entries): Remove superfluous save-excursion.
3502
3503 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
3504
3505 * woman.el (woman-make-bufname): Handle man-pages with "." in the
3506 name. (Bug#5038)
3507
3508 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
3509
3510 * ido.el (ido-file-internal): Handle filenames at point that do
3511 not have a directory part. (Bug#5049)
3512
3513 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
3514
3515 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
3516 (mpc-songs-jump-to, mpc-resume): Doc fixes.
3517
3518 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
3519
3520 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
3521 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
3522 any more.
3523
3524 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3525
3526 * comint.el (comint-insert-input): Ignore clicks to the right of
3527 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
3528
3529 * vc.el (vc-print-log-internal): Don't wait for the process to
3530 terminate before setting up the major mode.
3531
3532 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
3533 in case.
3534
3535 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
3536 the last element.
3537
3538 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
3539
3540 2009-12-01 Glenn Morris <rgm@gnu.org>
3541
3542 * window.el (window--display-buffer-2): Fix previous changes.
3543
3544 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
3545
3546 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
3547
3548 2009-12-01 Glenn Morris <rgm@gnu.org>
3549
3550 * Makefile.in (ELCFILES): Add mpc.elc.
3551
3552 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3553
3554 * mpc.el: New file.
3555
3556 2009-12-01 Glenn Morris <rgm@gnu.org>
3557
3558 * window.el (window-to-use): Define for compiler.
3559
3560 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
3561 consistent with others (no final period).
3562
3563 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
3564 (rmail-mime-show): Downcase the encoding. (Bug#5070)
3565
3566 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
3567
3568 Make vc-print-log buttons work.
3569 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
3570
3571 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
3572
3573 * savehist.el (savehist-autosave-interval): Allow setting to nil
3574 through customize. (Bug#5056)
3575
3576 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
3577
3578 Fix references to jit-lock properties.
3579 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3580 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
3581 (perl-font-lock-special-syntactic-constructs):
3582 Quote jit-lock-defer-multiline property.
3583
3584 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
3585
3586 * vc-git.el (vc-git-registered): Call vc-git-root only once.
3587
3588 2009-11-30 Juri Linkov <juri@jurta.org>
3589
3590 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
3591 value `buffer' of `multi-isearch-next-buffer-current-function'.
3592 Use `(current-buffer)' when `buffer' is nil.
3593 (multi-isearch-next-buffer-from-list): Don't fallback to
3594 `(current-buffer)' when `buffer' is nil. (Bug#4947)
3595
3596 2009-11-30 Juri Linkov <juri@jurta.org>
3597
3598 * misearch.el (multi-isearch-read-buffers): Move canonicalization
3599 of buffers with `get-buffer' to `multi-isearch-buffers'.
3600 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3601 Canonicalize BUFFERS with `get-buffer'. Doc fix.
3602 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
3603 FILES with `expand-file-name' converting relative file names
3604 to absolute. Doc fix. (Bug#4727)
3605
3606 2009-11-30 Juri Linkov <juri@jurta.org>
3607
3608 * misearch.el (multi-isearch-read-buffers)
3609 (multi-isearch-read-matching-buffers): New functions.
3610 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3611 Use them in the `interactive' spec. Doc fix.
3612 (multi-isearch-read-files, multi-isearch-read-matching-files):
3613 New functions.
3614 (multi-isearch-files, multi-isearch-files-regexp):
3615 Use them in the `interactive' spec. Doc fix. (Bug#4725)
3616
3617 2009-11-30 Juri Linkov <juri@jurta.org>
3618
3619 * doc-view.el (doc-view-continuous):
3620 Rename from `doc-view-continuous-mode'.
3621 (doc-view-menu): Move "Toggle display" to the top.
3622 Add submenu "Continuous" with radio buttons "Off"/"On"
3623 and "Save as Default".
3624 (doc-view-scroll-up-or-next-page)
3625 (doc-view-scroll-down-or-previous-page)
3626 (doc-view-next-line-or-next-page)
3627 (doc-view-previous-line-or-previous-page): Rename
3628 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
3629
3630 2009-11-30 Juri Linkov <juri@jurta.org>
3631
3632 * comint.el (comint-mode-map): Rebind `M-r' from
3633 `comint-previous-matching-input' to
3634 `comint-history-isearch-backward-regexp'.
3635 Unbind `M-s' to allow global key binding `M-s'.
3636 Add menu items for `comint-history-isearch-backward' and
3637 `comint-history-isearch-backward-regexp'. (Bug#3746)
3638
3639 2009-11-30 Juri Linkov <juri@jurta.org>
3640
3641 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
3642 For def=recenter, replace `recenter' with `recenter-top-bottom'
3643 that is called with `this-command' and `last-command' let-bound
3644 to `recenter-top-bottom'. When the last `def' was not `recenter',
3645 set `recenter-last-op' to nil. (Bug#4981)
3646
3647 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3648
3649 Minor cleanup and simplification.
3650 * filecache.el (file-cache-add-directory)
3651 (file-cache-add-directory-recursively)
3652 (file-cache-add-from-file-cache-buffer)
3653 (file-cache-delete-file-regexp, file-cache-delete-directory)
3654 (file-cache-files-matching-internal, file-cache-display): Use dolist.
3655 (file-cache-temp-minibuffer-message): Delete function.
3656 (file-cache-minibuffer-complete): Use minibuffer-message instead.
3657
3658 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3659 Don't signal an error when bumping into EOB in tr, s, or y.
3660
3661 2009-11-29 Juri Linkov <juri@jurta.org>
3662
3663 * startup.el (fancy-about-text): Fix wording of Guided Tour.
3664 (Bug#4960)
3665
3666 * descr-text.el (describe-char-unidata-list): Use lowercase name
3667 for "Unicode name" like in other tags.
3668
3669 2009-11-29 Juri Linkov <juri@jurta.org>
3670
3671 * ediff-util.el (ediff-minibuffer-with-setup-hook):
3672 New compatibility macro.
3673 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
3674
3675 2009-11-29 Juri Linkov <juri@jurta.org>
3676
3677 Add defcustom to define the cycling order of `recenter-top-bottom'.
3678 (Bug#4981)
3679
3680 * window.el (recenter-last-op): Doc fix.
3681 (recenter-positions): New defcustom.
3682 (recenter-top-bottom): Rewrite to use `recenter-positions'.
3683 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
3684
3685 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
3686
3687 Improve integration of Tramp and ange-ftp in eshell.
3688
3689 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
3690 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
3691 (eshell/sudo): Flatten args. Let-bind `default-directory'.
3692
3693 * eshell/esh-util.el (top): Require also Tramp when compiling.
3694 (eshell-directory-files-and-attributes): Check for FTP remote
3695 connection.
3696 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
3697 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
3698 (eshell-file-attributes): Handle ".". Return `entry'.
3699
3700 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
3701 (ange-ftp-directory-files-and-attributes)
3702 (ange-ftp-real-directory-files-and-attributes): New defuns.
3703
3704 * net/tramp.el (tramp-maybe-open-connection): Open the remote
3705 shell with "exec" when possible. This prevents trailing prompts
3706 in `start-file-process'.
3707
3708 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3709
3710 Try and remove assumptions about point-min==1.
3711 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
3712 (rng-compute-mode-line-string): Show the validation percentage in
3713 terms of the narrowed text, not the widened text.
3714 (rng-do-some-validation): Don't catch internal errors when debugging.
3715 (rng-first-error): Simplify.
3716 (rng-after-change-function): Remove work around. AFAIK the bug has
3717 been fixed a while ago.
3718
3719 * image-mode.el (image-minor-mode): Exit more gracefully when the image
3720 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
3721
3722 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
3723
3724 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
3725 `cd' doesn't always do it for us (bug#5067).
3726
3727 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
3728 on 2009-10-25 as part of some other change (bug#5067).
3729
3730 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3731
3732 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3733 `suspicious'.
3734 (byte-compile-warnings): Use byte-compile-warning-types.
3735 (byte-compile-save-excursion): Warn about use of set-buffer right
3736 after save-excursion.
3737
3738 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
3739 the excursion as well.
3740
3741 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
3742
3743 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
3744 providing a Tramp related implementation of "su" and "sudo".
3745 (eshell-unix-initialize): Add "su" and "sudo".
3746
3747 2009-11-27 Daiki Ueno <ueno@unixuser.org>
3748
3749 * net/socks.el (socks-send-command): Convert binary request to
3750 unibyte before sending. This fixes mishandling of some port
3751 numbers such as 129.
3752
3753 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3754
3755 * help.el (describe-bindings-internal): Remove `interactive'.
3756
3757 * man.el (Man-completion-table): Trim a terminating "(".
3758 Remove the space between name page a section.
3759 Add the command's description on the `help-echo' property.
3760 Remove `process-connection-type' binding since it's unused by
3761 call-process.
3762 Provide completion for the "<section> <name>" format as well.
3763 (Man-default-man-entry): Remove spurious var shadowing the argument.
3764
3765 2009-11-26 Kevin Ryde <user42@zip.com.au>
3766
3767 * log-view.el: Add "Keywords: tools", since its other keywords
3768 aren't in finder-known-keywords, and following vc.el.
3769
3770 * sha1.el (sha1-string-external): default-directory "/" in case
3771 otherwise non-existent. process-connection-type pipe for touch of
3772 efficiency recommended by elisp manual. (An aside in Bug#3911.)
3773
3774 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3775
3776 Misc coding convention cleanups.
3777 * htmlfontify.el (hfy-init-kludge-hook): Rename from
3778 hfy-init-kludge-hooks.
3779 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
3780 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
3781 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
3782 and push.
3783 (hfy-slant, hfy-weight): Use tables rather than code.
3784 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
3785 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
3786 (hfy-face-attr-for-class): Initialize `face-spec' directly.
3787 (hfy-face-to-css): Remove `nconc' with single arg.
3788 (hfy-p-to-face-lennart): Use `or'.
3789 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
3790 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
3791 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
3792 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
3793 (hfy-force-fontification): Use run-hooks.
3794
3795 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
3796
3797 Various minor fixes.
3798 * htmlfontify.el (hfy-default-header): Add toggle_invis since
3799 Javascript belongs in the header, not the body.
3800 (hfy-javascript): Remove.
3801 (hfy-fontify-buffer): Don't insert it any more.
3802 (hfy-face-at): Handle (face0 face1 face2) style face properties.
3803 Fix bug in invis handling when there were no invis props in a chunk.
3804
3805 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3806
3807 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
3808
3809 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
3810
3811 * finder.el (finder-mode-map): Add a menu.
3812
3813 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
3814
3815 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
3816 "unsigned" structs.
3817
3818 (verilog-leap-to-head, verilog-backward-token): Handle "disable
3819 fork" statement better.
3820
3821 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
3822
3823 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3824 (verilog-delete-auto, verilog-delete-empty-auto-pair)
3825 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3826 Reported by Clay Douglass.
3827
3828 (verilog-auto-inst, verilog-auto-star-safe)
3829 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3830 Fix removing "// Interfaces" when saving .* expansions. Reported by
3831 Pierre-David Pfister.
3832
3833 2009-11-26 Glenn Morris <rgm@gnu.org>
3834
3835 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3836 the scope.
3837
3838 2009-11-25 Johan Bockgård <bojohan@gnu.org>
3839
3840 * vc-annotate.el (vc-annotate-revision-previous-to-line):
3841 Really use previous revision.
3842
3843 2009-11-25 Kevin Ryde <user42@zip.com.au>
3844
3845 * man.el (Man-completion-table): default-directory "/" in case
3846 doesn't otherwise exist. process-environment COLUMNS=999 so as
3847 not to truncate long names. process-connection-type pipe to avoid
3848 any chance of hitting the pseudo-tty TIOCGWINSZ.
3849 (man): completion-ignore-case t for friendliness and since man
3850 itself is case-insensitive on the command line.
3851 Further to Bug#3717.
3852
3853 * arc-mode.el: Add "Keywords: files", so the details in its
3854 commentary can be reached from finder-by-keyword.
3855 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
3856 editing mode, but it's comms related and sgml-mode.el has "comm"
3857 on that basis too.
3858 * textmodes/bibtex-style.el: Add "Keywords: tex".
3859 * international/isearch-x.el, international/ja-dic-cnv.el:
3860 * international/ja-dic-utl.el, international/kkc.el:
3861 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
3862
3863 2009-11-25 Juri Linkov <juri@jurta.org>
3864
3865 * man.el (Man-completion-table): Modify regexp to include
3866 section names to completion strings. (Bug#3717)
3867
3868 2009-11-25 Juri Linkov <juri@jurta.org>
3869
3870 Search recursively in gzipped files. (Bug#4982)
3871
3872 * progmodes/grep.el (grep-highlight-matches): Add new options
3873 `always' and `auto'. Doc fix.
3874 (grep-process-setup): Check `grep-highlight-matches' for
3875 `auto-detect' to determine the need to compute grep defaults.
3876 Move Windows/DOS specific --colors settings handling
3877 to `grep-compute-defaults'. Check `grep-highlight-matches'
3878 to get the value of "--color=".
3879 (grep-compute-defaults): Compute `grep-highlight-matches' when it
3880 has the value `auto-detect'. Move Windows/DOS specific settings
3881 from `grep-process-setup'.
3882 (zrgrep): New command with alias `rzgrep'.
3883
3884 2009-11-25 Juri Linkov <juri@jurta.org>
3885
3886 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
3887 to nil instead of switching off view-mode. (Bug#4896)
3888
3889 2009-11-25 Juri Linkov <juri@jurta.org>
3890
3891 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
3892
3893 * mwheel.el (mwheel-scroll-up-function)
3894 (mwheel-scroll-down-function): New defvars.
3895 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
3896 `scroll-up', and `mwheel-scroll-down-function' instead of
3897 `scroll-down'.
3898
3899 * doc-view.el (doc-view-scroll-up-or-next-page)
3900 (doc-view-scroll-down-or-previous-page): Add optional ARG.
3901 Use this ARG in the call to image-scroll-up/image-scroll-down.
3902 Change `interactive' spec to "P". Goto next/previous page only
3903 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
3904 SPC/DEL case). Doc fix.
3905 (doc-view-next-line-or-next-page)
3906 (doc-view-previous-line-or-previous-page): Rename arg to ARG
3907 for consistency.
3908 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
3909 `doc-view-scroll-up-or-next-page', and buffer-local
3910 `mwheel-scroll-down-function' to
3911 `doc-view-scroll-down-or-previous-page'.
3912
3913 2009-11-25 Juri Linkov <juri@jurta.org>
3914
3915 Provide additional default values (directories at other Dired
3916 windows) via M-n in the minibuffer of some Dired commands.
3917
3918 * dired-aux.el (dired-diff, dired-compare-directories)
3919 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
3920 `minibuffer-default' in `minibuffer-with-setup-hook'.
3921 (dired-dwim-target-directory): Find a window that displays Dired
3922 buffer instead of failing when the next window is not Dired.
3923 Use `get-window-with-predicate' to find for the next Dired window.
3924 (dired-dwim-target-defaults): New function.
3925
3926 * ediff-util.el (ediff-read-file-name):
3927 Use `dired-dwim-target-defaults' to set `minibuffer-default'
3928 in `minibuffer-with-setup-hook'.
3929
3930 2009-11-25 Juri Linkov <juri@jurta.org>
3931
3932 Provide additional default values (file name at point or at the
3933 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
3934
3935 * minibuffer.el (read-file-name-defaults): New function.
3936 (read-file-name): Reset `minibuffer-default' to nil when
3937 it duplicates initial input `insdef'.
3938 Bind `minibuffer-default-add-function' to lambda that
3939 calls `read-file-name-defaults' in `minibuffer-selected-window'.
3940 (minibuffer-insert-file-name-at-point): New command.
3941
3942 * files.el (file-name-at-point-functions): New defcustom.
3943 (find-file-default): Remove defvar.
3944 (find-file-read-args): Don't use `find-file-default'.
3945 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3946 to `read-file-name'.
3947 (find-file-literally): Use `read-file-name' with
3948 `confirm-nonexistent-file-or-buffer'.
3949
3950 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
3951
3952 * dired.el (dired-read-dir-and-switches):
3953 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3954 to `read-file-name'.
3955 (dired-file-name-at-point): New function.
3956 (dired-mode): Add hook `dired-file-name-at-point' to
3957 `file-name-at-point-functions'.
3958
3959 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3960
3961 Really make the *Completions* window soft-dedicated (bug#5030).
3962 * window.el (window--display-buffer-2): Add `dedicated' argument.
3963 (display-buffer): Pass it when needed so the dedicated flag is set
3964 after calling set-window-buffer, which would otherwise reset it.
3965
3966 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3967
3968 * progmodes/meta-mode.el (meta-complete-symbol):
3969 * progmodes/etags.el (complete-tag):
3970 * mail/mailabbrev.el (mail-abbrev-complete-alias):
3971 Use completion-in-region.
3972
3973 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
3974 (dabbrev-completion): Use completion-in-region.
3975 (dabbrev--abbrev-at-point): Simplify regexp.
3976
3977 * abbrev.el (abbrev--before-point): Use word-motion functions
3978 if :regexp is not specified (bug#5031).
3979
3980 * subr.el (string-prefix-p): New function.
3981
3982 * man.el (Man-completion-cache): New var.
3983 (Man-completion-table): Use it.
3984
3985 * vc.el (vc-print-log-internal): Make `limit' optional for better
3986 compatibility (e.g. with vc-annotate.el).
3987
3988 2009-11-24 Kevin Ryde <user42@zip.com.au>
3989
3990 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
3991 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
3992
3993 * emacs-lisp/elint.el (elint-add-required-env): Better error message
3994 when .el source file not found or other error.
3995
3996 2009-11-24 Markus Triska <markus.triska@gmx.at>
3997
3998 * linum.el (linum-update-window): Ignore intangible (bug#4996).
3999
4000 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4001
4002 Handle the [back] button properly (bug#4979).
4003 * descr-text.el (describe-text-properties): Add a `buffer' argument.
4004 Use help-setup-xref, help-buffer, and with-help-window.
4005 (describe-char): Add `buffer' argument.
4006 Pass proper command to help-setup-xref. Don't meddle with
4007 help-xref-stack-item directly.
4008 (describe-text-category): Use with-help-window and help-buffer.
4009
4010 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
4011 for the displayed buffer (bug#4887).
4012
4013 * man.el (Man-completion-table): New function.
4014 (man): Use it.
4015
4016 2009-11-24 David Reitter <david.reitter@gmail.com>
4017
4018 * vc-git.el (vc-git-registered): Use checkout directory (where
4019 .git is) rather than the file's directory and a relative path spec
4020 to work around a bug in git.
4021
4022 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
4023
4024 Improve handling of processes on remote hosts.
4025
4026 * eshell/esh-util.el (eshell-path-env): New defvar.
4027 (eshell-parse-colon-path): New defun.
4028 (eshell-file-attributes): Use `eshell-parse-colon-path'.
4029
4030 * eshell/esh-ext.el (eshell-search-path):
4031 Use `eshell-parse-colon-path'.
4032 (eshell-remote-command): Remove argument HANDLER.
4033 (eshell-external-command): Check for FTP remote connection.
4034
4035 * eshell/esh-proc.el (eshell-gather-process-output):
4036 Use `file-truename', in order to start also symlinked files.
4037 Apply `start-file-process' instead of `start-process'.
4038 Shorten `command' to the local file name part.
4039
4040 * eshell/em-cmpl.el (eshell-complete-commands-list):
4041 Use `eshell-parse-colon-path'.
4042
4043 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
4044
4045 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
4046 to `eshell-directory-change-hook'.
4047
4048 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
4049
4050 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
4051 because it could be enabled automatically if view-read-only is non-nil.
4052
4053 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
4054
4055 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
4056 made on 2009-11-22.
4057
4058 2009-11-24 Glenn Morris <rgm@gnu.org>
4059
4060 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
4061 deleted variable bookmark-bmenu-bookmark-column.
4062
4063 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
4064 Move after definition of global-semantic-idle-tag-highlight-mode.
4065
4066 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4067
4068 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
4069
4070 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
4071
4072 * net/browse-url.el (browse-url-filename-alist): On Windows, add
4073 two slashes to the "file:" prefix.
4074 (browse-url-file-url): De-munge Cygwin filenames before passing
4075 them to Windows browser.
4076 (browse-url-default-windows-browser): Use call-process.
4077
4078 2009-11-23 Juri Linkov <juri@jurta.org>
4079
4080 Implement DocView Continuous mode. (Bug#4896)
4081 * doc-view.el (doc-view-continuous-mode): New defcustom.
4082 (doc-view-mode-map): Bind C-n/<down> to
4083 `doc-view-next-line-or-next-page', C-p/<up> to
4084 `doc-view-previous-line-or-previous-page'.
4085 (doc-view-next-line-or-next-page)
4086 (doc-view-previous-line-or-previous-page): New commands.
4087
4088 2009-11-23 Juri Linkov <juri@jurta.org>
4089
4090 Implement Isearch in comint input history. (Bug#3746)
4091 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
4092 `isearch-mode-hook'.
4093 (comint-history-isearch): New defcustom.
4094 (comint-history-isearch-backward)
4095 (comint-history-isearch-backward-regexp): New commands.
4096 (comint-history-isearch-message-overlay): New buffer-local variable.
4097 (comint-history-isearch-setup, comint-history-isearch-end)
4098 (comint-goto-input, comint-history-isearch-search)
4099 (comint-history-isearch-message, comint-history-isearch-wrap)
4100 (comint-history-isearch-push-state)
4101 (comint-history-isearch-pop-state): New functions.
4102
4103 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
4104
4105 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
4106 return.
4107 (tramp-handle-make-symbolic-link)
4108 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
4109 Quote file names.
4110 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
4111 (tramp-handle-process-file): Use it.
4112
4113 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4114
4115 * window.el (move-to-window-line-last-op): Remove.
4116 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
4117
4118 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4119
4120 Make M-r mirror the new cycling behavior of C-l.
4121 * window.el (move-to-window-line-last-op): New var.
4122 (move-to-window-line-top-bottom): New command.
4123 (global-map): Bind M-r move-to-window-line-top-bottom.
4124
4125 2009-11-23 Sven Joachim <svenjoac@gmx.de>
4126
4127 * dired-x.el (dired-guess-shell-alist-default):
4128 Support xz format. (Bug#4953)
4129
4130 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
4131
4132 * cedet/srecode/map.el (srecode-get-maps):
4133 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
4134 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
4135 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
4136 (semantic-toggle-decoration-style):
4137 * cedet/semantic/decorate/include.el
4138 (semantic-decoration-include-describe)
4139 (semantic-decoration-unknown-include-describe)
4140 (semantic-decoration-unparsed-include-describe)
4141 (semantic-decoration-all-include-summary):
4142 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
4143 * cedet/semantic/analyze/complete.el
4144 (semantic-analyze-possible-completions):
4145 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
4146 (semantic-show-unmatched-syntax-mode)
4147 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
4148 (semantic-highlight-func-mode):
4149 * cedet/semantic/util.el (semantic-describe-buffer):
4150 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
4151 (semantic-symref-find-tags-by-name)
4152 (semantic-symref-find-tags-by-regexp)
4153 (semantic-symref-find-tags-by-completion)
4154 (semantic-symref-find-file-references-by-name)
4155 (semantic-symref-find-text):
4156 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
4157 (senator-yank-tag):
4158 * cedet/semantic/scope.el (semantic-calculate-scope):
4159 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
4160 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
4161 (define-semantic-idle-service):
4162 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
4163 (semantic-complete-analyze-inline-idle):
4164 * cedet/semantic/analyze.el (semantic-analyze-current-context):
4165 * cedet/mode-local.el (describe-mode-local-bindings)
4166 (describe-mode-local-bindings-in-mode):
4167 * cedet/ede/make.el (ede-make-check-version):
4168 * cedet/ede/locate.el (ede-enable-locate-on-project):
4169 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
4170 (cedet-idutils-version-check):
4171 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
4172 (cedet-gnu-global-version-check):
4173 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
4174 (cedet-cscope-version-check): Use called-interactively-p instead
4175 of interactive-p.
4176
4177 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
4178 Use semantic-format-tag-prototype.
4179
4180 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
4181
4182 * emulation/viper-cmd.el: Use viper-last-command-char instead of
4183 last-command-char/last-command-event.
4184 (viper-prefix-arg-value): Do correct conversion of event-char for
4185 XEmacs.
4186
4187 * emulation/viper-util.el, emulation/viper.el:
4188 Use viper-last-command-char instead of
4189 last-command-char/last-command-event.
4190
4191 * ediff-init.el, ediff-mult.el, ediff-util.el:
4192 Replace last-command-char and last-command-event
4193 with (ediff-last-command-char) everywhere.
4194
4195 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
4196 created in fundamental mode.
4197
4198 * ediff.el (ediff-version): Revert the change of interactive-p to
4199 called-interactively-p.
4200
4201 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
4202
4203 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
4204 generation from word-movement command names.
4205
4206 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
4207
4208 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4209 (semantic-complete-jump-local, semantic-complete-jump):
4210 Improve prompt string.
4211
4212 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
4213
4214 * cus-start.el (all): Add native condition for font-use-system-font.
4215
4216 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
4217
4218 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4219 Correct the patch from 2009-11-18. (Bug#3910)
4220
4221 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
4222
4223 * progmodes/subword.el: Rename from lisp/subword.el.
4224
4225 * subword.el: Rename to progmodes/subword.el.
4226
4227 * Makefile.in (ELCFILES): Adapt to subword.el move.
4228
4229 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4230 Stefan Monnier <monnier@iro.umontreal.ca>
4231
4232 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
4233 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
4234 (bookmark-bmenu-show-filenames): Use push.
4235 (bookmark-bmenu-hide-filenames): Use local var instead of
4236 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
4237 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
4238 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
4239 filenames now that the bookmark names are always available.
4240
4241 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4242
4243 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
4244 (bookmark-search-pattern): Move and leave unbound.
4245 (bookmark-bmenu-mode-map): Change binding.
4246 (bookmark-read-search-input): Simplify.
4247 Don't use text-char-description. Don't error on non-char events.
4248 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
4249 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
4250 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
4251 Use a local var for the timer.
4252 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
4253 (i.e. bookmark-bmenu-search).
4254
4255 2009-11-21 Glenn Morris <rgm@gnu.org>
4256
4257 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
4258
4259 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
4260
4261 * net/browse-url.el (browse-url-default-windows-browser):
4262 Use cygstart for cygwin.
4263
4264 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
4265
4266 * bookmark.el: Formatting and doc fixes only:
4267 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
4268 (bookmark-bmenu-search): Wrap to fit within 80 columns.
4269 Minor grammar and punctuation fixes in doc string.
4270 (bookmark-read-search-input): Adjust to fit within 80 columns.
4271
4272 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4273
4274 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
4275 (c-backward-into-nomenclature): Adapt to subword renaming.
4276
4277 * subword.el (subword-forward, subword-backward, subword-mark)
4278 (subword-kill, subword-backward-kill, subword-transpose)
4279 (subword-downcase, subword-upcase, subword-capitalize)
4280 (subword-forward-internal, subword-backward-internal):
4281 Rename from forward-subword, backward-subword, mark-subword,
4282 kill-subword, backward-kill-subword, transpose-subwords,
4283 downcase-subword, upcase-subword, capitalize-subword,
4284 forward-subword-internal, backward-subword-internal.
4285
4286 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4287
4288 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
4289 New options.
4290 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
4291 New vars.
4292 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
4293 (bookmark-bmenu-filter-alist-by-regexp)
4294 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
4295 (bookmark-bmenu-search): New command.
4296 (bookmark-bmenu-mode-map): Bind it.
4297
4298 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
4299
4300 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
4301
4302 * cedet/semantic/idle.el (define-semantic-idle-service)
4303 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
4304
4305 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4306
4307 * progmodes/cc-cmds.el: declare-functioned forward-subword and
4308 backward-subword to quit the byte-compiler.
4309
4310 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
4311
4312 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
4313
4314 * progmodes/cc-cmds.el (c-update-modeline)
4315 (c-forward-into-nomenclature, c-backward-into-nomenclature):
4316 Refer to subword.el functions instead of cc-subword.el.
4317
4318 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
4319 subword.el functions instead of cc-subword.el.
4320
4321 * progmodes/cc-subword.el: Rename to subword.el.
4322 * subword.el: Rename from progmodes/cc-subword.el.
4323 (subword-mode-map): Rename from c-subword-mode-map.
4324 (subword-mode): Rename from c-subword-mode.
4325 (global-subword-mode): New global minor mode.
4326 (forward-subword): Rename from c-forward-subword.
4327 (backward-subword): Rename from c-backward-subword.
4328 (mark-subword): Rename from c-mark-subword.
4329 (kill-subword): Rename from c-kill-subword.
4330 (backward-kill-subword): Rename from c-backward-kill-subword.
4331 (transpose-subwords): Rename from c-tranpose-subword.
4332 (downcase-subword): Rename from c-downcase-subword.
4333 (capitalize-subword): Rename from c-capitalize-subword.
4334 (forward-subword-internal): Rename from c-forward-subword-internal.
4335 (backward-subword-internal): Rename from c-backward-subword-internal.
4336
4337 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
4338
4339 * vc.el (vc-deduce-fileset): Allow non-state changing operations
4340 from a dired buffer.
4341 (vc-dired-deduce-fileset): New function.
4342 (vc-root-diff, vc-print-root-log): Use it.
4343
4344 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
4345 nil LIMIT argument to vc-print-log-internal.
4346
4347 2009-11-20 Glenn Morris <rgm@gnu.org>
4348
4349 * Makefile.in (ELCFILES): Regenerate.
4350
4351 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
4352
4353 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
4354
4355 * cedet/semantic.el: Enable idle-mode menu items only if
4356 global-semantic-idle-scheduler-mode is enabled.
4357 (semantic-default-submodes): Doc fix.
4358
4359 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
4360 When turning off, disable other idle modes.
4361
4362 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
4363
4364 * calc/calc.el (calc-set-mode-line):
4365 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4366 (math-format-number): Rename `math-format-complement-signed' to
4367 `math-format-twos-complement'.
4368
4369 * calc/calc-bin.el (math-format-twos-complement): Rename from
4370 math-format-complement-signed.
4371 (calc-radix): Rename `calc-complement-signed-mode' to
4372 `calc-twos-complement-mode'.
4373 (calc-octal-radix, calc-hex-radix): Add an argument for
4374 two's complement.
4375
4376 * calc/calc-embed.el (calc-embedded-mode-vars):
4377 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4378
4379 * calc/calc-ext.el (calc-init-extensions):
4380 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4381 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
4382
4383 * calc/calc-units.el (math-build-units-table-buffer):
4384 Let `calc-twos-complement-mode' be nil.
4385
4386 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
4387 entries.
4388
4389 * calc/calc-vec.el (calcFunc-vunpack):
4390 * calc/calc-aent.el (calc-do-calc-eval):
4391 * calc/calc-forms.el (math-format-date):
4392 * calc/calc-graph.el (calc-graph-plot):
4393 * calc/calc-math.el (math-use-emacs-fn):
4394 * calc/calccomp.el (math-compose-expr):
4395 Let `calc-twos-complement-mode' be nil.
4396
4397 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4398
4399 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
4400 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
4401 * minibuffer.el (completion-in-region-functions): New hook.
4402 (completion-in-region): New function.
4403 * emacs-lisp/lisp.el (lisp-complete-symbol):
4404 * pcomplete.el (pcomplete-std-complete): Use it.
4405
4406 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4407
4408 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
4409 (latex-complete-alist): New vars.
4410 (latex-string-prefix-p, latex-complete-bibtex-keys)
4411 (latex-complete-envnames, latex-complete-refkeys)
4412 (latex-complete-data): New functions.
4413 (latex-complete, latex-indent-or-complete): New commands.
4414
4415 * window.el (display-buffer-mark-dedicated): New var.
4416 (display-buffer): Obey it.
4417 * minibuffer.el (minibuffer-completion-help): Use it.
4418
4419 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
4420
4421 * filecache.el (file-cache-add-file): Use push and cons.
4422 (file-cache-delete-file-regexp): Use push.
4423 (file-cache-complete): Use completion-in-region.
4424
4425 * simple.el (with-wrapper-hook): Fix thinko.
4426
4427 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
4428 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
4429 Use with-current-buffer and string-to-number.
4430 (hfy-fallback-colour-values): Use assoc-string.
4431 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
4432 (hfy-face-at): Remove unused var `found-face'.
4433 (hfy-compile-stylesheet): Remove unused var `css'.
4434 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
4435 and `orig-buffer'.
4436 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
4437 Use with-current-buffer.
4438 (hfy-text-p): Use expand-file-name and fewer setq.
4439
4440 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
4441
4442 * htmlfontify.el, hfy-cmap.el: New files.
4443
4444 2009-11-19 Juri Linkov <juri@jurta.org>
4445
4446 * minibuffer.el (completions-format): New defcustom.
4447 (completion--insert-strings): Implement vertical format.
4448
4449 * simple.el (switch-to-completions): Move point to the first
4450 completion when point was at the beginning of the buffer.
4451
4452 2009-11-19 Juri Linkov <juri@jurta.org>
4453
4454 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
4455
4456 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
4457
4458 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
4459
4460 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
4461 (mail-signature): Change default to t.
4462 (mail-from-style): Deprecate `system-default' value.
4463 (mail-insert-from-field): For default value of mail-from-style,
4464 default to `angles' unless `angles' needs quoting and `parens'
4465 does not.
4466 (mail-citation-prefix-regexp): Use citation regexp from
4467 message-mode.
4468
4469 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
4470
4471 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4472 Set variables for computing the prompt for reading password.
4473
4474 2009-11-19 Glenn Morris <rgm@gnu.org>
4475
4476 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
4477
4478 * textmodes/flyspell.el (sgml-lexical-context): Declare.
4479
4480 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
4481 (newsticker-treeview-listwindow-height): Fix custom type.
4482
4483 2009-11-19 Kenichi Handa <handa@m17n.org>
4484
4485 * descr-text.el (describe-char-padded-string): Compose with TAB
4486 only if there's a font for CH.
4487 (describe-char): Fix the condition for detecting a trivial composition.
4488
4489 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
4490
4491 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
4492 more accurate version of the regexp. (Bug#3910)
4493
4494 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
4495
4496 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
4497
4498 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
4499
4500 * font-setting.el (font-use-system-font): Declare for byte-compiler.
4501 (font-setting-change-default-font): Fix typo in docstring.
4502
4503 2009-11-18 Alan Mackenzie <acm@muc.de>
4504
4505 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
4506
4507 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4508
4509 * font-setting.el (font-use-system-font): Move ...
4510
4511 * cus-start.el (all): ... to here.
4512
4513 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
4514
4515 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
4516 Don't set `ad-return-value' if `ad-do-it' doesn't.
4517
4518 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
4519 modification time.
4520
4521 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4522
4523 * menu-bar.el: Put "Use system font" in Option-menu.
4524 (menu-bar-options-save): Add font-use-system-font.
4525
4526 * loadup.el: If feature system-font-setting or font-render-setting is
4527 there, load font-setting.
4528
4529 * Makefile.in (ELCFILES): Add font-settings.el.
4530 * font-setting.el: New file.
4531
4532 2009-11-17 Glenn Morris <rgm@gnu.org>
4533
4534 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
4535
4536 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
4537 Preserve point in the list buffer. (Bug#4939)
4538 Use point-at-eol.
4539 (newsticker--treeview-list-update-highlight)
4540 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
4541
4542 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4543
4544 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
4545 Remove.
4546
4547 * calc/calc-ext.el (calc-init-extensions): Remove references to
4548 symclip.
4549
4550 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
4551
4552 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
4553 * calc/calc-help.el (calc-b-prefix-help): Remove references to
4554 `calc-symclip'.
4555
4556 2009-11-16 Kevin Ryde <user42@zip.com.au>
4557
4558 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
4559 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
4560
4561 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
4562 (lm-keywords-list): Allow comma-only separator like "foo,bar".
4563 Ignore trailing spaces by omit-nulls to split-string (fixing
4564 regression from Emacs 21 due to the incompatible split-string
4565 change). (Bug #4928.)
4566
4567 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
4568
4569 * vc.el (vc-log-show-limit): Default to 2000.
4570 (vc-print-log-internal): Insert buttons to request more entries
4571 when limiting the output.
4572
4573 * vc-sccs.el (vc-sccs-print-log):
4574 * vc-rcs.el (vc-rcs-print-log):
4575 * vc-cvs.el (vc-cvs-print-log):
4576 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
4577 LIMIT is non-nil.
4578
4579 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
4580
4581 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
4582 error when `tramp-gvfs-dbus-event-vector' is set.
4583 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
4584
4585 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4586
4587 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
4588
4589 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
4590
4591 * net/dbus.el (dbus-unregister-service): New defun.
4592 (dbus-register-property): Register the handlers of
4593 "org.freedesktop.DBus.Properties" for SERVICE.
4594 (dbus-property-handler): Fix docstring.
4595
4596 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4597
4598 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
4599 Quote doc string reference in defvaralias as it is not in special form.
4600 (byte-compile-output-docform): Doc fix.
4601
4602 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4603
4604 * calc/calc.el (math-2-word-size, math-half-2-word-size)
4605 (calc-complement-signed-mode): New variables.
4606 (calc-set-mode-line): Add indicator for twos-complements.
4607 (math-format-number): Format twos-complement notation.
4608
4609 * calc/calc-bin.el (calc-word-size): Reset the variables
4610 `math-2-word-size' and `math-half-2-word-size'.
4611 (math-format-complement-signed, math-symclip, calcFunc-symclip)
4612 (calc-symclip): New functions.
4613
4614 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
4615
4616 * calc/calc-embed.el (calc-embedded-mode-vars):
4617 Add `calc-complement-signed-mode' to the list of modes.
4618
4619 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
4620 (calc-b-oper-keys): Add `calc-symclip' to list.
4621
4622 * calc/calc-ext.el (math-read-number-fancy): Read complement
4623 signed numbers.
4624 (calc-init-extensions): Add binding for `calc-symclip'.
4625 Add autoload for `calcFunc-symclip' and `calc-symclip'.
4626
4627 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
4628 `calc-symclip'.
4629 (calc-modes-menu): Add item for twos complement mode.
4630
4631 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
4632
4633 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
4634
4635 * register.el (jump-to-register, insert-register): Handle Semantic
4636 tags. From commented-out advice in semantic/senator.el.
4637
4638 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
4639
4640 * vc.el (vc-log-show-limit): New variable.
4641 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
4642 when using a prefix argument.
4643 (vc-print-log-internal): Add new argument LIMIT.
4644
4645 * vc-svn.el (vc-svn-print-log):
4646 * vc-mtn.el (vc-mtn-print-log):
4647 * vc-hg.el (vc-hg-print-log):
4648 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
4649 pass it to the log command when set. Make the BUFFER argument
4650 non-optional.
4651
4652 * vc-sccs.el (vc-sccs-print-log):
4653 * vc-rcs.el (vc-rcs-print-log):
4654 * vc-git.el (vc-git-print-log):
4655 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
4656 ignore it. Make the BUFFER argument non-optional
4657
4658 * bindings.el (mode-line-buffer-identification): Do not purecopy.
4659
4660 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
4661
4662 * dired.el (dired-mode-map): Move encryption items to "Operate"
4663 menu (Bug#4703).
4664
4665 * strokes.el (strokes-update-window-configuration): Make strokes
4666 buffer current before erasing (Bug#4906).
4667
4668 * cedet/semantic/idle.el (semantic-idle-summary-mode)
4669 (semantic-idle-summary-mode): Define using define-minor-mode
4670 instead of define-semantic-idle-service.
4671 (semantic-idle-summary-mode): New function.
4672 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
4673 that mouse motion does not reset the echo area.
4674
4675 2009-11-15 Juri Linkov <juri@jurta.org>
4676
4677 * simple.el (set-mark-default-inactive): Add :type, :group
4678 and :version. (Bug#4876)
4679
4680 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
4681
4682 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
4683 (archive-unique-fname): ... here. (Bug#4929)
4684
4685 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4686
4687 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
4688 with a real fix.
4689
4690 * novice.el (disabled-command-function): Add useful args.
4691 Setup the help buffer so that [back] works.
4692 Remove redundant call to help-mode.
4693 (disabled-command-function): Use `case'.
4694 (en/disable-command): New function extracted from enable-command.
4695 (enable-command, disable-command): Use it.
4696
4697 2009-11-14 Glenn Morris <rgm@gnu.org>
4698
4699 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
4700 constants. (Bug#4913)
4701
4702 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
4703
4704 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4705
4706 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
4707 defined in C that have no doc-strings. (Bug#1063)
4708
4709 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
4710
4711 * cus-edit.el (data, files):
4712 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
4713
4714 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
4715
4716 * simple.el (shell-command): Doc fix (Bug#4891).
4717
4718 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
4719
4720 2009-11-14 Glenn Morris <rgm@gnu.org>
4721
4722 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
4723 statements for vc-diff, emerge-quit, and rmail-cease-edit.
4724 If they are already loaded, eval-after-load will do the right thing.
4725
4726 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
4727 compiling.
4728
4729 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
4730
4731 * simple.el (x-selection-owner-p): Declare.
4732 (read-mail-command): Use custom radio type rather than choice.
4733 (completion-no-auto-exit): Doc fix.
4734
4735 * custom.el (defgroup):
4736 * epg-config.el (epg): Doc fixes.
4737
4738 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
4739
4740 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
4741 * international/ccl.el (define-ccl-program): Do not purecopy the
4742 docstring, defconst does it anyway.
4743
4744 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4745
4746 * add-log.el (add-change-log-entry): Avoid displaying the changelog
4747 a second time.
4748
4749 * x-dnd.el (x-dnd-maybe-call-test-function):
4750 * window.el (split-window-vertically):
4751 * whitespace.el (whitespace-help-on):
4752 * vc-rcs.el (vc-rcs-consult-headers):
4753 * userlock.el (ask-user-about-lock-help)
4754 (ask-user-about-supersession-help):
4755 * type-break.el (type-break-force-mode-line-update):
4756 * time-stamp.el (time-stamp-conv-warn):
4757 * terminal.el (te-set-output-log, te-more-break, te-filter)
4758 (te-sentinel, terminal-emulator):
4759 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
4760 (term-write-input-ring, term-check-source, term-start-output-log):
4761 (term-display-buffer-line, term-dynamic-list-completions):
4762 (term-ansi-make-term, serial-term):
4763 * subr.el (selective-display):
4764 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4765 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
4766 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
4767 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
4768 (speedbar-remove-localized-speedbar-support)
4769 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
4770 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
4771 (speedbar-buffers-line-directory):
4772 * simple.el (shell-command-on-region, append-to-buffer)
4773 (prepend-to-buffer):
4774 * shadowfile.el (shadow-save-todo-file):
4775 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
4776 (scroll-bar-maybe-set-window-start):
4777 * sb-image.el (speedbar-image-dump):
4778 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
4779 (load-save-place-alist-from-file):
4780 * ps-samp.el (ps-print-message-from-summary):
4781 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
4782 (ps-background-image, ps-begin-job, ps-do-despool):
4783 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
4784 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
4785 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
4786 (pr-call-process, pr-file-list, pr-interface-save):
4787 * novice.el (disabled-command-function)
4788 (enable-command, disable-command):
4789 * mouse.el (mouse-buffer-menu-alist):
4790 * mouse-copy.el (mouse-kill-preserving-secondary):
4791 * macros.el (kbd-macro-query):
4792 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
4793 * informat.el (batch-info-validate):
4794 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
4795 * hippie-exp.el (try-expand-dabbrev-visible):
4796 * help-mode.el (help-make-xrefs):
4797 * help-fns.el (describe-variable):
4798 * generic-x.el (bat-generic-mode-run-as-comint):
4799 * finder.el (finder-mouse-select):
4800 * find-dired.el (find-dired-sentinel):
4801 * filesets.el (filesets-file-close):
4802 * files.el (list-directory):
4803 * faces.el (list-faces-display, describe-face):
4804 * facemenu.el (list-colors-display):
4805 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
4806 * epg.el (epg--process-filter, epg-cancel):
4807 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
4808 (epa--read-signature-type):
4809 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
4810 (emerge-file-names):
4811 * ehelp.el (electric-helpify):
4812 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4813 * ediff-vers.el (rcs-ediff-view-revision):
4814 * ediff-util.el (ediff-setup):
4815 * ediff-mult.el (ediff-append-custom-diff):
4816 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4817 (ediff-wordify):
4818 * echistory.el (Electric-command-history-redo-expression):
4819 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4820 * disp-table.el (describe-display-table):
4821 * dired.el (dired-find-buffer-nocreate):
4822 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4823 * dabbrev.el (dabbrev--same-major-mode-p):
4824 * chistory.el (list-command-history):
4825 * apropos.el (apropos-documentation):
4826 * allout.el (allout-obtain-passphrase):
4827 (allout-copy-exposed-to-buffer):
4828 (allout-verify-passphrase): Use with-current-buffer.
4829
4830 2009-11-13 Glenn Morris <rgm@gnu.org>
4831
4832 * Makefile.in (ELCFILES): Regenerate.
4833
4834 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
4835
4836 * net/dbus.el (dbus-registered-objects-table): Rename from
4837 `dbus-registered-functions-table', because it contains also properties.
4838 (dbus-unregister-object): Unregister also properties.
4839 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4840 Use a timeout of 500 msec, in order to not block.
4841 (dbus-register-property, dbus-property-handler): New defuns.
4842
4843 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4844
4845 * simple.el (minibuffer-default-add-completions): Drop deprecated
4846 4th arg.
4847
4848 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
4849
4850 * textmodes/artist.el (artist-mouse-choose-operation):
4851 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
4852 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
4853 (artist-compute-up-event-key): New function.
4854 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
4855
4856 2009-11-13 Kenichi Handa <handa@m17n.org>
4857
4858 * language/japan-util.el: Make sure that the value of jisx0208
4859 property is jisx0208 character.
4860
4861 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
4862
4863 * international/mule.el (auto-coding-regexp-alist): Only purecopy
4864 car or each item, not the whole list.
4865
4866 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4867
4868 * minibuffer.el (minibuffer-completion-help):
4869 Use minibuffer-hide-completions.
4870
4871 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
4872
4873 * dired.el (dired-save-positions, dired-restore-positions): New funs.
4874 (dired-revert): Use them (bug#4880).
4875
4876 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4877
4878 * tooltip.el (tooltip-frame-parameters): Undo previous change.
4879
4880 2009-11-12 Juri Linkov <juri@jurta.org>
4881
4882 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
4883 New functions.
4884 (find-file-literally-at-point): Alias of `ffap-literally'.
4885
4886 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4887
4888 * textmodes/ispell.el (ispell-skip-region-alist):
4889 * textmodes/css-mode.el (auto-mode-alist):
4890 * progmodes/compile.el (auto-mode-alist):
4891 * international/mule.el (ctext-non-standard-encodings-alist)
4892 (ctext-non-standard-encodings-regexp):
4893 * simple.el (shell-command-switch, text-read-only):
4894 * replace.el (occur-mode-map):
4895 * paths.el (rmail-file-name):
4896 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
4897 * find-file.el (ff-special-constructs):
4898 * files.el (file-name-handler-alist):
4899 * composite.el: Purecopy strings.
4900
4901 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
4902
4903 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4904
4905 * widget.el (define-widget): Purecopy the docstring.
4906 * international/mule-cmds.el (charset): Do not purecopy the
4907 docstring here, define-widget does it.
4908
4909 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4910 * textmodes/bibtex-style.el (auto-mode-alist):
4911 * progmodes/inf-lisp.el (inferior-lisp-prompt):
4912 * progmodes/compile.el (compile-command):
4913 * language/korea-util.el (default-korean-keyboard):
4914 * international/mule-conf.el (file-coding-system-alist):
4915 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
4916 * tooltip.el (tooltip-frame-parameters):
4917 * newcomment.el (comment-end, comment-padding):
4918 * dired.el (dired-trivial-filenames):
4919 * comint.el (comint-file-name-prefix): Purecopy initial values.
4920
4921 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
4922
4923 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
4924 (tramp-advice-minibuffer-electric-tilde): Unload advices via
4925 `tramp-unload'.
4926 (tramp-advice-make-auto-save-file-name)
4927 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
4928 after removing the advice.
4929
4930 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4931
4932 * progmodes/grep.el (grep-regexp-alist):
4933 * international/mule-cmds.el (iso-2022-control-alist):
4934 * emacs-lisp/timer.el (timer-duration-words):
4935 * subr.el (version-separator, version-regexp-alist):
4936 * minibuffer.el (completion-styles-alist):
4937 * faces.el (face-attribute-name-alist, list-faces-sample-text):
4938 Change defvars to defconsts.
4939
4940 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4941 * loadup.el ("international/mule-conf"): Load the byte compiled version.
4942 * international/mule-conf.el: Allow to be byte compiled.
4943
4944 * international/mule.el (define-charset): Purecopy props.
4945 (load-with-code-conversion): Purecopy doc string and file name.
4946 (put-charset-property): Purecopy strings.
4947 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4948
4949 * international/mule-cmds.el (register-input-method): Purecopy arguments.
4950 (define-char-code-property): Correctly purecopy the table.
4951
4952 * international/ccl.el (define-ccl-program): Purecopy the docstring.
4953
4954 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4955
4956 * subr.el (add-hook): Purecopy strings.
4957 (eval-after-load): Purecopy load-history-regexp and the form.
4958
4959 * custom.el (custom-declare-group): Purecopy load-file-name.
4960
4961 * subr.el (menu-bar-separator): New defconst.
4962 * net/eudc.el (eudc-tools-menu):
4963 * international/mule-cmds.el (set-coding-system-map)
4964 (mule-menu-keymap):
4965 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4966 * vc-hooks.el (vc-menu-map):
4967 * replace.el (occur-mode-map):
4968 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
4969 (menu-bar-edit-menu, menu-bar-goto-menu)
4970 (menu-bar-custom-menu, menu-bar-showhide-menu)
4971 (menu-bar-options-menu, menu-bar-tools-menu)
4972 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
4973 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
4974 (menu-bar-help-menu):
4975 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
4976 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
4977
4978 * term/x-win.el (x-gtk-stock-map):
4979 * progmodes/vera-mode.el (auto-mode-alist):
4980 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4981 (inferior-lisp-program, inferior-lisp-load-command):
4982 * progmodes/hideshow.el (hs-special-modes-alist):
4983 * progmodes/gud.el (same-window-regexps):
4984 * progmodes/grep.el (grep-program, find-program, xargs-program):
4985 * net/telnet.el (same-window-regexps):
4986 * net/rlogin.el (same-window-regexps):
4987 * language/ethiopic.el (font-ccl-encoder-alist):
4988 * vc-sccs.el (vc-sccs-master-templates):
4989 * vc-rcs.el (vc-rcs-master-templates):
4990 * subr.el (cl-assertion-failed):
4991 * simple.el (next-error-overlay-arrow-position):
4992 * lpr.el (lpr-command):
4993 * locate.el (locate-ls-subdir-switches):
4994 * info.el (same-window-regexps, info)
4995 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4996 * image-mode.el (image-mode, auto-mode-alist):
4997 * hippie-exp.el (hippie-expand-ignore-buffers):
4998 * format.el (format-alist):
4999 * find-dired.el (find-ls-subdir-switches, find-grep-options)
5000 (find-name-arg):
5001 * facemenu.el (facemenu-keybindings):
5002 * dired.el (dired-listing-switches, dired-chown-program):
5003 * diff.el (diff-switches, diff-command):
5004 * cus-edit.el (same-window-regexps):
5005 * bindings.el (mode-line-mule-info)
5006 (mode-line-buffer-identification): Purecopy strings.
5007
5008 2009-11-11 Juri Linkov <juri@jurta.org>
5009
5010 * simple.el (dired-get-filename) <declare-function>:
5011 Tell the byte-compiler about dired-get-filename.
5012 (shell-command): In Dired mode, get filename from the current line
5013 as the default value.
5014
5015 2009-11-10 Glenn Morris <rgm@gnu.org>
5016
5017 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
5018 * calendar/holidays.el, progmodes/cperl-mode.el:
5019 Update x-popup-menu declarations.
5020
5021 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
5022 (list-load-path-shadows): Use dolist.
5023 (list-load-path-shadows): Use with-current-buffer.
5024
5025 2009-11-10 Juri Linkov <juri@jurta.org>
5026
5027 * minibuffer.el (read-file-name): Support a list of default values
5028 in `default-filename'. Use the first file name where only one
5029 element is required. Doc fix.
5030
5031 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
5032
5033 * net/dbus.el (dbus-unregister-object): Release service, if no
5034 other method is registered for it.
5035
5036 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
5037
5038 * bookmark.el (bookmark-completing-read): Sort bookmark names if
5039 bookmark-sort-flag is non-nil (Bug#4653).
5040
5041 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5042
5043 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
5044 the progress reporter entirely.
5045
5046 * emulation/cua-base.el: Add CUA property to some CC mode commands
5047 (Bug#4100).
5048
5049 2009-11-08 Kevin Ryde <user42@zip.com.au>
5050
5051 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
5052 at end of sentence (Bug#4818).
5053
5054 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
5055
5056 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5057 Handle "see declaration of" MSFT statements (Bug#4100).
5058
5059 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
5060
5061 * net/tramp.el (tramp-advice-make-auto-save-file-name)
5062 (tramp-advice-file-expand-wildcards): Unload via
5063 `ad-remove-advice'.
5064
5065 * net/trampver.el: Update release number.
5066
5067 2009-11-08 Kevin Ryde <user42@zip.com.au>
5068
5069 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
5070 `ad-do-it'.
5071
5072 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
5073
5074 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
5075 in order to keep context in SELinux.
5076
5077 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5078
5079 * dired-aux.el (dired-query): Place cursor in echo area and allow
5080 C-g.
5081
5082 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
5083 menu item if not on a directory (Bug#4701).
5084
5085 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
5086
5087 Sync with Tramp 2.1.17.
5088
5089 * net/tramp.el (tramp-handle-copy-directory): Don't use
5090 `file-remote-p' (due to compatibility).
5091
5092 * net/tramp-compat.el (tramp-compat-copy-directory)
5093 (tramp-compat-delete-directory): New defuns.
5094
5095 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5096 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
5097 `tramp-compat-delete-directory'.
5098
5099 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5100 (tramp-smb-handle-delete-directory): Use
5101 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
5102
5103 * net/trampver.el: Update release number.
5104
5105 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
5106
5107 * tar-mode.el (tar-copy): Call write-region on the right buffer
5108 (Bug#4857).
5109
5110 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
5111 by hand, if necessary (Bug#4878).
5112
5113 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
5114
5115 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
5116 align size column (Bug#4839).
5117
5118 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
5119 statement.
5120
5121 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5122
5123 * progmodes/ld-script.el (auto-mode-alist):
5124 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
5125
5126 * cus-face.el (custom-declare-face): Purecopy face spec.
5127
5128 2009-11-06 Kenichi Handa <handa@m17n.org>
5129
5130 * international/uni-bidi.el: Re-generated.
5131 * international/uni-category.el: Re-generated.
5132 * international/uni-combining.el: Re-generated.
5133 * international/uni-mirrored.el: Re-generated.
5134
5135 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5136
5137 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
5138 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
5139 (tex-start-options, slitex-run-command, latex-run-command)
5140 (tex-run-command, tex-directory):
5141 * textmodes/ispell.el (ispell-html-skip-alists)
5142 (ispell-tex-skip-alists, ispell-tex-skip-alists):
5143 * textmodes/fill.el (adaptive-fill-first-line-regexp):
5144 (adaptive-fill-regexp):
5145 * textmodes/dns-mode.el (auto-mode-alist):
5146 * progmodes/python.el (interpreter-mode-alist):
5147 * progmodes/etags.el (tags-compression-info-list):
5148 * progmodes/etags.el (tags-file-name):
5149 * net/browse-url.el (browse-url-galeon-program)
5150 (browse-url-firefox-program):
5151 * mail/sendmail.el (mail-signature-file)
5152 (mail-citation-prefix-regexp):
5153 * international/mule-conf.el (eight-bit):
5154 * international/latexenc.el (latex-inputenc-coding-alist):
5155 * international/fontset.el (x-pixel-size-width-font-regexp):
5156 * emacs-lisp/warnings.el (warning-type-format):
5157 * emacs-lisp/trace.el (trace-buffer):
5158 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
5159 (emacs-lisp-mode-map):
5160 * calendar/holidays.el (holiday-solar-holidays)
5161 (holiday-bahai-holidays, holiday-islamic-holidays)
5162 (holiday-christian-holidays, holiday-hebrew-holidays)
5163 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
5164 (hebrew-holidays-1, holiday-oriental-holidays)
5165 (holiday-general-holidays):
5166 * x-dnd.el (x-dnd-known-types):
5167 * tool-bar.el (tool-bar):
5168 * startup.el (site-run-file):
5169 * shell.el (shell-dumb-shell-regexp):
5170 * rfn-eshadow.el (file-name-shadow-tty-properties)
5171 (file-name-shadow-properties):
5172 * paths.el (remote-shell-program, news-directory):
5173 * mouse.el ([C-down-mouse-3]):
5174 * menu-bar.el (menu-bar-tools-menu):
5175 * jka-cmpr-hook.el (jka-compr-load-suffixes)
5176 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
5177 (jka-compr-compression-info-list):
5178 * isearch.el (search-whitespace-regexp):
5179 * image-file.el (image-file-name-extensions):
5180 * find-dired.el (find-ls-option):
5181 * files.el (directory-listing-before-filename-regexp)
5182 (directory-free-space-args, insert-directory-program)
5183 (list-directory-brief-switches, magic-fallback-mode-alist)
5184 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
5185 (automount-dir-prefix):
5186 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
5187 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
5188 (face-font-registry-alternatives, face-font-registry-alternatives)
5189 (face-font-family-alternatives):
5190 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
5191 (facemenu-foreground-menu, facemenu-face-menu):
5192 * epa-hook.el (epa-file-name-regexp):
5193 * dnd.el (dnd-protocol-alist):
5194 * textmodes/rst.el (auto-mode-alist):
5195 * button.el (default-button): Purecopy strings.
5196
5197 2009-11-06 Glenn Morris <rgm@gnu.org>
5198
5199 * Makefile.in (ELCFILES): Update.
5200
5201 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
5202
5203 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
5204 * emacs-lisp/levents.el: Move to obsolete/levents.el.
5205
5206 * nxml/xsd-regexp.el (xsdre-gen-categories):
5207 * nxml/xmltok.el (xmltok-parse-entity):
5208 * nxml/rng-parse.el (rng-parse-validate-file):
5209 * nxml/rng-maint.el (rng-format-manual)
5210 (rng-manual-output-force-new-line):
5211 * nxml/rng-loc.el (rng-save-schema-location-1):
5212 * nxml/rng-cmpct.el (rng-c-parse-file):
5213 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5214 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
5215
5216 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
5217
5218 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
5219 Remove extra save-excursions and make-variable-buffer-local's.
5220 Suggested by Stefan Monnier.
5221
5222 (verilog-getopt-file, verilog-module-inside-filename-p)
5223 (verilog-set-define): Merge GNU 1.35 and repair changes from
5224 switching to using with-current-buffer.
5225
5226 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
5227 being treated as a number and confusing AUTORESET.
5228 Reported by Dan Dever.
5229
5230 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
5231 Add verilog-auto-ignore-concat to fix backward compatibility with
5232 older verilog-modes. Reported by Dan Katz.
5233
5234 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
5235 containing closing anchors "...$".
5236
5237 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
5238 Reported by Wade Smith.
5239
5240 (verilog-batch-execute-func): Comment on function usage.
5241
5242 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
5243
5244 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
5245 for labels.
5246
5247 (verilog-label-re, verilog-calc-1): Support proper indent of named
5248 asserts.
5249
5250 (verilog-backward-token, verilog-basic-complete-re)
5251 (verilog-beg-of-statement, verilog-indent-re): Support proper
5252 indent of the assert statement at the beginning of a block of text.
5253
5254 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
5255 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
5256 tokens as begins.
5257
5258 2009-11-05 Glenn Morris <rgm@gnu.org>
5259
5260 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
5261 Emacs 19. (Bug#1531)
5262 (byte-compile-fix-header): Update for the above change.
5263 Drop test for epoch::version.
5264
5265 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
5266 * cus-dep.el (custom-make-dependencies):
5267 * finder.el (finder-compile-keywords):
5268 Use autoload-rubric's feature argument.
5269
5270 * calendar/diary-lib.el (top-level): Make load behave more like require.
5271
5272 * vc-git.el (vc-git-stash-map): Move definition before use.
5273
5274 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
5275
5276 * custom.el (custom-declare-group): Purecopy standard-value.
5277 (custom-declare-group): Purecopy custom-prefix.
5278
5279 * international/mule.el (load-with-code-conversion):
5280 Call do-after-load-evaluation unconditionally.
5281
5282 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
5283
5284 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5285
5286 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
5287
5288 2009-11-04 Glenn Morris <rgm@gnu.org>
5289
5290 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
5291 (byte-compile-compatibility): Remove option.
5292 (byte-compile-close-variables, byte-compile-fix-header)
5293 (byte-compile-insert-header, byte-compile-output-docform)
5294 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
5295 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
5296 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
5297 (byte-compile-insert, byte-compile-defun):
5298 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
5299 (byte-defop-compiler19): Remove.
5300 Without byte-compile-compatibility, the 'emacs19-opcode property is not
5301 used by anything. Replace all calls with byte-defop-compiler.
5302
5303 2009-11-04 Juri Linkov <juri@jurta.org>
5304
5305 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
5306 (menu-bar-options-menu): Don't quote the `prop' arg of
5307 `menu-bar-make-mm-toggle'.
5308
5309 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
5310
5311 * calendar/calendar.el (cal-loaddefs):
5312 * calendar/diary-lib.el (diary-loaddefs):
5313 * calendar/holidays.el (hol-loaddefs):
5314 * eshell/esh-module.el (esh-groups): Load rather than require.
5315
5316 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5317
5318 * calendar/todo-mode.el (todo-add-category): Don't hardcode
5319 point-min==1.
5320 (todo-top-priorities): Only display-buffer when called interactively.
5321 (todo-item-start): Don't save excursion point.
5322 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
5323 (todo-insert-item-here, todo-file-item, todo-remove-item):
5324 Adjust uses of todo-item-start and todo-item-end.
5325
5326 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
5327 (autoload-rubric): Don't use any more.
5328 * cedet/semantic/fw.el (semantic/loaddefs):
5329 * cedet/srecode.el (srecode/loaddefs):
5330 * cedet/ede.el (ede/loaddefs): Load rather than require.
5331 * cedet/ede/cpp-root.el:
5332 * cedet/ede/emacs.el:
5333 * cedet/ede/files.el:
5334 * cedet/ede/linux.el:
5335 * cedet/ede/locate.el:
5336 * cedet/ede/make.el:
5337 * cedet/ede/shell.el:
5338 * cedet/ede/speedbar.el:
5339 * cedet/ede/system.el:
5340 * cedet/ede/util.el:
5341 * cedet/semantic/analyze.el:
5342 * cedet/semantic/bovine.el:
5343 * cedet/semantic/complete.el:
5344 * cedet/semantic/ctxt.el:
5345 * cedet/semantic/db-file.el:
5346 * cedet/semantic/db-find.el:
5347 * cedet/semantic/db-global.el:
5348 * cedet/semantic/db-mode.el:
5349 * cedet/semantic/db-typecache.el:
5350 * cedet/semantic/db.el:
5351 * cedet/semantic/debug.el:
5352 * cedet/semantic/dep.el:
5353 * cedet/semantic/doc.el:
5354 * cedet/semantic/edit.el:
5355 * cedet/semantic/find.el:
5356 * cedet/semantic/format.el:
5357 * cedet/semantic/html.el:
5358 * cedet/semantic/ia-sb.el:
5359 * cedet/semantic/ia.el:
5360 * cedet/semantic/idle.el:
5361 * cedet/semantic/lex-spp.el:
5362 * cedet/semantic/lex.el:
5363 * cedet/semantic/mru-bookmark.el:
5364 * cedet/semantic/scope.el:
5365 * cedet/semantic/senator.el:
5366 * cedet/semantic/sort.el:
5367 * cedet/semantic/symref.el:
5368 * cedet/semantic/tag-file.el:
5369 * cedet/semantic/tag-ls.el:
5370 * cedet/semantic/tag-write.el:
5371 * cedet/semantic/tag.el:
5372 * cedet/semantic/util-modes.el:
5373 * cedet/semantic/analyze/complete.el:
5374 * cedet/semantic/analyze/refs.el:
5375 * cedet/semantic/bovine/c.el:
5376 * cedet/semantic/bovine/gcc.el:
5377 * cedet/semantic/bovine/make.el:
5378 * cedet/semantic/bovine/scm.el:
5379 * cedet/semantic/decorate/include.el:
5380 * cedet/semantic/decorate/mode.el:
5381 * cedet/semantic/symref/cscope.el:
5382 * cedet/semantic/symref/global.el:
5383 * cedet/semantic/symref/grep.el:
5384 * cedet/semantic/symref/idutils.el:
5385 * cedet/semantic/symref/list.el:
5386 * cedet/semantic/wisent/java-tags.el:
5387 * cedet/semantic/wisent/javascript.el:
5388 * cedet/srecode/compile.el:
5389 * cedet/srecode/cpp.el:
5390 * cedet/srecode/document.el:
5391 * cedet/srecode/el.el:
5392 * cedet/srecode/expandproto.el:
5393 * cedet/srecode/getset.el:
5394 * cedet/srecode/insert.el:
5395 * cedet/srecode/java.el:
5396 * cedet/srecode/map.el:
5397 * cedet/srecode/mode.el:
5398 * cedet/srecode/template.el:
5399 * cedet/srecode/texi.el: Remove the file-local setting of
5400 generated-autoload-feature.
5401
5402 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
5403 and only put a prop if it is non-nil.
5404
5405 2009-11-03 Juri Linkov <juri@jurta.org>
5406
5407 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
5408 (menu-bar-options-menu): Fix list quoting (Bug#4429).
5409
5410 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
5411 and "Menu" to make top-level menu item visually one unit (like
5412 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
5413 multi-word menu items). Fix :help string for quit-window.
5414
5415 2009-11-03 Glenn Morris <rgm@gnu.org>
5416
5417 * cedet/mode-local.el (with-mode-local): Doc fix.
5418
5419 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5420 (byte-compile-file-form-define-abbrev-table)
5421 (byte-compile-file-form-custom-declare-variable)
5422 (byte-compile-variable-ref, byte-compile-defvar):
5423 Whether or not a warning is enabled should only affect whether we issue
5424 the warning, not whether or not we collect the relevant data.
5425 Eg warnings can be turned on and off throughout the course of a file.
5426
5427 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
5428 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
5429
5430 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5431
5432 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
5433 * play/mpuz.el (mpuz-create-buffer):
5434 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
5435 (lm-print-y,s,noise, lm-print-w0, lm-init):
5436 * play/gomoku.el (gomoku-prompt-for-move):
5437 * play/fortune.el (fortune-in-buffer):
5438 * play/dissociate.el (dissociated-press):
5439 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5440 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
5441 * mail/supercite.el (sc-eref-show):
5442 * mail/smtpmail.el (smtpmail-send-it):
5443 * mail/rmailsum.el (rmail-summary-next-labeled-message)
5444 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
5445 (rmail-summary-undelete-many, rmail-summary-rmail-update)
5446 (rmail-summary-goto-msg, rmail-summary-expunge)
5447 (rmail-summary-get-new-mail, rmail-summary-search-backward)
5448 (rmail-summary-add-label, rmail-summary-output-menu)
5449 (rmail-summary-output-body):
5450 * mail/rfc822.el (rfc822-addresses):
5451 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
5452 * mail/mailpost.el (post-mail-send-it):
5453 * mail/hashcash.el (hashcash-generate-payment):
5454 * mail/feedmail.el (feedmail-run-the-queue)
5455 (feedmail-queue-send-edit-prompt-help-first)
5456 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
5457 (feedmail-deduce-address-list):
5458 * eshell/esh-ext.el (eshell-remote-command):
5459 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
5460 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
5461 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
5462 (viper-save-string-in-file, viper-valid-marker):
5463 * emulation/viper-keym.el (viper-toggle-key):
5464 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
5465 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
5466 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
5467 * emulation/viper-cmd.el (viper-exec-form-in-vi)
5468 (viper-exec-form-in-emacs, viper-brac-function):
5469 * emulation/viper.el (viper-delocalize-var):
5470 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
5471 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
5472 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
5473 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
5474 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
5475 * emulation/edt.el (edt-electric-helpify):
5476 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5477 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
5478 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
5479 (cua-indent-to-global-mark-column):
5480 * calendar/diary-lib.el (calendar-mark-1):
5481 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
5482 Use with-current-buffer.
5483 * emulation/viper.el (viper-delocalize-var): Use dolist.
5484
5485 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
5486
5487 * comint.el (comint-replace-by-expanded-history-before-point):
5488 Replace !! with the previous input string literally (Bug#1795).
5489
5490 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
5491
5492 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
5493 to be made up of whitespace.
5494
5495 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
5496
5497 * minibuffer.el (read-file-name): Don't use file dialogs for
5498 remote directories (Bug#99).
5499
5500 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
5501
5502 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
5503
5504 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
5505
5506 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
5507 instead of deleting the window or frame.
5508
5509 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
5510
5511 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5512 Support face colors.
5513
5514 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
5515 New function. Support face colors (Bug#1168).
5516 (tex-common-initialization): Use it.
5517
5518 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
5519 mode allows it (Bug#1168).
5520
5521 2009-10-31 Juri Linkov <juri@jurta.org>
5522
5523 * facemenu.el (list-colors-display): Don't mark buffer as
5524 modified (Bug#3948).
5525
5526 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
5527
5528 * international/mule-diag.el (list-character-sets-1): Minor
5529 message fix (Bug#3526).
5530
5531 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
5532 face property (Bug#4834).
5533 (etags-list-tags, etags-tags-apropos-additional)
5534 (etags-tags-apropos, tags-select-tags-table): Add follow-link
5535 property.
5536
5537 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
5538 items.
5539
5540 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
5541 items.
5542
5543 * cedet/ede.el (ede-minor-mode):
5544 * cedet/semantic.el (semantic-mode): Toggle menu separators.
5545
5546 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5547
5548 * textmodes/two-column.el (2C-split):
5549 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5550 * textmodes/tex-mode.el (tex-set-buffer-directory):
5551 * textmodes/spell.el (spell-region, spell-string):
5552 * textmodes/reftex.el (reftex-erase-buffer):
5553 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5554 * textmodes/reftex-toc.el (reftex-toc-promote-action):
5555 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5556 (reftex-select-item):
5557 * textmodes/reftex-ref.el (reftex-label-info-update)
5558 (reftex-offer-label-menu):
5559 * textmodes/reftex-index.el (reftex-index-change-entry)
5560 (reftex-index-phrases-info):
5561 * textmodes/reftex-global.el (reftex-create-tags-file)
5562 (reftex-save-all-document-buffers, reftex-ensure-write-access):
5563 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5564 (reftex-view-crossref-from-bibtex):
5565 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
5566 (reftex-extract-bib-entries-from-thebibliography)
5567 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
5568 * textmodes/refbib.el (r2b-capitalize-title):
5569 (r2b-convert-buffer, r2b-help):
5570 * textmodes/page-ext.el (pages-directory)
5571 (pages-directory-goto-with-mouse):
5572 * textmodes/bibtex.el (bibtex-validate-globally):
5573 * textmodes/bib-mode.el (bib-capitalize-title):
5574 * textmodes/artist.el (artist-clear-buffer, artist-system):
5575 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
5576 (local-set-scheme-interaction-buffer, xscheme-process-filter)
5577 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
5578 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
5579 (xscheme-send-control-g-interrupt, xscheme-start-process)
5580 (xscheme-process-sentinel, xscheme-cd):
5581 * progmodes/verilog-mode.el (verilog-read-always-signals)
5582 (verilog-set-define, verilog-getopt-file)
5583 (verilog-module-inside-filename-p):
5584 * progmodes/sh-script.el:
5585 * progmodes/python.el (python-pdbtrack-get-source-buffer)
5586 (python-pdbtrack-grub-for-buffer, python-execute-file):
5587 * progmodes/octave-inf.el (inferior-octave):
5588 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5589 (idlwave-shell-compile-helper-routines, idlwave-set-local)
5590 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
5591 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
5592 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
5593 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
5594 (idlwave-shell-filter, idlwave-shell-examine-highlight)
5595 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
5596 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
5597 (idlwave-shell-examine-display, idlwave-shell-run-region)
5598 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
5599 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
5600 * progmodes/idlw-help.el (idlwave-help-get-special-help)
5601 (idlwave-help-get-help-buffer):
5602 * progmodes/gud.el (gud-basic-call, gud-find-class)
5603 (gud-tooltip-activate-mouse-motions-if-enabled):
5604 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5605 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
5606 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
5607 (ebrowse-tags-next-file):
5608 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
5609 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
5610 (ebnf-eps-finish-and-write):
5611 * progmodes/cpp.el (cpp-edit-save):
5612 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
5613 * progmodes/cc-defs.el (c-emacs-features):
5614 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
5615 (antlr-directory-dependencies):
5616 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
5617 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
5618 (ada-find-any-references, ada-make-filename-from-adaname)
5619 (ada-make-body-gnatstub):
5620 * obsolete/rnews.el (news-list-news-groups):
5621 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
5622 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
5623 * net/rcirc.el (rcirc-debug):
5624 * net/newst-treeview.el (newsticker--treeview-list-add-item)
5625 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
5626 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
5627 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5628 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
5629 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
5630 (newsticker--treeview-list-clear-highlight)
5631 (newsticker--treeview-list-update-highlight)
5632 (newsticker--treeview-list-highlight-start)
5633 (newsticker--treeview-tree-update-highlight)
5634 (newsticker--treeview-get-selected-item)
5635 (newsticker-treeview-mark-list-items-old)
5636 (newsticker--treeview-set-current-node):
5637 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5638 * net/newst-backend.el (newsticker--get-news-by-funcall)
5639 (newsticker--get-news-by-wget, newsticker--image-get)
5640 (newsticker--image-sentinel):
5641 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
5642 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
5643 (eudc-ph-close-session):
5644 * net/eudc.el (eudc-save-options):
5645 * language/thai-word.el (thai-update-word-table):
5646 * language/japan-util.el (japanese-string-conversion):
5647 * international/titdic-cnv.el (tsang-quick-converter)
5648 (ziranma-converter, ctlau-converter):
5649 * international/mule-cmds.el (describe-language-environment):
5650 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
5651 (skkdic-convert-postfix, skkdic-convert-prefix):
5652 (skkdic-convert-okuri-nasi, skkdic-convert):
5653 * emacs-lisp/re-builder.el (reb-update-overlays):
5654 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
5655 * emacs-lisp/gulp.el (gulp-send-requests):
5656 * emacs-lisp/find-gc.el (trace-call-tree):
5657 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
5658 (eieio-describe-generic):
5659 * emacs-lisp/eieio-base.el (eieio-persistent-read):
5660 * emacs-lisp/edebug.el (edebug-outside-excursion):
5661 * emacs-lisp/debug.el (debugger-make-xrefs):
5662 * emacs-lisp/cust-print.el (custom-prin1-to-string):
5663 * emacs-lisp/chart.el (chart-new-buffer):
5664 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
5665 Use with-current-buffer.
5666 * textmodes/artist.el (artist-system): Don't call
5667 copy-sequence on a fresh string.
5668 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
5669
5670 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
5671
5672 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
5673 is no item to edit. (Bug#4820)
5674 (todo-top-priorities): Restore point and restore narrowing in Todo
5675 buffer. (Bug#4820)
5676
5677 2009-10-31 Glenn Morris <rgm@gnu.org>
5678
5679 * net/ange-ftp.el (top-level): Don't require dired when compiling.
5680 (comint-last-output-start, comint-last-input-start)
5681 (comint-last-input-end): Don't defvar when compiling.
5682 (ange-ftp-process-file): Use bound-and-true-p.
5683
5684 * pcmpl-rpm.el (top-level): Move provide statement to end.
5685 (pcmpl-rpm): Remove unused custom group.
5686
5687 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
5688
5689 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
5690
5691 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
5692 (byte-compile-warnings): Add `constants' as an option.
5693 (byte-compile-callargs-warn, byte-compile-arglist-warn)
5694 (display-call-tree): Update for byte-compile-fdefinition possibly
5695 returning `(macro lambda ...)'. (Bug#4778)
5696 (byte-compile-variable-ref, byte-compile-setq-default):
5697 Respect `constants' member of byte-compile-warnings.
5698
5699 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
5700 Use mapc rather than mapcar because the return value is never used.
5701
5702 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
5703 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
5704 * cedet/semantic/html.el:
5705 Suppress harmless warnings about setting up semantic-imenu (not
5706 part of Emacs) variables.
5707
5708 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5709
5710 * vc-bzr.el (vc-bzr-revision-keywords): New var.
5711 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
5712 to "submit:".
5713
5714 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
5715 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
5716 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
5717 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
5718 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
5719 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
5720 (semantic-analyzer-debug-global-symbol)
5721 (semantic-analyzer-debug-missing-innertype)
5722 (semantic-analyzer-debug-insert-include-summary):
5723 * cedet/semantic/util.el (semantic-file-tag-table):
5724 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
5725 (semantic-recursive-find-nonterminal-by-name):
5726 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
5727 * cedet/semantic/tag-file.el (semantic-prototype-file):
5728 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
5729 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
5730 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
5731 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5732 (semantic-idle-summary-maybe-highlight):
5733 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
5734 (semantic-ia-sb-tag-info):
5735 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
5736 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
5737 * cedet/semantic/ede-grammar.el (project-compile-target):
5738 (ede-proj-makefile-insert-variables):
5739 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
5740 (semantic-debug-set-source-location, semantic-debug-interface-layout)
5741 (semantic-debug-mode, semantic-debug):
5742 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
5743 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
5744 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5745 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
5746 (semanticdb-find-translate-path-includes--internal)
5747 (semanticdb-reset-log, semanticdb-find-log-activity):
5748 * cedet/semantic/db-file.el (object-write):
5749 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5750 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
5751 (semanticdb-create-ebrowse-database):
5752 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
5753 * cedet/semantic/complete.el (semantic-displayor-focus-request)
5754 (semantic-collector-calculate-completions-raw)
5755 (semantic-complete-read-tag-analyzer):
5756 * cedet/semantic/analyze.el (semantic-analyze-pulse):
5757 * cedet/ede/util.el (ede-update-version-in-source):
5758 * cedet/ede/proj.el (project-delete-target):
5759 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
5760 (ede-proj-flush-autoconf):
5761 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
5762 (ede-proj-configure-synchronize):
5763 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
5764 * cedet/ede/linux.el (ede-linux-version):
5765 * cedet/ede/emacs.el (ede-emacs-version):
5766 * cedet/ede/dired.el (ede-dired-add-to-target):
5767 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
5768 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
5769 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
5770 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
5771 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
5772 (cedet-idutils-version-check):
5773 * cedet/cedet-global.el (cedet-gnu-global-call):
5774 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
5775 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
5776 * cedet/cedet-cscope.el (cedet-cscope-call)
5777 (cedet-cscope-expand-filename, cedet-cscope-version-check):
5778 Use with-current-buffer.
5779 * cedet/ede.el (ede-make-project-local-variable)
5780 (ede-set-project-variables, ede-set): Use dolist.
5781
5782 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
5783
5784 * textmodes/ispell.el (ispell-skip-region-alist):
5785 * international/mule-conf.el (eight-bit):
5786 * international/fontset.el (font-encoding-alist):
5787 * startup.el (pure-space-overflow-message):
5788 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
5789 * paths.el (gnus-nntp-service, rmail-spool-directory)
5790 (term-file-prefix):
5791 * files.el (save-some-buffers-action-alist):
5792 * cmuscheme.el (same-window-buffer-names):
5793 * ielm.el (same-window-buffer-names):
5794 * shell.el (same-window-buffer-names):
5795 * mail/sendmail.el (same-window-buffer-names):
5796 * progmodes/inf-lisp.el (same-window-buffer-names):
5797 * bindings.el (mode-line-client)
5798 (mode-line-column-line-number-mode-map):
5799 * language/tibetan.el (tibetan-precomposition-rule-regexp)
5800 (tibetan-precomposed-regexp): Purecopy string arguments.
5801
5802 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5803
5804 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
5805 (calcDigit-nondigit):
5806 * calc/calc-yank.el (calc-copy-to-buffer):
5807 * calc/calc-units.el (calc-invalidate-units-table):
5808 * calc/calc-trail.el (calc-trail-yank):
5809 * calc/calc-store.el (calc-insert-variables):
5810 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5811 * calc/calc-prog.el (calc-read-parse-table):
5812 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5813 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5814 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5815 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5816 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5817 (calc-graph-name, calc-graph-find-command, calc-graph-view)
5818 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5819 * calc/calc-ext.el (calc-realign):
5820 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5821 (calc-embedded-finish-edit, calc-embedded-make-info)
5822 (calc-embedded-finish-command, calc-embedded-stack-change):
5823 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5824
5825 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
5826 (overload-docstring-extension): Use that info.
5827 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
5828 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
5829 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
5830 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
5831 (semantic-nonterminal-full-name): Add the new `when' info.
5832 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
5833 `assert'.
5834
5835 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5836 shell-dynamic-complete-filename in preference to
5837 comint-dynamic-complete-filename.
5838
5839 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5840 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5841 Don't consider whether the display supports colors.
5842 (bookmark-import-new-list): Use dolist.
5843 (bookmark-bmenu-mode-map): Move initialization into declaration.
5844 (bookmark-bmenu-list): Use dolist, simplify.
5845 (bookmark-show-all-annotations): Use save-selected-window and dolist.
5846 (menu-bar-final-items): Use push.
5847
5848 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
5849
5850 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5851 it works on remote files.
5852 (vc-hg-diff): Don't pass any `--cwd' argument.
5853
5854 2009-10-27 Kevin Ryde <user42@zip.com.au>
5855
5856 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5857 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
5858 (Further to Bug#3921).
5859
5860 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
5861
5862 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
5863 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
5864 calling `tramp-imap-put-file'. Add file size to the call.
5865 (tramp-imap-get-file-entries): Compute also user name, file size,
5866 and date.
5867 (tramp-imap-handle-insert-directory): Insert uid and gid.
5868 (tramp-imap-handle-file-attributes): Transform uid and gid
5869 according to `id-format'.
5870 (tramp-imap-put-file): New optional parameter SIZE. Encode file
5871 size in header X-Size.
5872
5873 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
5874
5875 * simple.el (transpose-subr): Give clearer error when the mark
5876 is not set. (Bug#4807)
5877
5878 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
5879
5880 * net/tramp.el (tramp-perl-file-truename): New defconst.
5881 Perl code contributed by yary <not.com@gmail.com> (tiny change).
5882 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
5883 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
5884 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
5885
5886 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5887 Ignore `dired-call-process'.
5888 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
5889
5890 2009-10-26 Julian Scheid <julians37@gmail.com>
5891
5892 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
5893 (tramp-get-remote-readlink): New defun.
5894 (tramp-handle-file-truename): Use it.
5895 (tramp-handle-file-exists-p): Check file-attributes cache, assume
5896 file exists if cache value present.
5897 (tramp-check-cached-permissions): New defun.
5898 (tramp-handle-file-readable-p): Use it.
5899 (tramp-handle-file-writable-p): Likewise.
5900 (tramp-handle-file-executable-p): Likewise.
5901 (tramp-handle-file-name-all-completions): Try using Perl to get
5902 partial completions. When perl not available, combine `cd' and
5903 `ls' into single remote operation and use shell expansion to get
5904 partial remote directory contents. Set `file-exists-p' cache for
5905 directory and any files returned by ls. Change cache handling to
5906 support partial directory contents. Use error message emitted by
5907 remote `cd' or Perl code for local tramp-error.
5908 (tramp-do-copy-or-rename-file-directly): Avoid separate
5909 tramp-send-command-and-check call.
5910 (tramp-handle-process-file): Merge three remote ops into one.
5911 Do not flush all caches when `process-file-side-effects' is set.
5912 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
5913 file-attributes shows uid/gid to be set already.
5914
5915 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
5916
5917 * textmodes/tex-mode.el (tex-dvi-view-command)
5918 (tex-show-queue-command, tex-open-quote):
5919 * progmodes/ruby-mode.el (auto-mode-alist)
5920 (interpreter-mode-alist): Purecopy strings.
5921
5922 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
5923
5924 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
5925 string for the hook, keymap and abbrev table.
5926
5927 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
5928
5929 * x-dnd.el (x-dnd-xdnd-to-action):
5930 * startup.el (fancy-startup-text, fancy-about-text): Change to
5931 defconst from defvar.
5932
5933 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
5934
5935 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5936 Purecopy initialization strings.
5937
5938 * mail/sendmail.el (mail-header-separator)
5939 (mail-personal-alias-file):
5940 * mail/rmail.el (rmail-default-dont-reply-to-names)
5941 (rmail-ignored-headers, rmail-retry-ignored-headers)
5942 (rmail-highlighted-headers, rmail-secondary-file-directory)
5943 (rmail-secondary-file-regexp):
5944 * files.el (null-device, file-name-invalid-regexp)
5945 (locate-dominating-stop-dir-regexp)
5946 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
5947 (interpreter-mode-alist): Use mapcar instead of mapc.
5948
5949 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5950
5951 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5952 (completion-ignored-extensions):
5953 (debug-ignored-errors): Purecopy strings.
5954
5955 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5956
5957 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5958 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5959 (pcomplete--here): Use push.
5960
5961 * subr.el (all-completions): Declare the 4th arg obsolete.
5962
5963 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5964
5965 * pcomplete.el (pcomplete-unquote-argument-function): New var.
5966 (pcomplete-unquote-argument): New function.
5967 (pcomplete--common-suffix): Always pay attention to case.
5968 (pcomplete--table-subvert): Quote and unquote the text.
5969 (pcomplete--common-quoted-suffix): New function.
5970 (pcomplete-std-complete): Use it and pcomplete-begin.
5971
5972 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
5973 we're inside a dedicated or minibuffer window.
5974
5975 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5976
5977 * cedet/semantic/fw.el (semantic-alias-obsolete)
5978 (semantic-varalias-obsolete): Make the `when' arg mandatory.
5979 (define-mode-overload-implementation):
5980 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
5981 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
5982 * cedet/semantic/util.el (semantic-file-token-stream)
5983 (semantic-something-to-stream):
5984 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
5985 (semantic-expand-nonterminal):
5986 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
5987 (semantic-find-dependency, semantic-find-nonterminal)
5988 (semantic-find-dependency):
5989 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
5990 (semantic-flex-text, semantic-flex-make-keyword-table)
5991 (semantic-flex-keyword-p, semantic-flex-keyword-put)
5992 (semantic-flex-keyword-get, semantic-flex-map-keywords)
5993 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
5994 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
5995 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
5996 (semantic-after-idle-scheduler-reparse-hooks):
5997 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
5998 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
5999 * cedet/semantic.el (semantic-toplevel-bovine-table)
6000 (semantic-toplevel-bovine-cache)
6001 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
6002 (semantic-init-mode-hooks, semantic-init-db-hooks)
6003 (semantic-bovination-working-type): Provide the `when' arg.
6004
6005 2009-10-24 Karl Fogel <kfogel@red-bean.com>
6006
6007 * bookmark.el: Update documentation, especially documentation
6008 of `bookmark-alist' and of the bookmark file format.
6009 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
6010
6011 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
6012
6013 * mail/emacsbug.el (report-emacs-bug): Clarify that the
6014 keybindings apply to the mail buffer (Bug#4003). Shrink help
6015 window to buffer.
6016
6017 * whitespace.el (whitespace-mode, whitespace-newline-mode)
6018 (global-whitespace-mode, global-whitespace-newline-mode)
6019 (whitespace-toggle-options, global-whitespace-toggle-options):
6020 Doc fix (Bug#3660).
6021
6022 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
6023 of xmltok-start before the end tag was inserted (Bug#2840).
6024
6025 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6026 patterns that are preceded by an open-paren (Bug#1320).
6027
6028 2009-10-24 Sven Joachim <svenjoac@gmx.de>
6029
6030 * files.el (delete-directory): Delete symlinks to directories with
6031 delete-file (Bug#4739).
6032
6033 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
6034
6035 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
6036 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
6037 argument to make-obsolete.
6038
6039 * cedet/semantic/fw.el (semantic-alias-obsolete)
6040 (semantic-varalias-obsolete): Add optional WHEN argument.
6041
6042 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
6043
6044 * vc.el (vc-backend-for-registration): Rename from
6045 vc-get-backend-for-registration. Update callers.
6046
6047 * international/mule-cmds.el (set-language-info-alist):
6048 Purecopy lang-env.
6049 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
6050 (charset): Purecopy the name.
6051 (define-char-code-property): Purecopy string arguments.
6052
6053 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6054 Purecopy string arguments.
6055
6056 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6057 * ediff-hook.el (menu-bar-ediff-menu):
6058 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
6059 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
6060
6061 2009-10-24 Glenn Morris <rgm@gnu.org>
6062
6063 * comint.el (comint-dynamic-list-completions):
6064 * term.el (term-dynamic-list-completions): Use choose-completion rather
6065 than obsolete alias mouse-choose-completion.
6066
6067 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
6068 file-cache-choose-completion.
6069 (file-cache-choose-completion): Handle an optional event argument.
6070 (file-cache-mouse-choose-completion): Make it an obsolete alias.
6071
6072 * progmodes/octave-mod.el (octave-complete-symbol):
6073 Use choose-completion if mouse-choose-completion is ever removed.
6074
6075 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
6076 use.
6077
6078 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
6079 compiler.
6080
6081 * vc-hooks.el (vc-responsible-backend): Fix declaration.
6082
6083 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6084
6085 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
6086 Ignore `pred' now that we receive one.
6087 Handle test-completion specially.
6088
6089 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6090
6091 * vc.el (vc-responsible-backend): Throw an error if not backend is
6092 found. Remove the REGISTER argument. Move the code dealing with
6093 REGISTER ...
6094 (vc-get-backend-for-registration): ... here. New function.
6095 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
6096 of vc-responsible-backend, pass the file name instead of the
6097 directory name.
6098
6099 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6100
6101 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
6102 New funs.
6103 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
6104 (pcomplete-comint-setup): Don't modify a global var via
6105 accidental side-effects.
6106 (pcomplete-shell-setup): Adjust call accordingly.
6107 (pcomplete-parse-comint-arguments): Use push.
6108
6109 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
6110
6111 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6112 Allow uncapitalized info node names (Bug#3921).
6113
6114 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
6115 to the DEBUG file (Bug#3781).
6116
6117 2009-10-23 Jari Aalto <jari.aalto@cante.net>
6118
6119 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
6120 dictionary entry (Bug#4579).
6121
6122 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
6123
6124 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
6125 from `rfn-eshadow-update-overlay-hook' when unloading.
6126 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
6127 "rsyncc". Adjust doc string.
6128 (tramp-temp-buffer-file-name): New buffer-local defvar.
6129 (tramp-handle-insert-file-contents, tramp-handle-write-region):
6130 Keep temporary file when indicated by method ("rsync" and
6131 "rsyncc").
6132 (tramp-handle-write-region): Handle APPEND.
6133 (tramp-delete-temp-file-function): New defun. Added to
6134 `kill-buffer-hook'.
6135
6136 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
6137
6138 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
6139
6140 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6141
6142 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
6143 (color-name-rgb-alist, tty-standard-colors)
6144 (tty-color-mode-alist): Change to defconst.
6145
6146 * simple.el (mark-inactive): Purecopy message.
6147
6148 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
6149 (global-map, yank-menu):
6150 * textmodes/ispell.el (ispell-menu-map):
6151 * net/eudc.el (eudc-tools-menu):
6152 * international/mule-cmds.el (describe-language-environment-map)
6153 (setup-language-environment-map, set-coding-system-map)
6154 (mule-menu-keymap):
6155 * vc-hooks.el (vc-menu-entry, vc-menu-map):
6156 * replace.el (occur-mode-map):
6157 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
6158
6159 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
6160
6161 * calc/calc.el (math-read-number, math-read-number-simple): Use
6162 `save-match-data'.
6163
6164 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6165
6166 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
6167 rather than fiddling with global-map bindings, since it should only
6168 affect per-terminal settings.
6169 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
6170
6171 * minibuffer.el (completion-table-with-terminator): Allow to specify
6172 the terminator-regexp.
6173
6174 * simple.el (switch-to-completions): Look for *Completions* in other
6175 frames as well.
6176
6177 * pcomplete.el: Allow the use of completion-tables.
6178 (pcomplete-std-complete): New command.
6179 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
6180 (pcomplete--here): Use a function for `form' rather than an expression,
6181 so it can be byte-compiled.
6182 (pcomplete-here, pcomplete-here*): Adjust accordingly.
6183 Add edebug declaration.
6184 (pcomplete-show-completions): Remove unused var `curbuf'.
6185 (pcomplete-do-complete, pcomplete-stub):
6186 Don't assume `completions' is a list of strings any more.
6187
6188 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
6189
6190 * find-dired.el (find-name-arg): Fix typo in docstring.
6191
6192 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6193
6194 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
6195 (pcmpl-linux-fs-types): Same, and update to new modules layout.
6196
6197 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
6198 pcomplete-entries.
6199
6200 * comint.el (comint-read-input-ring, comint-write-input-ring)
6201 (comint-substitute-in-file-name)
6202 (comint-dynamic-complete-as-filename)
6203 (comint-dynamic-simple-complete)
6204 (comint-dynamic-list-filename-completions)
6205 (comint-dynamic-list-completions)
6206 (comint-redirect-results-list-from-process): Minor simplifications.
6207
6208 2009-10-21 Kevin Ryde <user42@zip.com.au>
6209
6210 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6211 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
6212 the first form. And insert a blank line after ";;; Code" since
6213 that's usual style. (Bug#4612)
6214
6215 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
6216
6217 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6218
6219 * minibuffer.el (completion-table-with-terminator): Properly implement
6220 boundaries, in case `terminator' appears in the suffix.
6221 (completion--embedded-envvar-table): Don't return boundaries if
6222 there's no valid completion. Simplify.
6223 (completion-file-name-table): New completion table extracted from
6224 completion--file-name-table.
6225 (completion--file-name-table): Use it.
6226 (read-file-name-predicate): Declare obsolete.
6227 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
6228 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
6229 completion-file-name-table, and use the `pred' argument.
6230 * files.el (locate-file-completion-table): Use the `pred' arg rather
6231 than read-file-name-predicate.
6232 (abbreviate-file-name): Use \` rather than ^ for BOS.
6233
6234 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
6235
6236 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
6237 vc-responsible-backend to register, it causes problems.
6238
6239 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6240
6241 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
6242
6243 2009-10-21 Eric Ludlam <zappo@gnu.org>
6244
6245 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
6246 (semantic-c-debug-mode-init-pch): New functions.
6247 (semantic-c-debug-mode-init-last-mode): New var.
6248 (semantic-c-parse-lexical-token): Use them.
6249
6250 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
6251 When extracting the argument list, limit only by point-max.
6252
6253 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
6254
6255 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
6256 (tramp-smb-handle-file-attributes): Use it.
6257 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
6258 (tramp-smb-handle-insert-directory): Use `mapc' rather than
6259 `mapcar'. Use `tramp-smb-get-stat-capability'.
6260 Add `dired-filename' text properties.
6261 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
6262 (tramp-smb-maybe-open-connection): Simplify check for smbclient
6263 version.
6264
6265 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6266
6267 * subr.el (read-key-delay): Reduce to 0.01.
6268 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
6269 (bug#4751).
6270
6271 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6272
6273 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
6274
6275 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
6276 (Info-menu): Remove unused vars `last' and `completions'.
6277 (Info-index-nodes): Remove unused var `node'.
6278
6279 * info.el (Info-complete-menu-item): Use complete-with-action.
6280
6281 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6282
6283 Make vc-annotate work through copies and renames.
6284 * vc-annotate.el (vc-annotate-extract-revision-at-line):
6285 Return the file name too.
6286 (vc-annotate-revision-at-line)
6287 (vc-annotate-find-revision-at-line)
6288 (vc-annotate-revision-previous-to-line)
6289 (vc-annotate-show-log-revision-at-line): Update to get the file
6290 name from vc-annotate-extract-revision-at-line.
6291 (vc-annotate-show-diff-revision-at-line-internal): Change the
6292 argument to mean whether to show a file diff or not. Get the file
6293 name from vc-annotate-extract-revision-at-line.
6294 (vc-annotate-show-diff-revision-at-line):
6295 Update vc-annotate-show-diff-revision-at-line call.
6296 (vc-annotate-warp-revision): Add an optional file argument.
6297
6298 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
6299 (vc-git-annotate-extract-revision-at-line): Also return the file
6300 name if found.
6301
6302 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
6303 command. Remove unused code.
6304 (vc-hg-annotate-re): Update to match --follow output.
6305 (vc-hg-annotate-extract-revision-at-line): Also return the file
6306 name if found.
6307
6308 * vc.el: Update annotate-extract-revision-at-line documentation.
6309
6310 2009-10-18 Kevin Ryde <user42@zip.com.au>
6311
6312 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
6313 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
6314
6315 * net/browse-url.el (browse-url): Identify alist with "consp and
6316 not functionp" and let all other things go down the `apply' leg,
6317 as suggested by Stefan. (Further to bug#4531.)
6318
6319 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
6320
6321 * minibuffer.el (read-file-name): Check for repeat before putting
6322 a default argument in file-name-history (Bug#4657).
6323
6324 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
6325 read syntax (Bug#4737).
6326
6327 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
6328
6329 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6330
6331 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
6332 (html-tag-alist, html-tag-help): Add descriptions for undocumented
6333 entries and make note of obsolete tags.
6334
6335 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6336
6337 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
6338
6339 2009-10-18 Glenn Morris <rgm@gnu.org>
6340
6341 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
6342 grep, so that binary files (eg international/uni-bidi.el) can match.
6343 Remove test for "UnicodeData" files, since it is hopefully unnecessary
6344 now, and in any case the file header format has changed.
6345
6346 2009-10-17 Glenn Morris <rgm@gnu.org>
6347
6348 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
6349 (flyspell-get-word, flyspell-large-region)
6350 (flyspell-auto-correct-previous-word): Doc/error message fixes.
6351
6352 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
6353
6354 * Makefile.in (ELCFILES): Add ede/shell.
6355
6356 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
6357
6358 * term/common-win.el (x-colors): Purecopy it.
6359
6360 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6361
6362 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
6363 permissive for when the buffer is empty.
6364 (tar-header-block-tokenize): Decode the username and groupname.
6365 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
6366
6367 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
6368
6369 * cedet/srecode/srt.el:
6370 * cedet/srecode/compile.el:
6371 * cedet/semantic/mru-bookmark.el:
6372 * cedet/semantic/debug.el:
6373 * cedet/semantic/complete.el:
6374 * cedet/semantic/analyze.el: Require CL when compiling.
6375
6376 2009-10-17 Eric Ludlam <zappo@gnu.org>
6377
6378 * cedet/semantic/scope.el
6379 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
6380 tmpscope so that the regular scope will continue to work.
6381
6382 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
6383 Use semantic-idle-summary-highlight-face as the highlighting.
6384
6385 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
6386 contains multibyte characters, choose first applicable coding
6387 system automatically.
6388
6389 * cedet/ede/project-am.el (project-run-target): New method.
6390 (project-run-target): New method.
6391
6392 * cedet/ede.el (ede-target): Add run target menu item.
6393 (ede-project, ede-minor-keymap): Add ede-run-target binding.
6394 (ede-run-target): New function.
6395 (ede-target::project-run-target): New method.
6396
6397 * cedet/ede/proj.el (project-run-target): New method.
6398
6399 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
6400 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
6401 Add :rules.
6402 (ede-proj-target-makefile-shared-object): Only libtool compilers
6403 now available. Add linkers for libtool.
6404 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
6405 (ede-proj-makefile-target-name): Always use .la extension.
6406
6407 * cedet/ede/proj-prog.el (project-run-target): New method.
6408
6409 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
6410 (ede-g++-linker): Change Change link lines.
6411
6412 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
6413 When searching for old variables, go to the end of the buffer and
6414 search backward from there.
6415 (ede-proj-makefile-automake-insert-subdirs)
6416 (ede-proj-makefile-automake-insert-extradist): New methods.
6417 (ede-proj-makefile-create): Use them.
6418
6419 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
6420 Force FILE to expand to the current target. Use file-exists-p to
6421 check that it exists.
6422
6423 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
6424 (ede-linux-load): Wrap dir in file-name-as-directory.
6425 Set :version slot.
6426
6427 * cedet/ede/files.el (ede-get-locator-object): When enabling
6428 locate, do so on "top".
6429
6430 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
6431 file-name-as-directory during compare.
6432 (ede-emacs-version): Return Emacs/XEmacs differentiator.
6433 Get version number from different places. Don't call egrep.
6434 (ede-emacs-load): Set :version slot. Call file-name-as-directory
6435 to set the directory.
6436
6437 * cedet/ede/shell.el: New file.
6438
6439 * cedet/inversion.el (inversion-decoders): Allow for stray . in
6440 alpha/beta variants.
6441
6442 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6443
6444 * international/mule-cmds.el (select-safe-coding-system): If the file
6445 has a coding cookie, use it regardless of any other setting (bug#4712).
6446
6447 2009-10-17 Glenn Morris <rgm@gnu.org>
6448
6449 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
6450 All errors should have messages.
6451
6452 * foldout.el (foldout-mouse-swallow-events):
6453 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6454
6455 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6456 (dired-keep-marker-copy, dired-keep-marker-hardlink)
6457 (dired-keep-marker-symlink, dired-dwim-target)
6458 (dired-copy-preserve-time): Do not autoload these defcustoms.
6459
6460 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6461 messages from messing up the file coding. (Bug#4623)
6462
6463 2009-10-17 Jari Aalto <jari.aalto@cante.net>
6464
6465 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6466 if no match is found for the current dictionary. (Bug#4578)
6467
6468 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
6469 optional, since that is how it is documented, and this is often called
6470 with a nil argument. (Bug#4577)
6471 (flyspell-external-point-words, flyspell-auto-correct-word)
6472 (flyspell-correct-word-before-point, flyspell-word-search-forward)
6473 (flyspell-word-search-backward): Remove nil argument in calls to
6474 flyspell-get-word, since it is not needed now.
6475
6476 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
6477
6478 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
6479
6480 2009-10-16 Glenn Morris <rgm@gnu.org>
6481
6482 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
6483
6484 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
6485
6486 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
6487 (ange-ftp-file-size): New function.
6488 (ange-ftp-file-attributes): Use it.
6489
6490 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
6491
6492 * net/tramp-smb.el (tramp-smb-version): New defvar.
6493 (tramp-smb-maybe-open-connection): Use it, in order to avoid
6494 repeated checks.
6495
6496 2009-10-16 Glenn Morris <rgm@gnu.org>
6497
6498 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6499 Maybe copy some custom properties from old to new name. (Bug#4706)
6500
6501 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
6502
6503 * subr.el (error, sit-for, start-process-shell-command)
6504 (start-file-process-shell-command): Set the calling convention
6505 after the function definition.
6506
6507 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
6508
6509 * subr.el (error, sit-for, start-process-shell-command)
6510 (start-file-process-shell-command): Use the new
6511 set-advertised-calling-convention feature.
6512
6513 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
6514
6515 * international/ucs-normalize.el (ucs-normalize-version):
6516 Change to 1.2.
6517 (check-range): Adjust for Unicode 5.2.
6518
6519 2009-10-15 Juri Linkov <juri@jurta.org>
6520
6521 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6522 to the `menu-item' format.
6523
6524 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
6525
6526 * net/tramp.el (tramp-replace-environment-variables): Do not fail
6527 if the environment variable does not exist.
6528
6529 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6530 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6531 parameter.
6532 (tramp-smb-handle-add-name-to-file)
6533 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6534 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6535 (tramp-smb-handle-file-attributes)
6536 (tramp-smb-do-file-attributes-with-stat)
6537 (tramp-smb-handle-file-local-copy)
6538 (tramp-smb-handle-insert-directory)
6539 (tramp-smb-handle-make-directory)
6540 (tramp-smb-handle-make-directory-internal)
6541 (tramp-smb-handle-make-symbolic-link)
6542 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6543 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6544 (tramp-smb-maybe-open-connection): Apply the changed parameters.
6545 (tramp-smb-read-file-entry): Read Disk names in compressed format.
6546 Handle long file names.
6547 (tramp-smb-get-cifs-capabilities): Check, whether the connection
6548 process is running.
6549 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6550 Read share names with "-g" option.
6551
6552 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
6553
6554 * net/rcirc.el (rcirc-view-log-file): New command.
6555 (rcirc-track-minor-mode-map): Remove C-c ` binding.
6556 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6557 specified.
6558
6559 2009-10-15 Glenn Morris <rgm@gnu.org>
6560
6561 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6562 from the second command-line argument.
6563 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6564 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6565 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6566 w32-batch-update-autoloads.
6567 * emacs-lisp/autoload.el (autoload-make-program): New variable.
6568 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6569
6570 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6571 the headers cannot be located. Simplify, subtracting superflous
6572 save-excursions.
6573
6574 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
6575
6576 Replace completion-base-size by completion-base-position to fix bugs
6577 such as (bug#4699).
6578 * simple.el (completion-base-position): New var.
6579 (completion-base-size): Mark as obsolete.
6580 (choose-completion): Make it work for mouse events as well.
6581 Pass the new base-position to choose-completion-string.
6582 (choose-completion-guess-base-position): New function, extracted from
6583 choose-completion-delete-max-match.
6584 (choose-completion-delete-max-match): Use it. Make obsolete.
6585 (choose-completion-string): Use the new base-position info.
6586 (completion-root-regexp): Delete.
6587 (completion-setup-function): Preserve completion-base-position.
6588 Eliminate obsolete base-size manipulation.
6589 * minibuffer.el (display-completion-list): Don't mess with base-size.
6590 (minibuffer-completion-help): Set completion-base-position instead.
6591 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6592 choose-completion.
6593 * textmodes/bibtex.el (bibtex-complete):
6594 * emacs-lisp/crm.el (crm--choose-completion-string):
6595 Adjust to new calling convention.
6596 * complete.el (partial-completion-mode): Use minibufferp to avoid
6597 bumping into incompatible change to choose-completion-string-functions.
6598 * ido.el (ido-choose-completion-string): Make its calling convention
6599 more permissive.
6600 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6601 base-size manipulation.
6602 (comint-dynamic-list-input-ring): Use dotimes and push.
6603 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6604 fundamental-mode. Use `or'.
6605
6606 2009-10-14 Juri Linkov <juri@jurta.org>
6607
6608 * misearch.el (multi-isearch-next-buffer-from-list)
6609 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
6610
6611 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6612
6613 * Makefile.in (compile-onefile): Load `bytecomp' rather than
6614 `bytecomp.el'.
6615
6616 * minibuffer.el (completion-pcm--merge-completions): Make sure the
6617 string we return is all made up of text from the completions rather
6618 than part from the completions and part from the input (bug#4219).
6619
6620 * ido.el (ido-everywhere): Use define-minor-mode.
6621
6622 * buff-menu.el (list-buffers, ctl-x-map):
6623 Mark the entry points with ;;;###autoload cookies.
6624
6625 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
6626
6627 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6628 correctly in the detached head case.
6629 (vc-git-print-log): Remove unused binding.
6630
6631 * vc.el (vc-responsible-backend): When a directory is passed for
6632 for registration create a VC repository if no backend is
6633 responsible for the directory argument.
6634 (vc-deduce-fileset): Tell vc-responsible-backend to register.
6635
6636 * vc.el: Move comments about RCS and SCCS ...
6637 * vc-rcs.el:
6638 * vc-sccs.el: ... here, respectively.
6639
6640 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6641
6642 * minibuffer.el (completion--file-name-table): Return nil if there's
6643 no file completion, even if substitute-in-file-name changed
6644 the string (bug#4708).
6645
6646 2009-10-13 Juri Linkov <juri@jurta.org>
6647
6648 * files-x.el (read-file-local-variable-value): Don't filter out
6649 minor modes from mode name completion (bug#4664).
6650
6651 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
6652
6653 * international/mule-cmds.el (ucs-names): Remove exclusion of
6654 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6655
6656 2009-10-13 Kenichi Handa <handa@m17n.org>
6657
6658 * international/uni-name.el: Regenerated.
6659
6660 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
6661
6662 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
6663 should be automatically buffer-local, but isn't.)
6664
6665 2009-10-12 Sam Steingold <sds@gnu.org>
6666
6667 * progmodes/compile.el (compilation-next-error-function): Fix the
6668 timestamps if the buffer has been visited before.
6669 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6670 non-anchored patterns, like the perl one (bug#3928).
6671
6672 2009-10-12 Glenn Morris <rgm@gnu.org>
6673
6674 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6675 Let-bind `size'.
6676
6677 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
6678
6679 * proced.el (proced-unload-function): New function.
6680
6681 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6682 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6683 Doc fix.
6684
6685 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6686
6687 2009-10-11 Juri Linkov <juri@jurta.org>
6688
6689 * files-x.el (read-file-local-variable-value):
6690 Provide default value only for bound variables (bug#4664).
6691
6692 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
6693
6694 * net/tramp.el (tramp-local-host-p): Function shall return nil for
6695 connection methods like smb.
6696
6697 * net/tramp-cache.el (tramp-flush-connection-property): The hash
6698 can be empty.
6699
6700 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6701 (tramp-smb-file-name-handler-alist): Add handlers for
6702 `add-name-to-file', `make-symbolic-link'.
6703 (tramp-smb-handle-add-name-to-file)
6704 (tramp-smb-do-file-attributes-with-stat)
6705 (tramp-smb-handle-make-symbolic-link)
6706 (tramp-smb-get-cifs-capabilities): New defuns.
6707 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6708 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6709 (tramp-smb-handle-file-local-copy)
6710 (tramp-smb-handle-make-directory-internal)
6711 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6712 The file name syntax depends on cifs capabilities.
6713 (tramp-smb-handle-file-attributes):
6714 Call `tramp-smb-do-file-attributes-with-stat' if possible.
6715 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6716 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
6717
6718 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
6719
6720 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6721 (eieio-defclass): Apply deftype handler and setf-method properties
6722 directly.
6723 (eieio-add-new-slot): Avoid union function from cl library.
6724 (eieio--typep): New function.
6725 (eieio-perform-slot-validation): Use it.
6726
6727 2009-10-10 Karl Fogel <kfogel@red-bean.com>
6728
6729 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6730 Update documentation to refer to the variables documented in r1.135.
6731 (Bug#4188)
6732
6733 2009-10-10 Karl Fogel <kfogel@red-bean.com>
6734
6735 * bookmark.el (Info-suffix-list): Remove this unused variable.
6736 (bookmark-current-point): Remove this obsolete variable.
6737 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6738 Adjust for removal of bookmark-current-point.
6739
6740 (bookmarks-already-loaded, bookmark-current-buffer)
6741 (bookmark-yank-point): Document. (Bug#4188)
6742
6743 2009-10-10 Glenn Morris <rgm@gnu.org>
6744
6745 * frame.el (frame-height): Doc fix.
6746
6747 * calendar/calendar.el (calendar-split-width-threshold): New option.
6748 (calendar-basic-setup): Use calendar-split-width-threshold.
6749
6750 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
6751
6752 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
6753 Use .la for Automake.
6754
6755 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
6756
6757 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
6758 Use "autoreconf -i". Suggested by Andreas Schwab.
6759
6760 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
6761
6762 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6763 Ideographic Supplement" range (U+1F200..U+1F2FF).
6764
6765 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6766
6767 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
6768 since the list will have been rebuilt anyway. (Bug#4349)
6769
6770 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6771
6772 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
6773 (bookmark-bmenu-execute-deletions): Don't save here, as
6774 bookmark-delete will now do so if necessary.
6775 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
6776 (Bug#4348)
6777
6778 2009-10-09 Glenn Morris <rgm@gnu.org>
6779
6780 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6781
6782 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6783
6784 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6785 (bookmark-jump-other-window): Just invoke bookmark-jump with new
6786 argument now, so the two function's behaviors will match. (Bug#3645)
6787
6788 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
6789
6790 * cedet/ede/proj.el (project-make-dist, project-compile-project):
6791 Fix filename test.
6792 (ede-proj-dist-makefile): Use expand-file-name instead of concat
6793 to expand file names.
6794
6795 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
6796
6797 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
6798 (tramp-file-name-real-host, tramp-file-name-port):
6799 Apply `save-match-data'.
6800
6801 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6802 case both directories are remote.
6803 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
6804 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
6805
6806 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
6807
6808 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
6809 (ede-proj-target-makefile-objectcode): Use it.
6810
6811 * cedet/ede/source.el (ede-want-any-source-files-p)
6812 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
6813 Return search result. This error was introduced while merging.
6814
6815 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
6816
6817 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6818
6819 2009-10-07 Glenn Morris <rgm@gnu.org>
6820
6821 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6822 of concat.
6823
6824 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6825
6826 * files-x.el (read-file-local-variable): Include some
6827 non-user-variables in the completion table (bug#4664).
6828
6829 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
6830
6831 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6832 message.
6833
6834 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6835 (tramp-smb-file-name-handler-alist): Add handler for
6836 `copy-directory', `expand-file-name', `set-file-modes'.
6837 (tramp-smb-handle-copy-directory)
6838 (tramp-smb-handle-expand-file-name)
6839 (tramp-smb-handle-set-file-modes): New defuns.
6840 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6841 (tramp-smb-handle-file-attributes): Simplify check for retrieving
6842 entry.
6843 (tramp-smb-handle-insert-directory): Don't flush the cache.
6844 (tramp-smb-maybe-open-connection): Check for samba client and
6845 server versions.
6846
6847 2009-10-07 Eli Zaretskii <eliz@gnu.org>
6848
6849 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6850 to not error out of search for "^lisp=" fails.
6851
6852 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
6853
6854 * makefile.w32-in (WINS_UPDATES): New macro.
6855 (custom-deps, finder-data, autoloads): Use it.
6856
6857 2009-10-07 Glenn Morris <rgm@gnu.org>
6858
6859 * Makefile.in (autoloads): Revert previous change.
6860 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6861 the list of preloaded files passed on the command-line, get
6862 it from src/Makefile.
6863
6864 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6865 show the original buffer rather than a random one.
6866
6867 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
6868
6869 * help.el (describe-no-warranty): Place point in a slightly better
6870 position in the GPLv3 text.
6871
6872 2009-10-06 Sam Steingold <sds@gnu.org>
6873
6874 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6875 the comm attribute is present before calling regexp-quote.
6876
6877 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
6878
6879 * play/animate.el (animate-string): For good effect, make sure
6880 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6881
6882 * play/animate.el (animate-sequence, animate-birthday-present):
6883 * misc.el (butterfly): Don't set `indent-tabs-mode'.
6884
6885 2009-10-06 Glenn Morris <rgm@gnu.org>
6886
6887 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
6888
6889 * emacs-lisp/autoload.el (autoload-excludes): New variable.
6890 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
6891 (batch-update-autoloads): Process a string value of autoload-excludes,
6892 set during the build process.
6893 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
6894
6895 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
6896 inside with-parsed... macro so that `v' is defined.
6897
6898 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
6899 * progmodes/fortran.el (fortran-end-of-block)
6900 (fortran-beginning-of-block):
6901 Also push mark in the macro case.
6902
6903 * emerge.el (emerge-show-file-name):
6904 * calc/calc.el (calc-quit):
6905 * calc/calc-misc.el (calc-big-or-small):
6906 * calc/calc-graph.el (calc-graph-view):
6907 * calc/calc-ext.el (calc-reset):
6908 * calendar/calendar.el (calendar-basic-setup):
6909 Use window-full-height-p.
6910
6911 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
6912 header we don't understand, don't insert another. (Bug#4624)
6913 If changing mime charset, insert the new one in the right place.
6914
6915 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
6916
6917 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6918 (cal-tex-cursor-month): Correctly increment the end date for diary and
6919 holiday listing. (Bug#4626)
6920
6921 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6922
6923 * help-fns.el (describe-function-1): Don't burp if the function is not
6924 a symbol.
6925
6926 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
6927
6928 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
6929 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
6930 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
6931 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
6932
6933 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
6934 (eieio-default-superclass): Reflow docstrings.
6935 (this, class-option-assoc, defclass, eieio-class-un-autoload)
6936 (eieio-unbind-method-implementations, defmethod)
6937 (eieio-validate-slot-value, eieio-validate-class-slot-value)
6938 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6939 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6940 (eieio-slot-originating-class-p, eieio-slot-name-index)
6941 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6942 (constructor, initialize-instance, no-next-method, object-print)
6943 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6944 Fix typos in docstrings.
6945 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6946 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6947 (next-method-p): Doc fixes.
6948 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6949 Fix typos in error messages.
6950 (eieio-defmethod): Fix typo in description of generic method.
6951
6952 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6953 (eieio-persistent-save-interactive, slot-missing):
6954 Fix typos in docstrings.
6955 (eieio-instance-inheritor-slot-boundp): Doc fix.
6956
6957 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6958 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6959
6960 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
6961 (eieio-custom-object-apply-reset):
6962 Fix typos in docstrings and error messages.
6963
6964 * emacs-lisp/eieio-datadebug.el (data-debug-show):
6965 Fix typo in docstring.
6966
6967 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
6968 (eieio-browse-tree): Doc fix.
6969 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
6970 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
6971 Fix typos in docstrings.
6972
6973 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
6974 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
6975 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
6976 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
6977 Reflow docstrings.
6978
6979 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
6980
6981 * vc-hg.el (log-view-vc-backend): Declare for compiler.
6982 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
6983 Set log-view-vc-backend so that diff can work.
6984
6985 * log-view.el (log-view-diff): Use vc-diff-internal instead of
6986 vc-version-diff.
6987 (vc-diff-internal): Autoload this instead of vc-version-diff.
6988
6989 2009-10-05 Eli Zaretskii <eliz@gnu.org>
6990
6991 * simple.el (eval-expression): Doc fix.
6992
6993 * progmodes/cwarn.el (cwarn-mode): Doc fix.
6994
6995 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
6996
6997 * files.el (directory-files-no-dot-files-regexp): New defconst.
6998 (delete-directory): Use it.
6999 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
7000
7001 * net/tramp.el (tramp-verbose): Fix docstring.
7002 (tramp-methods): Add recursive option to `tramp-copy-args'.
7003 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
7004 "scp1_old", "scp2_old", "rsync", "rsyncc".
7005 (tramp-default-method): Check also for `auth-source-user-or-password'.
7006 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7007 Add handler for `copy-directory'.
7008 (tramp-handle-copy-directory): New defun.
7009 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
7010 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7011 Optimize sent command.
7012
7013 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7014
7015 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7016 window if necessary.
7017
7018 * calendar/calendar.el (calendar-basic-setup): Don't call
7019 switch-to-buffer in a dedicated window.
7020
7021 2009-10-05 Karl Fogel <kfogel@red-bean.com>
7022
7023 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
7024 don't do anything related to relocating, just return nil.
7025 (bookmark-error-no-filename): New error.
7026 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
7027 bookmark has no file. Don't even attempt to handle things that
7028 are not files; the whole point of custom handlers is to keep that
7029 knowledge elsewhere anyway. Tighten some comments.
7030 (bookmark-file-or-variation-thereof): Remove now-unused function.
7031 (bookmark-location): Doc string fix.
7032 (Bug#4250)
7033
7034 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7035
7036 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7037 don't use a file dialog, because they usually don't know how to read
7038 a directory target from the user. (Bug#4230)
7039 Also, make sure the prompt can display directories as well as files.
7040
7041 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7042
7043 * bookmark.el (bookmark-set, bookmark-buffer-name):
7044 Improve doc strings. (Bug#1193)
7045
7046 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7047
7048 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7049 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7050 (bookmark-get-annotation, bookmark-set-annotation)
7051 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7052 (bookmark-set-position, bookmark-get-front-context-string)
7053 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7054 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7055 (bookmark-jump-other-window, bookmark-handle-bookmark)
7056 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7057 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7058 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
7059 Improve doc strings to say whether bookmark can be a string or
7060 a record or both, and make other consistency and clarity fixes.
7061 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7062 (bookmark-default-annotation-text, bookmark-yank-word)
7063 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7064 (bookmark-import-new-list, bookmark-maybe-rename)
7065 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7066 (bookmark-bmenu-bookmark): Give these doc strings.
7067 (bookmark-bmenu-check-position): Give this a doc string, but also
7068 add a FIXME comment about how the function may be pointless.
7069 (bookmark-default-handler): Rework doc string and change a
7070 parameter name, to clarify that this takes a bookmark record
7071 not a bookmark name.
7072 (bookmark-set): Change a parameter name to indicate its meaning,
7073 and improve the doc string a bit.
7074 (Bug#4188)
7075
7076 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7077
7078 * bookmark.el (bookmark-alist): Document the new `handler' element
7079 in the param alist.
7080 (bookmark-make-record-function): Adjust documentation for above.
7081 (Bug#4193)
7082
7083 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7084
7085 * info.el (Info-bookmark-make-record): Document this function.
7086 (Info-bookmark-jump): Document with a doc string, not just a comment.
7087 (Bug#4203)
7088
7089 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
7090
7091 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
7092 (semantic-new-buffer-fcn): Call parser setup functions here.
7093 (semantic-mode): Don't call parser setup functions here, it's done
7094 in semantic-new-buffer-fcn now.
7095 (semantic-mode): Parse all existing buffers when enabled.
7096
7097 * cedet/srecode/compile.el (srecode-compile-file):
7098 Call semantic-new-buffer-fcn if the buffer has not been parsed.
7099
7100 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
7101
7102 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
7103
7104 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
7105 (proj-comp-insert-variable-once): New macro, renamed from
7106 ede-pmake-insert-variable-once in ede/pmake.edl.
7107 (ede-proj-makefile-insert-variables): Use it.
7108
7109 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
7110
7111 * files.el (copy-directory): New defun.
7112
7113 * dired-aux.el (dired-copy-file-recursive): Use it.
7114
7115 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7116
7117 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7118 (makefile-end-of-command):
7119 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7120 (semantic-end-of-context): Fix previous change. Doc fixes.
7121
7122 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7123
7124 * files-x.el (modify-dir-local-variable)
7125 (copy-dir-locals-to-file-locals-prop-line):
7126 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7127 (makefile-end-of-command):
7128 * cedet/semantic/lex.el (semantic-lex-token):
7129 * cedet/semantic/analyze/fcn.el
7130 (semantic-analyze-dereference-metatype-1):
7131 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
7132 (semantic-lex-cpp-undef):
7133 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
7134 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7135 (semantic-end-of-context): Fix typos in docstrings.
7136
7137 * recentf.el (recentf-unload-function): New function.
7138
7139 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
7140
7141 * cedet/ede.el (ede-project-placeholder-cache-file):
7142 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
7143 * cedet/srecode/map.el (srecode-map-save-file):
7144 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
7145
7146 2009-10-04 Glenn Morris <rgm@gnu.org>
7147
7148 * window.el (window-full-height-p): Add doc string.
7149
7150 2009-10-04 Martin Rudalics <rudalics@gmx.at>
7151
7152 * window.el (window-full-height-p): New function. (Bug#4543)
7153
7154 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
7155
7156 * cedet/srecode/insert.el: Require srecode/args.
7157
7158 * cedet/srecode/args.el: Require srecode/dictionary instead of
7159 srecode/insert.
7160
7161 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
7162
7163 * files.el (auto-mode-alist): Add .srt and Project.ede.
7164
7165 * cedet/semantic.el (semantic-mode):
7166 Handle srecode-template-mode-hook as well.
7167 (semantic-mode): Use js-mode-hook for Javascript hook.
7168
7169 * cedet/srecode/template.el: Remove hook variable.
7170
7171 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
7172
7173 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
7174 projects exist.
7175 (ede-project-placeholder-cache-file): Default to a file in
7176 user-emacs-directory.
7177
7178 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
7179 templates in data-directory.
7180 (srecode-map-save-file): Default to a file in user-emacs-directory.
7181
7182 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
7183 directory.
7184
7185 2009-09-30 Eric Ludlam <zappo@gnu.org>
7186
7187 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
7188 Doc fix.
7189
7190 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
7191 Only insert each variable once.
7192
7193 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
7194 (ede-pmake-insert-variable-shared): Use it.
7195
7196 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
7197 for lexical table iff table is nil.
7198
7199 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
7200
7201 * vc.el: Remove commented out code.
7202 (vc-derived-from-dir-mode): Remove, unused.
7203 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7204
7205 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
7206
7207 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7208 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
7209 there could be recursive loading when `default-directory' is a
7210 remote file name. (Bug#4614)
7211
7212 2009-10-03 Glenn Morris <rgm@gnu.org>
7213
7214 * calendar/calendar.el (calendar-basic-setup): Handle the case where
7215 the frame is wide.
7216 (calendar-generate-window): Test for shrinkability rather than width.
7217
7218 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
7219 declaration, currently false.
7220
7221 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7222 reusing existing buffers, in case we happen to visit two files with the
7223 same basename. (Bug#4593)
7224
7225 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7226
7227 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
7228 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7229 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7230 subdirs of cedet as well.
7231 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
7232
7233 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7234
7235 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7236 Obey advertised-signature-table.
7237
7238 * help-fns.el (help-function-arglist): Don't check
7239 advertised-signature-table.
7240 (describe-function-1): Do it here instead so it also applies to subrs.
7241
7242 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
7243
7244 * simple.el (start-file-process): Say in the doc-string, that file
7245 handlers might not support pty association, if PROGRAM is nil.
7246
7247 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7248 HOST and USER are strings. They are nil, when there are
7249 incomplete entries in ~/.netrc, for example.
7250 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
7251 root directory ("device busy" error otherwise).
7252
7253 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7254 Flush file properties of created directory.
7255
7256 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7257
7258 * makefile.w32-in (WINS_BASIC): Remove cedet.
7259 (WINS_CEDET): Add cedet.
7260 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7261
7262 2009-10-02 Kevin Ryde <user42@zip.com.au>
7263
7264 * net/browse-url.el (browse-url): Pass any symbol in
7265 browse-url-browser-function to `apply', since if you've mistakenly put
7266 an unbound symbol then the error is clearer. (Bug#4531)
7267
7268 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7269
7270 * allout.el (allout-init, allout-back-to-current-heading)
7271 (allout-beginning-of-current-entry, allout-ascend-to-depth)
7272 (allout-ascend, allout-up-current-level, allout-end-of-level)
7273 (allout-previous-visible-heading, allout-forward-current-level)
7274 (allout-backward-current-level, allout-show-children):
7275 * apropos.el (apropos-describe-plist):
7276 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7277 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7278 * completion.el (add-completion, add-permanent-completion):
7279 * descr-text.el (describe-text-category, describe-char):
7280 * desktop.el (desktop-lazy-abort):
7281 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7282 * dired.el (dired-build-subdir-alist):
7283 * ediff.el (ediff-version):
7284 * elide-head.el (elide-head, elide-head-show):
7285 * emerge.el (emerge-version):
7286 * env.el (getenv):
7287 * face-remap.el (variable-pitch-mode):
7288 * faces.el (describe-face):
7289 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7290 (dired-at-point):
7291 * files.el (find-file-existing, auto-save-mode):
7292 * font-lock.el (font-lock-fontify-buffer):
7293 * help-fns.el (describe-function, describe-variable)
7294 (describe-syntax, describe-categories):
7295 * help.el (view-lossage, describe-bindings, describe-key)
7296 (describe-mode):
7297 * hexl.el (hexl-current-address):
7298 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
7299 * info.el (Info-goto-emacs-key-command-node):
7300 * log-edit.el (log-edit-insert-cvs-template)
7301 (log-edit-insert-cvs-rcstemplate):
7302 * menu-bar.el (menu-bar-mode):
7303 * mouse.el (mouse-appearance-menu):
7304 * newcomment.el (comment-indent-new-line):
7305 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
7306 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
7307 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
7308 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
7309 * recentf.el (recentf-mode):
7310 * savehist.el (savehist-mode, savehist-save):
7311 * shadowfile.el (shadow-copy-files):
7312 * simple.el (kill-ring-save, next-line, previous-line)
7313 (normal-erase-is-backspace-mode):
7314 * strokes.el (strokes-update-window-configuration)
7315 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
7316 (strokes-xpm-for-stroke):
7317 * time.el (emacs-uptime, emacs-init-time):
7318 * tutorial.el (tutorial--describe-nonstandard-key)
7319 (tutorial--detailed-help):
7320 * type-break.el (type-break-mode)
7321 (type-break-mode-line-message-mode, type-break-query-mode)
7322 (type-break-guesstimate-keystroke-threshold):
7323 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
7324 * version.el (emacs-version):
7325 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
7326 * winner.el (winner-mode):
7327 * calendar/timeclock.el (timeclock-in, timeclock-out)
7328 (timeclock-status-string, timeclock-change)
7329 (timeclock-workday-remaining-string)
7330 (timeclock-workday-elapsed-string)
7331 (timeclock-when-to-leave-string):
7332 * calendar/todo-mode.el (todo-add-category):
7333 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
7334 * emacs-lisp/autoload.el (update-file-autoloads):
7335 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
7336 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
7337 (checkdoc-message-text, checkdoc-defun):
7338 * emacs-lisp/debug.el (debugger-list-functions):
7339 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7340 * emacs-lisp/eieio-opt.el (eieio-describe-class)
7341 (eieio-describe-generic):
7342 * emacs-lisp/lisp-mnt.el (lm-synopsis):
7343 * emacs-lisp/shadow.el (list-load-path-shadows):
7344 * emulation/cua-base.el (cua-mode):
7345 * emulation/edt.el (edt-set-scroll-margins):
7346 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
7347 (tpu-toggle-regexp, tpu-toggle-search-direction)
7348 (tpu-toggle-rectangle, tpu-toggle-control-keys):
7349 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7350 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7351 (viper-set-parsing-style-toggling-macro)
7352 (viper-set-emacs-state-searchstyle-macros):
7353 * emulation/viper.el (viper-set-hooks):
7354 * eshell/esh-mode.el (eshell-truncate-buffer):
7355 * international/mule-cmds.el (prefer-coding-system)
7356 (describe-input-method, describe-language-environment):
7357 * international/mule-diag.el (list-character-sets)
7358 (describe-character-set, describe-coding-system)
7359 (describe-fontset, list-fontsets, list-input-methods):
7360 * mail/sendmail.el (mail-signature):
7361 * net/ange-ftp.el (ange-ftp-copy-file):
7362 * net/browse-url.el (browse-url):
7363 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
7364 * net/quickurl.el (quickurl-add-url):
7365 * net/rcirc.el (names, topic):
7366 * net/xesam.el (xesam-mode):
7367 * play/5x5.el (5x5-new-game):
7368 * play/yow.el (apropos-zippy):
7369 * progmodes/ada-mode.el (ada-mode-version):
7370 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
7371 (f90-end-of-block)
7372 (f90-beginning-of-block):
7373 * progmodes/fortran.el (fortran-end-of-block)
7374 (fortran-beginning-of-block):
7375 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
7376 * progmodes/python.el (python-describe-symbol, python-shell):
7377 * term/ns-win.el (ns-print-buffer):
7378 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
7379 * textmodes/flyspell.el (flyspell-mode-on):
7380 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
7381 (pages-directory-for-addresses):
7382 * textmodes/table.el (table-recognize-cell)
7383 (table-query-dimension, table-generate-source)
7384 (table-insert-sequence, table--warn-incompatibility):
7385 * textmodes/tex-mode.el (tex-validate-buffer):
7386 * textmodes/texinfmt.el (texinfmt-version)
7387 (texinfo-format-buffer):
7388 Use `called-interactively-p' instead of `interactive-p'.
7389
7390 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7391
7392 * image-mode.el (image-toggle-display):
7393 * emacs-lisp/elp.el (elp-instrument-function):
7394 * emacs-lisp/advice.el (ad-make-advised-definition):
7395 * emacs-lisp/easy-mmode.el (define-minor-mode):
7396 * net/browse-url.el (browse-url-maybe-new-window):
7397 * progmodes/sh-script.el (sh-learn-buffer-indent):
7398 Pass new argument 'any to `called-interactively-p'.
7399
7400 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
7401
7402 * international/uni-bidi.el:
7403 * international/uni-category.el:
7404 * international/uni-combining.el:
7405 * international/uni-comment.el:
7406 * international/uni-decimal.el:
7407 * international/uni-decomposition.el:
7408 * international/uni-digit.el:
7409 * international/uni-lowercase.el:
7410 * international/uni-mirrored.el:
7411 * international/uni-name.el:
7412 * international/uni-numeric.el:
7413 * international/uni-old-name.el:
7414 * international/uni-titlecase.el:
7415 * international/uni-uppercase.el:
7416 Regenerate from Unicode 5.2.0 data.
7417
7418 2009-10-01 Glenn Morris <rgm@gnu.org>
7419
7420 * Makefile.in (ELCFILES): Regenerate.
7421
7422 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7423
7424 * subr.el (interactive-p): Mark obsolete.
7425 (called-interactively-p): Make the optional-ness of `kind' obsolete.
7426 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
7427 advertised-signature-table for subroutines as well.
7428
7429 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
7430 (set-advertised-calling-convention): New function.
7431 (make-obsolete, define-obsolete-function-alias)
7432 (make-obsolete-variable, define-obsolete-variable-alias):
7433 Make the optional-ness of `when' obsolete.
7434 (define-obsolete-face-alias): Make `when' non-optional.
7435 * help-fns.el (help-function-arglist):
7436 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
7437 Use advertised-signature-table.
7438
7439 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
7440
7441 * files.el (delete-directory): New defun. The original function
7442 in fileio.c has been renamed to `delete-directory-internal'.
7443
7444 * dired.el (dired-delete-file): Call `delete-directory' with
7445 RECURSIVE parameter.
7446
7447 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
7448 parameter RECURSIVE. Implementation is missing.
7449
7450 * net/tramp.el (tramp-handle-make-directory): Flush upper
7451 directory's file properties.
7452 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
7453 (tramp-handle-dired-recursive-delete-directory): Flush directory
7454 properties after the remove command only.
7455
7456 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7457 Handle optional parameter RECURSIVE.
7458
7459 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7460 Handle optional parameter RECURSIVE.
7461
7462 * net/tramp-smb.el (tramp-smb-errors): Add error message for
7463 connection timeout.
7464 (tramp-smb-handle-delete-directory): Handle optional parameter
7465 RECURSIVE.
7466
7467 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7468
7469 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
7470 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
7471 (byte-compile-defmacro): Use backquotes.
7472
7473 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
7474
7475 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
7476 has no associated file.
7477 (vc-resynch-buffer): Use vc-dir-buffers.
7478
7479 2009-10-01 Glenn Morris <rgm@gnu.org>
7480
7481 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
7482 (chart-file-count):
7483 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
7484 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
7485 * emacs-lisp/eieio-opt.el (eieio-describe-class):
7486 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
7487 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
7488 (eieio-copy-parents-into-subclass, make-instance, class-children)
7489 (eieio-generic-form):
7490 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
7491 * cedet/cedet-idutils.el (cedet-idutils-search)
7492 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
7493 (cedet-idutils-version-check):
7494 * cedet/cedet.el (cedet-version):
7495 * cedet/data-debug.el (data-debug-insert-overlay-button)
7496 (data-debug-insert-overlay-list-button)
7497 (data-debug-insert-buffer-button)
7498 (data-debug-insert-buffer-list-button)
7499 (data-debug-insert-process-button, data-debug-insert-ring-button)
7500 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
7501 (data-debug-insert-stuff-vector-button)
7502 (data-debug-insert-symbol-button, data-debug-insert-string)
7503 (data-debug-insert-number, data-debug-insert-lambda-expression)
7504 (data-debug-insert-nil, data-debug-insert-simple-thing)
7505 (data-debug-insert-custom, data-debug-edebug-expr):
7506 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
7507 (global-ede-mode-map, ede-new, ede-debug-target)
7508 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
7509 * cedet/semantic.el (semantic-minimum-working-buffer-size)
7510 (semantic-fetch-tags, semantic-submode-list)
7511 (semantic-default-submodes):
7512 * cedet/ede/source.el (ede-source-match):
7513 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
7514 (project-am-package-info):
7515 * cedet/ede/proj.el (ede-proj-target, project-new-target):
7516 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
7517 * cedet/ede/proj-comp.el (ede-current-build-list):
7518 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
7519 * cedet/ede/files.el (ede-toplevel-project-or-nil):
7520 * cedet/ede/cpp-root.el (initialize-instance):
7521 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
7522 (autoconf-parameter-strip, autoconf-insert-new-macro):
7523 * cedet/semantic/wisent.el (wisent-lex-eoi):
7524 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
7525 (semantic-show-parser-state-mode):
7526 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
7527 * cedet/semantic/tag.el (semantic-tag-new-variable)
7528 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
7529 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
7530 (semantic--tag-deep-copy-tag-list)
7531 (semantic-tag-components-with-overlays-default):
7532 * cedet/semantic/symref.el (semantic-symref-find-text):
7533 * cedet/semantic/senator.el (senator-yank-tag)
7534 (senator-transpose-tags-up):
7535 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
7536 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
7537 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
7538 * cedet/semantic/lex.el (semantic-lex-comment-regex)
7539 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
7540 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
7541 * cedet/semantic/lex-spp.el
7542 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
7543 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
7544 * cedet/semantic/idle.el
7545 (semantic-idle-summary-current-symbol-info-brutish)
7546 (semantic-idle-summary-current-symbol-info-default):
7547 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
7548 (semantic--grammar-macro-compl-dict):
7549 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
7550 * cedet/semantic/format.el (semantic-format-tag-custom-list)
7551 (semantic-format-tag-canonical-name-default):
7552 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
7553 (semantic-find-tags-for-completion)
7554 (semantic-find-tags-by-scope-protection-default)
7555 (semantic-deep-find-tags-for-completion):
7556 * cedet/semantic/edit.el
7557 (semantic-edits-incremental-reparse-failed-hook)
7558 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
7559 (semantic-edits-splice-remove, semantic-edits-splice-replace):
7560 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
7561 * cedet/semantic/dep.el (semantic-dependency-include-path):
7562 * cedet/semantic/db.el (semanticdb-default-find-index-class)
7563 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
7564 (semanticdb-project-roots):
7565 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
7566 (semanticdb-find-adebug-insert-scanned-tag-cons)
7567 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
7568 (semanticdb-brute-deep-find-tags-for-completion):
7569 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
7570 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
7571 (semantic-end-of-context-default)
7572 (semantic-ctxt-current-function-default)
7573 (semantic-ctxt-scoped-types-default):
7574 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7575 (semantic-complete-inline-tag-engine)
7576 (semantic-complete-inline-custom-type)
7577 (semantic-complete-read-tag-analyzer):
7578 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
7579 (semantic-chart-database-size):
7580 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
7581 (semantic-analyze-current-context):
7582 * cedet/semantic/symref/list.el (semantic-symref)
7583 (semantic-symref-hide-buffer, semantic-symref-symbol):
7584 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
7585 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
7586 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
7587 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
7588 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
7589 (semantic-c-dereference-template):
7590 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
7591 (semantic--analyze-refs-full-lookup-with-parents)
7592 (semantic--analyze-refs-full-lookup-simple):
7593 * cedet/semantic/analyze/complete.el
7594 (semantic-analyze-possible-completions):
7595 * cedet/srecode/table.el (srecode-mode-table-new):
7596 * cedet/srecode/srt.el (srecode-read-variable-name):
7597 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
7598 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
7599 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
7600 * cedet/srecode/map.el (srecode-current-map):
7601 * cedet/srecode/insert.el (srecode-insert)
7602 (srecode-insert-variable-secondname-handler, srecode-insert-method)
7603 (srecode-template-inserter-point-override)
7604 (srecode-insert-include-lookup):
7605 * cedet/srecode/getset.el (srecode-auto-choose-class):
7606 * cedet/srecode/extract.el (srecode-inserter-extract):
7607 * cedet/srecode/document.el
7608 (srecode-document-autocomment-return-last-alist)
7609 (srecode-document-autocomment-param-type-alist)
7610 (srecode-document-insert-function-comment)
7611 (srecode-document-insert-variable-one-line-comment)
7612 (srecode-document-function-name-comment):
7613 * cedet/srecode/dictionary.el (srecode-create-dictionary)
7614 (srecode-compound-toString):
7615 * cedet/srecode/compile.el (srecode-flush-active-templates):
7616 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
7617 Doc/message fixes.
7618
7619 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7620 match-data. (Bug#4555).
7621
7622 * cedet/semantic/bovine/gcc.el
7623 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
7624 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
7625
7626 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7627 rather than parsing it as a regexp. This relaxes the layout
7628 requirements and makes errors easier to detect.
7629 (check-declare-verify): Check file is regular.
7630 (check-declare-directory): Doc fix.
7631 * subr.el (declare-function): Doc fix.
7632
7633 * ibuffer.el (ibuffer-format-qualifier):
7634 * isearch.el (hi-lock-regexp-okay):
7635 * calc/calc.el (math-zerop):
7636 * mail/uce.el (rmail-msgbeg, rmail-msgend):
7637 * term/w32-win.el (setup-default-fontset, set-fontset-font):
7638 Remove unused declarations.
7639
7640 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
7641
7642 * cedet/semantic/wisent/javat-wy.el
7643 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
7644
7645 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
7646
7647 * cedet/srecode/expandproto.el: Fix provide statement.
7648
7649 2009-09-30 Eric Ludlam <zappo@gnu.org>
7650
7651 * emacs-lisp/eieio.el (boolean-p): Delete.
7652
7653 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
7654
7655 * cedet/ede/srecode.el: Fix provide statement.
7656
7657 2009-09-30 Glenn Morris <rgm@gnu.org>
7658
7659 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
7660 * cedet/ede/proj-aux.el (ede-aux-source):
7661 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
7662 (ede-misc-source):
7663 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
7664 (semantic-mrub-switch-tags): Fix doc typos.
7665
7666 * cedet/semantic/db-global.el (data-debug-new-buffer)
7667 (data-debug-insert-thing): Remove unneeded declarations (one broken).
7668 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
7669
7670 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
7671
7672 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
7673 use of CL function `remove-if-not'.
7674
7675 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7676
7677 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7678 filename is not a string.
7679
7680 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
7681
7682 * files.el (safe-local-eval-forms): Fix typo.
7683
7684 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
7685
7686 * vc-hooks.el (vc-dir-buffers): New var.
7687 (vc-state-refresh): New function.
7688 (vc-state): Use it.
7689 (vc-after-save): Always ask the backend to recompute the new state.
7690 Always call vc-dir if necessary, using vc-dir-buffers.
7691 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7692 Use vc-dir-buffers.
7693 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7694 (vc-dir-prepare-status-buffer, vc-dir-update)
7695 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7696 Don't call expand-file-name on default-directory.
7697
7698 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7699
7700 * speedbar.el (speedbar-item-delete):
7701 * calc/calc-prog.el (calc-kbd-if):
7702 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7703
7704 * epa.el (epa-key-list-mode-map):
7705 * hi-lock.el (hi-lock-menu): Fix typos in menus.
7706
7707 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7708 (hs-show-hook): Fix typo in docstring.
7709
7710 2009-09-29 Glenn Morris <rgm@gnu.org>
7711
7712 * cedet/semantic/symref/idutils.el:
7713 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
7714
7715 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
7716
7717 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
7718 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
7719 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
7720 Mark declarations not understood by check-declare.
7721
7722 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7723 file-name-nondirectory call preventing location of cedet files.
7724 (check-declare-verify): Use literal search rather than re-search.
7725 Add basic defmethod and defclass, and define-overloadable-function.
7726
7727 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7728 Use tramp-compat-file-attributes rather than nonexistent
7729 tramp-compat-handle-file-attributes.
7730
7731 * Makefile.in (lisptagsfiles4): New.
7732 (AUTOGENEL): Add cedet loaddefs files.
7733 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7734 (update-elclist, compile-always, backup-compiled-files)
7735 (bootstrap-clean): Add yet another directory level.
7736 (update-elclist): Use LC_COLLATE rather than COLLATE.
7737 (ELCFILES): Update, via `make update-elclist'.
7738
7739 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7740
7741 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7742 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7743 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7744
7745 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
7746
7747 * Makefile.in (lisptagsfiles3): Define.
7748 (TAGS, TAGS-LISP): Use it.
7749 (update-elclist): Add third directory level to look for elc files.
7750 (compile-always): Likewise.
7751 (backup-compiled-files): Likewise.
7752 (bootstrap-clean): Likewise.
7753 (ELCFILES): Update.
7754
7755 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
7756
7757 * Makefile.in (ELCFILES): Add CEDET files.
7758
7759 2009-09-28 Eric Ludlam <zappo@gnu.org>
7760
7761 CEDET (development tools) package merged.
7762
7763 * cedet/*.el:
7764 * cedet/ede/*.el:
7765 * cedet/semantic/*.el:
7766 * cedet/srecode/*.el: New files.
7767
7768 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
7769
7770 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7771
7772 * net/tramp.el (top): Require tramp-imap.
7773
7774 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7775 Use `tramp-compat-handle-file-attributes'.
7776
7777 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
7778
7779 * net/tramp-imap.el: New package.
7780
7781 2009-09-28 Eric Ludlam <zappo@gnu.org>
7782
7783 * emacs-lisp/chart.el:
7784 * emacs-lisp/eieio-base.el:
7785 * emacs-lisp/eieio-comp.el:
7786 * emacs-lisp/eieio-custom.el:
7787 * emacs-lisp/eieio-datadebug.el:
7788 * emacs-lisp/eieio-opt.el:
7789 * emacs-lisp/eieio-speedbar.el:
7790 * emacs-lisp/eieio.el: New files.
7791
7792 * cedet/cedet-cscope.el:
7793 * cedet/cedet-files.el:
7794 * cedet/cedet-global.el:
7795 * cedet/cedet-idutils.el:
7796 * cedet/data-debug.el:
7797 * cedet/inversion.el:
7798 * cedet/mode-local.el:
7799 * cedet/pulse.el: New files.
7800
7801 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7802
7803 * whitespace.el (whitespace-trailing-regexp)
7804 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7805 Fix doc string.
7806
7807 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
7808
7809 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7810 menu.
7811
7812 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7813 menu-bar-ediff-menu.
7814
7815 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7816 define-overloadable-function.
7817
7818 * progmodes/autoconf.el: Provide autoconf as well, so that this
7819 file can be `require'd.
7820
7821 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7822
7823 * emacs-lisp/autoload.el (generated-autoload-feature)
7824 (generated-autoload-load-name): New vars.
7825 (autoload-rubric, autoload-generate-file-autoloads): Use them.
7826 (make-autoload): Recognize define-overloadable-function and
7827 defclass forms (for EIEIO).
7828
7829 * Makefile.in (update-subdirs): Exclude cedet directory.
7830
7831 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7832
7833 * term/ns-win.el: Don't set the region face background. (Bug#4381)
7834
7835 * faces.el: Default light-background background for region face to
7836 ns_selection_color under NS.
7837
7838 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
7839
7840 * net/imap-hash.el: New library, see NEWS.
7841
7842 * Makefile.in (ELCFILES): Add imap-hash.el.
7843
7844 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7845
7846 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7847 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7848 * help-macro.el (make-help-screen): Avoid using an ambiguous function
7849 definition where the docstring could be taken for the return value.
7850
7851 2009-09-26 Glenn Morris <rgm@gnu.org>
7852
7853 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7854 Add option to only show images below a certain size.
7855 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7856 save-excursion calls.
7857
7858 2009-09-26 Eli Zaretskii <eliz@gnu.org>
7859
7860 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7861 subdirectories) and eieio.
7862
7863 2009-09-26 Alan Mackenzie <acm@muc.de>
7864
7865 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
7866 buggy bracketing. (Bug#4289)
7867
7868 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
7869 character constants (as case labels). (Bug#4289)
7870
7871 2009-09-25 Juri Linkov <juri@jurta.org>
7872
7873 * files.el (safe-local-eval-forms): Allow time-stamp in
7874 before-save-hook (Bug#4554).
7875
7876 2009-09-25 Drew Adams <drew.adams@oracle.com>
7877
7878 * menu-bar.el (list-buffers-directory): Doc fix.
7879
7880 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
7881
7882 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7883 Try and avoid copying twice the same paragraph.
7884 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7885 Remove save-excursion.
7886 (log-edit-changelog-entry): Do it here instead.
7887
7888 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
7889
7890 * bs.el (bs--get-file-name): Use `list-buffers-directory'
7891 when available, instead of hardcoding mode names. Doc fix.
7892
7893 * menu-bar.el (list-buffers-directory): Add docstring.
7894 Make automatically buffer-local.
7895
7896 * dired.el (dired-mode):
7897 * files.el (cd-absolute):
7898 * pcvs.el (cvs-temp-buffer):
7899 * pcvs-util.el (cvs-get-buffer-create):
7900 * shell.el (shell-mode):
7901 * vc-dir.el (vc-dir-mode):
7902 Don't make `list-buffers-directory' buffer local.
7903
7904 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
7905
7906 * comint.el (comint-exec, comint-run, make-comint):
7907 Doc fixes (Bug#4542).
7908
7909 2009-09-25 Glenn Morris <rgm@gnu.org>
7910
7911 * mail/rmailmm.el (rmail-mime): New custom group.
7912 Move all defcustoms in this file into this group.
7913 (rmail-mime-media-type-handlers-alist): Revert previous change.
7914 (rmail-mime-show-images): New option.
7915 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7916 references to it, since it wasn't actually used for anything.
7917 (rmail-mime-insert-image): New function.
7918 (rmail-mime-image): Use rmail-mime-insert-image.
7919 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
7920 obey the value of `rmail-mime-show-images' option. Print the size of
7921 attachments.
7922
7923 2009-09-25 David Engster <deng@randomsample.de>
7924
7925 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
7926
7927 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7928
7929 * whitespace.el: Does not highlight trailing spaces While point is
7930 at end of line. Does not highligt spaces at beginning of buffer
7931 while point is at beginning of buffer. Does not highlight spaces
7932 at end of buffer while point is at end of buffer. (Bug#4177)
7933 New version 12.0.
7934 (whitespace-display-mappings): Adjust initialization.
7935 (whitespace-point, whitespace-font-lock-refontify): New vars.
7936 (whitespace-color-on, whitespace-color-off): Adjust code.
7937 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7938 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7939 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7940
7941 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
7942
7943 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7944
7945 * textmodes/sgml-mode.el: Remove xml-mode alias.
7946
7947 * files.el (auto-mode-alist, conf-mode-maybe)
7948 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7949
7950 2009-09-24 Alan Mackenzie <acm@muc.de>
7951
7952 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7953 c-forward-conditionals, but it doesn't move point and doesn't set
7954 the mark.
7955 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7956 (c-down-conditional-with-else, c-backward-conditional)
7957 (c-forward-conditional): Refactor to use c-scan-conditionals.
7958
7959 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7960
7961 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7962 (help-default-arg-highlight): Remove.
7963 (help-highlight-arg): New function.
7964 (help-do-arg-highlight): Use it.
7965 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
7966
7967 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7968
7969 * term.el (term-set-scroll-region, term-handle-ansi-escape):
7970 Undo last change, which didn't fix the problem and introduced others.
7971
7972 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
7973
7974 * progmodes/gdb-mi.el: Don't require speedbar.
7975 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7976
7977 2009-09-24 Glenn Morris <rgm@gnu.org>
7978
7979 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7980
7981 * term/ns-win.el (ns-reg-to-script): Define for compiler.
7982
7983 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7984 there is no newline after the final mime boundary. (Bug#4539)
7985 Move markers on insertion so that any buttons inserted don't end up in
7986 the next part of a multipart message.
7987 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
7988 (rmail-mime-bulk-handler): Optionally handle images.
7989 (rmail-mime-image): New button action.
7990 (rmail-mime-image-handler): New function.
7991 (rmail-mime-mode): New mode.
7992 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
7993
7994 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7995
7996 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7997 than just dropping elements from it (bug#4504).
7998
7999 * term.el (term-set-scroll-region): Don't move cursor any more.
8000 (term-handle-ansi-escape): Call term-goto here instead.
8001 Suggested by Ivan Kanis <apple@kanis.eu>.
8002
8003 * term.el: Require CL.
8004 (term-ansi-reset): New function.
8005 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8006 (term-handle-colors-array): Simplify.
8007
8008 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8009
8010 * allout.el (allout-overlay-interior-modification-handler)
8011 (allout-obtain-passphrase):
8012 * epa-file.el (epa-file-write-region):
8013 * ps-print.el (ps-begin-job):
8014 * vc-hooks.el (vc-toggle-read-only):
8015 * vc-rcs.el (vc-rcs-rollback):
8016 * vc-sccs.el (vc-sccs-rollback):
8017 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8018 (vc-version-diff, vc-revert, vc-rollback):
8019 * wdired.el (wdired-check-kill-buffer):
8020 * emacs-lisp/authors.el (authors):
8021 * net/socks.el (socks-open-connection):
8022 * net/zeroconf.el (zeroconf-service-add-hook):
8023 * obsolete/vc-mcvs.el (vc-mcvs-register):
8024 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8025 (gdb-select-frame):
8026 * progmodes/grep.el (lgrep, rgrep):
8027 * progmodes/idlw-help.el (idlwave-help-check-locations)
8028 (idlwave-help-html-link, idlwave-help-assistant-open-link):
8029 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8030 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8031 (reftex-toc-rename-label): Fix typos in error messages.
8032
8033 * dired-aux.el (dired-do-shell-command): Reflow docstring.
8034 (dired-copy-how-to-fn): Doc fix.
8035 (dired-files-attributes, dired-read-shell-command):
8036 Fix typos in docstrings.
8037
8038 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8039 (dired-x-find-file-other-window): Reflow docstrings.
8040 (dired-omit-marker-char, dired-read-shell-command)
8041 (dired-x-submit-report): Fix typos in docstrings.
8042
8043 * shell.el (shell-mode-hook):
8044 * view.el (View-scroll-line-forward):
8045 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8046 Fix typos in docstrings.
8047
8048 * net/dig.el (dig-invoke): Fix typo in docstring.
8049 (query-dig): Reflow docstring.
8050
8051 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8052 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8053 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8054 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8055 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8056 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8057 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8058 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8059 (idlwave-completion-map, idlwave-current-indent)
8060 (idlwave-custom-ampersand-surround, idlwave-customize)
8061 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8062 (idlwave-define-abbrev, idlwave-determine-class-special)
8063 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8064 (idlwave-end-block-reg, idlwave-end-of-statement)
8065 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8066 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8067 (idlwave-explicit-class-listed, idlwave-file-header)
8068 (idlwave-fill-paragraph, idlwave-find-class-definition)
8069 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8070 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8071 (idlwave-in-quote, idlwave-indent-action-table)
8072 (idlwave-indent-expand-table, idlwave-indent-line)
8073 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8074 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8075 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8076 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8077 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8078 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8079 (idlwave-outlawed-buffers, idlwave-popup-select)
8080 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8081 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8082 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8083 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8084 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8085 (idlwave-statement-type, idlwave-struct-skip)
8086 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8087 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8088 (idlwave-what-module-find-class): Fix typos in docstrings.
8089 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8090 (idlwave-calculate-cont-indent, idlwave-expand-equal)
8091 (idlwave-find-module, idlwave-find-structure-definition)
8092 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8093 (idlwave-list-load-path-shadows, idlwave-next-statement)
8094 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8095 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8096 (idlwave-template): Reflow docstrings.
8097
8098 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8099 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8100 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8101 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8102 (idlwave-shell-display-line, idlwave-shell-display-wframe)
8103 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8104 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8105 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8106 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8107 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8108 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8109 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8110 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8111 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8112 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8113 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8114 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8115 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8116 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8117 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8118 Fix typos in docstrings.
8119 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8120 (idlwave-shell-hide-output, idlwave-shell-mode)
8121 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8122 Reflow docstrings.
8123
8124 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8125
8126 2009-09-24 Ivan Kanis <apple@kanis.eu>
8127
8128 * term.el (term-bold-attribute): New var.
8129 (term-handle-colors-array): Use it.
8130
8131 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
8132
8133 * progmodes/gdb-mi.el (gdb-version): New variable.
8134 (gdb-non-stop-handler): Set gdb-version.
8135 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8136 Condition "--thread" option on gdb-version.
8137 (gdb-invalidate-threads): Remove unused argument.
8138
8139 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8140
8141 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8142 to looking-back to avoid ridiculous slow down in large files (bug#4511).
8143
8144 2009-09-23 Glenn Morris <rgm@gnu.org>
8145
8146 * mail/rmail.el (rmail-reply): Don't try to add a References header when
8147 replying to mail without References or Message-Id. (Bug#4525)
8148
8149 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8150
8151 * term/ns-win.el (ns-reg-to-script): New variable.
8152
8153 2009-09-23 Daiki Ueno <ueno@unixuser.org>
8154
8155 * epg.el (epg-wait-for-status): Preserve existing 'error results.
8156
8157 2009-09-22 Sam Steingold <sds@gnu.org>
8158
8159 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8160 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8161 to 1 because hg returns status 1 when nothing is found.
8162 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8163
8164 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8165
8166 * textmodes/fill.el: Convert to utf-8 encoding.
8167 (fill-french-nobreak-p): Remove redundant » and « inherited from our
8168 pre-unicode days.
8169
8170 * add-log.el (change-log-fill-forward-paragraph): New function.
8171 (change-log-mode): Use it so fill-region DTRT.
8172 Set fill-indent-according-to-mode here rather than in
8173 change-log-fill-paragraph.
8174 (change-log-fill-paragraph): Remove.
8175
8176 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
8177
8178 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8179 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
8180
8181 2009-09-22 Glenn Morris <rgm@gnu.org>
8182
8183 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8184 the scroll-bar scroll the calendar window rather than the buffer.
8185
8186 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8187 commands that move point (as opposed to scrolling).
8188
8189 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8190
8191 * emacs-lisp/elint.el (elint): New custom group.
8192 (elint-log-buffer): Make it a defcustom.
8193 (elint-scan-preloaded, elint-ignored-warnings)
8194 (elint-directory-skip-re): New options.
8195 (elint-builtin-variables): Doc fix.
8196 (elint-preloaded-env): New variable.
8197 (elint-unknown-builtin-args): Add an entry for encode-time.
8198 (elint-extra-errors): Make it a variable rather than a constant.
8199 (elint-preloaded-skip-re): New constant.
8200 (elint-directory): Skip files matching elint-directory-skip-re.
8201 (elint-features): New variable, local to linted buffers.
8202 (elint-update-env): Initialize elint-features. Possibly add
8203 elint-preloaded-env to the buffer's environment.
8204 (elint-get-top-forms): Bind elint-current-pos, for log messages.
8205 Skip quoted forms.
8206 (elint-init-form): New function, extracted from elint-init-env.
8207 Make non-list forms a warning rather than an error.
8208 Add the mode-map for define-derived-mode. Handle define-minor-mode,
8209 easy-menu-define, put that adds an error-condition, and provide.
8210 When requiring cl, also require cl-macs. Really require cl, to handle
8211 some cl macros. Store required libraries in the list elint-features,
8212 so as not to re-load them. Treat cc-require like require.
8213 (elint-init-env): Call elint-init-form to do the work.
8214 Handle eval-and-compile and such like.
8215 (elint-add-required-env): Do not clear messages.
8216 (elint-special-forms): Add handlers for function, defalias, if, when,
8217 unless, and, or.
8218 (elint-form): Add optional argument to ignore elint-special-forms,
8219 useful to prevent recursive calls from handlers. Doc fix.
8220 Respect elint-ignored-warnings.
8221 (elint-form): Respect elint-ignored-warnings.
8222 (elint-bound-variable, elint-bound-function): New variables.
8223 (elint-unbound-variable): Respect elint-bound-variable.
8224 (elint-get-args): Respect elint-bound-function.
8225 (elint-check-cond-form): Add some simple handling for (f)boundp and
8226 featurep tests.
8227 (elint-check-defalias-form): New handler.
8228 (elint-check-let-form): Make an empty let a warning rather than an
8229 error.
8230 (elint-check-setq-form): Make an empty setq a warning rather than an
8231 error. Respect elint-ignored-warnings.
8232 (elint-check-defvar-form): Accept null doc-strings.
8233 (elint-check-conditional-form): New handler. Does some simple-minded
8234 checking of featurep and (f)boundp tests.
8235 (elint-put-function-args): New function.
8236 (elint-initialize): Use elint-scan-doc-file rather than
8237 elint-find-builtin-variables. Use elint-put-function-args.
8238 Possibly scan preloaded-file-list.
8239 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8240 extend to handle functions as well.
8241
8242 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
8243
8244 * linum.el (linum-delete-overlays, linum-update-window):
8245 Do not modify the right margin. (Bug#3971)
8246
8247 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
8248
8249 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
8250 nxml-mode instead of xml-mode.
8251
8252 2009-09-21 Kevin Ryde <user42@zip.com.au>
8253
8254 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
8255
8256 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8257
8258 * net/dig.el (dig-mode): Use define-derived-mode.
8259
8260 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
8261
8262 * vc-dispatcher.el (vc-do-command): Return the process object in
8263 the asynchronous case. Use when instead of if. Do not run
8264 vc-exec-after to display a message if not enabled. (Bug#4463)
8265
8266 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8267 properties to the stash strings.
8268 (vc-git-stash-list): Return a list of strings.
8269 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8270 (vc-git-stash-show-at-point): New functions.
8271 (vc-git-stash-map): New keymap.
8272
8273 * register.el (ctl-x-r-map): Define the keys here instead of
8274 using autoload.
8275
8276 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
8277
8278 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8279 list, to workaround performance problem (bug#4485).
8280
8281 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
8282
8283 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8284
8285 2009-09-20 Daiki Ueno <ueno@unixuser.org>
8286
8287 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8288 Document that this option is not recommended to use.
8289
8290 2009-09-19 Glenn Morris <rgm@gnu.org>
8291
8292 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8293 variable `var'.
8294
8295 * calc/calc-alg.el (var):
8296 * calc/calcalg2.el (var): Define for compiler.
8297
8298 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
8299
8300 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8301 Doc fix (Bug#3932).
8302
8303 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8304
8305 * time-stamp.el (time-stamp-month-dd-yyyy)
8306 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8307 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8308 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
8309 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8310 Remove functions that have been obsolete since 1995 (Bug#4436).
8311
8312 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8313 indent buffer only if called interactively (Bug#4452).
8314
8315 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
8316 Eli Zaretskii <eliz@gnu.org>
8317
8318 This fixes bug#4197 (merged to bug#865, though not identical).
8319 * server.el (server-auth-dir): Add docstring note about FAT32.
8320 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8321 but warn against using them.
8322
8323 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
8324
8325 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8326 older GDB where there is no has_more field.
8327
8328 2009-09-19 Glenn Morris <rgm@gnu.org>
8329
8330 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8331
8332 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
8333
8334 * files.el (auto-mode-alist): Change default for XML files to nXML
8335 mode (Bug#4169).
8336
8337 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
8338
8339 * server.el (server-ensure-safe-dir): Pass 'integer
8340 to `file-attributes', as suggested.
8341
8342 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
8343
8344 * dired-aux.el (dired-query-alist): Remove spurious backslash.
8345 (dired-query): Use read-key.
8346
8347 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8348
8349 * cus-start.el (ns-use-qd-smoothing): Remove.
8350
8351 2009-09-18 Glenn Morris <rgm@gnu.org>
8352
8353 * allout.el (top-level): Remove unnecessary progn.
8354
8355 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8356
8357 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8358 definition of abbrev table.
8359
8360 * speedbar.el (speedbar-track-mouse):
8361 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8362 * net/eudc.el (eudc-expand-inline):
8363 * net/newst-backend.el (newsticker--cache-read-feed):
8364 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
8365 condition-case handlers.
8366
8367 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
8368
8369 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8370 (gdb-var-list): Add an element for has_more field.
8371 (gdb-non-stop-handler): Enable pretty printing for STL containers.
8372 (gdb-var-create-handler, gdb-var-list-children-handler-1)
8373 (gdb-var-update-handler-1): Parse output of dynamic variable
8374 objects (STL containers).
8375 (gdb-var-delete-1): Pass var1 as an explicit second argument.
8376 (gdb-get-field): Delete alias. Use bindat-get-field directly.
8377
8378 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8379 gdb-var-list.
8380 (gud-speedbar-buttons): Make node expandable if expression "has more"
8381 children.
8382
8383 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
8384
8385 * startup.el (emacs-quick-startup): Remove variable and all uses.
8386 (command-line): Set `inhibit-x-resources' instead.
8387 (command-line-1): Use `inhibit-x-resources' instead.
8388
8389 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
8390
8391 * subr.el: Fix last change to avoid using the `unless' macro,
8392 which breaks bootstrapping.
8393
8394 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8395
8396 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8397 extended definitions, in case we reload subr.el after having
8398 loaded CL.
8399 (eval-next-after-load): Mark as obsolete.
8400
8401 2009-09-17 Juri Linkov <juri@jurta.org>
8402
8403 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8404 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8405 (menu-bar-showhide-menu, menu-bar-tools-menu)
8406 (menu-bar-describe-menu, menu-bar-help-menu)
8407 (minibuffer-local-completion-map, minibuffer-local-map):
8408 Fix list quoting.
8409
8410 2009-09-17 Glenn Morris <rgm@gnu.org>
8411
8412 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8413 arguments, whether or not it has a handler.
8414
8415 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8416
8417 * simple.el (hard-newline): Give it a doc-string.
8418
8419 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8420 (lisp-mode-syntax-table): Give them doc-strings.
8421
8422 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8423
8424 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8425 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8426 (menu-bar-options-menu, menu-bar-showhide-menu)
8427 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8428 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8429 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8430 (menu-bar-options-menu, menu-bar-tools-menu)
8431 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8432 (menu-bar-help-menu):
8433 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8434 string arguments.
8435
8436 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8437 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8438 calls for the menu names and :help.
8439
8440 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8441
8442 * mouse.el (minor-mode-menu-from-indicator): Pay attention
8443 to :minor-mode-function (bug#4455).
8444
8445 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8446
8447 * startup.el (command-line): Initialize the window-system after
8448 processing the command-line.
8449
8450 * textmodes/page.el (what-page): Make sure we don't inf-loop if
8451 page-delimiter matches the empty string.
8452
8453 2009-09-16 Glenn Morris <rgm@gnu.org>
8454
8455 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8456 byte-compile-not-obsolete-var. It's a list now.
8457 (byte-compile-not-obsolete-funcs): New variable.
8458 (byte-compile-warn-obsolete): Don't warn about functions if they are in
8459 byte-compile-not-obsolete-funcs.
8460 (byte-compile-variable-ref, byte-compile-defvar): Update for
8461 byte-compile-not-obsolete-vars name-change and list nature.
8462 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8463 and variables behind (f)boundp tests.
8464 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8465
8466 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8467
8468 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8469
8470 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8471
8472 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8473 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8474 Don't autoload.
8475
8476 2009-09-15 Stephen Eglen <stephen@gnu.org>
8477
8478 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
8479 the virtual-buffers, use the name of the buffer specified by
8480 find-file-noselect, as the match may be a symlink. (This was a
8481 problem if the target and the symlink had different names.)
8482
8483 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8484
8485 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8486
8487 * desktop.el (desktop-path): Check user-emacs-directory.
8488
8489 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8490
8491 * loadup.el: Use after-load-functions to GC after loading each file.
8492 Remove the explicit GC calls that used to be sprinkled around.
8493
8494 * subr.el (after-load-functions): New hook.
8495 (do-after-load-evaluation): Run it. Use string-match-p to detect
8496 `obsolete' packages, rather than painfully extracting the relevant
8497 directory name.
8498
8499 2009-09-15 Glenn Morris <rgm@gnu.org>
8500
8501 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8502 free variable `doc'.
8503
8504 * dired.el (dired-mode-map): Add menu entry for async shell command.
8505
8506 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8507 variables, also consider the .elc files, since the .el files are
8508 normally gzipped (subsequent code locates the .el.gz from the .elc).
8509
8510 * calc/calc-prog.el (arglist): Define for compiler.
8511
8512 * calendar/diary-lib.el (diary-display-function): Change the default to
8513 fancy display.
8514 (body): Define for compiler.
8515
8516 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8517 (byte-compile-file-form, byte-compile-lambda)
8518 (byte-compile-top-level-body, byte-compile-form)
8519 (byte-compile-variable-ref, byte-compile-setq)
8520 (byte-compile-setq-default, byte-compile-body)
8521 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8522 (batch-byte-compile): Give some more local variables with common names
8523 a "bytecomp-" prefix to avoid masking warnings about free variables.
8524
8525 * startup.el (command-line-1): Give local variables with common names a
8526 distinguishing prefix, so as not to hide free variable warnings during
8527 bootstrap.
8528
8529 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8530 clever and add a suffix to make a unique name, just let the user decide
8531 whether or not to overwrite it. If the input is a directory, write the
8532 default filename to that directory. (Bug#4388)
8533 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8534 is a filename-as-a-directory.
8535
8536 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8537
8538 * textmodes/page.el (what-page): Don't move to beginning of line.
8539 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8540
8541 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8542
8543 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8544
8545 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
8546
8547 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8548 * help.el (help-for-help-internal): Add purecopy calls for text.
8549
8550 * vc.el (top): print-log method now takes an optional SHORTLOG
8551 argument. Add a new method: root.
8552 (vc-root-diff, vc-print-root-log): New functions.
8553 (vc-log-short-style): New variable.
8554 (vc-print-log-internal): Add support for showing short logs.
8555
8556 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8557 vc-print-root-log and vc-print-root-diff.
8558
8559 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8560 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8561 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8562 short logs.
8563
8564 * vc-cvs.el (vc-cvs-print-log):
8565 * vc-mtn.el (vc-mtn-print-log):
8566 * vc-rcs.el (vc-rcs-print-log):
8567 * vc-sccs.el (vc-sccs-print-log):
8568 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8569 that is ignored for now.
8570
8571 * vc-mtn.el (vc-mtn-annotate-command):
8572 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8573
8574 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8575
8576 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8577 to function-key-map, and give them ascii-character property.
8578 * term/x-win.el (x-alternatives-map):
8579 * term/ns-win.el (ns-alternatives-map):
8580 * term/internal.el (msdos-key-remapping-map):
8581 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8582
8583 2009-09-14 Glenn Morris <rgm@gnu.org>
8584
8585 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8586 temp-buffers (2009-09-12).
8587
8588 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8589
8590 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8591 the new read-key function.
8592
8593 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8594
8595 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8596 is defined (Bug#4405).
8597
8598 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
8599
8600 * recentf.el (recentf-cleanup): Use a hash table to find
8601 duplicates (Bug#4407).
8602
8603 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
8604
8605 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8606 kp-0 to ascii equivalents (Bug#4325).
8607
8608 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8609
8610 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8611
8612 * eshell/em-hist.el:
8613 * eshell/em-dirs.el (eshell-complete-user-reference):
8614 Declare pcomplete functions and variables to avoid compiler warnings.
8615
8616 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
8617
8618 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8619 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8620 * eshell/em-alias.el (eshell-aliases-file):
8621 * eshell/em-hist.el (eshell-history-file-name):
8622 Use expand-file-name instead of concat to make file names (Bug#4308).
8623
8624 2009-09-13 Glenn Morris <rgm@gnu.org>
8625
8626 * ediff-merg.el (ediff-do-merge):
8627 * filesets.el (filesets-run-cmd):
8628 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8629 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8630 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8631 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8632 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8633 Replace empty `let's with `progn'.
8634
8635 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8636
8637 * mail/sendmail.el (send-mail-function):
8638 * tooltip.el (tooltip-mode):
8639 * simple.el (transient-mark-mode):
8640 * rfn-eshadow.el (file-name-shadow-mode):
8641 * frame.el (blink-cursor-mode):
8642 * font-core.el (global-font-lock-mode):
8643 * files.el (temporary-file-directory)
8644 (small-temporary-file-directory, auto-save-file-name-transforms):
8645 * epa-hook.el (auto-encryption-mode):
8646 * composite.el (global-auto-composition-mode):
8647 Use custom-initialize-delay.
8648 * startup.el (command-line): Don't explicitly call
8649 custom-reevaluate-setting for all the above vars.
8650 * custom.el (custom-initialize-safe-set)
8651 (custom-initialize-safe-default): Delete.
8652
8653 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8654
8655 * term/x-win.el (x-initialize-window-system):
8656 * term/w32-win.el (w32-initialize-window-system):
8657 * term/ns-win.el (ns-initialize-window-system): Don't call
8658 mouse-wheel-mode since it's enabled globally by default already.
8659
8660 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8661 actually define the variable, but only silences the byte-compiler.
8662 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8663 before looking it up.
8664 (mouse-wheel-scroll-amount): Also reset the bindings if this value
8665 is changed.
8666
8667 2009-09-12 Glenn Morris <rgm@gnu.org>
8668
8669 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8670 1000.
8671 (elint-add-required-env): Don't beep on error.
8672 (elint-forms): In case of error, return ENV unchanged.
8673 (elint-init-env): Skip non-list forms.
8674 (elint-log): Handle unknown file positions.
8675
8676 2009-09-12 Daiki Ueno <ueno@unixuser.org>
8677
8678 * epg.el (epg-make-context): Add autoload cookie.
8679 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8680 (epg-decrypt-string, epg-start-verify, epg-verify-file)
8681 (epg-verify-string, epg-start-sign, epg-sign-file)
8682 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8683 (epg-encrypt-string, epg-start-export-keys)
8684 (epg-export-keys-to-file, epg-export-keys-to-string)
8685 (epg-start-import-keys, epg-import-keys-from-file)
8686 (epg-import-keys-from-string, epg-start-receive-keys)
8687 (epg-receive-keys, epg-import-keys-from-server)
8688 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8689 (epg-sign-keys, epg-start-generate-key)
8690 (epg-generate-key-from-file, epg-generate-key-from-string):
8691 Remove autoload cookie.
8692
8693 2009-09-12 Eli Zaretskii <eliz@gnu.org>
8694
8695 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8696 reevaluation of trash-directory.
8697
8698 * mwheel.el: Fix last change.
8699 (mouse-wheel-mode): New defvar.
8700 (mouse-wheel-mode): Remove autoload cookie.
8701
8702 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8703
8704 * mwheel.el (mwheel-installed-bindings): New var.
8705 (mouse-wheel-mode): Use it, so as to make sure we really remove all
8706 the bindings we set last time. Use custom-initialize-delay.
8707 * loadup.el: Load mwheel after term/*-win.el.
8708 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8709 and mouse-wheel-up-event now that their first evaluation is done
8710 sufficiently late to be correct.
8711
8712 * startup.el (tutorial-directory): Make it a defcustom.
8713 Use custom-initialize-delay rather than eval-at-startup to set it.
8714 * image.el (image-load-path): Make it a defcustom.
8715 Use custom-initialize-delay rather than eval-at-startup to set it.
8716 * subr.el (eval-at-startup): Remove.
8717 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8718
8719 * subr.el (do-after-load-evaluation): Warn the user after loading an
8720 obsolete package.
8721
8722 2009-09-12 Glenn Morris <rgm@gnu.org>
8723
8724 * proced.el (proced-mark-alt): Remove alias.
8725 (proced-mode-map): Remove proced-mark-alt.
8726
8727 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8728 Elint file and directory. Remove initialization entry.
8729
8730 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8731 commands.
8732 (elint-current-buffer): Set mode-line-process.
8733 (elint-init-env): Handle define-derived-mode.
8734 Fix declare-function with unspecified arglist. Guard against odd
8735 defalias statements (eg iso-insert's 8859-1-map).
8736 (elint-add-required-env): Use a temp buffer.
8737 (elint-form): Just print the function/macro name, not the whole form.
8738 Return env unchanged if we fail to parse a macro.
8739 (elint-forms): Guard against parse errors.
8740 (elint-output): New function, to handle batch mode.
8741 (elint-log-message): Add optional argument. Use elint-output.
8742 (elint-set-mode-line): New function.
8743
8744 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
8745
8746 * emacs-lisp/elp.el (elp-not-profilable): Add more
8747 functions (Bug#4233).
8748
8749 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
8750
8751 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8752 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8753
8754 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
8755
8756 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8757 (gdb-var-list-children): Use json parsing.
8758
8759 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
8760
8761 * progmodes/js.el (js--proper-indentation): Handle the case where
8762 char-before is null. Reported by Deniz Dogan.
8763
8764 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
8765
8766 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8767
8768 2009-09-11 Daiki Ueno <ueno@unixuser.org>
8769
8770 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8771 (epg-digest-algorithm-alist): Add SHA224.
8772 (epg-context-set-passphrase-callback)
8773 (epg-context-set-progress-callback): Add description about
8774 callback function.
8775
8776 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8777
8778 * custom.el (custom-delayed-init-variables): New var.
8779 (custom-initialize-delay): New function.
8780 * startup.el (command-line): "Re"evaluate all vars in
8781 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
8782 explicitly any more.
8783 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8784 to avoid creating a ~/.emacs.d at build-time (bug#4347).
8785
8786 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
8787
8788 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
8789
8790 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8791 (gdb-var-update-handler): Use json parsing.
8792
8793 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
8794
8795 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8796 decode annotated text, regardless of language environment. (Bug#2741)
8797
8798 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8799
8800 * Makefile.in (autoloads): Make rmail.el writable as well.
8801
8802 2009-09-11 Glenn Morris <rgm@gnu.org>
8803
8804 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8805 loaddefs.el.
8806 * dired.el: Regenerate with extracted autoloads.
8807 * Makefile.in (autoloads): Make dired.el writable.
8808
8809 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8810 * ibuffer.el: Regenerate with extracted autoloads.
8811 * Makefile.in (autoloads): Make ibuffer.el writable.
8812
8813 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8814 * version.el (emacs-copyright, emacs-major-version)
8815 (emacs-minor-version): Reformat doc-strings for make-docfile.
8816
8817 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8818 functions and variables, since they must be stuff specific to some other
8819 platform.
8820 (apropos-print): Make mouse-click message less specific about button.
8821
8822 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8823 that records where a macro was defined.
8824 * help-fns.el (describe-function-1): Mention if a function has a
8825 compiler-macro.
8826 * help-mode.el (help-function-cmacro): New button.
8827
8828 * locate.el (top-level): Always require dired.
8829 (locate-mode-map): Initialize inside the defvar.
8830
8831 * net/ange-ftp.el (dired-compress-file): Declare.
8832 (ange-ftp-dired-compress-file): Add doc string.
8833
8834 * term/ns-win.el (x-display-name, x-setup-function-keys):
8835 Unify doc-strings with X versions.
8836
8837 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8838
8839 * emulation/crisp.el (crisp-mode-map): Move initialization
8840 into declaration.
8841 (crisp-mode): Use define-minor-mode.
8842
8843 * progmodes/xscheme.el (xscheme-evaluation-commands):
8844 Put a :advertised-binding property rather than using
8845 advertised-xscheme-send-previous-expression.
8846 (advertised-xscheme-send-previous-expression): Declare obsolete.
8847 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8848 `advertised-undo'.
8849 (crisp-mode): Add corresponding bindings to
8850 undo's :advertised-binding instead.
8851 * dired.el (dired-mode-map): Put a :advertised-binding property rather
8852 than using dired-advertised-find-file.
8853 (dired-advertised-find-file):
8854 * simple.el (advertised-undo):
8855 * wid-edit.el (advertised-widget-backward): Declare obsolete.
8856 (widget-keymap): Put a :advertised-binding property rather
8857 than using advertised-widget-backward.
8858 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8859 than using advertised-undo.
8860 * tutorial.el (tutorial--default-keys): Adjust accordingly.
8861
8862 2009-09-10 Simon South <ssouth@slowcomputing.org>
8863
8864 * progmodes/delphi.el (delphi-tab): Indent region when Transient
8865 Mark mode is enabled and region is active; otherwise indent or
8866 insert TAB as usual.
8867 (delphi-mode): Update description of TAB-key binding.
8868
8869 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8870
8871 * subr.el (define-key-rebound-commands): Mark obsolete.
8872 * startup.el (precompute-menubar-bindings): Remove.
8873 (normal-top-level): Remove obsolete code that tried to precompute
8874 menubar bindings.
8875 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8876 define-key-rebound-commands and precompute-menubar-bindings.
8877
8878 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8879
8880 * net/imap.el (imap-interactive-login): Better messages.
8881 (imap-open): Fix bug with renamed buffer on reconnect.
8882 (imap-authenticate): Add buffer-local imap-last-authenticator variable
8883 for easier debugging and cleaner code. On successful (guessed based on
8884 server capabilities) secondary authentication, set imap-state
8885 correctly.
8886 (imap-last-authenticator): Define imap-last-authenticator as a variable
8887 to avoid warnings.
8888
8889 2009-09-10 Glenn Morris <rgm@gnu.org>
8890
8891 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8892
8893 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8894 (byte-compile-file-form-autoload): Don't warn about unknown functions
8895 where the autoload statement comes after the use.
8896 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8897 that any handlers inside the body (eg require) are in turn respected.
8898
8899 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8900 effects.
8901
8902 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8903 and syntax and abbrev tables basic docs, if they don't have any.
8904
8905 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8906
8907 * international/mule-cmds.el (top-level): Require cl when compiling.
8908 (view-hello-file): Use default-value rather than
8909 default-enable-multibyte-characters.
8910
8911 * progmodes/fortran.el: Move all safe and risky properties into the
8912 defcustoms.
8913
8914 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8915 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8916 * mail/undigest.el:
8917 Put autoloads in rmail.el rather than loaddefs.el.
8918 * mail/rmail.el: Regenerate with extracted autoloads.
8919
8920 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8921 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8922
8923 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
8924
8925 Reported in thread for Bug#4375.
8926 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8927 "-data-evaluate-expression" instead of print.
8928 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8929 (gdb-tooltip-print): Parse output from above MI command.
8930 (gdb): Revert 2009-08-11 change. User should detach inferior
8931 manually.
8932
8933 Remove the word "separate" from IO functions as inferior
8934 output is now never displayed in the GUD buffer.
8935
8936 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
8937
8938 * startup.el (command-line-normalize-file-name): On Windows and
8939 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8940
8941 2009-09-10 Juri Linkov <juri@jurta.org>
8942
8943 * isearch.el (isearch-text-char-description): Propertize escape
8944 character sequences with the `escape-glyph' face. (Bug#4344)
8945
8946 * simple.el (shell-command): Set asynchronous process filter to
8947 `comint-output-filter'. (Bug#4343)
8948
8949 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8950 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
8951 the list. Move "asm" to the bottom.
8952 (grep-find-ignored-directories): Add `choice' with nil value
8953 to empty the list easily.
8954 (grep-find-ignored-files): New option.
8955 (grep-files-history): Set to nil by default instead of '("ch" "el").
8956 (grep-compute-defaults): Add "<X>" to `grep-template'.
8957 (grep-read-files): Bind new local variables `default-alias' and
8958 `default-extension'. Use a list of default values for the file prompt.
8959 (lgrep): Add `--exclude=' command line options composed from
8960 `grep-find-ignored-files'.
8961 (rgrep): Add `-name' command line options composed from
8962 `grep-find-ignored-files'. (Bug#4301)
8963
8964 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8965
8966 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8967 (bug#4368).
8968
8969 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8970
8971 * calendar/time-date.el (autoload):
8972 Expand define-obsolete-function-alias into defalias and make-obsolete
8973 for old Emacsen that Gnus supports.
8974 (with-no-warnings): Define it for old Emacsen.
8975 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8976 is available.
8977 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8978 float-time is available; suppress compile warning for time-to-seconds.
8979
8980 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
8981
8982 * net/imap.el (imap-message-map): Docstring fix.
8983
8984 2009-09-09 Glenn Morris <rgm@gnu.org>
8985
8986 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8987 line numbers too. (Bug#4374)
8988
8989 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
8990
8991 * smerge-mode.el (smerge-remove-props, smerge-refine):
8992 Use with-silent-modifications (bug#4342).
8993
8994 * subr.el (with-silent-modifications): New macro.
8995
8996 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
8997
8998 * files.el (top-level): Require `cl' when compiling.
8999
9000 2009-09-07 Glenn Morris <rgm@gnu.org>
9001
9002 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9003
9004 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9005 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
9006
9007 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
9008
9009 * vc-git.el (vc-git-annotate-command): Use separator to parse
9010 arguments correctly.
9011
9012 2009-09-06 Eli Zaretskii <eliz@gnu.org>
9013
9014 * proced.el (proced-mode): Doc fix.
9015
9016 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
9017
9018 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9019 lstat fails.
9020 (tramp-do-file-attributes-with-ls): Check for file existence at
9021 remote end.
9022 (tramp-do-file-attributes-with-stat): Likewise.
9023 (tramp-convert-file-attributes): Return nil when attr is nil.
9024
9025 2009-09-05 Glenn Morris <rgm@gnu.org>
9026
9027 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9028 properties to this button.
9029 (diary-fancy-display): Don't extend the button to the final newline.
9030 (diary-fancy-display-mode): Continue to define "q" as a local key.
9031
9032 * calendar/cal-china.el (holiday-chinese): Make it slightly more
9033 efficient.
9034
9035 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9036
9037 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9038 (byte-compile-dest-file-function): New option.
9039 (byte-compile-dest-file): Doc fix.
9040 Obey byte-compile-dest-file-function.
9041 (byte-compile-cl-file-p): New function.
9042 (byte-compile-eval): Only suppress noruntime warnings about cl functions
9043 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
9044 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9045 than for file being previously loaded.
9046 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9047 (byte-compile-file-form-require): Handle the case where requiring a file
9048 indirectly causes CL to be loaded.
9049
9050 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9051
9052 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9053 before killing the old buffer, since by the time `kill-buffer' is
9054 run so many buffer variables have been set to nil that it may not
9055 behave as expected. (Bug#4061)
9056
9057 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9058
9059 * files.el (find-alternate-file): If the old buffer is modified
9060 and visiting a file, behave similarly to `kill-buffer' when
9061 killing it, thus reverting to the pre-1.878 behavior; see
9062 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9063 for discussion. Also, consult `buffer-file-name' as a variable
9064 not as a function, for consistency with the rest of the code.
9065
9066 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
9067
9068 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9069 also when adding a new directory.
9070
9071 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
9072 defun.
9073
9074 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9075
9076 * files.el (locate-file-completion-table): Make it provide boundary
9077 information, so partial-completion works better.
9078
9079 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
9080
9081 * mail/footnote.el (Footnote-text-under-cursor):
9082 Check footnote-text-marker-alist before using it (bug#4324).
9083
9084 2009-09-04 Glenn Morris <rgm@gnu.org>
9085
9086 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9087 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9088 * play/solitaire.el, play/tetris.el:
9089 Remove leading * from defcustom and defface docs.
9090
9091 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9092 necessary.
9093 (diary-fancy-overriding-map): New variable.
9094 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9095 Use view-mode.
9096
9097 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9098 goto-line.
9099
9100 2009-09-03 Glenn Morris <rgm@gnu.org>
9101
9102 * arc-mode.el (archive-mode):
9103 * dos-fns.el (set-default-process-coding-system):
9104 * man.el (Man-getpage-in-background):
9105 * menu-bar.el (menu-bar-describe-menu):
9106 * server.el (server-process-filter):
9107 * startup.el (command-line):
9108 * tar-mode.el (tar-header-block-tokenize, tar-extract):
9109 * w32-fns.el (set-default-process-coding-system):
9110 * x-dnd.el (x-dnd-handle-file-name):
9111 * international/mule-cmds.el (mule-menu-keymap)
9112 (set-default-coding-systems, language-info-alist, set-language-info)
9113 (set-language-environment, standard-display-european-internal)
9114 (set-locale-environment):
9115 * international/mule-diag.el (mule-diag):
9116 * mail/emacsbug.el (report-emacs-bug):
9117 * mail/rmail.el (rmail-mode):
9118 * mail/sendmail.el (mail-setup):
9119 Use default-value rather than default-enable-multibyte-characters.
9120
9121 * progmodes/f90.el: Move all safe properties into the defcustoms.
9122 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9123
9124 * calendar/appt.el (appt-check):
9125 * calendar/diary-lib.el (diary-set-header, diary-live-p)
9126 (diary-check-diary-file, diary-list-entries)
9127 (diary-include-other-diary-files, diary-simple-display)
9128 (diary-fancy-display, diary-print-entries)
9129 (diary-mark-included-diary-files, diary-make-entry):
9130 Don't call substitute-in-file-name on diary-file.
9131
9132 2009-09-03 Eduard Wiebe <usenet@pusto.de>
9133 Stefan Monnier <monnier@iro.umontreal.ca>
9134
9135 * mail/footnote.el (footnote-prefix): Make it a defcustom.
9136 (footnote-mode-map): Move initialization into the declaration.
9137 (footnote-minor-mode-map): Define it rather than changing global-map.
9138 (footnote-mode): Use define-minor-mode.
9139
9140 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
9141
9142 * net/tramp.el (tramp-handle-file-attributes-with-ls)
9143 (tramp-do-file-attributes-with-perl)
9144 (tramp-do-file-attributes-with-stat): Rename from
9145 `tramp-handle-file-attributes-with-*'.
9146 (tramp-handle-file-attributes): Use them.
9147 (tramp-do-directory-files-and-attributes-with-perl)
9148 (tramp-do-directory-files-and-attributes-with-stat): Rename from
9149 `tramp-handle-directory-files-and-attributes-with-*'.
9150 (tramp-handle-directory-files-and-attributes): Use them.
9151 (tramp-method-out-of-band-p): Additional parameter SIZE.
9152 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9153 (tramp-handle-write-region): Use it.
9154 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
9155 (tramp-handle-vc-registered): Check, whether the first run did
9156 return files to be tested.
9157 (tramp-advice-make-auto-save-file-name): Do not call directly
9158 `tramp-handle-make-auto-save-file-name', because this would bypass
9159 the locking mechanism.
9160
9161 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9162 (file-remote-p, process-file, start-file-process, set-file-times)
9163 (tramp-compat-file-attributes): Compatibility functions shall not
9164 call directly `tramp-handle-*', because this would bypass the
9165 locking mechanism.
9166 (tramp-compat-number-sequence): New defun.
9167
9168 2009-09-02 Glenn Morris <rgm@gnu.org>
9169
9170 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9171 alias for float-time.
9172 (time-to-number-of-days): In Emacs, use float-time.
9173 * net/newst-backend.el (time-add): Suppress warnings from compat
9174 function.
9175 * time.el (emacs-uptime, emacs-init-time):
9176 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9177 Use float-time rather than time-to-seconds.
9178
9179 * minibuffer.el (completion-initials-expand): Fix typo.
9180
9181 * faces.el (modeline, modeline-inactive, modeline-highlight)
9182 (modeline-buffer-id):
9183 * info.el (info-menu-5): Mark these face aliases as obsolete.
9184
9185 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9186
9187 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9188 space ...
9189 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9190 no "--thread" option.
9191 (gdb-stopped): Don't print "Switched to thread" message when it is
9192 unchanged.
9193
9194 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9195
9196 * minibuffer.el (completion-try-completion)
9197 (completion-all-completions): Remove ill-defined (and
9198 mistakenly installed and luckily never used nor documented)
9199 `completion-styles' property.
9200 (completion-initials-expand, completion-initials-all-completions)
9201 (completion-initials-try-completion): New functions.
9202 (completion-styles-alist): Add doc to each entry.
9203 Add new `initials' entry.
9204
9205 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9206
9207 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9208 MI command -var-evaluate-expression.
9209 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9210 and tweak for case of string child.
9211 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9212
9213 2009-09-01 Glenn Morris <rgm@gnu.org>
9214
9215 * add-log.el (change-log-date-face, change-log-name-face)
9216 (change-log-email-face, change-log-file-face, change-log-list-face)
9217 (change-log-conditionals-face, change-log-function-face)
9218 (change-log-acknowledgement-face):
9219 * cus-edit.el (custom-invalid-face, custom-rogue-face)
9220 (custom-modified-face, custom-set-face, custom-changed-face)
9221 (custom-saved-face, custom-button-face, custom-button-pressed-face)
9222 (custom-documentation-face, custom-state-face, custom-comment-face)
9223 (custom-comment-tag-face, custom-variable-tag-face)
9224 (custom-variable-button-face, custom-face-tag-face)
9225 (custom-group-tag-face-1, custom-group-tag-face):
9226 * diff-mode.el (diff-header-face, diff-file-header-face)
9227 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9228 (diff-added-face, diff-changed-face, diff-function-face)
9229 (diff-context-face, diff-nonexistent-face):
9230 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9231 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9232 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9233 (Info-title-4-face):
9234 * isearch.el (isearch-lazy-highlight-face):
9235 * log-view.el (log-view-file-face, log-view-message-face):
9236 * paren.el (show-paren-match-face, show-paren-mismatch-face):
9237 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9238 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9239 (cvs-msg-face):
9240 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9241 (smerge-base-face, smerge-markers-face):
9242 * wid-edit.el (widget-documentation-face, widget-button-face)
9243 (widget-field-face, widget-single-line-field-face)
9244 (widget-inactive-face, widget-button-pressed-face):
9245 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9246 (woman-addition-face):
9247 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9248 (eshell-ls-executable-face, eshell-ls-readonly-face)
9249 (eshell-ls-unreadable-face, eshell-ls-special-face)
9250 (eshell-ls-missing-face, eshell-ls-archive-face)
9251 (eshell-ls-backup-face, eshell-ls-product-face)
9252 (eshell-ls-clutter-face):
9253 * eshell/em-prompt.el (eshell-prompt-face):
9254 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
9255 * obsolete/old-whitespace.el (whitespace-highlight-face):
9256 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9257 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9258 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9259 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9260 (antlr-font-lock-literal-face):
9261 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9262 (ebrowse-root-class-face, ebrowse-file-name-face)
9263 (ebrowse-default-face, ebrowse-member-attribute-face)
9264 (ebrowse-member-class-face, ebrowse-progress-face):
9265 * progmodes/make-mode.el (makefile-space-face):
9266 * progmodes/sh-script.el (sh-heredoc-face):
9267 * textmodes/flyspell.el (flyspell-incorrect-face)
9268 (flyspell-duplicate-face):
9269 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
9270 * textmodes/texinfo.el (texinfo-heading-face):
9271 Mark face aliases with "-face" suffix as obsolete.
9272
9273 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9274 compiler.
9275
9276 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9277 (eudc-bob-sound-menu): Use defvar rather than defconst, since
9278 easy-menu-define wants to modify these.
9279
9280 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9281
9282 * net/browse-url.el (browse-url-file-url):
9283 * term/internal.el (dos-codepage-setup):
9284 Use default-value rather than default-enable-multibyte-characters.
9285
9286 * progmodes/etags.el (etags-goto-tag-location):
9287 * progmodes/flymake.el (flymake-highlight-line)
9288 (flymake-goto-file-and-line, flymake-goto-line):
9289 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9290 (gdb-goto-breakpoint):
9291 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9292 * progmodes/python.el (python-find-function)
9293 (python-pdbtrack-track-stack-file):
9294 * progmodes/verilog-mode.el (verilog-surelint-off):
9295 * term/ns-win.el (ns-open-file-select-line):
9296 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9297 Use forward-line rather than goto-line.
9298
9299 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9300 * textmodes/reftex-index.el (reftex-display-index):
9301 * textmodes/reftex-ref.el (reftex-offer-label-menu):
9302 * textmodes/reftex-toc.el (reftex-toc):
9303 Remove unnecessary bindings of default-major-mode (all are followed by
9304 major-mode check and possible mode switch).
9305
9306 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9307
9308 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9309 Handle watchpoints (bug#4282).
9310 (def-gdb-thread-buffer-command): Enable thread to be selected by
9311 clicking without selecting threads buffer first.
9312 (gdb-current-context-command): Use selected frame so that "up",
9313 "down" etc work in the GUD buffer.
9314 (gdb-update): Find selected frame before rendering stack buffer.
9315 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9316
9317 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9318
9319 * progmodes/sym-comp.el (displayed-completions): Remove.
9320 (symbol-complete): Use minibuffer-complete.
9321
9322 2009-08-31 Glenn Morris <rgm@gnu.org>
9323
9324 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9325
9326 * apropos.el (apropos-symbols-internal):
9327 Handle (obsolete) face aliases.
9328
9329 * faces.el (describe-face): Adjust the output format to be more like
9330 describe-variable, and to mention (obsolete) face aliases.
9331 Adjust the whitespace so that help-setup-xref works.
9332
9333 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9334 * calendar/diary-lib.el (diary-button-face):
9335 Mark these face aliases as obsolete.
9336
9337 * calendar/calendar.el (calendar-today): Doc fix.
9338
9339 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9340
9341 * progmodes/gdb-mi.el (gdb-control-all-threads)
9342 (gdb-control-current-thread): Force tool bar update.
9343 (gdb-non-stop-handler): New function.
9344 (gdb-init-1): Use it to test if non-stop mode is supported.
9345 Remove unused gdbmi buffer type.
9346
9347 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
9348
9349 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
9350 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
9351
9352 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
9353
9354 * comint.el (comint-exec-1): Check command is non-null first.
9355 Part of gdb-mi.el change (2009-08-28).
9356
9357 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9358
9359 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9360
9361 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
9362
9363 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9364 instead of `dolist' to avoid a recursive require when bootstrapping.
9365
9366 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9367
9368 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9369
9370 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9371
9372 * net/imap.el (imap-send-command): Simplify.
9373 (imap-wait-for-tag): point-max -> buffer-size.
9374
9375 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9376
9377 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9378 with constant argument.
9379
9380 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9381
9382 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9383
9384 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9385 Change default, since most of our files don't have a history.
9386 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9387 the user.
9388
9389 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9390 Add comint-run.
9391
9392 * calc/calc.el: Improve commenting convention.
9393 (calc-digit-map, toplevel): Simplify.
9394
9395 * comint.el (comint-insert-input): Be careful to only set point if we
9396 don't delegate to some other command.
9397
9398 * proced.el (proced-signal-list): Make it an alist.
9399 (proced-grammar-alist): Capitalize names.
9400 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9401 Disable undo manually and make it read-only.
9402 Use completion-annotate-function.
9403
9404 * minibuffer.el (minibuffer-message): If the current buffer is not
9405 a minibuffer, insert the message in the echo area rather than at the
9406 end of the buffer.
9407 (completion-annotate-function): New variable.
9408 (minibuffer-completion-help): Use it.
9409 (completion--embedded-envvar-table): Environment vars are
9410 always case-sensitive.
9411
9412 2009-08-30 Glenn Morris <rgm@gnu.org>
9413
9414 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9415 from fortran-current-defun.
9416 (fortran-beginning-of-subprogram): Be more precise about finding the
9417 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
9418 (fortran-end-of-subprogram): Simplify.
9419 (fortran-current-defun): Use fortran-start-prog-re.
9420
9421 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
9422
9423 * subr.el (do-after-load-evaluation): Simplify.
9424
9425 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
9426
9427 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9428
9429 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
9430 (vc-rcs-print-log): Use it.
9431
9432 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9433
9434 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9435
9436 * paths.el (abbrev-file-name): Move to abbrev.el.
9437 * abbrev.el (abbrev-file-name): Move from paths.el.
9438 Obey user-emacs-directory.
9439 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9440 user-emacs-directory.
9441 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9442 abbrev-file-name and calc-settings-file any more.
9443 * startup.el (command-line): Recompute abbrev-file-name and
9444 abbreviated-home-dir.
9445 (normal-no-mouse-startup-screen): Improve the generic code and get rid
9446 of the special code for when C-h bindings haven't been changed.
9447 (display-startup-echo-area-message): Use with-current-buffer.
9448 (command-line-1): Use a list of strings, rather than a list of lists
9449 of strings for longopts.
9450
9451 * files.el (get-free-disk-space): Use / for default-directory.
9452
9453 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9454 Use with-current-buffer.
9455
9456 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9457 Recognize immutable variables like most-positive-fixnum.
9458 (byte-compile-setq-default): Check and warn if trying to assign
9459 to an immutable variable, or a non-variable.
9460
9461 * progmodes/cc-vars.el (c-comment-continuation-stars):
9462 * progmodes/cc-engine.el (c-looking-at-bos):
9463 * progmodes/cc-cmds.el (c-toggle-auto-state)
9464 (c-forward-into-nomenclature, c-backward-into-nomenclature)
9465 (c-comment-line-break-function): Add version of obsolescence.
9466
9467 2009-08-28 Juri Linkov <juri@jurta.org>
9468
9469 * files.el (magic-fallback-mode-alist): Add ZIP magic number
9470 associated with `archive-mode'.
9471
9472 * image.el (image-type-header-regexps): Use only JPEG magic number
9473 to determine JPEG images, and don't use `image-jpeg-p' because
9474 Emacs can display non-JFIF non-Exif JPEG images.
9475
9476 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9477
9478 * arc-mode.el (archive-mode):
9479 * emacs-lisp/re-builder.el (re-builder-unload-function):
9480 Protect against the default value of `major-mode' being nil.
9481
9482 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9483
9484 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9485 Fix typos in docstrings.
9486
9487 * progmodes/js.el (js--macro-decl-re): Doc fix.
9488 (js--plain-method-re, js--split-name): Refloc docstring.
9489 (js--class-styles, js--make-merged-item, js--splice-into-items):
9490 Fix typos in docstrings; reflow docstrings.
9491 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9492 (js--variable-decl-matcher, js--inside-pitem-p)
9493 (js--parse-state-at-point, js--get-all-known-symbols)
9494 (js--symbol-history, js-find-symbol, js--js-references)
9495 (js--moz-interactor, js--js-encode-value, js--read-tab):
9496 Fix typos in docstrings.
9497
9498 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9499
9500 * textmodes/reftex.el (reftex-get-file-buffer-force):
9501 * progmodes/verilog-mode.el (verilog-batch-execute-func):
9502 * emulation/viper.el (viper-go-away, viper-set-hooks):
9503 * emacs-lisp/re-builder.el (re-builder-unload-function):
9504 * emacs-lisp/bytecomp.el (byte-compile-file):
9505 * ses.el (ses-unload-function):
9506 * hexl.el (hexl-find-file):
9507 * files.el (normal-mode):
9508 * ehelp.el (with-electric-help):
9509 * autoinsert.el (auto-insert-alist):
9510 * arc-mode.el (archive-mode):
9511 Use (default-value 'major-mode) instead of default-major-mode.
9512
9513 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9514 * international/mule.el (load-with-code-conversion):
9515 * emacs-lisp/debug.el (debug):
9516 * ediff-vers.el (ediff-rcs-get-output-buffer):
9517 * dired.el (dired-internal-noselect): Don't let-bind
9518 default-major-mode around code that doesn't use it.
9519 E.g. buffer creation via get-buffer-create doesn't use it.
9520
9521 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
9522
9523 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9524 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9525 when writing the temp file. Otherwise, epa-file gets confused.
9526 (tramp-register-file-name-handlers): Make it a defun. Move also
9527 `epa-file-handler' to the front of `file-name-handler-alist'.
9528
9529 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9530
9531 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9532 start right after a ^M.
9533 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9534 (tramp-completion-file-name-regexp-separate)
9535 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
9536 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9537 Don't modify last-coding-system-used by accident.
9538 (tramp-completion-file-name-handler): Apply the checks here,
9539 instead during registration.
9540 (tramp-register-file-name-handlers): Renamed from
9541 `tramp-register-file-name-handler'. Register both
9542 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
9543 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
9544
9545 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
9546
9547 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9548 Remove variable ...
9549 (gdb-init-1, gdb-display-separate-io-buffer)
9550 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9551 references to it.
9552 (gdb-inferior-io-mode): Use make-comint-in-buffer.
9553 (gdb-inferior-filter): Use comint-output-filter to stop
9554 echoing and remove ^M characters.
9555
9556 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9557
9558 * emulation/viper-init.el (viper-restore-cursor-type):
9559 * emulation/cua-base.el (cua--update-indications):
9560 Replace default-cursor-type with (default-value 'cursor-type).
9561
9562 * mail/sendmail.el (mail-recover-1):
9563 * international/mule-diag.el (describe-current-coding-system-briefly)
9564 (describe-current-coding-system):
9565 * international/mule-cmds.el (select-safe-coding-system)
9566 (select-message-coding-system)
9567 (set-language-environment-coding-systems, set-locale-environment):
9568 * hexl.el (hexl-insert-multibyte-char):
9569 * dos-w32.el (find-buffer-file-type-coding-system):
9570 * simple.el (what-cursor-position):
9571 Replace uses of default-buffer-file-coding-system
9572 with (default-value 'buffer-file-coding-system).
9573
9574 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9575 Replace uses of default-cursor-in-non-selected-windows
9576 with (default-value 'cursor-in-non-selected-windows).
9577 Use with-current-buffer.
9578
9579 * mail/feedmail.el: Use CL macros.
9580 (feedmail-run-the-queue, feedmail-send-it-immediately):
9581 * dos-w32.el (find-buffer-file-type): Replace uses of
9582 default-buffer-file-type with (default-value 'buffer-file-type).
9583
9584 2009-08-28 Glenn Morris <rgm@gnu.org>
9585
9586 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9587 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9588 Use default-value of major-mode rather than default-major-mode.
9589
9590 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9591
9592 * Makefile.in (update-elcfiles): Report left over elc files.
9593
9594 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9595 expand-file-name and with-current-buffer.
9596 (mail-get-names, mail-directory): Use with-current-buffer.
9597
9598 * vc.el (vc-read-revision): New function.
9599 (vc-version-diff, vc-merge): Use it.
9600
9601 2009-08-27 Sam Steingold <sds@gnu.org>
9602
9603 * simple.el (kill-do-not-save-duplicates): New user option.
9604 (kill-new): When it is non-nil, and the new string is the same as
9605 the latest kill, set replace to t to avoid duplicates in kill-ring.
9606
9607 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
9608
9609 * net/tramp.el (tramp-handle-process-file): Do not flush all
9610 caches when `process-file-side-effects' is set.
9611 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
9612 instead of `tramp-find-file-exists-command'.
9613 Unset `process-file-side-effects'.
9614
9615 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
9616
9617 * net/tramp.el (tramp-methods): New method "rsyncc".
9618 (top): Add completion function for "rsyncc".
9619 (tramp-message-show-message): New defvar.
9620 (tramp-message, tramp-error): Use it.
9621 (tramp-do-copy-or-rename-file-directly): Extend check for direct
9622 remote copying.
9623 (tramp-do-copy-or-rename-file-out-of-band): Handle new
9624 `tramp-methods' entry `copy-env' of "rsyncc".
9625 (tramp-vc-registered-read-file-names): New defconst.
9626 (tramp-vc-registered-file-names): New defvar.
9627 (tramp-handle-vc-registered): Implement optimization strategy.
9628 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9629 (tramp-vc-file-name-handler): New defun.
9630 (tramp-get-ls-command, tramp-get-test-command)
9631 (tramp-get-file-exists-command, tramp-get-remote-ln)
9632 (tramp-get-remote-perl, tramp-get-remote-stat)
9633 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
9634
9635 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9636 (tramp-cache-inhibit-cache): Extend doc string. It allows also
9637 timestamps.
9638 (tramp-get-file-property): Check for timestamps in
9639 `tramp-cache-inhibit-cache'.
9640 (tramp-set-file-property): Write timestamp.
9641
9642 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9643
9644 * language/japan-util.el (japanese-symbol-table): Add entries for
9645 cp932-2-byte.
9646
9647 * international/characters.el: Add category `j' to cp932-2-byte.
9648
9649 2009-08-27 Kenichi Handa <handa@m17n.org>
9650
9651 * international/fontset.el (build-default-fontset-data): New macro.
9652 (setup-default-fontset): Use build-default-fontset-data for CJK,
9653 tibetan, ethiopic, and ipa.
9654
9655 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9656
9657 * cus-start.el (default-major-mode): Customize `major-mode' instead.
9658 (enable-multibyte-characters): Not customizable any more.
9659
9660 * subr.el (default-mode-line-format, default-header-line-format)
9661 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9662 (default-direction-reversed, default-truncate-lines)
9663 (default-left-margin, default-tab-width, default-case-fold-search)
9664 (default-left-margin-width, default-right-margin-width)
9665 (default-left-fringe-width, default-right-fringe-width)
9666 (default-fringes-outside-margins, default-scroll-bar-width)
9667 (default-vertical-scroll-bar, default-indicate-empty-lines)
9668 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9669 (default-fringe-cursor-alist, default-scroll-up-aggressively)
9670 (default-scroll-down-aggressively, default-fill-column)
9671 (default-cursor-type, default-buffer-file-type)
9672 (default-cursor-in-non-selected-windows)
9673 (default-buffer-file-coding-system, default-major-mode)
9674 (default-enable-multibyte-characters): Mark as obsolete.
9675
9676 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
9677
9678 * vc-dir.el (vc-dir-update): Remove debug helper.
9679
9680 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9681
9682 2009-08-26 Sam Steingold <sds@gnu.org>
9683
9684 * simple.el (save-interprogram-paste-before-kill): New user option.
9685 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9686 save the interprogram-paste into kill-ring before overriding it
9687 with the Emacs kill.
9688
9689 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9690
9691 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9692 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9693 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9694 and move to vc-rcs.el.
9695 (vc-default-next-revision): Rename to vc-rcs-next-revision and
9696 move to vc-rcs.el.
9697 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9698 (vc-rcs-update-changelog): Remove.
9699 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9700 and move to vc-rcs.el.
9701
9702 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9703 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9704 renaming.
9705 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
9706 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
9707 vc.el, renamed to be RCS specific.
9708
9709 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9710 New functions.
9711 (vc-cvs-update-changelog): Move here from vc.el.
9712
9713 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9714 New functions.
9715
9716 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9717
9718 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9719
9720 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9721
9722 * vc-git.el (vc-git-register): Use "git add" for directories.
9723 (vc-git-stash, vc-git-stash-show): New functions.
9724 (vc-git-extra-menu-map): Bind them.
9725
9726 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9727 directory correctly in case the item is a directory itself.
9728
9729 * vc.el: Document the desired behavior for reverted files in the
9730 `added' state.
9731 (vc-default-prettify-state-info): Remove function, unused.
9732
9733 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
9734
9735 2009-08-26 Glenn Morris <rgm@gnu.org>
9736
9737 * bindings.el (standard-mode-line-format): Reposition dashes in
9738 which-func entry. (Bug#4217)
9739
9740 * files.el (enable-local-variables, enable-local-eval)
9741 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9742 the defcustoms.
9743 (auto-mode-alist, ignored-local-variables)
9744 (save-some-buffers-action-alist): Move risky declarations to the
9745 definitions.
9746 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9747 (font-lock-defaults, format-alist, imenu--index-alist)
9748 (imenu-generic-expression, input-method-alist, minor-mode-alist)
9749 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9750 (mode-line-modified, mode-line-mule-info, mode-line-position)
9751 (mode-line-process, mode-line-remote, outline-level)
9752 (parse-time-rules, rmail-output-file-alist)
9753 (special-display-buffer-names, vc-mode):
9754 Move risky declarations to the relevant files.
9755 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9756 (mode-line-modified, mode-line-process, mode-line-position)
9757 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9758 * font-core.el (font-lock-defaults):
9759 * format.el (format-alist):
9760 * vc-hooks.el (vc-mode):
9761 * window.el (special-display-buffer-names):
9762 * international/mule-cmds.el (input-method-alist):
9763 Define riskiness here (dumped file) rather than in files.el.
9764 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9765 * imenu.el (imenu-generic-expression, imenu--index-alist):
9766 * outline.el (outline-level):
9767 * time.el (display-time-string):
9768 * calendar/parse-time.el (parse-time-rules):
9769 * mail/rmailout.el (rmail-output-file-alist):
9770 Autoload riskiness here, rather than placing in files.el.
9771
9772 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
9773
9774 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9775
9776 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
9777
9778 * simple.el (process-file-side-effects): New defvar.
9779
9780 * dired-aux.el (dired-show-file-type):
9781 * vc.el (vc-diff-internal):
9782 * vc-arch.el (vc-arch-diff):
9783 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9784 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9785 * vc-git.el (vc-git-registered, vc-git-working-revision)
9786 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9787 (vc-git--empty-db-p):
9788 * vc-hooks.el (vc-user-login-name):
9789 * vc-svn.el (vc-svn-registered, vc-svn-state)
9790 (vc-svn-dir-extra-headers, vc-svn-find-revision):
9791 * progmodes/grep.el (grep-probe): Let-bind
9792 `process-file-side-effects' with nil.
9793
9794 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9795
9796 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9797 daemon. Replace ping by checking for running service for bluez
9798 and zeroconf. (Bug#4239)
9799
9800 2009-08-25 Kevin Ryde <user42@zip.com.au>
9801
9802 * net/dig.el (dig): Add autoload cookie.
9803
9804 2009-08-25 Glenn Morris <rgm@gnu.org>
9805
9806 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9807 load-history for absolute file-names.
9808 (byte-compile-file-form-require): Warn about use of the cl package.
9809
9810 * format.el (format-alist): Doc fix.
9811
9812 * play/bubbles.el (top-level): Don't require cl at run-time.
9813
9814 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9815 run-time cl).
9816
9817 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
9818
9819 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9820 from cl package.
9821 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9822
9823 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
9824
9825 * calc/calc-alg.el (math-trig-rewrite)
9826 (math-hyperbolic-trig-rewrite): New functions.
9827 (calc-simplify): Simplify trig functions when asked.
9828
9829 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9830
9831 * diff-mode.el (diff-find-source-location): Avoid goto-line.
9832
9833 2009-08-24 Kenichi Handa <handa@m17n.org>
9834
9835 * language/ind-util.el (mapthread): Delete it.
9836 (combinatorial): New function.
9837 (indian--puthash-cv): Use combinatorial instead of mapthread.
9838
9839 2009-08-22 Kevin Ryde <user42@zip.com.au>
9840
9841 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9842 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9843 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9844 Clarify docstring that the value is strings not symbols.
9845 (checkdoc-list-of-strings-p): New function.
9846
9847 2009-08-22 Glenn Morris <rgm@gnu.org>
9848
9849 * files.el (auto-mode-alist):
9850 * hippie-exp.el (he-concat-directory-file-name):
9851 * lpr.el (lpr-windows-system, printer-name):
9852 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9853 * ps-print.el (ps-windows-system):
9854 * startup.el (command-line):
9855 * emulation/viper-ex.el (viper-glob-function):
9856 * international/mule-cmds.el (set-language-environment-coding-systems):
9857 * net/ange-ftp.el (ange-ftp-write-region):
9858 * obsolete/fast-lock.el (fast-lock-cache-name):
9859 Remove code for defunct system-types emx, macos, mswindows, next-mach,
9860 unisoft-unix, vax-vms, win32, w32.
9861
9862 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9863 given name if the pattern is not more specific.
9864
9865 * calendar/lunar.el (lunar-phase-names): New option.
9866 (lunar-phase): Doc fix.
9867 (lunar-cycles-per-year): New constant.
9868 (lunar-index): New function.
9869 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9870 (lunar-phase-name): Use lunar-phase-names.
9871 (calendar-lunar-phases): Use format.
9872 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9873
9874 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9875 Copy imenu-example--name-and-position function here for own use.
9876 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9877
9878 * bs.el (bs--redisplay):
9879 * cus-edit.el (custom-redraw):
9880 * ibuffer.el (ibuffer-bury-buffer):
9881 * server.el (server-goto-line-column):
9882 * startup.el (command-line-1):
9883 * strokes.el (strokes-xpm-for-stroke):
9884 * term.el (term-display-buffer-line):
9885 * view.el (View-goto-line):
9886 * calc/calc.el (calc-do, calc-trail-buffer):
9887 * play/gamegrid.el (gamegrid-add-score-insecure):
9888 * progmodes/ada-mode.el (ada-compile-goto-error):
9889 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9890 (ebrowse-select-1st-to-9nth):
9891 * progmodes/cperl-mode.el (cperl-time-fontification):
9892 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9893 * progmodes/gud.el (gud-display-line):
9894 (idlwave-shell-display-line):
9895 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9896 * progmodes/make-mode.el (makefile-browser-toggle):
9897 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9898 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9899 * textmodes/picture.el (picture-draw-rectangle):
9900 * textmodes/reftex-index.el (reftex-index-goto-letter):
9901 (reftex-select-jump-to-previous):
9902 * textmodes/reftex-sel.el (reftex-find-start-point)
9903 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9904 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9905 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9906 * textmodes/tex-mode.el (tex-compilation-parse-errors):
9907 * textmodes/two-column.el (2C-associated-buffer):
9908 Use forward-line rather than goto-line.
9909
9910 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9911 goto-line.
9912
9913 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9914 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9915 (quick-check-list-to-regexp): Declare.
9916
9917 * progmodes/make-mode.el (makefile-browser-insert-selection):
9918 Use goto-char rather than goto-line.
9919
9920 * progmodes/prolog.el (compilation-error-regexp-alist)
9921 (compilation-forget-errors): Declare.
9922
9923 2009-08-22 Juri Linkov <juri@jurta.org>
9924
9925 * progmodes/grep.el (lgrep, rgrep): At the beginning
9926 set `dir' to `default-directory' unless `dir' is a non-nil
9927 readable directory. (Bug#4052)
9928 (lgrep, rgrep): Change a weird way to report an error
9929 from using `read-string' to using `error'.
9930 Instead of using interactive arguments in the function body,
9931 add new argument `confirm'.
9932
9933 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9934
9935 * textmodes/remember.el (remember-buffer):
9936 * progmodes/cperl-mode.el (cperl-vc-header-alist):
9937 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9938 (icalendar-extract-ical-from-buffer):
9939 * net/newst-treeview.el (newsticker-groups-filename):
9940 * net/newst-backend.el (newsticker-cache-filename):
9941 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9942 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9943 (speedbar-add-ignored-path-regexp, speedbar-line-path)
9944 (speedbar-buffers-line-path, speedbar-path-line)
9945 (speedbar-buffers-line-path):
9946 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9947 (epg-sign-keys):
9948 * epa.el (epa-display-verify-result):
9949 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9950
9951 2009-08-21 Glenn Morris <rgm@gnu.org>
9952
9953 * progmodes/js.el (inferior-moz-process): Fix declaration.
9954
9955 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9956
9957 * obsolete/rnewspost.el (news-mail-reply):
9958 Use goto-char rather than goto-line.
9959
9960 * term/ns-win.el (ns-open-file-select-line):
9961 Use line-beginning-position rather than goto-line.
9962
9963 * apropos.el (apropos-command):
9964 * ehelp.el (electric-helpify):
9965 * printing.el (pr-show-setup):
9966 * strokes.el (strokes-help):
9967 * tutorial.el (tutorial--describe-nonstandard-key)
9968 (tutorial--detailed-help):
9969 * woman.el (woman-mini-help, woman-display-extended-fonts):
9970 * calc/calc-help.el (calc-describe-key):
9971 * emulation/edt.el (edt-electric-helpify):
9972 * international/mule-diag.el (mule-diag):
9973 * play/yow.el (apropos-zippy):
9974 * progmodes/python.el (python-describe-symbol):
9975 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9976 * textmodes/table.el (*table--cell-describe-mode)
9977 (*table--cell-describe-bindings):
9978 Use help-print-return-message rather than the now obsolete alias.
9979
9980 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9981 (calendar-cursor-to-visible-date):
9982 * play/5x5.el (5x5-position-cursor):
9983 * play/decipher.el (decipher):
9984 * play/gomoku.el (gomoku-goto-xy):
9985 * play/landmark.el (lm-goto-xy):
9986 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9987 (mpuz-paint-digit):
9988 Use forward-line, not goto-line.
9989
9990 * mail/rmail.el (rmail-obsolete): Delete custom group.
9991 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9992 (rmail-remote-password, rmail-remote-password-required):
9993 Remove unneeded :set-after and :set properties.
9994
9995 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
9996
9997 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9998
9999 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
10000
10001 * loadup.el: Remove leftover macos code.
10002
10003 * vc-git.el (vc-git-annotate-command): Run asynchronously.
10004 Explicitly pass the date format to git blame so that user local
10005 so that the output format can be parsed.
10006
10007 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
10008
10009 * net/dbus.el (top): Don't check for (getenv
10010 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
10011
10012 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
10013
10014 * log-edit.el (log-edit-strip-single-file-name): New var.
10015 (log-edit-insert-changelog): Use it. Bug#3571
10016
10017 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10018
10019 * subr.el (read-passwd): Use read-key so keypad keys work as well.
10020 Bug#3287
10021
10022 * help.el (help-print-return-message): Rename from
10023 print-help-return-message.
10024
10025 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10026 cvs-mode-map parent hack.
10027 (log-view-mode): Derive from special-mode.
10028
10029 * linum.el (linum-mode): window-size-change-functions is redundant.
10030 Adapt to new window-configuration-change-hook behavior.
10031 (linum-after-size, linum-after-config): Remove.
10032
10033 * imenu.el (imenu-example--name-and-position)
10034 (imenu-example--lisp-extract-index-name)
10035 (imenu-example--create-lisp-index, imenu-example--create-c-index):
10036 Mark as obsolete.
10037
10038 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10039 (inferior-prolog-mode): Use it.
10040 (inferior-prolog-load-file): Reset list of errors.
10041
10042 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10043
10044 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10045
10046 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10047
10048 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
10049
10050 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10051 is running already.
10052
10053 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10054
10055 * subr.el (listify-key-sequence-1): Use normal syntax since those
10056 integers are nowadays always represented by the same (positive) number
10057 on all platforms.
10058 (read-key-empty-map): New const.
10059 (read-key-delay): New var.
10060 (read-key): New function.
10061 (force-mode-line-update): Use with-current-buffer.
10062 (locate-user-emacs-file): Don't forget to abbreviate the file name.
10063 (start-process-shell-command, start-file-process-shell-command):
10064 Discourage the use of command-args.
10065
10066 2009-08-19 Glenn Morris <rgm@gnu.org>
10067
10068 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10069
10070 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10071
10072 * simple.el (choose-completion-string): Don't rely on
10073 minibuffer-completing-file-name and ad-hoc checks to decide whether
10074 to continue completion or not.
10075
10076 * minibuffer.el (minibuffer-hide-completions): New function.
10077 (completion--do-completion): Use it.
10078 (completions-annotations): New face.
10079 (completion--insert-strings): Use it.
10080 (completion-pcm--delim-wild-regex): Add docstring.
10081 (completion-pcm--string->pattern): Add support for 0-width delimiters
10082 in completion-pcm--delim-wild-regex.
10083
10084 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
10085
10086 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10087 Remove unused var `buffer-modified-p'.
10088
10089 * minibuffer.el (completion--do-completion): Move point for the #b001
10090 case as well (bug#4176).
10091 (minibuffer-complete, minibuffer-complete-word): Don't move point.
10092
10093 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
10094
10095 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
10096 and :session buses.
10097
10098 2009-08-18 Kenichi Handa <handa@m17n.org>
10099
10100 * international/ucs-normalize.el (ucs-normalize-version):
10101 Change to 1.1.
10102 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10103 (utf-8-hfs): Make it perform normalization on encoding too.
10104
10105 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
10106 (sentence-end-without-space): Delete duplicated chars.
10107 (sentence-end-base): Likewise.
10108
10109 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
10110 (html-mode): Delete duplicated chars from sentence-end-base.
10111
10112 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
10113 (texinfo-mode): Delete duplicated chars from sentence-end-base.
10114
10115 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
10116
10117 * files.el (hack-one-local-variable): If the mode function is for
10118 a minor mode, pass it an argument (Bug#4148).
10119
10120 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
10121
10122 * net/tramp.el (tramp-register-completion-file-name-handler):
10123 Check also for (member 'partial-completion completion-styles).
10124
10125 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10126
10127 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10128 abbrev (Bug#3943).
10129
10130 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
10131
10132 * progmodes/cperl-mode.el: Merge upstream 6.2.
10133 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10134 (cperl-forward-re): Check cperl-brace-recursing.
10135 (cperl-highlight-charclass): New function.
10136 (cperl-find-pods-heres): Use it.
10137 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
10138 (cperl-beautify-regexp-piece): Fix column calculation.
10139 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
10140 (cperl-beautify-level): Don't process entire regexp.
10141 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10142 calling man.
10143 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10144 (cperl-init-faces): Build a list in the normal way.
10145
10146 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10147
10148 * calendar/parse-time.el (parse-time-string-chars): Save match
10149 data.
10150
10151 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10152
10153 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10154 (sql-product): Use it.
10155 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10156 (sql-set-product): Add completion.
10157 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10158 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10159 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10160 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10161 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10162 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10163 (sql-highlight-db2-keywords): Remove.
10164 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10165 (sql-highlight-product): Use derived-mode-p.
10166 (sql-set-sqli-buffer): Use with-current-buffer.
10167 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10168 Simplify.
10169
10170 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10171
10172 * term.el: Fix commenting convention, turn comments into docstrings.
10173
10174 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10175
10176 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10177
10178 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
10179
10180 * calendar/parse-time.el (parse-time-string-chars): Compute using
10181 character classes, to handle non-ascii characters (Bug#3190).
10182
10183 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10184
10185 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10186 another heredoc if the user adds another < (Bug#3226).
10187
10188 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10189 Don't initialize based on window-system (Bug#4124).
10190
10191 * facemenu.el (facemenu-read-color): Use a completion function
10192 that accepts any defined color, such as RGB triplets (Bug#3677).
10193
10194 * files.el (get-free-disk-space): Change fallback default
10195 directory to /. Expand DIR argument before switching to fallback.
10196 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10197
10198 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10199
10200 * files.el (load-library): Doc fix.
10201
10202 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
10203
10204 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10205 (viper-if-string): Redefine C-s in the minibuffer to insert the last
10206 incremental search string.
10207
10208 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10209 XEmacs.
10210
10211 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10212 (ediff-merge-region-is-non-clash)
10213 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10214 Also check if the job is really a merge job.
10215
10216 * ediff.el (ediff-current-file): New function.
10217
10218 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10219
10220 * progmodes/js.el: Edit docstrings throughout to follow Emacs
10221 conventions.
10222 (js-insert-and-indent): Delete function.
10223 (js-mode-map): Don't bind keys to js-insert-and-indent.
10224 (js-beginning-of-defun): Rename from js--beginning-of-defun.
10225 (js-end-of-defun): Rename from js--end-of-defun.
10226 (js-auto-indent-flag): Delete variable.
10227
10228 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
10229
10230 * progmodes/js.el: Remove proclaim statement.
10231 Defvar which-func-imenu-joiner-function to silence compiler.
10232
10233 * files.el (auto-mode-alist): Use js-mode for .js files.
10234
10235 * progmodes/js2-mode.el: Remove file.
10236
10237 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10238
10239 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10240
10241 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10242
10243 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
10244 Karl Landstrom <karl.landstrom@brgeight.se>
10245
10246 * progmodes/js.el: New file.
10247
10248 2009-08-14 Mark A. Hershberger <mah@everybody.org>
10249
10250 * timezone.el (timezone-parse-date): Add ability to understand ISO
10251 basic format (minimal separators) dates in addition to the
10252 already-supported extended format dates.
10253
10254 2009-08-14 Eli Zaretskii <eliz@gnu.org>
10255
10256 * international/ucs-normalize.el: Add a `coding' file variable.
10257
10258 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10259
10260 2009-08-14 Sam Steingold <sds@gnu.org>
10261
10262 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10263
10264 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
10265
10266 * faces.el (help-argument-name): Define it here instead of
10267 help-fns.el, because in daemon mode help-fns.el may be loaded when
10268 faces are still uninitialized (Bug#1078).
10269
10270 * help-fns.el (help-argument-name): Move defface to faces.el.
10271
10272 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
10273
10274 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10275 create buffer with a pty but no process so that GDB can make the
10276 inferior the controlling process.
10277
10278 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
10279
10280 * international/ucs-normalize.el: New file.
10281
10282 2009-08-13 Richard Stallman <rms@gnu.org>
10283
10284 * mail/rmail.el (rmail-get-attr-names):
10285 Accept an attribute header that is too short.
10286
10287 * mail/rmail.el (rmail-forget-messages):
10288 Ignore nil elt in rmail-message-vector. Use dotimes.
10289
10290 * progmodes/compile.el (compilation-goto-locus):
10291 Use next-error-move-function.
10292
10293 * simple.el (next-error-move-function): New variable.
10294
10295 2009-08-12 Juri Linkov <juri@jurta.org>
10296
10297 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10298 always non-nil. (Bug#4052)
10299
10300 * replace.el (read-regexp): Return empty string when
10301 `default-value' is nil.
10302 (keep-lines-read-args): Don't use empty string as the
10303 default value for `read-regexp'. (Bug#2495)
10304
10305 2009-08-12 Juri Linkov <juri@jurta.org>
10306
10307 * international/mule-cmds.el (ucs-insert): Change arguments
10308 from `arg' to `character', `count', `inherit' to be the same
10309 as in `insert-char'. Doc fix. (Bug#4039)
10310
10311 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10312
10313 2009-08-12 Juri Linkov <juri@jurta.org>
10314
10315 * files-x.el: New file.
10316
10317 * files.el: Move code that deals with adding/deleting
10318 file/directory-local variables to files-x.el.
10319
10320 * Makefile.in (ELCFILES): Add files-x.elc.
10321
10322 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
10323
10324 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10325 to use `goto-line'.
10326 (gdb-place-breakpoints, gdb-get-location): Rewritten without
10327 `goto-line'.
10328 (gdb-invalidate-disassembly): Do not refresh upon receiving
10329 'update signal. Instead, update all disassembly buffers only after
10330 threads list.
10331 (gdb): Send -target-detach when buffer is killed (Bug#3794).
10332 (gdb-starting): Moved -data-list-register-names...
10333 (gdb-stopped): ...here so it's sent when first thread stops.
10334 (gdb-registers-handler-custom): Do nothing if register names are
10335 unknown yet.
10336
10337 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10338 from `gdb-mi.el' to avoid extra tangling.
10339
10340 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
10341 change which breaks `gud-def' definitions used in `gdb'.
10342 (gdb-update-gud-running): No extra fuss for updating frame number.
10343
10344 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10345
10346 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10347 (describe-language-environment-map, setup-language-environment-map)
10348 (set-coding-system-map): Move initialization into declaration.
10349 (set-language-info-alist): Last arg to define-key-after can be skipped.
10350
10351 * international/quail.el (quail-completion-1): Simplify.
10352 (quail-define-rules): Use slightly more compact code.
10353 (quail-insert-decode-map): Propertize keys, compact columns.
10354
10355 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10356 Add goto-line.
10357
10358 2009-08-10 Miles Bader <miles@gnu.org>
10359
10360 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10361 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10362 (js2-instance-member, js2-private-member, js2-private-function-call)
10363 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10364 (js2-magic-paren, js2-external-variable):
10365 Remove "-face" suffix from face names.
10366 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10367 (js2-highlight-undeclared-vars, js2-peek-token)
10368 (js2-parse-function-params, js2-mode-show-errors)
10369 (js2-mode-show-warnings, js2-make-magic-delimiter)
10370 (js2-mode-highlight-magic-parens): Update to use new face names.
10371
10372 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
10373
10374 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10375 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
10376
10377 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
10378
10379 * subr.el: Provide hashtable-print-readable.
10380
10381 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10382 hs-c-like-adjust-block-beginning.
10383 (hs-hide-block-at-point): Stop hiding at the beginning of
10384 hs-block-end-regexp (Bug#700).
10385
10386 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
10387
10388 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10389 a macro.
10390 (gdb-registers-handler-custom): Do not fail when register names
10391 are unavailable.
10392
10393 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10394
10395 * progmodes/gdb-mi.el (gdb-control-all-threads)
10396 (gdb-control-current-thread): Interactive setters for
10397 `gdb-gud-control-all-threads' to use in menu.
10398 (gdb-show-run-p): Show «Go» when process is not active.
10399 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
10400 gud/thread.xpm and gud/all.xpm.
10401
10402 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
10403
10404 * net/net-utils.el (net-utils-font-lock-keywords): New var.
10405 (nslookup-font-lock-keywords): Make it a variable.
10406 (net-utils-mode): New mode for viewing diagnostic network output.
10407 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10408 (net-utils-run-simple): New function.
10409 (ifconfig, iwconfig, netstat, arp, route): Use it.
10410
10411 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10412
10413 * progmodes/gdb-mi.el (gdb-read-memory-custom)
10414 (gdb-memory-set-address, def-gdb-set-positive-number)
10415 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10416 after changing settings.
10417 (gdb-invalidate-disassembly): Update when first shown.
10418 (gdb-edit-locals-value): Fixed.
10419 (gdb-registers-handler-custom): Print registers in right order and
10420 allow changing register values (only for current thread yet).
10421 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10422 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10423 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10424 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
10425 info in mode name.
10426 (gdb-registers-mode-map): TAB to switch to locals.
10427
10428 2009-08-08 Eli Zaretskii <eliz@gnu.org>
10429
10430 * mail/rmail.el (rmail-add-mbox-headers)
10431 (rmail-set-message-counters-counter): Search for
10432 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
10433
10434 2009-08-08 Glenn Morris <rgm@gnu.org>
10435
10436 * Makefile.in (ELCFILES): Update.
10437
10438 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10439
10440 * mail/sendmail.el (mail-yank-original): Set
10441 buffer-file-coding-system from the one used by the message whose
10442 text is yanked.
10443
10444 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10445 to "windows" when "pgnuplot" is used.
10446 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
10447 call accept-process-output if "pgnuplot" is used.
10448 (calc-graph-init): Don't send -display and -geometry to
10449 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
10450 running "pgnuplot -V" with shell-command-to-string.
10451
10452 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10453 the default.
10454
10455 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10456
10457 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
10458 org/org-latex.elc.
10459
10460 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10461
10462 * vc-dispatcher.el (vc-resynch-window): Update comment.
10463
10464 * term.el (term-handle-ansi-escape): Add comments with the
10465 terminfo capabilities implemented.
10466
10467 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
10468
10469 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10470 (gdb-var-create-handler): Rewritten using JSON parser.
10471 (gdb-propertize-header): Moved earlier.
10472 (gdb-set-header): Removed to avoid duplication.
10473 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10474 Refresh disassembly buffers only after threads list have been
10475 update.
10476 (gdb-threads-header, gdb-registers-header): Per-buffer header line
10477 variables.
10478
10479 2009-08-04 Juri Linkov <juri@jurta.org>
10480
10481 * files.el: Commands to add/delete file/directory-local variables.
10482 (read-file-local-variable, read-file-local-variable-value)
10483 (read-file-local-variable-mode, modify-file-local-variable)
10484 (modify-file-local-variable-prop-line)
10485 (modify-dir-local-variable): New functions.
10486 (add-file-local-variable, delete-file-local-variable)
10487 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10488 (add-dir-local-variable, delete-dir-local-variable)
10489 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10490 (copy-dir-locals-to-file-locals-prop-line): New commands.
10491
10492 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
10493
10494 * abbrev.el (insert-abbrev-table-description): Prettify output.
10495 Suggested by Karl Chen.
10496
10497 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
10498
10499 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
10500 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
10501 (gdb-overlay-arrow-position, gdb-thread-position)
10502 (gdb-disassembly-position): Declare variables.
10503 (gdb-wait-for-pending): Function now.
10504 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10505 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10506 compilation goes smoothly.
10507 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10508 (gdb-non-stop-setting): New customization setting which replaces
10509 `gdb-non-stop' so changing it doesn't break active GDB session.
10510 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10511 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10512 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10513 (gdb-show-threads-by-default): New customization options.
10514 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10515 routines.
10516 (gdb-get-buffer-create): Send buffers update signal when they are
10517 created.
10518 (gdb-invalidate-locals, gdb-invalidate-registers)
10519 (gdb-invalidate-breakpoints)
10520 (gdb-invalidate-threads, gdb-invalidate-disassembly)
10521 (gdb-invalidate-memory): Accept update signal.
10522 (gdb-current-context-command): Use --frame option.
10523 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10524 Implement `gdb-frame-number' selection logic.
10525 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10526 whether to show GUD toolbar buttons.
10527 (gdb-thread-exited): Unselect current thread when it exits.
10528 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10529 (gdb-mark-line): Routine which sets overlay arrow or inverses
10530 video on fringeless displays.
10531 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10532 to build aligned columns of data in GDB buffers and set text
10533 properties line-by-line.
10534 (gdb-invalidate-breakpoints)
10535 (gdb-breakpoints-list-handler-custom)
10536 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10537 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10538 (gdb-registers-handler-custom): Align data columns.
10539 (gdb-locals-handler-custom): Now prints data like in variable
10540 declarations.
10541 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10542 Removed confusing buttons.
10543 (gdb-invalidate-threads): Append --frame.
10544 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10545 between breakpoints/threads buffers.
10546 (gdb-set-window-buffer): Now can ignore dedicated windows.
10547 (gdb-propertize-header): Use `gdb-set-window-buffer'.
10548 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10549 (def-gdb-thread-buffer-gud-command): Replaces
10550 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10551 for fine thread control.
10552 (gdb-preempt-existing-or-display-buffer): New function used to
10553 display bound buffers without breaking window layout.
10554 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10555 (gdb-select-frame): New version of `gdb-frames-select' which now
10556 sets `gdb-frame-number' so commands may use --frame option instead
10557 of inner debugger state.
10558 (gdb-frame-handler): Do not set `gdb-frame-number'.
10559 (gdb-threads-mode-map): Select threads with mouse.
10560
10561 * progmodes/gud.el (gdb-gud-context-call): Declare function to
10562 avoid compilation warning.
10563 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10564 `gdb-show-stop-p`.
10565
10566 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10567 Argument `key' renamed to `buffer-type'.
10568 (gdb-current-context-buffer-name): Do not add thread info to
10569 buffer name when no thread is selected.
10570 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10571 command (bug 3794).
10572 (gdb-thread-selected): Handle `=thread-selected' notification.
10573 (gdb-wait-for-pending): New macro to deal with congestion problems.
10574 (gdb-breakpoints-list-handler-custom): Don't fail on pending
10575 breakpoints.
10576 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10577 This fixes problem similar to one described in bug 3947.
10578 (gud-menu-map): More menu items.
10579 (gdb-init-1): Reset `gdb-thread-number' to nil.
10580
10581 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10582 non-stop settings.
10583
10584 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10585 (gdb-current-context-command): Do not append --thread if
10586 `gdb-thread-number' is nil.
10587 (gdb-running-threads-count, gdb-stopped-threads-count): New
10588 variables.
10589 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10590 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
10591 customization options.
10592 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10593 GUD commands.
10594 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
10595 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10596 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10597 set `gdb-thread-number' and update `gud-running' properly.
10598 (gdb-running): Update threads list when new threads appear.
10599 (gdb-stopped): Support non-stop operation and new thread switching
10600 logic.
10601 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10602 (gdb-json-partial-output): New set of JSON routines.
10603 (def-gdb-auto-update-trigger): New `signal-list' optional
10604 argument.
10605 (gdb-thread-list-handler-custom): Update `gud-running',
10606 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10607 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10608 (gdb-continue-thread, gdb-step-thread): New commands for fine
10609 thread execution control.
10610 (gud-menu-map): New menu items to switch non-stop options.
10611 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
10612 (gdb-send): Mimic RET properly (bug 3794).
10613
10614 * progmodes/gdb-mi.el (gdb-rules-name-maker)
10615 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10616 gdb-buffer-rules.
10617 (def-gdb-auto-update-handler): New nopreserve optional argument.
10618 (gdb-stack-list-frames-custom): Print stack from top to bottom.
10619
10620 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
10621 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10622 (gdb-parent-mode): New mode to derive other GDB modes from.
10623 (gdb-display-disassembly-for-thread)
10624 (gdb-frame-disassembly-for-thread): New commands for threads
10625 buffer.
10626
10627 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10628 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
10629 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10630 (gdb-update): We now store all GDB buffers in a list so that they
10631 can be updated by traversing a list instead of calling invalidate
10632 triggers explicitly.
10633 (def-gdb-trigger-and-handler): New macro to define trigger-handler
10634 pair for GDB buffer.
10635 (gdb-stack-buffer-name): Add thread information.
10636 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10637 handle pending triggers.
10638 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10639 (def-gdb-thread-buffer-simple-command)
10640 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10641 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
10642 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10643 New commands which show buffers bound to thread.
10644 (gdb-stack-list-locals-regexp): Removed unused regexp.
10645
10646 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10647 (gdb-locals-buffer-name, gdb-registers-buffer-name)
10648 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10649 to (gud-comint-buffer) in *-buffer-name functions
10650 because (gdb-get-target-string) already does that.
10651 (gdb-locals-handler-custom, gdb-registers-handler-custom)
10652 (gdb-changed-registers-handler): Rewritten without regexps.
10653
10654 * progmodes/gdb-mi.el: Basic thread selection support.
10655 (gdb-thread-number): New variable.
10656 (gdb-current-context-command): New macro which adds --thread
10657 option to command.
10658 (gdb-threads-mode-map): Select thread with SPC.
10659 (gdb-thread-list-handler-custom): Mark current thread with overlay
10660 arrow. Synchronize GDB thread and Emacs thread.
10661 (gdb-select-thread): New command which selects current thread.
10662 (gdb-invalidate-frames, gdb-invalidate-locals)
10663 (gdb-invalidate-registers): Use --thread option.
10664
10665 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
10666
10667 * net/tramp.el (top): Make check for tramp-gvfs loading more
10668 robust. (Bug#3977)
10669 (tramp-handle-insert-file-contents): `unwind-protect' must be
10670 inside `with-parsed-tramp-file-name'.
10671
10672 * net/tramp-gvfs.el (top): Remove superfluous message when loading
10673 fails.
10674
10675 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
10676
10677 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10678 directory if CLASSPATH is not set.
10679
10680 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
10681
10682 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10683 New defconst.
10684 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
10685
10686 2009-08-02 Kevin Ryde <user42@zip.com.au>
10687
10688 * net/newst-backend.el (newsticker--raw-url-list-defaults):
10689 Update freshmeat link. Delete newsforge.com as it seems gone.
10690
10691 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10692
10693 * select.el (x-set-selection): Doc fix (Bug#4021).
10694
10695 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10696
10697 * help-fns.el (describe-variable): Treat list return values from
10698 dir-locals-find-file properly (Bug#4005).
10699
10700 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
10701
10702 * net/tramp.el (tramp-debug-message): Print also microseconds.
10703
10704 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
10705
10706 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10707 or END is non-nil.
10708 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10709 (tramp-get-debug-buffer): Change `outline-regexp' according to new
10710 format.
10711
10712 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
10713 (tramp-get-file-property): Use it.
10714
10715 * autorevert.el (auto-revert-handler): Allow
10716 `auto-revert-tail-mode' for remote files.
10717
10718 2009-08-02 Jason Rumney <jasonr@gnu.org>
10719
10720 * minibuffer.el (read-file-name): Treat confirm options to
10721 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
10722
10723 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10724
10725 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10726 (font-lock-variable-name-face, font-lock-constant-face): Darken
10727 the colors for light backgrounds.
10728
10729 2009-08-01 Eli Zaretskii <eliz@gnu.org>
10730
10731 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10732 month names. (Bug#3987)
10733
10734 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
10735
10736 * simple.el (line-move-finish): Pass whole number to
10737 line-move-to-column.
10738 (line-move-visual): Perform hscroll to the recorded position.
10739
10740 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
10741
10742 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10743
10744 2009-07-29 Alan Mackenzie <acm@muc.de>
10745
10746 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10747
10748 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
10749
10750 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10751 (gdb-place-breakpoints): Use full path when setting breakpoints.
10752
10753 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
10754
10755 * calc/calc.el (calc-mode-map): Add keybinding for
10756 `calc-transpose-lines'.
10757
10758 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
10759
10760 * calc/calc-misc.el (calc-transpose-lines): New function.
10761
10762 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
10763
10764 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10765 Simplify check for out-of-band methods.
10766 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10767 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
10768
10769 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
10770
10771 * vc-git.el (vc-git-checkin): Fix typo.
10772
10773 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
10774
10775 * progmodes/js2-mode.el: New file.
10776
10777 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
10778
10779 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10780 (gud-menu-map): Adjust tooltip accordingly.
10781
10782 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10783
10784 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10785 (vc-bzr-log-view-mode): Adjust log-view-file-re.
10786
10787 * add-log.el (change-log-mode-map): Add a menu.
10788
10789 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
10790
10791 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10792 function returns nil.
10793 (dbus-handle-event): Handle special return value :ignore.
10794 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10795
10796 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
10797
10798 * view.el (view-mode-enable): Don't define Helper-return-blurb if
10799 it's not needed.
10800
10801 2009-07-25 Eli Zaretskii <eliz@gnu.org>
10802
10803 Fix Bug#3888:
10804
10805 * w32-vars.el (x-select-enable-clipboard): Doc fix.
10806
10807 * term/pc-win.el (x-display-name, x-colors)
10808 (x-select-enable-clipboard, x-select-text): Doc fix.
10809
10810 * term/common-win.el (x-display-name, x-colors): Doc fix.
10811
10812 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10813 (xw-defined-colors): Doc fix.
10814
10815 * w32-fns.el (x-select-text, x-setup-function-keys)
10816 (x-get-selection, x-set-selection): Doc fix.
10817
10818 * term/x-win.el (x-select-text, x-setup-function-keys)
10819 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10820
10821 * select.el (x-set-selection): Doc fix.
10822
10823 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
10824
10825 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10826 instead of "IsNSSSupportAvailable". Avahi ought to work also when
10827 "IsNSSSupportAvailable" method is not available. Reported by
10828 Steve Youngs <steve@sxemacs.org>.
10829
10830 2009-07-24 Kenichi Handa <handa@m17n.org>
10831
10832 * international/characters.el: Fix setting of category ?C, ?|, ?K,
10833 and ?H. Fix setting of case for Latin Extended and Greek Extended.
10834 (build-unicode-category-table): Fix range checks.
10835
10836 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10837
10838 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10839 the buffer we try to sync is current when calling
10840 vc-resynch-buffer.
10841
10842 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10843 not show up to date files.
10844
10845 2009-07-24 Glenn Morris <rgm@gnu.org>
10846
10847 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10848 Add autoload cookies. If necessary, initialize.
10849 (elint-log): Handle non-file buffers.
10850 (elint-initialize): Add optional argument to reinitialize.
10851 (elint-find-builtin-variables): Save excursion.
10852
10853 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10854
10855 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10856 for Lint.
10857
10858 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10859
10860 * vc.el (vc-print-log-internal): New function, split out from ...
10861 (vc-print-log): ... here.
10862 (vc-dir-move-to-goal-column): Declare.
10863
10864 * vc-git.el (vc-git-add-signoff): New variable.
10865 (vc-git-checkin): Use it.
10866 (vc-git-toggle-signoff): New function.
10867 (vc-git-extra-menu-map): Bind it to menu.
10868 (vc-git--run-command-string): Accept a nil FILE argument.
10869 (vc-git-stash-list): New function.
10870 (vc-git-dir-extra-headers): Use it.
10871
10872 2009-07-23 Glenn Morris <rgm@gnu.org>
10873
10874 * help-fns.el (describe-variable): Describe ignored and risky local
10875 variables in a similar way to that in which we describe safe ones.
10876
10877 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10878 (byte-compile-output-file-form, byte-compile-output-docform)
10879 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10880 Give some more local variables with common names a "bytecomp-" prefix,
10881 so as not to shadow things during compilation.
10882 * emacs-lisp/cl-macs.el (load-time-value)
10883 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10884 `outbuffer' to `bytecomp-outbuffer'.
10885
10886 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10887 since the next two variables cover them automatically now.
10888 (elint-builtin-variables, elint-autoloaded-variables): New.
10889 (elint-unknown-builtin-args): Remove all members, since they can be
10890 parsed automatically now.
10891 (elint-extra-errors): New.
10892 (elint-env-add-env, elint-env-add-macro): Use cadr.
10893 (elint-current-buffer): Use or. Change final message.
10894 (elint-get-top-forms): Use line-end-position.
10895 (elint-init-env): Use cadr. Handle autoload, declare-function,
10896 and defalias.
10897 (elint-add-required-env): Doc fix. Use or. Standardize error.
10898 (regexp-assoc): Remove unused function.
10899 (elint-top-form): Set elint-current-pos, to record the start of the
10900 top-level form, for compilation-mode.
10901 (elint-form): Trap errors in macro expansion. Use dolist.
10902 (elint-unbound-variable): Use elint-builtin-variables and
10903 elint-autoloaded-variables.
10904 (elint-get-args): Use cadr, or.
10905 (elint-check-cond-form): Use dolist, cadr.
10906 (elint-check-condition-case-form): Doc fix. Use cadr.
10907 Use elint-extra-errors.
10908 (elint-log): New function.
10909 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10910 Distinguish errors and warnings.
10911 (elint-log-message): Use with-current-buffer. Inhibit read-only.
10912 Use a bytecomp-style format.
10913 (elint-clear-log): Preserve default-directory. Inhibit read-only.
10914 (elint-get-log-buffer): Use compilation mode. Disable undo.
10915 Don't truncate lines.
10916 (elint-initialize): Set builtin and autoloaded variable lists.
10917 Only process elint-unknown-builtin-args if non-nil.
10918 (elint-find-builtin-variables, elint-find-autoloaded-variables):
10919 New functions.
10920 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
10921
10922 2009-07-22 Kevin Ryde <user42@zip.com.au>
10923
10924 * net/newst-backend.el (newsticker--parse-atom-1.0)
10925 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10926 (newsticker--parse-rss-1.0):
10927 * progmodes/idlwave.el (idlwave-mode):
10928 * progmodes/idlw-shell.el (idlwave-shell-mode):
10929 * progmodes/vera-mode.el (vera-mode):
10930 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10931 * progmodes/vhdl-mode.el (vhdl-mode):
10932 * textmodes/table.el (table-generate-source)
10933 (table--warn-incompatibility):
10934 Hyperlink urls in docstrings with URL `...'.
10935
10936 2009-07-22 Glenn Morris <rgm@gnu.org>
10937
10938 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10939 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10940 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10941 Remove leading * from defcustom docs.
10942
10943 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
10944
10945 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10946 defcustom doc.
10947 (list-load-path-shadows): Optionally, just return shadows as a string.
10948
10949 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10950
10951 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
10952
10953 * mail/rmailedit.el (rmail-edit-mode): Use
10954 auto-save-include-big-deletions.
10955
10956 * mail/rmail.el (rmail-variables): Use
10957 auto-save-include-big-deletions.
10958
10959 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10960 changes.
10961
10962 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
10963
10964 * calc/calc.el (calc-undo-length): New variable.
10965 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10966
10967 2009-07-21 Richard Stallman <rms@gnu.org>
10968
10969 * files.el (auto-save-mode): Handle buffer-save-size = -2
10970 for toggling mode.
10971
10972 2009-07-21 Glenn Morris <rgm@gnu.org>
10973
10974 * textmodes/ispell.el (ispell-looking-back): Update declaration.
10975
10976 * calendar/todo-mode.el (calendar-current-date): Update declaration.
10977
10978 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10979 silence compiler. Instead...
10980 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10981 (ps-print-ensure-fontified): Update for above function name changes.
10982
10983 * printing.el (pr-mh-get-msg-num, pr-mh-show)
10984 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10985 silence compiler. Instead...
10986 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10987 (mh-show-buffer): Only define for compiler.
10988 (pr-mh-current-message): Update for above function name changes.
10989
10990 * files.el (abort-if-file-too-large): Explicitly pass `filename'
10991 as an argument.
10992 (find-file-noselect, insert-file-1): Update for above change.
10993
10994 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10995
10996 * mail/mailclient.el (mailclient-send-it): Fix message.
10997
10998 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10999 (edebug-eval): Check cl-debug-env is bound.
11000 (print-level, print-circle): Don't redefine built-in variables.
11001
11002 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11003 (custom-print-vectors): Remove old comments from doc.
11004
11005 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11006 (emerge-version): Make the variable an obsolete alias for the
11007 emacs-version variable. Make the function obsolete.
11008 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11009 Emerge options, rather than merging in into the main Options menu.
11010 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
11011 and auto advance modes. Disable edit/fast items when not relevant.
11012
11013 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11014
11015 * term/vt420.el (terminal-init-vt420): Fix typo.
11016
11017 2009-07-20 Sam Steingold <sds@gnu.org>
11018
11019 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11020 variable (removed from compile.el on 2004-03-11).
11021
11022 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
11023
11024 * files.el (hack-local-variables-filter): Fix last change.
11025
11026 2009-07-19 Juri Linkov <juri@jurta.org>
11027
11028 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11029 (dir-local-variables-alist): New buffer-local variable.
11030 (hack-local-variables-filter): If variable is not dir-local,
11031 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11032 because file-local overrides dir-local.
11033 (c-postprocess-file-styles) <declare-function>:
11034 Remove obsolete declaration.
11035 (hack-dir-local-variables): Add dir-local variable/value pair to
11036 `dir-local-variables-alist' and remove duplicates. Doc fix.
11037
11038 * help-fns.el (describe-variable): Add information about
11039 file-local and dir-local variables.
11040
11041 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
11042
11043 * files.el (hack-local-variables-filter): Rewrite.
11044
11045 2009-07-19 Glenn Morris <rgm@gnu.org>
11046
11047 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11048 Silence compiler by only defining on XEmacs.
11049
11050 * international/mule.el (auto-coding-regexp-alist): Only match
11051 BABYL... at the start of buffer, not of lines. (Bug#3790)
11052
11053 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11054 non-calendar buffers (Bug#3862). Restore "not on a date" message.
11055 (cal-menu-context-mouse-menu): Doc fix.
11056
11057 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11058
11059 * simple.el (mail-user-agent): Doc fix. Set :version tag.
11060
11061 2009-07-18 Juri Linkov <juri@jurta.org>
11062
11063 * info.el: Virtual Info keyword finder.
11064 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
11065 (Info-finder-file): New variable.
11066 (Info-finder-find-file): New function.
11067 (finder-known-keywords, finder-package-info)
11068 (find-library-name, lm-commentary): Use defvar and
11069 declare-function to silence compiler warnings.
11070 (Info-finder-find-node): New function.
11071 (info-finder): New command.
11072
11073 * subr.el (process-kill-buffer-query-function): New function.
11074 (add-hook)<kill-buffer-query-functions>: Add hook
11075 `process-kill-buffer-query-function'.
11076
11077 2009-07-18 Alan Mackenzie <acm@muc.de>
11078
11079 * progmodes/cc-mode.el (c-before-hack-hook)
11080 (c-postprocess-file-styles): Give invocation of `c-set-style'
11081 DONT-OVERRIDE parameter of t. Already set style variables will
11082 thus not be overridden by style settings given by `c-file-syle'.
11083
11084 * files.el (hack-local-variables-filter): Remove entries with
11085 duplicate keys from `file-local-variables-alist'.
11086
11087 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11088
11089 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11090 x-set-selection if display-selections-p returns nil for the
11091 current frame.
11092
11093 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
11094
11095 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11096
11097 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11098
11099 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11100 Accept nil in addition to a regexp.
11101 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11102 Accept nil in addition to a regexp.
11103 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11104 buffers that have an associated file. Handle nil values of
11105 desktop-buffers-not-to-save and desktop-files-not-to-save.
11106 (Bug#3833)
11107
11108 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11109 (x-disown-selection-internal): New functions.
11110
11111 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
11112
11113 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11114 warning.
11115 (gdb-breakpoints-header): Move forward to avoid compiler warning.
11116 (gdb-make-header-line-mouse-map): Remove duplicate definition.
11117
11118 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
11119
11120 * simple.el (set-mark): Revert last change.
11121
11122 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
11123
11124 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11125 rendering of pngs is not possible instead of messaging a long
11126 description.
11127
11128 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
11129
11130 * w32-fns.el (x-selection-owner-p): New function.
11131
11132 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
11133 (mouse-yank-at-click, mouse-yank-primary): If
11134 select-active-regions is non-nil, deactivate the mark before
11135 insertion.
11136
11137 * simple.el (deactivate-mark, set-mark): Only save selection if we
11138 own it.
11139
11140 2009-07-17 Kenichi Handa <handa@m17n.org>
11141
11142 * case-table.el (describe-buffer-case-table): Fix for the case
11143 that KEY is a cons.
11144
11145 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11146
11147 * vc-rcs.el (vc-rcs-find-file-hook):
11148 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11149
11150 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
11151
11152 * net/tramp.el (tramp-wait-for-output): Handle the case when
11153 commands do not return a newline but a null byte before the shell
11154 prompt. (Bug#3858)
11155
11156 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11157
11158 * term/ns-win.el (ns-set-alpha): Don't declare.
11159 (ns-set-background-alpha): Remove function.
11160
11161 2009-07-16 Kevin Ryde <user42@zip.com.au>
11162
11163 * emacs-lisp/copyright.el (copyright-update): Save match-data across
11164 y-or-n-p, for safety.
11165
11166 2009-07-16 Richard Stallman <rms@gnu.org>
11167
11168 * files.el (auto-save-mode): If buffer-saved-size is -2,
11169 don't clobber it.
11170
11171 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11172 (rmail-retry-ignored-headers): Add more uninteresting fields.
11173
11174 2009-07-15 Jari Aalto <jari.aalto@cante.net>
11175
11176 * net/rcirc.el (rcirc): Use history variables.
11177 (rcirc-server-name-history, rcirc-nick-name-history)
11178 (rcirc-server-port-history): New variables.
11179
11180 2009-07-15 Kenichi Handa <handa@m17n.org>
11181
11182 * international/mule-cmds.el (set-language-environment-charset):
11183 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11184 ignore them.
11185
11186 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11187 Delete unibyte-display.
11188
11189 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11190
11191 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11192
11193 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11194
11195 * simple.el (deactivate-mark): Optional argument FORCE.
11196 (set-mark): Use deactivate-mark.
11197
11198 * info.el (Info-search): No need to check transient-mark-mode
11199 before calling deactivate-mark.
11200
11201 * select.el (x-set-selection): Doc fix.
11202 (x-valid-simple-selection-p): Allow buffer values.
11203 (xselect--selection-bounds): Handle buffer values. Suggested by
11204 David De La Harpe Golden.
11205
11206 * mouse.el (mouse-set-region, mouse-drag-track): Call
11207 copy-region-as-kill before setting the mark, to let
11208 select-active-regions work.
11209
11210 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
11211
11212 * simple.el (deactivate-mark): If select-active-regions is
11213 non-nil, copy the selection data into a string.
11214 (activate-mark): If select-active-regions is non-nil, set the
11215 selection to the current buffer.
11216 (set-mark): Update selection if select-active-regions is non-nil.
11217
11218 * select.el (x-valid-simple-selection-p): Allow buffer values.
11219
11220 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
11221
11222 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11223 and more featureful message-mode.
11224
11225 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
11226
11227 * select.el (x-set-selection): Doc fix.
11228 (x-valid-simple-selection-p): Disallow selection data consisting
11229 of a list or cons of integers, since that is not used.
11230 (xselect--selection-bounds, xselect--int-to-cons): New functions.
11231 (xselect-convert-to-string, xselect-convert-to-length)
11232 (xselect-convert-to-filename, xselect-convert-to-charpos)
11233 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11234
11235 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
11236
11237 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11238 output in -break-info command (Emacs bug #3794).
11239
11240 2009-07-14 Glenn Morris <rgm@gnu.org>
11241
11242 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11243 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11244 (edebug-print-length, edebug-print-level, edebug-print-circle)
11245 (edebug-sit-for-seconds, edebug-view-outside)
11246 (edebug-bounce-point, edebug-set-global-break-condition)
11247 (edebug-Go-nonstop-mode, edebug-trace-mode)
11248 (edebug-Trace-fast-mode, edebug-continue-mode)
11249 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11250 (edebug-visit-eval-list): Doc fixes.
11251
11252 * subr.el (def-edebug-spec): Doc fix.
11253
11254 2009-07-14 Kenichi Handa <handa@m17n.org>
11255
11256 * international/characters.el: Fix setting of category ?C.
11257
11258 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
11259
11260 * term/ns-win.el (x-select-font): defalias x-select-font to
11261 ns-popup-font-panel instead of generate-fontset-menu.
11262
11263 2009-07-12 Eli Zaretskii <eliz@gnu.org>
11264
11265 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
11266
11267 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
11268
11269 * arc-mode.el (archive-find-type): Allow for a PK00 string before
11270 the PK\003\004 header (Bug#3770).
11271
11272 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
11273
11274 * pcomplete.el (pcomplete-comint-setup): Check for
11275 shell-dynamic-complete-filename too.
11276
11277 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
11278
11279 * simple.el (temporary-goal-column): Change the value for
11280 line-move-visual to a cons cell.
11281 (line-move-visual): Record or set the window hscroll, if
11282 necessary (Bug#3494).
11283 (line-move-1): Handle cons value of temporary-goal-column.
11284
11285 2009-07-11 Kenichi Handa <handa@m17n.org>
11286
11287 * international/mule-diag.el (describe-character-set): Don't show
11288 width.
11289
11290 2009-07-10 Sam Steingold <sds@gnu.org>
11291
11292 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11293 Omake sometimes indents the errors it prints, so allow all
11294 regexps to start with spaces.
11295
11296 2009-07-10 Eli Zaretskii <eliz@gnu.org>
11297
11298 * cus-edit.el (customize-changed-options-previous-release):
11299 Bump value to 22.1. (Bug#3804)
11300
11301 2009-07-08 Sam Steingold <sds@gnu.org>
11302
11303 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11304 to be a cons cell (test . ignored-directory) to selectively ignore
11305 some directories depending on the location of the search.
11306
11307 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
11308
11309 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11310 remote user is root, on the local host.
11311 (tramp-local-host-p): Either the local user or the remote user
11312 must be root. (Bug#3771)
11313
11314 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11315
11316 * progmodes/gdb-mi.el (gdb): Remove description of
11317 gdb-use-separate-io-buffer.
11318 (menu): Don't allow toggling of or enable
11319 gdb-use-separate-io-buffer from menubar.
11320
11321 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
11322
11323 * mail/unrmail.el (unrmail): Make sure the message ends with two
11324 newlines (Bug#3769).
11325
11326 2009-07-08 Glenn Morris <rgm@gnu.org>
11327
11328 * calendar/calendar.el (calendar-current-date): Rework previous change.
11329
11330 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
11331
11332 * calendar/calendar.el (calendar-current-date):
11333 Add an optional argument giving an offset from today.
11334
11335 2009-07-08 Glenn Morris <rgm@gnu.org>
11336
11337 * tutorial.el (tutorial--describe-nonstandard-key):
11338 Adjust the message for when a key has been unbound.
11339 (help-with-tutorial): Hide the arch-tag.
11340
11341 2009-07-08 Kenichi Handa <handa@m17n.org>
11342
11343 * international/fontset.el (setup-default-fontset): For each
11344 script, append (not set) font-specs.
11345
11346 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11347 docstring.
11348
11349 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11350
11351 * progmodes/gdb-mi.el (gdb-init-1): Move sending
11352 -data-list-register-names to ...
11353 (gdb-starting): ... here because GDB 7.0 requires execution to
11354 have started when using this MI command.
11355 (gdb-set-header): New function to distinguish select and
11356 unselected tabs in gdb buffers.
11357 (gdb-propertize-header): New macro that uses gdb-set-header.
11358 (gdb-breakpoints-header, gdb-locals-header): Use it.
11359 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
11360
11361 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
11362
11363 * Makefile.in (ELCFILES): Remove fadr.elc.
11364
11365 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
11366
11367 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11368 may contain frame information, so `string-match' should be used.
11369 (gdb-update): Disassembly is invalidated through
11370 `gdb-get-selected-frame'.
11371 (gdb-pad-string): New function to pad string with spaces.
11372 (gdb-invalidate-disassembly): Invalidate only if the buffer
11373 exists.
11374 (gdb-disassembly-handler-custom): Column alignment.
11375 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11376 placing new ones.
11377 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11378 end of line, too.
11379 (gdb-frame-handler): Match convention to for disassembly buffer
11380 mode name.
11381 (gdb-stack-list-frames-handler): Rewritten without regexps.
11382 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11383 not highlight breakpoints without line information.
11384 (gdb-input): Add trailing newline to command.
11385
11386 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11387 buffer properly.
11388 (gdb-breakpoints-list-handler-custom): Replacement for
11389 `gdb-break-list-handler'. Using real parser instead of regexps
11390 now.
11391 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11392 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11393 to place breakpoints.
11394 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11395 functions.
11396 (gdb-disassembly-handler-custom): Show overlay arrow.
11397 (gdb-disassembly-place-breakpoints): Show breakpoints in
11398 disassembly buffer.
11399 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11400 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
11401 instead of parsing breakpoints buffer. Fixed old menu references
11402 in `gud-menu-map'.
11403
11404 * fadr.el: Remove.
11405
11406 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
11407 (gdb-memory-address): New variable which holds top address of
11408 memory page shown in memory buffer.
11409 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
11410 customization variables.
11411 New functions:
11412 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11413 display the memory buffer.
11414 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11415 buffer display parameters.
11416 (def-gdb-memory-format, gdb-memory-format-binary)
11417 (gdb-memory-format-octal, gdb-memory-format-unsigned)
11418 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11419 Functions for setting memory buffer format.
11420 (gdb-memory-unit-word, gdb-memory-unit-halfword)
11421 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11422 unit size used in memory buffer.
11423 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
11424 to next/previous page of memory buffer.
11425 Now using (bindat-get-field) instead of fadr functions.
11426
11427 2009-07-07 Sam Steingold <sds@gnu.org>
11428
11429 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11430 non-top-level files.
11431
11432 2009-07-07 Kenichi Handa <handa@m17n.org>
11433
11434 * international/mule-cmds.el (reset-language-environment): Put
11435 the highset priority to the charset iso-8859-1.
11436
11437 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11438
11439 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11440 to the end of the line when locating the block (Bug#700).
11441
11442 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
11443
11444 * net/tramp.el (tramp-handle-write-region): Flush file properties
11445 in case of short track.
11446
11447 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
11448
11449 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11450 Coded custom representation of verilog error regular expressions
11451 to work with Emacs-22's new format.
11452 (verilog-error-regexp-xemacs-alist): Coded custom representation
11453 of verilog error regular expressions to work with XEmacs format.
11454 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11455 error recognition into XEmacs.
11456 (verilog-error-regexp-add-emacs): Hook routine to install verilog
11457 error recognition into Emacs-22.
11458
11459 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11460
11461 * woman.el: Remove stand-alone closing parentheses.
11462 (woman-file-name, woman2-format-paragraphs)
11463 (woman-leave-blank-lines): Code cleanup.
11464 (woman-use-own-frame): Change default to nil.
11465 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
11466 defaults to inherit from default faces.
11467 (woman2-process-escapes): Consume the newline after a stand-alone
11468 filler character (Bug#3651).
11469
11470 2009-07-06 Glenn Morris <rgm@gnu.org>
11471
11472 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11473 (top-level): Move provide to the end.
11474 (ffap): Remove defunct URL from custom group.
11475
11476 * subr.el (eval-after-load): Doc fix.
11477
11478 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
11479
11480 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11481 `calc-embedded-word' is called twice.
11482
11483 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11484
11485 * files.el (find-alternate-file-other-window, find-alternate-file):
11486 Obey confirm-nonexistent-file-or-buffer.
11487
11488 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
11489
11490 * dired-aux.el (dired-show-file-type): Handle remote files.
11491
11492 2009-07-05 Jari Aalto <jari.aalto@cante.net>
11493
11494 * desktop.el (desktop-globals-to-save):
11495 Add file-name-history (Bug#2750).
11496
11497 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
11498
11499 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
11500
11501 2009-07-04 Johan Bockgård <bojohan@gnu.org>
11502
11503 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11504 property on entire argument since this is what eshell-lisp-command
11505 expects.
11506
11507 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
11508
11509 * net/tramp-gvfs.el (tramp-gvfs-methods)
11510 (tramp-gvfs-zeroconf-domain)
11511 (tramp-bluez-discover-devices-timeout): Add version flag.
11512 (tramp-gvfs-handler-mounted-unmounted)
11513 (tramp-gvfs-connection-mounted-p): Polish handling of
11514 incompatibilities between GVFS 0.2 and 1.0.
11515
11516 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
11517
11518 * cus-start.el (all): Add make-pointer-invisible.
11519
11520 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
11521
11522 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
11523 formatted correctly.
11524
11525 2009-07-02 Juri Linkov <juri@jurta.org>
11526
11527 * info.el: Virtual Info files and nodes.
11528 (Info-virtual-files, Info-virtual-nodes): New variables.
11529 (Info-current-node-virtual): New variable.
11530 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11531 New functions.
11532 (Info-file-supports-index-cookies): Use Info-virtual-file-p
11533 to check for a virtual file instead of checking a fixed list
11534 of node names.
11535 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11536 instead of ad-hoc processing of "dir" and (apropos history toc).
11537 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11538 instead of ad-hoc processing of "dir" and (apropos history toc).
11539 Reread a file when moving from a virtual node.
11540 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11541 (Info-directory-toc-nodes, Info-directory-find-file)
11542 (Info-directory-find-node): New functions.
11543 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11544 (Info-history): Move part of code to
11545 `Info-history-find-node'.
11546 (Info-history-toc-nodes, Info-history-find-file)
11547 (Info-history-find-node): New functions.
11548 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11549 (Info-toc): Move part of code to `Info-toc-find-node'.
11550 (Info-toc-find-node): New function.
11551 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
11552 the current Info file name to references because now the node
11553 "*TOC*" belongs to the same Info manual.
11554 (Info-toc-build): Rename from `Info-build-toc'.
11555 (Info-toc-nodes): Rename input argument `file' to `filename'.
11556 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11557 instead of ad-hoc processing of ("dir" apropos history toc).
11558 (Info-index-nodes): Use Info-virtual-file-p
11559 to check for a virtual file instead of checking a fixed list
11560 of node names.
11561 (Info-index-node): Add check for `Info-current-node-virtual'.
11562 Raise `save-match-data' higher up the tree to contain
11563 `search-forward' too (bug fix).
11564 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11565 (Info-virtual-index-nodes): New variable.
11566 (Info-virtual-index-find-node, Info-virtual-index): New functions.
11567 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11568 (Info-apropos-file, Info-apropos-nodes): New variables.
11569 (Info-apropos-toc-nodes, Info-apropos-find-file)
11570 (Info-apropos-find-node, Info-apropos-matches): New functions.
11571 (info-apropos): Move part of code to `Info-apropos-find-node' and
11572 `Info-apropos-matches'.
11573 (Info-mode-map): Bind "I" to `Info-virtual-index'.
11574 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11575 for a virtual file instead of checking a fixed list of node names.
11576
11577 * simple.el (async-shell-command): New command.
11578
11579 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11580
11581 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11582 instead of `mount-info'.
11583
11584 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
11585
11586 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
11587 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
11588
11589 2009-07-02 Kenichi Handa <handa@m17n.org>
11590
11591 * international/mule.el (set-keyboard-coding-system): Force *-unix
11592 coding-system to avoid eol conversion.
11593
11594 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
11595
11596 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11597 Add handler for `process-file', `shell-command' and
11598 `start-file-process'.
11599 (tramp-gvfs-handle-shell-command)
11600 (tramp-gvfs-handle-start-file-process)
11601 (tramp-gvfs-handle-process-file): New defuns.
11602 (tramp-synce-list-devices): Simplify check for existence of property.
11603
11604 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
11605
11606 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11607
11608 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
11609
11610 * language/korean.el (set-language-info-alist): Add korean-cp949,
11611 cp949 to spec.
11612
11613 2009-07-01 Kenichi Handa <handa@m17n.org>
11614
11615 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11616
11617 * international/encoded-kb.el: Deleted.
11618
11619 * international/mule.el (set-keyboard-coding-system): Perform the
11620 necessary setup here instead of calling encoded-kbd-setup-display.
11621
11622 2009-07-01 Glenn Morris <rgm@gnu.org>
11623
11624 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11625
11626 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
11627
11628 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
11629
11630 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
11631
11632 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11633 Handle also the 'rename case, when setting file modes. (Bug#3712)
11634 (tramp-default-file-modes): Remove execute permissions.
11635
11636 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
11637 (top): Add a default for "synce" in `tramp-default-user-alist'.
11638 Add completion function for "synce" method.
11639 (tramp-hal-service, tramp-hal-path-manager)
11640 (tramp-hal-interface-manager, tramp-hal-interface-device):
11641 New defconst.
11642 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11643 (tramp-synce-list-devices, tramp-synce-parse-device-names):
11644 New defuns.
11645
11646 * net/trampver.el: Update release number.
11647
11648 2009-06-30 Kenichi Handa <handa@m17n.org>
11649
11650 * international/fontset.el (setup-default-fontset): Add CJK fonts
11651 for symbols and the other miscellaneous characters.
11652
11653 * language/korea-util.el (setup-korean-environment-internal):
11654 Make char-width-table suitable for Korean environments.
11655 (exit-korean-environment): Cancel above.
11656
11657 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11658 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
11659 setup-function to make char-width-table suitable for respective
11660 environments, and an exit-function to cancel that.
11661
11662 * language/japan-util.el (setup-japanese-environment-internal):
11663 Call use-cjk-char-width-table with arg `ja_JP'.
11664
11665 * international/characters.el (cjk-char-width-table): Delete it.
11666 (cjk-char-width-table-list): New variable.
11667 (use-cjk-char-width-table): New arg local-name.
11668 (use-default-char-width-table): Fix for the case that Emacs is
11669 already using the default char-width-table.
11670
11671 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
11672
11673 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11674 modes mandatory. (Bug#3712)
11675
11676 2009-06-29 Alan Mackenzie <acm@muc.de>
11677
11678 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
11679 correction between the visible width of TABs and their number of bytes.
11680
11681 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
11682
11683 * server.el (server-buffer-done): Prevent kill-buffer from
11684 prompting by clearing the buffer modification flag (Bug#3696).
11685
11686 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
11687
11688 * progmodes/verilog-mode.el (verilog-beg-of-statement)
11689 (verilog-endcomment-reason-re): Support unique case and priority case.
11690 (verilog-basic-complete-re): Support localparam lineup.
11691 (verilog-beg-of-statement-1): Fix for robustness, unique case.
11692 (verilog-set-auto-endcomments): Fix for unique case, always_comb
11693 commenting.
11694 (verilog-leap-to-case-head): Now support *nested* unique &
11695 priority case statements.
11696 (verilog-auto-lineup): Make just declarations the default (as it
11697 had been).
11698 (verilog-leap-to-case-head): Support priority/unique case statements.
11699 (verilog-auto-lineup): Rework to give users radio buttons to
11700 select the various styles of automatic lineup.
11701 (verilog-error-regexp-alist): Rework to support the XEmacs style
11702 of error regular expressions from compilers, lint tools &
11703 simulators. Note that GNU Emacs has made it impossible for a mode
11704 to load such things.
11705 (electric-verilog-terminate-line, verilog-indent-declaration)
11706 (verilog-auto-wiure): Rework for radio button selection of
11707 auto-lineup selection of specification of auto lineup.
11708 (verilog-beg-of-statement-1): Redesign to support proper operation
11709 in additional code, based on testing with auto-lineup.
11710 (verilog-calculate-indent, assignments & declarations)
11711 (verilog-backward-token): Enhance to support auto-lineup of
11712 assignments & declarations.
11713 (verilog-in-directive-p, verilog-at-struct-p): New function for
11714 easy test of whether we are.
11715 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11716 to support safe execution at almost anyline.
11717 (verilog-calc-1): Properly support indenting deep inside generate
11718 blocks.
11719 (verilog-init-font): Remove definition & use of verilog-init-font,
11720 as it is redundant with font-lock-defaults.
11721 (verilog-mode): Alter the definition of verilog-font-lock-defaults
11722 to avoid circular calls if syntax-ppss is a function (as is the
11723 case now in 22.x GNU Emacs) as that function would sometimes call
11724 itself, leading to (nearly) infinite recursion.
11725 (verilog-ovm-begin-re, verilog-ovm-end-re)
11726 (verilog-ovm-statement-re, verilog-leap-to-head)
11727 (verilog-backward-token): Add support for OVM macros. Some are
11728 complete statements, and others open and close scopes like begin
11729 and end.
11730 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11731 (verilog-defun-level-generate-only-re): Really fix the defun-list
11732 compilation issue.
11733 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
11734 coverpoint, constraint and cross statements.
11735 (verilog-defun-level-list, verilog-generate-defun-level-list)
11736 (verilog-all-defun-level-list): Redo these specifications - it is
11737 too hard to support eval-when compile aggregation of lists also
11738 built at when-compile time.
11739 (verilog-defun-level-list): Place defconsts of variables used in
11740 building regular expressions which are built in eval-when-compile
11741 bodies in the same eval-when-compile body to facilitate compile
11742 without load.
11743 (verilog-beg-block-re-ordered): Support indenting
11744 virtual/protected tasks and functions.
11745 (verilog-defun-level-list, verilog-in-generate-region-p)
11746 (verilog-backward-ws&directives, verilog-calc-1): Speed up
11747 indentation of some module items (generate items).
11748 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11749 across virtual/protected tasks and functions.
11750
11751 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
11752
11753 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
11754 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
11755 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11756 in concatenations. Reported by Yishay Belkind.
11757 (verilog-auto-ascii-enum): Support one-hot state machines in
11758 AUTOASCIIENUM. Suggested by Lloyd Gomez.
11759 (verilog-auto-inst, verilog-auto-inst-port): Include interface
11760 modport in AUTOINST and add vl-modport for users. Reported by
11761 David Rogoff.
11762 (verilog-auto-inout-module, verilog-auto-inst)
11763 (verilog-decls-get-interfaces, verilog-insert-definition)
11764 (verilog-insert-one-definition, verilog-read-decls)
11765 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11766 (verilog-sig-modport, verilog-signals-combine-bus)
11767 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11768 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11769 Suggested by David Rogoff.
11770 (verilog-repair-open-comma): Fix non-insertion of comma when
11771 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
11772 (verilog-make-width-expression): Simplify [A-1:0] expression
11773 widths to just {A{1'b0}}.
11774 (verilog-mode): Cleanup checkdoc warnings.
11775 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11776 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
11777 inputs/outputs or data type. Suggested by Vasu Kandadi.
11778 (next-error-last-buffer): Fix byte-compiler warning.
11779 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11780 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
11781 or shell command text during AUTO expansion. Suggested by Tad Truex.
11782 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
11783 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11784 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
11785 in AUTOINOUT. Reported by Matthew Lovell.
11786 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11787 causing use of <= assignments. Reported by Alex Reed.
11788 (verilog-read-decls): Fix triand, trior, wand, wor to be
11789 recognized by AUTOWIRE. Reported by Spencer Isaacson.
11790 (verilog-extended-complete-re): Support import "DPI-C" functions.
11791 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
11792 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
11793 (verilog-insert-date, verilog-insert-year)
11794 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11795 Windows systems. Reported by Michael Potts.
11796 (verilog-read-module-name): Fix AUTOINST when the child module
11797 declaration's name is a tick define. Reported by Elliot Mednick.
11798 (verilog-read-decls): Fix V2K parameter bit subscripts getting
11799 passed to next parameter's definition. Reported by Bruce T.
11800 (verilog-read-decls): Fix detecting "parameter int" when using
11801 AUTOINSTPARAM. Reported by Bruce T.
11802 (verilog-goto-defun): Fix goto not finding modules unless first
11803 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
11804 (verilog-mode): Expand -f flag arguments on entry to mode so
11805 verilog-goto-defun will work. Reported by Lawrence Butcher.
11806 (verilog-getopt): Expand environment variables in -f file
11807 arguments. Suggested by Lawrence Butcher.
11808 (verilog-set-define): Fix "Symbol's value as variable is void"
11809 when reading enumerations.
11810 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11811 Suggested by Stephen Peltan.
11812 (verilog-read-defines): Fix reading of enumerations in include
11813 files. Reported by Steve Peltan.
11814
11815 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
11816
11817 * files.el (trash-directory): Fix defcustom type.
11818
11819 2009-06-28 Juri Linkov <juri@jurta.org>
11820
11821 * help-fns.el (describe-function-1): Correctly locate adviced
11822 functions in hyperlink (Bug#2438).
11823
11824 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
11825
11826 * files.el (trash-directory): Change default to nil.
11827 (move-file-to-trash): If trash-directory is nil and
11828 system-move-file-to-trash is unbound, perform freedesktop-style
11829 trashing.
11830
11831 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
11832
11833 * files.el (move-file-to-trash): Add freedesktop trash
11834 support (Bug#973).
11835
11836 2009-06-28 Glenn Morris <rgm@gnu.org>
11837
11838 * autorevert.el (global-auto-revert-non-file-buffers)
11839 (global-auto-revert-mode): Doc fixes.
11840
11841 2009-06-27 Johan Bockgård <bojohan@gnu.org>
11842
11843 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11844
11845 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
11846
11847 * faces.el (x-handle-named-frame-geometry): Ensure that we have
11848 opened an X connection before calling x-get-resource (Bug#3194).
11849
11850 * play/doctor.el: Remove reference to obsolete website.
11851 (make-doctor-variables): Correct grammar mistake (Bug#2633).
11852
11853 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
11854
11855 Remove find-file-not-found-hook VC method. (Bug#2757)
11856 * vc-hooks.el (vc-file-not-found-hook)
11857 (vc-default-find-file-not-found-hook): Remove functions.
11858 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11859 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11860 * vc.el:
11861 * vc-hg.el:
11862 * vc-git.el: Do not mention find-file-not-found-hook VC method.
11863
11864 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
11865
11866 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
11867 compatibility function for `looking-back'.
11868
11869 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11870 Use `ispell-looking-back'.
11871
11872 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
11873
11874 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
11875 rather than `filename'.
11876
11877 2009-06-23 Miles Bader <miles@gnu.org>
11878
11879 * face-remap.el (text-scale-set): New function.
11880
11881 2009-06-23 Glenn Morris <rgm@gnu.org>
11882
11883 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11884
11885 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11886
11887 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11888
11889 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11890
11891 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11892 Simplify Persian conditionals.
11893
11894 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11895 variable `filename'.
11896
11897 * comint.el (comint-insert-input): Doc fix.
11898
11899 * Makefile.in (ELCFILES): Fix typo in previous change.
11900
11901 2009-06-23 Miles Bader <miles@gnu.org>
11902
11903 * cus-start.el: Add entry for `recenter-redisplay'.
11904
11905 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11906
11907 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11908 Add an optional argument for the backend, use it instead of
11909 calling vc-backend.
11910 (vc-mode-line): Add an optional argument for the backend.
11911 Pass the backend to vc-state and vc-working-revision. Move code for
11912 special handling for vc-state being a buffer to ...
11913
11914 * vc-rcs.el (vc-rcs-find-file-hook):
11915 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
11916
11917 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11918 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11919 vc-stay-local-p and vc-mode-line calls.
11920
11921 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11922 (vc-cvs-diff, vc-cvs-annotate-command)
11923 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11924 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11925 vc-mode-line calls.
11926
11927 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11928 direct comparison.
11929 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11930 backend when calling vc-mode-line.
11931 (vc-register): Do not create a closure for calling the vc register
11932 function, call it directly.
11933
11934 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11935
11936 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11937 to make it obvious item can be clicked.
11938
11939 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11940
11941 2009-06-23 Kenichi Handa <handa@m17n.org>
11942
11943 * language/korea-util.el (korean-key-bindings): Change the binding
11944 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
11945 same command.
11946
11947 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
11948
11949 Sync with Tramp 2.1.16.
11950
11951 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11952
11953 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
11954 when a loading of a package fails. Completion function for rsync
11955 is `tramp-completion-function-alist-ssh'.
11956 (all): Replace all calls of `split-string' and
11957 `tramp-split-string' by `tramp-compat-split-string'.
11958 (tramp-default-method): Use `tramp-compat-process-running-p'.
11959 (tramp-default-proxies-alist): Allow also Lisp forms.
11960 (tramp-remote-path): Add choice "Private Directories".
11961 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
11962 (tramp-domain-regexp): Allow also "-", "_" and ".".
11963 (tramp-end-of-output): Remove newlines, and add "$" at the end.
11964 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11965 (tramp-debug-message): Insert header line in debug buffer.
11966 (tramp-handle-directory-files-and-attributes-with-stat):
11967 Care about filenames with spaces, or starting with "-".
11968 (tramp-handle-dired-uncache): New defun.
11969 (tramp-handle-insert-directory): Don't flush the directory from
11970 cache, this is handled by `dired-uncache' now.
11971 (tramp-handle-insert-file-contents): Improve error handling.
11972 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11973 Quote `tramp-end-of-output'.
11974 (tramp-action-password): Improve trace message.
11975 (tramp-check-for-regexp): Both echoes must be present, before removing.
11976 (tramp-open-connection-setup-interactive-shell): Trace coding system.
11977 (tramp-compute-multi-hops): Eval cons cells of
11978 `tramp-default-proxies-alist'.
11979 (tramp-maybe-open-connection): Use the same command pattern for
11980 first hop and further hops.
11981 (tramp-wait-for-output): Remove handling of newlines.
11982 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11983 (tramp-split-string): Remove function. It is handled in
11984 tramp-compat now.
11985
11986 * net/tramp-cmds.el (tramp-bug):
11987 Recommend `tramp-cleanup-all-connections' in the bug mail.
11988
11989 * net/tramp-compat.el (tramp-compat-split-string)
11990 (tramp-compat-process-running-p): New defuns.
11991
11992 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11993 for `dired-uncache'.
11994
11995 * net/tramp-gvfs.el: New package.
11996
11997 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11998 Add handler for `dired-uncache'.
11999 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12000
12001 * net/trampver.el: Update release number. Make version check fit
12002 for SXEmacs 22.
12003
12004 2009-06-22 Jim Meyering <meyering@redhat.com>
12005
12006 Automatically handle .xz suffix (XZ-compressed files), too.
12007 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12008 XZ is the successor to LZMA: <http://tukaani.org/xz/>
12009
12010 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
12011 Nick Roberts <nickrob@snap.net.nz>
12012
12013 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
12014 repository (http://sphinx.net.ru/hg/gdb-mi/).
12015
12016 2009-06-22 Glenn Morris <rgm@gnu.org>
12017
12018 * files.el (dir-locals-collect-mode-variables): Allow for any number of
12019 `mode' and `eval' entries. (Bug#3430)
12020
12021 * Makefile.in (ELCFILES): Add fadr.elc.
12022
12023 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12024 differing behavior of \n and ^ in strings. (Bug#3385)
12025
12026 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12027
12028 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12029 property.
12030 (lisp-indent-function): Make it a defcustom.
12031
12032 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
12033
12034 * progmodes/gdb-ui.el: Replace with ...
12035 * progmodes/gdb-mi.el: ... this file.
12036 * progmodes/gud.el: Modify for gdb-mi.el.
12037
12038 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
12039
12040 * fadr.el: New file.
12041
12042 See ChangeLog.14 for earlier changes.
12043
12044 ;; Local Variables:
12045 ;; coding: utf-8
12046 ;; End:
12047
12048 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
12049
12050 This file is part of GNU Emacs.
12051
12052 GNU Emacs is free software: you can redistribute it and/or modify
12053 it under the terms of the GNU General Public License as published by
12054 the Free Software Foundation, either version 3 of the License, or
12055 (at your option) any later version.
12056
12057 GNU Emacs is distributed in the hope that it will be useful,
12058 but WITHOUT ANY WARRANTY; without even the implied warranty of
12059 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12060 GNU General Public License for more details.
12061
12062 You should have received a copy of the GNU General Public License
12063 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
12064
12065 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1