]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Doc fixes related to diary-sort-entries.
[gnu-emacs] / lisp / ChangeLog
1 2010-09-14 Glenn Morris <rgm@gnu.org>
2
3 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
4 Doc fixes.
5
6 * calendar/diary-lib.el (diary-included-files): New variable.
7 (diary-list-entries): Maybe initialize diary-included-files.
8 (diary-include-other-diary-files): Append to diary-included-files.
9 * calendar/appt.el (appt-update-list): Also check the members of
10 diary-included-files. (Bug#6999)
11 (appt-check): Doc fix.
12
13 2010-09-12 David Reitter <david.reitter@gmail.com>
14
15 * simple.el (line-move-visual): Do not truncate goal column to
16 integer size. (Bug#7020)
17
18 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19
20 * repeat.el (repeat): Allow repeating when the last event is a click.
21 Suggested by Drew Adams (bug#6256).
22
23 2010-09-11 Sascha Wilde <wilde@sha-bang.de>
24
25 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
26 Replace setting HGRCPATH to "" by some less invasive --config options.
27
28 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
29
30 * font-lock.el (font-lock-beginning-of-syntax-function):
31 Mark as obsolete.
32
33 2010-09-10 Glenn Morris <rgm@gnu.org>
34
35 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
36 and tool-bar modes. (Bug#6211)
37 (menu-bar-mode): Move setting of standard-value after the
38 minor-mode definition, otherwise it seems to have no effect.
39
40 2010-09-08 Masatake YAMATO <yamato@redhat.com>
41
42 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
43 Fix typo. (Bug#6976)
44
45 2010-09-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
46
47 * whitespace.el: Allow cleaning up blanks without blank
48 visualization (Bug#6651). Adjust help window for
49 whitespace-toggle-options (Bug#6479). Allow to use fill-column
50 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
51 (whitespace-style): Add new value 'face. Adjust docstring.
52 (whitespace-space, whitespace-hspace, whitespace-tab):
53 Adjust foreground property face.
54 (whitespace-line-column): Adjust docstring and type declaration.
55 (whitespace-style-value-list, whitespace-toggle-option-alist)
56 (whitespace-help-text): Adjust const initialization.
57 (whitespace-toggle-options, global-whitespace-toggle-options):
58 Adjust docstring.
59 (whitespace-display-window, whitespace-interactive-char)
60 (whitespace-style-face-p, whitespace-color-on): Adjust code.
61 (whitespace-help-scroll): New fun.
62
63 2010-09-05 Alexander Klimov <alserkli@inbox.ru> (tiny change)
64
65 * files.el (directory-abbrev-alist): Use \` as default regexp.
66
67 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
68 chars like - or ] (bug#6984).
69 (rx-any-condense-range): Explode 2-char ranges.
70
71 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
72
73 * textmodes/bibtex.el:
74 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
75
76 2010-09-02 Glenn Morris <rgm@gnu.org>
77
78 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
79
80 2010-08-31 Kenichi Handa <handa@m17n.org>
81
82 * international/mule-cmds.el (standard-display-european-internal):
83 Setup standard-display-table for 8-bit characters by storing 8-bit
84 characters in the element vector.
85
86 * disp-table.el (standard-display-8bit):
87 Setup standard-display-table for 8-bit characters by storing 8-bit
88 characters in the element vector.
89 (standard-display-european): Likewise.
90
91 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
92
93 Sync with Tramp 2.1.19.
94
95 * net/tramp-cmds.el (tramp-cleanup-all-connections)
96 (tramp-reporter-dump-variable, tramp-load-report-modules)
97 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
98 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
99
100 * net/tramp-compat.el (top): Do not autoload
101 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
102 only when `start-file-process' is not bound.
103 (byte-compile-not-obsolete-vars): Define if not bound.
104 (tramp-compat-funcall): New defmacro.
105 (tramp-compat-line-beginning-position)
106 (tramp-compat-line-end-position)
107 (tramp-compat-temporary-file-directory)
108 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
109 (tramp-compat-copy-file, tramp-compat-copy-directory)
110 (tramp-compat-delete-file, tramp-compat-delete-directory)
111 (tramp-compat-number-sequence, tramp-compat-process-running-p):
112 Use it.
113 (tramp-advice-file-expand-wildcards): Do not use
114 `tramp-handle-file-remote-p'.
115 (tramp-compat-make-temp-file): Simplify fallback implementation.
116 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
117 (tramp-compat-copy-tree): Remove function.
118 (tramp-compat-delete-file): New defun.
119 (tramp-compat-delete-directory): Provide implementation for older
120 Emacsen.
121 (tramp-compat-file-attributes): Handle only
122 `wrong-number-of-arguments' error.
123
124 * net/tramp-fish.el (tramp-fish-handle-copy-file):
125 Add PRESERVE_SELINUX_CONTEXT.
126 (tramp-fish-handle-delete-file): Add TRASH arg.
127 (tramp-fish-handle-directory-files-and-attributes):
128 Do not use `tramp-fish-handle-file-attributes.
129 (tramp-fish-handle-file-local-copy)
130 (tramp-fish-handle-insert-file-contents)
131 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
132
133 * net/tramp-gvfs.el (top): Require url-util.
134 (tramp-gvfs-mount-point): Remove.
135 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
136 and `set-file-selinux-context'.
137 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
138 (tramp-gvfs-handle-file-selinux-context)
139 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
140 (with-tramp-dbus-call-method): Format trace message.
141 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
142 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
143 Implement backup call, when operation on local files fails.
144 Use progress reporter. Flush properties of changed files.
145 (tramp-gvfs-handle-delete-file): Add TRASH arg.
146 Use `tramp-compat-delete-file'.
147 (tramp-gvfs-handle-expand-file-name): Expand "~/".
148 (tramp-gvfs-handle-make-directory): Make more traces.
149 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
150 (tramp-gvfs-url-file-name): Hexify file name in url.
151 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
152 into account for the resulting file name.
153 (tramp-gvfs-handler-askquestion): Preserve current message, in
154 order to let progress reporter continue afterwards. (Bug#6257)
155 Return dummy mountpoint, when the answer is "no".
156 See `tramp-gvfs-maybe-open-connection'.
157 (tramp-gvfs-handler-mounted-unmounted)
158 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
159 attribute "default_location". Set "prefix" property.
160 Handle default-location.
161 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
162 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
163 exists. Raise an error, if not (due to a corresponding answer
164 "no" in interactive questions, for example).
165 Use `tramp-compat-funcall'.
166
167 * net/tramp-imap.el (top): Autoload `epg-make-context'.
168 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
169 (tramp-imap-do-copy-or-rename-file)
170 (tramp-imap-handle-insert-file-contents)
171 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
172 (tramp-imap-handle-delete-file): Add TRASH arg.
173
174 * net/tramp-smb.el (tramp-smb-handle-copy-file):
175 Add PRESERVE-SELINUX-CONTEXT.
176 (tramp-smb-handle-copy-file)
177 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
178 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
179 Use `with-progress-reporter'.
180 (tramp-smb-handle-delete-file): Add TRASH arg.
181
182 * net/tramp.el (tramp-methods): Move hostname to the end in all
183 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
184 appropriate.
185 (tramp-verbose): Describe verbose level 9.
186 (tramp-completion-function-alist)
187 (tramp-file-name-regexp, tramp-chunksize)
188 (tramp-local-coding-commands, tramp-remote-coding-commands)
189 (with-connection-property, tramp-completion-mode-p)
190 (tramp-action-process-alive, tramp-action-out-of-band)
191 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
192 (tramp-exists-file-name-handler): Fix docstring.
193 (tramp-remote-process-environment): Use `format' instead of
194 `concat'. Protect version string by apostroph.
195 (tramp-shell-prompt-pattern): Do not use a shy group in case of
196 XEmacs.
197 (tramp-file-name-regexp-unified)
198 (tramp-completion-file-name-regexp-unified): On W32 systems, do
199 not regard the volume letter as remote filename. (Bug#5447)
200 (tramp-perl-file-attributes)
201 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
202 (tramp-vc-registered-read-file-names): Read input as
203 here-document, otherwise the command could exceed maximum length
204 of command line.
205 (tramp-file-name-handler-alist): Add `file-selinux-context' and
206 `set-file-selinux-context'.
207 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
208 backtrace functions.
209 (tramp-error-with-buffer): Don't show the connection buffer when
210 we are in completion mode.
211 (tramp-progress-reporter-update, tramp-remote-selinux-p)
212 (tramp-handle-file-selinux-context)
213 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
214 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
215 New defuns.
216 (with-progress-reporter): New defmacro.
217 (tramp-debug-outline-regexp): New defconst.
218 (top, tramp-rfn-eshadow-setup-minibuffer)
219 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
220 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
221 (tramp-completion-mode-p, tramp-check-for-regexp)
222 (tramp-open-connection-setup-interactive-shell)
223 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
224 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
225 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
226 Use `tramp-compat-funcall'.
227 (tramp-handle-make-symbolic-link): Flush file properties.
228 (tramp-handle-load, tramp-handle-file-local-copy)
229 (tramp-handle-insert-file-contents, tramp-handle-write-region)
230 (tramp-handle-vc-registered, tramp-maybe-send-script)
231 (tramp-find-shell): Use `with-progress-reporter'.
232 (tramp-do-file-attributes-with-stat): Add space in format string,
233 in order to work around a bug in pdksh. Reported by Gilles Pion
234 <gpion@lfdj.com>.
235 (tramp-handle-verify-visited-file-modtime): Do not send a command
236 when the connection is not established.
237 (tramp-handle-set-file-times): Simplify the check for utc.
238 (tramp-handle-directory-files-and-attributes)
239 (tramp-get-remote-path): Use `copy-tree'.
240 (tramp-completion-handle-file-name-all-completions): Ensure, that
241 non remote files are still checked. Oops.
242 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
243 Handle PRESERVE-SELINUX-CONTEXT.
244 (tramp-do-copy-or-rename-file): Add progress reporter.
245 (tramp-do-copy-or-rename-file-directly): Do not use
246 `tramp-handle-file-remote-p'.
247 (tramp-do-copy-or-rename-file-out-of-band):
248 Use `tramp-compat-delete-directory'.
249 (tramp-do-copy-or-rename-file-out-of-band)
250 (tramp-compute-multi-hops, tramp-maybe-open-connection):
251 Use `format-spec-make'.
252 (tramp-handle-delete-file): Add TRASH arg.
253 (tramp-handle-dired-uncache): Flush directory cache, not only file
254 cache.
255 (tramp-handle-expand-file-name)
256 (tramp-completion-handle-file-name-all-completions)
257 (tramp-completion-handle-file-name-completion):
258 Use `tramp-connectable-p'.
259 (tramp-handle-start-file-process): Set connection property "vec".
260 Use it, in order to invalidate file caches. Check only for
261 `remote-tty' process property.
262 Implement tty setting. (Bug#4604, Bug#6360)
263 (tramp-file-name-for-operation): Add `call-process-region' and
264 `set-file-selinux-context'.
265 (tramp-find-foreign-file-name-handler)
266 (tramp-advice-make-auto-save-file-name)
267 (tramp-set-auto-save-file-modes): Remove superfluous check for
268 `stringp'. This is done inside `tramp-tramp-file-p'.
269 (tramp-file-name-handler): Trace 'quit. Catch the error for some
270 operations when we are in completion mode. This gives the user
271 the chance to correct the file name in the minibuffer.
272 (tramp-completion-mode-p): Use `non-essential'.
273 (tramp-handle-file-name-all-completions): Backward/ XEmacs
274 compatibility: Use `completion-ignore-case' if
275 `read-file-name-completion-ignore-case' does not exist.
276 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
277 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
278 `tramp-open-shell'.
279 (tramp-action-password): Hide password prompt before next run.
280 (tramp-process-actions): Widen connection buffer for the trace.
281 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
282 process property. Trace stty settings if `tramp-verbose' >= 9.
283 Apply workaround for IRIX64 bug. Move argument of last
284 `tramp-send-command' where it belongs to.
285 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
286 front of `login-args'.
287 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
288 on "/dev/null" instead of "/".
289 (tramp-get-ls-command-with-dired): Make test for "--dired"
290 stronger.
291 (tramp-set-auto-save-file-modes): Adapt version check.
292 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
293 (tramp-handle-process-file): Call the program in a subshell, in
294 order to preserve working directory.
295 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
296 `tramp-remote-sh' from `tramp-methods'.
297 (tramp-get-ls-command): Make test for "--color=never" stronger.
298 (tramp-check-for-regexp): Use (forward-line 1).
299
300 * net/trampver.el: Update release number.
301
302 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
303
304 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
305 empty argument to gvfs-copy.
306
307 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
308
309 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
310 handle new TRASH arg of `delete-file'.
311
312 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
313
314 * net/tramp.el (tramp-handle-insert-directory): Don't use
315 `forward-word', its default syntax could be changed.
316
317 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
318 Michael Albinus <michael.albinus@gmx.de>
319
320 Implement compression for inline methods.
321
322 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
323 (tramp-copy-size-limit): Allow also nil.
324 (tramp-inline-compress-commands): New defconst.
325 (tramp-find-inline-compress, tramp-get-inline-compress)
326 (tramp-get-inline-coding): New defuns.
327 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
328 replaced by `tramp-get-inline-coding'.
329 (tramp-handle-file-local-copy, tramp-handle-write-region)
330 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
331
332 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
333
334 Detect ssh 'ControlMaster' argument automatically in some cases.
335
336 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
337 (tramp-default-method): Use it.
338
339 2010-08-26 Karel Klíč <kklic@redhat.com>
340
341 * net/tramp.el (tramp-file-name-for-operation):
342 Add file-selinux-context.
343
344 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
345
346 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
347
348 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
349
350 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
351 (Bug#6907).
352
353 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
354
355 * progmodes/python.el (python-block-pairs): Allow use of "finally"
356 with "else" (Bug#3991).
357
358 2010-08-22 Leo <sdl.web@gmail.com>
359
360 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
361 (ignore, bright, dim, keyword): Split list of nicknames before
362 passing to rcirc-add-or-remove (Bug#6894).
363
364 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
365
366 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
367
368 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
369
370 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
371 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
372 New version 13.0.
373 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
374 Adjust initialization.
375 (whitespace-bob-marker, whitespace-eob-marker)
376 (whitespace-buffer-changed): New vars.
377 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
378 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
379 (whitespace-post-command-hook, whitespace-display-char-on):
380 Adjust code.
381 (whitespace-looking-back, whitespace-buffer-changed): New funs.
382 (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
383
384 2010-08-21 Leo <sdl.web@gmail.com>
385
386 Fix buffer-list rename&refresh after killing a buffer in ido.
387 * lisp/ido.el: Revert Óscar's.
388 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
389 Remember the buffers at head, rather than their name.
390 * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
391
392 2010-08-21 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
393 Stefan Monnier <monnier@iro.umontreal.ca>
394
395 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
396 extra backslash added to each line (bug#6890).
397
398 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
399
400 * subr.el (read-key): Don't echo keystrokes (bug#6883).
401
402 2010-08-21 Glenn Morris <rgm@gnu.org>
403
404 * menu-bar.el (menu-bar-games-menu): Add landmark.
405
406 2010-08-20 Glenn Morris <rgm@gnu.org>
407
408 * align.el (align-regexp): Make group and spacing arguments
409 use the interactive defaults when non-interactive. (Bug#6698)
410
411 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
412 expansion, so as not to need sendmail.
413 (mail-text-start): Remove declaration.
414 (rmail-retry-failure): Require sendmail.
415
416 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
417
418 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
419
420 2010-08-18 Michael Albinus <michael.albinus@gmx.de>
421
422 * progmodes/flymake.el (flymake-start-syntax-check-process):
423 Use `start-file-process' in order to let it run also on remote hosts.
424
425 2010-08-18 Kenichi Handa <handa@m17n.org>
426
427 * files.el: Add `word-wrap' as safe local variable.
428
429 2010-08-18 Glenn Morris <rgm@gnu.org>
430
431 * woman.el (woman-translate): Case matters. (Bug#6849)
432
433 2010-08-14 Chong Yidong <cyd@stupidchicken.com>
434
435 * simple.el (kill-region): Doc fix (Bug#6787).
436
437 2010-08-14 Glenn Morris <rgm@gnu.org>
438
439 * calendar/diary-lib.el (diary-header-line-format):
440 Fit it to the window, not the frame.
441
442 2010-08-11 Andreas Schwab <schwab@linux-m68k.org>
443
444 * subr.el (ignore-errors): Add debug declaration.
445
446 2010-08-09 Geoff Gole <geoffgole@gmail.com> (tiny change)
447
448 * whitespace.el (whitespace-color-off): Remove post-command-hook
449 locally.
450
451 2010-08-08 Johan Bockgård <bojohan@gnu.org>
452
453 * replace.el (replace-highlight): Bind isearch-forward and
454 isearch-error, ensuring that highlighting is updated if the user
455 switches the search direction (Bug#6808).
456
457 * isearch.el (isearch-lazy-highlight-forward): New var.
458 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
459 (isearch-lazy-highlight-update): Use it.
460
461 2010-08-06 Kenichi Handa <handa@m17n.org>
462
463 * international/mule.el (define-charset): Store NAME as :base property.
464 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
465 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
466 current priority. Force using the designation of the specific
467 charset by adding `charset' text property. Improve the whole
468 algorithm.
469
470 2010-08-05 Juanma Barranquero <lekktu@gmail.com>
471
472 * emulation/pc-select.el (pc-selection-mode-hook)
473 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
474 (pc-selection-mode): Fix typos in docstrings.
475
476 2010-08-04 Kenichi Handa <handa@m17n.org>
477
478 * language/cyrillic.el: Don't add "microsoft-cp1251" to
479 ctext-non-standard-encodings-alist here.
480
481 * international/mule.el (ctext-non-standard-encodings-alist):
482 Add "koi8-r" and "microsoft-cp1251".
483 (ctext-standard-encodings): New variable.
484 (ctext-non-standard-encodings-table): List only elements for
485 non-standard encodings.
486 (ctext-pre-write-conversion): Adjust for the above change.
487 Check ctext-standard-encodings.
488
489 * international/mule-conf.el (compound-text): Doc fix.
490 (ctext-no-compositions): Doc fix.
491 (compound-text-with-extensions): Doc fix.
492
493 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
494
495 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
496
497 2010-08-03 Juanma Barranquero <lekktu@gmail.com>
498
499 * progmodes/which-func.el (which-func-format): Split help-echo text
500 into lines, like other mode-line tooltips.
501
502 * server.el (server-start): When using TCP sockets, force IPv4
503 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
504
505 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
506
507 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
508
509 2010-08-02 Juanma Barranquero <lekktu@gmail.com>
510
511 * term.el (term-delimiter-argument-list): Reflow docstring.
512 (term-read-input-ring, term-write-input-ring, term-send-input)
513 (term-bol, term-erase-in-display, serial-supported-or-barf):
514 Fix typos in docstrings.
515
516 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
517
518 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
519
520 2010-08-01 Juanma Barranquero <lekktu@gmail.com>
521
522 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
523
524 2010-08-01 MON KEY <monkey@sandpframing.com> (tiny change)
525
526 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
527 Fix typo in docstring (bug#6747).
528
529 2010-07-30 Leo <sdl.web@gmail.com>
530
531 * eshell/esh-io.el (eshell-get-target): Better detection of
532 read-only file (Bug#6762).
533
534 2010-07-30 Juanma Barranquero <lekktu@gmail.com>
535
536 * align.el (align-default-spacing): Doc fix.
537 (align-region-heuristic, align-regexp): Fix typos in docstrings.
538
539 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
540
541 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
542
543 2010-07-20 Juanma Barranquero <lekktu@gmail.com>
544
545 * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
546
547 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
548
549 * time.el (display-time-day-and-date): Remove spurious * in docstring.
550 (display-time-world-buffer-name, display-time-world-mode-map):
551 Fix typos in docstrings.
552
553 2010-07-17 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
554
555 * image-mode.el (image-display-size): New function.
556 (image-forward-hscroll, image-next-line, image-eol, image-eob)
557 (image-mode-fit-frame): Use it (Bug#6639).
558
559 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
560
561 * dired.el (dired-buffers-for-dir): Handle list values of
562 dired-directory (Bug#6636).
563
564 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
565
566 * vc.el (vc-coding-system-inherit-eol): New defvar.
567 (vc-coding-system-for-diff): Use it to decide whether to inherit
568 from the file the EOL format for reading the diffs of that file.
569 (Bug#4451)
570
571 2010-07-16 Eli Zaretskii <eliz@gnu.org>
572
573 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
574 unibyte, so compressed attachments are not compressed again.
575
576 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
577
578 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
579 now that unicode is used (Bug#6594).
580
581 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
582
583 * simple.el (push-mark-command): Set the selection if
584 select-active-regions is non-nil.
585
586 2010-07-10 Glenn Morris <rgm@gnu.org>
587
588 * calendar/calendar.el (calendar-week-end-day): New function.
589 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
590 Respect calendar-week-start-day. (Bug#6606)
591 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
592 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
593 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
594 respect calendar-week-start-day.
595
596 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
597
598 * simple.el (use-region-p): Doc fix (Bug#6607).
599
600 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
601
602 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
603 builtins (BufferError, BytesWarning, WindowsError; callables
604 bin, bytearray, bytes, format, memoryview, next, print; __package__).
605
606 2010-07-07 Glenn Morris <rgm@gnu.org>
607
608 * play/zone.el (zone-fall-through-ws): Fix next-line ->
609 forward-line fallout.
610
611 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
612
613 * mouse.el (mouse-appearance-menu): Add docstring.
614
615 * help.el (describe-key): Print up-event using key-description.
616
617 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
618
619 * net/zeroconf.el (zeroconf-resolve-service)
620 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
621 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
622
623 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
624
625 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
626
627 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
628
629 Avoid displaying files with a nil state in vc-dir.
630 * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
631 cases that cause insertion.
632 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
633 with a nil state.
634
635 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
636
637 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
638
639 2010-06-29 Leo <sdl.web@gmail.com>
640
641 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
642
643 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
644
645 * generic-x.el (bat-generic-mode): Fix regexp for command line
646 switches (Bug#5719).
647
648 2010-06-27 Masatake YAMATO <yamato@redhat.com>
649
650 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
651 of nconc to avoid pure storage error (Bug#6239).
652
653 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
654
655 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
656 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
657 bindings of bookmark-automatically-show-annotations (Bug#6515).
658
659 2010-06-25 Eli Zaretskii <eliz@gnu.org>
660
661 * arc-mode.el (archive-zip-extract): Don't quote the file name on
662 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
663
664 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
665
666 * comint.el (make-comint, make-comint-in-buffer): Mention return
667 value in the docstrings. (Bug#6498)
668
669 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
670
671 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
672 since it is not present when using some non-default switches.
673
674 2010-06-23 Karl Fogel <kfogel@red-bean.com>
675
676 * simple.el (compose-mail): Fix doc string to refer to
677 `compose-mail-user-agent-warnings', instead of to the
678 nonexistent `compose-mail-check-user-agent'.
679
680 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
681
682 Fix vc-annotate for renamed files when using Git.
683 * vc-git.el (vc-git-find-revision): Deal with empty results from
684 ls-files. Doe not pass the object as a file name to cat-file, it
685 is not a file name.
686 (vc-git-annotate-command): Pass the file name using -- to avoid
687 ambiguity with the revision.
688 (vc-git-previous-revision): Pass a relative file name.
689
690 2010-06-22 Glenn Morris <rgm@gnu.org>
691
692 * progmodes/js.el (js-mode-map): Use standard capitalization and
693 ellipses for menu entries.
694
695 * wid-edit.el (widget-complete): Doc fix.
696
697 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
698
699 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
700
701 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
702
703 Fix annotating other revisions for renamed files in vc-annotate.
704 * vc-annotate.el (vc-annotate): Add an optional argument for the
705 VC backend. Use it when non-nil.
706 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate. (Bug#6487)
707
708 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
709 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
710 Do not pass the file name to the 'previous-revision call when we
711 don't want a file diff. (Bug#6489)
712
713 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
714
715 Fix finding revisions for renamed files in vc-annotate.
716 * vc.el (vc-find-revision): Add an optional argument for
717 the VC backend. Use it when non-nil.
718 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
719 backend to vc-find-revision. (Bug#6487)
720
721 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
722
723 Fix reading file names in Git annotate buffers.
724 * vc-git.el (vc-git-annotate-extract-revision-at-line):
725 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
726
727 2010-06-20 Alan Mackenzie <acm@muc.de>
728
729 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
730 in file local variables, set it first.
731
732 2010-06-19 Glenn Morris <rgm@gnu.org>
733
734 * descr-text.el (describe-char-unicode-data): Insert separating
735 space when needed. (Bug#6422)
736
737 * progmodes/idlwave.el (idlwave-action-and-binding):
738 Fix typo in 2009-12-03 change. (Bug#6450)
739
740 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
741
742 * subr.el (read-quoted-char): Fix up last change (bug#6290).
743
744 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
745
746 * font-lock.el (font-lock-major-mode): Rename from
747 font-lock-mode-major-mode to distinguish it from
748 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
749 (font-lock-set-defaults):
750 * font-core.el (font-lock-default-function): Adjust users.
751 (font-lock-mode): Don't set it at all.
752
753 2010-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
754
755 * vc-annotate.el (vc-annotate): Use vc-read-revision.
756
757 2010-06-15 Glenn Morris <rgm@gnu.org>
758
759 * calendar/appt.el (appt-time-msg-list): Doc fix.
760 (appt-check): Let-bind appt-warn-time.
761 (appt-add): Make the 3rd argument optional.
762 Simplify argument names. Doc fix. Check for integer WARNTIME.
763 Only add WARNTIME to the output list if non-nil.
764
765 2010-06-15 Ivan Kanis <apple@kanis.eu>
766
767 * calendar/appt.el (appt-check): Let the 3rd element of
768 appt-time-msg-list specify the warning time.
769 (appt-add): Add new argument with the warning time. (Bug#5176)
770
771 2010-06-12 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
772
773 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
774 older than version 1.6. (Bug#6361)
775
776 2010-06-12 Helmut Eller <eller.helmut@gmail.com>
777
778 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
779 used by cl-do-arglist. (Bug#6408)
780
781 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
782
783 * emacs-lisp/advice.el (ad-compile-function):
784 Define warning-suppress-types before we let-bind it (bug#6275).
785
786 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
787 declare it, make it buffer-local and permanent-local (bug#6324).
788 (vc-resynch-window): Adjust name.
789 * vc-hooks.el (vc-find-file-hook): Adjust name.
790
791 2010-06-07 Jonathan Rockway <jon@jrock.us>
792
793 * net/rcirc.el: Add support for password authentication.
794 (rcirc-server-alist): Add :password keyword.
795 (rcirc): Ask for a password, or get it from the server's alist.
796 (rcirc-connect): Add password argument. Pass it to server.
797
798 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
799
800 * net/dbus.el (dbus-register-method): Declare function.
801 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
802 (dbus-introspect): Doc fix.
803 (dbus-event-bus-name, dbus-introspect-get-interface)
804 (dbus-introspect-get-argument): Reflow docstrings.
805
806 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
807
808 * term/common-win.el (x-colors): Add "dark green" and "dark
809 turquoise" (Bug#6332).
810
811 2010-06-03 Eric Ludlam <zappo@gnu.org>
812
813 * cedet/semantic/lex-spp.el
814 (semantic-lex-spp-table-write-slot-value): Instead of erroring on
815 invalid values during save, just save a nil (Bug#6324).
816
817 2010-06-03 Glenn Morris <rgm@gnu.org>
818
819 * desktop.el (desktop-clear-preserve-buffers):
820 Add "*Warnings*" buffer. (Bug#6336)
821
822 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
823
824 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
825
826 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
827
828 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
829 `file-directory-p' to the filename part rather than to the whole text.
830
831 2010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
832
833 * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
834 (bug#6231).
835
836 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
837
838 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
839
840 2010-05-31 Drew Adams <drew.adams@oracle.com>
841
842 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
843
844 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
845
846 * subr.el (momentary-string-display): Just use read-event to read
847 the exit event (Bug#6238).
848
849 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
850
851 * ansi-color.el: Delete unused escape sequences (Bug#6085).
852 (ansi-color-drop-regexp): New constant.
853 (ansi-color-apply, ansi-color-filter-region)
854 (ansi-color-apply-on-region): Delete unrecognized control sequences.
855 (ansi-color-apply): Build string list before calling concat.
856
857 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
858
859 * progmodes/verilog-mode.el (verilog-type-font-keywords):
860 Use font-lock-constant-face, not obsolete font-lock-reference-face.
861
862 2010-05-27 Masatake YAMATO <yamato@redhat.com>
863
864 * htmlfontify.el (hfy-face-resolve-face): New function.
865 (hfy-face-to-style): Use it (Bug#6279).
866
867 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
868
869 * epa.el (epa--select-keys): Don't explicitly delete the window since
870 that can fail (e.g. sole window in frame). Use dedication instead.
871
872 2010-05-19 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
873
874 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
875
876 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
877
878 * subr.el (read-quoted-char): Resolve modifiers after key
879 remapping (bug#6212).
880
881 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
882
883 * tmm.el (tmm-prompt): Don't try to precompute bindings.
884 (tmm-get-keymap): Compute shortcuts (bug#6171).
885
886 2010-05-10 Glenn Morris <rgm@gnu.org>
887
888 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
889 all dired buffers, even tramp ones. (Bug#5755) [Backport from trunk]
890
891 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
892
893 * Version 23.2 released.
894
895 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
896
897 * international/mule.el (auto-coding-alist): Only purecopy
898 car of each item, not the whole list (Bug#6083).
899
900 2010-05-02 Chong Yidong <cyd@stupidchicken.com>
901
902 * progmodes/js.el (js-mode): Make paragraph variables local before
903 calling c-setup-paragraph-variables (Bug#6071).
904
905 2010-05-01 Eli Zaretskii <eliz@gnu.org>
906
907 * composite.el (compose-region, reference-point-alist): Fix typos
908 in the doc strings.
909
910 2010-04-28 Alexander Klimov <alserkli@inbox.ru> (tiny change)
911
912 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
913 gnuplot's "set" command.
914
915 2010-04-26 Juanma Barranquero <lekktu@gmail.com>
916
917 * abbrev.el (last-abbrev-text): Doc fix.
918 (abbrev-prefix-mark): Don't escape parenthesis.
919
920 2010-04-24 Andreas Schwab <schwab@linux-m68k.org>
921
922 * composite.el (find-composition): Doc fix.
923
924 2010-04-24 Juanma Barranquero <lekktu@gmail.com>
925
926 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
927 (sql-oracle-program, sql-sqlite-options)
928 (sql-query-placeholders-and-send): Doc fixes.
929 (sql-set-product, sql-interactive-mode): Reflow docstrings.
930 (sql-imenu-generic-expression, sql-buffer)
931 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
932 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
933 (sql-mode-sybase-font-lock-keywords)
934 (sql-mode-informix-font-lock-keywords)
935 (sql-mode-interbase-font-lock-keywords)
936 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
937 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
938 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
939 (sql-product-feature, sql-highlight-product)
940 (comint-line-beginning-position, sql-rename-buffer)
941 (sql-toggle-pop-to-buffer-after-send-region)
942 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
943 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
944 Fix typos in docstrings.
945
946 2010-04-23 Juri Linkov <juri@jurta.org>
947
948 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
949 property instead of `invisible' and `after-string' (bug#5998).
950
951 2010-04-23 Juri Linkov <juri@jurta.org>
952
953 * image-mode.el (image-mode-as-text): Fix typo in docstring.
954
955 2010-04-23 Juanma Barranquero <lekktu@gmail.com>
956
957 * filecache.el (file-cache-add-directory-list)
958 (file-cache-add-directory-recursively): Fix typos in docstrings.
959
960 2010-04-22 Kenichi Handa <handa@m17n.org>
961
962 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
963 (gujarati-composable-pattern): Fix typo.
964
965 2010-04-20 Kenichi Handa <handa@m17n.org>
966
967 * language/indian.el (oriya-composable-pattern)
968 (tamil-composable-pattern, malayalam-composable-pattern):
969 Add two-part vowels to "v" (vowel sign).
970
971 2010-04-20 Chong Yidong <cyd@stupidchicken.com>
972
973 * files.el (copy-directory): Handle symlinks (Bug#5982).
974
975 * progmodes/compile.el (compilation-next-error-function):
976 Revert 2009-10-12 change (Bug#5983).
977
978 2010-04-20 Dan Nicolaescu <dann@ics.uci.edu>
979
980 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
981 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
982 (Bug#5846).
983
984 2010-04-20 Glenn Morris <rgm@gnu.org>
985
986 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
987
988 * minibuffer.el (completion-at-point): Doc fix.
989
990 2010-04-18 Chong Yidong <cyd@stupidchicken.com>
991
992 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
993 Don't destroy list before using it.
994
995 2010-04-17 Dan Nicolaescu <dann@ics.uci.edu>
996
997 Fix the version number for added files.
998 * vc-hg.el (vc-hg-working-revision): Check if the file is
999 registered after hg parent fails (Bug#5961).
1000
1001 2010-04-17 Glenn Morris <rgm@gnu.org>
1002
1003 * htmlfontify.el (htmlfontify-buffer)
1004 (htmlfontify-copy-and-link-dir): Autoload entry points.
1005
1006 2010-04-17 Magnus Henoch <magnus.henoch@gmail.com>
1007
1008 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
1009 name relative to the project root (Bug#5960).
1010
1011 2010-04-16 Glenn Morris <rgm@gnu.org>
1012
1013 * vc-git.el (vc-git-print-log): Doc fix.
1014
1015 2010-04-14 Óscar Fuentes <ofv@wanadoo.es>
1016
1017 * ido.el (ido-file-internal): Fix 2009-12-02 change.
1018
1019 2010-04-14 Christoph <cschol2112@googlemail.com> (tiny change)
1020
1021 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
1022 default settings (Bug#5928).
1023
1024 2010-04-10 Glenn Morris <rgm@gnu.org>
1025
1026 * progmodes/fortran.el (fortran-match-and-skip-declaration):
1027 New function.
1028 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
1029
1030 2010-04-07 Kenichi Handa <handa@m17n.org>
1031
1032 * language/indian.el (malayalam-composable-pattern): Fix previous
1033 change (add U+0D4D "SIGN VIRAMA").
1034 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
1035 (tamil-composable-pattern): Fix typo in the regexp.
1036 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
1037 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
1038 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
1039
1040 2010-04-06 Chong Yidong <cyd@stupidchicken.com>
1041
1042 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
1043 paragraph-separate (Bug#5821).
1044
1045 2010-04-05 Juri Linkov <juri@jurta.org>
1046
1047 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
1048
1049 * info.el (Info-find-node-2): Comment out code that skips
1050 breadcrumbs line.
1051 (Info-mouse-follow-link): New command.
1052 (Info-link-keymap): New keymap.
1053 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
1054 Return a string with links instead of inserting breadcrumbs
1055 to the Info buffer.
1056 (Info-fontify-node): Comment out code that inserts breadcrumbs.
1057 Instead of putting the `invisible' text property over the Info
1058 header, make an overlay over the Info header with the `invisible'
1059 property and `after-string' set to the string returned by
1060 `Info-breadcrumbs'.
1061
1062 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
1063
1064 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
1065 Reported by monkey@sandpframing.com.
1066
1067 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
1068
1069 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
1070 (semantic-create-imenu-directory-index): Fix typos in docstrings.
1071 (semantic-imenu-goto-function): Reflow docstring.
1072
1073 2010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
1074
1075 * textmodes/artist.el (artist-mode): Fix typo in docstring.
1076 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
1077
1078 2010-03-30 Kenichi Handa <handa@m17n.org>
1079
1080 * language/sinhala.el (composition-function-table): Fix regexp for
1081 the new Unicode specification.
1082
1083 * language/indian.el (devanagari-composable-pattern)
1084 (tamil-composable-pattern, kannada-composable-pattern)
1085 (malayalam-composable-pattern): Adjust for the new Unicode
1086 specification.
1087 (bengali-composable-pattern, gurmukhi-composable-pattern)
1088 (gujarati-composable-pattern, oriya-composable-pattern)
1089 (telugu-composable-pattern): New variables to cope with the new
1090 Unicode specification. Use them in composition-function-table.
1091
1092 2010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1093
1094 Make tmm-menubar work for the Buffers menu again (bug#5726).
1095 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
1096 vectors rather than cons cells, as used in menu-bar-update-buffers.
1097
1098 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
1099
1100 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
1101 (js-insert-and-indent): Revert 2009-08-15 change, restoring
1102 electric punctuation for "{}();,:" (Bug#5586).
1103
1104 * mail/sendmail.el (mail-default-directory): Doc fix.
1105
1106 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
1107
1108 * mail/sendmail.el (mail-default-directory): Doc fix.
1109
1110 2010-03-27 Eli Zaretskii <eliz@gnu.org>
1111
1112 * subr.el (version-regexp-alist, version-to-list)
1113 (version-list-<, version-list-=, version-list-<=)
1114 (version-list-not-zero, version<, version<=, version=): Doc fix.
1115 (Bug#5744).
1116
1117 2010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1118 Nick Roberts <nickrob@snap.net.nz>
1119
1120 * progmodes/gdb-ui.el (gdb-apple-test): New function.
1121 (gdb-init-1): Use it.
1122
1123 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
1124
1125 * vc.el (vc-root-diff): Doc fix.
1126
1127 2010-03-25 Chong Yidong <cyd@stupidchicken.com>
1128
1129 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
1130
1131 * simple.el (append-to-buffer): Fix last change.
1132
1133 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
1134
1135 * simple.el (append-to-buffer): Ensure that point is preserved if
1136 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
1137 (Bug#5749)
1138
1139 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1140
1141 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
1142 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
1143 not be present any more.
1144
1145 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
1146
1147 * faces.el (set-face-attribute): Fix typo in docstring.
1148 (face-valid-attribute-values): Reflow docstring.
1149
1150 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
1151
1152 2010-03-23 Glenn Morris <rgm@gnu.org>
1153
1154 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
1155
1156 2010-03-21 Chong Yidong <cyd@stupidchicken.com>
1157
1158 * indent.el (indent-for-tab-command): Doc fix.
1159
1160 2010-03-22 Juanma Barranquero <lekktu@gmail.com>
1161
1162 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
1163 (image-dired-read-comment): Doc fix.
1164
1165 * json.el (json-object-type, json-array-type, json-key-type)
1166 (json-false, json-null, json-read-number):
1167 * minibuffer.el (completion-in-region-functions):
1168 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
1169 (cal-tex-cursor-week):
1170 * emacs-lisp/trace.el (trace-function):
1171 * eshell/em-basic.el (eshell/printnl):
1172 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
1173 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
1174 * obsolete/levents.el (allocate-event, event-key, event-object)
1175 (event-point, event-process, event-timestamp, event-to-character)
1176 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
1177 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
1178 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
1179 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
1180 (reftex-highlight-selection): Fix typos in docstrings.
1181
1182 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
1183
1184 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
1185
1186 2010-03-18 Glenn Morris <rgm@gnu.org>
1187
1188 * mail/rmail.el (rmail-highlight-face): Restore option deleted
1189 2008-02-13 without comment; mark it obsolete.
1190 (rmail-highlight-headers): Use rmail-highlight-face once more.
1191
1192 2010-03-16 Chong Yidong <cyd@stupidchicken.com>
1193
1194 * woman.el (woman2-process-escapes): Only consume the newline if
1195 the filler character is on a line by itself (Bug#5729).
1196
1197 2010-03-16 Kenichi Handa <handa@m17n.org>
1198
1199 * language/indian.el (devanagari-composable-pattern): Add more
1200 consonants.
1201
1202 2010-03-14 Michael Albinus <michael.albinus@gmx.de>
1203
1204 * net/trampver.el: Update release number.
1205
1206 2010-03-13 Glenn Morris <rgm@gnu.org>
1207
1208 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
1209
1210 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
1211
1212 * net/tramp.el (tramp-find-executable):
1213 Use `tramp-get-connection-buffer'. Make the regexp for checking
1214 output of "wc -l" more robust.
1215 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
1216 (tramp-open-connection-setup-interactive-shell): Remove workaround
1217 for OpenSolaris bug, it is not needed anymore.
1218
1219 2010-03-13 Eric M. Ludlam <zappo@gnu.org>
1220
1221 * cedet/semantic/imenu.el: New file, from the CEDET repository
1222 (Bug#5412).
1223
1224 2010-03-12 Glenn Morris <rgm@gnu.org>
1225
1226 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
1227
1228 2010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
1229
1230 * files.el (auto-mode-alist): Accept more verilog file patterns.
1231
1232 2010-03-09 Miles Bader <miles@gnu.org>
1233
1234 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
1235 instead of "format:"; this ensures that the output is
1236 newline-terminated.
1237
1238 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
1239
1240 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
1241 that all errors are caught, and that the return value is always a
1242 list (Bug#5692).
1243
1244 2010-03-08 Kenichi Handa <handa@m17n.org>
1245
1246 * language/misc-lang.el (windows-1256): New coding system.
1247 (cp1256): New alias of windows-1256 (bug#5690).
1248
1249 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
1250
1251 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
1252 call to rfc822-bad-address. (Bug#5692)
1253
1254 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
1255
1256 * vc-git.el (vc-git-annotate-extract-revision-at-line):
1257 Use vc-git-root as default directory for revision path (Bug#5657).
1258
1259 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
1260
1261 * calculator.el (calculator): Don't bind split-window-keep-point
1262 (Bug#5674).
1263
1264 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1265
1266 * vc-git.el: Re-flow to fit into 80 columns.
1267 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
1268 Remove spurious `quote' element in each case alternative.
1269 (vc-git-show-log-entry): Use prog1.
1270 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
1271
1272 2010-03-06 Glenn Morris <rgm@gnu.org>
1273
1274 * cedet/semantic/grammar.el (semantic-grammar-header-template):
1275 Update template copyright to GPLv3+.
1276
1277 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1278
1279 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
1280
1281 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
1282
1283 * macros.el (insert-kbd-macro): Look up keyboard macro using the
1284 definition, not the name (Bug#5481).
1285
1286 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
1287
1288 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
1289 argument with a local variable. (Bug#5670)
1290
1291 2010-03-02 Juri Linkov <juri@jurta.org>
1292
1293 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
1294
1295 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
1296
1297 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
1298 error when FILENAME and NEWNAME are existing remote directories.
1299
1300 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
1301 parameter DIR-FLAG.
1302
1303 2010-03-02 Glenn Morris <rgm@gnu.org>
1304
1305 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
1306 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
1307
1308 2010-03-01 Kenichi Handa <handa@m17n.org>
1309
1310 * language/burmese.el (burmese-composable-pattern): Rename from
1311 myanmar-composable-pattern.
1312
1313 * international/characters.el (script-list):
1314 * international/fontset.el (script-representative-chars):
1315 Change myanmar to burmese.
1316 (otf-script-alist): Likewise.
1317 (setup-default-fontset): Likewise. Re-fix :otf spec.
1318
1319 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
1320
1321 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
1322
1323 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
1324
1325 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
1326
1327 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
1328
1329 * net/tramp.el (tramp-handle-write-region): START can be a string.
1330 Take care in the checks. Reported by Dan Davison
1331 <davison@stats.ox.ac.uk>.
1332
1333 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
1334
1335 * net/dbus.el (dbus-introspect, dbus-get-property)
1336 (dbus-set-property, dbus-get-all-properties): Use
1337 `dbus-call-method' when noninteractive. (Bug#5645)
1338
1339 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
1340
1341 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
1342 * emacs-lisp/elint.el (elint-add-required-env):
1343 * cedet/semantic/db-find.el
1344 (semanticdb-find-translate-path-brutish-default):
1345 * cedet/ede/make.el (ede-make-check-version):
1346 * calendar/icalendar.el (icalendar--add-diary-entry):
1347 * calc/calcalg2.el (math-tracing-integral):
1348 * files.el (recover-session-finish): Use with-current-buffer
1349 instead of save-excursion.
1350
1351 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
1352
1353 Fix in-buffer completion when after-change-functions modify the buffer.
1354 * minibuffer.el (completion--replace): New function.
1355 (completion--do-completion): Use it and use relative movement.
1356
1357 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
1358
1359 * international/fontset.el (setup-default-fontset): Fix :otf spec.
1360
1361 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
1362
1363 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
1364 Allow the characters _<> in the stack entry (Bug#5653).
1365
1366 2010-02-26 Kenichi Handa <handa@m17n.org>
1367
1368 * language/burmese.el: Fix entries in composition-function-table.
1369 (myanmar-composable-pattern): New variable.
1370
1371 * international/fontset.el (setup-default-fontset): Add an entry
1372 for myanmar.
1373
1374 * international/characters.el (script-list): Add Myanmar
1375 Extended-A.
1376
1377 2010-02-26 Glenn Morris <rgm@gnu.org>
1378
1379 * custom.el (custom-initialize-delay): Doc fix.
1380
1381 * mail/sendmail.el (send-mail-function): Autoload the call
1382 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
1383
1384 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
1385
1386 * files.el (hack-local-variables-filter): For eval forms, also
1387 check safe-local-variable-p (Bug#5636).
1388
1389 2010-02-24 Eduard Wiebe <usenet@pusto.de>
1390
1391 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
1392 and use c(ad)r of cddr (Bug#5640).
1393
1394 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
1395
1396 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
1397 setting the modes by `ignore-errors'. It might fail, for example
1398 if the file is not owned by the user but the group.
1399 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
1400
1401 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
1402
1403 * files.el (directory-listing-before-filename-regexp): Use
1404 stricter matching for iso-style dates, to avoid false matches with
1405 date-like filenames (Bug#5597).
1406
1407 * htmlfontify.el (htmlfontify): Doc fix.
1408
1409 * eshell/eshell.el (eshell): Doc fix.
1410
1411 * startup.el (fancy-about-screen): In mode-line, apply
1412 mode-line-buffer-id face only to the buffer name (Bug#5613).
1413
1414 2010-02-20 Kevin Ryde <user42@zip.com.au>
1415
1416 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1417 In `watcom' anchor regexp to start of line, to avoid slowness
1418 (Bug#5599).
1419
1420 2010-02-20 Eli Zaretskii <eliz@gnu.org>
1421
1422 * subr.el (remove-yank-excluded-properties): Explain in a comment
1423 why `category' property is removed.
1424
1425 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
1426
1427 * isearch.el (isearch-update-post-hook, isearch-update): Revert
1428 2010-02-17 change.
1429
1430 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
1431
1432 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
1433 (icalendar--convert-weekly-to-ical)
1434 (icalendar--convert-yearly-to-ical)
1435 (icalendar--convert-block-to-ical)
1436 (icalendar--convert-cyclic-to-ical)
1437 (icalendar--convert-anniversary-to-ical): Take care of time
1438 specifications where hour has 1-digit only (Bug#5549).
1439
1440 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
1441
1442 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
1443 of disassemble output in GDB 7.1.
1444
1445 2010-02-19 Glenn Morris <rgm@gnu.org>
1446
1447 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
1448 property. (Bug#5593)
1449
1450 2010-02-18 Sam Steingold <sds@gnu.org>
1451
1452 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
1453
1454 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1455
1456 Use abbreviated file names in bookmarks (bug#5591).
1457 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
1458 calls to expand-file-name.
1459 (bookmark-relocate): Use abbreviated file names in bookmarks.
1460 (bookmark-load): Use abbreviated file names in messages.
1461
1462 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
1463
1464 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
1465 expand "." and "..". Reported by Thierry Volpiatto
1466 <thierry.volpiatto@gmail.com>.
1467
1468 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
1469
1470 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
1471 permissions of the temporary file to "0600". In case the remote
1472 file has no read permissions for the owner, there might be
1473 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
1474
1475 22010-02-18 Glenn Morris <rgm@gnu.org>
1476
1477 * emacs-lisp/authors.el (authors-renamed-files-alist):
1478 Add entries for INSTALL.CVS.
1479
1480 2010-02-17 Mark A. Hershberger <mah@everybody.org>
1481
1482 * vc-bzr.el: Fix typo in Known Bugs section.
1483
1484 * isearch.el (isearch-update-post-hook): New hook.
1485 (isearch-update): Use the new hook.
1486
1487 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
1488
1489 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1490 Fix errors in copying directories.
1491 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
1492 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
1493 (tramp-handle-delete-file)
1494 (tramp-handle-dired-recursive-delete-directory)
1495 (tramp-handle-write-region): Flush also the cache for the upper
1496 directory.
1497
1498 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
1499
1500 * simple.el (save-interprogram-paste-before-kill): Doc fix.
1501
1502 * cus-edit.el (hardware): Doc fix.
1503
1504 * man.el (man): Add to external custom group.
1505
1506 * delim-col.el (columns): Move to wp custom group.
1507
1508 * doc-view.el (doc-view): Add to data custom group.
1509
1510 * cedet/data-debug.el (data-debug): Move to extensions group.
1511
1512 * cedet/ede.el (ede):
1513 * cedet/srecode.el (srecode):
1514 * cedet/semantic.el (semantic): Put in tools and extensions group.
1515
1516 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
1517
1518 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
1519 by ispell-parse-output (Bug#5575).
1520
1521 2010-02-16 Kenichi Handa <handa@m17n.org>
1522
1523 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
1524 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
1525 (skkdic-convert): Use `euc-japan' coding system for writing.
1526
1527 2010-02-16 Glenn Morris <rgm@gnu.org>
1528
1529 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
1530 tex-main-file before using it. (Bug#5562)
1531
1532 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1533
1534 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
1535 warnings, since it is annoying for the user to see them each time he
1536 runs the code.
1537
1538 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
1539
1540 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
1541 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
1542 instead of PROC for caching "first-password-request". Otherwise,
1543 new processes would not profit from passwords already entered.
1544
1545 * net/tramp-cache.el (tramp-dump-connection-properties):
1546 Don't save "first-password-request" property.
1547
1548 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
1549
1550 * outline.el (outline-head-from-level):
1551 * simple.el (with-wrapper-hook):
1552 * cedet/ede.el (ede-run-target, project-delete-target)
1553 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
1554 (ede-adebug-project, ede-adebug-project-parent)
1555 (ede-adebug-project-root):
1556 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
1557 (elint-defun, elint-buffer-env, elint-top-form-logged)
1558 (elint-unbound-variable):
1559 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
1560 Fix typos in docstrings.
1561
1562 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
1563
1564 * files.el (insert-directory): When WILDCARD-REGEXP and
1565 FULL-DIRECTORY-P are nil, insert the file entry instead of the
1566 whole directory. (Bug#5551)
1567
1568 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
1569 dired's alignment sanity. (Bug#5516)
1570
1571 2010-02-14 Juri Linkov <juri@jurta.org>
1572
1573 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
1574 Remove remaining ^H with their preceding chars. (Bug#5566)
1575
1576 2010-02-13 Glenn Morris <rgm@gnu.org>
1577
1578 * simple.el (transpose-subr): Give it a doc-string.
1579
1580 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
1581 Doc fixes.
1582
1583 2010-02-12 Juri Linkov <juri@jurta.org>
1584
1585 * arc-mode.el (archive-unique-fname): Make directories for nested
1586 archives. (Bug#5540)
1587
1588 2010-02-12 Juri Linkov <juri@jurta.org>
1589
1590 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
1591
1592 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
1593
1594 * subr.el (copy-overlay): Handle deleted overlays.
1595
1596 * man.el (Man-completion-table): Don't signal an error if we can't run
1597 manual-program (bug#4056).
1598
1599 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
1600
1601 * textmodes/artist.el (artist-mt): Fix typos in docstring.
1602
1603 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1604
1605 * info.el (Info-bookmark-jump): Simplify.
1606
1607 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
1608 (bookmark-default-handler): Accept new bookmark field `buffer'.
1609
1610 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
1611
1612 * iswitchb.el (iswitchb-completions): Revert last change.
1613
1614 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
1615
1616 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
1617 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
1618 This prevents file names like "~/" being listed literally.
1619
1620 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
1621
1622 * term/xterm.el (xterm-maybe-set-dark-background-mode):
1623 Remove dead code. (Bug#5546)
1624
1625 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
1626
1627 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
1628 correctly (Bug#5548).
1629
1630 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
1631
1632 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
1633 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
1634
1635 2010-02-08 Kenichi Handa <handa@m17n.org>
1636
1637 * international/mule-util.el (with-coding-priority): Add autoload
1638 cookie for putting `lisp-indent-function'.
1639
1640 2010-02-07 Glenn Morris <rgm@gnu.org>
1641
1642 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
1643 Move F2003 named interfaces from keywords-2 to keywords-1, and
1644 use function-name-face rather than constant-face.
1645 Simplify "abstract interface" regexp.
1646
1647 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
1648
1649 * eshell/esh-util.el (eshell-file-attributes): New optional arg
1650 ID-FORMAT. Pass it to `file-attributes'.
1651
1652 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
1653
1654 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
1655
1656 * faces.el (set-face-attribute): Allow calling
1657 internal-set-lisp-face-attribute with 'unspecified family and
1658 foundry argument (Bug#5536).
1659
1660 2010-02-07 Glenn Morris <rgm@gnu.org>
1661
1662 * progmodes/f90.el (f90-font-lock-keywords-2)
1663 (f90-looking-at-type-like, f90-looking-at-program-block-end):
1664 Handle F2003 named interfaces.
1665
1666 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
1667
1668 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
1669 beg and end before calling c-get-state-before-change-functions.
1670
1671 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
1672
1673 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
1674
1675 2010-02-05 Juri Linkov <juri@jurta.org>
1676
1677 * doc-view.el (doc-view-mode):
1678 * image-mode.el (image-mode): Put property mode-class=special.
1679 (Bug#4896)
1680
1681 2010-02-05 Mark A. Hershberger <mah@everybody.org>
1682
1683 * vc-svn.el (vc-svn-revision-table): New function.
1684
1685 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
1686
1687 * net/ange-ftp.el (ange-ftp-insert-directory):
1688 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1689 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1690 Handle also directories. (Bug#5478)
1691
1692 2010-02-05 Glenn Morris <rgm@gnu.org>
1693
1694 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
1695
1696 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
1697
1698 * startup.el (command-line-1): Convert options beginning with a
1699 single dash as well (Bug#5519).
1700
1701 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1702
1703 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
1704 * minibuffer.el (completion-initials-expand): Only check the presence
1705 of delims *within* the boundaries, since otherwise the / delim is
1706 always found for files.
1707
1708 Fix up various corner case problems.
1709 * doc-view.el (doc-view-last-page-number): New function.
1710 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
1711 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
1712 (doc-view-kill-proc): Avoid inf-loop in freak cases.
1713 (doc-view-reconvert-doc): Use the new recursive delete-directory.
1714 (doc-view-convert-current-doc): Don't create the resolution.el file
1715 here any more.
1716 (doc-view-pdf/ps->png): Do it here instead.
1717 (doc-view-already-converted-p): Check that resolution.el is present.
1718 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
1719 windows that are not yet showing images.
1720
1721 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
1722
1723 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
1724 `dired-uncache' for every elemnt which is an absolute file name.
1725
1726 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
1727 directory, handle its directory component.
1728 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
1729 function is called permanently and creates noise, otherwise.
1730
1731 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1732 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1733 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
1734
1735 2010-02-04 David Burger <dburger@google.com> (tiny change)
1736
1737 * macros.el (apply-macro-to-region-lines):
1738 Minor simplification. (Bug#5485)
1739
1740 2010-02-04 Glenn Morris <rgm@gnu.org>
1741
1742 * mail/rmail.el (rmail-show-message-1): Handle malformed
1743 quoted-printable text. (Bug#5441)
1744
1745 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
1746
1747 * simple.el (visual-line-mode): Capitalize lighter.
1748
1749 2010-02-03 John Wiegley <jwiegley@gmail.com>
1750
1751 * iswitchb.el (iswitchb-completions): Add bookmark files to the
1752 list of files considered for "virtual buffer" completions.
1753
1754 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
1755
1756 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
1757 also in case of (and (not full) (not wildcard)). This is needed,
1758 when dired is called with a list of files, which are not in
1759 `default-directory'. (Bug#5478)
1760
1761 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
1762
1763 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
1764
1765 2010-02-02 Juri Linkov <juri@jurta.org>
1766
1767 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
1768 from unidiff to allow function-line after @@.
1769
1770 2010-02-02 Juri Linkov <juri@jurta.org>
1771
1772 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
1773 '(RCS SCCS) with inverted condition.
1774
1775 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
1776
1777 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
1778 messages.
1779
1780 2010-02-01 Juri Linkov <juri@jurta.org>
1781
1782 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
1783 compare with "pkunzip" and "pkzip" instead of only "pkzip".
1784 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
1785 only when (car archive-zip-extract) is "unzip". (Bug#5475)
1786
1787 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1788
1789 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
1790 (doc-view-revert-buffer): New command.
1791 (doc-view-mode-map): Use it.
1792
1793 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
1794
1795 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
1796 pending merge is detected.
1797
1798 2010-01-31 Juri Linkov <juri@jurta.org>
1799
1800 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
1801 beginning of interactive spec like all other grep commands do.
1802 Put "all" in front of "gz". (Bug#5260)
1803
1804 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
1805
1806 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
1807
1808 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
1809
1810 * dirtrack.el (dirtrack): Warn instead of signalling error if the
1811 regexp is incorrect (Bug#5476).
1812
1813 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
1814
1815 * net/tramp.el (tramp-handle-insert-directory): Handle also
1816 symlinks, when FILENAME is not in `default-directory'.
1817
1818 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
1819
1820 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
1821 FILE is not in `default-directory'. (Bug#5478)
1822
1823 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
1824 of SWITCHES. Handle the case, FILENAME is not in
1825 `default-directory'. (Bug#5478)
1826 (tramp-register-file-name-handlers): Add safe-magic property.
1827
1828 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
1829
1830 * arc-mode.el (archive-zip-extract): Quote the argument passed to
1831 unzip (Bug#5475).
1832
1833 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
1834
1835 * progmodes/flymake.el (flymake-allowed-file-name-masks)
1836 (flymake-master-make-header-init): Add other C++ filename masks.
1837 (flymake-find-possible-master-files)
1838 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
1839
1840 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
1841
1842 Fix some busybox annoyances.
1843
1844 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
1845 not responding." string.
1846 (tramp-open-connection-setup-interactive-shell): Dump stty
1847 settings. Enable "neveropen" arg for all `tramp-send-command'
1848 calls. Handle "=" in variable values properly.
1849 (tramp-find-inline-encoding): Raise an error, when no encoding is
1850 found.
1851 (tramp-wait-for-output): Check, whether PROC buffer is available.
1852 Remove spurious " ^H" sequences, sent by busybox.
1853 (tramp-get-ls-command): Suppress coloring, if possible.
1854
1855 2010-01-28 Glenn Morris <rgm@gnu.org>
1856
1857 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
1858
1859 * log-edit.el (log-edit-strip-single-file-name): Add missing
1860 :safe, :group, and :version tags.
1861
1862 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
1863
1864 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
1865 buffers. (Bug#5477)
1866
1867 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
1868
1869 * files.el (delete-directory): Handle moving to trash without
1870 first doing recursion (Bug#5436).
1871
1872 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
1873
1874 * vc-hooks.el (vc-path): Mark as obsolete.
1875
1876 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
1877
1878 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
1879 names too.
1880
1881 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
1882 for the short log.
1883 (vc-bzr-log-view-mode): Adjust regexp for the above change.
1884
1885 2010-01-25 Mark A. Hershberger <mah@everybody.org>
1886
1887 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
1888
1889 * vc-bzr.el (vc-bzr-revision-table): New function.
1890
1891 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
1892
1893 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
1894 diff-index command. This requires at least git-1.5.5. (Bug#1589).
1895
1896 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
1897
1898 Remove support for adding --signoff on commit.
1899 Future support will use an incompatible generic mechanism.
1900 * vc-git.el (vc-git-add-signoff): Remove variable.
1901 (vc-git-toggle-signoff): Remove function.
1902 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
1903
1904 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
1905 from xterm-set-background-mode. Return t if the background mode
1906 was set.
1907 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
1908 earlier, call it again in case the background mode has changed.
1909
1910 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
1911
1912 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
1913 (Bug#3541).
1914
1915 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
1916
1917 * emacs-lisp/assoc.el (aelement): Doc fix.
1918 (aput, adelete, amake): Use lexical-let (Bug#5450).
1919
1920 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
1921
1922 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
1923 is the same as subprogram call, not declaration. (Bug#5435).
1924
1925 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
1926
1927 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
1928 (tramp-smb-maybe-open-connection): Use it.
1929
1930 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
1931
1932 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
1933
1934 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1935
1936 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
1937 just because we see "encoding: 8bit".
1938 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
1939
1940 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
1941
1942 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
1943
1944 2010-01-22 Eli Zaretskii <eliz@gnu.org>
1945
1946 * jka-compr.el (jka-compr-load): If load-file is not in
1947 load-history, try its file-truename version. (bug#5447)
1948
1949 2010-01-21 Alan Mackenzie <acm@muc.de>
1950
1951 Fix a situation where deletion of a cpp construct throws an error.
1952 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
1953 invoking c-with-all-but-one-cpps-commented-out, check that the
1954 special cpp construct is still in the buffer.
1955 (c-parse-state): Record the special cpp with markers, not numbers.
1956
1957 2010-01-21 Kenichi Handa <handa@m17n.org>
1958
1959 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
1960 process last-command-event, as it is now decoded first (Bug#5380).
1961
1962 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
1963
1964 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
1965
1966 2010-01-20 Glenn Morris <rgm@gnu.org>
1967
1968 * indent.el (tab-always-indent): Fix custom-type.
1969
1970 2010-01-19 Alan Mackenzie <acm@muc.de>
1971
1972 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
1973 buffer throws "args out of range".
1974 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
1975 playing the role of delimiter.
1976
1977 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
1978
1979 * progmodes/ada-mode.el: Fix bug#5400.
1980 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
1981 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
1982 changed. Delete RECURSIVE parameter; never used. Improve doc string.
1983 Improve comments in "is" portion. Handle null procedure declaration.
1984 (ada-move-to-end): Improve doc string.
1985
1986 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
1987
1988 * ido.el (ido-cur-list): Initialize to nil.
1989 Remove obsolete information from commentary.
1990 (ido-choice-list): Initialize to nil.
1991 (ido-get-bufname): Reject minibuffers.
1992 (ido-make-buffer-list): If "default" is a nonexistent
1993 buffer, ignore it, as per the function's comment.
1994 (ido-kill-buffer-internal): New function.
1995 (ido-kill-buffer-at-head): Use it.
1996 (ido-visit-buffer): Likewise.
1997
1998 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
1999
2000 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
2001
2002 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
2003
2004 * cedet/ede/locate.el (ede-locate-file-in-project)
2005 (ede-locate-file-in-project-impl): Fix typos in docstrings.
2006 (ede-enable-locate-on-project): Fix typos in error messages.
2007
2008 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
2009 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
2010 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
2011 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
2012 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
2013 Fix typos in menu help.
2014
2015 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
2016 Fix typos in chart titles.
2017
2018 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
2019 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
2020 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
2021 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
2022 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
2023 (semantic-parse-stream, semantic-parse-region)
2024 (semantic-parse-region-default, semantic--set-buffer-cache)
2025 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
2026 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
2027 (semantic-default-submodes):
2028 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
2029 (semanticdb-create-ebrowse-database)
2030 (semanticdb-find-tags-for-completion-method)
2031 (semanticdb-find-tags-by-class-method)
2032 (semanticdb-deep-find-tags-by-name-method)
2033 (semanticdb-deep-find-tags-for-completion-method):
2034 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
2035 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
2036 (semanticdb-find-tags-for-completion-method)
2037 (semanticdb-find-tags-by-class-method)
2038 (semanticdb-deep-find-tags-for-completion-method):
2039 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
2040 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
2041 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
2042 (semanticdb-find-tags-by-name-method)
2043 (semanticdb-find-tags-by-name-regexp-method)
2044 (semanticdb-find-tags-for-completion-method)
2045 (semanticdb-find-tags-by-class-method)
2046 (semanticdb-find-tags-external-children-of-type-method)
2047 (semanticdb-find-tags-subclasses-of-type-method)
2048 (semanticdb-deep-find-tags-by-name-method)
2049 (semanticdb-deep-find-tags-by-name-regexp-method)
2050 (semanticdb-deep-find-tags-for-completion-method):
2051 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
2052 (semanticdb-enable-gnu-global-in-buffer)
2053 (semanticdb-find-tags-for-completion-method)
2054 (semanticdb-deep-find-tags-by-name-method)
2055 (semanticdb-deep-find-tags-for-completion-method):
2056 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
2057 (javascript-mode, semanticdb-find-translate-path)
2058 (semanticdb-find-tags-for-completion-method)
2059 (semanticdb-find-tags-by-class-method)
2060 (semanticdb-deep-find-tags-by-name-method)
2061 (semanticdb-deep-find-tags-for-completion-method)
2062 (semanticdb-find-tags-external-children-of-type-method):
2063 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
2064 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
2065 (global-semantic-idle-scheduler-mode):
2066 * cedet/srecode/dictionary.el (srecode-field-value)
2067 (srecode-dictionary-add-section-dictionary):
2068 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
2069 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
2070 (describe-class, eieio-describe-generic, describe-generic):
2071 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
2072 (eieio-speedbar-expand):
2073 * emulation/viper-cmd.el (viper-exec-form-in-vi)
2074 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
2075 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
2076 (viper-del-backward-char-in-replace, viper-backward-indent)
2077 (viper-brac-function, viper-register-to-point, viper-submit-report):
2078 * net/tramp.el (tramp-remote-coding-commands):
2079 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
2080 Fix typos in docstrings.
2081
2082 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
2083
2084 * mail/sendmail.el (mail-yank-original): Set the mark if the
2085 specified function for yanking does not do it.
2086
2087 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
2088
2089 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
2090
2091 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
2092 resyncing a directory.
2093
2094 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
2095
2096 * progmodes/ada-mode.el: Fix bug#1920.
2097 (ada-ident-re): Delete ., allow multibyte characters.
2098 (ada-goto-label-re): New; matches goto labels.
2099 (ada-block-label-re): New; matches block labels.
2100 (ada-label-re): New; matches both.
2101 (ada-named-block-re): Deleted; callers changed to use
2102 `ada-block-label-re' instead.
2103 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
2104 Use `ada-block-label-re'.
2105 (ada-indent-on-previous-lines): Improve handling of goto labels.
2106 (ada-get-indent-block-start): Special-case block label.
2107 (ada-get-indent-label): Split into `ada-indent-block-label' and
2108 `ada-indent-goto-label'.
2109 (ada-goto-stmt-start, ada-goto-next-non-ws):
2110 Optionally ignore goto labels.
2111 (ada-goto-next-word): Simplify.
2112 (ada-indent-newline-indent-conditional): Insert newline before
2113 trying to fix indentation; doc fix.
2114
2115 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
2116
2117 * calc/calc.el (calc-command-flags): Give it an initial value.
2118
2119 2010-01-17 Glenn Morris <rgm@gnu.org>
2120
2121 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
2122
2123 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
2124
2125 * cedet/semantic.el (semantic-mode):
2126 * files.el (minibuffer-with-setup-hook):
2127 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
2128 (artist-key-draw-continously, artist-key-do-continously-continously)
2129 (artist-key-set-point-continously, artist-mouse-draw-continously):
2130 Fix typos in docstrings.
2131
2132 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
2133
2134 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
2135 return t (Bug#3898).
2136
2137 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
2138
2139 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
2140 can parse the output of the external commands (Bug#5279).
2141
2142 2010-01-16 Jari Aalto <jari.aalto@cante.net>
2143
2144 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
2145
2146 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
2147
2148 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
2149
2150 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
2151
2152 * startup.el (command-line): Remove unused --icon-type arg.
2153 Handle --display arg, passing it to command-line-1 (Bug#5392).
2154
2155 2010-01-16 Mario Lang <mlang@delysid.org>
2156
2157 * cedet/ede/cpp-root.el (ede-cpp-root-project):
2158 * cedet/ede/files.el (ede-expand-filename):
2159 * cedet/ede/simple.el (ede-simple-project):
2160 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
2161 (semantic-complete-inline-tag-engine):
2162 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
2163 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
2164 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
2165 * cedet/semantic/db.el (semanticdb-equivalent-mode):
2166 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
2167 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
2168 * emacs-lisp/chart.el (chart-translate-namezone):
2169 * textmodes/artist.el (artist-compute-popup-menu-table):
2170 Remove duplicated words in doc-strings.
2171
2172 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
2173
2174 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
2175 to mairix-search to suppress threading (Bug#5342).
2176
2177 2010-01-15 Kenichi Handa <handa@m17n.org>
2178
2179 * international/mule-cmds.el (canonicalize-coding-system-name):
2180 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
2181
2182 2010-01-15 Glenn Morris <rgm@gnu.org>
2183
2184 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
2185
2186 * wid-edit.el (widget-keymap): Doc fix.
2187
2188 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
2189 former seems to be more widely accepted by various svn versions.
2190
2191 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2192
2193 * find-cmd.el (find-constituents):
2194 * vc-arch.el (vc-arch-root):
2195 * window.el (window-body-height, pop-up-frames):
2196 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
2197 (semantic-no-reparse-needed-change-hook):
2198 * cedet/srecode/insert.el (srecode-resolve-argument-list)
2199 (srecode-template-inserter-blank, srecode-template-inserter-variable)
2200 (srecode-template-inserter-ask, srecode-template-inserter-width)
2201 (srecode-template-inserter-section-start)
2202 (srecode-template-inserter-section-end, srecode-insert-method):
2203 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
2204 * progmodes/ada-stmt.el (ada-if):
2205 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
2206 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
2207 (ispell-encoding8-command, ispell-aspell-supports-utf8)
2208 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
2209
2210 * progmodes/flymake.el (flymake-post-syntax-check):
2211 Fix typo in error message.
2212
2213 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2214
2215 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
2216 which is always a string. (Bug#5313)
2217
2218 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2219
2220 * progmodes/ada-xref.el (ada-default-prj-properties):
2221 Simplify previous change.
2222
2223 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2224
2225 * progmodes/ada-xref.el (ada-default-prj-properties):
2226 Default ada_project_path to $ADA_PROJECT_PATH.
2227
2228 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2229
2230 * progmodes/ada-mode.el (ada-create-keymap):
2231 Override `narrow-to-defun' with `ada-narrow-to-defun'.
2232
2233 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2234
2235 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
2236 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
2237 (ada-get-current-indent, ada-imenu-generic-expression)
2238 (ada-which-function): Check for it.
2239
2240 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2241
2242 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
2243 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
2244
2245 2010-01-14 Glenn Morris <rgm@gnu.org>
2246
2247 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
2248
2249 2010-01-14 Kenichi Handa <handa@m17n.org>
2250
2251 * composite.el (auto-composition-mode): Make it a buffer local
2252 variable (permanent-local).
2253 (auto-composition-function): Set the default value to
2254 auto-compose-chars.
2255 (auto-composition-mode): Make it a simple function, not a minor mode.
2256 (global-auto-composition-mode): Likewise.
2257 (turn-on-auto-composition-if-enabled): Delete it.
2258
2259 2010-01-13 Karl Fogel <kfogel@red-bean.com>
2260
2261 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
2262
2263 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
2264
2265 * files.el (copy-directory): Compute target for recursive
2266 directories with identical names. (Bug#5343)
2267
2268 2010-01-12 Glenn Morris <rgm@gnu.org>
2269
2270 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
2271 it to bug-gnu-emacs rather than emacs-pretest-bug.
2272
2273 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
2274
2275 * cedet/data-debug.el (data-debug): Fix customization group reference.
2276
2277 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
2278
2279 * cedet/semantic/analyze.el (semantic-analyze-push-error)
2280 (semantic-analyze-context, semantic-analyze-context-assignment)
2281 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
2282 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
2283 (semantic-java-doc-keywords-map):
2284 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
2285 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
2286 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
2287 (semantic-c-classname, semantic-format-tag-uml-prototype)
2288 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
2289 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
2290 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
2291 (semantic-get-local-variables, semantic-end-of-command)
2292 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
2293 (lisp-mode):
2294 * cedet/semantic/bovine/make.el (makefile-mode):
2295 * cedet/semantic/wisent/python.el (wisent-python-string-re)
2296 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
2297 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
2298 (semantic-lex, semantic-get-local-variables, python-mode):
2299 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
2300 * cedet/srecode/extract.el (srecode-extract-state-set)
2301 (srecode-extract-method): Fix typos in docstrings.
2302
2303 2010-01-11 Sam Steingold <sds@gnu.org>
2304
2305 * imenu.el (imenu-default-create-index-function): Detect infinite
2306 loops caused by imenu-prev-index-position-function.
2307
2308 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2309
2310 * htmlfontify.el (htmlfontify-load-rgb-file)
2311 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
2312 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
2313 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
2314 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
2315 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
2316 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
2317 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
2318 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
2319 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
2320 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
2321 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
2322 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
2323 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
2324 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
2325 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
2326 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
2327 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
2328 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
2329 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
2330 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
2331 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
2332 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
2333 backslash-quoting from parentheses, etc.
2334
2335 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
2336
2337 * progmodes/js.el: Autoload javascript-mode alias.
2338
2339 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2340
2341 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
2342 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
2343 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
2344 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
2345 Fix typos in docstrings.
2346 (ffap-url-regexp): Doc fix.
2347 (ffap-at-mouse): Fix typo in message.
2348
2349 2010-01-11 Glenn Morris <rgm@gnu.org>
2350
2351 * version.el (emacs-copyright): Set copyright year to 2010.
2352
2353 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2354
2355 * format.el (format-annotate-function): Only set
2356 write-region-post-annotation-function after running to-fn so as not to
2357 affect nested write-region calls (bug#5273).
2358
2359 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
2360
2361 * cedet/semantic.el (semantic-new-buffer-setup-functions):
2362 Add python parser.
2363
2364 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
2365 wisent/python.el.
2366
2367 2010-01-10 Richard Kim <emacs18@gmail.com>
2368
2369 * cedet/semantic/wisent/python-wy.el:
2370 * cedet/semantic/wisent/python.el: New files.
2371
2372 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2373
2374 * man.el (Man-goto-section): Signal error if the section is not
2375 found (Bug#5317).
2376
2377 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
2378
2379 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
2380 URLs with a leading triple slash in the file: scheme. (Bug#5345)
2381
2382 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2383
2384 * progmodes/compile.el: Don't treat compile-command as safe if
2385 compilation-read-command might be nil (Bug#4218).
2386
2387 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
2388
2389 * startup.el (command-line-1): Use orig-argi to check for ignored X and
2390 NS options.
2391
2392 2010-01-08 Kenichi Handa <handa@m17n.org>
2393
2394 * international/fontset.el (build-default-fontset-data):
2395 Exclude characters in scripts kana, hangul, han, or cjk-misc.
2396
2397 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
2398
2399 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
2400 to `create-file-buffer' as it expects, not just a buffer name.
2401 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
2402 to help uniquify. (Bug#3224)
2403
2404 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
2405
2406 * font-setting.el (font-setting-change-default-font): Use user-spec
2407 instead of name.
2408
2409 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2410
2411 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
2412
2413 2010-01-05 Tom Tromey <tromey@redhat.com>
2414
2415 * progmodes/python.el (python-font-lock-keywords):
2416 Handle qualified decorators (Bug#881).
2417
2418 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2419
2420 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
2421 in a lightweight checkout.
2422
2423 2010-01-05 Kenichi Handa <handa@m17n.org>
2424
2425 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
2426
2427 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2428
2429 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
2430
2431 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
2432
2433 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
2434 checkouts. (Bug#618)
2435 (vc-bzr-log-view-mode): Also highlight the author.
2436 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
2437 (vc-bzr-shelve-menu-map):
2438 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
2439 (vc-bzr-shelve-apply): Make prompt more explicit.
2440
2441 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
2442
2443 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
2444 They are valid characters in URL paths (rfc3986), and at least
2445 Firefox does not understand the encoded version (Bug#3166).
2446
2447 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
2448
2449 * progmodes/octave-mod.el (octave-end-keywords)
2450 (octave-block-begin-or-end-regexp, octave-block-match-alist):
2451 Add "end" keyword (Bug#3061).
2452 (octave-end-as-array-index-p): New function.
2453 (calculate-octave-indent): Use it.
2454
2455 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2456
2457 * bookmark.el: Consistently put the text property on the bookmark name.
2458 (bookmark-bmenu-marks-width): Bump back to 2, to include
2459 annotation marks.
2460 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
2461 property on the bookmark name, instead of not putting it at all.
2462 (bookmark-bmenu-list): Fix where we put the text property.
2463
2464 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2465
2466 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
2467 for showing buffer modified state (as added in the previous change).
2468
2469 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2470
2471 * bookmark.el: Show modified state of bookmark buffer more accurately.
2472 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
2473 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
2474 (with-buffer-modified-unmodified): New macro.
2475 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2476 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
2477 Use new macro to preserve the buffer modified state.
2478
2479 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2480
2481 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
2482 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
2483 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
2484 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
2485 (bookmark-bmenu-rename, bookmark-bmenu-locate)
2486 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
2487 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
2488
2489 2010-01-02 Eli Zaretskii <eliz@gnu.org>
2490
2491 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2492 Make the lines in the generated doc string shorter. (Bug#4668)
2493
2494 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
2495
2496 * net/rcirc.el: Add follow-link binding (Bug#4738).
2497
2498 2010-01-02 Eli Zaretskii <eliz@gnu.org>
2499
2500 * Makefile.in (bzr-update): Rename from cvs-update.
2501 (cvs-update): New target for backward compatibility.
2502
2503 * makefile.w32-in (bzr-update): Rename from cvs-update.
2504 (cvs-update): New target for backward compatibility.
2505
2506 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2507
2508 * bookmark.el: Remove gratuitous gratitude.
2509
2510 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2511
2512 * bookmark.el (bookmark-bmenu-any-marks): New function
2513 (bookmark-bmenu-save): Clear buffer modification if no marks.
2514
2515 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2516
2517 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
2518 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
2519 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
2520 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
2521
2522 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
2523 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
2524 To: emacs-devel {_AT_} gnu.org
2525 Subject: bookmark.el bug report
2526 Date: Mon, 28 Dec 2009 14:19:16 +0800
2527 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
2528
2529 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2530
2531 * bookmark.el: Improvements suggested by Drew Adams:
2532 (bookmark-bmenu-ensure-position): New name for
2533 `bookmark-bmenu-check-position'. Just ensure the position,
2534 don't return any meaningful value.
2535 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
2536 New constants.
2537
2538 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
2539
2540 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
2541 (bookmark-yank-point, bookmark-bmenu-check-position):
2542 Fix typos in docstrings.
2543 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
2544 (bookmark-name-from-full-record, bookmark-get-position)
2545 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
2546 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
2547 Remove useless quoting of parenthesis, etc. in docstrings.
2548
2549 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
2550 (ediff-append-custom-diff): Fix typo in error message.
2551 (ediff-meta-mark-equal-files): Fix typos in messages.
2552
2553 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
2554
2555 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
2556 Fix typo in docstring.
2557
2558 * net/imap-hash.el (imap-hash-make): Doc fix.
2559 (imap-hash-test): Fix typo in error message; reflow docstring.
2560 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
2561 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
2562 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
2563 Fix typos in docstrings.
2564 (imap-hash-open-connection): Fix typo in error message.
2565
2566 * play/gomoku.el (gomoku): Fix typos in docstring.
2567
2568 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
2569 (gdb-jsonify-buffer): Fix typos in docstring.
2570 (gdb-goto-breakpoint): Fix typo in error message.
2571 ("Display Other Windows"): Fix typo in help message.
2572 (gdb-speedbar-expand-node): Fix typo in question.
2573
2574 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
2575 (idlwave-html-system-help-location, idlwave-html-help-location)
2576 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
2577 (idlwave-help-browser-generic-args, idlwave-help-directory)
2578 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
2579 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
2580 (idlwave-online-help, idlwave-help-html-link)
2581 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
2582 Fix typos in docstrings.
2583 (idlwave-help-with-source, idlwave-help-find-routine-definition):
2584 Reflow docstrings.
2585 (idlwave-help-assistant-start): Fix typo in error message.
2586
2587 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
2588 (octave-electric-space): Fix typos in docstrings.
2589
2590 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
2591
2592 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
2593
2594 2010-01-01 Juri Linkov <juri@jurta.org>
2595
2596 * comint.el (comint-input-ring-size): Make it a defcustom and
2597 increase the default to 500 (Bug#5148).
2598
2599 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
2600
2601 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
2602 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
2603 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
2604
2605 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
2606
2607 Show working revision correctly for mercurial.
2608 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
2609 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
2610
2611 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
2612
2613 Declare some functions for the byte-compiler.
2614 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
2615 (speedbar-timer-fn, speedbar-change-expand-button-char)
2616 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
2617
2618 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
2619
2620 This changeset reverts GDB Graphical Interface to use annotations.
2621 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
2622
2623 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
2624
2625 Make vc-dir work on subdirectories of the bzr root.
2626 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
2627 file names relative to it.
2628 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
2629 relative directory to vc-bzr-after-dir-status.
2630
2631 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
2632
2633 * font-lock.el (font-lock-refresh-defaults): New function, which
2634 can be used to let font-lock react to external changes in
2635 variables like font-lock-defaults and keywords.
2636 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
2637
2638 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
2639
2640 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
2641
2642 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
2643
2644 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
2645
2646 Supersede color.diff settings in git log (bug#5211).
2647
2648 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
2649 escape chars in its output when the user has color.diff set to `always'.
2650 This fix works on git 1.4.2 and newer (released on 2006-08-13).
2651
2652 2009-12-26 Kevin Ryde <user42@zip.com.au>
2653
2654 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
2655 node. Keep previous "Index" name to work with past coreutils too.
2656
2657 * man.el (man): Revise docstring a bit to show -a and -l as
2658 examples. Add -k description since support for it has otherwise
2659 been a secret. (Further to bug#3717.)
2660 (Man-bgproc-sentinel): When "-k foo" produces no output show error
2661 "no matches" rather than "Can't find manpage", as the latter reads
2662 like -k was interpreted as a page name, which is not so. (Bug#5431)
2663
2664 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
2665
2666 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
2667 switches. Check also for //SUBDIRED// line.
2668
2669 2009-12-25 Kenichi Handa <handa@m17n.org>
2670
2671 * language/indian.el (devanagari-composable-pattern): Fixed to
2672 handle ZWNJ and ZWJ. Use it in composition-function-table for
2673 Devanagari.
2674 (malayalam-composable-pattern): Fix previous change.
2675
2676 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2677
2678 * ps-print.el (ps-face-attributes): It was not returning the
2679 attribute face for faces specified as string. Reported by harven
2680 <harven@free.fr>. (Bug#5254)
2681 (ps-print-version): New version 7.3.5.
2682
2683 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
2684
2685 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
2686 timezone names.
2687 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
2688 (icalendar--add-diary-entry): Remove the trailing blank that
2689 diary-make-entry inserts.
2690
2691 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
2692
2693 Make `file-expand-wildcards' work for remote files.
2694
2695 * files.el (file-expand-wildcards): In case of remote files, check
2696 only local file name part for wildcards. Provide feature 'files
2697 and subfeature 'remote-wildcards. (Bug#5198)
2698
2699 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
2700 if there is already an established connection.
2701 (tramp-advice-file-expand-wildcards): Remove it.
2702
2703 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
2704 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
2705 Activate advice for older GNU Emacs versions. (Bug#5237)
2706
2707 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
2708
2709 Some doc fixes (more needed).
2710
2711 * find-cmd.el (find-constituents): Reflow docstring.
2712 (find-cmd, find-prune, find-command): Fix typos in docstrings.
2713 (find-generic): Doc fix.
2714
2715 2009-12-17 Juri Linkov <juri@jurta.org>
2716
2717 Fix regression from 23.1 to allow multiple modes in Local Variables.
2718
2719 * files.el (hack-local-variables-filter): While ignoring duplicates,
2720 don't take `mode' into account.
2721 (hack-local-variables-filter, hack-dir-local-variables): Don't
2722 remove duplicate `mode' from local-variables-alist (like `eval').
2723
2724 2009-12-17 Juri Linkov <juri@jurta.org>
2725
2726 Make `dired-diff' more safe. (Bug#5225)
2727
2728 * dired-aux.el (dired-diff): Signal an error when `file' equals to
2729 `current' or when `file' is a directory of the `current' file.
2730
2731 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
2732
2733 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
2734 unconditionally preloaded files.
2735
2736 2009-12-16 Juri Linkov <juri@jurta.org>
2737
2738 Revert to old 23.1 logic of using the file at the mark as default.
2739 * dired-aux.el (dired-diff): Use the file at the mark as default
2740 if it's not the same as the current file, and the target dir is
2741 the current dir or the mark is active. Add the current file
2742 as the arg of `dired-dwim-target-defaults'. Use the default file
2743 in the prompt. (Bug#5225)
2744
2745 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
2746
2747 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
2748 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
2749 (tramp-check-for-regexp): Check also, when an echoing shell stops
2750 to echo sent commands.
2751
2752 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2753
2754 * Makefile.in: Revert last change (Bug#5191).
2755
2756 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
2757
2758 * vc-hg.el (vc-hg-print-log): Fix argument order.
2759 (vc-hg-working-revision): Make sure the command is executed in a
2760 known environment so that we can parse the output. (Bug#4417)
2761
2762 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2763
2764 * progmodes/python.el (python-symbol-completions): Remove text
2765 properties from symbol string before calling python-send-receive.
2766
2767 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
2768
2769 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
2770 when there are values for both file and line. (Bug#5060)
2771
2772 2009-12-14 Juri Linkov <juri@jurta.org>
2773
2774 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
2775 whitespace after the file name of the first line of unified format,
2776 because git-diff doesn't output whitespace and file modification time
2777 after the file name.
2778
2779 2009-12-14 David Kastrup <dak@gnu.org>
2780
2781 * info.el (Info-hide-cookies-node): Before hiding a cookie,
2782 check if it already has the `display' property added by
2783 `Info-display-images-node', and not put the `invisible' property
2784 in this case.
2785
2786 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2787
2788 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2789 (semantic-mru-bookmark-mode): Doc fixes.
2790
2791 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
2792 of assert.
2793
2794 2009-12-13 Glenn Morris <rgm@gnu.org>
2795
2796 * mail/emacsbug.el (message-sort-headers): Define for compiler.
2797 (report-emacs-bug): In message-mode, sort manually before storing
2798 original report text. (Bug#5178)
2799 Remove superfluous save-excursion.
2800
2801 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
2802
2803 * net/dbus.el (dbus-property-handler): Filter lambda forms out
2804 when responding to "GetAll" properties.
2805
2806 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
2807
2808 * simple.el (compose-mail): Remove mail-setup-with-from from
2809 customization checks.
2810
2811 2009-12-12 Eli Zaretskii <eliz@gnu.org>
2812
2813 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
2814 RAR archives created on Unix systems.
2815
2816 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
2817
2818 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
2819 the varalias that was accidentally removed by the 2009-11-19 change
2820 (bug#5186).
2821
2822 2009-12-12 Kenichi Handa <handa@m17n.org>
2823
2824 * language/indian.el (indian-compose-regexp): New function.
2825 (malayalam-composable-pattern): Fix the pattern.
2826 (composition-function-table): Set malayalam-composable-pattern for
2827 Malayalam characters.
2828
2829 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
2830
2831 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
2832 rather than down-mouse-1, based on follow-link conventions.
2833
2834 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
2835 are compiled.
2836
2837 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
2838
2839 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
2840 (verilog-vmm-statement-re, verilog-ovm-statement-re)
2841 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
2842 (verilog-leap-to-head, verilog-backward-token):
2843 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
2844
2845 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
2846
2847 * progmodes/verilog-mode.el (verilog-auto-lineup)
2848 (verilog-nameable-item-re): Cleanup user-visible spelling and
2849 documentation errors. One reported by Gary Delp.
2850 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
2851 (verilog-read-decls): Fix AUTOWIRE with types declared in a
2852 package, bug195. Reported by Pierre-David Pfister.
2853
2854 2009-12-11 Glenn Morris <rgm@gnu.org>
2855
2856 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
2857
2858 * mail/emacsbug.el: No longer require sendmail.
2859 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
2860 (report-emacs-bug-orig-text): Doc fix.
2861 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
2862 New local variables, to adapt to different mail-user-agents.
2863 (report-emacs-bug): Fix test for a gnu.org address.
2864 Use overlays for emphasis, since font-lock defeats 'face property.
2865 Pretest bugs also end up at the newsgroup these days.
2866 Stop message-mode stripping text properties.
2867 Set and use the new buffer-local variables.
2868 (report-emacs-bug-hook): Add doc-string.
2869 Remove some unnecessary save-excursions and simplify.
2870 Use the appropriate hook and send-command.
2871
2872 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
2873 capitalization of some menu entries.
2874
2875 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2876
2877 * whitespace.el (whitespace-display-char-on): Ensure
2878 `buffer-display-table' is unique when two or more windows are
2879 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
2880 New version 12.1.
2881
2882 2009-12-10 Eli Zaretskii <eliz@gnu.org>
2883
2884 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
2885 characters in the Attribute field.
2886
2887 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
2888
2889 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
2890
2891 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2892
2893 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2894 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2895 Disregard autoload-excludes.
2896 (update-directory-autoloads): Obey autoload-excludes here instead.
2897 But don't store its contents in no-autoloads and remove entries that
2898 refer to excludes files.
2899
2900 2009-12-10 Glenn Morris <rgm@gnu.org>
2901
2902 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2903 (expand-mail-aliases): Define for compiler.
2904
2905 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2906 Define for compiler.
2907
2908 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2909 appropriate for the mail-user-agent in use.
2910
2911 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
2912
2913 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2914
2915 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
2916
2917 Fix short log parsing and fontification.
2918 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2919 Fix fontification for the [merge] label.
2920
2921 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
2922
2923 Drop some properties to avoid surprises.
2924 * htmlfontify.el (hfy-ignored-properties): New defcustom.
2925 (hfy-fontify-buffer): Use it.
2926
2927 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
2928
2929 Minor cleanup.
2930 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
2931 Adjust all callers.
2932 (ffap-locate-file): Remove unused arg `dir-ok' and make other
2933 args compulsory. Adjust callers.
2934 (ffap-gopher-at-point): Remove unused var `name'.
2935
2936 Get rid of the ELCFILES abomination.
2937 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2938 (compile-elcfiles): New phony target.
2939 (compile-main): Compute ELCFILES dynamically.
2940 (compile-clean): New target to remove left-over elc files.
2941 (compile, all): Use it.
2942
2943 2009-12-09 Kenichi Handa <handa@etlken>
2944
2945 * international/mule-diag.el: Require help-mode instead of help-fns.
2946
2947 2009-12-09 Kenichi Handa <handa@m17n.org>
2948
2949 * international/mule-cmds.el (ucs-names): Supply sufficiently
2950 fine ranges instead of pre-calculating accurate ranges.
2951 Iterate with bigger gc-cons-threshold.
2952
2953 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2954
2955 Add support for stashing a snapshot of the current tree.
2956 * vc-git.el (vc-git-stash-snapshot): New function.
2957 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
2958
2959 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
2960
2961 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
2962 instead of `(beginning|end)-of-line'.
2963
2964 2009-12-08 Glenn Morris <rgm@gnu.org>
2965
2966 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
2967
2968 * Makefile.in (ELCFILES): Regenerate.
2969
2970 2009-12-07 Juri Linkov <juri@jurta.org>
2971
2972 Don't lazy-highlight the comint output in history Isearch mode.
2973
2974 * comint.el (comint-history-isearch-search): Instead of
2975 `comint-line-beginning-position', use `comint-after-pmark-p'
2976 to check if point if before the process mark, and go to
2977 `process-mark' in this case.
2978
2979 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2980
2981 * textmodes/tex-mode.el (latex-complete)
2982 (latex-indent-or-complete): Remove.
2983 (latex-mode): Set completion-at-point-functions instead.
2984
2985 Provide a standard completion command and hook it into TAB.
2986 * minibuffer.el (completion-at-point-functions): New var.
2987 (completion-at-point): New command.
2988 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
2989 * progmodes/python.el (python-mode-map): Use completion-at-point.
2990 (python-completion-at-point): Rename from python-partial-symbol and
2991 adjust for use in completion-at-point-functions.
2992 (python-mode): Setup completion-at-point for Python completion.
2993 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
2994 extracted from lisp-complete-symbol.
2995 (lisp-complete-symbol): Use it.
2996 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
2997 setup completion-at-point for Elisp completion.
2998 (emacs-lisp-mode-map, lisp-interaction-mode-map):
2999 Use completion-at-point.
3000 * ielm.el (ielm-map): Use completion-at-point.
3001 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
3002 * progmodes/sym-comp.el: Move to...
3003 * obsolete/sym-comp.el: Move from progmodes.
3004
3005 2009-12-07 Eli Zaretskii <eliz@gnu.org>
3006
3007 Prevent save-buffer in Rmail buffers from using the coding-system
3008 of the current message, and from clobbering the encoding mnemonics
3009 in the mode line (Bug#4623).
3010
3011 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
3012 flag, too.
3013 (rmail-message-encoding): New variable.
3014 (rmail-write-region-annotate): Record the encoding of the current
3015 message in rmail-message-encoding.
3016 (rmail-after-save-hook): New function, restores the encoding of
3017 the current message after the message collection is saved.
3018
3019 2009-12-07 Juri Linkov <juri@jurta.org>
3020
3021 * progmodes/grep.el (grep-read-files): Use `completing-read'
3022 instead of `read-string'. Set its `collection' arg to
3023 `read-file-name-internal'. (Bug#4301)
3024
3025 2009-12-07 Juri Linkov <juri@jurta.org>
3026
3027 Correctly restore original Isearch point. (Bug#4994)
3028
3029 * isearch.el (isearch-mode): Move `isearch-push-state' after
3030 `(run-hooks 'isearch-mode-hook)'.
3031 (isearch-cancel): When `isearch-push-state-function' is defined,
3032 let-bind `isearch-cmds' to the first state (the last element of
3033 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
3034 function and restores the original point). Otherwise, move point
3035 to `isearch-opoint'.
3036
3037 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3038
3039 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
3040 chars that don't have names, so the table can be built much faster at
3041 run-time.
3042
3043 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
3044
3045 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
3046 change. Suggested by David Kastrup.
3047
3048 * simple.el (compose-mail): Check for incompatibilities and warn.
3049 (compose-mail-user-agent-warnings): New option.
3050
3051 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3052
3053 Support showing a single log entry from vc-annotate.
3054 * vc.el (print-log): Add a new argument: START-REVISION.
3055 (vc-print-log-internal): Add a new optional argument and
3056 pass it to the backend.
3057 (vc-print-log, vc-print-root-log): Adjust callers.
3058 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
3059 buffer already displays the requested log entry, use it.
3060 Otherwise display only the log entry in question.
3061 * vc-svn.el (vc-svn-print-log):
3062 * vc-mtn.el (vc-mtn-print-log):
3063 * vc-hg.el (vc-hg-state):
3064 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
3065 (vc-git-show-log-entry): Return t on success.
3066 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
3067 (vc-bzr-show-log-entry): Return t on success.
3068 * vc-rcs.el (vc-rcs-print-log):
3069 * vc-sccs.el (vc-sccs-print-log):
3070 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
3071
3072 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3073
3074 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
3075 Add menus to the meta mode. (Bug#5043)
3076
3077 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
3078
3079 * ediff-init.el (ediff-event-key): Use event-to-character instead of
3080 event-key.
3081
3082 * ediff.el (ediff-buffers-internal): Add unwind-protect.
3083
3084 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
3085
3086 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
3087 Berbain <raphael.berbain@gmail.com>.
3088
3089 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
3090 characters.
3091 (tramp-initial-end-of-output): New defconst.
3092 (tramp-methods, tramp-find-shell)
3093 (tramp-open-connection-setup-interactive-shell)
3094 (tramp-maybe-open-connection): Use it.
3095 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
3096 existence of `#' and `$'.
3097
3098 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
3099 `tramp-initial-end-of-output'.
3100
3101 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3102
3103 Get the background mode from the terminal for xterm, and set
3104 faces accordingly.
3105 * term/xterm.el (xterm-set-background-mode): New function.
3106 (terminal-init-xterm): Use it in case xterm supports background
3107 color queries. Recompute faces after getting the background
3108 color.
3109
3110 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
3111
3112 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
3113 number comment back on its own line, for easier parsing.
3114
3115 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3116
3117 Make it work for non-file buffers (bug#5102).
3118 * doc-view.el (doc-view-current-cache-dir):
3119 Use doc-view-buffer-file-name rather than buffer-file-name.
3120 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
3121
3122 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
3123
3124 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
3125 author field is too short.
3126
3127 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
3128
3129 * vc-git.el (vc-git-print-log): Handle a limit argument.
3130 Display the short log in graph form and with labels.
3131 (vc-git-log-view-mode): Handle labels.
3132
3133 Make vc-revert change VC state from 'added to 'unregistered.
3134 * vc-git.el (vc-git-revert): Call git reset first.
3135
3136 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
3137
3138 * net/newst-backend.el, net/newst-plainview.el:
3139 * net/newst-reader.el, net/newst-ticker.el:
3140 * net/newst-treeview.el, net/newsticker.el:
3141 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
3142
3143 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
3144
3145 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
3146
3147 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
3148 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
3149 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3150 Update annotation regexp.
3151
3152 * simple.el (beginning-of-visual-line): Constrain to field
3153 boundaries (Bug#5106).
3154
3155 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
3156
3157 * xml.el (xml-substitute-numeric-entities): Move
3158 newsticker--decode-numeric-entities in newst-backend.el to
3159 xml-substitute-numeric-entities in xml.el. (Bug#5008)
3160 * net/newst-backend.el (newsticker--parse-generic-feed)
3161 (newsticker--parse-generic-items)
3162 (newsticker--decode-numeric-entities): Move
3163 newsticker--decode-numeric-entities in newst-backend.el to
3164 xml-substitute-numeric-entities in xml.el. (Bug#5008)
3165
3166 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
3167
3168 * progmodes/js.el (js--js-not): Add null to the list of values.
3169
3170 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
3171
3172 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
3173
3174 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3175
3176 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
3177 delimiter if it is at the end of the current line.
3178 (bibtex-generate-url-list): Fix docstring.
3179
3180 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3181
3182 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
3183 minibuffer's content with itself.
3184 Fold the confirm-after-completion case into the `confirm' case.
3185 (completion-pcm-word-delimiters): Add : and / to the delimiters.
3186
3187 2009-12-06 Kevin Ryde <user42@zip.com.au>
3188
3189 * ffap.el (ffap-rfc-path): Make this a defcustom since
3190 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
3191
3192 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
3193 manuals, similar to existing setup for help-mode. (Bug#3913.)
3194
3195 2009-12-05 Juri Linkov <juri@jurta.org>
3196
3197 Save and restore dired buffer's point positions too. (Bug#4880)
3198
3199 * dired.el (dired-save-positions): Return in the first element
3200 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
3201 Doc fix.
3202 (dired-restore-positions): First restore buffer's position.
3203 While restoring window's positions, check if window still displays
3204 the original buffer.
3205
3206 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
3207
3208 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
3209 if possible.
3210
3211 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
3212 Make argument optional.
3213
3214 * shell.el (shell): Require ansi-color (Bug#5113).
3215
3216 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
3217
3218 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
3219
3220 2009-12-05 Alan Mackenzie <acm@muc.de>
3221
3222 * progmodes/cc-mode.el (c-before-hack-hook)
3223 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
3224 `c-file-style' to work again. This reversion restores the current
3225 software to its state in Emacs 23.1. (Bug#4146)
3226
3227 2009-12-05 Kevin Ryde <user42@zip.com.au>
3228
3229 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
3230 comment-start-skip to comment-end-skip as comment (Bug#4781).
3231
3232 2009-12-05 Juri Linkov <juri@jurta.org>
3233
3234 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
3235 for virtual nodes. (Bug#4147)
3236 (Info-find-node-2): Set `Info-current-node-virtual' to nil
3237 when moving from a virtual node.
3238 (Info-mode-menu): Add `Info-virtual-index' to the menu.
3239 (Info-mode): Add `Info-virtual-index' to the docstring.
3240
3241 2009-12-05 Eric Ludlam <zappo@gnu.org>
3242
3243 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
3244 Describe project macro symbols.
3245
3246 * cedet/semantic/complete.el (semantic-complete-do-completion):
3247 Don't call semantic-collector-current-exact-match.
3248
3249 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
3250 ede-objects as targets.
3251
3252 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
3253 a target's object list even if compiler vars are already in the
3254 Makefile.
3255
3256 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
3257 list of headers producing necessary macros.
3258
3259 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3260
3261 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
3262 track of the buffer position of the end of a BibTeX entry as this
3263 position may change during reformatting.
3264 (bibtex-format-entry): Remove whitespace before processing
3265 numerical fields so that we recognize the latter properly.
3266 (bibtex-reformat): Do not use push which changes the global value
3267 of bibtex-entry-format.
3268 (bibtex-field-braces-alist, bibtex-field-strings-alist)
3269 (bibtex-field-re-init): Replace only space characters by regexp
3270 for whitespace.
3271 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
3272 (bibtex-initialize): Also update bibtex-strings.
3273 (bibtex-kill-field): Preserve white space at end of entry.
3274 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
3275 Update bibtex-reference-keys.
3276
3277 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3278
3279 * minibuffer.el (completion-pcm--merge-try): Also consider placing
3280 point after a star, if that's the only place where modifications can
3281 make progress.
3282
3283 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
3284
3285 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
3286 in docstrings.
3287
3288 2009-12-04 Juri Linkov <juri@jurta.org>
3289
3290 * proced.el (proced): Call `(proced-update t)' to update process
3291 information instead of only running proced-post-display-hook.
3292 (proced-send-signal): Add a leading space to the buffer name
3293 " *Marked Processes*" to make this buffer ephemeral.
3294
3295 2009-12-04 Juri Linkov <juri@jurta.org>
3296
3297 * dired.el (dired-auto-revert-buffer): New defcustom.
3298 (dired-internal-noselect): Use it.
3299
3300 2009-12-04 Juri Linkov <juri@jurta.org>
3301
3302 Change roles of modes and functions in image-mode.el (Bug#5062).
3303
3304 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
3305 in `auto-mode-alist'.
3306 (image-mode-previous-major-mode): New variable.
3307 (image-minor-mode-map): Rename from `image-mode-text-map'.
3308 (image-mode): Move graceful error-handling code from
3309 `image-minor-mode' to here. On errors call `image-mode-as-text'.
3310 (image-minor-mode): Remove all image-handling code.
3311 Replace `image-mode-text-map' with `image-minor-mode-map'.
3312 Check for `image-type' in mode-line format string.
3313 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
3314 (image-mode-as-text): New function with most code from
3315 `image-mode-maybe'.
3316 (image-toggle-display-text): Move code that removes image
3317 properties from `image-toggle-display' to here.
3318 (image-toggle-display-image): New function with code that adds
3319 image properties copied from `image-toggle-display'.
3320 (image-toggle-display): Remove most code with leaving only code
3321 that toggles between `image-mode-as-text' and `image-mode'.
3322
3323 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
3324
3325 * net/newst-treeview.el
3326 (newsticker--treeview-list-highlight-start): Restored call to
3327 save-excursion: Selected item was stuck.
3328 (newsticker--treeview-list-select): New.
3329 (newsticker--treeview-item-show-text)
3330 (newsticker--treeview-item-show)
3331 (newsticker--treeview-item-update): Use new
3332 newsticker-treeview-item-mode.
3333 (newsticker-treeview-update): Keep current item.
3334 (newsticker-treeview-next-new-or-immortal-item): Doc change.
3335 (newsticker--treeview-first-feed): Doc change.
3336 (newsticker-treeview-list-menu)
3337 (newsticker-treeview-item-menu): Added menu entries.
3338 (newsticker-treeview-item-mode): New.
3339
3340 * net/newst-backend.el (newsticker-customize): Delete other
3341 windows.
3342
3343 2009-12-04 Sam Steingold <sds@gnu.org>
3344
3345 * log-view.el (log-view-mode-map): "q" calls quit-window,
3346 like in all the other non-self-insert buffers.
3347
3348 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3349
3350 Minor cleanup.
3351 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
3352 key decoding rather than do it manually via last-input-event +
3353 ascii-character.
3354 (term-exec): Use delete-and-extract-region.
3355 (term-handle-ansi-terminal-messages): Remove unused var `end'.
3356 (term-process-pager): Remove unused var `i'.
3357 (term-dynamic-simple-complete): Make obsolete.
3358 (serial-update-config-menu): Remove unused vars `y' and `str'.
3359 (term-update-mode-line): Remove unused var `temp'.
3360
3361 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3362
3363 Limit the number of log entries displayed by default.
3364 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
3365 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
3366 using a prefix argument.
3367
3368 2009-12-03 Glenn Morris <rgm@gnu.org>
3369
3370 * progmodes/idlwave.el (class): Restore still useful declaration.
3371
3372 2009-12-03 Alan Mackenzie <acm@muc.de>
3373
3374 Enhance `c-parse-state' to run efficiently in "brace deserts".
3375
3376 * progmodes/cc-mode.el (c-basic-common-init):
3377 Call c-state-cache-init.
3378 (c-neutralize-syntax-in-and-mark-CPP): Rename from
3379 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
3380 placing `category' properties value 'c-cpp-delimiter at its boundaries.
3381
3382 * progmodes/cc-langs.el (c-before-font-lock-function):
3383 c-extend-and-neutralize-syntax-in-CPP has been renamed
3384 c-neutralize-syntax-in-and-mark-CPP.
3385
3386 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
3387 with `category' properties now, not `syntax-table' ones.
3388
3389 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
3390 enhanced (but slower) version of c-end-of-macro that won't land
3391 inside a literal or on another awkward character.
3392 (c-state-cache-too-far, c-state-cache-start)
3393 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
3394 (c-state-nonlit-pos-cache-limit, c-state-point-min)
3395 (c-state-point-min-lit-type, c-state-point-min-lit-start)
3396 (c-state-min-scan-pos, c-state-brace-pair-desert)
3397 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
3398 buffer local variables.
3399 (c-state-literal-at, c-state-lit-beg)
3400 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
3401 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
3402 (c-state-cache-top-paren, c-state-cache-after-top-paren)
3403 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
3404 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
3405 (c-renarrow-state-cache)
3406 (c-append-lower-brace-pair-to-state-cache)
3407 (c-state-push-any-brace-pair, c-append-to-state-cache)
3408 (c-remove-stale-state-cache)
3409 (c-remove-stale-state-cache-backwards, c-state-cache-init)
3410 (c-invalidate-state-cache-1, c-parse-state-1)
3411 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
3412 (c-parse-state): Enhance and refactor.
3413 (c-debug-parse-state): Amend to deal with all the new variables.
3414
3415 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
3416 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
3417 modify to use category text properties rather than syntax-table ones.
3418 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
3419 to switch off/on the syntactic paren property of C++ template
3420 delimiters using the category property.
3421 (c-with-<->-as-parens-suppressed): Macro to invoke code with
3422 template delims suppressed.
3423 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
3424 New constant/macros which apply category properties to the start
3425 and end of preprocessor constructs.
3426 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
3427 "comment out" the syntactic value of characters in preprocessor
3428 constructs.
3429 (c-with-cpps-commented-out)
3430 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
3431 with characters in all or all but one preprocessor constructs
3432 "commented out".
3433
3434 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3435
3436 * proced.el (proced-filter-alist): Use regexp-quote.
3437
3438 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
3439
3440 Cleanup.
3441 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
3442 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
3443 arguments. Expand `default-directory'.
3444
3445 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
3446 the benefit of returning an expanded localname.
3447 (tramp-tramp-file-p): Handle the case NAME is not a string.
3448
3449 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3450
3451 Add support for bzr shelve/unshelve.
3452 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3453 (vc-bzr-extra-menu-map): New variables.
3454 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
3455 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
3456 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
3457 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
3458 (vc-bzr-dir-extra-headers): Display shelves.
3459
3460 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
3461
3462 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3463
3464 * textmodes/bibtex.el (bibtex-complete-internal):
3465 Use completion-in-region.
3466 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
3467
3468 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3469
3470 Support applying stashes. Improve UI.
3471 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
3472 (vc-git-stash-apply, vc-git-stash-pop)
3473 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
3474 (vc-git-stash-menu): New functions.
3475 (vc-git-stash-menu-map): New variable.
3476 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
3477
3478 2009-12-03 Glenn Morris <rgm@gnu.org>
3479
3480 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
3481 (vc-print-log-internal): Fix previous change.
3482 (vc-revert): Correct pluralization.
3483
3484 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3485
3486 * progmodes/make-mode.el (makefile-special-targets-list): No need for
3487 it to be an alist any more.
3488 (makefile-complete): Use completion-in-region.
3489
3490 * progmodes/octave-mod.el (octave-complete-symbol):
3491 Use completion-in-region.
3492
3493 Misc cleanup.
3494 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
3495 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
3496 (idlwave-complete-class): Don't quote lambda.
3497 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
3498 (idlwave-mode-map): Move initialization into declaration.
3499 (idlwave-action-and-binding): Use backquotes.
3500 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
3501 Simplify.
3502 (idlwave-is-pointer-dereference): Remove unused var `pos'.
3503 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
3504 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
3505 `parts', and `all-parts'.
3506 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
3507 (idlwave-convert-xml-system-routine-info): Remove unused string
3508 `version-string'.
3509 (idlwave-display-user-catalog-widget): Use dolist.
3510 (idlwave-scanning-lib): Declare dynamically-scoped var.
3511 (idlwave-scan-library-catalogs): Remove unused var `flags'.
3512 (completion-highlight-first-word-only): Declare to silence bytecomp.
3513 (idlwave-popup-select): Tighten scope of `resp'.
3514 (idlwave-find-struct-tag): Remove unused var `beg'.
3515 (idlwave-after-load-rinfo-hook): Declare.
3516 (idlwave-sintern-class-info): Remove unused var `taglist'.
3517 (idlwave-find-class-definition): Remove unused var `list'.
3518 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
3519 (idlwave-what-module-find-class): Remove unused var `classes'.
3520
3521 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
3522
3523 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
3524
3525 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3526
3527 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
3528 buffers visited. Remove redundant current-buffer-saving.
3529
3530 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3531
3532 Use completion-in-buffer and remove uses of dynamic scoping.
3533 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
3534 (pascal-buffer-to-use, pascal-flag): Don't declare.
3535 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
3536 (pascal-get-completion-decl, pascal-keyword-completion):
3537 Add `pascal-str' argument, save-excursion,
3538 return the found completions, and don't filter with pascal-pred.
3539 (pascal-completion-cache): New var.
3540 (pascal-completion): Don't switch buffer any more (it was never
3541 necessary). Don't save-excursion any more (it's done by the called
3542 subroutines). Use a cache to avoid redundant computations.
3543 Use complete-with-action rather than pascal-completion-response and
3544 let it apply the predicate as well.
3545 (pascal-complete-word): Use completion-in-buffer when
3546 pascal-toggle-completions is nil.
3547 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
3548 not used any more.
3549 (pascal-comp-defun): Don't change buffer any more.
3550 Use complete-with-action rather than pascal-completion-response and
3551 let it apply the predicate as well.
3552 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
3553 when neded.
3554
3555 2009-12-02 Kenichi Handa <handa@m17n.org>
3556
3557 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
3558 shape for all Indic scripts.
3559
3560 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3561
3562 Use completion-in-buffer.
3563 * wid-edit.el (widget-field-text-end): New function.
3564 (widget-field-value-get): Use it.
3565 (widget-string-complete, widget-file-complete)
3566 (widget-color-complete): Use it and completion-in-region.
3567 (widget-complete): Don't narrow the buffer.
3568
3569 2009-12-02 Glenn Morris <rgm@gnu.org>
3570
3571 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
3572 (rmail-select-summary): Use rmail-pop-to-buffer.
3573 * mail/rmailsum.el: Replace all pop-to-buffer calls with
3574 rmail-pop-to-buffer, to prevent horizontal splits.
3575
3576 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
3577 save-excursion with save-current-buffer.
3578 Widen before searching. (Bug#5093)
3579 (diary-list-sexp-entries): Remove superfluous save-excursion.
3580
3581 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
3582
3583 * woman.el (woman-make-bufname): Handle man-pages with "." in the
3584 name. (Bug#5038)
3585
3586 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
3587
3588 * ido.el (ido-file-internal): Handle filenames at point that do
3589 not have a directory part. (Bug#5049)
3590
3591 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
3592
3593 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
3594 (mpc-songs-jump-to, mpc-resume): Doc fixes.
3595
3596 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
3597
3598 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
3599 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
3600 any more.
3601
3602 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3603
3604 * comint.el (comint-insert-input): Ignore clicks to the right of
3605 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
3606
3607 * vc.el (vc-print-log-internal): Don't wait for the process to
3608 terminate before setting up the major mode.
3609
3610 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
3611 in case.
3612
3613 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
3614 the last element.
3615
3616 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
3617
3618 2009-12-01 Glenn Morris <rgm@gnu.org>
3619
3620 * window.el (window--display-buffer-2): Fix previous changes.
3621
3622 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
3623
3624 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
3625
3626 2009-12-01 Glenn Morris <rgm@gnu.org>
3627
3628 * Makefile.in (ELCFILES): Add mpc.elc.
3629
3630 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3631
3632 * mpc.el: New file.
3633
3634 2009-12-01 Glenn Morris <rgm@gnu.org>
3635
3636 * window.el (window-to-use): Define for compiler.
3637
3638 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
3639 consistent with others (no final period).
3640
3641 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
3642 (rmail-mime-show): Downcase the encoding. (Bug#5070)
3643
3644 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
3645
3646 Make vc-print-log buttons work.
3647 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
3648
3649 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
3650
3651 * savehist.el (savehist-autosave-interval): Allow setting to nil
3652 through customize. (Bug#5056)
3653
3654 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
3655
3656 Fix references to jit-lock properties.
3657 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3658 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
3659 (perl-font-lock-special-syntactic-constructs):
3660 Quote jit-lock-defer-multiline property.
3661
3662 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
3663
3664 * vc-git.el (vc-git-registered): Call vc-git-root only once.
3665
3666 2009-11-30 Juri Linkov <juri@jurta.org>
3667
3668 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
3669 value `buffer' of `multi-isearch-next-buffer-current-function'.
3670 Use `(current-buffer)' when `buffer' is nil.
3671 (multi-isearch-next-buffer-from-list): Don't fallback to
3672 `(current-buffer)' when `buffer' is nil. (Bug#4947)
3673
3674 2009-11-30 Juri Linkov <juri@jurta.org>
3675
3676 * misearch.el (multi-isearch-read-buffers): Move canonicalization
3677 of buffers with `get-buffer' to `multi-isearch-buffers'.
3678 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3679 Canonicalize BUFFERS with `get-buffer'. Doc fix.
3680 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
3681 FILES with `expand-file-name' converting relative file names
3682 to absolute. Doc fix. (Bug#4727)
3683
3684 2009-11-30 Juri Linkov <juri@jurta.org>
3685
3686 * misearch.el (multi-isearch-read-buffers)
3687 (multi-isearch-read-matching-buffers): New functions.
3688 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3689 Use them in the `interactive' spec. Doc fix.
3690 (multi-isearch-read-files, multi-isearch-read-matching-files):
3691 New functions.
3692 (multi-isearch-files, multi-isearch-files-regexp):
3693 Use them in the `interactive' spec. Doc fix. (Bug#4725)
3694
3695 2009-11-30 Juri Linkov <juri@jurta.org>
3696
3697 * doc-view.el (doc-view-continuous):
3698 Rename from `doc-view-continuous-mode'.
3699 (doc-view-menu): Move "Toggle display" to the top.
3700 Add submenu "Continuous" with radio buttons "Off"/"On"
3701 and "Save as Default".
3702 (doc-view-scroll-up-or-next-page)
3703 (doc-view-scroll-down-or-previous-page)
3704 (doc-view-next-line-or-next-page)
3705 (doc-view-previous-line-or-previous-page): Rename
3706 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
3707
3708 2009-11-30 Juri Linkov <juri@jurta.org>
3709
3710 * comint.el (comint-mode-map): Rebind `M-r' from
3711 `comint-previous-matching-input' to
3712 `comint-history-isearch-backward-regexp'.
3713 Unbind `M-s' to allow global key binding `M-s'.
3714 Add menu items for `comint-history-isearch-backward' and
3715 `comint-history-isearch-backward-regexp'. (Bug#3746)
3716
3717 2009-11-30 Juri Linkov <juri@jurta.org>
3718
3719 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
3720 For def=recenter, replace `recenter' with `recenter-top-bottom'
3721 that is called with `this-command' and `last-command' let-bound
3722 to `recenter-top-bottom'. When the last `def' was not `recenter',
3723 set `recenter-last-op' to nil. (Bug#4981)
3724
3725 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3726
3727 Minor cleanup and simplification.
3728 * filecache.el (file-cache-add-directory)
3729 (file-cache-add-directory-recursively)
3730 (file-cache-add-from-file-cache-buffer)
3731 (file-cache-delete-file-regexp, file-cache-delete-directory)
3732 (file-cache-files-matching-internal, file-cache-display): Use dolist.
3733 (file-cache-temp-minibuffer-message): Delete function.
3734 (file-cache-minibuffer-complete): Use minibuffer-message instead.
3735
3736 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3737 Don't signal an error when bumping into EOB in tr, s, or y.
3738
3739 2009-11-29 Juri Linkov <juri@jurta.org>
3740
3741 * startup.el (fancy-about-text): Fix wording of Guided Tour.
3742 (Bug#4960)
3743
3744 * descr-text.el (describe-char-unidata-list): Use lowercase name
3745 for "Unicode name" like in other tags.
3746
3747 2009-11-29 Juri Linkov <juri@jurta.org>
3748
3749 * ediff-util.el (ediff-minibuffer-with-setup-hook):
3750 New compatibility macro.
3751 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
3752
3753 2009-11-29 Juri Linkov <juri@jurta.org>
3754
3755 Add defcustom to define the cycling order of `recenter-top-bottom'.
3756 (Bug#4981)
3757
3758 * window.el (recenter-last-op): Doc fix.
3759 (recenter-positions): New defcustom.
3760 (recenter-top-bottom): Rewrite to use `recenter-positions'.
3761 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
3762
3763 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
3764
3765 Improve integration of Tramp and ange-ftp in eshell.
3766
3767 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
3768 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
3769 (eshell/sudo): Flatten args. Let-bind `default-directory'.
3770
3771 * eshell/esh-util.el (top): Require also Tramp when compiling.
3772 (eshell-directory-files-and-attributes): Check for FTP remote
3773 connection.
3774 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
3775 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
3776 (eshell-file-attributes): Handle ".". Return `entry'.
3777
3778 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
3779 (ange-ftp-directory-files-and-attributes)
3780 (ange-ftp-real-directory-files-and-attributes): New defuns.
3781
3782 * net/tramp.el (tramp-maybe-open-connection): Open the remote
3783 shell with "exec" when possible. This prevents trailing prompts
3784 in `start-file-process'.
3785
3786 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3787
3788 Try and remove assumptions about point-min==1.
3789 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
3790 (rng-compute-mode-line-string): Show the validation percentage in
3791 terms of the narrowed text, not the widened text.
3792 (rng-do-some-validation): Don't catch internal errors when debugging.
3793 (rng-first-error): Simplify.
3794 (rng-after-change-function): Remove work around. AFAIK the bug has
3795 been fixed a while ago.
3796
3797 * image-mode.el (image-minor-mode): Exit more gracefully when the image
3798 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
3799
3800 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
3801
3802 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
3803 `cd' doesn't always do it for us (bug#5067).
3804
3805 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
3806 on 2009-10-25 as part of some other change (bug#5067).
3807
3808 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3809
3810 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3811 `suspicious'.
3812 (byte-compile-warnings): Use byte-compile-warning-types.
3813 (byte-compile-save-excursion): Warn about use of set-buffer right
3814 after save-excursion.
3815
3816 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
3817 the excursion as well.
3818
3819 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
3820
3821 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
3822 providing a Tramp related implementation of "su" and "sudo".
3823 (eshell-unix-initialize): Add "su" and "sudo".
3824
3825 2009-11-27 Daiki Ueno <ueno@unixuser.org>
3826
3827 * net/socks.el (socks-send-command): Convert binary request to
3828 unibyte before sending. This fixes mishandling of some port
3829 numbers such as 129.
3830
3831 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3832
3833 * help.el (describe-bindings-internal): Remove `interactive'.
3834
3835 * man.el (Man-completion-table): Trim a terminating "(".
3836 Remove the space between name page a section.
3837 Add the command's description on the `help-echo' property.
3838 Remove `process-connection-type' binding since it's unused by
3839 call-process.
3840 Provide completion for the "<section> <name>" format as well.
3841 (Man-default-man-entry): Remove spurious var shadowing the argument.
3842
3843 2009-11-26 Kevin Ryde <user42@zip.com.au>
3844
3845 * log-view.el: Add "Keywords: tools", since its other keywords
3846 aren't in finder-known-keywords, and following vc.el.
3847
3848 * sha1.el (sha1-string-external): default-directory "/" in case
3849 otherwise non-existent. process-connection-type pipe for touch of
3850 efficiency recommended by elisp manual. (An aside in Bug#3911.)
3851
3852 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3853
3854 Misc coding convention cleanups.
3855 * htmlfontify.el (hfy-init-kludge-hook): Rename from
3856 hfy-init-kludge-hooks.
3857 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
3858 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
3859 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
3860 and push.
3861 (hfy-slant, hfy-weight): Use tables rather than code.
3862 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
3863 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
3864 (hfy-face-attr-for-class): Initialize `face-spec' directly.
3865 (hfy-face-to-css): Remove `nconc' with single arg.
3866 (hfy-p-to-face-lennart): Use `or'.
3867 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
3868 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
3869 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
3870 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
3871 (hfy-force-fontification): Use run-hooks.
3872
3873 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
3874
3875 Various minor fixes.
3876 * htmlfontify.el (hfy-default-header): Add toggle_invis since
3877 Javascript belongs in the header, not the body.
3878 (hfy-javascript): Remove.
3879 (hfy-fontify-buffer): Don't insert it any more.
3880 (hfy-face-at): Handle (face0 face1 face2) style face properties.
3881 Fix bug in invis handling when there were no invis props in a chunk.
3882
3883 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3884
3885 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
3886
3887 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
3888
3889 * finder.el (finder-mode-map): Add a menu.
3890
3891 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
3892
3893 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
3894 "unsigned" structs.
3895
3896 (verilog-leap-to-head, verilog-backward-token): Handle "disable
3897 fork" statement better.
3898
3899 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
3900
3901 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3902 (verilog-delete-auto, verilog-delete-empty-auto-pair)
3903 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3904 Reported by Clay Douglass.
3905
3906 (verilog-auto-inst, verilog-auto-star-safe)
3907 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3908 Fix removing "// Interfaces" when saving .* expansions. Reported by
3909 Pierre-David Pfister.
3910
3911 2009-11-26 Glenn Morris <rgm@gnu.org>
3912
3913 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3914 the scope.
3915
3916 2009-11-25 Johan Bockgård <bojohan@gnu.org>
3917
3918 * vc-annotate.el (vc-annotate-revision-previous-to-line):
3919 Really use previous revision.
3920
3921 2009-11-25 Kevin Ryde <user42@zip.com.au>
3922
3923 * man.el (Man-completion-table): default-directory "/" in case
3924 doesn't otherwise exist. process-environment COLUMNS=999 so as
3925 not to truncate long names. process-connection-type pipe to avoid
3926 any chance of hitting the pseudo-tty TIOCGWINSZ.
3927 (man): completion-ignore-case t for friendliness and since man
3928 itself is case-insensitive on the command line.
3929 Further to Bug#3717.
3930
3931 * arc-mode.el: Add "Keywords: files", so the details in its
3932 commentary can be reached from finder-by-keyword.
3933 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
3934 editing mode, but it's comms related and sgml-mode.el has "comm"
3935 on that basis too.
3936 * textmodes/bibtex-style.el: Add "Keywords: tex".
3937 * international/isearch-x.el, international/ja-dic-cnv.el:
3938 * international/ja-dic-utl.el, international/kkc.el:
3939 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
3940
3941 2009-11-25 Juri Linkov <juri@jurta.org>
3942
3943 * man.el (Man-completion-table): Modify regexp to include
3944 section names to completion strings. (Bug#3717)
3945
3946 2009-11-25 Juri Linkov <juri@jurta.org>
3947
3948 Search recursively in gzipped files. (Bug#4982)
3949
3950 * progmodes/grep.el (grep-highlight-matches): Add new options
3951 `always' and `auto'. Doc fix.
3952 (grep-process-setup): Check `grep-highlight-matches' for
3953 `auto-detect' to determine the need to compute grep defaults.
3954 Move Windows/DOS specific --colors settings handling
3955 to `grep-compute-defaults'. Check `grep-highlight-matches'
3956 to get the value of "--color=".
3957 (grep-compute-defaults): Compute `grep-highlight-matches' when it
3958 has the value `auto-detect'. Move Windows/DOS specific settings
3959 from `grep-process-setup'.
3960 (zrgrep): New command with alias `rzgrep'.
3961
3962 2009-11-25 Juri Linkov <juri@jurta.org>
3963
3964 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
3965 to nil instead of switching off view-mode. (Bug#4896)
3966
3967 2009-11-25 Juri Linkov <juri@jurta.org>
3968
3969 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
3970
3971 * mwheel.el (mwheel-scroll-up-function)
3972 (mwheel-scroll-down-function): New defvars.
3973 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
3974 `scroll-up', and `mwheel-scroll-down-function' instead of
3975 `scroll-down'.
3976
3977 * doc-view.el (doc-view-scroll-up-or-next-page)
3978 (doc-view-scroll-down-or-previous-page): Add optional ARG.
3979 Use this ARG in the call to image-scroll-up/image-scroll-down.
3980 Change `interactive' spec to "P". Goto next/previous page only
3981 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
3982 SPC/DEL case). Doc fix.
3983 (doc-view-next-line-or-next-page)
3984 (doc-view-previous-line-or-previous-page): Rename arg to ARG
3985 for consistency.
3986 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
3987 `doc-view-scroll-up-or-next-page', and buffer-local
3988 `mwheel-scroll-down-function' to
3989 `doc-view-scroll-down-or-previous-page'.
3990
3991 2009-11-25 Juri Linkov <juri@jurta.org>
3992
3993 Provide additional default values (directories at other Dired
3994 windows) via M-n in the minibuffer of some Dired commands.
3995
3996 * dired-aux.el (dired-diff, dired-compare-directories)
3997 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
3998 `minibuffer-default' in `minibuffer-with-setup-hook'.
3999 (dired-dwim-target-directory): Find a window that displays Dired
4000 buffer instead of failing when the next window is not Dired.
4001 Use `get-window-with-predicate' to find for the next Dired window.
4002 (dired-dwim-target-defaults): New function.
4003
4004 * ediff-util.el (ediff-read-file-name):
4005 Use `dired-dwim-target-defaults' to set `minibuffer-default'
4006 in `minibuffer-with-setup-hook'.
4007
4008 2009-11-25 Juri Linkov <juri@jurta.org>
4009
4010 Provide additional default values (file name at point or at the
4011 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
4012
4013 * minibuffer.el (read-file-name-defaults): New function.
4014 (read-file-name): Reset `minibuffer-default' to nil when
4015 it duplicates initial input `insdef'.
4016 Bind `minibuffer-default-add-function' to lambda that
4017 calls `read-file-name-defaults' in `minibuffer-selected-window'.
4018 (minibuffer-insert-file-name-at-point): New command.
4019
4020 * files.el (file-name-at-point-functions): New defcustom.
4021 (find-file-default): Remove defvar.
4022 (find-file-read-args): Don't use `find-file-default'.
4023 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4024 to `read-file-name'.
4025 (find-file-literally): Use `read-file-name' with
4026 `confirm-nonexistent-file-or-buffer'.
4027
4028 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
4029
4030 * dired.el (dired-read-dir-and-switches):
4031 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4032 to `read-file-name'.
4033 (dired-file-name-at-point): New function.
4034 (dired-mode): Add hook `dired-file-name-at-point' to
4035 `file-name-at-point-functions'.
4036
4037 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4038
4039 Really make the *Completions* window soft-dedicated (bug#5030).
4040 * window.el (window--display-buffer-2): Add `dedicated' argument.
4041 (display-buffer): Pass it when needed so the dedicated flag is set
4042 after calling set-window-buffer, which would otherwise reset it.
4043
4044 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4045
4046 * progmodes/meta-mode.el (meta-complete-symbol):
4047 * progmodes/etags.el (complete-tag):
4048 * mail/mailabbrev.el (mail-abbrev-complete-alias):
4049 Use completion-in-region.
4050
4051 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
4052 (dabbrev-completion): Use completion-in-region.
4053 (dabbrev--abbrev-at-point): Simplify regexp.
4054
4055 * abbrev.el (abbrev--before-point): Use word-motion functions
4056 if :regexp is not specified (bug#5031).
4057
4058 * subr.el (string-prefix-p): New function.
4059
4060 * man.el (Man-completion-cache): New var.
4061 (Man-completion-table): Use it.
4062
4063 * vc.el (vc-print-log-internal): Make `limit' optional for better
4064 compatibility (e.g. with vc-annotate.el).
4065
4066 2009-11-24 Kevin Ryde <user42@zip.com.au>
4067
4068 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
4069 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
4070
4071 * emacs-lisp/elint.el (elint-add-required-env): Better error message
4072 when .el source file not found or other error.
4073
4074 2009-11-24 Markus Triska <markus.triska@gmx.at>
4075
4076 * linum.el (linum-update-window): Ignore intangible (bug#4996).
4077
4078 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4079
4080 Handle the [back] button properly (bug#4979).
4081 * descr-text.el (describe-text-properties): Add a `buffer' argument.
4082 Use help-setup-xref, help-buffer, and with-help-window.
4083 (describe-char): Add `buffer' argument.
4084 Pass proper command to help-setup-xref. Don't meddle with
4085 help-xref-stack-item directly.
4086 (describe-text-category): Use with-help-window and help-buffer.
4087
4088 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
4089 for the displayed buffer (bug#4887).
4090
4091 * man.el (Man-completion-table): New function.
4092 (man): Use it.
4093
4094 2009-11-24 David Reitter <david.reitter@gmail.com>
4095
4096 * vc-git.el (vc-git-registered): Use checkout directory (where
4097 .git is) rather than the file's directory and a relative path spec
4098 to work around a bug in git.
4099
4100 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
4101
4102 Improve handling of processes on remote hosts.
4103
4104 * eshell/esh-util.el (eshell-path-env): New defvar.
4105 (eshell-parse-colon-path): New defun.
4106 (eshell-file-attributes): Use `eshell-parse-colon-path'.
4107
4108 * eshell/esh-ext.el (eshell-search-path):
4109 Use `eshell-parse-colon-path'.
4110 (eshell-remote-command): Remove argument HANDLER.
4111 (eshell-external-command): Check for FTP remote connection.
4112
4113 * eshell/esh-proc.el (eshell-gather-process-output):
4114 Use `file-truename', in order to start also symlinked files.
4115 Apply `start-file-process' instead of `start-process'.
4116 Shorten `command' to the local file name part.
4117
4118 * eshell/em-cmpl.el (eshell-complete-commands-list):
4119 Use `eshell-parse-colon-path'.
4120
4121 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
4122
4123 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
4124 to `eshell-directory-change-hook'.
4125
4126 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
4127
4128 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
4129 because it could be enabled automatically if view-read-only is non-nil.
4130
4131 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
4132
4133 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
4134 made on 2009-11-22.
4135
4136 2009-11-24 Glenn Morris <rgm@gnu.org>
4137
4138 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
4139 deleted variable bookmark-bmenu-bookmark-column.
4140
4141 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
4142 Move after definition of global-semantic-idle-tag-highlight-mode.
4143
4144 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4145
4146 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
4147
4148 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
4149
4150 * net/browse-url.el (browse-url-filename-alist): On Windows, add
4151 two slashes to the "file:" prefix.
4152 (browse-url-file-url): De-munge Cygwin filenames before passing
4153 them to Windows browser.
4154 (browse-url-default-windows-browser): Use call-process.
4155
4156 2009-11-23 Juri Linkov <juri@jurta.org>
4157
4158 Implement DocView Continuous mode. (Bug#4896)
4159 * doc-view.el (doc-view-continuous-mode): New defcustom.
4160 (doc-view-mode-map): Bind C-n/<down> to
4161 `doc-view-next-line-or-next-page', C-p/<up> to
4162 `doc-view-previous-line-or-previous-page'.
4163 (doc-view-next-line-or-next-page)
4164 (doc-view-previous-line-or-previous-page): New commands.
4165
4166 2009-11-23 Juri Linkov <juri@jurta.org>
4167
4168 Implement Isearch in comint input history. (Bug#3746)
4169 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
4170 `isearch-mode-hook'.
4171 (comint-history-isearch): New defcustom.
4172 (comint-history-isearch-backward)
4173 (comint-history-isearch-backward-regexp): New commands.
4174 (comint-history-isearch-message-overlay): New buffer-local variable.
4175 (comint-history-isearch-setup, comint-history-isearch-end)
4176 (comint-goto-input, comint-history-isearch-search)
4177 (comint-history-isearch-message, comint-history-isearch-wrap)
4178 (comint-history-isearch-push-state)
4179 (comint-history-isearch-pop-state): New functions.
4180
4181 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
4182
4183 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
4184 return.
4185 (tramp-handle-make-symbolic-link)
4186 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
4187 Quote file names.
4188 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
4189 (tramp-handle-process-file): Use it.
4190
4191 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4192
4193 * window.el (move-to-window-line-last-op): Remove.
4194 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
4195
4196 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4197
4198 Make M-r mirror the new cycling behavior of C-l.
4199 * window.el (move-to-window-line-last-op): New var.
4200 (move-to-window-line-top-bottom): New command.
4201 (global-map): Bind M-r move-to-window-line-top-bottom.
4202
4203 2009-11-23 Sven Joachim <svenjoac@gmx.de>
4204
4205 * dired-x.el (dired-guess-shell-alist-default):
4206 Support xz format. (Bug#4953)
4207
4208 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
4209
4210 * cedet/srecode/map.el (srecode-get-maps):
4211 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
4212 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
4213 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
4214 (semantic-toggle-decoration-style):
4215 * cedet/semantic/decorate/include.el
4216 (semantic-decoration-include-describe)
4217 (semantic-decoration-unknown-include-describe)
4218 (semantic-decoration-unparsed-include-describe)
4219 (semantic-decoration-all-include-summary):
4220 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
4221 * cedet/semantic/analyze/complete.el
4222 (semantic-analyze-possible-completions):
4223 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
4224 (semantic-show-unmatched-syntax-mode)
4225 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
4226 (semantic-highlight-func-mode):
4227 * cedet/semantic/util.el (semantic-describe-buffer):
4228 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
4229 (semantic-symref-find-tags-by-name)
4230 (semantic-symref-find-tags-by-regexp)
4231 (semantic-symref-find-tags-by-completion)
4232 (semantic-symref-find-file-references-by-name)
4233 (semantic-symref-find-text):
4234 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
4235 (senator-yank-tag):
4236 * cedet/semantic/scope.el (semantic-calculate-scope):
4237 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
4238 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
4239 (define-semantic-idle-service):
4240 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
4241 (semantic-complete-analyze-inline-idle):
4242 * cedet/semantic/analyze.el (semantic-analyze-current-context):
4243 * cedet/mode-local.el (describe-mode-local-bindings)
4244 (describe-mode-local-bindings-in-mode):
4245 * cedet/ede/make.el (ede-make-check-version):
4246 * cedet/ede/locate.el (ede-enable-locate-on-project):
4247 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
4248 (cedet-idutils-version-check):
4249 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
4250 (cedet-gnu-global-version-check):
4251 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
4252 (cedet-cscope-version-check): Use called-interactively-p instead
4253 of interactive-p.
4254
4255 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
4256 Use semantic-format-tag-prototype.
4257
4258 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
4259
4260 * emulation/viper-cmd.el: Use viper-last-command-char instead of
4261 last-command-char/last-command-event.
4262 (viper-prefix-arg-value): Do correct conversion of event-char for
4263 XEmacs.
4264
4265 * emulation/viper-util.el, emulation/viper.el:
4266 Use viper-last-command-char instead of
4267 last-command-char/last-command-event.
4268
4269 * ediff-init.el, ediff-mult.el, ediff-util.el:
4270 Replace last-command-char and last-command-event
4271 with (ediff-last-command-char) everywhere.
4272
4273 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
4274 created in fundamental mode.
4275
4276 * ediff.el (ediff-version): Revert the change of interactive-p to
4277 called-interactively-p.
4278
4279 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
4280
4281 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
4282 generation from word-movement command names.
4283
4284 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
4285
4286 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4287 (semantic-complete-jump-local, semantic-complete-jump):
4288 Improve prompt string.
4289
4290 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
4291
4292 * cus-start.el (all): Add native condition for font-use-system-font.
4293
4294 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
4295
4296 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4297 Correct the patch from 2009-11-18. (Bug#3910)
4298
4299 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
4300
4301 * progmodes/subword.el: Rename from lisp/subword.el.
4302
4303 * subword.el: Rename to progmodes/subword.el.
4304
4305 * Makefile.in (ELCFILES): Adapt to subword.el move.
4306
4307 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4308 Stefan Monnier <monnier@iro.umontreal.ca>
4309
4310 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
4311 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
4312 (bookmark-bmenu-show-filenames): Use push.
4313 (bookmark-bmenu-hide-filenames): Use local var instead of
4314 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
4315 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
4316 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
4317 filenames now that the bookmark names are always available.
4318
4319 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4320
4321 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
4322 (bookmark-search-pattern): Move and leave unbound.
4323 (bookmark-bmenu-mode-map): Change binding.
4324 (bookmark-read-search-input): Simplify.
4325 Don't use text-char-description. Don't error on non-char events.
4326 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
4327 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
4328 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
4329 Use a local var for the timer.
4330 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
4331 (i.e. bookmark-bmenu-search).
4332
4333 2009-11-21 Glenn Morris <rgm@gnu.org>
4334
4335 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
4336
4337 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
4338
4339 * net/browse-url.el (browse-url-default-windows-browser):
4340 Use cygstart for cygwin.
4341
4342 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
4343
4344 * bookmark.el: Formatting and doc fixes only:
4345 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
4346 (bookmark-bmenu-search): Wrap to fit within 80 columns.
4347 Minor grammar and punctuation fixes in doc string.
4348 (bookmark-read-search-input): Adjust to fit within 80 columns.
4349
4350 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4351
4352 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
4353 (c-backward-into-nomenclature): Adapt to subword renaming.
4354
4355 * subword.el (subword-forward, subword-backward, subword-mark)
4356 (subword-kill, subword-backward-kill, subword-transpose)
4357 (subword-downcase, subword-upcase, subword-capitalize)
4358 (subword-forward-internal, subword-backward-internal):
4359 Rename from forward-subword, backward-subword, mark-subword,
4360 kill-subword, backward-kill-subword, transpose-subwords,
4361 downcase-subword, upcase-subword, capitalize-subword,
4362 forward-subword-internal, backward-subword-internal.
4363
4364 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4365
4366 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
4367 New options.
4368 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
4369 New vars.
4370 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
4371 (bookmark-bmenu-filter-alist-by-regexp)
4372 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
4373 (bookmark-bmenu-search): New command.
4374 (bookmark-bmenu-mode-map): Bind it.
4375
4376 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
4377
4378 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
4379
4380 * cedet/semantic/idle.el (define-semantic-idle-service)
4381 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
4382
4383 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4384
4385 * progmodes/cc-cmds.el: declare-functioned forward-subword and
4386 backward-subword to quit the byte-compiler.
4387
4388 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
4389
4390 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
4391
4392 * progmodes/cc-cmds.el (c-update-modeline)
4393 (c-forward-into-nomenclature, c-backward-into-nomenclature):
4394 Refer to subword.el functions instead of cc-subword.el.
4395
4396 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
4397 subword.el functions instead of cc-subword.el.
4398
4399 * progmodes/cc-subword.el: Rename to subword.el.
4400 * subword.el: Rename from progmodes/cc-subword.el.
4401 (subword-mode-map): Rename from c-subword-mode-map.
4402 (subword-mode): Rename from c-subword-mode.
4403 (global-subword-mode): New global minor mode.
4404 (forward-subword): Rename from c-forward-subword.
4405 (backward-subword): Rename from c-backward-subword.
4406 (mark-subword): Rename from c-mark-subword.
4407 (kill-subword): Rename from c-kill-subword.
4408 (backward-kill-subword): Rename from c-backward-kill-subword.
4409 (transpose-subwords): Rename from c-tranpose-subword.
4410 (downcase-subword): Rename from c-downcase-subword.
4411 (capitalize-subword): Rename from c-capitalize-subword.
4412 (forward-subword-internal): Rename from c-forward-subword-internal.
4413 (backward-subword-internal): Rename from c-backward-subword-internal.
4414
4415 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
4416
4417 * vc.el (vc-deduce-fileset): Allow non-state changing operations
4418 from a dired buffer.
4419 (vc-dired-deduce-fileset): New function.
4420 (vc-root-diff, vc-print-root-log): Use it.
4421
4422 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
4423 nil LIMIT argument to vc-print-log-internal.
4424
4425 2009-11-20 Glenn Morris <rgm@gnu.org>
4426
4427 * Makefile.in (ELCFILES): Regenerate.
4428
4429 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
4430
4431 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
4432
4433 * cedet/semantic.el: Enable idle-mode menu items only if
4434 global-semantic-idle-scheduler-mode is enabled.
4435 (semantic-default-submodes): Doc fix.
4436
4437 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
4438 When turning off, disable other idle modes.
4439
4440 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
4441
4442 * calc/calc.el (calc-set-mode-line):
4443 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4444 (math-format-number): Rename `math-format-complement-signed' to
4445 `math-format-twos-complement'.
4446
4447 * calc/calc-bin.el (math-format-twos-complement): Rename from
4448 math-format-complement-signed.
4449 (calc-radix): Rename `calc-complement-signed-mode' to
4450 `calc-twos-complement-mode'.
4451 (calc-octal-radix, calc-hex-radix): Add an argument for
4452 two's complement.
4453
4454 * calc/calc-embed.el (calc-embedded-mode-vars):
4455 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4456
4457 * calc/calc-ext.el (calc-init-extensions):
4458 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4459 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
4460
4461 * calc/calc-units.el (math-build-units-table-buffer):
4462 Let `calc-twos-complement-mode' be nil.
4463
4464 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
4465 entries.
4466
4467 * calc/calc-vec.el (calcFunc-vunpack):
4468 * calc/calc-aent.el (calc-do-calc-eval):
4469 * calc/calc-forms.el (math-format-date):
4470 * calc/calc-graph.el (calc-graph-plot):
4471 * calc/calc-math.el (math-use-emacs-fn):
4472 * calc/calccomp.el (math-compose-expr):
4473 Let `calc-twos-complement-mode' be nil.
4474
4475 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4476
4477 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
4478 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
4479 * minibuffer.el (completion-in-region-functions): New hook.
4480 (completion-in-region): New function.
4481 * emacs-lisp/lisp.el (lisp-complete-symbol):
4482 * pcomplete.el (pcomplete-std-complete): Use it.
4483
4484 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4485
4486 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
4487 (latex-complete-alist): New vars.
4488 (latex-string-prefix-p, latex-complete-bibtex-keys)
4489 (latex-complete-envnames, latex-complete-refkeys)
4490 (latex-complete-data): New functions.
4491 (latex-complete, latex-indent-or-complete): New commands.
4492
4493 * window.el (display-buffer-mark-dedicated): New var.
4494 (display-buffer): Obey it.
4495 * minibuffer.el (minibuffer-completion-help): Use it.
4496
4497 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
4498
4499 * filecache.el (file-cache-add-file): Use push and cons.
4500 (file-cache-delete-file-regexp): Use push.
4501 (file-cache-complete): Use completion-in-region.
4502
4503 * simple.el (with-wrapper-hook): Fix thinko.
4504
4505 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
4506 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
4507 Use with-current-buffer and string-to-number.
4508 (hfy-fallback-colour-values): Use assoc-string.
4509 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
4510 (hfy-face-at): Remove unused var `found-face'.
4511 (hfy-compile-stylesheet): Remove unused var `css'.
4512 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
4513 and `orig-buffer'.
4514 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
4515 Use with-current-buffer.
4516 (hfy-text-p): Use expand-file-name and fewer setq.
4517
4518 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
4519
4520 * htmlfontify.el, hfy-cmap.el: New files.
4521
4522 2009-11-19 Juri Linkov <juri@jurta.org>
4523
4524 * minibuffer.el (completions-format): New defcustom.
4525 (completion--insert-strings): Implement vertical format.
4526
4527 * simple.el (switch-to-completions): Move point to the first
4528 completion when point was at the beginning of the buffer.
4529
4530 2009-11-19 Juri Linkov <juri@jurta.org>
4531
4532 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
4533
4534 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
4535
4536 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
4537
4538 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
4539 (mail-signature): Change default to t.
4540 (mail-from-style): Deprecate `system-default' value.
4541 (mail-insert-from-field): For default value of mail-from-style,
4542 default to `angles' unless `angles' needs quoting and `parens'
4543 does not.
4544 (mail-citation-prefix-regexp): Use citation regexp from
4545 message-mode.
4546
4547 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
4548
4549 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4550 Set variables for computing the prompt for reading password.
4551
4552 2009-11-19 Glenn Morris <rgm@gnu.org>
4553
4554 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
4555
4556 * textmodes/flyspell.el (sgml-lexical-context): Declare.
4557
4558 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
4559 (newsticker-treeview-listwindow-height): Fix custom type.
4560
4561 2009-11-19 Kenichi Handa <handa@m17n.org>
4562
4563 * descr-text.el (describe-char-padded-string): Compose with TAB
4564 only if there's a font for CH.
4565 (describe-char): Fix the condition for detecting a trivial composition.
4566
4567 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
4568
4569 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
4570 more accurate version of the regexp. (Bug#3910)
4571
4572 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
4573
4574 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
4575
4576 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
4577
4578 * font-setting.el (font-use-system-font): Declare for byte-compiler.
4579 (font-setting-change-default-font): Fix typo in docstring.
4580
4581 2009-11-18 Alan Mackenzie <acm@muc.de>
4582
4583 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
4584
4585 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4586
4587 * font-setting.el (font-use-system-font): Move ...
4588
4589 * cus-start.el (all): ... to here.
4590
4591 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
4592
4593 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
4594 Don't set `ad-return-value' if `ad-do-it' doesn't.
4595
4596 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
4597 modification time.
4598
4599 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4600
4601 * menu-bar.el: Put "Use system font" in Option-menu.
4602 (menu-bar-options-save): Add font-use-system-font.
4603
4604 * loadup.el: If feature system-font-setting or font-render-setting is
4605 there, load font-setting.
4606
4607 * Makefile.in (ELCFILES): Add font-settings.el.
4608 * font-setting.el: New file.
4609
4610 2009-11-17 Glenn Morris <rgm@gnu.org>
4611
4612 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
4613
4614 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
4615 Preserve point in the list buffer. (Bug#4939)
4616 Use point-at-eol.
4617 (newsticker--treeview-list-update-highlight)
4618 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
4619
4620 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4621
4622 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
4623 Remove.
4624
4625 * calc/calc-ext.el (calc-init-extensions): Remove references to
4626 symclip.
4627
4628 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
4629
4630 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
4631 * calc/calc-help.el (calc-b-prefix-help): Remove references to
4632 `calc-symclip'.
4633
4634 2009-11-16 Kevin Ryde <user42@zip.com.au>
4635
4636 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
4637 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
4638
4639 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
4640 (lm-keywords-list): Allow comma-only separator like "foo,bar".
4641 Ignore trailing spaces by omit-nulls to split-string (fixing
4642 regression from Emacs 21 due to the incompatible split-string
4643 change). (Bug #4928.)
4644
4645 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
4646
4647 * vc.el (vc-log-show-limit): Default to 2000.
4648 (vc-print-log-internal): Insert buttons to request more entries
4649 when limiting the output.
4650
4651 * vc-sccs.el (vc-sccs-print-log):
4652 * vc-rcs.el (vc-rcs-print-log):
4653 * vc-cvs.el (vc-cvs-print-log):
4654 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
4655 LIMIT is non-nil.
4656
4657 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
4658
4659 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
4660 error when `tramp-gvfs-dbus-event-vector' is set.
4661 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
4662
4663 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4664
4665 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
4666
4667 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
4668
4669 * net/dbus.el (dbus-unregister-service): New defun.
4670 (dbus-register-property): Register the handlers of
4671 "org.freedesktop.DBus.Properties" for SERVICE.
4672 (dbus-property-handler): Fix docstring.
4673
4674 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4675
4676 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
4677 Quote doc string reference in defvaralias as it is not in special form.
4678 (byte-compile-output-docform): Doc fix.
4679
4680 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4681
4682 * calc/calc.el (math-2-word-size, math-half-2-word-size)
4683 (calc-complement-signed-mode): New variables.
4684 (calc-set-mode-line): Add indicator for twos-complements.
4685 (math-format-number): Format twos-complement notation.
4686
4687 * calc/calc-bin.el (calc-word-size): Reset the variables
4688 `math-2-word-size' and `math-half-2-word-size'.
4689 (math-format-complement-signed, math-symclip, calcFunc-symclip)
4690 (calc-symclip): New functions.
4691
4692 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
4693
4694 * calc/calc-embed.el (calc-embedded-mode-vars):
4695 Add `calc-complement-signed-mode' to the list of modes.
4696
4697 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
4698 (calc-b-oper-keys): Add `calc-symclip' to list.
4699
4700 * calc/calc-ext.el (math-read-number-fancy): Read complement
4701 signed numbers.
4702 (calc-init-extensions): Add binding for `calc-symclip'.
4703 Add autoload for `calcFunc-symclip' and `calc-symclip'.
4704
4705 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
4706 `calc-symclip'.
4707 (calc-modes-menu): Add item for twos complement mode.
4708
4709 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
4710
4711 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
4712
4713 * register.el (jump-to-register, insert-register): Handle Semantic
4714 tags. From commented-out advice in semantic/senator.el.
4715
4716 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
4717
4718 * vc.el (vc-log-show-limit): New variable.
4719 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
4720 when using a prefix argument.
4721 (vc-print-log-internal): Add new argument LIMIT.
4722
4723 * vc-svn.el (vc-svn-print-log):
4724 * vc-mtn.el (vc-mtn-print-log):
4725 * vc-hg.el (vc-hg-print-log):
4726 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
4727 pass it to the log command when set. Make the BUFFER argument
4728 non-optional.
4729
4730 * vc-sccs.el (vc-sccs-print-log):
4731 * vc-rcs.el (vc-rcs-print-log):
4732 * vc-git.el (vc-git-print-log):
4733 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
4734 ignore it. Make the BUFFER argument non-optional
4735
4736 * bindings.el (mode-line-buffer-identification): Do not purecopy.
4737
4738 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
4739
4740 * dired.el (dired-mode-map): Move encryption items to "Operate"
4741 menu (Bug#4703).
4742
4743 * strokes.el (strokes-update-window-configuration): Make strokes
4744 buffer current before erasing (Bug#4906).
4745
4746 * cedet/semantic/idle.el (semantic-idle-summary-mode)
4747 (semantic-idle-summary-mode): Define using define-minor-mode
4748 instead of define-semantic-idle-service.
4749 (semantic-idle-summary-mode): New function.
4750 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
4751 that mouse motion does not reset the echo area.
4752
4753 2009-11-15 Juri Linkov <juri@jurta.org>
4754
4755 * simple.el (set-mark-default-inactive): Add :type, :group
4756 and :version. (Bug#4876)
4757
4758 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
4759
4760 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
4761 (archive-unique-fname): ... here. (Bug#4929)
4762
4763 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4764
4765 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
4766 with a real fix.
4767
4768 * novice.el (disabled-command-function): Add useful args.
4769 Setup the help buffer so that [back] works.
4770 Remove redundant call to help-mode.
4771 (disabled-command-function): Use `case'.
4772 (en/disable-command): New function extracted from enable-command.
4773 (enable-command, disable-command): Use it.
4774
4775 2009-11-14 Glenn Morris <rgm@gnu.org>
4776
4777 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
4778 constants. (Bug#4913)
4779
4780 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
4781
4782 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4783
4784 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
4785 defined in C that have no doc-strings. (Bug#1063)
4786
4787 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
4788
4789 * cus-edit.el (data, files):
4790 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
4791
4792 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
4793
4794 * simple.el (shell-command): Doc fix (Bug#4891).
4795
4796 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
4797
4798 2009-11-14 Glenn Morris <rgm@gnu.org>
4799
4800 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
4801 statements for vc-diff, emerge-quit, and rmail-cease-edit.
4802 If they are already loaded, eval-after-load will do the right thing.
4803
4804 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
4805 compiling.
4806
4807 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
4808
4809 * simple.el (x-selection-owner-p): Declare.
4810 (read-mail-command): Use custom radio type rather than choice.
4811 (completion-no-auto-exit): Doc fix.
4812
4813 * custom.el (defgroup):
4814 * epg-config.el (epg): Doc fixes.
4815
4816 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
4817
4818 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
4819 * international/ccl.el (define-ccl-program): Do not purecopy the
4820 docstring, defconst does it anyway.
4821
4822 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4823
4824 * add-log.el (add-change-log-entry): Avoid displaying the changelog
4825 a second time.
4826
4827 * x-dnd.el (x-dnd-maybe-call-test-function):
4828 * window.el (split-window-vertically):
4829 * whitespace.el (whitespace-help-on):
4830 * vc-rcs.el (vc-rcs-consult-headers):
4831 * userlock.el (ask-user-about-lock-help)
4832 (ask-user-about-supersession-help):
4833 * type-break.el (type-break-force-mode-line-update):
4834 * time-stamp.el (time-stamp-conv-warn):
4835 * terminal.el (te-set-output-log, te-more-break, te-filter)
4836 (te-sentinel, terminal-emulator):
4837 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
4838 (term-write-input-ring, term-check-source, term-start-output-log):
4839 (term-display-buffer-line, term-dynamic-list-completions):
4840 (term-ansi-make-term, serial-term):
4841 * subr.el (selective-display):
4842 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4843 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
4844 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
4845 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
4846 (speedbar-remove-localized-speedbar-support)
4847 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
4848 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
4849 (speedbar-buffers-line-directory):
4850 * simple.el (shell-command-on-region, append-to-buffer)
4851 (prepend-to-buffer):
4852 * shadowfile.el (shadow-save-todo-file):
4853 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
4854 (scroll-bar-maybe-set-window-start):
4855 * sb-image.el (speedbar-image-dump):
4856 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
4857 (load-save-place-alist-from-file):
4858 * ps-samp.el (ps-print-message-from-summary):
4859 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
4860 (ps-background-image, ps-begin-job, ps-do-despool):
4861 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
4862 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
4863 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
4864 (pr-call-process, pr-file-list, pr-interface-save):
4865 * novice.el (disabled-command-function)
4866 (enable-command, disable-command):
4867 * mouse.el (mouse-buffer-menu-alist):
4868 * mouse-copy.el (mouse-kill-preserving-secondary):
4869 * macros.el (kbd-macro-query):
4870 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
4871 * informat.el (batch-info-validate):
4872 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
4873 * hippie-exp.el (try-expand-dabbrev-visible):
4874 * help-mode.el (help-make-xrefs):
4875 * help-fns.el (describe-variable):
4876 * generic-x.el (bat-generic-mode-run-as-comint):
4877 * finder.el (finder-mouse-select):
4878 * find-dired.el (find-dired-sentinel):
4879 * filesets.el (filesets-file-close):
4880 * files.el (list-directory):
4881 * faces.el (list-faces-display, describe-face):
4882 * facemenu.el (list-colors-display):
4883 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
4884 * epg.el (epg--process-filter, epg-cancel):
4885 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
4886 (epa--read-signature-type):
4887 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
4888 (emerge-file-names):
4889 * ehelp.el (electric-helpify):
4890 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4891 * ediff-vers.el (rcs-ediff-view-revision):
4892 * ediff-util.el (ediff-setup):
4893 * ediff-mult.el (ediff-append-custom-diff):
4894 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4895 (ediff-wordify):
4896 * echistory.el (Electric-command-history-redo-expression):
4897 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4898 * disp-table.el (describe-display-table):
4899 * dired.el (dired-find-buffer-nocreate):
4900 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4901 * dabbrev.el (dabbrev--same-major-mode-p):
4902 * chistory.el (list-command-history):
4903 * apropos.el (apropos-documentation):
4904 * allout.el (allout-obtain-passphrase):
4905 (allout-copy-exposed-to-buffer):
4906 (allout-verify-passphrase): Use with-current-buffer.
4907
4908 2009-11-13 Glenn Morris <rgm@gnu.org>
4909
4910 * Makefile.in (ELCFILES): Regenerate.
4911
4912 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
4913
4914 * net/dbus.el (dbus-registered-objects-table): Rename from
4915 `dbus-registered-functions-table', because it contains also properties.
4916 (dbus-unregister-object): Unregister also properties.
4917 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4918 Use a timeout of 500 msec, in order to not block.
4919 (dbus-register-property, dbus-property-handler): New defuns.
4920
4921 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4922
4923 * simple.el (minibuffer-default-add-completions): Drop deprecated
4924 4th arg.
4925
4926 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
4927
4928 * textmodes/artist.el (artist-mouse-choose-operation):
4929 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
4930 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
4931 (artist-compute-up-event-key): New function.
4932 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
4933
4934 2009-11-13 Kenichi Handa <handa@m17n.org>
4935
4936 * language/japan-util.el: Make sure that the value of jisx0208
4937 property is jisx0208 character.
4938
4939 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
4940
4941 * international/mule.el (auto-coding-regexp-alist): Only purecopy
4942 car or each item, not the whole list.
4943
4944 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4945
4946 * minibuffer.el (minibuffer-completion-help):
4947 Use minibuffer-hide-completions.
4948
4949 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
4950
4951 * dired.el (dired-save-positions, dired-restore-positions): New funs.
4952 (dired-revert): Use them (bug#4880).
4953
4954 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4955
4956 * tooltip.el (tooltip-frame-parameters): Undo previous change.
4957
4958 2009-11-12 Juri Linkov <juri@jurta.org>
4959
4960 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
4961 New functions.
4962 (find-file-literally-at-point): Alias of `ffap-literally'.
4963
4964 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4965
4966 * textmodes/ispell.el (ispell-skip-region-alist):
4967 * textmodes/css-mode.el (auto-mode-alist):
4968 * progmodes/compile.el (auto-mode-alist):
4969 * international/mule.el (ctext-non-standard-encodings-alist)
4970 (ctext-non-standard-encodings-regexp):
4971 * simple.el (shell-command-switch, text-read-only):
4972 * replace.el (occur-mode-map):
4973 * paths.el (rmail-file-name):
4974 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
4975 * find-file.el (ff-special-constructs):
4976 * files.el (file-name-handler-alist):
4977 * composite.el: Purecopy strings.
4978
4979 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
4980
4981 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4982
4983 * widget.el (define-widget): Purecopy the docstring.
4984 * international/mule-cmds.el (charset): Do not purecopy the
4985 docstring here, define-widget does it.
4986
4987 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4988 * textmodes/bibtex-style.el (auto-mode-alist):
4989 * progmodes/inf-lisp.el (inferior-lisp-prompt):
4990 * progmodes/compile.el (compile-command):
4991 * language/korea-util.el (default-korean-keyboard):
4992 * international/mule-conf.el (file-coding-system-alist):
4993 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
4994 * tooltip.el (tooltip-frame-parameters):
4995 * newcomment.el (comment-end, comment-padding):
4996 * dired.el (dired-trivial-filenames):
4997 * comint.el (comint-file-name-prefix): Purecopy initial values.
4998
4999 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
5000
5001 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
5002 (tramp-advice-minibuffer-electric-tilde): Unload advices via
5003 `tramp-unload'.
5004 (tramp-advice-make-auto-save-file-name)
5005 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
5006 after removing the advice.
5007
5008 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5009
5010 * progmodes/grep.el (grep-regexp-alist):
5011 * international/mule-cmds.el (iso-2022-control-alist):
5012 * emacs-lisp/timer.el (timer-duration-words):
5013 * subr.el (version-separator, version-regexp-alist):
5014 * minibuffer.el (completion-styles-alist):
5015 * faces.el (face-attribute-name-alist, list-faces-sample-text):
5016 Change defvars to defconsts.
5017
5018 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
5019 * loadup.el ("international/mule-conf"): Load the byte compiled version.
5020 * international/mule-conf.el: Allow to be byte compiled.
5021
5022 * international/mule.el (define-charset): Purecopy props.
5023 (load-with-code-conversion): Purecopy doc string and file name.
5024 (put-charset-property): Purecopy strings.
5025 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
5026
5027 * international/mule-cmds.el (register-input-method): Purecopy arguments.
5028 (define-char-code-property): Correctly purecopy the table.
5029
5030 * international/ccl.el (define-ccl-program): Purecopy the docstring.
5031
5032 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
5033
5034 * subr.el (add-hook): Purecopy strings.
5035 (eval-after-load): Purecopy load-history-regexp and the form.
5036
5037 * custom.el (custom-declare-group): Purecopy load-file-name.
5038
5039 * subr.el (menu-bar-separator): New defconst.
5040 * net/eudc.el (eudc-tools-menu):
5041 * international/mule-cmds.el (set-coding-system-map)
5042 (mule-menu-keymap):
5043 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5044 * vc-hooks.el (vc-menu-map):
5045 * replace.el (occur-mode-map):
5046 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
5047 (menu-bar-edit-menu, menu-bar-goto-menu)
5048 (menu-bar-custom-menu, menu-bar-showhide-menu)
5049 (menu-bar-options-menu, menu-bar-tools-menu)
5050 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
5051 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
5052 (menu-bar-help-menu):
5053 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
5054 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
5055
5056 * term/x-win.el (x-gtk-stock-map):
5057 * progmodes/vera-mode.el (auto-mode-alist):
5058 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
5059 (inferior-lisp-program, inferior-lisp-load-command):
5060 * progmodes/hideshow.el (hs-special-modes-alist):
5061 * progmodes/gud.el (same-window-regexps):
5062 * progmodes/grep.el (grep-program, find-program, xargs-program):
5063 * net/telnet.el (same-window-regexps):
5064 * net/rlogin.el (same-window-regexps):
5065 * language/ethiopic.el (font-ccl-encoder-alist):
5066 * vc-sccs.el (vc-sccs-master-templates):
5067 * vc-rcs.el (vc-rcs-master-templates):
5068 * subr.el (cl-assertion-failed):
5069 * simple.el (next-error-overlay-arrow-position):
5070 * lpr.el (lpr-command):
5071 * locate.el (locate-ls-subdir-switches):
5072 * info.el (same-window-regexps, info)
5073 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5074 * image-mode.el (image-mode, auto-mode-alist):
5075 * hippie-exp.el (hippie-expand-ignore-buffers):
5076 * format.el (format-alist):
5077 * find-dired.el (find-ls-subdir-switches, find-grep-options)
5078 (find-name-arg):
5079 * facemenu.el (facemenu-keybindings):
5080 * dired.el (dired-listing-switches, dired-chown-program):
5081 * diff.el (diff-switches, diff-command):
5082 * cus-edit.el (same-window-regexps):
5083 * bindings.el (mode-line-mule-info)
5084 (mode-line-buffer-identification): Purecopy strings.
5085
5086 2009-11-11 Juri Linkov <juri@jurta.org>
5087
5088 * simple.el (dired-get-filename) <declare-function>:
5089 Tell the byte-compiler about dired-get-filename.
5090 (shell-command): In Dired mode, get filename from the current line
5091 as the default value.
5092
5093 2009-11-10 Glenn Morris <rgm@gnu.org>
5094
5095 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
5096 * calendar/holidays.el, progmodes/cperl-mode.el:
5097 Update x-popup-menu declarations.
5098
5099 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
5100 (list-load-path-shadows): Use dolist.
5101 (list-load-path-shadows): Use with-current-buffer.
5102
5103 2009-11-10 Juri Linkov <juri@jurta.org>
5104
5105 * minibuffer.el (read-file-name): Support a list of default values
5106 in `default-filename'. Use the first file name where only one
5107 element is required. Doc fix.
5108
5109 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
5110
5111 * net/dbus.el (dbus-unregister-object): Release service, if no
5112 other method is registered for it.
5113
5114 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
5115
5116 * bookmark.el (bookmark-completing-read): Sort bookmark names if
5117 bookmark-sort-flag is non-nil (Bug#4653).
5118
5119 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5120
5121 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
5122 the progress reporter entirely.
5123
5124 * emulation/cua-base.el: Add CUA property to some CC mode commands
5125 (Bug#4100).
5126
5127 2009-11-08 Kevin Ryde <user42@zip.com.au>
5128
5129 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
5130 at end of sentence (Bug#4818).
5131
5132 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
5133
5134 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5135 Handle "see declaration of" MSFT statements (Bug#4100).
5136
5137 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
5138
5139 * net/tramp.el (tramp-advice-make-auto-save-file-name)
5140 (tramp-advice-file-expand-wildcards): Unload via
5141 `ad-remove-advice'.
5142
5143 * net/trampver.el: Update release number.
5144
5145 2009-11-08 Kevin Ryde <user42@zip.com.au>
5146
5147 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
5148 `ad-do-it'.
5149
5150 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
5151
5152 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
5153 in order to keep context in SELinux.
5154
5155 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5156
5157 * dired-aux.el (dired-query): Place cursor in echo area and allow
5158 C-g.
5159
5160 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
5161 menu item if not on a directory (Bug#4701).
5162
5163 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
5164
5165 Sync with Tramp 2.1.17.
5166
5167 * net/tramp.el (tramp-handle-copy-directory): Don't use
5168 `file-remote-p' (due to compatibility).
5169
5170 * net/tramp-compat.el (tramp-compat-copy-directory)
5171 (tramp-compat-delete-directory): New defuns.
5172
5173 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5174 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
5175 `tramp-compat-delete-directory'.
5176
5177 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5178 (tramp-smb-handle-delete-directory): Use
5179 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
5180
5181 * net/trampver.el: Update release number.
5182
5183 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
5184
5185 * tar-mode.el (tar-copy): Call write-region on the right buffer
5186 (Bug#4857).
5187
5188 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
5189 by hand, if necessary (Bug#4878).
5190
5191 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
5192
5193 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
5194 align size column (Bug#4839).
5195
5196 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
5197 statement.
5198
5199 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5200
5201 * progmodes/ld-script.el (auto-mode-alist):
5202 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
5203
5204 * cus-face.el (custom-declare-face): Purecopy face spec.
5205
5206 2009-11-06 Kenichi Handa <handa@m17n.org>
5207
5208 * international/uni-bidi.el: Re-generated.
5209 * international/uni-category.el: Re-generated.
5210 * international/uni-combining.el: Re-generated.
5211 * international/uni-mirrored.el: Re-generated.
5212
5213 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5214
5215 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
5216 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
5217 (tex-start-options, slitex-run-command, latex-run-command)
5218 (tex-run-command, tex-directory):
5219 * textmodes/ispell.el (ispell-html-skip-alists)
5220 (ispell-tex-skip-alists, ispell-tex-skip-alists):
5221 * textmodes/fill.el (adaptive-fill-first-line-regexp):
5222 (adaptive-fill-regexp):
5223 * textmodes/dns-mode.el (auto-mode-alist):
5224 * progmodes/python.el (interpreter-mode-alist):
5225 * progmodes/etags.el (tags-compression-info-list):
5226 * progmodes/etags.el (tags-file-name):
5227 * net/browse-url.el (browse-url-galeon-program)
5228 (browse-url-firefox-program):
5229 * mail/sendmail.el (mail-signature-file)
5230 (mail-citation-prefix-regexp):
5231 * international/mule-conf.el (eight-bit):
5232 * international/latexenc.el (latex-inputenc-coding-alist):
5233 * international/fontset.el (x-pixel-size-width-font-regexp):
5234 * emacs-lisp/warnings.el (warning-type-format):
5235 * emacs-lisp/trace.el (trace-buffer):
5236 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
5237 (emacs-lisp-mode-map):
5238 * calendar/holidays.el (holiday-solar-holidays)
5239 (holiday-bahai-holidays, holiday-islamic-holidays)
5240 (holiday-christian-holidays, holiday-hebrew-holidays)
5241 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
5242 (hebrew-holidays-1, holiday-oriental-holidays)
5243 (holiday-general-holidays):
5244 * x-dnd.el (x-dnd-known-types):
5245 * tool-bar.el (tool-bar):
5246 * startup.el (site-run-file):
5247 * shell.el (shell-dumb-shell-regexp):
5248 * rfn-eshadow.el (file-name-shadow-tty-properties)
5249 (file-name-shadow-properties):
5250 * paths.el (remote-shell-program, news-directory):
5251 * mouse.el ([C-down-mouse-3]):
5252 * menu-bar.el (menu-bar-tools-menu):
5253 * jka-cmpr-hook.el (jka-compr-load-suffixes)
5254 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
5255 (jka-compr-compression-info-list):
5256 * isearch.el (search-whitespace-regexp):
5257 * image-file.el (image-file-name-extensions):
5258 * find-dired.el (find-ls-option):
5259 * files.el (directory-listing-before-filename-regexp)
5260 (directory-free-space-args, insert-directory-program)
5261 (list-directory-brief-switches, magic-fallback-mode-alist)
5262 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
5263 (automount-dir-prefix):
5264 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
5265 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
5266 (face-font-registry-alternatives, face-font-registry-alternatives)
5267 (face-font-family-alternatives):
5268 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
5269 (facemenu-foreground-menu, facemenu-face-menu):
5270 * epa-hook.el (epa-file-name-regexp):
5271 * dnd.el (dnd-protocol-alist):
5272 * textmodes/rst.el (auto-mode-alist):
5273 * button.el (default-button): Purecopy strings.
5274
5275 2009-11-06 Glenn Morris <rgm@gnu.org>
5276
5277 * Makefile.in (ELCFILES): Update.
5278
5279 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
5280
5281 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
5282 * emacs-lisp/levents.el: Move to obsolete/levents.el.
5283
5284 * nxml/xsd-regexp.el (xsdre-gen-categories):
5285 * nxml/xmltok.el (xmltok-parse-entity):
5286 * nxml/rng-parse.el (rng-parse-validate-file):
5287 * nxml/rng-maint.el (rng-format-manual)
5288 (rng-manual-output-force-new-line):
5289 * nxml/rng-loc.el (rng-save-schema-location-1):
5290 * nxml/rng-cmpct.el (rng-c-parse-file):
5291 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5292 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
5293
5294 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
5295
5296 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
5297 Remove extra save-excursions and make-variable-buffer-local's.
5298 Suggested by Stefan Monnier.
5299
5300 (verilog-getopt-file, verilog-module-inside-filename-p)
5301 (verilog-set-define): Merge GNU 1.35 and repair changes from
5302 switching to using with-current-buffer.
5303
5304 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
5305 being treated as a number and confusing AUTORESET.
5306 Reported by Dan Dever.
5307
5308 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
5309 Add verilog-auto-ignore-concat to fix backward compatibility with
5310 older verilog-modes. Reported by Dan Katz.
5311
5312 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
5313 containing closing anchors "...$".
5314
5315 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
5316 Reported by Wade Smith.
5317
5318 (verilog-batch-execute-func): Comment on function usage.
5319
5320 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
5321
5322 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
5323 for labels.
5324
5325 (verilog-label-re, verilog-calc-1): Support proper indent of named
5326 asserts.
5327
5328 (verilog-backward-token, verilog-basic-complete-re)
5329 (verilog-beg-of-statement, verilog-indent-re): Support proper
5330 indent of the assert statement at the beginning of a block of text.
5331
5332 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
5333 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
5334 tokens as begins.
5335
5336 2009-11-05 Glenn Morris <rgm@gnu.org>
5337
5338 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
5339 Emacs 19. (Bug#1531)
5340 (byte-compile-fix-header): Update for the above change.
5341 Drop test for epoch::version.
5342
5343 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
5344 * cus-dep.el (custom-make-dependencies):
5345 * finder.el (finder-compile-keywords):
5346 Use autoload-rubric's feature argument.
5347
5348 * calendar/diary-lib.el (top-level): Make load behave more like require.
5349
5350 * vc-git.el (vc-git-stash-map): Move definition before use.
5351
5352 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
5353
5354 * custom.el (custom-declare-group): Purecopy standard-value.
5355 (custom-declare-group): Purecopy custom-prefix.
5356
5357 * international/mule.el (load-with-code-conversion):
5358 Call do-after-load-evaluation unconditionally.
5359
5360 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
5361
5362 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5363
5364 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
5365
5366 2009-11-04 Glenn Morris <rgm@gnu.org>
5367
5368 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
5369 (byte-compile-compatibility): Remove option.
5370 (byte-compile-close-variables, byte-compile-fix-header)
5371 (byte-compile-insert-header, byte-compile-output-docform)
5372 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
5373 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
5374 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
5375 (byte-compile-insert, byte-compile-defun):
5376 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
5377 (byte-defop-compiler19): Remove.
5378 Without byte-compile-compatibility, the 'emacs19-opcode property is not
5379 used by anything. Replace all calls with byte-defop-compiler.
5380
5381 2009-11-04 Juri Linkov <juri@jurta.org>
5382
5383 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
5384 (menu-bar-options-menu): Don't quote the `prop' arg of
5385 `menu-bar-make-mm-toggle'.
5386
5387 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
5388
5389 * calendar/calendar.el (cal-loaddefs):
5390 * calendar/diary-lib.el (diary-loaddefs):
5391 * calendar/holidays.el (hol-loaddefs):
5392 * eshell/esh-module.el (esh-groups): Load rather than require.
5393
5394 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5395
5396 * calendar/todo-mode.el (todo-add-category): Don't hardcode
5397 point-min==1.
5398 (todo-top-priorities): Only display-buffer when called interactively.
5399 (todo-item-start): Don't save excursion point.
5400 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
5401 (todo-insert-item-here, todo-file-item, todo-remove-item):
5402 Adjust uses of todo-item-start and todo-item-end.
5403
5404 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
5405 (autoload-rubric): Don't use any more.
5406 * cedet/semantic/fw.el (semantic/loaddefs):
5407 * cedet/srecode.el (srecode/loaddefs):
5408 * cedet/ede.el (ede/loaddefs): Load rather than require.
5409 * cedet/ede/cpp-root.el:
5410 * cedet/ede/emacs.el:
5411 * cedet/ede/files.el:
5412 * cedet/ede/linux.el:
5413 * cedet/ede/locate.el:
5414 * cedet/ede/make.el:
5415 * cedet/ede/shell.el:
5416 * cedet/ede/speedbar.el:
5417 * cedet/ede/system.el:
5418 * cedet/ede/util.el:
5419 * cedet/semantic/analyze.el:
5420 * cedet/semantic/bovine.el:
5421 * cedet/semantic/complete.el:
5422 * cedet/semantic/ctxt.el:
5423 * cedet/semantic/db-file.el:
5424 * cedet/semantic/db-find.el:
5425 * cedet/semantic/db-global.el:
5426 * cedet/semantic/db-mode.el:
5427 * cedet/semantic/db-typecache.el:
5428 * cedet/semantic/db.el:
5429 * cedet/semantic/debug.el:
5430 * cedet/semantic/dep.el:
5431 * cedet/semantic/doc.el:
5432 * cedet/semantic/edit.el:
5433 * cedet/semantic/find.el:
5434 * cedet/semantic/format.el:
5435 * cedet/semantic/html.el:
5436 * cedet/semantic/ia-sb.el:
5437 * cedet/semantic/ia.el:
5438 * cedet/semantic/idle.el:
5439 * cedet/semantic/lex-spp.el:
5440 * cedet/semantic/lex.el:
5441 * cedet/semantic/mru-bookmark.el:
5442 * cedet/semantic/scope.el:
5443 * cedet/semantic/senator.el:
5444 * cedet/semantic/sort.el:
5445 * cedet/semantic/symref.el:
5446 * cedet/semantic/tag-file.el:
5447 * cedet/semantic/tag-ls.el:
5448 * cedet/semantic/tag-write.el:
5449 * cedet/semantic/tag.el:
5450 * cedet/semantic/util-modes.el:
5451 * cedet/semantic/analyze/complete.el:
5452 * cedet/semantic/analyze/refs.el:
5453 * cedet/semantic/bovine/c.el:
5454 * cedet/semantic/bovine/gcc.el:
5455 * cedet/semantic/bovine/make.el:
5456 * cedet/semantic/bovine/scm.el:
5457 * cedet/semantic/decorate/include.el:
5458 * cedet/semantic/decorate/mode.el:
5459 * cedet/semantic/symref/cscope.el:
5460 * cedet/semantic/symref/global.el:
5461 * cedet/semantic/symref/grep.el:
5462 * cedet/semantic/symref/idutils.el:
5463 * cedet/semantic/symref/list.el:
5464 * cedet/semantic/wisent/java-tags.el:
5465 * cedet/semantic/wisent/javascript.el:
5466 * cedet/srecode/compile.el:
5467 * cedet/srecode/cpp.el:
5468 * cedet/srecode/document.el:
5469 * cedet/srecode/el.el:
5470 * cedet/srecode/expandproto.el:
5471 * cedet/srecode/getset.el:
5472 * cedet/srecode/insert.el:
5473 * cedet/srecode/java.el:
5474 * cedet/srecode/map.el:
5475 * cedet/srecode/mode.el:
5476 * cedet/srecode/template.el:
5477 * cedet/srecode/texi.el: Remove the file-local setting of
5478 generated-autoload-feature.
5479
5480 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
5481 and only put a prop if it is non-nil.
5482
5483 2009-11-03 Juri Linkov <juri@jurta.org>
5484
5485 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
5486 (menu-bar-options-menu): Fix list quoting (Bug#4429).
5487
5488 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
5489 and "Menu" to make top-level menu item visually one unit (like
5490 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
5491 multi-word menu items). Fix :help string for quit-window.
5492
5493 2009-11-03 Glenn Morris <rgm@gnu.org>
5494
5495 * cedet/mode-local.el (with-mode-local): Doc fix.
5496
5497 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5498 (byte-compile-file-form-define-abbrev-table)
5499 (byte-compile-file-form-custom-declare-variable)
5500 (byte-compile-variable-ref, byte-compile-defvar):
5501 Whether or not a warning is enabled should only affect whether we issue
5502 the warning, not whether or not we collect the relevant data.
5503 Eg warnings can be turned on and off throughout the course of a file.
5504
5505 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
5506 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
5507
5508 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5509
5510 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
5511 * play/mpuz.el (mpuz-create-buffer):
5512 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
5513 (lm-print-y,s,noise, lm-print-w0, lm-init):
5514 * play/gomoku.el (gomoku-prompt-for-move):
5515 * play/fortune.el (fortune-in-buffer):
5516 * play/dissociate.el (dissociated-press):
5517 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5518 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
5519 * mail/supercite.el (sc-eref-show):
5520 * mail/smtpmail.el (smtpmail-send-it):
5521 * mail/rmailsum.el (rmail-summary-next-labeled-message)
5522 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
5523 (rmail-summary-undelete-many, rmail-summary-rmail-update)
5524 (rmail-summary-goto-msg, rmail-summary-expunge)
5525 (rmail-summary-get-new-mail, rmail-summary-search-backward)
5526 (rmail-summary-add-label, rmail-summary-output-menu)
5527 (rmail-summary-output-body):
5528 * mail/rfc822.el (rfc822-addresses):
5529 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
5530 * mail/mailpost.el (post-mail-send-it):
5531 * mail/hashcash.el (hashcash-generate-payment):
5532 * mail/feedmail.el (feedmail-run-the-queue)
5533 (feedmail-queue-send-edit-prompt-help-first)
5534 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
5535 (feedmail-deduce-address-list):
5536 * eshell/esh-ext.el (eshell-remote-command):
5537 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
5538 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
5539 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
5540 (viper-save-string-in-file, viper-valid-marker):
5541 * emulation/viper-keym.el (viper-toggle-key):
5542 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
5543 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
5544 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
5545 * emulation/viper-cmd.el (viper-exec-form-in-vi)
5546 (viper-exec-form-in-emacs, viper-brac-function):
5547 * emulation/viper.el (viper-delocalize-var):
5548 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
5549 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
5550 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
5551 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
5552 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
5553 * emulation/edt.el (edt-electric-helpify):
5554 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5555 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
5556 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
5557 (cua-indent-to-global-mark-column):
5558 * calendar/diary-lib.el (calendar-mark-1):
5559 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
5560 Use with-current-buffer.
5561 * emulation/viper.el (viper-delocalize-var): Use dolist.
5562
5563 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
5564
5565 * comint.el (comint-replace-by-expanded-history-before-point):
5566 Replace !! with the previous input string literally (Bug#1795).
5567
5568 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
5569
5570 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
5571 to be made up of whitespace.
5572
5573 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
5574
5575 * minibuffer.el (read-file-name): Don't use file dialogs for
5576 remote directories (Bug#99).
5577
5578 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
5579
5580 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
5581
5582 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
5583
5584 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
5585 instead of deleting the window or frame.
5586
5587 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
5588
5589 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5590 Support face colors.
5591
5592 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
5593 New function. Support face colors (Bug#1168).
5594 (tex-common-initialization): Use it.
5595
5596 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
5597 mode allows it (Bug#1168).
5598
5599 2009-10-31 Juri Linkov <juri@jurta.org>
5600
5601 * facemenu.el (list-colors-display): Don't mark buffer as
5602 modified (Bug#3948).
5603
5604 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
5605
5606 * international/mule-diag.el (list-character-sets-1): Minor
5607 message fix (Bug#3526).
5608
5609 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
5610 face property (Bug#4834).
5611 (etags-list-tags, etags-tags-apropos-additional)
5612 (etags-tags-apropos, tags-select-tags-table): Add follow-link
5613 property.
5614
5615 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
5616 items.
5617
5618 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
5619 items.
5620
5621 * cedet/ede.el (ede-minor-mode):
5622 * cedet/semantic.el (semantic-mode): Toggle menu separators.
5623
5624 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5625
5626 * textmodes/two-column.el (2C-split):
5627 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5628 * textmodes/tex-mode.el (tex-set-buffer-directory):
5629 * textmodes/spell.el (spell-region, spell-string):
5630 * textmodes/reftex.el (reftex-erase-buffer):
5631 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5632 * textmodes/reftex-toc.el (reftex-toc-promote-action):
5633 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5634 (reftex-select-item):
5635 * textmodes/reftex-ref.el (reftex-label-info-update)
5636 (reftex-offer-label-menu):
5637 * textmodes/reftex-index.el (reftex-index-change-entry)
5638 (reftex-index-phrases-info):
5639 * textmodes/reftex-global.el (reftex-create-tags-file)
5640 (reftex-save-all-document-buffers, reftex-ensure-write-access):
5641 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5642 (reftex-view-crossref-from-bibtex):
5643 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
5644 (reftex-extract-bib-entries-from-thebibliography)
5645 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
5646 * textmodes/refbib.el (r2b-capitalize-title):
5647 (r2b-convert-buffer, r2b-help):
5648 * textmodes/page-ext.el (pages-directory)
5649 (pages-directory-goto-with-mouse):
5650 * textmodes/bibtex.el (bibtex-validate-globally):
5651 * textmodes/bib-mode.el (bib-capitalize-title):
5652 * textmodes/artist.el (artist-clear-buffer, artist-system):
5653 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
5654 (local-set-scheme-interaction-buffer, xscheme-process-filter)
5655 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
5656 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
5657 (xscheme-send-control-g-interrupt, xscheme-start-process)
5658 (xscheme-process-sentinel, xscheme-cd):
5659 * progmodes/verilog-mode.el (verilog-read-always-signals)
5660 (verilog-set-define, verilog-getopt-file)
5661 (verilog-module-inside-filename-p):
5662 * progmodes/sh-script.el:
5663 * progmodes/python.el (python-pdbtrack-get-source-buffer)
5664 (python-pdbtrack-grub-for-buffer, python-execute-file):
5665 * progmodes/octave-inf.el (inferior-octave):
5666 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5667 (idlwave-shell-compile-helper-routines, idlwave-set-local)
5668 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
5669 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
5670 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
5671 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
5672 (idlwave-shell-filter, idlwave-shell-examine-highlight)
5673 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
5674 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
5675 (idlwave-shell-examine-display, idlwave-shell-run-region)
5676 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
5677 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
5678 * progmodes/idlw-help.el (idlwave-help-get-special-help)
5679 (idlwave-help-get-help-buffer):
5680 * progmodes/gud.el (gud-basic-call, gud-find-class)
5681 (gud-tooltip-activate-mouse-motions-if-enabled):
5682 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5683 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
5684 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
5685 (ebrowse-tags-next-file):
5686 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
5687 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
5688 (ebnf-eps-finish-and-write):
5689 * progmodes/cpp.el (cpp-edit-save):
5690 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
5691 * progmodes/cc-defs.el (c-emacs-features):
5692 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
5693 (antlr-directory-dependencies):
5694 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
5695 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
5696 (ada-find-any-references, ada-make-filename-from-adaname)
5697 (ada-make-body-gnatstub):
5698 * obsolete/rnews.el (news-list-news-groups):
5699 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
5700 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
5701 * net/rcirc.el (rcirc-debug):
5702 * net/newst-treeview.el (newsticker--treeview-list-add-item)
5703 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
5704 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
5705 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5706 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
5707 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
5708 (newsticker--treeview-list-clear-highlight)
5709 (newsticker--treeview-list-update-highlight)
5710 (newsticker--treeview-list-highlight-start)
5711 (newsticker--treeview-tree-update-highlight)
5712 (newsticker--treeview-get-selected-item)
5713 (newsticker-treeview-mark-list-items-old)
5714 (newsticker--treeview-set-current-node):
5715 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5716 * net/newst-backend.el (newsticker--get-news-by-funcall)
5717 (newsticker--get-news-by-wget, newsticker--image-get)
5718 (newsticker--image-sentinel):
5719 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
5720 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
5721 (eudc-ph-close-session):
5722 * net/eudc.el (eudc-save-options):
5723 * language/thai-word.el (thai-update-word-table):
5724 * language/japan-util.el (japanese-string-conversion):
5725 * international/titdic-cnv.el (tsang-quick-converter)
5726 (ziranma-converter, ctlau-converter):
5727 * international/mule-cmds.el (describe-language-environment):
5728 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
5729 (skkdic-convert-postfix, skkdic-convert-prefix):
5730 (skkdic-convert-okuri-nasi, skkdic-convert):
5731 * emacs-lisp/re-builder.el (reb-update-overlays):
5732 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
5733 * emacs-lisp/gulp.el (gulp-send-requests):
5734 * emacs-lisp/find-gc.el (trace-call-tree):
5735 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
5736 (eieio-describe-generic):
5737 * emacs-lisp/eieio-base.el (eieio-persistent-read):
5738 * emacs-lisp/edebug.el (edebug-outside-excursion):
5739 * emacs-lisp/debug.el (debugger-make-xrefs):
5740 * emacs-lisp/cust-print.el (custom-prin1-to-string):
5741 * emacs-lisp/chart.el (chart-new-buffer):
5742 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
5743 Use with-current-buffer.
5744 * textmodes/artist.el (artist-system): Don't call
5745 copy-sequence on a fresh string.
5746 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
5747
5748 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
5749
5750 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
5751 is no item to edit. (Bug#4820)
5752 (todo-top-priorities): Restore point and restore narrowing in Todo
5753 buffer. (Bug#4820)
5754
5755 2009-10-31 Glenn Morris <rgm@gnu.org>
5756
5757 * net/ange-ftp.el (top-level): Don't require dired when compiling.
5758 (comint-last-output-start, comint-last-input-start)
5759 (comint-last-input-end): Don't defvar when compiling.
5760 (ange-ftp-process-file): Use bound-and-true-p.
5761
5762 * pcmpl-rpm.el (top-level): Move provide statement to end.
5763 (pcmpl-rpm): Remove unused custom group.
5764
5765 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
5766
5767 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
5768
5769 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
5770 (byte-compile-warnings): Add `constants' as an option.
5771 (byte-compile-callargs-warn, byte-compile-arglist-warn)
5772 (display-call-tree): Update for byte-compile-fdefinition possibly
5773 returning `(macro lambda ...)'. (Bug#4778)
5774 (byte-compile-variable-ref, byte-compile-setq-default):
5775 Respect `constants' member of byte-compile-warnings.
5776
5777 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
5778 Use mapc rather than mapcar because the return value is never used.
5779
5780 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
5781 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
5782 * cedet/semantic/html.el:
5783 Suppress harmless warnings about setting up semantic-imenu (not
5784 part of Emacs) variables.
5785
5786 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5787
5788 * vc-bzr.el (vc-bzr-revision-keywords): New var.
5789 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
5790 to "submit:".
5791
5792 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
5793 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
5794 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
5795 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
5796 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
5797 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
5798 (semantic-analyzer-debug-global-symbol)
5799 (semantic-analyzer-debug-missing-innertype)
5800 (semantic-analyzer-debug-insert-include-summary):
5801 * cedet/semantic/util.el (semantic-file-tag-table):
5802 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
5803 (semantic-recursive-find-nonterminal-by-name):
5804 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
5805 * cedet/semantic/tag-file.el (semantic-prototype-file):
5806 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
5807 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
5808 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
5809 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5810 (semantic-idle-summary-maybe-highlight):
5811 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
5812 (semantic-ia-sb-tag-info):
5813 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
5814 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
5815 * cedet/semantic/ede-grammar.el (project-compile-target):
5816 (ede-proj-makefile-insert-variables):
5817 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
5818 (semantic-debug-set-source-location, semantic-debug-interface-layout)
5819 (semantic-debug-mode, semantic-debug):
5820 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
5821 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
5822 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5823 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
5824 (semanticdb-find-translate-path-includes--internal)
5825 (semanticdb-reset-log, semanticdb-find-log-activity):
5826 * cedet/semantic/db-file.el (object-write):
5827 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5828 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
5829 (semanticdb-create-ebrowse-database):
5830 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
5831 * cedet/semantic/complete.el (semantic-displayor-focus-request)
5832 (semantic-collector-calculate-completions-raw)
5833 (semantic-complete-read-tag-analyzer):
5834 * cedet/semantic/analyze.el (semantic-analyze-pulse):
5835 * cedet/ede/util.el (ede-update-version-in-source):
5836 * cedet/ede/proj.el (project-delete-target):
5837 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
5838 (ede-proj-flush-autoconf):
5839 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
5840 (ede-proj-configure-synchronize):
5841 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
5842 * cedet/ede/linux.el (ede-linux-version):
5843 * cedet/ede/emacs.el (ede-emacs-version):
5844 * cedet/ede/dired.el (ede-dired-add-to-target):
5845 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
5846 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
5847 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
5848 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
5849 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
5850 (cedet-idutils-version-check):
5851 * cedet/cedet-global.el (cedet-gnu-global-call):
5852 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
5853 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
5854 * cedet/cedet-cscope.el (cedet-cscope-call)
5855 (cedet-cscope-expand-filename, cedet-cscope-version-check):
5856 Use with-current-buffer.
5857 * cedet/ede.el (ede-make-project-local-variable)
5858 (ede-set-project-variables, ede-set): Use dolist.
5859
5860 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
5861
5862 * textmodes/ispell.el (ispell-skip-region-alist):
5863 * international/mule-conf.el (eight-bit):
5864 * international/fontset.el (font-encoding-alist):
5865 * startup.el (pure-space-overflow-message):
5866 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
5867 * paths.el (gnus-nntp-service, rmail-spool-directory)
5868 (term-file-prefix):
5869 * files.el (save-some-buffers-action-alist):
5870 * cmuscheme.el (same-window-buffer-names):
5871 * ielm.el (same-window-buffer-names):
5872 * shell.el (same-window-buffer-names):
5873 * mail/sendmail.el (same-window-buffer-names):
5874 * progmodes/inf-lisp.el (same-window-buffer-names):
5875 * bindings.el (mode-line-client)
5876 (mode-line-column-line-number-mode-map):
5877 * language/tibetan.el (tibetan-precomposition-rule-regexp)
5878 (tibetan-precomposed-regexp): Purecopy string arguments.
5879
5880 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5881
5882 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
5883 (calcDigit-nondigit):
5884 * calc/calc-yank.el (calc-copy-to-buffer):
5885 * calc/calc-units.el (calc-invalidate-units-table):
5886 * calc/calc-trail.el (calc-trail-yank):
5887 * calc/calc-store.el (calc-insert-variables):
5888 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5889 * calc/calc-prog.el (calc-read-parse-table):
5890 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5891 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5892 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5893 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5894 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5895 (calc-graph-name, calc-graph-find-command, calc-graph-view)
5896 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5897 * calc/calc-ext.el (calc-realign):
5898 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5899 (calc-embedded-finish-edit, calc-embedded-make-info)
5900 (calc-embedded-finish-command, calc-embedded-stack-change):
5901 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5902
5903 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
5904 (overload-docstring-extension): Use that info.
5905 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
5906 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
5907 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
5908 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
5909 (semantic-nonterminal-full-name): Add the new `when' info.
5910 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
5911 `assert'.
5912
5913 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5914 shell-dynamic-complete-filename in preference to
5915 comint-dynamic-complete-filename.
5916
5917 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5918 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5919 Don't consider whether the display supports colors.
5920 (bookmark-import-new-list): Use dolist.
5921 (bookmark-bmenu-mode-map): Move initialization into declaration.
5922 (bookmark-bmenu-list): Use dolist, simplify.
5923 (bookmark-show-all-annotations): Use save-selected-window and dolist.
5924 (menu-bar-final-items): Use push.
5925
5926 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
5927
5928 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5929 it works on remote files.
5930 (vc-hg-diff): Don't pass any `--cwd' argument.
5931
5932 2009-10-27 Kevin Ryde <user42@zip.com.au>
5933
5934 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5935 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
5936 (Further to Bug#3921).
5937
5938 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
5939
5940 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
5941 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
5942 calling `tramp-imap-put-file'. Add file size to the call.
5943 (tramp-imap-get-file-entries): Compute also user name, file size,
5944 and date.
5945 (tramp-imap-handle-insert-directory): Insert uid and gid.
5946 (tramp-imap-handle-file-attributes): Transform uid and gid
5947 according to `id-format'.
5948 (tramp-imap-put-file): New optional parameter SIZE. Encode file
5949 size in header X-Size.
5950
5951 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
5952
5953 * simple.el (transpose-subr): Give clearer error when the mark
5954 is not set. (Bug#4807)
5955
5956 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
5957
5958 * net/tramp.el (tramp-perl-file-truename): New defconst.
5959 Perl code contributed by yary <not.com@gmail.com> (tiny change).
5960 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
5961 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
5962 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
5963
5964 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5965 Ignore `dired-call-process'.
5966 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
5967
5968 2009-10-26 Julian Scheid <julians37@gmail.com>
5969
5970 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
5971 (tramp-get-remote-readlink): New defun.
5972 (tramp-handle-file-truename): Use it.
5973 (tramp-handle-file-exists-p): Check file-attributes cache, assume
5974 file exists if cache value present.
5975 (tramp-check-cached-permissions): New defun.
5976 (tramp-handle-file-readable-p): Use it.
5977 (tramp-handle-file-writable-p): Likewise.
5978 (tramp-handle-file-executable-p): Likewise.
5979 (tramp-handle-file-name-all-completions): Try using Perl to get
5980 partial completions. When perl not available, combine `cd' and
5981 `ls' into single remote operation and use shell expansion to get
5982 partial remote directory contents. Set `file-exists-p' cache for
5983 directory and any files returned by ls. Change cache handling to
5984 support partial directory contents. Use error message emitted by
5985 remote `cd' or Perl code for local tramp-error.
5986 (tramp-do-copy-or-rename-file-directly): Avoid separate
5987 tramp-send-command-and-check call.
5988 (tramp-handle-process-file): Merge three remote ops into one.
5989 Do not flush all caches when `process-file-side-effects' is set.
5990 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
5991 file-attributes shows uid/gid to be set already.
5992
5993 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
5994
5995 * textmodes/tex-mode.el (tex-dvi-view-command)
5996 (tex-show-queue-command, tex-open-quote):
5997 * progmodes/ruby-mode.el (auto-mode-alist)
5998 (interpreter-mode-alist): Purecopy strings.
5999
6000 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
6001
6002 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
6003 string for the hook, keymap and abbrev table.
6004
6005 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
6006
6007 * x-dnd.el (x-dnd-xdnd-to-action):
6008 * startup.el (fancy-startup-text, fancy-about-text): Change to
6009 defconst from defvar.
6010
6011 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
6012
6013 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
6014 Purecopy initialization strings.
6015
6016 * mail/sendmail.el (mail-header-separator)
6017 (mail-personal-alias-file):
6018 * mail/rmail.el (rmail-default-dont-reply-to-names)
6019 (rmail-ignored-headers, rmail-retry-ignored-headers)
6020 (rmail-highlighted-headers, rmail-secondary-file-directory)
6021 (rmail-secondary-file-regexp):
6022 * files.el (null-device, file-name-invalid-regexp)
6023 (locate-dominating-stop-dir-regexp)
6024 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
6025 (interpreter-mode-alist): Use mapcar instead of mapc.
6026
6027 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
6028
6029 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
6030 (completion-ignored-extensions):
6031 (debug-ignored-errors): Purecopy strings.
6032
6033 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6034
6035 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
6036 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
6037 (pcomplete--here): Use push.
6038
6039 * subr.el (all-completions): Declare the 4th arg obsolete.
6040
6041 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6042
6043 * pcomplete.el (pcomplete-unquote-argument-function): New var.
6044 (pcomplete-unquote-argument): New function.
6045 (pcomplete--common-suffix): Always pay attention to case.
6046 (pcomplete--table-subvert): Quote and unquote the text.
6047 (pcomplete--common-quoted-suffix): New function.
6048 (pcomplete-std-complete): Use it and pcomplete-begin.
6049
6050 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
6051 we're inside a dedicated or minibuffer window.
6052
6053 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6054
6055 * cedet/semantic/fw.el (semantic-alias-obsolete)
6056 (semantic-varalias-obsolete): Make the `when' arg mandatory.
6057 (define-mode-overload-implementation):
6058 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
6059 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
6060 * cedet/semantic/util.el (semantic-file-token-stream)
6061 (semantic-something-to-stream):
6062 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
6063 (semantic-expand-nonterminal):
6064 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
6065 (semantic-find-dependency, semantic-find-nonterminal)
6066 (semantic-find-dependency):
6067 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
6068 (semantic-flex-text, semantic-flex-make-keyword-table)
6069 (semantic-flex-keyword-p, semantic-flex-keyword-put)
6070 (semantic-flex-keyword-get, semantic-flex-map-keywords)
6071 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
6072 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
6073 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
6074 (semantic-after-idle-scheduler-reparse-hooks):
6075 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
6076 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
6077 * cedet/semantic.el (semantic-toplevel-bovine-table)
6078 (semantic-toplevel-bovine-cache)
6079 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
6080 (semantic-init-mode-hooks, semantic-init-db-hooks)
6081 (semantic-bovination-working-type): Provide the `when' arg.
6082
6083 2009-10-24 Karl Fogel <kfogel@red-bean.com>
6084
6085 * bookmark.el: Update documentation, especially documentation
6086 of `bookmark-alist' and of the bookmark file format.
6087 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
6088
6089 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
6090
6091 * mail/emacsbug.el (report-emacs-bug): Clarify that the
6092 keybindings apply to the mail buffer (Bug#4003). Shrink help
6093 window to buffer.
6094
6095 * whitespace.el (whitespace-mode, whitespace-newline-mode)
6096 (global-whitespace-mode, global-whitespace-newline-mode)
6097 (whitespace-toggle-options, global-whitespace-toggle-options):
6098 Doc fix (Bug#3660).
6099
6100 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
6101 of xmltok-start before the end tag was inserted (Bug#2840).
6102
6103 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6104 patterns that are preceded by an open-paren (Bug#1320).
6105
6106 2009-10-24 Sven Joachim <svenjoac@gmx.de>
6107
6108 * files.el (delete-directory): Delete symlinks to directories with
6109 delete-file (Bug#4739).
6110
6111 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
6112
6113 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
6114 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
6115 argument to make-obsolete.
6116
6117 * cedet/semantic/fw.el (semantic-alias-obsolete)
6118 (semantic-varalias-obsolete): Add optional WHEN argument.
6119
6120 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
6121
6122 * vc.el (vc-backend-for-registration): Rename from
6123 vc-get-backend-for-registration. Update callers.
6124
6125 * international/mule-cmds.el (set-language-info-alist):
6126 Purecopy lang-env.
6127 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
6128 (charset): Purecopy the name.
6129 (define-char-code-property): Purecopy string arguments.
6130
6131 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6132 Purecopy string arguments.
6133
6134 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6135 * ediff-hook.el (menu-bar-ediff-menu):
6136 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
6137 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
6138
6139 2009-10-24 Glenn Morris <rgm@gnu.org>
6140
6141 * comint.el (comint-dynamic-list-completions):
6142 * term.el (term-dynamic-list-completions): Use choose-completion rather
6143 than obsolete alias mouse-choose-completion.
6144
6145 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
6146 file-cache-choose-completion.
6147 (file-cache-choose-completion): Handle an optional event argument.
6148 (file-cache-mouse-choose-completion): Make it an obsolete alias.
6149
6150 * progmodes/octave-mod.el (octave-complete-symbol):
6151 Use choose-completion if mouse-choose-completion is ever removed.
6152
6153 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
6154 use.
6155
6156 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
6157 compiler.
6158
6159 * vc-hooks.el (vc-responsible-backend): Fix declaration.
6160
6161 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6162
6163 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
6164 Ignore `pred' now that we receive one.
6165 Handle test-completion specially.
6166
6167 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6168
6169 * vc.el (vc-responsible-backend): Throw an error if not backend is
6170 found. Remove the REGISTER argument. Move the code dealing with
6171 REGISTER ...
6172 (vc-get-backend-for-registration): ... here. New function.
6173 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
6174 of vc-responsible-backend, pass the file name instead of the
6175 directory name.
6176
6177 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6178
6179 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
6180 New funs.
6181 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
6182 (pcomplete-comint-setup): Don't modify a global var via
6183 accidental side-effects.
6184 (pcomplete-shell-setup): Adjust call accordingly.
6185 (pcomplete-parse-comint-arguments): Use push.
6186
6187 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
6188
6189 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6190 Allow uncapitalized info node names (Bug#3921).
6191
6192 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
6193 to the DEBUG file (Bug#3781).
6194
6195 2009-10-23 Jari Aalto <jari.aalto@cante.net>
6196
6197 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
6198 dictionary entry (Bug#4579).
6199
6200 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
6201
6202 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
6203 from `rfn-eshadow-update-overlay-hook' when unloading.
6204 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
6205 "rsyncc". Adjust doc string.
6206 (tramp-temp-buffer-file-name): New buffer-local defvar.
6207 (tramp-handle-insert-file-contents, tramp-handle-write-region):
6208 Keep temporary file when indicated by method ("rsync" and
6209 "rsyncc").
6210 (tramp-handle-write-region): Handle APPEND.
6211 (tramp-delete-temp-file-function): New defun. Added to
6212 `kill-buffer-hook'.
6213
6214 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
6215
6216 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
6217
6218 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6219
6220 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
6221 (color-name-rgb-alist, tty-standard-colors)
6222 (tty-color-mode-alist): Change to defconst.
6223
6224 * simple.el (mark-inactive): Purecopy message.
6225
6226 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
6227 (global-map, yank-menu):
6228 * textmodes/ispell.el (ispell-menu-map):
6229 * net/eudc.el (eudc-tools-menu):
6230 * international/mule-cmds.el (describe-language-environment-map)
6231 (setup-language-environment-map, set-coding-system-map)
6232 (mule-menu-keymap):
6233 * vc-hooks.el (vc-menu-entry, vc-menu-map):
6234 * replace.el (occur-mode-map):
6235 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
6236
6237 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
6238
6239 * calc/calc.el (math-read-number, math-read-number-simple): Use
6240 `save-match-data'.
6241
6242 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6243
6244 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
6245 rather than fiddling with global-map bindings, since it should only
6246 affect per-terminal settings.
6247 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
6248
6249 * minibuffer.el (completion-table-with-terminator): Allow to specify
6250 the terminator-regexp.
6251
6252 * simple.el (switch-to-completions): Look for *Completions* in other
6253 frames as well.
6254
6255 * pcomplete.el: Allow the use of completion-tables.
6256 (pcomplete-std-complete): New command.
6257 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
6258 (pcomplete--here): Use a function for `form' rather than an expression,
6259 so it can be byte-compiled.
6260 (pcomplete-here, pcomplete-here*): Adjust accordingly.
6261 Add edebug declaration.
6262 (pcomplete-show-completions): Remove unused var `curbuf'.
6263 (pcomplete-do-complete, pcomplete-stub):
6264 Don't assume `completions' is a list of strings any more.
6265
6266 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
6267
6268 * find-dired.el (find-name-arg): Fix typo in docstring.
6269
6270 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6271
6272 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
6273 (pcmpl-linux-fs-types): Same, and update to new modules layout.
6274
6275 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
6276 pcomplete-entries.
6277
6278 * comint.el (comint-read-input-ring, comint-write-input-ring)
6279 (comint-substitute-in-file-name)
6280 (comint-dynamic-complete-as-filename)
6281 (comint-dynamic-simple-complete)
6282 (comint-dynamic-list-filename-completions)
6283 (comint-dynamic-list-completions)
6284 (comint-redirect-results-list-from-process): Minor simplifications.
6285
6286 2009-10-21 Kevin Ryde <user42@zip.com.au>
6287
6288 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6289 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
6290 the first form. And insert a blank line after ";;; Code" since
6291 that's usual style. (Bug#4612)
6292
6293 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
6294
6295 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6296
6297 * minibuffer.el (completion-table-with-terminator): Properly implement
6298 boundaries, in case `terminator' appears in the suffix.
6299 (completion--embedded-envvar-table): Don't return boundaries if
6300 there's no valid completion. Simplify.
6301 (completion-file-name-table): New completion table extracted from
6302 completion--file-name-table.
6303 (completion--file-name-table): Use it.
6304 (read-file-name-predicate): Declare obsolete.
6305 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
6306 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
6307 completion-file-name-table, and use the `pred' argument.
6308 * files.el (locate-file-completion-table): Use the `pred' arg rather
6309 than read-file-name-predicate.
6310 (abbreviate-file-name): Use \` rather than ^ for BOS.
6311
6312 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
6313
6314 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
6315 vc-responsible-backend to register, it causes problems.
6316
6317 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6318
6319 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
6320
6321 2009-10-21 Eric Ludlam <zappo@gnu.org>
6322
6323 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
6324 (semantic-c-debug-mode-init-pch): New functions.
6325 (semantic-c-debug-mode-init-last-mode): New var.
6326 (semantic-c-parse-lexical-token): Use them.
6327
6328 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
6329 When extracting the argument list, limit only by point-max.
6330
6331 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
6332
6333 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
6334 (tramp-smb-handle-file-attributes): Use it.
6335 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
6336 (tramp-smb-handle-insert-directory): Use `mapc' rather than
6337 `mapcar'. Use `tramp-smb-get-stat-capability'.
6338 Add `dired-filename' text properties.
6339 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
6340 (tramp-smb-maybe-open-connection): Simplify check for smbclient
6341 version.
6342
6343 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6344
6345 * subr.el (read-key-delay): Reduce to 0.01.
6346 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
6347 (bug#4751).
6348
6349 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6350
6351 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
6352
6353 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
6354 (Info-menu): Remove unused vars `last' and `completions'.
6355 (Info-index-nodes): Remove unused var `node'.
6356
6357 * info.el (Info-complete-menu-item): Use complete-with-action.
6358
6359 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6360
6361 Make vc-annotate work through copies and renames.
6362 * vc-annotate.el (vc-annotate-extract-revision-at-line):
6363 Return the file name too.
6364 (vc-annotate-revision-at-line)
6365 (vc-annotate-find-revision-at-line)
6366 (vc-annotate-revision-previous-to-line)
6367 (vc-annotate-show-log-revision-at-line): Update to get the file
6368 name from vc-annotate-extract-revision-at-line.
6369 (vc-annotate-show-diff-revision-at-line-internal): Change the
6370 argument to mean whether to show a file diff or not. Get the file
6371 name from vc-annotate-extract-revision-at-line.
6372 (vc-annotate-show-diff-revision-at-line):
6373 Update vc-annotate-show-diff-revision-at-line call.
6374 (vc-annotate-warp-revision): Add an optional file argument.
6375
6376 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
6377 (vc-git-annotate-extract-revision-at-line): Also return the file
6378 name if found.
6379
6380 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
6381 command. Remove unused code.
6382 (vc-hg-annotate-re): Update to match --follow output.
6383 (vc-hg-annotate-extract-revision-at-line): Also return the file
6384 name if found.
6385
6386 * vc.el: Update annotate-extract-revision-at-line documentation.
6387
6388 2009-10-18 Kevin Ryde <user42@zip.com.au>
6389
6390 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
6391 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
6392
6393 * net/browse-url.el (browse-url): Identify alist with "consp and
6394 not functionp" and let all other things go down the `apply' leg,
6395 as suggested by Stefan. (Further to bug#4531.)
6396
6397 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
6398
6399 * minibuffer.el (read-file-name): Check for repeat before putting
6400 a default argument in file-name-history (Bug#4657).
6401
6402 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
6403 read syntax (Bug#4737).
6404
6405 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
6406
6407 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6408
6409 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
6410 (html-tag-alist, html-tag-help): Add descriptions for undocumented
6411 entries and make note of obsolete tags.
6412
6413 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6414
6415 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
6416
6417 2009-10-18 Glenn Morris <rgm@gnu.org>
6418
6419 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
6420 grep, so that binary files (eg international/uni-bidi.el) can match.
6421 Remove test for "UnicodeData" files, since it is hopefully unnecessary
6422 now, and in any case the file header format has changed.
6423
6424 2009-10-17 Glenn Morris <rgm@gnu.org>
6425
6426 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
6427 (flyspell-get-word, flyspell-large-region)
6428 (flyspell-auto-correct-previous-word): Doc/error message fixes.
6429
6430 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
6431
6432 * Makefile.in (ELCFILES): Add ede/shell.
6433
6434 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
6435
6436 * term/common-win.el (x-colors): Purecopy it.
6437
6438 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6439
6440 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
6441 permissive for when the buffer is empty.
6442 (tar-header-block-tokenize): Decode the username and groupname.
6443 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
6444
6445 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
6446
6447 * cedet/srecode/srt.el:
6448 * cedet/srecode/compile.el:
6449 * cedet/semantic/mru-bookmark.el:
6450 * cedet/semantic/debug.el:
6451 * cedet/semantic/complete.el:
6452 * cedet/semantic/analyze.el: Require CL when compiling.
6453
6454 2009-10-17 Eric Ludlam <zappo@gnu.org>
6455
6456 * cedet/semantic/scope.el
6457 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
6458 tmpscope so that the regular scope will continue to work.
6459
6460 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
6461 Use semantic-idle-summary-highlight-face as the highlighting.
6462
6463 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
6464 contains multibyte characters, choose first applicable coding
6465 system automatically.
6466
6467 * cedet/ede/project-am.el (project-run-target): New method.
6468 (project-run-target): New method.
6469
6470 * cedet/ede.el (ede-target): Add run target menu item.
6471 (ede-project, ede-minor-keymap): Add ede-run-target binding.
6472 (ede-run-target): New function.
6473 (ede-target::project-run-target): New method.
6474
6475 * cedet/ede/proj.el (project-run-target): New method.
6476
6477 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
6478 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
6479 Add :rules.
6480 (ede-proj-target-makefile-shared-object): Only libtool compilers
6481 now available. Add linkers for libtool.
6482 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
6483 (ede-proj-makefile-target-name): Always use .la extension.
6484
6485 * cedet/ede/proj-prog.el (project-run-target): New method.
6486
6487 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
6488 (ede-g++-linker): Change Change link lines.
6489
6490 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
6491 When searching for old variables, go to the end of the buffer and
6492 search backward from there.
6493 (ede-proj-makefile-automake-insert-subdirs)
6494 (ede-proj-makefile-automake-insert-extradist): New methods.
6495 (ede-proj-makefile-create): Use them.
6496
6497 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
6498 Force FILE to expand to the current target. Use file-exists-p to
6499 check that it exists.
6500
6501 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
6502 (ede-linux-load): Wrap dir in file-name-as-directory.
6503 Set :version slot.
6504
6505 * cedet/ede/files.el (ede-get-locator-object): When enabling
6506 locate, do so on "top".
6507
6508 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
6509 file-name-as-directory during compare.
6510 (ede-emacs-version): Return Emacs/XEmacs differentiator.
6511 Get version number from different places. Don't call egrep.
6512 (ede-emacs-load): Set :version slot. Call file-name-as-directory
6513 to set the directory.
6514
6515 * cedet/ede/shell.el: New file.
6516
6517 * cedet/inversion.el (inversion-decoders): Allow for stray . in
6518 alpha/beta variants.
6519
6520 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6521
6522 * international/mule-cmds.el (select-safe-coding-system): If the file
6523 has a coding cookie, use it regardless of any other setting (bug#4712).
6524
6525 2009-10-17 Glenn Morris <rgm@gnu.org>
6526
6527 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
6528 All errors should have messages.
6529
6530 * foldout.el (foldout-mouse-swallow-events):
6531 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6532
6533 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6534 (dired-keep-marker-copy, dired-keep-marker-hardlink)
6535 (dired-keep-marker-symlink, dired-dwim-target)
6536 (dired-copy-preserve-time): Do not autoload these defcustoms.
6537
6538 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6539 messages from messing up the file coding. (Bug#4623)
6540
6541 2009-10-17 Jari Aalto <jari.aalto@cante.net>
6542
6543 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6544 if no match is found for the current dictionary. (Bug#4578)
6545
6546 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
6547 optional, since that is how it is documented, and this is often called
6548 with a nil argument. (Bug#4577)
6549 (flyspell-external-point-words, flyspell-auto-correct-word)
6550 (flyspell-correct-word-before-point, flyspell-word-search-forward)
6551 (flyspell-word-search-backward): Remove nil argument in calls to
6552 flyspell-get-word, since it is not needed now.
6553
6554 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
6555
6556 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
6557
6558 2009-10-16 Glenn Morris <rgm@gnu.org>
6559
6560 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
6561
6562 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
6563
6564 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
6565 (ange-ftp-file-size): New function.
6566 (ange-ftp-file-attributes): Use it.
6567
6568 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
6569
6570 * net/tramp-smb.el (tramp-smb-version): New defvar.
6571 (tramp-smb-maybe-open-connection): Use it, in order to avoid
6572 repeated checks.
6573
6574 2009-10-16 Glenn Morris <rgm@gnu.org>
6575
6576 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6577 Maybe copy some custom properties from old to new name. (Bug#4706)
6578
6579 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
6580
6581 * subr.el (error, sit-for, start-process-shell-command)
6582 (start-file-process-shell-command): Set the calling convention
6583 after the function definition.
6584
6585 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
6586
6587 * subr.el (error, sit-for, start-process-shell-command)
6588 (start-file-process-shell-command): Use the new
6589 set-advertised-calling-convention feature.
6590
6591 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
6592
6593 * international/ucs-normalize.el (ucs-normalize-version):
6594 Change to 1.2.
6595 (check-range): Adjust for Unicode 5.2.
6596
6597 2009-10-15 Juri Linkov <juri@jurta.org>
6598
6599 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6600 to the `menu-item' format.
6601
6602 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
6603
6604 * net/tramp.el (tramp-replace-environment-variables): Do not fail
6605 if the environment variable does not exist.
6606
6607 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6608 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6609 parameter.
6610 (tramp-smb-handle-add-name-to-file)
6611 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6612 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6613 (tramp-smb-handle-file-attributes)
6614 (tramp-smb-do-file-attributes-with-stat)
6615 (tramp-smb-handle-file-local-copy)
6616 (tramp-smb-handle-insert-directory)
6617 (tramp-smb-handle-make-directory)
6618 (tramp-smb-handle-make-directory-internal)
6619 (tramp-smb-handle-make-symbolic-link)
6620 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6621 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6622 (tramp-smb-maybe-open-connection): Apply the changed parameters.
6623 (tramp-smb-read-file-entry): Read Disk names in compressed format.
6624 Handle long file names.
6625 (tramp-smb-get-cifs-capabilities): Check, whether the connection
6626 process is running.
6627 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6628 Read share names with "-g" option.
6629
6630 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
6631
6632 * net/rcirc.el (rcirc-view-log-file): New command.
6633 (rcirc-track-minor-mode-map): Remove C-c ` binding.
6634 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6635 specified.
6636
6637 2009-10-15 Glenn Morris <rgm@gnu.org>
6638
6639 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6640 from the second command-line argument.
6641 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6642 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6643 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6644 w32-batch-update-autoloads.
6645 * emacs-lisp/autoload.el (autoload-make-program): New variable.
6646 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6647
6648 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6649 the headers cannot be located. Simplify, subtracting superflous
6650 save-excursions.
6651
6652 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
6653
6654 Replace completion-base-size by completion-base-position to fix bugs
6655 such as (bug#4699).
6656 * simple.el (completion-base-position): New var.
6657 (completion-base-size): Mark as obsolete.
6658 (choose-completion): Make it work for mouse events as well.
6659 Pass the new base-position to choose-completion-string.
6660 (choose-completion-guess-base-position): New function, extracted from
6661 choose-completion-delete-max-match.
6662 (choose-completion-delete-max-match): Use it. Make obsolete.
6663 (choose-completion-string): Use the new base-position info.
6664 (completion-root-regexp): Delete.
6665 (completion-setup-function): Preserve completion-base-position.
6666 Eliminate obsolete base-size manipulation.
6667 * minibuffer.el (display-completion-list): Don't mess with base-size.
6668 (minibuffer-completion-help): Set completion-base-position instead.
6669 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6670 choose-completion.
6671 * textmodes/bibtex.el (bibtex-complete):
6672 * emacs-lisp/crm.el (crm--choose-completion-string):
6673 Adjust to new calling convention.
6674 * complete.el (partial-completion-mode): Use minibufferp to avoid
6675 bumping into incompatible change to choose-completion-string-functions.
6676 * ido.el (ido-choose-completion-string): Make its calling convention
6677 more permissive.
6678 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6679 base-size manipulation.
6680 (comint-dynamic-list-input-ring): Use dotimes and push.
6681 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6682 fundamental-mode. Use `or'.
6683
6684 2009-10-14 Juri Linkov <juri@jurta.org>
6685
6686 * misearch.el (multi-isearch-next-buffer-from-list)
6687 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
6688
6689 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6690
6691 * Makefile.in (compile-onefile): Load `bytecomp' rather than
6692 `bytecomp.el'.
6693
6694 * minibuffer.el (completion-pcm--merge-completions): Make sure the
6695 string we return is all made up of text from the completions rather
6696 than part from the completions and part from the input (bug#4219).
6697
6698 * ido.el (ido-everywhere): Use define-minor-mode.
6699
6700 * buff-menu.el (list-buffers, ctl-x-map):
6701 Mark the entry points with ;;;###autoload cookies.
6702
6703 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
6704
6705 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6706 correctly in the detached head case.
6707 (vc-git-print-log): Remove unused binding.
6708
6709 * vc.el (vc-responsible-backend): When a directory is passed for
6710 for registration create a VC repository if no backend is
6711 responsible for the directory argument.
6712 (vc-deduce-fileset): Tell vc-responsible-backend to register.
6713
6714 * vc.el: Move comments about RCS and SCCS ...
6715 * vc-rcs.el:
6716 * vc-sccs.el: ... here, respectively.
6717
6718 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6719
6720 * minibuffer.el (completion--file-name-table): Return nil if there's
6721 no file completion, even if substitute-in-file-name changed
6722 the string (bug#4708).
6723
6724 2009-10-13 Juri Linkov <juri@jurta.org>
6725
6726 * files-x.el (read-file-local-variable-value): Don't filter out
6727 minor modes from mode name completion (bug#4664).
6728
6729 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
6730
6731 * international/mule-cmds.el (ucs-names): Remove exclusion of
6732 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6733
6734 2009-10-13 Kenichi Handa <handa@m17n.org>
6735
6736 * international/uni-name.el: Regenerated.
6737
6738 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
6739
6740 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
6741 should be automatically buffer-local, but isn't.)
6742
6743 2009-10-12 Sam Steingold <sds@gnu.org>
6744
6745 * progmodes/compile.el (compilation-next-error-function): Fix the
6746 timestamps if the buffer has been visited before.
6747 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6748 non-anchored patterns, like the perl one (bug#3928).
6749
6750 2009-10-12 Glenn Morris <rgm@gnu.org>
6751
6752 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6753 Let-bind `size'.
6754
6755 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
6756
6757 * proced.el (proced-unload-function): New function.
6758
6759 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6760 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6761 Doc fix.
6762
6763 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6764
6765 2009-10-11 Juri Linkov <juri@jurta.org>
6766
6767 * files-x.el (read-file-local-variable-value):
6768 Provide default value only for bound variables (bug#4664).
6769
6770 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
6771
6772 * net/tramp.el (tramp-local-host-p): Function shall return nil for
6773 connection methods like smb.
6774
6775 * net/tramp-cache.el (tramp-flush-connection-property): The hash
6776 can be empty.
6777
6778 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6779 (tramp-smb-file-name-handler-alist): Add handlers for
6780 `add-name-to-file', `make-symbolic-link'.
6781 (tramp-smb-handle-add-name-to-file)
6782 (tramp-smb-do-file-attributes-with-stat)
6783 (tramp-smb-handle-make-symbolic-link)
6784 (tramp-smb-get-cifs-capabilities): New defuns.
6785 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6786 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6787 (tramp-smb-handle-file-local-copy)
6788 (tramp-smb-handle-make-directory-internal)
6789 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6790 The file name syntax depends on cifs capabilities.
6791 (tramp-smb-handle-file-attributes):
6792 Call `tramp-smb-do-file-attributes-with-stat' if possible.
6793 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6794 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
6795
6796 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
6797
6798 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6799 (eieio-defclass): Apply deftype handler and setf-method properties
6800 directly.
6801 (eieio-add-new-slot): Avoid union function from cl library.
6802 (eieio--typep): New function.
6803 (eieio-perform-slot-validation): Use it.
6804
6805 2009-10-10 Karl Fogel <kfogel@red-bean.com>
6806
6807 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6808 Update documentation to refer to the variables documented in r1.135.
6809 (Bug#4188)
6810
6811 2009-10-10 Karl Fogel <kfogel@red-bean.com>
6812
6813 * bookmark.el (Info-suffix-list): Remove this unused variable.
6814 (bookmark-current-point): Remove this obsolete variable.
6815 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6816 Adjust for removal of bookmark-current-point.
6817
6818 (bookmarks-already-loaded, bookmark-current-buffer)
6819 (bookmark-yank-point): Document. (Bug#4188)
6820
6821 2009-10-10 Glenn Morris <rgm@gnu.org>
6822
6823 * frame.el (frame-height): Doc fix.
6824
6825 * calendar/calendar.el (calendar-split-width-threshold): New option.
6826 (calendar-basic-setup): Use calendar-split-width-threshold.
6827
6828 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
6829
6830 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
6831 Use .la for Automake.
6832
6833 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
6834
6835 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
6836 Use "autoreconf -i". Suggested by Andreas Schwab.
6837
6838 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
6839
6840 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6841 Ideographic Supplement" range (U+1F200..U+1F2FF).
6842
6843 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6844
6845 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
6846 since the list will have been rebuilt anyway. (Bug#4349)
6847
6848 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6849
6850 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
6851 (bookmark-bmenu-execute-deletions): Don't save here, as
6852 bookmark-delete will now do so if necessary.
6853 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
6854 (Bug#4348)
6855
6856 2009-10-09 Glenn Morris <rgm@gnu.org>
6857
6858 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6859
6860 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6861
6862 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6863 (bookmark-jump-other-window): Just invoke bookmark-jump with new
6864 argument now, so the two function's behaviors will match. (Bug#3645)
6865
6866 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
6867
6868 * cedet/ede/proj.el (project-make-dist, project-compile-project):
6869 Fix filename test.
6870 (ede-proj-dist-makefile): Use expand-file-name instead of concat
6871 to expand file names.
6872
6873 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
6874
6875 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
6876 (tramp-file-name-real-host, tramp-file-name-port):
6877 Apply `save-match-data'.
6878
6879 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6880 case both directories are remote.
6881 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
6882 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
6883
6884 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
6885
6886 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
6887 (ede-proj-target-makefile-objectcode): Use it.
6888
6889 * cedet/ede/source.el (ede-want-any-source-files-p)
6890 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
6891 Return search result. This error was introduced while merging.
6892
6893 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
6894
6895 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6896
6897 2009-10-07 Glenn Morris <rgm@gnu.org>
6898
6899 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6900 of concat.
6901
6902 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6903
6904 * files-x.el (read-file-local-variable): Include some
6905 non-user-variables in the completion table (bug#4664).
6906
6907 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
6908
6909 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6910 message.
6911
6912 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6913 (tramp-smb-file-name-handler-alist): Add handler for
6914 `copy-directory', `expand-file-name', `set-file-modes'.
6915 (tramp-smb-handle-copy-directory)
6916 (tramp-smb-handle-expand-file-name)
6917 (tramp-smb-handle-set-file-modes): New defuns.
6918 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6919 (tramp-smb-handle-file-attributes): Simplify check for retrieving
6920 entry.
6921 (tramp-smb-handle-insert-directory): Don't flush the cache.
6922 (tramp-smb-maybe-open-connection): Check for samba client and
6923 server versions.
6924
6925 2009-10-07 Eli Zaretskii <eliz@gnu.org>
6926
6927 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6928 to not error out of search for "^lisp=" fails.
6929
6930 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
6931
6932 * makefile.w32-in (WINS_UPDATES): New macro.
6933 (custom-deps, finder-data, autoloads): Use it.
6934
6935 2009-10-07 Glenn Morris <rgm@gnu.org>
6936
6937 * Makefile.in (autoloads): Revert previous change.
6938 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6939 the list of preloaded files passed on the command-line, get
6940 it from src/Makefile.
6941
6942 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6943 show the original buffer rather than a random one.
6944
6945 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
6946
6947 * help.el (describe-no-warranty): Place point in a slightly better
6948 position in the GPLv3 text.
6949
6950 2009-10-06 Sam Steingold <sds@gnu.org>
6951
6952 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6953 the comm attribute is present before calling regexp-quote.
6954
6955 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
6956
6957 * play/animate.el (animate-string): For good effect, make sure
6958 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6959
6960 * play/animate.el (animate-sequence, animate-birthday-present):
6961 * misc.el (butterfly): Don't set `indent-tabs-mode'.
6962
6963 2009-10-06 Glenn Morris <rgm@gnu.org>
6964
6965 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
6966
6967 * emacs-lisp/autoload.el (autoload-excludes): New variable.
6968 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
6969 (batch-update-autoloads): Process a string value of autoload-excludes,
6970 set during the build process.
6971 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
6972
6973 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
6974 inside with-parsed... macro so that `v' is defined.
6975
6976 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
6977 * progmodes/fortran.el (fortran-end-of-block)
6978 (fortran-beginning-of-block):
6979 Also push mark in the macro case.
6980
6981 * emerge.el (emerge-show-file-name):
6982 * calc/calc.el (calc-quit):
6983 * calc/calc-misc.el (calc-big-or-small):
6984 * calc/calc-graph.el (calc-graph-view):
6985 * calc/calc-ext.el (calc-reset):
6986 * calendar/calendar.el (calendar-basic-setup):
6987 Use window-full-height-p.
6988
6989 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
6990 header we don't understand, don't insert another. (Bug#4624)
6991 If changing mime charset, insert the new one in the right place.
6992
6993 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
6994
6995 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6996 (cal-tex-cursor-month): Correctly increment the end date for diary and
6997 holiday listing. (Bug#4626)
6998
6999 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7000
7001 * help-fns.el (describe-function-1): Don't burp if the function is not
7002 a symbol.
7003
7004 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
7005
7006 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
7007 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
7008 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
7009 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
7010
7011 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
7012 (eieio-default-superclass): Reflow docstrings.
7013 (this, class-option-assoc, defclass, eieio-class-un-autoload)
7014 (eieio-unbind-method-implementations, defmethod)
7015 (eieio-validate-slot-value, eieio-validate-class-slot-value)
7016 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
7017 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
7018 (eieio-slot-originating-class-p, eieio-slot-name-index)
7019 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
7020 (constructor, initialize-instance, no-next-method, object-print)
7021 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
7022 Fix typos in docstrings.
7023 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
7024 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
7025 (next-method-p): Doc fixes.
7026 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
7027 Fix typos in error messages.
7028 (eieio-defmethod): Fix typo in description of generic method.
7029
7030 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
7031 (eieio-persistent-save-interactive, slot-missing):
7032 Fix typos in docstrings.
7033 (eieio-instance-inheritor-slot-boundp): Doc fix.
7034
7035 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
7036 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
7037
7038 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
7039 (eieio-custom-object-apply-reset):
7040 Fix typos in docstrings and error messages.
7041
7042 * emacs-lisp/eieio-datadebug.el (data-debug-show):
7043 Fix typo in docstring.
7044
7045 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
7046 (eieio-browse-tree): Doc fix.
7047 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
7048 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
7049 Fix typos in docstrings.
7050
7051 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
7052 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
7053 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
7054 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
7055 Reflow docstrings.
7056
7057 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
7058
7059 * vc-hg.el (log-view-vc-backend): Declare for compiler.
7060 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
7061 Set log-view-vc-backend so that diff can work.
7062
7063 * log-view.el (log-view-diff): Use vc-diff-internal instead of
7064 vc-version-diff.
7065 (vc-diff-internal): Autoload this instead of vc-version-diff.
7066
7067 2009-10-05 Eli Zaretskii <eliz@gnu.org>
7068
7069 * simple.el (eval-expression): Doc fix.
7070
7071 * progmodes/cwarn.el (cwarn-mode): Doc fix.
7072
7073 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
7074
7075 * files.el (directory-files-no-dot-files-regexp): New defconst.
7076 (delete-directory): Use it.
7077 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
7078
7079 * net/tramp.el (tramp-verbose): Fix docstring.
7080 (tramp-methods): Add recursive option to `tramp-copy-args'.
7081 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
7082 "scp1_old", "scp2_old", "rsync", "rsyncc".
7083 (tramp-default-method): Check also for `auth-source-user-or-password'.
7084 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7085 Add handler for `copy-directory'.
7086 (tramp-handle-copy-directory): New defun.
7087 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
7088 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7089 Optimize sent command.
7090
7091 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7092
7093 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7094 window if necessary.
7095
7096 * calendar/calendar.el (calendar-basic-setup): Don't call
7097 switch-to-buffer in a dedicated window.
7098
7099 2009-10-05 Karl Fogel <kfogel@red-bean.com>
7100
7101 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
7102 don't do anything related to relocating, just return nil.
7103 (bookmark-error-no-filename): New error.
7104 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
7105 bookmark has no file. Don't even attempt to handle things that
7106 are not files; the whole point of custom handlers is to keep that
7107 knowledge elsewhere anyway. Tighten some comments.
7108 (bookmark-file-or-variation-thereof): Remove now-unused function.
7109 (bookmark-location): Doc string fix.
7110 (Bug#4250)
7111
7112 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7113
7114 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7115 don't use a file dialog, because they usually don't know how to read
7116 a directory target from the user. (Bug#4230)
7117 Also, make sure the prompt can display directories as well as files.
7118
7119 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7120
7121 * bookmark.el (bookmark-set, bookmark-buffer-name):
7122 Improve doc strings. (Bug#1193)
7123
7124 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7125
7126 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7127 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7128 (bookmark-get-annotation, bookmark-set-annotation)
7129 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7130 (bookmark-set-position, bookmark-get-front-context-string)
7131 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7132 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7133 (bookmark-jump-other-window, bookmark-handle-bookmark)
7134 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7135 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7136 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
7137 Improve doc strings to say whether bookmark can be a string or
7138 a record or both, and make other consistency and clarity fixes.
7139 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7140 (bookmark-default-annotation-text, bookmark-yank-word)
7141 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7142 (bookmark-import-new-list, bookmark-maybe-rename)
7143 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7144 (bookmark-bmenu-bookmark): Give these doc strings.
7145 (bookmark-bmenu-check-position): Give this a doc string, but also
7146 add a FIXME comment about how the function may be pointless.
7147 (bookmark-default-handler): Rework doc string and change a
7148 parameter name, to clarify that this takes a bookmark record
7149 not a bookmark name.
7150 (bookmark-set): Change a parameter name to indicate its meaning,
7151 and improve the doc string a bit.
7152 (Bug#4188)
7153
7154 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7155
7156 * bookmark.el (bookmark-alist): Document the new `handler' element
7157 in the param alist.
7158 (bookmark-make-record-function): Adjust documentation for above.
7159 (Bug#4193)
7160
7161 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7162
7163 * info.el (Info-bookmark-make-record): Document this function.
7164 (Info-bookmark-jump): Document with a doc string, not just a comment.
7165 (Bug#4203)
7166
7167 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
7168
7169 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
7170 (semantic-new-buffer-fcn): Call parser setup functions here.
7171 (semantic-mode): Don't call parser setup functions here, it's done
7172 in semantic-new-buffer-fcn now.
7173 (semantic-mode): Parse all existing buffers when enabled.
7174
7175 * cedet/srecode/compile.el (srecode-compile-file):
7176 Call semantic-new-buffer-fcn if the buffer has not been parsed.
7177
7178 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
7179
7180 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
7181
7182 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
7183 (proj-comp-insert-variable-once): New macro, renamed from
7184 ede-pmake-insert-variable-once in ede/pmake.edl.
7185 (ede-proj-makefile-insert-variables): Use it.
7186
7187 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
7188
7189 * files.el (copy-directory): New defun.
7190
7191 * dired-aux.el (dired-copy-file-recursive): Use it.
7192
7193 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7194
7195 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7196 (makefile-end-of-command):
7197 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7198 (semantic-end-of-context): Fix previous change. Doc fixes.
7199
7200 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7201
7202 * files-x.el (modify-dir-local-variable)
7203 (copy-dir-locals-to-file-locals-prop-line):
7204 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7205 (makefile-end-of-command):
7206 * cedet/semantic/lex.el (semantic-lex-token):
7207 * cedet/semantic/analyze/fcn.el
7208 (semantic-analyze-dereference-metatype-1):
7209 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
7210 (semantic-lex-cpp-undef):
7211 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
7212 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7213 (semantic-end-of-context): Fix typos in docstrings.
7214
7215 * recentf.el (recentf-unload-function): New function.
7216
7217 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
7218
7219 * cedet/ede.el (ede-project-placeholder-cache-file):
7220 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
7221 * cedet/srecode/map.el (srecode-map-save-file):
7222 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
7223
7224 2009-10-04 Glenn Morris <rgm@gnu.org>
7225
7226 * window.el (window-full-height-p): Add doc string.
7227
7228 2009-10-04 Martin Rudalics <rudalics@gmx.at>
7229
7230 * window.el (window-full-height-p): New function. (Bug#4543)
7231
7232 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
7233
7234 * cedet/srecode/insert.el: Require srecode/args.
7235
7236 * cedet/srecode/args.el: Require srecode/dictionary instead of
7237 srecode/insert.
7238
7239 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
7240
7241 * files.el (auto-mode-alist): Add .srt and Project.ede.
7242
7243 * cedet/semantic.el (semantic-mode):
7244 Handle srecode-template-mode-hook as well.
7245 (semantic-mode): Use js-mode-hook for Javascript hook.
7246
7247 * cedet/srecode/template.el: Remove hook variable.
7248
7249 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
7250
7251 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
7252 projects exist.
7253 (ede-project-placeholder-cache-file): Default to a file in
7254 user-emacs-directory.
7255
7256 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
7257 templates in data-directory.
7258 (srecode-map-save-file): Default to a file in user-emacs-directory.
7259
7260 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
7261 directory.
7262
7263 2009-09-30 Eric Ludlam <zappo@gnu.org>
7264
7265 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
7266 Doc fix.
7267
7268 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
7269 Only insert each variable once.
7270
7271 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
7272 (ede-pmake-insert-variable-shared): Use it.
7273
7274 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
7275 for lexical table iff table is nil.
7276
7277 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
7278
7279 * vc.el: Remove commented out code.
7280 (vc-derived-from-dir-mode): Remove, unused.
7281 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7282
7283 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
7284
7285 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7286 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
7287 there could be recursive loading when `default-directory' is a
7288 remote file name. (Bug#4614)
7289
7290 2009-10-03 Glenn Morris <rgm@gnu.org>
7291
7292 * calendar/calendar.el (calendar-basic-setup): Handle the case where
7293 the frame is wide.
7294 (calendar-generate-window): Test for shrinkability rather than width.
7295
7296 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
7297 declaration, currently false.
7298
7299 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7300 reusing existing buffers, in case we happen to visit two files with the
7301 same basename. (Bug#4593)
7302
7303 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7304
7305 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
7306 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7307 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7308 subdirs of cedet as well.
7309 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
7310
7311 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7312
7313 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7314 Obey advertised-signature-table.
7315
7316 * help-fns.el (help-function-arglist): Don't check
7317 advertised-signature-table.
7318 (describe-function-1): Do it here instead so it also applies to subrs.
7319
7320 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
7321
7322 * simple.el (start-file-process): Say in the doc-string, that file
7323 handlers might not support pty association, if PROGRAM is nil.
7324
7325 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7326 HOST and USER are strings. They are nil, when there are
7327 incomplete entries in ~/.netrc, for example.
7328 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
7329 root directory ("device busy" error otherwise).
7330
7331 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7332 Flush file properties of created directory.
7333
7334 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7335
7336 * makefile.w32-in (WINS_BASIC): Remove cedet.
7337 (WINS_CEDET): Add cedet.
7338 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7339
7340 2009-10-02 Kevin Ryde <user42@zip.com.au>
7341
7342 * net/browse-url.el (browse-url): Pass any symbol in
7343 browse-url-browser-function to `apply', since if you've mistakenly put
7344 an unbound symbol then the error is clearer. (Bug#4531)
7345
7346 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7347
7348 * allout.el (allout-init, allout-back-to-current-heading)
7349 (allout-beginning-of-current-entry, allout-ascend-to-depth)
7350 (allout-ascend, allout-up-current-level, allout-end-of-level)
7351 (allout-previous-visible-heading, allout-forward-current-level)
7352 (allout-backward-current-level, allout-show-children):
7353 * apropos.el (apropos-describe-plist):
7354 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7355 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7356 * completion.el (add-completion, add-permanent-completion):
7357 * descr-text.el (describe-text-category, describe-char):
7358 * desktop.el (desktop-lazy-abort):
7359 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7360 * dired.el (dired-build-subdir-alist):
7361 * ediff.el (ediff-version):
7362 * elide-head.el (elide-head, elide-head-show):
7363 * emerge.el (emerge-version):
7364 * env.el (getenv):
7365 * face-remap.el (variable-pitch-mode):
7366 * faces.el (describe-face):
7367 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7368 (dired-at-point):
7369 * files.el (find-file-existing, auto-save-mode):
7370 * font-lock.el (font-lock-fontify-buffer):
7371 * help-fns.el (describe-function, describe-variable)
7372 (describe-syntax, describe-categories):
7373 * help.el (view-lossage, describe-bindings, describe-key)
7374 (describe-mode):
7375 * hexl.el (hexl-current-address):
7376 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
7377 * info.el (Info-goto-emacs-key-command-node):
7378 * log-edit.el (log-edit-insert-cvs-template)
7379 (log-edit-insert-cvs-rcstemplate):
7380 * menu-bar.el (menu-bar-mode):
7381 * mouse.el (mouse-appearance-menu):
7382 * newcomment.el (comment-indent-new-line):
7383 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
7384 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
7385 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
7386 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
7387 * recentf.el (recentf-mode):
7388 * savehist.el (savehist-mode, savehist-save):
7389 * shadowfile.el (shadow-copy-files):
7390 * simple.el (kill-ring-save, next-line, previous-line)
7391 (normal-erase-is-backspace-mode):
7392 * strokes.el (strokes-update-window-configuration)
7393 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
7394 (strokes-xpm-for-stroke):
7395 * time.el (emacs-uptime, emacs-init-time):
7396 * tutorial.el (tutorial--describe-nonstandard-key)
7397 (tutorial--detailed-help):
7398 * type-break.el (type-break-mode)
7399 (type-break-mode-line-message-mode, type-break-query-mode)
7400 (type-break-guesstimate-keystroke-threshold):
7401 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
7402 * version.el (emacs-version):
7403 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
7404 * winner.el (winner-mode):
7405 * calendar/timeclock.el (timeclock-in, timeclock-out)
7406 (timeclock-status-string, timeclock-change)
7407 (timeclock-workday-remaining-string)
7408 (timeclock-workday-elapsed-string)
7409 (timeclock-when-to-leave-string):
7410 * calendar/todo-mode.el (todo-add-category):
7411 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
7412 * emacs-lisp/autoload.el (update-file-autoloads):
7413 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
7414 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
7415 (checkdoc-message-text, checkdoc-defun):
7416 * emacs-lisp/debug.el (debugger-list-functions):
7417 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7418 * emacs-lisp/eieio-opt.el (eieio-describe-class)
7419 (eieio-describe-generic):
7420 * emacs-lisp/lisp-mnt.el (lm-synopsis):
7421 * emacs-lisp/shadow.el (list-load-path-shadows):
7422 * emulation/cua-base.el (cua-mode):
7423 * emulation/edt.el (edt-set-scroll-margins):
7424 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
7425 (tpu-toggle-regexp, tpu-toggle-search-direction)
7426 (tpu-toggle-rectangle, tpu-toggle-control-keys):
7427 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7428 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7429 (viper-set-parsing-style-toggling-macro)
7430 (viper-set-emacs-state-searchstyle-macros):
7431 * emulation/viper.el (viper-set-hooks):
7432 * eshell/esh-mode.el (eshell-truncate-buffer):
7433 * international/mule-cmds.el (prefer-coding-system)
7434 (describe-input-method, describe-language-environment):
7435 * international/mule-diag.el (list-character-sets)
7436 (describe-character-set, describe-coding-system)
7437 (describe-fontset, list-fontsets, list-input-methods):
7438 * mail/sendmail.el (mail-signature):
7439 * net/ange-ftp.el (ange-ftp-copy-file):
7440 * net/browse-url.el (browse-url):
7441 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
7442 * net/quickurl.el (quickurl-add-url):
7443 * net/rcirc.el (names, topic):
7444 * net/xesam.el (xesam-mode):
7445 * play/5x5.el (5x5-new-game):
7446 * play/yow.el (apropos-zippy):
7447 * progmodes/ada-mode.el (ada-mode-version):
7448 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
7449 (f90-end-of-block)
7450 (f90-beginning-of-block):
7451 * progmodes/fortran.el (fortran-end-of-block)
7452 (fortran-beginning-of-block):
7453 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
7454 * progmodes/python.el (python-describe-symbol, python-shell):
7455 * term/ns-win.el (ns-print-buffer):
7456 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
7457 * textmodes/flyspell.el (flyspell-mode-on):
7458 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
7459 (pages-directory-for-addresses):
7460 * textmodes/table.el (table-recognize-cell)
7461 (table-query-dimension, table-generate-source)
7462 (table-insert-sequence, table--warn-incompatibility):
7463 * textmodes/tex-mode.el (tex-validate-buffer):
7464 * textmodes/texinfmt.el (texinfmt-version)
7465 (texinfo-format-buffer):
7466 Use `called-interactively-p' instead of `interactive-p'.
7467
7468 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7469
7470 * image-mode.el (image-toggle-display):
7471 * emacs-lisp/elp.el (elp-instrument-function):
7472 * emacs-lisp/advice.el (ad-make-advised-definition):
7473 * emacs-lisp/easy-mmode.el (define-minor-mode):
7474 * net/browse-url.el (browse-url-maybe-new-window):
7475 * progmodes/sh-script.el (sh-learn-buffer-indent):
7476 Pass new argument 'any to `called-interactively-p'.
7477
7478 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
7479
7480 * international/uni-bidi.el:
7481 * international/uni-category.el:
7482 * international/uni-combining.el:
7483 * international/uni-comment.el:
7484 * international/uni-decimal.el:
7485 * international/uni-decomposition.el:
7486 * international/uni-digit.el:
7487 * international/uni-lowercase.el:
7488 * international/uni-mirrored.el:
7489 * international/uni-name.el:
7490 * international/uni-numeric.el:
7491 * international/uni-old-name.el:
7492 * international/uni-titlecase.el:
7493 * international/uni-uppercase.el:
7494 Regenerate from Unicode 5.2.0 data.
7495
7496 2009-10-01 Glenn Morris <rgm@gnu.org>
7497
7498 * Makefile.in (ELCFILES): Regenerate.
7499
7500 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7501
7502 * subr.el (interactive-p): Mark obsolete.
7503 (called-interactively-p): Make the optional-ness of `kind' obsolete.
7504 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
7505 advertised-signature-table for subroutines as well.
7506
7507 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
7508 (set-advertised-calling-convention): New function.
7509 (make-obsolete, define-obsolete-function-alias)
7510 (make-obsolete-variable, define-obsolete-variable-alias):
7511 Make the optional-ness of `when' obsolete.
7512 (define-obsolete-face-alias): Make `when' non-optional.
7513 * help-fns.el (help-function-arglist):
7514 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
7515 Use advertised-signature-table.
7516
7517 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
7518
7519 * files.el (delete-directory): New defun. The original function
7520 in fileio.c has been renamed to `delete-directory-internal'.
7521
7522 * dired.el (dired-delete-file): Call `delete-directory' with
7523 RECURSIVE parameter.
7524
7525 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
7526 parameter RECURSIVE. Implementation is missing.
7527
7528 * net/tramp.el (tramp-handle-make-directory): Flush upper
7529 directory's file properties.
7530 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
7531 (tramp-handle-dired-recursive-delete-directory): Flush directory
7532 properties after the remove command only.
7533
7534 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7535 Handle optional parameter RECURSIVE.
7536
7537 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7538 Handle optional parameter RECURSIVE.
7539
7540 * net/tramp-smb.el (tramp-smb-errors): Add error message for
7541 connection timeout.
7542 (tramp-smb-handle-delete-directory): Handle optional parameter
7543 RECURSIVE.
7544
7545 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7546
7547 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
7548 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
7549 (byte-compile-defmacro): Use backquotes.
7550
7551 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
7552
7553 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
7554 has no associated file.
7555 (vc-resynch-buffer): Use vc-dir-buffers.
7556
7557 2009-10-01 Glenn Morris <rgm@gnu.org>
7558
7559 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
7560 (chart-file-count):
7561 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
7562 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
7563 * emacs-lisp/eieio-opt.el (eieio-describe-class):
7564 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
7565 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
7566 (eieio-copy-parents-into-subclass, make-instance, class-children)
7567 (eieio-generic-form):
7568 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
7569 * cedet/cedet-idutils.el (cedet-idutils-search)
7570 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
7571 (cedet-idutils-version-check):
7572 * cedet/cedet.el (cedet-version):
7573 * cedet/data-debug.el (data-debug-insert-overlay-button)
7574 (data-debug-insert-overlay-list-button)
7575 (data-debug-insert-buffer-button)
7576 (data-debug-insert-buffer-list-button)
7577 (data-debug-insert-process-button, data-debug-insert-ring-button)
7578 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
7579 (data-debug-insert-stuff-vector-button)
7580 (data-debug-insert-symbol-button, data-debug-insert-string)
7581 (data-debug-insert-number, data-debug-insert-lambda-expression)
7582 (data-debug-insert-nil, data-debug-insert-simple-thing)
7583 (data-debug-insert-custom, data-debug-edebug-expr):
7584 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
7585 (global-ede-mode-map, ede-new, ede-debug-target)
7586 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
7587 * cedet/semantic.el (semantic-minimum-working-buffer-size)
7588 (semantic-fetch-tags, semantic-submode-list)
7589 (semantic-default-submodes):
7590 * cedet/ede/source.el (ede-source-match):
7591 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
7592 (project-am-package-info):
7593 * cedet/ede/proj.el (ede-proj-target, project-new-target):
7594 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
7595 * cedet/ede/proj-comp.el (ede-current-build-list):
7596 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
7597 * cedet/ede/files.el (ede-toplevel-project-or-nil):
7598 * cedet/ede/cpp-root.el (initialize-instance):
7599 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
7600 (autoconf-parameter-strip, autoconf-insert-new-macro):
7601 * cedet/semantic/wisent.el (wisent-lex-eoi):
7602 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
7603 (semantic-show-parser-state-mode):
7604 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
7605 * cedet/semantic/tag.el (semantic-tag-new-variable)
7606 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
7607 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
7608 (semantic--tag-deep-copy-tag-list)
7609 (semantic-tag-components-with-overlays-default):
7610 * cedet/semantic/symref.el (semantic-symref-find-text):
7611 * cedet/semantic/senator.el (senator-yank-tag)
7612 (senator-transpose-tags-up):
7613 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
7614 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
7615 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
7616 * cedet/semantic/lex.el (semantic-lex-comment-regex)
7617 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
7618 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
7619 * cedet/semantic/lex-spp.el
7620 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
7621 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
7622 * cedet/semantic/idle.el
7623 (semantic-idle-summary-current-symbol-info-brutish)
7624 (semantic-idle-summary-current-symbol-info-default):
7625 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
7626 (semantic--grammar-macro-compl-dict):
7627 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
7628 * cedet/semantic/format.el (semantic-format-tag-custom-list)
7629 (semantic-format-tag-canonical-name-default):
7630 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
7631 (semantic-find-tags-for-completion)
7632 (semantic-find-tags-by-scope-protection-default)
7633 (semantic-deep-find-tags-for-completion):
7634 * cedet/semantic/edit.el
7635 (semantic-edits-incremental-reparse-failed-hook)
7636 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
7637 (semantic-edits-splice-remove, semantic-edits-splice-replace):
7638 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
7639 * cedet/semantic/dep.el (semantic-dependency-include-path):
7640 * cedet/semantic/db.el (semanticdb-default-find-index-class)
7641 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
7642 (semanticdb-project-roots):
7643 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
7644 (semanticdb-find-adebug-insert-scanned-tag-cons)
7645 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
7646 (semanticdb-brute-deep-find-tags-for-completion):
7647 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
7648 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
7649 (semantic-end-of-context-default)
7650 (semantic-ctxt-current-function-default)
7651 (semantic-ctxt-scoped-types-default):
7652 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7653 (semantic-complete-inline-tag-engine)
7654 (semantic-complete-inline-custom-type)
7655 (semantic-complete-read-tag-analyzer):
7656 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
7657 (semantic-chart-database-size):
7658 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
7659 (semantic-analyze-current-context):
7660 * cedet/semantic/symref/list.el (semantic-symref)
7661 (semantic-symref-hide-buffer, semantic-symref-symbol):
7662 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
7663 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
7664 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
7665 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
7666 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
7667 (semantic-c-dereference-template):
7668 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
7669 (semantic--analyze-refs-full-lookup-with-parents)
7670 (semantic--analyze-refs-full-lookup-simple):
7671 * cedet/semantic/analyze/complete.el
7672 (semantic-analyze-possible-completions):
7673 * cedet/srecode/table.el (srecode-mode-table-new):
7674 * cedet/srecode/srt.el (srecode-read-variable-name):
7675 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
7676 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
7677 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
7678 * cedet/srecode/map.el (srecode-current-map):
7679 * cedet/srecode/insert.el (srecode-insert)
7680 (srecode-insert-variable-secondname-handler, srecode-insert-method)
7681 (srecode-template-inserter-point-override)
7682 (srecode-insert-include-lookup):
7683 * cedet/srecode/getset.el (srecode-auto-choose-class):
7684 * cedet/srecode/extract.el (srecode-inserter-extract):
7685 * cedet/srecode/document.el
7686 (srecode-document-autocomment-return-last-alist)
7687 (srecode-document-autocomment-param-type-alist)
7688 (srecode-document-insert-function-comment)
7689 (srecode-document-insert-variable-one-line-comment)
7690 (srecode-document-function-name-comment):
7691 * cedet/srecode/dictionary.el (srecode-create-dictionary)
7692 (srecode-compound-toString):
7693 * cedet/srecode/compile.el (srecode-flush-active-templates):
7694 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
7695 Doc/message fixes.
7696
7697 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7698 match-data. (Bug#4555).
7699
7700 * cedet/semantic/bovine/gcc.el
7701 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
7702 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
7703
7704 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7705 rather than parsing it as a regexp. This relaxes the layout
7706 requirements and makes errors easier to detect.
7707 (check-declare-verify): Check file is regular.
7708 (check-declare-directory): Doc fix.
7709 * subr.el (declare-function): Doc fix.
7710
7711 * ibuffer.el (ibuffer-format-qualifier):
7712 * isearch.el (hi-lock-regexp-okay):
7713 * calc/calc.el (math-zerop):
7714 * mail/uce.el (rmail-msgbeg, rmail-msgend):
7715 * term/w32-win.el (setup-default-fontset, set-fontset-font):
7716 Remove unused declarations.
7717
7718 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
7719
7720 * cedet/semantic/wisent/javat-wy.el
7721 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
7722
7723 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
7724
7725 * cedet/srecode/expandproto.el: Fix provide statement.
7726
7727 2009-09-30 Eric Ludlam <zappo@gnu.org>
7728
7729 * emacs-lisp/eieio.el (boolean-p): Delete.
7730
7731 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
7732
7733 * cedet/ede/srecode.el: Fix provide statement.
7734
7735 2009-09-30 Glenn Morris <rgm@gnu.org>
7736
7737 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
7738 * cedet/ede/proj-aux.el (ede-aux-source):
7739 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
7740 (ede-misc-source):
7741 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
7742 (semantic-mrub-switch-tags): Fix doc typos.
7743
7744 * cedet/semantic/db-global.el (data-debug-new-buffer)
7745 (data-debug-insert-thing): Remove unneeded declarations (one broken).
7746 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
7747
7748 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
7749
7750 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
7751 use of CL function `remove-if-not'.
7752
7753 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7754
7755 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7756 filename is not a string.
7757
7758 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
7759
7760 * files.el (safe-local-eval-forms): Fix typo.
7761
7762 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
7763
7764 * vc-hooks.el (vc-dir-buffers): New var.
7765 (vc-state-refresh): New function.
7766 (vc-state): Use it.
7767 (vc-after-save): Always ask the backend to recompute the new state.
7768 Always call vc-dir if necessary, using vc-dir-buffers.
7769 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7770 Use vc-dir-buffers.
7771 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7772 (vc-dir-prepare-status-buffer, vc-dir-update)
7773 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7774 Don't call expand-file-name on default-directory.
7775
7776 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7777
7778 * speedbar.el (speedbar-item-delete):
7779 * calc/calc-prog.el (calc-kbd-if):
7780 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7781
7782 * epa.el (epa-key-list-mode-map):
7783 * hi-lock.el (hi-lock-menu): Fix typos in menus.
7784
7785 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7786 (hs-show-hook): Fix typo in docstring.
7787
7788 2009-09-29 Glenn Morris <rgm@gnu.org>
7789
7790 * cedet/semantic/symref/idutils.el:
7791 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
7792
7793 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
7794
7795 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
7796 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
7797 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
7798 Mark declarations not understood by check-declare.
7799
7800 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7801 file-name-nondirectory call preventing location of cedet files.
7802 (check-declare-verify): Use literal search rather than re-search.
7803 Add basic defmethod and defclass, and define-overloadable-function.
7804
7805 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7806 Use tramp-compat-file-attributes rather than nonexistent
7807 tramp-compat-handle-file-attributes.
7808
7809 * Makefile.in (lisptagsfiles4): New.
7810 (AUTOGENEL): Add cedet loaddefs files.
7811 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7812 (update-elclist, compile-always, backup-compiled-files)
7813 (bootstrap-clean): Add yet another directory level.
7814 (update-elclist): Use LC_COLLATE rather than COLLATE.
7815 (ELCFILES): Update, via `make update-elclist'.
7816
7817 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7818
7819 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7820 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7821 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7822
7823 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
7824
7825 * Makefile.in (lisptagsfiles3): Define.
7826 (TAGS, TAGS-LISP): Use it.
7827 (update-elclist): Add third directory level to look for elc files.
7828 (compile-always): Likewise.
7829 (backup-compiled-files): Likewise.
7830 (bootstrap-clean): Likewise.
7831 (ELCFILES): Update.
7832
7833 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
7834
7835 * Makefile.in (ELCFILES): Add CEDET files.
7836
7837 2009-09-28 Eric Ludlam <zappo@gnu.org>
7838
7839 CEDET (development tools) package merged.
7840
7841 * cedet/*.el:
7842 * cedet/ede/*.el:
7843 * cedet/semantic/*.el:
7844 * cedet/srecode/*.el: New files.
7845
7846 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
7847
7848 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7849
7850 * net/tramp.el (top): Require tramp-imap.
7851
7852 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7853 Use `tramp-compat-handle-file-attributes'.
7854
7855 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
7856
7857 * net/tramp-imap.el: New package.
7858
7859 2009-09-28 Eric Ludlam <zappo@gnu.org>
7860
7861 * emacs-lisp/chart.el:
7862 * emacs-lisp/eieio-base.el:
7863 * emacs-lisp/eieio-comp.el:
7864 * emacs-lisp/eieio-custom.el:
7865 * emacs-lisp/eieio-datadebug.el:
7866 * emacs-lisp/eieio-opt.el:
7867 * emacs-lisp/eieio-speedbar.el:
7868 * emacs-lisp/eieio.el: New files.
7869
7870 * cedet/cedet-cscope.el:
7871 * cedet/cedet-files.el:
7872 * cedet/cedet-global.el:
7873 * cedet/cedet-idutils.el:
7874 * cedet/data-debug.el:
7875 * cedet/inversion.el:
7876 * cedet/mode-local.el:
7877 * cedet/pulse.el: New files.
7878
7879 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7880
7881 * whitespace.el (whitespace-trailing-regexp)
7882 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7883 Fix doc string.
7884
7885 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
7886
7887 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7888 menu.
7889
7890 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7891 menu-bar-ediff-menu.
7892
7893 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7894 define-overloadable-function.
7895
7896 * progmodes/autoconf.el: Provide autoconf as well, so that this
7897 file can be `require'd.
7898
7899 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7900
7901 * emacs-lisp/autoload.el (generated-autoload-feature)
7902 (generated-autoload-load-name): New vars.
7903 (autoload-rubric, autoload-generate-file-autoloads): Use them.
7904 (make-autoload): Recognize define-overloadable-function and
7905 defclass forms (for EIEIO).
7906
7907 * Makefile.in (update-subdirs): Exclude cedet directory.
7908
7909 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7910
7911 * term/ns-win.el: Don't set the region face background. (Bug#4381)
7912
7913 * faces.el: Default light-background background for region face to
7914 ns_selection_color under NS.
7915
7916 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
7917
7918 * net/imap-hash.el: New library, see NEWS.
7919
7920 * Makefile.in (ELCFILES): Add imap-hash.el.
7921
7922 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7923
7924 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7925 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7926 * help-macro.el (make-help-screen): Avoid using an ambiguous function
7927 definition where the docstring could be taken for the return value.
7928
7929 2009-09-26 Glenn Morris <rgm@gnu.org>
7930
7931 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7932 Add option to only show images below a certain size.
7933 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7934 save-excursion calls.
7935
7936 2009-09-26 Eli Zaretskii <eliz@gnu.org>
7937
7938 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7939 subdirectories) and eieio.
7940
7941 2009-09-26 Alan Mackenzie <acm@muc.de>
7942
7943 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
7944 buggy bracketing. (Bug#4289)
7945
7946 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
7947 character constants (as case labels). (Bug#4289)
7948
7949 2009-09-25 Juri Linkov <juri@jurta.org>
7950
7951 * files.el (safe-local-eval-forms): Allow time-stamp in
7952 before-save-hook (Bug#4554).
7953
7954 2009-09-25 Drew Adams <drew.adams@oracle.com>
7955
7956 * menu-bar.el (list-buffers-directory): Doc fix.
7957
7958 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
7959
7960 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7961 Try and avoid copying twice the same paragraph.
7962 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7963 Remove save-excursion.
7964 (log-edit-changelog-entry): Do it here instead.
7965
7966 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
7967
7968 * bs.el (bs--get-file-name): Use `list-buffers-directory'
7969 when available, instead of hardcoding mode names. Doc fix.
7970
7971 * menu-bar.el (list-buffers-directory): Add docstring.
7972 Make automatically buffer-local.
7973
7974 * dired.el (dired-mode):
7975 * files.el (cd-absolute):
7976 * pcvs.el (cvs-temp-buffer):
7977 * pcvs-util.el (cvs-get-buffer-create):
7978 * shell.el (shell-mode):
7979 * vc-dir.el (vc-dir-mode):
7980 Don't make `list-buffers-directory' buffer local.
7981
7982 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
7983
7984 * comint.el (comint-exec, comint-run, make-comint):
7985 Doc fixes (Bug#4542).
7986
7987 2009-09-25 Glenn Morris <rgm@gnu.org>
7988
7989 * mail/rmailmm.el (rmail-mime): New custom group.
7990 Move all defcustoms in this file into this group.
7991 (rmail-mime-media-type-handlers-alist): Revert previous change.
7992 (rmail-mime-show-images): New option.
7993 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7994 references to it, since it wasn't actually used for anything.
7995 (rmail-mime-insert-image): New function.
7996 (rmail-mime-image): Use rmail-mime-insert-image.
7997 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
7998 obey the value of `rmail-mime-show-images' option. Print the size of
7999 attachments.
8000
8001 2009-09-25 David Engster <deng@randomsample.de>
8002
8003 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
8004
8005 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8006
8007 * whitespace.el: Does not highlight trailing spaces While point is
8008 at end of line. Does not highligt spaces at beginning of buffer
8009 while point is at beginning of buffer. Does not highlight spaces
8010 at end of buffer while point is at end of buffer. (Bug#4177)
8011 New version 12.0.
8012 (whitespace-display-mappings): Adjust initialization.
8013 (whitespace-point, whitespace-font-lock-refontify): New vars.
8014 (whitespace-color-on, whitespace-color-off): Adjust code.
8015 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
8016 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
8017 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
8018
8019 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
8020
8021 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
8022
8023 * textmodes/sgml-mode.el: Remove xml-mode alias.
8024
8025 * files.el (auto-mode-alist, conf-mode-maybe)
8026 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
8027
8028 2009-09-24 Alan Mackenzie <acm@muc.de>
8029
8030 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
8031 c-forward-conditionals, but it doesn't move point and doesn't set
8032 the mark.
8033 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
8034 (c-down-conditional-with-else, c-backward-conditional)
8035 (c-forward-conditional): Refactor to use c-scan-conditionals.
8036
8037 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8038
8039 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
8040 (help-default-arg-highlight): Remove.
8041 (help-highlight-arg): New function.
8042 (help-do-arg-highlight): Use it.
8043 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
8044
8045 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8046
8047 * term.el (term-set-scroll-region, term-handle-ansi-escape):
8048 Undo last change, which didn't fix the problem and introduced others.
8049
8050 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
8051
8052 * progmodes/gdb-mi.el: Don't require speedbar.
8053 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
8054
8055 2009-09-24 Glenn Morris <rgm@gnu.org>
8056
8057 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
8058
8059 * term/ns-win.el (ns-reg-to-script): Define for compiler.
8060
8061 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8062 there is no newline after the final mime boundary. (Bug#4539)
8063 Move markers on insertion so that any buttons inserted don't end up in
8064 the next part of a multipart message.
8065 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
8066 (rmail-mime-bulk-handler): Optionally handle images.
8067 (rmail-mime-image): New button action.
8068 (rmail-mime-image-handler): New function.
8069 (rmail-mime-mode): New mode.
8070 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
8071
8072 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8073
8074 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8075 than just dropping elements from it (bug#4504).
8076
8077 * term.el (term-set-scroll-region): Don't move cursor any more.
8078 (term-handle-ansi-escape): Call term-goto here instead.
8079 Suggested by Ivan Kanis <apple@kanis.eu>.
8080
8081 * term.el: Require CL.
8082 (term-ansi-reset): New function.
8083 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8084 (term-handle-colors-array): Simplify.
8085
8086 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8087
8088 * allout.el (allout-overlay-interior-modification-handler)
8089 (allout-obtain-passphrase):
8090 * epa-file.el (epa-file-write-region):
8091 * ps-print.el (ps-begin-job):
8092 * vc-hooks.el (vc-toggle-read-only):
8093 * vc-rcs.el (vc-rcs-rollback):
8094 * vc-sccs.el (vc-sccs-rollback):
8095 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8096 (vc-version-diff, vc-revert, vc-rollback):
8097 * wdired.el (wdired-check-kill-buffer):
8098 * emacs-lisp/authors.el (authors):
8099 * net/socks.el (socks-open-connection):
8100 * net/zeroconf.el (zeroconf-service-add-hook):
8101 * obsolete/vc-mcvs.el (vc-mcvs-register):
8102 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8103 (gdb-select-frame):
8104 * progmodes/grep.el (lgrep, rgrep):
8105 * progmodes/idlw-help.el (idlwave-help-check-locations)
8106 (idlwave-help-html-link, idlwave-help-assistant-open-link):
8107 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8108 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8109 (reftex-toc-rename-label): Fix typos in error messages.
8110
8111 * dired-aux.el (dired-do-shell-command): Reflow docstring.
8112 (dired-copy-how-to-fn): Doc fix.
8113 (dired-files-attributes, dired-read-shell-command):
8114 Fix typos in docstrings.
8115
8116 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8117 (dired-x-find-file-other-window): Reflow docstrings.
8118 (dired-omit-marker-char, dired-read-shell-command)
8119 (dired-x-submit-report): Fix typos in docstrings.
8120
8121 * shell.el (shell-mode-hook):
8122 * view.el (View-scroll-line-forward):
8123 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8124 Fix typos in docstrings.
8125
8126 * net/dig.el (dig-invoke): Fix typo in docstring.
8127 (query-dig): Reflow docstring.
8128
8129 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8130 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8131 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8132 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8133 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8134 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8135 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8136 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8137 (idlwave-completion-map, idlwave-current-indent)
8138 (idlwave-custom-ampersand-surround, idlwave-customize)
8139 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8140 (idlwave-define-abbrev, idlwave-determine-class-special)
8141 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8142 (idlwave-end-block-reg, idlwave-end-of-statement)
8143 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8144 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8145 (idlwave-explicit-class-listed, idlwave-file-header)
8146 (idlwave-fill-paragraph, idlwave-find-class-definition)
8147 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8148 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8149 (idlwave-in-quote, idlwave-indent-action-table)
8150 (idlwave-indent-expand-table, idlwave-indent-line)
8151 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8152 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8153 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8154 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8155 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8156 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8157 (idlwave-outlawed-buffers, idlwave-popup-select)
8158 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8159 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8160 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8161 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8162 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8163 (idlwave-statement-type, idlwave-struct-skip)
8164 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8165 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8166 (idlwave-what-module-find-class): Fix typos in docstrings.
8167 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8168 (idlwave-calculate-cont-indent, idlwave-expand-equal)
8169 (idlwave-find-module, idlwave-find-structure-definition)
8170 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8171 (idlwave-list-load-path-shadows, idlwave-next-statement)
8172 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8173 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8174 (idlwave-template): Reflow docstrings.
8175
8176 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8177 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8178 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8179 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8180 (idlwave-shell-display-line, idlwave-shell-display-wframe)
8181 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8182 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8183 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8184 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8185 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8186 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8187 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8188 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8189 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8190 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8191 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8192 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8193 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8194 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8195 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8196 Fix typos in docstrings.
8197 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8198 (idlwave-shell-hide-output, idlwave-shell-mode)
8199 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8200 Reflow docstrings.
8201
8202 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8203
8204 2009-09-24 Ivan Kanis <apple@kanis.eu>
8205
8206 * term.el (term-bold-attribute): New var.
8207 (term-handle-colors-array): Use it.
8208
8209 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
8210
8211 * progmodes/gdb-mi.el (gdb-version): New variable.
8212 (gdb-non-stop-handler): Set gdb-version.
8213 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8214 Condition "--thread" option on gdb-version.
8215 (gdb-invalidate-threads): Remove unused argument.
8216
8217 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8218
8219 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8220 to looking-back to avoid ridiculous slow down in large files (bug#4511).
8221
8222 2009-09-23 Glenn Morris <rgm@gnu.org>
8223
8224 * mail/rmail.el (rmail-reply): Don't try to add a References header when
8225 replying to mail without References or Message-Id. (Bug#4525)
8226
8227 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8228
8229 * term/ns-win.el (ns-reg-to-script): New variable.
8230
8231 2009-09-23 Daiki Ueno <ueno@unixuser.org>
8232
8233 * epg.el (epg-wait-for-status): Preserve existing 'error results.
8234
8235 2009-09-22 Sam Steingold <sds@gnu.org>
8236
8237 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8238 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8239 to 1 because hg returns status 1 when nothing is found.
8240 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8241
8242 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8243
8244 * textmodes/fill.el: Convert to utf-8 encoding.
8245 (fill-french-nobreak-p): Remove redundant » and « inherited from our
8246 pre-unicode days.
8247
8248 * add-log.el (change-log-fill-forward-paragraph): New function.
8249 (change-log-mode): Use it so fill-region DTRT.
8250 Set fill-indent-according-to-mode here rather than in
8251 change-log-fill-paragraph.
8252 (change-log-fill-paragraph): Remove.
8253
8254 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
8255
8256 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8257 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
8258
8259 2009-09-22 Glenn Morris <rgm@gnu.org>
8260
8261 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8262 the scroll-bar scroll the calendar window rather than the buffer.
8263
8264 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8265 commands that move point (as opposed to scrolling).
8266
8267 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8268
8269 * emacs-lisp/elint.el (elint): New custom group.
8270 (elint-log-buffer): Make it a defcustom.
8271 (elint-scan-preloaded, elint-ignored-warnings)
8272 (elint-directory-skip-re): New options.
8273 (elint-builtin-variables): Doc fix.
8274 (elint-preloaded-env): New variable.
8275 (elint-unknown-builtin-args): Add an entry for encode-time.
8276 (elint-extra-errors): Make it a variable rather than a constant.
8277 (elint-preloaded-skip-re): New constant.
8278 (elint-directory): Skip files matching elint-directory-skip-re.
8279 (elint-features): New variable, local to linted buffers.
8280 (elint-update-env): Initialize elint-features. Possibly add
8281 elint-preloaded-env to the buffer's environment.
8282 (elint-get-top-forms): Bind elint-current-pos, for log messages.
8283 Skip quoted forms.
8284 (elint-init-form): New function, extracted from elint-init-env.
8285 Make non-list forms a warning rather than an error.
8286 Add the mode-map for define-derived-mode. Handle define-minor-mode,
8287 easy-menu-define, put that adds an error-condition, and provide.
8288 When requiring cl, also require cl-macs. Really require cl, to handle
8289 some cl macros. Store required libraries in the list elint-features,
8290 so as not to re-load them. Treat cc-require like require.
8291 (elint-init-env): Call elint-init-form to do the work.
8292 Handle eval-and-compile and such like.
8293 (elint-add-required-env): Do not clear messages.
8294 (elint-special-forms): Add handlers for function, defalias, if, when,
8295 unless, and, or.
8296 (elint-form): Add optional argument to ignore elint-special-forms,
8297 useful to prevent recursive calls from handlers. Doc fix.
8298 Respect elint-ignored-warnings.
8299 (elint-form): Respect elint-ignored-warnings.
8300 (elint-bound-variable, elint-bound-function): New variables.
8301 (elint-unbound-variable): Respect elint-bound-variable.
8302 (elint-get-args): Respect elint-bound-function.
8303 (elint-check-cond-form): Add some simple handling for (f)boundp and
8304 featurep tests.
8305 (elint-check-defalias-form): New handler.
8306 (elint-check-let-form): Make an empty let a warning rather than an
8307 error.
8308 (elint-check-setq-form): Make an empty setq a warning rather than an
8309 error. Respect elint-ignored-warnings.
8310 (elint-check-defvar-form): Accept null doc-strings.
8311 (elint-check-conditional-form): New handler. Does some simple-minded
8312 checking of featurep and (f)boundp tests.
8313 (elint-put-function-args): New function.
8314 (elint-initialize): Use elint-scan-doc-file rather than
8315 elint-find-builtin-variables. Use elint-put-function-args.
8316 Possibly scan preloaded-file-list.
8317 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8318 extend to handle functions as well.
8319
8320 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
8321
8322 * linum.el (linum-delete-overlays, linum-update-window):
8323 Do not modify the right margin. (Bug#3971)
8324
8325 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
8326
8327 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
8328 nxml-mode instead of xml-mode.
8329
8330 2009-09-21 Kevin Ryde <user42@zip.com.au>
8331
8332 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
8333
8334 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8335
8336 * net/dig.el (dig-mode): Use define-derived-mode.
8337
8338 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
8339
8340 * vc-dispatcher.el (vc-do-command): Return the process object in
8341 the asynchronous case. Use when instead of if. Do not run
8342 vc-exec-after to display a message if not enabled. (Bug#4463)
8343
8344 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8345 properties to the stash strings.
8346 (vc-git-stash-list): Return a list of strings.
8347 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8348 (vc-git-stash-show-at-point): New functions.
8349 (vc-git-stash-map): New keymap.
8350
8351 * register.el (ctl-x-r-map): Define the keys here instead of
8352 using autoload.
8353
8354 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
8355
8356 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8357 list, to workaround performance problem (bug#4485).
8358
8359 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
8360
8361 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8362
8363 2009-09-20 Daiki Ueno <ueno@unixuser.org>
8364
8365 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8366 Document that this option is not recommended to use.
8367
8368 2009-09-19 Glenn Morris <rgm@gnu.org>
8369
8370 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8371 variable `var'.
8372
8373 * calc/calc-alg.el (var):
8374 * calc/calcalg2.el (var): Define for compiler.
8375
8376 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
8377
8378 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8379 Doc fix (Bug#3932).
8380
8381 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8382
8383 * time-stamp.el (time-stamp-month-dd-yyyy)
8384 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8385 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8386 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
8387 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8388 Remove functions that have been obsolete since 1995 (Bug#4436).
8389
8390 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8391 indent buffer only if called interactively (Bug#4452).
8392
8393 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
8394 Eli Zaretskii <eliz@gnu.org>
8395
8396 This fixes bug#4197 (merged to bug#865, though not identical).
8397 * server.el (server-auth-dir): Add docstring note about FAT32.
8398 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8399 but warn against using them.
8400
8401 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
8402
8403 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8404 older GDB where there is no has_more field.
8405
8406 2009-09-19 Glenn Morris <rgm@gnu.org>
8407
8408 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8409
8410 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
8411
8412 * files.el (auto-mode-alist): Change default for XML files to nXML
8413 mode (Bug#4169).
8414
8415 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
8416
8417 * server.el (server-ensure-safe-dir): Pass 'integer
8418 to `file-attributes', as suggested.
8419
8420 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
8421
8422 * dired-aux.el (dired-query-alist): Remove spurious backslash.
8423 (dired-query): Use read-key.
8424
8425 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8426
8427 * cus-start.el (ns-use-qd-smoothing): Remove.
8428
8429 2009-09-18 Glenn Morris <rgm@gnu.org>
8430
8431 * allout.el (top-level): Remove unnecessary progn.
8432
8433 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8434
8435 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8436 definition of abbrev table.
8437
8438 * speedbar.el (speedbar-track-mouse):
8439 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8440 * net/eudc.el (eudc-expand-inline):
8441 * net/newst-backend.el (newsticker--cache-read-feed):
8442 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
8443 condition-case handlers.
8444
8445 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
8446
8447 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8448 (gdb-var-list): Add an element for has_more field.
8449 (gdb-non-stop-handler): Enable pretty printing for STL containers.
8450 (gdb-var-create-handler, gdb-var-list-children-handler-1)
8451 (gdb-var-update-handler-1): Parse output of dynamic variable
8452 objects (STL containers).
8453 (gdb-var-delete-1): Pass var1 as an explicit second argument.
8454 (gdb-get-field): Delete alias. Use bindat-get-field directly.
8455
8456 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8457 gdb-var-list.
8458 (gud-speedbar-buttons): Make node expandable if expression "has more"
8459 children.
8460
8461 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
8462
8463 * startup.el (emacs-quick-startup): Remove variable and all uses.
8464 (command-line): Set `inhibit-x-resources' instead.
8465 (command-line-1): Use `inhibit-x-resources' instead.
8466
8467 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
8468
8469 * subr.el: Fix last change to avoid using the `unless' macro,
8470 which breaks bootstrapping.
8471
8472 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8473
8474 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8475 extended definitions, in case we reload subr.el after having
8476 loaded CL.
8477 (eval-next-after-load): Mark as obsolete.
8478
8479 2009-09-17 Juri Linkov <juri@jurta.org>
8480
8481 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8482 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8483 (menu-bar-showhide-menu, menu-bar-tools-menu)
8484 (menu-bar-describe-menu, menu-bar-help-menu)
8485 (minibuffer-local-completion-map, minibuffer-local-map):
8486 Fix list quoting.
8487
8488 2009-09-17 Glenn Morris <rgm@gnu.org>
8489
8490 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8491 arguments, whether or not it has a handler.
8492
8493 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8494
8495 * simple.el (hard-newline): Give it a doc-string.
8496
8497 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8498 (lisp-mode-syntax-table): Give them doc-strings.
8499
8500 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8501
8502 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8503 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8504 (menu-bar-options-menu, menu-bar-showhide-menu)
8505 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8506 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8507 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8508 (menu-bar-options-menu, menu-bar-tools-menu)
8509 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8510 (menu-bar-help-menu):
8511 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8512 string arguments.
8513
8514 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8515 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8516 calls for the menu names and :help.
8517
8518 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8519
8520 * mouse.el (minor-mode-menu-from-indicator): Pay attention
8521 to :minor-mode-function (bug#4455).
8522
8523 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8524
8525 * startup.el (command-line): Initialize the window-system after
8526 processing the command-line.
8527
8528 * textmodes/page.el (what-page): Make sure we don't inf-loop if
8529 page-delimiter matches the empty string.
8530
8531 2009-09-16 Glenn Morris <rgm@gnu.org>
8532
8533 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8534 byte-compile-not-obsolete-var. It's a list now.
8535 (byte-compile-not-obsolete-funcs): New variable.
8536 (byte-compile-warn-obsolete): Don't warn about functions if they are in
8537 byte-compile-not-obsolete-funcs.
8538 (byte-compile-variable-ref, byte-compile-defvar): Update for
8539 byte-compile-not-obsolete-vars name-change and list nature.
8540 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8541 and variables behind (f)boundp tests.
8542 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8543
8544 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8545
8546 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8547
8548 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8549
8550 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8551 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8552 Don't autoload.
8553
8554 2009-09-15 Stephen Eglen <stephen@gnu.org>
8555
8556 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
8557 the virtual-buffers, use the name of the buffer specified by
8558 find-file-noselect, as the match may be a symlink. (This was a
8559 problem if the target and the symlink had different names.)
8560
8561 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8562
8563 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8564
8565 * desktop.el (desktop-path): Check user-emacs-directory.
8566
8567 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8568
8569 * loadup.el: Use after-load-functions to GC after loading each file.
8570 Remove the explicit GC calls that used to be sprinkled around.
8571
8572 * subr.el (after-load-functions): New hook.
8573 (do-after-load-evaluation): Run it. Use string-match-p to detect
8574 `obsolete' packages, rather than painfully extracting the relevant
8575 directory name.
8576
8577 2009-09-15 Glenn Morris <rgm@gnu.org>
8578
8579 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8580 free variable `doc'.
8581
8582 * dired.el (dired-mode-map): Add menu entry for async shell command.
8583
8584 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8585 variables, also consider the .elc files, since the .el files are
8586 normally gzipped (subsequent code locates the .el.gz from the .elc).
8587
8588 * calc/calc-prog.el (arglist): Define for compiler.
8589
8590 * calendar/diary-lib.el (diary-display-function): Change the default to
8591 fancy display.
8592 (body): Define for compiler.
8593
8594 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8595 (byte-compile-file-form, byte-compile-lambda)
8596 (byte-compile-top-level-body, byte-compile-form)
8597 (byte-compile-variable-ref, byte-compile-setq)
8598 (byte-compile-setq-default, byte-compile-body)
8599 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8600 (batch-byte-compile): Give some more local variables with common names
8601 a "bytecomp-" prefix to avoid masking warnings about free variables.
8602
8603 * startup.el (command-line-1): Give local variables with common names a
8604 distinguishing prefix, so as not to hide free variable warnings during
8605 bootstrap.
8606
8607 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8608 clever and add a suffix to make a unique name, just let the user decide
8609 whether or not to overwrite it. If the input is a directory, write the
8610 default filename to that directory. (Bug#4388)
8611 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8612 is a filename-as-a-directory.
8613
8614 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8615
8616 * textmodes/page.el (what-page): Don't move to beginning of line.
8617 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8618
8619 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8620
8621 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8622
8623 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
8624
8625 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8626 * help.el (help-for-help-internal): Add purecopy calls for text.
8627
8628 * vc.el (top): print-log method now takes an optional SHORTLOG
8629 argument. Add a new method: root.
8630 (vc-root-diff, vc-print-root-log): New functions.
8631 (vc-log-short-style): New variable.
8632 (vc-print-log-internal): Add support for showing short logs.
8633
8634 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8635 vc-print-root-log and vc-print-root-diff.
8636
8637 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8638 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8639 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8640 short logs.
8641
8642 * vc-cvs.el (vc-cvs-print-log):
8643 * vc-mtn.el (vc-mtn-print-log):
8644 * vc-rcs.el (vc-rcs-print-log):
8645 * vc-sccs.el (vc-sccs-print-log):
8646 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8647 that is ignored for now.
8648
8649 * vc-mtn.el (vc-mtn-annotate-command):
8650 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8651
8652 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8653
8654 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8655 to function-key-map, and give them ascii-character property.
8656 * term/x-win.el (x-alternatives-map):
8657 * term/ns-win.el (ns-alternatives-map):
8658 * term/internal.el (msdos-key-remapping-map):
8659 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8660
8661 2009-09-14 Glenn Morris <rgm@gnu.org>
8662
8663 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8664 temp-buffers (2009-09-12).
8665
8666 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8667
8668 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8669 the new read-key function.
8670
8671 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8672
8673 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8674 is defined (Bug#4405).
8675
8676 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
8677
8678 * recentf.el (recentf-cleanup): Use a hash table to find
8679 duplicates (Bug#4407).
8680
8681 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
8682
8683 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8684 kp-0 to ascii equivalents (Bug#4325).
8685
8686 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8687
8688 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8689
8690 * eshell/em-hist.el:
8691 * eshell/em-dirs.el (eshell-complete-user-reference):
8692 Declare pcomplete functions and variables to avoid compiler warnings.
8693
8694 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
8695
8696 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8697 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8698 * eshell/em-alias.el (eshell-aliases-file):
8699 * eshell/em-hist.el (eshell-history-file-name):
8700 Use expand-file-name instead of concat to make file names (Bug#4308).
8701
8702 2009-09-13 Glenn Morris <rgm@gnu.org>
8703
8704 * ediff-merg.el (ediff-do-merge):
8705 * filesets.el (filesets-run-cmd):
8706 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8707 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8708 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8709 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8710 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8711 Replace empty `let's with `progn'.
8712
8713 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8714
8715 * mail/sendmail.el (send-mail-function):
8716 * tooltip.el (tooltip-mode):
8717 * simple.el (transient-mark-mode):
8718 * rfn-eshadow.el (file-name-shadow-mode):
8719 * frame.el (blink-cursor-mode):
8720 * font-core.el (global-font-lock-mode):
8721 * files.el (temporary-file-directory)
8722 (small-temporary-file-directory, auto-save-file-name-transforms):
8723 * epa-hook.el (auto-encryption-mode):
8724 * composite.el (global-auto-composition-mode):
8725 Use custom-initialize-delay.
8726 * startup.el (command-line): Don't explicitly call
8727 custom-reevaluate-setting for all the above vars.
8728 * custom.el (custom-initialize-safe-set)
8729 (custom-initialize-safe-default): Delete.
8730
8731 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8732
8733 * term/x-win.el (x-initialize-window-system):
8734 * term/w32-win.el (w32-initialize-window-system):
8735 * term/ns-win.el (ns-initialize-window-system): Don't call
8736 mouse-wheel-mode since it's enabled globally by default already.
8737
8738 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8739 actually define the variable, but only silences the byte-compiler.
8740 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8741 before looking it up.
8742 (mouse-wheel-scroll-amount): Also reset the bindings if this value
8743 is changed.
8744
8745 2009-09-12 Glenn Morris <rgm@gnu.org>
8746
8747 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8748 1000.
8749 (elint-add-required-env): Don't beep on error.
8750 (elint-forms): In case of error, return ENV unchanged.
8751 (elint-init-env): Skip non-list forms.
8752 (elint-log): Handle unknown file positions.
8753
8754 2009-09-12 Daiki Ueno <ueno@unixuser.org>
8755
8756 * epg.el (epg-make-context): Add autoload cookie.
8757 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8758 (epg-decrypt-string, epg-start-verify, epg-verify-file)
8759 (epg-verify-string, epg-start-sign, epg-sign-file)
8760 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8761 (epg-encrypt-string, epg-start-export-keys)
8762 (epg-export-keys-to-file, epg-export-keys-to-string)
8763 (epg-start-import-keys, epg-import-keys-from-file)
8764 (epg-import-keys-from-string, epg-start-receive-keys)
8765 (epg-receive-keys, epg-import-keys-from-server)
8766 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8767 (epg-sign-keys, epg-start-generate-key)
8768 (epg-generate-key-from-file, epg-generate-key-from-string):
8769 Remove autoload cookie.
8770
8771 2009-09-12 Eli Zaretskii <eliz@gnu.org>
8772
8773 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8774 reevaluation of trash-directory.
8775
8776 * mwheel.el: Fix last change.
8777 (mouse-wheel-mode): New defvar.
8778 (mouse-wheel-mode): Remove autoload cookie.
8779
8780 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8781
8782 * mwheel.el (mwheel-installed-bindings): New var.
8783 (mouse-wheel-mode): Use it, so as to make sure we really remove all
8784 the bindings we set last time. Use custom-initialize-delay.
8785 * loadup.el: Load mwheel after term/*-win.el.
8786 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8787 and mouse-wheel-up-event now that their first evaluation is done
8788 sufficiently late to be correct.
8789
8790 * startup.el (tutorial-directory): Make it a defcustom.
8791 Use custom-initialize-delay rather than eval-at-startup to set it.
8792 * image.el (image-load-path): Make it a defcustom.
8793 Use custom-initialize-delay rather than eval-at-startup to set it.
8794 * subr.el (eval-at-startup): Remove.
8795 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8796
8797 * subr.el (do-after-load-evaluation): Warn the user after loading an
8798 obsolete package.
8799
8800 2009-09-12 Glenn Morris <rgm@gnu.org>
8801
8802 * proced.el (proced-mark-alt): Remove alias.
8803 (proced-mode-map): Remove proced-mark-alt.
8804
8805 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8806 Elint file and directory. Remove initialization entry.
8807
8808 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8809 commands.
8810 (elint-current-buffer): Set mode-line-process.
8811 (elint-init-env): Handle define-derived-mode.
8812 Fix declare-function with unspecified arglist. Guard against odd
8813 defalias statements (eg iso-insert's 8859-1-map).
8814 (elint-add-required-env): Use a temp buffer.
8815 (elint-form): Just print the function/macro name, not the whole form.
8816 Return env unchanged if we fail to parse a macro.
8817 (elint-forms): Guard against parse errors.
8818 (elint-output): New function, to handle batch mode.
8819 (elint-log-message): Add optional argument. Use elint-output.
8820 (elint-set-mode-line): New function.
8821
8822 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
8823
8824 * emacs-lisp/elp.el (elp-not-profilable): Add more
8825 functions (Bug#4233).
8826
8827 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
8828
8829 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8830 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8831
8832 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
8833
8834 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8835 (gdb-var-list-children): Use json parsing.
8836
8837 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
8838
8839 * progmodes/js.el (js--proper-indentation): Handle the case where
8840 char-before is null. Reported by Deniz Dogan.
8841
8842 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
8843
8844 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8845
8846 2009-09-11 Daiki Ueno <ueno@unixuser.org>
8847
8848 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8849 (epg-digest-algorithm-alist): Add SHA224.
8850 (epg-context-set-passphrase-callback)
8851 (epg-context-set-progress-callback): Add description about
8852 callback function.
8853
8854 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8855
8856 * custom.el (custom-delayed-init-variables): New var.
8857 (custom-initialize-delay): New function.
8858 * startup.el (command-line): "Re"evaluate all vars in
8859 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
8860 explicitly any more.
8861 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8862 to avoid creating a ~/.emacs.d at build-time (bug#4347).
8863
8864 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
8865
8866 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
8867
8868 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8869 (gdb-var-update-handler): Use json parsing.
8870
8871 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
8872
8873 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8874 decode annotated text, regardless of language environment. (Bug#2741)
8875
8876 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8877
8878 * Makefile.in (autoloads): Make rmail.el writable as well.
8879
8880 2009-09-11 Glenn Morris <rgm@gnu.org>
8881
8882 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8883 loaddefs.el.
8884 * dired.el: Regenerate with extracted autoloads.
8885 * Makefile.in (autoloads): Make dired.el writable.
8886
8887 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8888 * ibuffer.el: Regenerate with extracted autoloads.
8889 * Makefile.in (autoloads): Make ibuffer.el writable.
8890
8891 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8892 * version.el (emacs-copyright, emacs-major-version)
8893 (emacs-minor-version): Reformat doc-strings for make-docfile.
8894
8895 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8896 functions and variables, since they must be stuff specific to some other
8897 platform.
8898 (apropos-print): Make mouse-click message less specific about button.
8899
8900 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8901 that records where a macro was defined.
8902 * help-fns.el (describe-function-1): Mention if a function has a
8903 compiler-macro.
8904 * help-mode.el (help-function-cmacro): New button.
8905
8906 * locate.el (top-level): Always require dired.
8907 (locate-mode-map): Initialize inside the defvar.
8908
8909 * net/ange-ftp.el (dired-compress-file): Declare.
8910 (ange-ftp-dired-compress-file): Add doc string.
8911
8912 * term/ns-win.el (x-display-name, x-setup-function-keys):
8913 Unify doc-strings with X versions.
8914
8915 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8916
8917 * emulation/crisp.el (crisp-mode-map): Move initialization
8918 into declaration.
8919 (crisp-mode): Use define-minor-mode.
8920
8921 * progmodes/xscheme.el (xscheme-evaluation-commands):
8922 Put a :advertised-binding property rather than using
8923 advertised-xscheme-send-previous-expression.
8924 (advertised-xscheme-send-previous-expression): Declare obsolete.
8925 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8926 `advertised-undo'.
8927 (crisp-mode): Add corresponding bindings to
8928 undo's :advertised-binding instead.
8929 * dired.el (dired-mode-map): Put a :advertised-binding property rather
8930 than using dired-advertised-find-file.
8931 (dired-advertised-find-file):
8932 * simple.el (advertised-undo):
8933 * wid-edit.el (advertised-widget-backward): Declare obsolete.
8934 (widget-keymap): Put a :advertised-binding property rather
8935 than using advertised-widget-backward.
8936 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8937 than using advertised-undo.
8938 * tutorial.el (tutorial--default-keys): Adjust accordingly.
8939
8940 2009-09-10 Simon South <ssouth@slowcomputing.org>
8941
8942 * progmodes/delphi.el (delphi-tab): Indent region when Transient
8943 Mark mode is enabled and region is active; otherwise indent or
8944 insert TAB as usual.
8945 (delphi-mode): Update description of TAB-key binding.
8946
8947 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8948
8949 * subr.el (define-key-rebound-commands): Mark obsolete.
8950 * startup.el (precompute-menubar-bindings): Remove.
8951 (normal-top-level): Remove obsolete code that tried to precompute
8952 menubar bindings.
8953 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8954 define-key-rebound-commands and precompute-menubar-bindings.
8955
8956 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8957
8958 * net/imap.el (imap-interactive-login): Better messages.
8959 (imap-open): Fix bug with renamed buffer on reconnect.
8960 (imap-authenticate): Add buffer-local imap-last-authenticator variable
8961 for easier debugging and cleaner code. On successful (guessed based on
8962 server capabilities) secondary authentication, set imap-state
8963 correctly.
8964 (imap-last-authenticator): Define imap-last-authenticator as a variable
8965 to avoid warnings.
8966
8967 2009-09-10 Glenn Morris <rgm@gnu.org>
8968
8969 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8970
8971 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8972 (byte-compile-file-form-autoload): Don't warn about unknown functions
8973 where the autoload statement comes after the use.
8974 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8975 that any handlers inside the body (eg require) are in turn respected.
8976
8977 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8978 effects.
8979
8980 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8981 and syntax and abbrev tables basic docs, if they don't have any.
8982
8983 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8984
8985 * international/mule-cmds.el (top-level): Require cl when compiling.
8986 (view-hello-file): Use default-value rather than
8987 default-enable-multibyte-characters.
8988
8989 * progmodes/fortran.el: Move all safe and risky properties into the
8990 defcustoms.
8991
8992 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8993 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8994 * mail/undigest.el:
8995 Put autoloads in rmail.el rather than loaddefs.el.
8996 * mail/rmail.el: Regenerate with extracted autoloads.
8997
8998 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8999 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
9000
9001 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
9002
9003 Reported in thread for Bug#4375.
9004 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
9005 "-data-evaluate-expression" instead of print.
9006 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
9007 (gdb-tooltip-print): Parse output from above MI command.
9008 (gdb): Revert 2009-08-11 change. User should detach inferior
9009 manually.
9010
9011 Remove the word "separate" from IO functions as inferior
9012 output is now never displayed in the GUD buffer.
9013
9014 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
9015
9016 * startup.el (command-line-normalize-file-name): On Windows and
9017 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
9018
9019 2009-09-10 Juri Linkov <juri@jurta.org>
9020
9021 * isearch.el (isearch-text-char-description): Propertize escape
9022 character sequences with the `escape-glyph' face. (Bug#4344)
9023
9024 * simple.el (shell-command): Set asynchronous process filter to
9025 `comint-output-filter'. (Bug#4343)
9026
9027 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
9028 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
9029 the list. Move "asm" to the bottom.
9030 (grep-find-ignored-directories): Add `choice' with nil value
9031 to empty the list easily.
9032 (grep-find-ignored-files): New option.
9033 (grep-files-history): Set to nil by default instead of '("ch" "el").
9034 (grep-compute-defaults): Add "<X>" to `grep-template'.
9035 (grep-read-files): Bind new local variables `default-alias' and
9036 `default-extension'. Use a list of default values for the file prompt.
9037 (lgrep): Add `--exclude=' command line options composed from
9038 `grep-find-ignored-files'.
9039 (rgrep): Add `-name' command line options composed from
9040 `grep-find-ignored-files'. (Bug#4301)
9041
9042 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9043
9044 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
9045 (bug#4368).
9046
9047 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9048
9049 * calendar/time-date.el (autoload):
9050 Expand define-obsolete-function-alias into defalias and make-obsolete
9051 for old Emacsen that Gnus supports.
9052 (with-no-warnings): Define it for old Emacsen.
9053 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9054 is available.
9055 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9056 float-time is available; suppress compile warning for time-to-seconds.
9057
9058 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
9059
9060 * net/imap.el (imap-message-map): Docstring fix.
9061
9062 2009-09-09 Glenn Morris <rgm@gnu.org>
9063
9064 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9065 line numbers too. (Bug#4374)
9066
9067 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
9068
9069 * smerge-mode.el (smerge-remove-props, smerge-refine):
9070 Use with-silent-modifications (bug#4342).
9071
9072 * subr.el (with-silent-modifications): New macro.
9073
9074 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
9075
9076 * files.el (top-level): Require `cl' when compiling.
9077
9078 2009-09-07 Glenn Morris <rgm@gnu.org>
9079
9080 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9081
9082 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9083 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
9084
9085 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
9086
9087 * vc-git.el (vc-git-annotate-command): Use separator to parse
9088 arguments correctly.
9089
9090 2009-09-06 Eli Zaretskii <eliz@gnu.org>
9091
9092 * proced.el (proced-mode): Doc fix.
9093
9094 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
9095
9096 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9097 lstat fails.
9098 (tramp-do-file-attributes-with-ls): Check for file existence at
9099 remote end.
9100 (tramp-do-file-attributes-with-stat): Likewise.
9101 (tramp-convert-file-attributes): Return nil when attr is nil.
9102
9103 2009-09-05 Glenn Morris <rgm@gnu.org>
9104
9105 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9106 properties to this button.
9107 (diary-fancy-display): Don't extend the button to the final newline.
9108 (diary-fancy-display-mode): Continue to define "q" as a local key.
9109
9110 * calendar/cal-china.el (holiday-chinese): Make it slightly more
9111 efficient.
9112
9113 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9114
9115 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9116 (byte-compile-dest-file-function): New option.
9117 (byte-compile-dest-file): Doc fix.
9118 Obey byte-compile-dest-file-function.
9119 (byte-compile-cl-file-p): New function.
9120 (byte-compile-eval): Only suppress noruntime warnings about cl functions
9121 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
9122 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9123 than for file being previously loaded.
9124 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9125 (byte-compile-file-form-require): Handle the case where requiring a file
9126 indirectly causes CL to be loaded.
9127
9128 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9129
9130 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9131 before killing the old buffer, since by the time `kill-buffer' is
9132 run so many buffer variables have been set to nil that it may not
9133 behave as expected. (Bug#4061)
9134
9135 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9136
9137 * files.el (find-alternate-file): If the old buffer is modified
9138 and visiting a file, behave similarly to `kill-buffer' when
9139 killing it, thus reverting to the pre-1.878 behavior; see
9140 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9141 for discussion. Also, consult `buffer-file-name' as a variable
9142 not as a function, for consistency with the rest of the code.
9143
9144 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
9145
9146 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9147 also when adding a new directory.
9148
9149 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
9150 defun.
9151
9152 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9153
9154 * files.el (locate-file-completion-table): Make it provide boundary
9155 information, so partial-completion works better.
9156
9157 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
9158
9159 * mail/footnote.el (Footnote-text-under-cursor):
9160 Check footnote-text-marker-alist before using it (bug#4324).
9161
9162 2009-09-04 Glenn Morris <rgm@gnu.org>
9163
9164 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9165 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9166 * play/solitaire.el, play/tetris.el:
9167 Remove leading * from defcustom and defface docs.
9168
9169 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9170 necessary.
9171 (diary-fancy-overriding-map): New variable.
9172 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9173 Use view-mode.
9174
9175 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9176 goto-line.
9177
9178 2009-09-03 Glenn Morris <rgm@gnu.org>
9179
9180 * arc-mode.el (archive-mode):
9181 * dos-fns.el (set-default-process-coding-system):
9182 * man.el (Man-getpage-in-background):
9183 * menu-bar.el (menu-bar-describe-menu):
9184 * server.el (server-process-filter):
9185 * startup.el (command-line):
9186 * tar-mode.el (tar-header-block-tokenize, tar-extract):
9187 * w32-fns.el (set-default-process-coding-system):
9188 * x-dnd.el (x-dnd-handle-file-name):
9189 * international/mule-cmds.el (mule-menu-keymap)
9190 (set-default-coding-systems, language-info-alist, set-language-info)
9191 (set-language-environment, standard-display-european-internal)
9192 (set-locale-environment):
9193 * international/mule-diag.el (mule-diag):
9194 * mail/emacsbug.el (report-emacs-bug):
9195 * mail/rmail.el (rmail-mode):
9196 * mail/sendmail.el (mail-setup):
9197 Use default-value rather than default-enable-multibyte-characters.
9198
9199 * progmodes/f90.el: Move all safe properties into the defcustoms.
9200 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9201
9202 * calendar/appt.el (appt-check):
9203 * calendar/diary-lib.el (diary-set-header, diary-live-p)
9204 (diary-check-diary-file, diary-list-entries)
9205 (diary-include-other-diary-files, diary-simple-display)
9206 (diary-fancy-display, diary-print-entries)
9207 (diary-mark-included-diary-files, diary-make-entry):
9208 Don't call substitute-in-file-name on diary-file.
9209
9210 2009-09-03 Eduard Wiebe <usenet@pusto.de>
9211 Stefan Monnier <monnier@iro.umontreal.ca>
9212
9213 * mail/footnote.el (footnote-prefix): Make it a defcustom.
9214 (footnote-mode-map): Move initialization into the declaration.
9215 (footnote-minor-mode-map): Define it rather than changing global-map.
9216 (footnote-mode): Use define-minor-mode.
9217
9218 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
9219
9220 * net/tramp.el (tramp-handle-file-attributes-with-ls)
9221 (tramp-do-file-attributes-with-perl)
9222 (tramp-do-file-attributes-with-stat): Rename from
9223 `tramp-handle-file-attributes-with-*'.
9224 (tramp-handle-file-attributes): Use them.
9225 (tramp-do-directory-files-and-attributes-with-perl)
9226 (tramp-do-directory-files-and-attributes-with-stat): Rename from
9227 `tramp-handle-directory-files-and-attributes-with-*'.
9228 (tramp-handle-directory-files-and-attributes): Use them.
9229 (tramp-method-out-of-band-p): Additional parameter SIZE.
9230 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9231 (tramp-handle-write-region): Use it.
9232 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
9233 (tramp-handle-vc-registered): Check, whether the first run did
9234 return files to be tested.
9235 (tramp-advice-make-auto-save-file-name): Do not call directly
9236 `tramp-handle-make-auto-save-file-name', because this would bypass
9237 the locking mechanism.
9238
9239 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9240 (file-remote-p, process-file, start-file-process, set-file-times)
9241 (tramp-compat-file-attributes): Compatibility functions shall not
9242 call directly `tramp-handle-*', because this would bypass the
9243 locking mechanism.
9244 (tramp-compat-number-sequence): New defun.
9245
9246 2009-09-02 Glenn Morris <rgm@gnu.org>
9247
9248 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9249 alias for float-time.
9250 (time-to-number-of-days): In Emacs, use float-time.
9251 * net/newst-backend.el (time-add): Suppress warnings from compat
9252 function.
9253 * time.el (emacs-uptime, emacs-init-time):
9254 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9255 Use float-time rather than time-to-seconds.
9256
9257 * minibuffer.el (completion-initials-expand): Fix typo.
9258
9259 * faces.el (modeline, modeline-inactive, modeline-highlight)
9260 (modeline-buffer-id):
9261 * info.el (info-menu-5): Mark these face aliases as obsolete.
9262
9263 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9264
9265 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9266 space ...
9267 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9268 no "--thread" option.
9269 (gdb-stopped): Don't print "Switched to thread" message when it is
9270 unchanged.
9271
9272 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9273
9274 * minibuffer.el (completion-try-completion)
9275 (completion-all-completions): Remove ill-defined (and
9276 mistakenly installed and luckily never used nor documented)
9277 `completion-styles' property.
9278 (completion-initials-expand, completion-initials-all-completions)
9279 (completion-initials-try-completion): New functions.
9280 (completion-styles-alist): Add doc to each entry.
9281 Add new `initials' entry.
9282
9283 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9284
9285 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9286 MI command -var-evaluate-expression.
9287 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9288 and tweak for case of string child.
9289 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9290
9291 2009-09-01 Glenn Morris <rgm@gnu.org>
9292
9293 * add-log.el (change-log-date-face, change-log-name-face)
9294 (change-log-email-face, change-log-file-face, change-log-list-face)
9295 (change-log-conditionals-face, change-log-function-face)
9296 (change-log-acknowledgement-face):
9297 * cus-edit.el (custom-invalid-face, custom-rogue-face)
9298 (custom-modified-face, custom-set-face, custom-changed-face)
9299 (custom-saved-face, custom-button-face, custom-button-pressed-face)
9300 (custom-documentation-face, custom-state-face, custom-comment-face)
9301 (custom-comment-tag-face, custom-variable-tag-face)
9302 (custom-variable-button-face, custom-face-tag-face)
9303 (custom-group-tag-face-1, custom-group-tag-face):
9304 * diff-mode.el (diff-header-face, diff-file-header-face)
9305 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9306 (diff-added-face, diff-changed-face, diff-function-face)
9307 (diff-context-face, diff-nonexistent-face):
9308 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9309 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9310 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9311 (Info-title-4-face):
9312 * isearch.el (isearch-lazy-highlight-face):
9313 * log-view.el (log-view-file-face, log-view-message-face):
9314 * paren.el (show-paren-match-face, show-paren-mismatch-face):
9315 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9316 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9317 (cvs-msg-face):
9318 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9319 (smerge-base-face, smerge-markers-face):
9320 * wid-edit.el (widget-documentation-face, widget-button-face)
9321 (widget-field-face, widget-single-line-field-face)
9322 (widget-inactive-face, widget-button-pressed-face):
9323 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9324 (woman-addition-face):
9325 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9326 (eshell-ls-executable-face, eshell-ls-readonly-face)
9327 (eshell-ls-unreadable-face, eshell-ls-special-face)
9328 (eshell-ls-missing-face, eshell-ls-archive-face)
9329 (eshell-ls-backup-face, eshell-ls-product-face)
9330 (eshell-ls-clutter-face):
9331 * eshell/em-prompt.el (eshell-prompt-face):
9332 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
9333 * obsolete/old-whitespace.el (whitespace-highlight-face):
9334 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9335 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9336 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9337 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9338 (antlr-font-lock-literal-face):
9339 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9340 (ebrowse-root-class-face, ebrowse-file-name-face)
9341 (ebrowse-default-face, ebrowse-member-attribute-face)
9342 (ebrowse-member-class-face, ebrowse-progress-face):
9343 * progmodes/make-mode.el (makefile-space-face):
9344 * progmodes/sh-script.el (sh-heredoc-face):
9345 * textmodes/flyspell.el (flyspell-incorrect-face)
9346 (flyspell-duplicate-face):
9347 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
9348 * textmodes/texinfo.el (texinfo-heading-face):
9349 Mark face aliases with "-face" suffix as obsolete.
9350
9351 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9352 compiler.
9353
9354 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9355 (eudc-bob-sound-menu): Use defvar rather than defconst, since
9356 easy-menu-define wants to modify these.
9357
9358 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9359
9360 * net/browse-url.el (browse-url-file-url):
9361 * term/internal.el (dos-codepage-setup):
9362 Use default-value rather than default-enable-multibyte-characters.
9363
9364 * progmodes/etags.el (etags-goto-tag-location):
9365 * progmodes/flymake.el (flymake-highlight-line)
9366 (flymake-goto-file-and-line, flymake-goto-line):
9367 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9368 (gdb-goto-breakpoint):
9369 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9370 * progmodes/python.el (python-find-function)
9371 (python-pdbtrack-track-stack-file):
9372 * progmodes/verilog-mode.el (verilog-surelint-off):
9373 * term/ns-win.el (ns-open-file-select-line):
9374 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9375 Use forward-line rather than goto-line.
9376
9377 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9378 * textmodes/reftex-index.el (reftex-display-index):
9379 * textmodes/reftex-ref.el (reftex-offer-label-menu):
9380 * textmodes/reftex-toc.el (reftex-toc):
9381 Remove unnecessary bindings of default-major-mode (all are followed by
9382 major-mode check and possible mode switch).
9383
9384 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9385
9386 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9387 Handle watchpoints (bug#4282).
9388 (def-gdb-thread-buffer-command): Enable thread to be selected by
9389 clicking without selecting threads buffer first.
9390 (gdb-current-context-command): Use selected frame so that "up",
9391 "down" etc work in the GUD buffer.
9392 (gdb-update): Find selected frame before rendering stack buffer.
9393 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9394
9395 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9396
9397 * progmodes/sym-comp.el (displayed-completions): Remove.
9398 (symbol-complete): Use minibuffer-complete.
9399
9400 2009-08-31 Glenn Morris <rgm@gnu.org>
9401
9402 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9403
9404 * apropos.el (apropos-symbols-internal):
9405 Handle (obsolete) face aliases.
9406
9407 * faces.el (describe-face): Adjust the output format to be more like
9408 describe-variable, and to mention (obsolete) face aliases.
9409 Adjust the whitespace so that help-setup-xref works.
9410
9411 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9412 * calendar/diary-lib.el (diary-button-face):
9413 Mark these face aliases as obsolete.
9414
9415 * calendar/calendar.el (calendar-today): Doc fix.
9416
9417 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9418
9419 * progmodes/gdb-mi.el (gdb-control-all-threads)
9420 (gdb-control-current-thread): Force tool bar update.
9421 (gdb-non-stop-handler): New function.
9422 (gdb-init-1): Use it to test if non-stop mode is supported.
9423 Remove unused gdbmi buffer type.
9424
9425 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
9426
9427 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
9428 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
9429
9430 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
9431
9432 * comint.el (comint-exec-1): Check command is non-null first.
9433 Part of gdb-mi.el change (2009-08-28).
9434
9435 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9436
9437 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9438
9439 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
9440
9441 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9442 instead of `dolist' to avoid a recursive require when bootstrapping.
9443
9444 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9445
9446 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9447
9448 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9449
9450 * net/imap.el (imap-send-command): Simplify.
9451 (imap-wait-for-tag): point-max -> buffer-size.
9452
9453 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9454
9455 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9456 with constant argument.
9457
9458 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9459
9460 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9461
9462 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9463 Change default, since most of our files don't have a history.
9464 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9465 the user.
9466
9467 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9468 Add comint-run.
9469
9470 * calc/calc.el: Improve commenting convention.
9471 (calc-digit-map, toplevel): Simplify.
9472
9473 * comint.el (comint-insert-input): Be careful to only set point if we
9474 don't delegate to some other command.
9475
9476 * proced.el (proced-signal-list): Make it an alist.
9477 (proced-grammar-alist): Capitalize names.
9478 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9479 Disable undo manually and make it read-only.
9480 Use completion-annotate-function.
9481
9482 * minibuffer.el (minibuffer-message): If the current buffer is not
9483 a minibuffer, insert the message in the echo area rather than at the
9484 end of the buffer.
9485 (completion-annotate-function): New variable.
9486 (minibuffer-completion-help): Use it.
9487 (completion--embedded-envvar-table): Environment vars are
9488 always case-sensitive.
9489
9490 2009-08-30 Glenn Morris <rgm@gnu.org>
9491
9492 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9493 from fortran-current-defun.
9494 (fortran-beginning-of-subprogram): Be more precise about finding the
9495 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
9496 (fortran-end-of-subprogram): Simplify.
9497 (fortran-current-defun): Use fortran-start-prog-re.
9498
9499 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
9500
9501 * subr.el (do-after-load-evaluation): Simplify.
9502
9503 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
9504
9505 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9506
9507 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
9508 (vc-rcs-print-log): Use it.
9509
9510 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9511
9512 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9513
9514 * paths.el (abbrev-file-name): Move to abbrev.el.
9515 * abbrev.el (abbrev-file-name): Move from paths.el.
9516 Obey user-emacs-directory.
9517 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9518 user-emacs-directory.
9519 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9520 abbrev-file-name and calc-settings-file any more.
9521 * startup.el (command-line): Recompute abbrev-file-name and
9522 abbreviated-home-dir.
9523 (normal-no-mouse-startup-screen): Improve the generic code and get rid
9524 of the special code for when C-h bindings haven't been changed.
9525 (display-startup-echo-area-message): Use with-current-buffer.
9526 (command-line-1): Use a list of strings, rather than a list of lists
9527 of strings for longopts.
9528
9529 * files.el (get-free-disk-space): Use / for default-directory.
9530
9531 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9532 Use with-current-buffer.
9533
9534 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9535 Recognize immutable variables like most-positive-fixnum.
9536 (byte-compile-setq-default): Check and warn if trying to assign
9537 to an immutable variable, or a non-variable.
9538
9539 * progmodes/cc-vars.el (c-comment-continuation-stars):
9540 * progmodes/cc-engine.el (c-looking-at-bos):
9541 * progmodes/cc-cmds.el (c-toggle-auto-state)
9542 (c-forward-into-nomenclature, c-backward-into-nomenclature)
9543 (c-comment-line-break-function): Add version of obsolescence.
9544
9545 2009-08-28 Juri Linkov <juri@jurta.org>
9546
9547 * files.el (magic-fallback-mode-alist): Add ZIP magic number
9548 associated with `archive-mode'.
9549
9550 * image.el (image-type-header-regexps): Use only JPEG magic number
9551 to determine JPEG images, and don't use `image-jpeg-p' because
9552 Emacs can display non-JFIF non-Exif JPEG images.
9553
9554 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9555
9556 * arc-mode.el (archive-mode):
9557 * emacs-lisp/re-builder.el (re-builder-unload-function):
9558 Protect against the default value of `major-mode' being nil.
9559
9560 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9561
9562 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9563 Fix typos in docstrings.
9564
9565 * progmodes/js.el (js--macro-decl-re): Doc fix.
9566 (js--plain-method-re, js--split-name): Refloc docstring.
9567 (js--class-styles, js--make-merged-item, js--splice-into-items):
9568 Fix typos in docstrings; reflow docstrings.
9569 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9570 (js--variable-decl-matcher, js--inside-pitem-p)
9571 (js--parse-state-at-point, js--get-all-known-symbols)
9572 (js--symbol-history, js-find-symbol, js--js-references)
9573 (js--moz-interactor, js--js-encode-value, js--read-tab):
9574 Fix typos in docstrings.
9575
9576 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9577
9578 * textmodes/reftex.el (reftex-get-file-buffer-force):
9579 * progmodes/verilog-mode.el (verilog-batch-execute-func):
9580 * emulation/viper.el (viper-go-away, viper-set-hooks):
9581 * emacs-lisp/re-builder.el (re-builder-unload-function):
9582 * emacs-lisp/bytecomp.el (byte-compile-file):
9583 * ses.el (ses-unload-function):
9584 * hexl.el (hexl-find-file):
9585 * files.el (normal-mode):
9586 * ehelp.el (with-electric-help):
9587 * autoinsert.el (auto-insert-alist):
9588 * arc-mode.el (archive-mode):
9589 Use (default-value 'major-mode) instead of default-major-mode.
9590
9591 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9592 * international/mule.el (load-with-code-conversion):
9593 * emacs-lisp/debug.el (debug):
9594 * ediff-vers.el (ediff-rcs-get-output-buffer):
9595 * dired.el (dired-internal-noselect): Don't let-bind
9596 default-major-mode around code that doesn't use it.
9597 E.g. buffer creation via get-buffer-create doesn't use it.
9598
9599 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
9600
9601 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9602 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9603 when writing the temp file. Otherwise, epa-file gets confused.
9604 (tramp-register-file-name-handlers): Make it a defun. Move also
9605 `epa-file-handler' to the front of `file-name-handler-alist'.
9606
9607 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9608
9609 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9610 start right after a ^M.
9611 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9612 (tramp-completion-file-name-regexp-separate)
9613 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
9614 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9615 Don't modify last-coding-system-used by accident.
9616 (tramp-completion-file-name-handler): Apply the checks here,
9617 instead during registration.
9618 (tramp-register-file-name-handlers): Renamed from
9619 `tramp-register-file-name-handler'. Register both
9620 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
9621 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
9622
9623 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
9624
9625 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9626 Remove variable ...
9627 (gdb-init-1, gdb-display-separate-io-buffer)
9628 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9629 references to it.
9630 (gdb-inferior-io-mode): Use make-comint-in-buffer.
9631 (gdb-inferior-filter): Use comint-output-filter to stop
9632 echoing and remove ^M characters.
9633
9634 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9635
9636 * emulation/viper-init.el (viper-restore-cursor-type):
9637 * emulation/cua-base.el (cua--update-indications):
9638 Replace default-cursor-type with (default-value 'cursor-type).
9639
9640 * mail/sendmail.el (mail-recover-1):
9641 * international/mule-diag.el (describe-current-coding-system-briefly)
9642 (describe-current-coding-system):
9643 * international/mule-cmds.el (select-safe-coding-system)
9644 (select-message-coding-system)
9645 (set-language-environment-coding-systems, set-locale-environment):
9646 * hexl.el (hexl-insert-multibyte-char):
9647 * dos-w32.el (find-buffer-file-type-coding-system):
9648 * simple.el (what-cursor-position):
9649 Replace uses of default-buffer-file-coding-system
9650 with (default-value 'buffer-file-coding-system).
9651
9652 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9653 Replace uses of default-cursor-in-non-selected-windows
9654 with (default-value 'cursor-in-non-selected-windows).
9655 Use with-current-buffer.
9656
9657 * mail/feedmail.el: Use CL macros.
9658 (feedmail-run-the-queue, feedmail-send-it-immediately):
9659 * dos-w32.el (find-buffer-file-type): Replace uses of
9660 default-buffer-file-type with (default-value 'buffer-file-type).
9661
9662 2009-08-28 Glenn Morris <rgm@gnu.org>
9663
9664 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9665 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9666 Use default-value of major-mode rather than default-major-mode.
9667
9668 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9669
9670 * Makefile.in (update-elcfiles): Report left over elc files.
9671
9672 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9673 expand-file-name and with-current-buffer.
9674 (mail-get-names, mail-directory): Use with-current-buffer.
9675
9676 * vc.el (vc-read-revision): New function.
9677 (vc-version-diff, vc-merge): Use it.
9678
9679 2009-08-27 Sam Steingold <sds@gnu.org>
9680
9681 * simple.el (kill-do-not-save-duplicates): New user option.
9682 (kill-new): When it is non-nil, and the new string is the same as
9683 the latest kill, set replace to t to avoid duplicates in kill-ring.
9684
9685 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
9686
9687 * net/tramp.el (tramp-handle-process-file): Do not flush all
9688 caches when `process-file-side-effects' is set.
9689 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
9690 instead of `tramp-find-file-exists-command'.
9691 Unset `process-file-side-effects'.
9692
9693 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
9694
9695 * net/tramp.el (tramp-methods): New method "rsyncc".
9696 (top): Add completion function for "rsyncc".
9697 (tramp-message-show-message): New defvar.
9698 (tramp-message, tramp-error): Use it.
9699 (tramp-do-copy-or-rename-file-directly): Extend check for direct
9700 remote copying.
9701 (tramp-do-copy-or-rename-file-out-of-band): Handle new
9702 `tramp-methods' entry `copy-env' of "rsyncc".
9703 (tramp-vc-registered-read-file-names): New defconst.
9704 (tramp-vc-registered-file-names): New defvar.
9705 (tramp-handle-vc-registered): Implement optimization strategy.
9706 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9707 (tramp-vc-file-name-handler): New defun.
9708 (tramp-get-ls-command, tramp-get-test-command)
9709 (tramp-get-file-exists-command, tramp-get-remote-ln)
9710 (tramp-get-remote-perl, tramp-get-remote-stat)
9711 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
9712
9713 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9714 (tramp-cache-inhibit-cache): Extend doc string. It allows also
9715 timestamps.
9716 (tramp-get-file-property): Check for timestamps in
9717 `tramp-cache-inhibit-cache'.
9718 (tramp-set-file-property): Write timestamp.
9719
9720 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9721
9722 * language/japan-util.el (japanese-symbol-table): Add entries for
9723 cp932-2-byte.
9724
9725 * international/characters.el: Add category `j' to cp932-2-byte.
9726
9727 2009-08-27 Kenichi Handa <handa@m17n.org>
9728
9729 * international/fontset.el (build-default-fontset-data): New macro.
9730 (setup-default-fontset): Use build-default-fontset-data for CJK,
9731 tibetan, ethiopic, and ipa.
9732
9733 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9734
9735 * cus-start.el (default-major-mode): Customize `major-mode' instead.
9736 (enable-multibyte-characters): Not customizable any more.
9737
9738 * subr.el (default-mode-line-format, default-header-line-format)
9739 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9740 (default-direction-reversed, default-truncate-lines)
9741 (default-left-margin, default-tab-width, default-case-fold-search)
9742 (default-left-margin-width, default-right-margin-width)
9743 (default-left-fringe-width, default-right-fringe-width)
9744 (default-fringes-outside-margins, default-scroll-bar-width)
9745 (default-vertical-scroll-bar, default-indicate-empty-lines)
9746 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9747 (default-fringe-cursor-alist, default-scroll-up-aggressively)
9748 (default-scroll-down-aggressively, default-fill-column)
9749 (default-cursor-type, default-buffer-file-type)
9750 (default-cursor-in-non-selected-windows)
9751 (default-buffer-file-coding-system, default-major-mode)
9752 (default-enable-multibyte-characters): Mark as obsolete.
9753
9754 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
9755
9756 * vc-dir.el (vc-dir-update): Remove debug helper.
9757
9758 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9759
9760 2009-08-26 Sam Steingold <sds@gnu.org>
9761
9762 * simple.el (save-interprogram-paste-before-kill): New user option.
9763 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9764 save the interprogram-paste into kill-ring before overriding it
9765 with the Emacs kill.
9766
9767 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9768
9769 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9770 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9771 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9772 and move to vc-rcs.el.
9773 (vc-default-next-revision): Rename to vc-rcs-next-revision and
9774 move to vc-rcs.el.
9775 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9776 (vc-rcs-update-changelog): Remove.
9777 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9778 and move to vc-rcs.el.
9779
9780 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9781 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9782 renaming.
9783 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
9784 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
9785 vc.el, renamed to be RCS specific.
9786
9787 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9788 New functions.
9789 (vc-cvs-update-changelog): Move here from vc.el.
9790
9791 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9792 New functions.
9793
9794 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9795
9796 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9797
9798 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9799
9800 * vc-git.el (vc-git-register): Use "git add" for directories.
9801 (vc-git-stash, vc-git-stash-show): New functions.
9802 (vc-git-extra-menu-map): Bind them.
9803
9804 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9805 directory correctly in case the item is a directory itself.
9806
9807 * vc.el: Document the desired behavior for reverted files in the
9808 `added' state.
9809 (vc-default-prettify-state-info): Remove function, unused.
9810
9811 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
9812
9813 2009-08-26 Glenn Morris <rgm@gnu.org>
9814
9815 * bindings.el (standard-mode-line-format): Reposition dashes in
9816 which-func entry. (Bug#4217)
9817
9818 * files.el (enable-local-variables, enable-local-eval)
9819 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9820 the defcustoms.
9821 (auto-mode-alist, ignored-local-variables)
9822 (save-some-buffers-action-alist): Move risky declarations to the
9823 definitions.
9824 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9825 (font-lock-defaults, format-alist, imenu--index-alist)
9826 (imenu-generic-expression, input-method-alist, minor-mode-alist)
9827 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9828 (mode-line-modified, mode-line-mule-info, mode-line-position)
9829 (mode-line-process, mode-line-remote, outline-level)
9830 (parse-time-rules, rmail-output-file-alist)
9831 (special-display-buffer-names, vc-mode):
9832 Move risky declarations to the relevant files.
9833 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9834 (mode-line-modified, mode-line-process, mode-line-position)
9835 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9836 * font-core.el (font-lock-defaults):
9837 * format.el (format-alist):
9838 * vc-hooks.el (vc-mode):
9839 * window.el (special-display-buffer-names):
9840 * international/mule-cmds.el (input-method-alist):
9841 Define riskiness here (dumped file) rather than in files.el.
9842 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9843 * imenu.el (imenu-generic-expression, imenu--index-alist):
9844 * outline.el (outline-level):
9845 * time.el (display-time-string):
9846 * calendar/parse-time.el (parse-time-rules):
9847 * mail/rmailout.el (rmail-output-file-alist):
9848 Autoload riskiness here, rather than placing in files.el.
9849
9850 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
9851
9852 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9853
9854 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
9855
9856 * simple.el (process-file-side-effects): New defvar.
9857
9858 * dired-aux.el (dired-show-file-type):
9859 * vc.el (vc-diff-internal):
9860 * vc-arch.el (vc-arch-diff):
9861 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9862 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9863 * vc-git.el (vc-git-registered, vc-git-working-revision)
9864 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9865 (vc-git--empty-db-p):
9866 * vc-hooks.el (vc-user-login-name):
9867 * vc-svn.el (vc-svn-registered, vc-svn-state)
9868 (vc-svn-dir-extra-headers, vc-svn-find-revision):
9869 * progmodes/grep.el (grep-probe): Let-bind
9870 `process-file-side-effects' with nil.
9871
9872 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9873
9874 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9875 daemon. Replace ping by checking for running service for bluez
9876 and zeroconf. (Bug#4239)
9877
9878 2009-08-25 Kevin Ryde <user42@zip.com.au>
9879
9880 * net/dig.el (dig): Add autoload cookie.
9881
9882 2009-08-25 Glenn Morris <rgm@gnu.org>
9883
9884 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9885 load-history for absolute file-names.
9886 (byte-compile-file-form-require): Warn about use of the cl package.
9887
9888 * format.el (format-alist): Doc fix.
9889
9890 * play/bubbles.el (top-level): Don't require cl at run-time.
9891
9892 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9893 run-time cl).
9894
9895 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
9896
9897 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9898 from cl package.
9899 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9900
9901 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
9902
9903 * calc/calc-alg.el (math-trig-rewrite)
9904 (math-hyperbolic-trig-rewrite): New functions.
9905 (calc-simplify): Simplify trig functions when asked.
9906
9907 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9908
9909 * diff-mode.el (diff-find-source-location): Avoid goto-line.
9910
9911 2009-08-24 Kenichi Handa <handa@m17n.org>
9912
9913 * language/ind-util.el (mapthread): Delete it.
9914 (combinatorial): New function.
9915 (indian--puthash-cv): Use combinatorial instead of mapthread.
9916
9917 2009-08-22 Kevin Ryde <user42@zip.com.au>
9918
9919 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9920 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9921 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9922 Clarify docstring that the value is strings not symbols.
9923 (checkdoc-list-of-strings-p): New function.
9924
9925 2009-08-22 Glenn Morris <rgm@gnu.org>
9926
9927 * files.el (auto-mode-alist):
9928 * hippie-exp.el (he-concat-directory-file-name):
9929 * lpr.el (lpr-windows-system, printer-name):
9930 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9931 * ps-print.el (ps-windows-system):
9932 * startup.el (command-line):
9933 * emulation/viper-ex.el (viper-glob-function):
9934 * international/mule-cmds.el (set-language-environment-coding-systems):
9935 * net/ange-ftp.el (ange-ftp-write-region):
9936 * obsolete/fast-lock.el (fast-lock-cache-name):
9937 Remove code for defunct system-types emx, macos, mswindows, next-mach,
9938 unisoft-unix, vax-vms, win32, w32.
9939
9940 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9941 given name if the pattern is not more specific.
9942
9943 * calendar/lunar.el (lunar-phase-names): New option.
9944 (lunar-phase): Doc fix.
9945 (lunar-cycles-per-year): New constant.
9946 (lunar-index): New function.
9947 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9948 (lunar-phase-name): Use lunar-phase-names.
9949 (calendar-lunar-phases): Use format.
9950 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9951
9952 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9953 Copy imenu-example--name-and-position function here for own use.
9954 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9955
9956 * bs.el (bs--redisplay):
9957 * cus-edit.el (custom-redraw):
9958 * ibuffer.el (ibuffer-bury-buffer):
9959 * server.el (server-goto-line-column):
9960 * startup.el (command-line-1):
9961 * strokes.el (strokes-xpm-for-stroke):
9962 * term.el (term-display-buffer-line):
9963 * view.el (View-goto-line):
9964 * calc/calc.el (calc-do, calc-trail-buffer):
9965 * play/gamegrid.el (gamegrid-add-score-insecure):
9966 * progmodes/ada-mode.el (ada-compile-goto-error):
9967 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9968 (ebrowse-select-1st-to-9nth):
9969 * progmodes/cperl-mode.el (cperl-time-fontification):
9970 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9971 * progmodes/gud.el (gud-display-line):
9972 (idlwave-shell-display-line):
9973 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9974 * progmodes/make-mode.el (makefile-browser-toggle):
9975 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9976 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9977 * textmodes/picture.el (picture-draw-rectangle):
9978 * textmodes/reftex-index.el (reftex-index-goto-letter):
9979 (reftex-select-jump-to-previous):
9980 * textmodes/reftex-sel.el (reftex-find-start-point)
9981 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9982 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9983 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9984 * textmodes/tex-mode.el (tex-compilation-parse-errors):
9985 * textmodes/two-column.el (2C-associated-buffer):
9986 Use forward-line rather than goto-line.
9987
9988 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9989 goto-line.
9990
9991 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9992 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9993 (quick-check-list-to-regexp): Declare.
9994
9995 * progmodes/make-mode.el (makefile-browser-insert-selection):
9996 Use goto-char rather than goto-line.
9997
9998 * progmodes/prolog.el (compilation-error-regexp-alist)
9999 (compilation-forget-errors): Declare.
10000
10001 2009-08-22 Juri Linkov <juri@jurta.org>
10002
10003 * progmodes/grep.el (lgrep, rgrep): At the beginning
10004 set `dir' to `default-directory' unless `dir' is a non-nil
10005 readable directory. (Bug#4052)
10006 (lgrep, rgrep): Change a weird way to report an error
10007 from using `read-string' to using `error'.
10008 Instead of using interactive arguments in the function body,
10009 add new argument `confirm'.
10010
10011 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10012
10013 * textmodes/remember.el (remember-buffer):
10014 * progmodes/cperl-mode.el (cperl-vc-header-alist):
10015 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
10016 (icalendar-extract-ical-from-buffer):
10017 * net/newst-treeview.el (newsticker-groups-filename):
10018 * net/newst-backend.el (newsticker-cache-filename):
10019 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
10020 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
10021 (speedbar-add-ignored-path-regexp, speedbar-line-path)
10022 (speedbar-buffers-line-path, speedbar-path-line)
10023 (speedbar-buffers-line-path):
10024 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
10025 (epg-sign-keys):
10026 * epa.el (epa-display-verify-result):
10027 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
10028
10029 2009-08-21 Glenn Morris <rgm@gnu.org>
10030
10031 * progmodes/js.el (inferior-moz-process): Fix declaration.
10032
10033 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
10034
10035 * obsolete/rnewspost.el (news-mail-reply):
10036 Use goto-char rather than goto-line.
10037
10038 * term/ns-win.el (ns-open-file-select-line):
10039 Use line-beginning-position rather than goto-line.
10040
10041 * apropos.el (apropos-command):
10042 * ehelp.el (electric-helpify):
10043 * printing.el (pr-show-setup):
10044 * strokes.el (strokes-help):
10045 * tutorial.el (tutorial--describe-nonstandard-key)
10046 (tutorial--detailed-help):
10047 * woman.el (woman-mini-help, woman-display-extended-fonts):
10048 * calc/calc-help.el (calc-describe-key):
10049 * emulation/edt.el (edt-electric-helpify):
10050 * international/mule-diag.el (mule-diag):
10051 * play/yow.el (apropos-zippy):
10052 * progmodes/python.el (python-describe-symbol):
10053 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
10054 * textmodes/table.el (*table--cell-describe-mode)
10055 (*table--cell-describe-bindings):
10056 Use help-print-return-message rather than the now obsolete alias.
10057
10058 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
10059 (calendar-cursor-to-visible-date):
10060 * play/5x5.el (5x5-position-cursor):
10061 * play/decipher.el (decipher):
10062 * play/gomoku.el (gomoku-goto-xy):
10063 * play/landmark.el (lm-goto-xy):
10064 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10065 (mpuz-paint-digit):
10066 Use forward-line, not goto-line.
10067
10068 * mail/rmail.el (rmail-obsolete): Delete custom group.
10069 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10070 (rmail-remote-password, rmail-remote-password-required):
10071 Remove unneeded :set-after and :set properties.
10072
10073 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
10074
10075 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10076
10077 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
10078
10079 * loadup.el: Remove leftover macos code.
10080
10081 * vc-git.el (vc-git-annotate-command): Run asynchronously.
10082 Explicitly pass the date format to git blame so that user local
10083 so that the output format can be parsed.
10084
10085 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
10086
10087 * net/dbus.el (top): Don't check for (getenv
10088 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
10089
10090 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
10091
10092 * log-edit.el (log-edit-strip-single-file-name): New var.
10093 (log-edit-insert-changelog): Use it. Bug#3571
10094
10095 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10096
10097 * subr.el (read-passwd): Use read-key so keypad keys work as well.
10098 Bug#3287
10099
10100 * help.el (help-print-return-message): Rename from
10101 print-help-return-message.
10102
10103 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10104 cvs-mode-map parent hack.
10105 (log-view-mode): Derive from special-mode.
10106
10107 * linum.el (linum-mode): window-size-change-functions is redundant.
10108 Adapt to new window-configuration-change-hook behavior.
10109 (linum-after-size, linum-after-config): Remove.
10110
10111 * imenu.el (imenu-example--name-and-position)
10112 (imenu-example--lisp-extract-index-name)
10113 (imenu-example--create-lisp-index, imenu-example--create-c-index):
10114 Mark as obsolete.
10115
10116 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10117 (inferior-prolog-mode): Use it.
10118 (inferior-prolog-load-file): Reset list of errors.
10119
10120 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10121
10122 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10123
10124 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10125
10126 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
10127
10128 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10129 is running already.
10130
10131 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10132
10133 * subr.el (listify-key-sequence-1): Use normal syntax since those
10134 integers are nowadays always represented by the same (positive) number
10135 on all platforms.
10136 (read-key-empty-map): New const.
10137 (read-key-delay): New var.
10138 (read-key): New function.
10139 (force-mode-line-update): Use with-current-buffer.
10140 (locate-user-emacs-file): Don't forget to abbreviate the file name.
10141 (start-process-shell-command, start-file-process-shell-command):
10142 Discourage the use of command-args.
10143
10144 2009-08-19 Glenn Morris <rgm@gnu.org>
10145
10146 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10147
10148 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10149
10150 * simple.el (choose-completion-string): Don't rely on
10151 minibuffer-completing-file-name and ad-hoc checks to decide whether
10152 to continue completion or not.
10153
10154 * minibuffer.el (minibuffer-hide-completions): New function.
10155 (completion--do-completion): Use it.
10156 (completions-annotations): New face.
10157 (completion--insert-strings): Use it.
10158 (completion-pcm--delim-wild-regex): Add docstring.
10159 (completion-pcm--string->pattern): Add support for 0-width delimiters
10160 in completion-pcm--delim-wild-regex.
10161
10162 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
10163
10164 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10165 Remove unused var `buffer-modified-p'.
10166
10167 * minibuffer.el (completion--do-completion): Move point for the #b001
10168 case as well (bug#4176).
10169 (minibuffer-complete, minibuffer-complete-word): Don't move point.
10170
10171 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
10172
10173 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
10174 and :session buses.
10175
10176 2009-08-18 Kenichi Handa <handa@m17n.org>
10177
10178 * international/ucs-normalize.el (ucs-normalize-version):
10179 Change to 1.1.
10180 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10181 (utf-8-hfs): Make it perform normalization on encoding too.
10182
10183 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
10184 (sentence-end-without-space): Delete duplicated chars.
10185 (sentence-end-base): Likewise.
10186
10187 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
10188 (html-mode): Delete duplicated chars from sentence-end-base.
10189
10190 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
10191 (texinfo-mode): Delete duplicated chars from sentence-end-base.
10192
10193 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
10194
10195 * files.el (hack-one-local-variable): If the mode function is for
10196 a minor mode, pass it an argument (Bug#4148).
10197
10198 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
10199
10200 * net/tramp.el (tramp-register-completion-file-name-handler):
10201 Check also for (member 'partial-completion completion-styles).
10202
10203 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10204
10205 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10206 abbrev (Bug#3943).
10207
10208 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
10209
10210 * progmodes/cperl-mode.el: Merge upstream 6.2.
10211 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10212 (cperl-forward-re): Check cperl-brace-recursing.
10213 (cperl-highlight-charclass): New function.
10214 (cperl-find-pods-heres): Use it.
10215 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
10216 (cperl-beautify-regexp-piece): Fix column calculation.
10217 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
10218 (cperl-beautify-level): Don't process entire regexp.
10219 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10220 calling man.
10221 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10222 (cperl-init-faces): Build a list in the normal way.
10223
10224 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10225
10226 * calendar/parse-time.el (parse-time-string-chars): Save match
10227 data.
10228
10229 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10230
10231 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10232 (sql-product): Use it.
10233 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10234 (sql-set-product): Add completion.
10235 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10236 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10237 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10238 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10239 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10240 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10241 (sql-highlight-db2-keywords): Remove.
10242 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10243 (sql-highlight-product): Use derived-mode-p.
10244 (sql-set-sqli-buffer): Use with-current-buffer.
10245 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10246 Simplify.
10247
10248 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10249
10250 * term.el: Fix commenting convention, turn comments into docstrings.
10251
10252 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10253
10254 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10255
10256 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
10257
10258 * calendar/parse-time.el (parse-time-string-chars): Compute using
10259 character classes, to handle non-ascii characters (Bug#3190).
10260
10261 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10262
10263 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10264 another heredoc if the user adds another < (Bug#3226).
10265
10266 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10267 Don't initialize based on window-system (Bug#4124).
10268
10269 * facemenu.el (facemenu-read-color): Use a completion function
10270 that accepts any defined color, such as RGB triplets (Bug#3677).
10271
10272 * files.el (get-free-disk-space): Change fallback default
10273 directory to /. Expand DIR argument before switching to fallback.
10274 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10275
10276 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10277
10278 * files.el (load-library): Doc fix.
10279
10280 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
10281
10282 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10283 (viper-if-string): Redefine C-s in the minibuffer to insert the last
10284 incremental search string.
10285
10286 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10287 XEmacs.
10288
10289 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10290 (ediff-merge-region-is-non-clash)
10291 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10292 Also check if the job is really a merge job.
10293
10294 * ediff.el (ediff-current-file): New function.
10295
10296 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10297
10298 * progmodes/js.el: Edit docstrings throughout to follow Emacs
10299 conventions.
10300 (js-insert-and-indent): Delete function.
10301 (js-mode-map): Don't bind keys to js-insert-and-indent.
10302 (js-beginning-of-defun): Rename from js--beginning-of-defun.
10303 (js-end-of-defun): Rename from js--end-of-defun.
10304 (js-auto-indent-flag): Delete variable.
10305
10306 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
10307
10308 * progmodes/js.el: Remove proclaim statement.
10309 Defvar which-func-imenu-joiner-function to silence compiler.
10310
10311 * files.el (auto-mode-alist): Use js-mode for .js files.
10312
10313 * progmodes/js2-mode.el: Remove file.
10314
10315 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10316
10317 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10318
10319 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10320
10321 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
10322 Karl Landstrom <karl.landstrom@brgeight.se>
10323
10324 * progmodes/js.el: New file.
10325
10326 2009-08-14 Mark A. Hershberger <mah@everybody.org>
10327
10328 * timezone.el (timezone-parse-date): Add ability to understand ISO
10329 basic format (minimal separators) dates in addition to the
10330 already-supported extended format dates.
10331
10332 2009-08-14 Eli Zaretskii <eliz@gnu.org>
10333
10334 * international/ucs-normalize.el: Add a `coding' file variable.
10335
10336 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10337
10338 2009-08-14 Sam Steingold <sds@gnu.org>
10339
10340 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10341
10342 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
10343
10344 * faces.el (help-argument-name): Define it here instead of
10345 help-fns.el, because in daemon mode help-fns.el may be loaded when
10346 faces are still uninitialized (Bug#1078).
10347
10348 * help-fns.el (help-argument-name): Move defface to faces.el.
10349
10350 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
10351
10352 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10353 create buffer with a pty but no process so that GDB can make the
10354 inferior the controlling process.
10355
10356 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
10357
10358 * international/ucs-normalize.el: New file.
10359
10360 2009-08-13 Richard Stallman <rms@gnu.org>
10361
10362 * mail/rmail.el (rmail-get-attr-names):
10363 Accept an attribute header that is too short.
10364
10365 * mail/rmail.el (rmail-forget-messages):
10366 Ignore nil elt in rmail-message-vector. Use dotimes.
10367
10368 * progmodes/compile.el (compilation-goto-locus):
10369 Use next-error-move-function.
10370
10371 * simple.el (next-error-move-function): New variable.
10372
10373 2009-08-12 Juri Linkov <juri@jurta.org>
10374
10375 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10376 always non-nil. (Bug#4052)
10377
10378 * replace.el (read-regexp): Return empty string when
10379 `default-value' is nil.
10380 (keep-lines-read-args): Don't use empty string as the
10381 default value for `read-regexp'. (Bug#2495)
10382
10383 2009-08-12 Juri Linkov <juri@jurta.org>
10384
10385 * international/mule-cmds.el (ucs-insert): Change arguments
10386 from `arg' to `character', `count', `inherit' to be the same
10387 as in `insert-char'. Doc fix. (Bug#4039)
10388
10389 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10390
10391 2009-08-12 Juri Linkov <juri@jurta.org>
10392
10393 * files-x.el: New file.
10394
10395 * files.el: Move code that deals with adding/deleting
10396 file/directory-local variables to files-x.el.
10397
10398 * Makefile.in (ELCFILES): Add files-x.elc.
10399
10400 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
10401
10402 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10403 to use `goto-line'.
10404 (gdb-place-breakpoints, gdb-get-location): Rewritten without
10405 `goto-line'.
10406 (gdb-invalidate-disassembly): Do not refresh upon receiving
10407 'update signal. Instead, update all disassembly buffers only after
10408 threads list.
10409 (gdb): Send -target-detach when buffer is killed (Bug#3794).
10410 (gdb-starting): Moved -data-list-register-names...
10411 (gdb-stopped): ...here so it's sent when first thread stops.
10412 (gdb-registers-handler-custom): Do nothing if register names are
10413 unknown yet.
10414
10415 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10416 from `gdb-mi.el' to avoid extra tangling.
10417
10418 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
10419 change which breaks `gud-def' definitions used in `gdb'.
10420 (gdb-update-gud-running): No extra fuss for updating frame number.
10421
10422 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10423
10424 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10425 (describe-language-environment-map, setup-language-environment-map)
10426 (set-coding-system-map): Move initialization into declaration.
10427 (set-language-info-alist): Last arg to define-key-after can be skipped.
10428
10429 * international/quail.el (quail-completion-1): Simplify.
10430 (quail-define-rules): Use slightly more compact code.
10431 (quail-insert-decode-map): Propertize keys, compact columns.
10432
10433 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10434 Add goto-line.
10435
10436 2009-08-10 Miles Bader <miles@gnu.org>
10437
10438 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10439 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10440 (js2-instance-member, js2-private-member, js2-private-function-call)
10441 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10442 (js2-magic-paren, js2-external-variable):
10443 Remove "-face" suffix from face names.
10444 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10445 (js2-highlight-undeclared-vars, js2-peek-token)
10446 (js2-parse-function-params, js2-mode-show-errors)
10447 (js2-mode-show-warnings, js2-make-magic-delimiter)
10448 (js2-mode-highlight-magic-parens): Update to use new face names.
10449
10450 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
10451
10452 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10453 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
10454
10455 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
10456
10457 * subr.el: Provide hashtable-print-readable.
10458
10459 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10460 hs-c-like-adjust-block-beginning.
10461 (hs-hide-block-at-point): Stop hiding at the beginning of
10462 hs-block-end-regexp (Bug#700).
10463
10464 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
10465
10466 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10467 a macro.
10468 (gdb-registers-handler-custom): Do not fail when register names
10469 are unavailable.
10470
10471 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10472
10473 * progmodes/gdb-mi.el (gdb-control-all-threads)
10474 (gdb-control-current-thread): Interactive setters for
10475 `gdb-gud-control-all-threads' to use in menu.
10476 (gdb-show-run-p): Show «Go» when process is not active.
10477 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
10478 gud/thread.xpm and gud/all.xpm.
10479
10480 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
10481
10482 * net/net-utils.el (net-utils-font-lock-keywords): New var.
10483 (nslookup-font-lock-keywords): Make it a variable.
10484 (net-utils-mode): New mode for viewing diagnostic network output.
10485 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10486 (net-utils-run-simple): New function.
10487 (ifconfig, iwconfig, netstat, arp, route): Use it.
10488
10489 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10490
10491 * progmodes/gdb-mi.el (gdb-read-memory-custom)
10492 (gdb-memory-set-address, def-gdb-set-positive-number)
10493 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10494 after changing settings.
10495 (gdb-invalidate-disassembly): Update when first shown.
10496 (gdb-edit-locals-value): Fixed.
10497 (gdb-registers-handler-custom): Print registers in right order and
10498 allow changing register values (only for current thread yet).
10499 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10500 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10501 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10502 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
10503 info in mode name.
10504 (gdb-registers-mode-map): TAB to switch to locals.
10505
10506 2009-08-08 Eli Zaretskii <eliz@gnu.org>
10507
10508 * mail/rmail.el (rmail-add-mbox-headers)
10509 (rmail-set-message-counters-counter): Search for
10510 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
10511
10512 2009-08-08 Glenn Morris <rgm@gnu.org>
10513
10514 * Makefile.in (ELCFILES): Update.
10515
10516 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10517
10518 * mail/sendmail.el (mail-yank-original): Set
10519 buffer-file-coding-system from the one used by the message whose
10520 text is yanked.
10521
10522 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10523 to "windows" when "pgnuplot" is used.
10524 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
10525 call accept-process-output if "pgnuplot" is used.
10526 (calc-graph-init): Don't send -display and -geometry to
10527 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
10528 running "pgnuplot -V" with shell-command-to-string.
10529
10530 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10531 the default.
10532
10533 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10534
10535 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
10536 org/org-latex.elc.
10537
10538 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10539
10540 * vc-dispatcher.el (vc-resynch-window): Update comment.
10541
10542 * term.el (term-handle-ansi-escape): Add comments with the
10543 terminfo capabilities implemented.
10544
10545 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
10546
10547 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10548 (gdb-var-create-handler): Rewritten using JSON parser.
10549 (gdb-propertize-header): Moved earlier.
10550 (gdb-set-header): Removed to avoid duplication.
10551 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10552 Refresh disassembly buffers only after threads list have been
10553 update.
10554 (gdb-threads-header, gdb-registers-header): Per-buffer header line
10555 variables.
10556
10557 2009-08-04 Juri Linkov <juri@jurta.org>
10558
10559 * files.el: Commands to add/delete file/directory-local variables.
10560 (read-file-local-variable, read-file-local-variable-value)
10561 (read-file-local-variable-mode, modify-file-local-variable)
10562 (modify-file-local-variable-prop-line)
10563 (modify-dir-local-variable): New functions.
10564 (add-file-local-variable, delete-file-local-variable)
10565 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10566 (add-dir-local-variable, delete-dir-local-variable)
10567 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10568 (copy-dir-locals-to-file-locals-prop-line): New commands.
10569
10570 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
10571
10572 * abbrev.el (insert-abbrev-table-description): Prettify output.
10573 Suggested by Karl Chen.
10574
10575 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
10576
10577 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
10578 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
10579 (gdb-overlay-arrow-position, gdb-thread-position)
10580 (gdb-disassembly-position): Declare variables.
10581 (gdb-wait-for-pending): Function now.
10582 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10583 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10584 compilation goes smoothly.
10585 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10586 (gdb-non-stop-setting): New customization setting which replaces
10587 `gdb-non-stop' so changing it doesn't break active GDB session.
10588 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10589 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10590 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10591 (gdb-show-threads-by-default): New customization options.
10592 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10593 routines.
10594 (gdb-get-buffer-create): Send buffers update signal when they are
10595 created.
10596 (gdb-invalidate-locals, gdb-invalidate-registers)
10597 (gdb-invalidate-breakpoints)
10598 (gdb-invalidate-threads, gdb-invalidate-disassembly)
10599 (gdb-invalidate-memory): Accept update signal.
10600 (gdb-current-context-command): Use --frame option.
10601 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10602 Implement `gdb-frame-number' selection logic.
10603 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10604 whether to show GUD toolbar buttons.
10605 (gdb-thread-exited): Unselect current thread when it exits.
10606 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10607 (gdb-mark-line): Routine which sets overlay arrow or inverses
10608 video on fringeless displays.
10609 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10610 to build aligned columns of data in GDB buffers and set text
10611 properties line-by-line.
10612 (gdb-invalidate-breakpoints)
10613 (gdb-breakpoints-list-handler-custom)
10614 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10615 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10616 (gdb-registers-handler-custom): Align data columns.
10617 (gdb-locals-handler-custom): Now prints data like in variable
10618 declarations.
10619 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10620 Removed confusing buttons.
10621 (gdb-invalidate-threads): Append --frame.
10622 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10623 between breakpoints/threads buffers.
10624 (gdb-set-window-buffer): Now can ignore dedicated windows.
10625 (gdb-propertize-header): Use `gdb-set-window-buffer'.
10626 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10627 (def-gdb-thread-buffer-gud-command): Replaces
10628 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10629 for fine thread control.
10630 (gdb-preempt-existing-or-display-buffer): New function used to
10631 display bound buffers without breaking window layout.
10632 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10633 (gdb-select-frame): New version of `gdb-frames-select' which now
10634 sets `gdb-frame-number' so commands may use --frame option instead
10635 of inner debugger state.
10636 (gdb-frame-handler): Do not set `gdb-frame-number'.
10637 (gdb-threads-mode-map): Select threads with mouse.
10638
10639 * progmodes/gud.el (gdb-gud-context-call): Declare function to
10640 avoid compilation warning.
10641 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10642 `gdb-show-stop-p`.
10643
10644 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10645 Argument `key' renamed to `buffer-type'.
10646 (gdb-current-context-buffer-name): Do not add thread info to
10647 buffer name when no thread is selected.
10648 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10649 command (bug 3794).
10650 (gdb-thread-selected): Handle `=thread-selected' notification.
10651 (gdb-wait-for-pending): New macro to deal with congestion problems.
10652 (gdb-breakpoints-list-handler-custom): Don't fail on pending
10653 breakpoints.
10654 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10655 This fixes problem similar to one described in bug 3947.
10656 (gud-menu-map): More menu items.
10657 (gdb-init-1): Reset `gdb-thread-number' to nil.
10658
10659 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10660 non-stop settings.
10661
10662 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10663 (gdb-current-context-command): Do not append --thread if
10664 `gdb-thread-number' is nil.
10665 (gdb-running-threads-count, gdb-stopped-threads-count): New
10666 variables.
10667 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10668 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
10669 customization options.
10670 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10671 GUD commands.
10672 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
10673 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10674 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10675 set `gdb-thread-number' and update `gud-running' properly.
10676 (gdb-running): Update threads list when new threads appear.
10677 (gdb-stopped): Support non-stop operation and new thread switching
10678 logic.
10679 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10680 (gdb-json-partial-output): New set of JSON routines.
10681 (def-gdb-auto-update-trigger): New `signal-list' optional
10682 argument.
10683 (gdb-thread-list-handler-custom): Update `gud-running',
10684 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10685 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10686 (gdb-continue-thread, gdb-step-thread): New commands for fine
10687 thread execution control.
10688 (gud-menu-map): New menu items to switch non-stop options.
10689 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
10690 (gdb-send): Mimic RET properly (bug 3794).
10691
10692 * progmodes/gdb-mi.el (gdb-rules-name-maker)
10693 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10694 gdb-buffer-rules.
10695 (def-gdb-auto-update-handler): New nopreserve optional argument.
10696 (gdb-stack-list-frames-custom): Print stack from top to bottom.
10697
10698 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
10699 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10700 (gdb-parent-mode): New mode to derive other GDB modes from.
10701 (gdb-display-disassembly-for-thread)
10702 (gdb-frame-disassembly-for-thread): New commands for threads
10703 buffer.
10704
10705 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10706 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
10707 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10708 (gdb-update): We now store all GDB buffers in a list so that they
10709 can be updated by traversing a list instead of calling invalidate
10710 triggers explicitly.
10711 (def-gdb-trigger-and-handler): New macro to define trigger-handler
10712 pair for GDB buffer.
10713 (gdb-stack-buffer-name): Add thread information.
10714 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10715 handle pending triggers.
10716 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10717 (def-gdb-thread-buffer-simple-command)
10718 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10719 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
10720 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10721 New commands which show buffers bound to thread.
10722 (gdb-stack-list-locals-regexp): Removed unused regexp.
10723
10724 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10725 (gdb-locals-buffer-name, gdb-registers-buffer-name)
10726 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10727 to (gud-comint-buffer) in *-buffer-name functions
10728 because (gdb-get-target-string) already does that.
10729 (gdb-locals-handler-custom, gdb-registers-handler-custom)
10730 (gdb-changed-registers-handler): Rewritten without regexps.
10731
10732 * progmodes/gdb-mi.el: Basic thread selection support.
10733 (gdb-thread-number): New variable.
10734 (gdb-current-context-command): New macro which adds --thread
10735 option to command.
10736 (gdb-threads-mode-map): Select thread with SPC.
10737 (gdb-thread-list-handler-custom): Mark current thread with overlay
10738 arrow. Synchronize GDB thread and Emacs thread.
10739 (gdb-select-thread): New command which selects current thread.
10740 (gdb-invalidate-frames, gdb-invalidate-locals)
10741 (gdb-invalidate-registers): Use --thread option.
10742
10743 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
10744
10745 * net/tramp.el (top): Make check for tramp-gvfs loading more
10746 robust. (Bug#3977)
10747 (tramp-handle-insert-file-contents): `unwind-protect' must be
10748 inside `with-parsed-tramp-file-name'.
10749
10750 * net/tramp-gvfs.el (top): Remove superfluous message when loading
10751 fails.
10752
10753 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
10754
10755 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10756 directory if CLASSPATH is not set.
10757
10758 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
10759
10760 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10761 New defconst.
10762 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
10763
10764 2009-08-02 Kevin Ryde <user42@zip.com.au>
10765
10766 * net/newst-backend.el (newsticker--raw-url-list-defaults):
10767 Update freshmeat link. Delete newsforge.com as it seems gone.
10768
10769 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10770
10771 * select.el (x-set-selection): Doc fix (Bug#4021).
10772
10773 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10774
10775 * help-fns.el (describe-variable): Treat list return values from
10776 dir-locals-find-file properly (Bug#4005).
10777
10778 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
10779
10780 * net/tramp.el (tramp-debug-message): Print also microseconds.
10781
10782 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
10783
10784 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10785 or END is non-nil.
10786 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10787 (tramp-get-debug-buffer): Change `outline-regexp' according to new
10788 format.
10789
10790 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
10791 (tramp-get-file-property): Use it.
10792
10793 * autorevert.el (auto-revert-handler): Allow
10794 `auto-revert-tail-mode' for remote files.
10795
10796 2009-08-02 Jason Rumney <jasonr@gnu.org>
10797
10798 * minibuffer.el (read-file-name): Treat confirm options to
10799 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
10800
10801 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10802
10803 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10804 (font-lock-variable-name-face, font-lock-constant-face): Darken
10805 the colors for light backgrounds.
10806
10807 2009-08-01 Eli Zaretskii <eliz@gnu.org>
10808
10809 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10810 month names. (Bug#3987)
10811
10812 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
10813
10814 * simple.el (line-move-finish): Pass whole number to
10815 line-move-to-column.
10816 (line-move-visual): Perform hscroll to the recorded position.
10817
10818 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
10819
10820 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10821
10822 2009-07-29 Alan Mackenzie <acm@muc.de>
10823
10824 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10825
10826 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
10827
10828 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10829 (gdb-place-breakpoints): Use full path when setting breakpoints.
10830
10831 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
10832
10833 * calc/calc.el (calc-mode-map): Add keybinding for
10834 `calc-transpose-lines'.
10835
10836 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
10837
10838 * calc/calc-misc.el (calc-transpose-lines): New function.
10839
10840 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
10841
10842 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10843 Simplify check for out-of-band methods.
10844 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10845 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
10846
10847 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
10848
10849 * vc-git.el (vc-git-checkin): Fix typo.
10850
10851 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
10852
10853 * progmodes/js2-mode.el: New file.
10854
10855 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
10856
10857 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10858 (gud-menu-map): Adjust tooltip accordingly.
10859
10860 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10861
10862 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10863 (vc-bzr-log-view-mode): Adjust log-view-file-re.
10864
10865 * add-log.el (change-log-mode-map): Add a menu.
10866
10867 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
10868
10869 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10870 function returns nil.
10871 (dbus-handle-event): Handle special return value :ignore.
10872 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10873
10874 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
10875
10876 * view.el (view-mode-enable): Don't define Helper-return-blurb if
10877 it's not needed.
10878
10879 2009-07-25 Eli Zaretskii <eliz@gnu.org>
10880
10881 Fix Bug#3888:
10882
10883 * w32-vars.el (x-select-enable-clipboard): Doc fix.
10884
10885 * term/pc-win.el (x-display-name, x-colors)
10886 (x-select-enable-clipboard, x-select-text): Doc fix.
10887
10888 * term/common-win.el (x-display-name, x-colors): Doc fix.
10889
10890 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10891 (xw-defined-colors): Doc fix.
10892
10893 * w32-fns.el (x-select-text, x-setup-function-keys)
10894 (x-get-selection, x-set-selection): Doc fix.
10895
10896 * term/x-win.el (x-select-text, x-setup-function-keys)
10897 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10898
10899 * select.el (x-set-selection): Doc fix.
10900
10901 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
10902
10903 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10904 instead of "IsNSSSupportAvailable". Avahi ought to work also when
10905 "IsNSSSupportAvailable" method is not available. Reported by
10906 Steve Youngs <steve@sxemacs.org>.
10907
10908 2009-07-24 Kenichi Handa <handa@m17n.org>
10909
10910 * international/characters.el: Fix setting of category ?C, ?|, ?K,
10911 and ?H. Fix setting of case for Latin Extended and Greek Extended.
10912 (build-unicode-category-table): Fix range checks.
10913
10914 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10915
10916 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10917 the buffer we try to sync is current when calling
10918 vc-resynch-buffer.
10919
10920 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10921 not show up to date files.
10922
10923 2009-07-24 Glenn Morris <rgm@gnu.org>
10924
10925 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10926 Add autoload cookies. If necessary, initialize.
10927 (elint-log): Handle non-file buffers.
10928 (elint-initialize): Add optional argument to reinitialize.
10929 (elint-find-builtin-variables): Save excursion.
10930
10931 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10932
10933 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10934 for Lint.
10935
10936 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10937
10938 * vc.el (vc-print-log-internal): New function, split out from ...
10939 (vc-print-log): ... here.
10940 (vc-dir-move-to-goal-column): Declare.
10941
10942 * vc-git.el (vc-git-add-signoff): New variable.
10943 (vc-git-checkin): Use it.
10944 (vc-git-toggle-signoff): New function.
10945 (vc-git-extra-menu-map): Bind it to menu.
10946 (vc-git--run-command-string): Accept a nil FILE argument.
10947 (vc-git-stash-list): New function.
10948 (vc-git-dir-extra-headers): Use it.
10949
10950 2009-07-23 Glenn Morris <rgm@gnu.org>
10951
10952 * help-fns.el (describe-variable): Describe ignored and risky local
10953 variables in a similar way to that in which we describe safe ones.
10954
10955 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10956 (byte-compile-output-file-form, byte-compile-output-docform)
10957 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10958 Give some more local variables with common names a "bytecomp-" prefix,
10959 so as not to shadow things during compilation.
10960 * emacs-lisp/cl-macs.el (load-time-value)
10961 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10962 `outbuffer' to `bytecomp-outbuffer'.
10963
10964 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10965 since the next two variables cover them automatically now.
10966 (elint-builtin-variables, elint-autoloaded-variables): New.
10967 (elint-unknown-builtin-args): Remove all members, since they can be
10968 parsed automatically now.
10969 (elint-extra-errors): New.
10970 (elint-env-add-env, elint-env-add-macro): Use cadr.
10971 (elint-current-buffer): Use or. Change final message.
10972 (elint-get-top-forms): Use line-end-position.
10973 (elint-init-env): Use cadr. Handle autoload, declare-function,
10974 and defalias.
10975 (elint-add-required-env): Doc fix. Use or. Standardize error.
10976 (regexp-assoc): Remove unused function.
10977 (elint-top-form): Set elint-current-pos, to record the start of the
10978 top-level form, for compilation-mode.
10979 (elint-form): Trap errors in macro expansion. Use dolist.
10980 (elint-unbound-variable): Use elint-builtin-variables and
10981 elint-autoloaded-variables.
10982 (elint-get-args): Use cadr, or.
10983 (elint-check-cond-form): Use dolist, cadr.
10984 (elint-check-condition-case-form): Doc fix. Use cadr.
10985 Use elint-extra-errors.
10986 (elint-log): New function.
10987 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10988 Distinguish errors and warnings.
10989 (elint-log-message): Use with-current-buffer. Inhibit read-only.
10990 Use a bytecomp-style format.
10991 (elint-clear-log): Preserve default-directory. Inhibit read-only.
10992 (elint-get-log-buffer): Use compilation mode. Disable undo.
10993 Don't truncate lines.
10994 (elint-initialize): Set builtin and autoloaded variable lists.
10995 Only process elint-unknown-builtin-args if non-nil.
10996 (elint-find-builtin-variables, elint-find-autoloaded-variables):
10997 New functions.
10998 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
10999
11000 2009-07-22 Kevin Ryde <user42@zip.com.au>
11001
11002 * net/newst-backend.el (newsticker--parse-atom-1.0)
11003 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11004 (newsticker--parse-rss-1.0):
11005 * progmodes/idlwave.el (idlwave-mode):
11006 * progmodes/idlw-shell.el (idlwave-shell-mode):
11007 * progmodes/vera-mode.el (vera-mode):
11008 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
11009 * progmodes/vhdl-mode.el (vhdl-mode):
11010 * textmodes/table.el (table-generate-source)
11011 (table--warn-incompatibility):
11012 Hyperlink urls in docstrings with URL `...'.
11013
11014 2009-07-22 Glenn Morris <rgm@gnu.org>
11015
11016 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
11017 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
11018 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
11019 Remove leading * from defcustom docs.
11020
11021 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
11022
11023 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
11024 defcustom doc.
11025 (list-load-path-shadows): Optionally, just return shadows as a string.
11026
11027 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
11028
11029 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
11030
11031 * mail/rmailedit.el (rmail-edit-mode): Use
11032 auto-save-include-big-deletions.
11033
11034 * mail/rmail.el (rmail-variables): Use
11035 auto-save-include-big-deletions.
11036
11037 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
11038 changes.
11039
11040 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
11041
11042 * calc/calc.el (calc-undo-length): New variable.
11043 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
11044
11045 2009-07-21 Richard Stallman <rms@gnu.org>
11046
11047 * files.el (auto-save-mode): Handle buffer-save-size = -2
11048 for toggling mode.
11049
11050 2009-07-21 Glenn Morris <rgm@gnu.org>
11051
11052 * textmodes/ispell.el (ispell-looking-back): Update declaration.
11053
11054 * calendar/todo-mode.el (calendar-current-date): Update declaration.
11055
11056 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
11057 silence compiler. Instead...
11058 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
11059 (ps-print-ensure-fontified): Update for above function name changes.
11060
11061 * printing.el (pr-mh-get-msg-num, pr-mh-show)
11062 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11063 silence compiler. Instead...
11064 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11065 (mh-show-buffer): Only define for compiler.
11066 (pr-mh-current-message): Update for above function name changes.
11067
11068 * files.el (abort-if-file-too-large): Explicitly pass `filename'
11069 as an argument.
11070 (find-file-noselect, insert-file-1): Update for above change.
11071
11072 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11073
11074 * mail/mailclient.el (mailclient-send-it): Fix message.
11075
11076 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11077 (edebug-eval): Check cl-debug-env is bound.
11078 (print-level, print-circle): Don't redefine built-in variables.
11079
11080 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11081 (custom-print-vectors): Remove old comments from doc.
11082
11083 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11084 (emerge-version): Make the variable an obsolete alias for the
11085 emacs-version variable. Make the function obsolete.
11086 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11087 Emerge options, rather than merging in into the main Options menu.
11088 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
11089 and auto advance modes. Disable edit/fast items when not relevant.
11090
11091 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11092
11093 * term/vt420.el (terminal-init-vt420): Fix typo.
11094
11095 2009-07-20 Sam Steingold <sds@gnu.org>
11096
11097 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11098 variable (removed from compile.el on 2004-03-11).
11099
11100 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
11101
11102 * files.el (hack-local-variables-filter): Fix last change.
11103
11104 2009-07-19 Juri Linkov <juri@jurta.org>
11105
11106 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11107 (dir-local-variables-alist): New buffer-local variable.
11108 (hack-local-variables-filter): If variable is not dir-local,
11109 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11110 because file-local overrides dir-local.
11111 (c-postprocess-file-styles) <declare-function>:
11112 Remove obsolete declaration.
11113 (hack-dir-local-variables): Add dir-local variable/value pair to
11114 `dir-local-variables-alist' and remove duplicates. Doc fix.
11115
11116 * help-fns.el (describe-variable): Add information about
11117 file-local and dir-local variables.
11118
11119 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
11120
11121 * files.el (hack-local-variables-filter): Rewrite.
11122
11123 2009-07-19 Glenn Morris <rgm@gnu.org>
11124
11125 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11126 Silence compiler by only defining on XEmacs.
11127
11128 * international/mule.el (auto-coding-regexp-alist): Only match
11129 BABYL... at the start of buffer, not of lines. (Bug#3790)
11130
11131 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11132 non-calendar buffers (Bug#3862). Restore "not on a date" message.
11133 (cal-menu-context-mouse-menu): Doc fix.
11134
11135 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11136
11137 * simple.el (mail-user-agent): Doc fix. Set :version tag.
11138
11139 2009-07-18 Juri Linkov <juri@jurta.org>
11140
11141 * info.el: Virtual Info keyword finder.
11142 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
11143 (Info-finder-file): New variable.
11144 (Info-finder-find-file): New function.
11145 (finder-known-keywords, finder-package-info)
11146 (find-library-name, lm-commentary): Use defvar and
11147 declare-function to silence compiler warnings.
11148 (Info-finder-find-node): New function.
11149 (info-finder): New command.
11150
11151 * subr.el (process-kill-buffer-query-function): New function.
11152 (add-hook)<kill-buffer-query-functions>: Add hook
11153 `process-kill-buffer-query-function'.
11154
11155 2009-07-18 Alan Mackenzie <acm@muc.de>
11156
11157 * progmodes/cc-mode.el (c-before-hack-hook)
11158 (c-postprocess-file-styles): Give invocation of `c-set-style'
11159 DONT-OVERRIDE parameter of t. Already set style variables will
11160 thus not be overridden by style settings given by `c-file-syle'.
11161
11162 * files.el (hack-local-variables-filter): Remove entries with
11163 duplicate keys from `file-local-variables-alist'.
11164
11165 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11166
11167 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11168 x-set-selection if display-selections-p returns nil for the
11169 current frame.
11170
11171 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
11172
11173 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11174
11175 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11176
11177 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11178 Accept nil in addition to a regexp.
11179 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11180 Accept nil in addition to a regexp.
11181 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11182 buffers that have an associated file. Handle nil values of
11183 desktop-buffers-not-to-save and desktop-files-not-to-save.
11184 (Bug#3833)
11185
11186 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11187 (x-disown-selection-internal): New functions.
11188
11189 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
11190
11191 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11192 warning.
11193 (gdb-breakpoints-header): Move forward to avoid compiler warning.
11194 (gdb-make-header-line-mouse-map): Remove duplicate definition.
11195
11196 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
11197
11198 * simple.el (set-mark): Revert last change.
11199
11200 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
11201
11202 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11203 rendering of pngs is not possible instead of messaging a long
11204 description.
11205
11206 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
11207
11208 * w32-fns.el (x-selection-owner-p): New function.
11209
11210 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
11211 (mouse-yank-at-click, mouse-yank-primary): If
11212 select-active-regions is non-nil, deactivate the mark before
11213 insertion.
11214
11215 * simple.el (deactivate-mark, set-mark): Only save selection if we
11216 own it.
11217
11218 2009-07-17 Kenichi Handa <handa@m17n.org>
11219
11220 * case-table.el (describe-buffer-case-table): Fix for the case
11221 that KEY is a cons.
11222
11223 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11224
11225 * vc-rcs.el (vc-rcs-find-file-hook):
11226 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11227
11228 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
11229
11230 * net/tramp.el (tramp-wait-for-output): Handle the case when
11231 commands do not return a newline but a null byte before the shell
11232 prompt. (Bug#3858)
11233
11234 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11235
11236 * term/ns-win.el (ns-set-alpha): Don't declare.
11237 (ns-set-background-alpha): Remove function.
11238
11239 2009-07-16 Kevin Ryde <user42@zip.com.au>
11240
11241 * emacs-lisp/copyright.el (copyright-update): Save match-data across
11242 y-or-n-p, for safety.
11243
11244 2009-07-16 Richard Stallman <rms@gnu.org>
11245
11246 * files.el (auto-save-mode): If buffer-saved-size is -2,
11247 don't clobber it.
11248
11249 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11250 (rmail-retry-ignored-headers): Add more uninteresting fields.
11251
11252 2009-07-15 Jari Aalto <jari.aalto@cante.net>
11253
11254 * net/rcirc.el (rcirc): Use history variables.
11255 (rcirc-server-name-history, rcirc-nick-name-history)
11256 (rcirc-server-port-history): New variables.
11257
11258 2009-07-15 Kenichi Handa <handa@m17n.org>
11259
11260 * international/mule-cmds.el (set-language-environment-charset):
11261 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11262 ignore them.
11263
11264 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11265 Delete unibyte-display.
11266
11267 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11268
11269 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11270
11271 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11272
11273 * simple.el (deactivate-mark): Optional argument FORCE.
11274 (set-mark): Use deactivate-mark.
11275
11276 * info.el (Info-search): No need to check transient-mark-mode
11277 before calling deactivate-mark.
11278
11279 * select.el (x-set-selection): Doc fix.
11280 (x-valid-simple-selection-p): Allow buffer values.
11281 (xselect--selection-bounds): Handle buffer values. Suggested by
11282 David De La Harpe Golden.
11283
11284 * mouse.el (mouse-set-region, mouse-drag-track): Call
11285 copy-region-as-kill before setting the mark, to let
11286 select-active-regions work.
11287
11288 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
11289
11290 * simple.el (deactivate-mark): If select-active-regions is
11291 non-nil, copy the selection data into a string.
11292 (activate-mark): If select-active-regions is non-nil, set the
11293 selection to the current buffer.
11294 (set-mark): Update selection if select-active-regions is non-nil.
11295
11296 * select.el (x-valid-simple-selection-p): Allow buffer values.
11297
11298 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
11299
11300 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11301 and more featureful message-mode.
11302
11303 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
11304
11305 * select.el (x-set-selection): Doc fix.
11306 (x-valid-simple-selection-p): Disallow selection data consisting
11307 of a list or cons of integers, since that is not used.
11308 (xselect--selection-bounds, xselect--int-to-cons): New functions.
11309 (xselect-convert-to-string, xselect-convert-to-length)
11310 (xselect-convert-to-filename, xselect-convert-to-charpos)
11311 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11312
11313 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
11314
11315 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11316 output in -break-info command (Emacs bug #3794).
11317
11318 2009-07-14 Glenn Morris <rgm@gnu.org>
11319
11320 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11321 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11322 (edebug-print-length, edebug-print-level, edebug-print-circle)
11323 (edebug-sit-for-seconds, edebug-view-outside)
11324 (edebug-bounce-point, edebug-set-global-break-condition)
11325 (edebug-Go-nonstop-mode, edebug-trace-mode)
11326 (edebug-Trace-fast-mode, edebug-continue-mode)
11327 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11328 (edebug-visit-eval-list): Doc fixes.
11329
11330 * subr.el (def-edebug-spec): Doc fix.
11331
11332 2009-07-14 Kenichi Handa <handa@m17n.org>
11333
11334 * international/characters.el: Fix setting of category ?C.
11335
11336 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
11337
11338 * term/ns-win.el (x-select-font): defalias x-select-font to
11339 ns-popup-font-panel instead of generate-fontset-menu.
11340
11341 2009-07-12 Eli Zaretskii <eliz@gnu.org>
11342
11343 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
11344
11345 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
11346
11347 * arc-mode.el (archive-find-type): Allow for a PK00 string before
11348 the PK\003\004 header (Bug#3770).
11349
11350 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
11351
11352 * pcomplete.el (pcomplete-comint-setup): Check for
11353 shell-dynamic-complete-filename too.
11354
11355 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
11356
11357 * simple.el (temporary-goal-column): Change the value for
11358 line-move-visual to a cons cell.
11359 (line-move-visual): Record or set the window hscroll, if
11360 necessary (Bug#3494).
11361 (line-move-1): Handle cons value of temporary-goal-column.
11362
11363 2009-07-11 Kenichi Handa <handa@m17n.org>
11364
11365 * international/mule-diag.el (describe-character-set): Don't show
11366 width.
11367
11368 2009-07-10 Sam Steingold <sds@gnu.org>
11369
11370 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11371 Omake sometimes indents the errors it prints, so allow all
11372 regexps to start with spaces.
11373
11374 2009-07-10 Eli Zaretskii <eliz@gnu.org>
11375
11376 * cus-edit.el (customize-changed-options-previous-release):
11377 Bump value to 22.1. (Bug#3804)
11378
11379 2009-07-08 Sam Steingold <sds@gnu.org>
11380
11381 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11382 to be a cons cell (test . ignored-directory) to selectively ignore
11383 some directories depending on the location of the search.
11384
11385 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
11386
11387 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11388 remote user is root, on the local host.
11389 (tramp-local-host-p): Either the local user or the remote user
11390 must be root. (Bug#3771)
11391
11392 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11393
11394 * progmodes/gdb-mi.el (gdb): Remove description of
11395 gdb-use-separate-io-buffer.
11396 (menu): Don't allow toggling of or enable
11397 gdb-use-separate-io-buffer from menubar.
11398
11399 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
11400
11401 * mail/unrmail.el (unrmail): Make sure the message ends with two
11402 newlines (Bug#3769).
11403
11404 2009-07-08 Glenn Morris <rgm@gnu.org>
11405
11406 * calendar/calendar.el (calendar-current-date): Rework previous change.
11407
11408 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
11409
11410 * calendar/calendar.el (calendar-current-date):
11411 Add an optional argument giving an offset from today.
11412
11413 2009-07-08 Glenn Morris <rgm@gnu.org>
11414
11415 * tutorial.el (tutorial--describe-nonstandard-key):
11416 Adjust the message for when a key has been unbound.
11417 (help-with-tutorial): Hide the arch-tag.
11418
11419 2009-07-08 Kenichi Handa <handa@m17n.org>
11420
11421 * international/fontset.el (setup-default-fontset): For each
11422 script, append (not set) font-specs.
11423
11424 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11425 docstring.
11426
11427 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11428
11429 * progmodes/gdb-mi.el (gdb-init-1): Move sending
11430 -data-list-register-names to ...
11431 (gdb-starting): ... here because GDB 7.0 requires execution to
11432 have started when using this MI command.
11433 (gdb-set-header): New function to distinguish select and
11434 unselected tabs in gdb buffers.
11435 (gdb-propertize-header): New macro that uses gdb-set-header.
11436 (gdb-breakpoints-header, gdb-locals-header): Use it.
11437 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
11438
11439 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
11440
11441 * Makefile.in (ELCFILES): Remove fadr.elc.
11442
11443 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
11444
11445 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11446 may contain frame information, so `string-match' should be used.
11447 (gdb-update): Disassembly is invalidated through
11448 `gdb-get-selected-frame'.
11449 (gdb-pad-string): New function to pad string with spaces.
11450 (gdb-invalidate-disassembly): Invalidate only if the buffer
11451 exists.
11452 (gdb-disassembly-handler-custom): Column alignment.
11453 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11454 placing new ones.
11455 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11456 end of line, too.
11457 (gdb-frame-handler): Match convention to for disassembly buffer
11458 mode name.
11459 (gdb-stack-list-frames-handler): Rewritten without regexps.
11460 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11461 not highlight breakpoints without line information.
11462 (gdb-input): Add trailing newline to command.
11463
11464 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11465 buffer properly.
11466 (gdb-breakpoints-list-handler-custom): Replacement for
11467 `gdb-break-list-handler'. Using real parser instead of regexps
11468 now.
11469 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11470 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11471 to place breakpoints.
11472 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11473 functions.
11474 (gdb-disassembly-handler-custom): Show overlay arrow.
11475 (gdb-disassembly-place-breakpoints): Show breakpoints in
11476 disassembly buffer.
11477 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11478 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
11479 instead of parsing breakpoints buffer. Fixed old menu references
11480 in `gud-menu-map'.
11481
11482 * fadr.el: Remove.
11483
11484 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
11485 (gdb-memory-address): New variable which holds top address of
11486 memory page shown in memory buffer.
11487 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
11488 customization variables.
11489 New functions:
11490 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11491 display the memory buffer.
11492 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11493 buffer display parameters.
11494 (def-gdb-memory-format, gdb-memory-format-binary)
11495 (gdb-memory-format-octal, gdb-memory-format-unsigned)
11496 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11497 Functions for setting memory buffer format.
11498 (gdb-memory-unit-word, gdb-memory-unit-halfword)
11499 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11500 unit size used in memory buffer.
11501 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
11502 to next/previous page of memory buffer.
11503 Now using (bindat-get-field) instead of fadr functions.
11504
11505 2009-07-07 Sam Steingold <sds@gnu.org>
11506
11507 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11508 non-top-level files.
11509
11510 2009-07-07 Kenichi Handa <handa@m17n.org>
11511
11512 * international/mule-cmds.el (reset-language-environment): Put
11513 the highset priority to the charset iso-8859-1.
11514
11515 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11516
11517 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11518 to the end of the line when locating the block (Bug#700).
11519
11520 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
11521
11522 * net/tramp.el (tramp-handle-write-region): Flush file properties
11523 in case of short track.
11524
11525 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
11526
11527 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11528 Coded custom representation of verilog error regular expressions
11529 to work with Emacs-22's new format.
11530 (verilog-error-regexp-xemacs-alist): Coded custom representation
11531 of verilog error regular expressions to work with XEmacs format.
11532 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11533 error recognition into XEmacs.
11534 (verilog-error-regexp-add-emacs): Hook routine to install verilog
11535 error recognition into Emacs-22.
11536
11537 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11538
11539 * woman.el: Remove stand-alone closing parentheses.
11540 (woman-file-name, woman2-format-paragraphs)
11541 (woman-leave-blank-lines): Code cleanup.
11542 (woman-use-own-frame): Change default to nil.
11543 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
11544 defaults to inherit from default faces.
11545 (woman2-process-escapes): Consume the newline after a stand-alone
11546 filler character (Bug#3651).
11547
11548 2009-07-06 Glenn Morris <rgm@gnu.org>
11549
11550 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11551 (top-level): Move provide to the end.
11552 (ffap): Remove defunct URL from custom group.
11553
11554 * subr.el (eval-after-load): Doc fix.
11555
11556 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
11557
11558 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11559 `calc-embedded-word' is called twice.
11560
11561 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11562
11563 * files.el (find-alternate-file-other-window, find-alternate-file):
11564 Obey confirm-nonexistent-file-or-buffer.
11565
11566 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
11567
11568 * dired-aux.el (dired-show-file-type): Handle remote files.
11569
11570 2009-07-05 Jari Aalto <jari.aalto@cante.net>
11571
11572 * desktop.el (desktop-globals-to-save):
11573 Add file-name-history (Bug#2750).
11574
11575 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
11576
11577 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
11578
11579 2009-07-04 Johan Bockgård <bojohan@gnu.org>
11580
11581 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11582 property on entire argument since this is what eshell-lisp-command
11583 expects.
11584
11585 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
11586
11587 * net/tramp-gvfs.el (tramp-gvfs-methods)
11588 (tramp-gvfs-zeroconf-domain)
11589 (tramp-bluez-discover-devices-timeout): Add version flag.
11590 (tramp-gvfs-handler-mounted-unmounted)
11591 (tramp-gvfs-connection-mounted-p): Polish handling of
11592 incompatibilities between GVFS 0.2 and 1.0.
11593
11594 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
11595
11596 * cus-start.el (all): Add make-pointer-invisible.
11597
11598 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
11599
11600 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
11601 formatted correctly.
11602
11603 2009-07-02 Juri Linkov <juri@jurta.org>
11604
11605 * info.el: Virtual Info files and nodes.
11606 (Info-virtual-files, Info-virtual-nodes): New variables.
11607 (Info-current-node-virtual): New variable.
11608 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11609 New functions.
11610 (Info-file-supports-index-cookies): Use Info-virtual-file-p
11611 to check for a virtual file instead of checking a fixed list
11612 of node names.
11613 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11614 instead of ad-hoc processing of "dir" and (apropos history toc).
11615 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11616 instead of ad-hoc processing of "dir" and (apropos history toc).
11617 Reread a file when moving from a virtual node.
11618 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11619 (Info-directory-toc-nodes, Info-directory-find-file)
11620 (Info-directory-find-node): New functions.
11621 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11622 (Info-history): Move part of code to
11623 `Info-history-find-node'.
11624 (Info-history-toc-nodes, Info-history-find-file)
11625 (Info-history-find-node): New functions.
11626 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11627 (Info-toc): Move part of code to `Info-toc-find-node'.
11628 (Info-toc-find-node): New function.
11629 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
11630 the current Info file name to references because now the node
11631 "*TOC*" belongs to the same Info manual.
11632 (Info-toc-build): Rename from `Info-build-toc'.
11633 (Info-toc-nodes): Rename input argument `file' to `filename'.
11634 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11635 instead of ad-hoc processing of ("dir" apropos history toc).
11636 (Info-index-nodes): Use Info-virtual-file-p
11637 to check for a virtual file instead of checking a fixed list
11638 of node names.
11639 (Info-index-node): Add check for `Info-current-node-virtual'.
11640 Raise `save-match-data' higher up the tree to contain
11641 `search-forward' too (bug fix).
11642 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11643 (Info-virtual-index-nodes): New variable.
11644 (Info-virtual-index-find-node, Info-virtual-index): New functions.
11645 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11646 (Info-apropos-file, Info-apropos-nodes): New variables.
11647 (Info-apropos-toc-nodes, Info-apropos-find-file)
11648 (Info-apropos-find-node, Info-apropos-matches): New functions.
11649 (info-apropos): Move part of code to `Info-apropos-find-node' and
11650 `Info-apropos-matches'.
11651 (Info-mode-map): Bind "I" to `Info-virtual-index'.
11652 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11653 for a virtual file instead of checking a fixed list of node names.
11654
11655 * simple.el (async-shell-command): New command.
11656
11657 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11658
11659 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11660 instead of `mount-info'.
11661
11662 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
11663
11664 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
11665 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
11666
11667 2009-07-02 Kenichi Handa <handa@m17n.org>
11668
11669 * international/mule.el (set-keyboard-coding-system): Force *-unix
11670 coding-system to avoid eol conversion.
11671
11672 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
11673
11674 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11675 Add handler for `process-file', `shell-command' and
11676 `start-file-process'.
11677 (tramp-gvfs-handle-shell-command)
11678 (tramp-gvfs-handle-start-file-process)
11679 (tramp-gvfs-handle-process-file): New defuns.
11680 (tramp-synce-list-devices): Simplify check for existence of property.
11681
11682 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
11683
11684 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11685
11686 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
11687
11688 * language/korean.el (set-language-info-alist): Add korean-cp949,
11689 cp949 to spec.
11690
11691 2009-07-01 Kenichi Handa <handa@m17n.org>
11692
11693 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11694
11695 * international/encoded-kb.el: Deleted.
11696
11697 * international/mule.el (set-keyboard-coding-system): Perform the
11698 necessary setup here instead of calling encoded-kbd-setup-display.
11699
11700 2009-07-01 Glenn Morris <rgm@gnu.org>
11701
11702 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11703
11704 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
11705
11706 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
11707
11708 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
11709
11710 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11711 Handle also the 'rename case, when setting file modes. (Bug#3712)
11712 (tramp-default-file-modes): Remove execute permissions.
11713
11714 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
11715 (top): Add a default for "synce" in `tramp-default-user-alist'.
11716 Add completion function for "synce" method.
11717 (tramp-hal-service, tramp-hal-path-manager)
11718 (tramp-hal-interface-manager, tramp-hal-interface-device):
11719 New defconst.
11720 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11721 (tramp-synce-list-devices, tramp-synce-parse-device-names):
11722 New defuns.
11723
11724 * net/trampver.el: Update release number.
11725
11726 2009-06-30 Kenichi Handa <handa@m17n.org>
11727
11728 * international/fontset.el (setup-default-fontset): Add CJK fonts
11729 for symbols and the other miscellaneous characters.
11730
11731 * language/korea-util.el (setup-korean-environment-internal):
11732 Make char-width-table suitable for Korean environments.
11733 (exit-korean-environment): Cancel above.
11734
11735 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11736 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
11737 setup-function to make char-width-table suitable for respective
11738 environments, and an exit-function to cancel that.
11739
11740 * language/japan-util.el (setup-japanese-environment-internal):
11741 Call use-cjk-char-width-table with arg `ja_JP'.
11742
11743 * international/characters.el (cjk-char-width-table): Delete it.
11744 (cjk-char-width-table-list): New variable.
11745 (use-cjk-char-width-table): New arg local-name.
11746 (use-default-char-width-table): Fix for the case that Emacs is
11747 already using the default char-width-table.
11748
11749 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
11750
11751 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11752 modes mandatory. (Bug#3712)
11753
11754 2009-06-29 Alan Mackenzie <acm@muc.de>
11755
11756 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
11757 correction between the visible width of TABs and their number of bytes.
11758
11759 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
11760
11761 * server.el (server-buffer-done): Prevent kill-buffer from
11762 prompting by clearing the buffer modification flag (Bug#3696).
11763
11764 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
11765
11766 * progmodes/verilog-mode.el (verilog-beg-of-statement)
11767 (verilog-endcomment-reason-re): Support unique case and priority case.
11768 (verilog-basic-complete-re): Support localparam lineup.
11769 (verilog-beg-of-statement-1): Fix for robustness, unique case.
11770 (verilog-set-auto-endcomments): Fix for unique case, always_comb
11771 commenting.
11772 (verilog-leap-to-case-head): Now support *nested* unique &
11773 priority case statements.
11774 (verilog-auto-lineup): Make just declarations the default (as it
11775 had been).
11776 (verilog-leap-to-case-head): Support priority/unique case statements.
11777 (verilog-auto-lineup): Rework to give users radio buttons to
11778 select the various styles of automatic lineup.
11779 (verilog-error-regexp-alist): Rework to support the XEmacs style
11780 of error regular expressions from compilers, lint tools &
11781 simulators. Note that GNU Emacs has made it impossible for a mode
11782 to load such things.
11783 (electric-verilog-terminate-line, verilog-indent-declaration)
11784 (verilog-auto-wiure): Rework for radio button selection of
11785 auto-lineup selection of specification of auto lineup.
11786 (verilog-beg-of-statement-1): Redesign to support proper operation
11787 in additional code, based on testing with auto-lineup.
11788 (verilog-calculate-indent, assignments & declarations)
11789 (verilog-backward-token): Enhance to support auto-lineup of
11790 assignments & declarations.
11791 (verilog-in-directive-p, verilog-at-struct-p): New function for
11792 easy test of whether we are.
11793 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11794 to support safe execution at almost anyline.
11795 (verilog-calc-1): Properly support indenting deep inside generate
11796 blocks.
11797 (verilog-init-font): Remove definition & use of verilog-init-font,
11798 as it is redundant with font-lock-defaults.
11799 (verilog-mode): Alter the definition of verilog-font-lock-defaults
11800 to avoid circular calls if syntax-ppss is a function (as is the
11801 case now in 22.x GNU Emacs) as that function would sometimes call
11802 itself, leading to (nearly) infinite recursion.
11803 (verilog-ovm-begin-re, verilog-ovm-end-re)
11804 (verilog-ovm-statement-re, verilog-leap-to-head)
11805 (verilog-backward-token): Add support for OVM macros. Some are
11806 complete statements, and others open and close scopes like begin
11807 and end.
11808 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11809 (verilog-defun-level-generate-only-re): Really fix the defun-list
11810 compilation issue.
11811 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
11812 coverpoint, constraint and cross statements.
11813 (verilog-defun-level-list, verilog-generate-defun-level-list)
11814 (verilog-all-defun-level-list): Redo these specifications - it is
11815 too hard to support eval-when compile aggregation of lists also
11816 built at when-compile time.
11817 (verilog-defun-level-list): Place defconsts of variables used in
11818 building regular expressions which are built in eval-when-compile
11819 bodies in the same eval-when-compile body to facilitate compile
11820 without load.
11821 (verilog-beg-block-re-ordered): Support indenting
11822 virtual/protected tasks and functions.
11823 (verilog-defun-level-list, verilog-in-generate-region-p)
11824 (verilog-backward-ws&directives, verilog-calc-1): Speed up
11825 indentation of some module items (generate items).
11826 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11827 across virtual/protected tasks and functions.
11828
11829 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
11830
11831 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
11832 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
11833 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11834 in concatenations. Reported by Yishay Belkind.
11835 (verilog-auto-ascii-enum): Support one-hot state machines in
11836 AUTOASCIIENUM. Suggested by Lloyd Gomez.
11837 (verilog-auto-inst, verilog-auto-inst-port): Include interface
11838 modport in AUTOINST and add vl-modport for users. Reported by
11839 David Rogoff.
11840 (verilog-auto-inout-module, verilog-auto-inst)
11841 (verilog-decls-get-interfaces, verilog-insert-definition)
11842 (verilog-insert-one-definition, verilog-read-decls)
11843 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11844 (verilog-sig-modport, verilog-signals-combine-bus)
11845 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11846 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11847 Suggested by David Rogoff.
11848 (verilog-repair-open-comma): Fix non-insertion of comma when
11849 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
11850 (verilog-make-width-expression): Simplify [A-1:0] expression
11851 widths to just {A{1'b0}}.
11852 (verilog-mode): Cleanup checkdoc warnings.
11853 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11854 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
11855 inputs/outputs or data type. Suggested by Vasu Kandadi.
11856 (next-error-last-buffer): Fix byte-compiler warning.
11857 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11858 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
11859 or shell command text during AUTO expansion. Suggested by Tad Truex.
11860 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
11861 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11862 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
11863 in AUTOINOUT. Reported by Matthew Lovell.
11864 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11865 causing use of <= assignments. Reported by Alex Reed.
11866 (verilog-read-decls): Fix triand, trior, wand, wor to be
11867 recognized by AUTOWIRE. Reported by Spencer Isaacson.
11868 (verilog-extended-complete-re): Support import "DPI-C" functions.
11869 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
11870 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
11871 (verilog-insert-date, verilog-insert-year)
11872 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11873 Windows systems. Reported by Michael Potts.
11874 (verilog-read-module-name): Fix AUTOINST when the child module
11875 declaration's name is a tick define. Reported by Elliot Mednick.
11876 (verilog-read-decls): Fix V2K parameter bit subscripts getting
11877 passed to next parameter's definition. Reported by Bruce T.
11878 (verilog-read-decls): Fix detecting "parameter int" when using
11879 AUTOINSTPARAM. Reported by Bruce T.
11880 (verilog-goto-defun): Fix goto not finding modules unless first
11881 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
11882 (verilog-mode): Expand -f flag arguments on entry to mode so
11883 verilog-goto-defun will work. Reported by Lawrence Butcher.
11884 (verilog-getopt): Expand environment variables in -f file
11885 arguments. Suggested by Lawrence Butcher.
11886 (verilog-set-define): Fix "Symbol's value as variable is void"
11887 when reading enumerations.
11888 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11889 Suggested by Stephen Peltan.
11890 (verilog-read-defines): Fix reading of enumerations in include
11891 files. Reported by Steve Peltan.
11892
11893 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
11894
11895 * files.el (trash-directory): Fix defcustom type.
11896
11897 2009-06-28 Juri Linkov <juri@jurta.org>
11898
11899 * help-fns.el (describe-function-1): Correctly locate adviced
11900 functions in hyperlink (Bug#2438).
11901
11902 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
11903
11904 * files.el (trash-directory): Change default to nil.
11905 (move-file-to-trash): If trash-directory is nil and
11906 system-move-file-to-trash is unbound, perform freedesktop-style
11907 trashing.
11908
11909 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
11910
11911 * files.el (move-file-to-trash): Add freedesktop trash
11912 support (Bug#973).
11913
11914 2009-06-28 Glenn Morris <rgm@gnu.org>
11915
11916 * autorevert.el (global-auto-revert-non-file-buffers)
11917 (global-auto-revert-mode): Doc fixes.
11918
11919 2009-06-27 Johan Bockgård <bojohan@gnu.org>
11920
11921 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11922
11923 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
11924
11925 * faces.el (x-handle-named-frame-geometry): Ensure that we have
11926 opened an X connection before calling x-get-resource (Bug#3194).
11927
11928 * play/doctor.el: Remove reference to obsolete website.
11929 (make-doctor-variables): Correct grammar mistake (Bug#2633).
11930
11931 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
11932
11933 Remove find-file-not-found-hook VC method. (Bug#2757)
11934 * vc-hooks.el (vc-file-not-found-hook)
11935 (vc-default-find-file-not-found-hook): Remove functions.
11936 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11937 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11938 * vc.el:
11939 * vc-hg.el:
11940 * vc-git.el: Do not mention find-file-not-found-hook VC method.
11941
11942 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
11943
11944 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
11945 compatibility function for `looking-back'.
11946
11947 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11948 Use `ispell-looking-back'.
11949
11950 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
11951
11952 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
11953 rather than `filename'.
11954
11955 2009-06-23 Miles Bader <miles@gnu.org>
11956
11957 * face-remap.el (text-scale-set): New function.
11958
11959 2009-06-23 Glenn Morris <rgm@gnu.org>
11960
11961 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11962
11963 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11964
11965 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11966
11967 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11968
11969 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11970 Simplify Persian conditionals.
11971
11972 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11973 variable `filename'.
11974
11975 * comint.el (comint-insert-input): Doc fix.
11976
11977 * Makefile.in (ELCFILES): Fix typo in previous change.
11978
11979 2009-06-23 Miles Bader <miles@gnu.org>
11980
11981 * cus-start.el: Add entry for `recenter-redisplay'.
11982
11983 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11984
11985 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11986 Add an optional argument for the backend, use it instead of
11987 calling vc-backend.
11988 (vc-mode-line): Add an optional argument for the backend.
11989 Pass the backend to vc-state and vc-working-revision. Move code for
11990 special handling for vc-state being a buffer to ...
11991
11992 * vc-rcs.el (vc-rcs-find-file-hook):
11993 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
11994
11995 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11996 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11997 vc-stay-local-p and vc-mode-line calls.
11998
11999 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
12000 (vc-cvs-diff, vc-cvs-annotate-command)
12001 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
12002 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
12003 vc-mode-line calls.
12004
12005 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
12006 direct comparison.
12007 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
12008 backend when calling vc-mode-line.
12009 (vc-register): Do not create a closure for calling the vc register
12010 function, call it directly.
12011
12012 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12013
12014 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
12015 to make it obvious item can be clicked.
12016
12017 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
12018
12019 2009-06-23 Kenichi Handa <handa@m17n.org>
12020
12021 * language/korea-util.el (korean-key-bindings): Change the binding
12022 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
12023 same command.
12024
12025 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
12026
12027 Sync with Tramp 2.1.16.
12028
12029 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
12030
12031 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
12032 when a loading of a package fails. Completion function for rsync
12033 is `tramp-completion-function-alist-ssh'.
12034 (all): Replace all calls of `split-string' and
12035 `tramp-split-string' by `tramp-compat-split-string'.
12036 (tramp-default-method): Use `tramp-compat-process-running-p'.
12037 (tramp-default-proxies-alist): Allow also Lisp forms.
12038 (tramp-remote-path): Add choice "Private Directories".
12039 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
12040 (tramp-domain-regexp): Allow also "-", "_" and ".".
12041 (tramp-end-of-output): Remove newlines, and add "$" at the end.
12042 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
12043 (tramp-debug-message): Insert header line in debug buffer.
12044 (tramp-handle-directory-files-and-attributes-with-stat):
12045 Care about filenames with spaces, or starting with "-".
12046 (tramp-handle-dired-uncache): New defun.
12047 (tramp-handle-insert-directory): Don't flush the directory from
12048 cache, this is handled by `dired-uncache' now.
12049 (tramp-handle-insert-file-contents): Improve error handling.
12050 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12051 Quote `tramp-end-of-output'.
12052 (tramp-action-password): Improve trace message.
12053 (tramp-check-for-regexp): Both echoes must be present, before removing.
12054 (tramp-open-connection-setup-interactive-shell): Trace coding system.
12055 (tramp-compute-multi-hops): Eval cons cells of
12056 `tramp-default-proxies-alist'.
12057 (tramp-maybe-open-connection): Use the same command pattern for
12058 first hop and further hops.
12059 (tramp-wait-for-output): Remove handling of newlines.
12060 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12061 (tramp-split-string): Remove function. It is handled in
12062 tramp-compat now.
12063
12064 * net/tramp-cmds.el (tramp-bug):
12065 Recommend `tramp-cleanup-all-connections' in the bug mail.
12066
12067 * net/tramp-compat.el (tramp-compat-split-string)
12068 (tramp-compat-process-running-p): New defuns.
12069
12070 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12071 for `dired-uncache'.
12072
12073 * net/tramp-gvfs.el: New package.
12074
12075 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12076 Add handler for `dired-uncache'.
12077 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12078
12079 * net/trampver.el: Update release number. Make version check fit
12080 for SXEmacs 22.
12081
12082 2009-06-22 Jim Meyering <meyering@redhat.com>
12083
12084 Automatically handle .xz suffix (XZ-compressed files), too.
12085 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12086 XZ is the successor to LZMA: <http://tukaani.org/xz/>
12087
12088 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
12089 Nick Roberts <nickrob@snap.net.nz>
12090
12091 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
12092 repository (http://sphinx.net.ru/hg/gdb-mi/).
12093
12094 2009-06-22 Glenn Morris <rgm@gnu.org>
12095
12096 * files.el (dir-locals-collect-mode-variables): Allow for any number of
12097 `mode' and `eval' entries. (Bug#3430)
12098
12099 * Makefile.in (ELCFILES): Add fadr.elc.
12100
12101 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12102 differing behavior of \n and ^ in strings. (Bug#3385)
12103
12104 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12105
12106 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12107 property.
12108 (lisp-indent-function): Make it a defcustom.
12109
12110 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
12111
12112 * progmodes/gdb-ui.el: Replace with ...
12113 * progmodes/gdb-mi.el: ... this file.
12114 * progmodes/gud.el: Modify for gdb-mi.el.
12115
12116 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
12117
12118 * fadr.el: New file.
12119
12120 See ChangeLog.14 for earlier changes.
12121
12122 ;; Local Variables:
12123 ;; coding: utf-8
12124 ;; End:
12125
12126 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
12127
12128 This file is part of GNU Emacs.
12129
12130 GNU Emacs is free software: you can redistribute it and/or modify
12131 it under the terms of the GNU General Public License as published by
12132 the Free Software Foundation, either version 3 of the License, or
12133 (at your option) any later version.
12134
12135 GNU Emacs is distributed in the hope that it will be useful,
12136 but WITHOUT ANY WARRANTY; without even the implied warranty of
12137 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12138 GNU General Public License for more details.
12139
12140 You should have received a copy of the GNU General Public License
12141 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
12142
12143 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1