]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* lisp/calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
[gnu-emacs] / lisp / ChangeLog
1 2010-09-15 Glenn Morris <rgm@gnu.org>
2
3 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
4
5 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6
7 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
8 Add `when' argument. Update callers.
9
10 * subr.el (unintern): Declare the obarray arg mandatory.
11
12 2010-09-14 Glenn Morris <rgm@gnu.org>
13
14 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
15 Doc fixes.
16
17 * calendar/diary-lib.el (diary-included-files): New variable.
18 (diary-list-entries): Maybe initialize diary-included-files.
19 (diary-include-other-diary-files): Append to diary-included-files.
20 * calendar/appt.el (appt-update-list): Also check the members of
21 diary-included-files. (Bug#6999)
22 (appt-check): Doc fix.
23
24 2010-09-12 David Reitter <david.reitter@gmail.com>
25
26 * simple.el (line-move-visual): Do not truncate goal column to
27 integer size. (Bug#7020)
28
29 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
30
31 * repeat.el (repeat): Allow repeating when the last event is a click.
32 Suggested by Drew Adams (bug#6256).
33
34 2010-09-11 Sascha Wilde <wilde@sha-bang.de>
35
36 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
37 Replace setting HGRCPATH to "" by some less invasive --config options.
38
39 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
40
41 * font-lock.el (font-lock-beginning-of-syntax-function):
42 Mark as obsolete.
43
44 2010-09-10 Glenn Morris <rgm@gnu.org>
45
46 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
47 and tool-bar modes. (Bug#6211)
48 (menu-bar-mode): Move setting of standard-value after the
49 minor-mode definition, otherwise it seems to have no effect.
50
51 2010-09-08 Masatake YAMATO <yamato@redhat.com>
52
53 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
54 Fix typo. (Bug#6976)
55
56 2010-09-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
57
58 * whitespace.el: Allow cleaning up blanks without blank
59 visualization (Bug#6651). Adjust help window for
60 whitespace-toggle-options (Bug#6479). Allow to use fill-column
61 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
62 (whitespace-style): Add new value 'face. Adjust docstring.
63 (whitespace-space, whitespace-hspace, whitespace-tab):
64 Adjust foreground property face.
65 (whitespace-line-column): Adjust docstring and type declaration.
66 (whitespace-style-value-list, whitespace-toggle-option-alist)
67 (whitespace-help-text): Adjust const initialization.
68 (whitespace-toggle-options, global-whitespace-toggle-options):
69 Adjust docstring.
70 (whitespace-display-window, whitespace-interactive-char)
71 (whitespace-style-face-p, whitespace-color-on): Adjust code.
72 (whitespace-help-scroll): New fun.
73
74 2010-09-05 Alexander Klimov <alserkli@inbox.ru> (tiny change)
75
76 * files.el (directory-abbrev-alist): Use \` as default regexp.
77
78 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
79 chars like - or ] (bug#6984).
80 (rx-any-condense-range): Explode 2-char ranges.
81
82 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
83
84 * textmodes/bibtex.el:
85 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
86
87 2010-09-02 Glenn Morris <rgm@gnu.org>
88
89 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
90
91 2010-08-31 Kenichi Handa <handa@m17n.org>
92
93 * international/mule-cmds.el (standard-display-european-internal):
94 Setup standard-display-table for 8-bit characters by storing 8-bit
95 characters in the element vector.
96
97 * disp-table.el (standard-display-8bit):
98 Setup standard-display-table for 8-bit characters by storing 8-bit
99 characters in the element vector.
100 (standard-display-european): Likewise.
101
102 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
103
104 Sync with Tramp 2.1.19.
105
106 * net/tramp-cmds.el (tramp-cleanup-all-connections)
107 (tramp-reporter-dump-variable, tramp-load-report-modules)
108 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
109 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
110
111 * net/tramp-compat.el (top): Do not autoload
112 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
113 only when `start-file-process' is not bound.
114 (byte-compile-not-obsolete-vars): Define if not bound.
115 (tramp-compat-funcall): New defmacro.
116 (tramp-compat-line-beginning-position)
117 (tramp-compat-line-end-position)
118 (tramp-compat-temporary-file-directory)
119 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
120 (tramp-compat-copy-file, tramp-compat-copy-directory)
121 (tramp-compat-delete-file, tramp-compat-delete-directory)
122 (tramp-compat-number-sequence, tramp-compat-process-running-p):
123 Use it.
124 (tramp-advice-file-expand-wildcards): Do not use
125 `tramp-handle-file-remote-p'.
126 (tramp-compat-make-temp-file): Simplify fallback implementation.
127 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
128 (tramp-compat-copy-tree): Remove function.
129 (tramp-compat-delete-file): New defun.
130 (tramp-compat-delete-directory): Provide implementation for older
131 Emacsen.
132 (tramp-compat-file-attributes): Handle only
133 `wrong-number-of-arguments' error.
134
135 * net/tramp-fish.el (tramp-fish-handle-copy-file):
136 Add PRESERVE_SELINUX_CONTEXT.
137 (tramp-fish-handle-delete-file): Add TRASH arg.
138 (tramp-fish-handle-directory-files-and-attributes):
139 Do not use `tramp-fish-handle-file-attributes.
140 (tramp-fish-handle-file-local-copy)
141 (tramp-fish-handle-insert-file-contents)
142 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
143
144 * net/tramp-gvfs.el (top): Require url-util.
145 (tramp-gvfs-mount-point): Remove.
146 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
147 and `set-file-selinux-context'.
148 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
149 (tramp-gvfs-handle-file-selinux-context)
150 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
151 (with-tramp-dbus-call-method): Format trace message.
152 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
153 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
154 Implement backup call, when operation on local files fails.
155 Use progress reporter. Flush properties of changed files.
156 (tramp-gvfs-handle-delete-file): Add TRASH arg.
157 Use `tramp-compat-delete-file'.
158 (tramp-gvfs-handle-expand-file-name): Expand "~/".
159 (tramp-gvfs-handle-make-directory): Make more traces.
160 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
161 (tramp-gvfs-url-file-name): Hexify file name in url.
162 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
163 into account for the resulting file name.
164 (tramp-gvfs-handler-askquestion): Preserve current message, in
165 order to let progress reporter continue afterwards. (Bug#6257)
166 Return dummy mountpoint, when the answer is "no".
167 See `tramp-gvfs-maybe-open-connection'.
168 (tramp-gvfs-handler-mounted-unmounted)
169 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
170 attribute "default_location". Set "prefix" property.
171 Handle default-location.
172 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
173 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
174 exists. Raise an error, if not (due to a corresponding answer
175 "no" in interactive questions, for example).
176 Use `tramp-compat-funcall'.
177
178 * net/tramp-imap.el (top): Autoload `epg-make-context'.
179 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
180 (tramp-imap-do-copy-or-rename-file)
181 (tramp-imap-handle-insert-file-contents)
182 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
183 (tramp-imap-handle-delete-file): Add TRASH arg.
184
185 * net/tramp-smb.el (tramp-smb-handle-copy-file):
186 Add PRESERVE-SELINUX-CONTEXT.
187 (tramp-smb-handle-copy-file)
188 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
189 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
190 Use `with-progress-reporter'.
191 (tramp-smb-handle-delete-file): Add TRASH arg.
192
193 * net/tramp.el (tramp-methods): Move hostname to the end in all
194 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
195 appropriate.
196 (tramp-verbose): Describe verbose level 9.
197 (tramp-completion-function-alist)
198 (tramp-file-name-regexp, tramp-chunksize)
199 (tramp-local-coding-commands, tramp-remote-coding-commands)
200 (with-connection-property, tramp-completion-mode-p)
201 (tramp-action-process-alive, tramp-action-out-of-band)
202 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
203 (tramp-exists-file-name-handler): Fix docstring.
204 (tramp-remote-process-environment): Use `format' instead of
205 `concat'. Protect version string by apostroph.
206 (tramp-shell-prompt-pattern): Do not use a shy group in case of
207 XEmacs.
208 (tramp-file-name-regexp-unified)
209 (tramp-completion-file-name-regexp-unified): On W32 systems, do
210 not regard the volume letter as remote filename. (Bug#5447)
211 (tramp-perl-file-attributes)
212 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
213 (tramp-vc-registered-read-file-names): Read input as
214 here-document, otherwise the command could exceed maximum length
215 of command line.
216 (tramp-file-name-handler-alist): Add `file-selinux-context' and
217 `set-file-selinux-context'.
218 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
219 backtrace functions.
220 (tramp-error-with-buffer): Don't show the connection buffer when
221 we are in completion mode.
222 (tramp-progress-reporter-update, tramp-remote-selinux-p)
223 (tramp-handle-file-selinux-context)
224 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
225 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
226 New defuns.
227 (with-progress-reporter): New defmacro.
228 (tramp-debug-outline-regexp): New defconst.
229 (top, tramp-rfn-eshadow-setup-minibuffer)
230 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
231 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
232 (tramp-completion-mode-p, tramp-check-for-regexp)
233 (tramp-open-connection-setup-interactive-shell)
234 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
235 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
236 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
237 Use `tramp-compat-funcall'.
238 (tramp-handle-make-symbolic-link): Flush file properties.
239 (tramp-handle-load, tramp-handle-file-local-copy)
240 (tramp-handle-insert-file-contents, tramp-handle-write-region)
241 (tramp-handle-vc-registered, tramp-maybe-send-script)
242 (tramp-find-shell): Use `with-progress-reporter'.
243 (tramp-do-file-attributes-with-stat): Add space in format string,
244 in order to work around a bug in pdksh. Reported by Gilles Pion
245 <gpion@lfdj.com>.
246 (tramp-handle-verify-visited-file-modtime): Do not send a command
247 when the connection is not established.
248 (tramp-handle-set-file-times): Simplify the check for utc.
249 (tramp-handle-directory-files-and-attributes)
250 (tramp-get-remote-path): Use `copy-tree'.
251 (tramp-completion-handle-file-name-all-completions): Ensure, that
252 non remote files are still checked. Oops.
253 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
254 Handle PRESERVE-SELINUX-CONTEXT.
255 (tramp-do-copy-or-rename-file): Add progress reporter.
256 (tramp-do-copy-or-rename-file-directly): Do not use
257 `tramp-handle-file-remote-p'.
258 (tramp-do-copy-or-rename-file-out-of-band):
259 Use `tramp-compat-delete-directory'.
260 (tramp-do-copy-or-rename-file-out-of-band)
261 (tramp-compute-multi-hops, tramp-maybe-open-connection):
262 Use `format-spec-make'.
263 (tramp-handle-delete-file): Add TRASH arg.
264 (tramp-handle-dired-uncache): Flush directory cache, not only file
265 cache.
266 (tramp-handle-expand-file-name)
267 (tramp-completion-handle-file-name-all-completions)
268 (tramp-completion-handle-file-name-completion):
269 Use `tramp-connectable-p'.
270 (tramp-handle-start-file-process): Set connection property "vec".
271 Use it, in order to invalidate file caches. Check only for
272 `remote-tty' process property.
273 Implement tty setting. (Bug#4604, Bug#6360)
274 (tramp-file-name-for-operation): Add `call-process-region' and
275 `set-file-selinux-context'.
276 (tramp-find-foreign-file-name-handler)
277 (tramp-advice-make-auto-save-file-name)
278 (tramp-set-auto-save-file-modes): Remove superfluous check for
279 `stringp'. This is done inside `tramp-tramp-file-p'.
280 (tramp-file-name-handler): Trace 'quit. Catch the error for some
281 operations when we are in completion mode. This gives the user
282 the chance to correct the file name in the minibuffer.
283 (tramp-completion-mode-p): Use `non-essential'.
284 (tramp-handle-file-name-all-completions): Backward/ XEmacs
285 compatibility: Use `completion-ignore-case' if
286 `read-file-name-completion-ignore-case' does not exist.
287 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
288 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
289 `tramp-open-shell'.
290 (tramp-action-password): Hide password prompt before next run.
291 (tramp-process-actions): Widen connection buffer for the trace.
292 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
293 process property. Trace stty settings if `tramp-verbose' >= 9.
294 Apply workaround for IRIX64 bug. Move argument of last
295 `tramp-send-command' where it belongs to.
296 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
297 front of `login-args'.
298 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
299 on "/dev/null" instead of "/".
300 (tramp-get-ls-command-with-dired): Make test for "--dired"
301 stronger.
302 (tramp-set-auto-save-file-modes): Adapt version check.
303 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
304 (tramp-handle-process-file): Call the program in a subshell, in
305 order to preserve working directory.
306 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
307 `tramp-remote-sh' from `tramp-methods'.
308 (tramp-get-ls-command): Make test for "--color=never" stronger.
309 (tramp-check-for-regexp): Use (forward-line 1).
310
311 * net/trampver.el: Update release number.
312
313 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
314
315 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
316 empty argument to gvfs-copy.
317
318 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
319
320 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
321 handle new TRASH arg of `delete-file'.
322
323 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
324
325 * net/tramp.el (tramp-handle-insert-directory): Don't use
326 `forward-word', its default syntax could be changed.
327
328 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
329 Michael Albinus <michael.albinus@gmx.de>
330
331 Implement compression for inline methods.
332
333 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
334 (tramp-copy-size-limit): Allow also nil.
335 (tramp-inline-compress-commands): New defconst.
336 (tramp-find-inline-compress, tramp-get-inline-compress)
337 (tramp-get-inline-coding): New defuns.
338 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
339 replaced by `tramp-get-inline-coding'.
340 (tramp-handle-file-local-copy, tramp-handle-write-region)
341 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
342
343 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
344
345 Detect ssh 'ControlMaster' argument automatically in some cases.
346
347 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
348 (tramp-default-method): Use it.
349
350 2010-08-26 Karel Klíč <kklic@redhat.com>
351
352 * net/tramp.el (tramp-file-name-for-operation):
353 Add file-selinux-context.
354
355 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
356
357 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
358
359 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
360
361 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
362 (Bug#6907).
363
364 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
365
366 * progmodes/python.el (python-block-pairs): Allow use of "finally"
367 with "else" (Bug#3991).
368
369 2010-08-22 Leo <sdl.web@gmail.com>
370
371 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
372 (ignore, bright, dim, keyword): Split list of nicknames before
373 passing to rcirc-add-or-remove (Bug#6894).
374
375 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
376
377 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
378
379 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
380
381 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
382 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
383 New version 13.0.
384 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
385 Adjust initialization.
386 (whitespace-bob-marker, whitespace-eob-marker)
387 (whitespace-buffer-changed): New vars.
388 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
389 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
390 (whitespace-post-command-hook, whitespace-display-char-on):
391 Adjust code.
392 (whitespace-looking-back, whitespace-buffer-changed): New funs.
393 (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
394
395 2010-08-21 Leo <sdl.web@gmail.com>
396
397 Fix buffer-list rename&refresh after killing a buffer in ido.
398 * lisp/ido.el: Revert Óscar's.
399 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
400 Remember the buffers at head, rather than their name.
401 * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
402
403 2010-08-21 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
404 Stefan Monnier <monnier@iro.umontreal.ca>
405
406 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
407 extra backslash added to each line (bug#6890).
408
409 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
410
411 * subr.el (read-key): Don't echo keystrokes (bug#6883).
412
413 2010-08-21 Glenn Morris <rgm@gnu.org>
414
415 * menu-bar.el (menu-bar-games-menu): Add landmark.
416
417 2010-08-20 Glenn Morris <rgm@gnu.org>
418
419 * align.el (align-regexp): Make group and spacing arguments
420 use the interactive defaults when non-interactive. (Bug#6698)
421
422 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
423 expansion, so as not to need sendmail.
424 (mail-text-start): Remove declaration.
425 (rmail-retry-failure): Require sendmail.
426
427 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
428
429 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
430
431 2010-08-18 Michael Albinus <michael.albinus@gmx.de>
432
433 * progmodes/flymake.el (flymake-start-syntax-check-process):
434 Use `start-file-process' in order to let it run also on remote hosts.
435
436 2010-08-18 Kenichi Handa <handa@m17n.org>
437
438 * files.el: Add `word-wrap' as safe local variable.
439
440 2010-08-18 Glenn Morris <rgm@gnu.org>
441
442 * woman.el (woman-translate): Case matters. (Bug#6849)
443
444 2010-08-14 Chong Yidong <cyd@stupidchicken.com>
445
446 * simple.el (kill-region): Doc fix (Bug#6787).
447
448 2010-08-14 Glenn Morris <rgm@gnu.org>
449
450 * calendar/diary-lib.el (diary-header-line-format):
451 Fit it to the window, not the frame.
452
453 2010-08-11 Andreas Schwab <schwab@linux-m68k.org>
454
455 * subr.el (ignore-errors): Add debug declaration.
456
457 2010-08-09 Geoff Gole <geoffgole@gmail.com> (tiny change)
458
459 * whitespace.el (whitespace-color-off): Remove post-command-hook
460 locally.
461
462 2010-08-08 Johan Bockgård <bojohan@gnu.org>
463
464 * replace.el (replace-highlight): Bind isearch-forward and
465 isearch-error, ensuring that highlighting is updated if the user
466 switches the search direction (Bug#6808).
467
468 * isearch.el (isearch-lazy-highlight-forward): New var.
469 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
470 (isearch-lazy-highlight-update): Use it.
471
472 2010-08-06 Kenichi Handa <handa@m17n.org>
473
474 * international/mule.el (define-charset): Store NAME as :base property.
475 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
476 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
477 current priority. Force using the designation of the specific
478 charset by adding `charset' text property. Improve the whole
479 algorithm.
480
481 2010-08-05 Juanma Barranquero <lekktu@gmail.com>
482
483 * emulation/pc-select.el (pc-selection-mode-hook)
484 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
485 (pc-selection-mode): Fix typos in docstrings.
486
487 2010-08-04 Kenichi Handa <handa@m17n.org>
488
489 * language/cyrillic.el: Don't add "microsoft-cp1251" to
490 ctext-non-standard-encodings-alist here.
491
492 * international/mule.el (ctext-non-standard-encodings-alist):
493 Add "koi8-r" and "microsoft-cp1251".
494 (ctext-standard-encodings): New variable.
495 (ctext-non-standard-encodings-table): List only elements for
496 non-standard encodings.
497 (ctext-pre-write-conversion): Adjust for the above change.
498 Check ctext-standard-encodings.
499
500 * international/mule-conf.el (compound-text): Doc fix.
501 (ctext-no-compositions): Doc fix.
502 (compound-text-with-extensions): Doc fix.
503
504 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
505
506 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
507
508 2010-08-03 Juanma Barranquero <lekktu@gmail.com>
509
510 * progmodes/which-func.el (which-func-format): Split help-echo text
511 into lines, like other mode-line tooltips.
512
513 * server.el (server-start): When using TCP sockets, force IPv4
514 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
515
516 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
517
518 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
519
520 2010-08-02 Juanma Barranquero <lekktu@gmail.com>
521
522 * term.el (term-delimiter-argument-list): Reflow docstring.
523 (term-read-input-ring, term-write-input-ring, term-send-input)
524 (term-bol, term-erase-in-display, serial-supported-or-barf):
525 Fix typos in docstrings.
526
527 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
528
529 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
530
531 2010-08-01 Juanma Barranquero <lekktu@gmail.com>
532
533 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
534
535 2010-08-01 MON KEY <monkey@sandpframing.com> (tiny change)
536
537 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
538 Fix typo in docstring (bug#6747).
539
540 2010-07-30 Leo <sdl.web@gmail.com>
541
542 * eshell/esh-io.el (eshell-get-target): Better detection of
543 read-only file (Bug#6762).
544
545 2010-07-30 Juanma Barranquero <lekktu@gmail.com>
546
547 * align.el (align-default-spacing): Doc fix.
548 (align-region-heuristic, align-regexp): Fix typos in docstrings.
549
550 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
551
552 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
553
554 2010-07-20 Juanma Barranquero <lekktu@gmail.com>
555
556 * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
557
558 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
559
560 * time.el (display-time-day-and-date): Remove spurious * in docstring.
561 (display-time-world-buffer-name, display-time-world-mode-map):
562 Fix typos in docstrings.
563
564 2010-07-17 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
565
566 * image-mode.el (image-display-size): New function.
567 (image-forward-hscroll, image-next-line, image-eol, image-eob)
568 (image-mode-fit-frame): Use it (Bug#6639).
569
570 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
571
572 * dired.el (dired-buffers-for-dir): Handle list values of
573 dired-directory (Bug#6636).
574
575 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
576
577 * vc.el (vc-coding-system-inherit-eol): New defvar.
578 (vc-coding-system-for-diff): Use it to decide whether to inherit
579 from the file the EOL format for reading the diffs of that file.
580 (Bug#4451)
581
582 2010-07-16 Eli Zaretskii <eliz@gnu.org>
583
584 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
585 unibyte, so compressed attachments are not compressed again.
586
587 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
588
589 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
590 now that unicode is used (Bug#6594).
591
592 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
593
594 * simple.el (push-mark-command): Set the selection if
595 select-active-regions is non-nil.
596
597 2010-07-10 Glenn Morris <rgm@gnu.org>
598
599 * calendar/calendar.el (calendar-week-end-day): New function.
600 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
601 Respect calendar-week-start-day. (Bug#6606)
602 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
603 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
604 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
605 respect calendar-week-start-day.
606
607 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
608
609 * simple.el (use-region-p): Doc fix (Bug#6607).
610
611 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
612
613 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
614 builtins (BufferError, BytesWarning, WindowsError; callables
615 bin, bytearray, bytes, format, memoryview, next, print; __package__).
616
617 2010-07-07 Glenn Morris <rgm@gnu.org>
618
619 * play/zone.el (zone-fall-through-ws): Fix next-line ->
620 forward-line fallout.
621
622 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
623
624 * mouse.el (mouse-appearance-menu): Add docstring.
625
626 * help.el (describe-key): Print up-event using key-description.
627
628 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
629
630 * net/zeroconf.el (zeroconf-resolve-service)
631 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
632 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
633
634 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
635
636 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
637
638 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
639
640 Avoid displaying files with a nil state in vc-dir.
641 * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
642 cases that cause insertion.
643 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
644 with a nil state.
645
646 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
647
648 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
649
650 2010-06-29 Leo <sdl.web@gmail.com>
651
652 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
653
654 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
655
656 * generic-x.el (bat-generic-mode): Fix regexp for command line
657 switches (Bug#5719).
658
659 2010-06-27 Masatake YAMATO <yamato@redhat.com>
660
661 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
662 of nconc to avoid pure storage error (Bug#6239).
663
664 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
665
666 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
667 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
668 bindings of bookmark-automatically-show-annotations (Bug#6515).
669
670 2010-06-25 Eli Zaretskii <eliz@gnu.org>
671
672 * arc-mode.el (archive-zip-extract): Don't quote the file name on
673 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
674
675 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
676
677 * comint.el (make-comint, make-comint-in-buffer): Mention return
678 value in the docstrings. (Bug#6498)
679
680 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
681
682 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
683 since it is not present when using some non-default switches.
684
685 2010-06-23 Karl Fogel <kfogel@red-bean.com>
686
687 * simple.el (compose-mail): Fix doc string to refer to
688 `compose-mail-user-agent-warnings', instead of to the
689 nonexistent `compose-mail-check-user-agent'.
690
691 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
692
693 Fix vc-annotate for renamed files when using Git.
694 * vc-git.el (vc-git-find-revision): Deal with empty results from
695 ls-files. Doe not pass the object as a file name to cat-file, it
696 is not a file name.
697 (vc-git-annotate-command): Pass the file name using -- to avoid
698 ambiguity with the revision.
699 (vc-git-previous-revision): Pass a relative file name.
700
701 2010-06-22 Glenn Morris <rgm@gnu.org>
702
703 * progmodes/js.el (js-mode-map): Use standard capitalization and
704 ellipses for menu entries.
705
706 * wid-edit.el (widget-complete): Doc fix.
707
708 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
709
710 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
711
712 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
713
714 Fix annotating other revisions for renamed files in vc-annotate.
715 * vc-annotate.el (vc-annotate): Add an optional argument for the
716 VC backend. Use it when non-nil.
717 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate. (Bug#6487)
718
719 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
720 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
721 Do not pass the file name to the 'previous-revision call when we
722 don't want a file diff. (Bug#6489)
723
724 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
725
726 Fix finding revisions for renamed files in vc-annotate.
727 * vc.el (vc-find-revision): Add an optional argument for
728 the VC backend. Use it when non-nil.
729 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
730 backend to vc-find-revision. (Bug#6487)
731
732 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
733
734 Fix reading file names in Git annotate buffers.
735 * vc-git.el (vc-git-annotate-extract-revision-at-line):
736 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
737
738 2010-06-20 Alan Mackenzie <acm@muc.de>
739
740 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
741 in file local variables, set it first.
742
743 2010-06-19 Glenn Morris <rgm@gnu.org>
744
745 * descr-text.el (describe-char-unicode-data): Insert separating
746 space when needed. (Bug#6422)
747
748 * progmodes/idlwave.el (idlwave-action-and-binding):
749 Fix typo in 2009-12-03 change. (Bug#6450)
750
751 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
752
753 * subr.el (read-quoted-char): Fix up last change (bug#6290).
754
755 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
756
757 * font-lock.el (font-lock-major-mode): Rename from
758 font-lock-mode-major-mode to distinguish it from
759 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
760 (font-lock-set-defaults):
761 * font-core.el (font-lock-default-function): Adjust users.
762 (font-lock-mode): Don't set it at all.
763
764 2010-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
765
766 * vc-annotate.el (vc-annotate): Use vc-read-revision.
767
768 2010-06-15 Glenn Morris <rgm@gnu.org>
769
770 * calendar/appt.el (appt-time-msg-list): Doc fix.
771 (appt-check): Let-bind appt-warn-time.
772 (appt-add): Make the 3rd argument optional.
773 Simplify argument names. Doc fix. Check for integer WARNTIME.
774 Only add WARNTIME to the output list if non-nil.
775
776 2010-06-15 Ivan Kanis <apple@kanis.eu>
777
778 * calendar/appt.el (appt-check): Let the 3rd element of
779 appt-time-msg-list specify the warning time.
780 (appt-add): Add new argument with the warning time. (Bug#5176)
781
782 2010-06-12 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
783
784 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
785 older than version 1.6. (Bug#6361)
786
787 2010-06-12 Helmut Eller <eller.helmut@gmail.com>
788
789 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
790 used by cl-do-arglist. (Bug#6408)
791
792 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
793
794 * emacs-lisp/advice.el (ad-compile-function):
795 Define warning-suppress-types before we let-bind it (bug#6275).
796
797 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
798 declare it, make it buffer-local and permanent-local (bug#6324).
799 (vc-resynch-window): Adjust name.
800 * vc-hooks.el (vc-find-file-hook): Adjust name.
801
802 2010-06-07 Jonathan Rockway <jon@jrock.us>
803
804 * net/rcirc.el: Add support for password authentication.
805 (rcirc-server-alist): Add :password keyword.
806 (rcirc): Ask for a password, or get it from the server's alist.
807 (rcirc-connect): Add password argument. Pass it to server.
808
809 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
810
811 * net/dbus.el (dbus-register-method): Declare function.
812 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
813 (dbus-introspect): Doc fix.
814 (dbus-event-bus-name, dbus-introspect-get-interface)
815 (dbus-introspect-get-argument): Reflow docstrings.
816
817 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
818
819 * term/common-win.el (x-colors): Add "dark green" and "dark
820 turquoise" (Bug#6332).
821
822 2010-06-03 Eric Ludlam <zappo@gnu.org>
823
824 * cedet/semantic/lex-spp.el
825 (semantic-lex-spp-table-write-slot-value): Instead of erroring on
826 invalid values during save, just save a nil (Bug#6324).
827
828 2010-06-03 Glenn Morris <rgm@gnu.org>
829
830 * desktop.el (desktop-clear-preserve-buffers):
831 Add "*Warnings*" buffer. (Bug#6336)
832
833 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
834
835 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
836
837 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
838
839 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
840 `file-directory-p' to the filename part rather than to the whole text.
841
842 2010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
843
844 * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
845 (bug#6231).
846
847 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
848
849 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
850
851 2010-05-31 Drew Adams <drew.adams@oracle.com>
852
853 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
854
855 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
856
857 * subr.el (momentary-string-display): Just use read-event to read
858 the exit event (Bug#6238).
859
860 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
861
862 * ansi-color.el: Delete unused escape sequences (Bug#6085).
863 (ansi-color-drop-regexp): New constant.
864 (ansi-color-apply, ansi-color-filter-region)
865 (ansi-color-apply-on-region): Delete unrecognized control sequences.
866 (ansi-color-apply): Build string list before calling concat.
867
868 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
869
870 * progmodes/verilog-mode.el (verilog-type-font-keywords):
871 Use font-lock-constant-face, not obsolete font-lock-reference-face.
872
873 2010-05-27 Masatake YAMATO <yamato@redhat.com>
874
875 * htmlfontify.el (hfy-face-resolve-face): New function.
876 (hfy-face-to-style): Use it (Bug#6279).
877
878 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
879
880 * epa.el (epa--select-keys): Don't explicitly delete the window since
881 that can fail (e.g. sole window in frame). Use dedication instead.
882
883 2010-05-19 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
884
885 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
886
887 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
888
889 * subr.el (read-quoted-char): Resolve modifiers after key
890 remapping (bug#6212).
891
892 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
893
894 * tmm.el (tmm-prompt): Don't try to precompute bindings.
895 (tmm-get-keymap): Compute shortcuts (bug#6171).
896
897 2010-05-10 Glenn Morris <rgm@gnu.org>
898
899 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
900 all dired buffers, even tramp ones. (Bug#5755) [Backport from trunk]
901
902 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
903
904 * Version 23.2 released.
905
906 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
907
908 * international/mule.el (auto-coding-alist): Only purecopy
909 car of each item, not the whole list (Bug#6083).
910
911 2010-05-02 Chong Yidong <cyd@stupidchicken.com>
912
913 * progmodes/js.el (js-mode): Make paragraph variables local before
914 calling c-setup-paragraph-variables (Bug#6071).
915
916 2010-05-01 Eli Zaretskii <eliz@gnu.org>
917
918 * composite.el (compose-region, reference-point-alist): Fix typos
919 in the doc strings.
920
921 2010-04-28 Alexander Klimov <alserkli@inbox.ru> (tiny change)
922
923 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
924 gnuplot's "set" command.
925
926 2010-04-26 Juanma Barranquero <lekktu@gmail.com>
927
928 * abbrev.el (last-abbrev-text): Doc fix.
929 (abbrev-prefix-mark): Don't escape parenthesis.
930
931 2010-04-24 Andreas Schwab <schwab@linux-m68k.org>
932
933 * composite.el (find-composition): Doc fix.
934
935 2010-04-24 Juanma Barranquero <lekktu@gmail.com>
936
937 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
938 (sql-oracle-program, sql-sqlite-options)
939 (sql-query-placeholders-and-send): Doc fixes.
940 (sql-set-product, sql-interactive-mode): Reflow docstrings.
941 (sql-imenu-generic-expression, sql-buffer)
942 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
943 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
944 (sql-mode-sybase-font-lock-keywords)
945 (sql-mode-informix-font-lock-keywords)
946 (sql-mode-interbase-font-lock-keywords)
947 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
948 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
949 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
950 (sql-product-feature, sql-highlight-product)
951 (comint-line-beginning-position, sql-rename-buffer)
952 (sql-toggle-pop-to-buffer-after-send-region)
953 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
954 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
955 Fix typos in docstrings.
956
957 2010-04-23 Juri Linkov <juri@jurta.org>
958
959 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
960 property instead of `invisible' and `after-string' (bug#5998).
961
962 2010-04-23 Juri Linkov <juri@jurta.org>
963
964 * image-mode.el (image-mode-as-text): Fix typo in docstring.
965
966 2010-04-23 Juanma Barranquero <lekktu@gmail.com>
967
968 * filecache.el (file-cache-add-directory-list)
969 (file-cache-add-directory-recursively): Fix typos in docstrings.
970
971 2010-04-22 Kenichi Handa <handa@m17n.org>
972
973 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
974 (gujarati-composable-pattern): Fix typo.
975
976 2010-04-20 Kenichi Handa <handa@m17n.org>
977
978 * language/indian.el (oriya-composable-pattern)
979 (tamil-composable-pattern, malayalam-composable-pattern):
980 Add two-part vowels to "v" (vowel sign).
981
982 2010-04-20 Chong Yidong <cyd@stupidchicken.com>
983
984 * files.el (copy-directory): Handle symlinks (Bug#5982).
985
986 * progmodes/compile.el (compilation-next-error-function):
987 Revert 2009-10-12 change (Bug#5983).
988
989 2010-04-20 Dan Nicolaescu <dann@ics.uci.edu>
990
991 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
992 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
993 (Bug#5846).
994
995 2010-04-20 Glenn Morris <rgm@gnu.org>
996
997 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
998
999 * minibuffer.el (completion-at-point): Doc fix.
1000
1001 2010-04-18 Chong Yidong <cyd@stupidchicken.com>
1002
1003 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
1004 Don't destroy list before using it.
1005
1006 2010-04-17 Dan Nicolaescu <dann@ics.uci.edu>
1007
1008 Fix the version number for added files.
1009 * vc-hg.el (vc-hg-working-revision): Check if the file is
1010 registered after hg parent fails (Bug#5961).
1011
1012 2010-04-17 Glenn Morris <rgm@gnu.org>
1013
1014 * htmlfontify.el (htmlfontify-buffer)
1015 (htmlfontify-copy-and-link-dir): Autoload entry points.
1016
1017 2010-04-17 Magnus Henoch <magnus.henoch@gmail.com>
1018
1019 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
1020 name relative to the project root (Bug#5960).
1021
1022 2010-04-16 Glenn Morris <rgm@gnu.org>
1023
1024 * vc-git.el (vc-git-print-log): Doc fix.
1025
1026 2010-04-14 Óscar Fuentes <ofv@wanadoo.es>
1027
1028 * ido.el (ido-file-internal): Fix 2009-12-02 change.
1029
1030 2010-04-14 Christoph <cschol2112@googlemail.com> (tiny change)
1031
1032 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
1033 default settings (Bug#5928).
1034
1035 2010-04-10 Glenn Morris <rgm@gnu.org>
1036
1037 * progmodes/fortran.el (fortran-match-and-skip-declaration):
1038 New function.
1039 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
1040
1041 2010-04-07 Kenichi Handa <handa@m17n.org>
1042
1043 * language/indian.el (malayalam-composable-pattern): Fix previous
1044 change (add U+0D4D "SIGN VIRAMA").
1045 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
1046 (tamil-composable-pattern): Fix typo in the regexp.
1047 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
1048 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
1049 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
1050
1051 2010-04-06 Chong Yidong <cyd@stupidchicken.com>
1052
1053 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
1054 paragraph-separate (Bug#5821).
1055
1056 2010-04-05 Juri Linkov <juri@jurta.org>
1057
1058 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
1059
1060 * info.el (Info-find-node-2): Comment out code that skips
1061 breadcrumbs line.
1062 (Info-mouse-follow-link): New command.
1063 (Info-link-keymap): New keymap.
1064 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
1065 Return a string with links instead of inserting breadcrumbs
1066 to the Info buffer.
1067 (Info-fontify-node): Comment out code that inserts breadcrumbs.
1068 Instead of putting the `invisible' text property over the Info
1069 header, make an overlay over the Info header with the `invisible'
1070 property and `after-string' set to the string returned by
1071 `Info-breadcrumbs'.
1072
1073 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
1074
1075 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
1076 Reported by monkey@sandpframing.com.
1077
1078 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
1079
1080 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
1081 (semantic-create-imenu-directory-index): Fix typos in docstrings.
1082 (semantic-imenu-goto-function): Reflow docstring.
1083
1084 2010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
1085
1086 * textmodes/artist.el (artist-mode): Fix typo in docstring.
1087 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
1088
1089 2010-03-30 Kenichi Handa <handa@m17n.org>
1090
1091 * language/sinhala.el (composition-function-table): Fix regexp for
1092 the new Unicode specification.
1093
1094 * language/indian.el (devanagari-composable-pattern)
1095 (tamil-composable-pattern, kannada-composable-pattern)
1096 (malayalam-composable-pattern): Adjust for the new Unicode
1097 specification.
1098 (bengali-composable-pattern, gurmukhi-composable-pattern)
1099 (gujarati-composable-pattern, oriya-composable-pattern)
1100 (telugu-composable-pattern): New variables to cope with the new
1101 Unicode specification. Use them in composition-function-table.
1102
1103 2010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1104
1105 Make tmm-menubar work for the Buffers menu again (bug#5726).
1106 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
1107 vectors rather than cons cells, as used in menu-bar-update-buffers.
1108
1109 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
1110
1111 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
1112 (js-insert-and-indent): Revert 2009-08-15 change, restoring
1113 electric punctuation for "{}();,:" (Bug#5586).
1114
1115 * mail/sendmail.el (mail-default-directory): Doc fix.
1116
1117 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
1118
1119 * mail/sendmail.el (mail-default-directory): Doc fix.
1120
1121 2010-03-27 Eli Zaretskii <eliz@gnu.org>
1122
1123 * subr.el (version-regexp-alist, version-to-list)
1124 (version-list-<, version-list-=, version-list-<=)
1125 (version-list-not-zero, version<, version<=, version=): Doc fix.
1126 (Bug#5744).
1127
1128 2010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1129 Nick Roberts <nickrob@snap.net.nz>
1130
1131 * progmodes/gdb-ui.el (gdb-apple-test): New function.
1132 (gdb-init-1): Use it.
1133
1134 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
1135
1136 * vc.el (vc-root-diff): Doc fix.
1137
1138 2010-03-25 Chong Yidong <cyd@stupidchicken.com>
1139
1140 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
1141
1142 * simple.el (append-to-buffer): Fix last change.
1143
1144 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
1145
1146 * simple.el (append-to-buffer): Ensure that point is preserved if
1147 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
1148 (Bug#5749)
1149
1150 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1151
1152 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
1153 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
1154 not be present any more.
1155
1156 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
1157
1158 * faces.el (set-face-attribute): Fix typo in docstring.
1159 (face-valid-attribute-values): Reflow docstring.
1160
1161 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
1162
1163 2010-03-23 Glenn Morris <rgm@gnu.org>
1164
1165 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
1166
1167 2010-03-21 Chong Yidong <cyd@stupidchicken.com>
1168
1169 * indent.el (indent-for-tab-command): Doc fix.
1170
1171 2010-03-22 Juanma Barranquero <lekktu@gmail.com>
1172
1173 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
1174 (image-dired-read-comment): Doc fix.
1175
1176 * json.el (json-object-type, json-array-type, json-key-type)
1177 (json-false, json-null, json-read-number):
1178 * minibuffer.el (completion-in-region-functions):
1179 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
1180 (cal-tex-cursor-week):
1181 * emacs-lisp/trace.el (trace-function):
1182 * eshell/em-basic.el (eshell/printnl):
1183 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
1184 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
1185 * obsolete/levents.el (allocate-event, event-key, event-object)
1186 (event-point, event-process, event-timestamp, event-to-character)
1187 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
1188 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
1189 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
1190 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
1191 (reftex-highlight-selection): Fix typos in docstrings.
1192
1193 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
1194
1195 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
1196
1197 2010-03-18 Glenn Morris <rgm@gnu.org>
1198
1199 * mail/rmail.el (rmail-highlight-face): Restore option deleted
1200 2008-02-13 without comment; mark it obsolete.
1201 (rmail-highlight-headers): Use rmail-highlight-face once more.
1202
1203 2010-03-16 Chong Yidong <cyd@stupidchicken.com>
1204
1205 * woman.el (woman2-process-escapes): Only consume the newline if
1206 the filler character is on a line by itself (Bug#5729).
1207
1208 2010-03-16 Kenichi Handa <handa@m17n.org>
1209
1210 * language/indian.el (devanagari-composable-pattern): Add more
1211 consonants.
1212
1213 2010-03-14 Michael Albinus <michael.albinus@gmx.de>
1214
1215 * net/trampver.el: Update release number.
1216
1217 2010-03-13 Glenn Morris <rgm@gnu.org>
1218
1219 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
1220
1221 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
1222
1223 * net/tramp.el (tramp-find-executable):
1224 Use `tramp-get-connection-buffer'. Make the regexp for checking
1225 output of "wc -l" more robust.
1226 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
1227 (tramp-open-connection-setup-interactive-shell): Remove workaround
1228 for OpenSolaris bug, it is not needed anymore.
1229
1230 2010-03-13 Eric M. Ludlam <zappo@gnu.org>
1231
1232 * cedet/semantic/imenu.el: New file, from the CEDET repository
1233 (Bug#5412).
1234
1235 2010-03-12 Glenn Morris <rgm@gnu.org>
1236
1237 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
1238
1239 2010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
1240
1241 * files.el (auto-mode-alist): Accept more verilog file patterns.
1242
1243 2010-03-09 Miles Bader <miles@gnu.org>
1244
1245 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
1246 instead of "format:"; this ensures that the output is
1247 newline-terminated.
1248
1249 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
1250
1251 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
1252 that all errors are caught, and that the return value is always a
1253 list (Bug#5692).
1254
1255 2010-03-08 Kenichi Handa <handa@m17n.org>
1256
1257 * language/misc-lang.el (windows-1256): New coding system.
1258 (cp1256): New alias of windows-1256 (bug#5690).
1259
1260 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
1261
1262 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
1263 call to rfc822-bad-address. (Bug#5692)
1264
1265 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
1266
1267 * vc-git.el (vc-git-annotate-extract-revision-at-line):
1268 Use vc-git-root as default directory for revision path (Bug#5657).
1269
1270 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
1271
1272 * calculator.el (calculator): Don't bind split-window-keep-point
1273 (Bug#5674).
1274
1275 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1276
1277 * vc-git.el: Re-flow to fit into 80 columns.
1278 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
1279 Remove spurious `quote' element in each case alternative.
1280 (vc-git-show-log-entry): Use prog1.
1281 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
1282
1283 2010-03-06 Glenn Morris <rgm@gnu.org>
1284
1285 * cedet/semantic/grammar.el (semantic-grammar-header-template):
1286 Update template copyright to GPLv3+.
1287
1288 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1289
1290 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
1291
1292 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
1293
1294 * macros.el (insert-kbd-macro): Look up keyboard macro using the
1295 definition, not the name (Bug#5481).
1296
1297 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
1298
1299 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
1300 argument with a local variable. (Bug#5670)
1301
1302 2010-03-02 Juri Linkov <juri@jurta.org>
1303
1304 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
1305
1306 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
1307
1308 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
1309 error when FILENAME and NEWNAME are existing remote directories.
1310
1311 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
1312 parameter DIR-FLAG.
1313
1314 2010-03-02 Glenn Morris <rgm@gnu.org>
1315
1316 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
1317 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
1318
1319 2010-03-01 Kenichi Handa <handa@m17n.org>
1320
1321 * language/burmese.el (burmese-composable-pattern): Rename from
1322 myanmar-composable-pattern.
1323
1324 * international/characters.el (script-list):
1325 * international/fontset.el (script-representative-chars):
1326 Change myanmar to burmese.
1327 (otf-script-alist): Likewise.
1328 (setup-default-fontset): Likewise. Re-fix :otf spec.
1329
1330 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
1331
1332 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
1333
1334 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
1335
1336 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
1337
1338 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
1339
1340 * net/tramp.el (tramp-handle-write-region): START can be a string.
1341 Take care in the checks. Reported by Dan Davison
1342 <davison@stats.ox.ac.uk>.
1343
1344 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
1345
1346 * net/dbus.el (dbus-introspect, dbus-get-property)
1347 (dbus-set-property, dbus-get-all-properties): Use
1348 `dbus-call-method' when noninteractive. (Bug#5645)
1349
1350 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
1351
1352 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
1353 * emacs-lisp/elint.el (elint-add-required-env):
1354 * cedet/semantic/db-find.el
1355 (semanticdb-find-translate-path-brutish-default):
1356 * cedet/ede/make.el (ede-make-check-version):
1357 * calendar/icalendar.el (icalendar--add-diary-entry):
1358 * calc/calcalg2.el (math-tracing-integral):
1359 * files.el (recover-session-finish): Use with-current-buffer
1360 instead of save-excursion.
1361
1362 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
1363
1364 Fix in-buffer completion when after-change-functions modify the buffer.
1365 * minibuffer.el (completion--replace): New function.
1366 (completion--do-completion): Use it and use relative movement.
1367
1368 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
1369
1370 * international/fontset.el (setup-default-fontset): Fix :otf spec.
1371
1372 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
1373
1374 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
1375 Allow the characters _<> in the stack entry (Bug#5653).
1376
1377 2010-02-26 Kenichi Handa <handa@m17n.org>
1378
1379 * language/burmese.el: Fix entries in composition-function-table.
1380 (myanmar-composable-pattern): New variable.
1381
1382 * international/fontset.el (setup-default-fontset): Add an entry
1383 for myanmar.
1384
1385 * international/characters.el (script-list): Add Myanmar
1386 Extended-A.
1387
1388 2010-02-26 Glenn Morris <rgm@gnu.org>
1389
1390 * custom.el (custom-initialize-delay): Doc fix.
1391
1392 * mail/sendmail.el (send-mail-function): Autoload the call
1393 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
1394
1395 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
1396
1397 * files.el (hack-local-variables-filter): For eval forms, also
1398 check safe-local-variable-p (Bug#5636).
1399
1400 2010-02-24 Eduard Wiebe <usenet@pusto.de>
1401
1402 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
1403 and use c(ad)r of cddr (Bug#5640).
1404
1405 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
1406
1407 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
1408 setting the modes by `ignore-errors'. It might fail, for example
1409 if the file is not owned by the user but the group.
1410 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
1411
1412 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
1413
1414 * files.el (directory-listing-before-filename-regexp): Use
1415 stricter matching for iso-style dates, to avoid false matches with
1416 date-like filenames (Bug#5597).
1417
1418 * htmlfontify.el (htmlfontify): Doc fix.
1419
1420 * eshell/eshell.el (eshell): Doc fix.
1421
1422 * startup.el (fancy-about-screen): In mode-line, apply
1423 mode-line-buffer-id face only to the buffer name (Bug#5613).
1424
1425 2010-02-20 Kevin Ryde <user42@zip.com.au>
1426
1427 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1428 In `watcom' anchor regexp to start of line, to avoid slowness
1429 (Bug#5599).
1430
1431 2010-02-20 Eli Zaretskii <eliz@gnu.org>
1432
1433 * subr.el (remove-yank-excluded-properties): Explain in a comment
1434 why `category' property is removed.
1435
1436 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
1437
1438 * isearch.el (isearch-update-post-hook, isearch-update): Revert
1439 2010-02-17 change.
1440
1441 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
1442
1443 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
1444 (icalendar--convert-weekly-to-ical)
1445 (icalendar--convert-yearly-to-ical)
1446 (icalendar--convert-block-to-ical)
1447 (icalendar--convert-cyclic-to-ical)
1448 (icalendar--convert-anniversary-to-ical): Take care of time
1449 specifications where hour has 1-digit only (Bug#5549).
1450
1451 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
1452
1453 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
1454 of disassemble output in GDB 7.1.
1455
1456 2010-02-19 Glenn Morris <rgm@gnu.org>
1457
1458 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
1459 property. (Bug#5593)
1460
1461 2010-02-18 Sam Steingold <sds@gnu.org>
1462
1463 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
1464
1465 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1466
1467 Use abbreviated file names in bookmarks (bug#5591).
1468 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
1469 calls to expand-file-name.
1470 (bookmark-relocate): Use abbreviated file names in bookmarks.
1471 (bookmark-load): Use abbreviated file names in messages.
1472
1473 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
1474
1475 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
1476 expand "." and "..". Reported by Thierry Volpiatto
1477 <thierry.volpiatto@gmail.com>.
1478
1479 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
1480
1481 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
1482 permissions of the temporary file to "0600". In case the remote
1483 file has no read permissions for the owner, there might be
1484 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
1485
1486 22010-02-18 Glenn Morris <rgm@gnu.org>
1487
1488 * emacs-lisp/authors.el (authors-renamed-files-alist):
1489 Add entries for INSTALL.CVS.
1490
1491 2010-02-17 Mark A. Hershberger <mah@everybody.org>
1492
1493 * vc-bzr.el: Fix typo in Known Bugs section.
1494
1495 * isearch.el (isearch-update-post-hook): New hook.
1496 (isearch-update): Use the new hook.
1497
1498 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
1499
1500 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1501 Fix errors in copying directories.
1502 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
1503 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
1504 (tramp-handle-delete-file)
1505 (tramp-handle-dired-recursive-delete-directory)
1506 (tramp-handle-write-region): Flush also the cache for the upper
1507 directory.
1508
1509 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
1510
1511 * simple.el (save-interprogram-paste-before-kill): Doc fix.
1512
1513 * cus-edit.el (hardware): Doc fix.
1514
1515 * man.el (man): Add to external custom group.
1516
1517 * delim-col.el (columns): Move to wp custom group.
1518
1519 * doc-view.el (doc-view): Add to data custom group.
1520
1521 * cedet/data-debug.el (data-debug): Move to extensions group.
1522
1523 * cedet/ede.el (ede):
1524 * cedet/srecode.el (srecode):
1525 * cedet/semantic.el (semantic): Put in tools and extensions group.
1526
1527 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
1528
1529 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
1530 by ispell-parse-output (Bug#5575).
1531
1532 2010-02-16 Kenichi Handa <handa@m17n.org>
1533
1534 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
1535 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
1536 (skkdic-convert): Use `euc-japan' coding system for writing.
1537
1538 2010-02-16 Glenn Morris <rgm@gnu.org>
1539
1540 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
1541 tex-main-file before using it. (Bug#5562)
1542
1543 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1544
1545 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
1546 warnings, since it is annoying for the user to see them each time he
1547 runs the code.
1548
1549 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
1550
1551 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
1552 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
1553 instead of PROC for caching "first-password-request". Otherwise,
1554 new processes would not profit from passwords already entered.
1555
1556 * net/tramp-cache.el (tramp-dump-connection-properties):
1557 Don't save "first-password-request" property.
1558
1559 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
1560
1561 * outline.el (outline-head-from-level):
1562 * simple.el (with-wrapper-hook):
1563 * cedet/ede.el (ede-run-target, project-delete-target)
1564 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
1565 (ede-adebug-project, ede-adebug-project-parent)
1566 (ede-adebug-project-root):
1567 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
1568 (elint-defun, elint-buffer-env, elint-top-form-logged)
1569 (elint-unbound-variable):
1570 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
1571 Fix typos in docstrings.
1572
1573 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
1574
1575 * files.el (insert-directory): When WILDCARD-REGEXP and
1576 FULL-DIRECTORY-P are nil, insert the file entry instead of the
1577 whole directory. (Bug#5551)
1578
1579 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
1580 dired's alignment sanity. (Bug#5516)
1581
1582 2010-02-14 Juri Linkov <juri@jurta.org>
1583
1584 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
1585 Remove remaining ^H with their preceding chars. (Bug#5566)
1586
1587 2010-02-13 Glenn Morris <rgm@gnu.org>
1588
1589 * simple.el (transpose-subr): Give it a doc-string.
1590
1591 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
1592 Doc fixes.
1593
1594 2010-02-12 Juri Linkov <juri@jurta.org>
1595
1596 * arc-mode.el (archive-unique-fname): Make directories for nested
1597 archives. (Bug#5540)
1598
1599 2010-02-12 Juri Linkov <juri@jurta.org>
1600
1601 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
1602
1603 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
1604
1605 * subr.el (copy-overlay): Handle deleted overlays.
1606
1607 * man.el (Man-completion-table): Don't signal an error if we can't run
1608 manual-program (bug#4056).
1609
1610 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
1611
1612 * textmodes/artist.el (artist-mt): Fix typos in docstring.
1613
1614 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1615
1616 * info.el (Info-bookmark-jump): Simplify.
1617
1618 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
1619 (bookmark-default-handler): Accept new bookmark field `buffer'.
1620
1621 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
1622
1623 * iswitchb.el (iswitchb-completions): Revert last change.
1624
1625 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
1626
1627 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
1628 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
1629 This prevents file names like "~/" being listed literally.
1630
1631 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
1632
1633 * term/xterm.el (xterm-maybe-set-dark-background-mode):
1634 Remove dead code. (Bug#5546)
1635
1636 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
1637
1638 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
1639 correctly (Bug#5548).
1640
1641 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
1642
1643 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
1644 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
1645
1646 2010-02-08 Kenichi Handa <handa@m17n.org>
1647
1648 * international/mule-util.el (with-coding-priority): Add autoload
1649 cookie for putting `lisp-indent-function'.
1650
1651 2010-02-07 Glenn Morris <rgm@gnu.org>
1652
1653 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
1654 Move F2003 named interfaces from keywords-2 to keywords-1, and
1655 use function-name-face rather than constant-face.
1656 Simplify "abstract interface" regexp.
1657
1658 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
1659
1660 * eshell/esh-util.el (eshell-file-attributes): New optional arg
1661 ID-FORMAT. Pass it to `file-attributes'.
1662
1663 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
1664
1665 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
1666
1667 * faces.el (set-face-attribute): Allow calling
1668 internal-set-lisp-face-attribute with 'unspecified family and
1669 foundry argument (Bug#5536).
1670
1671 2010-02-07 Glenn Morris <rgm@gnu.org>
1672
1673 * progmodes/f90.el (f90-font-lock-keywords-2)
1674 (f90-looking-at-type-like, f90-looking-at-program-block-end):
1675 Handle F2003 named interfaces.
1676
1677 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
1678
1679 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
1680 beg and end before calling c-get-state-before-change-functions.
1681
1682 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
1683
1684 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
1685
1686 2010-02-05 Juri Linkov <juri@jurta.org>
1687
1688 * doc-view.el (doc-view-mode):
1689 * image-mode.el (image-mode): Put property mode-class=special.
1690 (Bug#4896)
1691
1692 2010-02-05 Mark A. Hershberger <mah@everybody.org>
1693
1694 * vc-svn.el (vc-svn-revision-table): New function.
1695
1696 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
1697
1698 * net/ange-ftp.el (ange-ftp-insert-directory):
1699 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1700 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1701 Handle also directories. (Bug#5478)
1702
1703 2010-02-05 Glenn Morris <rgm@gnu.org>
1704
1705 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
1706
1707 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
1708
1709 * startup.el (command-line-1): Convert options beginning with a
1710 single dash as well (Bug#5519).
1711
1712 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1713
1714 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
1715 * minibuffer.el (completion-initials-expand): Only check the presence
1716 of delims *within* the boundaries, since otherwise the / delim is
1717 always found for files.
1718
1719 Fix up various corner case problems.
1720 * doc-view.el (doc-view-last-page-number): New function.
1721 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
1722 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
1723 (doc-view-kill-proc): Avoid inf-loop in freak cases.
1724 (doc-view-reconvert-doc): Use the new recursive delete-directory.
1725 (doc-view-convert-current-doc): Don't create the resolution.el file
1726 here any more.
1727 (doc-view-pdf/ps->png): Do it here instead.
1728 (doc-view-already-converted-p): Check that resolution.el is present.
1729 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
1730 windows that are not yet showing images.
1731
1732 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
1733
1734 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
1735 `dired-uncache' for every elemnt which is an absolute file name.
1736
1737 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
1738 directory, handle its directory component.
1739 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
1740 function is called permanently and creates noise, otherwise.
1741
1742 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1743 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1744 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
1745
1746 2010-02-04 David Burger <dburger@google.com> (tiny change)
1747
1748 * macros.el (apply-macro-to-region-lines):
1749 Minor simplification. (Bug#5485)
1750
1751 2010-02-04 Glenn Morris <rgm@gnu.org>
1752
1753 * mail/rmail.el (rmail-show-message-1): Handle malformed
1754 quoted-printable text. (Bug#5441)
1755
1756 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
1757
1758 * simple.el (visual-line-mode): Capitalize lighter.
1759
1760 2010-02-03 John Wiegley <jwiegley@gmail.com>
1761
1762 * iswitchb.el (iswitchb-completions): Add bookmark files to the
1763 list of files considered for "virtual buffer" completions.
1764
1765 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
1766
1767 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
1768 also in case of (and (not full) (not wildcard)). This is needed,
1769 when dired is called with a list of files, which are not in
1770 `default-directory'. (Bug#5478)
1771
1772 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
1773
1774 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
1775
1776 2010-02-02 Juri Linkov <juri@jurta.org>
1777
1778 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
1779 from unidiff to allow function-line after @@.
1780
1781 2010-02-02 Juri Linkov <juri@jurta.org>
1782
1783 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
1784 '(RCS SCCS) with inverted condition.
1785
1786 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
1787
1788 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
1789 messages.
1790
1791 2010-02-01 Juri Linkov <juri@jurta.org>
1792
1793 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
1794 compare with "pkunzip" and "pkzip" instead of only "pkzip".
1795 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
1796 only when (car archive-zip-extract) is "unzip". (Bug#5475)
1797
1798 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1799
1800 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
1801 (doc-view-revert-buffer): New command.
1802 (doc-view-mode-map): Use it.
1803
1804 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
1805
1806 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
1807 pending merge is detected.
1808
1809 2010-01-31 Juri Linkov <juri@jurta.org>
1810
1811 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
1812 beginning of interactive spec like all other grep commands do.
1813 Put "all" in front of "gz". (Bug#5260)
1814
1815 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
1816
1817 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
1818
1819 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
1820
1821 * dirtrack.el (dirtrack): Warn instead of signalling error if the
1822 regexp is incorrect (Bug#5476).
1823
1824 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
1825
1826 * net/tramp.el (tramp-handle-insert-directory): Handle also
1827 symlinks, when FILENAME is not in `default-directory'.
1828
1829 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
1830
1831 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
1832 FILE is not in `default-directory'. (Bug#5478)
1833
1834 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
1835 of SWITCHES. Handle the case, FILENAME is not in
1836 `default-directory'. (Bug#5478)
1837 (tramp-register-file-name-handlers): Add safe-magic property.
1838
1839 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
1840
1841 * arc-mode.el (archive-zip-extract): Quote the argument passed to
1842 unzip (Bug#5475).
1843
1844 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
1845
1846 * progmodes/flymake.el (flymake-allowed-file-name-masks)
1847 (flymake-master-make-header-init): Add other C++ filename masks.
1848 (flymake-find-possible-master-files)
1849 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
1850
1851 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
1852
1853 Fix some busybox annoyances.
1854
1855 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
1856 not responding." string.
1857 (tramp-open-connection-setup-interactive-shell): Dump stty
1858 settings. Enable "neveropen" arg for all `tramp-send-command'
1859 calls. Handle "=" in variable values properly.
1860 (tramp-find-inline-encoding): Raise an error, when no encoding is
1861 found.
1862 (tramp-wait-for-output): Check, whether PROC buffer is available.
1863 Remove spurious " ^H" sequences, sent by busybox.
1864 (tramp-get-ls-command): Suppress coloring, if possible.
1865
1866 2010-01-28 Glenn Morris <rgm@gnu.org>
1867
1868 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
1869
1870 * log-edit.el (log-edit-strip-single-file-name): Add missing
1871 :safe, :group, and :version tags.
1872
1873 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
1874
1875 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
1876 buffers. (Bug#5477)
1877
1878 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
1879
1880 * files.el (delete-directory): Handle moving to trash without
1881 first doing recursion (Bug#5436).
1882
1883 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
1884
1885 * vc-hooks.el (vc-path): Mark as obsolete.
1886
1887 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
1888
1889 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
1890 names too.
1891
1892 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
1893 for the short log.
1894 (vc-bzr-log-view-mode): Adjust regexp for the above change.
1895
1896 2010-01-25 Mark A. Hershberger <mah@everybody.org>
1897
1898 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
1899
1900 * vc-bzr.el (vc-bzr-revision-table): New function.
1901
1902 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
1903
1904 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
1905 diff-index command. This requires at least git-1.5.5. (Bug#1589).
1906
1907 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
1908
1909 Remove support for adding --signoff on commit.
1910 Future support will use an incompatible generic mechanism.
1911 * vc-git.el (vc-git-add-signoff): Remove variable.
1912 (vc-git-toggle-signoff): Remove function.
1913 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
1914
1915 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
1916 from xterm-set-background-mode. Return t if the background mode
1917 was set.
1918 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
1919 earlier, call it again in case the background mode has changed.
1920
1921 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
1922
1923 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
1924 (Bug#3541).
1925
1926 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
1927
1928 * emacs-lisp/assoc.el (aelement): Doc fix.
1929 (aput, adelete, amake): Use lexical-let (Bug#5450).
1930
1931 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
1932
1933 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
1934 is the same as subprogram call, not declaration. (Bug#5435).
1935
1936 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
1937
1938 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
1939 (tramp-smb-maybe-open-connection): Use it.
1940
1941 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
1942
1943 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
1944
1945 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1946
1947 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
1948 just because we see "encoding: 8bit".
1949 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
1950
1951 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
1952
1953 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
1954
1955 2010-01-22 Eli Zaretskii <eliz@gnu.org>
1956
1957 * jka-compr.el (jka-compr-load): If load-file is not in
1958 load-history, try its file-truename version. (bug#5447)
1959
1960 2010-01-21 Alan Mackenzie <acm@muc.de>
1961
1962 Fix a situation where deletion of a cpp construct throws an error.
1963 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
1964 invoking c-with-all-but-one-cpps-commented-out, check that the
1965 special cpp construct is still in the buffer.
1966 (c-parse-state): Record the special cpp with markers, not numbers.
1967
1968 2010-01-21 Kenichi Handa <handa@m17n.org>
1969
1970 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
1971 process last-command-event, as it is now decoded first (Bug#5380).
1972
1973 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
1974
1975 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
1976
1977 2010-01-20 Glenn Morris <rgm@gnu.org>
1978
1979 * indent.el (tab-always-indent): Fix custom-type.
1980
1981 2010-01-19 Alan Mackenzie <acm@muc.de>
1982
1983 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
1984 buffer throws "args out of range".
1985 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
1986 playing the role of delimiter.
1987
1988 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
1989
1990 * progmodes/ada-mode.el: Fix bug#5400.
1991 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
1992 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
1993 changed. Delete RECURSIVE parameter; never used. Improve doc string.
1994 Improve comments in "is" portion. Handle null procedure declaration.
1995 (ada-move-to-end): Improve doc string.
1996
1997 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
1998
1999 * ido.el (ido-cur-list): Initialize to nil.
2000 Remove obsolete information from commentary.
2001 (ido-choice-list): Initialize to nil.
2002 (ido-get-bufname): Reject minibuffers.
2003 (ido-make-buffer-list): If "default" is a nonexistent
2004 buffer, ignore it, as per the function's comment.
2005 (ido-kill-buffer-internal): New function.
2006 (ido-kill-buffer-at-head): Use it.
2007 (ido-visit-buffer): Likewise.
2008
2009 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
2010
2011 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
2012
2013 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
2014
2015 * cedet/ede/locate.el (ede-locate-file-in-project)
2016 (ede-locate-file-in-project-impl): Fix typos in docstrings.
2017 (ede-enable-locate-on-project): Fix typos in error messages.
2018
2019 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
2020 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
2021 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
2022 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
2023 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
2024 Fix typos in menu help.
2025
2026 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
2027 Fix typos in chart titles.
2028
2029 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
2030 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
2031 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
2032 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
2033 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
2034 (semantic-parse-stream, semantic-parse-region)
2035 (semantic-parse-region-default, semantic--set-buffer-cache)
2036 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
2037 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
2038 (semantic-default-submodes):
2039 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
2040 (semanticdb-create-ebrowse-database)
2041 (semanticdb-find-tags-for-completion-method)
2042 (semanticdb-find-tags-by-class-method)
2043 (semanticdb-deep-find-tags-by-name-method)
2044 (semanticdb-deep-find-tags-for-completion-method):
2045 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
2046 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
2047 (semanticdb-find-tags-for-completion-method)
2048 (semanticdb-find-tags-by-class-method)
2049 (semanticdb-deep-find-tags-for-completion-method):
2050 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
2051 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
2052 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
2053 (semanticdb-find-tags-by-name-method)
2054 (semanticdb-find-tags-by-name-regexp-method)
2055 (semanticdb-find-tags-for-completion-method)
2056 (semanticdb-find-tags-by-class-method)
2057 (semanticdb-find-tags-external-children-of-type-method)
2058 (semanticdb-find-tags-subclasses-of-type-method)
2059 (semanticdb-deep-find-tags-by-name-method)
2060 (semanticdb-deep-find-tags-by-name-regexp-method)
2061 (semanticdb-deep-find-tags-for-completion-method):
2062 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
2063 (semanticdb-enable-gnu-global-in-buffer)
2064 (semanticdb-find-tags-for-completion-method)
2065 (semanticdb-deep-find-tags-by-name-method)
2066 (semanticdb-deep-find-tags-for-completion-method):
2067 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
2068 (javascript-mode, semanticdb-find-translate-path)
2069 (semanticdb-find-tags-for-completion-method)
2070 (semanticdb-find-tags-by-class-method)
2071 (semanticdb-deep-find-tags-by-name-method)
2072 (semanticdb-deep-find-tags-for-completion-method)
2073 (semanticdb-find-tags-external-children-of-type-method):
2074 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
2075 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
2076 (global-semantic-idle-scheduler-mode):
2077 * cedet/srecode/dictionary.el (srecode-field-value)
2078 (srecode-dictionary-add-section-dictionary):
2079 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
2080 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
2081 (describe-class, eieio-describe-generic, describe-generic):
2082 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
2083 (eieio-speedbar-expand):
2084 * emulation/viper-cmd.el (viper-exec-form-in-vi)
2085 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
2086 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
2087 (viper-del-backward-char-in-replace, viper-backward-indent)
2088 (viper-brac-function, viper-register-to-point, viper-submit-report):
2089 * net/tramp.el (tramp-remote-coding-commands):
2090 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
2091 Fix typos in docstrings.
2092
2093 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
2094
2095 * mail/sendmail.el (mail-yank-original): Set the mark if the
2096 specified function for yanking does not do it.
2097
2098 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
2099
2100 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
2101
2102 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
2103 resyncing a directory.
2104
2105 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
2106
2107 * progmodes/ada-mode.el: Fix bug#1920.
2108 (ada-ident-re): Delete ., allow multibyte characters.
2109 (ada-goto-label-re): New; matches goto labels.
2110 (ada-block-label-re): New; matches block labels.
2111 (ada-label-re): New; matches both.
2112 (ada-named-block-re): Deleted; callers changed to use
2113 `ada-block-label-re' instead.
2114 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
2115 Use `ada-block-label-re'.
2116 (ada-indent-on-previous-lines): Improve handling of goto labels.
2117 (ada-get-indent-block-start): Special-case block label.
2118 (ada-get-indent-label): Split into `ada-indent-block-label' and
2119 `ada-indent-goto-label'.
2120 (ada-goto-stmt-start, ada-goto-next-non-ws):
2121 Optionally ignore goto labels.
2122 (ada-goto-next-word): Simplify.
2123 (ada-indent-newline-indent-conditional): Insert newline before
2124 trying to fix indentation; doc fix.
2125
2126 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
2127
2128 * calc/calc.el (calc-command-flags): Give it an initial value.
2129
2130 2010-01-17 Glenn Morris <rgm@gnu.org>
2131
2132 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
2133
2134 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
2135
2136 * cedet/semantic.el (semantic-mode):
2137 * files.el (minibuffer-with-setup-hook):
2138 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
2139 (artist-key-draw-continously, artist-key-do-continously-continously)
2140 (artist-key-set-point-continously, artist-mouse-draw-continously):
2141 Fix typos in docstrings.
2142
2143 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
2144
2145 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
2146 return t (Bug#3898).
2147
2148 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
2149
2150 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
2151 can parse the output of the external commands (Bug#5279).
2152
2153 2010-01-16 Jari Aalto <jari.aalto@cante.net>
2154
2155 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
2156
2157 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
2158
2159 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
2160
2161 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
2162
2163 * startup.el (command-line): Remove unused --icon-type arg.
2164 Handle --display arg, passing it to command-line-1 (Bug#5392).
2165
2166 2010-01-16 Mario Lang <mlang@delysid.org>
2167
2168 * cedet/ede/cpp-root.el (ede-cpp-root-project):
2169 * cedet/ede/files.el (ede-expand-filename):
2170 * cedet/ede/simple.el (ede-simple-project):
2171 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
2172 (semantic-complete-inline-tag-engine):
2173 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
2174 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
2175 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
2176 * cedet/semantic/db.el (semanticdb-equivalent-mode):
2177 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
2178 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
2179 * emacs-lisp/chart.el (chart-translate-namezone):
2180 * textmodes/artist.el (artist-compute-popup-menu-table):
2181 Remove duplicated words in doc-strings.
2182
2183 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
2184
2185 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
2186 to mairix-search to suppress threading (Bug#5342).
2187
2188 2010-01-15 Kenichi Handa <handa@m17n.org>
2189
2190 * international/mule-cmds.el (canonicalize-coding-system-name):
2191 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
2192
2193 2010-01-15 Glenn Morris <rgm@gnu.org>
2194
2195 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
2196
2197 * wid-edit.el (widget-keymap): Doc fix.
2198
2199 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
2200 former seems to be more widely accepted by various svn versions.
2201
2202 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2203
2204 * find-cmd.el (find-constituents):
2205 * vc-arch.el (vc-arch-root):
2206 * window.el (window-body-height, pop-up-frames):
2207 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
2208 (semantic-no-reparse-needed-change-hook):
2209 * cedet/srecode/insert.el (srecode-resolve-argument-list)
2210 (srecode-template-inserter-blank, srecode-template-inserter-variable)
2211 (srecode-template-inserter-ask, srecode-template-inserter-width)
2212 (srecode-template-inserter-section-start)
2213 (srecode-template-inserter-section-end, srecode-insert-method):
2214 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
2215 * progmodes/ada-stmt.el (ada-if):
2216 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
2217 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
2218 (ispell-encoding8-command, ispell-aspell-supports-utf8)
2219 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
2220
2221 * progmodes/flymake.el (flymake-post-syntax-check):
2222 Fix typo in error message.
2223
2224 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2225
2226 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
2227 which is always a string. (Bug#5313)
2228
2229 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2230
2231 * progmodes/ada-xref.el (ada-default-prj-properties):
2232 Simplify previous change.
2233
2234 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2235
2236 * progmodes/ada-xref.el (ada-default-prj-properties):
2237 Default ada_project_path to $ADA_PROJECT_PATH.
2238
2239 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2240
2241 * progmodes/ada-mode.el (ada-create-keymap):
2242 Override `narrow-to-defun' with `ada-narrow-to-defun'.
2243
2244 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2245
2246 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
2247 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
2248 (ada-get-current-indent, ada-imenu-generic-expression)
2249 (ada-which-function): Check for it.
2250
2251 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2252
2253 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
2254 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
2255
2256 2010-01-14 Glenn Morris <rgm@gnu.org>
2257
2258 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
2259
2260 2010-01-14 Kenichi Handa <handa@m17n.org>
2261
2262 * composite.el (auto-composition-mode): Make it a buffer local
2263 variable (permanent-local).
2264 (auto-composition-function): Set the default value to
2265 auto-compose-chars.
2266 (auto-composition-mode): Make it a simple function, not a minor mode.
2267 (global-auto-composition-mode): Likewise.
2268 (turn-on-auto-composition-if-enabled): Delete it.
2269
2270 2010-01-13 Karl Fogel <kfogel@red-bean.com>
2271
2272 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
2273
2274 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
2275
2276 * files.el (copy-directory): Compute target for recursive
2277 directories with identical names. (Bug#5343)
2278
2279 2010-01-12 Glenn Morris <rgm@gnu.org>
2280
2281 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
2282 it to bug-gnu-emacs rather than emacs-pretest-bug.
2283
2284 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
2285
2286 * cedet/data-debug.el (data-debug): Fix customization group reference.
2287
2288 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
2289
2290 * cedet/semantic/analyze.el (semantic-analyze-push-error)
2291 (semantic-analyze-context, semantic-analyze-context-assignment)
2292 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
2293 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
2294 (semantic-java-doc-keywords-map):
2295 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
2296 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
2297 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
2298 (semantic-c-classname, semantic-format-tag-uml-prototype)
2299 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
2300 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
2301 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
2302 (semantic-get-local-variables, semantic-end-of-command)
2303 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
2304 (lisp-mode):
2305 * cedet/semantic/bovine/make.el (makefile-mode):
2306 * cedet/semantic/wisent/python.el (wisent-python-string-re)
2307 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
2308 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
2309 (semantic-lex, semantic-get-local-variables, python-mode):
2310 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
2311 * cedet/srecode/extract.el (srecode-extract-state-set)
2312 (srecode-extract-method): Fix typos in docstrings.
2313
2314 2010-01-11 Sam Steingold <sds@gnu.org>
2315
2316 * imenu.el (imenu-default-create-index-function): Detect infinite
2317 loops caused by imenu-prev-index-position-function.
2318
2319 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2320
2321 * htmlfontify.el (htmlfontify-load-rgb-file)
2322 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
2323 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
2324 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
2325 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
2326 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
2327 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
2328 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
2329 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
2330 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
2331 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
2332 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
2333 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
2334 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
2335 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
2336 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
2337 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
2338 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
2339 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
2340 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
2341 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
2342 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
2343 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
2344 backslash-quoting from parentheses, etc.
2345
2346 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
2347
2348 * progmodes/js.el: Autoload javascript-mode alias.
2349
2350 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2351
2352 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
2353 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
2354 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
2355 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
2356 Fix typos in docstrings.
2357 (ffap-url-regexp): Doc fix.
2358 (ffap-at-mouse): Fix typo in message.
2359
2360 2010-01-11 Glenn Morris <rgm@gnu.org>
2361
2362 * version.el (emacs-copyright): Set copyright year to 2010.
2363
2364 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2365
2366 * format.el (format-annotate-function): Only set
2367 write-region-post-annotation-function after running to-fn so as not to
2368 affect nested write-region calls (bug#5273).
2369
2370 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
2371
2372 * cedet/semantic.el (semantic-new-buffer-setup-functions):
2373 Add python parser.
2374
2375 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
2376 wisent/python.el.
2377
2378 2010-01-10 Richard Kim <emacs18@gmail.com>
2379
2380 * cedet/semantic/wisent/python-wy.el:
2381 * cedet/semantic/wisent/python.el: New files.
2382
2383 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2384
2385 * man.el (Man-goto-section): Signal error if the section is not
2386 found (Bug#5317).
2387
2388 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
2389
2390 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
2391 URLs with a leading triple slash in the file: scheme. (Bug#5345)
2392
2393 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2394
2395 * progmodes/compile.el: Don't treat compile-command as safe if
2396 compilation-read-command might be nil (Bug#4218).
2397
2398 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
2399
2400 * startup.el (command-line-1): Use orig-argi to check for ignored X and
2401 NS options.
2402
2403 2010-01-08 Kenichi Handa <handa@m17n.org>
2404
2405 * international/fontset.el (build-default-fontset-data):
2406 Exclude characters in scripts kana, hangul, han, or cjk-misc.
2407
2408 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
2409
2410 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
2411 to `create-file-buffer' as it expects, not just a buffer name.
2412 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
2413 to help uniquify. (Bug#3224)
2414
2415 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
2416
2417 * font-setting.el (font-setting-change-default-font): Use user-spec
2418 instead of name.
2419
2420 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2421
2422 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
2423
2424 2010-01-05 Tom Tromey <tromey@redhat.com>
2425
2426 * progmodes/python.el (python-font-lock-keywords):
2427 Handle qualified decorators (Bug#881).
2428
2429 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2430
2431 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
2432 in a lightweight checkout.
2433
2434 2010-01-05 Kenichi Handa <handa@m17n.org>
2435
2436 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
2437
2438 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2439
2440 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
2441
2442 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
2443
2444 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
2445 checkouts. (Bug#618)
2446 (vc-bzr-log-view-mode): Also highlight the author.
2447 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
2448 (vc-bzr-shelve-menu-map):
2449 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
2450 (vc-bzr-shelve-apply): Make prompt more explicit.
2451
2452 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
2453
2454 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
2455 They are valid characters in URL paths (rfc3986), and at least
2456 Firefox does not understand the encoded version (Bug#3166).
2457
2458 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
2459
2460 * progmodes/octave-mod.el (octave-end-keywords)
2461 (octave-block-begin-or-end-regexp, octave-block-match-alist):
2462 Add "end" keyword (Bug#3061).
2463 (octave-end-as-array-index-p): New function.
2464 (calculate-octave-indent): Use it.
2465
2466 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2467
2468 * bookmark.el: Consistently put the text property on the bookmark name.
2469 (bookmark-bmenu-marks-width): Bump back to 2, to include
2470 annotation marks.
2471 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
2472 property on the bookmark name, instead of not putting it at all.
2473 (bookmark-bmenu-list): Fix where we put the text property.
2474
2475 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2476
2477 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
2478 for showing buffer modified state (as added in the previous change).
2479
2480 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2481
2482 * bookmark.el: Show modified state of bookmark buffer more accurately.
2483 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
2484 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
2485 (with-buffer-modified-unmodified): New macro.
2486 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2487 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
2488 Use new macro to preserve the buffer modified state.
2489
2490 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2491
2492 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
2493 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
2494 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
2495 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
2496 (bookmark-bmenu-rename, bookmark-bmenu-locate)
2497 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
2498 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
2499
2500 2010-01-02 Eli Zaretskii <eliz@gnu.org>
2501
2502 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2503 Make the lines in the generated doc string shorter. (Bug#4668)
2504
2505 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
2506
2507 * net/rcirc.el: Add follow-link binding (Bug#4738).
2508
2509 2010-01-02 Eli Zaretskii <eliz@gnu.org>
2510
2511 * Makefile.in (bzr-update): Rename from cvs-update.
2512 (cvs-update): New target for backward compatibility.
2513
2514 * makefile.w32-in (bzr-update): Rename from cvs-update.
2515 (cvs-update): New target for backward compatibility.
2516
2517 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2518
2519 * bookmark.el: Remove gratuitous gratitude.
2520
2521 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2522
2523 * bookmark.el (bookmark-bmenu-any-marks): New function
2524 (bookmark-bmenu-save): Clear buffer modification if no marks.
2525
2526 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2527
2528 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
2529 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
2530 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
2531 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
2532
2533 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
2534 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
2535 To: emacs-devel {_AT_} gnu.org
2536 Subject: bookmark.el bug report
2537 Date: Mon, 28 Dec 2009 14:19:16 +0800
2538 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
2539
2540 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2541
2542 * bookmark.el: Improvements suggested by Drew Adams:
2543 (bookmark-bmenu-ensure-position): New name for
2544 `bookmark-bmenu-check-position'. Just ensure the position,
2545 don't return any meaningful value.
2546 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
2547 New constants.
2548
2549 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
2550
2551 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
2552 (bookmark-yank-point, bookmark-bmenu-check-position):
2553 Fix typos in docstrings.
2554 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
2555 (bookmark-name-from-full-record, bookmark-get-position)
2556 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
2557 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
2558 Remove useless quoting of parenthesis, etc. in docstrings.
2559
2560 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
2561 (ediff-append-custom-diff): Fix typo in error message.
2562 (ediff-meta-mark-equal-files): Fix typos in messages.
2563
2564 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
2565
2566 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
2567 Fix typo in docstring.
2568
2569 * net/imap-hash.el (imap-hash-make): Doc fix.
2570 (imap-hash-test): Fix typo in error message; reflow docstring.
2571 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
2572 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
2573 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
2574 Fix typos in docstrings.
2575 (imap-hash-open-connection): Fix typo in error message.
2576
2577 * play/gomoku.el (gomoku): Fix typos in docstring.
2578
2579 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
2580 (gdb-jsonify-buffer): Fix typos in docstring.
2581 (gdb-goto-breakpoint): Fix typo in error message.
2582 ("Display Other Windows"): Fix typo in help message.
2583 (gdb-speedbar-expand-node): Fix typo in question.
2584
2585 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
2586 (idlwave-html-system-help-location, idlwave-html-help-location)
2587 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
2588 (idlwave-help-browser-generic-args, idlwave-help-directory)
2589 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
2590 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
2591 (idlwave-online-help, idlwave-help-html-link)
2592 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
2593 Fix typos in docstrings.
2594 (idlwave-help-with-source, idlwave-help-find-routine-definition):
2595 Reflow docstrings.
2596 (idlwave-help-assistant-start): Fix typo in error message.
2597
2598 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
2599 (octave-electric-space): Fix typos in docstrings.
2600
2601 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
2602
2603 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
2604
2605 2010-01-01 Juri Linkov <juri@jurta.org>
2606
2607 * comint.el (comint-input-ring-size): Make it a defcustom and
2608 increase the default to 500 (Bug#5148).
2609
2610 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
2611
2612 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
2613 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
2614 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
2615
2616 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
2617
2618 Show working revision correctly for mercurial.
2619 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
2620 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
2621
2622 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
2623
2624 Declare some functions for the byte-compiler.
2625 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
2626 (speedbar-timer-fn, speedbar-change-expand-button-char)
2627 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
2628
2629 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
2630
2631 This changeset reverts GDB Graphical Interface to use annotations.
2632 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
2633
2634 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
2635
2636 Make vc-dir work on subdirectories of the bzr root.
2637 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
2638 file names relative to it.
2639 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
2640 relative directory to vc-bzr-after-dir-status.
2641
2642 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
2643
2644 * font-lock.el (font-lock-refresh-defaults): New function, which
2645 can be used to let font-lock react to external changes in
2646 variables like font-lock-defaults and keywords.
2647 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
2648
2649 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
2650
2651 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
2652
2653 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
2654
2655 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
2656
2657 Supersede color.diff settings in git log (bug#5211).
2658
2659 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
2660 escape chars in its output when the user has color.diff set to `always'.
2661 This fix works on git 1.4.2 and newer (released on 2006-08-13).
2662
2663 2009-12-26 Kevin Ryde <user42@zip.com.au>
2664
2665 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
2666 node. Keep previous "Index" name to work with past coreutils too.
2667
2668 * man.el (man): Revise docstring a bit to show -a and -l as
2669 examples. Add -k description since support for it has otherwise
2670 been a secret. (Further to bug#3717.)
2671 (Man-bgproc-sentinel): When "-k foo" produces no output show error
2672 "no matches" rather than "Can't find manpage", as the latter reads
2673 like -k was interpreted as a page name, which is not so. (Bug#5431)
2674
2675 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
2676
2677 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
2678 switches. Check also for //SUBDIRED// line.
2679
2680 2009-12-25 Kenichi Handa <handa@m17n.org>
2681
2682 * language/indian.el (devanagari-composable-pattern): Fixed to
2683 handle ZWNJ and ZWJ. Use it in composition-function-table for
2684 Devanagari.
2685 (malayalam-composable-pattern): Fix previous change.
2686
2687 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2688
2689 * ps-print.el (ps-face-attributes): It was not returning the
2690 attribute face for faces specified as string. Reported by harven
2691 <harven@free.fr>. (Bug#5254)
2692 (ps-print-version): New version 7.3.5.
2693
2694 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
2695
2696 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
2697 timezone names.
2698 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
2699 (icalendar--add-diary-entry): Remove the trailing blank that
2700 diary-make-entry inserts.
2701
2702 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
2703
2704 Make `file-expand-wildcards' work for remote files.
2705
2706 * files.el (file-expand-wildcards): In case of remote files, check
2707 only local file name part for wildcards. Provide feature 'files
2708 and subfeature 'remote-wildcards. (Bug#5198)
2709
2710 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
2711 if there is already an established connection.
2712 (tramp-advice-file-expand-wildcards): Remove it.
2713
2714 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
2715 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
2716 Activate advice for older GNU Emacs versions. (Bug#5237)
2717
2718 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
2719
2720 Some doc fixes (more needed).
2721
2722 * find-cmd.el (find-constituents): Reflow docstring.
2723 (find-cmd, find-prune, find-command): Fix typos in docstrings.
2724 (find-generic): Doc fix.
2725
2726 2009-12-17 Juri Linkov <juri@jurta.org>
2727
2728 Fix regression from 23.1 to allow multiple modes in Local Variables.
2729
2730 * files.el (hack-local-variables-filter): While ignoring duplicates,
2731 don't take `mode' into account.
2732 (hack-local-variables-filter, hack-dir-local-variables): Don't
2733 remove duplicate `mode' from local-variables-alist (like `eval').
2734
2735 2009-12-17 Juri Linkov <juri@jurta.org>
2736
2737 Make `dired-diff' more safe. (Bug#5225)
2738
2739 * dired-aux.el (dired-diff): Signal an error when `file' equals to
2740 `current' or when `file' is a directory of the `current' file.
2741
2742 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
2743
2744 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
2745 unconditionally preloaded files.
2746
2747 2009-12-16 Juri Linkov <juri@jurta.org>
2748
2749 Revert to old 23.1 logic of using the file at the mark as default.
2750 * dired-aux.el (dired-diff): Use the file at the mark as default
2751 if it's not the same as the current file, and the target dir is
2752 the current dir or the mark is active. Add the current file
2753 as the arg of `dired-dwim-target-defaults'. Use the default file
2754 in the prompt. (Bug#5225)
2755
2756 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
2757
2758 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
2759 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
2760 (tramp-check-for-regexp): Check also, when an echoing shell stops
2761 to echo sent commands.
2762
2763 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2764
2765 * Makefile.in: Revert last change (Bug#5191).
2766
2767 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
2768
2769 * vc-hg.el (vc-hg-print-log): Fix argument order.
2770 (vc-hg-working-revision): Make sure the command is executed in a
2771 known environment so that we can parse the output. (Bug#4417)
2772
2773 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2774
2775 * progmodes/python.el (python-symbol-completions): Remove text
2776 properties from symbol string before calling python-send-receive.
2777
2778 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
2779
2780 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
2781 when there are values for both file and line. (Bug#5060)
2782
2783 2009-12-14 Juri Linkov <juri@jurta.org>
2784
2785 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
2786 whitespace after the file name of the first line of unified format,
2787 because git-diff doesn't output whitespace and file modification time
2788 after the file name.
2789
2790 2009-12-14 David Kastrup <dak@gnu.org>
2791
2792 * info.el (Info-hide-cookies-node): Before hiding a cookie,
2793 check if it already has the `display' property added by
2794 `Info-display-images-node', and not put the `invisible' property
2795 in this case.
2796
2797 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2798
2799 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2800 (semantic-mru-bookmark-mode): Doc fixes.
2801
2802 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
2803 of assert.
2804
2805 2009-12-13 Glenn Morris <rgm@gnu.org>
2806
2807 * mail/emacsbug.el (message-sort-headers): Define for compiler.
2808 (report-emacs-bug): In message-mode, sort manually before storing
2809 original report text. (Bug#5178)
2810 Remove superfluous save-excursion.
2811
2812 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
2813
2814 * net/dbus.el (dbus-property-handler): Filter lambda forms out
2815 when responding to "GetAll" properties.
2816
2817 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
2818
2819 * simple.el (compose-mail): Remove mail-setup-with-from from
2820 customization checks.
2821
2822 2009-12-12 Eli Zaretskii <eliz@gnu.org>
2823
2824 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
2825 RAR archives created on Unix systems.
2826
2827 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
2828
2829 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
2830 the varalias that was accidentally removed by the 2009-11-19 change
2831 (bug#5186).
2832
2833 2009-12-12 Kenichi Handa <handa@m17n.org>
2834
2835 * language/indian.el (indian-compose-regexp): New function.
2836 (malayalam-composable-pattern): Fix the pattern.
2837 (composition-function-table): Set malayalam-composable-pattern for
2838 Malayalam characters.
2839
2840 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
2841
2842 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
2843 rather than down-mouse-1, based on follow-link conventions.
2844
2845 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
2846 are compiled.
2847
2848 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
2849
2850 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
2851 (verilog-vmm-statement-re, verilog-ovm-statement-re)
2852 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
2853 (verilog-leap-to-head, verilog-backward-token):
2854 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
2855
2856 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
2857
2858 * progmodes/verilog-mode.el (verilog-auto-lineup)
2859 (verilog-nameable-item-re): Cleanup user-visible spelling and
2860 documentation errors. One reported by Gary Delp.
2861 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
2862 (verilog-read-decls): Fix AUTOWIRE with types declared in a
2863 package, bug195. Reported by Pierre-David Pfister.
2864
2865 2009-12-11 Glenn Morris <rgm@gnu.org>
2866
2867 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
2868
2869 * mail/emacsbug.el: No longer require sendmail.
2870 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
2871 (report-emacs-bug-orig-text): Doc fix.
2872 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
2873 New local variables, to adapt to different mail-user-agents.
2874 (report-emacs-bug): Fix test for a gnu.org address.
2875 Use overlays for emphasis, since font-lock defeats 'face property.
2876 Pretest bugs also end up at the newsgroup these days.
2877 Stop message-mode stripping text properties.
2878 Set and use the new buffer-local variables.
2879 (report-emacs-bug-hook): Add doc-string.
2880 Remove some unnecessary save-excursions and simplify.
2881 Use the appropriate hook and send-command.
2882
2883 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
2884 capitalization of some menu entries.
2885
2886 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2887
2888 * whitespace.el (whitespace-display-char-on): Ensure
2889 `buffer-display-table' is unique when two or more windows are
2890 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
2891 New version 12.1.
2892
2893 2009-12-10 Eli Zaretskii <eliz@gnu.org>
2894
2895 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
2896 characters in the Attribute field.
2897
2898 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
2899
2900 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
2901
2902 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2903
2904 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2905 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2906 Disregard autoload-excludes.
2907 (update-directory-autoloads): Obey autoload-excludes here instead.
2908 But don't store its contents in no-autoloads and remove entries that
2909 refer to excludes files.
2910
2911 2009-12-10 Glenn Morris <rgm@gnu.org>
2912
2913 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2914 (expand-mail-aliases): Define for compiler.
2915
2916 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2917 Define for compiler.
2918
2919 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2920 appropriate for the mail-user-agent in use.
2921
2922 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
2923
2924 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2925
2926 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
2927
2928 Fix short log parsing and fontification.
2929 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2930 Fix fontification for the [merge] label.
2931
2932 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
2933
2934 Drop some properties to avoid surprises.
2935 * htmlfontify.el (hfy-ignored-properties): New defcustom.
2936 (hfy-fontify-buffer): Use it.
2937
2938 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
2939
2940 Minor cleanup.
2941 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
2942 Adjust all callers.
2943 (ffap-locate-file): Remove unused arg `dir-ok' and make other
2944 args compulsory. Adjust callers.
2945 (ffap-gopher-at-point): Remove unused var `name'.
2946
2947 Get rid of the ELCFILES abomination.
2948 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2949 (compile-elcfiles): New phony target.
2950 (compile-main): Compute ELCFILES dynamically.
2951 (compile-clean): New target to remove left-over elc files.
2952 (compile, all): Use it.
2953
2954 2009-12-09 Kenichi Handa <handa@etlken>
2955
2956 * international/mule-diag.el: Require help-mode instead of help-fns.
2957
2958 2009-12-09 Kenichi Handa <handa@m17n.org>
2959
2960 * international/mule-cmds.el (ucs-names): Supply sufficiently
2961 fine ranges instead of pre-calculating accurate ranges.
2962 Iterate with bigger gc-cons-threshold.
2963
2964 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2965
2966 Add support for stashing a snapshot of the current tree.
2967 * vc-git.el (vc-git-stash-snapshot): New function.
2968 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
2969
2970 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
2971
2972 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
2973 instead of `(beginning|end)-of-line'.
2974
2975 2009-12-08 Glenn Morris <rgm@gnu.org>
2976
2977 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
2978
2979 * Makefile.in (ELCFILES): Regenerate.
2980
2981 2009-12-07 Juri Linkov <juri@jurta.org>
2982
2983 Don't lazy-highlight the comint output in history Isearch mode.
2984
2985 * comint.el (comint-history-isearch-search): Instead of
2986 `comint-line-beginning-position', use `comint-after-pmark-p'
2987 to check if point if before the process mark, and go to
2988 `process-mark' in this case.
2989
2990 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2991
2992 * textmodes/tex-mode.el (latex-complete)
2993 (latex-indent-or-complete): Remove.
2994 (latex-mode): Set completion-at-point-functions instead.
2995
2996 Provide a standard completion command and hook it into TAB.
2997 * minibuffer.el (completion-at-point-functions): New var.
2998 (completion-at-point): New command.
2999 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
3000 * progmodes/python.el (python-mode-map): Use completion-at-point.
3001 (python-completion-at-point): Rename from python-partial-symbol and
3002 adjust for use in completion-at-point-functions.
3003 (python-mode): Setup completion-at-point for Python completion.
3004 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
3005 extracted from lisp-complete-symbol.
3006 (lisp-complete-symbol): Use it.
3007 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
3008 setup completion-at-point for Elisp completion.
3009 (emacs-lisp-mode-map, lisp-interaction-mode-map):
3010 Use completion-at-point.
3011 * ielm.el (ielm-map): Use completion-at-point.
3012 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
3013 * progmodes/sym-comp.el: Move to...
3014 * obsolete/sym-comp.el: Move from progmodes.
3015
3016 2009-12-07 Eli Zaretskii <eliz@gnu.org>
3017
3018 Prevent save-buffer in Rmail buffers from using the coding-system
3019 of the current message, and from clobbering the encoding mnemonics
3020 in the mode line (Bug#4623).
3021
3022 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
3023 flag, too.
3024 (rmail-message-encoding): New variable.
3025 (rmail-write-region-annotate): Record the encoding of the current
3026 message in rmail-message-encoding.
3027 (rmail-after-save-hook): New function, restores the encoding of
3028 the current message after the message collection is saved.
3029
3030 2009-12-07 Juri Linkov <juri@jurta.org>
3031
3032 * progmodes/grep.el (grep-read-files): Use `completing-read'
3033 instead of `read-string'. Set its `collection' arg to
3034 `read-file-name-internal'. (Bug#4301)
3035
3036 2009-12-07 Juri Linkov <juri@jurta.org>
3037
3038 Correctly restore original Isearch point. (Bug#4994)
3039
3040 * isearch.el (isearch-mode): Move `isearch-push-state' after
3041 `(run-hooks 'isearch-mode-hook)'.
3042 (isearch-cancel): When `isearch-push-state-function' is defined,
3043 let-bind `isearch-cmds' to the first state (the last element of
3044 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
3045 function and restores the original point). Otherwise, move point
3046 to `isearch-opoint'.
3047
3048 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3049
3050 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
3051 chars that don't have names, so the table can be built much faster at
3052 run-time.
3053
3054 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
3055
3056 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
3057 change. Suggested by David Kastrup.
3058
3059 * simple.el (compose-mail): Check for incompatibilities and warn.
3060 (compose-mail-user-agent-warnings): New option.
3061
3062 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3063
3064 Support showing a single log entry from vc-annotate.
3065 * vc.el (print-log): Add a new argument: START-REVISION.
3066 (vc-print-log-internal): Add a new optional argument and
3067 pass it to the backend.
3068 (vc-print-log, vc-print-root-log): Adjust callers.
3069 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
3070 buffer already displays the requested log entry, use it.
3071 Otherwise display only the log entry in question.
3072 * vc-svn.el (vc-svn-print-log):
3073 * vc-mtn.el (vc-mtn-print-log):
3074 * vc-hg.el (vc-hg-state):
3075 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
3076 (vc-git-show-log-entry): Return t on success.
3077 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
3078 (vc-bzr-show-log-entry): Return t on success.
3079 * vc-rcs.el (vc-rcs-print-log):
3080 * vc-sccs.el (vc-sccs-print-log):
3081 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
3082
3083 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3084
3085 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
3086 Add menus to the meta mode. (Bug#5043)
3087
3088 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
3089
3090 * ediff-init.el (ediff-event-key): Use event-to-character instead of
3091 event-key.
3092
3093 * ediff.el (ediff-buffers-internal): Add unwind-protect.
3094
3095 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
3096
3097 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
3098 Berbain <raphael.berbain@gmail.com>.
3099
3100 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
3101 characters.
3102 (tramp-initial-end-of-output): New defconst.
3103 (tramp-methods, tramp-find-shell)
3104 (tramp-open-connection-setup-interactive-shell)
3105 (tramp-maybe-open-connection): Use it.
3106 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
3107 existence of `#' and `$'.
3108
3109 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
3110 `tramp-initial-end-of-output'.
3111
3112 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3113
3114 Get the background mode from the terminal for xterm, and set
3115 faces accordingly.
3116 * term/xterm.el (xterm-set-background-mode): New function.
3117 (terminal-init-xterm): Use it in case xterm supports background
3118 color queries. Recompute faces after getting the background
3119 color.
3120
3121 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
3122
3123 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
3124 number comment back on its own line, for easier parsing.
3125
3126 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3127
3128 Make it work for non-file buffers (bug#5102).
3129 * doc-view.el (doc-view-current-cache-dir):
3130 Use doc-view-buffer-file-name rather than buffer-file-name.
3131 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
3132
3133 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
3134
3135 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
3136 author field is too short.
3137
3138 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
3139
3140 * vc-git.el (vc-git-print-log): Handle a limit argument.
3141 Display the short log in graph form and with labels.
3142 (vc-git-log-view-mode): Handle labels.
3143
3144 Make vc-revert change VC state from 'added to 'unregistered.
3145 * vc-git.el (vc-git-revert): Call git reset first.
3146
3147 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
3148
3149 * net/newst-backend.el, net/newst-plainview.el:
3150 * net/newst-reader.el, net/newst-ticker.el:
3151 * net/newst-treeview.el, net/newsticker.el:
3152 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
3153
3154 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
3155
3156 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
3157
3158 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
3159 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
3160 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3161 Update annotation regexp.
3162
3163 * simple.el (beginning-of-visual-line): Constrain to field
3164 boundaries (Bug#5106).
3165
3166 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
3167
3168 * xml.el (xml-substitute-numeric-entities): Move
3169 newsticker--decode-numeric-entities in newst-backend.el to
3170 xml-substitute-numeric-entities in xml.el. (Bug#5008)
3171 * net/newst-backend.el (newsticker--parse-generic-feed)
3172 (newsticker--parse-generic-items)
3173 (newsticker--decode-numeric-entities): Move
3174 newsticker--decode-numeric-entities in newst-backend.el to
3175 xml-substitute-numeric-entities in xml.el. (Bug#5008)
3176
3177 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
3178
3179 * progmodes/js.el (js--js-not): Add null to the list of values.
3180
3181 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
3182
3183 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
3184
3185 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3186
3187 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
3188 delimiter if it is at the end of the current line.
3189 (bibtex-generate-url-list): Fix docstring.
3190
3191 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3192
3193 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
3194 minibuffer's content with itself.
3195 Fold the confirm-after-completion case into the `confirm' case.
3196 (completion-pcm-word-delimiters): Add : and / to the delimiters.
3197
3198 2009-12-06 Kevin Ryde <user42@zip.com.au>
3199
3200 * ffap.el (ffap-rfc-path): Make this a defcustom since
3201 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
3202
3203 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
3204 manuals, similar to existing setup for help-mode. (Bug#3913.)
3205
3206 2009-12-05 Juri Linkov <juri@jurta.org>
3207
3208 Save and restore dired buffer's point positions too. (Bug#4880)
3209
3210 * dired.el (dired-save-positions): Return in the first element
3211 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
3212 Doc fix.
3213 (dired-restore-positions): First restore buffer's position.
3214 While restoring window's positions, check if window still displays
3215 the original buffer.
3216
3217 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
3218
3219 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
3220 if possible.
3221
3222 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
3223 Make argument optional.
3224
3225 * shell.el (shell): Require ansi-color (Bug#5113).
3226
3227 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
3228
3229 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
3230
3231 2009-12-05 Alan Mackenzie <acm@muc.de>
3232
3233 * progmodes/cc-mode.el (c-before-hack-hook)
3234 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
3235 `c-file-style' to work again. This reversion restores the current
3236 software to its state in Emacs 23.1. (Bug#4146)
3237
3238 2009-12-05 Kevin Ryde <user42@zip.com.au>
3239
3240 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
3241 comment-start-skip to comment-end-skip as comment (Bug#4781).
3242
3243 2009-12-05 Juri Linkov <juri@jurta.org>
3244
3245 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
3246 for virtual nodes. (Bug#4147)
3247 (Info-find-node-2): Set `Info-current-node-virtual' to nil
3248 when moving from a virtual node.
3249 (Info-mode-menu): Add `Info-virtual-index' to the menu.
3250 (Info-mode): Add `Info-virtual-index' to the docstring.
3251
3252 2009-12-05 Eric Ludlam <zappo@gnu.org>
3253
3254 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
3255 Describe project macro symbols.
3256
3257 * cedet/semantic/complete.el (semantic-complete-do-completion):
3258 Don't call semantic-collector-current-exact-match.
3259
3260 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
3261 ede-objects as targets.
3262
3263 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
3264 a target's object list even if compiler vars are already in the
3265 Makefile.
3266
3267 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
3268 list of headers producing necessary macros.
3269
3270 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3271
3272 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
3273 track of the buffer position of the end of a BibTeX entry as this
3274 position may change during reformatting.
3275 (bibtex-format-entry): Remove whitespace before processing
3276 numerical fields so that we recognize the latter properly.
3277 (bibtex-reformat): Do not use push which changes the global value
3278 of bibtex-entry-format.
3279 (bibtex-field-braces-alist, bibtex-field-strings-alist)
3280 (bibtex-field-re-init): Replace only space characters by regexp
3281 for whitespace.
3282 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
3283 (bibtex-initialize): Also update bibtex-strings.
3284 (bibtex-kill-field): Preserve white space at end of entry.
3285 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
3286 Update bibtex-reference-keys.
3287
3288 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3289
3290 * minibuffer.el (completion-pcm--merge-try): Also consider placing
3291 point after a star, if that's the only place where modifications can
3292 make progress.
3293
3294 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
3295
3296 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
3297 in docstrings.
3298
3299 2009-12-04 Juri Linkov <juri@jurta.org>
3300
3301 * proced.el (proced): Call `(proced-update t)' to update process
3302 information instead of only running proced-post-display-hook.
3303 (proced-send-signal): Add a leading space to the buffer name
3304 " *Marked Processes*" to make this buffer ephemeral.
3305
3306 2009-12-04 Juri Linkov <juri@jurta.org>
3307
3308 * dired.el (dired-auto-revert-buffer): New defcustom.
3309 (dired-internal-noselect): Use it.
3310
3311 2009-12-04 Juri Linkov <juri@jurta.org>
3312
3313 Change roles of modes and functions in image-mode.el (Bug#5062).
3314
3315 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
3316 in `auto-mode-alist'.
3317 (image-mode-previous-major-mode): New variable.
3318 (image-minor-mode-map): Rename from `image-mode-text-map'.
3319 (image-mode): Move graceful error-handling code from
3320 `image-minor-mode' to here. On errors call `image-mode-as-text'.
3321 (image-minor-mode): Remove all image-handling code.
3322 Replace `image-mode-text-map' with `image-minor-mode-map'.
3323 Check for `image-type' in mode-line format string.
3324 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
3325 (image-mode-as-text): New function with most code from
3326 `image-mode-maybe'.
3327 (image-toggle-display-text): Move code that removes image
3328 properties from `image-toggle-display' to here.
3329 (image-toggle-display-image): New function with code that adds
3330 image properties copied from `image-toggle-display'.
3331 (image-toggle-display): Remove most code with leaving only code
3332 that toggles between `image-mode-as-text' and `image-mode'.
3333
3334 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
3335
3336 * net/newst-treeview.el
3337 (newsticker--treeview-list-highlight-start): Restored call to
3338 save-excursion: Selected item was stuck.
3339 (newsticker--treeview-list-select): New.
3340 (newsticker--treeview-item-show-text)
3341 (newsticker--treeview-item-show)
3342 (newsticker--treeview-item-update): Use new
3343 newsticker-treeview-item-mode.
3344 (newsticker-treeview-update): Keep current item.
3345 (newsticker-treeview-next-new-or-immortal-item): Doc change.
3346 (newsticker--treeview-first-feed): Doc change.
3347 (newsticker-treeview-list-menu)
3348 (newsticker-treeview-item-menu): Added menu entries.
3349 (newsticker-treeview-item-mode): New.
3350
3351 * net/newst-backend.el (newsticker-customize): Delete other
3352 windows.
3353
3354 2009-12-04 Sam Steingold <sds@gnu.org>
3355
3356 * log-view.el (log-view-mode-map): "q" calls quit-window,
3357 like in all the other non-self-insert buffers.
3358
3359 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3360
3361 Minor cleanup.
3362 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
3363 key decoding rather than do it manually via last-input-event +
3364 ascii-character.
3365 (term-exec): Use delete-and-extract-region.
3366 (term-handle-ansi-terminal-messages): Remove unused var `end'.
3367 (term-process-pager): Remove unused var `i'.
3368 (term-dynamic-simple-complete): Make obsolete.
3369 (serial-update-config-menu): Remove unused vars `y' and `str'.
3370 (term-update-mode-line): Remove unused var `temp'.
3371
3372 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3373
3374 Limit the number of log entries displayed by default.
3375 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
3376 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
3377 using a prefix argument.
3378
3379 2009-12-03 Glenn Morris <rgm@gnu.org>
3380
3381 * progmodes/idlwave.el (class): Restore still useful declaration.
3382
3383 2009-12-03 Alan Mackenzie <acm@muc.de>
3384
3385 Enhance `c-parse-state' to run efficiently in "brace deserts".
3386
3387 * progmodes/cc-mode.el (c-basic-common-init):
3388 Call c-state-cache-init.
3389 (c-neutralize-syntax-in-and-mark-CPP): Rename from
3390 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
3391 placing `category' properties value 'c-cpp-delimiter at its boundaries.
3392
3393 * progmodes/cc-langs.el (c-before-font-lock-function):
3394 c-extend-and-neutralize-syntax-in-CPP has been renamed
3395 c-neutralize-syntax-in-and-mark-CPP.
3396
3397 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
3398 with `category' properties now, not `syntax-table' ones.
3399
3400 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
3401 enhanced (but slower) version of c-end-of-macro that won't land
3402 inside a literal or on another awkward character.
3403 (c-state-cache-too-far, c-state-cache-start)
3404 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
3405 (c-state-nonlit-pos-cache-limit, c-state-point-min)
3406 (c-state-point-min-lit-type, c-state-point-min-lit-start)
3407 (c-state-min-scan-pos, c-state-brace-pair-desert)
3408 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
3409 buffer local variables.
3410 (c-state-literal-at, c-state-lit-beg)
3411 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
3412 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
3413 (c-state-cache-top-paren, c-state-cache-after-top-paren)
3414 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
3415 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
3416 (c-renarrow-state-cache)
3417 (c-append-lower-brace-pair-to-state-cache)
3418 (c-state-push-any-brace-pair, c-append-to-state-cache)
3419 (c-remove-stale-state-cache)
3420 (c-remove-stale-state-cache-backwards, c-state-cache-init)
3421 (c-invalidate-state-cache-1, c-parse-state-1)
3422 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
3423 (c-parse-state): Enhance and refactor.
3424 (c-debug-parse-state): Amend to deal with all the new variables.
3425
3426 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
3427 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
3428 modify to use category text properties rather than syntax-table ones.
3429 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
3430 to switch off/on the syntactic paren property of C++ template
3431 delimiters using the category property.
3432 (c-with-<->-as-parens-suppressed): Macro to invoke code with
3433 template delims suppressed.
3434 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
3435 New constant/macros which apply category properties to the start
3436 and end of preprocessor constructs.
3437 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
3438 "comment out" the syntactic value of characters in preprocessor
3439 constructs.
3440 (c-with-cpps-commented-out)
3441 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
3442 with characters in all or all but one preprocessor constructs
3443 "commented out".
3444
3445 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3446
3447 * proced.el (proced-filter-alist): Use regexp-quote.
3448
3449 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
3450
3451 Cleanup.
3452 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
3453 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
3454 arguments. Expand `default-directory'.
3455
3456 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
3457 the benefit of returning an expanded localname.
3458 (tramp-tramp-file-p): Handle the case NAME is not a string.
3459
3460 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3461
3462 Add support for bzr shelve/unshelve.
3463 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3464 (vc-bzr-extra-menu-map): New variables.
3465 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
3466 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
3467 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
3468 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
3469 (vc-bzr-dir-extra-headers): Display shelves.
3470
3471 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
3472
3473 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3474
3475 * textmodes/bibtex.el (bibtex-complete-internal):
3476 Use completion-in-region.
3477 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
3478
3479 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3480
3481 Support applying stashes. Improve UI.
3482 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
3483 (vc-git-stash-apply, vc-git-stash-pop)
3484 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
3485 (vc-git-stash-menu): New functions.
3486 (vc-git-stash-menu-map): New variable.
3487 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
3488
3489 2009-12-03 Glenn Morris <rgm@gnu.org>
3490
3491 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
3492 (vc-print-log-internal): Fix previous change.
3493 (vc-revert): Correct pluralization.
3494
3495 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3496
3497 * progmodes/make-mode.el (makefile-special-targets-list): No need for
3498 it to be an alist any more.
3499 (makefile-complete): Use completion-in-region.
3500
3501 * progmodes/octave-mod.el (octave-complete-symbol):
3502 Use completion-in-region.
3503
3504 Misc cleanup.
3505 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
3506 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
3507 (idlwave-complete-class): Don't quote lambda.
3508 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
3509 (idlwave-mode-map): Move initialization into declaration.
3510 (idlwave-action-and-binding): Use backquotes.
3511 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
3512 Simplify.
3513 (idlwave-is-pointer-dereference): Remove unused var `pos'.
3514 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
3515 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
3516 `parts', and `all-parts'.
3517 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
3518 (idlwave-convert-xml-system-routine-info): Remove unused string
3519 `version-string'.
3520 (idlwave-display-user-catalog-widget): Use dolist.
3521 (idlwave-scanning-lib): Declare dynamically-scoped var.
3522 (idlwave-scan-library-catalogs): Remove unused var `flags'.
3523 (completion-highlight-first-word-only): Declare to silence bytecomp.
3524 (idlwave-popup-select): Tighten scope of `resp'.
3525 (idlwave-find-struct-tag): Remove unused var `beg'.
3526 (idlwave-after-load-rinfo-hook): Declare.
3527 (idlwave-sintern-class-info): Remove unused var `taglist'.
3528 (idlwave-find-class-definition): Remove unused var `list'.
3529 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
3530 (idlwave-what-module-find-class): Remove unused var `classes'.
3531
3532 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
3533
3534 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
3535
3536 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3537
3538 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
3539 buffers visited. Remove redundant current-buffer-saving.
3540
3541 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3542
3543 Use completion-in-buffer and remove uses of dynamic scoping.
3544 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
3545 (pascal-buffer-to-use, pascal-flag): Don't declare.
3546 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
3547 (pascal-get-completion-decl, pascal-keyword-completion):
3548 Add `pascal-str' argument, save-excursion,
3549 return the found completions, and don't filter with pascal-pred.
3550 (pascal-completion-cache): New var.
3551 (pascal-completion): Don't switch buffer any more (it was never
3552 necessary). Don't save-excursion any more (it's done by the called
3553 subroutines). Use a cache to avoid redundant computations.
3554 Use complete-with-action rather than pascal-completion-response and
3555 let it apply the predicate as well.
3556 (pascal-complete-word): Use completion-in-buffer when
3557 pascal-toggle-completions is nil.
3558 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
3559 not used any more.
3560 (pascal-comp-defun): Don't change buffer any more.
3561 Use complete-with-action rather than pascal-completion-response and
3562 let it apply the predicate as well.
3563 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
3564 when neded.
3565
3566 2009-12-02 Kenichi Handa <handa@m17n.org>
3567
3568 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
3569 shape for all Indic scripts.
3570
3571 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3572
3573 Use completion-in-buffer.
3574 * wid-edit.el (widget-field-text-end): New function.
3575 (widget-field-value-get): Use it.
3576 (widget-string-complete, widget-file-complete)
3577 (widget-color-complete): Use it and completion-in-region.
3578 (widget-complete): Don't narrow the buffer.
3579
3580 2009-12-02 Glenn Morris <rgm@gnu.org>
3581
3582 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
3583 (rmail-select-summary): Use rmail-pop-to-buffer.
3584 * mail/rmailsum.el: Replace all pop-to-buffer calls with
3585 rmail-pop-to-buffer, to prevent horizontal splits.
3586
3587 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
3588 save-excursion with save-current-buffer.
3589 Widen before searching. (Bug#5093)
3590 (diary-list-sexp-entries): Remove superfluous save-excursion.
3591
3592 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
3593
3594 * woman.el (woman-make-bufname): Handle man-pages with "." in the
3595 name. (Bug#5038)
3596
3597 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
3598
3599 * ido.el (ido-file-internal): Handle filenames at point that do
3600 not have a directory part. (Bug#5049)
3601
3602 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
3603
3604 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
3605 (mpc-songs-jump-to, mpc-resume): Doc fixes.
3606
3607 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
3608
3609 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
3610 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
3611 any more.
3612
3613 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3614
3615 * comint.el (comint-insert-input): Ignore clicks to the right of
3616 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
3617
3618 * vc.el (vc-print-log-internal): Don't wait for the process to
3619 terminate before setting up the major mode.
3620
3621 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
3622 in case.
3623
3624 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
3625 the last element.
3626
3627 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
3628
3629 2009-12-01 Glenn Morris <rgm@gnu.org>
3630
3631 * window.el (window--display-buffer-2): Fix previous changes.
3632
3633 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
3634
3635 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
3636
3637 2009-12-01 Glenn Morris <rgm@gnu.org>
3638
3639 * Makefile.in (ELCFILES): Add mpc.elc.
3640
3641 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3642
3643 * mpc.el: New file.
3644
3645 2009-12-01 Glenn Morris <rgm@gnu.org>
3646
3647 * window.el (window-to-use): Define for compiler.
3648
3649 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
3650 consistent with others (no final period).
3651
3652 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
3653 (rmail-mime-show): Downcase the encoding. (Bug#5070)
3654
3655 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
3656
3657 Make vc-print-log buttons work.
3658 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
3659
3660 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
3661
3662 * savehist.el (savehist-autosave-interval): Allow setting to nil
3663 through customize. (Bug#5056)
3664
3665 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
3666
3667 Fix references to jit-lock properties.
3668 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3669 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
3670 (perl-font-lock-special-syntactic-constructs):
3671 Quote jit-lock-defer-multiline property.
3672
3673 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
3674
3675 * vc-git.el (vc-git-registered): Call vc-git-root only once.
3676
3677 2009-11-30 Juri Linkov <juri@jurta.org>
3678
3679 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
3680 value `buffer' of `multi-isearch-next-buffer-current-function'.
3681 Use `(current-buffer)' when `buffer' is nil.
3682 (multi-isearch-next-buffer-from-list): Don't fallback to
3683 `(current-buffer)' when `buffer' is nil. (Bug#4947)
3684
3685 2009-11-30 Juri Linkov <juri@jurta.org>
3686
3687 * misearch.el (multi-isearch-read-buffers): Move canonicalization
3688 of buffers with `get-buffer' to `multi-isearch-buffers'.
3689 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3690 Canonicalize BUFFERS with `get-buffer'. Doc fix.
3691 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
3692 FILES with `expand-file-name' converting relative file names
3693 to absolute. Doc fix. (Bug#4727)
3694
3695 2009-11-30 Juri Linkov <juri@jurta.org>
3696
3697 * misearch.el (multi-isearch-read-buffers)
3698 (multi-isearch-read-matching-buffers): New functions.
3699 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3700 Use them in the `interactive' spec. Doc fix.
3701 (multi-isearch-read-files, multi-isearch-read-matching-files):
3702 New functions.
3703 (multi-isearch-files, multi-isearch-files-regexp):
3704 Use them in the `interactive' spec. Doc fix. (Bug#4725)
3705
3706 2009-11-30 Juri Linkov <juri@jurta.org>
3707
3708 * doc-view.el (doc-view-continuous):
3709 Rename from `doc-view-continuous-mode'.
3710 (doc-view-menu): Move "Toggle display" to the top.
3711 Add submenu "Continuous" with radio buttons "Off"/"On"
3712 and "Save as Default".
3713 (doc-view-scroll-up-or-next-page)
3714 (doc-view-scroll-down-or-previous-page)
3715 (doc-view-next-line-or-next-page)
3716 (doc-view-previous-line-or-previous-page): Rename
3717 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
3718
3719 2009-11-30 Juri Linkov <juri@jurta.org>
3720
3721 * comint.el (comint-mode-map): Rebind `M-r' from
3722 `comint-previous-matching-input' to
3723 `comint-history-isearch-backward-regexp'.
3724 Unbind `M-s' to allow global key binding `M-s'.
3725 Add menu items for `comint-history-isearch-backward' and
3726 `comint-history-isearch-backward-regexp'. (Bug#3746)
3727
3728 2009-11-30 Juri Linkov <juri@jurta.org>
3729
3730 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
3731 For def=recenter, replace `recenter' with `recenter-top-bottom'
3732 that is called with `this-command' and `last-command' let-bound
3733 to `recenter-top-bottom'. When the last `def' was not `recenter',
3734 set `recenter-last-op' to nil. (Bug#4981)
3735
3736 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3737
3738 Minor cleanup and simplification.
3739 * filecache.el (file-cache-add-directory)
3740 (file-cache-add-directory-recursively)
3741 (file-cache-add-from-file-cache-buffer)
3742 (file-cache-delete-file-regexp, file-cache-delete-directory)
3743 (file-cache-files-matching-internal, file-cache-display): Use dolist.
3744 (file-cache-temp-minibuffer-message): Delete function.
3745 (file-cache-minibuffer-complete): Use minibuffer-message instead.
3746
3747 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3748 Don't signal an error when bumping into EOB in tr, s, or y.
3749
3750 2009-11-29 Juri Linkov <juri@jurta.org>
3751
3752 * startup.el (fancy-about-text): Fix wording of Guided Tour.
3753 (Bug#4960)
3754
3755 * descr-text.el (describe-char-unidata-list): Use lowercase name
3756 for "Unicode name" like in other tags.
3757
3758 2009-11-29 Juri Linkov <juri@jurta.org>
3759
3760 * ediff-util.el (ediff-minibuffer-with-setup-hook):
3761 New compatibility macro.
3762 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
3763
3764 2009-11-29 Juri Linkov <juri@jurta.org>
3765
3766 Add defcustom to define the cycling order of `recenter-top-bottom'.
3767 (Bug#4981)
3768
3769 * window.el (recenter-last-op): Doc fix.
3770 (recenter-positions): New defcustom.
3771 (recenter-top-bottom): Rewrite to use `recenter-positions'.
3772 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
3773
3774 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
3775
3776 Improve integration of Tramp and ange-ftp in eshell.
3777
3778 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
3779 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
3780 (eshell/sudo): Flatten args. Let-bind `default-directory'.
3781
3782 * eshell/esh-util.el (top): Require also Tramp when compiling.
3783 (eshell-directory-files-and-attributes): Check for FTP remote
3784 connection.
3785 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
3786 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
3787 (eshell-file-attributes): Handle ".". Return `entry'.
3788
3789 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
3790 (ange-ftp-directory-files-and-attributes)
3791 (ange-ftp-real-directory-files-and-attributes): New defuns.
3792
3793 * net/tramp.el (tramp-maybe-open-connection): Open the remote
3794 shell with "exec" when possible. This prevents trailing prompts
3795 in `start-file-process'.
3796
3797 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3798
3799 Try and remove assumptions about point-min==1.
3800 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
3801 (rng-compute-mode-line-string): Show the validation percentage in
3802 terms of the narrowed text, not the widened text.
3803 (rng-do-some-validation): Don't catch internal errors when debugging.
3804 (rng-first-error): Simplify.
3805 (rng-after-change-function): Remove work around. AFAIK the bug has
3806 been fixed a while ago.
3807
3808 * image-mode.el (image-minor-mode): Exit more gracefully when the image
3809 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
3810
3811 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
3812
3813 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
3814 `cd' doesn't always do it for us (bug#5067).
3815
3816 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
3817 on 2009-10-25 as part of some other change (bug#5067).
3818
3819 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3820
3821 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3822 `suspicious'.
3823 (byte-compile-warnings): Use byte-compile-warning-types.
3824 (byte-compile-save-excursion): Warn about use of set-buffer right
3825 after save-excursion.
3826
3827 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
3828 the excursion as well.
3829
3830 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
3831
3832 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
3833 providing a Tramp related implementation of "su" and "sudo".
3834 (eshell-unix-initialize): Add "su" and "sudo".
3835
3836 2009-11-27 Daiki Ueno <ueno@unixuser.org>
3837
3838 * net/socks.el (socks-send-command): Convert binary request to
3839 unibyte before sending. This fixes mishandling of some port
3840 numbers such as 129.
3841
3842 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3843
3844 * help.el (describe-bindings-internal): Remove `interactive'.
3845
3846 * man.el (Man-completion-table): Trim a terminating "(".
3847 Remove the space between name page a section.
3848 Add the command's description on the `help-echo' property.
3849 Remove `process-connection-type' binding since it's unused by
3850 call-process.
3851 Provide completion for the "<section> <name>" format as well.
3852 (Man-default-man-entry): Remove spurious var shadowing the argument.
3853
3854 2009-11-26 Kevin Ryde <user42@zip.com.au>
3855
3856 * log-view.el: Add "Keywords: tools", since its other keywords
3857 aren't in finder-known-keywords, and following vc.el.
3858
3859 * sha1.el (sha1-string-external): default-directory "/" in case
3860 otherwise non-existent. process-connection-type pipe for touch of
3861 efficiency recommended by elisp manual. (An aside in Bug#3911.)
3862
3863 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3864
3865 Misc coding convention cleanups.
3866 * htmlfontify.el (hfy-init-kludge-hook): Rename from
3867 hfy-init-kludge-hooks.
3868 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
3869 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
3870 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
3871 and push.
3872 (hfy-slant, hfy-weight): Use tables rather than code.
3873 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
3874 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
3875 (hfy-face-attr-for-class): Initialize `face-spec' directly.
3876 (hfy-face-to-css): Remove `nconc' with single arg.
3877 (hfy-p-to-face-lennart): Use `or'.
3878 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
3879 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
3880 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
3881 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
3882 (hfy-force-fontification): Use run-hooks.
3883
3884 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
3885
3886 Various minor fixes.
3887 * htmlfontify.el (hfy-default-header): Add toggle_invis since
3888 Javascript belongs in the header, not the body.
3889 (hfy-javascript): Remove.
3890 (hfy-fontify-buffer): Don't insert it any more.
3891 (hfy-face-at): Handle (face0 face1 face2) style face properties.
3892 Fix bug in invis handling when there were no invis props in a chunk.
3893
3894 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3895
3896 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
3897
3898 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
3899
3900 * finder.el (finder-mode-map): Add a menu.
3901
3902 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
3903
3904 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
3905 "unsigned" structs.
3906
3907 (verilog-leap-to-head, verilog-backward-token): Handle "disable
3908 fork" statement better.
3909
3910 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
3911
3912 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3913 (verilog-delete-auto, verilog-delete-empty-auto-pair)
3914 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3915 Reported by Clay Douglass.
3916
3917 (verilog-auto-inst, verilog-auto-star-safe)
3918 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3919 Fix removing "// Interfaces" when saving .* expansions. Reported by
3920 Pierre-David Pfister.
3921
3922 2009-11-26 Glenn Morris <rgm@gnu.org>
3923
3924 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3925 the scope.
3926
3927 2009-11-25 Johan Bockgård <bojohan@gnu.org>
3928
3929 * vc-annotate.el (vc-annotate-revision-previous-to-line):
3930 Really use previous revision.
3931
3932 2009-11-25 Kevin Ryde <user42@zip.com.au>
3933
3934 * man.el (Man-completion-table): default-directory "/" in case
3935 doesn't otherwise exist. process-environment COLUMNS=999 so as
3936 not to truncate long names. process-connection-type pipe to avoid
3937 any chance of hitting the pseudo-tty TIOCGWINSZ.
3938 (man): completion-ignore-case t for friendliness and since man
3939 itself is case-insensitive on the command line.
3940 Further to Bug#3717.
3941
3942 * arc-mode.el: Add "Keywords: files", so the details in its
3943 commentary can be reached from finder-by-keyword.
3944 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
3945 editing mode, but it's comms related and sgml-mode.el has "comm"
3946 on that basis too.
3947 * textmodes/bibtex-style.el: Add "Keywords: tex".
3948 * international/isearch-x.el, international/ja-dic-cnv.el:
3949 * international/ja-dic-utl.el, international/kkc.el:
3950 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
3951
3952 2009-11-25 Juri Linkov <juri@jurta.org>
3953
3954 * man.el (Man-completion-table): Modify regexp to include
3955 section names to completion strings. (Bug#3717)
3956
3957 2009-11-25 Juri Linkov <juri@jurta.org>
3958
3959 Search recursively in gzipped files. (Bug#4982)
3960
3961 * progmodes/grep.el (grep-highlight-matches): Add new options
3962 `always' and `auto'. Doc fix.
3963 (grep-process-setup): Check `grep-highlight-matches' for
3964 `auto-detect' to determine the need to compute grep defaults.
3965 Move Windows/DOS specific --colors settings handling
3966 to `grep-compute-defaults'. Check `grep-highlight-matches'
3967 to get the value of "--color=".
3968 (grep-compute-defaults): Compute `grep-highlight-matches' when it
3969 has the value `auto-detect'. Move Windows/DOS specific settings
3970 from `grep-process-setup'.
3971 (zrgrep): New command with alias `rzgrep'.
3972
3973 2009-11-25 Juri Linkov <juri@jurta.org>
3974
3975 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
3976 to nil instead of switching off view-mode. (Bug#4896)
3977
3978 2009-11-25 Juri Linkov <juri@jurta.org>
3979
3980 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
3981
3982 * mwheel.el (mwheel-scroll-up-function)
3983 (mwheel-scroll-down-function): New defvars.
3984 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
3985 `scroll-up', and `mwheel-scroll-down-function' instead of
3986 `scroll-down'.
3987
3988 * doc-view.el (doc-view-scroll-up-or-next-page)
3989 (doc-view-scroll-down-or-previous-page): Add optional ARG.
3990 Use this ARG in the call to image-scroll-up/image-scroll-down.
3991 Change `interactive' spec to "P". Goto next/previous page only
3992 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
3993 SPC/DEL case). Doc fix.
3994 (doc-view-next-line-or-next-page)
3995 (doc-view-previous-line-or-previous-page): Rename arg to ARG
3996 for consistency.
3997 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
3998 `doc-view-scroll-up-or-next-page', and buffer-local
3999 `mwheel-scroll-down-function' to
4000 `doc-view-scroll-down-or-previous-page'.
4001
4002 2009-11-25 Juri Linkov <juri@jurta.org>
4003
4004 Provide additional default values (directories at other Dired
4005 windows) via M-n in the minibuffer of some Dired commands.
4006
4007 * dired-aux.el (dired-diff, dired-compare-directories)
4008 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
4009 `minibuffer-default' in `minibuffer-with-setup-hook'.
4010 (dired-dwim-target-directory): Find a window that displays Dired
4011 buffer instead of failing when the next window is not Dired.
4012 Use `get-window-with-predicate' to find for the next Dired window.
4013 (dired-dwim-target-defaults): New function.
4014
4015 * ediff-util.el (ediff-read-file-name):
4016 Use `dired-dwim-target-defaults' to set `minibuffer-default'
4017 in `minibuffer-with-setup-hook'.
4018
4019 2009-11-25 Juri Linkov <juri@jurta.org>
4020
4021 Provide additional default values (file name at point or at the
4022 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
4023
4024 * minibuffer.el (read-file-name-defaults): New function.
4025 (read-file-name): Reset `minibuffer-default' to nil when
4026 it duplicates initial input `insdef'.
4027 Bind `minibuffer-default-add-function' to lambda that
4028 calls `read-file-name-defaults' in `minibuffer-selected-window'.
4029 (minibuffer-insert-file-name-at-point): New command.
4030
4031 * files.el (file-name-at-point-functions): New defcustom.
4032 (find-file-default): Remove defvar.
4033 (find-file-read-args): Don't use `find-file-default'.
4034 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4035 to `read-file-name'.
4036 (find-file-literally): Use `read-file-name' with
4037 `confirm-nonexistent-file-or-buffer'.
4038
4039 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
4040
4041 * dired.el (dired-read-dir-and-switches):
4042 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4043 to `read-file-name'.
4044 (dired-file-name-at-point): New function.
4045 (dired-mode): Add hook `dired-file-name-at-point' to
4046 `file-name-at-point-functions'.
4047
4048 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4049
4050 Really make the *Completions* window soft-dedicated (bug#5030).
4051 * window.el (window--display-buffer-2): Add `dedicated' argument.
4052 (display-buffer): Pass it when needed so the dedicated flag is set
4053 after calling set-window-buffer, which would otherwise reset it.
4054
4055 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4056
4057 * progmodes/meta-mode.el (meta-complete-symbol):
4058 * progmodes/etags.el (complete-tag):
4059 * mail/mailabbrev.el (mail-abbrev-complete-alias):
4060 Use completion-in-region.
4061
4062 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
4063 (dabbrev-completion): Use completion-in-region.
4064 (dabbrev--abbrev-at-point): Simplify regexp.
4065
4066 * abbrev.el (abbrev--before-point): Use word-motion functions
4067 if :regexp is not specified (bug#5031).
4068
4069 * subr.el (string-prefix-p): New function.
4070
4071 * man.el (Man-completion-cache): New var.
4072 (Man-completion-table): Use it.
4073
4074 * vc.el (vc-print-log-internal): Make `limit' optional for better
4075 compatibility (e.g. with vc-annotate.el).
4076
4077 2009-11-24 Kevin Ryde <user42@zip.com.au>
4078
4079 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
4080 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
4081
4082 * emacs-lisp/elint.el (elint-add-required-env): Better error message
4083 when .el source file not found or other error.
4084
4085 2009-11-24 Markus Triska <markus.triska@gmx.at>
4086
4087 * linum.el (linum-update-window): Ignore intangible (bug#4996).
4088
4089 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4090
4091 Handle the [back] button properly (bug#4979).
4092 * descr-text.el (describe-text-properties): Add a `buffer' argument.
4093 Use help-setup-xref, help-buffer, and with-help-window.
4094 (describe-char): Add `buffer' argument.
4095 Pass proper command to help-setup-xref. Don't meddle with
4096 help-xref-stack-item directly.
4097 (describe-text-category): Use with-help-window and help-buffer.
4098
4099 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
4100 for the displayed buffer (bug#4887).
4101
4102 * man.el (Man-completion-table): New function.
4103 (man): Use it.
4104
4105 2009-11-24 David Reitter <david.reitter@gmail.com>
4106
4107 * vc-git.el (vc-git-registered): Use checkout directory (where
4108 .git is) rather than the file's directory and a relative path spec
4109 to work around a bug in git.
4110
4111 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
4112
4113 Improve handling of processes on remote hosts.
4114
4115 * eshell/esh-util.el (eshell-path-env): New defvar.
4116 (eshell-parse-colon-path): New defun.
4117 (eshell-file-attributes): Use `eshell-parse-colon-path'.
4118
4119 * eshell/esh-ext.el (eshell-search-path):
4120 Use `eshell-parse-colon-path'.
4121 (eshell-remote-command): Remove argument HANDLER.
4122 (eshell-external-command): Check for FTP remote connection.
4123
4124 * eshell/esh-proc.el (eshell-gather-process-output):
4125 Use `file-truename', in order to start also symlinked files.
4126 Apply `start-file-process' instead of `start-process'.
4127 Shorten `command' to the local file name part.
4128
4129 * eshell/em-cmpl.el (eshell-complete-commands-list):
4130 Use `eshell-parse-colon-path'.
4131
4132 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
4133
4134 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
4135 to `eshell-directory-change-hook'.
4136
4137 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
4138
4139 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
4140 because it could be enabled automatically if view-read-only is non-nil.
4141
4142 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
4143
4144 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
4145 made on 2009-11-22.
4146
4147 2009-11-24 Glenn Morris <rgm@gnu.org>
4148
4149 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
4150 deleted variable bookmark-bmenu-bookmark-column.
4151
4152 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
4153 Move after definition of global-semantic-idle-tag-highlight-mode.
4154
4155 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4156
4157 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
4158
4159 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
4160
4161 * net/browse-url.el (browse-url-filename-alist): On Windows, add
4162 two slashes to the "file:" prefix.
4163 (browse-url-file-url): De-munge Cygwin filenames before passing
4164 them to Windows browser.
4165 (browse-url-default-windows-browser): Use call-process.
4166
4167 2009-11-23 Juri Linkov <juri@jurta.org>
4168
4169 Implement DocView Continuous mode. (Bug#4896)
4170 * doc-view.el (doc-view-continuous-mode): New defcustom.
4171 (doc-view-mode-map): Bind C-n/<down> to
4172 `doc-view-next-line-or-next-page', C-p/<up> to
4173 `doc-view-previous-line-or-previous-page'.
4174 (doc-view-next-line-or-next-page)
4175 (doc-view-previous-line-or-previous-page): New commands.
4176
4177 2009-11-23 Juri Linkov <juri@jurta.org>
4178
4179 Implement Isearch in comint input history. (Bug#3746)
4180 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
4181 `isearch-mode-hook'.
4182 (comint-history-isearch): New defcustom.
4183 (comint-history-isearch-backward)
4184 (comint-history-isearch-backward-regexp): New commands.
4185 (comint-history-isearch-message-overlay): New buffer-local variable.
4186 (comint-history-isearch-setup, comint-history-isearch-end)
4187 (comint-goto-input, comint-history-isearch-search)
4188 (comint-history-isearch-message, comint-history-isearch-wrap)
4189 (comint-history-isearch-push-state)
4190 (comint-history-isearch-pop-state): New functions.
4191
4192 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
4193
4194 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
4195 return.
4196 (tramp-handle-make-symbolic-link)
4197 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
4198 Quote file names.
4199 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
4200 (tramp-handle-process-file): Use it.
4201
4202 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4203
4204 * window.el (move-to-window-line-last-op): Remove.
4205 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
4206
4207 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4208
4209 Make M-r mirror the new cycling behavior of C-l.
4210 * window.el (move-to-window-line-last-op): New var.
4211 (move-to-window-line-top-bottom): New command.
4212 (global-map): Bind M-r move-to-window-line-top-bottom.
4213
4214 2009-11-23 Sven Joachim <svenjoac@gmx.de>
4215
4216 * dired-x.el (dired-guess-shell-alist-default):
4217 Support xz format. (Bug#4953)
4218
4219 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
4220
4221 * cedet/srecode/map.el (srecode-get-maps):
4222 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
4223 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
4224 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
4225 (semantic-toggle-decoration-style):
4226 * cedet/semantic/decorate/include.el
4227 (semantic-decoration-include-describe)
4228 (semantic-decoration-unknown-include-describe)
4229 (semantic-decoration-unparsed-include-describe)
4230 (semantic-decoration-all-include-summary):
4231 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
4232 * cedet/semantic/analyze/complete.el
4233 (semantic-analyze-possible-completions):
4234 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
4235 (semantic-show-unmatched-syntax-mode)
4236 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
4237 (semantic-highlight-func-mode):
4238 * cedet/semantic/util.el (semantic-describe-buffer):
4239 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
4240 (semantic-symref-find-tags-by-name)
4241 (semantic-symref-find-tags-by-regexp)
4242 (semantic-symref-find-tags-by-completion)
4243 (semantic-symref-find-file-references-by-name)
4244 (semantic-symref-find-text):
4245 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
4246 (senator-yank-tag):
4247 * cedet/semantic/scope.el (semantic-calculate-scope):
4248 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
4249 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
4250 (define-semantic-idle-service):
4251 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
4252 (semantic-complete-analyze-inline-idle):
4253 * cedet/semantic/analyze.el (semantic-analyze-current-context):
4254 * cedet/mode-local.el (describe-mode-local-bindings)
4255 (describe-mode-local-bindings-in-mode):
4256 * cedet/ede/make.el (ede-make-check-version):
4257 * cedet/ede/locate.el (ede-enable-locate-on-project):
4258 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
4259 (cedet-idutils-version-check):
4260 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
4261 (cedet-gnu-global-version-check):
4262 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
4263 (cedet-cscope-version-check): Use called-interactively-p instead
4264 of interactive-p.
4265
4266 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
4267 Use semantic-format-tag-prototype.
4268
4269 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
4270
4271 * emulation/viper-cmd.el: Use viper-last-command-char instead of
4272 last-command-char/last-command-event.
4273 (viper-prefix-arg-value): Do correct conversion of event-char for
4274 XEmacs.
4275
4276 * emulation/viper-util.el, emulation/viper.el:
4277 Use viper-last-command-char instead of
4278 last-command-char/last-command-event.
4279
4280 * ediff-init.el, ediff-mult.el, ediff-util.el:
4281 Replace last-command-char and last-command-event
4282 with (ediff-last-command-char) everywhere.
4283
4284 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
4285 created in fundamental mode.
4286
4287 * ediff.el (ediff-version): Revert the change of interactive-p to
4288 called-interactively-p.
4289
4290 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
4291
4292 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
4293 generation from word-movement command names.
4294
4295 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
4296
4297 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4298 (semantic-complete-jump-local, semantic-complete-jump):
4299 Improve prompt string.
4300
4301 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
4302
4303 * cus-start.el (all): Add native condition for font-use-system-font.
4304
4305 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
4306
4307 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4308 Correct the patch from 2009-11-18. (Bug#3910)
4309
4310 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
4311
4312 * progmodes/subword.el: Rename from lisp/subword.el.
4313
4314 * subword.el: Rename to progmodes/subword.el.
4315
4316 * Makefile.in (ELCFILES): Adapt to subword.el move.
4317
4318 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4319 Stefan Monnier <monnier@iro.umontreal.ca>
4320
4321 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
4322 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
4323 (bookmark-bmenu-show-filenames): Use push.
4324 (bookmark-bmenu-hide-filenames): Use local var instead of
4325 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
4326 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
4327 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
4328 filenames now that the bookmark names are always available.
4329
4330 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4331
4332 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
4333 (bookmark-search-pattern): Move and leave unbound.
4334 (bookmark-bmenu-mode-map): Change binding.
4335 (bookmark-read-search-input): Simplify.
4336 Don't use text-char-description. Don't error on non-char events.
4337 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
4338 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
4339 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
4340 Use a local var for the timer.
4341 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
4342 (i.e. bookmark-bmenu-search).
4343
4344 2009-11-21 Glenn Morris <rgm@gnu.org>
4345
4346 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
4347
4348 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
4349
4350 * net/browse-url.el (browse-url-default-windows-browser):
4351 Use cygstart for cygwin.
4352
4353 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
4354
4355 * bookmark.el: Formatting and doc fixes only:
4356 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
4357 (bookmark-bmenu-search): Wrap to fit within 80 columns.
4358 Minor grammar and punctuation fixes in doc string.
4359 (bookmark-read-search-input): Adjust to fit within 80 columns.
4360
4361 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4362
4363 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
4364 (c-backward-into-nomenclature): Adapt to subword renaming.
4365
4366 * subword.el (subword-forward, subword-backward, subword-mark)
4367 (subword-kill, subword-backward-kill, subword-transpose)
4368 (subword-downcase, subword-upcase, subword-capitalize)
4369 (subword-forward-internal, subword-backward-internal):
4370 Rename from forward-subword, backward-subword, mark-subword,
4371 kill-subword, backward-kill-subword, transpose-subwords,
4372 downcase-subword, upcase-subword, capitalize-subword,
4373 forward-subword-internal, backward-subword-internal.
4374
4375 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4376
4377 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
4378 New options.
4379 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
4380 New vars.
4381 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
4382 (bookmark-bmenu-filter-alist-by-regexp)
4383 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
4384 (bookmark-bmenu-search): New command.
4385 (bookmark-bmenu-mode-map): Bind it.
4386
4387 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
4388
4389 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
4390
4391 * cedet/semantic/idle.el (define-semantic-idle-service)
4392 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
4393
4394 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4395
4396 * progmodes/cc-cmds.el: declare-functioned forward-subword and
4397 backward-subword to quit the byte-compiler.
4398
4399 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
4400
4401 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
4402
4403 * progmodes/cc-cmds.el (c-update-modeline)
4404 (c-forward-into-nomenclature, c-backward-into-nomenclature):
4405 Refer to subword.el functions instead of cc-subword.el.
4406
4407 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
4408 subword.el functions instead of cc-subword.el.
4409
4410 * progmodes/cc-subword.el: Rename to subword.el.
4411 * subword.el: Rename from progmodes/cc-subword.el.
4412 (subword-mode-map): Rename from c-subword-mode-map.
4413 (subword-mode): Rename from c-subword-mode.
4414 (global-subword-mode): New global minor mode.
4415 (forward-subword): Rename from c-forward-subword.
4416 (backward-subword): Rename from c-backward-subword.
4417 (mark-subword): Rename from c-mark-subword.
4418 (kill-subword): Rename from c-kill-subword.
4419 (backward-kill-subword): Rename from c-backward-kill-subword.
4420 (transpose-subwords): Rename from c-tranpose-subword.
4421 (downcase-subword): Rename from c-downcase-subword.
4422 (capitalize-subword): Rename from c-capitalize-subword.
4423 (forward-subword-internal): Rename from c-forward-subword-internal.
4424 (backward-subword-internal): Rename from c-backward-subword-internal.
4425
4426 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
4427
4428 * vc.el (vc-deduce-fileset): Allow non-state changing operations
4429 from a dired buffer.
4430 (vc-dired-deduce-fileset): New function.
4431 (vc-root-diff, vc-print-root-log): Use it.
4432
4433 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
4434 nil LIMIT argument to vc-print-log-internal.
4435
4436 2009-11-20 Glenn Morris <rgm@gnu.org>
4437
4438 * Makefile.in (ELCFILES): Regenerate.
4439
4440 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
4441
4442 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
4443
4444 * cedet/semantic.el: Enable idle-mode menu items only if
4445 global-semantic-idle-scheduler-mode is enabled.
4446 (semantic-default-submodes): Doc fix.
4447
4448 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
4449 When turning off, disable other idle modes.
4450
4451 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
4452
4453 * calc/calc.el (calc-set-mode-line):
4454 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4455 (math-format-number): Rename `math-format-complement-signed' to
4456 `math-format-twos-complement'.
4457
4458 * calc/calc-bin.el (math-format-twos-complement): Rename from
4459 math-format-complement-signed.
4460 (calc-radix): Rename `calc-complement-signed-mode' to
4461 `calc-twos-complement-mode'.
4462 (calc-octal-radix, calc-hex-radix): Add an argument for
4463 two's complement.
4464
4465 * calc/calc-embed.el (calc-embedded-mode-vars):
4466 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4467
4468 * calc/calc-ext.el (calc-init-extensions):
4469 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4470 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
4471
4472 * calc/calc-units.el (math-build-units-table-buffer):
4473 Let `calc-twos-complement-mode' be nil.
4474
4475 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
4476 entries.
4477
4478 * calc/calc-vec.el (calcFunc-vunpack):
4479 * calc/calc-aent.el (calc-do-calc-eval):
4480 * calc/calc-forms.el (math-format-date):
4481 * calc/calc-graph.el (calc-graph-plot):
4482 * calc/calc-math.el (math-use-emacs-fn):
4483 * calc/calccomp.el (math-compose-expr):
4484 Let `calc-twos-complement-mode' be nil.
4485
4486 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4487
4488 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
4489 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
4490 * minibuffer.el (completion-in-region-functions): New hook.
4491 (completion-in-region): New function.
4492 * emacs-lisp/lisp.el (lisp-complete-symbol):
4493 * pcomplete.el (pcomplete-std-complete): Use it.
4494
4495 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4496
4497 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
4498 (latex-complete-alist): New vars.
4499 (latex-string-prefix-p, latex-complete-bibtex-keys)
4500 (latex-complete-envnames, latex-complete-refkeys)
4501 (latex-complete-data): New functions.
4502 (latex-complete, latex-indent-or-complete): New commands.
4503
4504 * window.el (display-buffer-mark-dedicated): New var.
4505 (display-buffer): Obey it.
4506 * minibuffer.el (minibuffer-completion-help): Use it.
4507
4508 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
4509
4510 * filecache.el (file-cache-add-file): Use push and cons.
4511 (file-cache-delete-file-regexp): Use push.
4512 (file-cache-complete): Use completion-in-region.
4513
4514 * simple.el (with-wrapper-hook): Fix thinko.
4515
4516 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
4517 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
4518 Use with-current-buffer and string-to-number.
4519 (hfy-fallback-colour-values): Use assoc-string.
4520 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
4521 (hfy-face-at): Remove unused var `found-face'.
4522 (hfy-compile-stylesheet): Remove unused var `css'.
4523 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
4524 and `orig-buffer'.
4525 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
4526 Use with-current-buffer.
4527 (hfy-text-p): Use expand-file-name and fewer setq.
4528
4529 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
4530
4531 * htmlfontify.el, hfy-cmap.el: New files.
4532
4533 2009-11-19 Juri Linkov <juri@jurta.org>
4534
4535 * minibuffer.el (completions-format): New defcustom.
4536 (completion--insert-strings): Implement vertical format.
4537
4538 * simple.el (switch-to-completions): Move point to the first
4539 completion when point was at the beginning of the buffer.
4540
4541 2009-11-19 Juri Linkov <juri@jurta.org>
4542
4543 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
4544
4545 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
4546
4547 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
4548
4549 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
4550 (mail-signature): Change default to t.
4551 (mail-from-style): Deprecate `system-default' value.
4552 (mail-insert-from-field): For default value of mail-from-style,
4553 default to `angles' unless `angles' needs quoting and `parens'
4554 does not.
4555 (mail-citation-prefix-regexp): Use citation regexp from
4556 message-mode.
4557
4558 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
4559
4560 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4561 Set variables for computing the prompt for reading password.
4562
4563 2009-11-19 Glenn Morris <rgm@gnu.org>
4564
4565 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
4566
4567 * textmodes/flyspell.el (sgml-lexical-context): Declare.
4568
4569 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
4570 (newsticker-treeview-listwindow-height): Fix custom type.
4571
4572 2009-11-19 Kenichi Handa <handa@m17n.org>
4573
4574 * descr-text.el (describe-char-padded-string): Compose with TAB
4575 only if there's a font for CH.
4576 (describe-char): Fix the condition for detecting a trivial composition.
4577
4578 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
4579
4580 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
4581 more accurate version of the regexp. (Bug#3910)
4582
4583 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
4584
4585 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
4586
4587 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
4588
4589 * font-setting.el (font-use-system-font): Declare for byte-compiler.
4590 (font-setting-change-default-font): Fix typo in docstring.
4591
4592 2009-11-18 Alan Mackenzie <acm@muc.de>
4593
4594 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
4595
4596 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4597
4598 * font-setting.el (font-use-system-font): Move ...
4599
4600 * cus-start.el (all): ... to here.
4601
4602 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
4603
4604 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
4605 Don't set `ad-return-value' if `ad-do-it' doesn't.
4606
4607 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
4608 modification time.
4609
4610 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4611
4612 * menu-bar.el: Put "Use system font" in Option-menu.
4613 (menu-bar-options-save): Add font-use-system-font.
4614
4615 * loadup.el: If feature system-font-setting or font-render-setting is
4616 there, load font-setting.
4617
4618 * Makefile.in (ELCFILES): Add font-settings.el.
4619 * font-setting.el: New file.
4620
4621 2009-11-17 Glenn Morris <rgm@gnu.org>
4622
4623 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
4624
4625 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
4626 Preserve point in the list buffer. (Bug#4939)
4627 Use point-at-eol.
4628 (newsticker--treeview-list-update-highlight)
4629 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
4630
4631 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4632
4633 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
4634 Remove.
4635
4636 * calc/calc-ext.el (calc-init-extensions): Remove references to
4637 symclip.
4638
4639 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
4640
4641 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
4642 * calc/calc-help.el (calc-b-prefix-help): Remove references to
4643 `calc-symclip'.
4644
4645 2009-11-16 Kevin Ryde <user42@zip.com.au>
4646
4647 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
4648 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
4649
4650 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
4651 (lm-keywords-list): Allow comma-only separator like "foo,bar".
4652 Ignore trailing spaces by omit-nulls to split-string (fixing
4653 regression from Emacs 21 due to the incompatible split-string
4654 change). (Bug #4928.)
4655
4656 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
4657
4658 * vc.el (vc-log-show-limit): Default to 2000.
4659 (vc-print-log-internal): Insert buttons to request more entries
4660 when limiting the output.
4661
4662 * vc-sccs.el (vc-sccs-print-log):
4663 * vc-rcs.el (vc-rcs-print-log):
4664 * vc-cvs.el (vc-cvs-print-log):
4665 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
4666 LIMIT is non-nil.
4667
4668 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
4669
4670 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
4671 error when `tramp-gvfs-dbus-event-vector' is set.
4672 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
4673
4674 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4675
4676 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
4677
4678 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
4679
4680 * net/dbus.el (dbus-unregister-service): New defun.
4681 (dbus-register-property): Register the handlers of
4682 "org.freedesktop.DBus.Properties" for SERVICE.
4683 (dbus-property-handler): Fix docstring.
4684
4685 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4686
4687 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
4688 Quote doc string reference in defvaralias as it is not in special form.
4689 (byte-compile-output-docform): Doc fix.
4690
4691 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4692
4693 * calc/calc.el (math-2-word-size, math-half-2-word-size)
4694 (calc-complement-signed-mode): New variables.
4695 (calc-set-mode-line): Add indicator for twos-complements.
4696 (math-format-number): Format twos-complement notation.
4697
4698 * calc/calc-bin.el (calc-word-size): Reset the variables
4699 `math-2-word-size' and `math-half-2-word-size'.
4700 (math-format-complement-signed, math-symclip, calcFunc-symclip)
4701 (calc-symclip): New functions.
4702
4703 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
4704
4705 * calc/calc-embed.el (calc-embedded-mode-vars):
4706 Add `calc-complement-signed-mode' to the list of modes.
4707
4708 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
4709 (calc-b-oper-keys): Add `calc-symclip' to list.
4710
4711 * calc/calc-ext.el (math-read-number-fancy): Read complement
4712 signed numbers.
4713 (calc-init-extensions): Add binding for `calc-symclip'.
4714 Add autoload for `calcFunc-symclip' and `calc-symclip'.
4715
4716 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
4717 `calc-symclip'.
4718 (calc-modes-menu): Add item for twos complement mode.
4719
4720 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
4721
4722 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
4723
4724 * register.el (jump-to-register, insert-register): Handle Semantic
4725 tags. From commented-out advice in semantic/senator.el.
4726
4727 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
4728
4729 * vc.el (vc-log-show-limit): New variable.
4730 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
4731 when using a prefix argument.
4732 (vc-print-log-internal): Add new argument LIMIT.
4733
4734 * vc-svn.el (vc-svn-print-log):
4735 * vc-mtn.el (vc-mtn-print-log):
4736 * vc-hg.el (vc-hg-print-log):
4737 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
4738 pass it to the log command when set. Make the BUFFER argument
4739 non-optional.
4740
4741 * vc-sccs.el (vc-sccs-print-log):
4742 * vc-rcs.el (vc-rcs-print-log):
4743 * vc-git.el (vc-git-print-log):
4744 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
4745 ignore it. Make the BUFFER argument non-optional
4746
4747 * bindings.el (mode-line-buffer-identification): Do not purecopy.
4748
4749 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
4750
4751 * dired.el (dired-mode-map): Move encryption items to "Operate"
4752 menu (Bug#4703).
4753
4754 * strokes.el (strokes-update-window-configuration): Make strokes
4755 buffer current before erasing (Bug#4906).
4756
4757 * cedet/semantic/idle.el (semantic-idle-summary-mode)
4758 (semantic-idle-summary-mode): Define using define-minor-mode
4759 instead of define-semantic-idle-service.
4760 (semantic-idle-summary-mode): New function.
4761 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
4762 that mouse motion does not reset the echo area.
4763
4764 2009-11-15 Juri Linkov <juri@jurta.org>
4765
4766 * simple.el (set-mark-default-inactive): Add :type, :group
4767 and :version. (Bug#4876)
4768
4769 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
4770
4771 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
4772 (archive-unique-fname): ... here. (Bug#4929)
4773
4774 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4775
4776 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
4777 with a real fix.
4778
4779 * novice.el (disabled-command-function): Add useful args.
4780 Setup the help buffer so that [back] works.
4781 Remove redundant call to help-mode.
4782 (disabled-command-function): Use `case'.
4783 (en/disable-command): New function extracted from enable-command.
4784 (enable-command, disable-command): Use it.
4785
4786 2009-11-14 Glenn Morris <rgm@gnu.org>
4787
4788 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
4789 constants. (Bug#4913)
4790
4791 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
4792
4793 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4794
4795 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
4796 defined in C that have no doc-strings. (Bug#1063)
4797
4798 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
4799
4800 * cus-edit.el (data, files):
4801 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
4802
4803 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
4804
4805 * simple.el (shell-command): Doc fix (Bug#4891).
4806
4807 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
4808
4809 2009-11-14 Glenn Morris <rgm@gnu.org>
4810
4811 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
4812 statements for vc-diff, emerge-quit, and rmail-cease-edit.
4813 If they are already loaded, eval-after-load will do the right thing.
4814
4815 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
4816 compiling.
4817
4818 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
4819
4820 * simple.el (x-selection-owner-p): Declare.
4821 (read-mail-command): Use custom radio type rather than choice.
4822 (completion-no-auto-exit): Doc fix.
4823
4824 * custom.el (defgroup):
4825 * epg-config.el (epg): Doc fixes.
4826
4827 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
4828
4829 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
4830 * international/ccl.el (define-ccl-program): Do not purecopy the
4831 docstring, defconst does it anyway.
4832
4833 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4834
4835 * add-log.el (add-change-log-entry): Avoid displaying the changelog
4836 a second time.
4837
4838 * x-dnd.el (x-dnd-maybe-call-test-function):
4839 * window.el (split-window-vertically):
4840 * whitespace.el (whitespace-help-on):
4841 * vc-rcs.el (vc-rcs-consult-headers):
4842 * userlock.el (ask-user-about-lock-help)
4843 (ask-user-about-supersession-help):
4844 * type-break.el (type-break-force-mode-line-update):
4845 * time-stamp.el (time-stamp-conv-warn):
4846 * terminal.el (te-set-output-log, te-more-break, te-filter)
4847 (te-sentinel, terminal-emulator):
4848 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
4849 (term-write-input-ring, term-check-source, term-start-output-log):
4850 (term-display-buffer-line, term-dynamic-list-completions):
4851 (term-ansi-make-term, serial-term):
4852 * subr.el (selective-display):
4853 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4854 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
4855 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
4856 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
4857 (speedbar-remove-localized-speedbar-support)
4858 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
4859 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
4860 (speedbar-buffers-line-directory):
4861 * simple.el (shell-command-on-region, append-to-buffer)
4862 (prepend-to-buffer):
4863 * shadowfile.el (shadow-save-todo-file):
4864 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
4865 (scroll-bar-maybe-set-window-start):
4866 * sb-image.el (speedbar-image-dump):
4867 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
4868 (load-save-place-alist-from-file):
4869 * ps-samp.el (ps-print-message-from-summary):
4870 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
4871 (ps-background-image, ps-begin-job, ps-do-despool):
4872 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
4873 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
4874 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
4875 (pr-call-process, pr-file-list, pr-interface-save):
4876 * novice.el (disabled-command-function)
4877 (enable-command, disable-command):
4878 * mouse.el (mouse-buffer-menu-alist):
4879 * mouse-copy.el (mouse-kill-preserving-secondary):
4880 * macros.el (kbd-macro-query):
4881 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
4882 * informat.el (batch-info-validate):
4883 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
4884 * hippie-exp.el (try-expand-dabbrev-visible):
4885 * help-mode.el (help-make-xrefs):
4886 * help-fns.el (describe-variable):
4887 * generic-x.el (bat-generic-mode-run-as-comint):
4888 * finder.el (finder-mouse-select):
4889 * find-dired.el (find-dired-sentinel):
4890 * filesets.el (filesets-file-close):
4891 * files.el (list-directory):
4892 * faces.el (list-faces-display, describe-face):
4893 * facemenu.el (list-colors-display):
4894 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
4895 * epg.el (epg--process-filter, epg-cancel):
4896 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
4897 (epa--read-signature-type):
4898 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
4899 (emerge-file-names):
4900 * ehelp.el (electric-helpify):
4901 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4902 * ediff-vers.el (rcs-ediff-view-revision):
4903 * ediff-util.el (ediff-setup):
4904 * ediff-mult.el (ediff-append-custom-diff):
4905 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4906 (ediff-wordify):
4907 * echistory.el (Electric-command-history-redo-expression):
4908 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4909 * disp-table.el (describe-display-table):
4910 * dired.el (dired-find-buffer-nocreate):
4911 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4912 * dabbrev.el (dabbrev--same-major-mode-p):
4913 * chistory.el (list-command-history):
4914 * apropos.el (apropos-documentation):
4915 * allout.el (allout-obtain-passphrase):
4916 (allout-copy-exposed-to-buffer):
4917 (allout-verify-passphrase): Use with-current-buffer.
4918
4919 2009-11-13 Glenn Morris <rgm@gnu.org>
4920
4921 * Makefile.in (ELCFILES): Regenerate.
4922
4923 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
4924
4925 * net/dbus.el (dbus-registered-objects-table): Rename from
4926 `dbus-registered-functions-table', because it contains also properties.
4927 (dbus-unregister-object): Unregister also properties.
4928 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4929 Use a timeout of 500 msec, in order to not block.
4930 (dbus-register-property, dbus-property-handler): New defuns.
4931
4932 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4933
4934 * simple.el (minibuffer-default-add-completions): Drop deprecated
4935 4th arg.
4936
4937 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
4938
4939 * textmodes/artist.el (artist-mouse-choose-operation):
4940 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
4941 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
4942 (artist-compute-up-event-key): New function.
4943 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
4944
4945 2009-11-13 Kenichi Handa <handa@m17n.org>
4946
4947 * language/japan-util.el: Make sure that the value of jisx0208
4948 property is jisx0208 character.
4949
4950 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
4951
4952 * international/mule.el (auto-coding-regexp-alist): Only purecopy
4953 car or each item, not the whole list.
4954
4955 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4956
4957 * minibuffer.el (minibuffer-completion-help):
4958 Use minibuffer-hide-completions.
4959
4960 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
4961
4962 * dired.el (dired-save-positions, dired-restore-positions): New funs.
4963 (dired-revert): Use them (bug#4880).
4964
4965 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4966
4967 * tooltip.el (tooltip-frame-parameters): Undo previous change.
4968
4969 2009-11-12 Juri Linkov <juri@jurta.org>
4970
4971 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
4972 New functions.
4973 (find-file-literally-at-point): Alias of `ffap-literally'.
4974
4975 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4976
4977 * textmodes/ispell.el (ispell-skip-region-alist):
4978 * textmodes/css-mode.el (auto-mode-alist):
4979 * progmodes/compile.el (auto-mode-alist):
4980 * international/mule.el (ctext-non-standard-encodings-alist)
4981 (ctext-non-standard-encodings-regexp):
4982 * simple.el (shell-command-switch, text-read-only):
4983 * replace.el (occur-mode-map):
4984 * paths.el (rmail-file-name):
4985 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
4986 * find-file.el (ff-special-constructs):
4987 * files.el (file-name-handler-alist):
4988 * composite.el: Purecopy strings.
4989
4990 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
4991
4992 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4993
4994 * widget.el (define-widget): Purecopy the docstring.
4995 * international/mule-cmds.el (charset): Do not purecopy the
4996 docstring here, define-widget does it.
4997
4998 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4999 * textmodes/bibtex-style.el (auto-mode-alist):
5000 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5001 * progmodes/compile.el (compile-command):
5002 * language/korea-util.el (default-korean-keyboard):
5003 * international/mule-conf.el (file-coding-system-alist):
5004 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
5005 * tooltip.el (tooltip-frame-parameters):
5006 * newcomment.el (comment-end, comment-padding):
5007 * dired.el (dired-trivial-filenames):
5008 * comint.el (comint-file-name-prefix): Purecopy initial values.
5009
5010 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
5011
5012 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
5013 (tramp-advice-minibuffer-electric-tilde): Unload advices via
5014 `tramp-unload'.
5015 (tramp-advice-make-auto-save-file-name)
5016 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
5017 after removing the advice.
5018
5019 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5020
5021 * progmodes/grep.el (grep-regexp-alist):
5022 * international/mule-cmds.el (iso-2022-control-alist):
5023 * emacs-lisp/timer.el (timer-duration-words):
5024 * subr.el (version-separator, version-regexp-alist):
5025 * minibuffer.el (completion-styles-alist):
5026 * faces.el (face-attribute-name-alist, list-faces-sample-text):
5027 Change defvars to defconsts.
5028
5029 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
5030 * loadup.el ("international/mule-conf"): Load the byte compiled version.
5031 * international/mule-conf.el: Allow to be byte compiled.
5032
5033 * international/mule.el (define-charset): Purecopy props.
5034 (load-with-code-conversion): Purecopy doc string and file name.
5035 (put-charset-property): Purecopy strings.
5036 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
5037
5038 * international/mule-cmds.el (register-input-method): Purecopy arguments.
5039 (define-char-code-property): Correctly purecopy the table.
5040
5041 * international/ccl.el (define-ccl-program): Purecopy the docstring.
5042
5043 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
5044
5045 * subr.el (add-hook): Purecopy strings.
5046 (eval-after-load): Purecopy load-history-regexp and the form.
5047
5048 * custom.el (custom-declare-group): Purecopy load-file-name.
5049
5050 * subr.el (menu-bar-separator): New defconst.
5051 * net/eudc.el (eudc-tools-menu):
5052 * international/mule-cmds.el (set-coding-system-map)
5053 (mule-menu-keymap):
5054 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5055 * vc-hooks.el (vc-menu-map):
5056 * replace.el (occur-mode-map):
5057 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
5058 (menu-bar-edit-menu, menu-bar-goto-menu)
5059 (menu-bar-custom-menu, menu-bar-showhide-menu)
5060 (menu-bar-options-menu, menu-bar-tools-menu)
5061 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
5062 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
5063 (menu-bar-help-menu):
5064 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
5065 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
5066
5067 * term/x-win.el (x-gtk-stock-map):
5068 * progmodes/vera-mode.el (auto-mode-alist):
5069 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
5070 (inferior-lisp-program, inferior-lisp-load-command):
5071 * progmodes/hideshow.el (hs-special-modes-alist):
5072 * progmodes/gud.el (same-window-regexps):
5073 * progmodes/grep.el (grep-program, find-program, xargs-program):
5074 * net/telnet.el (same-window-regexps):
5075 * net/rlogin.el (same-window-regexps):
5076 * language/ethiopic.el (font-ccl-encoder-alist):
5077 * vc-sccs.el (vc-sccs-master-templates):
5078 * vc-rcs.el (vc-rcs-master-templates):
5079 * subr.el (cl-assertion-failed):
5080 * simple.el (next-error-overlay-arrow-position):
5081 * lpr.el (lpr-command):
5082 * locate.el (locate-ls-subdir-switches):
5083 * info.el (same-window-regexps, info)
5084 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5085 * image-mode.el (image-mode, auto-mode-alist):
5086 * hippie-exp.el (hippie-expand-ignore-buffers):
5087 * format.el (format-alist):
5088 * find-dired.el (find-ls-subdir-switches, find-grep-options)
5089 (find-name-arg):
5090 * facemenu.el (facemenu-keybindings):
5091 * dired.el (dired-listing-switches, dired-chown-program):
5092 * diff.el (diff-switches, diff-command):
5093 * cus-edit.el (same-window-regexps):
5094 * bindings.el (mode-line-mule-info)
5095 (mode-line-buffer-identification): Purecopy strings.
5096
5097 2009-11-11 Juri Linkov <juri@jurta.org>
5098
5099 * simple.el (dired-get-filename) <declare-function>:
5100 Tell the byte-compiler about dired-get-filename.
5101 (shell-command): In Dired mode, get filename from the current line
5102 as the default value.
5103
5104 2009-11-10 Glenn Morris <rgm@gnu.org>
5105
5106 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
5107 * calendar/holidays.el, progmodes/cperl-mode.el:
5108 Update x-popup-menu declarations.
5109
5110 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
5111 (list-load-path-shadows): Use dolist.
5112 (list-load-path-shadows): Use with-current-buffer.
5113
5114 2009-11-10 Juri Linkov <juri@jurta.org>
5115
5116 * minibuffer.el (read-file-name): Support a list of default values
5117 in `default-filename'. Use the first file name where only one
5118 element is required. Doc fix.
5119
5120 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
5121
5122 * net/dbus.el (dbus-unregister-object): Release service, if no
5123 other method is registered for it.
5124
5125 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
5126
5127 * bookmark.el (bookmark-completing-read): Sort bookmark names if
5128 bookmark-sort-flag is non-nil (Bug#4653).
5129
5130 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5131
5132 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
5133 the progress reporter entirely.
5134
5135 * emulation/cua-base.el: Add CUA property to some CC mode commands
5136 (Bug#4100).
5137
5138 2009-11-08 Kevin Ryde <user42@zip.com.au>
5139
5140 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
5141 at end of sentence (Bug#4818).
5142
5143 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
5144
5145 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5146 Handle "see declaration of" MSFT statements (Bug#4100).
5147
5148 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
5149
5150 * net/tramp.el (tramp-advice-make-auto-save-file-name)
5151 (tramp-advice-file-expand-wildcards): Unload via
5152 `ad-remove-advice'.
5153
5154 * net/trampver.el: Update release number.
5155
5156 2009-11-08 Kevin Ryde <user42@zip.com.au>
5157
5158 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
5159 `ad-do-it'.
5160
5161 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
5162
5163 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
5164 in order to keep context in SELinux.
5165
5166 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5167
5168 * dired-aux.el (dired-query): Place cursor in echo area and allow
5169 C-g.
5170
5171 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
5172 menu item if not on a directory (Bug#4701).
5173
5174 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
5175
5176 Sync with Tramp 2.1.17.
5177
5178 * net/tramp.el (tramp-handle-copy-directory): Don't use
5179 `file-remote-p' (due to compatibility).
5180
5181 * net/tramp-compat.el (tramp-compat-copy-directory)
5182 (tramp-compat-delete-directory): New defuns.
5183
5184 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5185 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
5186 `tramp-compat-delete-directory'.
5187
5188 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5189 (tramp-smb-handle-delete-directory): Use
5190 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
5191
5192 * net/trampver.el: Update release number.
5193
5194 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
5195
5196 * tar-mode.el (tar-copy): Call write-region on the right buffer
5197 (Bug#4857).
5198
5199 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
5200 by hand, if necessary (Bug#4878).
5201
5202 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
5203
5204 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
5205 align size column (Bug#4839).
5206
5207 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
5208 statement.
5209
5210 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5211
5212 * progmodes/ld-script.el (auto-mode-alist):
5213 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
5214
5215 * cus-face.el (custom-declare-face): Purecopy face spec.
5216
5217 2009-11-06 Kenichi Handa <handa@m17n.org>
5218
5219 * international/uni-bidi.el: Re-generated.
5220 * international/uni-category.el: Re-generated.
5221 * international/uni-combining.el: Re-generated.
5222 * international/uni-mirrored.el: Re-generated.
5223
5224 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5225
5226 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
5227 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
5228 (tex-start-options, slitex-run-command, latex-run-command)
5229 (tex-run-command, tex-directory):
5230 * textmodes/ispell.el (ispell-html-skip-alists)
5231 (ispell-tex-skip-alists, ispell-tex-skip-alists):
5232 * textmodes/fill.el (adaptive-fill-first-line-regexp):
5233 (adaptive-fill-regexp):
5234 * textmodes/dns-mode.el (auto-mode-alist):
5235 * progmodes/python.el (interpreter-mode-alist):
5236 * progmodes/etags.el (tags-compression-info-list):
5237 * progmodes/etags.el (tags-file-name):
5238 * net/browse-url.el (browse-url-galeon-program)
5239 (browse-url-firefox-program):
5240 * mail/sendmail.el (mail-signature-file)
5241 (mail-citation-prefix-regexp):
5242 * international/mule-conf.el (eight-bit):
5243 * international/latexenc.el (latex-inputenc-coding-alist):
5244 * international/fontset.el (x-pixel-size-width-font-regexp):
5245 * emacs-lisp/warnings.el (warning-type-format):
5246 * emacs-lisp/trace.el (trace-buffer):
5247 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
5248 (emacs-lisp-mode-map):
5249 * calendar/holidays.el (holiday-solar-holidays)
5250 (holiday-bahai-holidays, holiday-islamic-holidays)
5251 (holiday-christian-holidays, holiday-hebrew-holidays)
5252 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
5253 (hebrew-holidays-1, holiday-oriental-holidays)
5254 (holiday-general-holidays):
5255 * x-dnd.el (x-dnd-known-types):
5256 * tool-bar.el (tool-bar):
5257 * startup.el (site-run-file):
5258 * shell.el (shell-dumb-shell-regexp):
5259 * rfn-eshadow.el (file-name-shadow-tty-properties)
5260 (file-name-shadow-properties):
5261 * paths.el (remote-shell-program, news-directory):
5262 * mouse.el ([C-down-mouse-3]):
5263 * menu-bar.el (menu-bar-tools-menu):
5264 * jka-cmpr-hook.el (jka-compr-load-suffixes)
5265 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
5266 (jka-compr-compression-info-list):
5267 * isearch.el (search-whitespace-regexp):
5268 * image-file.el (image-file-name-extensions):
5269 * find-dired.el (find-ls-option):
5270 * files.el (directory-listing-before-filename-regexp)
5271 (directory-free-space-args, insert-directory-program)
5272 (list-directory-brief-switches, magic-fallback-mode-alist)
5273 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
5274 (automount-dir-prefix):
5275 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
5276 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
5277 (face-font-registry-alternatives, face-font-registry-alternatives)
5278 (face-font-family-alternatives):
5279 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
5280 (facemenu-foreground-menu, facemenu-face-menu):
5281 * epa-hook.el (epa-file-name-regexp):
5282 * dnd.el (dnd-protocol-alist):
5283 * textmodes/rst.el (auto-mode-alist):
5284 * button.el (default-button): Purecopy strings.
5285
5286 2009-11-06 Glenn Morris <rgm@gnu.org>
5287
5288 * Makefile.in (ELCFILES): Update.
5289
5290 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
5291
5292 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
5293 * emacs-lisp/levents.el: Move to obsolete/levents.el.
5294
5295 * nxml/xsd-regexp.el (xsdre-gen-categories):
5296 * nxml/xmltok.el (xmltok-parse-entity):
5297 * nxml/rng-parse.el (rng-parse-validate-file):
5298 * nxml/rng-maint.el (rng-format-manual)
5299 (rng-manual-output-force-new-line):
5300 * nxml/rng-loc.el (rng-save-schema-location-1):
5301 * nxml/rng-cmpct.el (rng-c-parse-file):
5302 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5303 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
5304
5305 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
5306
5307 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
5308 Remove extra save-excursions and make-variable-buffer-local's.
5309 Suggested by Stefan Monnier.
5310
5311 (verilog-getopt-file, verilog-module-inside-filename-p)
5312 (verilog-set-define): Merge GNU 1.35 and repair changes from
5313 switching to using with-current-buffer.
5314
5315 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
5316 being treated as a number and confusing AUTORESET.
5317 Reported by Dan Dever.
5318
5319 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
5320 Add verilog-auto-ignore-concat to fix backward compatibility with
5321 older verilog-modes. Reported by Dan Katz.
5322
5323 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
5324 containing closing anchors "...$".
5325
5326 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
5327 Reported by Wade Smith.
5328
5329 (verilog-batch-execute-func): Comment on function usage.
5330
5331 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
5332
5333 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
5334 for labels.
5335
5336 (verilog-label-re, verilog-calc-1): Support proper indent of named
5337 asserts.
5338
5339 (verilog-backward-token, verilog-basic-complete-re)
5340 (verilog-beg-of-statement, verilog-indent-re): Support proper
5341 indent of the assert statement at the beginning of a block of text.
5342
5343 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
5344 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
5345 tokens as begins.
5346
5347 2009-11-05 Glenn Morris <rgm@gnu.org>
5348
5349 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
5350 Emacs 19. (Bug#1531)
5351 (byte-compile-fix-header): Update for the above change.
5352 Drop test for epoch::version.
5353
5354 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
5355 * cus-dep.el (custom-make-dependencies):
5356 * finder.el (finder-compile-keywords):
5357 Use autoload-rubric's feature argument.
5358
5359 * calendar/diary-lib.el (top-level): Make load behave more like require.
5360
5361 * vc-git.el (vc-git-stash-map): Move definition before use.
5362
5363 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
5364
5365 * custom.el (custom-declare-group): Purecopy standard-value.
5366 (custom-declare-group): Purecopy custom-prefix.
5367
5368 * international/mule.el (load-with-code-conversion):
5369 Call do-after-load-evaluation unconditionally.
5370
5371 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
5372
5373 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5374
5375 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
5376
5377 2009-11-04 Glenn Morris <rgm@gnu.org>
5378
5379 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
5380 (byte-compile-compatibility): Remove option.
5381 (byte-compile-close-variables, byte-compile-fix-header)
5382 (byte-compile-insert-header, byte-compile-output-docform)
5383 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
5384 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
5385 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
5386 (byte-compile-insert, byte-compile-defun):
5387 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
5388 (byte-defop-compiler19): Remove.
5389 Without byte-compile-compatibility, the 'emacs19-opcode property is not
5390 used by anything. Replace all calls with byte-defop-compiler.
5391
5392 2009-11-04 Juri Linkov <juri@jurta.org>
5393
5394 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
5395 (menu-bar-options-menu): Don't quote the `prop' arg of
5396 `menu-bar-make-mm-toggle'.
5397
5398 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
5399
5400 * calendar/calendar.el (cal-loaddefs):
5401 * calendar/diary-lib.el (diary-loaddefs):
5402 * calendar/holidays.el (hol-loaddefs):
5403 * eshell/esh-module.el (esh-groups): Load rather than require.
5404
5405 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5406
5407 * calendar/todo-mode.el (todo-add-category): Don't hardcode
5408 point-min==1.
5409 (todo-top-priorities): Only display-buffer when called interactively.
5410 (todo-item-start): Don't save excursion point.
5411 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
5412 (todo-insert-item-here, todo-file-item, todo-remove-item):
5413 Adjust uses of todo-item-start and todo-item-end.
5414
5415 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
5416 (autoload-rubric): Don't use any more.
5417 * cedet/semantic/fw.el (semantic/loaddefs):
5418 * cedet/srecode.el (srecode/loaddefs):
5419 * cedet/ede.el (ede/loaddefs): Load rather than require.
5420 * cedet/ede/cpp-root.el:
5421 * cedet/ede/emacs.el:
5422 * cedet/ede/files.el:
5423 * cedet/ede/linux.el:
5424 * cedet/ede/locate.el:
5425 * cedet/ede/make.el:
5426 * cedet/ede/shell.el:
5427 * cedet/ede/speedbar.el:
5428 * cedet/ede/system.el:
5429 * cedet/ede/util.el:
5430 * cedet/semantic/analyze.el:
5431 * cedet/semantic/bovine.el:
5432 * cedet/semantic/complete.el:
5433 * cedet/semantic/ctxt.el:
5434 * cedet/semantic/db-file.el:
5435 * cedet/semantic/db-find.el:
5436 * cedet/semantic/db-global.el:
5437 * cedet/semantic/db-mode.el:
5438 * cedet/semantic/db-typecache.el:
5439 * cedet/semantic/db.el:
5440 * cedet/semantic/debug.el:
5441 * cedet/semantic/dep.el:
5442 * cedet/semantic/doc.el:
5443 * cedet/semantic/edit.el:
5444 * cedet/semantic/find.el:
5445 * cedet/semantic/format.el:
5446 * cedet/semantic/html.el:
5447 * cedet/semantic/ia-sb.el:
5448 * cedet/semantic/ia.el:
5449 * cedet/semantic/idle.el:
5450 * cedet/semantic/lex-spp.el:
5451 * cedet/semantic/lex.el:
5452 * cedet/semantic/mru-bookmark.el:
5453 * cedet/semantic/scope.el:
5454 * cedet/semantic/senator.el:
5455 * cedet/semantic/sort.el:
5456 * cedet/semantic/symref.el:
5457 * cedet/semantic/tag-file.el:
5458 * cedet/semantic/tag-ls.el:
5459 * cedet/semantic/tag-write.el:
5460 * cedet/semantic/tag.el:
5461 * cedet/semantic/util-modes.el:
5462 * cedet/semantic/analyze/complete.el:
5463 * cedet/semantic/analyze/refs.el:
5464 * cedet/semantic/bovine/c.el:
5465 * cedet/semantic/bovine/gcc.el:
5466 * cedet/semantic/bovine/make.el:
5467 * cedet/semantic/bovine/scm.el:
5468 * cedet/semantic/decorate/include.el:
5469 * cedet/semantic/decorate/mode.el:
5470 * cedet/semantic/symref/cscope.el:
5471 * cedet/semantic/symref/global.el:
5472 * cedet/semantic/symref/grep.el:
5473 * cedet/semantic/symref/idutils.el:
5474 * cedet/semantic/symref/list.el:
5475 * cedet/semantic/wisent/java-tags.el:
5476 * cedet/semantic/wisent/javascript.el:
5477 * cedet/srecode/compile.el:
5478 * cedet/srecode/cpp.el:
5479 * cedet/srecode/document.el:
5480 * cedet/srecode/el.el:
5481 * cedet/srecode/expandproto.el:
5482 * cedet/srecode/getset.el:
5483 * cedet/srecode/insert.el:
5484 * cedet/srecode/java.el:
5485 * cedet/srecode/map.el:
5486 * cedet/srecode/mode.el:
5487 * cedet/srecode/template.el:
5488 * cedet/srecode/texi.el: Remove the file-local setting of
5489 generated-autoload-feature.
5490
5491 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
5492 and only put a prop if it is non-nil.
5493
5494 2009-11-03 Juri Linkov <juri@jurta.org>
5495
5496 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
5497 (menu-bar-options-menu): Fix list quoting (Bug#4429).
5498
5499 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
5500 and "Menu" to make top-level menu item visually one unit (like
5501 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
5502 multi-word menu items). Fix :help string for quit-window.
5503
5504 2009-11-03 Glenn Morris <rgm@gnu.org>
5505
5506 * cedet/mode-local.el (with-mode-local): Doc fix.
5507
5508 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5509 (byte-compile-file-form-define-abbrev-table)
5510 (byte-compile-file-form-custom-declare-variable)
5511 (byte-compile-variable-ref, byte-compile-defvar):
5512 Whether or not a warning is enabled should only affect whether we issue
5513 the warning, not whether or not we collect the relevant data.
5514 Eg warnings can be turned on and off throughout the course of a file.
5515
5516 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
5517 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
5518
5519 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5520
5521 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
5522 * play/mpuz.el (mpuz-create-buffer):
5523 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
5524 (lm-print-y,s,noise, lm-print-w0, lm-init):
5525 * play/gomoku.el (gomoku-prompt-for-move):
5526 * play/fortune.el (fortune-in-buffer):
5527 * play/dissociate.el (dissociated-press):
5528 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5529 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
5530 * mail/supercite.el (sc-eref-show):
5531 * mail/smtpmail.el (smtpmail-send-it):
5532 * mail/rmailsum.el (rmail-summary-next-labeled-message)
5533 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
5534 (rmail-summary-undelete-many, rmail-summary-rmail-update)
5535 (rmail-summary-goto-msg, rmail-summary-expunge)
5536 (rmail-summary-get-new-mail, rmail-summary-search-backward)
5537 (rmail-summary-add-label, rmail-summary-output-menu)
5538 (rmail-summary-output-body):
5539 * mail/rfc822.el (rfc822-addresses):
5540 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
5541 * mail/mailpost.el (post-mail-send-it):
5542 * mail/hashcash.el (hashcash-generate-payment):
5543 * mail/feedmail.el (feedmail-run-the-queue)
5544 (feedmail-queue-send-edit-prompt-help-first)
5545 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
5546 (feedmail-deduce-address-list):
5547 * eshell/esh-ext.el (eshell-remote-command):
5548 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
5549 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
5550 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
5551 (viper-save-string-in-file, viper-valid-marker):
5552 * emulation/viper-keym.el (viper-toggle-key):
5553 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
5554 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
5555 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
5556 * emulation/viper-cmd.el (viper-exec-form-in-vi)
5557 (viper-exec-form-in-emacs, viper-brac-function):
5558 * emulation/viper.el (viper-delocalize-var):
5559 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
5560 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
5561 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
5562 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
5563 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
5564 * emulation/edt.el (edt-electric-helpify):
5565 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5566 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
5567 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
5568 (cua-indent-to-global-mark-column):
5569 * calendar/diary-lib.el (calendar-mark-1):
5570 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
5571 Use with-current-buffer.
5572 * emulation/viper.el (viper-delocalize-var): Use dolist.
5573
5574 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
5575
5576 * comint.el (comint-replace-by-expanded-history-before-point):
5577 Replace !! with the previous input string literally (Bug#1795).
5578
5579 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
5580
5581 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
5582 to be made up of whitespace.
5583
5584 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
5585
5586 * minibuffer.el (read-file-name): Don't use file dialogs for
5587 remote directories (Bug#99).
5588
5589 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
5590
5591 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
5592
5593 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
5594
5595 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
5596 instead of deleting the window or frame.
5597
5598 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
5599
5600 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5601 Support face colors.
5602
5603 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
5604 New function. Support face colors (Bug#1168).
5605 (tex-common-initialization): Use it.
5606
5607 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
5608 mode allows it (Bug#1168).
5609
5610 2009-10-31 Juri Linkov <juri@jurta.org>
5611
5612 * facemenu.el (list-colors-display): Don't mark buffer as
5613 modified (Bug#3948).
5614
5615 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
5616
5617 * international/mule-diag.el (list-character-sets-1): Minor
5618 message fix (Bug#3526).
5619
5620 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
5621 face property (Bug#4834).
5622 (etags-list-tags, etags-tags-apropos-additional)
5623 (etags-tags-apropos, tags-select-tags-table): Add follow-link
5624 property.
5625
5626 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
5627 items.
5628
5629 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
5630 items.
5631
5632 * cedet/ede.el (ede-minor-mode):
5633 * cedet/semantic.el (semantic-mode): Toggle menu separators.
5634
5635 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5636
5637 * textmodes/two-column.el (2C-split):
5638 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5639 * textmodes/tex-mode.el (tex-set-buffer-directory):
5640 * textmodes/spell.el (spell-region, spell-string):
5641 * textmodes/reftex.el (reftex-erase-buffer):
5642 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5643 * textmodes/reftex-toc.el (reftex-toc-promote-action):
5644 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5645 (reftex-select-item):
5646 * textmodes/reftex-ref.el (reftex-label-info-update)
5647 (reftex-offer-label-menu):
5648 * textmodes/reftex-index.el (reftex-index-change-entry)
5649 (reftex-index-phrases-info):
5650 * textmodes/reftex-global.el (reftex-create-tags-file)
5651 (reftex-save-all-document-buffers, reftex-ensure-write-access):
5652 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5653 (reftex-view-crossref-from-bibtex):
5654 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
5655 (reftex-extract-bib-entries-from-thebibliography)
5656 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
5657 * textmodes/refbib.el (r2b-capitalize-title):
5658 (r2b-convert-buffer, r2b-help):
5659 * textmodes/page-ext.el (pages-directory)
5660 (pages-directory-goto-with-mouse):
5661 * textmodes/bibtex.el (bibtex-validate-globally):
5662 * textmodes/bib-mode.el (bib-capitalize-title):
5663 * textmodes/artist.el (artist-clear-buffer, artist-system):
5664 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
5665 (local-set-scheme-interaction-buffer, xscheme-process-filter)
5666 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
5667 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
5668 (xscheme-send-control-g-interrupt, xscheme-start-process)
5669 (xscheme-process-sentinel, xscheme-cd):
5670 * progmodes/verilog-mode.el (verilog-read-always-signals)
5671 (verilog-set-define, verilog-getopt-file)
5672 (verilog-module-inside-filename-p):
5673 * progmodes/sh-script.el:
5674 * progmodes/python.el (python-pdbtrack-get-source-buffer)
5675 (python-pdbtrack-grub-for-buffer, python-execute-file):
5676 * progmodes/octave-inf.el (inferior-octave):
5677 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5678 (idlwave-shell-compile-helper-routines, idlwave-set-local)
5679 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
5680 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
5681 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
5682 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
5683 (idlwave-shell-filter, idlwave-shell-examine-highlight)
5684 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
5685 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
5686 (idlwave-shell-examine-display, idlwave-shell-run-region)
5687 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
5688 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
5689 * progmodes/idlw-help.el (idlwave-help-get-special-help)
5690 (idlwave-help-get-help-buffer):
5691 * progmodes/gud.el (gud-basic-call, gud-find-class)
5692 (gud-tooltip-activate-mouse-motions-if-enabled):
5693 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5694 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
5695 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
5696 (ebrowse-tags-next-file):
5697 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
5698 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
5699 (ebnf-eps-finish-and-write):
5700 * progmodes/cpp.el (cpp-edit-save):
5701 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
5702 * progmodes/cc-defs.el (c-emacs-features):
5703 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
5704 (antlr-directory-dependencies):
5705 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
5706 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
5707 (ada-find-any-references, ada-make-filename-from-adaname)
5708 (ada-make-body-gnatstub):
5709 * obsolete/rnews.el (news-list-news-groups):
5710 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
5711 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
5712 * net/rcirc.el (rcirc-debug):
5713 * net/newst-treeview.el (newsticker--treeview-list-add-item)
5714 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
5715 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
5716 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5717 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
5718 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
5719 (newsticker--treeview-list-clear-highlight)
5720 (newsticker--treeview-list-update-highlight)
5721 (newsticker--treeview-list-highlight-start)
5722 (newsticker--treeview-tree-update-highlight)
5723 (newsticker--treeview-get-selected-item)
5724 (newsticker-treeview-mark-list-items-old)
5725 (newsticker--treeview-set-current-node):
5726 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5727 * net/newst-backend.el (newsticker--get-news-by-funcall)
5728 (newsticker--get-news-by-wget, newsticker--image-get)
5729 (newsticker--image-sentinel):
5730 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
5731 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
5732 (eudc-ph-close-session):
5733 * net/eudc.el (eudc-save-options):
5734 * language/thai-word.el (thai-update-word-table):
5735 * language/japan-util.el (japanese-string-conversion):
5736 * international/titdic-cnv.el (tsang-quick-converter)
5737 (ziranma-converter, ctlau-converter):
5738 * international/mule-cmds.el (describe-language-environment):
5739 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
5740 (skkdic-convert-postfix, skkdic-convert-prefix):
5741 (skkdic-convert-okuri-nasi, skkdic-convert):
5742 * emacs-lisp/re-builder.el (reb-update-overlays):
5743 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
5744 * emacs-lisp/gulp.el (gulp-send-requests):
5745 * emacs-lisp/find-gc.el (trace-call-tree):
5746 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
5747 (eieio-describe-generic):
5748 * emacs-lisp/eieio-base.el (eieio-persistent-read):
5749 * emacs-lisp/edebug.el (edebug-outside-excursion):
5750 * emacs-lisp/debug.el (debugger-make-xrefs):
5751 * emacs-lisp/cust-print.el (custom-prin1-to-string):
5752 * emacs-lisp/chart.el (chart-new-buffer):
5753 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
5754 Use with-current-buffer.
5755 * textmodes/artist.el (artist-system): Don't call
5756 copy-sequence on a fresh string.
5757 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
5758
5759 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
5760
5761 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
5762 is no item to edit. (Bug#4820)
5763 (todo-top-priorities): Restore point and restore narrowing in Todo
5764 buffer. (Bug#4820)
5765
5766 2009-10-31 Glenn Morris <rgm@gnu.org>
5767
5768 * net/ange-ftp.el (top-level): Don't require dired when compiling.
5769 (comint-last-output-start, comint-last-input-start)
5770 (comint-last-input-end): Don't defvar when compiling.
5771 (ange-ftp-process-file): Use bound-and-true-p.
5772
5773 * pcmpl-rpm.el (top-level): Move provide statement to end.
5774 (pcmpl-rpm): Remove unused custom group.
5775
5776 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
5777
5778 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
5779
5780 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
5781 (byte-compile-warnings): Add `constants' as an option.
5782 (byte-compile-callargs-warn, byte-compile-arglist-warn)
5783 (display-call-tree): Update for byte-compile-fdefinition possibly
5784 returning `(macro lambda ...)'. (Bug#4778)
5785 (byte-compile-variable-ref, byte-compile-setq-default):
5786 Respect `constants' member of byte-compile-warnings.
5787
5788 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
5789 Use mapc rather than mapcar because the return value is never used.
5790
5791 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
5792 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
5793 * cedet/semantic/html.el:
5794 Suppress harmless warnings about setting up semantic-imenu (not
5795 part of Emacs) variables.
5796
5797 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5798
5799 * vc-bzr.el (vc-bzr-revision-keywords): New var.
5800 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
5801 to "submit:".
5802
5803 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
5804 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
5805 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
5806 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
5807 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
5808 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
5809 (semantic-analyzer-debug-global-symbol)
5810 (semantic-analyzer-debug-missing-innertype)
5811 (semantic-analyzer-debug-insert-include-summary):
5812 * cedet/semantic/util.el (semantic-file-tag-table):
5813 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
5814 (semantic-recursive-find-nonterminal-by-name):
5815 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
5816 * cedet/semantic/tag-file.el (semantic-prototype-file):
5817 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
5818 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
5819 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
5820 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5821 (semantic-idle-summary-maybe-highlight):
5822 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
5823 (semantic-ia-sb-tag-info):
5824 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
5825 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
5826 * cedet/semantic/ede-grammar.el (project-compile-target):
5827 (ede-proj-makefile-insert-variables):
5828 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
5829 (semantic-debug-set-source-location, semantic-debug-interface-layout)
5830 (semantic-debug-mode, semantic-debug):
5831 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
5832 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
5833 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5834 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
5835 (semanticdb-find-translate-path-includes--internal)
5836 (semanticdb-reset-log, semanticdb-find-log-activity):
5837 * cedet/semantic/db-file.el (object-write):
5838 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5839 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
5840 (semanticdb-create-ebrowse-database):
5841 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
5842 * cedet/semantic/complete.el (semantic-displayor-focus-request)
5843 (semantic-collector-calculate-completions-raw)
5844 (semantic-complete-read-tag-analyzer):
5845 * cedet/semantic/analyze.el (semantic-analyze-pulse):
5846 * cedet/ede/util.el (ede-update-version-in-source):
5847 * cedet/ede/proj.el (project-delete-target):
5848 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
5849 (ede-proj-flush-autoconf):
5850 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
5851 (ede-proj-configure-synchronize):
5852 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
5853 * cedet/ede/linux.el (ede-linux-version):
5854 * cedet/ede/emacs.el (ede-emacs-version):
5855 * cedet/ede/dired.el (ede-dired-add-to-target):
5856 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
5857 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
5858 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
5859 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
5860 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
5861 (cedet-idutils-version-check):
5862 * cedet/cedet-global.el (cedet-gnu-global-call):
5863 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
5864 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
5865 * cedet/cedet-cscope.el (cedet-cscope-call)
5866 (cedet-cscope-expand-filename, cedet-cscope-version-check):
5867 Use with-current-buffer.
5868 * cedet/ede.el (ede-make-project-local-variable)
5869 (ede-set-project-variables, ede-set): Use dolist.
5870
5871 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
5872
5873 * textmodes/ispell.el (ispell-skip-region-alist):
5874 * international/mule-conf.el (eight-bit):
5875 * international/fontset.el (font-encoding-alist):
5876 * startup.el (pure-space-overflow-message):
5877 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
5878 * paths.el (gnus-nntp-service, rmail-spool-directory)
5879 (term-file-prefix):
5880 * files.el (save-some-buffers-action-alist):
5881 * cmuscheme.el (same-window-buffer-names):
5882 * ielm.el (same-window-buffer-names):
5883 * shell.el (same-window-buffer-names):
5884 * mail/sendmail.el (same-window-buffer-names):
5885 * progmodes/inf-lisp.el (same-window-buffer-names):
5886 * bindings.el (mode-line-client)
5887 (mode-line-column-line-number-mode-map):
5888 * language/tibetan.el (tibetan-precomposition-rule-regexp)
5889 (tibetan-precomposed-regexp): Purecopy string arguments.
5890
5891 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5892
5893 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
5894 (calcDigit-nondigit):
5895 * calc/calc-yank.el (calc-copy-to-buffer):
5896 * calc/calc-units.el (calc-invalidate-units-table):
5897 * calc/calc-trail.el (calc-trail-yank):
5898 * calc/calc-store.el (calc-insert-variables):
5899 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5900 * calc/calc-prog.el (calc-read-parse-table):
5901 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5902 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5903 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5904 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5905 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5906 (calc-graph-name, calc-graph-find-command, calc-graph-view)
5907 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5908 * calc/calc-ext.el (calc-realign):
5909 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5910 (calc-embedded-finish-edit, calc-embedded-make-info)
5911 (calc-embedded-finish-command, calc-embedded-stack-change):
5912 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5913
5914 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
5915 (overload-docstring-extension): Use that info.
5916 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
5917 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
5918 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
5919 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
5920 (semantic-nonterminal-full-name): Add the new `when' info.
5921 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
5922 `assert'.
5923
5924 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5925 shell-dynamic-complete-filename in preference to
5926 comint-dynamic-complete-filename.
5927
5928 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5929 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5930 Don't consider whether the display supports colors.
5931 (bookmark-import-new-list): Use dolist.
5932 (bookmark-bmenu-mode-map): Move initialization into declaration.
5933 (bookmark-bmenu-list): Use dolist, simplify.
5934 (bookmark-show-all-annotations): Use save-selected-window and dolist.
5935 (menu-bar-final-items): Use push.
5936
5937 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
5938
5939 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5940 it works on remote files.
5941 (vc-hg-diff): Don't pass any `--cwd' argument.
5942
5943 2009-10-27 Kevin Ryde <user42@zip.com.au>
5944
5945 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5946 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
5947 (Further to Bug#3921).
5948
5949 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
5950
5951 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
5952 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
5953 calling `tramp-imap-put-file'. Add file size to the call.
5954 (tramp-imap-get-file-entries): Compute also user name, file size,
5955 and date.
5956 (tramp-imap-handle-insert-directory): Insert uid and gid.
5957 (tramp-imap-handle-file-attributes): Transform uid and gid
5958 according to `id-format'.
5959 (tramp-imap-put-file): New optional parameter SIZE. Encode file
5960 size in header X-Size.
5961
5962 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
5963
5964 * simple.el (transpose-subr): Give clearer error when the mark
5965 is not set. (Bug#4807)
5966
5967 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
5968
5969 * net/tramp.el (tramp-perl-file-truename): New defconst.
5970 Perl code contributed by yary <not.com@gmail.com> (tiny change).
5971 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
5972 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
5973 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
5974
5975 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5976 Ignore `dired-call-process'.
5977 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
5978
5979 2009-10-26 Julian Scheid <julians37@gmail.com>
5980
5981 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
5982 (tramp-get-remote-readlink): New defun.
5983 (tramp-handle-file-truename): Use it.
5984 (tramp-handle-file-exists-p): Check file-attributes cache, assume
5985 file exists if cache value present.
5986 (tramp-check-cached-permissions): New defun.
5987 (tramp-handle-file-readable-p): Use it.
5988 (tramp-handle-file-writable-p): Likewise.
5989 (tramp-handle-file-executable-p): Likewise.
5990 (tramp-handle-file-name-all-completions): Try using Perl to get
5991 partial completions. When perl not available, combine `cd' and
5992 `ls' into single remote operation and use shell expansion to get
5993 partial remote directory contents. Set `file-exists-p' cache for
5994 directory and any files returned by ls. Change cache handling to
5995 support partial directory contents. Use error message emitted by
5996 remote `cd' or Perl code for local tramp-error.
5997 (tramp-do-copy-or-rename-file-directly): Avoid separate
5998 tramp-send-command-and-check call.
5999 (tramp-handle-process-file): Merge three remote ops into one.
6000 Do not flush all caches when `process-file-side-effects' is set.
6001 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
6002 file-attributes shows uid/gid to be set already.
6003
6004 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
6005
6006 * textmodes/tex-mode.el (tex-dvi-view-command)
6007 (tex-show-queue-command, tex-open-quote):
6008 * progmodes/ruby-mode.el (auto-mode-alist)
6009 (interpreter-mode-alist): Purecopy strings.
6010
6011 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
6012
6013 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
6014 string for the hook, keymap and abbrev table.
6015
6016 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
6017
6018 * x-dnd.el (x-dnd-xdnd-to-action):
6019 * startup.el (fancy-startup-text, fancy-about-text): Change to
6020 defconst from defvar.
6021
6022 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
6023
6024 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
6025 Purecopy initialization strings.
6026
6027 * mail/sendmail.el (mail-header-separator)
6028 (mail-personal-alias-file):
6029 * mail/rmail.el (rmail-default-dont-reply-to-names)
6030 (rmail-ignored-headers, rmail-retry-ignored-headers)
6031 (rmail-highlighted-headers, rmail-secondary-file-directory)
6032 (rmail-secondary-file-regexp):
6033 * files.el (null-device, file-name-invalid-regexp)
6034 (locate-dominating-stop-dir-regexp)
6035 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
6036 (interpreter-mode-alist): Use mapcar instead of mapc.
6037
6038 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
6039
6040 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
6041 (completion-ignored-extensions):
6042 (debug-ignored-errors): Purecopy strings.
6043
6044 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6045
6046 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
6047 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
6048 (pcomplete--here): Use push.
6049
6050 * subr.el (all-completions): Declare the 4th arg obsolete.
6051
6052 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6053
6054 * pcomplete.el (pcomplete-unquote-argument-function): New var.
6055 (pcomplete-unquote-argument): New function.
6056 (pcomplete--common-suffix): Always pay attention to case.
6057 (pcomplete--table-subvert): Quote and unquote the text.
6058 (pcomplete--common-quoted-suffix): New function.
6059 (pcomplete-std-complete): Use it and pcomplete-begin.
6060
6061 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
6062 we're inside a dedicated or minibuffer window.
6063
6064 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6065
6066 * cedet/semantic/fw.el (semantic-alias-obsolete)
6067 (semantic-varalias-obsolete): Make the `when' arg mandatory.
6068 (define-mode-overload-implementation):
6069 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
6070 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
6071 * cedet/semantic/util.el (semantic-file-token-stream)
6072 (semantic-something-to-stream):
6073 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
6074 (semantic-expand-nonterminal):
6075 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
6076 (semantic-find-dependency, semantic-find-nonterminal)
6077 (semantic-find-dependency):
6078 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
6079 (semantic-flex-text, semantic-flex-make-keyword-table)
6080 (semantic-flex-keyword-p, semantic-flex-keyword-put)
6081 (semantic-flex-keyword-get, semantic-flex-map-keywords)
6082 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
6083 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
6084 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
6085 (semantic-after-idle-scheduler-reparse-hooks):
6086 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
6087 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
6088 * cedet/semantic.el (semantic-toplevel-bovine-table)
6089 (semantic-toplevel-bovine-cache)
6090 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
6091 (semantic-init-mode-hooks, semantic-init-db-hooks)
6092 (semantic-bovination-working-type): Provide the `when' arg.
6093
6094 2009-10-24 Karl Fogel <kfogel@red-bean.com>
6095
6096 * bookmark.el: Update documentation, especially documentation
6097 of `bookmark-alist' and of the bookmark file format.
6098 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
6099
6100 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
6101
6102 * mail/emacsbug.el (report-emacs-bug): Clarify that the
6103 keybindings apply to the mail buffer (Bug#4003). Shrink help
6104 window to buffer.
6105
6106 * whitespace.el (whitespace-mode, whitespace-newline-mode)
6107 (global-whitespace-mode, global-whitespace-newline-mode)
6108 (whitespace-toggle-options, global-whitespace-toggle-options):
6109 Doc fix (Bug#3660).
6110
6111 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
6112 of xmltok-start before the end tag was inserted (Bug#2840).
6113
6114 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6115 patterns that are preceded by an open-paren (Bug#1320).
6116
6117 2009-10-24 Sven Joachim <svenjoac@gmx.de>
6118
6119 * files.el (delete-directory): Delete symlinks to directories with
6120 delete-file (Bug#4739).
6121
6122 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
6123
6124 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
6125 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
6126 argument to make-obsolete.
6127
6128 * cedet/semantic/fw.el (semantic-alias-obsolete)
6129 (semantic-varalias-obsolete): Add optional WHEN argument.
6130
6131 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
6132
6133 * vc.el (vc-backend-for-registration): Rename from
6134 vc-get-backend-for-registration. Update callers.
6135
6136 * international/mule-cmds.el (set-language-info-alist):
6137 Purecopy lang-env.
6138 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
6139 (charset): Purecopy the name.
6140 (define-char-code-property): Purecopy string arguments.
6141
6142 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6143 Purecopy string arguments.
6144
6145 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6146 * ediff-hook.el (menu-bar-ediff-menu):
6147 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
6148 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
6149
6150 2009-10-24 Glenn Morris <rgm@gnu.org>
6151
6152 * comint.el (comint-dynamic-list-completions):
6153 * term.el (term-dynamic-list-completions): Use choose-completion rather
6154 than obsolete alias mouse-choose-completion.
6155
6156 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
6157 file-cache-choose-completion.
6158 (file-cache-choose-completion): Handle an optional event argument.
6159 (file-cache-mouse-choose-completion): Make it an obsolete alias.
6160
6161 * progmodes/octave-mod.el (octave-complete-symbol):
6162 Use choose-completion if mouse-choose-completion is ever removed.
6163
6164 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
6165 use.
6166
6167 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
6168 compiler.
6169
6170 * vc-hooks.el (vc-responsible-backend): Fix declaration.
6171
6172 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6173
6174 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
6175 Ignore `pred' now that we receive one.
6176 Handle test-completion specially.
6177
6178 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6179
6180 * vc.el (vc-responsible-backend): Throw an error if not backend is
6181 found. Remove the REGISTER argument. Move the code dealing with
6182 REGISTER ...
6183 (vc-get-backend-for-registration): ... here. New function.
6184 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
6185 of vc-responsible-backend, pass the file name instead of the
6186 directory name.
6187
6188 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6189
6190 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
6191 New funs.
6192 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
6193 (pcomplete-comint-setup): Don't modify a global var via
6194 accidental side-effects.
6195 (pcomplete-shell-setup): Adjust call accordingly.
6196 (pcomplete-parse-comint-arguments): Use push.
6197
6198 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
6199
6200 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6201 Allow uncapitalized info node names (Bug#3921).
6202
6203 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
6204 to the DEBUG file (Bug#3781).
6205
6206 2009-10-23 Jari Aalto <jari.aalto@cante.net>
6207
6208 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
6209 dictionary entry (Bug#4579).
6210
6211 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
6212
6213 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
6214 from `rfn-eshadow-update-overlay-hook' when unloading.
6215 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
6216 "rsyncc". Adjust doc string.
6217 (tramp-temp-buffer-file-name): New buffer-local defvar.
6218 (tramp-handle-insert-file-contents, tramp-handle-write-region):
6219 Keep temporary file when indicated by method ("rsync" and
6220 "rsyncc").
6221 (tramp-handle-write-region): Handle APPEND.
6222 (tramp-delete-temp-file-function): New defun. Added to
6223 `kill-buffer-hook'.
6224
6225 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
6226
6227 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
6228
6229 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6230
6231 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
6232 (color-name-rgb-alist, tty-standard-colors)
6233 (tty-color-mode-alist): Change to defconst.
6234
6235 * simple.el (mark-inactive): Purecopy message.
6236
6237 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
6238 (global-map, yank-menu):
6239 * textmodes/ispell.el (ispell-menu-map):
6240 * net/eudc.el (eudc-tools-menu):
6241 * international/mule-cmds.el (describe-language-environment-map)
6242 (setup-language-environment-map, set-coding-system-map)
6243 (mule-menu-keymap):
6244 * vc-hooks.el (vc-menu-entry, vc-menu-map):
6245 * replace.el (occur-mode-map):
6246 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
6247
6248 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
6249
6250 * calc/calc.el (math-read-number, math-read-number-simple): Use
6251 `save-match-data'.
6252
6253 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6254
6255 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
6256 rather than fiddling with global-map bindings, since it should only
6257 affect per-terminal settings.
6258 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
6259
6260 * minibuffer.el (completion-table-with-terminator): Allow to specify
6261 the terminator-regexp.
6262
6263 * simple.el (switch-to-completions): Look for *Completions* in other
6264 frames as well.
6265
6266 * pcomplete.el: Allow the use of completion-tables.
6267 (pcomplete-std-complete): New command.
6268 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
6269 (pcomplete--here): Use a function for `form' rather than an expression,
6270 so it can be byte-compiled.
6271 (pcomplete-here, pcomplete-here*): Adjust accordingly.
6272 Add edebug declaration.
6273 (pcomplete-show-completions): Remove unused var `curbuf'.
6274 (pcomplete-do-complete, pcomplete-stub):
6275 Don't assume `completions' is a list of strings any more.
6276
6277 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
6278
6279 * find-dired.el (find-name-arg): Fix typo in docstring.
6280
6281 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6282
6283 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
6284 (pcmpl-linux-fs-types): Same, and update to new modules layout.
6285
6286 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
6287 pcomplete-entries.
6288
6289 * comint.el (comint-read-input-ring, comint-write-input-ring)
6290 (comint-substitute-in-file-name)
6291 (comint-dynamic-complete-as-filename)
6292 (comint-dynamic-simple-complete)
6293 (comint-dynamic-list-filename-completions)
6294 (comint-dynamic-list-completions)
6295 (comint-redirect-results-list-from-process): Minor simplifications.
6296
6297 2009-10-21 Kevin Ryde <user42@zip.com.au>
6298
6299 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6300 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
6301 the first form. And insert a blank line after ";;; Code" since
6302 that's usual style. (Bug#4612)
6303
6304 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
6305
6306 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6307
6308 * minibuffer.el (completion-table-with-terminator): Properly implement
6309 boundaries, in case `terminator' appears in the suffix.
6310 (completion--embedded-envvar-table): Don't return boundaries if
6311 there's no valid completion. Simplify.
6312 (completion-file-name-table): New completion table extracted from
6313 completion--file-name-table.
6314 (completion--file-name-table): Use it.
6315 (read-file-name-predicate): Declare obsolete.
6316 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
6317 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
6318 completion-file-name-table, and use the `pred' argument.
6319 * files.el (locate-file-completion-table): Use the `pred' arg rather
6320 than read-file-name-predicate.
6321 (abbreviate-file-name): Use \` rather than ^ for BOS.
6322
6323 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
6324
6325 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
6326 vc-responsible-backend to register, it causes problems.
6327
6328 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6329
6330 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
6331
6332 2009-10-21 Eric Ludlam <zappo@gnu.org>
6333
6334 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
6335 (semantic-c-debug-mode-init-pch): New functions.
6336 (semantic-c-debug-mode-init-last-mode): New var.
6337 (semantic-c-parse-lexical-token): Use them.
6338
6339 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
6340 When extracting the argument list, limit only by point-max.
6341
6342 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
6343
6344 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
6345 (tramp-smb-handle-file-attributes): Use it.
6346 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
6347 (tramp-smb-handle-insert-directory): Use `mapc' rather than
6348 `mapcar'. Use `tramp-smb-get-stat-capability'.
6349 Add `dired-filename' text properties.
6350 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
6351 (tramp-smb-maybe-open-connection): Simplify check for smbclient
6352 version.
6353
6354 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6355
6356 * subr.el (read-key-delay): Reduce to 0.01.
6357 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
6358 (bug#4751).
6359
6360 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6361
6362 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
6363
6364 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
6365 (Info-menu): Remove unused vars `last' and `completions'.
6366 (Info-index-nodes): Remove unused var `node'.
6367
6368 * info.el (Info-complete-menu-item): Use complete-with-action.
6369
6370 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6371
6372 Make vc-annotate work through copies and renames.
6373 * vc-annotate.el (vc-annotate-extract-revision-at-line):
6374 Return the file name too.
6375 (vc-annotate-revision-at-line)
6376 (vc-annotate-find-revision-at-line)
6377 (vc-annotate-revision-previous-to-line)
6378 (vc-annotate-show-log-revision-at-line): Update to get the file
6379 name from vc-annotate-extract-revision-at-line.
6380 (vc-annotate-show-diff-revision-at-line-internal): Change the
6381 argument to mean whether to show a file diff or not. Get the file
6382 name from vc-annotate-extract-revision-at-line.
6383 (vc-annotate-show-diff-revision-at-line):
6384 Update vc-annotate-show-diff-revision-at-line call.
6385 (vc-annotate-warp-revision): Add an optional file argument.
6386
6387 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
6388 (vc-git-annotate-extract-revision-at-line): Also return the file
6389 name if found.
6390
6391 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
6392 command. Remove unused code.
6393 (vc-hg-annotate-re): Update to match --follow output.
6394 (vc-hg-annotate-extract-revision-at-line): Also return the file
6395 name if found.
6396
6397 * vc.el: Update annotate-extract-revision-at-line documentation.
6398
6399 2009-10-18 Kevin Ryde <user42@zip.com.au>
6400
6401 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
6402 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
6403
6404 * net/browse-url.el (browse-url): Identify alist with "consp and
6405 not functionp" and let all other things go down the `apply' leg,
6406 as suggested by Stefan. (Further to bug#4531.)
6407
6408 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
6409
6410 * minibuffer.el (read-file-name): Check for repeat before putting
6411 a default argument in file-name-history (Bug#4657).
6412
6413 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
6414 read syntax (Bug#4737).
6415
6416 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
6417
6418 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6419
6420 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
6421 (html-tag-alist, html-tag-help): Add descriptions for undocumented
6422 entries and make note of obsolete tags.
6423
6424 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6425
6426 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
6427
6428 2009-10-18 Glenn Morris <rgm@gnu.org>
6429
6430 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
6431 grep, so that binary files (eg international/uni-bidi.el) can match.
6432 Remove test for "UnicodeData" files, since it is hopefully unnecessary
6433 now, and in any case the file header format has changed.
6434
6435 2009-10-17 Glenn Morris <rgm@gnu.org>
6436
6437 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
6438 (flyspell-get-word, flyspell-large-region)
6439 (flyspell-auto-correct-previous-word): Doc/error message fixes.
6440
6441 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
6442
6443 * Makefile.in (ELCFILES): Add ede/shell.
6444
6445 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
6446
6447 * term/common-win.el (x-colors): Purecopy it.
6448
6449 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6450
6451 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
6452 permissive for when the buffer is empty.
6453 (tar-header-block-tokenize): Decode the username and groupname.
6454 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
6455
6456 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
6457
6458 * cedet/srecode/srt.el:
6459 * cedet/srecode/compile.el:
6460 * cedet/semantic/mru-bookmark.el:
6461 * cedet/semantic/debug.el:
6462 * cedet/semantic/complete.el:
6463 * cedet/semantic/analyze.el: Require CL when compiling.
6464
6465 2009-10-17 Eric Ludlam <zappo@gnu.org>
6466
6467 * cedet/semantic/scope.el
6468 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
6469 tmpscope so that the regular scope will continue to work.
6470
6471 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
6472 Use semantic-idle-summary-highlight-face as the highlighting.
6473
6474 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
6475 contains multibyte characters, choose first applicable coding
6476 system automatically.
6477
6478 * cedet/ede/project-am.el (project-run-target): New method.
6479 (project-run-target): New method.
6480
6481 * cedet/ede.el (ede-target): Add run target menu item.
6482 (ede-project, ede-minor-keymap): Add ede-run-target binding.
6483 (ede-run-target): New function.
6484 (ede-target::project-run-target): New method.
6485
6486 * cedet/ede/proj.el (project-run-target): New method.
6487
6488 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
6489 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
6490 Add :rules.
6491 (ede-proj-target-makefile-shared-object): Only libtool compilers
6492 now available. Add linkers for libtool.
6493 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
6494 (ede-proj-makefile-target-name): Always use .la extension.
6495
6496 * cedet/ede/proj-prog.el (project-run-target): New method.
6497
6498 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
6499 (ede-g++-linker): Change Change link lines.
6500
6501 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
6502 When searching for old variables, go to the end of the buffer and
6503 search backward from there.
6504 (ede-proj-makefile-automake-insert-subdirs)
6505 (ede-proj-makefile-automake-insert-extradist): New methods.
6506 (ede-proj-makefile-create): Use them.
6507
6508 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
6509 Force FILE to expand to the current target. Use file-exists-p to
6510 check that it exists.
6511
6512 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
6513 (ede-linux-load): Wrap dir in file-name-as-directory.
6514 Set :version slot.
6515
6516 * cedet/ede/files.el (ede-get-locator-object): When enabling
6517 locate, do so on "top".
6518
6519 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
6520 file-name-as-directory during compare.
6521 (ede-emacs-version): Return Emacs/XEmacs differentiator.
6522 Get version number from different places. Don't call egrep.
6523 (ede-emacs-load): Set :version slot. Call file-name-as-directory
6524 to set the directory.
6525
6526 * cedet/ede/shell.el: New file.
6527
6528 * cedet/inversion.el (inversion-decoders): Allow for stray . in
6529 alpha/beta variants.
6530
6531 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6532
6533 * international/mule-cmds.el (select-safe-coding-system): If the file
6534 has a coding cookie, use it regardless of any other setting (bug#4712).
6535
6536 2009-10-17 Glenn Morris <rgm@gnu.org>
6537
6538 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
6539 All errors should have messages.
6540
6541 * foldout.el (foldout-mouse-swallow-events):
6542 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6543
6544 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6545 (dired-keep-marker-copy, dired-keep-marker-hardlink)
6546 (dired-keep-marker-symlink, dired-dwim-target)
6547 (dired-copy-preserve-time): Do not autoload these defcustoms.
6548
6549 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6550 messages from messing up the file coding. (Bug#4623)
6551
6552 2009-10-17 Jari Aalto <jari.aalto@cante.net>
6553
6554 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6555 if no match is found for the current dictionary. (Bug#4578)
6556
6557 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
6558 optional, since that is how it is documented, and this is often called
6559 with a nil argument. (Bug#4577)
6560 (flyspell-external-point-words, flyspell-auto-correct-word)
6561 (flyspell-correct-word-before-point, flyspell-word-search-forward)
6562 (flyspell-word-search-backward): Remove nil argument in calls to
6563 flyspell-get-word, since it is not needed now.
6564
6565 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
6566
6567 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
6568
6569 2009-10-16 Glenn Morris <rgm@gnu.org>
6570
6571 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
6572
6573 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
6574
6575 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
6576 (ange-ftp-file-size): New function.
6577 (ange-ftp-file-attributes): Use it.
6578
6579 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
6580
6581 * net/tramp-smb.el (tramp-smb-version): New defvar.
6582 (tramp-smb-maybe-open-connection): Use it, in order to avoid
6583 repeated checks.
6584
6585 2009-10-16 Glenn Morris <rgm@gnu.org>
6586
6587 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6588 Maybe copy some custom properties from old to new name. (Bug#4706)
6589
6590 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
6591
6592 * subr.el (error, sit-for, start-process-shell-command)
6593 (start-file-process-shell-command): Set the calling convention
6594 after the function definition.
6595
6596 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
6597
6598 * subr.el (error, sit-for, start-process-shell-command)
6599 (start-file-process-shell-command): Use the new
6600 set-advertised-calling-convention feature.
6601
6602 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
6603
6604 * international/ucs-normalize.el (ucs-normalize-version):
6605 Change to 1.2.
6606 (check-range): Adjust for Unicode 5.2.
6607
6608 2009-10-15 Juri Linkov <juri@jurta.org>
6609
6610 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6611 to the `menu-item' format.
6612
6613 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
6614
6615 * net/tramp.el (tramp-replace-environment-variables): Do not fail
6616 if the environment variable does not exist.
6617
6618 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6619 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6620 parameter.
6621 (tramp-smb-handle-add-name-to-file)
6622 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6623 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6624 (tramp-smb-handle-file-attributes)
6625 (tramp-smb-do-file-attributes-with-stat)
6626 (tramp-smb-handle-file-local-copy)
6627 (tramp-smb-handle-insert-directory)
6628 (tramp-smb-handle-make-directory)
6629 (tramp-smb-handle-make-directory-internal)
6630 (tramp-smb-handle-make-symbolic-link)
6631 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6632 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6633 (tramp-smb-maybe-open-connection): Apply the changed parameters.
6634 (tramp-smb-read-file-entry): Read Disk names in compressed format.
6635 Handle long file names.
6636 (tramp-smb-get-cifs-capabilities): Check, whether the connection
6637 process is running.
6638 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6639 Read share names with "-g" option.
6640
6641 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
6642
6643 * net/rcirc.el (rcirc-view-log-file): New command.
6644 (rcirc-track-minor-mode-map): Remove C-c ` binding.
6645 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6646 specified.
6647
6648 2009-10-15 Glenn Morris <rgm@gnu.org>
6649
6650 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6651 from the second command-line argument.
6652 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6653 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6654 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6655 w32-batch-update-autoloads.
6656 * emacs-lisp/autoload.el (autoload-make-program): New variable.
6657 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6658
6659 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6660 the headers cannot be located. Simplify, subtracting superflous
6661 save-excursions.
6662
6663 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
6664
6665 Replace completion-base-size by completion-base-position to fix bugs
6666 such as (bug#4699).
6667 * simple.el (completion-base-position): New var.
6668 (completion-base-size): Mark as obsolete.
6669 (choose-completion): Make it work for mouse events as well.
6670 Pass the new base-position to choose-completion-string.
6671 (choose-completion-guess-base-position): New function, extracted from
6672 choose-completion-delete-max-match.
6673 (choose-completion-delete-max-match): Use it. Make obsolete.
6674 (choose-completion-string): Use the new base-position info.
6675 (completion-root-regexp): Delete.
6676 (completion-setup-function): Preserve completion-base-position.
6677 Eliminate obsolete base-size manipulation.
6678 * minibuffer.el (display-completion-list): Don't mess with base-size.
6679 (minibuffer-completion-help): Set completion-base-position instead.
6680 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6681 choose-completion.
6682 * textmodes/bibtex.el (bibtex-complete):
6683 * emacs-lisp/crm.el (crm--choose-completion-string):
6684 Adjust to new calling convention.
6685 * complete.el (partial-completion-mode): Use minibufferp to avoid
6686 bumping into incompatible change to choose-completion-string-functions.
6687 * ido.el (ido-choose-completion-string): Make its calling convention
6688 more permissive.
6689 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6690 base-size manipulation.
6691 (comint-dynamic-list-input-ring): Use dotimes and push.
6692 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6693 fundamental-mode. Use `or'.
6694
6695 2009-10-14 Juri Linkov <juri@jurta.org>
6696
6697 * misearch.el (multi-isearch-next-buffer-from-list)
6698 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
6699
6700 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6701
6702 * Makefile.in (compile-onefile): Load `bytecomp' rather than
6703 `bytecomp.el'.
6704
6705 * minibuffer.el (completion-pcm--merge-completions): Make sure the
6706 string we return is all made up of text from the completions rather
6707 than part from the completions and part from the input (bug#4219).
6708
6709 * ido.el (ido-everywhere): Use define-minor-mode.
6710
6711 * buff-menu.el (list-buffers, ctl-x-map):
6712 Mark the entry points with ;;;###autoload cookies.
6713
6714 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
6715
6716 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6717 correctly in the detached head case.
6718 (vc-git-print-log): Remove unused binding.
6719
6720 * vc.el (vc-responsible-backend): When a directory is passed for
6721 for registration create a VC repository if no backend is
6722 responsible for the directory argument.
6723 (vc-deduce-fileset): Tell vc-responsible-backend to register.
6724
6725 * vc.el: Move comments about RCS and SCCS ...
6726 * vc-rcs.el:
6727 * vc-sccs.el: ... here, respectively.
6728
6729 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6730
6731 * minibuffer.el (completion--file-name-table): Return nil if there's
6732 no file completion, even if substitute-in-file-name changed
6733 the string (bug#4708).
6734
6735 2009-10-13 Juri Linkov <juri@jurta.org>
6736
6737 * files-x.el (read-file-local-variable-value): Don't filter out
6738 minor modes from mode name completion (bug#4664).
6739
6740 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
6741
6742 * international/mule-cmds.el (ucs-names): Remove exclusion of
6743 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6744
6745 2009-10-13 Kenichi Handa <handa@m17n.org>
6746
6747 * international/uni-name.el: Regenerated.
6748
6749 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
6750
6751 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
6752 should be automatically buffer-local, but isn't.)
6753
6754 2009-10-12 Sam Steingold <sds@gnu.org>
6755
6756 * progmodes/compile.el (compilation-next-error-function): Fix the
6757 timestamps if the buffer has been visited before.
6758 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6759 non-anchored patterns, like the perl one (bug#3928).
6760
6761 2009-10-12 Glenn Morris <rgm@gnu.org>
6762
6763 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6764 Let-bind `size'.
6765
6766 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
6767
6768 * proced.el (proced-unload-function): New function.
6769
6770 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6771 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6772 Doc fix.
6773
6774 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6775
6776 2009-10-11 Juri Linkov <juri@jurta.org>
6777
6778 * files-x.el (read-file-local-variable-value):
6779 Provide default value only for bound variables (bug#4664).
6780
6781 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
6782
6783 * net/tramp.el (tramp-local-host-p): Function shall return nil for
6784 connection methods like smb.
6785
6786 * net/tramp-cache.el (tramp-flush-connection-property): The hash
6787 can be empty.
6788
6789 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6790 (tramp-smb-file-name-handler-alist): Add handlers for
6791 `add-name-to-file', `make-symbolic-link'.
6792 (tramp-smb-handle-add-name-to-file)
6793 (tramp-smb-do-file-attributes-with-stat)
6794 (tramp-smb-handle-make-symbolic-link)
6795 (tramp-smb-get-cifs-capabilities): New defuns.
6796 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6797 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6798 (tramp-smb-handle-file-local-copy)
6799 (tramp-smb-handle-make-directory-internal)
6800 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6801 The file name syntax depends on cifs capabilities.
6802 (tramp-smb-handle-file-attributes):
6803 Call `tramp-smb-do-file-attributes-with-stat' if possible.
6804 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6805 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
6806
6807 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
6808
6809 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6810 (eieio-defclass): Apply deftype handler and setf-method properties
6811 directly.
6812 (eieio-add-new-slot): Avoid union function from cl library.
6813 (eieio--typep): New function.
6814 (eieio-perform-slot-validation): Use it.
6815
6816 2009-10-10 Karl Fogel <kfogel@red-bean.com>
6817
6818 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6819 Update documentation to refer to the variables documented in r1.135.
6820 (Bug#4188)
6821
6822 2009-10-10 Karl Fogel <kfogel@red-bean.com>
6823
6824 * bookmark.el (Info-suffix-list): Remove this unused variable.
6825 (bookmark-current-point): Remove this obsolete variable.
6826 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6827 Adjust for removal of bookmark-current-point.
6828
6829 (bookmarks-already-loaded, bookmark-current-buffer)
6830 (bookmark-yank-point): Document. (Bug#4188)
6831
6832 2009-10-10 Glenn Morris <rgm@gnu.org>
6833
6834 * frame.el (frame-height): Doc fix.
6835
6836 * calendar/calendar.el (calendar-split-width-threshold): New option.
6837 (calendar-basic-setup): Use calendar-split-width-threshold.
6838
6839 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
6840
6841 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
6842 Use .la for Automake.
6843
6844 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
6845
6846 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
6847 Use "autoreconf -i". Suggested by Andreas Schwab.
6848
6849 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
6850
6851 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6852 Ideographic Supplement" range (U+1F200..U+1F2FF).
6853
6854 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6855
6856 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
6857 since the list will have been rebuilt anyway. (Bug#4349)
6858
6859 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6860
6861 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
6862 (bookmark-bmenu-execute-deletions): Don't save here, as
6863 bookmark-delete will now do so if necessary.
6864 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
6865 (Bug#4348)
6866
6867 2009-10-09 Glenn Morris <rgm@gnu.org>
6868
6869 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6870
6871 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6872
6873 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6874 (bookmark-jump-other-window): Just invoke bookmark-jump with new
6875 argument now, so the two function's behaviors will match. (Bug#3645)
6876
6877 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
6878
6879 * cedet/ede/proj.el (project-make-dist, project-compile-project):
6880 Fix filename test.
6881 (ede-proj-dist-makefile): Use expand-file-name instead of concat
6882 to expand file names.
6883
6884 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
6885
6886 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
6887 (tramp-file-name-real-host, tramp-file-name-port):
6888 Apply `save-match-data'.
6889
6890 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6891 case both directories are remote.
6892 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
6893 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
6894
6895 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
6896
6897 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
6898 (ede-proj-target-makefile-objectcode): Use it.
6899
6900 * cedet/ede/source.el (ede-want-any-source-files-p)
6901 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
6902 Return search result. This error was introduced while merging.
6903
6904 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
6905
6906 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6907
6908 2009-10-07 Glenn Morris <rgm@gnu.org>
6909
6910 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6911 of concat.
6912
6913 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6914
6915 * files-x.el (read-file-local-variable): Include some
6916 non-user-variables in the completion table (bug#4664).
6917
6918 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
6919
6920 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6921 message.
6922
6923 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6924 (tramp-smb-file-name-handler-alist): Add handler for
6925 `copy-directory', `expand-file-name', `set-file-modes'.
6926 (tramp-smb-handle-copy-directory)
6927 (tramp-smb-handle-expand-file-name)
6928 (tramp-smb-handle-set-file-modes): New defuns.
6929 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6930 (tramp-smb-handle-file-attributes): Simplify check for retrieving
6931 entry.
6932 (tramp-smb-handle-insert-directory): Don't flush the cache.
6933 (tramp-smb-maybe-open-connection): Check for samba client and
6934 server versions.
6935
6936 2009-10-07 Eli Zaretskii <eliz@gnu.org>
6937
6938 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6939 to not error out of search for "^lisp=" fails.
6940
6941 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
6942
6943 * makefile.w32-in (WINS_UPDATES): New macro.
6944 (custom-deps, finder-data, autoloads): Use it.
6945
6946 2009-10-07 Glenn Morris <rgm@gnu.org>
6947
6948 * Makefile.in (autoloads): Revert previous change.
6949 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6950 the list of preloaded files passed on the command-line, get
6951 it from src/Makefile.
6952
6953 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6954 show the original buffer rather than a random one.
6955
6956 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
6957
6958 * help.el (describe-no-warranty): Place point in a slightly better
6959 position in the GPLv3 text.
6960
6961 2009-10-06 Sam Steingold <sds@gnu.org>
6962
6963 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6964 the comm attribute is present before calling regexp-quote.
6965
6966 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
6967
6968 * play/animate.el (animate-string): For good effect, make sure
6969 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6970
6971 * play/animate.el (animate-sequence, animate-birthday-present):
6972 * misc.el (butterfly): Don't set `indent-tabs-mode'.
6973
6974 2009-10-06 Glenn Morris <rgm@gnu.org>
6975
6976 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
6977
6978 * emacs-lisp/autoload.el (autoload-excludes): New variable.
6979 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
6980 (batch-update-autoloads): Process a string value of autoload-excludes,
6981 set during the build process.
6982 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
6983
6984 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
6985 inside with-parsed... macro so that `v' is defined.
6986
6987 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
6988 * progmodes/fortran.el (fortran-end-of-block)
6989 (fortran-beginning-of-block):
6990 Also push mark in the macro case.
6991
6992 * emerge.el (emerge-show-file-name):
6993 * calc/calc.el (calc-quit):
6994 * calc/calc-misc.el (calc-big-or-small):
6995 * calc/calc-graph.el (calc-graph-view):
6996 * calc/calc-ext.el (calc-reset):
6997 * calendar/calendar.el (calendar-basic-setup):
6998 Use window-full-height-p.
6999
7000 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
7001 header we don't understand, don't insert another. (Bug#4624)
7002 If changing mime charset, insert the new one in the right place.
7003
7004 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
7005
7006 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
7007 (cal-tex-cursor-month): Correctly increment the end date for diary and
7008 holiday listing. (Bug#4626)
7009
7010 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7011
7012 * help-fns.el (describe-function-1): Don't burp if the function is not
7013 a symbol.
7014
7015 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
7016
7017 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
7018 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
7019 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
7020 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
7021
7022 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
7023 (eieio-default-superclass): Reflow docstrings.
7024 (this, class-option-assoc, defclass, eieio-class-un-autoload)
7025 (eieio-unbind-method-implementations, defmethod)
7026 (eieio-validate-slot-value, eieio-validate-class-slot-value)
7027 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
7028 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
7029 (eieio-slot-originating-class-p, eieio-slot-name-index)
7030 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
7031 (constructor, initialize-instance, no-next-method, object-print)
7032 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
7033 Fix typos in docstrings.
7034 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
7035 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
7036 (next-method-p): Doc fixes.
7037 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
7038 Fix typos in error messages.
7039 (eieio-defmethod): Fix typo in description of generic method.
7040
7041 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
7042 (eieio-persistent-save-interactive, slot-missing):
7043 Fix typos in docstrings.
7044 (eieio-instance-inheritor-slot-boundp): Doc fix.
7045
7046 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
7047 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
7048
7049 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
7050 (eieio-custom-object-apply-reset):
7051 Fix typos in docstrings and error messages.
7052
7053 * emacs-lisp/eieio-datadebug.el (data-debug-show):
7054 Fix typo in docstring.
7055
7056 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
7057 (eieio-browse-tree): Doc fix.
7058 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
7059 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
7060 Fix typos in docstrings.
7061
7062 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
7063 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
7064 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
7065 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
7066 Reflow docstrings.
7067
7068 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
7069
7070 * vc-hg.el (log-view-vc-backend): Declare for compiler.
7071 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
7072 Set log-view-vc-backend so that diff can work.
7073
7074 * log-view.el (log-view-diff): Use vc-diff-internal instead of
7075 vc-version-diff.
7076 (vc-diff-internal): Autoload this instead of vc-version-diff.
7077
7078 2009-10-05 Eli Zaretskii <eliz@gnu.org>
7079
7080 * simple.el (eval-expression): Doc fix.
7081
7082 * progmodes/cwarn.el (cwarn-mode): Doc fix.
7083
7084 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
7085
7086 * files.el (directory-files-no-dot-files-regexp): New defconst.
7087 (delete-directory): Use it.
7088 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
7089
7090 * net/tramp.el (tramp-verbose): Fix docstring.
7091 (tramp-methods): Add recursive option to `tramp-copy-args'.
7092 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
7093 "scp1_old", "scp2_old", "rsync", "rsyncc".
7094 (tramp-default-method): Check also for `auth-source-user-or-password'.
7095 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7096 Add handler for `copy-directory'.
7097 (tramp-handle-copy-directory): New defun.
7098 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
7099 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7100 Optimize sent command.
7101
7102 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7103
7104 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7105 window if necessary.
7106
7107 * calendar/calendar.el (calendar-basic-setup): Don't call
7108 switch-to-buffer in a dedicated window.
7109
7110 2009-10-05 Karl Fogel <kfogel@red-bean.com>
7111
7112 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
7113 don't do anything related to relocating, just return nil.
7114 (bookmark-error-no-filename): New error.
7115 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
7116 bookmark has no file. Don't even attempt to handle things that
7117 are not files; the whole point of custom handlers is to keep that
7118 knowledge elsewhere anyway. Tighten some comments.
7119 (bookmark-file-or-variation-thereof): Remove now-unused function.
7120 (bookmark-location): Doc string fix.
7121 (Bug#4250)
7122
7123 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7124
7125 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7126 don't use a file dialog, because they usually don't know how to read
7127 a directory target from the user. (Bug#4230)
7128 Also, make sure the prompt can display directories as well as files.
7129
7130 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7131
7132 * bookmark.el (bookmark-set, bookmark-buffer-name):
7133 Improve doc strings. (Bug#1193)
7134
7135 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7136
7137 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7138 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7139 (bookmark-get-annotation, bookmark-set-annotation)
7140 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7141 (bookmark-set-position, bookmark-get-front-context-string)
7142 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7143 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7144 (bookmark-jump-other-window, bookmark-handle-bookmark)
7145 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7146 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7147 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
7148 Improve doc strings to say whether bookmark can be a string or
7149 a record or both, and make other consistency and clarity fixes.
7150 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7151 (bookmark-default-annotation-text, bookmark-yank-word)
7152 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7153 (bookmark-import-new-list, bookmark-maybe-rename)
7154 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7155 (bookmark-bmenu-bookmark): Give these doc strings.
7156 (bookmark-bmenu-check-position): Give this a doc string, but also
7157 add a FIXME comment about how the function may be pointless.
7158 (bookmark-default-handler): Rework doc string and change a
7159 parameter name, to clarify that this takes a bookmark record
7160 not a bookmark name.
7161 (bookmark-set): Change a parameter name to indicate its meaning,
7162 and improve the doc string a bit.
7163 (Bug#4188)
7164
7165 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7166
7167 * bookmark.el (bookmark-alist): Document the new `handler' element
7168 in the param alist.
7169 (bookmark-make-record-function): Adjust documentation for above.
7170 (Bug#4193)
7171
7172 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7173
7174 * info.el (Info-bookmark-make-record): Document this function.
7175 (Info-bookmark-jump): Document with a doc string, not just a comment.
7176 (Bug#4203)
7177
7178 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
7179
7180 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
7181 (semantic-new-buffer-fcn): Call parser setup functions here.
7182 (semantic-mode): Don't call parser setup functions here, it's done
7183 in semantic-new-buffer-fcn now.
7184 (semantic-mode): Parse all existing buffers when enabled.
7185
7186 * cedet/srecode/compile.el (srecode-compile-file):
7187 Call semantic-new-buffer-fcn if the buffer has not been parsed.
7188
7189 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
7190
7191 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
7192
7193 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
7194 (proj-comp-insert-variable-once): New macro, renamed from
7195 ede-pmake-insert-variable-once in ede/pmake.edl.
7196 (ede-proj-makefile-insert-variables): Use it.
7197
7198 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
7199
7200 * files.el (copy-directory): New defun.
7201
7202 * dired-aux.el (dired-copy-file-recursive): Use it.
7203
7204 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7205
7206 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7207 (makefile-end-of-command):
7208 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7209 (semantic-end-of-context): Fix previous change. Doc fixes.
7210
7211 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7212
7213 * files-x.el (modify-dir-local-variable)
7214 (copy-dir-locals-to-file-locals-prop-line):
7215 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7216 (makefile-end-of-command):
7217 * cedet/semantic/lex.el (semantic-lex-token):
7218 * cedet/semantic/analyze/fcn.el
7219 (semantic-analyze-dereference-metatype-1):
7220 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
7221 (semantic-lex-cpp-undef):
7222 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
7223 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7224 (semantic-end-of-context): Fix typos in docstrings.
7225
7226 * recentf.el (recentf-unload-function): New function.
7227
7228 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
7229
7230 * cedet/ede.el (ede-project-placeholder-cache-file):
7231 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
7232 * cedet/srecode/map.el (srecode-map-save-file):
7233 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
7234
7235 2009-10-04 Glenn Morris <rgm@gnu.org>
7236
7237 * window.el (window-full-height-p): Add doc string.
7238
7239 2009-10-04 Martin Rudalics <rudalics@gmx.at>
7240
7241 * window.el (window-full-height-p): New function. (Bug#4543)
7242
7243 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
7244
7245 * cedet/srecode/insert.el: Require srecode/args.
7246
7247 * cedet/srecode/args.el: Require srecode/dictionary instead of
7248 srecode/insert.
7249
7250 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
7251
7252 * files.el (auto-mode-alist): Add .srt and Project.ede.
7253
7254 * cedet/semantic.el (semantic-mode):
7255 Handle srecode-template-mode-hook as well.
7256 (semantic-mode): Use js-mode-hook for Javascript hook.
7257
7258 * cedet/srecode/template.el: Remove hook variable.
7259
7260 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
7261
7262 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
7263 projects exist.
7264 (ede-project-placeholder-cache-file): Default to a file in
7265 user-emacs-directory.
7266
7267 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
7268 templates in data-directory.
7269 (srecode-map-save-file): Default to a file in user-emacs-directory.
7270
7271 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
7272 directory.
7273
7274 2009-09-30 Eric Ludlam <zappo@gnu.org>
7275
7276 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
7277 Doc fix.
7278
7279 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
7280 Only insert each variable once.
7281
7282 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
7283 (ede-pmake-insert-variable-shared): Use it.
7284
7285 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
7286 for lexical table iff table is nil.
7287
7288 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
7289
7290 * vc.el: Remove commented out code.
7291 (vc-derived-from-dir-mode): Remove, unused.
7292 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7293
7294 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
7295
7296 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7297 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
7298 there could be recursive loading when `default-directory' is a
7299 remote file name. (Bug#4614)
7300
7301 2009-10-03 Glenn Morris <rgm@gnu.org>
7302
7303 * calendar/calendar.el (calendar-basic-setup): Handle the case where
7304 the frame is wide.
7305 (calendar-generate-window): Test for shrinkability rather than width.
7306
7307 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
7308 declaration, currently false.
7309
7310 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7311 reusing existing buffers, in case we happen to visit two files with the
7312 same basename. (Bug#4593)
7313
7314 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7315
7316 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
7317 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7318 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7319 subdirs of cedet as well.
7320 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
7321
7322 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7323
7324 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7325 Obey advertised-signature-table.
7326
7327 * help-fns.el (help-function-arglist): Don't check
7328 advertised-signature-table.
7329 (describe-function-1): Do it here instead so it also applies to subrs.
7330
7331 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
7332
7333 * simple.el (start-file-process): Say in the doc-string, that file
7334 handlers might not support pty association, if PROGRAM is nil.
7335
7336 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7337 HOST and USER are strings. They are nil, when there are
7338 incomplete entries in ~/.netrc, for example.
7339 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
7340 root directory ("device busy" error otherwise).
7341
7342 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7343 Flush file properties of created directory.
7344
7345 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7346
7347 * makefile.w32-in (WINS_BASIC): Remove cedet.
7348 (WINS_CEDET): Add cedet.
7349 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7350
7351 2009-10-02 Kevin Ryde <user42@zip.com.au>
7352
7353 * net/browse-url.el (browse-url): Pass any symbol in
7354 browse-url-browser-function to `apply', since if you've mistakenly put
7355 an unbound symbol then the error is clearer. (Bug#4531)
7356
7357 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7358
7359 * allout.el (allout-init, allout-back-to-current-heading)
7360 (allout-beginning-of-current-entry, allout-ascend-to-depth)
7361 (allout-ascend, allout-up-current-level, allout-end-of-level)
7362 (allout-previous-visible-heading, allout-forward-current-level)
7363 (allout-backward-current-level, allout-show-children):
7364 * apropos.el (apropos-describe-plist):
7365 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7366 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7367 * completion.el (add-completion, add-permanent-completion):
7368 * descr-text.el (describe-text-category, describe-char):
7369 * desktop.el (desktop-lazy-abort):
7370 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7371 * dired.el (dired-build-subdir-alist):
7372 * ediff.el (ediff-version):
7373 * elide-head.el (elide-head, elide-head-show):
7374 * emerge.el (emerge-version):
7375 * env.el (getenv):
7376 * face-remap.el (variable-pitch-mode):
7377 * faces.el (describe-face):
7378 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7379 (dired-at-point):
7380 * files.el (find-file-existing, auto-save-mode):
7381 * font-lock.el (font-lock-fontify-buffer):
7382 * help-fns.el (describe-function, describe-variable)
7383 (describe-syntax, describe-categories):
7384 * help.el (view-lossage, describe-bindings, describe-key)
7385 (describe-mode):
7386 * hexl.el (hexl-current-address):
7387 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
7388 * info.el (Info-goto-emacs-key-command-node):
7389 * log-edit.el (log-edit-insert-cvs-template)
7390 (log-edit-insert-cvs-rcstemplate):
7391 * menu-bar.el (menu-bar-mode):
7392 * mouse.el (mouse-appearance-menu):
7393 * newcomment.el (comment-indent-new-line):
7394 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
7395 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
7396 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
7397 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
7398 * recentf.el (recentf-mode):
7399 * savehist.el (savehist-mode, savehist-save):
7400 * shadowfile.el (shadow-copy-files):
7401 * simple.el (kill-ring-save, next-line, previous-line)
7402 (normal-erase-is-backspace-mode):
7403 * strokes.el (strokes-update-window-configuration)
7404 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
7405 (strokes-xpm-for-stroke):
7406 * time.el (emacs-uptime, emacs-init-time):
7407 * tutorial.el (tutorial--describe-nonstandard-key)
7408 (tutorial--detailed-help):
7409 * type-break.el (type-break-mode)
7410 (type-break-mode-line-message-mode, type-break-query-mode)
7411 (type-break-guesstimate-keystroke-threshold):
7412 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
7413 * version.el (emacs-version):
7414 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
7415 * winner.el (winner-mode):
7416 * calendar/timeclock.el (timeclock-in, timeclock-out)
7417 (timeclock-status-string, timeclock-change)
7418 (timeclock-workday-remaining-string)
7419 (timeclock-workday-elapsed-string)
7420 (timeclock-when-to-leave-string):
7421 * calendar/todo-mode.el (todo-add-category):
7422 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
7423 * emacs-lisp/autoload.el (update-file-autoloads):
7424 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
7425 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
7426 (checkdoc-message-text, checkdoc-defun):
7427 * emacs-lisp/debug.el (debugger-list-functions):
7428 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7429 * emacs-lisp/eieio-opt.el (eieio-describe-class)
7430 (eieio-describe-generic):
7431 * emacs-lisp/lisp-mnt.el (lm-synopsis):
7432 * emacs-lisp/shadow.el (list-load-path-shadows):
7433 * emulation/cua-base.el (cua-mode):
7434 * emulation/edt.el (edt-set-scroll-margins):
7435 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
7436 (tpu-toggle-regexp, tpu-toggle-search-direction)
7437 (tpu-toggle-rectangle, tpu-toggle-control-keys):
7438 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7439 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7440 (viper-set-parsing-style-toggling-macro)
7441 (viper-set-emacs-state-searchstyle-macros):
7442 * emulation/viper.el (viper-set-hooks):
7443 * eshell/esh-mode.el (eshell-truncate-buffer):
7444 * international/mule-cmds.el (prefer-coding-system)
7445 (describe-input-method, describe-language-environment):
7446 * international/mule-diag.el (list-character-sets)
7447 (describe-character-set, describe-coding-system)
7448 (describe-fontset, list-fontsets, list-input-methods):
7449 * mail/sendmail.el (mail-signature):
7450 * net/ange-ftp.el (ange-ftp-copy-file):
7451 * net/browse-url.el (browse-url):
7452 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
7453 * net/quickurl.el (quickurl-add-url):
7454 * net/rcirc.el (names, topic):
7455 * net/xesam.el (xesam-mode):
7456 * play/5x5.el (5x5-new-game):
7457 * play/yow.el (apropos-zippy):
7458 * progmodes/ada-mode.el (ada-mode-version):
7459 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
7460 (f90-end-of-block)
7461 (f90-beginning-of-block):
7462 * progmodes/fortran.el (fortran-end-of-block)
7463 (fortran-beginning-of-block):
7464 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
7465 * progmodes/python.el (python-describe-symbol, python-shell):
7466 * term/ns-win.el (ns-print-buffer):
7467 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
7468 * textmodes/flyspell.el (flyspell-mode-on):
7469 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
7470 (pages-directory-for-addresses):
7471 * textmodes/table.el (table-recognize-cell)
7472 (table-query-dimension, table-generate-source)
7473 (table-insert-sequence, table--warn-incompatibility):
7474 * textmodes/tex-mode.el (tex-validate-buffer):
7475 * textmodes/texinfmt.el (texinfmt-version)
7476 (texinfo-format-buffer):
7477 Use `called-interactively-p' instead of `interactive-p'.
7478
7479 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7480
7481 * image-mode.el (image-toggle-display):
7482 * emacs-lisp/elp.el (elp-instrument-function):
7483 * emacs-lisp/advice.el (ad-make-advised-definition):
7484 * emacs-lisp/easy-mmode.el (define-minor-mode):
7485 * net/browse-url.el (browse-url-maybe-new-window):
7486 * progmodes/sh-script.el (sh-learn-buffer-indent):
7487 Pass new argument 'any to `called-interactively-p'.
7488
7489 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
7490
7491 * international/uni-bidi.el:
7492 * international/uni-category.el:
7493 * international/uni-combining.el:
7494 * international/uni-comment.el:
7495 * international/uni-decimal.el:
7496 * international/uni-decomposition.el:
7497 * international/uni-digit.el:
7498 * international/uni-lowercase.el:
7499 * international/uni-mirrored.el:
7500 * international/uni-name.el:
7501 * international/uni-numeric.el:
7502 * international/uni-old-name.el:
7503 * international/uni-titlecase.el:
7504 * international/uni-uppercase.el:
7505 Regenerate from Unicode 5.2.0 data.
7506
7507 2009-10-01 Glenn Morris <rgm@gnu.org>
7508
7509 * Makefile.in (ELCFILES): Regenerate.
7510
7511 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7512
7513 * subr.el (interactive-p): Mark obsolete.
7514 (called-interactively-p): Make the optional-ness of `kind' obsolete.
7515 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
7516 advertised-signature-table for subroutines as well.
7517
7518 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
7519 (set-advertised-calling-convention): New function.
7520 (make-obsolete, define-obsolete-function-alias)
7521 (make-obsolete-variable, define-obsolete-variable-alias):
7522 Make the optional-ness of `when' obsolete.
7523 (define-obsolete-face-alias): Make `when' non-optional.
7524 * help-fns.el (help-function-arglist):
7525 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
7526 Use advertised-signature-table.
7527
7528 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
7529
7530 * files.el (delete-directory): New defun. The original function
7531 in fileio.c has been renamed to `delete-directory-internal'.
7532
7533 * dired.el (dired-delete-file): Call `delete-directory' with
7534 RECURSIVE parameter.
7535
7536 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
7537 parameter RECURSIVE. Implementation is missing.
7538
7539 * net/tramp.el (tramp-handle-make-directory): Flush upper
7540 directory's file properties.
7541 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
7542 (tramp-handle-dired-recursive-delete-directory): Flush directory
7543 properties after the remove command only.
7544
7545 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7546 Handle optional parameter RECURSIVE.
7547
7548 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7549 Handle optional parameter RECURSIVE.
7550
7551 * net/tramp-smb.el (tramp-smb-errors): Add error message for
7552 connection timeout.
7553 (tramp-smb-handle-delete-directory): Handle optional parameter
7554 RECURSIVE.
7555
7556 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7557
7558 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
7559 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
7560 (byte-compile-defmacro): Use backquotes.
7561
7562 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
7563
7564 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
7565 has no associated file.
7566 (vc-resynch-buffer): Use vc-dir-buffers.
7567
7568 2009-10-01 Glenn Morris <rgm@gnu.org>
7569
7570 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
7571 (chart-file-count):
7572 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
7573 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
7574 * emacs-lisp/eieio-opt.el (eieio-describe-class):
7575 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
7576 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
7577 (eieio-copy-parents-into-subclass, make-instance, class-children)
7578 (eieio-generic-form):
7579 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
7580 * cedet/cedet-idutils.el (cedet-idutils-search)
7581 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
7582 (cedet-idutils-version-check):
7583 * cedet/cedet.el (cedet-version):
7584 * cedet/data-debug.el (data-debug-insert-overlay-button)
7585 (data-debug-insert-overlay-list-button)
7586 (data-debug-insert-buffer-button)
7587 (data-debug-insert-buffer-list-button)
7588 (data-debug-insert-process-button, data-debug-insert-ring-button)
7589 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
7590 (data-debug-insert-stuff-vector-button)
7591 (data-debug-insert-symbol-button, data-debug-insert-string)
7592 (data-debug-insert-number, data-debug-insert-lambda-expression)
7593 (data-debug-insert-nil, data-debug-insert-simple-thing)
7594 (data-debug-insert-custom, data-debug-edebug-expr):
7595 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
7596 (global-ede-mode-map, ede-new, ede-debug-target)
7597 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
7598 * cedet/semantic.el (semantic-minimum-working-buffer-size)
7599 (semantic-fetch-tags, semantic-submode-list)
7600 (semantic-default-submodes):
7601 * cedet/ede/source.el (ede-source-match):
7602 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
7603 (project-am-package-info):
7604 * cedet/ede/proj.el (ede-proj-target, project-new-target):
7605 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
7606 * cedet/ede/proj-comp.el (ede-current-build-list):
7607 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
7608 * cedet/ede/files.el (ede-toplevel-project-or-nil):
7609 * cedet/ede/cpp-root.el (initialize-instance):
7610 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
7611 (autoconf-parameter-strip, autoconf-insert-new-macro):
7612 * cedet/semantic/wisent.el (wisent-lex-eoi):
7613 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
7614 (semantic-show-parser-state-mode):
7615 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
7616 * cedet/semantic/tag.el (semantic-tag-new-variable)
7617 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
7618 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
7619 (semantic--tag-deep-copy-tag-list)
7620 (semantic-tag-components-with-overlays-default):
7621 * cedet/semantic/symref.el (semantic-symref-find-text):
7622 * cedet/semantic/senator.el (senator-yank-tag)
7623 (senator-transpose-tags-up):
7624 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
7625 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
7626 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
7627 * cedet/semantic/lex.el (semantic-lex-comment-regex)
7628 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
7629 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
7630 * cedet/semantic/lex-spp.el
7631 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
7632 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
7633 * cedet/semantic/idle.el
7634 (semantic-idle-summary-current-symbol-info-brutish)
7635 (semantic-idle-summary-current-symbol-info-default):
7636 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
7637 (semantic--grammar-macro-compl-dict):
7638 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
7639 * cedet/semantic/format.el (semantic-format-tag-custom-list)
7640 (semantic-format-tag-canonical-name-default):
7641 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
7642 (semantic-find-tags-for-completion)
7643 (semantic-find-tags-by-scope-protection-default)
7644 (semantic-deep-find-tags-for-completion):
7645 * cedet/semantic/edit.el
7646 (semantic-edits-incremental-reparse-failed-hook)
7647 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
7648 (semantic-edits-splice-remove, semantic-edits-splice-replace):
7649 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
7650 * cedet/semantic/dep.el (semantic-dependency-include-path):
7651 * cedet/semantic/db.el (semanticdb-default-find-index-class)
7652 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
7653 (semanticdb-project-roots):
7654 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
7655 (semanticdb-find-adebug-insert-scanned-tag-cons)
7656 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
7657 (semanticdb-brute-deep-find-tags-for-completion):
7658 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
7659 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
7660 (semantic-end-of-context-default)
7661 (semantic-ctxt-current-function-default)
7662 (semantic-ctxt-scoped-types-default):
7663 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7664 (semantic-complete-inline-tag-engine)
7665 (semantic-complete-inline-custom-type)
7666 (semantic-complete-read-tag-analyzer):
7667 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
7668 (semantic-chart-database-size):
7669 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
7670 (semantic-analyze-current-context):
7671 * cedet/semantic/symref/list.el (semantic-symref)
7672 (semantic-symref-hide-buffer, semantic-symref-symbol):
7673 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
7674 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
7675 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
7676 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
7677 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
7678 (semantic-c-dereference-template):
7679 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
7680 (semantic--analyze-refs-full-lookup-with-parents)
7681 (semantic--analyze-refs-full-lookup-simple):
7682 * cedet/semantic/analyze/complete.el
7683 (semantic-analyze-possible-completions):
7684 * cedet/srecode/table.el (srecode-mode-table-new):
7685 * cedet/srecode/srt.el (srecode-read-variable-name):
7686 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
7687 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
7688 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
7689 * cedet/srecode/map.el (srecode-current-map):
7690 * cedet/srecode/insert.el (srecode-insert)
7691 (srecode-insert-variable-secondname-handler, srecode-insert-method)
7692 (srecode-template-inserter-point-override)
7693 (srecode-insert-include-lookup):
7694 * cedet/srecode/getset.el (srecode-auto-choose-class):
7695 * cedet/srecode/extract.el (srecode-inserter-extract):
7696 * cedet/srecode/document.el
7697 (srecode-document-autocomment-return-last-alist)
7698 (srecode-document-autocomment-param-type-alist)
7699 (srecode-document-insert-function-comment)
7700 (srecode-document-insert-variable-one-line-comment)
7701 (srecode-document-function-name-comment):
7702 * cedet/srecode/dictionary.el (srecode-create-dictionary)
7703 (srecode-compound-toString):
7704 * cedet/srecode/compile.el (srecode-flush-active-templates):
7705 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
7706 Doc/message fixes.
7707
7708 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7709 match-data. (Bug#4555).
7710
7711 * cedet/semantic/bovine/gcc.el
7712 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
7713 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
7714
7715 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7716 rather than parsing it as a regexp. This relaxes the layout
7717 requirements and makes errors easier to detect.
7718 (check-declare-verify): Check file is regular.
7719 (check-declare-directory): Doc fix.
7720 * subr.el (declare-function): Doc fix.
7721
7722 * ibuffer.el (ibuffer-format-qualifier):
7723 * isearch.el (hi-lock-regexp-okay):
7724 * calc/calc.el (math-zerop):
7725 * mail/uce.el (rmail-msgbeg, rmail-msgend):
7726 * term/w32-win.el (setup-default-fontset, set-fontset-font):
7727 Remove unused declarations.
7728
7729 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
7730
7731 * cedet/semantic/wisent/javat-wy.el
7732 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
7733
7734 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
7735
7736 * cedet/srecode/expandproto.el: Fix provide statement.
7737
7738 2009-09-30 Eric Ludlam <zappo@gnu.org>
7739
7740 * emacs-lisp/eieio.el (boolean-p): Delete.
7741
7742 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
7743
7744 * cedet/ede/srecode.el: Fix provide statement.
7745
7746 2009-09-30 Glenn Morris <rgm@gnu.org>
7747
7748 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
7749 * cedet/ede/proj-aux.el (ede-aux-source):
7750 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
7751 (ede-misc-source):
7752 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
7753 (semantic-mrub-switch-tags): Fix doc typos.
7754
7755 * cedet/semantic/db-global.el (data-debug-new-buffer)
7756 (data-debug-insert-thing): Remove unneeded declarations (one broken).
7757 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
7758
7759 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
7760
7761 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
7762 use of CL function `remove-if-not'.
7763
7764 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7765
7766 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7767 filename is not a string.
7768
7769 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
7770
7771 * files.el (safe-local-eval-forms): Fix typo.
7772
7773 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
7774
7775 * vc-hooks.el (vc-dir-buffers): New var.
7776 (vc-state-refresh): New function.
7777 (vc-state): Use it.
7778 (vc-after-save): Always ask the backend to recompute the new state.
7779 Always call vc-dir if necessary, using vc-dir-buffers.
7780 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7781 Use vc-dir-buffers.
7782 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7783 (vc-dir-prepare-status-buffer, vc-dir-update)
7784 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7785 Don't call expand-file-name on default-directory.
7786
7787 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7788
7789 * speedbar.el (speedbar-item-delete):
7790 * calc/calc-prog.el (calc-kbd-if):
7791 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7792
7793 * epa.el (epa-key-list-mode-map):
7794 * hi-lock.el (hi-lock-menu): Fix typos in menus.
7795
7796 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7797 (hs-show-hook): Fix typo in docstring.
7798
7799 2009-09-29 Glenn Morris <rgm@gnu.org>
7800
7801 * cedet/semantic/symref/idutils.el:
7802 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
7803
7804 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
7805
7806 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
7807 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
7808 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
7809 Mark declarations not understood by check-declare.
7810
7811 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7812 file-name-nondirectory call preventing location of cedet files.
7813 (check-declare-verify): Use literal search rather than re-search.
7814 Add basic defmethod and defclass, and define-overloadable-function.
7815
7816 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7817 Use tramp-compat-file-attributes rather than nonexistent
7818 tramp-compat-handle-file-attributes.
7819
7820 * Makefile.in (lisptagsfiles4): New.
7821 (AUTOGENEL): Add cedet loaddefs files.
7822 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7823 (update-elclist, compile-always, backup-compiled-files)
7824 (bootstrap-clean): Add yet another directory level.
7825 (update-elclist): Use LC_COLLATE rather than COLLATE.
7826 (ELCFILES): Update, via `make update-elclist'.
7827
7828 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7829
7830 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7831 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7832 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7833
7834 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
7835
7836 * Makefile.in (lisptagsfiles3): Define.
7837 (TAGS, TAGS-LISP): Use it.
7838 (update-elclist): Add third directory level to look for elc files.
7839 (compile-always): Likewise.
7840 (backup-compiled-files): Likewise.
7841 (bootstrap-clean): Likewise.
7842 (ELCFILES): Update.
7843
7844 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
7845
7846 * Makefile.in (ELCFILES): Add CEDET files.
7847
7848 2009-09-28 Eric Ludlam <zappo@gnu.org>
7849
7850 CEDET (development tools) package merged.
7851
7852 * cedet/*.el:
7853 * cedet/ede/*.el:
7854 * cedet/semantic/*.el:
7855 * cedet/srecode/*.el: New files.
7856
7857 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
7858
7859 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7860
7861 * net/tramp.el (top): Require tramp-imap.
7862
7863 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7864 Use `tramp-compat-handle-file-attributes'.
7865
7866 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
7867
7868 * net/tramp-imap.el: New package.
7869
7870 2009-09-28 Eric Ludlam <zappo@gnu.org>
7871
7872 * emacs-lisp/chart.el:
7873 * emacs-lisp/eieio-base.el:
7874 * emacs-lisp/eieio-comp.el:
7875 * emacs-lisp/eieio-custom.el:
7876 * emacs-lisp/eieio-datadebug.el:
7877 * emacs-lisp/eieio-opt.el:
7878 * emacs-lisp/eieio-speedbar.el:
7879 * emacs-lisp/eieio.el: New files.
7880
7881 * cedet/cedet-cscope.el:
7882 * cedet/cedet-files.el:
7883 * cedet/cedet-global.el:
7884 * cedet/cedet-idutils.el:
7885 * cedet/data-debug.el:
7886 * cedet/inversion.el:
7887 * cedet/mode-local.el:
7888 * cedet/pulse.el: New files.
7889
7890 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7891
7892 * whitespace.el (whitespace-trailing-regexp)
7893 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7894 Fix doc string.
7895
7896 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
7897
7898 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7899 menu.
7900
7901 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7902 menu-bar-ediff-menu.
7903
7904 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7905 define-overloadable-function.
7906
7907 * progmodes/autoconf.el: Provide autoconf as well, so that this
7908 file can be `require'd.
7909
7910 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7911
7912 * emacs-lisp/autoload.el (generated-autoload-feature)
7913 (generated-autoload-load-name): New vars.
7914 (autoload-rubric, autoload-generate-file-autoloads): Use them.
7915 (make-autoload): Recognize define-overloadable-function and
7916 defclass forms (for EIEIO).
7917
7918 * Makefile.in (update-subdirs): Exclude cedet directory.
7919
7920 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7921
7922 * term/ns-win.el: Don't set the region face background. (Bug#4381)
7923
7924 * faces.el: Default light-background background for region face to
7925 ns_selection_color under NS.
7926
7927 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
7928
7929 * net/imap-hash.el: New library, see NEWS.
7930
7931 * Makefile.in (ELCFILES): Add imap-hash.el.
7932
7933 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7934
7935 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7936 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7937 * help-macro.el (make-help-screen): Avoid using an ambiguous function
7938 definition where the docstring could be taken for the return value.
7939
7940 2009-09-26 Glenn Morris <rgm@gnu.org>
7941
7942 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7943 Add option to only show images below a certain size.
7944 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7945 save-excursion calls.
7946
7947 2009-09-26 Eli Zaretskii <eliz@gnu.org>
7948
7949 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7950 subdirectories) and eieio.
7951
7952 2009-09-26 Alan Mackenzie <acm@muc.de>
7953
7954 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
7955 buggy bracketing. (Bug#4289)
7956
7957 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
7958 character constants (as case labels). (Bug#4289)
7959
7960 2009-09-25 Juri Linkov <juri@jurta.org>
7961
7962 * files.el (safe-local-eval-forms): Allow time-stamp in
7963 before-save-hook (Bug#4554).
7964
7965 2009-09-25 Drew Adams <drew.adams@oracle.com>
7966
7967 * menu-bar.el (list-buffers-directory): Doc fix.
7968
7969 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
7970
7971 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7972 Try and avoid copying twice the same paragraph.
7973 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7974 Remove save-excursion.
7975 (log-edit-changelog-entry): Do it here instead.
7976
7977 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
7978
7979 * bs.el (bs--get-file-name): Use `list-buffers-directory'
7980 when available, instead of hardcoding mode names. Doc fix.
7981
7982 * menu-bar.el (list-buffers-directory): Add docstring.
7983 Make automatically buffer-local.
7984
7985 * dired.el (dired-mode):
7986 * files.el (cd-absolute):
7987 * pcvs.el (cvs-temp-buffer):
7988 * pcvs-util.el (cvs-get-buffer-create):
7989 * shell.el (shell-mode):
7990 * vc-dir.el (vc-dir-mode):
7991 Don't make `list-buffers-directory' buffer local.
7992
7993 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
7994
7995 * comint.el (comint-exec, comint-run, make-comint):
7996 Doc fixes (Bug#4542).
7997
7998 2009-09-25 Glenn Morris <rgm@gnu.org>
7999
8000 * mail/rmailmm.el (rmail-mime): New custom group.
8001 Move all defcustoms in this file into this group.
8002 (rmail-mime-media-type-handlers-alist): Revert previous change.
8003 (rmail-mime-show-images): New option.
8004 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
8005 references to it, since it wasn't actually used for anything.
8006 (rmail-mime-insert-image): New function.
8007 (rmail-mime-image): Use rmail-mime-insert-image.
8008 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
8009 obey the value of `rmail-mime-show-images' option. Print the size of
8010 attachments.
8011
8012 2009-09-25 David Engster <deng@randomsample.de>
8013
8014 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
8015
8016 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8017
8018 * whitespace.el: Does not highlight trailing spaces While point is
8019 at end of line. Does not highligt spaces at beginning of buffer
8020 while point is at beginning of buffer. Does not highlight spaces
8021 at end of buffer while point is at end of buffer. (Bug#4177)
8022 New version 12.0.
8023 (whitespace-display-mappings): Adjust initialization.
8024 (whitespace-point, whitespace-font-lock-refontify): New vars.
8025 (whitespace-color-on, whitespace-color-off): Adjust code.
8026 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
8027 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
8028 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
8029
8030 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
8031
8032 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
8033
8034 * textmodes/sgml-mode.el: Remove xml-mode alias.
8035
8036 * files.el (auto-mode-alist, conf-mode-maybe)
8037 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
8038
8039 2009-09-24 Alan Mackenzie <acm@muc.de>
8040
8041 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
8042 c-forward-conditionals, but it doesn't move point and doesn't set
8043 the mark.
8044 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
8045 (c-down-conditional-with-else, c-backward-conditional)
8046 (c-forward-conditional): Refactor to use c-scan-conditionals.
8047
8048 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8049
8050 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
8051 (help-default-arg-highlight): Remove.
8052 (help-highlight-arg): New function.
8053 (help-do-arg-highlight): Use it.
8054 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
8055
8056 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8057
8058 * term.el (term-set-scroll-region, term-handle-ansi-escape):
8059 Undo last change, which didn't fix the problem and introduced others.
8060
8061 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
8062
8063 * progmodes/gdb-mi.el: Don't require speedbar.
8064 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
8065
8066 2009-09-24 Glenn Morris <rgm@gnu.org>
8067
8068 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
8069
8070 * term/ns-win.el (ns-reg-to-script): Define for compiler.
8071
8072 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8073 there is no newline after the final mime boundary. (Bug#4539)
8074 Move markers on insertion so that any buttons inserted don't end up in
8075 the next part of a multipart message.
8076 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
8077 (rmail-mime-bulk-handler): Optionally handle images.
8078 (rmail-mime-image): New button action.
8079 (rmail-mime-image-handler): New function.
8080 (rmail-mime-mode): New mode.
8081 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
8082
8083 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8084
8085 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8086 than just dropping elements from it (bug#4504).
8087
8088 * term.el (term-set-scroll-region): Don't move cursor any more.
8089 (term-handle-ansi-escape): Call term-goto here instead.
8090 Suggested by Ivan Kanis <apple@kanis.eu>.
8091
8092 * term.el: Require CL.
8093 (term-ansi-reset): New function.
8094 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8095 (term-handle-colors-array): Simplify.
8096
8097 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8098
8099 * allout.el (allout-overlay-interior-modification-handler)
8100 (allout-obtain-passphrase):
8101 * epa-file.el (epa-file-write-region):
8102 * ps-print.el (ps-begin-job):
8103 * vc-hooks.el (vc-toggle-read-only):
8104 * vc-rcs.el (vc-rcs-rollback):
8105 * vc-sccs.el (vc-sccs-rollback):
8106 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8107 (vc-version-diff, vc-revert, vc-rollback):
8108 * wdired.el (wdired-check-kill-buffer):
8109 * emacs-lisp/authors.el (authors):
8110 * net/socks.el (socks-open-connection):
8111 * net/zeroconf.el (zeroconf-service-add-hook):
8112 * obsolete/vc-mcvs.el (vc-mcvs-register):
8113 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8114 (gdb-select-frame):
8115 * progmodes/grep.el (lgrep, rgrep):
8116 * progmodes/idlw-help.el (idlwave-help-check-locations)
8117 (idlwave-help-html-link, idlwave-help-assistant-open-link):
8118 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8119 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8120 (reftex-toc-rename-label): Fix typos in error messages.
8121
8122 * dired-aux.el (dired-do-shell-command): Reflow docstring.
8123 (dired-copy-how-to-fn): Doc fix.
8124 (dired-files-attributes, dired-read-shell-command):
8125 Fix typos in docstrings.
8126
8127 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8128 (dired-x-find-file-other-window): Reflow docstrings.
8129 (dired-omit-marker-char, dired-read-shell-command)
8130 (dired-x-submit-report): Fix typos in docstrings.
8131
8132 * shell.el (shell-mode-hook):
8133 * view.el (View-scroll-line-forward):
8134 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8135 Fix typos in docstrings.
8136
8137 * net/dig.el (dig-invoke): Fix typo in docstring.
8138 (query-dig): Reflow docstring.
8139
8140 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8141 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8142 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8143 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8144 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8145 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8146 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8147 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8148 (idlwave-completion-map, idlwave-current-indent)
8149 (idlwave-custom-ampersand-surround, idlwave-customize)
8150 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8151 (idlwave-define-abbrev, idlwave-determine-class-special)
8152 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8153 (idlwave-end-block-reg, idlwave-end-of-statement)
8154 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8155 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8156 (idlwave-explicit-class-listed, idlwave-file-header)
8157 (idlwave-fill-paragraph, idlwave-find-class-definition)
8158 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8159 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8160 (idlwave-in-quote, idlwave-indent-action-table)
8161 (idlwave-indent-expand-table, idlwave-indent-line)
8162 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8163 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8164 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8165 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8166 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8167 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8168 (idlwave-outlawed-buffers, idlwave-popup-select)
8169 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8170 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8171 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8172 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8173 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8174 (idlwave-statement-type, idlwave-struct-skip)
8175 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8176 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8177 (idlwave-what-module-find-class): Fix typos in docstrings.
8178 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8179 (idlwave-calculate-cont-indent, idlwave-expand-equal)
8180 (idlwave-find-module, idlwave-find-structure-definition)
8181 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8182 (idlwave-list-load-path-shadows, idlwave-next-statement)
8183 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8184 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8185 (idlwave-template): Reflow docstrings.
8186
8187 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8188 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8189 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8190 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8191 (idlwave-shell-display-line, idlwave-shell-display-wframe)
8192 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8193 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8194 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8195 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8196 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8197 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8198 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8199 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8200 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8201 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8202 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8203 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8204 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8205 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8206 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8207 Fix typos in docstrings.
8208 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8209 (idlwave-shell-hide-output, idlwave-shell-mode)
8210 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8211 Reflow docstrings.
8212
8213 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8214
8215 2009-09-24 Ivan Kanis <apple@kanis.eu>
8216
8217 * term.el (term-bold-attribute): New var.
8218 (term-handle-colors-array): Use it.
8219
8220 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
8221
8222 * progmodes/gdb-mi.el (gdb-version): New variable.
8223 (gdb-non-stop-handler): Set gdb-version.
8224 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8225 Condition "--thread" option on gdb-version.
8226 (gdb-invalidate-threads): Remove unused argument.
8227
8228 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8229
8230 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8231 to looking-back to avoid ridiculous slow down in large files (bug#4511).
8232
8233 2009-09-23 Glenn Morris <rgm@gnu.org>
8234
8235 * mail/rmail.el (rmail-reply): Don't try to add a References header when
8236 replying to mail without References or Message-Id. (Bug#4525)
8237
8238 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8239
8240 * term/ns-win.el (ns-reg-to-script): New variable.
8241
8242 2009-09-23 Daiki Ueno <ueno@unixuser.org>
8243
8244 * epg.el (epg-wait-for-status): Preserve existing 'error results.
8245
8246 2009-09-22 Sam Steingold <sds@gnu.org>
8247
8248 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8249 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8250 to 1 because hg returns status 1 when nothing is found.
8251 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8252
8253 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8254
8255 * textmodes/fill.el: Convert to utf-8 encoding.
8256 (fill-french-nobreak-p): Remove redundant » and « inherited from our
8257 pre-unicode days.
8258
8259 * add-log.el (change-log-fill-forward-paragraph): New function.
8260 (change-log-mode): Use it so fill-region DTRT.
8261 Set fill-indent-according-to-mode here rather than in
8262 change-log-fill-paragraph.
8263 (change-log-fill-paragraph): Remove.
8264
8265 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
8266
8267 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8268 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
8269
8270 2009-09-22 Glenn Morris <rgm@gnu.org>
8271
8272 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8273 the scroll-bar scroll the calendar window rather than the buffer.
8274
8275 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8276 commands that move point (as opposed to scrolling).
8277
8278 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8279
8280 * emacs-lisp/elint.el (elint): New custom group.
8281 (elint-log-buffer): Make it a defcustom.
8282 (elint-scan-preloaded, elint-ignored-warnings)
8283 (elint-directory-skip-re): New options.
8284 (elint-builtin-variables): Doc fix.
8285 (elint-preloaded-env): New variable.
8286 (elint-unknown-builtin-args): Add an entry for encode-time.
8287 (elint-extra-errors): Make it a variable rather than a constant.
8288 (elint-preloaded-skip-re): New constant.
8289 (elint-directory): Skip files matching elint-directory-skip-re.
8290 (elint-features): New variable, local to linted buffers.
8291 (elint-update-env): Initialize elint-features. Possibly add
8292 elint-preloaded-env to the buffer's environment.
8293 (elint-get-top-forms): Bind elint-current-pos, for log messages.
8294 Skip quoted forms.
8295 (elint-init-form): New function, extracted from elint-init-env.
8296 Make non-list forms a warning rather than an error.
8297 Add the mode-map for define-derived-mode. Handle define-minor-mode,
8298 easy-menu-define, put that adds an error-condition, and provide.
8299 When requiring cl, also require cl-macs. Really require cl, to handle
8300 some cl macros. Store required libraries in the list elint-features,
8301 so as not to re-load them. Treat cc-require like require.
8302 (elint-init-env): Call elint-init-form to do the work.
8303 Handle eval-and-compile and such like.
8304 (elint-add-required-env): Do not clear messages.
8305 (elint-special-forms): Add handlers for function, defalias, if, when,
8306 unless, and, or.
8307 (elint-form): Add optional argument to ignore elint-special-forms,
8308 useful to prevent recursive calls from handlers. Doc fix.
8309 Respect elint-ignored-warnings.
8310 (elint-form): Respect elint-ignored-warnings.
8311 (elint-bound-variable, elint-bound-function): New variables.
8312 (elint-unbound-variable): Respect elint-bound-variable.
8313 (elint-get-args): Respect elint-bound-function.
8314 (elint-check-cond-form): Add some simple handling for (f)boundp and
8315 featurep tests.
8316 (elint-check-defalias-form): New handler.
8317 (elint-check-let-form): Make an empty let a warning rather than an
8318 error.
8319 (elint-check-setq-form): Make an empty setq a warning rather than an
8320 error. Respect elint-ignored-warnings.
8321 (elint-check-defvar-form): Accept null doc-strings.
8322 (elint-check-conditional-form): New handler. Does some simple-minded
8323 checking of featurep and (f)boundp tests.
8324 (elint-put-function-args): New function.
8325 (elint-initialize): Use elint-scan-doc-file rather than
8326 elint-find-builtin-variables. Use elint-put-function-args.
8327 Possibly scan preloaded-file-list.
8328 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8329 extend to handle functions as well.
8330
8331 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
8332
8333 * linum.el (linum-delete-overlays, linum-update-window):
8334 Do not modify the right margin. (Bug#3971)
8335
8336 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
8337
8338 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
8339 nxml-mode instead of xml-mode.
8340
8341 2009-09-21 Kevin Ryde <user42@zip.com.au>
8342
8343 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
8344
8345 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8346
8347 * net/dig.el (dig-mode): Use define-derived-mode.
8348
8349 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
8350
8351 * vc-dispatcher.el (vc-do-command): Return the process object in
8352 the asynchronous case. Use when instead of if. Do not run
8353 vc-exec-after to display a message if not enabled. (Bug#4463)
8354
8355 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8356 properties to the stash strings.
8357 (vc-git-stash-list): Return a list of strings.
8358 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8359 (vc-git-stash-show-at-point): New functions.
8360 (vc-git-stash-map): New keymap.
8361
8362 * register.el (ctl-x-r-map): Define the keys here instead of
8363 using autoload.
8364
8365 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
8366
8367 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8368 list, to workaround performance problem (bug#4485).
8369
8370 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
8371
8372 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8373
8374 2009-09-20 Daiki Ueno <ueno@unixuser.org>
8375
8376 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8377 Document that this option is not recommended to use.
8378
8379 2009-09-19 Glenn Morris <rgm@gnu.org>
8380
8381 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8382 variable `var'.
8383
8384 * calc/calc-alg.el (var):
8385 * calc/calcalg2.el (var): Define for compiler.
8386
8387 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
8388
8389 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8390 Doc fix (Bug#3932).
8391
8392 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8393
8394 * time-stamp.el (time-stamp-month-dd-yyyy)
8395 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8396 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8397 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
8398 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8399 Remove functions that have been obsolete since 1995 (Bug#4436).
8400
8401 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8402 indent buffer only if called interactively (Bug#4452).
8403
8404 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
8405 Eli Zaretskii <eliz@gnu.org>
8406
8407 This fixes bug#4197 (merged to bug#865, though not identical).
8408 * server.el (server-auth-dir): Add docstring note about FAT32.
8409 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8410 but warn against using them.
8411
8412 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
8413
8414 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8415 older GDB where there is no has_more field.
8416
8417 2009-09-19 Glenn Morris <rgm@gnu.org>
8418
8419 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8420
8421 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
8422
8423 * files.el (auto-mode-alist): Change default for XML files to nXML
8424 mode (Bug#4169).
8425
8426 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
8427
8428 * server.el (server-ensure-safe-dir): Pass 'integer
8429 to `file-attributes', as suggested.
8430
8431 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
8432
8433 * dired-aux.el (dired-query-alist): Remove spurious backslash.
8434 (dired-query): Use read-key.
8435
8436 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8437
8438 * cus-start.el (ns-use-qd-smoothing): Remove.
8439
8440 2009-09-18 Glenn Morris <rgm@gnu.org>
8441
8442 * allout.el (top-level): Remove unnecessary progn.
8443
8444 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8445
8446 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8447 definition of abbrev table.
8448
8449 * speedbar.el (speedbar-track-mouse):
8450 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8451 * net/eudc.el (eudc-expand-inline):
8452 * net/newst-backend.el (newsticker--cache-read-feed):
8453 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
8454 condition-case handlers.
8455
8456 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
8457
8458 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8459 (gdb-var-list): Add an element for has_more field.
8460 (gdb-non-stop-handler): Enable pretty printing for STL containers.
8461 (gdb-var-create-handler, gdb-var-list-children-handler-1)
8462 (gdb-var-update-handler-1): Parse output of dynamic variable
8463 objects (STL containers).
8464 (gdb-var-delete-1): Pass var1 as an explicit second argument.
8465 (gdb-get-field): Delete alias. Use bindat-get-field directly.
8466
8467 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8468 gdb-var-list.
8469 (gud-speedbar-buttons): Make node expandable if expression "has more"
8470 children.
8471
8472 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
8473
8474 * startup.el (emacs-quick-startup): Remove variable and all uses.
8475 (command-line): Set `inhibit-x-resources' instead.
8476 (command-line-1): Use `inhibit-x-resources' instead.
8477
8478 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
8479
8480 * subr.el: Fix last change to avoid using the `unless' macro,
8481 which breaks bootstrapping.
8482
8483 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8484
8485 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8486 extended definitions, in case we reload subr.el after having
8487 loaded CL.
8488 (eval-next-after-load): Mark as obsolete.
8489
8490 2009-09-17 Juri Linkov <juri@jurta.org>
8491
8492 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8493 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8494 (menu-bar-showhide-menu, menu-bar-tools-menu)
8495 (menu-bar-describe-menu, menu-bar-help-menu)
8496 (minibuffer-local-completion-map, minibuffer-local-map):
8497 Fix list quoting.
8498
8499 2009-09-17 Glenn Morris <rgm@gnu.org>
8500
8501 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8502 arguments, whether or not it has a handler.
8503
8504 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8505
8506 * simple.el (hard-newline): Give it a doc-string.
8507
8508 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8509 (lisp-mode-syntax-table): Give them doc-strings.
8510
8511 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8512
8513 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8514 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8515 (menu-bar-options-menu, menu-bar-showhide-menu)
8516 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8517 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8518 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8519 (menu-bar-options-menu, menu-bar-tools-menu)
8520 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8521 (menu-bar-help-menu):
8522 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8523 string arguments.
8524
8525 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8526 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8527 calls for the menu names and :help.
8528
8529 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8530
8531 * mouse.el (minor-mode-menu-from-indicator): Pay attention
8532 to :minor-mode-function (bug#4455).
8533
8534 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8535
8536 * startup.el (command-line): Initialize the window-system after
8537 processing the command-line.
8538
8539 * textmodes/page.el (what-page): Make sure we don't inf-loop if
8540 page-delimiter matches the empty string.
8541
8542 2009-09-16 Glenn Morris <rgm@gnu.org>
8543
8544 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8545 byte-compile-not-obsolete-var. It's a list now.
8546 (byte-compile-not-obsolete-funcs): New variable.
8547 (byte-compile-warn-obsolete): Don't warn about functions if they are in
8548 byte-compile-not-obsolete-funcs.
8549 (byte-compile-variable-ref, byte-compile-defvar): Update for
8550 byte-compile-not-obsolete-vars name-change and list nature.
8551 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8552 and variables behind (f)boundp tests.
8553 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8554
8555 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8556
8557 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8558
8559 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8560
8561 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8562 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8563 Don't autoload.
8564
8565 2009-09-15 Stephen Eglen <stephen@gnu.org>
8566
8567 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
8568 the virtual-buffers, use the name of the buffer specified by
8569 find-file-noselect, as the match may be a symlink. (This was a
8570 problem if the target and the symlink had different names.)
8571
8572 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8573
8574 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8575
8576 * desktop.el (desktop-path): Check user-emacs-directory.
8577
8578 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8579
8580 * loadup.el: Use after-load-functions to GC after loading each file.
8581 Remove the explicit GC calls that used to be sprinkled around.
8582
8583 * subr.el (after-load-functions): New hook.
8584 (do-after-load-evaluation): Run it. Use string-match-p to detect
8585 `obsolete' packages, rather than painfully extracting the relevant
8586 directory name.
8587
8588 2009-09-15 Glenn Morris <rgm@gnu.org>
8589
8590 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8591 free variable `doc'.
8592
8593 * dired.el (dired-mode-map): Add menu entry for async shell command.
8594
8595 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8596 variables, also consider the .elc files, since the .el files are
8597 normally gzipped (subsequent code locates the .el.gz from the .elc).
8598
8599 * calc/calc-prog.el (arglist): Define for compiler.
8600
8601 * calendar/diary-lib.el (diary-display-function): Change the default to
8602 fancy display.
8603 (body): Define for compiler.
8604
8605 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8606 (byte-compile-file-form, byte-compile-lambda)
8607 (byte-compile-top-level-body, byte-compile-form)
8608 (byte-compile-variable-ref, byte-compile-setq)
8609 (byte-compile-setq-default, byte-compile-body)
8610 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8611 (batch-byte-compile): Give some more local variables with common names
8612 a "bytecomp-" prefix to avoid masking warnings about free variables.
8613
8614 * startup.el (command-line-1): Give local variables with common names a
8615 distinguishing prefix, so as not to hide free variable warnings during
8616 bootstrap.
8617
8618 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8619 clever and add a suffix to make a unique name, just let the user decide
8620 whether or not to overwrite it. If the input is a directory, write the
8621 default filename to that directory. (Bug#4388)
8622 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8623 is a filename-as-a-directory.
8624
8625 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8626
8627 * textmodes/page.el (what-page): Don't move to beginning of line.
8628 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8629
8630 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8631
8632 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8633
8634 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
8635
8636 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8637 * help.el (help-for-help-internal): Add purecopy calls for text.
8638
8639 * vc.el (top): print-log method now takes an optional SHORTLOG
8640 argument. Add a new method: root.
8641 (vc-root-diff, vc-print-root-log): New functions.
8642 (vc-log-short-style): New variable.
8643 (vc-print-log-internal): Add support for showing short logs.
8644
8645 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8646 vc-print-root-log and vc-print-root-diff.
8647
8648 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8649 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8650 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8651 short logs.
8652
8653 * vc-cvs.el (vc-cvs-print-log):
8654 * vc-mtn.el (vc-mtn-print-log):
8655 * vc-rcs.el (vc-rcs-print-log):
8656 * vc-sccs.el (vc-sccs-print-log):
8657 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8658 that is ignored for now.
8659
8660 * vc-mtn.el (vc-mtn-annotate-command):
8661 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8662
8663 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8664
8665 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8666 to function-key-map, and give them ascii-character property.
8667 * term/x-win.el (x-alternatives-map):
8668 * term/ns-win.el (ns-alternatives-map):
8669 * term/internal.el (msdos-key-remapping-map):
8670 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8671
8672 2009-09-14 Glenn Morris <rgm@gnu.org>
8673
8674 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8675 temp-buffers (2009-09-12).
8676
8677 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8678
8679 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8680 the new read-key function.
8681
8682 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8683
8684 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8685 is defined (Bug#4405).
8686
8687 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
8688
8689 * recentf.el (recentf-cleanup): Use a hash table to find
8690 duplicates (Bug#4407).
8691
8692 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
8693
8694 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8695 kp-0 to ascii equivalents (Bug#4325).
8696
8697 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8698
8699 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8700
8701 * eshell/em-hist.el:
8702 * eshell/em-dirs.el (eshell-complete-user-reference):
8703 Declare pcomplete functions and variables to avoid compiler warnings.
8704
8705 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
8706
8707 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8708 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8709 * eshell/em-alias.el (eshell-aliases-file):
8710 * eshell/em-hist.el (eshell-history-file-name):
8711 Use expand-file-name instead of concat to make file names (Bug#4308).
8712
8713 2009-09-13 Glenn Morris <rgm@gnu.org>
8714
8715 * ediff-merg.el (ediff-do-merge):
8716 * filesets.el (filesets-run-cmd):
8717 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8718 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8719 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8720 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8721 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8722 Replace empty `let's with `progn'.
8723
8724 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8725
8726 * mail/sendmail.el (send-mail-function):
8727 * tooltip.el (tooltip-mode):
8728 * simple.el (transient-mark-mode):
8729 * rfn-eshadow.el (file-name-shadow-mode):
8730 * frame.el (blink-cursor-mode):
8731 * font-core.el (global-font-lock-mode):
8732 * files.el (temporary-file-directory)
8733 (small-temporary-file-directory, auto-save-file-name-transforms):
8734 * epa-hook.el (auto-encryption-mode):
8735 * composite.el (global-auto-composition-mode):
8736 Use custom-initialize-delay.
8737 * startup.el (command-line): Don't explicitly call
8738 custom-reevaluate-setting for all the above vars.
8739 * custom.el (custom-initialize-safe-set)
8740 (custom-initialize-safe-default): Delete.
8741
8742 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8743
8744 * term/x-win.el (x-initialize-window-system):
8745 * term/w32-win.el (w32-initialize-window-system):
8746 * term/ns-win.el (ns-initialize-window-system): Don't call
8747 mouse-wheel-mode since it's enabled globally by default already.
8748
8749 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8750 actually define the variable, but only silences the byte-compiler.
8751 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8752 before looking it up.
8753 (mouse-wheel-scroll-amount): Also reset the bindings if this value
8754 is changed.
8755
8756 2009-09-12 Glenn Morris <rgm@gnu.org>
8757
8758 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8759 1000.
8760 (elint-add-required-env): Don't beep on error.
8761 (elint-forms): In case of error, return ENV unchanged.
8762 (elint-init-env): Skip non-list forms.
8763 (elint-log): Handle unknown file positions.
8764
8765 2009-09-12 Daiki Ueno <ueno@unixuser.org>
8766
8767 * epg.el (epg-make-context): Add autoload cookie.
8768 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8769 (epg-decrypt-string, epg-start-verify, epg-verify-file)
8770 (epg-verify-string, epg-start-sign, epg-sign-file)
8771 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8772 (epg-encrypt-string, epg-start-export-keys)
8773 (epg-export-keys-to-file, epg-export-keys-to-string)
8774 (epg-start-import-keys, epg-import-keys-from-file)
8775 (epg-import-keys-from-string, epg-start-receive-keys)
8776 (epg-receive-keys, epg-import-keys-from-server)
8777 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8778 (epg-sign-keys, epg-start-generate-key)
8779 (epg-generate-key-from-file, epg-generate-key-from-string):
8780 Remove autoload cookie.
8781
8782 2009-09-12 Eli Zaretskii <eliz@gnu.org>
8783
8784 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8785 reevaluation of trash-directory.
8786
8787 * mwheel.el: Fix last change.
8788 (mouse-wheel-mode): New defvar.
8789 (mouse-wheel-mode): Remove autoload cookie.
8790
8791 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8792
8793 * mwheel.el (mwheel-installed-bindings): New var.
8794 (mouse-wheel-mode): Use it, so as to make sure we really remove all
8795 the bindings we set last time. Use custom-initialize-delay.
8796 * loadup.el: Load mwheel after term/*-win.el.
8797 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8798 and mouse-wheel-up-event now that their first evaluation is done
8799 sufficiently late to be correct.
8800
8801 * startup.el (tutorial-directory): Make it a defcustom.
8802 Use custom-initialize-delay rather than eval-at-startup to set it.
8803 * image.el (image-load-path): Make it a defcustom.
8804 Use custom-initialize-delay rather than eval-at-startup to set it.
8805 * subr.el (eval-at-startup): Remove.
8806 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8807
8808 * subr.el (do-after-load-evaluation): Warn the user after loading an
8809 obsolete package.
8810
8811 2009-09-12 Glenn Morris <rgm@gnu.org>
8812
8813 * proced.el (proced-mark-alt): Remove alias.
8814 (proced-mode-map): Remove proced-mark-alt.
8815
8816 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8817 Elint file and directory. Remove initialization entry.
8818
8819 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8820 commands.
8821 (elint-current-buffer): Set mode-line-process.
8822 (elint-init-env): Handle define-derived-mode.
8823 Fix declare-function with unspecified arglist. Guard against odd
8824 defalias statements (eg iso-insert's 8859-1-map).
8825 (elint-add-required-env): Use a temp buffer.
8826 (elint-form): Just print the function/macro name, not the whole form.
8827 Return env unchanged if we fail to parse a macro.
8828 (elint-forms): Guard against parse errors.
8829 (elint-output): New function, to handle batch mode.
8830 (elint-log-message): Add optional argument. Use elint-output.
8831 (elint-set-mode-line): New function.
8832
8833 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
8834
8835 * emacs-lisp/elp.el (elp-not-profilable): Add more
8836 functions (Bug#4233).
8837
8838 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
8839
8840 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8841 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8842
8843 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
8844
8845 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8846 (gdb-var-list-children): Use json parsing.
8847
8848 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
8849
8850 * progmodes/js.el (js--proper-indentation): Handle the case where
8851 char-before is null. Reported by Deniz Dogan.
8852
8853 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
8854
8855 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8856
8857 2009-09-11 Daiki Ueno <ueno@unixuser.org>
8858
8859 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8860 (epg-digest-algorithm-alist): Add SHA224.
8861 (epg-context-set-passphrase-callback)
8862 (epg-context-set-progress-callback): Add description about
8863 callback function.
8864
8865 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8866
8867 * custom.el (custom-delayed-init-variables): New var.
8868 (custom-initialize-delay): New function.
8869 * startup.el (command-line): "Re"evaluate all vars in
8870 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
8871 explicitly any more.
8872 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8873 to avoid creating a ~/.emacs.d at build-time (bug#4347).
8874
8875 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
8876
8877 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
8878
8879 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8880 (gdb-var-update-handler): Use json parsing.
8881
8882 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
8883
8884 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8885 decode annotated text, regardless of language environment. (Bug#2741)
8886
8887 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8888
8889 * Makefile.in (autoloads): Make rmail.el writable as well.
8890
8891 2009-09-11 Glenn Morris <rgm@gnu.org>
8892
8893 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8894 loaddefs.el.
8895 * dired.el: Regenerate with extracted autoloads.
8896 * Makefile.in (autoloads): Make dired.el writable.
8897
8898 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8899 * ibuffer.el: Regenerate with extracted autoloads.
8900 * Makefile.in (autoloads): Make ibuffer.el writable.
8901
8902 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8903 * version.el (emacs-copyright, emacs-major-version)
8904 (emacs-minor-version): Reformat doc-strings for make-docfile.
8905
8906 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8907 functions and variables, since they must be stuff specific to some other
8908 platform.
8909 (apropos-print): Make mouse-click message less specific about button.
8910
8911 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8912 that records where a macro was defined.
8913 * help-fns.el (describe-function-1): Mention if a function has a
8914 compiler-macro.
8915 * help-mode.el (help-function-cmacro): New button.
8916
8917 * locate.el (top-level): Always require dired.
8918 (locate-mode-map): Initialize inside the defvar.
8919
8920 * net/ange-ftp.el (dired-compress-file): Declare.
8921 (ange-ftp-dired-compress-file): Add doc string.
8922
8923 * term/ns-win.el (x-display-name, x-setup-function-keys):
8924 Unify doc-strings with X versions.
8925
8926 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8927
8928 * emulation/crisp.el (crisp-mode-map): Move initialization
8929 into declaration.
8930 (crisp-mode): Use define-minor-mode.
8931
8932 * progmodes/xscheme.el (xscheme-evaluation-commands):
8933 Put a :advertised-binding property rather than using
8934 advertised-xscheme-send-previous-expression.
8935 (advertised-xscheme-send-previous-expression): Declare obsolete.
8936 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8937 `advertised-undo'.
8938 (crisp-mode): Add corresponding bindings to
8939 undo's :advertised-binding instead.
8940 * dired.el (dired-mode-map): Put a :advertised-binding property rather
8941 than using dired-advertised-find-file.
8942 (dired-advertised-find-file):
8943 * simple.el (advertised-undo):
8944 * wid-edit.el (advertised-widget-backward): Declare obsolete.
8945 (widget-keymap): Put a :advertised-binding property rather
8946 than using advertised-widget-backward.
8947 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8948 than using advertised-undo.
8949 * tutorial.el (tutorial--default-keys): Adjust accordingly.
8950
8951 2009-09-10 Simon South <ssouth@slowcomputing.org>
8952
8953 * progmodes/delphi.el (delphi-tab): Indent region when Transient
8954 Mark mode is enabled and region is active; otherwise indent or
8955 insert TAB as usual.
8956 (delphi-mode): Update description of TAB-key binding.
8957
8958 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8959
8960 * subr.el (define-key-rebound-commands): Mark obsolete.
8961 * startup.el (precompute-menubar-bindings): Remove.
8962 (normal-top-level): Remove obsolete code that tried to precompute
8963 menubar bindings.
8964 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8965 define-key-rebound-commands and precompute-menubar-bindings.
8966
8967 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8968
8969 * net/imap.el (imap-interactive-login): Better messages.
8970 (imap-open): Fix bug with renamed buffer on reconnect.
8971 (imap-authenticate): Add buffer-local imap-last-authenticator variable
8972 for easier debugging and cleaner code. On successful (guessed based on
8973 server capabilities) secondary authentication, set imap-state
8974 correctly.
8975 (imap-last-authenticator): Define imap-last-authenticator as a variable
8976 to avoid warnings.
8977
8978 2009-09-10 Glenn Morris <rgm@gnu.org>
8979
8980 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8981
8982 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8983 (byte-compile-file-form-autoload): Don't warn about unknown functions
8984 where the autoload statement comes after the use.
8985 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8986 that any handlers inside the body (eg require) are in turn respected.
8987
8988 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8989 effects.
8990
8991 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8992 and syntax and abbrev tables basic docs, if they don't have any.
8993
8994 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8995
8996 * international/mule-cmds.el (top-level): Require cl when compiling.
8997 (view-hello-file): Use default-value rather than
8998 default-enable-multibyte-characters.
8999
9000 * progmodes/fortran.el: Move all safe and risky properties into the
9001 defcustoms.
9002
9003 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
9004 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
9005 * mail/undigest.el:
9006 Put autoloads in rmail.el rather than loaddefs.el.
9007 * mail/rmail.el: Regenerate with extracted autoloads.
9008
9009 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
9010 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
9011
9012 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
9013
9014 Reported in thread for Bug#4375.
9015 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
9016 "-data-evaluate-expression" instead of print.
9017 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
9018 (gdb-tooltip-print): Parse output from above MI command.
9019 (gdb): Revert 2009-08-11 change. User should detach inferior
9020 manually.
9021
9022 Remove the word "separate" from IO functions as inferior
9023 output is now never displayed in the GUD buffer.
9024
9025 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
9026
9027 * startup.el (command-line-normalize-file-name): On Windows and
9028 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
9029
9030 2009-09-10 Juri Linkov <juri@jurta.org>
9031
9032 * isearch.el (isearch-text-char-description): Propertize escape
9033 character sequences with the `escape-glyph' face. (Bug#4344)
9034
9035 * simple.el (shell-command): Set asynchronous process filter to
9036 `comint-output-filter'. (Bug#4343)
9037
9038 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
9039 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
9040 the list. Move "asm" to the bottom.
9041 (grep-find-ignored-directories): Add `choice' with nil value
9042 to empty the list easily.
9043 (grep-find-ignored-files): New option.
9044 (grep-files-history): Set to nil by default instead of '("ch" "el").
9045 (grep-compute-defaults): Add "<X>" to `grep-template'.
9046 (grep-read-files): Bind new local variables `default-alias' and
9047 `default-extension'. Use a list of default values for the file prompt.
9048 (lgrep): Add `--exclude=' command line options composed from
9049 `grep-find-ignored-files'.
9050 (rgrep): Add `-name' command line options composed from
9051 `grep-find-ignored-files'. (Bug#4301)
9052
9053 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9054
9055 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
9056 (bug#4368).
9057
9058 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9059
9060 * calendar/time-date.el (autoload):
9061 Expand define-obsolete-function-alias into defalias and make-obsolete
9062 for old Emacsen that Gnus supports.
9063 (with-no-warnings): Define it for old Emacsen.
9064 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9065 is available.
9066 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9067 float-time is available; suppress compile warning for time-to-seconds.
9068
9069 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
9070
9071 * net/imap.el (imap-message-map): Docstring fix.
9072
9073 2009-09-09 Glenn Morris <rgm@gnu.org>
9074
9075 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9076 line numbers too. (Bug#4374)
9077
9078 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
9079
9080 * smerge-mode.el (smerge-remove-props, smerge-refine):
9081 Use with-silent-modifications (bug#4342).
9082
9083 * subr.el (with-silent-modifications): New macro.
9084
9085 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
9086
9087 * files.el (top-level): Require `cl' when compiling.
9088
9089 2009-09-07 Glenn Morris <rgm@gnu.org>
9090
9091 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9092
9093 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9094 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
9095
9096 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
9097
9098 * vc-git.el (vc-git-annotate-command): Use separator to parse
9099 arguments correctly.
9100
9101 2009-09-06 Eli Zaretskii <eliz@gnu.org>
9102
9103 * proced.el (proced-mode): Doc fix.
9104
9105 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
9106
9107 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9108 lstat fails.
9109 (tramp-do-file-attributes-with-ls): Check for file existence at
9110 remote end.
9111 (tramp-do-file-attributes-with-stat): Likewise.
9112 (tramp-convert-file-attributes): Return nil when attr is nil.
9113
9114 2009-09-05 Glenn Morris <rgm@gnu.org>
9115
9116 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9117 properties to this button.
9118 (diary-fancy-display): Don't extend the button to the final newline.
9119 (diary-fancy-display-mode): Continue to define "q" as a local key.
9120
9121 * calendar/cal-china.el (holiday-chinese): Make it slightly more
9122 efficient.
9123
9124 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9125
9126 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9127 (byte-compile-dest-file-function): New option.
9128 (byte-compile-dest-file): Doc fix.
9129 Obey byte-compile-dest-file-function.
9130 (byte-compile-cl-file-p): New function.
9131 (byte-compile-eval): Only suppress noruntime warnings about cl functions
9132 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
9133 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9134 than for file being previously loaded.
9135 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9136 (byte-compile-file-form-require): Handle the case where requiring a file
9137 indirectly causes CL to be loaded.
9138
9139 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9140
9141 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9142 before killing the old buffer, since by the time `kill-buffer' is
9143 run so many buffer variables have been set to nil that it may not
9144 behave as expected. (Bug#4061)
9145
9146 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9147
9148 * files.el (find-alternate-file): If the old buffer is modified
9149 and visiting a file, behave similarly to `kill-buffer' when
9150 killing it, thus reverting to the pre-1.878 behavior; see
9151 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9152 for discussion. Also, consult `buffer-file-name' as a variable
9153 not as a function, for consistency with the rest of the code.
9154
9155 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
9156
9157 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9158 also when adding a new directory.
9159
9160 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
9161 defun.
9162
9163 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9164
9165 * files.el (locate-file-completion-table): Make it provide boundary
9166 information, so partial-completion works better.
9167
9168 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
9169
9170 * mail/footnote.el (Footnote-text-under-cursor):
9171 Check footnote-text-marker-alist before using it (bug#4324).
9172
9173 2009-09-04 Glenn Morris <rgm@gnu.org>
9174
9175 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9176 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9177 * play/solitaire.el, play/tetris.el:
9178 Remove leading * from defcustom and defface docs.
9179
9180 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9181 necessary.
9182 (diary-fancy-overriding-map): New variable.
9183 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9184 Use view-mode.
9185
9186 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9187 goto-line.
9188
9189 2009-09-03 Glenn Morris <rgm@gnu.org>
9190
9191 * arc-mode.el (archive-mode):
9192 * dos-fns.el (set-default-process-coding-system):
9193 * man.el (Man-getpage-in-background):
9194 * menu-bar.el (menu-bar-describe-menu):
9195 * server.el (server-process-filter):
9196 * startup.el (command-line):
9197 * tar-mode.el (tar-header-block-tokenize, tar-extract):
9198 * w32-fns.el (set-default-process-coding-system):
9199 * x-dnd.el (x-dnd-handle-file-name):
9200 * international/mule-cmds.el (mule-menu-keymap)
9201 (set-default-coding-systems, language-info-alist, set-language-info)
9202 (set-language-environment, standard-display-european-internal)
9203 (set-locale-environment):
9204 * international/mule-diag.el (mule-diag):
9205 * mail/emacsbug.el (report-emacs-bug):
9206 * mail/rmail.el (rmail-mode):
9207 * mail/sendmail.el (mail-setup):
9208 Use default-value rather than default-enable-multibyte-characters.
9209
9210 * progmodes/f90.el: Move all safe properties into the defcustoms.
9211 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9212
9213 * calendar/appt.el (appt-check):
9214 * calendar/diary-lib.el (diary-set-header, diary-live-p)
9215 (diary-check-diary-file, diary-list-entries)
9216 (diary-include-other-diary-files, diary-simple-display)
9217 (diary-fancy-display, diary-print-entries)
9218 (diary-mark-included-diary-files, diary-make-entry):
9219 Don't call substitute-in-file-name on diary-file.
9220
9221 2009-09-03 Eduard Wiebe <usenet@pusto.de>
9222 Stefan Monnier <monnier@iro.umontreal.ca>
9223
9224 * mail/footnote.el (footnote-prefix): Make it a defcustom.
9225 (footnote-mode-map): Move initialization into the declaration.
9226 (footnote-minor-mode-map): Define it rather than changing global-map.
9227 (footnote-mode): Use define-minor-mode.
9228
9229 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
9230
9231 * net/tramp.el (tramp-handle-file-attributes-with-ls)
9232 (tramp-do-file-attributes-with-perl)
9233 (tramp-do-file-attributes-with-stat): Rename from
9234 `tramp-handle-file-attributes-with-*'.
9235 (tramp-handle-file-attributes): Use them.
9236 (tramp-do-directory-files-and-attributes-with-perl)
9237 (tramp-do-directory-files-and-attributes-with-stat): Rename from
9238 `tramp-handle-directory-files-and-attributes-with-*'.
9239 (tramp-handle-directory-files-and-attributes): Use them.
9240 (tramp-method-out-of-band-p): Additional parameter SIZE.
9241 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9242 (tramp-handle-write-region): Use it.
9243 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
9244 (tramp-handle-vc-registered): Check, whether the first run did
9245 return files to be tested.
9246 (tramp-advice-make-auto-save-file-name): Do not call directly
9247 `tramp-handle-make-auto-save-file-name', because this would bypass
9248 the locking mechanism.
9249
9250 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9251 (file-remote-p, process-file, start-file-process, set-file-times)
9252 (tramp-compat-file-attributes): Compatibility functions shall not
9253 call directly `tramp-handle-*', because this would bypass the
9254 locking mechanism.
9255 (tramp-compat-number-sequence): New defun.
9256
9257 2009-09-02 Glenn Morris <rgm@gnu.org>
9258
9259 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9260 alias for float-time.
9261 (time-to-number-of-days): In Emacs, use float-time.
9262 * net/newst-backend.el (time-add): Suppress warnings from compat
9263 function.
9264 * time.el (emacs-uptime, emacs-init-time):
9265 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9266 Use float-time rather than time-to-seconds.
9267
9268 * minibuffer.el (completion-initials-expand): Fix typo.
9269
9270 * faces.el (modeline, modeline-inactive, modeline-highlight)
9271 (modeline-buffer-id):
9272 * info.el (info-menu-5): Mark these face aliases as obsolete.
9273
9274 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9275
9276 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9277 space ...
9278 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9279 no "--thread" option.
9280 (gdb-stopped): Don't print "Switched to thread" message when it is
9281 unchanged.
9282
9283 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9284
9285 * minibuffer.el (completion-try-completion)
9286 (completion-all-completions): Remove ill-defined (and
9287 mistakenly installed and luckily never used nor documented)
9288 `completion-styles' property.
9289 (completion-initials-expand, completion-initials-all-completions)
9290 (completion-initials-try-completion): New functions.
9291 (completion-styles-alist): Add doc to each entry.
9292 Add new `initials' entry.
9293
9294 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9295
9296 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9297 MI command -var-evaluate-expression.
9298 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9299 and tweak for case of string child.
9300 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9301
9302 2009-09-01 Glenn Morris <rgm@gnu.org>
9303
9304 * add-log.el (change-log-date-face, change-log-name-face)
9305 (change-log-email-face, change-log-file-face, change-log-list-face)
9306 (change-log-conditionals-face, change-log-function-face)
9307 (change-log-acknowledgement-face):
9308 * cus-edit.el (custom-invalid-face, custom-rogue-face)
9309 (custom-modified-face, custom-set-face, custom-changed-face)
9310 (custom-saved-face, custom-button-face, custom-button-pressed-face)
9311 (custom-documentation-face, custom-state-face, custom-comment-face)
9312 (custom-comment-tag-face, custom-variable-tag-face)
9313 (custom-variable-button-face, custom-face-tag-face)
9314 (custom-group-tag-face-1, custom-group-tag-face):
9315 * diff-mode.el (diff-header-face, diff-file-header-face)
9316 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9317 (diff-added-face, diff-changed-face, diff-function-face)
9318 (diff-context-face, diff-nonexistent-face):
9319 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9320 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9321 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9322 (Info-title-4-face):
9323 * isearch.el (isearch-lazy-highlight-face):
9324 * log-view.el (log-view-file-face, log-view-message-face):
9325 * paren.el (show-paren-match-face, show-paren-mismatch-face):
9326 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9327 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9328 (cvs-msg-face):
9329 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9330 (smerge-base-face, smerge-markers-face):
9331 * wid-edit.el (widget-documentation-face, widget-button-face)
9332 (widget-field-face, widget-single-line-field-face)
9333 (widget-inactive-face, widget-button-pressed-face):
9334 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9335 (woman-addition-face):
9336 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9337 (eshell-ls-executable-face, eshell-ls-readonly-face)
9338 (eshell-ls-unreadable-face, eshell-ls-special-face)
9339 (eshell-ls-missing-face, eshell-ls-archive-face)
9340 (eshell-ls-backup-face, eshell-ls-product-face)
9341 (eshell-ls-clutter-face):
9342 * eshell/em-prompt.el (eshell-prompt-face):
9343 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
9344 * obsolete/old-whitespace.el (whitespace-highlight-face):
9345 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9346 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9347 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9348 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9349 (antlr-font-lock-literal-face):
9350 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9351 (ebrowse-root-class-face, ebrowse-file-name-face)
9352 (ebrowse-default-face, ebrowse-member-attribute-face)
9353 (ebrowse-member-class-face, ebrowse-progress-face):
9354 * progmodes/make-mode.el (makefile-space-face):
9355 * progmodes/sh-script.el (sh-heredoc-face):
9356 * textmodes/flyspell.el (flyspell-incorrect-face)
9357 (flyspell-duplicate-face):
9358 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
9359 * textmodes/texinfo.el (texinfo-heading-face):
9360 Mark face aliases with "-face" suffix as obsolete.
9361
9362 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9363 compiler.
9364
9365 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9366 (eudc-bob-sound-menu): Use defvar rather than defconst, since
9367 easy-menu-define wants to modify these.
9368
9369 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9370
9371 * net/browse-url.el (browse-url-file-url):
9372 * term/internal.el (dos-codepage-setup):
9373 Use default-value rather than default-enable-multibyte-characters.
9374
9375 * progmodes/etags.el (etags-goto-tag-location):
9376 * progmodes/flymake.el (flymake-highlight-line)
9377 (flymake-goto-file-and-line, flymake-goto-line):
9378 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9379 (gdb-goto-breakpoint):
9380 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9381 * progmodes/python.el (python-find-function)
9382 (python-pdbtrack-track-stack-file):
9383 * progmodes/verilog-mode.el (verilog-surelint-off):
9384 * term/ns-win.el (ns-open-file-select-line):
9385 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9386 Use forward-line rather than goto-line.
9387
9388 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9389 * textmodes/reftex-index.el (reftex-display-index):
9390 * textmodes/reftex-ref.el (reftex-offer-label-menu):
9391 * textmodes/reftex-toc.el (reftex-toc):
9392 Remove unnecessary bindings of default-major-mode (all are followed by
9393 major-mode check and possible mode switch).
9394
9395 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9396
9397 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9398 Handle watchpoints (bug#4282).
9399 (def-gdb-thread-buffer-command): Enable thread to be selected by
9400 clicking without selecting threads buffer first.
9401 (gdb-current-context-command): Use selected frame so that "up",
9402 "down" etc work in the GUD buffer.
9403 (gdb-update): Find selected frame before rendering stack buffer.
9404 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9405
9406 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9407
9408 * progmodes/sym-comp.el (displayed-completions): Remove.
9409 (symbol-complete): Use minibuffer-complete.
9410
9411 2009-08-31 Glenn Morris <rgm@gnu.org>
9412
9413 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9414
9415 * apropos.el (apropos-symbols-internal):
9416 Handle (obsolete) face aliases.
9417
9418 * faces.el (describe-face): Adjust the output format to be more like
9419 describe-variable, and to mention (obsolete) face aliases.
9420 Adjust the whitespace so that help-setup-xref works.
9421
9422 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9423 * calendar/diary-lib.el (diary-button-face):
9424 Mark these face aliases as obsolete.
9425
9426 * calendar/calendar.el (calendar-today): Doc fix.
9427
9428 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9429
9430 * progmodes/gdb-mi.el (gdb-control-all-threads)
9431 (gdb-control-current-thread): Force tool bar update.
9432 (gdb-non-stop-handler): New function.
9433 (gdb-init-1): Use it to test if non-stop mode is supported.
9434 Remove unused gdbmi buffer type.
9435
9436 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
9437
9438 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
9439 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
9440
9441 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
9442
9443 * comint.el (comint-exec-1): Check command is non-null first.
9444 Part of gdb-mi.el change (2009-08-28).
9445
9446 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9447
9448 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9449
9450 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
9451
9452 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9453 instead of `dolist' to avoid a recursive require when bootstrapping.
9454
9455 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9456
9457 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9458
9459 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9460
9461 * net/imap.el (imap-send-command): Simplify.
9462 (imap-wait-for-tag): point-max -> buffer-size.
9463
9464 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9465
9466 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9467 with constant argument.
9468
9469 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9470
9471 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9472
9473 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9474 Change default, since most of our files don't have a history.
9475 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9476 the user.
9477
9478 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9479 Add comint-run.
9480
9481 * calc/calc.el: Improve commenting convention.
9482 (calc-digit-map, toplevel): Simplify.
9483
9484 * comint.el (comint-insert-input): Be careful to only set point if we
9485 don't delegate to some other command.
9486
9487 * proced.el (proced-signal-list): Make it an alist.
9488 (proced-grammar-alist): Capitalize names.
9489 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9490 Disable undo manually and make it read-only.
9491 Use completion-annotate-function.
9492
9493 * minibuffer.el (minibuffer-message): If the current buffer is not
9494 a minibuffer, insert the message in the echo area rather than at the
9495 end of the buffer.
9496 (completion-annotate-function): New variable.
9497 (minibuffer-completion-help): Use it.
9498 (completion--embedded-envvar-table): Environment vars are
9499 always case-sensitive.
9500
9501 2009-08-30 Glenn Morris <rgm@gnu.org>
9502
9503 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9504 from fortran-current-defun.
9505 (fortran-beginning-of-subprogram): Be more precise about finding the
9506 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
9507 (fortran-end-of-subprogram): Simplify.
9508 (fortran-current-defun): Use fortran-start-prog-re.
9509
9510 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
9511
9512 * subr.el (do-after-load-evaluation): Simplify.
9513
9514 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
9515
9516 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9517
9518 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
9519 (vc-rcs-print-log): Use it.
9520
9521 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9522
9523 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9524
9525 * paths.el (abbrev-file-name): Move to abbrev.el.
9526 * abbrev.el (abbrev-file-name): Move from paths.el.
9527 Obey user-emacs-directory.
9528 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9529 user-emacs-directory.
9530 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9531 abbrev-file-name and calc-settings-file any more.
9532 * startup.el (command-line): Recompute abbrev-file-name and
9533 abbreviated-home-dir.
9534 (normal-no-mouse-startup-screen): Improve the generic code and get rid
9535 of the special code for when C-h bindings haven't been changed.
9536 (display-startup-echo-area-message): Use with-current-buffer.
9537 (command-line-1): Use a list of strings, rather than a list of lists
9538 of strings for longopts.
9539
9540 * files.el (get-free-disk-space): Use / for default-directory.
9541
9542 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9543 Use with-current-buffer.
9544
9545 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9546 Recognize immutable variables like most-positive-fixnum.
9547 (byte-compile-setq-default): Check and warn if trying to assign
9548 to an immutable variable, or a non-variable.
9549
9550 * progmodes/cc-vars.el (c-comment-continuation-stars):
9551 * progmodes/cc-engine.el (c-looking-at-bos):
9552 * progmodes/cc-cmds.el (c-toggle-auto-state)
9553 (c-forward-into-nomenclature, c-backward-into-nomenclature)
9554 (c-comment-line-break-function): Add version of obsolescence.
9555
9556 2009-08-28 Juri Linkov <juri@jurta.org>
9557
9558 * files.el (magic-fallback-mode-alist): Add ZIP magic number
9559 associated with `archive-mode'.
9560
9561 * image.el (image-type-header-regexps): Use only JPEG magic number
9562 to determine JPEG images, and don't use `image-jpeg-p' because
9563 Emacs can display non-JFIF non-Exif JPEG images.
9564
9565 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9566
9567 * arc-mode.el (archive-mode):
9568 * emacs-lisp/re-builder.el (re-builder-unload-function):
9569 Protect against the default value of `major-mode' being nil.
9570
9571 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9572
9573 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9574 Fix typos in docstrings.
9575
9576 * progmodes/js.el (js--macro-decl-re): Doc fix.
9577 (js--plain-method-re, js--split-name): Refloc docstring.
9578 (js--class-styles, js--make-merged-item, js--splice-into-items):
9579 Fix typos in docstrings; reflow docstrings.
9580 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9581 (js--variable-decl-matcher, js--inside-pitem-p)
9582 (js--parse-state-at-point, js--get-all-known-symbols)
9583 (js--symbol-history, js-find-symbol, js--js-references)
9584 (js--moz-interactor, js--js-encode-value, js--read-tab):
9585 Fix typos in docstrings.
9586
9587 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9588
9589 * textmodes/reftex.el (reftex-get-file-buffer-force):
9590 * progmodes/verilog-mode.el (verilog-batch-execute-func):
9591 * emulation/viper.el (viper-go-away, viper-set-hooks):
9592 * emacs-lisp/re-builder.el (re-builder-unload-function):
9593 * emacs-lisp/bytecomp.el (byte-compile-file):
9594 * ses.el (ses-unload-function):
9595 * hexl.el (hexl-find-file):
9596 * files.el (normal-mode):
9597 * ehelp.el (with-electric-help):
9598 * autoinsert.el (auto-insert-alist):
9599 * arc-mode.el (archive-mode):
9600 Use (default-value 'major-mode) instead of default-major-mode.
9601
9602 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9603 * international/mule.el (load-with-code-conversion):
9604 * emacs-lisp/debug.el (debug):
9605 * ediff-vers.el (ediff-rcs-get-output-buffer):
9606 * dired.el (dired-internal-noselect): Don't let-bind
9607 default-major-mode around code that doesn't use it.
9608 E.g. buffer creation via get-buffer-create doesn't use it.
9609
9610 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
9611
9612 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9613 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9614 when writing the temp file. Otherwise, epa-file gets confused.
9615 (tramp-register-file-name-handlers): Make it a defun. Move also
9616 `epa-file-handler' to the front of `file-name-handler-alist'.
9617
9618 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9619
9620 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9621 start right after a ^M.
9622 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9623 (tramp-completion-file-name-regexp-separate)
9624 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
9625 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9626 Don't modify last-coding-system-used by accident.
9627 (tramp-completion-file-name-handler): Apply the checks here,
9628 instead during registration.
9629 (tramp-register-file-name-handlers): Renamed from
9630 `tramp-register-file-name-handler'. Register both
9631 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
9632 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
9633
9634 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
9635
9636 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9637 Remove variable ...
9638 (gdb-init-1, gdb-display-separate-io-buffer)
9639 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9640 references to it.
9641 (gdb-inferior-io-mode): Use make-comint-in-buffer.
9642 (gdb-inferior-filter): Use comint-output-filter to stop
9643 echoing and remove ^M characters.
9644
9645 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9646
9647 * emulation/viper-init.el (viper-restore-cursor-type):
9648 * emulation/cua-base.el (cua--update-indications):
9649 Replace default-cursor-type with (default-value 'cursor-type).
9650
9651 * mail/sendmail.el (mail-recover-1):
9652 * international/mule-diag.el (describe-current-coding-system-briefly)
9653 (describe-current-coding-system):
9654 * international/mule-cmds.el (select-safe-coding-system)
9655 (select-message-coding-system)
9656 (set-language-environment-coding-systems, set-locale-environment):
9657 * hexl.el (hexl-insert-multibyte-char):
9658 * dos-w32.el (find-buffer-file-type-coding-system):
9659 * simple.el (what-cursor-position):
9660 Replace uses of default-buffer-file-coding-system
9661 with (default-value 'buffer-file-coding-system).
9662
9663 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9664 Replace uses of default-cursor-in-non-selected-windows
9665 with (default-value 'cursor-in-non-selected-windows).
9666 Use with-current-buffer.
9667
9668 * mail/feedmail.el: Use CL macros.
9669 (feedmail-run-the-queue, feedmail-send-it-immediately):
9670 * dos-w32.el (find-buffer-file-type): Replace uses of
9671 default-buffer-file-type with (default-value 'buffer-file-type).
9672
9673 2009-08-28 Glenn Morris <rgm@gnu.org>
9674
9675 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9676 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9677 Use default-value of major-mode rather than default-major-mode.
9678
9679 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9680
9681 * Makefile.in (update-elcfiles): Report left over elc files.
9682
9683 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9684 expand-file-name and with-current-buffer.
9685 (mail-get-names, mail-directory): Use with-current-buffer.
9686
9687 * vc.el (vc-read-revision): New function.
9688 (vc-version-diff, vc-merge): Use it.
9689
9690 2009-08-27 Sam Steingold <sds@gnu.org>
9691
9692 * simple.el (kill-do-not-save-duplicates): New user option.
9693 (kill-new): When it is non-nil, and the new string is the same as
9694 the latest kill, set replace to t to avoid duplicates in kill-ring.
9695
9696 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
9697
9698 * net/tramp.el (tramp-handle-process-file): Do not flush all
9699 caches when `process-file-side-effects' is set.
9700 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
9701 instead of `tramp-find-file-exists-command'.
9702 Unset `process-file-side-effects'.
9703
9704 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
9705
9706 * net/tramp.el (tramp-methods): New method "rsyncc".
9707 (top): Add completion function for "rsyncc".
9708 (tramp-message-show-message): New defvar.
9709 (tramp-message, tramp-error): Use it.
9710 (tramp-do-copy-or-rename-file-directly): Extend check for direct
9711 remote copying.
9712 (tramp-do-copy-or-rename-file-out-of-band): Handle new
9713 `tramp-methods' entry `copy-env' of "rsyncc".
9714 (tramp-vc-registered-read-file-names): New defconst.
9715 (tramp-vc-registered-file-names): New defvar.
9716 (tramp-handle-vc-registered): Implement optimization strategy.
9717 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9718 (tramp-vc-file-name-handler): New defun.
9719 (tramp-get-ls-command, tramp-get-test-command)
9720 (tramp-get-file-exists-command, tramp-get-remote-ln)
9721 (tramp-get-remote-perl, tramp-get-remote-stat)
9722 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
9723
9724 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9725 (tramp-cache-inhibit-cache): Extend doc string. It allows also
9726 timestamps.
9727 (tramp-get-file-property): Check for timestamps in
9728 `tramp-cache-inhibit-cache'.
9729 (tramp-set-file-property): Write timestamp.
9730
9731 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9732
9733 * language/japan-util.el (japanese-symbol-table): Add entries for
9734 cp932-2-byte.
9735
9736 * international/characters.el: Add category `j' to cp932-2-byte.
9737
9738 2009-08-27 Kenichi Handa <handa@m17n.org>
9739
9740 * international/fontset.el (build-default-fontset-data): New macro.
9741 (setup-default-fontset): Use build-default-fontset-data for CJK,
9742 tibetan, ethiopic, and ipa.
9743
9744 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9745
9746 * cus-start.el (default-major-mode): Customize `major-mode' instead.
9747 (enable-multibyte-characters): Not customizable any more.
9748
9749 * subr.el (default-mode-line-format, default-header-line-format)
9750 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9751 (default-direction-reversed, default-truncate-lines)
9752 (default-left-margin, default-tab-width, default-case-fold-search)
9753 (default-left-margin-width, default-right-margin-width)
9754 (default-left-fringe-width, default-right-fringe-width)
9755 (default-fringes-outside-margins, default-scroll-bar-width)
9756 (default-vertical-scroll-bar, default-indicate-empty-lines)
9757 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9758 (default-fringe-cursor-alist, default-scroll-up-aggressively)
9759 (default-scroll-down-aggressively, default-fill-column)
9760 (default-cursor-type, default-buffer-file-type)
9761 (default-cursor-in-non-selected-windows)
9762 (default-buffer-file-coding-system, default-major-mode)
9763 (default-enable-multibyte-characters): Mark as obsolete.
9764
9765 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
9766
9767 * vc-dir.el (vc-dir-update): Remove debug helper.
9768
9769 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9770
9771 2009-08-26 Sam Steingold <sds@gnu.org>
9772
9773 * simple.el (save-interprogram-paste-before-kill): New user option.
9774 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9775 save the interprogram-paste into kill-ring before overriding it
9776 with the Emacs kill.
9777
9778 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9779
9780 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9781 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9782 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9783 and move to vc-rcs.el.
9784 (vc-default-next-revision): Rename to vc-rcs-next-revision and
9785 move to vc-rcs.el.
9786 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9787 (vc-rcs-update-changelog): Remove.
9788 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9789 and move to vc-rcs.el.
9790
9791 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9792 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9793 renaming.
9794 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
9795 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
9796 vc.el, renamed to be RCS specific.
9797
9798 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9799 New functions.
9800 (vc-cvs-update-changelog): Move here from vc.el.
9801
9802 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9803 New functions.
9804
9805 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9806
9807 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9808
9809 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9810
9811 * vc-git.el (vc-git-register): Use "git add" for directories.
9812 (vc-git-stash, vc-git-stash-show): New functions.
9813 (vc-git-extra-menu-map): Bind them.
9814
9815 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9816 directory correctly in case the item is a directory itself.
9817
9818 * vc.el: Document the desired behavior for reverted files in the
9819 `added' state.
9820 (vc-default-prettify-state-info): Remove function, unused.
9821
9822 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
9823
9824 2009-08-26 Glenn Morris <rgm@gnu.org>
9825
9826 * bindings.el (standard-mode-line-format): Reposition dashes in
9827 which-func entry. (Bug#4217)
9828
9829 * files.el (enable-local-variables, enable-local-eval)
9830 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9831 the defcustoms.
9832 (auto-mode-alist, ignored-local-variables)
9833 (save-some-buffers-action-alist): Move risky declarations to the
9834 definitions.
9835 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9836 (font-lock-defaults, format-alist, imenu--index-alist)
9837 (imenu-generic-expression, input-method-alist, minor-mode-alist)
9838 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9839 (mode-line-modified, mode-line-mule-info, mode-line-position)
9840 (mode-line-process, mode-line-remote, outline-level)
9841 (parse-time-rules, rmail-output-file-alist)
9842 (special-display-buffer-names, vc-mode):
9843 Move risky declarations to the relevant files.
9844 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9845 (mode-line-modified, mode-line-process, mode-line-position)
9846 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9847 * font-core.el (font-lock-defaults):
9848 * format.el (format-alist):
9849 * vc-hooks.el (vc-mode):
9850 * window.el (special-display-buffer-names):
9851 * international/mule-cmds.el (input-method-alist):
9852 Define riskiness here (dumped file) rather than in files.el.
9853 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9854 * imenu.el (imenu-generic-expression, imenu--index-alist):
9855 * outline.el (outline-level):
9856 * time.el (display-time-string):
9857 * calendar/parse-time.el (parse-time-rules):
9858 * mail/rmailout.el (rmail-output-file-alist):
9859 Autoload riskiness here, rather than placing in files.el.
9860
9861 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
9862
9863 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9864
9865 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
9866
9867 * simple.el (process-file-side-effects): New defvar.
9868
9869 * dired-aux.el (dired-show-file-type):
9870 * vc.el (vc-diff-internal):
9871 * vc-arch.el (vc-arch-diff):
9872 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9873 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9874 * vc-git.el (vc-git-registered, vc-git-working-revision)
9875 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9876 (vc-git--empty-db-p):
9877 * vc-hooks.el (vc-user-login-name):
9878 * vc-svn.el (vc-svn-registered, vc-svn-state)
9879 (vc-svn-dir-extra-headers, vc-svn-find-revision):
9880 * progmodes/grep.el (grep-probe): Let-bind
9881 `process-file-side-effects' with nil.
9882
9883 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9884
9885 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9886 daemon. Replace ping by checking for running service for bluez
9887 and zeroconf. (Bug#4239)
9888
9889 2009-08-25 Kevin Ryde <user42@zip.com.au>
9890
9891 * net/dig.el (dig): Add autoload cookie.
9892
9893 2009-08-25 Glenn Morris <rgm@gnu.org>
9894
9895 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9896 load-history for absolute file-names.
9897 (byte-compile-file-form-require): Warn about use of the cl package.
9898
9899 * format.el (format-alist): Doc fix.
9900
9901 * play/bubbles.el (top-level): Don't require cl at run-time.
9902
9903 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9904 run-time cl).
9905
9906 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
9907
9908 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9909 from cl package.
9910 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9911
9912 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
9913
9914 * calc/calc-alg.el (math-trig-rewrite)
9915 (math-hyperbolic-trig-rewrite): New functions.
9916 (calc-simplify): Simplify trig functions when asked.
9917
9918 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9919
9920 * diff-mode.el (diff-find-source-location): Avoid goto-line.
9921
9922 2009-08-24 Kenichi Handa <handa@m17n.org>
9923
9924 * language/ind-util.el (mapthread): Delete it.
9925 (combinatorial): New function.
9926 (indian--puthash-cv): Use combinatorial instead of mapthread.
9927
9928 2009-08-22 Kevin Ryde <user42@zip.com.au>
9929
9930 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9931 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9932 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9933 Clarify docstring that the value is strings not symbols.
9934 (checkdoc-list-of-strings-p): New function.
9935
9936 2009-08-22 Glenn Morris <rgm@gnu.org>
9937
9938 * files.el (auto-mode-alist):
9939 * hippie-exp.el (he-concat-directory-file-name):
9940 * lpr.el (lpr-windows-system, printer-name):
9941 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9942 * ps-print.el (ps-windows-system):
9943 * startup.el (command-line):
9944 * emulation/viper-ex.el (viper-glob-function):
9945 * international/mule-cmds.el (set-language-environment-coding-systems):
9946 * net/ange-ftp.el (ange-ftp-write-region):
9947 * obsolete/fast-lock.el (fast-lock-cache-name):
9948 Remove code for defunct system-types emx, macos, mswindows, next-mach,
9949 unisoft-unix, vax-vms, win32, w32.
9950
9951 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9952 given name if the pattern is not more specific.
9953
9954 * calendar/lunar.el (lunar-phase-names): New option.
9955 (lunar-phase): Doc fix.
9956 (lunar-cycles-per-year): New constant.
9957 (lunar-index): New function.
9958 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9959 (lunar-phase-name): Use lunar-phase-names.
9960 (calendar-lunar-phases): Use format.
9961 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9962
9963 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9964 Copy imenu-example--name-and-position function here for own use.
9965 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9966
9967 * bs.el (bs--redisplay):
9968 * cus-edit.el (custom-redraw):
9969 * ibuffer.el (ibuffer-bury-buffer):
9970 * server.el (server-goto-line-column):
9971 * startup.el (command-line-1):
9972 * strokes.el (strokes-xpm-for-stroke):
9973 * term.el (term-display-buffer-line):
9974 * view.el (View-goto-line):
9975 * calc/calc.el (calc-do, calc-trail-buffer):
9976 * play/gamegrid.el (gamegrid-add-score-insecure):
9977 * progmodes/ada-mode.el (ada-compile-goto-error):
9978 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9979 (ebrowse-select-1st-to-9nth):
9980 * progmodes/cperl-mode.el (cperl-time-fontification):
9981 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9982 * progmodes/gud.el (gud-display-line):
9983 (idlwave-shell-display-line):
9984 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9985 * progmodes/make-mode.el (makefile-browser-toggle):
9986 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9987 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9988 * textmodes/picture.el (picture-draw-rectangle):
9989 * textmodes/reftex-index.el (reftex-index-goto-letter):
9990 (reftex-select-jump-to-previous):
9991 * textmodes/reftex-sel.el (reftex-find-start-point)
9992 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9993 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9994 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9995 * textmodes/tex-mode.el (tex-compilation-parse-errors):
9996 * textmodes/two-column.el (2C-associated-buffer):
9997 Use forward-line rather than goto-line.
9998
9999 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
10000 goto-line.
10001
10002 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
10003 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
10004 (quick-check-list-to-regexp): Declare.
10005
10006 * progmodes/make-mode.el (makefile-browser-insert-selection):
10007 Use goto-char rather than goto-line.
10008
10009 * progmodes/prolog.el (compilation-error-regexp-alist)
10010 (compilation-forget-errors): Declare.
10011
10012 2009-08-22 Juri Linkov <juri@jurta.org>
10013
10014 * progmodes/grep.el (lgrep, rgrep): At the beginning
10015 set `dir' to `default-directory' unless `dir' is a non-nil
10016 readable directory. (Bug#4052)
10017 (lgrep, rgrep): Change a weird way to report an error
10018 from using `read-string' to using `error'.
10019 Instead of using interactive arguments in the function body,
10020 add new argument `confirm'.
10021
10022 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10023
10024 * textmodes/remember.el (remember-buffer):
10025 * progmodes/cperl-mode.el (cperl-vc-header-alist):
10026 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
10027 (icalendar-extract-ical-from-buffer):
10028 * net/newst-treeview.el (newsticker-groups-filename):
10029 * net/newst-backend.el (newsticker-cache-filename):
10030 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
10031 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
10032 (speedbar-add-ignored-path-regexp, speedbar-line-path)
10033 (speedbar-buffers-line-path, speedbar-path-line)
10034 (speedbar-buffers-line-path):
10035 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
10036 (epg-sign-keys):
10037 * epa.el (epa-display-verify-result):
10038 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
10039
10040 2009-08-21 Glenn Morris <rgm@gnu.org>
10041
10042 * progmodes/js.el (inferior-moz-process): Fix declaration.
10043
10044 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
10045
10046 * obsolete/rnewspost.el (news-mail-reply):
10047 Use goto-char rather than goto-line.
10048
10049 * term/ns-win.el (ns-open-file-select-line):
10050 Use line-beginning-position rather than goto-line.
10051
10052 * apropos.el (apropos-command):
10053 * ehelp.el (electric-helpify):
10054 * printing.el (pr-show-setup):
10055 * strokes.el (strokes-help):
10056 * tutorial.el (tutorial--describe-nonstandard-key)
10057 (tutorial--detailed-help):
10058 * woman.el (woman-mini-help, woman-display-extended-fonts):
10059 * calc/calc-help.el (calc-describe-key):
10060 * emulation/edt.el (edt-electric-helpify):
10061 * international/mule-diag.el (mule-diag):
10062 * play/yow.el (apropos-zippy):
10063 * progmodes/python.el (python-describe-symbol):
10064 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
10065 * textmodes/table.el (*table--cell-describe-mode)
10066 (*table--cell-describe-bindings):
10067 Use help-print-return-message rather than the now obsolete alias.
10068
10069 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
10070 (calendar-cursor-to-visible-date):
10071 * play/5x5.el (5x5-position-cursor):
10072 * play/decipher.el (decipher):
10073 * play/gomoku.el (gomoku-goto-xy):
10074 * play/landmark.el (lm-goto-xy):
10075 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10076 (mpuz-paint-digit):
10077 Use forward-line, not goto-line.
10078
10079 * mail/rmail.el (rmail-obsolete): Delete custom group.
10080 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10081 (rmail-remote-password, rmail-remote-password-required):
10082 Remove unneeded :set-after and :set properties.
10083
10084 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
10085
10086 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10087
10088 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
10089
10090 * loadup.el: Remove leftover macos code.
10091
10092 * vc-git.el (vc-git-annotate-command): Run asynchronously.
10093 Explicitly pass the date format to git blame so that user local
10094 so that the output format can be parsed.
10095
10096 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
10097
10098 * net/dbus.el (top): Don't check for (getenv
10099 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
10100
10101 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
10102
10103 * log-edit.el (log-edit-strip-single-file-name): New var.
10104 (log-edit-insert-changelog): Use it. Bug#3571
10105
10106 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10107
10108 * subr.el (read-passwd): Use read-key so keypad keys work as well.
10109 Bug#3287
10110
10111 * help.el (help-print-return-message): Rename from
10112 print-help-return-message.
10113
10114 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10115 cvs-mode-map parent hack.
10116 (log-view-mode): Derive from special-mode.
10117
10118 * linum.el (linum-mode): window-size-change-functions is redundant.
10119 Adapt to new window-configuration-change-hook behavior.
10120 (linum-after-size, linum-after-config): Remove.
10121
10122 * imenu.el (imenu-example--name-and-position)
10123 (imenu-example--lisp-extract-index-name)
10124 (imenu-example--create-lisp-index, imenu-example--create-c-index):
10125 Mark as obsolete.
10126
10127 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10128 (inferior-prolog-mode): Use it.
10129 (inferior-prolog-load-file): Reset list of errors.
10130
10131 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10132
10133 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10134
10135 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10136
10137 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
10138
10139 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10140 is running already.
10141
10142 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10143
10144 * subr.el (listify-key-sequence-1): Use normal syntax since those
10145 integers are nowadays always represented by the same (positive) number
10146 on all platforms.
10147 (read-key-empty-map): New const.
10148 (read-key-delay): New var.
10149 (read-key): New function.
10150 (force-mode-line-update): Use with-current-buffer.
10151 (locate-user-emacs-file): Don't forget to abbreviate the file name.
10152 (start-process-shell-command, start-file-process-shell-command):
10153 Discourage the use of command-args.
10154
10155 2009-08-19 Glenn Morris <rgm@gnu.org>
10156
10157 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10158
10159 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10160
10161 * simple.el (choose-completion-string): Don't rely on
10162 minibuffer-completing-file-name and ad-hoc checks to decide whether
10163 to continue completion or not.
10164
10165 * minibuffer.el (minibuffer-hide-completions): New function.
10166 (completion--do-completion): Use it.
10167 (completions-annotations): New face.
10168 (completion--insert-strings): Use it.
10169 (completion-pcm--delim-wild-regex): Add docstring.
10170 (completion-pcm--string->pattern): Add support for 0-width delimiters
10171 in completion-pcm--delim-wild-regex.
10172
10173 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
10174
10175 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10176 Remove unused var `buffer-modified-p'.
10177
10178 * minibuffer.el (completion--do-completion): Move point for the #b001
10179 case as well (bug#4176).
10180 (minibuffer-complete, minibuffer-complete-word): Don't move point.
10181
10182 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
10183
10184 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
10185 and :session buses.
10186
10187 2009-08-18 Kenichi Handa <handa@m17n.org>
10188
10189 * international/ucs-normalize.el (ucs-normalize-version):
10190 Change to 1.1.
10191 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10192 (utf-8-hfs): Make it perform normalization on encoding too.
10193
10194 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
10195 (sentence-end-without-space): Delete duplicated chars.
10196 (sentence-end-base): Likewise.
10197
10198 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
10199 (html-mode): Delete duplicated chars from sentence-end-base.
10200
10201 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
10202 (texinfo-mode): Delete duplicated chars from sentence-end-base.
10203
10204 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
10205
10206 * files.el (hack-one-local-variable): If the mode function is for
10207 a minor mode, pass it an argument (Bug#4148).
10208
10209 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
10210
10211 * net/tramp.el (tramp-register-completion-file-name-handler):
10212 Check also for (member 'partial-completion completion-styles).
10213
10214 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10215
10216 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10217 abbrev (Bug#3943).
10218
10219 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
10220
10221 * progmodes/cperl-mode.el: Merge upstream 6.2.
10222 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10223 (cperl-forward-re): Check cperl-brace-recursing.
10224 (cperl-highlight-charclass): New function.
10225 (cperl-find-pods-heres): Use it.
10226 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
10227 (cperl-beautify-regexp-piece): Fix column calculation.
10228 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
10229 (cperl-beautify-level): Don't process entire regexp.
10230 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10231 calling man.
10232 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10233 (cperl-init-faces): Build a list in the normal way.
10234
10235 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10236
10237 * calendar/parse-time.el (parse-time-string-chars): Save match
10238 data.
10239
10240 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10241
10242 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10243 (sql-product): Use it.
10244 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10245 (sql-set-product): Add completion.
10246 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10247 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10248 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10249 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10250 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10251 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10252 (sql-highlight-db2-keywords): Remove.
10253 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10254 (sql-highlight-product): Use derived-mode-p.
10255 (sql-set-sqli-buffer): Use with-current-buffer.
10256 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10257 Simplify.
10258
10259 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10260
10261 * term.el: Fix commenting convention, turn comments into docstrings.
10262
10263 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10264
10265 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10266
10267 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
10268
10269 * calendar/parse-time.el (parse-time-string-chars): Compute using
10270 character classes, to handle non-ascii characters (Bug#3190).
10271
10272 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10273
10274 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10275 another heredoc if the user adds another < (Bug#3226).
10276
10277 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10278 Don't initialize based on window-system (Bug#4124).
10279
10280 * facemenu.el (facemenu-read-color): Use a completion function
10281 that accepts any defined color, such as RGB triplets (Bug#3677).
10282
10283 * files.el (get-free-disk-space): Change fallback default
10284 directory to /. Expand DIR argument before switching to fallback.
10285 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10286
10287 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10288
10289 * files.el (load-library): Doc fix.
10290
10291 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
10292
10293 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10294 (viper-if-string): Redefine C-s in the minibuffer to insert the last
10295 incremental search string.
10296
10297 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10298 XEmacs.
10299
10300 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10301 (ediff-merge-region-is-non-clash)
10302 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10303 Also check if the job is really a merge job.
10304
10305 * ediff.el (ediff-current-file): New function.
10306
10307 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10308
10309 * progmodes/js.el: Edit docstrings throughout to follow Emacs
10310 conventions.
10311 (js-insert-and-indent): Delete function.
10312 (js-mode-map): Don't bind keys to js-insert-and-indent.
10313 (js-beginning-of-defun): Rename from js--beginning-of-defun.
10314 (js-end-of-defun): Rename from js--end-of-defun.
10315 (js-auto-indent-flag): Delete variable.
10316
10317 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
10318
10319 * progmodes/js.el: Remove proclaim statement.
10320 Defvar which-func-imenu-joiner-function to silence compiler.
10321
10322 * files.el (auto-mode-alist): Use js-mode for .js files.
10323
10324 * progmodes/js2-mode.el: Remove file.
10325
10326 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10327
10328 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10329
10330 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10331
10332 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
10333 Karl Landstrom <karl.landstrom@brgeight.se>
10334
10335 * progmodes/js.el: New file.
10336
10337 2009-08-14 Mark A. Hershberger <mah@everybody.org>
10338
10339 * timezone.el (timezone-parse-date): Add ability to understand ISO
10340 basic format (minimal separators) dates in addition to the
10341 already-supported extended format dates.
10342
10343 2009-08-14 Eli Zaretskii <eliz@gnu.org>
10344
10345 * international/ucs-normalize.el: Add a `coding' file variable.
10346
10347 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10348
10349 2009-08-14 Sam Steingold <sds@gnu.org>
10350
10351 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10352
10353 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
10354
10355 * faces.el (help-argument-name): Define it here instead of
10356 help-fns.el, because in daemon mode help-fns.el may be loaded when
10357 faces are still uninitialized (Bug#1078).
10358
10359 * help-fns.el (help-argument-name): Move defface to faces.el.
10360
10361 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
10362
10363 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10364 create buffer with a pty but no process so that GDB can make the
10365 inferior the controlling process.
10366
10367 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
10368
10369 * international/ucs-normalize.el: New file.
10370
10371 2009-08-13 Richard Stallman <rms@gnu.org>
10372
10373 * mail/rmail.el (rmail-get-attr-names):
10374 Accept an attribute header that is too short.
10375
10376 * mail/rmail.el (rmail-forget-messages):
10377 Ignore nil elt in rmail-message-vector. Use dotimes.
10378
10379 * progmodes/compile.el (compilation-goto-locus):
10380 Use next-error-move-function.
10381
10382 * simple.el (next-error-move-function): New variable.
10383
10384 2009-08-12 Juri Linkov <juri@jurta.org>
10385
10386 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10387 always non-nil. (Bug#4052)
10388
10389 * replace.el (read-regexp): Return empty string when
10390 `default-value' is nil.
10391 (keep-lines-read-args): Don't use empty string as the
10392 default value for `read-regexp'. (Bug#2495)
10393
10394 2009-08-12 Juri Linkov <juri@jurta.org>
10395
10396 * international/mule-cmds.el (ucs-insert): Change arguments
10397 from `arg' to `character', `count', `inherit' to be the same
10398 as in `insert-char'. Doc fix. (Bug#4039)
10399
10400 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10401
10402 2009-08-12 Juri Linkov <juri@jurta.org>
10403
10404 * files-x.el: New file.
10405
10406 * files.el: Move code that deals with adding/deleting
10407 file/directory-local variables to files-x.el.
10408
10409 * Makefile.in (ELCFILES): Add files-x.elc.
10410
10411 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
10412
10413 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10414 to use `goto-line'.
10415 (gdb-place-breakpoints, gdb-get-location): Rewritten without
10416 `goto-line'.
10417 (gdb-invalidate-disassembly): Do not refresh upon receiving
10418 'update signal. Instead, update all disassembly buffers only after
10419 threads list.
10420 (gdb): Send -target-detach when buffer is killed (Bug#3794).
10421 (gdb-starting): Moved -data-list-register-names...
10422 (gdb-stopped): ...here so it's sent when first thread stops.
10423 (gdb-registers-handler-custom): Do nothing if register names are
10424 unknown yet.
10425
10426 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10427 from `gdb-mi.el' to avoid extra tangling.
10428
10429 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
10430 change which breaks `gud-def' definitions used in `gdb'.
10431 (gdb-update-gud-running): No extra fuss for updating frame number.
10432
10433 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10434
10435 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10436 (describe-language-environment-map, setup-language-environment-map)
10437 (set-coding-system-map): Move initialization into declaration.
10438 (set-language-info-alist): Last arg to define-key-after can be skipped.
10439
10440 * international/quail.el (quail-completion-1): Simplify.
10441 (quail-define-rules): Use slightly more compact code.
10442 (quail-insert-decode-map): Propertize keys, compact columns.
10443
10444 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10445 Add goto-line.
10446
10447 2009-08-10 Miles Bader <miles@gnu.org>
10448
10449 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10450 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10451 (js2-instance-member, js2-private-member, js2-private-function-call)
10452 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10453 (js2-magic-paren, js2-external-variable):
10454 Remove "-face" suffix from face names.
10455 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10456 (js2-highlight-undeclared-vars, js2-peek-token)
10457 (js2-parse-function-params, js2-mode-show-errors)
10458 (js2-mode-show-warnings, js2-make-magic-delimiter)
10459 (js2-mode-highlight-magic-parens): Update to use new face names.
10460
10461 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
10462
10463 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10464 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
10465
10466 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
10467
10468 * subr.el: Provide hashtable-print-readable.
10469
10470 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10471 hs-c-like-adjust-block-beginning.
10472 (hs-hide-block-at-point): Stop hiding at the beginning of
10473 hs-block-end-regexp (Bug#700).
10474
10475 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
10476
10477 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10478 a macro.
10479 (gdb-registers-handler-custom): Do not fail when register names
10480 are unavailable.
10481
10482 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10483
10484 * progmodes/gdb-mi.el (gdb-control-all-threads)
10485 (gdb-control-current-thread): Interactive setters for
10486 `gdb-gud-control-all-threads' to use in menu.
10487 (gdb-show-run-p): Show «Go» when process is not active.
10488 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
10489 gud/thread.xpm and gud/all.xpm.
10490
10491 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
10492
10493 * net/net-utils.el (net-utils-font-lock-keywords): New var.
10494 (nslookup-font-lock-keywords): Make it a variable.
10495 (net-utils-mode): New mode for viewing diagnostic network output.
10496 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10497 (net-utils-run-simple): New function.
10498 (ifconfig, iwconfig, netstat, arp, route): Use it.
10499
10500 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10501
10502 * progmodes/gdb-mi.el (gdb-read-memory-custom)
10503 (gdb-memory-set-address, def-gdb-set-positive-number)
10504 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10505 after changing settings.
10506 (gdb-invalidate-disassembly): Update when first shown.
10507 (gdb-edit-locals-value): Fixed.
10508 (gdb-registers-handler-custom): Print registers in right order and
10509 allow changing register values (only for current thread yet).
10510 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10511 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10512 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10513 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
10514 info in mode name.
10515 (gdb-registers-mode-map): TAB to switch to locals.
10516
10517 2009-08-08 Eli Zaretskii <eliz@gnu.org>
10518
10519 * mail/rmail.el (rmail-add-mbox-headers)
10520 (rmail-set-message-counters-counter): Search for
10521 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
10522
10523 2009-08-08 Glenn Morris <rgm@gnu.org>
10524
10525 * Makefile.in (ELCFILES): Update.
10526
10527 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10528
10529 * mail/sendmail.el (mail-yank-original): Set
10530 buffer-file-coding-system from the one used by the message whose
10531 text is yanked.
10532
10533 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10534 to "windows" when "pgnuplot" is used.
10535 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
10536 call accept-process-output if "pgnuplot" is used.
10537 (calc-graph-init): Don't send -display and -geometry to
10538 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
10539 running "pgnuplot -V" with shell-command-to-string.
10540
10541 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10542 the default.
10543
10544 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10545
10546 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
10547 org/org-latex.elc.
10548
10549 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10550
10551 * vc-dispatcher.el (vc-resynch-window): Update comment.
10552
10553 * term.el (term-handle-ansi-escape): Add comments with the
10554 terminfo capabilities implemented.
10555
10556 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
10557
10558 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10559 (gdb-var-create-handler): Rewritten using JSON parser.
10560 (gdb-propertize-header): Moved earlier.
10561 (gdb-set-header): Removed to avoid duplication.
10562 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10563 Refresh disassembly buffers only after threads list have been
10564 update.
10565 (gdb-threads-header, gdb-registers-header): Per-buffer header line
10566 variables.
10567
10568 2009-08-04 Juri Linkov <juri@jurta.org>
10569
10570 * files.el: Commands to add/delete file/directory-local variables.
10571 (read-file-local-variable, read-file-local-variable-value)
10572 (read-file-local-variable-mode, modify-file-local-variable)
10573 (modify-file-local-variable-prop-line)
10574 (modify-dir-local-variable): New functions.
10575 (add-file-local-variable, delete-file-local-variable)
10576 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10577 (add-dir-local-variable, delete-dir-local-variable)
10578 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10579 (copy-dir-locals-to-file-locals-prop-line): New commands.
10580
10581 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
10582
10583 * abbrev.el (insert-abbrev-table-description): Prettify output.
10584 Suggested by Karl Chen.
10585
10586 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
10587
10588 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
10589 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
10590 (gdb-overlay-arrow-position, gdb-thread-position)
10591 (gdb-disassembly-position): Declare variables.
10592 (gdb-wait-for-pending): Function now.
10593 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10594 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10595 compilation goes smoothly.
10596 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10597 (gdb-non-stop-setting): New customization setting which replaces
10598 `gdb-non-stop' so changing it doesn't break active GDB session.
10599 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10600 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10601 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10602 (gdb-show-threads-by-default): New customization options.
10603 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10604 routines.
10605 (gdb-get-buffer-create): Send buffers update signal when they are
10606 created.
10607 (gdb-invalidate-locals, gdb-invalidate-registers)
10608 (gdb-invalidate-breakpoints)
10609 (gdb-invalidate-threads, gdb-invalidate-disassembly)
10610 (gdb-invalidate-memory): Accept update signal.
10611 (gdb-current-context-command): Use --frame option.
10612 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10613 Implement `gdb-frame-number' selection logic.
10614 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10615 whether to show GUD toolbar buttons.
10616 (gdb-thread-exited): Unselect current thread when it exits.
10617 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10618 (gdb-mark-line): Routine which sets overlay arrow or inverses
10619 video on fringeless displays.
10620 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10621 to build aligned columns of data in GDB buffers and set text
10622 properties line-by-line.
10623 (gdb-invalidate-breakpoints)
10624 (gdb-breakpoints-list-handler-custom)
10625 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10626 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10627 (gdb-registers-handler-custom): Align data columns.
10628 (gdb-locals-handler-custom): Now prints data like in variable
10629 declarations.
10630 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10631 Removed confusing buttons.
10632 (gdb-invalidate-threads): Append --frame.
10633 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10634 between breakpoints/threads buffers.
10635 (gdb-set-window-buffer): Now can ignore dedicated windows.
10636 (gdb-propertize-header): Use `gdb-set-window-buffer'.
10637 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10638 (def-gdb-thread-buffer-gud-command): Replaces
10639 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10640 for fine thread control.
10641 (gdb-preempt-existing-or-display-buffer): New function used to
10642 display bound buffers without breaking window layout.
10643 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10644 (gdb-select-frame): New version of `gdb-frames-select' which now
10645 sets `gdb-frame-number' so commands may use --frame option instead
10646 of inner debugger state.
10647 (gdb-frame-handler): Do not set `gdb-frame-number'.
10648 (gdb-threads-mode-map): Select threads with mouse.
10649
10650 * progmodes/gud.el (gdb-gud-context-call): Declare function to
10651 avoid compilation warning.
10652 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10653 `gdb-show-stop-p`.
10654
10655 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10656 Argument `key' renamed to `buffer-type'.
10657 (gdb-current-context-buffer-name): Do not add thread info to
10658 buffer name when no thread is selected.
10659 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10660 command (bug 3794).
10661 (gdb-thread-selected): Handle `=thread-selected' notification.
10662 (gdb-wait-for-pending): New macro to deal with congestion problems.
10663 (gdb-breakpoints-list-handler-custom): Don't fail on pending
10664 breakpoints.
10665 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10666 This fixes problem similar to one described in bug 3947.
10667 (gud-menu-map): More menu items.
10668 (gdb-init-1): Reset `gdb-thread-number' to nil.
10669
10670 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10671 non-stop settings.
10672
10673 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10674 (gdb-current-context-command): Do not append --thread if
10675 `gdb-thread-number' is nil.
10676 (gdb-running-threads-count, gdb-stopped-threads-count): New
10677 variables.
10678 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10679 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
10680 customization options.
10681 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10682 GUD commands.
10683 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
10684 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10685 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10686 set `gdb-thread-number' and update `gud-running' properly.
10687 (gdb-running): Update threads list when new threads appear.
10688 (gdb-stopped): Support non-stop operation and new thread switching
10689 logic.
10690 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10691 (gdb-json-partial-output): New set of JSON routines.
10692 (def-gdb-auto-update-trigger): New `signal-list' optional
10693 argument.
10694 (gdb-thread-list-handler-custom): Update `gud-running',
10695 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10696 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10697 (gdb-continue-thread, gdb-step-thread): New commands for fine
10698 thread execution control.
10699 (gud-menu-map): New menu items to switch non-stop options.
10700 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
10701 (gdb-send): Mimic RET properly (bug 3794).
10702
10703 * progmodes/gdb-mi.el (gdb-rules-name-maker)
10704 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10705 gdb-buffer-rules.
10706 (def-gdb-auto-update-handler): New nopreserve optional argument.
10707 (gdb-stack-list-frames-custom): Print stack from top to bottom.
10708
10709 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
10710 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10711 (gdb-parent-mode): New mode to derive other GDB modes from.
10712 (gdb-display-disassembly-for-thread)
10713 (gdb-frame-disassembly-for-thread): New commands for threads
10714 buffer.
10715
10716 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10717 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
10718 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10719 (gdb-update): We now store all GDB buffers in a list so that they
10720 can be updated by traversing a list instead of calling invalidate
10721 triggers explicitly.
10722 (def-gdb-trigger-and-handler): New macro to define trigger-handler
10723 pair for GDB buffer.
10724 (gdb-stack-buffer-name): Add thread information.
10725 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10726 handle pending triggers.
10727 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10728 (def-gdb-thread-buffer-simple-command)
10729 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10730 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
10731 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10732 New commands which show buffers bound to thread.
10733 (gdb-stack-list-locals-regexp): Removed unused regexp.
10734
10735 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10736 (gdb-locals-buffer-name, gdb-registers-buffer-name)
10737 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10738 to (gud-comint-buffer) in *-buffer-name functions
10739 because (gdb-get-target-string) already does that.
10740 (gdb-locals-handler-custom, gdb-registers-handler-custom)
10741 (gdb-changed-registers-handler): Rewritten without regexps.
10742
10743 * progmodes/gdb-mi.el: Basic thread selection support.
10744 (gdb-thread-number): New variable.
10745 (gdb-current-context-command): New macro which adds --thread
10746 option to command.
10747 (gdb-threads-mode-map): Select thread with SPC.
10748 (gdb-thread-list-handler-custom): Mark current thread with overlay
10749 arrow. Synchronize GDB thread and Emacs thread.
10750 (gdb-select-thread): New command which selects current thread.
10751 (gdb-invalidate-frames, gdb-invalidate-locals)
10752 (gdb-invalidate-registers): Use --thread option.
10753
10754 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
10755
10756 * net/tramp.el (top): Make check for tramp-gvfs loading more
10757 robust. (Bug#3977)
10758 (tramp-handle-insert-file-contents): `unwind-protect' must be
10759 inside `with-parsed-tramp-file-name'.
10760
10761 * net/tramp-gvfs.el (top): Remove superfluous message when loading
10762 fails.
10763
10764 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
10765
10766 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10767 directory if CLASSPATH is not set.
10768
10769 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
10770
10771 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10772 New defconst.
10773 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
10774
10775 2009-08-02 Kevin Ryde <user42@zip.com.au>
10776
10777 * net/newst-backend.el (newsticker--raw-url-list-defaults):
10778 Update freshmeat link. Delete newsforge.com as it seems gone.
10779
10780 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10781
10782 * select.el (x-set-selection): Doc fix (Bug#4021).
10783
10784 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10785
10786 * help-fns.el (describe-variable): Treat list return values from
10787 dir-locals-find-file properly (Bug#4005).
10788
10789 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
10790
10791 * net/tramp.el (tramp-debug-message): Print also microseconds.
10792
10793 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
10794
10795 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10796 or END is non-nil.
10797 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10798 (tramp-get-debug-buffer): Change `outline-regexp' according to new
10799 format.
10800
10801 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
10802 (tramp-get-file-property): Use it.
10803
10804 * autorevert.el (auto-revert-handler): Allow
10805 `auto-revert-tail-mode' for remote files.
10806
10807 2009-08-02 Jason Rumney <jasonr@gnu.org>
10808
10809 * minibuffer.el (read-file-name): Treat confirm options to
10810 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
10811
10812 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10813
10814 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10815 (font-lock-variable-name-face, font-lock-constant-face): Darken
10816 the colors for light backgrounds.
10817
10818 2009-08-01 Eli Zaretskii <eliz@gnu.org>
10819
10820 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10821 month names. (Bug#3987)
10822
10823 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
10824
10825 * simple.el (line-move-finish): Pass whole number to
10826 line-move-to-column.
10827 (line-move-visual): Perform hscroll to the recorded position.
10828
10829 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
10830
10831 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10832
10833 2009-07-29 Alan Mackenzie <acm@muc.de>
10834
10835 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10836
10837 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
10838
10839 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10840 (gdb-place-breakpoints): Use full path when setting breakpoints.
10841
10842 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
10843
10844 * calc/calc.el (calc-mode-map): Add keybinding for
10845 `calc-transpose-lines'.
10846
10847 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
10848
10849 * calc/calc-misc.el (calc-transpose-lines): New function.
10850
10851 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
10852
10853 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10854 Simplify check for out-of-band methods.
10855 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10856 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
10857
10858 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
10859
10860 * vc-git.el (vc-git-checkin): Fix typo.
10861
10862 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
10863
10864 * progmodes/js2-mode.el: New file.
10865
10866 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
10867
10868 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10869 (gud-menu-map): Adjust tooltip accordingly.
10870
10871 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10872
10873 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10874 (vc-bzr-log-view-mode): Adjust log-view-file-re.
10875
10876 * add-log.el (change-log-mode-map): Add a menu.
10877
10878 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
10879
10880 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10881 function returns nil.
10882 (dbus-handle-event): Handle special return value :ignore.
10883 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10884
10885 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
10886
10887 * view.el (view-mode-enable): Don't define Helper-return-blurb if
10888 it's not needed.
10889
10890 2009-07-25 Eli Zaretskii <eliz@gnu.org>
10891
10892 Fix Bug#3888:
10893
10894 * w32-vars.el (x-select-enable-clipboard): Doc fix.
10895
10896 * term/pc-win.el (x-display-name, x-colors)
10897 (x-select-enable-clipboard, x-select-text): Doc fix.
10898
10899 * term/common-win.el (x-display-name, x-colors): Doc fix.
10900
10901 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10902 (xw-defined-colors): Doc fix.
10903
10904 * w32-fns.el (x-select-text, x-setup-function-keys)
10905 (x-get-selection, x-set-selection): Doc fix.
10906
10907 * term/x-win.el (x-select-text, x-setup-function-keys)
10908 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10909
10910 * select.el (x-set-selection): Doc fix.
10911
10912 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
10913
10914 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10915 instead of "IsNSSSupportAvailable". Avahi ought to work also when
10916 "IsNSSSupportAvailable" method is not available. Reported by
10917 Steve Youngs <steve@sxemacs.org>.
10918
10919 2009-07-24 Kenichi Handa <handa@m17n.org>
10920
10921 * international/characters.el: Fix setting of category ?C, ?|, ?K,
10922 and ?H. Fix setting of case for Latin Extended and Greek Extended.
10923 (build-unicode-category-table): Fix range checks.
10924
10925 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10926
10927 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10928 the buffer we try to sync is current when calling
10929 vc-resynch-buffer.
10930
10931 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10932 not show up to date files.
10933
10934 2009-07-24 Glenn Morris <rgm@gnu.org>
10935
10936 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10937 Add autoload cookies. If necessary, initialize.
10938 (elint-log): Handle non-file buffers.
10939 (elint-initialize): Add optional argument to reinitialize.
10940 (elint-find-builtin-variables): Save excursion.
10941
10942 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10943
10944 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10945 for Lint.
10946
10947 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10948
10949 * vc.el (vc-print-log-internal): New function, split out from ...
10950 (vc-print-log): ... here.
10951 (vc-dir-move-to-goal-column): Declare.
10952
10953 * vc-git.el (vc-git-add-signoff): New variable.
10954 (vc-git-checkin): Use it.
10955 (vc-git-toggle-signoff): New function.
10956 (vc-git-extra-menu-map): Bind it to menu.
10957 (vc-git--run-command-string): Accept a nil FILE argument.
10958 (vc-git-stash-list): New function.
10959 (vc-git-dir-extra-headers): Use it.
10960
10961 2009-07-23 Glenn Morris <rgm@gnu.org>
10962
10963 * help-fns.el (describe-variable): Describe ignored and risky local
10964 variables in a similar way to that in which we describe safe ones.
10965
10966 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10967 (byte-compile-output-file-form, byte-compile-output-docform)
10968 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10969 Give some more local variables with common names a "bytecomp-" prefix,
10970 so as not to shadow things during compilation.
10971 * emacs-lisp/cl-macs.el (load-time-value)
10972 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10973 `outbuffer' to `bytecomp-outbuffer'.
10974
10975 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10976 since the next two variables cover them automatically now.
10977 (elint-builtin-variables, elint-autoloaded-variables): New.
10978 (elint-unknown-builtin-args): Remove all members, since they can be
10979 parsed automatically now.
10980 (elint-extra-errors): New.
10981 (elint-env-add-env, elint-env-add-macro): Use cadr.
10982 (elint-current-buffer): Use or. Change final message.
10983 (elint-get-top-forms): Use line-end-position.
10984 (elint-init-env): Use cadr. Handle autoload, declare-function,
10985 and defalias.
10986 (elint-add-required-env): Doc fix. Use or. Standardize error.
10987 (regexp-assoc): Remove unused function.
10988 (elint-top-form): Set elint-current-pos, to record the start of the
10989 top-level form, for compilation-mode.
10990 (elint-form): Trap errors in macro expansion. Use dolist.
10991 (elint-unbound-variable): Use elint-builtin-variables and
10992 elint-autoloaded-variables.
10993 (elint-get-args): Use cadr, or.
10994 (elint-check-cond-form): Use dolist, cadr.
10995 (elint-check-condition-case-form): Doc fix. Use cadr.
10996 Use elint-extra-errors.
10997 (elint-log): New function.
10998 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10999 Distinguish errors and warnings.
11000 (elint-log-message): Use with-current-buffer. Inhibit read-only.
11001 Use a bytecomp-style format.
11002 (elint-clear-log): Preserve default-directory. Inhibit read-only.
11003 (elint-get-log-buffer): Use compilation mode. Disable undo.
11004 Don't truncate lines.
11005 (elint-initialize): Set builtin and autoloaded variable lists.
11006 Only process elint-unknown-builtin-args if non-nil.
11007 (elint-find-builtin-variables, elint-find-autoloaded-variables):
11008 New functions.
11009 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
11010
11011 2009-07-22 Kevin Ryde <user42@zip.com.au>
11012
11013 * net/newst-backend.el (newsticker--parse-atom-1.0)
11014 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11015 (newsticker--parse-rss-1.0):
11016 * progmodes/idlwave.el (idlwave-mode):
11017 * progmodes/idlw-shell.el (idlwave-shell-mode):
11018 * progmodes/vera-mode.el (vera-mode):
11019 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
11020 * progmodes/vhdl-mode.el (vhdl-mode):
11021 * textmodes/table.el (table-generate-source)
11022 (table--warn-incompatibility):
11023 Hyperlink urls in docstrings with URL `...'.
11024
11025 2009-07-22 Glenn Morris <rgm@gnu.org>
11026
11027 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
11028 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
11029 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
11030 Remove leading * from defcustom docs.
11031
11032 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
11033
11034 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
11035 defcustom doc.
11036 (list-load-path-shadows): Optionally, just return shadows as a string.
11037
11038 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
11039
11040 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
11041
11042 * mail/rmailedit.el (rmail-edit-mode): Use
11043 auto-save-include-big-deletions.
11044
11045 * mail/rmail.el (rmail-variables): Use
11046 auto-save-include-big-deletions.
11047
11048 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
11049 changes.
11050
11051 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
11052
11053 * calc/calc.el (calc-undo-length): New variable.
11054 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
11055
11056 2009-07-21 Richard Stallman <rms@gnu.org>
11057
11058 * files.el (auto-save-mode): Handle buffer-save-size = -2
11059 for toggling mode.
11060
11061 2009-07-21 Glenn Morris <rgm@gnu.org>
11062
11063 * textmodes/ispell.el (ispell-looking-back): Update declaration.
11064
11065 * calendar/todo-mode.el (calendar-current-date): Update declaration.
11066
11067 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
11068 silence compiler. Instead...
11069 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
11070 (ps-print-ensure-fontified): Update for above function name changes.
11071
11072 * printing.el (pr-mh-get-msg-num, pr-mh-show)
11073 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11074 silence compiler. Instead...
11075 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11076 (mh-show-buffer): Only define for compiler.
11077 (pr-mh-current-message): Update for above function name changes.
11078
11079 * files.el (abort-if-file-too-large): Explicitly pass `filename'
11080 as an argument.
11081 (find-file-noselect, insert-file-1): Update for above change.
11082
11083 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11084
11085 * mail/mailclient.el (mailclient-send-it): Fix message.
11086
11087 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11088 (edebug-eval): Check cl-debug-env is bound.
11089 (print-level, print-circle): Don't redefine built-in variables.
11090
11091 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11092 (custom-print-vectors): Remove old comments from doc.
11093
11094 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11095 (emerge-version): Make the variable an obsolete alias for the
11096 emacs-version variable. Make the function obsolete.
11097 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11098 Emerge options, rather than merging in into the main Options menu.
11099 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
11100 and auto advance modes. Disable edit/fast items when not relevant.
11101
11102 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11103
11104 * term/vt420.el (terminal-init-vt420): Fix typo.
11105
11106 2009-07-20 Sam Steingold <sds@gnu.org>
11107
11108 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11109 variable (removed from compile.el on 2004-03-11).
11110
11111 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
11112
11113 * files.el (hack-local-variables-filter): Fix last change.
11114
11115 2009-07-19 Juri Linkov <juri@jurta.org>
11116
11117 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11118 (dir-local-variables-alist): New buffer-local variable.
11119 (hack-local-variables-filter): If variable is not dir-local,
11120 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11121 because file-local overrides dir-local.
11122 (c-postprocess-file-styles) <declare-function>:
11123 Remove obsolete declaration.
11124 (hack-dir-local-variables): Add dir-local variable/value pair to
11125 `dir-local-variables-alist' and remove duplicates. Doc fix.
11126
11127 * help-fns.el (describe-variable): Add information about
11128 file-local and dir-local variables.
11129
11130 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
11131
11132 * files.el (hack-local-variables-filter): Rewrite.
11133
11134 2009-07-19 Glenn Morris <rgm@gnu.org>
11135
11136 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11137 Silence compiler by only defining on XEmacs.
11138
11139 * international/mule.el (auto-coding-regexp-alist): Only match
11140 BABYL... at the start of buffer, not of lines. (Bug#3790)
11141
11142 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11143 non-calendar buffers (Bug#3862). Restore "not on a date" message.
11144 (cal-menu-context-mouse-menu): Doc fix.
11145
11146 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11147
11148 * simple.el (mail-user-agent): Doc fix. Set :version tag.
11149
11150 2009-07-18 Juri Linkov <juri@jurta.org>
11151
11152 * info.el: Virtual Info keyword finder.
11153 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
11154 (Info-finder-file): New variable.
11155 (Info-finder-find-file): New function.
11156 (finder-known-keywords, finder-package-info)
11157 (find-library-name, lm-commentary): Use defvar and
11158 declare-function to silence compiler warnings.
11159 (Info-finder-find-node): New function.
11160 (info-finder): New command.
11161
11162 * subr.el (process-kill-buffer-query-function): New function.
11163 (add-hook)<kill-buffer-query-functions>: Add hook
11164 `process-kill-buffer-query-function'.
11165
11166 2009-07-18 Alan Mackenzie <acm@muc.de>
11167
11168 * progmodes/cc-mode.el (c-before-hack-hook)
11169 (c-postprocess-file-styles): Give invocation of `c-set-style'
11170 DONT-OVERRIDE parameter of t. Already set style variables will
11171 thus not be overridden by style settings given by `c-file-syle'.
11172
11173 * files.el (hack-local-variables-filter): Remove entries with
11174 duplicate keys from `file-local-variables-alist'.
11175
11176 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11177
11178 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11179 x-set-selection if display-selections-p returns nil for the
11180 current frame.
11181
11182 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
11183
11184 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11185
11186 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11187
11188 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11189 Accept nil in addition to a regexp.
11190 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11191 Accept nil in addition to a regexp.
11192 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11193 buffers that have an associated file. Handle nil values of
11194 desktop-buffers-not-to-save and desktop-files-not-to-save.
11195 (Bug#3833)
11196
11197 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11198 (x-disown-selection-internal): New functions.
11199
11200 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
11201
11202 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11203 warning.
11204 (gdb-breakpoints-header): Move forward to avoid compiler warning.
11205 (gdb-make-header-line-mouse-map): Remove duplicate definition.
11206
11207 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
11208
11209 * simple.el (set-mark): Revert last change.
11210
11211 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
11212
11213 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11214 rendering of pngs is not possible instead of messaging a long
11215 description.
11216
11217 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
11218
11219 * w32-fns.el (x-selection-owner-p): New function.
11220
11221 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
11222 (mouse-yank-at-click, mouse-yank-primary): If
11223 select-active-regions is non-nil, deactivate the mark before
11224 insertion.
11225
11226 * simple.el (deactivate-mark, set-mark): Only save selection if we
11227 own it.
11228
11229 2009-07-17 Kenichi Handa <handa@m17n.org>
11230
11231 * case-table.el (describe-buffer-case-table): Fix for the case
11232 that KEY is a cons.
11233
11234 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11235
11236 * vc-rcs.el (vc-rcs-find-file-hook):
11237 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11238
11239 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
11240
11241 * net/tramp.el (tramp-wait-for-output): Handle the case when
11242 commands do not return a newline but a null byte before the shell
11243 prompt. (Bug#3858)
11244
11245 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11246
11247 * term/ns-win.el (ns-set-alpha): Don't declare.
11248 (ns-set-background-alpha): Remove function.
11249
11250 2009-07-16 Kevin Ryde <user42@zip.com.au>
11251
11252 * emacs-lisp/copyright.el (copyright-update): Save match-data across
11253 y-or-n-p, for safety.
11254
11255 2009-07-16 Richard Stallman <rms@gnu.org>
11256
11257 * files.el (auto-save-mode): If buffer-saved-size is -2,
11258 don't clobber it.
11259
11260 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11261 (rmail-retry-ignored-headers): Add more uninteresting fields.
11262
11263 2009-07-15 Jari Aalto <jari.aalto@cante.net>
11264
11265 * net/rcirc.el (rcirc): Use history variables.
11266 (rcirc-server-name-history, rcirc-nick-name-history)
11267 (rcirc-server-port-history): New variables.
11268
11269 2009-07-15 Kenichi Handa <handa@m17n.org>
11270
11271 * international/mule-cmds.el (set-language-environment-charset):
11272 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11273 ignore them.
11274
11275 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11276 Delete unibyte-display.
11277
11278 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11279
11280 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11281
11282 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11283
11284 * simple.el (deactivate-mark): Optional argument FORCE.
11285 (set-mark): Use deactivate-mark.
11286
11287 * info.el (Info-search): No need to check transient-mark-mode
11288 before calling deactivate-mark.
11289
11290 * select.el (x-set-selection): Doc fix.
11291 (x-valid-simple-selection-p): Allow buffer values.
11292 (xselect--selection-bounds): Handle buffer values. Suggested by
11293 David De La Harpe Golden.
11294
11295 * mouse.el (mouse-set-region, mouse-drag-track): Call
11296 copy-region-as-kill before setting the mark, to let
11297 select-active-regions work.
11298
11299 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
11300
11301 * simple.el (deactivate-mark): If select-active-regions is
11302 non-nil, copy the selection data into a string.
11303 (activate-mark): If select-active-regions is non-nil, set the
11304 selection to the current buffer.
11305 (set-mark): Update selection if select-active-regions is non-nil.
11306
11307 * select.el (x-valid-simple-selection-p): Allow buffer values.
11308
11309 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
11310
11311 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11312 and more featureful message-mode.
11313
11314 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
11315
11316 * select.el (x-set-selection): Doc fix.
11317 (x-valid-simple-selection-p): Disallow selection data consisting
11318 of a list or cons of integers, since that is not used.
11319 (xselect--selection-bounds, xselect--int-to-cons): New functions.
11320 (xselect-convert-to-string, xselect-convert-to-length)
11321 (xselect-convert-to-filename, xselect-convert-to-charpos)
11322 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11323
11324 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
11325
11326 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11327 output in -break-info command (Emacs bug #3794).
11328
11329 2009-07-14 Glenn Morris <rgm@gnu.org>
11330
11331 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11332 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11333 (edebug-print-length, edebug-print-level, edebug-print-circle)
11334 (edebug-sit-for-seconds, edebug-view-outside)
11335 (edebug-bounce-point, edebug-set-global-break-condition)
11336 (edebug-Go-nonstop-mode, edebug-trace-mode)
11337 (edebug-Trace-fast-mode, edebug-continue-mode)
11338 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11339 (edebug-visit-eval-list): Doc fixes.
11340
11341 * subr.el (def-edebug-spec): Doc fix.
11342
11343 2009-07-14 Kenichi Handa <handa@m17n.org>
11344
11345 * international/characters.el: Fix setting of category ?C.
11346
11347 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
11348
11349 * term/ns-win.el (x-select-font): defalias x-select-font to
11350 ns-popup-font-panel instead of generate-fontset-menu.
11351
11352 2009-07-12 Eli Zaretskii <eliz@gnu.org>
11353
11354 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
11355
11356 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
11357
11358 * arc-mode.el (archive-find-type): Allow for a PK00 string before
11359 the PK\003\004 header (Bug#3770).
11360
11361 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
11362
11363 * pcomplete.el (pcomplete-comint-setup): Check for
11364 shell-dynamic-complete-filename too.
11365
11366 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
11367
11368 * simple.el (temporary-goal-column): Change the value for
11369 line-move-visual to a cons cell.
11370 (line-move-visual): Record or set the window hscroll, if
11371 necessary (Bug#3494).
11372 (line-move-1): Handle cons value of temporary-goal-column.
11373
11374 2009-07-11 Kenichi Handa <handa@m17n.org>
11375
11376 * international/mule-diag.el (describe-character-set): Don't show
11377 width.
11378
11379 2009-07-10 Sam Steingold <sds@gnu.org>
11380
11381 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11382 Omake sometimes indents the errors it prints, so allow all
11383 regexps to start with spaces.
11384
11385 2009-07-10 Eli Zaretskii <eliz@gnu.org>
11386
11387 * cus-edit.el (customize-changed-options-previous-release):
11388 Bump value to 22.1. (Bug#3804)
11389
11390 2009-07-08 Sam Steingold <sds@gnu.org>
11391
11392 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11393 to be a cons cell (test . ignored-directory) to selectively ignore
11394 some directories depending on the location of the search.
11395
11396 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
11397
11398 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11399 remote user is root, on the local host.
11400 (tramp-local-host-p): Either the local user or the remote user
11401 must be root. (Bug#3771)
11402
11403 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11404
11405 * progmodes/gdb-mi.el (gdb): Remove description of
11406 gdb-use-separate-io-buffer.
11407 (menu): Don't allow toggling of or enable
11408 gdb-use-separate-io-buffer from menubar.
11409
11410 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
11411
11412 * mail/unrmail.el (unrmail): Make sure the message ends with two
11413 newlines (Bug#3769).
11414
11415 2009-07-08 Glenn Morris <rgm@gnu.org>
11416
11417 * calendar/calendar.el (calendar-current-date): Rework previous change.
11418
11419 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
11420
11421 * calendar/calendar.el (calendar-current-date):
11422 Add an optional argument giving an offset from today.
11423
11424 2009-07-08 Glenn Morris <rgm@gnu.org>
11425
11426 * tutorial.el (tutorial--describe-nonstandard-key):
11427 Adjust the message for when a key has been unbound.
11428 (help-with-tutorial): Hide the arch-tag.
11429
11430 2009-07-08 Kenichi Handa <handa@m17n.org>
11431
11432 * international/fontset.el (setup-default-fontset): For each
11433 script, append (not set) font-specs.
11434
11435 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11436 docstring.
11437
11438 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11439
11440 * progmodes/gdb-mi.el (gdb-init-1): Move sending
11441 -data-list-register-names to ...
11442 (gdb-starting): ... here because GDB 7.0 requires execution to
11443 have started when using this MI command.
11444 (gdb-set-header): New function to distinguish select and
11445 unselected tabs in gdb buffers.
11446 (gdb-propertize-header): New macro that uses gdb-set-header.
11447 (gdb-breakpoints-header, gdb-locals-header): Use it.
11448 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
11449
11450 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
11451
11452 * Makefile.in (ELCFILES): Remove fadr.elc.
11453
11454 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
11455
11456 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11457 may contain frame information, so `string-match' should be used.
11458 (gdb-update): Disassembly is invalidated through
11459 `gdb-get-selected-frame'.
11460 (gdb-pad-string): New function to pad string with spaces.
11461 (gdb-invalidate-disassembly): Invalidate only if the buffer
11462 exists.
11463 (gdb-disassembly-handler-custom): Column alignment.
11464 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11465 placing new ones.
11466 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11467 end of line, too.
11468 (gdb-frame-handler): Match convention to for disassembly buffer
11469 mode name.
11470 (gdb-stack-list-frames-handler): Rewritten without regexps.
11471 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11472 not highlight breakpoints without line information.
11473 (gdb-input): Add trailing newline to command.
11474
11475 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11476 buffer properly.
11477 (gdb-breakpoints-list-handler-custom): Replacement for
11478 `gdb-break-list-handler'. Using real parser instead of regexps
11479 now.
11480 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11481 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11482 to place breakpoints.
11483 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11484 functions.
11485 (gdb-disassembly-handler-custom): Show overlay arrow.
11486 (gdb-disassembly-place-breakpoints): Show breakpoints in
11487 disassembly buffer.
11488 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11489 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
11490 instead of parsing breakpoints buffer. Fixed old menu references
11491 in `gud-menu-map'.
11492
11493 * fadr.el: Remove.
11494
11495 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
11496 (gdb-memory-address): New variable which holds top address of
11497 memory page shown in memory buffer.
11498 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
11499 customization variables.
11500 New functions:
11501 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11502 display the memory buffer.
11503 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11504 buffer display parameters.
11505 (def-gdb-memory-format, gdb-memory-format-binary)
11506 (gdb-memory-format-octal, gdb-memory-format-unsigned)
11507 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11508 Functions for setting memory buffer format.
11509 (gdb-memory-unit-word, gdb-memory-unit-halfword)
11510 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11511 unit size used in memory buffer.
11512 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
11513 to next/previous page of memory buffer.
11514 Now using (bindat-get-field) instead of fadr functions.
11515
11516 2009-07-07 Sam Steingold <sds@gnu.org>
11517
11518 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11519 non-top-level files.
11520
11521 2009-07-07 Kenichi Handa <handa@m17n.org>
11522
11523 * international/mule-cmds.el (reset-language-environment): Put
11524 the highset priority to the charset iso-8859-1.
11525
11526 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11527
11528 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11529 to the end of the line when locating the block (Bug#700).
11530
11531 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
11532
11533 * net/tramp.el (tramp-handle-write-region): Flush file properties
11534 in case of short track.
11535
11536 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
11537
11538 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11539 Coded custom representation of verilog error regular expressions
11540 to work with Emacs-22's new format.
11541 (verilog-error-regexp-xemacs-alist): Coded custom representation
11542 of verilog error regular expressions to work with XEmacs format.
11543 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11544 error recognition into XEmacs.
11545 (verilog-error-regexp-add-emacs): Hook routine to install verilog
11546 error recognition into Emacs-22.
11547
11548 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11549
11550 * woman.el: Remove stand-alone closing parentheses.
11551 (woman-file-name, woman2-format-paragraphs)
11552 (woman-leave-blank-lines): Code cleanup.
11553 (woman-use-own-frame): Change default to nil.
11554 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
11555 defaults to inherit from default faces.
11556 (woman2-process-escapes): Consume the newline after a stand-alone
11557 filler character (Bug#3651).
11558
11559 2009-07-06 Glenn Morris <rgm@gnu.org>
11560
11561 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11562 (top-level): Move provide to the end.
11563 (ffap): Remove defunct URL from custom group.
11564
11565 * subr.el (eval-after-load): Doc fix.
11566
11567 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
11568
11569 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11570 `calc-embedded-word' is called twice.
11571
11572 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11573
11574 * files.el (find-alternate-file-other-window, find-alternate-file):
11575 Obey confirm-nonexistent-file-or-buffer.
11576
11577 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
11578
11579 * dired-aux.el (dired-show-file-type): Handle remote files.
11580
11581 2009-07-05 Jari Aalto <jari.aalto@cante.net>
11582
11583 * desktop.el (desktop-globals-to-save):
11584 Add file-name-history (Bug#2750).
11585
11586 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
11587
11588 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
11589
11590 2009-07-04 Johan Bockgård <bojohan@gnu.org>
11591
11592 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11593 property on entire argument since this is what eshell-lisp-command
11594 expects.
11595
11596 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
11597
11598 * net/tramp-gvfs.el (tramp-gvfs-methods)
11599 (tramp-gvfs-zeroconf-domain)
11600 (tramp-bluez-discover-devices-timeout): Add version flag.
11601 (tramp-gvfs-handler-mounted-unmounted)
11602 (tramp-gvfs-connection-mounted-p): Polish handling of
11603 incompatibilities between GVFS 0.2 and 1.0.
11604
11605 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
11606
11607 * cus-start.el (all): Add make-pointer-invisible.
11608
11609 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
11610
11611 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
11612 formatted correctly.
11613
11614 2009-07-02 Juri Linkov <juri@jurta.org>
11615
11616 * info.el: Virtual Info files and nodes.
11617 (Info-virtual-files, Info-virtual-nodes): New variables.
11618 (Info-current-node-virtual): New variable.
11619 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11620 New functions.
11621 (Info-file-supports-index-cookies): Use Info-virtual-file-p
11622 to check for a virtual file instead of checking a fixed list
11623 of node names.
11624 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11625 instead of ad-hoc processing of "dir" and (apropos history toc).
11626 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11627 instead of ad-hoc processing of "dir" and (apropos history toc).
11628 Reread a file when moving from a virtual node.
11629 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11630 (Info-directory-toc-nodes, Info-directory-find-file)
11631 (Info-directory-find-node): New functions.
11632 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11633 (Info-history): Move part of code to
11634 `Info-history-find-node'.
11635 (Info-history-toc-nodes, Info-history-find-file)
11636 (Info-history-find-node): New functions.
11637 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11638 (Info-toc): Move part of code to `Info-toc-find-node'.
11639 (Info-toc-find-node): New function.
11640 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
11641 the current Info file name to references because now the node
11642 "*TOC*" belongs to the same Info manual.
11643 (Info-toc-build): Rename from `Info-build-toc'.
11644 (Info-toc-nodes): Rename input argument `file' to `filename'.
11645 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11646 instead of ad-hoc processing of ("dir" apropos history toc).
11647 (Info-index-nodes): Use Info-virtual-file-p
11648 to check for a virtual file instead of checking a fixed list
11649 of node names.
11650 (Info-index-node): Add check for `Info-current-node-virtual'.
11651 Raise `save-match-data' higher up the tree to contain
11652 `search-forward' too (bug fix).
11653 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11654 (Info-virtual-index-nodes): New variable.
11655 (Info-virtual-index-find-node, Info-virtual-index): New functions.
11656 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11657 (Info-apropos-file, Info-apropos-nodes): New variables.
11658 (Info-apropos-toc-nodes, Info-apropos-find-file)
11659 (Info-apropos-find-node, Info-apropos-matches): New functions.
11660 (info-apropos): Move part of code to `Info-apropos-find-node' and
11661 `Info-apropos-matches'.
11662 (Info-mode-map): Bind "I" to `Info-virtual-index'.
11663 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11664 for a virtual file instead of checking a fixed list of node names.
11665
11666 * simple.el (async-shell-command): New command.
11667
11668 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11669
11670 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11671 instead of `mount-info'.
11672
11673 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
11674
11675 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
11676 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
11677
11678 2009-07-02 Kenichi Handa <handa@m17n.org>
11679
11680 * international/mule.el (set-keyboard-coding-system): Force *-unix
11681 coding-system to avoid eol conversion.
11682
11683 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
11684
11685 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11686 Add handler for `process-file', `shell-command' and
11687 `start-file-process'.
11688 (tramp-gvfs-handle-shell-command)
11689 (tramp-gvfs-handle-start-file-process)
11690 (tramp-gvfs-handle-process-file): New defuns.
11691 (tramp-synce-list-devices): Simplify check for existence of property.
11692
11693 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
11694
11695 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11696
11697 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
11698
11699 * language/korean.el (set-language-info-alist): Add korean-cp949,
11700 cp949 to spec.
11701
11702 2009-07-01 Kenichi Handa <handa@m17n.org>
11703
11704 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11705
11706 * international/encoded-kb.el: Deleted.
11707
11708 * international/mule.el (set-keyboard-coding-system): Perform the
11709 necessary setup here instead of calling encoded-kbd-setup-display.
11710
11711 2009-07-01 Glenn Morris <rgm@gnu.org>
11712
11713 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11714
11715 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
11716
11717 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
11718
11719 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
11720
11721 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11722 Handle also the 'rename case, when setting file modes. (Bug#3712)
11723 (tramp-default-file-modes): Remove execute permissions.
11724
11725 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
11726 (top): Add a default for "synce" in `tramp-default-user-alist'.
11727 Add completion function for "synce" method.
11728 (tramp-hal-service, tramp-hal-path-manager)
11729 (tramp-hal-interface-manager, tramp-hal-interface-device):
11730 New defconst.
11731 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11732 (tramp-synce-list-devices, tramp-synce-parse-device-names):
11733 New defuns.
11734
11735 * net/trampver.el: Update release number.
11736
11737 2009-06-30 Kenichi Handa <handa@m17n.org>
11738
11739 * international/fontset.el (setup-default-fontset): Add CJK fonts
11740 for symbols and the other miscellaneous characters.
11741
11742 * language/korea-util.el (setup-korean-environment-internal):
11743 Make char-width-table suitable for Korean environments.
11744 (exit-korean-environment): Cancel above.
11745
11746 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11747 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
11748 setup-function to make char-width-table suitable for respective
11749 environments, and an exit-function to cancel that.
11750
11751 * language/japan-util.el (setup-japanese-environment-internal):
11752 Call use-cjk-char-width-table with arg `ja_JP'.
11753
11754 * international/characters.el (cjk-char-width-table): Delete it.
11755 (cjk-char-width-table-list): New variable.
11756 (use-cjk-char-width-table): New arg local-name.
11757 (use-default-char-width-table): Fix for the case that Emacs is
11758 already using the default char-width-table.
11759
11760 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
11761
11762 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11763 modes mandatory. (Bug#3712)
11764
11765 2009-06-29 Alan Mackenzie <acm@muc.de>
11766
11767 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
11768 correction between the visible width of TABs and their number of bytes.
11769
11770 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
11771
11772 * server.el (server-buffer-done): Prevent kill-buffer from
11773 prompting by clearing the buffer modification flag (Bug#3696).
11774
11775 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
11776
11777 * progmodes/verilog-mode.el (verilog-beg-of-statement)
11778 (verilog-endcomment-reason-re): Support unique case and priority case.
11779 (verilog-basic-complete-re): Support localparam lineup.
11780 (verilog-beg-of-statement-1): Fix for robustness, unique case.
11781 (verilog-set-auto-endcomments): Fix for unique case, always_comb
11782 commenting.
11783 (verilog-leap-to-case-head): Now support *nested* unique &
11784 priority case statements.
11785 (verilog-auto-lineup): Make just declarations the default (as it
11786 had been).
11787 (verilog-leap-to-case-head): Support priority/unique case statements.
11788 (verilog-auto-lineup): Rework to give users radio buttons to
11789 select the various styles of automatic lineup.
11790 (verilog-error-regexp-alist): Rework to support the XEmacs style
11791 of error regular expressions from compilers, lint tools &
11792 simulators. Note that GNU Emacs has made it impossible for a mode
11793 to load such things.
11794 (electric-verilog-terminate-line, verilog-indent-declaration)
11795 (verilog-auto-wiure): Rework for radio button selection of
11796 auto-lineup selection of specification of auto lineup.
11797 (verilog-beg-of-statement-1): Redesign to support proper operation
11798 in additional code, based on testing with auto-lineup.
11799 (verilog-calculate-indent, assignments & declarations)
11800 (verilog-backward-token): Enhance to support auto-lineup of
11801 assignments & declarations.
11802 (verilog-in-directive-p, verilog-at-struct-p): New function for
11803 easy test of whether we are.
11804 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11805 to support safe execution at almost anyline.
11806 (verilog-calc-1): Properly support indenting deep inside generate
11807 blocks.
11808 (verilog-init-font): Remove definition & use of verilog-init-font,
11809 as it is redundant with font-lock-defaults.
11810 (verilog-mode): Alter the definition of verilog-font-lock-defaults
11811 to avoid circular calls if syntax-ppss is a function (as is the
11812 case now in 22.x GNU Emacs) as that function would sometimes call
11813 itself, leading to (nearly) infinite recursion.
11814 (verilog-ovm-begin-re, verilog-ovm-end-re)
11815 (verilog-ovm-statement-re, verilog-leap-to-head)
11816 (verilog-backward-token): Add support for OVM macros. Some are
11817 complete statements, and others open and close scopes like begin
11818 and end.
11819 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11820 (verilog-defun-level-generate-only-re): Really fix the defun-list
11821 compilation issue.
11822 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
11823 coverpoint, constraint and cross statements.
11824 (verilog-defun-level-list, verilog-generate-defun-level-list)
11825 (verilog-all-defun-level-list): Redo these specifications - it is
11826 too hard to support eval-when compile aggregation of lists also
11827 built at when-compile time.
11828 (verilog-defun-level-list): Place defconsts of variables used in
11829 building regular expressions which are built in eval-when-compile
11830 bodies in the same eval-when-compile body to facilitate compile
11831 without load.
11832 (verilog-beg-block-re-ordered): Support indenting
11833 virtual/protected tasks and functions.
11834 (verilog-defun-level-list, verilog-in-generate-region-p)
11835 (verilog-backward-ws&directives, verilog-calc-1): Speed up
11836 indentation of some module items (generate items).
11837 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11838 across virtual/protected tasks and functions.
11839
11840 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
11841
11842 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
11843 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
11844 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11845 in concatenations. Reported by Yishay Belkind.
11846 (verilog-auto-ascii-enum): Support one-hot state machines in
11847 AUTOASCIIENUM. Suggested by Lloyd Gomez.
11848 (verilog-auto-inst, verilog-auto-inst-port): Include interface
11849 modport in AUTOINST and add vl-modport for users. Reported by
11850 David Rogoff.
11851 (verilog-auto-inout-module, verilog-auto-inst)
11852 (verilog-decls-get-interfaces, verilog-insert-definition)
11853 (verilog-insert-one-definition, verilog-read-decls)
11854 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11855 (verilog-sig-modport, verilog-signals-combine-bus)
11856 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11857 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11858 Suggested by David Rogoff.
11859 (verilog-repair-open-comma): Fix non-insertion of comma when
11860 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
11861 (verilog-make-width-expression): Simplify [A-1:0] expression
11862 widths to just {A{1'b0}}.
11863 (verilog-mode): Cleanup checkdoc warnings.
11864 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11865 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
11866 inputs/outputs or data type. Suggested by Vasu Kandadi.
11867 (next-error-last-buffer): Fix byte-compiler warning.
11868 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11869 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
11870 or shell command text during AUTO expansion. Suggested by Tad Truex.
11871 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
11872 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11873 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
11874 in AUTOINOUT. Reported by Matthew Lovell.
11875 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11876 causing use of <= assignments. Reported by Alex Reed.
11877 (verilog-read-decls): Fix triand, trior, wand, wor to be
11878 recognized by AUTOWIRE. Reported by Spencer Isaacson.
11879 (verilog-extended-complete-re): Support import "DPI-C" functions.
11880 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
11881 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
11882 (verilog-insert-date, verilog-insert-year)
11883 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11884 Windows systems. Reported by Michael Potts.
11885 (verilog-read-module-name): Fix AUTOINST when the child module
11886 declaration's name is a tick define. Reported by Elliot Mednick.
11887 (verilog-read-decls): Fix V2K parameter bit subscripts getting
11888 passed to next parameter's definition. Reported by Bruce T.
11889 (verilog-read-decls): Fix detecting "parameter int" when using
11890 AUTOINSTPARAM. Reported by Bruce T.
11891 (verilog-goto-defun): Fix goto not finding modules unless first
11892 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
11893 (verilog-mode): Expand -f flag arguments on entry to mode so
11894 verilog-goto-defun will work. Reported by Lawrence Butcher.
11895 (verilog-getopt): Expand environment variables in -f file
11896 arguments. Suggested by Lawrence Butcher.
11897 (verilog-set-define): Fix "Symbol's value as variable is void"
11898 when reading enumerations.
11899 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11900 Suggested by Stephen Peltan.
11901 (verilog-read-defines): Fix reading of enumerations in include
11902 files. Reported by Steve Peltan.
11903
11904 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
11905
11906 * files.el (trash-directory): Fix defcustom type.
11907
11908 2009-06-28 Juri Linkov <juri@jurta.org>
11909
11910 * help-fns.el (describe-function-1): Correctly locate adviced
11911 functions in hyperlink (Bug#2438).
11912
11913 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
11914
11915 * files.el (trash-directory): Change default to nil.
11916 (move-file-to-trash): If trash-directory is nil and
11917 system-move-file-to-trash is unbound, perform freedesktop-style
11918 trashing.
11919
11920 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
11921
11922 * files.el (move-file-to-trash): Add freedesktop trash
11923 support (Bug#973).
11924
11925 2009-06-28 Glenn Morris <rgm@gnu.org>
11926
11927 * autorevert.el (global-auto-revert-non-file-buffers)
11928 (global-auto-revert-mode): Doc fixes.
11929
11930 2009-06-27 Johan Bockgård <bojohan@gnu.org>
11931
11932 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11933
11934 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
11935
11936 * faces.el (x-handle-named-frame-geometry): Ensure that we have
11937 opened an X connection before calling x-get-resource (Bug#3194).
11938
11939 * play/doctor.el: Remove reference to obsolete website.
11940 (make-doctor-variables): Correct grammar mistake (Bug#2633).
11941
11942 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
11943
11944 Remove find-file-not-found-hook VC method. (Bug#2757)
11945 * vc-hooks.el (vc-file-not-found-hook)
11946 (vc-default-find-file-not-found-hook): Remove functions.
11947 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11948 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11949 * vc.el:
11950 * vc-hg.el:
11951 * vc-git.el: Do not mention find-file-not-found-hook VC method.
11952
11953 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
11954
11955 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
11956 compatibility function for `looking-back'.
11957
11958 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11959 Use `ispell-looking-back'.
11960
11961 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
11962
11963 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
11964 rather than `filename'.
11965
11966 2009-06-23 Miles Bader <miles@gnu.org>
11967
11968 * face-remap.el (text-scale-set): New function.
11969
11970 2009-06-23 Glenn Morris <rgm@gnu.org>
11971
11972 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11973
11974 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11975
11976 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11977
11978 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11979
11980 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11981 Simplify Persian conditionals.
11982
11983 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11984 variable `filename'.
11985
11986 * comint.el (comint-insert-input): Doc fix.
11987
11988 * Makefile.in (ELCFILES): Fix typo in previous change.
11989
11990 2009-06-23 Miles Bader <miles@gnu.org>
11991
11992 * cus-start.el: Add entry for `recenter-redisplay'.
11993
11994 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11995
11996 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11997 Add an optional argument for the backend, use it instead of
11998 calling vc-backend.
11999 (vc-mode-line): Add an optional argument for the backend.
12000 Pass the backend to vc-state and vc-working-revision. Move code for
12001 special handling for vc-state being a buffer to ...
12002
12003 * vc-rcs.el (vc-rcs-find-file-hook):
12004 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
12005
12006 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
12007 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
12008 vc-stay-local-p and vc-mode-line calls.
12009
12010 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
12011 (vc-cvs-diff, vc-cvs-annotate-command)
12012 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
12013 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
12014 vc-mode-line calls.
12015
12016 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
12017 direct comparison.
12018 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
12019 backend when calling vc-mode-line.
12020 (vc-register): Do not create a closure for calling the vc register
12021 function, call it directly.
12022
12023 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12024
12025 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
12026 to make it obvious item can be clicked.
12027
12028 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
12029
12030 2009-06-23 Kenichi Handa <handa@m17n.org>
12031
12032 * language/korea-util.el (korean-key-bindings): Change the binding
12033 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
12034 same command.
12035
12036 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
12037
12038 Sync with Tramp 2.1.16.
12039
12040 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
12041
12042 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
12043 when a loading of a package fails. Completion function for rsync
12044 is `tramp-completion-function-alist-ssh'.
12045 (all): Replace all calls of `split-string' and
12046 `tramp-split-string' by `tramp-compat-split-string'.
12047 (tramp-default-method): Use `tramp-compat-process-running-p'.
12048 (tramp-default-proxies-alist): Allow also Lisp forms.
12049 (tramp-remote-path): Add choice "Private Directories".
12050 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
12051 (tramp-domain-regexp): Allow also "-", "_" and ".".
12052 (tramp-end-of-output): Remove newlines, and add "$" at the end.
12053 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
12054 (tramp-debug-message): Insert header line in debug buffer.
12055 (tramp-handle-directory-files-and-attributes-with-stat):
12056 Care about filenames with spaces, or starting with "-".
12057 (tramp-handle-dired-uncache): New defun.
12058 (tramp-handle-insert-directory): Don't flush the directory from
12059 cache, this is handled by `dired-uncache' now.
12060 (tramp-handle-insert-file-contents): Improve error handling.
12061 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12062 Quote `tramp-end-of-output'.
12063 (tramp-action-password): Improve trace message.
12064 (tramp-check-for-regexp): Both echoes must be present, before removing.
12065 (tramp-open-connection-setup-interactive-shell): Trace coding system.
12066 (tramp-compute-multi-hops): Eval cons cells of
12067 `tramp-default-proxies-alist'.
12068 (tramp-maybe-open-connection): Use the same command pattern for
12069 first hop and further hops.
12070 (tramp-wait-for-output): Remove handling of newlines.
12071 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12072 (tramp-split-string): Remove function. It is handled in
12073 tramp-compat now.
12074
12075 * net/tramp-cmds.el (tramp-bug):
12076 Recommend `tramp-cleanup-all-connections' in the bug mail.
12077
12078 * net/tramp-compat.el (tramp-compat-split-string)
12079 (tramp-compat-process-running-p): New defuns.
12080
12081 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12082 for `dired-uncache'.
12083
12084 * net/tramp-gvfs.el: New package.
12085
12086 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12087 Add handler for `dired-uncache'.
12088 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12089
12090 * net/trampver.el: Update release number. Make version check fit
12091 for SXEmacs 22.
12092
12093 2009-06-22 Jim Meyering <meyering@redhat.com>
12094
12095 Automatically handle .xz suffix (XZ-compressed files), too.
12096 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12097 XZ is the successor to LZMA: <http://tukaani.org/xz/>
12098
12099 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
12100 Nick Roberts <nickrob@snap.net.nz>
12101
12102 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
12103 repository (http://sphinx.net.ru/hg/gdb-mi/).
12104
12105 2009-06-22 Glenn Morris <rgm@gnu.org>
12106
12107 * files.el (dir-locals-collect-mode-variables): Allow for any number of
12108 `mode' and `eval' entries. (Bug#3430)
12109
12110 * Makefile.in (ELCFILES): Add fadr.elc.
12111
12112 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12113 differing behavior of \n and ^ in strings. (Bug#3385)
12114
12115 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12116
12117 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12118 property.
12119 (lisp-indent-function): Make it a defcustom.
12120
12121 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
12122
12123 * progmodes/gdb-ui.el: Replace with ...
12124 * progmodes/gdb-mi.el: ... this file.
12125 * progmodes/gud.el: Modify for gdb-mi.el.
12126
12127 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
12128
12129 * fadr.el: New file.
12130
12131 See ChangeLog.14 for earlier changes.
12132
12133 ;; Local Variables:
12134 ;; coding: utf-8
12135 ;; End:
12136
12137 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
12138
12139 This file is part of GNU Emacs.
12140
12141 GNU Emacs is free software: you can redistribute it and/or modify
12142 it under the terms of the GNU General Public License as published by
12143 the Free Software Foundation, either version 3 of the License, or
12144 (at your option) any later version.
12145
12146 GNU Emacs is distributed in the hope that it will be useful,
12147 but WITHOUT ANY WARRANTY; without even the implied warranty of
12148 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12149 GNU General Public License for more details.
12150
12151 You should have received a copy of the GNU General Public License
12152 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
12153
12154 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1