]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* net/tramp.el (tramp-error-with-buffer): Don't show the
[gnu-emacs] / lisp / ChangeLog
1 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (tramp-error-with-buffer): Don't show the
4 connection buffer when we are in completion mode.
5 (tramp-file-name-handler): Catch the error for some operations
6 when we are in completion mode. This gives the user the chance to
7 correct the file name in the minibuffer.
8
9 2010-04-15 Glenn Morris <rgm@gnu.org>
10
11 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
12
13 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
14
15 Simplify by using `define-derived-mode'.
16 * info.el (Info-mode):
17 * calendar/todo-mode.el (todo-mode):
18 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
19 (gomoku-mode-map): Move initialization into declaration.
20
21 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
22
23 Fix Bug#5840.
24 * ido.el (ido-file-name-all-completions-1):
25 * minibuffer.el (minibuffer-completion-help):
26 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
27
28 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
29
30 * simple.el (non-essential): New var.
31
32 Add a new field `location' to bookmarks for non-file bookmarks.
33 * bookmark.el (bookmark-location): Use the new field, if present.
34 (bookmark-insert-location): Undo last change, not needed any more.
35 * man.el (Man-bookmark-make-record):
36 * woman.el (woman-bookmark-make-record): Add `location' field.
37
38 2010-04-14 Juri Linkov <juri@jurta.org>
39
40 * simple.el (scroll-error-top-bottom): New defcustom.
41 (scroll-up-command, scroll-down-command): Use it. Doc fix.
42
43 * emulation/pc-select.el (pc-select-override-scroll-error):
44 Obsolete in favor of `scroll-error-top-bottom'.
45
46 2010-04-14 Juri Linkov <juri@jurta.org>
47
48 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
49 `scroll-up-command' and `M-v' to `scroll-down-command'.
50
51 * emulation/cua-rect.el (cua--init-rectangles):
52 * forms.el (forms--change-commands):
53 * image-mode.el (image-mode-map):
54 Remap scroll-down-command and scroll-up-command
55 in addition to scroll-down and scroll-up.
56
57 2010-04-14 Juri Linkov <juri@jurta.org>
58
59 * mwheel.el (scroll-preserve-screen-position-commands):
60 Add mwheel-scroll to this list of commands.
61
62 * simple.el (scroll-preserve-screen-position-commands):
63 Add scroll-up-command, scroll-down-command, scroll-up-line,
64 scroll-down-line to this list of commands.
65
66 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
67
68 * obsolete/complete.el: Move from lisp/complete.el.
69
70 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
71
72 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
73 to the minor mode function now turns the mode ON unconditionally.
74
75 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
76
77 * vc-dir.el (vc-dir-kill-line): New command.
78 (vc-dir-mode-map): Bind it to C-k.
79
80 * bookmark.el (bookmark-insert-location): Handle a nil filename.
81
82 * woman.el: Add bookmark declarations to silence the compiler.
83 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
84 step to compatibility between man and woman bookmarks.
85 Adjust for Man-default-bookmark-title renaming.
86 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
87
88 * man.el: Add bookmark declarations to silence the compiler.
89 (Man-name-local-regexp): Make it match NAME as well.
90 (Man-getpage-in-background): Return the buffer.
91 (Man-notify-when-ready): Use `case'.
92 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
93 Don't hardcode "NAME". Simplify.
94 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
95 Rename from Man-bookmark-make-record.
96 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
97 we have the actual man-args. Use Man-getpage-in-background rather
98 than `man' since the arg is already processed. Let bookmark.el do the
99 window handling. Only wait for the relevant process.
100 Don't forget to autoload.
101
102 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
103
104 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
105
106 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
107 New functions.
108 (woman-mode): Setup bookmark support.
109
110 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
111 (man-bookmark-jump): New functions.
112 (Man-mode): Setup bookmark support.
113
114 2010-04-10 Jari Aalto <jari.aalto@cante.net>
115
116 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
117 recognize ssh-keygen prompt (Bug#2817).
118
119 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
120
121 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
122
123 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
124
125 Synchronize with Tramp repository.
126
127 * net/tramp.el (tramp-completion-function-alist)
128 (tramp-file-name-regexp, tramp-chunksize)
129 (tramp-local-coding-commands, tramp-remote-coding-commands):
130 Fix docstring.
131 (tramp-remote-process-environment): Use `format' instead of `concat'.
132 (tramp-handle-directory-files-and-attributes)
133 (tramp-get-remote-path): Use `copy-tree'.
134 (tramp-handle-file-name-all-completions): Backward/ XEmacs
135 compatibility: Use `completion-ignore-case' if
136 `read-file-name-completion-ignore-case' does not exist.
137 (tramp-do-copy-or-rename-file-directly): Do not use
138 `tramp-handle-file-remote-p'.
139 (tramp-do-copy-or-rename-file-out-of-band):
140 Use `tramp-compat-delete-directory'.
141 (tramp-do-copy-or-rename-file-out-of-band)
142 (tramp-compute-multi-hops, tramp-maybe-open-connection):
143 Use `format-spec-make'.
144 (tramp-find-foreign-file-name-handler)
145 (tramp-advice-make-auto-save-file-name)
146 (tramp-set-auto-save-file-modes): Remove superfluous check for
147 `stringp'. This is done inside `tramp-tramp-file-p'.
148 (tramp-debug-outline-regexp): New defconst.
149 (tramp-get-debug-buffer): Use it.
150 (tramp-check-for-regexp): Use (forward-line 1).
151 (tramp-set-auto-save-file-modes): Adapt version check.
152
153 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
154 Wrap call of `featurep' for 2nd argument.
155 (tramp-compat-make-temp-file): Simplify fallback implementation.
156 (tramp-compat-copy-tree): Remove function.
157 (tramp-compat-delete-directory): Provide implementation for older
158 Emacsen.
159
160 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
161 Do not use `tramp-fish-handle-file-attributes.
162
163 * net/trampver.el: Update release number.
164
165 2010-04-10 Glenn Morris <rgm@gnu.org>
166
167 * progmodes/compile.el (compilation-save-buffers-predicate):
168 Add missing :version tag.
169
170 2010-04-09 Sam Steingold <sds@gnu.org>
171
172 * progmodes/compile.el (compilation-save-buffers-predicate):
173 Remove the "autoload" cookie.
174
175 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
176 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
177 and `bug-reference-prog-mode' can be used in hooks directly.
178
179 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
180
181 Add --author support to git commit.
182 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
183 (vc-git-log-edit-mode): New minor mode.
184 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
185 New declarations.
186
187 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
188
189 * vc-hooks.el, vc-git.el: Improve documentation comments.
190
191 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
192
193 Fix some of the problems in defsubst* (bug#5728).
194 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
195 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
196
197 2010-04-07 Sam Steingold <sds@gnu.org>
198
199 * progmodes/compile.el (compilation-save-buffers-predicate):
200 New custom variable.
201 (compile, recompile): Pass it to `save-some-buffers'.
202
203 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
204
205 * wid-edit.el (widget-choose): Move cursor to the second line of
206 the buffer (Bug#5695).
207
208 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
209
210 Add new VC methods: vc-log-incoming and vc-log-outgoing.
211 * vc.el (vc-print-log-setup-buttons): New function split out from
212 vc-print-log-internal.
213 (vc-log-internal-common): New function, a parametrized version of
214 vc-print-log-internal.
215 (vc-print-log-internal): Just call vc-log-internal-common with the
216 right arguments.
217 (vc-incoming-outgoing-internal):
218 (vc-log-incoming, vc-log-outgoing): New functions.
219 (vc-log-view-type): New permanent local variable.
220
221 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
222
223 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
224 of the dynamic bound vc-short-log.
225 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
226
227 * vc-git.el (vc-git-log-outgoing): New function.
228 (vc-git-log-view-mode): Use vc-log-view-type instead
229 of the dynamic bound vc-short-log.
230
231 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
232 of the dynamic bound vc-short-log. Highlight the tag.
233 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
234 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
235 (vc-hg-incoming-mode): Remove.
236 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
237
238 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
239
240 Fix default-directory for vc-root-diff.
241 * vc.el (vc-root-diff): Bind default-directory to the root
242 directory for the diff command.
243
244 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
245
246 * progmodes/verilog-mode.el (verilog-forward-sexp):
247 (verilog-calc-1): Support "disable fork" and "fork wait" multi
248 word keywords, suggested by Steve Pearlmutter.
249 (verilog-pretty-declarations): Support lineup of declarations in
250 port lists.
251 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
252 fix bug for /* / comments
253 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
254 Speed up and simplfy as this is never called with a bound.
255 (verilog-pretty-declarations): Enhance to line up declarations
256 inside a parameter list, suggested by Alan Morgan.
257 (verilog-pretty-expr): Tune assignment regular expression match
258 string for corner cases; also use markers instead of character
259 number as indent changes the later.
260
261 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
262
263 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown as missing
264 keyword.
265 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
266 causing truncation of AUTOWIRE signals. Reported by Bruce
267 Tennant.
268 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
269 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
270 Tennant.
271 (verilog-keywords):
272 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
273 1800-2009 keywords, including "global.".
274
275 2010-04-06 John Wiegley <jwiegley@gmail.com>
276
277 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
278 appearing in buffer list (if a live buffer name matched a recentf
279 file basename). Should use uniquify to offer a real solution.
280
281 2010-04-06 John Wiegley <jwiegley@gmail.com>
282
283 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
284 comment to code, and add a :version tag.
285 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
286
287 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
288
289 Enable recentf-mode if using virtual buffers.
290 * ido.el (recentf-list): Declare for byte-compiler.
291 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
292 (ido-make-buffer-list): Simplify.
293 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
294
295 2010-04-05 Juri Linkov <juri@jurta.org>
296
297 Scrolling commands which scroll a line instead of full screen.
298 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
299
300 * simple.el (scroll-up-line, scroll-down-line): New commands.
301 Put property isearch-scroll=t on them.
302
303 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
304 Remove commands.
305
306 2010-04-05 Juri Linkov <juri@jurta.org>
307
308 Scrolling commands which do not signal errors at top/bottom.
309 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
310
311 * simple.el (scroll-up-command, scroll-down-command): New commands.
312 Put property isearch-scroll=t on them.
313
314 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
315 `scroll-down-command' and [next] from `scroll-up' to
316 `scroll-up-command'.
317
318 * emulation/cua-base.el: Put property CUA=move on
319 `scroll-up-command' and `scroll-down-command'.
320 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
321 and `scroll-down-command' to `cua-scroll-down'.
322
323 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
324
325 * help.el (describe-mode): Return nil.
326
327 2010-04-04 John Wiegley <jwiegley@gmail.com>
328
329 * ido.el (ido-use-virtual-buffers): New variable to indicate
330 whether "virtual buffer" support is enabled for IDO.
331 (ido-virtual): Face used to indicate virtual buffers in the list.
332 (ido-buffer-internal): If a buffer is chosen, and no such buffer
333 exists, but a virtual buffer of that name does (which would be why
334 it was in the list), recreate the buffer by reopening the file.
335 (ido-make-buffer-list): If virtual buffers are being used, call
336 `ido-add-virtual-buffers-to-list' before the make list hook.
337 (ido-virtual-buffers): New variable which contains a copy of the
338 current contents of the `recentf-list', albeit pared down for the
339 sake of speed, and with proper faces applied.
340 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
341 create a list of "virtual buffers" to present to the user in
342 addition to the currently open set. Note that this logic could
343 get rather slow if that list is too large. With the default
344 `recentf-max-saved-items' of 200, there is little speed penalty.
345
346 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
347
348 * font-lock.el: Require CL when compiling.
349 (font-lock-turn-on-thing-lock): Use `case'.
350
351 2010-04-03 Eli Zaretskii <eliz@gnu.org>
352
353 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
354 Zaretskii.
355
356 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
357
358 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
359 (semantic-create-imenu-directory-index): Fix typos in docstrings.
360 (semantic-imenu-goto-function): Reflow docstring.
361
362 2010-04-02 Juri Linkov <juri@jurta.org>
363
364 * ehelp.el (electric-help-orig-major-mode):
365 New buffer-local variable.
366 (electric-help-mode): Set it to original major-mode. Doc fix.
367 (with-electric-help): Use `electric-help-orig-major-mode' instead
368 of (default-value 'major-mode). Doc fix.
369 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
370
371 2010-04-02 Sam Steingold <sds@gnu.org>
372
373 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
374 `vc-hg-command' with a list of flags.
375
376 * progmodes/bug-reference.el (bug-reference-bug-regexp):
377 Also accept "patch" and "RFE".
378 (bug-reference-fontify): `bug-reference-url-format' can also be a
379 function to be able to handle the bug kind.
380 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
381
382 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
383
384 * tmm.el (tmm-get-keymap): Check with symbolp before passing
385 value to fboundp, it may not be a symbol.
386
387 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
388
389 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
390
391 2010-03-31 Juri Linkov <juri@jurta.org>
392
393 * simple.el (next-line, previous-line): Re-throw a signal
394 with `signal' instead of using `ding'.
395 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
396
397 2010-03-31 Juri Linkov <juri@jurta.org>
398
399 * simple.el (keyboard-escape-quit): Raise deselecting the active
400 region higher than exiting the minibuffer.
401 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
402
403 2010-03-31 Juri Linkov <juri@jurta.org>
404
405 * image.el (image-animated-p): Use `image-metadata' instead of
406 `image-extension-data'. Get GIF extenstion data from metadata
407 property `extension-data'.
408
409 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
410
411 * simple.el (append-to-buffer): Simplify.
412
413 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
414
415 * textmodes/artist.el (artist-mode): Fix typo in docstring.
416 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
417
418 2010-03-31 Kenichi Handa <handa@m17n.org>
419
420 * language/sinhala.el (composition-function-table): Fix regexp for
421 the new Unicode specification.
422
423 * language/indian.el (devanagari-composable-pattern)
424 (tamil-composable-pattern, kannada-composable-pattern)
425 (malayalam-composable-pattern): Adjust for the new Unicode
426 specification.
427 (bengali-composable-pattern, gurmukhi-composable-pattern)
428 (gujarati-composable-pattern, oriya-composable-pattern)
429 (telugu-composable-pattern): New variables to cope with the new
430 Unicode specification. Use them in composition-function-table.
431
432 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
433
434 Make tmm-menubar work for the Buffers menu again.
435 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
436 vectors rather than cons cells, as used in menu-bar-update-buffers.
437
438 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
439
440 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
441 (js-insert-and-indent): Revert 2009-08-15 change, restoring
442 electric punctuation for "{}();,:" (Bug#5586).
443
444 * mail/sendmail.el (mail-default-directory): Doc fix.
445
446 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
447
448 * mail/sendmail.el (mail-default-directory): Doc fix.
449
450 2010-03-31 Eli Zaretskii <eliz@gnu.org>
451
452 * subr.el (version-regexp-alist, version-to-list)
453 (version-list-<, version-list-=, version-list-<=)
454 (version-list-not-zero, version<, version<=, version=): Doc fix.
455 (Bug#5744).
456
457 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
458
459 * vc.el (vc-root-diff): Doc fix.
460
461 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
462
463 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
464
465 * simple.el (append-to-buffer): Fix last change.
466
467 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
468
469 * simple.el (append-to-buffer): Ensure that point is preserved if
470 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
471 (Bug#5749)
472
473 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
474
475 * files.el (auto-mode-case-fold): Change default to t.
476
477 2010-03-30 Juri Linkov <juri@jurta.org>
478
479 * dired-x.el (dired-omit-mode): Doc fix.
480
481 2010-03-30 Juri Linkov <juri@jurta.org>
482
483 * replace.el (occur-accumulate-lines): Move occur-engine related
484 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
485 to be located after `occur-engine'.
486
487 2010-03-30 Juri Linkov <juri@jurta.org>
488
489 Make occur handle multi-line matches cleanly with context.
490 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
491
492 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
493 (occur-engine): Add local variables `ret', `prev-after-lines',
494 `prev-lines'. Use more arguments for `occur-context-lines'.
495 Set first elem of its returned list to `data', and the second elem
496 to `prev-after-lines'. Don't print the separator line.
497 In the end, print remaining context after-lines.
498 (occur-context-lines): Add new arguments `begpt', `endpt',
499 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
500 after-lines of the previous match with before-lines of the
501 current match and not overlap them. Return a list with two
502 values: the output line and the list of context after-lines.
503
504 2010-03-30 Juri Linkov <juri@jurta.org>
505
506 * replace.el (occur-accumulate-lines): Fix a bug where the first
507 context line at the beginning of the buffer was missing.
508
509 2010-03-30 Eli Zaretskii <eliz@gnu.org>
510
511 * files.el: Make bidi-display-reordering safe variable for boolean
512 values.
513
514 2010-03-29 Phil Hagelberg <phil@evri.com>
515 Chong Yidong <cyd@stupidchicken.com>
516
517 * subr.el: Extend progress reporters to perform "spinning".
518 (progress-reporter-update, progress-reporter-do-update):
519 Handle non-numeric value arguments.
520 (progress-reporter--pulse-characters): New var.
521
522 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
523
524 * progmodes/compile.el (compilation-start): Fix regexp detection
525 of initial cd command (Bug#5771).
526
527 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
528
529 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
530
531 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
532
533 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
534 * lisp/progmodes/gdb-mi.el: Restore.
535 * lisp/progmodes/gdb-ui.el: Remove.
536 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
537
538 2010-03-25 Glenn Morris <rgm@gnu.org>
539
540 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
541 all dired buffers, even tramp ones. (Bug#5755)
542
543 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
544
545 Add "union tags" in mpc.el.
546 * mpc.el: Remove backward compatibility code.
547 (mpc-browser-tags): Change default.
548 (mpc--find-memoize-union-tags): New var.
549 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
550 (mpc-cmd-find): Handle the case where the playlist does not exist.
551 Handle union-tags.
552 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
553 (mpc-cmd-add): Use mpc-cmd-flush.
554 (mpc-tagbrowser-tag-name): New fun.
555 (mpc-tagbrowser-buf): Use it.
556 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
557
558 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
559
560 Misc cleanup.
561 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
562 Use replace-regexp-in-string.
563 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
564 (makefile-imake-mode-syntax-table): Move init into defvar.
565 (makefile-mode): Use define-derived-mode.
566
567 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
568 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
569 not be present any more.
570
571 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
572
573 * faces.el (set-face-attribute): Fix typo in docstring.
574 (face-valid-attribute-values): Reflow docstring.
575
576 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
577
578 2010-03-24 Glenn Morris <rgm@gnu.org>
579
580 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
581
582 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
583
584 * indent.el (indent-for-tab-command): Doc fix.
585
586 2010-03-24 Alan Mackenzie <acm@muc.de>
587
588 * progmodes/cc-engine.el (c-remove-stale-state-cache):
589 Fix off-by-one error. Fixes bug #5747.
590
591 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
592
593 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
594 (image-dired-read-comment): Doc fix.
595
596 * json.el (json-object-type, json-array-type, json-key-type)
597 (json-false, json-null, json-read-number):
598 * minibuffer.el (completion-in-region-functions):
599 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
600 (cal-tex-cursor-week):
601 * emacs-lisp/trace.el (trace-function):
602 * eshell/em-basic.el (eshell/printnl):
603 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
604 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
605 * obsolete/levents.el (allocate-event, event-key, event-object)
606 (event-point, event-process, event-timestamp, event-to-character)
607 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
608 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
609 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
610 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
611 (reftex-highlight-selection): Fix typos in docstrings.
612
613 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
614
615 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
616
617 2010-03-24 Glenn Morris <rgm@gnu.org>
618
619 * mail/rmail.el (rmail-highlight-face): Restore option deleted
620 2008-02-13 without comment; mark it obsolete.
621 (rmail-highlight-headers): Use rmail-highlight-face once more.
622
623 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
624
625 * woman.el (woman2-process-escapes): Only consume the newline if
626 the filler character is on a line by itself (Bug#5729).
627
628 2010-03-24 Kenichi Handa <handa@m17n.org>
629
630 * language/indian.el (devanagari-composable-pattern): Add more
631 consonants.
632
633 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
634
635 * net/trampver.el: Update release number.
636
637 2010-03-24 Glenn Morris <rgm@gnu.org>
638
639 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
640
641 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
642
643 * net/tramp.el (tramp-find-executable):
644 Use `tramp-get-connection-buffer'. Make the regexp for checking
645 output of "wc -l" more robust.
646 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
647 (tramp-open-connection-setup-interactive-shell): Remove workaround
648 for OpenSolaris bug, it is not needed anymore.
649
650 2010-03-24 Eric M. Ludlam <zappo@gnu.org>
651
652 * cedet/semantic/imenu.el: New file, from the CEDET repository
653 (Bug#5412).
654
655 2010-03-24 Glenn Morris <rgm@gnu.org>
656
657 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
658
659 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
660
661 * files.el (auto-mode-alist): Accept more verilog file patterns.
662
663 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
664
665 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
666
667 2010-03-24 Glenn Morris <rgm@gnu.org>
668
669 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
670 log-edit-before-checkin-process.
671
672 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
673
674 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
675
676 * vc-dispatcher.el (vc-start-logentry): Doc fix.
677 (log-view-process-buffer, log-edit-extra-flags): Declare.
678
679 * log-edit.el (log-edit-before-checkin-process): Doc fix.
680
681 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
682 Consistently check ede-object is bound throughout.
683
684 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
685
686 2010-03-23 Sam Steingold <sds@gnu.org>
687
688 Fix bug#5620: recalculate all markers on compilation buffer
689 modifications, not on file modifications.
690 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
691 the buffer modification time, for buffers not associated with files.
692 (compilation-mode): Create it.
693 (compilation-filter): Update it.
694 (compilation-next-error-function): Use it instead of
695 `visited-file-modtime' for timestamp.
696
697 2010-03-23 Juri Linkov <juri@jurta.org>
698
699 Implement Occur multi-line matches.
700 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
701
702 * replace.el (occur): Doc fix.
703 (occur-engine): Set `begpt' to the beginning of the first line.
704 Set `endpt' to the end of the last match line. At first, count
705 line numbers between `origpt' and `begpt'. Split out code from
706 `out-line' variable to new let-bindings `match-prefix' and
707 `match-str'. In `out-line' add non-numeric prefix to all
708 non-first lines of multi-line matches. Finally, count lines
709 between `begpt' and `endpt' and add to `lines'.
710
711 2010-03-23 Juri Linkov <juri@jurta.org>
712
713 * replace.el (occur-accumulate-lines, occur-engine):
714 Use `occur-engine-line' instead of duplicate code.
715 (occur-engine-line): New function created from duplicate code
716 in `occur-accumulate-lines' and `occur-engine'.
717
718 * replace.el (occur-engine-line): Add optional arg `keep-props'.
719 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
720
721 2010-03-23 Juri Linkov <juri@jurta.org>
722
723 * finder.el: Remove TODO tasks.
724
725 * info.el (Info-finder-find-node): Add node "all"
726 with all package info. Handle a list of multiple keywords
727 separated by comma.
728 (info-finder): In interactive use with a prefix argument,
729 use `completing-read-multiple' to read a list of keywords
730 separated by comma.
731
732 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
733
734 Add a new completion style `substring'.
735 * minibuffer.el (completion-basic--pattern): New function.
736 (completion-basic-try-completion, completion-basic-all-completions):
737 Use it.
738 (completion-substring--all-completions)
739 (completion-substring-try-completion)
740 (completion-substring-all-completions): New functions.
741 (completion-styles-alist): New style `substring'.
742
743 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
744
745 Get rid of .elc files after removal of the corresponding .el.
746 * Makefile.in (compile-clean): New target.
747 (compile-main): Use it.
748
749 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
750
751 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
752 don't do make there. When compiling with separate object dir, there
753 is no Makefile there.
754
755 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
756
757 Get rid of the ELCFILES abomination, again.
758 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
759 (all, compile): Don't call compile-last.
760 (compile-main): Build the "elcfiles" list dynamically.
761 (compile-targets): New (internal) target.
762
763 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
764
765 * Makefile.in (top_srcdir): Define.
766 (abs_top_builddir): Define.
767 (srcdir): Don't append `/..'.
768 (EMACS): Use ${abs_top_builddir}.
769 (all, compile, compile-always, compile-last): Don't set emacswd.
770 (update-subdirs, update-authors): Use $(top_srcdir) instead of
771 $(srcdir).
772 (lisp): Use $(srcdir) instead of @srcdir@.
773
774 2010-03-21 Juri Linkov <juri@jurta.org>
775
776 Fix message of multi-line occur regexps and multi-buffer header lines.
777 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
778
779 * replace.el (occur-1): Don't display regexp if it is longer
780 than window-width. Use `query-replace-descr' to display regexp.
781 (occur-engine): Don't display regexp in the buffer header for
782 multi-buffer occur. Display a separate header line with total
783 match count and regexp for multi-buffer occur.
784 Use `query-replace-descr' to display regexp.
785
786 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
787
788 * net/secrets.el: Fix parenthesis.
789 (secrets-enabled): Fix parenthesis.
790
791 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
792
793 Use more relative file and directory names.
794 * Makefile.in (EMACS): Arrange for it to work when we chdir.
795 (setwins, setwins_almost, setwins_for_subdirs):
796 Don't `cd'; output relative names.
797 (all, compile, compile-always, compile-last): Set emacswd.
798 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
799 Just cd to the lisp source dir so we can use relative file names.
800
801 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
802
803 2010-03-20 Glenn Morris <rgm@gnu.org>
804
805 * textmodes/rst.el: Use faces for font-lock customization, and make the
806 old -face variables obsolete.
807 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
808 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
809 (rst-block-face, rst-external-face, rst-definition-face)
810 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
811 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
812 Make obsolete.
813 (rst-font-lock-keywords-function): Update for above changes.
814
815 2010-03-20 Juri Linkov <juri@jurta.org>
816
817 * s-region.el:
818 * obsolete/s-region.el: Move to obsolete.
819
820 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
821
822 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
823
824 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
825
826 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
827
828 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
829
830 Add special markup processing for commit logs.
831 * log-edit.el (log-edit-extra-flags): New variable.
832 (log-edit): Add new argument MODE. Use that mode when non-nil
833 instead of the log-view-mode.
834 (log-view-process-buffer): New function.
835
836 * vc.el: Document that the checkin method takes optional
837 arguments. Document new backend specific method: log-view-mode.
838 (vc-default-log-edit-mode): New function.
839 (vc-checkin): Use a backend specific log-view-mode.
840 Pass extra arguments to the checkin method.
841 (vc-modify-change-comment): Pass a dummy extra argument.
842
843 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
844 log-edit.
845 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
846 (vc-finish-logentry): Process the log buffer before passing it
847 down. Pass log-edit-extra-flags.
848
849 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
850 command.
851 (log-edit-extra-flags, log-edit-before-checkin-process):
852 New declarations.
853
854 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
855 command.
856 (log-edit-extra-flags, log-edit-before-checkin-process):
857 New declarations.
858 (vc-hg-log-edit-mode): New derived mode.
859
860 * vc-arch.el (vc-arch-checkin):
861 * vc-cvs.el (vc-cvs-checkin):
862 * vc-git.el (vc-git-checkin):
863 * vc-mtn.el (vc-mtn-checkin):
864 * vc-rcs.el (vc-rcs-checkin):
865 * vc-sccs.el (vc-sccs-checkin):
866 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
867
868 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
869
870 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
871 parent typo).
872
873 2010-03-19 Glenn Morris <rgm@gnu.org>
874
875 * password-cache.el (password-cache, password-cache-expiry): Autoload.
876
877 2010-03-18 Glenn Morris <rgm@gnu.org>
878
879 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
880
881 * replace.el (query-replace-history): Give it a doc string.
882 (map-query-replace-regexp): Use query-replace-from-history-variable
883 and query-replace-to-history-variable.
884
885 * mail/hashcash.el (declare-function): Remove duplicate definition.
886
887 * mail/emacsbug.el (report-emacs-bug-pretest-address):
888 Make it an obsolete alias for report-emacs-bug-address.
889 (message-strip-special-text-properties): Declare.
890 (report-emacs-bug): Remove test for a pretest bug address.
891 Combine message-mode-specific code.
892
893 * mail/supercite.el: Don't require sendmail.
894 (mh-in-header-p): Declare rather than using with-no-warnings.
895 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
896 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
897
898 * calendar/cal-french.el: Convert to utf-8.
899
900 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
901 Emacs scripts.
902
903 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
904
905 * net/secrets.el (secrets-enabled): New variable. Use it instead
906 of a subfeature.
907
908 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
909
910 * net/secrets.el (top): Register the D-Bus signals only when the
911 service "org.freedesktop.secrets" can be pinged.
912 Provide subfeature `enabled'.
913
914 2010-03-14 Juri Linkov <juri@jurta.org>
915
916 Add finder unknown keywords.
917
918 * finder.el (finder-unknown-keywords): New function.
919
920 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
921 to create a Finder node with unknown keywords.
922
923 2010-03-14 Juri Linkov <juri@jurta.org>
924
925 * finder.el (finder-compile-keywords): Replace `princ' with
926 `prin1' on a list of symbols interned from keyword strings.
927
928 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
929 a comma, then split keywords using a comma and optional whitespace.
930 Otherwise, split by whitespace.
931
932 * complete.el:
933 * face-remap.el:
934 * log-view.el:
935 * net/hmac-def.el:
936 * net/hmac-md5.el:
937 * net/netrc.el:
938 * progmodes/mixal-mode.el: Fix keywords.
939
940 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
941
942 * Makefile.in (ELCFILES): Add net/secrets.elc.
943
944 * net/secrets.el: New file.
945
946 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
947
948 * facemenu.el (list-colors-display, list-colors-print): New arg
949 callback. Use it to allow selecting colors.
950
951 * wid-edit.el (widget-image-insert): Insert image prop even if the
952 current display is non-graphic.
953 (widget-field-value-set): New fun.
954 (editable-field): Use it.
955 (widget-field-value-get): Clean up unused var.
956 (widget-color-value-create, widget-color--choose-action):
957 New funs. Allow using list-colors-display to choose color.
958
959 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
960
961 * cus-edit.el: Resort topmost custom groups.
962 (custom-buffer-sort-alphabetically): Default to t.
963 (customize-apropos): Use apropos-parse-pattern.
964 (custom-search-field): New var.
965 (custom-buffer-create-internal): Add custom-apropos search field.
966 (custom-add-parent-links): Don't display parent doc.
967 (custom-group-value-create): Don't sort top-level custom group.
968 (custom-magic-value-create): Show visibility button before option name.
969
970 (custom-variable-state): New fun, from custom-variable-state-set.
971 (custom-variable-state-set): Use it.
972 (custom-group-value-create): Hide options with standard values
973 using the :hidden-states property. Use progress reporter.
974
975 (custom-show): Simplify.
976 (custom-visibility): Disable images by default.
977 (custom-variable): New property :hidden-states.
978 (custom-variable-value-create): Enable images for
979 custom-visibility widgets. Use :hidden-states property to
980 determine initial visibility.
981
982 * wid-edit.el (widget-image-find): Give images center ascent.
983 (visibility): Add :on-image and :off-image properties.
984 (widget-visibility-value-create): Use them.
985
986 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
987
988 * cus-edit.el (processes): Remove from development group.
989 (oop, hypermedia): Delete group.
990 (comm): Promote to top-level group.
991
992 * net/browse-url.el (browse-url):
993 * net/xesam.el (xesam):
994 * net/tramp.el (tramp):
995 * net/goto-addr.el (goto-address):
996 * net/ange-ftp.el (ange-ftp): Put in comm group.
997
998 * view.el (view): Remove from editing group.
999
1000 * uniquify.el (uniquify): Put in files group.
1001
1002 * net/browse-url.el (browse-url):
1003 * ps-print.el (postscript): Put in external group.
1004
1005 * cus-edit.el (outlines):
1006 * textmodes/text-mode.el (text-mode-hook):
1007 * textmodes/table.el (table):
1008 * textmodes/picture.el (picture):
1009 * outline.el (outlines): Put in wp group.
1010
1011 * nxml/nxml-mode.el (nxml): Remove from wp group.
1012
1013 * net/tramp-imap.el (tramp-imap): Put in tramp group.
1014
1015 * mail/metamail.el (metamail): Remove from hypermedia group.
1016
1017 * cus-edit.el (abbrev):
1018 * whitespace.el (whitespace):
1019 * vcursor.el (vcursor):
1020 * reveal.el (reveal):
1021 * hl-line.el (hl-line): Put in convenience group.
1022
1023 * epg-config.el (epg): Put in data group.
1024
1025 * emulation/pc-select.el (pc-select): Put in emulations group.
1026
1027 * calculator.el (calculator): Put in applications group.
1028
1029 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
1030
1031 Add .dir-locals.el support for file-less buffers.
1032 * files.el (hack-local-variables): Split out code to apply local
1033 variable settings ...
1034 (hack-local-variables-apply): ... here. New function.
1035 (hack-dir-local-variables): Use the default directory for when the
1036 buffer does not have an associated file.
1037 (hack-dir-local-variables-non-file-buffer): New function.
1038 * diff-mode.el (diff-mode):
1039 * vc-annotate.el (vc-annotate-mode):
1040 * vc-dir.el (vc-dir-mode):
1041 * log-edit.el (log-edit-mode):
1042 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
1043
1044 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
1045
1046 Add support for shelving snapshots and for showing shelves.
1047 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
1048 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
1049 New functions.
1050 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
1051 (vc-bzr-extra-menu-map): Map them.
1052
1053 2010-03-11 Glenn Morris <rgm@gnu.org>
1054
1055 * cus-edit.el (customize-changed-options-previous-release):
1056 Bump to 23.1.
1057
1058 * image.el (image-animate-max-time): Fix :version tag.
1059
1060 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
1061
1062 * Branch for 23.2.
1063
1064 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1065
1066 * vc-git.el (vc-git-revision-table): Include remote branches.
1067
1068 2010-03-10 Kim F. Storm <storm@cua.dk>
1069
1070 Animated image API.
1071 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
1072
1073 * image.el (image-animate-max-time): New defcustom.
1074 (image-animated-types): New defconst.
1075 (create-animated-image, image-animate-timer)
1076 (image-animate-start, image-animate-stop, image-animate-timeout)
1077 (image-animated-p): New functions.
1078
1079 * image-mode.el (image-toggle-display-image):
1080 Replace `create-image' with `create-animated-image'.
1081
1082 2010-03-09 Miles Bader <Miles Bader <miles@gnu.org>>
1083
1084 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
1085 instead of "format:"; this ensures that the output is
1086 newline-terminated.
1087
1088 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
1089
1090 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
1091 that all errors are caught, and that the return value is always a
1092 list (Bug#5692).
1093
1094 2010-03-08 Kenichi Handa <handa@m17n.org>
1095
1096 * language/misc-lang.el (windows-1256): New coding system.
1097 (cp1256): New alias of windows-1256 (bug#5690).
1098
1099 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
1100
1101 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
1102 call to rfc822-bad-address. (Bug#5692)
1103
1104 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
1105
1106 * vc-git.el (vc-git-annotate-extract-revision-at-line):
1107 Use vc-git-root as default directory for revision path (Bug#5657).
1108
1109 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
1110
1111 * calculator.el (calculator): Don't bind split-window-keep-point
1112 (Bug#5674).
1113
1114 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1115
1116 * vc-git.el: Re-flow to fit into 80 columns.
1117 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
1118 Remove spurious `quote' element in each case alternative.
1119 (vc-git-show-log-entry): Use prog1.
1120 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
1121
1122 2010-03-06 Glenn Morris <rgm@gnu.org>
1123
1124 * cedet/semantic/grammar.el (semantic-grammar-header-template):
1125 Update template copyright to GPLv3+.
1126
1127 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1128
1129 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
1130
1131 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
1132
1133 * macros.el (insert-kbd-macro): Look up keyboard macro using the
1134 definition, not the name (Bug#5481).
1135
1136 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
1137
1138 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
1139 argument with a local variable. (Bug#5670)
1140
1141 2010-03-02 Juri Linkov <juri@jurta.org>
1142
1143 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
1144
1145 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
1146
1147 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
1148 error when FILENAME and NEWNAME are existing remote directories.
1149
1150 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
1151 parameter DIR-FLAG.
1152
1153 2010-03-02 Glenn Morris <rgm@gnu.org>
1154
1155 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
1156 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
1157
1158 2010-03-01 Alan Mackenzie <acm@muc.de>
1159
1160 * progmodes/cc-engine.el (c-remove-stale-state-cache):
1161 Correct previous patch.
1162
1163 2010-03-01 Kenichi Handa <handa@m17n.org>
1164
1165 * language/burmese.el (burmese-composable-pattern): Rename from
1166 myanmar-composable-pattern.
1167
1168 * international/characters.el (script-list):
1169 * international/fontset.el (script-representative-chars):
1170 Change myanmar to burmese.
1171 (otf-script-alist): Likewise.
1172 (setup-default-fontset): Likewise. Re-fix :otf spec.
1173
1174 2010-03-01 Alan Mackenzie <bug-cc-mode@gnu.org>
1175
1176 * cc-engine.el (c-remove-stale-state-cache): Take account of when
1177 `good-pos' is in the same macro as `here'. Fixes bug#5649.
1178
1179 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
1180
1181 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
1182
1183 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
1184
1185 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
1186
1187 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
1188
1189 * net/tramp.el (tramp-handle-write-region): START can be a string.
1190 Take care in the checks. Reported by Dan Davison
1191 <davison@stats.ox.ac.uk>.
1192
1193 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
1194
1195 * net/dbus.el (dbus-introspect, dbus-get-property)
1196 (dbus-set-property, dbus-get-all-properties):
1197 Use `dbus-call-method' when noninteractive. (Bug#5645)
1198
1199 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
1200
1201 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
1202 * emacs-lisp/elint.el (elint-add-required-env):
1203 * cedet/semantic/db-find.el
1204 (semanticdb-find-translate-path-brutish-default):
1205 * cedet/ede/make.el (ede-make-check-version):
1206 * calendar/icalendar.el (icalendar--add-diary-entry):
1207 * calc/calcalg2.el (math-tracing-integral):
1208 * files.el (recover-session-finish): Use with-current-buffer
1209 instead of save-excursion.
1210
1211 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
1212
1213 Fix in-buffer completion when after-change-functions modify the buffer.
1214 * minibuffer.el (completion--replace): New function.
1215 (completion--do-completion): Use it and use relative movement.
1216
1217 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
1218
1219 * international/fontset.el (setup-default-fontset): Fix :otf spec.
1220
1221 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
1222
1223 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
1224 Allow the characters _<> in the stack entry (Bug#5653).
1225
1226 2010-02-26 Kenichi Handa <handa@m17n.org>
1227
1228 * language/burmese.el: Fix entries in composition-function-table.
1229 (myanmar-composable-pattern): New variable.
1230
1231 * international/fontset.el (setup-default-fontset): Add an entry
1232 for myanmar.
1233
1234 * international/characters.el (script-list): Add Myanmar
1235 Extended-A.
1236
1237 2010-02-26 Glenn Morris <rgm@gnu.org>
1238
1239 * custom.el (custom-initialize-delay): Doc fix.
1240
1241 * mail/sendmail.el (send-mail-function): Autoload the call
1242 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
1243
1244 2010-02-25 Alan Mackenzie <acm@muc.de>
1245
1246 * progmodes/cc-engine.el (c-clear-<-pair-props)
1247 (c-clear->-pair-props): Correct to wipe category text props, not
1248 syntax-table ones.
1249
1250 * progmodes/cc-mode.el (c-after-change): Remove any hard
1251 syntax-table properties for <, > which, e.g., C-y has
1252 inopportunely converted from category properties.
1253
1254 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
1255
1256 * files.el (hack-local-variables-filter): For eval forms, also
1257 check safe-local-variable-p (Bug#5636).
1258
1259 2010-02-24 Eduard Wiebe <usenet@pusto.de>
1260
1261 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
1262 and use c(ad)r of cddr (Bug#5640).
1263
1264 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
1265
1266 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
1267 setting the modes by `ignore-errors'. It might fail, for example
1268 if the file is not owned by the user but the group.
1269 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
1270
1271 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
1272
1273 * files.el (directory-listing-before-filename-regexp): Use
1274 stricter matching for iso-style dates, to avoid false matches with
1275 date-like filenames (Bug#5597).
1276
1277 * htmlfontify.el (htmlfontify): Doc fix.
1278
1279 * eshell/eshell.el (eshell): Doc fix.
1280
1281 * startup.el (fancy-about-screen): In mode-line, apply
1282 mode-line-buffer-id face only to the buffer name (Bug#5613).
1283
1284 2010-02-20 Kevin Ryde <user42@zip.com.au>
1285
1286 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1287 In `watcom' anchor regexp to start of line, to avoid slowness
1288 (Bug#5599).
1289
1290 2010-02-20 Eli Zaretskii <eliz@gnu.org>
1291
1292 * subr.el (remove-yank-excluded-properties): Explain in a comment
1293 why `category' property is removed.
1294
1295 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
1296
1297 * isearch.el (isearch-update-post-hook, isearch-update): Revert
1298 2010-02-17 change.
1299
1300 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
1301
1302 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
1303 (icalendar--convert-weekly-to-ical)
1304 (icalendar--convert-yearly-to-ical)
1305 (icalendar--convert-block-to-ical)
1306 (icalendar--convert-cyclic-to-ical)
1307 (icalendar--convert-anniversary-to-ical): Take care of time
1308 specifications where hour has 1-digit only (Bug#5549).
1309
1310 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
1311
1312 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
1313 of disassemble output in GDB 7.1.
1314
1315 2010-02-19 Glenn Morris <rgm@gnu.org>
1316
1317 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
1318 property. (Bug#5593)
1319
1320 2010-02-18 Sam Steingold <sds@gnu.org>
1321
1322 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
1323
1324 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1325
1326 Use abbreviated file names in bookmarks (bug#5591).
1327 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
1328 calls to expand-file-name.
1329 (bookmark-relocate): Use abbreviated file names in bookmarks.
1330 (bookmark-load): Use abbreviated file names in messages.
1331
1332 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
1333
1334 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
1335 expand "." and "..". Reported by Thierry Volpiatto
1336 <thierry.volpiatto@gmail.com>.
1337
1338 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
1339
1340 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
1341 permissions of the temporary file to "0600". In case the remote
1342 file has no read permissions for the owner, there might be
1343 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
1344
1345 22010-02-18 Glenn Morris <rgm@gnu.org>
1346
1347 * emacs-lisp/authors.el (authors-renamed-files-alist):
1348 Add entries for INSTALL.CVS.
1349
1350 2010-02-17 Mark A. Hershberger <mah@everybody.org>
1351
1352 * vc-bzr.el: Fix typo in Known Bugs section.
1353
1354 * isearch.el (isearch-update-post-hook): New hook.
1355 (isearch-update): Use the new hook.
1356
1357 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
1358
1359 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1360 Fix errors in copying directories.
1361 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
1362 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
1363 (tramp-handle-delete-file)
1364 (tramp-handle-dired-recursive-delete-directory)
1365 (tramp-handle-write-region): Flush also the cache for the upper
1366 directory.
1367
1368 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
1369
1370 * simple.el (save-interprogram-paste-before-kill): Doc fix.
1371
1372 * cus-edit.el (hardware): Doc fix.
1373
1374 * man.el (man): Add to external custom group.
1375
1376 * delim-col.el (columns): Move to wp custom group.
1377
1378 * doc-view.el (doc-view): Add to data custom group.
1379
1380 * cedet/data-debug.el (data-debug): Move to extensions group.
1381
1382 * cedet/ede.el (ede):
1383 * cedet/srecode.el (srecode):
1384 * cedet/semantic.el (semantic): Put in tools and extensions group.
1385
1386 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
1387
1388 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
1389 by ispell-parse-output (Bug#5575).
1390
1391 2010-02-16 Kenichi Handa <handa@m17n.org>
1392
1393 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
1394 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
1395 (skkdic-convert): Use `euc-japan' coding system for writing.
1396
1397 2010-02-16 Glenn Morris <rgm@gnu.org>
1398
1399 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
1400 tex-main-file before using it. (Bug#5562)
1401
1402 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1403
1404 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
1405 warnings, since it is annoying for the user to see them each time he
1406 runs the code.
1407
1408 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
1409
1410 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
1411 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
1412 instead of PROC for caching "first-password-request". Otherwise,
1413 new processes would not profit from passwords already entered.
1414
1415 * net/tramp-cache.el (tramp-dump-connection-properties):
1416 Don't save "first-password-request" property.
1417
1418 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
1419
1420 * outline.el (outline-head-from-level):
1421 * simple.el (with-wrapper-hook):
1422 * cedet/ede.el (ede-run-target, project-delete-target)
1423 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
1424 (ede-adebug-project, ede-adebug-project-parent)
1425 (ede-adebug-project-root):
1426 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
1427 (elint-defun, elint-buffer-env, elint-top-form-logged)
1428 (elint-unbound-variable):
1429 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
1430 Fix typos in docstrings.
1431
1432 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
1433
1434 * files.el (insert-directory): When WILDCARD-REGEXP and
1435 FULL-DIRECTORY-P are nil, insert the file entry instead of the
1436 whole directory. (Bug#5551)
1437
1438 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
1439 dired's alignment sanity. (Bug#5516)
1440
1441 2010-02-14 Juri Linkov <juri@jurta.org>
1442
1443 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
1444 Remove remaining ^H with their preceding chars. (Bug#5566)
1445
1446 2010-02-13 Glenn Morris <rgm@gnu.org>
1447
1448 * simple.el (transpose-subr): Give it a doc-string.
1449
1450 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
1451 Doc fixes.
1452
1453 2010-02-12 Juri Linkov <juri@jurta.org>
1454
1455 * arc-mode.el (archive-unique-fname): Make directories for nested
1456 archives. (Bug#5540)
1457
1458 2010-02-12 Juri Linkov <juri@jurta.org>
1459
1460 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
1461
1462 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
1463
1464 * subr.el (copy-overlay): Handle deleted overlays.
1465
1466 * man.el (Man-completion-table): Don't signal an error if we can't run
1467 manual-program (bug#4056).
1468
1469 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
1470
1471 * textmodes/artist.el (artist-mt): Fix typos in docstring.
1472
1473 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1474
1475 * info.el (Info-bookmark-jump): Simplify.
1476
1477 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
1478 (bookmark-default-handler): Accept new bookmark field `buffer'.
1479
1480 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
1481
1482 * iswitchb.el (iswitchb-completions): Revert last change.
1483
1484 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
1485
1486 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
1487 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
1488 This prevents file names like "~/" being listed literally.
1489
1490 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
1491
1492 * term/xterm.el (xterm-maybe-set-dark-background-mode):
1493 Remove dead code. (Bug#5546)
1494
1495 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
1496
1497 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
1498 correctly (Bug#5548).
1499
1500 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
1501
1502 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
1503 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
1504
1505 2010-02-08 Kenichi Handa <handa@m17n.org>
1506
1507 * international/mule-util.el (with-coding-priority): Add autoload
1508 cookie for putting `lisp-indent-function'.
1509
1510 2010-02-07 Glenn Morris <rgm@gnu.org>
1511
1512 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
1513 Move F2003 named interfaces from keywords-2 to keywords-1, and
1514 use function-name-face rather than constant-face.
1515 Simplify "abstract interface" regexp.
1516
1517 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
1518
1519 * eshell/esh-util.el (eshell-file-attributes): New optional arg
1520 ID-FORMAT. Pass it to `file-attributes'.
1521
1522 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
1523
1524 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
1525
1526 * faces.el (set-face-attribute): Allow calling
1527 internal-set-lisp-face-attribute with 'unspecified family and
1528 foundry argument (Bug#5536).
1529
1530 2010-02-07 Glenn Morris <rgm@gnu.org>
1531
1532 * progmodes/f90.el (f90-font-lock-keywords-2)
1533 (f90-looking-at-type-like, f90-looking-at-program-block-end):
1534 Handle F2003 named interfaces.
1535
1536 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
1537
1538 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
1539 beg and end before calling c-get-state-before-change-functions.
1540
1541 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
1542
1543 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
1544
1545 2010-02-05 Juri Linkov <juri@jurta.org>
1546
1547 * doc-view.el (doc-view-mode):
1548 * image-mode.el (image-mode): Put property mode-class=special.
1549 (Bug#4896)
1550
1551 2010-02-05 Mark A. Hershberger <mah@everybody.org>
1552
1553 * vc-svn.el (vc-svn-revision-table): New function.
1554
1555 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
1556
1557 * net/ange-ftp.el (ange-ftp-insert-directory):
1558 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1559 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1560 Handle also directories. (Bug#5478)
1561
1562 2010-02-05 Glenn Morris <rgm@gnu.org>
1563
1564 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
1565
1566 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
1567
1568 * startup.el (command-line-1): Convert options beginning with a
1569 single dash as well (Bug#5519).
1570
1571 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1572
1573 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
1574 * minibuffer.el (completion-initials-expand): Only check the presence
1575 of delims *within* the boundaries, since otherwise the / delim is
1576 always found for files.
1577
1578 Fix up various corner case problems.
1579 * doc-view.el (doc-view-last-page-number): New function.
1580 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
1581 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
1582 (doc-view-kill-proc): Avoid inf-loop in freak cases.
1583 (doc-view-reconvert-doc): Use the new recursive delete-directory.
1584 (doc-view-convert-current-doc): Don't create the resolution.el file
1585 here any more.
1586 (doc-view-pdf/ps->png): Do it here instead.
1587 (doc-view-already-converted-p): Check that resolution.el is present.
1588 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
1589 windows that are not yet showing images.
1590
1591 2010-02-04 Alan Mackenzie <acm@muc.de>
1592
1593 Change strategy for marking < and > as template delimiters: mark
1594 them strictly in matching pairs.
1595
1596 * cc-mode.el (c-before-change):
1597 Use c-get-state-before-change-functions.
1598 (c-common-init): Adapt to use
1599 c-get-state-before-change-functions (note plural).
1600
1601 * cc-langs.el (c-no-parens-syntax-table): New syntax table, used
1602 for searching syntactically for matching <s and >s.
1603 (c-get-state-before-change-functions): New language variable (note
1604 the plural) which supersedes c-get-state-before-change-function.
1605
1606 * cc-engine.el (c-clear-<-pair-props, c-clear->-pair-props)
1607 (c-clear-<>-pair-props, c-clear-<-pair-props-if-match-after)
1608 (c-clear->-pair-props-if-match-before)
1609 (c-before-change-check-<>-operators): New functions.
1610 (c-after-change-check-<>-operators): Use macro
1611 c-unmark-<->-as-paren.
1612
1613 * cc-defs.el (c-search-backward-char-property): New macro.
1614
1615 * cc-cmds.el (c-electric-lt-gt): Do not set text properties on <
1616 and > any more. (These will be handled by font locking.)
1617
1618 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
1619
1620 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
1621 `dired-uncache' for every elemnt which is an absolute file name.
1622
1623 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
1624 directory, handle its directory component.
1625 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
1626 function is called permanently and creates noise, otherwise.
1627
1628 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1629 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1630 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
1631
1632 2010-02-04 David Burger <dburger@google.com> (tiny change)
1633
1634 * macros.el (apply-macro-to-region-lines):
1635 Minor simplification. (Bug#5485)
1636
1637 2010-02-04 Glenn Morris <rgm@gnu.org>
1638
1639 * mail/rmail.el (rmail-show-message-1): Handle malformed
1640 quoted-printable text. (Bug#5441)
1641
1642 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
1643
1644 * simple.el (visual-line-mode): Capitalize lighter.
1645
1646 2010-02-03 John Wiegley <jwiegley@gmail.com>
1647
1648 * iswitchb.el (iswitchb-completions): Add bookmark files to the
1649 list of files considered for "virtual buffer" completions.
1650
1651 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
1652
1653 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
1654 also in case of (and (not full) (not wildcard)). This is needed,
1655 when dired is called with a list of files, which are not in
1656 `default-directory'. (Bug#5478)
1657
1658 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
1659
1660 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
1661
1662 2010-02-02 Juri Linkov <juri@jurta.org>
1663
1664 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
1665 from unidiff to allow function-line after @@.
1666
1667 2010-02-02 Juri Linkov <juri@jurta.org>
1668
1669 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
1670 '(RCS SCCS) with inverted condition.
1671
1672 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
1673
1674 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
1675 messages.
1676
1677 2010-02-01 Juri Linkov <juri@jurta.org>
1678
1679 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
1680 compare with "pkunzip" and "pkzip" instead of only "pkzip".
1681 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
1682 only when (car archive-zip-extract) is "unzip". (Bug#5475)
1683
1684 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1685
1686 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
1687 (doc-view-revert-buffer): New command.
1688 (doc-view-mode-map): Use it.
1689
1690 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
1691
1692 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
1693 pending merge is detected.
1694
1695 2010-01-31 Juri Linkov <juri@jurta.org>
1696
1697 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
1698 beginning of interactive spec like all other grep commands do.
1699 Put "all" in front of "gz". (Bug#5260)
1700
1701 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
1702
1703 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
1704
1705 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
1706
1707 * dirtrack.el (dirtrack): Warn instead of signalling error if the
1708 regexp is incorrect (Bug#5476).
1709
1710 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
1711
1712 * net/tramp.el (tramp-handle-insert-directory): Handle also
1713 symlinks, when FILENAME is not in `default-directory'.
1714
1715 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
1716
1717 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
1718 FILE is not in `default-directory'. (Bug#5478)
1719
1720 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
1721 of SWITCHES. Handle the case, FILENAME is not in
1722 `default-directory'. (Bug#5478)
1723 (tramp-register-file-name-handlers): Add safe-magic property.
1724
1725 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
1726
1727 * arc-mode.el (archive-zip-extract): Quote the argument passed to
1728 unzip (Bug#5475).
1729
1730 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
1731
1732 * progmodes/flymake.el (flymake-allowed-file-name-masks)
1733 (flymake-master-make-header-init): Add other C++ filename masks.
1734 (flymake-find-possible-master-files)
1735 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
1736
1737 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
1738
1739 Fix some busybox annoyances.
1740
1741 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
1742 not responding." string.
1743 (tramp-open-connection-setup-interactive-shell): Dump stty
1744 settings. Enable "neveropen" arg for all `tramp-send-command'
1745 calls. Handle "=" in variable values properly.
1746 (tramp-find-inline-encoding): Raise an error, when no encoding is
1747 found.
1748 (tramp-wait-for-output): Check, whether PROC buffer is available.
1749 Remove spurious " ^H" sequences, sent by busybox.
1750 (tramp-get-ls-command): Suppress coloring, if possible.
1751
1752 2010-01-28 Glenn Morris <rgm@gnu.org>
1753
1754 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
1755
1756 * log-edit.el (log-edit-strip-single-file-name): Add missing
1757 :safe, :group, and :version tags.
1758
1759 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
1760
1761 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
1762 buffers. (Bug#5477)
1763
1764 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
1765
1766 * files.el (delete-directory): Handle moving to trash without
1767 first doing recursion (Bug#5436).
1768
1769 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
1770
1771 * vc-hooks.el (vc-path): Mark as obsolete.
1772
1773 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
1774
1775 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
1776 names too.
1777
1778 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
1779 for the short log.
1780 (vc-bzr-log-view-mode): Adjust regexp for the above change.
1781
1782 2010-01-25 Mark A. Hershberger <mah@everybody.org>
1783
1784 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
1785
1786 * vc-bzr.el (vc-bzr-revision-table): New function.
1787
1788 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
1789
1790 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
1791 diff-index command. This requires at least git-1.5.5. (Bug#1589).
1792
1793 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
1794
1795 Remove support for adding --signoff on commit.
1796 Future support will use an incompatible generic mechanism.
1797 * vc-git.el (vc-git-add-signoff): Remove variable.
1798 (vc-git-toggle-signoff): Remove function.
1799 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
1800
1801 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
1802 from xterm-set-background-mode. Return t if the background mode
1803 was set.
1804 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
1805 earlier, call it again in case the background mode has changed.
1806
1807 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
1808
1809 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
1810 (Bug#3541).
1811
1812 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
1813
1814 * emacs-lisp/assoc.el (aelement): Doc fix.
1815 (aput, adelete, amake): Use lexical-let (Bug#5450).
1816
1817 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
1818
1819 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
1820 is the same as subprogram call, not declaration. (Bug#5435).
1821
1822 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
1823
1824 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
1825 (tramp-smb-maybe-open-connection): Use it.
1826
1827 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
1828
1829 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
1830
1831 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1832
1833 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
1834 just because we see "encoding: 8bit".
1835 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
1836
1837 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
1838
1839 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
1840
1841 2010-01-22 Eli Zaretskii <eliz@gnu.org>
1842
1843 * jka-compr.el (jka-compr-load): If load-file is not in
1844 load-history, try its file-truename version. (bug#5447)
1845
1846 2010-01-21 Alan Mackenzie <acm@muc.de>
1847
1848 Fix a situation where deletion of a cpp construct throws an error.
1849 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
1850 invoking c-with-all-but-one-cpps-commented-out, check that the
1851 special cpp construct is still in the buffer.
1852 (c-parse-state): Record the special cpp with markers, not numbers.
1853
1854 2010-01-21 Kenichi Handa <handa@m17n.org>
1855
1856 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
1857 process last-command-event, as it is now decoded first (Bug#5380).
1858
1859 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
1860
1861 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
1862
1863 2010-01-20 Glenn Morris <rgm@gnu.org>
1864
1865 * indent.el (tab-always-indent): Fix custom-type.
1866
1867 2010-01-19 Alan Mackenzie <acm@muc.de>
1868
1869 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
1870 buffer throws "args out of range".
1871 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
1872 playing the role of delimiter.
1873
1874 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
1875
1876 * progmodes/ada-mode.el: Fix bug#5400.
1877 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
1878 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
1879 changed. Delete RECURSIVE parameter; never used. Improve doc string.
1880 Improve comments in "is" portion. Handle null procedure declaration.
1881 (ada-move-to-end): Improve doc string.
1882
1883 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
1884
1885 * ido.el (ido-cur-list): Initialize to nil.
1886 Remove obsolete information from commentary.
1887 (ido-choice-list): Initialize to nil.
1888 (ido-get-bufname): Reject minibuffers.
1889 (ido-make-buffer-list): If "default" is a nonexistent
1890 buffer, ignore it, as per the function's comment.
1891 (ido-kill-buffer-internal): New function.
1892 (ido-kill-buffer-at-head): Use it.
1893 (ido-visit-buffer): Likewise.
1894
1895 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
1896
1897 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
1898
1899 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
1900
1901 * cedet/ede/locate.el (ede-locate-file-in-project)
1902 (ede-locate-file-in-project-impl): Fix typos in docstrings.
1903 (ede-enable-locate-on-project): Fix typos in error messages.
1904
1905 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
1906 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
1907 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
1908 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
1909 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
1910 Fix typos in menu help.
1911
1912 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
1913 Fix typos in chart titles.
1914
1915 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
1916 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
1917 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
1918 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
1919 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
1920 (semantic-parse-stream, semantic-parse-region)
1921 (semantic-parse-region-default, semantic--set-buffer-cache)
1922 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
1923 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
1924 (semantic-default-submodes):
1925 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
1926 (semanticdb-create-ebrowse-database)
1927 (semanticdb-find-tags-for-completion-method)
1928 (semanticdb-find-tags-by-class-method)
1929 (semanticdb-deep-find-tags-by-name-method)
1930 (semanticdb-deep-find-tags-for-completion-method):
1931 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
1932 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
1933 (semanticdb-find-tags-for-completion-method)
1934 (semanticdb-find-tags-by-class-method)
1935 (semanticdb-deep-find-tags-for-completion-method):
1936 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
1937 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
1938 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
1939 (semanticdb-find-tags-by-name-method)
1940 (semanticdb-find-tags-by-name-regexp-method)
1941 (semanticdb-find-tags-for-completion-method)
1942 (semanticdb-find-tags-by-class-method)
1943 (semanticdb-find-tags-external-children-of-type-method)
1944 (semanticdb-find-tags-subclasses-of-type-method)
1945 (semanticdb-deep-find-tags-by-name-method)
1946 (semanticdb-deep-find-tags-by-name-regexp-method)
1947 (semanticdb-deep-find-tags-for-completion-method):
1948 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
1949 (semanticdb-enable-gnu-global-in-buffer)
1950 (semanticdb-find-tags-for-completion-method)
1951 (semanticdb-deep-find-tags-by-name-method)
1952 (semanticdb-deep-find-tags-for-completion-method):
1953 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
1954 (javascript-mode, semanticdb-find-translate-path)
1955 (semanticdb-find-tags-for-completion-method)
1956 (semanticdb-find-tags-by-class-method)
1957 (semanticdb-deep-find-tags-by-name-method)
1958 (semanticdb-deep-find-tags-for-completion-method)
1959 (semanticdb-find-tags-external-children-of-type-method):
1960 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
1961 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
1962 (global-semantic-idle-scheduler-mode):
1963 * cedet/srecode/dictionary.el (srecode-field-value)
1964 (srecode-dictionary-add-section-dictionary):
1965 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
1966 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
1967 (describe-class, eieio-describe-generic, describe-generic):
1968 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
1969 (eieio-speedbar-expand):
1970 * emulation/viper-cmd.el (viper-exec-form-in-vi)
1971 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
1972 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
1973 (viper-del-backward-char-in-replace, viper-backward-indent)
1974 (viper-brac-function, viper-register-to-point, viper-submit-report):
1975 * net/tramp.el (tramp-remote-coding-commands):
1976 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
1977 Fix typos in docstrings.
1978
1979 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
1980
1981 * mail/sendmail.el (mail-yank-original): Set the mark if the
1982 specified function for yanking does not do it.
1983
1984 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
1985
1986 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
1987
1988 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
1989 resyncing a directory.
1990
1991 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
1992
1993 * progmodes/ada-mode.el: Fix bug#1920.
1994 (ada-ident-re): Delete ., allow multibyte characters.
1995 (ada-goto-label-re): New; matches goto labels.
1996 (ada-block-label-re): New; matches block labels.
1997 (ada-label-re): New; matches both.
1998 (ada-named-block-re): Deleted; callers changed to use
1999 `ada-block-label-re' instead.
2000 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
2001 Use `ada-block-label-re'.
2002 (ada-indent-on-previous-lines): Improve handling of goto labels.
2003 (ada-get-indent-block-start): Special-case block label.
2004 (ada-get-indent-label): Split into `ada-indent-block-label' and
2005 `ada-indent-goto-label'.
2006 (ada-goto-stmt-start, ada-goto-next-non-ws):
2007 Optionally ignore goto labels.
2008 (ada-goto-next-word): Simplify.
2009 (ada-indent-newline-indent-conditional): Insert newline before
2010 trying to fix indentation; doc fix.
2011
2012 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
2013
2014 * calc/calc.el (calc-command-flags): Give it an initial value.
2015
2016 2010-01-17 Glenn Morris <rgm@gnu.org>
2017
2018 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
2019
2020 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
2021
2022 * cedet/semantic.el (semantic-mode):
2023 * files.el (minibuffer-with-setup-hook):
2024 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
2025 (artist-key-draw-continously, artist-key-do-continously-continously)
2026 (artist-key-set-point-continously, artist-mouse-draw-continously):
2027 Fix typos in docstrings.
2028
2029 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
2030
2031 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
2032 return t (Bug#3898).
2033
2034 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
2035
2036 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
2037 can parse the output of the external commands (Bug#5279).
2038
2039 2010-01-16 Jari Aalto <jari.aalto@cante.net>
2040
2041 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
2042
2043 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
2044
2045 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
2046
2047 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
2048
2049 * startup.el (command-line): Remove unused --icon-type arg.
2050 Handle --display arg, passing it to command-line-1 (Bug#5392).
2051
2052 2010-01-16 Mario Lang <mlang@delysid.org>
2053
2054 * cedet/ede/cpp-root.el (ede-cpp-root-project):
2055 * cedet/ede/files.el (ede-expand-filename):
2056 * cedet/ede/simple.el (ede-simple-project):
2057 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
2058 (semantic-complete-inline-tag-engine):
2059 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
2060 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
2061 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
2062 * cedet/semantic/db.el (semanticdb-equivalent-mode):
2063 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
2064 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
2065 * emacs-lisp/chart.el (chart-translate-namezone):
2066 * textmodes/artist.el (artist-compute-popup-menu-table):
2067 Remove duplicated words in doc-strings.
2068
2069 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
2070
2071 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
2072 to mairix-search to suppress threading (Bug#5342).
2073
2074 2010-01-15 Kenichi Handa <handa@m17n.org>
2075
2076 * international/mule-cmds.el (canonicalize-coding-system-name):
2077 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
2078
2079 2010-01-15 Glenn Morris <rgm@gnu.org>
2080
2081 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
2082
2083 * wid-edit.el (widget-keymap): Doc fix.
2084
2085 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
2086 former seems to be more widely accepted by various svn versions.
2087
2088 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2089
2090 * find-cmd.el (find-constituents):
2091 * vc-arch.el (vc-arch-root):
2092 * window.el (window-body-height, pop-up-frames):
2093 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
2094 (semantic-no-reparse-needed-change-hook):
2095 * cedet/srecode/insert.el (srecode-resolve-argument-list)
2096 (srecode-template-inserter-blank, srecode-template-inserter-variable)
2097 (srecode-template-inserter-ask, srecode-template-inserter-width)
2098 (srecode-template-inserter-section-start)
2099 (srecode-template-inserter-section-end, srecode-insert-method):
2100 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
2101 * progmodes/ada-stmt.el (ada-if):
2102 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
2103 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
2104 (ispell-encoding8-command, ispell-aspell-supports-utf8)
2105 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
2106
2107 * progmodes/flymake.el (flymake-post-syntax-check):
2108 Fix typo in error message.
2109
2110 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2111
2112 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
2113 which is always a string. (Bug#5313)
2114
2115 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2116
2117 * progmodes/ada-xref.el (ada-default-prj-properties):
2118 Simplify previous change.
2119
2120 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2121
2122 * progmodes/ada-xref.el (ada-default-prj-properties):
2123 Default ada_project_path to $ADA_PROJECT_PATH.
2124
2125 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2126
2127 * progmodes/ada-mode.el (ada-create-keymap):
2128 Override `narrow-to-defun' with `ada-narrow-to-defun'.
2129
2130 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2131
2132 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
2133 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
2134 (ada-get-current-indent, ada-imenu-generic-expression)
2135 (ada-which-function): Check for it.
2136
2137 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2138
2139 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
2140 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
2141
2142 2010-01-14 Glenn Morris <rgm@gnu.org>
2143
2144 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
2145
2146 2010-01-14 Kenichi Handa <handa@m17n.org>
2147
2148 * composite.el (auto-composition-mode): Make it a buffer local
2149 variable (permanent-local).
2150 (auto-composition-function): Set the default value to
2151 auto-compose-chars.
2152 (auto-composition-mode): Make it a simple function, not a minor mode.
2153 (global-auto-composition-mode): Likewise.
2154 (turn-on-auto-composition-if-enabled): Delete it.
2155
2156 2010-01-13 Karl Fogel <kfogel@red-bean.com>
2157
2158 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
2159
2160 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
2161
2162 * files.el (copy-directory): Compute target for recursive
2163 directories with identical names. (Bug#5343)
2164
2165 2010-01-12 Glenn Morris <rgm@gnu.org>
2166
2167 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
2168 it to bug-gnu-emacs rather than emacs-pretest-bug.
2169
2170 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
2171
2172 * cedet/data-debug.el (data-debug): Fix customization group reference.
2173
2174 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
2175
2176 * cedet/semantic/analyze.el (semantic-analyze-push-error)
2177 (semantic-analyze-context, semantic-analyze-context-assignment)
2178 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
2179 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
2180 (semantic-java-doc-keywords-map):
2181 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
2182 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
2183 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
2184 (semantic-c-classname, semantic-format-tag-uml-prototype)
2185 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
2186 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
2187 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
2188 (semantic-get-local-variables, semantic-end-of-command)
2189 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
2190 (lisp-mode):
2191 * cedet/semantic/bovine/make.el (makefile-mode):
2192 * cedet/semantic/wisent/python.el (wisent-python-string-re)
2193 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
2194 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
2195 (semantic-lex, semantic-get-local-variables, python-mode):
2196 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
2197 * cedet/srecode/extract.el (srecode-extract-state-set)
2198 (srecode-extract-method): Fix typos in docstrings.
2199
2200 2010-01-11 Sam Steingold <sds@gnu.org>
2201
2202 * imenu.el (imenu-default-create-index-function): Detect infinite
2203 loops caused by imenu-prev-index-position-function.
2204
2205 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2206
2207 * htmlfontify.el (htmlfontify-load-rgb-file)
2208 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
2209 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
2210 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
2211 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
2212 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
2213 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
2214 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
2215 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
2216 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
2217 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
2218 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
2219 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
2220 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
2221 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
2222 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
2223 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
2224 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
2225 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
2226 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
2227 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
2228 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
2229 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
2230 backslash-quoting from parentheses, etc.
2231
2232 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
2233
2234 * progmodes/js.el: Autoload javascript-mode alias.
2235
2236 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2237
2238 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
2239 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
2240 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
2241 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
2242 Fix typos in docstrings.
2243 (ffap-url-regexp): Doc fix.
2244 (ffap-at-mouse): Fix typo in message.
2245
2246 2010-01-11 Glenn Morris <rgm@gnu.org>
2247
2248 * version.el (emacs-copyright): Set copyright year to 2010.
2249
2250 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2251
2252 * format.el (format-annotate-function): Only set
2253 write-region-post-annotation-function after running to-fn so as not to
2254 affect nested write-region calls (bug#5273).
2255
2256 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
2257
2258 * cedet/semantic.el (semantic-new-buffer-setup-functions):
2259 Add python parser.
2260
2261 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
2262 wisent/python.el.
2263
2264 2010-01-10 Richard Kim <emacs18@gmail.com>
2265
2266 * cedet/semantic/wisent/python-wy.el:
2267 * cedet/semantic/wisent/python.el: New files.
2268
2269 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2270
2271 * man.el (Man-goto-section): Signal error if the section is not
2272 found (Bug#5317).
2273
2274 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
2275
2276 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
2277 URLs with a leading triple slash in the file: scheme. (Bug#5345)
2278
2279 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2280
2281 * progmodes/compile.el: Don't treat compile-command as safe if
2282 compilation-read-command might be nil (Bug#4218).
2283
2284 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
2285
2286 * startup.el (command-line-1): Use orig-argi to check for ignored X and
2287 NS options.
2288
2289 2010-01-08 Kenichi Handa <handa@m17n.org>
2290
2291 * international/fontset.el (build-default-fontset-data):
2292 Exclude characters in scripts kana, hangul, han, or cjk-misc.
2293
2294 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
2295
2296 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
2297 to `create-file-buffer' as it expects, not just a buffer name.
2298 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
2299 to help uniquify. (Bug#3224)
2300
2301 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
2302
2303 * font-setting.el (font-setting-change-default-font): Use user-spec
2304 instead of name.
2305
2306 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2307
2308 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
2309
2310 2010-01-05 Tom Tromey <tromey@redhat.com>
2311
2312 * progmodes/python.el (python-font-lock-keywords):
2313 Handle qualified decorators (Bug#881).
2314
2315 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2316
2317 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
2318 in a lightweight checkout.
2319
2320 2010-01-05 Kenichi Handa <handa@m17n.org>
2321
2322 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
2323
2324 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2325
2326 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
2327
2328 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
2329
2330 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
2331 checkouts. (Bug#618)
2332 (vc-bzr-log-view-mode): Also highlight the author.
2333 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
2334 (vc-bzr-shelve-menu-map):
2335 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
2336 (vc-bzr-shelve-apply): Make prompt more explicit.
2337
2338 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
2339
2340 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
2341 They are valid characters in URL paths (rfc3986), and at least
2342 Firefox does not understand the encoded version (Bug#3166).
2343
2344 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
2345
2346 * progmodes/octave-mod.el (octave-end-keywords)
2347 (octave-block-begin-or-end-regexp, octave-block-match-alist):
2348 Add "end" keyword (Bug#3061).
2349 (octave-end-as-array-index-p): New function.
2350 (calculate-octave-indent): Use it.
2351
2352 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2353
2354 * bookmark.el: Consistently put the text property on the bookmark name.
2355 (bookmark-bmenu-marks-width): Bump back to 2, to include
2356 annotation marks.
2357 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
2358 property on the bookmark name, instead of not putting it at all.
2359 (bookmark-bmenu-list): Fix where we put the text property.
2360
2361 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2362
2363 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
2364 for showing buffer modified state (as added in the previous change).
2365
2366 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2367
2368 * bookmark.el: Show modified state of bookmark buffer more accurately.
2369 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
2370 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
2371 (with-buffer-modified-unmodified): New macro.
2372 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2373 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
2374 Use new macro to preserve the buffer modified state.
2375
2376 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2377
2378 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
2379 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
2380 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
2381 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
2382 (bookmark-bmenu-rename, bookmark-bmenu-locate)
2383 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
2384 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
2385
2386 2010-01-02 Eli Zaretskii <eliz@gnu.org>
2387
2388 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2389 Make the lines in the generated doc string shorter. (Bug#4668)
2390
2391 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
2392
2393 * net/rcirc.el: Add follow-link binding (Bug#4738).
2394
2395 2010-01-02 Eli Zaretskii <eliz@gnu.org>
2396
2397 * Makefile.in (bzr-update): Rename from cvs-update.
2398 (cvs-update): New target for backward compatibility.
2399
2400 * makefile.w32-in (bzr-update): Rename from cvs-update.
2401 (cvs-update): New target for backward compatibility.
2402
2403 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2404
2405 * bookmark.el: Remove gratuitous gratitude.
2406
2407 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2408
2409 * bookmark.el (bookmark-bmenu-any-marks): New function
2410 (bookmark-bmenu-save): Clear buffer modification if no marks.
2411
2412 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2413
2414 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
2415 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
2416 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
2417 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
2418
2419 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
2420 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
2421 To: emacs-devel {_AT_} gnu.org
2422 Subject: bookmark.el bug report
2423 Date: Mon, 28 Dec 2009 14:19:16 +0800
2424 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
2425
2426 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2427
2428 * bookmark.el: Improvements suggested by Drew Adams:
2429 (bookmark-bmenu-ensure-position): New name for
2430 `bookmark-bmenu-check-position'. Just ensure the position,
2431 don't return any meaningful value.
2432 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
2433 New constants.
2434
2435 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
2436
2437 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
2438 (bookmark-yank-point, bookmark-bmenu-check-position):
2439 Fix typos in docstrings.
2440 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
2441 (bookmark-name-from-full-record, bookmark-get-position)
2442 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
2443 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
2444 Remove useless quoting of parenthesis, etc. in docstrings.
2445
2446 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
2447 (ediff-append-custom-diff): Fix typo in error message.
2448 (ediff-meta-mark-equal-files): Fix typos in messages.
2449
2450 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
2451
2452 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
2453 Fix typo in docstring.
2454
2455 * net/imap-hash.el (imap-hash-make): Doc fix.
2456 (imap-hash-test): Fix typo in error message; reflow docstring.
2457 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
2458 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
2459 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
2460 Fix typos in docstrings.
2461 (imap-hash-open-connection): Fix typo in error message.
2462
2463 * play/gomoku.el (gomoku): Fix typos in docstring.
2464
2465 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
2466 (gdb-jsonify-buffer): Fix typos in docstring.
2467 (gdb-goto-breakpoint): Fix typo in error message.
2468 ("Display Other Windows"): Fix typo in help message.
2469 (gdb-speedbar-expand-node): Fix typo in question.
2470
2471 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
2472 (idlwave-html-system-help-location, idlwave-html-help-location)
2473 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
2474 (idlwave-help-browser-generic-args, idlwave-help-directory)
2475 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
2476 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
2477 (idlwave-online-help, idlwave-help-html-link)
2478 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
2479 Fix typos in docstrings.
2480 (idlwave-help-with-source, idlwave-help-find-routine-definition):
2481 Reflow docstrings.
2482 (idlwave-help-assistant-start): Fix typo in error message.
2483
2484 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
2485 (octave-electric-space): Fix typos in docstrings.
2486
2487 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
2488
2489 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
2490
2491 2010-01-01 Juri Linkov <juri@jurta.org>
2492
2493 * comint.el (comint-input-ring-size): Make it a defcustom and
2494 increase the default to 500 (Bug#5148).
2495
2496 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
2497
2498 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
2499 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
2500 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
2501
2502 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
2503
2504 Show working revision correctly for mercurial.
2505 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
2506 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
2507
2508 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
2509
2510 Declare some functions for the byte-compiler.
2511 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
2512 (speedbar-timer-fn, speedbar-change-expand-button-char)
2513 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
2514
2515 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
2516
2517 This changeset reverts GDB Graphical Interface to use annotations.
2518 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
2519
2520 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
2521
2522 Make vc-dir work on subdirectories of the bzr root.
2523 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
2524 file names relative to it.
2525 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
2526 relative directory to vc-bzr-after-dir-status.
2527
2528 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
2529
2530 * font-lock.el (font-lock-refresh-defaults): New function, which
2531 can be used to let font-lock react to external changes in
2532 variables like font-lock-defaults and keywords.
2533 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
2534
2535 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
2536
2537 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
2538
2539 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
2540
2541 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
2542
2543 Supersede color.diff settings in git log (bug#5211).
2544
2545 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
2546 escape chars in its output when the user has color.diff set to `always'.
2547 This fix works on git 1.4.2 and newer (released on 2006-08-13).
2548
2549 2009-12-26 Kevin Ryde <user42@zip.com.au>
2550
2551 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
2552 node. Keep previous "Index" name to work with past coreutils too.
2553
2554 * man.el (man): Revise docstring a bit to show -a and -l as
2555 examples. Add -k description since support for it has otherwise
2556 been a secret. (Further to bug#3717.)
2557 (Man-bgproc-sentinel): When "-k foo" produces no output show error
2558 "no matches" rather than "Can't find manpage", as the latter reads
2559 like -k was interpreted as a page name, which is not so. (Bug#5431)
2560
2561 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
2562
2563 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
2564 switches. Check also for //SUBDIRED// line.
2565
2566 2009-12-25 Kenichi Handa <handa@m17n.org>
2567
2568 * language/indian.el (devanagari-composable-pattern): Fixed to
2569 handle ZWNJ and ZWJ. Use it in composition-function-table for
2570 Devanagari.
2571 (malayalam-composable-pattern): Fix previous change.
2572
2573 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2574
2575 * ps-print.el (ps-face-attributes): It was not returning the
2576 attribute face for faces specified as string. Reported by harven
2577 <harven@free.fr>.
2578 (ps-print-version): New version 7.3.5.
2579
2580 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
2581
2582 * calendar/icalendar.el (icalendar--convert-tz-offset):
2583 Fix timezone names.
2584 (icalendar--convert-tz-offset): Fix the "last-day-problem".
2585 (icalendar--add-diary-entry): Remove the trailing blank that
2586 diary-make-entry inserts.
2587
2588 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
2589
2590 Make `file-expand-wildcards' work for remote files.
2591
2592 * files.el (file-expand-wildcards): In case of remote files, check
2593 only local file name part for wildcards. Provide feature 'files
2594 and subfeature 'remote-wildcards. (Bug#5198)
2595
2596 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
2597 if there is already an established connection.
2598 (tramp-advice-file-expand-wildcards): Remove it.
2599
2600 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
2601 (tramp-advice-file-expand-wildcards): Move from tramp.el.
2602 Activate advice for older GNU Emacs versions. (Bug#5237)
2603
2604 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
2605
2606 Some doc fixes (more needed).
2607
2608 * find-cmd.el (find-constituents): Reflow docstring.
2609 (find-cmd, find-prune, find-command): Fix typos in docstrings.
2610 (find-generic): Doc fix.
2611
2612 2009-12-17 Juri Linkov <juri@jurta.org>
2613
2614 Fix regression from 23.1 to allow multiple modes in Local Variables.
2615
2616 * files.el (hack-local-variables-filter): While ignoring duplicates,
2617 don't take `mode' into account.
2618 (hack-local-variables-filter, hack-dir-local-variables):
2619 Don't remove duplicate `mode' from local-variables-alist (like `eval').
2620
2621 2009-12-17 Juri Linkov <juri@jurta.org>
2622
2623 Make `dired-diff' safer. (Bug#5225)
2624
2625 * dired-aux.el (dired-diff): Signal an error when `file' equals to
2626 `current' or when `file' is a directory of the `current' file.
2627
2628 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
2629
2630 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
2631 unconditionally preloaded files.
2632
2633 2009-12-16 Juri Linkov <juri@jurta.org>
2634
2635 Revert to old 23.1 logic of using the file at the mark as default.
2636 * dired-aux.el (dired-diff): Use the file at the mark as default
2637 if it's not the same as the current file, and the target dir is
2638 the current dir or the mark is active. Add the current file
2639 as the arg of `dired-dwim-target-defaults'. Use the default file
2640 in the prompt. (Bug#5225)
2641
2642 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
2643
2644 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
2645 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
2646 (tramp-check-for-regexp): Check also, when an echoing shell stops
2647 to echo sent commands.
2648
2649 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2650
2651 * Makefile.in: Revert last change (Bug#5191).
2652
2653 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
2654
2655 * vc-hg.el (vc-hg-print-log): Fix argument order.
2656 (vc-hg-working-revision): Make sure the command is executed in a
2657 known environment so that we can parse the output. (Bug#4417)
2658
2659 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2660
2661 * progmodes/python.el (python-symbol-completions): Remove text
2662 properties from symbol string before calling python-send-receive.
2663
2664 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
2665
2666 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
2667 when there are values for both file and line. (Bug#5060)
2668
2669 2009-12-14 Juri Linkov <juri@jurta.org>
2670
2671 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
2672 whitespace after the file name of the first line of unified format,
2673 because git-diff doesn't output whitespace and file modification time
2674 after the file name.
2675
2676 2009-12-14 David Kastrup <dak@gnu.org>
2677
2678 * info.el (Info-hide-cookies-node): Before hiding a cookie,
2679 check if it already has the `display' property added by
2680 `Info-display-images-node', and not put the `invisible' property
2681 in this case.
2682
2683 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2684
2685 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2686 (semantic-mru-bookmark-mode): Doc fixes.
2687
2688 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
2689 of assert.
2690
2691 2009-12-13 Glenn Morris <rgm@gnu.org>
2692
2693 * mail/emacsbug.el (message-sort-headers): Define for compiler.
2694 (report-emacs-bug): In message-mode, sort manually before storing
2695 original report text. (Bug#5178)
2696 Remove superfluous save-excursion.
2697
2698 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
2699
2700 * net/dbus.el (dbus-property-handler): Filter lambda forms out
2701 when responding to "GetAll" properties.
2702
2703 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
2704
2705 * simple.el (compose-mail): Remove mail-setup-with-from from
2706 customization checks.
2707
2708 2009-12-12 Eli Zaretskii <eliz@gnu.org>
2709
2710 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
2711 RAR archives created on Unix systems.
2712
2713 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
2714
2715 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
2716 the varalias that was accidentally removed by the 2009-11-19 change
2717 (bug#5186).
2718
2719 2009-12-12 Kenichi Handa <handa@m17n.org>
2720
2721 * language/indian.el (indian-compose-regexp): New function.
2722 (malayalam-composable-pattern): Fix the pattern.
2723 (composition-function-table): Set malayalam-composable-pattern for
2724 Malayalam characters.
2725
2726 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
2727
2728 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
2729 rather than down-mouse-1, based on follow-link conventions.
2730
2731 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
2732 are compiled.
2733
2734 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
2735
2736 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
2737 (verilog-vmm-statement-re, verilog-ovm-statement-re)
2738 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
2739 (verilog-leap-to-head, verilog-backward-token):
2740 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
2741
2742 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
2743
2744 * progmodes/verilog-mode.el (verilog-auto-lineup)
2745 (verilog-nameable-item-re): Cleanup user-visible spelling and
2746 documentation errors. One reported by Gary Delp.
2747 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
2748 (verilog-read-decls): Fix AUTOWIRE with types declared in a
2749 package, bug195. Reported by Pierre-David Pfister.
2750
2751 2009-12-11 Glenn Morris <rgm@gnu.org>
2752
2753 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
2754
2755 * mail/emacsbug.el: No longer require sendmail.
2756 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
2757 (report-emacs-bug-orig-text): Doc fix.
2758 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
2759 New local variables, to adapt to different mail-user-agents.
2760 (report-emacs-bug): Fix test for a gnu.org address.
2761 Use overlays for emphasis, since font-lock defeats 'face property.
2762 Pretest bugs also end up at the newsgroup these days.
2763 Stop message-mode stripping text properties.
2764 Set and use the new buffer-local variables.
2765 (report-emacs-bug-hook): Add doc-string.
2766 Remove some unnecessary save-excursions and simplify.
2767 Use the appropriate hook and send-command.
2768
2769 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
2770 capitalization of some menu entries.
2771
2772 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2773
2774 * whitespace.el (whitespace-display-char-on): Ensure
2775 `buffer-display-table' is unique when two or more windows are
2776 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
2777 New version 12.1.
2778
2779 2009-12-10 Eli Zaretskii <eliz@gnu.org>
2780
2781 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
2782 characters in the Attribute field.
2783
2784 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
2785
2786 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
2787
2788 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2789
2790 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2791 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2792 Disregard autoload-excludes.
2793 (update-directory-autoloads): Obey autoload-excludes here instead.
2794 But don't store its contents in no-autoloads and remove entries that
2795 refer to excludes files.
2796
2797 2009-12-10 Glenn Morris <rgm@gnu.org>
2798
2799 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2800 (expand-mail-aliases): Define for compiler.
2801
2802 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2803 Define for compiler.
2804
2805 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2806 appropriate for the mail-user-agent in use.
2807
2808 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
2809
2810 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2811
2812 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
2813
2814 Fix short log parsing and fontification.
2815 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2816 Fix fontification for the [merge] label.
2817
2818 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
2819
2820 Drop some properties to avoid surprises (bug#5002).
2821 * htmlfontify.el (hfy-ignored-properties): New defcustom.
2822 (hfy-fontify-buffer): Use it.
2823
2824 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
2825
2826 Minor cleanup.
2827 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
2828 Adjust all callers.
2829 (ffap-locate-file): Remove unused arg `dir-ok' and make other
2830 args compulsory. Adjust callers.
2831 (ffap-gopher-at-point): Remove unused var `name'.
2832
2833 Get rid of the ELCFILES abomination.
2834 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2835 (compile-elcfiles): New phony target.
2836 (compile-main): Compute ELCFILES dynamically.
2837 (compile-clean): New target to remove left-over elc files.
2838 (compile, all): Use it.
2839
2840 2009-12-09 Kenichi Handa <handa@etlken>
2841
2842 * international/mule-diag.el: Require help-mode instead of help-fns.
2843
2844 2009-12-09 Kenichi Handa <handa@m17n.org>
2845
2846 * international/mule-cmds.el (ucs-names): Supply sufficiently
2847 fine ranges instead of pre-calculating accurate ranges.
2848 Iterate with bigger gc-cons-threshold.
2849
2850 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2851
2852 Add support for stashing a snapshot of the current tree.
2853 * vc-git.el (vc-git-stash-snapshot): New function.
2854 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
2855
2856 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
2857
2858 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
2859 instead of `(beginning|end)-of-line'.
2860
2861 2009-12-08 Glenn Morris <rgm@gnu.org>
2862
2863 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
2864
2865 * Makefile.in (ELCFILES): Regenerate.
2866
2867 2009-12-07 Juri Linkov <juri@jurta.org>
2868
2869 Don't lazy-highlight the comint output in history Isearch mode.
2870
2871 * comint.el (comint-history-isearch-search): Instead of
2872 `comint-line-beginning-position', use `comint-after-pmark-p'
2873 to check if point if before the process mark, and go to
2874 `process-mark' in this case.
2875
2876 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2877
2878 * textmodes/tex-mode.el (latex-complete)
2879 (latex-indent-or-complete): Remove.
2880 (latex-mode): Set completion-at-point-functions instead.
2881
2882 Provide a standard completion command and hook it into TAB.
2883 * minibuffer.el (completion-at-point-functions): New var.
2884 (completion-at-point): New command.
2885 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
2886 * progmodes/python.el (python-mode-map): Use completion-at-point.
2887 (python-completion-at-point): Rename from python-partial-symbol and
2888 adjust for use in completion-at-point-functions.
2889 (python-mode): Setup completion-at-point for Python completion.
2890 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
2891 extracted from lisp-complete-symbol.
2892 (lisp-complete-symbol): Use it.
2893 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
2894 setup completion-at-point for Elisp completion.
2895 (emacs-lisp-mode-map, lisp-interaction-mode-map):
2896 Use completion-at-point.
2897 * ielm.el (ielm-map): Use completion-at-point.
2898 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
2899 * progmodes/sym-comp.el: Move to...
2900 * obsolete/sym-comp.el: Move from progmodes.
2901
2902 2009-12-07 Eli Zaretskii <eliz@gnu.org>
2903
2904 Prevent save-buffer in Rmail buffers from using the coding-system
2905 of the current message, and from clobbering the encoding mnemonics
2906 in the mode line (Bug#4623).
2907
2908 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
2909 flag, too.
2910 (rmail-message-encoding): New variable.
2911 (rmail-write-region-annotate): Record the encoding of the current
2912 message in rmail-message-encoding.
2913 (rmail-after-save-hook): New function, restores the encoding of
2914 the current message after the message collection is saved.
2915
2916 2009-12-07 Juri Linkov <juri@jurta.org>
2917
2918 * progmodes/grep.el (grep-read-files): Use `completing-read'
2919 instead of `read-string'. Set its `collection' arg to
2920 `read-file-name-internal'. (Bug#4301)
2921
2922 2009-12-07 Juri Linkov <juri@jurta.org>
2923
2924 Correctly restore original Isearch point. (Bug#4994)
2925
2926 * isearch.el (isearch-mode): Move `isearch-push-state' after
2927 `(run-hooks 'isearch-mode-hook)'.
2928 (isearch-cancel): When `isearch-push-state-function' is defined,
2929 let-bind `isearch-cmds' to the first state (the last element of
2930 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
2931 function and restores the original point). Otherwise, move point
2932 to `isearch-opoint'.
2933
2934 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2935
2936 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
2937 chars that don't have names, so the table can be built much faster at
2938 run-time.
2939
2940 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
2941
2942 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
2943 change. Suggested by David Kastrup.
2944
2945 * simple.el (compose-mail): Check for incompatibilities and warn.
2946 (compose-mail-user-agent-warnings): New option.
2947
2948 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2949
2950 Support showing a single log entry from vc-annotate.
2951 * vc.el (print-log): Add a new argument: START-REVISION.
2952 (vc-print-log-internal): Add a new optional argument and
2953 pass it to the backend.
2954 (vc-print-log, vc-print-root-log): Adjust callers.
2955 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
2956 buffer already displays the requested log entry, use it.
2957 Otherwise display only the log entry in question.
2958 * vc-svn.el (vc-svn-print-log):
2959 * vc-mtn.el (vc-mtn-print-log):
2960 * vc-hg.el (vc-hg-state):
2961 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
2962 (vc-git-show-log-entry): Return t on success.
2963 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
2964 (vc-bzr-show-log-entry): Return t on success.
2965 * vc-rcs.el (vc-rcs-print-log):
2966 * vc-sccs.el (vc-sccs-print-log):
2967 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
2968
2969 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2970
2971 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
2972 Add menus to the meta mode. (Bug#5043)
2973
2974 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
2975
2976 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2977 event-key.
2978
2979 * ediff.el (ediff-buffers-internal): Add unwind-protect.
2980
2981 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
2982
2983 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
2984 Berbain <raphael.berbain@gmail.com>.
2985
2986 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
2987 characters.
2988 (tramp-initial-end-of-output): New defconst.
2989 (tramp-methods, tramp-find-shell)
2990 (tramp-open-connection-setup-interactive-shell)
2991 (tramp-maybe-open-connection): Use it.
2992 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
2993 existence of `#' and `$'.
2994
2995 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
2996 `tramp-initial-end-of-output'.
2997
2998 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2999
3000 Get the background mode from the terminal for xterm, and set
3001 faces accordingly.
3002 * term/xterm.el (xterm-set-background-mode): New function.
3003 (terminal-init-xterm): Use it in case xterm supports background
3004 color queries. Recompute faces after getting the background
3005 color.
3006
3007 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
3008
3009 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
3010 number comment back on its own line, for easier parsing.
3011
3012 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3013
3014 Make it work for non-file buffers (bug#5102).
3015 * doc-view.el (doc-view-current-cache-dir):
3016 Use doc-view-buffer-file-name rather than buffer-file-name.
3017 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
3018
3019 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
3020
3021 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
3022 author field is too short.
3023
3024 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
3025
3026 * vc-git.el (vc-git-print-log): Handle a limit argument.
3027 Display the short log in graph form and with labels.
3028 (vc-git-log-view-mode): Handle labels.
3029
3030 Make vc-revert change VC state from 'added to 'unregistered.
3031 * vc-git.el (vc-git-revert): Call git reset first.
3032
3033 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
3034
3035 * net/newst-backend.el, net/newst-plainview.el:
3036 * net/newst-reader.el, net/newst-ticker.el:
3037 * net/newst-treeview.el, net/newsticker.el:
3038 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
3039
3040 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
3041
3042 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
3043
3044 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
3045 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
3046 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3047 Update annotation regexp.
3048
3049 * simple.el (beginning-of-visual-line): Constrain to field
3050 boundaries (Bug#5106).
3051
3052 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
3053
3054 * xml.el (xml-substitute-numeric-entities): Move
3055 newsticker--decode-numeric-entities in newst-backend.el to
3056 xml-substitute-numeric-entities in xml.el. (Bug#5008)
3057 * net/newst-backend.el (newsticker--parse-generic-feed)
3058 (newsticker--parse-generic-items)
3059 (newsticker--decode-numeric-entities): Move
3060 newsticker--decode-numeric-entities in newst-backend.el to
3061 xml-substitute-numeric-entities in xml.el. (Bug#5008)
3062
3063 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
3064
3065 * progmodes/js.el (js--js-not): Add null to the list of values.
3066
3067 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
3068
3069 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
3070
3071 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3072
3073 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
3074 delimiter if it is at the end of the current line.
3075 (bibtex-generate-url-list): Fix docstring.
3076
3077 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3078
3079 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
3080 minibuffer's content with itself.
3081 Fold the confirm-after-completion case into the `confirm' case.
3082 (completion-pcm-word-delimiters): Add : and / to the delimiters.
3083
3084 2009-12-06 Kevin Ryde <user42@zip.com.au>
3085
3086 * ffap.el (ffap-rfc-path): Make this a defcustom since
3087 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
3088
3089 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
3090 manuals, similar to existing setup for help-mode. (Bug#3913.)
3091
3092 2009-12-05 Juri Linkov <juri@jurta.org>
3093
3094 Save and restore dired buffer's point positions too. (Bug#4880)
3095
3096 * dired.el (dired-save-positions): Return in the first element
3097 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
3098 Doc fix.
3099 (dired-restore-positions): First restore buffer's position.
3100 While restoring window's positions, check if window still displays
3101 the original buffer.
3102
3103 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
3104
3105 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
3106 if possible.
3107
3108 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
3109 Make argument optional.
3110
3111 * shell.el (shell): Require ansi-color (Bug#5113).
3112
3113 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
3114
3115 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
3116
3117 2009-12-05 Alan Mackenzie <acm@muc.de>
3118
3119 * progmodes/cc-mode.el (c-before-hack-hook)
3120 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
3121 `c-file-style' to work again. This reversion restores the current
3122 software to its state in Emacs 23.1. (Bug#4146)
3123
3124 2009-12-05 Kevin Ryde <user42@zip.com.au>
3125
3126 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
3127 comment-start-skip to comment-end-skip as comment (Bug#4781).
3128
3129 2009-12-05 Juri Linkov <juri@jurta.org>
3130
3131 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
3132 for virtual nodes. (Bug#4147)
3133 (Info-find-node-2): Set `Info-current-node-virtual' to nil
3134 when moving from a virtual node.
3135 (Info-mode-menu): Add `Info-virtual-index' to the menu.
3136 (Info-mode): Add `Info-virtual-index' to the docstring.
3137
3138 2009-12-05 Eric Ludlam <zappo@gnu.org>
3139
3140 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
3141 Describe project macro symbols.
3142
3143 * cedet/semantic/complete.el (semantic-complete-do-completion):
3144 Don't call semantic-collector-current-exact-match.
3145
3146 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
3147 ede-objects as targets.
3148
3149 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
3150 a target's object list even if compiler vars are already in the
3151 Makefile.
3152
3153 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
3154 list of headers producing necessary macros.
3155
3156 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3157
3158 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
3159 track of the buffer position of the end of a BibTeX entry as this
3160 position may change during reformatting.
3161 (bibtex-format-entry): Remove whitespace before processing
3162 numerical fields so that we recognize the latter properly.
3163 (bibtex-reformat): Do not use push which changes the global value
3164 of bibtex-entry-format.
3165 (bibtex-field-braces-alist, bibtex-field-strings-alist)
3166 (bibtex-field-re-init): Replace only space characters by regexp
3167 for whitespace.
3168 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
3169 (bibtex-initialize): Also update bibtex-strings.
3170 (bibtex-kill-field): Preserve white space at end of entry.
3171 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
3172 Update bibtex-reference-keys.
3173
3174 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3175
3176 * minibuffer.el (completion-pcm--merge-try): Also consider placing
3177 point after a star, if that's the only place where modifications can
3178 make progress.
3179
3180 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
3181
3182 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
3183 in docstrings.
3184
3185 2009-12-04 Juri Linkov <juri@jurta.org>
3186
3187 * proced.el (proced): Call `(proced-update t)' to update process
3188 information instead of only running proced-post-display-hook.
3189 (proced-send-signal): Add a leading space to the buffer name
3190 " *Marked Processes*" to make this buffer ephemeral.
3191
3192 2009-12-04 Juri Linkov <juri@jurta.org>
3193
3194 * dired.el (dired-auto-revert-buffer): New defcustom.
3195 (dired-internal-noselect): Use it.
3196
3197 2009-12-04 Juri Linkov <juri@jurta.org>
3198
3199 Change roles of modes and functions in image-mode.el (Bug#5062).
3200
3201 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
3202 in `auto-mode-alist'.
3203 (image-mode-previous-major-mode): New variable.
3204 (image-minor-mode-map): Rename from `image-mode-text-map'.
3205 (image-mode): Move graceful error-handling code from
3206 `image-minor-mode' to here. On errors call `image-mode-as-text'.
3207 (image-minor-mode): Remove all image-handling code.
3208 Replace `image-mode-text-map' with `image-minor-mode-map'.
3209 Check for `image-type' in mode-line format string.
3210 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
3211 (image-mode-as-text): New function with most code from
3212 `image-mode-maybe'.
3213 (image-toggle-display-text): Move code that removes image
3214 properties from `image-toggle-display' to here.
3215 (image-toggle-display-image): New function with code that adds
3216 image properties copied from `image-toggle-display'.
3217 (image-toggle-display): Remove most code with leaving only code
3218 that toggles between `image-mode-as-text' and `image-mode'.
3219
3220 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
3221
3222 * net/newst-treeview.el
3223 (newsticker--treeview-list-highlight-start): Restored call to
3224 save-excursion: Selected item was stuck.
3225 (newsticker--treeview-list-select): New.
3226 (newsticker--treeview-item-show-text)
3227 (newsticker--treeview-item-show)
3228 (newsticker--treeview-item-update): Use new
3229 newsticker-treeview-item-mode.
3230 (newsticker-treeview-update): Keep current item.
3231 (newsticker-treeview-next-new-or-immortal-item): Doc change.
3232 (newsticker--treeview-first-feed): Doc change.
3233 (newsticker-treeview-list-menu)
3234 (newsticker-treeview-item-menu): Added menu entries.
3235 (newsticker-treeview-item-mode): New.
3236
3237 * net/newst-backend.el (newsticker-customize): Delete other
3238 windows.
3239
3240 2009-12-04 Sam Steingold <sds@gnu.org>
3241
3242 * log-view.el (log-view-mode-map): "q" calls quit-window,
3243 like in all the other non-self-insert buffers.
3244
3245 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3246
3247 Minor cleanup.
3248 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
3249 key decoding rather than do it manually via last-input-event +
3250 ascii-character.
3251 (term-exec): Use delete-and-extract-region.
3252 (term-handle-ansi-terminal-messages): Remove unused var `end'.
3253 (term-process-pager): Remove unused var `i'.
3254 (term-dynamic-simple-complete): Make obsolete.
3255 (serial-update-config-menu): Remove unused vars `y' and `str'.
3256 (term-update-mode-line): Remove unused var `temp'.
3257
3258 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3259
3260 Limit the number of log entries displayed by default.
3261 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
3262 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
3263 using a prefix argument.
3264
3265 2009-12-03 Glenn Morris <rgm@gnu.org>
3266
3267 * progmodes/idlwave.el (class): Restore still useful declaration.
3268
3269 2009-12-03 Alan Mackenzie <acm@muc.de>
3270
3271 Enhance `c-parse-state' to run efficiently in "brace deserts".
3272
3273 * progmodes/cc-mode.el (c-basic-common-init):
3274 Call c-state-cache-init.
3275 (c-neutralize-syntax-in-and-mark-CPP): Rename from
3276 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
3277 placing `category' properties value 'c-cpp-delimiter at its boundaries.
3278
3279 * progmodes/cc-langs.el (c-before-font-lock-function):
3280 c-extend-and-neutralize-syntax-in-CPP has been renamed
3281 c-neutralize-syntax-in-and-mark-CPP.
3282
3283 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
3284 with `category' properties now, not `syntax-table' ones.
3285
3286 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
3287 enhanced (but slower) version of c-end-of-macro that won't land
3288 inside a literal or on another awkward character.
3289 (c-state-cache-too-far, c-state-cache-start)
3290 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
3291 (c-state-nonlit-pos-cache-limit, c-state-point-min)
3292 (c-state-point-min-lit-type, c-state-point-min-lit-start)
3293 (c-state-min-scan-pos, c-state-brace-pair-desert)
3294 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
3295 buffer local variables.
3296 (c-state-literal-at, c-state-lit-beg)
3297 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
3298 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
3299 (c-state-cache-top-paren, c-state-cache-after-top-paren)
3300 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
3301 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
3302 (c-renarrow-state-cache)
3303 (c-append-lower-brace-pair-to-state-cache)
3304 (c-state-push-any-brace-pair, c-append-to-state-cache)
3305 (c-remove-stale-state-cache)
3306 (c-remove-stale-state-cache-backwards, c-state-cache-init)
3307 (c-invalidate-state-cache-1, c-parse-state-1)
3308 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
3309 (c-parse-state): Enhance and refactor.
3310 (c-debug-parse-state): Amend to deal with all the new variables.
3311
3312 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
3313 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
3314 modify to use category text properties rather than syntax-table ones.
3315 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
3316 to switch off/on the syntactic paren property of C++ template
3317 delimiters using the category property.
3318 (c-with-<->-as-parens-suppressed): Macro to invoke code with
3319 template delims suppressed.
3320 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
3321 New constant/macros which apply category properties to the start
3322 and end of preprocessor constructs.
3323 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
3324 "comment out" the syntactic value of characters in preprocessor
3325 constructs.
3326 (c-with-cpps-commented-out)
3327 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
3328 with characters in all or all but one preprocessor constructs
3329 "commented out".
3330
3331 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3332
3333 * proced.el (proced-filter-alist): Use regexp-quote.
3334
3335 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
3336
3337 Cleanup.
3338 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
3339 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
3340 arguments. Expand `default-directory'.
3341
3342 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
3343 the benefit of returning an expanded localname.
3344 (tramp-tramp-file-p): Handle the case NAME is not a string.
3345
3346 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3347
3348 Add support for bzr shelve/unshelve.
3349 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3350 (vc-bzr-extra-menu-map): New variables.
3351 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
3352 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
3353 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
3354 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
3355 (vc-bzr-dir-extra-headers): Display shelves.
3356
3357 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
3358
3359 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3360
3361 * textmodes/bibtex.el (bibtex-complete-internal):
3362 Use completion-in-region.
3363 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
3364
3365 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3366
3367 Support applying stashes. Improve UI.
3368 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
3369 (vc-git-stash-apply, vc-git-stash-pop)
3370 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
3371 (vc-git-stash-menu): New functions.
3372 (vc-git-stash-menu-map): New variable.
3373 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
3374
3375 2009-12-03 Glenn Morris <rgm@gnu.org>
3376
3377 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
3378 (vc-print-log-internal): Fix previous change.
3379 (vc-revert): Correct pluralization.
3380
3381 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3382
3383 * progmodes/make-mode.el (makefile-special-targets-list): No need for
3384 it to be an alist any more.
3385 (makefile-complete): Use completion-in-region.
3386
3387 * progmodes/octave-mod.el (octave-complete-symbol):
3388 Use completion-in-region.
3389
3390 Misc cleanup.
3391 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
3392 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
3393 (idlwave-complete-class): Don't quote lambda.
3394 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
3395 (idlwave-mode-map): Move initialization into declaration.
3396 (idlwave-action-and-binding): Use backquotes.
3397 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
3398 Simplify.
3399 (idlwave-is-pointer-dereference): Remove unused var `pos'.
3400 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
3401 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
3402 `parts', and `all-parts'.
3403 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
3404 (idlwave-convert-xml-system-routine-info): Remove unused string
3405 `version-string'.
3406 (idlwave-display-user-catalog-widget): Use dolist.
3407 (idlwave-scanning-lib): Declare dynamically-scoped var.
3408 (idlwave-scan-library-catalogs): Remove unused var `flags'.
3409 (completion-highlight-first-word-only): Declare to silence bytecomp.
3410 (idlwave-popup-select): Tighten scope of `resp'.
3411 (idlwave-find-struct-tag): Remove unused var `beg'.
3412 (idlwave-after-load-rinfo-hook): Declare.
3413 (idlwave-sintern-class-info): Remove unused var `taglist'.
3414 (idlwave-find-class-definition): Remove unused var `list'.
3415 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
3416 (idlwave-what-module-find-class): Remove unused var `classes'.
3417
3418 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
3419
3420 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
3421
3422 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3423
3424 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
3425 buffers visited. Remove redundant current-buffer-saving.
3426
3427 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3428
3429 Use completion-in-buffer and remove uses of dynamic scoping.
3430 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
3431 (pascal-buffer-to-use, pascal-flag): Don't declare.
3432 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
3433 (pascal-get-completion-decl, pascal-keyword-completion):
3434 Add `pascal-str' argument, save-excursion,
3435 return the found completions, and don't filter with pascal-pred.
3436 (pascal-completion-cache): New var.
3437 (pascal-completion): Don't switch buffer any more (it was never
3438 necessary). Don't save-excursion any more (it's done by the called
3439 subroutines). Use a cache to avoid redundant computations.
3440 Use complete-with-action rather than pascal-completion-response and
3441 let it apply the predicate as well.
3442 (pascal-complete-word): Use completion-in-buffer when
3443 pascal-toggle-completions is nil.
3444 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
3445 not used any more.
3446 (pascal-comp-defun): Don't change buffer any more.
3447 Use complete-with-action rather than pascal-completion-response and
3448 let it apply the predicate as well.
3449 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
3450 when neded.
3451
3452 2009-12-02 Kenichi Handa <handa@m17n.org>
3453
3454 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
3455 shape for all Indic scripts.
3456
3457 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3458
3459 Use completion-in-buffer.
3460 * wid-edit.el (widget-field-text-end): New function.
3461 (widget-field-value-get): Use it.
3462 (widget-string-complete, widget-file-complete)
3463 (widget-color-complete): Use it and completion-in-region.
3464 (widget-complete): Don't narrow the buffer.
3465
3466 2009-12-02 Glenn Morris <rgm@gnu.org>
3467
3468 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
3469 (rmail-select-summary): Use rmail-pop-to-buffer.
3470 * mail/rmailsum.el: Replace all pop-to-buffer calls with
3471 rmail-pop-to-buffer, to prevent horizontal splits.
3472
3473 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
3474 save-excursion with save-current-buffer.
3475 Widen before searching. (Bug#5093)
3476 (diary-list-sexp-entries): Remove superfluous save-excursion.
3477
3478 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
3479
3480 * woman.el (woman-make-bufname): Handle man-pages with "." in the
3481 name. (Bug#5038)
3482
3483 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
3484
3485 * ido.el (ido-file-internal): Handle filenames at point that do
3486 not have a directory part. (Bug#5049)
3487
3488 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
3489
3490 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
3491 (mpc-songs-jump-to, mpc-resume): Doc fixes.
3492
3493 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
3494
3495 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
3496 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
3497 any more.
3498
3499 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3500
3501 * comint.el (comint-insert-input): Ignore clicks to the right of
3502 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
3503
3504 * vc.el (vc-print-log-internal): Don't wait for the process to
3505 terminate before setting up the major mode.
3506
3507 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
3508 in case.
3509
3510 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
3511 the last element.
3512
3513 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
3514
3515 2009-12-01 Glenn Morris <rgm@gnu.org>
3516
3517 * window.el (window--display-buffer-2): Fix previous changes.
3518
3519 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
3520
3521 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
3522
3523 2009-12-01 Glenn Morris <rgm@gnu.org>
3524
3525 * Makefile.in (ELCFILES): Add mpc.elc.
3526
3527 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3528
3529 * mpc.el: New file.
3530
3531 2009-12-01 Glenn Morris <rgm@gnu.org>
3532
3533 * window.el (window-to-use): Define for compiler.
3534
3535 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
3536 consistent with others (no final period).
3537
3538 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
3539 (rmail-mime-show): Downcase the encoding. (Bug#5070)
3540
3541 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
3542
3543 Make vc-print-log buttons work.
3544 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
3545
3546 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
3547
3548 * savehist.el (savehist-autosave-interval): Allow setting to nil
3549 through customize. (Bug#5056)
3550
3551 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
3552
3553 Fix references to jit-lock properties.
3554 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3555 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
3556 (perl-font-lock-special-syntactic-constructs):
3557 Quote jit-lock-defer-multiline property.
3558
3559 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
3560
3561 * vc-git.el (vc-git-registered): Call vc-git-root only once.
3562
3563 2009-11-30 Juri Linkov <juri@jurta.org>
3564
3565 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
3566 value `buffer' of `multi-isearch-next-buffer-current-function'.
3567 Use `(current-buffer)' when `buffer' is nil.
3568 (multi-isearch-next-buffer-from-list): Don't fallback to
3569 `(current-buffer)' when `buffer' is nil. (Bug#4947)
3570
3571 2009-11-30 Juri Linkov <juri@jurta.org>
3572
3573 * misearch.el (multi-isearch-read-buffers): Move canonicalization
3574 of buffers with `get-buffer' to `multi-isearch-buffers'.
3575 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3576 Canonicalize BUFFERS with `get-buffer'. Doc fix.
3577 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
3578 FILES with `expand-file-name' converting relative file names
3579 to absolute. Doc fix. (Bug#4727)
3580
3581 2009-11-30 Juri Linkov <juri@jurta.org>
3582
3583 * misearch.el (multi-isearch-read-buffers)
3584 (multi-isearch-read-matching-buffers): New functions.
3585 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3586 Use them in the `interactive' spec. Doc fix.
3587 (multi-isearch-read-files, multi-isearch-read-matching-files):
3588 New functions.
3589 (multi-isearch-files, multi-isearch-files-regexp):
3590 Use them in the `interactive' spec. Doc fix. (Bug#4725)
3591
3592 2009-11-30 Juri Linkov <juri@jurta.org>
3593
3594 * doc-view.el (doc-view-continuous):
3595 Rename from `doc-view-continuous-mode'.
3596 (doc-view-menu): Move "Toggle display" to the top.
3597 Add submenu "Continuous" with radio buttons "Off"/"On"
3598 and "Save as Default".
3599 (doc-view-scroll-up-or-next-page)
3600 (doc-view-scroll-down-or-previous-page)
3601 (doc-view-next-line-or-next-page)
3602 (doc-view-previous-line-or-previous-page): Rename
3603 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
3604
3605 2009-11-30 Juri Linkov <juri@jurta.org>
3606
3607 * comint.el (comint-mode-map): Rebind `M-r' from
3608 `comint-previous-matching-input' to
3609 `comint-history-isearch-backward-regexp'.
3610 Unbind `M-s' to allow global key binding `M-s'.
3611 Add menu items for `comint-history-isearch-backward' and
3612 `comint-history-isearch-backward-regexp'. (Bug#3746)
3613
3614 2009-11-30 Juri Linkov <juri@jurta.org>
3615
3616 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
3617 For def=recenter, replace `recenter' with `recenter-top-bottom'
3618 that is called with `this-command' and `last-command' let-bound
3619 to `recenter-top-bottom'. When the last `def' was not `recenter',
3620 set `recenter-last-op' to nil. (Bug#4981)
3621
3622 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3623
3624 Minor cleanup and simplification.
3625 * filecache.el (file-cache-add-directory)
3626 (file-cache-add-directory-recursively)
3627 (file-cache-add-from-file-cache-buffer)
3628 (file-cache-delete-file-regexp, file-cache-delete-directory)
3629 (file-cache-files-matching-internal, file-cache-display): Use dolist.
3630 (file-cache-temp-minibuffer-message): Delete function.
3631 (file-cache-minibuffer-complete): Use minibuffer-message instead.
3632
3633 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3634 Don't signal an error when bumping into EOB in tr, s, or y.
3635
3636 2009-11-29 Juri Linkov <juri@jurta.org>
3637
3638 * startup.el (fancy-about-text): Fix wording of Guided Tour.
3639 (Bug#4960)
3640
3641 * descr-text.el (describe-char-unidata-list): Use lowercase name
3642 for "Unicode name" like in other tags.
3643
3644 2009-11-29 Juri Linkov <juri@jurta.org>
3645
3646 * ediff-util.el (ediff-minibuffer-with-setup-hook):
3647 New compatibility macro.
3648 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
3649
3650 2009-11-29 Juri Linkov <juri@jurta.org>
3651
3652 Add defcustom to define the cycling order of `recenter-top-bottom'.
3653 (Bug#4981)
3654
3655 * window.el (recenter-last-op): Doc fix.
3656 (recenter-positions): New defcustom.
3657 (recenter-top-bottom): Rewrite to use `recenter-positions'.
3658 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
3659
3660 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
3661
3662 Improve integration of Tramp and ange-ftp in eshell.
3663
3664 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
3665 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
3666 (eshell/sudo): Flatten args. Let-bind `default-directory'.
3667
3668 * eshell/esh-util.el (top): Require also Tramp when compiling.
3669 (eshell-directory-files-and-attributes): Check for FTP remote
3670 connection.
3671 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
3672 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
3673 (eshell-file-attributes): Handle ".". Return `entry'.
3674
3675 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
3676 (ange-ftp-directory-files-and-attributes)
3677 (ange-ftp-real-directory-files-and-attributes): New defuns.
3678
3679 * net/tramp.el (tramp-maybe-open-connection): Open the remote
3680 shell with "exec" when possible. This prevents trailing prompts
3681 in `start-file-process'.
3682
3683 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3684
3685 Try and remove assumptions about point-min==1.
3686 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
3687 (rng-compute-mode-line-string): Show the validation percentage in
3688 terms of the narrowed text, not the widened text.
3689 (rng-do-some-validation): Don't catch internal errors when debugging.
3690 (rng-first-error): Simplify.
3691 (rng-after-change-function): Remove work around. AFAIK the bug has
3692 been fixed a while ago.
3693
3694 * image-mode.el (image-minor-mode): Exit more gracefully when the image
3695 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
3696
3697 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
3698
3699 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
3700 `cd' doesn't always do it for us (bug#5067).
3701
3702 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
3703 on 2009-10-25 as part of some other change (bug#5067).
3704
3705 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3706
3707 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3708 `suspicious'.
3709 (byte-compile-warnings): Use byte-compile-warning-types.
3710 (byte-compile-save-excursion): Warn about use of set-buffer right
3711 after save-excursion.
3712
3713 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
3714 the excursion as well.
3715
3716 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
3717
3718 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
3719 providing a Tramp related implementation of "su" and "sudo".
3720 (eshell-unix-initialize): Add "su" and "sudo".
3721
3722 2009-11-27 Daiki Ueno <ueno@unixuser.org>
3723
3724 * net/socks.el (socks-send-command): Convert binary request to
3725 unibyte before sending. This fixes mishandling of some port
3726 numbers such as 129.
3727
3728 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3729
3730 * help.el (describe-bindings-internal): Remove `interactive'.
3731
3732 * man.el (Man-completion-table): Trim a terminating "(".
3733 Remove the space between name page a section.
3734 Add the command's description on the `help-echo' property.
3735 Remove `process-connection-type' binding since it's unused by
3736 call-process.
3737 Provide completion for the "<section> <name>" format as well.
3738 (Man-default-man-entry): Remove spurious var shadowing the argument.
3739
3740 2009-11-26 Kevin Ryde <user42@zip.com.au>
3741
3742 * log-view.el: Add "Keywords: tools", since its other keywords
3743 aren't in finder-known-keywords, and following vc.el.
3744
3745 * sha1.el (sha1-string-external): default-directory "/" in case
3746 otherwise non-existent. process-connection-type pipe for touch of
3747 efficiency recommended by elisp manual. (An aside in Bug#3911.)
3748
3749 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3750
3751 Misc coding convention cleanups.
3752 * htmlfontify.el (hfy-init-kludge-hook): Rename from
3753 hfy-init-kludge-hooks.
3754 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
3755 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
3756 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
3757 and push.
3758 (hfy-slant, hfy-weight): Use tables rather than code.
3759 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
3760 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
3761 (hfy-face-attr-for-class): Initialize `face-spec' directly.
3762 (hfy-face-to-css): Remove `nconc' with single arg.
3763 (hfy-p-to-face-lennart): Use `or'.
3764 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
3765 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
3766 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
3767 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
3768 (hfy-force-fontification): Use run-hooks.
3769
3770 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
3771
3772 Various minor fixes.
3773 * htmlfontify.el (hfy-default-header): Add toggle_invis since
3774 Javascript belongs in the header, not the body.
3775 (hfy-javascript): Remove.
3776 (hfy-fontify-buffer): Don't insert it any more.
3777 (hfy-face-at): Handle (face0 face1 face2) style face properties.
3778 Fix bug in invis handling when there were no invis props in a chunk.
3779
3780 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3781
3782 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
3783
3784 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
3785
3786 * finder.el (finder-mode-map): Add a menu.
3787
3788 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
3789
3790 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
3791 "unsigned" structs.
3792
3793 (verilog-leap-to-head, verilog-backward-token): Handle "disable
3794 fork" statement better.
3795
3796 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
3797
3798 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3799 (verilog-delete-auto, verilog-delete-empty-auto-pair)
3800 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3801 Reported by Clay Douglass.
3802
3803 (verilog-auto-inst, verilog-auto-star-safe)
3804 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3805 Fix removing "// Interfaces" when saving .* expansions. Reported by
3806 Pierre-David Pfister.
3807
3808 2009-11-26 Glenn Morris <rgm@gnu.org>
3809
3810 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3811 the scope.
3812
3813 2009-11-25 Johan Bockgård <bojohan@gnu.org>
3814
3815 * vc-annotate.el (vc-annotate-revision-previous-to-line):
3816 Really use previous revision.
3817
3818 2009-11-25 Kevin Ryde <user42@zip.com.au>
3819
3820 * man.el (Man-completion-table): default-directory "/" in case
3821 doesn't otherwise exist. process-environment COLUMNS=999 so as
3822 not to truncate long names. process-connection-type pipe to avoid
3823 any chance of hitting the pseudo-tty TIOCGWINSZ.
3824 (man): completion-ignore-case t for friendliness and since man
3825 itself is case-insensitive on the command line.
3826 Further to Bug#3717.
3827
3828 * arc-mode.el: Add "Keywords: files", so the details in its
3829 commentary can be reached from finder-by-keyword.
3830 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
3831 editing mode, but it's comms related and sgml-mode.el has "comm"
3832 on that basis too.
3833 * textmodes/bibtex-style.el: Add "Keywords: tex".
3834 * international/isearch-x.el, international/ja-dic-cnv.el:
3835 * international/ja-dic-utl.el, international/kkc.el:
3836 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
3837
3838 2009-11-25 Juri Linkov <juri@jurta.org>
3839
3840 * man.el (Man-completion-table): Modify regexp to include
3841 section names to completion strings. (Bug#3717)
3842
3843 2009-11-25 Juri Linkov <juri@jurta.org>
3844
3845 Search recursively in gzipped files. (Bug#4982)
3846
3847 * progmodes/grep.el (grep-highlight-matches): Add new options
3848 `always' and `auto'. Doc fix.
3849 (grep-process-setup): Check `grep-highlight-matches' for
3850 `auto-detect' to determine the need to compute grep defaults.
3851 Move Windows/DOS specific --colors settings handling
3852 to `grep-compute-defaults'. Check `grep-highlight-matches'
3853 to get the value of "--color=".
3854 (grep-compute-defaults): Compute `grep-highlight-matches' when it
3855 has the value `auto-detect'. Move Windows/DOS specific settings
3856 from `grep-process-setup'.
3857 (zrgrep): New command with alias `rzgrep'.
3858
3859 2009-11-25 Juri Linkov <juri@jurta.org>
3860
3861 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
3862 to nil instead of switching off view-mode. (Bug#4896)
3863
3864 2009-11-25 Juri Linkov <juri@jurta.org>
3865
3866 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
3867
3868 * mwheel.el (mwheel-scroll-up-function)
3869 (mwheel-scroll-down-function): New defvars.
3870 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
3871 `scroll-up', and `mwheel-scroll-down-function' instead of
3872 `scroll-down'.
3873
3874 * doc-view.el (doc-view-scroll-up-or-next-page)
3875 (doc-view-scroll-down-or-previous-page): Add optional ARG.
3876 Use this ARG in the call to image-scroll-up/image-scroll-down.
3877 Change `interactive' spec to "P". Goto next/previous page only
3878 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
3879 SPC/DEL case). Doc fix.
3880 (doc-view-next-line-or-next-page)
3881 (doc-view-previous-line-or-previous-page): Rename arg to ARG
3882 for consistency.
3883 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
3884 `doc-view-scroll-up-or-next-page', and buffer-local
3885 `mwheel-scroll-down-function' to
3886 `doc-view-scroll-down-or-previous-page'.
3887
3888 2009-11-25 Juri Linkov <juri@jurta.org>
3889
3890 Provide additional default values (directories at other Dired
3891 windows) via M-n in the minibuffer of some Dired commands.
3892
3893 * dired-aux.el (dired-diff, dired-compare-directories)
3894 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
3895 `minibuffer-default' in `minibuffer-with-setup-hook'.
3896 (dired-dwim-target-directory): Find a window that displays Dired
3897 buffer instead of failing when the next window is not Dired.
3898 Use `get-window-with-predicate' to find for the next Dired window.
3899 (dired-dwim-target-defaults): New function.
3900
3901 * ediff-util.el (ediff-read-file-name):
3902 Use `dired-dwim-target-defaults' to set `minibuffer-default'
3903 in `minibuffer-with-setup-hook'.
3904
3905 2009-11-25 Juri Linkov <juri@jurta.org>
3906
3907 Provide additional default values (file name at point or at the
3908 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
3909
3910 * minibuffer.el (read-file-name-defaults): New function.
3911 (read-file-name): Reset `minibuffer-default' to nil when
3912 it duplicates initial input `insdef'.
3913 Bind `minibuffer-default-add-function' to lambda that
3914 calls `read-file-name-defaults' in `minibuffer-selected-window'.
3915 (minibuffer-insert-file-name-at-point): New command.
3916
3917 * files.el (file-name-at-point-functions): New defcustom.
3918 (find-file-default): Remove defvar.
3919 (find-file-read-args): Don't use `find-file-default'.
3920 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3921 to `read-file-name'.
3922 (find-file-literally): Use `read-file-name' with
3923 `confirm-nonexistent-file-or-buffer'.
3924
3925 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
3926
3927 * dired.el (dired-read-dir-and-switches):
3928 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3929 to `read-file-name'.
3930 (dired-file-name-at-point): New function.
3931 (dired-mode): Add hook `dired-file-name-at-point' to
3932 `file-name-at-point-functions'.
3933
3934 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3935
3936 Really make the *Completions* window soft-dedicated (bug#5030).
3937 * window.el (window--display-buffer-2): Add `dedicated' argument.
3938 (display-buffer): Pass it when needed so the dedicated flag is set
3939 after calling set-window-buffer, which would otherwise reset it.
3940
3941 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3942
3943 * progmodes/meta-mode.el (meta-complete-symbol):
3944 * progmodes/etags.el (complete-tag):
3945 * mail/mailabbrev.el (mail-abbrev-complete-alias):
3946 Use completion-in-region.
3947
3948 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
3949 (dabbrev-completion): Use completion-in-region.
3950 (dabbrev--abbrev-at-point): Simplify regexp.
3951
3952 * abbrev.el (abbrev--before-point): Use word-motion functions
3953 if :regexp is not specified (bug#5031).
3954
3955 * subr.el (string-prefix-p): New function.
3956
3957 * man.el (Man-completion-cache): New var.
3958 (Man-completion-table): Use it.
3959
3960 * vc.el (vc-print-log-internal): Make `limit' optional for better
3961 compatibility (e.g. with vc-annotate.el).
3962
3963 2009-11-24 Kevin Ryde <user42@zip.com.au>
3964
3965 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
3966 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
3967
3968 * emacs-lisp/elint.el (elint-add-required-env): Better error message
3969 when .el source file not found or other error.
3970
3971 2009-11-24 Markus Triska <markus.triska@gmx.at>
3972
3973 * linum.el (linum-update-window): Ignore intangible (bug#4996).
3974
3975 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3976
3977 Handle the [back] button properly (bug#4979).
3978 * descr-text.el (describe-text-properties): Add a `buffer' argument.
3979 Use help-setup-xref, help-buffer, and with-help-window.
3980 (describe-char): Add `buffer' argument.
3981 Pass proper command to help-setup-xref. Don't meddle with
3982 help-xref-stack-item directly.
3983 (describe-text-category): Use with-help-window and help-buffer.
3984
3985 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
3986 for the displayed buffer (bug#4887).
3987
3988 * man.el (Man-completion-table): New function.
3989 (man): Use it.
3990
3991 2009-11-24 David Reitter <david.reitter@gmail.com>
3992
3993 * vc-git.el (vc-git-registered): Use checkout directory (where
3994 .git is) rather than the file's directory and a relative path spec
3995 to work around a bug in git.
3996
3997 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
3998
3999 Improve handling of processes on remote hosts.
4000
4001 * eshell/esh-util.el (eshell-path-env): New defvar.
4002 (eshell-parse-colon-path): New defun.
4003 (eshell-file-attributes): Use `eshell-parse-colon-path'.
4004
4005 * eshell/esh-ext.el (eshell-search-path):
4006 Use `eshell-parse-colon-path'.
4007 (eshell-remote-command): Remove argument HANDLER.
4008 (eshell-external-command): Check for FTP remote connection.
4009
4010 * eshell/esh-proc.el (eshell-gather-process-output):
4011 Use `file-truename', in order to start also symlinked files.
4012 Apply `start-file-process' instead of `start-process'.
4013 Shorten `command' to the local file name part.
4014
4015 * eshell/em-cmpl.el (eshell-complete-commands-list):
4016 Use `eshell-parse-colon-path'.
4017
4018 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
4019
4020 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
4021 to `eshell-directory-change-hook'.
4022
4023 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
4024
4025 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
4026 because it could be enabled automatically if view-read-only is non-nil.
4027
4028 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
4029
4030 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
4031 made on 2009-11-22.
4032
4033 2009-11-24 Glenn Morris <rgm@gnu.org>
4034
4035 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
4036 deleted variable bookmark-bmenu-bookmark-column.
4037
4038 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
4039 Move after definition of global-semantic-idle-tag-highlight-mode.
4040
4041 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4042
4043 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
4044
4045 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
4046
4047 * net/browse-url.el (browse-url-filename-alist): On Windows, add
4048 two slashes to the "file:" prefix.
4049 (browse-url-file-url): De-munge Cygwin filenames before passing
4050 them to Windows browser.
4051 (browse-url-default-windows-browser): Use call-process.
4052
4053 2009-11-23 Juri Linkov <juri@jurta.org>
4054
4055 Implement DocView Continuous mode. (Bug#4896)
4056 * doc-view.el (doc-view-continuous-mode): New defcustom.
4057 (doc-view-mode-map): Bind C-n/<down> to
4058 `doc-view-next-line-or-next-page', C-p/<up> to
4059 `doc-view-previous-line-or-previous-page'.
4060 (doc-view-next-line-or-next-page)
4061 (doc-view-previous-line-or-previous-page): New commands.
4062
4063 2009-11-23 Juri Linkov <juri@jurta.org>
4064
4065 Implement Isearch in comint input history. (Bug#3746)
4066 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
4067 `isearch-mode-hook'.
4068 (comint-history-isearch): New defcustom.
4069 (comint-history-isearch-backward)
4070 (comint-history-isearch-backward-regexp): New commands.
4071 (comint-history-isearch-message-overlay): New buffer-local variable.
4072 (comint-history-isearch-setup, comint-history-isearch-end)
4073 (comint-goto-input, comint-history-isearch-search)
4074 (comint-history-isearch-message, comint-history-isearch-wrap)
4075 (comint-history-isearch-push-state)
4076 (comint-history-isearch-pop-state): New functions.
4077
4078 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
4079
4080 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
4081 return.
4082 (tramp-handle-make-symbolic-link)
4083 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
4084 Quote file names.
4085 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
4086 (tramp-handle-process-file): Use it.
4087
4088 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4089
4090 * window.el (move-to-window-line-last-op): Remove.
4091 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
4092
4093 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4094
4095 Make M-r mirror the new cycling behavior of C-l.
4096 * window.el (move-to-window-line-last-op): New var.
4097 (move-to-window-line-top-bottom): New command.
4098 (global-map): Bind M-r move-to-window-line-top-bottom.
4099
4100 2009-11-23 Sven Joachim <svenjoac@gmx.de>
4101
4102 * dired-x.el (dired-guess-shell-alist-default):
4103 Support xz format. (Bug#4953)
4104
4105 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
4106
4107 * cedet/srecode/map.el (srecode-get-maps):
4108 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
4109 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
4110 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
4111 (semantic-toggle-decoration-style):
4112 * cedet/semantic/decorate/include.el
4113 (semantic-decoration-include-describe)
4114 (semantic-decoration-unknown-include-describe)
4115 (semantic-decoration-unparsed-include-describe)
4116 (semantic-decoration-all-include-summary):
4117 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
4118 * cedet/semantic/analyze/complete.el
4119 (semantic-analyze-possible-completions):
4120 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
4121 (semantic-show-unmatched-syntax-mode)
4122 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
4123 (semantic-highlight-func-mode):
4124 * cedet/semantic/util.el (semantic-describe-buffer):
4125 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
4126 (semantic-symref-find-tags-by-name)
4127 (semantic-symref-find-tags-by-regexp)
4128 (semantic-symref-find-tags-by-completion)
4129 (semantic-symref-find-file-references-by-name)
4130 (semantic-symref-find-text):
4131 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
4132 (senator-yank-tag):
4133 * cedet/semantic/scope.el (semantic-calculate-scope):
4134 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
4135 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
4136 (define-semantic-idle-service):
4137 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
4138 (semantic-complete-analyze-inline-idle):
4139 * cedet/semantic/analyze.el (semantic-analyze-current-context):
4140 * cedet/mode-local.el (describe-mode-local-bindings)
4141 (describe-mode-local-bindings-in-mode):
4142 * cedet/ede/make.el (ede-make-check-version):
4143 * cedet/ede/locate.el (ede-enable-locate-on-project):
4144 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
4145 (cedet-idutils-version-check):
4146 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
4147 (cedet-gnu-global-version-check):
4148 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
4149 (cedet-cscope-version-check): Use called-interactively-p instead
4150 of interactive-p.
4151
4152 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
4153 Use semantic-format-tag-prototype.
4154
4155 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
4156
4157 * emulation/viper-cmd.el: Use viper-last-command-char instead of
4158 last-command-char/last-command-event.
4159 (viper-prefix-arg-value): Do correct conversion of event-char for
4160 XEmacs.
4161
4162 * emulation/viper-util.el, emulation/viper.el:
4163 Use viper-last-command-char instead of
4164 last-command-char/last-command-event.
4165
4166 * ediff-init.el, ediff-mult.el, ediff-util.el:
4167 Replace last-command-char and last-command-event
4168 with (ediff-last-command-char) everywhere.
4169
4170 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
4171 created in fundamental mode.
4172
4173 * ediff.el (ediff-version): Revert the change of interactive-p to
4174 called-interactively-p.
4175
4176 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
4177
4178 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
4179 generation from word-movement command names.
4180
4181 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
4182
4183 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4184 (semantic-complete-jump-local, semantic-complete-jump):
4185 Improve prompt string.
4186
4187 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
4188
4189 * cus-start.el (all): Add native condition for font-use-system-font.
4190
4191 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
4192
4193 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4194 Correct the patch from 2009-11-18. (Bug#3910)
4195
4196 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
4197
4198 * progmodes/subword.el: Rename from lisp/subword.el.
4199
4200 * subword.el: Rename to progmodes/subword.el.
4201
4202 * Makefile.in (ELCFILES): Adapt to subword.el move.
4203
4204 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4205 Stefan Monnier <monnier@iro.umontreal.ca>
4206
4207 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
4208 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
4209 (bookmark-bmenu-show-filenames): Use push.
4210 (bookmark-bmenu-hide-filenames): Use local var instead of
4211 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
4212 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
4213 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
4214 filenames now that the bookmark names are always available.
4215
4216 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4217
4218 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
4219 (bookmark-search-pattern): Move and leave unbound.
4220 (bookmark-bmenu-mode-map): Change binding.
4221 (bookmark-read-search-input): Simplify.
4222 Don't use text-char-description. Don't error on non-char events.
4223 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
4224 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
4225 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
4226 Use a local var for the timer.
4227 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
4228 (i.e. bookmark-bmenu-search).
4229
4230 2009-11-21 Glenn Morris <rgm@gnu.org>
4231
4232 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
4233
4234 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
4235
4236 * net/browse-url.el (browse-url-default-windows-browser):
4237 Use cygstart for cygwin.
4238
4239 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
4240
4241 * bookmark.el: Formatting and doc fixes only:
4242 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
4243 (bookmark-bmenu-search): Wrap to fit within 80 columns.
4244 Minor grammar and punctuation fixes in doc string.
4245 (bookmark-read-search-input): Adjust to fit within 80 columns.
4246
4247 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4248
4249 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
4250 (c-backward-into-nomenclature): Adapt to subword renaming.
4251
4252 * subword.el (subword-forward, subword-backward, subword-mark)
4253 (subword-kill, subword-backward-kill, subword-transpose)
4254 (subword-downcase, subword-upcase, subword-capitalize)
4255 (subword-forward-internal, subword-backward-internal):
4256 Rename from forward-subword, backward-subword, mark-subword,
4257 kill-subword, backward-kill-subword, transpose-subwords,
4258 downcase-subword, upcase-subword, capitalize-subword,
4259 forward-subword-internal, backward-subword-internal.
4260
4261 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4262
4263 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
4264 New options.
4265 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
4266 New vars.
4267 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
4268 (bookmark-bmenu-filter-alist-by-regexp)
4269 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
4270 (bookmark-bmenu-search): New command.
4271 (bookmark-bmenu-mode-map): Bind it.
4272
4273 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
4274
4275 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
4276
4277 * cedet/semantic/idle.el (define-semantic-idle-service)
4278 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
4279
4280 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4281
4282 * progmodes/cc-cmds.el: declare-functioned forward-subword and
4283 backward-subword to quit the byte-compiler.
4284
4285 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
4286
4287 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
4288
4289 * progmodes/cc-cmds.el (c-update-modeline)
4290 (c-forward-into-nomenclature, c-backward-into-nomenclature):
4291 Refer to subword.el functions instead of cc-subword.el.
4292
4293 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
4294 subword.el functions instead of cc-subword.el.
4295
4296 * progmodes/cc-subword.el: Rename to subword.el.
4297 * subword.el: Rename from progmodes/cc-subword.el.
4298 (subword-mode-map): Rename from c-subword-mode-map.
4299 (subword-mode): Rename from c-subword-mode.
4300 (global-subword-mode): New global minor mode.
4301 (forward-subword): Rename from c-forward-subword.
4302 (backward-subword): Rename from c-backward-subword.
4303 (mark-subword): Rename from c-mark-subword.
4304 (kill-subword): Rename from c-kill-subword.
4305 (backward-kill-subword): Rename from c-backward-kill-subword.
4306 (transpose-subwords): Rename from c-tranpose-subword.
4307 (downcase-subword): Rename from c-downcase-subword.
4308 (capitalize-subword): Rename from c-capitalize-subword.
4309 (forward-subword-internal): Rename from c-forward-subword-internal.
4310 (backward-subword-internal): Rename from c-backward-subword-internal.
4311
4312 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
4313
4314 * vc.el (vc-deduce-fileset): Allow non-state changing operations
4315 from a dired buffer.
4316 (vc-dired-deduce-fileset): New function.
4317 (vc-root-diff, vc-print-root-log): Use it.
4318
4319 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
4320 nil LIMIT argument to vc-print-log-internal.
4321
4322 2009-11-20 Glenn Morris <rgm@gnu.org>
4323
4324 * Makefile.in (ELCFILES): Regenerate.
4325
4326 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
4327
4328 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
4329
4330 * cedet/semantic.el: Enable idle-mode menu items only if
4331 global-semantic-idle-scheduler-mode is enabled.
4332 (semantic-default-submodes): Doc fix.
4333
4334 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
4335 When turning off, disable other idle modes.
4336
4337 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
4338
4339 * calc/calc.el (calc-set-mode-line):
4340 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4341 (math-format-number): Rename `math-format-complement-signed' to
4342 `math-format-twos-complement'.
4343
4344 * calc/calc-bin.el (math-format-twos-complement): Rename from
4345 math-format-complement-signed.
4346 (calc-radix): Rename `calc-complement-signed-mode' to
4347 `calc-twos-complement-mode'.
4348 (calc-octal-radix, calc-hex-radix): Add an argument for
4349 two's complement.
4350
4351 * calc/calc-embed.el (calc-embedded-mode-vars):
4352 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4353
4354 * calc/calc-ext.el (calc-init-extensions):
4355 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4356 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
4357
4358 * calc/calc-units.el (math-build-units-table-buffer):
4359 Let `calc-twos-complement-mode' be nil.
4360
4361 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
4362 entries.
4363
4364 * calc/calc-vec.el (calcFunc-vunpack):
4365 * calc/calc-aent.el (calc-do-calc-eval):
4366 * calc/calc-forms.el (math-format-date):
4367 * calc/calc-graph.el (calc-graph-plot):
4368 * calc/calc-math.el (math-use-emacs-fn):
4369 * calc/calccomp.el (math-compose-expr):
4370 Let `calc-twos-complement-mode' be nil.
4371
4372 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4373
4374 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
4375 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
4376 * minibuffer.el (completion-in-region-functions): New hook.
4377 (completion-in-region): New function.
4378 * emacs-lisp/lisp.el (lisp-complete-symbol):
4379 * pcomplete.el (pcomplete-std-complete): Use it.
4380
4381 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4382
4383 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
4384 (latex-complete-alist): New vars.
4385 (latex-string-prefix-p, latex-complete-bibtex-keys)
4386 (latex-complete-envnames, latex-complete-refkeys)
4387 (latex-complete-data): New functions.
4388 (latex-complete, latex-indent-or-complete): New commands.
4389
4390 * window.el (display-buffer-mark-dedicated): New var.
4391 (display-buffer): Obey it.
4392 * minibuffer.el (minibuffer-completion-help): Use it.
4393
4394 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
4395
4396 * filecache.el (file-cache-add-file): Use push and cons.
4397 (file-cache-delete-file-regexp): Use push.
4398 (file-cache-complete): Use completion-in-region.
4399
4400 * simple.el (with-wrapper-hook): Fix thinko.
4401
4402 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
4403 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
4404 Use with-current-buffer and string-to-number.
4405 (hfy-fallback-colour-values): Use assoc-string.
4406 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
4407 (hfy-face-at): Remove unused var `found-face'.
4408 (hfy-compile-stylesheet): Remove unused var `css'.
4409 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
4410 and `orig-buffer'.
4411 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
4412 Use with-current-buffer.
4413 (hfy-text-p): Use expand-file-name and fewer setq.
4414
4415 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
4416
4417 * htmlfontify.el, hfy-cmap.el: New files.
4418
4419 2009-11-19 Juri Linkov <juri@jurta.org>
4420
4421 * minibuffer.el (completions-format): New defcustom.
4422 (completion--insert-strings): Implement vertical format.
4423
4424 * simple.el (switch-to-completions): Move point to the first
4425 completion when point was at the beginning of the buffer.
4426
4427 2009-11-19 Juri Linkov <juri@jurta.org>
4428
4429 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
4430
4431 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
4432
4433 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
4434
4435 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
4436 (mail-signature): Change default to t.
4437 (mail-from-style): Deprecate `system-default' value.
4438 (mail-insert-from-field): For default value of mail-from-style,
4439 default to `angles' unless `angles' needs quoting and `parens'
4440 does not.
4441 (mail-citation-prefix-regexp): Use citation regexp from
4442 message-mode.
4443
4444 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
4445
4446 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4447 Set variables for computing the prompt for reading password.
4448
4449 2009-11-19 Glenn Morris <rgm@gnu.org>
4450
4451 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
4452
4453 * textmodes/flyspell.el (sgml-lexical-context): Declare.
4454
4455 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
4456 (newsticker-treeview-listwindow-height): Fix custom type.
4457
4458 2009-11-19 Kenichi Handa <handa@m17n.org>
4459
4460 * descr-text.el (describe-char-padded-string): Compose with TAB
4461 only if there's a font for CH.
4462 (describe-char): Fix the condition for detecting a trivial composition.
4463
4464 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
4465
4466 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
4467 more accurate version of the regexp. (Bug#3910)
4468
4469 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
4470
4471 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
4472
4473 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
4474
4475 * font-setting.el (font-use-system-font): Declare for byte-compiler.
4476 (font-setting-change-default-font): Fix typo in docstring.
4477
4478 2009-11-18 Alan Mackenzie <acm@muc.de>
4479
4480 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
4481
4482 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4483
4484 * font-setting.el (font-use-system-font): Move ...
4485
4486 * cus-start.el (all): ... to here.
4487
4488 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
4489
4490 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
4491 Don't set `ad-return-value' if `ad-do-it' doesn't.
4492
4493 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
4494 modification time.
4495
4496 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4497
4498 * menu-bar.el: Put "Use system font" in Option-menu.
4499 (menu-bar-options-save): Add font-use-system-font.
4500
4501 * loadup.el: If feature system-font-setting or font-render-setting is
4502 there, load font-setting.
4503
4504 * Makefile.in (ELCFILES): Add font-settings.el.
4505 * font-setting.el: New file.
4506
4507 2009-11-17 Glenn Morris <rgm@gnu.org>
4508
4509 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
4510
4511 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
4512 Preserve point in the list buffer. (Bug#4939)
4513 Use point-at-eol.
4514 (newsticker--treeview-list-update-highlight)
4515 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
4516
4517 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4518
4519 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
4520 Remove.
4521
4522 * calc/calc-ext.el (calc-init-extensions): Remove references to
4523 symclip.
4524
4525 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
4526
4527 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
4528 * calc/calc-help.el (calc-b-prefix-help): Remove references to
4529 `calc-symclip'.
4530
4531 2009-11-16 Kevin Ryde <user42@zip.com.au>
4532
4533 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
4534 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
4535
4536 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
4537 (lm-keywords-list): Allow comma-only separator like "foo,bar".
4538 Ignore trailing spaces by omit-nulls to split-string (fixing
4539 regression from Emacs 21 due to the incompatible split-string
4540 change). (Bug #4928.)
4541
4542 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
4543
4544 * vc.el (vc-log-show-limit): Default to 2000.
4545 (vc-print-log-internal): Insert buttons to request more entries
4546 when limiting the output.
4547
4548 * vc-sccs.el (vc-sccs-print-log):
4549 * vc-rcs.el (vc-rcs-print-log):
4550 * vc-cvs.el (vc-cvs-print-log):
4551 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
4552 LIMIT is non-nil.
4553
4554 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
4555
4556 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
4557 error when `tramp-gvfs-dbus-event-vector' is set.
4558 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
4559
4560 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4561
4562 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
4563
4564 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
4565
4566 * net/dbus.el (dbus-unregister-service): New defun.
4567 (dbus-register-property): Register the handlers of
4568 "org.freedesktop.DBus.Properties" for SERVICE.
4569 (dbus-property-handler): Fix docstring.
4570
4571 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4572
4573 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
4574 Quote doc string reference in defvaralias as it is not in special form.
4575 (byte-compile-output-docform): Doc fix.
4576
4577 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4578
4579 * calc/calc.el (math-2-word-size, math-half-2-word-size)
4580 (calc-complement-signed-mode): New variables.
4581 (calc-set-mode-line): Add indicator for twos-complements.
4582 (math-format-number): Format twos-complement notation.
4583
4584 * calc/calc-bin.el (calc-word-size): Reset the variables
4585 `math-2-word-size' and `math-half-2-word-size'.
4586 (math-format-complement-signed, math-symclip, calcFunc-symclip)
4587 (calc-symclip): New functions.
4588
4589 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
4590
4591 * calc/calc-embed.el (calc-embedded-mode-vars):
4592 Add `calc-complement-signed-mode' to the list of modes.
4593
4594 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
4595 (calc-b-oper-keys): Add `calc-symclip' to list.
4596
4597 * calc/calc-ext.el (math-read-number-fancy): Read complement
4598 signed numbers.
4599 (calc-init-extensions): Add binding for `calc-symclip'.
4600 Add autoload for `calcFunc-symclip' and `calc-symclip'.
4601
4602 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
4603 `calc-symclip'.
4604 (calc-modes-menu): Add item for twos complement mode.
4605
4606 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
4607
4608 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
4609
4610 * register.el (jump-to-register, insert-register): Handle Semantic
4611 tags. From commented-out advice in semantic/senator.el.
4612
4613 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
4614
4615 * vc.el (vc-log-show-limit): New variable.
4616 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
4617 when using a prefix argument.
4618 (vc-print-log-internal): Add new argument LIMIT.
4619
4620 * vc-svn.el (vc-svn-print-log):
4621 * vc-mtn.el (vc-mtn-print-log):
4622 * vc-hg.el (vc-hg-print-log):
4623 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
4624 pass it to the log command when set. Make the BUFFER argument
4625 non-optional.
4626
4627 * vc-sccs.el (vc-sccs-print-log):
4628 * vc-rcs.el (vc-rcs-print-log):
4629 * vc-git.el (vc-git-print-log):
4630 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
4631 ignore it. Make the BUFFER argument non-optional
4632
4633 * bindings.el (mode-line-buffer-identification): Do not purecopy.
4634
4635 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
4636
4637 * dired.el (dired-mode-map): Move encryption items to "Operate"
4638 menu (Bug#4703).
4639
4640 * strokes.el (strokes-update-window-configuration): Make strokes
4641 buffer current before erasing (Bug#4906).
4642
4643 * cedet/semantic/idle.el (semantic-idle-summary-mode)
4644 (semantic-idle-summary-mode): Define using define-minor-mode
4645 instead of define-semantic-idle-service.
4646 (semantic-idle-summary-mode): New function.
4647 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
4648 that mouse motion does not reset the echo area.
4649
4650 2009-11-15 Juri Linkov <juri@jurta.org>
4651
4652 * simple.el (set-mark-default-inactive): Add :type, :group
4653 and :version. (Bug#4876)
4654
4655 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
4656
4657 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
4658 (archive-unique-fname): ... here. (Bug#4929)
4659
4660 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4661
4662 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
4663 with a real fix.
4664
4665 * novice.el (disabled-command-function): Add useful args.
4666 Setup the help buffer so that [back] works.
4667 Remove redundant call to help-mode.
4668 (disabled-command-function): Use `case'.
4669 (en/disable-command): New function extracted from enable-command.
4670 (enable-command, disable-command): Use it.
4671
4672 2009-11-14 Glenn Morris <rgm@gnu.org>
4673
4674 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
4675 constants. (Bug#4913)
4676
4677 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
4678
4679 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4680
4681 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
4682 defined in C that have no doc-strings. (Bug#1063)
4683
4684 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
4685
4686 * cus-edit.el (data, files):
4687 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
4688
4689 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
4690
4691 * simple.el (shell-command): Doc fix (Bug#4891).
4692
4693 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
4694
4695 2009-11-14 Glenn Morris <rgm@gnu.org>
4696
4697 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
4698 statements for vc-diff, emerge-quit, and rmail-cease-edit.
4699 If they are already loaded, eval-after-load will do the right thing.
4700
4701 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
4702 compiling.
4703
4704 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
4705
4706 * simple.el (x-selection-owner-p): Declare.
4707 (read-mail-command): Use custom radio type rather than choice.
4708 (completion-no-auto-exit): Doc fix.
4709
4710 * custom.el (defgroup):
4711 * epg-config.el (epg): Doc fixes.
4712
4713 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
4714
4715 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
4716 * international/ccl.el (define-ccl-program): Do not purecopy the
4717 docstring, defconst does it anyway.
4718
4719 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4720
4721 * add-log.el (add-change-log-entry): Avoid displaying the changelog
4722 a second time.
4723
4724 * x-dnd.el (x-dnd-maybe-call-test-function):
4725 * window.el (split-window-vertically):
4726 * whitespace.el (whitespace-help-on):
4727 * vc-rcs.el (vc-rcs-consult-headers):
4728 * userlock.el (ask-user-about-lock-help)
4729 (ask-user-about-supersession-help):
4730 * type-break.el (type-break-force-mode-line-update):
4731 * time-stamp.el (time-stamp-conv-warn):
4732 * terminal.el (te-set-output-log, te-more-break, te-filter)
4733 (te-sentinel, terminal-emulator):
4734 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
4735 (term-write-input-ring, term-check-source, term-start-output-log):
4736 (term-display-buffer-line, term-dynamic-list-completions):
4737 (term-ansi-make-term, serial-term):
4738 * subr.el (selective-display):
4739 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4740 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
4741 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
4742 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
4743 (speedbar-remove-localized-speedbar-support)
4744 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
4745 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
4746 (speedbar-buffers-line-directory):
4747 * simple.el (shell-command-on-region, append-to-buffer)
4748 (prepend-to-buffer):
4749 * shadowfile.el (shadow-save-todo-file):
4750 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
4751 (scroll-bar-maybe-set-window-start):
4752 * sb-image.el (speedbar-image-dump):
4753 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
4754 (load-save-place-alist-from-file):
4755 * ps-samp.el (ps-print-message-from-summary):
4756 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
4757 (ps-background-image, ps-begin-job, ps-do-despool):
4758 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
4759 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
4760 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
4761 (pr-call-process, pr-file-list, pr-interface-save):
4762 * novice.el (disabled-command-function)
4763 (enable-command, disable-command):
4764 * mouse.el (mouse-buffer-menu-alist):
4765 * mouse-copy.el (mouse-kill-preserving-secondary):
4766 * macros.el (kbd-macro-query):
4767 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
4768 * informat.el (batch-info-validate):
4769 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
4770 * hippie-exp.el (try-expand-dabbrev-visible):
4771 * help-mode.el (help-make-xrefs):
4772 * help-fns.el (describe-variable):
4773 * generic-x.el (bat-generic-mode-run-as-comint):
4774 * finder.el (finder-mouse-select):
4775 * find-dired.el (find-dired-sentinel):
4776 * filesets.el (filesets-file-close):
4777 * files.el (list-directory):
4778 * faces.el (list-faces-display, describe-face):
4779 * facemenu.el (list-colors-display):
4780 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
4781 * epg.el (epg--process-filter, epg-cancel):
4782 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
4783 (epa--read-signature-type):
4784 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
4785 (emerge-file-names):
4786 * ehelp.el (electric-helpify):
4787 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4788 * ediff-vers.el (rcs-ediff-view-revision):
4789 * ediff-util.el (ediff-setup):
4790 * ediff-mult.el (ediff-append-custom-diff):
4791 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4792 (ediff-wordify):
4793 * echistory.el (Electric-command-history-redo-expression):
4794 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4795 * disp-table.el (describe-display-table):
4796 * dired.el (dired-find-buffer-nocreate):
4797 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4798 * dabbrev.el (dabbrev--same-major-mode-p):
4799 * chistory.el (list-command-history):
4800 * apropos.el (apropos-documentation):
4801 * allout.el (allout-obtain-passphrase):
4802 (allout-copy-exposed-to-buffer):
4803 (allout-verify-passphrase): Use with-current-buffer.
4804
4805 2009-11-13 Glenn Morris <rgm@gnu.org>
4806
4807 * Makefile.in (ELCFILES): Regenerate.
4808
4809 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
4810
4811 * net/dbus.el (dbus-registered-objects-table): Rename from
4812 `dbus-registered-functions-table', because it contains also properties.
4813 (dbus-unregister-object): Unregister also properties.
4814 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4815 Use a timeout of 500 msec, in order to not block.
4816 (dbus-register-property, dbus-property-handler): New defuns.
4817
4818 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4819
4820 * simple.el (minibuffer-default-add-completions): Drop deprecated
4821 4th arg.
4822
4823 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
4824
4825 * textmodes/artist.el (artist-mouse-choose-operation):
4826 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
4827 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
4828 (artist-compute-up-event-key): New function.
4829 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
4830
4831 2009-11-13 Kenichi Handa <handa@m17n.org>
4832
4833 * language/japan-util.el: Make sure that the value of jisx0208
4834 property is jisx0208 character.
4835
4836 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
4837
4838 * international/mule.el (auto-coding-regexp-alist): Only purecopy
4839 car or each item, not the whole list.
4840
4841 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4842
4843 * minibuffer.el (minibuffer-completion-help):
4844 Use minibuffer-hide-completions.
4845
4846 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
4847
4848 * dired.el (dired-save-positions, dired-restore-positions): New funs.
4849 (dired-revert): Use them (bug#4880).
4850
4851 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4852
4853 * tooltip.el (tooltip-frame-parameters): Undo previous change.
4854
4855 2009-11-12 Juri Linkov <juri@jurta.org>
4856
4857 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
4858 New functions.
4859 (find-file-literally-at-point): Alias of `ffap-literally'.
4860
4861 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4862
4863 * textmodes/ispell.el (ispell-skip-region-alist):
4864 * textmodes/css-mode.el (auto-mode-alist):
4865 * progmodes/compile.el (auto-mode-alist):
4866 * international/mule.el (ctext-non-standard-encodings-alist)
4867 (ctext-non-standard-encodings-regexp):
4868 * simple.el (shell-command-switch, text-read-only):
4869 * replace.el (occur-mode-map):
4870 * paths.el (rmail-file-name):
4871 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
4872 * find-file.el (ff-special-constructs):
4873 * files.el (file-name-handler-alist):
4874 * composite.el: Purecopy strings.
4875
4876 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
4877
4878 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4879
4880 * widget.el (define-widget): Purecopy the docstring.
4881 * international/mule-cmds.el (charset): Do not purecopy the
4882 docstring here, define-widget does it.
4883
4884 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4885 * textmodes/bibtex-style.el (auto-mode-alist):
4886 * progmodes/inf-lisp.el (inferior-lisp-prompt):
4887 * progmodes/compile.el (compile-command):
4888 * language/korea-util.el (default-korean-keyboard):
4889 * international/mule-conf.el (file-coding-system-alist):
4890 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
4891 * tooltip.el (tooltip-frame-parameters):
4892 * newcomment.el (comment-end, comment-padding):
4893 * dired.el (dired-trivial-filenames):
4894 * comint.el (comint-file-name-prefix): Purecopy initial values.
4895
4896 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
4897
4898 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
4899 (tramp-advice-minibuffer-electric-tilde): Unload advices via
4900 `tramp-unload'.
4901 (tramp-advice-make-auto-save-file-name)
4902 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
4903 after removing the advice.
4904
4905 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4906
4907 * progmodes/grep.el (grep-regexp-alist):
4908 * international/mule-cmds.el (iso-2022-control-alist):
4909 * emacs-lisp/timer.el (timer-duration-words):
4910 * subr.el (version-separator, version-regexp-alist):
4911 * minibuffer.el (completion-styles-alist):
4912 * faces.el (face-attribute-name-alist, list-faces-sample-text):
4913 Change defvars to defconsts.
4914
4915 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4916 * loadup.el ("international/mule-conf"): Load the byte compiled version.
4917 * international/mule-conf.el: Allow to be byte compiled.
4918
4919 * international/mule.el (define-charset): Purecopy props.
4920 (load-with-code-conversion): Purecopy doc string and file name.
4921 (put-charset-property): Purecopy strings.
4922 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4923
4924 * international/mule-cmds.el (register-input-method): Purecopy arguments.
4925 (define-char-code-property): Correctly purecopy the table.
4926
4927 * international/ccl.el (define-ccl-program): Purecopy the docstring.
4928
4929 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4930
4931 * subr.el (add-hook): Purecopy strings.
4932 (eval-after-load): Purecopy load-history-regexp and the form.
4933
4934 * custom.el (custom-declare-group): Purecopy load-file-name.
4935
4936 * subr.el (menu-bar-separator): New defconst.
4937 * net/eudc.el (eudc-tools-menu):
4938 * international/mule-cmds.el (set-coding-system-map)
4939 (mule-menu-keymap):
4940 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4941 * vc-hooks.el (vc-menu-map):
4942 * replace.el (occur-mode-map):
4943 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
4944 (menu-bar-edit-menu, menu-bar-goto-menu)
4945 (menu-bar-custom-menu, menu-bar-showhide-menu)
4946 (menu-bar-options-menu, menu-bar-tools-menu)
4947 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
4948 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
4949 (menu-bar-help-menu):
4950 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
4951 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
4952
4953 * term/x-win.el (x-gtk-stock-map):
4954 * progmodes/vera-mode.el (auto-mode-alist):
4955 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4956 (inferior-lisp-program, inferior-lisp-load-command):
4957 * progmodes/hideshow.el (hs-special-modes-alist):
4958 * progmodes/gud.el (same-window-regexps):
4959 * progmodes/grep.el (grep-program, find-program, xargs-program):
4960 * net/telnet.el (same-window-regexps):
4961 * net/rlogin.el (same-window-regexps):
4962 * language/ethiopic.el (font-ccl-encoder-alist):
4963 * vc-sccs.el (vc-sccs-master-templates):
4964 * vc-rcs.el (vc-rcs-master-templates):
4965 * subr.el (cl-assertion-failed):
4966 * simple.el (next-error-overlay-arrow-position):
4967 * lpr.el (lpr-command):
4968 * locate.el (locate-ls-subdir-switches):
4969 * info.el (same-window-regexps, info)
4970 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4971 * image-mode.el (image-mode, auto-mode-alist):
4972 * hippie-exp.el (hippie-expand-ignore-buffers):
4973 * format.el (format-alist):
4974 * find-dired.el (find-ls-subdir-switches, find-grep-options)
4975 (find-name-arg):
4976 * facemenu.el (facemenu-keybindings):
4977 * dired.el (dired-listing-switches, dired-chown-program):
4978 * diff.el (diff-switches, diff-command):
4979 * cus-edit.el (same-window-regexps):
4980 * bindings.el (mode-line-mule-info)
4981 (mode-line-buffer-identification): Purecopy strings.
4982
4983 2009-11-11 Juri Linkov <juri@jurta.org>
4984
4985 * simple.el (dired-get-filename) <declare-function>:
4986 Tell the byte-compiler about dired-get-filename.
4987 (shell-command): In Dired mode, get filename from the current line
4988 as the default value.
4989
4990 2009-11-10 Glenn Morris <rgm@gnu.org>
4991
4992 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
4993 * calendar/holidays.el, progmodes/cperl-mode.el:
4994 Update x-popup-menu declarations.
4995
4996 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
4997 (list-load-path-shadows): Use dolist.
4998 (list-load-path-shadows): Use with-current-buffer.
4999
5000 2009-11-10 Juri Linkov <juri@jurta.org>
5001
5002 * minibuffer.el (read-file-name): Support a list of default values
5003 in `default-filename'. Use the first file name where only one
5004 element is required. Doc fix.
5005
5006 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
5007
5008 * net/dbus.el (dbus-unregister-object): Release service, if no
5009 other method is registered for it.
5010
5011 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
5012
5013 * bookmark.el (bookmark-completing-read): Sort bookmark names if
5014 bookmark-sort-flag is non-nil (Bug#4653).
5015
5016 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5017
5018 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
5019 the progress reporter entirely.
5020
5021 * emulation/cua-base.el: Add CUA property to some CC mode commands
5022 (Bug#4100).
5023
5024 2009-11-08 Kevin Ryde <user42@zip.com.au>
5025
5026 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
5027 at end of sentence (Bug#4818).
5028
5029 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
5030
5031 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5032 Handle "see declaration of" MSFT statements (Bug#4100).
5033
5034 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
5035
5036 * net/tramp.el (tramp-advice-make-auto-save-file-name)
5037 (tramp-advice-file-expand-wildcards): Unload via
5038 `ad-remove-advice'.
5039
5040 * net/trampver.el: Update release number.
5041
5042 2009-11-08 Kevin Ryde <user42@zip.com.au>
5043
5044 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
5045 `ad-do-it'.
5046
5047 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
5048
5049 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
5050 in order to keep context in SELinux.
5051
5052 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5053
5054 * dired-aux.el (dired-query): Place cursor in echo area and allow
5055 C-g.
5056
5057 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
5058 menu item if not on a directory (Bug#4701).
5059
5060 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
5061
5062 Sync with Tramp 2.1.17.
5063
5064 * net/tramp.el (tramp-handle-copy-directory): Don't use
5065 `file-remote-p' (due to compatibility).
5066
5067 * net/tramp-compat.el (tramp-compat-copy-directory)
5068 (tramp-compat-delete-directory): New defuns.
5069
5070 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5071 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
5072 `tramp-compat-delete-directory'.
5073
5074 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5075 (tramp-smb-handle-delete-directory): Use
5076 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
5077
5078 * net/trampver.el: Update release number.
5079
5080 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
5081
5082 * tar-mode.el (tar-copy): Call write-region on the right buffer
5083 (Bug#4857).
5084
5085 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
5086 by hand, if necessary (Bug#4878).
5087
5088 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
5089
5090 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
5091 align size column (Bug#4839).
5092
5093 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
5094 statement.
5095
5096 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5097
5098 * progmodes/ld-script.el (auto-mode-alist):
5099 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
5100
5101 * cus-face.el (custom-declare-face): Purecopy face spec.
5102
5103 2009-11-06 Kenichi Handa <handa@m17n.org>
5104
5105 * international/uni-bidi.el: Re-generated.
5106 * international/uni-category.el: Re-generated.
5107 * international/uni-combining.el: Re-generated.
5108 * international/uni-mirrored.el: Re-generated.
5109
5110 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5111
5112 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
5113 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
5114 (tex-start-options, slitex-run-command, latex-run-command)
5115 (tex-run-command, tex-directory):
5116 * textmodes/ispell.el (ispell-html-skip-alists)
5117 (ispell-tex-skip-alists, ispell-tex-skip-alists):
5118 * textmodes/fill.el (adaptive-fill-first-line-regexp):
5119 (adaptive-fill-regexp):
5120 * textmodes/dns-mode.el (auto-mode-alist):
5121 * progmodes/python.el (interpreter-mode-alist):
5122 * progmodes/etags.el (tags-compression-info-list):
5123 * progmodes/etags.el (tags-file-name):
5124 * net/browse-url.el (browse-url-galeon-program)
5125 (browse-url-firefox-program):
5126 * mail/sendmail.el (mail-signature-file)
5127 (mail-citation-prefix-regexp):
5128 * international/mule-conf.el (eight-bit):
5129 * international/latexenc.el (latex-inputenc-coding-alist):
5130 * international/fontset.el (x-pixel-size-width-font-regexp):
5131 * emacs-lisp/warnings.el (warning-type-format):
5132 * emacs-lisp/trace.el (trace-buffer):
5133 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
5134 (emacs-lisp-mode-map):
5135 * calendar/holidays.el (holiday-solar-holidays)
5136 (holiday-bahai-holidays, holiday-islamic-holidays)
5137 (holiday-christian-holidays, holiday-hebrew-holidays)
5138 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
5139 (hebrew-holidays-1, holiday-oriental-holidays)
5140 (holiday-general-holidays):
5141 * x-dnd.el (x-dnd-known-types):
5142 * tool-bar.el (tool-bar):
5143 * startup.el (site-run-file):
5144 * shell.el (shell-dumb-shell-regexp):
5145 * rfn-eshadow.el (file-name-shadow-tty-properties)
5146 (file-name-shadow-properties):
5147 * paths.el (remote-shell-program, news-directory):
5148 * mouse.el ([C-down-mouse-3]):
5149 * menu-bar.el (menu-bar-tools-menu):
5150 * jka-cmpr-hook.el (jka-compr-load-suffixes)
5151 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
5152 (jka-compr-compression-info-list):
5153 * isearch.el (search-whitespace-regexp):
5154 * image-file.el (image-file-name-extensions):
5155 * find-dired.el (find-ls-option):
5156 * files.el (directory-listing-before-filename-regexp)
5157 (directory-free-space-args, insert-directory-program)
5158 (list-directory-brief-switches, magic-fallback-mode-alist)
5159 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
5160 (automount-dir-prefix):
5161 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
5162 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
5163 (face-font-registry-alternatives, face-font-registry-alternatives)
5164 (face-font-family-alternatives):
5165 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
5166 (facemenu-foreground-menu, facemenu-face-menu):
5167 * epa-hook.el (epa-file-name-regexp):
5168 * dnd.el (dnd-protocol-alist):
5169 * textmodes/rst.el (auto-mode-alist):
5170 * button.el (default-button): Purecopy strings.
5171
5172 2009-11-06 Glenn Morris <rgm@gnu.org>
5173
5174 * Makefile.in (ELCFILES): Update.
5175
5176 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
5177
5178 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
5179 * emacs-lisp/levents.el: Move to obsolete/levents.el.
5180
5181 * nxml/xsd-regexp.el (xsdre-gen-categories):
5182 * nxml/xmltok.el (xmltok-parse-entity):
5183 * nxml/rng-parse.el (rng-parse-validate-file):
5184 * nxml/rng-maint.el (rng-format-manual)
5185 (rng-manual-output-force-new-line):
5186 * nxml/rng-loc.el (rng-save-schema-location-1):
5187 * nxml/rng-cmpct.el (rng-c-parse-file):
5188 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5189 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
5190
5191 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
5192
5193 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
5194 Remove extra save-excursions and make-variable-buffer-local's.
5195 Suggested by Stefan Monnier.
5196
5197 (verilog-getopt-file, verilog-module-inside-filename-p)
5198 (verilog-set-define): Merge GNU 1.35 and repair changes from
5199 switching to using with-current-buffer.
5200
5201 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
5202 being treated as a number and confusing AUTORESET.
5203 Reported by Dan Dever.
5204
5205 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
5206 Add verilog-auto-ignore-concat to fix backward compatibility with
5207 older verilog-modes. Reported by Dan Katz.
5208
5209 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
5210 containing closing anchors "...$".
5211
5212 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
5213 Reported by Wade Smith.
5214
5215 (verilog-batch-execute-func): Comment on function usage.
5216
5217 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
5218
5219 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
5220 for labels.
5221
5222 (verilog-label-re, verilog-calc-1): Support proper indent of named
5223 asserts.
5224
5225 (verilog-backward-token, verilog-basic-complete-re)
5226 (verilog-beg-of-statement, verilog-indent-re): Support proper
5227 indent of the assert statement at the beginning of a block of text.
5228
5229 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
5230 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
5231 tokens as begins.
5232
5233 2009-11-05 Glenn Morris <rgm@gnu.org>
5234
5235 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
5236 Emacs 19. (Bug#1531)
5237 (byte-compile-fix-header): Update for the above change.
5238 Drop test for epoch::version.
5239
5240 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
5241 * cus-dep.el (custom-make-dependencies):
5242 * finder.el (finder-compile-keywords):
5243 Use autoload-rubric's feature argument.
5244
5245 * calendar/diary-lib.el (top-level): Make load behave more like require.
5246
5247 * vc-git.el (vc-git-stash-map): Move definition before use.
5248
5249 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
5250
5251 * custom.el (custom-declare-group): Purecopy standard-value.
5252 (custom-declare-group): Purecopy custom-prefix.
5253
5254 * international/mule.el (load-with-code-conversion):
5255 Call do-after-load-evaluation unconditionally.
5256
5257 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
5258
5259 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5260
5261 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
5262
5263 2009-11-04 Glenn Morris <rgm@gnu.org>
5264
5265 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
5266 (byte-compile-compatibility): Remove option.
5267 (byte-compile-close-variables, byte-compile-fix-header)
5268 (byte-compile-insert-header, byte-compile-output-docform)
5269 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
5270 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
5271 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
5272 (byte-compile-insert, byte-compile-defun):
5273 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
5274 (byte-defop-compiler19): Remove.
5275 Without byte-compile-compatibility, the 'emacs19-opcode property is not
5276 used by anything. Replace all calls with byte-defop-compiler.
5277
5278 2009-11-04 Juri Linkov <juri@jurta.org>
5279
5280 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
5281 (menu-bar-options-menu): Don't quote the `prop' arg of
5282 `menu-bar-make-mm-toggle'.
5283
5284 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
5285
5286 * calendar/calendar.el (cal-loaddefs):
5287 * calendar/diary-lib.el (diary-loaddefs):
5288 * calendar/holidays.el (hol-loaddefs):
5289 * eshell/esh-module.el (esh-groups): Load rather than require.
5290
5291 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5292
5293 * calendar/todo-mode.el (todo-add-category): Don't hardcode
5294 point-min==1.
5295 (todo-top-priorities): Only display-buffer when called interactively.
5296 (todo-item-start): Don't save excursion point.
5297 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
5298 (todo-insert-item-here, todo-file-item, todo-remove-item):
5299 Adjust uses of todo-item-start and todo-item-end.
5300
5301 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
5302 (autoload-rubric): Don't use any more.
5303 * cedet/semantic/fw.el (semantic/loaddefs):
5304 * cedet/srecode.el (srecode/loaddefs):
5305 * cedet/ede.el (ede/loaddefs): Load rather than require.
5306 * cedet/ede/cpp-root.el:
5307 * cedet/ede/emacs.el:
5308 * cedet/ede/files.el:
5309 * cedet/ede/linux.el:
5310 * cedet/ede/locate.el:
5311 * cedet/ede/make.el:
5312 * cedet/ede/shell.el:
5313 * cedet/ede/speedbar.el:
5314 * cedet/ede/system.el:
5315 * cedet/ede/util.el:
5316 * cedet/semantic/analyze.el:
5317 * cedet/semantic/bovine.el:
5318 * cedet/semantic/complete.el:
5319 * cedet/semantic/ctxt.el:
5320 * cedet/semantic/db-file.el:
5321 * cedet/semantic/db-find.el:
5322 * cedet/semantic/db-global.el:
5323 * cedet/semantic/db-mode.el:
5324 * cedet/semantic/db-typecache.el:
5325 * cedet/semantic/db.el:
5326 * cedet/semantic/debug.el:
5327 * cedet/semantic/dep.el:
5328 * cedet/semantic/doc.el:
5329 * cedet/semantic/edit.el:
5330 * cedet/semantic/find.el:
5331 * cedet/semantic/format.el:
5332 * cedet/semantic/html.el:
5333 * cedet/semantic/ia-sb.el:
5334 * cedet/semantic/ia.el:
5335 * cedet/semantic/idle.el:
5336 * cedet/semantic/lex-spp.el:
5337 * cedet/semantic/lex.el:
5338 * cedet/semantic/mru-bookmark.el:
5339 * cedet/semantic/scope.el:
5340 * cedet/semantic/senator.el:
5341 * cedet/semantic/sort.el:
5342 * cedet/semantic/symref.el:
5343 * cedet/semantic/tag-file.el:
5344 * cedet/semantic/tag-ls.el:
5345 * cedet/semantic/tag-write.el:
5346 * cedet/semantic/tag.el:
5347 * cedet/semantic/util-modes.el:
5348 * cedet/semantic/analyze/complete.el:
5349 * cedet/semantic/analyze/refs.el:
5350 * cedet/semantic/bovine/c.el:
5351 * cedet/semantic/bovine/gcc.el:
5352 * cedet/semantic/bovine/make.el:
5353 * cedet/semantic/bovine/scm.el:
5354 * cedet/semantic/decorate/include.el:
5355 * cedet/semantic/decorate/mode.el:
5356 * cedet/semantic/symref/cscope.el:
5357 * cedet/semantic/symref/global.el:
5358 * cedet/semantic/symref/grep.el:
5359 * cedet/semantic/symref/idutils.el:
5360 * cedet/semantic/symref/list.el:
5361 * cedet/semantic/wisent/java-tags.el:
5362 * cedet/semantic/wisent/javascript.el:
5363 * cedet/srecode/compile.el:
5364 * cedet/srecode/cpp.el:
5365 * cedet/srecode/document.el:
5366 * cedet/srecode/el.el:
5367 * cedet/srecode/expandproto.el:
5368 * cedet/srecode/getset.el:
5369 * cedet/srecode/insert.el:
5370 * cedet/srecode/java.el:
5371 * cedet/srecode/map.el:
5372 * cedet/srecode/mode.el:
5373 * cedet/srecode/template.el:
5374 * cedet/srecode/texi.el: Remove the file-local setting of
5375 generated-autoload-feature.
5376
5377 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
5378 and only put a prop if it is non-nil.
5379
5380 2009-11-03 Juri Linkov <juri@jurta.org>
5381
5382 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
5383 (menu-bar-options-menu): Fix list quoting (Bug#4429).
5384
5385 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
5386 and "Menu" to make top-level menu item visually one unit (like
5387 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
5388 multi-word menu items). Fix :help string for quit-window.
5389
5390 2009-11-03 Glenn Morris <rgm@gnu.org>
5391
5392 * cedet/mode-local.el (with-mode-local): Doc fix.
5393
5394 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5395 (byte-compile-file-form-define-abbrev-table)
5396 (byte-compile-file-form-custom-declare-variable)
5397 (byte-compile-variable-ref, byte-compile-defvar):
5398 Whether or not a warning is enabled should only affect whether we issue
5399 the warning, not whether or not we collect the relevant data.
5400 Eg warnings can be turned on and off throughout the course of a file.
5401
5402 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
5403 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
5404
5405 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5406
5407 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
5408 * play/mpuz.el (mpuz-create-buffer):
5409 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
5410 (lm-print-y,s,noise, lm-print-w0, lm-init):
5411 * play/gomoku.el (gomoku-prompt-for-move):
5412 * play/fortune.el (fortune-in-buffer):
5413 * play/dissociate.el (dissociated-press):
5414 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5415 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
5416 * mail/supercite.el (sc-eref-show):
5417 * mail/smtpmail.el (smtpmail-send-it):
5418 * mail/rmailsum.el (rmail-summary-next-labeled-message)
5419 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
5420 (rmail-summary-undelete-many, rmail-summary-rmail-update)
5421 (rmail-summary-goto-msg, rmail-summary-expunge)
5422 (rmail-summary-get-new-mail, rmail-summary-search-backward)
5423 (rmail-summary-add-label, rmail-summary-output-menu)
5424 (rmail-summary-output-body):
5425 * mail/rfc822.el (rfc822-addresses):
5426 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
5427 * mail/mailpost.el (post-mail-send-it):
5428 * mail/hashcash.el (hashcash-generate-payment):
5429 * mail/feedmail.el (feedmail-run-the-queue)
5430 (feedmail-queue-send-edit-prompt-help-first)
5431 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
5432 (feedmail-deduce-address-list):
5433 * eshell/esh-ext.el (eshell-remote-command):
5434 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
5435 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
5436 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
5437 (viper-save-string-in-file, viper-valid-marker):
5438 * emulation/viper-keym.el (viper-toggle-key):
5439 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
5440 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
5441 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
5442 * emulation/viper-cmd.el (viper-exec-form-in-vi)
5443 (viper-exec-form-in-emacs, viper-brac-function):
5444 * emulation/viper.el (viper-delocalize-var):
5445 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
5446 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
5447 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
5448 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
5449 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
5450 * emulation/edt.el (edt-electric-helpify):
5451 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5452 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
5453 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
5454 (cua-indent-to-global-mark-column):
5455 * calendar/diary-lib.el (calendar-mark-1):
5456 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
5457 Use with-current-buffer.
5458 * emulation/viper.el (viper-delocalize-var): Use dolist.
5459
5460 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
5461
5462 * comint.el (comint-replace-by-expanded-history-before-point):
5463 Replace !! with the previous input string literally (Bug#1795).
5464
5465 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
5466
5467 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
5468 to be made up of whitespace.
5469
5470 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
5471
5472 * minibuffer.el (read-file-name): Don't use file dialogs for
5473 remote directories (Bug#99).
5474
5475 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
5476
5477 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
5478
5479 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
5480
5481 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
5482 instead of deleting the window or frame.
5483
5484 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
5485
5486 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5487 Support face colors.
5488
5489 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
5490 New function. Support face colors (Bug#1168).
5491 (tex-common-initialization): Use it.
5492
5493 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
5494 mode allows it (Bug#1168).
5495
5496 2009-10-31 Juri Linkov <juri@jurta.org>
5497
5498 * facemenu.el (list-colors-display): Don't mark buffer as
5499 modified (Bug#3948).
5500
5501 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
5502
5503 * international/mule-diag.el (list-character-sets-1): Minor
5504 message fix (Bug#3526).
5505
5506 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
5507 face property (Bug#4834).
5508 (etags-list-tags, etags-tags-apropos-additional)
5509 (etags-tags-apropos, tags-select-tags-table): Add follow-link
5510 property.
5511
5512 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
5513 items.
5514
5515 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
5516 items.
5517
5518 * cedet/ede.el (ede-minor-mode):
5519 * cedet/semantic.el (semantic-mode): Toggle menu separators.
5520
5521 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5522
5523 * textmodes/two-column.el (2C-split):
5524 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5525 * textmodes/tex-mode.el (tex-set-buffer-directory):
5526 * textmodes/spell.el (spell-region, spell-string):
5527 * textmodes/reftex.el (reftex-erase-buffer):
5528 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5529 * textmodes/reftex-toc.el (reftex-toc-promote-action):
5530 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5531 (reftex-select-item):
5532 * textmodes/reftex-ref.el (reftex-label-info-update)
5533 (reftex-offer-label-menu):
5534 * textmodes/reftex-index.el (reftex-index-change-entry)
5535 (reftex-index-phrases-info):
5536 * textmodes/reftex-global.el (reftex-create-tags-file)
5537 (reftex-save-all-document-buffers, reftex-ensure-write-access):
5538 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5539 (reftex-view-crossref-from-bibtex):
5540 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
5541 (reftex-extract-bib-entries-from-thebibliography)
5542 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
5543 * textmodes/refbib.el (r2b-capitalize-title):
5544 (r2b-convert-buffer, r2b-help):
5545 * textmodes/page-ext.el (pages-directory)
5546 (pages-directory-goto-with-mouse):
5547 * textmodes/bibtex.el (bibtex-validate-globally):
5548 * textmodes/bib-mode.el (bib-capitalize-title):
5549 * textmodes/artist.el (artist-clear-buffer, artist-system):
5550 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
5551 (local-set-scheme-interaction-buffer, xscheme-process-filter)
5552 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
5553 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
5554 (xscheme-send-control-g-interrupt, xscheme-start-process)
5555 (xscheme-process-sentinel, xscheme-cd):
5556 * progmodes/verilog-mode.el (verilog-read-always-signals)
5557 (verilog-set-define, verilog-getopt-file)
5558 (verilog-module-inside-filename-p):
5559 * progmodes/sh-script.el:
5560 * progmodes/python.el (python-pdbtrack-get-source-buffer)
5561 (python-pdbtrack-grub-for-buffer, python-execute-file):
5562 * progmodes/octave-inf.el (inferior-octave):
5563 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5564 (idlwave-shell-compile-helper-routines, idlwave-set-local)
5565 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
5566 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
5567 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
5568 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
5569 (idlwave-shell-filter, idlwave-shell-examine-highlight)
5570 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
5571 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
5572 (idlwave-shell-examine-display, idlwave-shell-run-region)
5573 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
5574 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
5575 * progmodes/idlw-help.el (idlwave-help-get-special-help)
5576 (idlwave-help-get-help-buffer):
5577 * progmodes/gud.el (gud-basic-call, gud-find-class)
5578 (gud-tooltip-activate-mouse-motions-if-enabled):
5579 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5580 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
5581 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
5582 (ebrowse-tags-next-file):
5583 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
5584 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
5585 (ebnf-eps-finish-and-write):
5586 * progmodes/cpp.el (cpp-edit-save):
5587 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
5588 * progmodes/cc-defs.el (c-emacs-features):
5589 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
5590 (antlr-directory-dependencies):
5591 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
5592 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
5593 (ada-find-any-references, ada-make-filename-from-adaname)
5594 (ada-make-body-gnatstub):
5595 * obsolete/rnews.el (news-list-news-groups):
5596 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
5597 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
5598 * net/rcirc.el (rcirc-debug):
5599 * net/newst-treeview.el (newsticker--treeview-list-add-item)
5600 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
5601 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
5602 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5603 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
5604 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
5605 (newsticker--treeview-list-clear-highlight)
5606 (newsticker--treeview-list-update-highlight)
5607 (newsticker--treeview-list-highlight-start)
5608 (newsticker--treeview-tree-update-highlight)
5609 (newsticker--treeview-get-selected-item)
5610 (newsticker-treeview-mark-list-items-old)
5611 (newsticker--treeview-set-current-node):
5612 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5613 * net/newst-backend.el (newsticker--get-news-by-funcall)
5614 (newsticker--get-news-by-wget, newsticker--image-get)
5615 (newsticker--image-sentinel):
5616 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
5617 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
5618 (eudc-ph-close-session):
5619 * net/eudc.el (eudc-save-options):
5620 * language/thai-word.el (thai-update-word-table):
5621 * language/japan-util.el (japanese-string-conversion):
5622 * international/titdic-cnv.el (tsang-quick-converter)
5623 (ziranma-converter, ctlau-converter):
5624 * international/mule-cmds.el (describe-language-environment):
5625 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
5626 (skkdic-convert-postfix, skkdic-convert-prefix):
5627 (skkdic-convert-okuri-nasi, skkdic-convert):
5628 * emacs-lisp/re-builder.el (reb-update-overlays):
5629 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
5630 * emacs-lisp/gulp.el (gulp-send-requests):
5631 * emacs-lisp/find-gc.el (trace-call-tree):
5632 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
5633 (eieio-describe-generic):
5634 * emacs-lisp/eieio-base.el (eieio-persistent-read):
5635 * emacs-lisp/edebug.el (edebug-outside-excursion):
5636 * emacs-lisp/debug.el (debugger-make-xrefs):
5637 * emacs-lisp/cust-print.el (custom-prin1-to-string):
5638 * emacs-lisp/chart.el (chart-new-buffer):
5639 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
5640 Use with-current-buffer.
5641 * textmodes/artist.el (artist-system): Don't call
5642 copy-sequence on a fresh string.
5643 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
5644
5645 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
5646
5647 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
5648 is no item to edit. (Bug#4820)
5649 (todo-top-priorities): Restore point and restore narrowing in Todo
5650 buffer. (Bug#4820)
5651
5652 2009-10-31 Glenn Morris <rgm@gnu.org>
5653
5654 * net/ange-ftp.el (top-level): Don't require dired when compiling.
5655 (comint-last-output-start, comint-last-input-start)
5656 (comint-last-input-end): Don't defvar when compiling.
5657 (ange-ftp-process-file): Use bound-and-true-p.
5658
5659 * pcmpl-rpm.el (top-level): Move provide statement to end.
5660 (pcmpl-rpm): Remove unused custom group.
5661
5662 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
5663
5664 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
5665
5666 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
5667 (byte-compile-warnings): Add `constants' as an option.
5668 (byte-compile-callargs-warn, byte-compile-arglist-warn)
5669 (display-call-tree): Update for byte-compile-fdefinition possibly
5670 returning `(macro lambda ...)'. (Bug#4778)
5671 (byte-compile-variable-ref, byte-compile-setq-default):
5672 Respect `constants' member of byte-compile-warnings.
5673
5674 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
5675 Use mapc rather than mapcar because the return value is never used.
5676
5677 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
5678 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
5679 * cedet/semantic/html.el:
5680 Suppress harmless warnings about setting up semantic-imenu (not
5681 part of Emacs) variables.
5682
5683 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5684
5685 * vc-bzr.el (vc-bzr-revision-keywords): New var.
5686 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
5687 to "submit:".
5688
5689 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
5690 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
5691 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
5692 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
5693 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
5694 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
5695 (semantic-analyzer-debug-global-symbol)
5696 (semantic-analyzer-debug-missing-innertype)
5697 (semantic-analyzer-debug-insert-include-summary):
5698 * cedet/semantic/util.el (semantic-file-tag-table):
5699 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
5700 (semantic-recursive-find-nonterminal-by-name):
5701 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
5702 * cedet/semantic/tag-file.el (semantic-prototype-file):
5703 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
5704 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
5705 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
5706 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5707 (semantic-idle-summary-maybe-highlight):
5708 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
5709 (semantic-ia-sb-tag-info):
5710 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
5711 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
5712 * cedet/semantic/ede-grammar.el (project-compile-target):
5713 (ede-proj-makefile-insert-variables):
5714 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
5715 (semantic-debug-set-source-location, semantic-debug-interface-layout)
5716 (semantic-debug-mode, semantic-debug):
5717 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
5718 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
5719 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5720 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
5721 (semanticdb-find-translate-path-includes--internal)
5722 (semanticdb-reset-log, semanticdb-find-log-activity):
5723 * cedet/semantic/db-file.el (object-write):
5724 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5725 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
5726 (semanticdb-create-ebrowse-database):
5727 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
5728 * cedet/semantic/complete.el (semantic-displayor-focus-request)
5729 (semantic-collector-calculate-completions-raw)
5730 (semantic-complete-read-tag-analyzer):
5731 * cedet/semantic/analyze.el (semantic-analyze-pulse):
5732 * cedet/ede/util.el (ede-update-version-in-source):
5733 * cedet/ede/proj.el (project-delete-target):
5734 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
5735 (ede-proj-flush-autoconf):
5736 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
5737 (ede-proj-configure-synchronize):
5738 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
5739 * cedet/ede/linux.el (ede-linux-version):
5740 * cedet/ede/emacs.el (ede-emacs-version):
5741 * cedet/ede/dired.el (ede-dired-add-to-target):
5742 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
5743 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
5744 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
5745 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
5746 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
5747 (cedet-idutils-version-check):
5748 * cedet/cedet-global.el (cedet-gnu-global-call):
5749 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
5750 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
5751 * cedet/cedet-cscope.el (cedet-cscope-call)
5752 (cedet-cscope-expand-filename, cedet-cscope-version-check):
5753 Use with-current-buffer.
5754 * cedet/ede.el (ede-make-project-local-variable)
5755 (ede-set-project-variables, ede-set): Use dolist.
5756
5757 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
5758
5759 * textmodes/ispell.el (ispell-skip-region-alist):
5760 * international/mule-conf.el (eight-bit):
5761 * international/fontset.el (font-encoding-alist):
5762 * startup.el (pure-space-overflow-message):
5763 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
5764 * paths.el (gnus-nntp-service, rmail-spool-directory)
5765 (term-file-prefix):
5766 * files.el (save-some-buffers-action-alist):
5767 * cmuscheme.el (same-window-buffer-names):
5768 * ielm.el (same-window-buffer-names):
5769 * shell.el (same-window-buffer-names):
5770 * mail/sendmail.el (same-window-buffer-names):
5771 * progmodes/inf-lisp.el (same-window-buffer-names):
5772 * bindings.el (mode-line-client)
5773 (mode-line-column-line-number-mode-map):
5774 * language/tibetan.el (tibetan-precomposition-rule-regexp)
5775 (tibetan-precomposed-regexp): Purecopy string arguments.
5776
5777 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5778
5779 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
5780 (calcDigit-nondigit):
5781 * calc/calc-yank.el (calc-copy-to-buffer):
5782 * calc/calc-units.el (calc-invalidate-units-table):
5783 * calc/calc-trail.el (calc-trail-yank):
5784 * calc/calc-store.el (calc-insert-variables):
5785 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5786 * calc/calc-prog.el (calc-read-parse-table):
5787 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5788 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5789 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5790 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5791 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5792 (calc-graph-name, calc-graph-find-command, calc-graph-view)
5793 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5794 * calc/calc-ext.el (calc-realign):
5795 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5796 (calc-embedded-finish-edit, calc-embedded-make-info)
5797 (calc-embedded-finish-command, calc-embedded-stack-change):
5798 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5799
5800 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
5801 (overload-docstring-extension): Use that info.
5802 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
5803 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
5804 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
5805 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
5806 (semantic-nonterminal-full-name): Add the new `when' info.
5807 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
5808 `assert'.
5809
5810 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5811 shell-dynamic-complete-filename in preference to
5812 comint-dynamic-complete-filename.
5813
5814 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5815 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5816 Don't consider whether the display supports colors.
5817 (bookmark-import-new-list): Use dolist.
5818 (bookmark-bmenu-mode-map): Move initialization into declaration.
5819 (bookmark-bmenu-list): Use dolist, simplify.
5820 (bookmark-show-all-annotations): Use save-selected-window and dolist.
5821 (menu-bar-final-items): Use push.
5822
5823 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
5824
5825 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5826 it works on remote files.
5827 (vc-hg-diff): Don't pass any `--cwd' argument.
5828
5829 2009-10-27 Kevin Ryde <user42@zip.com.au>
5830
5831 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5832 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
5833 (Further to Bug#3921).
5834
5835 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
5836
5837 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
5838 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
5839 calling `tramp-imap-put-file'. Add file size to the call.
5840 (tramp-imap-get-file-entries): Compute also user name, file size,
5841 and date.
5842 (tramp-imap-handle-insert-directory): Insert uid and gid.
5843 (tramp-imap-handle-file-attributes): Transform uid and gid
5844 according to `id-format'.
5845 (tramp-imap-put-file): New optional parameter SIZE. Encode file
5846 size in header X-Size.
5847
5848 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
5849
5850 * simple.el (transpose-subr): Give clearer error when the mark
5851 is not set. (Bug#4807)
5852
5853 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
5854
5855 * net/tramp.el (tramp-perl-file-truename): New defconst.
5856 Perl code contributed by yary <not.com@gmail.com> (tiny change).
5857 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
5858 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
5859 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
5860
5861 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5862 Ignore `dired-call-process'.
5863 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
5864
5865 2009-10-26 Julian Scheid <julians37@gmail.com>
5866
5867 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
5868 (tramp-get-remote-readlink): New defun.
5869 (tramp-handle-file-truename): Use it.
5870 (tramp-handle-file-exists-p): Check file-attributes cache, assume
5871 file exists if cache value present.
5872 (tramp-check-cached-permissions): New defun.
5873 (tramp-handle-file-readable-p): Use it.
5874 (tramp-handle-file-writable-p): Likewise.
5875 (tramp-handle-file-executable-p): Likewise.
5876 (tramp-handle-file-name-all-completions): Try using Perl to get
5877 partial completions. When perl not available, combine `cd' and
5878 `ls' into single remote operation and use shell expansion to get
5879 partial remote directory contents. Set `file-exists-p' cache for
5880 directory and any files returned by ls. Change cache handling to
5881 support partial directory contents. Use error message emitted by
5882 remote `cd' or Perl code for local tramp-error.
5883 (tramp-do-copy-or-rename-file-directly): Avoid separate
5884 tramp-send-command-and-check call.
5885 (tramp-handle-process-file): Merge three remote ops into one.
5886 Do not flush all caches when `process-file-side-effects' is set.
5887 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
5888 file-attributes shows uid/gid to be set already.
5889
5890 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
5891
5892 * textmodes/tex-mode.el (tex-dvi-view-command)
5893 (tex-show-queue-command, tex-open-quote):
5894 * progmodes/ruby-mode.el (auto-mode-alist)
5895 (interpreter-mode-alist): Purecopy strings.
5896
5897 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
5898
5899 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
5900 string for the hook, keymap and abbrev table.
5901
5902 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
5903
5904 * x-dnd.el (x-dnd-xdnd-to-action):
5905 * startup.el (fancy-startup-text, fancy-about-text): Change to
5906 defconst from defvar.
5907
5908 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
5909
5910 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5911 Purecopy initialization strings.
5912
5913 * mail/sendmail.el (mail-header-separator)
5914 (mail-personal-alias-file):
5915 * mail/rmail.el (rmail-default-dont-reply-to-names)
5916 (rmail-ignored-headers, rmail-retry-ignored-headers)
5917 (rmail-highlighted-headers, rmail-secondary-file-directory)
5918 (rmail-secondary-file-regexp):
5919 * files.el (null-device, file-name-invalid-regexp)
5920 (locate-dominating-stop-dir-regexp)
5921 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
5922 (interpreter-mode-alist): Use mapcar instead of mapc.
5923
5924 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5925
5926 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5927 (completion-ignored-extensions):
5928 (debug-ignored-errors): Purecopy strings.
5929
5930 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5931
5932 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5933 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5934 (pcomplete--here): Use push.
5935
5936 * subr.el (all-completions): Declare the 4th arg obsolete.
5937
5938 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5939
5940 * pcomplete.el (pcomplete-unquote-argument-function): New var.
5941 (pcomplete-unquote-argument): New function.
5942 (pcomplete--common-suffix): Always pay attention to case.
5943 (pcomplete--table-subvert): Quote and unquote the text.
5944 (pcomplete--common-quoted-suffix): New function.
5945 (pcomplete-std-complete): Use it and pcomplete-begin.
5946
5947 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
5948 we're inside a dedicated or minibuffer window.
5949
5950 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5951
5952 * cedet/semantic/fw.el (semantic-alias-obsolete)
5953 (semantic-varalias-obsolete): Make the `when' arg mandatory.
5954 (define-mode-overload-implementation):
5955 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
5956 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
5957 * cedet/semantic/util.el (semantic-file-token-stream)
5958 (semantic-something-to-stream):
5959 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
5960 (semantic-expand-nonterminal):
5961 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
5962 (semantic-find-dependency, semantic-find-nonterminal)
5963 (semantic-find-dependency):
5964 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
5965 (semantic-flex-text, semantic-flex-make-keyword-table)
5966 (semantic-flex-keyword-p, semantic-flex-keyword-put)
5967 (semantic-flex-keyword-get, semantic-flex-map-keywords)
5968 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
5969 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
5970 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
5971 (semantic-after-idle-scheduler-reparse-hooks):
5972 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
5973 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
5974 * cedet/semantic.el (semantic-toplevel-bovine-table)
5975 (semantic-toplevel-bovine-cache)
5976 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
5977 (semantic-init-mode-hooks, semantic-init-db-hooks)
5978 (semantic-bovination-working-type): Provide the `when' arg.
5979
5980 2009-10-24 Karl Fogel <kfogel@red-bean.com>
5981
5982 * bookmark.el: Update documentation, especially documentation
5983 of `bookmark-alist' and of the bookmark file format.
5984 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
5985
5986 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
5987
5988 * mail/emacsbug.el (report-emacs-bug): Clarify that the
5989 keybindings apply to the mail buffer (Bug#4003). Shrink help
5990 window to buffer.
5991
5992 * whitespace.el (whitespace-mode, whitespace-newline-mode)
5993 (global-whitespace-mode, global-whitespace-newline-mode)
5994 (whitespace-toggle-options, global-whitespace-toggle-options):
5995 Doc fix (Bug#3660).
5996
5997 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
5998 of xmltok-start before the end tag was inserted (Bug#2840).
5999
6000 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6001 patterns that are preceded by an open-paren (Bug#1320).
6002
6003 2009-10-24 Sven Joachim <svenjoac@gmx.de>
6004
6005 * files.el (delete-directory): Delete symlinks to directories with
6006 delete-file (Bug#4739).
6007
6008 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
6009
6010 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
6011 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
6012 argument to make-obsolete.
6013
6014 * cedet/semantic/fw.el (semantic-alias-obsolete)
6015 (semantic-varalias-obsolete): Add optional WHEN argument.
6016
6017 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
6018
6019 * vc.el (vc-backend-for-registration): Rename from
6020 vc-get-backend-for-registration. Update callers.
6021
6022 * international/mule-cmds.el (set-language-info-alist):
6023 Purecopy lang-env.
6024 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
6025 (charset): Purecopy the name.
6026 (define-char-code-property): Purecopy string arguments.
6027
6028 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6029 Purecopy string arguments.
6030
6031 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6032 * ediff-hook.el (menu-bar-ediff-menu):
6033 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
6034 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
6035
6036 2009-10-24 Glenn Morris <rgm@gnu.org>
6037
6038 * comint.el (comint-dynamic-list-completions):
6039 * term.el (term-dynamic-list-completions): Use choose-completion rather
6040 than obsolete alias mouse-choose-completion.
6041
6042 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
6043 file-cache-choose-completion.
6044 (file-cache-choose-completion): Handle an optional event argument.
6045 (file-cache-mouse-choose-completion): Make it an obsolete alias.
6046
6047 * progmodes/octave-mod.el (octave-complete-symbol):
6048 Use choose-completion if mouse-choose-completion is ever removed.
6049
6050 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
6051 use.
6052
6053 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
6054 compiler.
6055
6056 * vc-hooks.el (vc-responsible-backend): Fix declaration.
6057
6058 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6059
6060 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
6061 Ignore `pred' now that we receive one.
6062 Handle test-completion specially.
6063
6064 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6065
6066 * vc.el (vc-responsible-backend): Throw an error if not backend is
6067 found. Remove the REGISTER argument. Move the code dealing with
6068 REGISTER ...
6069 (vc-get-backend-for-registration): ... here. New function.
6070 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
6071 of vc-responsible-backend, pass the file name instead of the
6072 directory name.
6073
6074 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6075
6076 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
6077 New funs.
6078 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
6079 (pcomplete-comint-setup): Don't modify a global var via
6080 accidental side-effects.
6081 (pcomplete-shell-setup): Adjust call accordingly.
6082 (pcomplete-parse-comint-arguments): Use push.
6083
6084 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
6085
6086 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6087 Allow uncapitalized info node names (Bug#3921).
6088
6089 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
6090 to the DEBUG file (Bug#3781).
6091
6092 2009-10-23 Jari Aalto <jari.aalto@cante.net>
6093
6094 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
6095 dictionary entry (Bug#4579).
6096
6097 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
6098
6099 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
6100 from `rfn-eshadow-update-overlay-hook' when unloading.
6101 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
6102 "rsyncc". Adjust doc string.
6103 (tramp-temp-buffer-file-name): New buffer-local defvar.
6104 (tramp-handle-insert-file-contents, tramp-handle-write-region):
6105 Keep temporary file when indicated by method ("rsync" and
6106 "rsyncc").
6107 (tramp-handle-write-region): Handle APPEND.
6108 (tramp-delete-temp-file-function): New defun. Added to
6109 `kill-buffer-hook'.
6110
6111 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
6112
6113 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
6114
6115 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6116
6117 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
6118 (color-name-rgb-alist, tty-standard-colors)
6119 (tty-color-mode-alist): Change to defconst.
6120
6121 * simple.el (mark-inactive): Purecopy message.
6122
6123 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
6124 (global-map, yank-menu):
6125 * textmodes/ispell.el (ispell-menu-map):
6126 * net/eudc.el (eudc-tools-menu):
6127 * international/mule-cmds.el (describe-language-environment-map)
6128 (setup-language-environment-map, set-coding-system-map)
6129 (mule-menu-keymap):
6130 * vc-hooks.el (vc-menu-entry, vc-menu-map):
6131 * replace.el (occur-mode-map):
6132 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
6133
6134 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
6135
6136 * calc/calc.el (math-read-number, math-read-number-simple): Use
6137 `save-match-data'.
6138
6139 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6140
6141 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
6142 rather than fiddling with global-map bindings, since it should only
6143 affect per-terminal settings.
6144 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
6145
6146 * minibuffer.el (completion-table-with-terminator): Allow to specify
6147 the terminator-regexp.
6148
6149 * simple.el (switch-to-completions): Look for *Completions* in other
6150 frames as well.
6151
6152 * pcomplete.el: Allow the use of completion-tables.
6153 (pcomplete-std-complete): New command.
6154 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
6155 (pcomplete--here): Use a function for `form' rather than an expression,
6156 so it can be byte-compiled.
6157 (pcomplete-here, pcomplete-here*): Adjust accordingly.
6158 Add edebug declaration.
6159 (pcomplete-show-completions): Remove unused var `curbuf'.
6160 (pcomplete-do-complete, pcomplete-stub):
6161 Don't assume `completions' is a list of strings any more.
6162
6163 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
6164
6165 * find-dired.el (find-name-arg): Fix typo in docstring.
6166
6167 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6168
6169 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
6170 (pcmpl-linux-fs-types): Same, and update to new modules layout.
6171
6172 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
6173 pcomplete-entries.
6174
6175 * comint.el (comint-read-input-ring, comint-write-input-ring)
6176 (comint-substitute-in-file-name)
6177 (comint-dynamic-complete-as-filename)
6178 (comint-dynamic-simple-complete)
6179 (comint-dynamic-list-filename-completions)
6180 (comint-dynamic-list-completions)
6181 (comint-redirect-results-list-from-process): Minor simplifications.
6182
6183 2009-10-21 Kevin Ryde <user42@zip.com.au>
6184
6185 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6186 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
6187 the first form. And insert a blank line after ";;; Code" since
6188 that's usual style. (Bug#4612)
6189
6190 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
6191
6192 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6193
6194 * minibuffer.el (completion-table-with-terminator): Properly implement
6195 boundaries, in case `terminator' appears in the suffix.
6196 (completion--embedded-envvar-table): Don't return boundaries if
6197 there's no valid completion. Simplify.
6198 (completion-file-name-table): New completion table extracted from
6199 completion--file-name-table.
6200 (completion--file-name-table): Use it.
6201 (read-file-name-predicate): Declare obsolete.
6202 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
6203 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
6204 completion-file-name-table, and use the `pred' argument.
6205 * files.el (locate-file-completion-table): Use the `pred' arg rather
6206 than read-file-name-predicate.
6207 (abbreviate-file-name): Use \` rather than ^ for BOS.
6208
6209 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
6210
6211 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
6212 vc-responsible-backend to register, it causes problems.
6213
6214 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6215
6216 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
6217
6218 2009-10-21 Eric Ludlam <zappo@gnu.org>
6219
6220 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
6221 (semantic-c-debug-mode-init-pch): New functions.
6222 (semantic-c-debug-mode-init-last-mode): New var.
6223 (semantic-c-parse-lexical-token): Use them.
6224
6225 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
6226 When extracting the argument list, limit only by point-max.
6227
6228 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
6229
6230 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
6231 (tramp-smb-handle-file-attributes): Use it.
6232 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
6233 (tramp-smb-handle-insert-directory): Use `mapc' rather than
6234 `mapcar'. Use `tramp-smb-get-stat-capability'.
6235 Add `dired-filename' text properties.
6236 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
6237 (tramp-smb-maybe-open-connection): Simplify check for smbclient
6238 version.
6239
6240 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6241
6242 * subr.el (read-key-delay): Reduce to 0.01.
6243 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
6244 (bug#4751).
6245
6246 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6247
6248 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
6249
6250 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
6251 (Info-menu): Remove unused vars `last' and `completions'.
6252 (Info-index-nodes): Remove unused var `node'.
6253
6254 * info.el (Info-complete-menu-item): Use complete-with-action.
6255
6256 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6257
6258 Make vc-annotate work through copies and renames.
6259 * vc-annotate.el (vc-annotate-extract-revision-at-line):
6260 Return the file name too.
6261 (vc-annotate-revision-at-line)
6262 (vc-annotate-find-revision-at-line)
6263 (vc-annotate-revision-previous-to-line)
6264 (vc-annotate-show-log-revision-at-line): Update to get the file
6265 name from vc-annotate-extract-revision-at-line.
6266 (vc-annotate-show-diff-revision-at-line-internal): Change the
6267 argument to mean whether to show a file diff or not. Get the file
6268 name from vc-annotate-extract-revision-at-line.
6269 (vc-annotate-show-diff-revision-at-line):
6270 Update vc-annotate-show-diff-revision-at-line call.
6271 (vc-annotate-warp-revision): Add an optional file argument.
6272
6273 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
6274 (vc-git-annotate-extract-revision-at-line): Also return the file
6275 name if found.
6276
6277 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
6278 command. Remove unused code.
6279 (vc-hg-annotate-re): Update to match --follow output.
6280 (vc-hg-annotate-extract-revision-at-line): Also return the file
6281 name if found.
6282
6283 * vc.el: Update annotate-extract-revision-at-line documentation.
6284
6285 2009-10-18 Kevin Ryde <user42@zip.com.au>
6286
6287 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
6288 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
6289
6290 * net/browse-url.el (browse-url): Identify alist with "consp and
6291 not functionp" and let all other things go down the `apply' leg,
6292 as suggested by Stefan. (Further to bug#4531.)
6293
6294 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
6295
6296 * minibuffer.el (read-file-name): Check for repeat before putting
6297 a default argument in file-name-history (Bug#4657).
6298
6299 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
6300 read syntax (Bug#4737).
6301
6302 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
6303
6304 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6305
6306 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
6307 (html-tag-alist, html-tag-help): Add descriptions for undocumented
6308 entries and make note of obsolete tags.
6309
6310 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6311
6312 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
6313
6314 2009-10-18 Glenn Morris <rgm@gnu.org>
6315
6316 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
6317 grep, so that binary files (eg international/uni-bidi.el) can match.
6318 Remove test for "UnicodeData" files, since it is hopefully unnecessary
6319 now, and in any case the file header format has changed.
6320
6321 2009-10-17 Glenn Morris <rgm@gnu.org>
6322
6323 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
6324 (flyspell-get-word, flyspell-large-region)
6325 (flyspell-auto-correct-previous-word): Doc/error message fixes.
6326
6327 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
6328
6329 * Makefile.in (ELCFILES): Add ede/shell.
6330
6331 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
6332
6333 * term/common-win.el (x-colors): Purecopy it.
6334
6335 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6336
6337 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
6338 permissive for when the buffer is empty.
6339 (tar-header-block-tokenize): Decode the username and groupname.
6340 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
6341
6342 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
6343
6344 * cedet/srecode/srt.el:
6345 * cedet/srecode/compile.el:
6346 * cedet/semantic/mru-bookmark.el:
6347 * cedet/semantic/debug.el:
6348 * cedet/semantic/complete.el:
6349 * cedet/semantic/analyze.el: Require CL when compiling.
6350
6351 2009-10-17 Eric Ludlam <zappo@gnu.org>
6352
6353 * cedet/semantic/scope.el
6354 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
6355 tmpscope so that the regular scope will continue to work.
6356
6357 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
6358 Use semantic-idle-summary-highlight-face as the highlighting.
6359
6360 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
6361 contains multibyte characters, choose first applicable coding
6362 system automatically.
6363
6364 * cedet/ede/project-am.el (project-run-target): New method.
6365 (project-run-target): New method.
6366
6367 * cedet/ede.el (ede-target): Add run target menu item.
6368 (ede-project, ede-minor-keymap): Add ede-run-target binding.
6369 (ede-run-target): New function.
6370 (ede-target::project-run-target): New method.
6371
6372 * cedet/ede/proj.el (project-run-target): New method.
6373
6374 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
6375 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
6376 Add :rules.
6377 (ede-proj-target-makefile-shared-object): Only libtool compilers
6378 now available. Add linkers for libtool.
6379 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
6380 (ede-proj-makefile-target-name): Always use .la extension.
6381
6382 * cedet/ede/proj-prog.el (project-run-target): New method.
6383
6384 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
6385 (ede-g++-linker): Change Change link lines.
6386
6387 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
6388 When searching for old variables, go to the end of the buffer and
6389 search backward from there.
6390 (ede-proj-makefile-automake-insert-subdirs)
6391 (ede-proj-makefile-automake-insert-extradist): New methods.
6392 (ede-proj-makefile-create): Use them.
6393
6394 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
6395 Force FILE to expand to the current target. Use file-exists-p to
6396 check that it exists.
6397
6398 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
6399 (ede-linux-load): Wrap dir in file-name-as-directory.
6400 Set :version slot.
6401
6402 * cedet/ede/files.el (ede-get-locator-object): When enabling
6403 locate, do so on "top".
6404
6405 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
6406 file-name-as-directory during compare.
6407 (ede-emacs-version): Return Emacs/XEmacs differentiator.
6408 Get version number from different places. Don't call egrep.
6409 (ede-emacs-load): Set :version slot. Call file-name-as-directory
6410 to set the directory.
6411
6412 * cedet/ede/shell.el: New file.
6413
6414 * cedet/inversion.el (inversion-decoders): Allow for stray . in
6415 alpha/beta variants.
6416
6417 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6418
6419 * international/mule-cmds.el (select-safe-coding-system): If the file
6420 has a coding cookie, use it regardless of any other setting (bug#4712).
6421
6422 2009-10-17 Glenn Morris <rgm@gnu.org>
6423
6424 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
6425 All errors should have messages.
6426
6427 * foldout.el (foldout-mouse-swallow-events):
6428 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6429
6430 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6431 (dired-keep-marker-copy, dired-keep-marker-hardlink)
6432 (dired-keep-marker-symlink, dired-dwim-target)
6433 (dired-copy-preserve-time): Do not autoload these defcustoms.
6434
6435 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6436 messages from messing up the file coding. (Bug#4623)
6437
6438 2009-10-17 Jari Aalto <jari.aalto@cante.net>
6439
6440 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6441 if no match is found for the current dictionary. (Bug#4578)
6442
6443 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
6444 optional, since that is how it is documented, and this is often called
6445 with a nil argument. (Bug#4577)
6446 (flyspell-external-point-words, flyspell-auto-correct-word)
6447 (flyspell-correct-word-before-point, flyspell-word-search-forward)
6448 (flyspell-word-search-backward): Remove nil argument in calls to
6449 flyspell-get-word, since it is not needed now.
6450
6451 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
6452
6453 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
6454
6455 2009-10-16 Glenn Morris <rgm@gnu.org>
6456
6457 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
6458
6459 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
6460
6461 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
6462 (ange-ftp-file-size): New function.
6463 (ange-ftp-file-attributes): Use it.
6464
6465 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
6466
6467 * net/tramp-smb.el (tramp-smb-version): New defvar.
6468 (tramp-smb-maybe-open-connection): Use it, in order to avoid
6469 repeated checks.
6470
6471 2009-10-16 Glenn Morris <rgm@gnu.org>
6472
6473 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6474 Maybe copy some custom properties from old to new name. (Bug#4706)
6475
6476 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
6477
6478 * subr.el (error, sit-for, start-process-shell-command)
6479 (start-file-process-shell-command): Set the calling convention
6480 after the function definition.
6481
6482 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
6483
6484 * subr.el (error, sit-for, start-process-shell-command)
6485 (start-file-process-shell-command): Use the new
6486 set-advertised-calling-convention feature.
6487
6488 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
6489
6490 * international/ucs-normalize.el (ucs-normalize-version):
6491 Change to 1.2.
6492 (check-range): Adjust for Unicode 5.2.
6493
6494 2009-10-15 Juri Linkov <juri@jurta.org>
6495
6496 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6497 to the `menu-item' format.
6498
6499 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
6500
6501 * net/tramp.el (tramp-replace-environment-variables): Do not fail
6502 if the environment variable does not exist.
6503
6504 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6505 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6506 parameter.
6507 (tramp-smb-handle-add-name-to-file)
6508 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6509 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6510 (tramp-smb-handle-file-attributes)
6511 (tramp-smb-do-file-attributes-with-stat)
6512 (tramp-smb-handle-file-local-copy)
6513 (tramp-smb-handle-insert-directory)
6514 (tramp-smb-handle-make-directory)
6515 (tramp-smb-handle-make-directory-internal)
6516 (tramp-smb-handle-make-symbolic-link)
6517 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6518 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6519 (tramp-smb-maybe-open-connection): Apply the changed parameters.
6520 (tramp-smb-read-file-entry): Read Disk names in compressed format.
6521 Handle long file names.
6522 (tramp-smb-get-cifs-capabilities): Check, whether the connection
6523 process is running.
6524 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6525 Read share names with "-g" option.
6526
6527 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
6528
6529 * net/rcirc.el (rcirc-view-log-file): New command.
6530 (rcirc-track-minor-mode-map): Remove C-c ` binding.
6531 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6532 specified.
6533
6534 2009-10-15 Glenn Morris <rgm@gnu.org>
6535
6536 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6537 from the second command-line argument.
6538 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6539 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6540 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6541 w32-batch-update-autoloads.
6542 * emacs-lisp/autoload.el (autoload-make-program): New variable.
6543 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6544
6545 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6546 the headers cannot be located. Simplify, subtracting superflous
6547 save-excursions.
6548
6549 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
6550
6551 Replace completion-base-size by completion-base-position to fix bugs
6552 such as (bug#4699).
6553 * simple.el (completion-base-position): New var.
6554 (completion-base-size): Mark as obsolete.
6555 (choose-completion): Make it work for mouse events as well.
6556 Pass the new base-position to choose-completion-string.
6557 (choose-completion-guess-base-position): New function, extracted from
6558 choose-completion-delete-max-match.
6559 (choose-completion-delete-max-match): Use it. Make obsolete.
6560 (choose-completion-string): Use the new base-position info.
6561 (completion-root-regexp): Delete.
6562 (completion-setup-function): Preserve completion-base-position.
6563 Eliminate obsolete base-size manipulation.
6564 * minibuffer.el (display-completion-list): Don't mess with base-size.
6565 (minibuffer-completion-help): Set completion-base-position instead.
6566 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6567 choose-completion.
6568 * textmodes/bibtex.el (bibtex-complete):
6569 * emacs-lisp/crm.el (crm--choose-completion-string):
6570 Adjust to new calling convention.
6571 * complete.el (partial-completion-mode): Use minibufferp to avoid
6572 bumping into incompatible change to choose-completion-string-functions.
6573 * ido.el (ido-choose-completion-string): Make its calling convention
6574 more permissive.
6575 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6576 base-size manipulation.
6577 (comint-dynamic-list-input-ring): Use dotimes and push.
6578 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6579 fundamental-mode. Use `or'.
6580
6581 2009-10-14 Juri Linkov <juri@jurta.org>
6582
6583 * misearch.el (multi-isearch-next-buffer-from-list)
6584 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
6585
6586 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6587
6588 * Makefile.in (compile-onefile): Load `bytecomp' rather than
6589 `bytecomp.el'.
6590
6591 * minibuffer.el (completion-pcm--merge-completions): Make sure the
6592 string we return is all made up of text from the completions rather
6593 than part from the completions and part from the input (bug#4219).
6594
6595 * ido.el (ido-everywhere): Use define-minor-mode.
6596
6597 * buff-menu.el (list-buffers, ctl-x-map):
6598 Mark the entry points with ;;;###autoload cookies.
6599
6600 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
6601
6602 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6603 correctly in the detached head case.
6604 (vc-git-print-log): Remove unused binding.
6605
6606 * vc.el (vc-responsible-backend): When a directory is passed for
6607 for registration create a VC repository if no backend is
6608 responsible for the directory argument.
6609 (vc-deduce-fileset): Tell vc-responsible-backend to register.
6610
6611 * vc.el: Move comments about RCS and SCCS ...
6612 * vc-rcs.el:
6613 * vc-sccs.el: ... here, respectively.
6614
6615 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6616
6617 * minibuffer.el (completion--file-name-table): Return nil if there's
6618 no file completion, even if substitute-in-file-name changed
6619 the string (bug#4708).
6620
6621 2009-10-13 Juri Linkov <juri@jurta.org>
6622
6623 * files-x.el (read-file-local-variable-value): Don't filter out
6624 minor modes from mode name completion (bug#4664).
6625
6626 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
6627
6628 * international/mule-cmds.el (ucs-names): Remove exclusion of
6629 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6630
6631 2009-10-13 Kenichi Handa <handa@m17n.org>
6632
6633 * international/uni-name.el: Regenerated.
6634
6635 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
6636
6637 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
6638 should be automatically buffer-local, but isn't.)
6639
6640 2009-10-12 Sam Steingold <sds@gnu.org>
6641
6642 * progmodes/compile.el (compilation-next-error-function): Fix the
6643 timestamps if the buffer has been visited before.
6644 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6645 non-anchored patterns, like the perl one (bug#3928).
6646
6647 2009-10-12 Glenn Morris <rgm@gnu.org>
6648
6649 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6650 Let-bind `size'.
6651
6652 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
6653
6654 * proced.el (proced-unload-function): New function.
6655
6656 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6657 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6658 Doc fix.
6659
6660 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6661
6662 2009-10-11 Juri Linkov <juri@jurta.org>
6663
6664 * files-x.el (read-file-local-variable-value):
6665 Provide default value only for bound variables (bug#4664).
6666
6667 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
6668
6669 * net/tramp.el (tramp-local-host-p): Function shall return nil for
6670 connection methods like smb.
6671
6672 * net/tramp-cache.el (tramp-flush-connection-property): The hash
6673 can be empty.
6674
6675 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6676 (tramp-smb-file-name-handler-alist): Add handlers for
6677 `add-name-to-file', `make-symbolic-link'.
6678 (tramp-smb-handle-add-name-to-file)
6679 (tramp-smb-do-file-attributes-with-stat)
6680 (tramp-smb-handle-make-symbolic-link)
6681 (tramp-smb-get-cifs-capabilities): New defuns.
6682 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6683 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6684 (tramp-smb-handle-file-local-copy)
6685 (tramp-smb-handle-make-directory-internal)
6686 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6687 The file name syntax depends on cifs capabilities.
6688 (tramp-smb-handle-file-attributes):
6689 Call `tramp-smb-do-file-attributes-with-stat' if possible.
6690 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6691 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
6692
6693 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
6694
6695 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6696 (eieio-defclass): Apply deftype handler and setf-method properties
6697 directly.
6698 (eieio-add-new-slot): Avoid union function from cl library.
6699 (eieio--typep): New function.
6700 (eieio-perform-slot-validation): Use it.
6701
6702 2009-10-10 Karl Fogel <kfogel@red-bean.com>
6703
6704 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6705 Update documentation to refer to the variables documented in r1.135.
6706 (Bug#4188)
6707
6708 2009-10-10 Karl Fogel <kfogel@red-bean.com>
6709
6710 * bookmark.el (Info-suffix-list): Remove this unused variable.
6711 (bookmark-current-point): Remove this obsolete variable.
6712 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6713 Adjust for removal of bookmark-current-point.
6714
6715 (bookmarks-already-loaded, bookmark-current-buffer)
6716 (bookmark-yank-point): Document. (Bug#4188)
6717
6718 2009-10-10 Glenn Morris <rgm@gnu.org>
6719
6720 * frame.el (frame-height): Doc fix.
6721
6722 * calendar/calendar.el (calendar-split-width-threshold): New option.
6723 (calendar-basic-setup): Use calendar-split-width-threshold.
6724
6725 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
6726
6727 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
6728 Use .la for Automake.
6729
6730 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
6731
6732 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
6733 Use "autoreconf -i". Suggested by Andreas Schwab.
6734
6735 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
6736
6737 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6738 Ideographic Supplement" range (U+1F200..U+1F2FF).
6739
6740 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6741
6742 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
6743 since the list will have been rebuilt anyway. (Bug#4349)
6744
6745 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6746
6747 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
6748 (bookmark-bmenu-execute-deletions): Don't save here, as
6749 bookmark-delete will now do so if necessary.
6750 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
6751 (Bug#4348)
6752
6753 2009-10-09 Glenn Morris <rgm@gnu.org>
6754
6755 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6756
6757 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6758
6759 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6760 (bookmark-jump-other-window): Just invoke bookmark-jump with new
6761 argument now, so the two function's behaviors will match. (Bug#3645)
6762
6763 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
6764
6765 * cedet/ede/proj.el (project-make-dist, project-compile-project):
6766 Fix filename test.
6767 (ede-proj-dist-makefile): Use expand-file-name instead of concat
6768 to expand file names.
6769
6770 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
6771
6772 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
6773 (tramp-file-name-real-host, tramp-file-name-port):
6774 Apply `save-match-data'.
6775
6776 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6777 case both directories are remote.
6778 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
6779 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
6780
6781 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
6782
6783 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
6784 (ede-proj-target-makefile-objectcode): Use it.
6785
6786 * cedet/ede/source.el (ede-want-any-source-files-p)
6787 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
6788 Return search result. This error was introduced while merging.
6789
6790 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
6791
6792 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6793
6794 2009-10-07 Glenn Morris <rgm@gnu.org>
6795
6796 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6797 of concat.
6798
6799 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6800
6801 * files-x.el (read-file-local-variable): Include some
6802 non-user-variables in the completion table (bug#4664).
6803
6804 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
6805
6806 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6807 message.
6808
6809 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6810 (tramp-smb-file-name-handler-alist): Add handler for
6811 `copy-directory', `expand-file-name', `set-file-modes'.
6812 (tramp-smb-handle-copy-directory)
6813 (tramp-smb-handle-expand-file-name)
6814 (tramp-smb-handle-set-file-modes): New defuns.
6815 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6816 (tramp-smb-handle-file-attributes): Simplify check for retrieving
6817 entry.
6818 (tramp-smb-handle-insert-directory): Don't flush the cache.
6819 (tramp-smb-maybe-open-connection): Check for samba client and
6820 server versions.
6821
6822 2009-10-07 Eli Zaretskii <eliz@gnu.org>
6823
6824 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6825 to not error out of search for "^lisp=" fails.
6826
6827 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
6828
6829 * makefile.w32-in (WINS_UPDATES): New macro.
6830 (custom-deps, finder-data, autoloads): Use it.
6831
6832 2009-10-07 Glenn Morris <rgm@gnu.org>
6833
6834 * Makefile.in (autoloads): Revert previous change.
6835 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6836 the list of preloaded files passed on the command-line, get
6837 it from src/Makefile.
6838
6839 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6840 show the original buffer rather than a random one.
6841
6842 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
6843
6844 * help.el (describe-no-warranty): Place point in a slightly better
6845 position in the GPLv3 text.
6846
6847 2009-10-06 Sam Steingold <sds@gnu.org>
6848
6849 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6850 the comm attribute is present before calling regexp-quote.
6851
6852 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
6853
6854 * play/animate.el (animate-string): For good effect, make sure
6855 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6856
6857 * play/animate.el (animate-sequence, animate-birthday-present):
6858 * misc.el (butterfly): Don't set `indent-tabs-mode'.
6859
6860 2009-10-06 Glenn Morris <rgm@gnu.org>
6861
6862 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
6863
6864 * emacs-lisp/autoload.el (autoload-excludes): New variable.
6865 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
6866 (batch-update-autoloads): Process a string value of autoload-excludes,
6867 set during the build process.
6868 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
6869
6870 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
6871 inside with-parsed... macro so that `v' is defined.
6872
6873 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
6874 * progmodes/fortran.el (fortran-end-of-block)
6875 (fortran-beginning-of-block):
6876 Also push mark in the macro case.
6877
6878 * emerge.el (emerge-show-file-name):
6879 * calc/calc.el (calc-quit):
6880 * calc/calc-misc.el (calc-big-or-small):
6881 * calc/calc-graph.el (calc-graph-view):
6882 * calc/calc-ext.el (calc-reset):
6883 * calendar/calendar.el (calendar-basic-setup):
6884 Use window-full-height-p.
6885
6886 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
6887 header we don't understand, don't insert another. (Bug#4624)
6888 If changing mime charset, insert the new one in the right place.
6889
6890 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
6891
6892 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6893 (cal-tex-cursor-month): Correctly increment the end date for diary and
6894 holiday listing. (Bug#4626)
6895
6896 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6897
6898 * help-fns.el (describe-function-1): Don't burp if the function is not
6899 a symbol.
6900
6901 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
6902
6903 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
6904 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
6905 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
6906 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
6907
6908 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
6909 (eieio-default-superclass): Reflow docstrings.
6910 (this, class-option-assoc, defclass, eieio-class-un-autoload)
6911 (eieio-unbind-method-implementations, defmethod)
6912 (eieio-validate-slot-value, eieio-validate-class-slot-value)
6913 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6914 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6915 (eieio-slot-originating-class-p, eieio-slot-name-index)
6916 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6917 (constructor, initialize-instance, no-next-method, object-print)
6918 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6919 Fix typos in docstrings.
6920 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6921 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6922 (next-method-p): Doc fixes.
6923 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6924 Fix typos in error messages.
6925 (eieio-defmethod): Fix typo in description of generic method.
6926
6927 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6928 (eieio-persistent-save-interactive, slot-missing):
6929 Fix typos in docstrings.
6930 (eieio-instance-inheritor-slot-boundp): Doc fix.
6931
6932 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6933 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6934
6935 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
6936 (eieio-custom-object-apply-reset):
6937 Fix typos in docstrings and error messages.
6938
6939 * emacs-lisp/eieio-datadebug.el (data-debug-show):
6940 Fix typo in docstring.
6941
6942 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
6943 (eieio-browse-tree): Doc fix.
6944 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
6945 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
6946 Fix typos in docstrings.
6947
6948 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
6949 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
6950 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
6951 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
6952 Reflow docstrings.
6953
6954 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
6955
6956 * vc-hg.el (log-view-vc-backend): Declare for compiler.
6957 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
6958 Set log-view-vc-backend so that diff can work.
6959
6960 * log-view.el (log-view-diff): Use vc-diff-internal instead of
6961 vc-version-diff.
6962 (vc-diff-internal): Autoload this instead of vc-version-diff.
6963
6964 2009-10-05 Eli Zaretskii <eliz@gnu.org>
6965
6966 * simple.el (eval-expression): Doc fix.
6967
6968 * progmodes/cwarn.el (cwarn-mode): Doc fix.
6969
6970 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
6971
6972 * files.el (directory-files-no-dot-files-regexp): New defconst.
6973 (delete-directory): Use it.
6974 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
6975
6976 * net/tramp.el (tramp-verbose): Fix docstring.
6977 (tramp-methods): Add recursive option to `tramp-copy-args'.
6978 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
6979 "scp1_old", "scp2_old", "rsync", "rsyncc".
6980 (tramp-default-method): Check also for `auth-source-user-or-password'.
6981 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6982 Add handler for `copy-directory'.
6983 (tramp-handle-copy-directory): New defun.
6984 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
6985 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
6986 Optimize sent command.
6987
6988 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6989
6990 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
6991 window if necessary.
6992
6993 * calendar/calendar.el (calendar-basic-setup): Don't call
6994 switch-to-buffer in a dedicated window.
6995
6996 2009-10-05 Karl Fogel <kfogel@red-bean.com>
6997
6998 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
6999 don't do anything related to relocating, just return nil.
7000 (bookmark-error-no-filename): New error.
7001 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
7002 bookmark has no file. Don't even attempt to handle things that
7003 are not files; the whole point of custom handlers is to keep that
7004 knowledge elsewhere anyway. Tighten some comments.
7005 (bookmark-file-or-variation-thereof): Remove now-unused function.
7006 (bookmark-location): Doc string fix.
7007 (Bug#4250)
7008
7009 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7010
7011 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7012 don't use a file dialog, because they usually don't know how to read
7013 a directory target from the user. (Bug#4230)
7014 Also, make sure the prompt can display directories as well as files.
7015
7016 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7017
7018 * bookmark.el (bookmark-set, bookmark-buffer-name):
7019 Improve doc strings. (Bug#1193)
7020
7021 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7022
7023 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7024 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7025 (bookmark-get-annotation, bookmark-set-annotation)
7026 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7027 (bookmark-set-position, bookmark-get-front-context-string)
7028 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7029 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7030 (bookmark-jump-other-window, bookmark-handle-bookmark)
7031 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7032 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7033 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
7034 Improve doc strings to say whether bookmark can be a string or
7035 a record or both, and make other consistency and clarity fixes.
7036 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7037 (bookmark-default-annotation-text, bookmark-yank-word)
7038 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7039 (bookmark-import-new-list, bookmark-maybe-rename)
7040 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7041 (bookmark-bmenu-bookmark): Give these doc strings.
7042 (bookmark-bmenu-check-position): Give this a doc string, but also
7043 add a FIXME comment about how the function may be pointless.
7044 (bookmark-default-handler): Rework doc string and change a
7045 parameter name, to clarify that this takes a bookmark record
7046 not a bookmark name.
7047 (bookmark-set): Change a parameter name to indicate its meaning,
7048 and improve the doc string a bit.
7049 (Bug#4188)
7050
7051 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7052
7053 * bookmark.el (bookmark-alist): Document the new `handler' element
7054 in the param alist.
7055 (bookmark-make-record-function): Adjust documentation for above.
7056 (Bug#4193)
7057
7058 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7059
7060 * info.el (Info-bookmark-make-record): Document this function.
7061 (Info-bookmark-jump): Document with a doc string, not just a comment.
7062 (Bug#4203)
7063
7064 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
7065
7066 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
7067 (semantic-new-buffer-fcn): Call parser setup functions here.
7068 (semantic-mode): Don't call parser setup functions here, it's done
7069 in semantic-new-buffer-fcn now.
7070 (semantic-mode): Parse all existing buffers when enabled.
7071
7072 * cedet/srecode/compile.el (srecode-compile-file):
7073 Call semantic-new-buffer-fcn if the buffer has not been parsed.
7074
7075 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
7076
7077 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
7078
7079 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
7080 (proj-comp-insert-variable-once): New macro, renamed from
7081 ede-pmake-insert-variable-once in ede/pmake.edl.
7082 (ede-proj-makefile-insert-variables): Use it.
7083
7084 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
7085
7086 * files.el (copy-directory): New defun.
7087
7088 * dired-aux.el (dired-copy-file-recursive): Use it.
7089
7090 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7091
7092 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7093 (makefile-end-of-command):
7094 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7095 (semantic-end-of-context): Fix previous change. Doc fixes.
7096
7097 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7098
7099 * files-x.el (modify-dir-local-variable)
7100 (copy-dir-locals-to-file-locals-prop-line):
7101 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7102 (makefile-end-of-command):
7103 * cedet/semantic/lex.el (semantic-lex-token):
7104 * cedet/semantic/analyze/fcn.el
7105 (semantic-analyze-dereference-metatype-1):
7106 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
7107 (semantic-lex-cpp-undef):
7108 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
7109 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7110 (semantic-end-of-context): Fix typos in docstrings.
7111
7112 * recentf.el (recentf-unload-function): New function.
7113
7114 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
7115
7116 * cedet/ede.el (ede-project-placeholder-cache-file):
7117 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
7118 * cedet/srecode/map.el (srecode-map-save-file):
7119 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
7120
7121 2009-10-04 Glenn Morris <rgm@gnu.org>
7122
7123 * window.el (window-full-height-p): Add doc string.
7124
7125 2009-10-04 Martin Rudalics <rudalics@gmx.at>
7126
7127 * window.el (window-full-height-p): New function. (Bug#4543)
7128
7129 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
7130
7131 * cedet/srecode/insert.el: Require srecode/args.
7132
7133 * cedet/srecode/args.el: Require srecode/dictionary instead of
7134 srecode/insert.
7135
7136 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
7137
7138 * files.el (auto-mode-alist): Add .srt and Project.ede.
7139
7140 * cedet/semantic.el (semantic-mode):
7141 Handle srecode-template-mode-hook as well.
7142 (semantic-mode): Use js-mode-hook for Javascript hook.
7143
7144 * cedet/srecode/template.el: Remove hook variable.
7145
7146 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
7147
7148 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
7149 projects exist.
7150 (ede-project-placeholder-cache-file): Default to a file in
7151 user-emacs-directory.
7152
7153 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
7154 templates in data-directory.
7155 (srecode-map-save-file): Default to a file in user-emacs-directory.
7156
7157 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
7158 directory.
7159
7160 2009-09-30 Eric Ludlam <zappo@gnu.org>
7161
7162 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
7163 Doc fix.
7164
7165 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
7166 Only insert each variable once.
7167
7168 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
7169 (ede-pmake-insert-variable-shared): Use it.
7170
7171 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
7172 for lexical table iff table is nil.
7173
7174 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
7175
7176 * vc.el: Remove commented out code.
7177 (vc-derived-from-dir-mode): Remove, unused.
7178 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7179
7180 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
7181
7182 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7183 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
7184 there could be recursive loading when `default-directory' is a
7185 remote file name. (Bug#4614)
7186
7187 2009-10-03 Glenn Morris <rgm@gnu.org>
7188
7189 * calendar/calendar.el (calendar-basic-setup): Handle the case where
7190 the frame is wide.
7191 (calendar-generate-window): Test for shrinkability rather than width.
7192
7193 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
7194 declaration, currently false.
7195
7196 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7197 reusing existing buffers, in case we happen to visit two files with the
7198 same basename. (Bug#4593)
7199
7200 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7201
7202 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
7203 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7204 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7205 subdirs of cedet as well.
7206 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
7207
7208 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7209
7210 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7211 Obey advertised-signature-table.
7212
7213 * help-fns.el (help-function-arglist): Don't check
7214 advertised-signature-table.
7215 (describe-function-1): Do it here instead so it also applies to subrs.
7216
7217 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
7218
7219 * simple.el (start-file-process): Say in the doc-string, that file
7220 handlers might not support pty association, if PROGRAM is nil.
7221
7222 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7223 HOST and USER are strings. They are nil, when there are
7224 incomplete entries in ~/.netrc, for example.
7225 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
7226 root directory ("device busy" error otherwise).
7227
7228 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7229 Flush file properties of created directory.
7230
7231 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7232
7233 * makefile.w32-in (WINS_BASIC): Remove cedet.
7234 (WINS_CEDET): Add cedet.
7235 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7236
7237 2009-10-02 Kevin Ryde <user42@zip.com.au>
7238
7239 * net/browse-url.el (browse-url): Pass any symbol in
7240 browse-url-browser-function to `apply', since if you've mistakenly put
7241 an unbound symbol then the error is clearer. (Bug#4531)
7242
7243 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7244
7245 * allout.el (allout-init, allout-back-to-current-heading)
7246 (allout-beginning-of-current-entry, allout-ascend-to-depth)
7247 (allout-ascend, allout-up-current-level, allout-end-of-level)
7248 (allout-previous-visible-heading, allout-forward-current-level)
7249 (allout-backward-current-level, allout-show-children):
7250 * apropos.el (apropos-describe-plist):
7251 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7252 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7253 * completion.el (add-completion, add-permanent-completion):
7254 * descr-text.el (describe-text-category, describe-char):
7255 * desktop.el (desktop-lazy-abort):
7256 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7257 * dired.el (dired-build-subdir-alist):
7258 * ediff.el (ediff-version):
7259 * elide-head.el (elide-head, elide-head-show):
7260 * emerge.el (emerge-version):
7261 * env.el (getenv):
7262 * face-remap.el (variable-pitch-mode):
7263 * faces.el (describe-face):
7264 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7265 (dired-at-point):
7266 * files.el (find-file-existing, auto-save-mode):
7267 * font-lock.el (font-lock-fontify-buffer):
7268 * help-fns.el (describe-function, describe-variable)
7269 (describe-syntax, describe-categories):
7270 * help.el (view-lossage, describe-bindings, describe-key)
7271 (describe-mode):
7272 * hexl.el (hexl-current-address):
7273 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
7274 * info.el (Info-goto-emacs-key-command-node):
7275 * log-edit.el (log-edit-insert-cvs-template)
7276 (log-edit-insert-cvs-rcstemplate):
7277 * menu-bar.el (menu-bar-mode):
7278 * mouse.el (mouse-appearance-menu):
7279 * newcomment.el (comment-indent-new-line):
7280 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
7281 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
7282 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
7283 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
7284 * recentf.el (recentf-mode):
7285 * savehist.el (savehist-mode, savehist-save):
7286 * shadowfile.el (shadow-copy-files):
7287 * simple.el (kill-ring-save, next-line, previous-line)
7288 (normal-erase-is-backspace-mode):
7289 * strokes.el (strokes-update-window-configuration)
7290 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
7291 (strokes-xpm-for-stroke):
7292 * time.el (emacs-uptime, emacs-init-time):
7293 * tutorial.el (tutorial--describe-nonstandard-key)
7294 (tutorial--detailed-help):
7295 * type-break.el (type-break-mode)
7296 (type-break-mode-line-message-mode, type-break-query-mode)
7297 (type-break-guesstimate-keystroke-threshold):
7298 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
7299 * version.el (emacs-version):
7300 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
7301 * winner.el (winner-mode):
7302 * calendar/timeclock.el (timeclock-in, timeclock-out)
7303 (timeclock-status-string, timeclock-change)
7304 (timeclock-workday-remaining-string)
7305 (timeclock-workday-elapsed-string)
7306 (timeclock-when-to-leave-string):
7307 * calendar/todo-mode.el (todo-add-category):
7308 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
7309 * emacs-lisp/autoload.el (update-file-autoloads):
7310 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
7311 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
7312 (checkdoc-message-text, checkdoc-defun):
7313 * emacs-lisp/debug.el (debugger-list-functions):
7314 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7315 * emacs-lisp/eieio-opt.el (eieio-describe-class)
7316 (eieio-describe-generic):
7317 * emacs-lisp/lisp-mnt.el (lm-synopsis):
7318 * emacs-lisp/shadow.el (list-load-path-shadows):
7319 * emulation/cua-base.el (cua-mode):
7320 * emulation/edt.el (edt-set-scroll-margins):
7321 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
7322 (tpu-toggle-regexp, tpu-toggle-search-direction)
7323 (tpu-toggle-rectangle, tpu-toggle-control-keys):
7324 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7325 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7326 (viper-set-parsing-style-toggling-macro)
7327 (viper-set-emacs-state-searchstyle-macros):
7328 * emulation/viper.el (viper-set-hooks):
7329 * eshell/esh-mode.el (eshell-truncate-buffer):
7330 * international/mule-cmds.el (prefer-coding-system)
7331 (describe-input-method, describe-language-environment):
7332 * international/mule-diag.el (list-character-sets)
7333 (describe-character-set, describe-coding-system)
7334 (describe-fontset, list-fontsets, list-input-methods):
7335 * mail/sendmail.el (mail-signature):
7336 * net/ange-ftp.el (ange-ftp-copy-file):
7337 * net/browse-url.el (browse-url):
7338 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
7339 * net/quickurl.el (quickurl-add-url):
7340 * net/rcirc.el (names, topic):
7341 * net/xesam.el (xesam-mode):
7342 * play/5x5.el (5x5-new-game):
7343 * play/yow.el (apropos-zippy):
7344 * progmodes/ada-mode.el (ada-mode-version):
7345 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
7346 (f90-end-of-block)
7347 (f90-beginning-of-block):
7348 * progmodes/fortran.el (fortran-end-of-block)
7349 (fortran-beginning-of-block):
7350 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
7351 * progmodes/python.el (python-describe-symbol, python-shell):
7352 * term/ns-win.el (ns-print-buffer):
7353 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
7354 * textmodes/flyspell.el (flyspell-mode-on):
7355 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
7356 (pages-directory-for-addresses):
7357 * textmodes/table.el (table-recognize-cell)
7358 (table-query-dimension, table-generate-source)
7359 (table-insert-sequence, table--warn-incompatibility):
7360 * textmodes/tex-mode.el (tex-validate-buffer):
7361 * textmodes/texinfmt.el (texinfmt-version)
7362 (texinfo-format-buffer):
7363 Use `called-interactively-p' instead of `interactive-p'.
7364
7365 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7366
7367 * image-mode.el (image-toggle-display):
7368 * emacs-lisp/elp.el (elp-instrument-function):
7369 * emacs-lisp/advice.el (ad-make-advised-definition):
7370 * emacs-lisp/easy-mmode.el (define-minor-mode):
7371 * net/browse-url.el (browse-url-maybe-new-window):
7372 * progmodes/sh-script.el (sh-learn-buffer-indent):
7373 Pass new argument 'any to `called-interactively-p'.
7374
7375 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
7376
7377 * international/uni-bidi.el:
7378 * international/uni-category.el:
7379 * international/uni-combining.el:
7380 * international/uni-comment.el:
7381 * international/uni-decimal.el:
7382 * international/uni-decomposition.el:
7383 * international/uni-digit.el:
7384 * international/uni-lowercase.el:
7385 * international/uni-mirrored.el:
7386 * international/uni-name.el:
7387 * international/uni-numeric.el:
7388 * international/uni-old-name.el:
7389 * international/uni-titlecase.el:
7390 * international/uni-uppercase.el:
7391 Regenerate from Unicode 5.2.0 data.
7392
7393 2009-10-01 Glenn Morris <rgm@gnu.org>
7394
7395 * Makefile.in (ELCFILES): Regenerate.
7396
7397 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7398
7399 * subr.el (interactive-p): Mark obsolete.
7400 (called-interactively-p): Make the optional-ness of `kind' obsolete.
7401 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
7402 advertised-signature-table for subroutines as well.
7403
7404 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
7405 (set-advertised-calling-convention): New function.
7406 (make-obsolete, define-obsolete-function-alias)
7407 (make-obsolete-variable, define-obsolete-variable-alias):
7408 Make the optional-ness of `when' obsolete.
7409 (define-obsolete-face-alias): Make `when' non-optional.
7410 * help-fns.el (help-function-arglist):
7411 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
7412 Use advertised-signature-table.
7413
7414 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
7415
7416 * files.el (delete-directory): New defun. The original function
7417 in fileio.c has been renamed to `delete-directory-internal'.
7418
7419 * dired.el (dired-delete-file): Call `delete-directory' with
7420 RECURSIVE parameter.
7421
7422 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
7423 parameter RECURSIVE. Implementation is missing.
7424
7425 * net/tramp.el (tramp-handle-make-directory): Flush upper
7426 directory's file properties.
7427 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
7428 (tramp-handle-dired-recursive-delete-directory): Flush directory
7429 properties after the remove command only.
7430
7431 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7432 Handle optional parameter RECURSIVE.
7433
7434 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7435 Handle optional parameter RECURSIVE.
7436
7437 * net/tramp-smb.el (tramp-smb-errors): Add error message for
7438 connection timeout.
7439 (tramp-smb-handle-delete-directory): Handle optional parameter
7440 RECURSIVE.
7441
7442 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7443
7444 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
7445 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
7446 (byte-compile-defmacro): Use backquotes.
7447
7448 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
7449
7450 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
7451 has no associated file.
7452 (vc-resynch-buffer): Use vc-dir-buffers.
7453
7454 2009-10-01 Glenn Morris <rgm@gnu.org>
7455
7456 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
7457 (chart-file-count):
7458 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
7459 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
7460 * emacs-lisp/eieio-opt.el (eieio-describe-class):
7461 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
7462 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
7463 (eieio-copy-parents-into-subclass, make-instance, class-children)
7464 (eieio-generic-form):
7465 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
7466 * cedet/cedet-idutils.el (cedet-idutils-search)
7467 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
7468 (cedet-idutils-version-check):
7469 * cedet/cedet.el (cedet-version):
7470 * cedet/data-debug.el (data-debug-insert-overlay-button)
7471 (data-debug-insert-overlay-list-button)
7472 (data-debug-insert-buffer-button)
7473 (data-debug-insert-buffer-list-button)
7474 (data-debug-insert-process-button, data-debug-insert-ring-button)
7475 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
7476 (data-debug-insert-stuff-vector-button)
7477 (data-debug-insert-symbol-button, data-debug-insert-string)
7478 (data-debug-insert-number, data-debug-insert-lambda-expression)
7479 (data-debug-insert-nil, data-debug-insert-simple-thing)
7480 (data-debug-insert-custom, data-debug-edebug-expr):
7481 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
7482 (global-ede-mode-map, ede-new, ede-debug-target)
7483 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
7484 * cedet/semantic.el (semantic-minimum-working-buffer-size)
7485 (semantic-fetch-tags, semantic-submode-list)
7486 (semantic-default-submodes):
7487 * cedet/ede/source.el (ede-source-match):
7488 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
7489 (project-am-package-info):
7490 * cedet/ede/proj.el (ede-proj-target, project-new-target):
7491 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
7492 * cedet/ede/proj-comp.el (ede-current-build-list):
7493 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
7494 * cedet/ede/files.el (ede-toplevel-project-or-nil):
7495 * cedet/ede/cpp-root.el (initialize-instance):
7496 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
7497 (autoconf-parameter-strip, autoconf-insert-new-macro):
7498 * cedet/semantic/wisent.el (wisent-lex-eoi):
7499 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
7500 (semantic-show-parser-state-mode):
7501 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
7502 * cedet/semantic/tag.el (semantic-tag-new-variable)
7503 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
7504 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
7505 (semantic--tag-deep-copy-tag-list)
7506 (semantic-tag-components-with-overlays-default):
7507 * cedet/semantic/symref.el (semantic-symref-find-text):
7508 * cedet/semantic/senator.el (senator-yank-tag)
7509 (senator-transpose-tags-up):
7510 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
7511 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
7512 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
7513 * cedet/semantic/lex.el (semantic-lex-comment-regex)
7514 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
7515 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
7516 * cedet/semantic/lex-spp.el
7517 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
7518 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
7519 * cedet/semantic/idle.el
7520 (semantic-idle-summary-current-symbol-info-brutish)
7521 (semantic-idle-summary-current-symbol-info-default):
7522 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
7523 (semantic--grammar-macro-compl-dict):
7524 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
7525 * cedet/semantic/format.el (semantic-format-tag-custom-list)
7526 (semantic-format-tag-canonical-name-default):
7527 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
7528 (semantic-find-tags-for-completion)
7529 (semantic-find-tags-by-scope-protection-default)
7530 (semantic-deep-find-tags-for-completion):
7531 * cedet/semantic/edit.el
7532 (semantic-edits-incremental-reparse-failed-hook)
7533 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
7534 (semantic-edits-splice-remove, semantic-edits-splice-replace):
7535 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
7536 * cedet/semantic/dep.el (semantic-dependency-include-path):
7537 * cedet/semantic/db.el (semanticdb-default-find-index-class)
7538 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
7539 (semanticdb-project-roots):
7540 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
7541 (semanticdb-find-adebug-insert-scanned-tag-cons)
7542 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
7543 (semanticdb-brute-deep-find-tags-for-completion):
7544 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
7545 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
7546 (semantic-end-of-context-default)
7547 (semantic-ctxt-current-function-default)
7548 (semantic-ctxt-scoped-types-default):
7549 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7550 (semantic-complete-inline-tag-engine)
7551 (semantic-complete-inline-custom-type)
7552 (semantic-complete-read-tag-analyzer):
7553 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
7554 (semantic-chart-database-size):
7555 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
7556 (semantic-analyze-current-context):
7557 * cedet/semantic/symref/list.el (semantic-symref)
7558 (semantic-symref-hide-buffer, semantic-symref-symbol):
7559 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
7560 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
7561 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
7562 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
7563 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
7564 (semantic-c-dereference-template):
7565 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
7566 (semantic--analyze-refs-full-lookup-with-parents)
7567 (semantic--analyze-refs-full-lookup-simple):
7568 * cedet/semantic/analyze/complete.el
7569 (semantic-analyze-possible-completions):
7570 * cedet/srecode/table.el (srecode-mode-table-new):
7571 * cedet/srecode/srt.el (srecode-read-variable-name):
7572 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
7573 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
7574 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
7575 * cedet/srecode/map.el (srecode-current-map):
7576 * cedet/srecode/insert.el (srecode-insert)
7577 (srecode-insert-variable-secondname-handler, srecode-insert-method)
7578 (srecode-template-inserter-point-override)
7579 (srecode-insert-include-lookup):
7580 * cedet/srecode/getset.el (srecode-auto-choose-class):
7581 * cedet/srecode/extract.el (srecode-inserter-extract):
7582 * cedet/srecode/document.el
7583 (srecode-document-autocomment-return-last-alist)
7584 (srecode-document-autocomment-param-type-alist)
7585 (srecode-document-insert-function-comment)
7586 (srecode-document-insert-variable-one-line-comment)
7587 (srecode-document-function-name-comment):
7588 * cedet/srecode/dictionary.el (srecode-create-dictionary)
7589 (srecode-compound-toString):
7590 * cedet/srecode/compile.el (srecode-flush-active-templates):
7591 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
7592 Doc/message fixes.
7593
7594 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7595 match-data. (Bug#4555).
7596
7597 * cedet/semantic/bovine/gcc.el
7598 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
7599 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
7600
7601 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7602 rather than parsing it as a regexp. This relaxes the layout
7603 requirements and makes errors easier to detect.
7604 (check-declare-verify): Check file is regular.
7605 (check-declare-directory): Doc fix.
7606 * subr.el (declare-function): Doc fix.
7607
7608 * ibuffer.el (ibuffer-format-qualifier):
7609 * isearch.el (hi-lock-regexp-okay):
7610 * calc/calc.el (math-zerop):
7611 * mail/uce.el (rmail-msgbeg, rmail-msgend):
7612 * term/w32-win.el (setup-default-fontset, set-fontset-font):
7613 Remove unused declarations.
7614
7615 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
7616
7617 * cedet/semantic/wisent/javat-wy.el
7618 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
7619
7620 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
7621
7622 * cedet/srecode/expandproto.el: Fix provide statement.
7623
7624 2009-09-30 Eric Ludlam <zappo@gnu.org>
7625
7626 * emacs-lisp/eieio.el (boolean-p): Delete.
7627
7628 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
7629
7630 * cedet/ede/srecode.el: Fix provide statement.
7631
7632 2009-09-30 Glenn Morris <rgm@gnu.org>
7633
7634 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
7635 * cedet/ede/proj-aux.el (ede-aux-source):
7636 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
7637 (ede-misc-source):
7638 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
7639 (semantic-mrub-switch-tags): Fix doc typos.
7640
7641 * cedet/semantic/db-global.el (data-debug-new-buffer)
7642 (data-debug-insert-thing): Remove unneeded declarations (one broken).
7643 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
7644
7645 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
7646
7647 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
7648 use of CL function `remove-if-not'.
7649
7650 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7651
7652 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7653 filename is not a string.
7654
7655 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
7656
7657 * files.el (safe-local-eval-forms): Fix typo.
7658
7659 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
7660
7661 * vc-hooks.el (vc-dir-buffers): New var.
7662 (vc-state-refresh): New function.
7663 (vc-state): Use it.
7664 (vc-after-save): Always ask the backend to recompute the new state.
7665 Always call vc-dir if necessary, using vc-dir-buffers.
7666 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7667 Use vc-dir-buffers.
7668 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7669 (vc-dir-prepare-status-buffer, vc-dir-update)
7670 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7671 Don't call expand-file-name on default-directory.
7672
7673 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7674
7675 * speedbar.el (speedbar-item-delete):
7676 * calc/calc-prog.el (calc-kbd-if):
7677 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7678
7679 * epa.el (epa-key-list-mode-map):
7680 * hi-lock.el (hi-lock-menu): Fix typos in menus.
7681
7682 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7683 (hs-show-hook): Fix typo in docstring.
7684
7685 2009-09-29 Glenn Morris <rgm@gnu.org>
7686
7687 * cedet/semantic/symref/idutils.el:
7688 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
7689
7690 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
7691
7692 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
7693 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
7694 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
7695 Mark declarations not understood by check-declare.
7696
7697 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7698 file-name-nondirectory call preventing location of cedet files.
7699 (check-declare-verify): Use literal search rather than re-search.
7700 Add basic defmethod and defclass, and define-overloadable-function.
7701
7702 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7703 Use tramp-compat-file-attributes rather than nonexistent
7704 tramp-compat-handle-file-attributes.
7705
7706 * Makefile.in (lisptagsfiles4): New.
7707 (AUTOGENEL): Add cedet loaddefs files.
7708 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7709 (update-elclist, compile-always, backup-compiled-files)
7710 (bootstrap-clean): Add yet another directory level.
7711 (update-elclist): Use LC_COLLATE rather than COLLATE.
7712 (ELCFILES): Update, via `make update-elclist'.
7713
7714 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7715
7716 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7717 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7718 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7719
7720 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
7721
7722 * Makefile.in (lisptagsfiles3): Define.
7723 (TAGS, TAGS-LISP): Use it.
7724 (update-elclist): Add third directory level to look for elc files.
7725 (compile-always): Likewise.
7726 (backup-compiled-files): Likewise.
7727 (bootstrap-clean): Likewise.
7728 (ELCFILES): Update.
7729
7730 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
7731
7732 * Makefile.in (ELCFILES): Add CEDET files.
7733
7734 2009-09-28 Eric Ludlam <zappo@gnu.org>
7735
7736 CEDET (development tools) package merged.
7737
7738 * cedet/*.el:
7739 * cedet/ede/*.el:
7740 * cedet/semantic/*.el:
7741 * cedet/srecode/*.el: New files.
7742
7743 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
7744
7745 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7746
7747 * net/tramp.el (top): Require tramp-imap.
7748
7749 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7750 Use `tramp-compat-handle-file-attributes'.
7751
7752 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
7753
7754 * net/tramp-imap.el: New package.
7755
7756 2009-09-28 Eric Ludlam <zappo@gnu.org>
7757
7758 * emacs-lisp/chart.el:
7759 * emacs-lisp/eieio-base.el:
7760 * emacs-lisp/eieio-comp.el:
7761 * emacs-lisp/eieio-custom.el:
7762 * emacs-lisp/eieio-datadebug.el:
7763 * emacs-lisp/eieio-opt.el:
7764 * emacs-lisp/eieio-speedbar.el:
7765 * emacs-lisp/eieio.el: New files.
7766
7767 * cedet/cedet-cscope.el:
7768 * cedet/cedet-files.el:
7769 * cedet/cedet-global.el:
7770 * cedet/cedet-idutils.el:
7771 * cedet/data-debug.el:
7772 * cedet/inversion.el:
7773 * cedet/mode-local.el:
7774 * cedet/pulse.el: New files.
7775
7776 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7777
7778 * whitespace.el (whitespace-trailing-regexp)
7779 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7780 Fix doc string.
7781
7782 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
7783
7784 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7785 menu.
7786
7787 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7788 menu-bar-ediff-menu.
7789
7790 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7791 define-overloadable-function.
7792
7793 * progmodes/autoconf.el: Provide autoconf as well, so that this
7794 file can be `require'd.
7795
7796 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7797
7798 * emacs-lisp/autoload.el (generated-autoload-feature)
7799 (generated-autoload-load-name): New vars.
7800 (autoload-rubric, autoload-generate-file-autoloads): Use them.
7801 (make-autoload): Recognize define-overloadable-function and
7802 defclass forms (for EIEIO).
7803
7804 * Makefile.in (update-subdirs): Exclude cedet directory.
7805
7806 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7807
7808 * term/ns-win.el: Don't set the region face background. (Bug#4381)
7809
7810 * faces.el: Default light-background background for region face to
7811 ns_selection_color under NS.
7812
7813 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
7814
7815 * net/imap-hash.el: New library, see NEWS.
7816
7817 * Makefile.in (ELCFILES): Add imap-hash.el.
7818
7819 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7820
7821 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7822 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7823 * help-macro.el (make-help-screen): Avoid using an ambiguous function
7824 definition where the docstring could be taken for the return value.
7825
7826 2009-09-26 Glenn Morris <rgm@gnu.org>
7827
7828 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7829 Add option to only show images below a certain size.
7830 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7831 save-excursion calls.
7832
7833 2009-09-26 Eli Zaretskii <eliz@gnu.org>
7834
7835 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7836 subdirectories) and eieio.
7837
7838 2009-09-26 Alan Mackenzie <acm@muc.de>
7839
7840 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
7841 buggy bracketing. (Bug#4289)
7842
7843 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
7844 character constants (as case labels). (Bug#4289)
7845
7846 2009-09-25 Juri Linkov <juri@jurta.org>
7847
7848 * files.el (safe-local-eval-forms): Allow time-stamp in
7849 before-save-hook (Bug#4554).
7850
7851 2009-09-25 Drew Adams <drew.adams@oracle.com>
7852
7853 * menu-bar.el (list-buffers-directory): Doc fix.
7854
7855 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
7856
7857 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7858 Try and avoid copying twice the same paragraph.
7859 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7860 Remove save-excursion.
7861 (log-edit-changelog-entry): Do it here instead.
7862
7863 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
7864
7865 * bs.el (bs--get-file-name): Use `list-buffers-directory'
7866 when available, instead of hardcoding mode names. Doc fix.
7867
7868 * menu-bar.el (list-buffers-directory): Add docstring.
7869 Make automatically buffer-local.
7870
7871 * dired.el (dired-mode):
7872 * files.el (cd-absolute):
7873 * pcvs.el (cvs-temp-buffer):
7874 * pcvs-util.el (cvs-get-buffer-create):
7875 * shell.el (shell-mode):
7876 * vc-dir.el (vc-dir-mode):
7877 Don't make `list-buffers-directory' buffer local.
7878
7879 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
7880
7881 * comint.el (comint-exec, comint-run, make-comint):
7882 Doc fixes (Bug#4542).
7883
7884 2009-09-25 Glenn Morris <rgm@gnu.org>
7885
7886 * mail/rmailmm.el (rmail-mime): New custom group.
7887 Move all defcustoms in this file into this group.
7888 (rmail-mime-media-type-handlers-alist): Revert previous change.
7889 (rmail-mime-show-images): New option.
7890 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7891 references to it, since it wasn't actually used for anything.
7892 (rmail-mime-insert-image): New function.
7893 (rmail-mime-image): Use rmail-mime-insert-image.
7894 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
7895 obey the value of `rmail-mime-show-images' option. Print the size of
7896 attachments.
7897
7898 2009-09-25 David Engster <deng@randomsample.de>
7899
7900 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
7901
7902 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7903
7904 * whitespace.el: Does not highlight trailing spaces While point is
7905 at end of line. Does not highligt spaces at beginning of buffer
7906 while point is at beginning of buffer. Does not highlight spaces
7907 at end of buffer while point is at end of buffer. (Bug#4177)
7908 New version 12.0.
7909 (whitespace-display-mappings): Adjust initialization.
7910 (whitespace-point, whitespace-font-lock-refontify): New vars.
7911 (whitespace-color-on, whitespace-color-off): Adjust code.
7912 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7913 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7914 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7915
7916 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
7917
7918 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7919
7920 * textmodes/sgml-mode.el: Remove xml-mode alias.
7921
7922 * files.el (auto-mode-alist, conf-mode-maybe)
7923 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7924
7925 2009-09-24 Alan Mackenzie <acm@muc.de>
7926
7927 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7928 c-forward-conditionals, but it doesn't move point and doesn't set
7929 the mark.
7930 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7931 (c-down-conditional-with-else, c-backward-conditional)
7932 (c-forward-conditional): Refactor to use c-scan-conditionals.
7933
7934 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7935
7936 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7937 (help-default-arg-highlight): Remove.
7938 (help-highlight-arg): New function.
7939 (help-do-arg-highlight): Use it.
7940 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
7941
7942 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7943
7944 * term.el (term-set-scroll-region, term-handle-ansi-escape):
7945 Undo last change, which didn't fix the problem and introduced others.
7946
7947 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
7948
7949 * progmodes/gdb-mi.el: Don't require speedbar.
7950 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7951
7952 2009-09-24 Glenn Morris <rgm@gnu.org>
7953
7954 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7955
7956 * term/ns-win.el (ns-reg-to-script): Define for compiler.
7957
7958 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7959 there is no newline after the final mime boundary. (Bug#4539)
7960 Move markers on insertion so that any buttons inserted don't end up in
7961 the next part of a multipart message.
7962 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
7963 (rmail-mime-bulk-handler): Optionally handle images.
7964 (rmail-mime-image): New button action.
7965 (rmail-mime-image-handler): New function.
7966 (rmail-mime-mode): New mode.
7967 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
7968
7969 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7970
7971 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7972 than just dropping elements from it (bug#4504).
7973
7974 * term.el (term-set-scroll-region): Don't move cursor any more.
7975 (term-handle-ansi-escape): Call term-goto here instead.
7976 Suggested by Ivan Kanis <apple@kanis.eu>.
7977
7978 * term.el: Require CL.
7979 (term-ansi-reset): New function.
7980 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7981 (term-handle-colors-array): Simplify.
7982
7983 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7984
7985 * allout.el (allout-overlay-interior-modification-handler)
7986 (allout-obtain-passphrase):
7987 * epa-file.el (epa-file-write-region):
7988 * ps-print.el (ps-begin-job):
7989 * vc-hooks.el (vc-toggle-read-only):
7990 * vc-rcs.el (vc-rcs-rollback):
7991 * vc-sccs.el (vc-sccs-rollback):
7992 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7993 (vc-version-diff, vc-revert, vc-rollback):
7994 * wdired.el (wdired-check-kill-buffer):
7995 * emacs-lisp/authors.el (authors):
7996 * net/socks.el (socks-open-connection):
7997 * net/zeroconf.el (zeroconf-service-add-hook):
7998 * obsolete/vc-mcvs.el (vc-mcvs-register):
7999 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8000 (gdb-select-frame):
8001 * progmodes/grep.el (lgrep, rgrep):
8002 * progmodes/idlw-help.el (idlwave-help-check-locations)
8003 (idlwave-help-html-link, idlwave-help-assistant-open-link):
8004 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8005 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8006 (reftex-toc-rename-label): Fix typos in error messages.
8007
8008 * dired-aux.el (dired-do-shell-command): Reflow docstring.
8009 (dired-copy-how-to-fn): Doc fix.
8010 (dired-files-attributes, dired-read-shell-command):
8011 Fix typos in docstrings.
8012
8013 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8014 (dired-x-find-file-other-window): Reflow docstrings.
8015 (dired-omit-marker-char, dired-read-shell-command)
8016 (dired-x-submit-report): Fix typos in docstrings.
8017
8018 * shell.el (shell-mode-hook):
8019 * view.el (View-scroll-line-forward):
8020 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8021 Fix typos in docstrings.
8022
8023 * net/dig.el (dig-invoke): Fix typo in docstring.
8024 (query-dig): Reflow docstring.
8025
8026 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8027 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8028 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8029 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8030 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8031 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8032 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8033 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8034 (idlwave-completion-map, idlwave-current-indent)
8035 (idlwave-custom-ampersand-surround, idlwave-customize)
8036 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8037 (idlwave-define-abbrev, idlwave-determine-class-special)
8038 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8039 (idlwave-end-block-reg, idlwave-end-of-statement)
8040 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8041 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8042 (idlwave-explicit-class-listed, idlwave-file-header)
8043 (idlwave-fill-paragraph, idlwave-find-class-definition)
8044 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8045 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8046 (idlwave-in-quote, idlwave-indent-action-table)
8047 (idlwave-indent-expand-table, idlwave-indent-line)
8048 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8049 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8050 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8051 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8052 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8053 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8054 (idlwave-outlawed-buffers, idlwave-popup-select)
8055 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8056 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8057 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8058 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8059 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8060 (idlwave-statement-type, idlwave-struct-skip)
8061 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8062 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8063 (idlwave-what-module-find-class): Fix typos in docstrings.
8064 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8065 (idlwave-calculate-cont-indent, idlwave-expand-equal)
8066 (idlwave-find-module, idlwave-find-structure-definition)
8067 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8068 (idlwave-list-load-path-shadows, idlwave-next-statement)
8069 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8070 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8071 (idlwave-template): Reflow docstrings.
8072
8073 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8074 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8075 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8076 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8077 (idlwave-shell-display-line, idlwave-shell-display-wframe)
8078 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8079 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8080 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8081 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8082 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8083 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8084 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8085 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8086 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8087 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8088 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8089 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8090 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8091 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8092 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8093 Fix typos in docstrings.
8094 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8095 (idlwave-shell-hide-output, idlwave-shell-mode)
8096 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8097 Reflow docstrings.
8098
8099 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8100
8101 2009-09-24 Ivan Kanis <apple@kanis.eu>
8102
8103 * term.el (term-bold-attribute): New var.
8104 (term-handle-colors-array): Use it.
8105
8106 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
8107
8108 * progmodes/gdb-mi.el (gdb-version): New variable.
8109 (gdb-non-stop-handler): Set gdb-version.
8110 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8111 Condition "--thread" option on gdb-version.
8112 (gdb-invalidate-threads): Remove unused argument.
8113
8114 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8115
8116 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8117 to looking-back to avoid ridiculous slow down in large files (bug#4511).
8118
8119 2009-09-23 Glenn Morris <rgm@gnu.org>
8120
8121 * mail/rmail.el (rmail-reply): Don't try to add a References header when
8122 replying to mail without References or Message-Id. (Bug#4525)
8123
8124 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8125
8126 * term/ns-win.el (ns-reg-to-script): New variable.
8127
8128 2009-09-23 Daiki Ueno <ueno@unixuser.org>
8129
8130 * epg.el (epg-wait-for-status): Preserve existing 'error results.
8131
8132 2009-09-22 Sam Steingold <sds@gnu.org>
8133
8134 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8135 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8136 to 1 because hg returns status 1 when nothing is found.
8137 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8138
8139 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8140
8141 * textmodes/fill.el: Convert to utf-8 encoding.
8142 (fill-french-nobreak-p): Remove redundant » and « inherited from our
8143 pre-unicode days.
8144
8145 * add-log.el (change-log-fill-forward-paragraph): New function.
8146 (change-log-mode): Use it so fill-region DTRT.
8147 Set fill-indent-according-to-mode here rather than in
8148 change-log-fill-paragraph.
8149 (change-log-fill-paragraph): Remove.
8150
8151 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
8152
8153 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8154 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
8155
8156 2009-09-22 Glenn Morris <rgm@gnu.org>
8157
8158 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8159 the scroll-bar scroll the calendar window rather than the buffer.
8160
8161 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8162 commands that move point (as opposed to scrolling).
8163
8164 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8165
8166 * emacs-lisp/elint.el (elint): New custom group.
8167 (elint-log-buffer): Make it a defcustom.
8168 (elint-scan-preloaded, elint-ignored-warnings)
8169 (elint-directory-skip-re): New options.
8170 (elint-builtin-variables): Doc fix.
8171 (elint-preloaded-env): New variable.
8172 (elint-unknown-builtin-args): Add an entry for encode-time.
8173 (elint-extra-errors): Make it a variable rather than a constant.
8174 (elint-preloaded-skip-re): New constant.
8175 (elint-directory): Skip files matching elint-directory-skip-re.
8176 (elint-features): New variable, local to linted buffers.
8177 (elint-update-env): Initialize elint-features. Possibly add
8178 elint-preloaded-env to the buffer's environment.
8179 (elint-get-top-forms): Bind elint-current-pos, for log messages.
8180 Skip quoted forms.
8181 (elint-init-form): New function, extracted from elint-init-env.
8182 Make non-list forms a warning rather than an error.
8183 Add the mode-map for define-derived-mode. Handle define-minor-mode,
8184 easy-menu-define, put that adds an error-condition, and provide.
8185 When requiring cl, also require cl-macs. Really require cl, to handle
8186 some cl macros. Store required libraries in the list elint-features,
8187 so as not to re-load them. Treat cc-require like require.
8188 (elint-init-env): Call elint-init-form to do the work.
8189 Handle eval-and-compile and such like.
8190 (elint-add-required-env): Do not clear messages.
8191 (elint-special-forms): Add handlers for function, defalias, if, when,
8192 unless, and, or.
8193 (elint-form): Add optional argument to ignore elint-special-forms,
8194 useful to prevent recursive calls from handlers. Doc fix.
8195 Respect elint-ignored-warnings.
8196 (elint-form): Respect elint-ignored-warnings.
8197 (elint-bound-variable, elint-bound-function): New variables.
8198 (elint-unbound-variable): Respect elint-bound-variable.
8199 (elint-get-args): Respect elint-bound-function.
8200 (elint-check-cond-form): Add some simple handling for (f)boundp and
8201 featurep tests.
8202 (elint-check-defalias-form): New handler.
8203 (elint-check-let-form): Make an empty let a warning rather than an
8204 error.
8205 (elint-check-setq-form): Make an empty setq a warning rather than an
8206 error. Respect elint-ignored-warnings.
8207 (elint-check-defvar-form): Accept null doc-strings.
8208 (elint-check-conditional-form): New handler. Does some simple-minded
8209 checking of featurep and (f)boundp tests.
8210 (elint-put-function-args): New function.
8211 (elint-initialize): Use elint-scan-doc-file rather than
8212 elint-find-builtin-variables. Use elint-put-function-args.
8213 Possibly scan preloaded-file-list.
8214 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8215 extend to handle functions as well.
8216
8217 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
8218
8219 * linum.el (linum-delete-overlays, linum-update-window):
8220 Do not modify the right margin. (Bug#3971)
8221
8222 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
8223
8224 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
8225 nxml-mode instead of xml-mode.
8226
8227 2009-09-21 Kevin Ryde <user42@zip.com.au>
8228
8229 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
8230
8231 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8232
8233 * net/dig.el (dig-mode): Use define-derived-mode.
8234
8235 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
8236
8237 * vc-dispatcher.el (vc-do-command): Return the process object in
8238 the asynchronous case. Use when instead of if. Do not run
8239 vc-exec-after to display a message if not enabled. (Bug#4463)
8240
8241 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8242 properties to the stash strings.
8243 (vc-git-stash-list): Return a list of strings.
8244 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8245 (vc-git-stash-show-at-point): New functions.
8246 (vc-git-stash-map): New keymap.
8247
8248 * register.el (ctl-x-r-map): Define the keys here instead of
8249 using autoload.
8250
8251 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
8252
8253 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8254 list, to workaround performance problem (bug#4485).
8255
8256 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
8257
8258 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8259
8260 2009-09-20 Daiki Ueno <ueno@unixuser.org>
8261
8262 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8263 Document that this option is not recommended to use.
8264
8265 2009-09-19 Glenn Morris <rgm@gnu.org>
8266
8267 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8268 variable `var'.
8269
8270 * calc/calc-alg.el (var):
8271 * calc/calcalg2.el (var): Define for compiler.
8272
8273 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
8274
8275 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8276 Doc fix (Bug#3932).
8277
8278 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8279
8280 * time-stamp.el (time-stamp-month-dd-yyyy)
8281 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8282 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8283 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
8284 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8285 Remove functions that have been obsolete since 1995 (Bug#4436).
8286
8287 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8288 indent buffer only if called interactively (Bug#4452).
8289
8290 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
8291 Eli Zaretskii <eliz@gnu.org>
8292
8293 This fixes bug#4197 (merged to bug#865, though not identical).
8294 * server.el (server-auth-dir): Add docstring note about FAT32.
8295 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8296 but warn against using them.
8297
8298 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
8299
8300 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8301 older GDB where there is no has_more field.
8302
8303 2009-09-19 Glenn Morris <rgm@gnu.org>
8304
8305 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8306
8307 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
8308
8309 * files.el (auto-mode-alist): Change default for XML files to nXML
8310 mode (Bug#4169).
8311
8312 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
8313
8314 * server.el (server-ensure-safe-dir): Pass 'integer
8315 to `file-attributes', as suggested.
8316
8317 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
8318
8319 * dired-aux.el (dired-query-alist): Remove spurious backslash.
8320 (dired-query): Use read-key.
8321
8322 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8323
8324 * cus-start.el (ns-use-qd-smoothing): Remove.
8325
8326 2009-09-18 Glenn Morris <rgm@gnu.org>
8327
8328 * allout.el (top-level): Remove unnecessary progn.
8329
8330 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8331
8332 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8333 definition of abbrev table.
8334
8335 * speedbar.el (speedbar-track-mouse):
8336 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8337 * net/eudc.el (eudc-expand-inline):
8338 * net/newst-backend.el (newsticker--cache-read-feed):
8339 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
8340 condition-case handlers.
8341
8342 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
8343
8344 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8345 (gdb-var-list): Add an element for has_more field.
8346 (gdb-non-stop-handler): Enable pretty printing for STL containers.
8347 (gdb-var-create-handler, gdb-var-list-children-handler-1)
8348 (gdb-var-update-handler-1): Parse output of dynamic variable
8349 objects (STL containers).
8350 (gdb-var-delete-1): Pass var1 as an explicit second argument.
8351 (gdb-get-field): Delete alias. Use bindat-get-field directly.
8352
8353 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8354 gdb-var-list.
8355 (gud-speedbar-buttons): Make node expandable if expression "has more"
8356 children.
8357
8358 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
8359
8360 * startup.el (emacs-quick-startup): Remove variable and all uses.
8361 (command-line): Set `inhibit-x-resources' instead.
8362 (command-line-1): Use `inhibit-x-resources' instead.
8363
8364 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
8365
8366 * subr.el: Fix last change to avoid using the `unless' macro,
8367 which breaks bootstrapping.
8368
8369 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8370
8371 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8372 extended definitions, in case we reload subr.el after having
8373 loaded CL.
8374 (eval-next-after-load): Mark as obsolete.
8375
8376 2009-09-17 Juri Linkov <juri@jurta.org>
8377
8378 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8379 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8380 (menu-bar-showhide-menu, menu-bar-tools-menu)
8381 (menu-bar-describe-menu, menu-bar-help-menu)
8382 (minibuffer-local-completion-map, minibuffer-local-map):
8383 Fix list quoting.
8384
8385 2009-09-17 Glenn Morris <rgm@gnu.org>
8386
8387 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8388 arguments, whether or not it has a handler.
8389
8390 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8391
8392 * simple.el (hard-newline): Give it a doc-string.
8393
8394 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8395 (lisp-mode-syntax-table): Give them doc-strings.
8396
8397 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8398
8399 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8400 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8401 (menu-bar-options-menu, menu-bar-showhide-menu)
8402 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8403 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8404 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8405 (menu-bar-options-menu, menu-bar-tools-menu)
8406 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8407 (menu-bar-help-menu):
8408 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8409 string arguments.
8410
8411 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8412 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8413 calls for the menu names and :help.
8414
8415 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8416
8417 * mouse.el (minor-mode-menu-from-indicator): Pay attention
8418 to :minor-mode-function (bug#4455).
8419
8420 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8421
8422 * startup.el (command-line): Initialize the window-system after
8423 processing the command-line.
8424
8425 * textmodes/page.el (what-page): Make sure we don't inf-loop if
8426 page-delimiter matches the empty string.
8427
8428 2009-09-16 Glenn Morris <rgm@gnu.org>
8429
8430 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8431 byte-compile-not-obsolete-var. It's a list now.
8432 (byte-compile-not-obsolete-funcs): New variable.
8433 (byte-compile-warn-obsolete): Don't warn about functions if they are in
8434 byte-compile-not-obsolete-funcs.
8435 (byte-compile-variable-ref, byte-compile-defvar): Update for
8436 byte-compile-not-obsolete-vars name-change and list nature.
8437 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8438 and variables behind (f)boundp tests.
8439 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8440
8441 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8442
8443 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8444
8445 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8446
8447 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8448 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8449 Don't autoload.
8450
8451 2009-09-15 Stephen Eglen <stephen@gnu.org>
8452
8453 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
8454 the virtual-buffers, use the name of the buffer specified by
8455 find-file-noselect, as the match may be a symlink. (This was a
8456 problem if the target and the symlink had different names.)
8457
8458 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8459
8460 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8461
8462 * desktop.el (desktop-path): Check user-emacs-directory.
8463
8464 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8465
8466 * loadup.el: Use after-load-functions to GC after loading each file.
8467 Remove the explicit GC calls that used to be sprinkled around.
8468
8469 * subr.el (after-load-functions): New hook.
8470 (do-after-load-evaluation): Run it. Use string-match-p to detect
8471 `obsolete' packages, rather than painfully extracting the relevant
8472 directory name.
8473
8474 2009-09-15 Glenn Morris <rgm@gnu.org>
8475
8476 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8477 free variable `doc'.
8478
8479 * dired.el (dired-mode-map): Add menu entry for async shell command.
8480
8481 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8482 variables, also consider the .elc files, since the .el files are
8483 normally gzipped (subsequent code locates the .el.gz from the .elc).
8484
8485 * calc/calc-prog.el (arglist): Define for compiler.
8486
8487 * calendar/diary-lib.el (diary-display-function): Change the default to
8488 fancy display.
8489 (body): Define for compiler.
8490
8491 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8492 (byte-compile-file-form, byte-compile-lambda)
8493 (byte-compile-top-level-body, byte-compile-form)
8494 (byte-compile-variable-ref, byte-compile-setq)
8495 (byte-compile-setq-default, byte-compile-body)
8496 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8497 (batch-byte-compile): Give some more local variables with common names
8498 a "bytecomp-" prefix to avoid masking warnings about free variables.
8499
8500 * startup.el (command-line-1): Give local variables with common names a
8501 distinguishing prefix, so as not to hide free variable warnings during
8502 bootstrap.
8503
8504 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8505 clever and add a suffix to make a unique name, just let the user decide
8506 whether or not to overwrite it. If the input is a directory, write the
8507 default filename to that directory. (Bug#4388)
8508 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8509 is a filename-as-a-directory.
8510
8511 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8512
8513 * textmodes/page.el (what-page): Don't move to beginning of line.
8514 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8515
8516 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8517
8518 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8519
8520 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
8521
8522 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8523 * help.el (help-for-help-internal): Add purecopy calls for text.
8524
8525 * vc.el (top): print-log method now takes an optional SHORTLOG
8526 argument. Add a new method: root.
8527 (vc-root-diff, vc-print-root-log): New functions.
8528 (vc-log-short-style): New variable.
8529 (vc-print-log-internal): Add support for showing short logs.
8530
8531 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8532 vc-print-root-log and vc-print-root-diff.
8533
8534 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8535 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8536 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8537 short logs.
8538
8539 * vc-cvs.el (vc-cvs-print-log):
8540 * vc-mtn.el (vc-mtn-print-log):
8541 * vc-rcs.el (vc-rcs-print-log):
8542 * vc-sccs.el (vc-sccs-print-log):
8543 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8544 that is ignored for now.
8545
8546 * vc-mtn.el (vc-mtn-annotate-command):
8547 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8548
8549 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8550
8551 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8552 to function-key-map, and give them ascii-character property.
8553 * term/x-win.el (x-alternatives-map):
8554 * term/ns-win.el (ns-alternatives-map):
8555 * term/internal.el (msdos-key-remapping-map):
8556 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8557
8558 2009-09-14 Glenn Morris <rgm@gnu.org>
8559
8560 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8561 temp-buffers (2009-09-12).
8562
8563 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8564
8565 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8566 the new read-key function.
8567
8568 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8569
8570 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8571 is defined (Bug#4405).
8572
8573 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
8574
8575 * recentf.el (recentf-cleanup): Use a hash table to find
8576 duplicates (Bug#4407).
8577
8578 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
8579
8580 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8581 kp-0 to ascii equivalents (Bug#4325).
8582
8583 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8584
8585 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8586
8587 * eshell/em-hist.el:
8588 * eshell/em-dirs.el (eshell-complete-user-reference):
8589 Declare pcomplete functions and variables to avoid compiler warnings.
8590
8591 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
8592
8593 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8594 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8595 * eshell/em-alias.el (eshell-aliases-file):
8596 * eshell/em-hist.el (eshell-history-file-name):
8597 Use expand-file-name instead of concat to make file names (Bug#4308).
8598
8599 2009-09-13 Glenn Morris <rgm@gnu.org>
8600
8601 * ediff-merg.el (ediff-do-merge):
8602 * filesets.el (filesets-run-cmd):
8603 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8604 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8605 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8606 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8607 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8608 Replace empty `let's with `progn'.
8609
8610 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8611
8612 * mail/sendmail.el (send-mail-function):
8613 * tooltip.el (tooltip-mode):
8614 * simple.el (transient-mark-mode):
8615 * rfn-eshadow.el (file-name-shadow-mode):
8616 * frame.el (blink-cursor-mode):
8617 * font-core.el (global-font-lock-mode):
8618 * files.el (temporary-file-directory)
8619 (small-temporary-file-directory, auto-save-file-name-transforms):
8620 * epa-hook.el (auto-encryption-mode):
8621 * composite.el (global-auto-composition-mode):
8622 Use custom-initialize-delay.
8623 * startup.el (command-line): Don't explicitly call
8624 custom-reevaluate-setting for all the above vars.
8625 * custom.el (custom-initialize-safe-set)
8626 (custom-initialize-safe-default): Delete.
8627
8628 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8629
8630 * term/x-win.el (x-initialize-window-system):
8631 * term/w32-win.el (w32-initialize-window-system):
8632 * term/ns-win.el (ns-initialize-window-system): Don't call
8633 mouse-wheel-mode since it's enabled globally by default already.
8634
8635 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8636 actually define the variable, but only silences the byte-compiler.
8637 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8638 before looking it up.
8639 (mouse-wheel-scroll-amount): Also reset the bindings if this value
8640 is changed.
8641
8642 2009-09-12 Glenn Morris <rgm@gnu.org>
8643
8644 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8645 1000.
8646 (elint-add-required-env): Don't beep on error.
8647 (elint-forms): In case of error, return ENV unchanged.
8648 (elint-init-env): Skip non-list forms.
8649 (elint-log): Handle unknown file positions.
8650
8651 2009-09-12 Daiki Ueno <ueno@unixuser.org>
8652
8653 * epg.el (epg-make-context): Add autoload cookie.
8654 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8655 (epg-decrypt-string, epg-start-verify, epg-verify-file)
8656 (epg-verify-string, epg-start-sign, epg-sign-file)
8657 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8658 (epg-encrypt-string, epg-start-export-keys)
8659 (epg-export-keys-to-file, epg-export-keys-to-string)
8660 (epg-start-import-keys, epg-import-keys-from-file)
8661 (epg-import-keys-from-string, epg-start-receive-keys)
8662 (epg-receive-keys, epg-import-keys-from-server)
8663 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8664 (epg-sign-keys, epg-start-generate-key)
8665 (epg-generate-key-from-file, epg-generate-key-from-string):
8666 Remove autoload cookie.
8667
8668 2009-09-12 Eli Zaretskii <eliz@gnu.org>
8669
8670 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8671 reevaluation of trash-directory.
8672
8673 * mwheel.el: Fix last change.
8674 (mouse-wheel-mode): New defvar.
8675 (mouse-wheel-mode): Remove autoload cookie.
8676
8677 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8678
8679 * mwheel.el (mwheel-installed-bindings): New var.
8680 (mouse-wheel-mode): Use it, so as to make sure we really remove all
8681 the bindings we set last time. Use custom-initialize-delay.
8682 * loadup.el: Load mwheel after term/*-win.el.
8683 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8684 and mouse-wheel-up-event now that their first evaluation is done
8685 sufficiently late to be correct.
8686
8687 * startup.el (tutorial-directory): Make it a defcustom.
8688 Use custom-initialize-delay rather than eval-at-startup to set it.
8689 * image.el (image-load-path): Make it a defcustom.
8690 Use custom-initialize-delay rather than eval-at-startup to set it.
8691 * subr.el (eval-at-startup): Remove.
8692 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8693
8694 * subr.el (do-after-load-evaluation): Warn the user after loading an
8695 obsolete package.
8696
8697 2009-09-12 Glenn Morris <rgm@gnu.org>
8698
8699 * proced.el (proced-mark-alt): Remove alias.
8700 (proced-mode-map): Remove proced-mark-alt.
8701
8702 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8703 Elint file and directory. Remove initialization entry.
8704
8705 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8706 commands.
8707 (elint-current-buffer): Set mode-line-process.
8708 (elint-init-env): Handle define-derived-mode.
8709 Fix declare-function with unspecified arglist. Guard against odd
8710 defalias statements (eg iso-insert's 8859-1-map).
8711 (elint-add-required-env): Use a temp buffer.
8712 (elint-form): Just print the function/macro name, not the whole form.
8713 Return env unchanged if we fail to parse a macro.
8714 (elint-forms): Guard against parse errors.
8715 (elint-output): New function, to handle batch mode.
8716 (elint-log-message): Add optional argument. Use elint-output.
8717 (elint-set-mode-line): New function.
8718
8719 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
8720
8721 * emacs-lisp/elp.el (elp-not-profilable): Add more
8722 functions (Bug#4233).
8723
8724 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
8725
8726 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8727 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8728
8729 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
8730
8731 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8732 (gdb-var-list-children): Use json parsing.
8733
8734 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
8735
8736 * progmodes/js.el (js--proper-indentation): Handle the case where
8737 char-before is null. Reported by Deniz Dogan.
8738
8739 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
8740
8741 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8742
8743 2009-09-11 Daiki Ueno <ueno@unixuser.org>
8744
8745 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8746 (epg-digest-algorithm-alist): Add SHA224.
8747 (epg-context-set-passphrase-callback)
8748 (epg-context-set-progress-callback): Add description about
8749 callback function.
8750
8751 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8752
8753 * custom.el (custom-delayed-init-variables): New var.
8754 (custom-initialize-delay): New function.
8755 * startup.el (command-line): "Re"evaluate all vars in
8756 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
8757 explicitly any more.
8758 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8759 to avoid creating a ~/.emacs.d at build-time (bug#4347).
8760
8761 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
8762
8763 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
8764
8765 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8766 (gdb-var-update-handler): Use json parsing.
8767
8768 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
8769
8770 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8771 decode annotated text, regardless of language environment. (Bug#2741)
8772
8773 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8774
8775 * Makefile.in (autoloads): Make rmail.el writable as well.
8776
8777 2009-09-11 Glenn Morris <rgm@gnu.org>
8778
8779 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8780 loaddefs.el.
8781 * dired.el: Regenerate with extracted autoloads.
8782 * Makefile.in (autoloads): Make dired.el writable.
8783
8784 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8785 * ibuffer.el: Regenerate with extracted autoloads.
8786 * Makefile.in (autoloads): Make ibuffer.el writable.
8787
8788 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8789 * version.el (emacs-copyright, emacs-major-version)
8790 (emacs-minor-version): Reformat doc-strings for make-docfile.
8791
8792 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8793 functions and variables, since they must be stuff specific to some other
8794 platform.
8795 (apropos-print): Make mouse-click message less specific about button.
8796
8797 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8798 that records where a macro was defined.
8799 * help-fns.el (describe-function-1): Mention if a function has a
8800 compiler-macro.
8801 * help-mode.el (help-function-cmacro): New button.
8802
8803 * locate.el (top-level): Always require dired.
8804 (locate-mode-map): Initialize inside the defvar.
8805
8806 * net/ange-ftp.el (dired-compress-file): Declare.
8807 (ange-ftp-dired-compress-file): Add doc string.
8808
8809 * term/ns-win.el (x-display-name, x-setup-function-keys):
8810 Unify doc-strings with X versions.
8811
8812 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8813
8814 * emulation/crisp.el (crisp-mode-map): Move initialization
8815 into declaration.
8816 (crisp-mode): Use define-minor-mode.
8817
8818 * progmodes/xscheme.el (xscheme-evaluation-commands):
8819 Put a :advertised-binding property rather than using
8820 advertised-xscheme-send-previous-expression.
8821 (advertised-xscheme-send-previous-expression): Declare obsolete.
8822 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8823 `advertised-undo'.
8824 (crisp-mode): Add corresponding bindings to
8825 undo's :advertised-binding instead.
8826 * dired.el (dired-mode-map): Put a :advertised-binding property rather
8827 than using dired-advertised-find-file.
8828 (dired-advertised-find-file):
8829 * simple.el (advertised-undo):
8830 * wid-edit.el (advertised-widget-backward): Declare obsolete.
8831 (widget-keymap): Put a :advertised-binding property rather
8832 than using advertised-widget-backward.
8833 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8834 than using advertised-undo.
8835 * tutorial.el (tutorial--default-keys): Adjust accordingly.
8836
8837 2009-09-10 Simon South <ssouth@slowcomputing.org>
8838
8839 * progmodes/delphi.el (delphi-tab): Indent region when Transient
8840 Mark mode is enabled and region is active; otherwise indent or
8841 insert TAB as usual.
8842 (delphi-mode): Update description of TAB-key binding.
8843
8844 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8845
8846 * subr.el (define-key-rebound-commands): Mark obsolete.
8847 * startup.el (precompute-menubar-bindings): Remove.
8848 (normal-top-level): Remove obsolete code that tried to precompute
8849 menubar bindings.
8850 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8851 define-key-rebound-commands and precompute-menubar-bindings.
8852
8853 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8854
8855 * net/imap.el (imap-interactive-login): Better messages.
8856 (imap-open): Fix bug with renamed buffer on reconnect.
8857 (imap-authenticate): Add buffer-local imap-last-authenticator variable
8858 for easier debugging and cleaner code. On successful (guessed based on
8859 server capabilities) secondary authentication, set imap-state
8860 correctly.
8861 (imap-last-authenticator): Define imap-last-authenticator as a variable
8862 to avoid warnings.
8863
8864 2009-09-10 Glenn Morris <rgm@gnu.org>
8865
8866 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8867
8868 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8869 (byte-compile-file-form-autoload): Don't warn about unknown functions
8870 where the autoload statement comes after the use.
8871 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8872 that any handlers inside the body (eg require) are in turn respected.
8873
8874 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8875 effects.
8876
8877 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8878 and syntax and abbrev tables basic docs, if they don't have any.
8879
8880 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8881
8882 * international/mule-cmds.el (top-level): Require cl when compiling.
8883 (view-hello-file): Use default-value rather than
8884 default-enable-multibyte-characters.
8885
8886 * progmodes/fortran.el: Move all safe and risky properties into the
8887 defcustoms.
8888
8889 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8890 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8891 * mail/undigest.el:
8892 Put autoloads in rmail.el rather than loaddefs.el.
8893 * mail/rmail.el: Regenerate with extracted autoloads.
8894
8895 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8896 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8897
8898 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
8899
8900 Reported in thread for Bug#4375.
8901 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8902 "-data-evaluate-expression" instead of print.
8903 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8904 (gdb-tooltip-print): Parse output from above MI command.
8905 (gdb): Revert 2009-08-11 change. User should detach inferior
8906 manually.
8907
8908 Remove the word "separate" from IO functions as inferior
8909 output is now never displayed in the GUD buffer.
8910
8911 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
8912
8913 * startup.el (command-line-normalize-file-name): On Windows and
8914 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8915
8916 2009-09-10 Juri Linkov <juri@jurta.org>
8917
8918 * isearch.el (isearch-text-char-description): Propertize escape
8919 character sequences with the `escape-glyph' face. (Bug#4344)
8920
8921 * simple.el (shell-command): Set asynchronous process filter to
8922 `comint-output-filter'. (Bug#4343)
8923
8924 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8925 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
8926 the list. Move "asm" to the bottom.
8927 (grep-find-ignored-directories): Add `choice' with nil value
8928 to empty the list easily.
8929 (grep-find-ignored-files): New option.
8930 (grep-files-history): Set to nil by default instead of '("ch" "el").
8931 (grep-compute-defaults): Add "<X>" to `grep-template'.
8932 (grep-read-files): Bind new local variables `default-alias' and
8933 `default-extension'. Use a list of default values for the file prompt.
8934 (lgrep): Add `--exclude=' command line options composed from
8935 `grep-find-ignored-files'.
8936 (rgrep): Add `-name' command line options composed from
8937 `grep-find-ignored-files'. (Bug#4301)
8938
8939 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8940
8941 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8942 (bug#4368).
8943
8944 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8945
8946 * calendar/time-date.el (autoload):
8947 Expand define-obsolete-function-alias into defalias and make-obsolete
8948 for old Emacsen that Gnus supports.
8949 (with-no-warnings): Define it for old Emacsen.
8950 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8951 is available.
8952 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8953 float-time is available; suppress compile warning for time-to-seconds.
8954
8955 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
8956
8957 * net/imap.el (imap-message-map): Docstring fix.
8958
8959 2009-09-09 Glenn Morris <rgm@gnu.org>
8960
8961 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8962 line numbers too. (Bug#4374)
8963
8964 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
8965
8966 * smerge-mode.el (smerge-remove-props, smerge-refine):
8967 Use with-silent-modifications (bug#4342).
8968
8969 * subr.el (with-silent-modifications): New macro.
8970
8971 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
8972
8973 * files.el (top-level): Require `cl' when compiling.
8974
8975 2009-09-07 Glenn Morris <rgm@gnu.org>
8976
8977 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8978
8979 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8980 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
8981
8982 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
8983
8984 * vc-git.el (vc-git-annotate-command): Use separator to parse
8985 arguments correctly.
8986
8987 2009-09-06 Eli Zaretskii <eliz@gnu.org>
8988
8989 * proced.el (proced-mode): Doc fix.
8990
8991 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
8992
8993 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8994 lstat fails.
8995 (tramp-do-file-attributes-with-ls): Check for file existence at
8996 remote end.
8997 (tramp-do-file-attributes-with-stat): Likewise.
8998 (tramp-convert-file-attributes): Return nil when attr is nil.
8999
9000 2009-09-05 Glenn Morris <rgm@gnu.org>
9001
9002 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9003 properties to this button.
9004 (diary-fancy-display): Don't extend the button to the final newline.
9005 (diary-fancy-display-mode): Continue to define "q" as a local key.
9006
9007 * calendar/cal-china.el (holiday-chinese): Make it slightly more
9008 efficient.
9009
9010 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9011
9012 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9013 (byte-compile-dest-file-function): New option.
9014 (byte-compile-dest-file): Doc fix.
9015 Obey byte-compile-dest-file-function.
9016 (byte-compile-cl-file-p): New function.
9017 (byte-compile-eval): Only suppress noruntime warnings about cl functions
9018 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
9019 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9020 than for file being previously loaded.
9021 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9022 (byte-compile-file-form-require): Handle the case where requiring a file
9023 indirectly causes CL to be loaded.
9024
9025 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9026
9027 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9028 before killing the old buffer, since by the time `kill-buffer' is
9029 run so many buffer variables have been set to nil that it may not
9030 behave as expected. (Bug#4061)
9031
9032 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9033
9034 * files.el (find-alternate-file): If the old buffer is modified
9035 and visiting a file, behave similarly to `kill-buffer' when
9036 killing it, thus reverting to the pre-1.878 behavior; see
9037 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9038 for discussion. Also, consult `buffer-file-name' as a variable
9039 not as a function, for consistency with the rest of the code.
9040
9041 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
9042
9043 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9044 also when adding a new directory.
9045
9046 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
9047 defun.
9048
9049 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9050
9051 * files.el (locate-file-completion-table): Make it provide boundary
9052 information, so partial-completion works better.
9053
9054 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
9055
9056 * mail/footnote.el (Footnote-text-under-cursor):
9057 Check footnote-text-marker-alist before using it (bug#4324).
9058
9059 2009-09-04 Glenn Morris <rgm@gnu.org>
9060
9061 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9062 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9063 * play/solitaire.el, play/tetris.el:
9064 Remove leading * from defcustom and defface docs.
9065
9066 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9067 necessary.
9068 (diary-fancy-overriding-map): New variable.
9069 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9070 Use view-mode.
9071
9072 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9073 goto-line.
9074
9075 2009-09-03 Glenn Morris <rgm@gnu.org>
9076
9077 * arc-mode.el (archive-mode):
9078 * dos-fns.el (set-default-process-coding-system):
9079 * man.el (Man-getpage-in-background):
9080 * menu-bar.el (menu-bar-describe-menu):
9081 * server.el (server-process-filter):
9082 * startup.el (command-line):
9083 * tar-mode.el (tar-header-block-tokenize, tar-extract):
9084 * w32-fns.el (set-default-process-coding-system):
9085 * x-dnd.el (x-dnd-handle-file-name):
9086 * international/mule-cmds.el (mule-menu-keymap)
9087 (set-default-coding-systems, language-info-alist, set-language-info)
9088 (set-language-environment, standard-display-european-internal)
9089 (set-locale-environment):
9090 * international/mule-diag.el (mule-diag):
9091 * mail/emacsbug.el (report-emacs-bug):
9092 * mail/rmail.el (rmail-mode):
9093 * mail/sendmail.el (mail-setup):
9094 Use default-value rather than default-enable-multibyte-characters.
9095
9096 * progmodes/f90.el: Move all safe properties into the defcustoms.
9097 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9098
9099 * calendar/appt.el (appt-check):
9100 * calendar/diary-lib.el (diary-set-header, diary-live-p)
9101 (diary-check-diary-file, diary-list-entries)
9102 (diary-include-other-diary-files, diary-simple-display)
9103 (diary-fancy-display, diary-print-entries)
9104 (diary-mark-included-diary-files, diary-make-entry):
9105 Don't call substitute-in-file-name on diary-file.
9106
9107 2009-09-03 Eduard Wiebe <usenet@pusto.de>
9108 Stefan Monnier <monnier@iro.umontreal.ca>
9109
9110 * mail/footnote.el (footnote-prefix): Make it a defcustom.
9111 (footnote-mode-map): Move initialization into the declaration.
9112 (footnote-minor-mode-map): Define it rather than changing global-map.
9113 (footnote-mode): Use define-minor-mode.
9114
9115 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
9116
9117 * net/tramp.el (tramp-handle-file-attributes-with-ls)
9118 (tramp-do-file-attributes-with-perl)
9119 (tramp-do-file-attributes-with-stat): Rename from
9120 `tramp-handle-file-attributes-with-*'.
9121 (tramp-handle-file-attributes): Use them.
9122 (tramp-do-directory-files-and-attributes-with-perl)
9123 (tramp-do-directory-files-and-attributes-with-stat): Rename from
9124 `tramp-handle-directory-files-and-attributes-with-*'.
9125 (tramp-handle-directory-files-and-attributes): Use them.
9126 (tramp-method-out-of-band-p): Additional parameter SIZE.
9127 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9128 (tramp-handle-write-region): Use it.
9129 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
9130 (tramp-handle-vc-registered): Check, whether the first run did
9131 return files to be tested.
9132 (tramp-advice-make-auto-save-file-name): Do not call directly
9133 `tramp-handle-make-auto-save-file-name', because this would bypass
9134 the locking mechanism.
9135
9136 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9137 (file-remote-p, process-file, start-file-process, set-file-times)
9138 (tramp-compat-file-attributes): Compatibility functions shall not
9139 call directly `tramp-handle-*', because this would bypass the
9140 locking mechanism.
9141 (tramp-compat-number-sequence): New defun.
9142
9143 2009-09-02 Glenn Morris <rgm@gnu.org>
9144
9145 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9146 alias for float-time.
9147 (time-to-number-of-days): In Emacs, use float-time.
9148 * net/newst-backend.el (time-add): Suppress warnings from compat
9149 function.
9150 * time.el (emacs-uptime, emacs-init-time):
9151 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9152 Use float-time rather than time-to-seconds.
9153
9154 * minibuffer.el (completion-initials-expand): Fix typo.
9155
9156 * faces.el (modeline, modeline-inactive, modeline-highlight)
9157 (modeline-buffer-id):
9158 * info.el (info-menu-5): Mark these face aliases as obsolete.
9159
9160 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9161
9162 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9163 space ...
9164 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9165 no "--thread" option.
9166 (gdb-stopped): Don't print "Switched to thread" message when it is
9167 unchanged.
9168
9169 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9170
9171 * minibuffer.el (completion-try-completion)
9172 (completion-all-completions): Remove ill-defined (and
9173 mistakenly installed and luckily never used nor documented)
9174 `completion-styles' property.
9175 (completion-initials-expand, completion-initials-all-completions)
9176 (completion-initials-try-completion): New functions.
9177 (completion-styles-alist): Add doc to each entry.
9178 Add new `initials' entry.
9179
9180 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9181
9182 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9183 MI command -var-evaluate-expression.
9184 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9185 and tweak for case of string child.
9186 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9187
9188 2009-09-01 Glenn Morris <rgm@gnu.org>
9189
9190 * add-log.el (change-log-date-face, change-log-name-face)
9191 (change-log-email-face, change-log-file-face, change-log-list-face)
9192 (change-log-conditionals-face, change-log-function-face)
9193 (change-log-acknowledgement-face):
9194 * cus-edit.el (custom-invalid-face, custom-rogue-face)
9195 (custom-modified-face, custom-set-face, custom-changed-face)
9196 (custom-saved-face, custom-button-face, custom-button-pressed-face)
9197 (custom-documentation-face, custom-state-face, custom-comment-face)
9198 (custom-comment-tag-face, custom-variable-tag-face)
9199 (custom-variable-button-face, custom-face-tag-face)
9200 (custom-group-tag-face-1, custom-group-tag-face):
9201 * diff-mode.el (diff-header-face, diff-file-header-face)
9202 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9203 (diff-added-face, diff-changed-face, diff-function-face)
9204 (diff-context-face, diff-nonexistent-face):
9205 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9206 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9207 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9208 (Info-title-4-face):
9209 * isearch.el (isearch-lazy-highlight-face):
9210 * log-view.el (log-view-file-face, log-view-message-face):
9211 * paren.el (show-paren-match-face, show-paren-mismatch-face):
9212 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9213 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9214 (cvs-msg-face):
9215 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9216 (smerge-base-face, smerge-markers-face):
9217 * wid-edit.el (widget-documentation-face, widget-button-face)
9218 (widget-field-face, widget-single-line-field-face)
9219 (widget-inactive-face, widget-button-pressed-face):
9220 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9221 (woman-addition-face):
9222 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9223 (eshell-ls-executable-face, eshell-ls-readonly-face)
9224 (eshell-ls-unreadable-face, eshell-ls-special-face)
9225 (eshell-ls-missing-face, eshell-ls-archive-face)
9226 (eshell-ls-backup-face, eshell-ls-product-face)
9227 (eshell-ls-clutter-face):
9228 * eshell/em-prompt.el (eshell-prompt-face):
9229 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
9230 * obsolete/old-whitespace.el (whitespace-highlight-face):
9231 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9232 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9233 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9234 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9235 (antlr-font-lock-literal-face):
9236 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9237 (ebrowse-root-class-face, ebrowse-file-name-face)
9238 (ebrowse-default-face, ebrowse-member-attribute-face)
9239 (ebrowse-member-class-face, ebrowse-progress-face):
9240 * progmodes/make-mode.el (makefile-space-face):
9241 * progmodes/sh-script.el (sh-heredoc-face):
9242 * textmodes/flyspell.el (flyspell-incorrect-face)
9243 (flyspell-duplicate-face):
9244 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
9245 * textmodes/texinfo.el (texinfo-heading-face):
9246 Mark face aliases with "-face" suffix as obsolete.
9247
9248 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9249 compiler.
9250
9251 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9252 (eudc-bob-sound-menu): Use defvar rather than defconst, since
9253 easy-menu-define wants to modify these.
9254
9255 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9256
9257 * net/browse-url.el (browse-url-file-url):
9258 * term/internal.el (dos-codepage-setup):
9259 Use default-value rather than default-enable-multibyte-characters.
9260
9261 * progmodes/etags.el (etags-goto-tag-location):
9262 * progmodes/flymake.el (flymake-highlight-line)
9263 (flymake-goto-file-and-line, flymake-goto-line):
9264 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9265 (gdb-goto-breakpoint):
9266 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9267 * progmodes/python.el (python-find-function)
9268 (python-pdbtrack-track-stack-file):
9269 * progmodes/verilog-mode.el (verilog-surelint-off):
9270 * term/ns-win.el (ns-open-file-select-line):
9271 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9272 Use forward-line rather than goto-line.
9273
9274 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9275 * textmodes/reftex-index.el (reftex-display-index):
9276 * textmodes/reftex-ref.el (reftex-offer-label-menu):
9277 * textmodes/reftex-toc.el (reftex-toc):
9278 Remove unnecessary bindings of default-major-mode (all are followed by
9279 major-mode check and possible mode switch).
9280
9281 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9282
9283 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9284 Handle watchpoints (bug#4282).
9285 (def-gdb-thread-buffer-command): Enable thread to be selected by
9286 clicking without selecting threads buffer first.
9287 (gdb-current-context-command): Use selected frame so that "up",
9288 "down" etc work in the GUD buffer.
9289 (gdb-update): Find selected frame before rendering stack buffer.
9290 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9291
9292 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9293
9294 * progmodes/sym-comp.el (displayed-completions): Remove.
9295 (symbol-complete): Use minibuffer-complete.
9296
9297 2009-08-31 Glenn Morris <rgm@gnu.org>
9298
9299 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9300
9301 * apropos.el (apropos-symbols-internal):
9302 Handle (obsolete) face aliases.
9303
9304 * faces.el (describe-face): Adjust the output format to be more like
9305 describe-variable, and to mention (obsolete) face aliases.
9306 Adjust the whitespace so that help-setup-xref works.
9307
9308 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9309 * calendar/diary-lib.el (diary-button-face):
9310 Mark these face aliases as obsolete.
9311
9312 * calendar/calendar.el (calendar-today): Doc fix.
9313
9314 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9315
9316 * progmodes/gdb-mi.el (gdb-control-all-threads)
9317 (gdb-control-current-thread): Force tool bar update.
9318 (gdb-non-stop-handler): New function.
9319 (gdb-init-1): Use it to test if non-stop mode is supported.
9320 Remove unused gdbmi buffer type.
9321
9322 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
9323
9324 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
9325 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
9326
9327 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
9328
9329 * comint.el (comint-exec-1): Check command is non-null first.
9330 Part of gdb-mi.el change (2009-08-28).
9331
9332 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9333
9334 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9335
9336 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
9337
9338 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9339 instead of `dolist' to avoid a recursive require when bootstrapping.
9340
9341 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9342
9343 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9344
9345 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9346
9347 * net/imap.el (imap-send-command): Simplify.
9348 (imap-wait-for-tag): point-max -> buffer-size.
9349
9350 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9351
9352 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9353 with constant argument.
9354
9355 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9356
9357 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9358
9359 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9360 Change default, since most of our files don't have a history.
9361 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9362 the user.
9363
9364 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9365 Add comint-run.
9366
9367 * calc/calc.el: Improve commenting convention.
9368 (calc-digit-map, toplevel): Simplify.
9369
9370 * comint.el (comint-insert-input): Be careful to only set point if we
9371 don't delegate to some other command.
9372
9373 * proced.el (proced-signal-list): Make it an alist.
9374 (proced-grammar-alist): Capitalize names.
9375 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9376 Disable undo manually and make it read-only.
9377 Use completion-annotate-function.
9378
9379 * minibuffer.el (minibuffer-message): If the current buffer is not
9380 a minibuffer, insert the message in the echo area rather than at the
9381 end of the buffer.
9382 (completion-annotate-function): New variable.
9383 (minibuffer-completion-help): Use it.
9384 (completion--embedded-envvar-table): Environment vars are
9385 always case-sensitive.
9386
9387 2009-08-30 Glenn Morris <rgm@gnu.org>
9388
9389 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9390 from fortran-current-defun.
9391 (fortran-beginning-of-subprogram): Be more precise about finding the
9392 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
9393 (fortran-end-of-subprogram): Simplify.
9394 (fortran-current-defun): Use fortran-start-prog-re.
9395
9396 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
9397
9398 * subr.el (do-after-load-evaluation): Simplify.
9399
9400 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
9401
9402 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9403
9404 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
9405 (vc-rcs-print-log): Use it.
9406
9407 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9408
9409 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9410
9411 * paths.el (abbrev-file-name): Move to abbrev.el.
9412 * abbrev.el (abbrev-file-name): Move from paths.el.
9413 Obey user-emacs-directory.
9414 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9415 user-emacs-directory.
9416 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9417 abbrev-file-name and calc-settings-file any more.
9418 * startup.el (command-line): Recompute abbrev-file-name and
9419 abbreviated-home-dir.
9420 (normal-no-mouse-startup-screen): Improve the generic code and get rid
9421 of the special code for when C-h bindings haven't been changed.
9422 (display-startup-echo-area-message): Use with-current-buffer.
9423 (command-line-1): Use a list of strings, rather than a list of lists
9424 of strings for longopts.
9425
9426 * files.el (get-free-disk-space): Use / for default-directory.
9427
9428 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9429 Use with-current-buffer.
9430
9431 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9432 Recognize immutable variables like most-positive-fixnum.
9433 (byte-compile-setq-default): Check and warn if trying to assign
9434 to an immutable variable, or a non-variable.
9435
9436 * progmodes/cc-vars.el (c-comment-continuation-stars):
9437 * progmodes/cc-engine.el (c-looking-at-bos):
9438 * progmodes/cc-cmds.el (c-toggle-auto-state)
9439 (c-forward-into-nomenclature, c-backward-into-nomenclature)
9440 (c-comment-line-break-function): Add version of obsolescence.
9441
9442 2009-08-28 Juri Linkov <juri@jurta.org>
9443
9444 * files.el (magic-fallback-mode-alist): Add ZIP magic number
9445 associated with `archive-mode'.
9446
9447 * image.el (image-type-header-regexps): Use only JPEG magic number
9448 to determine JPEG images, and don't use `image-jpeg-p' because
9449 Emacs can display non-JFIF non-Exif JPEG images.
9450
9451 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9452
9453 * arc-mode.el (archive-mode):
9454 * emacs-lisp/re-builder.el (re-builder-unload-function):
9455 Protect against the default value of `major-mode' being nil.
9456
9457 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9458
9459 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9460 Fix typos in docstrings.
9461
9462 * progmodes/js.el (js--macro-decl-re): Doc fix.
9463 (js--plain-method-re, js--split-name): Refloc docstring.
9464 (js--class-styles, js--make-merged-item, js--splice-into-items):
9465 Fix typos in docstrings; reflow docstrings.
9466 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9467 (js--variable-decl-matcher, js--inside-pitem-p)
9468 (js--parse-state-at-point, js--get-all-known-symbols)
9469 (js--symbol-history, js-find-symbol, js--js-references)
9470 (js--moz-interactor, js--js-encode-value, js--read-tab):
9471 Fix typos in docstrings.
9472
9473 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9474
9475 * textmodes/reftex.el (reftex-get-file-buffer-force):
9476 * progmodes/verilog-mode.el (verilog-batch-execute-func):
9477 * emulation/viper.el (viper-go-away, viper-set-hooks):
9478 * emacs-lisp/re-builder.el (re-builder-unload-function):
9479 * emacs-lisp/bytecomp.el (byte-compile-file):
9480 * ses.el (ses-unload-function):
9481 * hexl.el (hexl-find-file):
9482 * files.el (normal-mode):
9483 * ehelp.el (with-electric-help):
9484 * autoinsert.el (auto-insert-alist):
9485 * arc-mode.el (archive-mode):
9486 Use (default-value 'major-mode) instead of default-major-mode.
9487
9488 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9489 * international/mule.el (load-with-code-conversion):
9490 * emacs-lisp/debug.el (debug):
9491 * ediff-vers.el (ediff-rcs-get-output-buffer):
9492 * dired.el (dired-internal-noselect): Don't let-bind
9493 default-major-mode around code that doesn't use it.
9494 E.g. buffer creation via get-buffer-create doesn't use it.
9495
9496 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
9497
9498 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9499 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9500 when writing the temp file. Otherwise, epa-file gets confused.
9501 (tramp-register-file-name-handlers): Make it a defun. Move also
9502 `epa-file-handler' to the front of `file-name-handler-alist'.
9503
9504 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9505
9506 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9507 start right after a ^M.
9508 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9509 (tramp-completion-file-name-regexp-separate)
9510 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
9511 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9512 Don't modify last-coding-system-used by accident.
9513 (tramp-completion-file-name-handler): Apply the checks here,
9514 instead during registration.
9515 (tramp-register-file-name-handlers): Renamed from
9516 `tramp-register-file-name-handler'. Register both
9517 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
9518 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
9519
9520 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
9521
9522 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9523 Remove variable ...
9524 (gdb-init-1, gdb-display-separate-io-buffer)
9525 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9526 references to it.
9527 (gdb-inferior-io-mode): Use make-comint-in-buffer.
9528 (gdb-inferior-filter): Use comint-output-filter to stop
9529 echoing and remove ^M characters.
9530
9531 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9532
9533 * emulation/viper-init.el (viper-restore-cursor-type):
9534 * emulation/cua-base.el (cua--update-indications):
9535 Replace default-cursor-type with (default-value 'cursor-type).
9536
9537 * mail/sendmail.el (mail-recover-1):
9538 * international/mule-diag.el (describe-current-coding-system-briefly)
9539 (describe-current-coding-system):
9540 * international/mule-cmds.el (select-safe-coding-system)
9541 (select-message-coding-system)
9542 (set-language-environment-coding-systems, set-locale-environment):
9543 * hexl.el (hexl-insert-multibyte-char):
9544 * dos-w32.el (find-buffer-file-type-coding-system):
9545 * simple.el (what-cursor-position):
9546 Replace uses of default-buffer-file-coding-system
9547 with (default-value 'buffer-file-coding-system).
9548
9549 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9550 Replace uses of default-cursor-in-non-selected-windows
9551 with (default-value 'cursor-in-non-selected-windows).
9552 Use with-current-buffer.
9553
9554 * mail/feedmail.el: Use CL macros.
9555 (feedmail-run-the-queue, feedmail-send-it-immediately):
9556 * dos-w32.el (find-buffer-file-type): Replace uses of
9557 default-buffer-file-type with (default-value 'buffer-file-type).
9558
9559 2009-08-28 Glenn Morris <rgm@gnu.org>
9560
9561 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9562 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9563 Use default-value of major-mode rather than default-major-mode.
9564
9565 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9566
9567 * Makefile.in (update-elcfiles): Report left over elc files.
9568
9569 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9570 expand-file-name and with-current-buffer.
9571 (mail-get-names, mail-directory): Use with-current-buffer.
9572
9573 * vc.el (vc-read-revision): New function.
9574 (vc-version-diff, vc-merge): Use it.
9575
9576 2009-08-27 Sam Steingold <sds@gnu.org>
9577
9578 * simple.el (kill-do-not-save-duplicates): New user option.
9579 (kill-new): When it is non-nil, and the new string is the same as
9580 the latest kill, set replace to t to avoid duplicates in kill-ring.
9581
9582 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
9583
9584 * net/tramp.el (tramp-handle-process-file): Do not flush all
9585 caches when `process-file-side-effects' is set.
9586 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
9587 instead of `tramp-find-file-exists-command'.
9588 Unset `process-file-side-effects'.
9589
9590 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
9591
9592 * net/tramp.el (tramp-methods): New method "rsyncc".
9593 (top): Add completion function for "rsyncc".
9594 (tramp-message-show-message): New defvar.
9595 (tramp-message, tramp-error): Use it.
9596 (tramp-do-copy-or-rename-file-directly): Extend check for direct
9597 remote copying.
9598 (tramp-do-copy-or-rename-file-out-of-band): Handle new
9599 `tramp-methods' entry `copy-env' of "rsyncc".
9600 (tramp-vc-registered-read-file-names): New defconst.
9601 (tramp-vc-registered-file-names): New defvar.
9602 (tramp-handle-vc-registered): Implement optimization strategy.
9603 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9604 (tramp-vc-file-name-handler): New defun.
9605 (tramp-get-ls-command, tramp-get-test-command)
9606 (tramp-get-file-exists-command, tramp-get-remote-ln)
9607 (tramp-get-remote-perl, tramp-get-remote-stat)
9608 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
9609
9610 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9611 (tramp-cache-inhibit-cache): Extend doc string. It allows also
9612 timestamps.
9613 (tramp-get-file-property): Check for timestamps in
9614 `tramp-cache-inhibit-cache'.
9615 (tramp-set-file-property): Write timestamp.
9616
9617 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9618
9619 * language/japan-util.el (japanese-symbol-table): Add entries for
9620 cp932-2-byte.
9621
9622 * international/characters.el: Add category `j' to cp932-2-byte.
9623
9624 2009-08-27 Kenichi Handa <handa@m17n.org>
9625
9626 * international/fontset.el (build-default-fontset-data): New macro.
9627 (setup-default-fontset): Use build-default-fontset-data for CJK,
9628 tibetan, ethiopic, and ipa.
9629
9630 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9631
9632 * cus-start.el (default-major-mode): Customize `major-mode' instead.
9633 (enable-multibyte-characters): Not customizable any more.
9634
9635 * subr.el (default-mode-line-format, default-header-line-format)
9636 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9637 (default-direction-reversed, default-truncate-lines)
9638 (default-left-margin, default-tab-width, default-case-fold-search)
9639 (default-left-margin-width, default-right-margin-width)
9640 (default-left-fringe-width, default-right-fringe-width)
9641 (default-fringes-outside-margins, default-scroll-bar-width)
9642 (default-vertical-scroll-bar, default-indicate-empty-lines)
9643 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9644 (default-fringe-cursor-alist, default-scroll-up-aggressively)
9645 (default-scroll-down-aggressively, default-fill-column)
9646 (default-cursor-type, default-buffer-file-type)
9647 (default-cursor-in-non-selected-windows)
9648 (default-buffer-file-coding-system, default-major-mode)
9649 (default-enable-multibyte-characters): Mark as obsolete.
9650
9651 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
9652
9653 * vc-dir.el (vc-dir-update): Remove debug helper.
9654
9655 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9656
9657 2009-08-26 Sam Steingold <sds@gnu.org>
9658
9659 * simple.el (save-interprogram-paste-before-kill): New user option.
9660 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9661 save the interprogram-paste into kill-ring before overriding it
9662 with the Emacs kill.
9663
9664 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9665
9666 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9667 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9668 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9669 and move to vc-rcs.el.
9670 (vc-default-next-revision): Rename to vc-rcs-next-revision and
9671 move to vc-rcs.el.
9672 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9673 (vc-rcs-update-changelog): Remove.
9674 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9675 and move to vc-rcs.el.
9676
9677 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9678 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9679 renaming.
9680 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
9681 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
9682 vc.el, renamed to be RCS specific.
9683
9684 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9685 New functions.
9686 (vc-cvs-update-changelog): Move here from vc.el.
9687
9688 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9689 New functions.
9690
9691 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9692
9693 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9694
9695 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9696
9697 * vc-git.el (vc-git-register): Use "git add" for directories.
9698 (vc-git-stash, vc-git-stash-show): New functions.
9699 (vc-git-extra-menu-map): Bind them.
9700
9701 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9702 directory correctly in case the item is a directory itself.
9703
9704 * vc.el: Document the desired behavior for reverted files in the
9705 `added' state.
9706 (vc-default-prettify-state-info): Remove function, unused.
9707
9708 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
9709
9710 2009-08-26 Glenn Morris <rgm@gnu.org>
9711
9712 * bindings.el (standard-mode-line-format): Reposition dashes in
9713 which-func entry. (Bug#4217)
9714
9715 * files.el (enable-local-variables, enable-local-eval)
9716 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9717 the defcustoms.
9718 (auto-mode-alist, ignored-local-variables)
9719 (save-some-buffers-action-alist): Move risky declarations to the
9720 definitions.
9721 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9722 (font-lock-defaults, format-alist, imenu--index-alist)
9723 (imenu-generic-expression, input-method-alist, minor-mode-alist)
9724 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9725 (mode-line-modified, mode-line-mule-info, mode-line-position)
9726 (mode-line-process, mode-line-remote, outline-level)
9727 (parse-time-rules, rmail-output-file-alist)
9728 (special-display-buffer-names, vc-mode):
9729 Move risky declarations to the relevant files.
9730 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9731 (mode-line-modified, mode-line-process, mode-line-position)
9732 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9733 * font-core.el (font-lock-defaults):
9734 * format.el (format-alist):
9735 * vc-hooks.el (vc-mode):
9736 * window.el (special-display-buffer-names):
9737 * international/mule-cmds.el (input-method-alist):
9738 Define riskiness here (dumped file) rather than in files.el.
9739 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9740 * imenu.el (imenu-generic-expression, imenu--index-alist):
9741 * outline.el (outline-level):
9742 * time.el (display-time-string):
9743 * calendar/parse-time.el (parse-time-rules):
9744 * mail/rmailout.el (rmail-output-file-alist):
9745 Autoload riskiness here, rather than placing in files.el.
9746
9747 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
9748
9749 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9750
9751 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
9752
9753 * simple.el (process-file-side-effects): New defvar.
9754
9755 * dired-aux.el (dired-show-file-type):
9756 * vc.el (vc-diff-internal):
9757 * vc-arch.el (vc-arch-diff):
9758 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9759 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9760 * vc-git.el (vc-git-registered, vc-git-working-revision)
9761 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9762 (vc-git--empty-db-p):
9763 * vc-hooks.el (vc-user-login-name):
9764 * vc-svn.el (vc-svn-registered, vc-svn-state)
9765 (vc-svn-dir-extra-headers, vc-svn-find-revision):
9766 * progmodes/grep.el (grep-probe): Let-bind
9767 `process-file-side-effects' with nil.
9768
9769 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9770
9771 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9772 daemon. Replace ping by checking for running service for bluez
9773 and zeroconf. (Bug#4239)
9774
9775 2009-08-25 Kevin Ryde <user42@zip.com.au>
9776
9777 * net/dig.el (dig): Add autoload cookie.
9778
9779 2009-08-25 Glenn Morris <rgm@gnu.org>
9780
9781 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9782 load-history for absolute file-names.
9783 (byte-compile-file-form-require): Warn about use of the cl package.
9784
9785 * format.el (format-alist): Doc fix.
9786
9787 * play/bubbles.el (top-level): Don't require cl at run-time.
9788
9789 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9790 run-time cl).
9791
9792 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
9793
9794 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9795 from cl package.
9796 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9797
9798 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
9799
9800 * calc/calc-alg.el (math-trig-rewrite)
9801 (math-hyperbolic-trig-rewrite): New functions.
9802 (calc-simplify): Simplify trig functions when asked.
9803
9804 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9805
9806 * diff-mode.el (diff-find-source-location): Avoid goto-line.
9807
9808 2009-08-24 Kenichi Handa <handa@m17n.org>
9809
9810 * language/ind-util.el (mapthread): Delete it.
9811 (combinatorial): New function.
9812 (indian--puthash-cv): Use combinatorial instead of mapthread.
9813
9814 2009-08-22 Kevin Ryde <user42@zip.com.au>
9815
9816 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9817 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9818 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9819 Clarify docstring that the value is strings not symbols.
9820 (checkdoc-list-of-strings-p): New function.
9821
9822 2009-08-22 Glenn Morris <rgm@gnu.org>
9823
9824 * files.el (auto-mode-alist):
9825 * hippie-exp.el (he-concat-directory-file-name):
9826 * lpr.el (lpr-windows-system, printer-name):
9827 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9828 * ps-print.el (ps-windows-system):
9829 * startup.el (command-line):
9830 * emulation/viper-ex.el (viper-glob-function):
9831 * international/mule-cmds.el (set-language-environment-coding-systems):
9832 * net/ange-ftp.el (ange-ftp-write-region):
9833 * obsolete/fast-lock.el (fast-lock-cache-name):
9834 Remove code for defunct system-types emx, macos, mswindows, next-mach,
9835 unisoft-unix, vax-vms, win32, w32.
9836
9837 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9838 given name if the pattern is not more specific.
9839
9840 * calendar/lunar.el (lunar-phase-names): New option.
9841 (lunar-phase): Doc fix.
9842 (lunar-cycles-per-year): New constant.
9843 (lunar-index): New function.
9844 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9845 (lunar-phase-name): Use lunar-phase-names.
9846 (calendar-lunar-phases): Use format.
9847 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9848
9849 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9850 Copy imenu-example--name-and-position function here for own use.
9851 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9852
9853 * bs.el (bs--redisplay):
9854 * cus-edit.el (custom-redraw):
9855 * ibuffer.el (ibuffer-bury-buffer):
9856 * server.el (server-goto-line-column):
9857 * startup.el (command-line-1):
9858 * strokes.el (strokes-xpm-for-stroke):
9859 * term.el (term-display-buffer-line):
9860 * view.el (View-goto-line):
9861 * calc/calc.el (calc-do, calc-trail-buffer):
9862 * play/gamegrid.el (gamegrid-add-score-insecure):
9863 * progmodes/ada-mode.el (ada-compile-goto-error):
9864 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9865 (ebrowse-select-1st-to-9nth):
9866 * progmodes/cperl-mode.el (cperl-time-fontification):
9867 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9868 * progmodes/gud.el (gud-display-line):
9869 (idlwave-shell-display-line):
9870 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9871 * progmodes/make-mode.el (makefile-browser-toggle):
9872 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9873 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9874 * textmodes/picture.el (picture-draw-rectangle):
9875 * textmodes/reftex-index.el (reftex-index-goto-letter):
9876 (reftex-select-jump-to-previous):
9877 * textmodes/reftex-sel.el (reftex-find-start-point)
9878 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9879 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9880 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9881 * textmodes/tex-mode.el (tex-compilation-parse-errors):
9882 * textmodes/two-column.el (2C-associated-buffer):
9883 Use forward-line rather than goto-line.
9884
9885 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9886 goto-line.
9887
9888 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9889 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9890 (quick-check-list-to-regexp): Declare.
9891
9892 * progmodes/make-mode.el (makefile-browser-insert-selection):
9893 Use goto-char rather than goto-line.
9894
9895 * progmodes/prolog.el (compilation-error-regexp-alist)
9896 (compilation-forget-errors): Declare.
9897
9898 2009-08-22 Juri Linkov <juri@jurta.org>
9899
9900 * progmodes/grep.el (lgrep, rgrep): At the beginning
9901 set `dir' to `default-directory' unless `dir' is a non-nil
9902 readable directory. (Bug#4052)
9903 (lgrep, rgrep): Change a weird way to report an error
9904 from using `read-string' to using `error'.
9905 Instead of using interactive arguments in the function body,
9906 add new argument `confirm'.
9907
9908 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9909
9910 * textmodes/remember.el (remember-buffer):
9911 * progmodes/cperl-mode.el (cperl-vc-header-alist):
9912 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9913 (icalendar-extract-ical-from-buffer):
9914 * net/newst-treeview.el (newsticker-groups-filename):
9915 * net/newst-backend.el (newsticker-cache-filename):
9916 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9917 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9918 (speedbar-add-ignored-path-regexp, speedbar-line-path)
9919 (speedbar-buffers-line-path, speedbar-path-line)
9920 (speedbar-buffers-line-path):
9921 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9922 (epg-sign-keys):
9923 * epa.el (epa-display-verify-result):
9924 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9925
9926 2009-08-21 Glenn Morris <rgm@gnu.org>
9927
9928 * progmodes/js.el (inferior-moz-process): Fix declaration.
9929
9930 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9931
9932 * obsolete/rnewspost.el (news-mail-reply):
9933 Use goto-char rather than goto-line.
9934
9935 * term/ns-win.el (ns-open-file-select-line):
9936 Use line-beginning-position rather than goto-line.
9937
9938 * apropos.el (apropos-command):
9939 * ehelp.el (electric-helpify):
9940 * printing.el (pr-show-setup):
9941 * strokes.el (strokes-help):
9942 * tutorial.el (tutorial--describe-nonstandard-key)
9943 (tutorial--detailed-help):
9944 * woman.el (woman-mini-help, woman-display-extended-fonts):
9945 * calc/calc-help.el (calc-describe-key):
9946 * emulation/edt.el (edt-electric-helpify):
9947 * international/mule-diag.el (mule-diag):
9948 * play/yow.el (apropos-zippy):
9949 * progmodes/python.el (python-describe-symbol):
9950 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9951 * textmodes/table.el (*table--cell-describe-mode)
9952 (*table--cell-describe-bindings):
9953 Use help-print-return-message rather than the now obsolete alias.
9954
9955 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9956 (calendar-cursor-to-visible-date):
9957 * play/5x5.el (5x5-position-cursor):
9958 * play/decipher.el (decipher):
9959 * play/gomoku.el (gomoku-goto-xy):
9960 * play/landmark.el (lm-goto-xy):
9961 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9962 (mpuz-paint-digit):
9963 Use forward-line, not goto-line.
9964
9965 * mail/rmail.el (rmail-obsolete): Delete custom group.
9966 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9967 (rmail-remote-password, rmail-remote-password-required):
9968 Remove unneeded :set-after and :set properties.
9969
9970 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
9971
9972 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9973
9974 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
9975
9976 * loadup.el: Remove leftover macos code.
9977
9978 * vc-git.el (vc-git-annotate-command): Run asynchronously.
9979 Explicitly pass the date format to git blame so that user local
9980 so that the output format can be parsed.
9981
9982 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
9983
9984 * net/dbus.el (top): Don't check for (getenv
9985 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
9986
9987 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
9988
9989 * log-edit.el (log-edit-strip-single-file-name): New var.
9990 (log-edit-insert-changelog): Use it. Bug#3571
9991
9992 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9993
9994 * subr.el (read-passwd): Use read-key so keypad keys work as well.
9995 Bug#3287
9996
9997 * help.el (help-print-return-message): Rename from
9998 print-help-return-message.
9999
10000 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10001 cvs-mode-map parent hack.
10002 (log-view-mode): Derive from special-mode.
10003
10004 * linum.el (linum-mode): window-size-change-functions is redundant.
10005 Adapt to new window-configuration-change-hook behavior.
10006 (linum-after-size, linum-after-config): Remove.
10007
10008 * imenu.el (imenu-example--name-and-position)
10009 (imenu-example--lisp-extract-index-name)
10010 (imenu-example--create-lisp-index, imenu-example--create-c-index):
10011 Mark as obsolete.
10012
10013 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10014 (inferior-prolog-mode): Use it.
10015 (inferior-prolog-load-file): Reset list of errors.
10016
10017 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10018
10019 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10020
10021 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10022
10023 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
10024
10025 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10026 is running already.
10027
10028 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10029
10030 * subr.el (listify-key-sequence-1): Use normal syntax since those
10031 integers are nowadays always represented by the same (positive) number
10032 on all platforms.
10033 (read-key-empty-map): New const.
10034 (read-key-delay): New var.
10035 (read-key): New function.
10036 (force-mode-line-update): Use with-current-buffer.
10037 (locate-user-emacs-file): Don't forget to abbreviate the file name.
10038 (start-process-shell-command, start-file-process-shell-command):
10039 Discourage the use of command-args.
10040
10041 2009-08-19 Glenn Morris <rgm@gnu.org>
10042
10043 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10044
10045 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10046
10047 * simple.el (choose-completion-string): Don't rely on
10048 minibuffer-completing-file-name and ad-hoc checks to decide whether
10049 to continue completion or not.
10050
10051 * minibuffer.el (minibuffer-hide-completions): New function.
10052 (completion--do-completion): Use it.
10053 (completions-annotations): New face.
10054 (completion--insert-strings): Use it.
10055 (completion-pcm--delim-wild-regex): Add docstring.
10056 (completion-pcm--string->pattern): Add support for 0-width delimiters
10057 in completion-pcm--delim-wild-regex.
10058
10059 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
10060
10061 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10062 Remove unused var `buffer-modified-p'.
10063
10064 * minibuffer.el (completion--do-completion): Move point for the #b001
10065 case as well (bug#4176).
10066 (minibuffer-complete, minibuffer-complete-word): Don't move point.
10067
10068 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
10069
10070 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
10071 and :session buses.
10072
10073 2009-08-18 Kenichi Handa <handa@m17n.org>
10074
10075 * international/ucs-normalize.el (ucs-normalize-version):
10076 Change to 1.1.
10077 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10078 (utf-8-hfs): Make it perform normalization on encoding too.
10079
10080 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
10081 (sentence-end-without-space): Delete duplicated chars.
10082 (sentence-end-base): Likewise.
10083
10084 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
10085 (html-mode): Delete duplicated chars from sentence-end-base.
10086
10087 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
10088 (texinfo-mode): Delete duplicated chars from sentence-end-base.
10089
10090 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
10091
10092 * files.el (hack-one-local-variable): If the mode function is for
10093 a minor mode, pass it an argument (Bug#4148).
10094
10095 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
10096
10097 * net/tramp.el (tramp-register-completion-file-name-handler):
10098 Check also for (member 'partial-completion completion-styles).
10099
10100 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10101
10102 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10103 abbrev (Bug#3943).
10104
10105 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
10106
10107 * progmodes/cperl-mode.el: Merge upstream 6.2.
10108 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10109 (cperl-forward-re): Check cperl-brace-recursing.
10110 (cperl-highlight-charclass): New function.
10111 (cperl-find-pods-heres): Use it.
10112 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
10113 (cperl-beautify-regexp-piece): Fix column calculation.
10114 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
10115 (cperl-beautify-level): Don't process entire regexp.
10116 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10117 calling man.
10118 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10119 (cperl-init-faces): Build a list in the normal way.
10120
10121 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10122
10123 * calendar/parse-time.el (parse-time-string-chars): Save match
10124 data.
10125
10126 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10127
10128 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10129 (sql-product): Use it.
10130 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10131 (sql-set-product): Add completion.
10132 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10133 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10134 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10135 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10136 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10137 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10138 (sql-highlight-db2-keywords): Remove.
10139 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10140 (sql-highlight-product): Use derived-mode-p.
10141 (sql-set-sqli-buffer): Use with-current-buffer.
10142 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10143 Simplify.
10144
10145 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10146
10147 * term.el: Fix commenting convention, turn comments into docstrings.
10148
10149 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10150
10151 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10152
10153 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
10154
10155 * calendar/parse-time.el (parse-time-string-chars): Compute using
10156 character classes, to handle non-ascii characters (Bug#3190).
10157
10158 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10159
10160 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10161 another heredoc if the user adds another < (Bug#3226).
10162
10163 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10164 Don't initialize based on window-system (Bug#4124).
10165
10166 * facemenu.el (facemenu-read-color): Use a completion function
10167 that accepts any defined color, such as RGB triplets (Bug#3677).
10168
10169 * files.el (get-free-disk-space): Change fallback default
10170 directory to /. Expand DIR argument before switching to fallback.
10171 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10172
10173 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10174
10175 * files.el (load-library): Doc fix.
10176
10177 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
10178
10179 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10180 (viper-if-string): Redefine C-s in the minibuffer to insert the last
10181 incremental search string.
10182
10183 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10184 XEmacs.
10185
10186 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10187 (ediff-merge-region-is-non-clash)
10188 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10189 Also check if the job is really a merge job.
10190
10191 * ediff.el (ediff-current-file): New function.
10192
10193 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10194
10195 * progmodes/js.el: Edit docstrings throughout to follow Emacs
10196 conventions.
10197 (js-insert-and-indent): Delete function.
10198 (js-mode-map): Don't bind keys to js-insert-and-indent.
10199 (js-beginning-of-defun): Rename from js--beginning-of-defun.
10200 (js-end-of-defun): Rename from js--end-of-defun.
10201 (js-auto-indent-flag): Delete variable.
10202
10203 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
10204
10205 * progmodes/js.el: Remove proclaim statement.
10206 Defvar which-func-imenu-joiner-function to silence compiler.
10207
10208 * files.el (auto-mode-alist): Use js-mode for .js files.
10209
10210 * progmodes/js2-mode.el: Remove file.
10211
10212 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10213
10214 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10215
10216 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10217
10218 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
10219 Karl Landstrom <karl.landstrom@brgeight.se>
10220
10221 * progmodes/js.el: New file.
10222
10223 2009-08-14 Mark A. Hershberger <mah@everybody.org>
10224
10225 * timezone.el (timezone-parse-date): Add ability to understand ISO
10226 basic format (minimal separators) dates in addition to the
10227 already-supported extended format dates.
10228
10229 2009-08-14 Eli Zaretskii <eliz@gnu.org>
10230
10231 * international/ucs-normalize.el: Add a `coding' file variable.
10232
10233 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10234
10235 2009-08-14 Sam Steingold <sds@gnu.org>
10236
10237 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10238
10239 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
10240
10241 * faces.el (help-argument-name): Define it here instead of
10242 help-fns.el, because in daemon mode help-fns.el may be loaded when
10243 faces are still uninitialized (Bug#1078).
10244
10245 * help-fns.el (help-argument-name): Move defface to faces.el.
10246
10247 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
10248
10249 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10250 create buffer with a pty but no process so that GDB can make the
10251 inferior the controlling process.
10252
10253 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
10254
10255 * international/ucs-normalize.el: New file.
10256
10257 2009-08-13 Richard Stallman <rms@gnu.org>
10258
10259 * mail/rmail.el (rmail-get-attr-names):
10260 Accept an attribute header that is too short.
10261
10262 * mail/rmail.el (rmail-forget-messages):
10263 Ignore nil elt in rmail-message-vector. Use dotimes.
10264
10265 * progmodes/compile.el (compilation-goto-locus):
10266 Use next-error-move-function.
10267
10268 * simple.el (next-error-move-function): New variable.
10269
10270 2009-08-12 Juri Linkov <juri@jurta.org>
10271
10272 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10273 always non-nil. (Bug#4052)
10274
10275 * replace.el (read-regexp): Return empty string when
10276 `default-value' is nil.
10277 (keep-lines-read-args): Don't use empty string as the
10278 default value for `read-regexp'. (Bug#2495)
10279
10280 2009-08-12 Juri Linkov <juri@jurta.org>
10281
10282 * international/mule-cmds.el (ucs-insert): Change arguments
10283 from `arg' to `character', `count', `inherit' to be the same
10284 as in `insert-char'. Doc fix. (Bug#4039)
10285
10286 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10287
10288 2009-08-12 Juri Linkov <juri@jurta.org>
10289
10290 * files-x.el: New file.
10291
10292 * files.el: Move code that deals with adding/deleting
10293 file/directory-local variables to files-x.el.
10294
10295 * Makefile.in (ELCFILES): Add files-x.elc.
10296
10297 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
10298
10299 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10300 to use `goto-line'.
10301 (gdb-place-breakpoints, gdb-get-location): Rewritten without
10302 `goto-line'.
10303 (gdb-invalidate-disassembly): Do not refresh upon receiving
10304 'update signal. Instead, update all disassembly buffers only after
10305 threads list.
10306 (gdb): Send -target-detach when buffer is killed (Bug#3794).
10307 (gdb-starting): Moved -data-list-register-names...
10308 (gdb-stopped): ...here so it's sent when first thread stops.
10309 (gdb-registers-handler-custom): Do nothing if register names are
10310 unknown yet.
10311
10312 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10313 from `gdb-mi.el' to avoid extra tangling.
10314
10315 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
10316 change which breaks `gud-def' definitions used in `gdb'.
10317 (gdb-update-gud-running): No extra fuss for updating frame number.
10318
10319 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10320
10321 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10322 (describe-language-environment-map, setup-language-environment-map)
10323 (set-coding-system-map): Move initialization into declaration.
10324 (set-language-info-alist): Last arg to define-key-after can be skipped.
10325
10326 * international/quail.el (quail-completion-1): Simplify.
10327 (quail-define-rules): Use slightly more compact code.
10328 (quail-insert-decode-map): Propertize keys, compact columns.
10329
10330 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10331 Add goto-line.
10332
10333 2009-08-10 Miles Bader <miles@gnu.org>
10334
10335 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10336 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10337 (js2-instance-member, js2-private-member, js2-private-function-call)
10338 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10339 (js2-magic-paren, js2-external-variable):
10340 Remove "-face" suffix from face names.
10341 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10342 (js2-highlight-undeclared-vars, js2-peek-token)
10343 (js2-parse-function-params, js2-mode-show-errors)
10344 (js2-mode-show-warnings, js2-make-magic-delimiter)
10345 (js2-mode-highlight-magic-parens): Update to use new face names.
10346
10347 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
10348
10349 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10350 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
10351
10352 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
10353
10354 * subr.el: Provide hashtable-print-readable.
10355
10356 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10357 hs-c-like-adjust-block-beginning.
10358 (hs-hide-block-at-point): Stop hiding at the beginning of
10359 hs-block-end-regexp (Bug#700).
10360
10361 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
10362
10363 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10364 a macro.
10365 (gdb-registers-handler-custom): Do not fail when register names
10366 are unavailable.
10367
10368 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10369
10370 * progmodes/gdb-mi.el (gdb-control-all-threads)
10371 (gdb-control-current-thread): Interactive setters for
10372 `gdb-gud-control-all-threads' to use in menu.
10373 (gdb-show-run-p): Show «Go» when process is not active.
10374 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
10375 gud/thread.xpm and gud/all.xpm.
10376
10377 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
10378
10379 * net/net-utils.el (net-utils-font-lock-keywords): New var.
10380 (nslookup-font-lock-keywords): Make it a variable.
10381 (net-utils-mode): New mode for viewing diagnostic network output.
10382 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10383 (net-utils-run-simple): New function.
10384 (ifconfig, iwconfig, netstat, arp, route): Use it.
10385
10386 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10387
10388 * progmodes/gdb-mi.el (gdb-read-memory-custom)
10389 (gdb-memory-set-address, def-gdb-set-positive-number)
10390 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10391 after changing settings.
10392 (gdb-invalidate-disassembly): Update when first shown.
10393 (gdb-edit-locals-value): Fixed.
10394 (gdb-registers-handler-custom): Print registers in right order and
10395 allow changing register values (only for current thread yet).
10396 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10397 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10398 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10399 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
10400 info in mode name.
10401 (gdb-registers-mode-map): TAB to switch to locals.
10402
10403 2009-08-08 Eli Zaretskii <eliz@gnu.org>
10404
10405 * mail/rmail.el (rmail-add-mbox-headers)
10406 (rmail-set-message-counters-counter): Search for
10407 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
10408
10409 2009-08-08 Glenn Morris <rgm@gnu.org>
10410
10411 * Makefile.in (ELCFILES): Update.
10412
10413 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10414
10415 * mail/sendmail.el (mail-yank-original): Set
10416 buffer-file-coding-system from the one used by the message whose
10417 text is yanked.
10418
10419 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10420 to "windows" when "pgnuplot" is used.
10421 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
10422 call accept-process-output if "pgnuplot" is used.
10423 (calc-graph-init): Don't send -display and -geometry to
10424 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
10425 running "pgnuplot -V" with shell-command-to-string.
10426
10427 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10428 the default.
10429
10430 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10431
10432 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
10433 org/org-latex.elc.
10434
10435 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10436
10437 * vc-dispatcher.el (vc-resynch-window): Update comment.
10438
10439 * term.el (term-handle-ansi-escape): Add comments with the
10440 terminfo capabilities implemented.
10441
10442 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
10443
10444 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10445 (gdb-var-create-handler): Rewritten using JSON parser.
10446 (gdb-propertize-header): Moved earlier.
10447 (gdb-set-header): Removed to avoid duplication.
10448 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10449 Refresh disassembly buffers only after threads list have been
10450 update.
10451 (gdb-threads-header, gdb-registers-header): Per-buffer header line
10452 variables.
10453
10454 2009-08-04 Juri Linkov <juri@jurta.org>
10455
10456 * files.el: Commands to add/delete file/directory-local variables.
10457 (read-file-local-variable, read-file-local-variable-value)
10458 (read-file-local-variable-mode, modify-file-local-variable)
10459 (modify-file-local-variable-prop-line)
10460 (modify-dir-local-variable): New functions.
10461 (add-file-local-variable, delete-file-local-variable)
10462 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10463 (add-dir-local-variable, delete-dir-local-variable)
10464 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10465 (copy-dir-locals-to-file-locals-prop-line): New commands.
10466
10467 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
10468
10469 * abbrev.el (insert-abbrev-table-description): Prettify output.
10470 Suggested by Karl Chen.
10471
10472 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
10473
10474 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
10475 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
10476 (gdb-overlay-arrow-position, gdb-thread-position)
10477 (gdb-disassembly-position): Declare variables.
10478 (gdb-wait-for-pending): Function now.
10479 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10480 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10481 compilation goes smoothly.
10482 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10483 (gdb-non-stop-setting): New customization setting which replaces
10484 `gdb-non-stop' so changing it doesn't break active GDB session.
10485 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10486 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10487 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10488 (gdb-show-threads-by-default): New customization options.
10489 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10490 routines.
10491 (gdb-get-buffer-create): Send buffers update signal when they are
10492 created.
10493 (gdb-invalidate-locals, gdb-invalidate-registers)
10494 (gdb-invalidate-breakpoints)
10495 (gdb-invalidate-threads, gdb-invalidate-disassembly)
10496 (gdb-invalidate-memory): Accept update signal.
10497 (gdb-current-context-command): Use --frame option.
10498 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10499 Implement `gdb-frame-number' selection logic.
10500 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10501 whether to show GUD toolbar buttons.
10502 (gdb-thread-exited): Unselect current thread when it exits.
10503 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10504 (gdb-mark-line): Routine which sets overlay arrow or inverses
10505 video on fringeless displays.
10506 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10507 to build aligned columns of data in GDB buffers and set text
10508 properties line-by-line.
10509 (gdb-invalidate-breakpoints)
10510 (gdb-breakpoints-list-handler-custom)
10511 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10512 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10513 (gdb-registers-handler-custom): Align data columns.
10514 (gdb-locals-handler-custom): Now prints data like in variable
10515 declarations.
10516 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10517 Removed confusing buttons.
10518 (gdb-invalidate-threads): Append --frame.
10519 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10520 between breakpoints/threads buffers.
10521 (gdb-set-window-buffer): Now can ignore dedicated windows.
10522 (gdb-propertize-header): Use `gdb-set-window-buffer'.
10523 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10524 (def-gdb-thread-buffer-gud-command): Replaces
10525 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10526 for fine thread control.
10527 (gdb-preempt-existing-or-display-buffer): New function used to
10528 display bound buffers without breaking window layout.
10529 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10530 (gdb-select-frame): New version of `gdb-frames-select' which now
10531 sets `gdb-frame-number' so commands may use --frame option instead
10532 of inner debugger state.
10533 (gdb-frame-handler): Do not set `gdb-frame-number'.
10534 (gdb-threads-mode-map): Select threads with mouse.
10535
10536 * progmodes/gud.el (gdb-gud-context-call): Declare function to
10537 avoid compilation warning.
10538 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10539 `gdb-show-stop-p`.
10540
10541 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10542 Argument `key' renamed to `buffer-type'.
10543 (gdb-current-context-buffer-name): Do not add thread info to
10544 buffer name when no thread is selected.
10545 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10546 command (bug 3794).
10547 (gdb-thread-selected): Handle `=thread-selected' notification.
10548 (gdb-wait-for-pending): New macro to deal with congestion problems.
10549 (gdb-breakpoints-list-handler-custom): Don't fail on pending
10550 breakpoints.
10551 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10552 This fixes problem similar to one described in bug 3947.
10553 (gud-menu-map): More menu items.
10554 (gdb-init-1): Reset `gdb-thread-number' to nil.
10555
10556 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10557 non-stop settings.
10558
10559 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10560 (gdb-current-context-command): Do not append --thread if
10561 `gdb-thread-number' is nil.
10562 (gdb-running-threads-count, gdb-stopped-threads-count): New
10563 variables.
10564 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10565 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
10566 customization options.
10567 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10568 GUD commands.
10569 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
10570 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10571 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10572 set `gdb-thread-number' and update `gud-running' properly.
10573 (gdb-running): Update threads list when new threads appear.
10574 (gdb-stopped): Support non-stop operation and new thread switching
10575 logic.
10576 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10577 (gdb-json-partial-output): New set of JSON routines.
10578 (def-gdb-auto-update-trigger): New `signal-list' optional
10579 argument.
10580 (gdb-thread-list-handler-custom): Update `gud-running',
10581 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10582 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10583 (gdb-continue-thread, gdb-step-thread): New commands for fine
10584 thread execution control.
10585 (gud-menu-map): New menu items to switch non-stop options.
10586 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
10587 (gdb-send): Mimic RET properly (bug 3794).
10588
10589 * progmodes/gdb-mi.el (gdb-rules-name-maker)
10590 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10591 gdb-buffer-rules.
10592 (def-gdb-auto-update-handler): New nopreserve optional argument.
10593 (gdb-stack-list-frames-custom): Print stack from top to bottom.
10594
10595 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
10596 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10597 (gdb-parent-mode): New mode to derive other GDB modes from.
10598 (gdb-display-disassembly-for-thread)
10599 (gdb-frame-disassembly-for-thread): New commands for threads
10600 buffer.
10601
10602 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10603 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
10604 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10605 (gdb-update): We now store all GDB buffers in a list so that they
10606 can be updated by traversing a list instead of calling invalidate
10607 triggers explicitly.
10608 (def-gdb-trigger-and-handler): New macro to define trigger-handler
10609 pair for GDB buffer.
10610 (gdb-stack-buffer-name): Add thread information.
10611 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10612 handle pending triggers.
10613 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10614 (def-gdb-thread-buffer-simple-command)
10615 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10616 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
10617 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10618 New commands which show buffers bound to thread.
10619 (gdb-stack-list-locals-regexp): Removed unused regexp.
10620
10621 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10622 (gdb-locals-buffer-name, gdb-registers-buffer-name)
10623 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10624 to (gud-comint-buffer) in *-buffer-name functions
10625 because (gdb-get-target-string) already does that.
10626 (gdb-locals-handler-custom, gdb-registers-handler-custom)
10627 (gdb-changed-registers-handler): Rewritten without regexps.
10628
10629 * progmodes/gdb-mi.el: Basic thread selection support.
10630 (gdb-thread-number): New variable.
10631 (gdb-current-context-command): New macro which adds --thread
10632 option to command.
10633 (gdb-threads-mode-map): Select thread with SPC.
10634 (gdb-thread-list-handler-custom): Mark current thread with overlay
10635 arrow. Synchronize GDB thread and Emacs thread.
10636 (gdb-select-thread): New command which selects current thread.
10637 (gdb-invalidate-frames, gdb-invalidate-locals)
10638 (gdb-invalidate-registers): Use --thread option.
10639
10640 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
10641
10642 * net/tramp.el (top): Make check for tramp-gvfs loading more
10643 robust. (Bug#3977)
10644 (tramp-handle-insert-file-contents): `unwind-protect' must be
10645 inside `with-parsed-tramp-file-name'.
10646
10647 * net/tramp-gvfs.el (top): Remove superfluous message when loading
10648 fails.
10649
10650 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
10651
10652 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10653 directory if CLASSPATH is not set.
10654
10655 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
10656
10657 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10658 New defconst.
10659 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
10660
10661 2009-08-02 Kevin Ryde <user42@zip.com.au>
10662
10663 * net/newst-backend.el (newsticker--raw-url-list-defaults):
10664 Update freshmeat link. Delete newsforge.com as it seems gone.
10665
10666 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10667
10668 * select.el (x-set-selection): Doc fix (Bug#4021).
10669
10670 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10671
10672 * help-fns.el (describe-variable): Treat list return values from
10673 dir-locals-find-file properly (Bug#4005).
10674
10675 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
10676
10677 * net/tramp.el (tramp-debug-message): Print also microseconds.
10678
10679 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
10680
10681 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10682 or END is non-nil.
10683 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10684 (tramp-get-debug-buffer): Change `outline-regexp' according to new
10685 format.
10686
10687 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
10688 (tramp-get-file-property): Use it.
10689
10690 * autorevert.el (auto-revert-handler): Allow
10691 `auto-revert-tail-mode' for remote files.
10692
10693 2009-08-02 Jason Rumney <jasonr@gnu.org>
10694
10695 * minibuffer.el (read-file-name): Treat confirm options to
10696 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
10697
10698 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10699
10700 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10701 (font-lock-variable-name-face, font-lock-constant-face): Darken
10702 the colors for light backgrounds.
10703
10704 2009-08-01 Eli Zaretskii <eliz@gnu.org>
10705
10706 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10707 month names. (Bug#3987)
10708
10709 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
10710
10711 * simple.el (line-move-finish): Pass whole number to
10712 line-move-to-column.
10713 (line-move-visual): Perform hscroll to the recorded position.
10714
10715 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
10716
10717 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10718
10719 2009-07-29 Alan Mackenzie <acm@muc.de>
10720
10721 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10722
10723 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
10724
10725 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10726 (gdb-place-breakpoints): Use full path when setting breakpoints.
10727
10728 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
10729
10730 * calc/calc.el (calc-mode-map): Add keybinding for
10731 `calc-transpose-lines'.
10732
10733 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
10734
10735 * calc/calc-misc.el (calc-transpose-lines): New function.
10736
10737 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
10738
10739 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10740 Simplify check for out-of-band methods.
10741 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10742 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
10743
10744 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
10745
10746 * vc-git.el (vc-git-checkin): Fix typo.
10747
10748 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
10749
10750 * progmodes/js2-mode.el: New file.
10751
10752 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
10753
10754 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10755 (gud-menu-map): Adjust tooltip accordingly.
10756
10757 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10758
10759 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10760 (vc-bzr-log-view-mode): Adjust log-view-file-re.
10761
10762 * add-log.el (change-log-mode-map): Add a menu.
10763
10764 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
10765
10766 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10767 function returns nil.
10768 (dbus-handle-event): Handle special return value :ignore.
10769 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10770
10771 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
10772
10773 * view.el (view-mode-enable): Don't define Helper-return-blurb if
10774 it's not needed.
10775
10776 2009-07-25 Eli Zaretskii <eliz@gnu.org>
10777
10778 Fix Bug#3888:
10779
10780 * w32-vars.el (x-select-enable-clipboard): Doc fix.
10781
10782 * term/pc-win.el (x-display-name, x-colors)
10783 (x-select-enable-clipboard, x-select-text): Doc fix.
10784
10785 * term/common-win.el (x-display-name, x-colors): Doc fix.
10786
10787 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10788 (xw-defined-colors): Doc fix.
10789
10790 * w32-fns.el (x-select-text, x-setup-function-keys)
10791 (x-get-selection, x-set-selection): Doc fix.
10792
10793 * term/x-win.el (x-select-text, x-setup-function-keys)
10794 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10795
10796 * select.el (x-set-selection): Doc fix.
10797
10798 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
10799
10800 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10801 instead of "IsNSSSupportAvailable". Avahi ought to work also when
10802 "IsNSSSupportAvailable" method is not available. Reported by
10803 Steve Youngs <steve@sxemacs.org>.
10804
10805 2009-07-24 Kenichi Handa <handa@m17n.org>
10806
10807 * international/characters.el: Fix setting of category ?C, ?|, ?K,
10808 and ?H. Fix setting of case for Latin Extended and Greek Extended.
10809 (build-unicode-category-table): Fix range checks.
10810
10811 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10812
10813 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10814 the buffer we try to sync is current when calling
10815 vc-resynch-buffer.
10816
10817 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10818 not show up to date files.
10819
10820 2009-07-24 Glenn Morris <rgm@gnu.org>
10821
10822 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10823 Add autoload cookies. If necessary, initialize.
10824 (elint-log): Handle non-file buffers.
10825 (elint-initialize): Add optional argument to reinitialize.
10826 (elint-find-builtin-variables): Save excursion.
10827
10828 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10829
10830 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10831 for Lint.
10832
10833 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10834
10835 * vc.el (vc-print-log-internal): New function, split out from ...
10836 (vc-print-log): ... here.
10837 (vc-dir-move-to-goal-column): Declare.
10838
10839 * vc-git.el (vc-git-add-signoff): New variable.
10840 (vc-git-checkin): Use it.
10841 (vc-git-toggle-signoff): New function.
10842 (vc-git-extra-menu-map): Bind it to menu.
10843 (vc-git--run-command-string): Accept a nil FILE argument.
10844 (vc-git-stash-list): New function.
10845 (vc-git-dir-extra-headers): Use it.
10846
10847 2009-07-23 Glenn Morris <rgm@gnu.org>
10848
10849 * help-fns.el (describe-variable): Describe ignored and risky local
10850 variables in a similar way to that in which we describe safe ones.
10851
10852 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10853 (byte-compile-output-file-form, byte-compile-output-docform)
10854 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10855 Give some more local variables with common names a "bytecomp-" prefix,
10856 so as not to shadow things during compilation.
10857 * emacs-lisp/cl-macs.el (load-time-value)
10858 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10859 `outbuffer' to `bytecomp-outbuffer'.
10860
10861 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10862 since the next two variables cover them automatically now.
10863 (elint-builtin-variables, elint-autoloaded-variables): New.
10864 (elint-unknown-builtin-args): Remove all members, since they can be
10865 parsed automatically now.
10866 (elint-extra-errors): New.
10867 (elint-env-add-env, elint-env-add-macro): Use cadr.
10868 (elint-current-buffer): Use or. Change final message.
10869 (elint-get-top-forms): Use line-end-position.
10870 (elint-init-env): Use cadr. Handle autoload, declare-function,
10871 and defalias.
10872 (elint-add-required-env): Doc fix. Use or. Standardize error.
10873 (regexp-assoc): Remove unused function.
10874 (elint-top-form): Set elint-current-pos, to record the start of the
10875 top-level form, for compilation-mode.
10876 (elint-form): Trap errors in macro expansion. Use dolist.
10877 (elint-unbound-variable): Use elint-builtin-variables and
10878 elint-autoloaded-variables.
10879 (elint-get-args): Use cadr, or.
10880 (elint-check-cond-form): Use dolist, cadr.
10881 (elint-check-condition-case-form): Doc fix. Use cadr.
10882 Use elint-extra-errors.
10883 (elint-log): New function.
10884 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10885 Distinguish errors and warnings.
10886 (elint-log-message): Use with-current-buffer. Inhibit read-only.
10887 Use a bytecomp-style format.
10888 (elint-clear-log): Preserve default-directory. Inhibit read-only.
10889 (elint-get-log-buffer): Use compilation mode. Disable undo.
10890 Don't truncate lines.
10891 (elint-initialize): Set builtin and autoloaded variable lists.
10892 Only process elint-unknown-builtin-args if non-nil.
10893 (elint-find-builtin-variables, elint-find-autoloaded-variables):
10894 New functions.
10895 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
10896
10897 2009-07-22 Kevin Ryde <user42@zip.com.au>
10898
10899 * net/newst-backend.el (newsticker--parse-atom-1.0)
10900 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10901 (newsticker--parse-rss-1.0):
10902 * progmodes/idlwave.el (idlwave-mode):
10903 * progmodes/idlw-shell.el (idlwave-shell-mode):
10904 * progmodes/vera-mode.el (vera-mode):
10905 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10906 * progmodes/vhdl-mode.el (vhdl-mode):
10907 * textmodes/table.el (table-generate-source)
10908 (table--warn-incompatibility):
10909 Hyperlink urls in docstrings with URL `...'.
10910
10911 2009-07-22 Glenn Morris <rgm@gnu.org>
10912
10913 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10914 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10915 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10916 Remove leading * from defcustom docs.
10917
10918 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
10919
10920 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10921 defcustom doc.
10922 (list-load-path-shadows): Optionally, just return shadows as a string.
10923
10924 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10925
10926 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
10927
10928 * mail/rmailedit.el (rmail-edit-mode): Use
10929 auto-save-include-big-deletions.
10930
10931 * mail/rmail.el (rmail-variables): Use
10932 auto-save-include-big-deletions.
10933
10934 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10935 changes.
10936
10937 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
10938
10939 * calc/calc.el (calc-undo-length): New variable.
10940 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10941
10942 2009-07-21 Richard Stallman <rms@gnu.org>
10943
10944 * files.el (auto-save-mode): Handle buffer-save-size = -2
10945 for toggling mode.
10946
10947 2009-07-21 Glenn Morris <rgm@gnu.org>
10948
10949 * textmodes/ispell.el (ispell-looking-back): Update declaration.
10950
10951 * calendar/todo-mode.el (calendar-current-date): Update declaration.
10952
10953 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10954 silence compiler. Instead...
10955 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10956 (ps-print-ensure-fontified): Update for above function name changes.
10957
10958 * printing.el (pr-mh-get-msg-num, pr-mh-show)
10959 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10960 silence compiler. Instead...
10961 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10962 (mh-show-buffer): Only define for compiler.
10963 (pr-mh-current-message): Update for above function name changes.
10964
10965 * files.el (abort-if-file-too-large): Explicitly pass `filename'
10966 as an argument.
10967 (find-file-noselect, insert-file-1): Update for above change.
10968
10969 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10970
10971 * mail/mailclient.el (mailclient-send-it): Fix message.
10972
10973 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10974 (edebug-eval): Check cl-debug-env is bound.
10975 (print-level, print-circle): Don't redefine built-in variables.
10976
10977 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10978 (custom-print-vectors): Remove old comments from doc.
10979
10980 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10981 (emerge-version): Make the variable an obsolete alias for the
10982 emacs-version variable. Make the function obsolete.
10983 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10984 Emerge options, rather than merging in into the main Options menu.
10985 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
10986 and auto advance modes. Disable edit/fast items when not relevant.
10987
10988 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10989
10990 * term/vt420.el (terminal-init-vt420): Fix typo.
10991
10992 2009-07-20 Sam Steingold <sds@gnu.org>
10993
10994 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10995 variable (removed from compile.el on 2004-03-11).
10996
10997 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
10998
10999 * files.el (hack-local-variables-filter): Fix last change.
11000
11001 2009-07-19 Juri Linkov <juri@jurta.org>
11002
11003 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11004 (dir-local-variables-alist): New buffer-local variable.
11005 (hack-local-variables-filter): If variable is not dir-local,
11006 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11007 because file-local overrides dir-local.
11008 (c-postprocess-file-styles) <declare-function>:
11009 Remove obsolete declaration.
11010 (hack-dir-local-variables): Add dir-local variable/value pair to
11011 `dir-local-variables-alist' and remove duplicates. Doc fix.
11012
11013 * help-fns.el (describe-variable): Add information about
11014 file-local and dir-local variables.
11015
11016 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
11017
11018 * files.el (hack-local-variables-filter): Rewrite.
11019
11020 2009-07-19 Glenn Morris <rgm@gnu.org>
11021
11022 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11023 Silence compiler by only defining on XEmacs.
11024
11025 * international/mule.el (auto-coding-regexp-alist): Only match
11026 BABYL... at the start of buffer, not of lines. (Bug#3790)
11027
11028 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11029 non-calendar buffers (Bug#3862). Restore "not on a date" message.
11030 (cal-menu-context-mouse-menu): Doc fix.
11031
11032 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11033
11034 * simple.el (mail-user-agent): Doc fix. Set :version tag.
11035
11036 2009-07-18 Juri Linkov <juri@jurta.org>
11037
11038 * info.el: Virtual Info keyword finder.
11039 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
11040 (Info-finder-file): New variable.
11041 (Info-finder-find-file): New function.
11042 (finder-known-keywords, finder-package-info)
11043 (find-library-name, lm-commentary): Use defvar and
11044 declare-function to silence compiler warnings.
11045 (Info-finder-find-node): New function.
11046 (info-finder): New command.
11047
11048 * subr.el (process-kill-buffer-query-function): New function.
11049 (add-hook)<kill-buffer-query-functions>: Add hook
11050 `process-kill-buffer-query-function'.
11051
11052 2009-07-18 Alan Mackenzie <acm@muc.de>
11053
11054 * progmodes/cc-mode.el (c-before-hack-hook)
11055 (c-postprocess-file-styles): Give invocation of `c-set-style'
11056 DONT-OVERRIDE parameter of t. Already set style variables will
11057 thus not be overridden by style settings given by `c-file-syle'.
11058
11059 * files.el (hack-local-variables-filter): Remove entries with
11060 duplicate keys from `file-local-variables-alist'.
11061
11062 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11063
11064 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11065 x-set-selection if display-selections-p returns nil for the
11066 current frame.
11067
11068 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
11069
11070 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11071
11072 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11073
11074 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11075 Accept nil in addition to a regexp.
11076 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11077 Accept nil in addition to a regexp.
11078 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11079 buffers that have an associated file. Handle nil values of
11080 desktop-buffers-not-to-save and desktop-files-not-to-save.
11081 (Bug#3833)
11082
11083 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11084 (x-disown-selection-internal): New functions.
11085
11086 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
11087
11088 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11089 warning.
11090 (gdb-breakpoints-header): Move forward to avoid compiler warning.
11091 (gdb-make-header-line-mouse-map): Remove duplicate definition.
11092
11093 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
11094
11095 * simple.el (set-mark): Revert last change.
11096
11097 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
11098
11099 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11100 rendering of pngs is not possible instead of messaging a long
11101 description.
11102
11103 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
11104
11105 * w32-fns.el (x-selection-owner-p): New function.
11106
11107 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
11108 (mouse-yank-at-click, mouse-yank-primary): If
11109 select-active-regions is non-nil, deactivate the mark before
11110 insertion.
11111
11112 * simple.el (deactivate-mark, set-mark): Only save selection if we
11113 own it.
11114
11115 2009-07-17 Kenichi Handa <handa@m17n.org>
11116
11117 * case-table.el (describe-buffer-case-table): Fix for the case
11118 that KEY is a cons.
11119
11120 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11121
11122 * vc-rcs.el (vc-rcs-find-file-hook):
11123 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11124
11125 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
11126
11127 * net/tramp.el (tramp-wait-for-output): Handle the case when
11128 commands do not return a newline but a null byte before the shell
11129 prompt. (Bug#3858)
11130
11131 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11132
11133 * term/ns-win.el (ns-set-alpha): Don't declare.
11134 (ns-set-background-alpha): Remove function.
11135
11136 2009-07-16 Kevin Ryde <user42@zip.com.au>
11137
11138 * emacs-lisp/copyright.el (copyright-update): Save match-data across
11139 y-or-n-p, for safety.
11140
11141 2009-07-16 Richard Stallman <rms@gnu.org>
11142
11143 * files.el (auto-save-mode): If buffer-saved-size is -2,
11144 don't clobber it.
11145
11146 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11147 (rmail-retry-ignored-headers): Add more uninteresting fields.
11148
11149 2009-07-15 Jari Aalto <jari.aalto@cante.net>
11150
11151 * net/rcirc.el (rcirc): Use history variables.
11152 (rcirc-server-name-history, rcirc-nick-name-history)
11153 (rcirc-server-port-history): New variables.
11154
11155 2009-07-15 Kenichi Handa <handa@m17n.org>
11156
11157 * international/mule-cmds.el (set-language-environment-charset):
11158 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11159 ignore them.
11160
11161 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11162 Delete unibyte-display.
11163
11164 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11165
11166 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11167
11168 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11169
11170 * simple.el (deactivate-mark): Optional argument FORCE.
11171 (set-mark): Use deactivate-mark.
11172
11173 * info.el (Info-search): No need to check transient-mark-mode
11174 before calling deactivate-mark.
11175
11176 * select.el (x-set-selection): Doc fix.
11177 (x-valid-simple-selection-p): Allow buffer values.
11178 (xselect--selection-bounds): Handle buffer values. Suggested by
11179 David De La Harpe Golden.
11180
11181 * mouse.el (mouse-set-region, mouse-drag-track): Call
11182 copy-region-as-kill before setting the mark, to let
11183 select-active-regions work.
11184
11185 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
11186
11187 * simple.el (deactivate-mark): If select-active-regions is
11188 non-nil, copy the selection data into a string.
11189 (activate-mark): If select-active-regions is non-nil, set the
11190 selection to the current buffer.
11191 (set-mark): Update selection if select-active-regions is non-nil.
11192
11193 * select.el (x-valid-simple-selection-p): Allow buffer values.
11194
11195 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
11196
11197 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11198 and more featureful message-mode.
11199
11200 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
11201
11202 * select.el (x-set-selection): Doc fix.
11203 (x-valid-simple-selection-p): Disallow selection data consisting
11204 of a list or cons of integers, since that is not used.
11205 (xselect--selection-bounds, xselect--int-to-cons): New functions.
11206 (xselect-convert-to-string, xselect-convert-to-length)
11207 (xselect-convert-to-filename, xselect-convert-to-charpos)
11208 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11209
11210 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
11211
11212 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11213 output in -break-info command (Emacs bug #3794).
11214
11215 2009-07-14 Glenn Morris <rgm@gnu.org>
11216
11217 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11218 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11219 (edebug-print-length, edebug-print-level, edebug-print-circle)
11220 (edebug-sit-for-seconds, edebug-view-outside)
11221 (edebug-bounce-point, edebug-set-global-break-condition)
11222 (edebug-Go-nonstop-mode, edebug-trace-mode)
11223 (edebug-Trace-fast-mode, edebug-continue-mode)
11224 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11225 (edebug-visit-eval-list): Doc fixes.
11226
11227 * subr.el (def-edebug-spec): Doc fix.
11228
11229 2009-07-14 Kenichi Handa <handa@m17n.org>
11230
11231 * international/characters.el: Fix setting of category ?C.
11232
11233 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
11234
11235 * term/ns-win.el (x-select-font): defalias x-select-font to
11236 ns-popup-font-panel instead of generate-fontset-menu.
11237
11238 2009-07-12 Eli Zaretskii <eliz@gnu.org>
11239
11240 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
11241
11242 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
11243
11244 * arc-mode.el (archive-find-type): Allow for a PK00 string before
11245 the PK\003\004 header (Bug#3770).
11246
11247 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
11248
11249 * pcomplete.el (pcomplete-comint-setup): Check for
11250 shell-dynamic-complete-filename too.
11251
11252 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
11253
11254 * simple.el (temporary-goal-column): Change the value for
11255 line-move-visual to a cons cell.
11256 (line-move-visual): Record or set the window hscroll, if
11257 necessary (Bug#3494).
11258 (line-move-1): Handle cons value of temporary-goal-column.
11259
11260 2009-07-11 Kenichi Handa <handa@m17n.org>
11261
11262 * international/mule-diag.el (describe-character-set): Don't show
11263 width.
11264
11265 2009-07-10 Sam Steingold <sds@gnu.org>
11266
11267 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11268 Omake sometimes indents the errors it prints, so allow all
11269 regexps to start with spaces.
11270
11271 2009-07-10 Eli Zaretskii <eliz@gnu.org>
11272
11273 * cus-edit.el (customize-changed-options-previous-release):
11274 Bump value to 22.1. (Bug#3804)
11275
11276 2009-07-08 Sam Steingold <sds@gnu.org>
11277
11278 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11279 to be a cons cell (test . ignored-directory) to selectively ignore
11280 some directories depending on the location of the search.
11281
11282 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
11283
11284 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11285 remote user is root, on the local host.
11286 (tramp-local-host-p): Either the local user or the remote user
11287 must be root. (Bug#3771)
11288
11289 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11290
11291 * progmodes/gdb-mi.el (gdb): Remove description of
11292 gdb-use-separate-io-buffer.
11293 (menu): Don't allow toggling of or enable
11294 gdb-use-separate-io-buffer from menubar.
11295
11296 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
11297
11298 * mail/unrmail.el (unrmail): Make sure the message ends with two
11299 newlines (Bug#3769).
11300
11301 2009-07-08 Glenn Morris <rgm@gnu.org>
11302
11303 * calendar/calendar.el (calendar-current-date): Rework previous change.
11304
11305 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
11306
11307 * calendar/calendar.el (calendar-current-date):
11308 Add an optional argument giving an offset from today.
11309
11310 2009-07-08 Glenn Morris <rgm@gnu.org>
11311
11312 * tutorial.el (tutorial--describe-nonstandard-key):
11313 Adjust the message for when a key has been unbound.
11314 (help-with-tutorial): Hide the arch-tag.
11315
11316 2009-07-08 Kenichi Handa <handa@m17n.org>
11317
11318 * international/fontset.el (setup-default-fontset): For each
11319 script, append (not set) font-specs.
11320
11321 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11322 docstring.
11323
11324 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11325
11326 * progmodes/gdb-mi.el (gdb-init-1): Move sending
11327 -data-list-register-names to ...
11328 (gdb-starting): ... here because GDB 7.0 requires execution to
11329 have started when using this MI command.
11330 (gdb-set-header): New function to distinguish select and
11331 unselected tabs in gdb buffers.
11332 (gdb-propertize-header): New macro that uses gdb-set-header.
11333 (gdb-breakpoints-header, gdb-locals-header): Use it.
11334 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
11335
11336 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
11337
11338 * Makefile.in (ELCFILES): Remove fadr.elc.
11339
11340 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
11341
11342 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11343 may contain frame information, so `string-match' should be used.
11344 (gdb-update): Disassembly is invalidated through
11345 `gdb-get-selected-frame'.
11346 (gdb-pad-string): New function to pad string with spaces.
11347 (gdb-invalidate-disassembly): Invalidate only if the buffer
11348 exists.
11349 (gdb-disassembly-handler-custom): Column alignment.
11350 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11351 placing new ones.
11352 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11353 end of line, too.
11354 (gdb-frame-handler): Match convention to for disassembly buffer
11355 mode name.
11356 (gdb-stack-list-frames-handler): Rewritten without regexps.
11357 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11358 not highlight breakpoints without line information.
11359 (gdb-input): Add trailing newline to command.
11360
11361 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11362 buffer properly.
11363 (gdb-breakpoints-list-handler-custom): Replacement for
11364 `gdb-break-list-handler'. Using real parser instead of regexps
11365 now.
11366 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11367 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11368 to place breakpoints.
11369 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11370 functions.
11371 (gdb-disassembly-handler-custom): Show overlay arrow.
11372 (gdb-disassembly-place-breakpoints): Show breakpoints in
11373 disassembly buffer.
11374 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11375 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
11376 instead of parsing breakpoints buffer. Fixed old menu references
11377 in `gud-menu-map'.
11378
11379 * fadr.el: Remove.
11380
11381 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
11382 (gdb-memory-address): New variable which holds top address of
11383 memory page shown in memory buffer.
11384 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
11385 customization variables.
11386 New functions:
11387 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11388 display the memory buffer.
11389 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11390 buffer display parameters.
11391 (def-gdb-memory-format, gdb-memory-format-binary)
11392 (gdb-memory-format-octal, gdb-memory-format-unsigned)
11393 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11394 Functions for setting memory buffer format.
11395 (gdb-memory-unit-word, gdb-memory-unit-halfword)
11396 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11397 unit size used in memory buffer.
11398 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
11399 to next/previous page of memory buffer.
11400 Now using (bindat-get-field) instead of fadr functions.
11401
11402 2009-07-07 Sam Steingold <sds@gnu.org>
11403
11404 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11405 non-top-level files.
11406
11407 2009-07-07 Kenichi Handa <handa@m17n.org>
11408
11409 * international/mule-cmds.el (reset-language-environment): Put
11410 the highset priority to the charset iso-8859-1.
11411
11412 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11413
11414 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11415 to the end of the line when locating the block (Bug#700).
11416
11417 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
11418
11419 * net/tramp.el (tramp-handle-write-region): Flush file properties
11420 in case of short track.
11421
11422 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
11423
11424 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11425 Coded custom representation of verilog error regular expressions
11426 to work with Emacs-22's new format.
11427 (verilog-error-regexp-xemacs-alist): Coded custom representation
11428 of verilog error regular expressions to work with XEmacs format.
11429 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11430 error recognition into XEmacs.
11431 (verilog-error-regexp-add-emacs): Hook routine to install verilog
11432 error recognition into Emacs-22.
11433
11434 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11435
11436 * woman.el: Remove stand-alone closing parentheses.
11437 (woman-file-name, woman2-format-paragraphs)
11438 (woman-leave-blank-lines): Code cleanup.
11439 (woman-use-own-frame): Change default to nil.
11440 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
11441 defaults to inherit from default faces.
11442 (woman2-process-escapes): Consume the newline after a stand-alone
11443 filler character (Bug#3651).
11444
11445 2009-07-06 Glenn Morris <rgm@gnu.org>
11446
11447 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11448 (top-level): Move provide to the end.
11449 (ffap): Remove defunct URL from custom group.
11450
11451 * subr.el (eval-after-load): Doc fix.
11452
11453 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
11454
11455 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11456 `calc-embedded-word' is called twice.
11457
11458 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11459
11460 * files.el (find-alternate-file-other-window, find-alternate-file):
11461 Obey confirm-nonexistent-file-or-buffer.
11462
11463 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
11464
11465 * dired-aux.el (dired-show-file-type): Handle remote files.
11466
11467 2009-07-05 Jari Aalto <jari.aalto@cante.net>
11468
11469 * desktop.el (desktop-globals-to-save):
11470 Add file-name-history (Bug#2750).
11471
11472 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
11473
11474 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
11475
11476 2009-07-04 Johan Bockgård <bojohan@gnu.org>
11477
11478 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11479 property on entire argument since this is what eshell-lisp-command
11480 expects.
11481
11482 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
11483
11484 * net/tramp-gvfs.el (tramp-gvfs-methods)
11485 (tramp-gvfs-zeroconf-domain)
11486 (tramp-bluez-discover-devices-timeout): Add version flag.
11487 (tramp-gvfs-handler-mounted-unmounted)
11488 (tramp-gvfs-connection-mounted-p): Polish handling of
11489 incompatibilities between GVFS 0.2 and 1.0.
11490
11491 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
11492
11493 * cus-start.el (all): Add make-pointer-invisible.
11494
11495 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
11496
11497 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
11498 formatted correctly.
11499
11500 2009-07-02 Juri Linkov <juri@jurta.org>
11501
11502 * info.el: Virtual Info files and nodes.
11503 (Info-virtual-files, Info-virtual-nodes): New variables.
11504 (Info-current-node-virtual): New variable.
11505 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11506 New functions.
11507 (Info-file-supports-index-cookies): Use Info-virtual-file-p
11508 to check for a virtual file instead of checking a fixed list
11509 of node names.
11510 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11511 instead of ad-hoc processing of "dir" and (apropos history toc).
11512 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11513 instead of ad-hoc processing of "dir" and (apropos history toc).
11514 Reread a file when moving from a virtual node.
11515 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11516 (Info-directory-toc-nodes, Info-directory-find-file)
11517 (Info-directory-find-node): New functions.
11518 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11519 (Info-history): Move part of code to
11520 `Info-history-find-node'.
11521 (Info-history-toc-nodes, Info-history-find-file)
11522 (Info-history-find-node): New functions.
11523 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11524 (Info-toc): Move part of code to `Info-toc-find-node'.
11525 (Info-toc-find-node): New function.
11526 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
11527 the current Info file name to references because now the node
11528 "*TOC*" belongs to the same Info manual.
11529 (Info-toc-build): Rename from `Info-build-toc'.
11530 (Info-toc-nodes): Rename input argument `file' to `filename'.
11531 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11532 instead of ad-hoc processing of ("dir" apropos history toc).
11533 (Info-index-nodes): Use Info-virtual-file-p
11534 to check for a virtual file instead of checking a fixed list
11535 of node names.
11536 (Info-index-node): Add check for `Info-current-node-virtual'.
11537 Raise `save-match-data' higher up the tree to contain
11538 `search-forward' too (bug fix).
11539 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11540 (Info-virtual-index-nodes): New variable.
11541 (Info-virtual-index-find-node, Info-virtual-index): New functions.
11542 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11543 (Info-apropos-file, Info-apropos-nodes): New variables.
11544 (Info-apropos-toc-nodes, Info-apropos-find-file)
11545 (Info-apropos-find-node, Info-apropos-matches): New functions.
11546 (info-apropos): Move part of code to `Info-apropos-find-node' and
11547 `Info-apropos-matches'.
11548 (Info-mode-map): Bind "I" to `Info-virtual-index'.
11549 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11550 for a virtual file instead of checking a fixed list of node names.
11551
11552 * simple.el (async-shell-command): New command.
11553
11554 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11555
11556 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11557 instead of `mount-info'.
11558
11559 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
11560
11561 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
11562 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
11563
11564 2009-07-02 Kenichi Handa <handa@m17n.org>
11565
11566 * international/mule.el (set-keyboard-coding-system): Force *-unix
11567 coding-system to avoid eol conversion.
11568
11569 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
11570
11571 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11572 Add handler for `process-file', `shell-command' and
11573 `start-file-process'.
11574 (tramp-gvfs-handle-shell-command)
11575 (tramp-gvfs-handle-start-file-process)
11576 (tramp-gvfs-handle-process-file): New defuns.
11577 (tramp-synce-list-devices): Simplify check for existence of property.
11578
11579 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
11580
11581 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11582
11583 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
11584
11585 * language/korean.el (set-language-info-alist): Add korean-cp949,
11586 cp949 to spec.
11587
11588 2009-07-01 Kenichi Handa <handa@m17n.org>
11589
11590 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11591
11592 * international/encoded-kb.el: Deleted.
11593
11594 * international/mule.el (set-keyboard-coding-system): Perform the
11595 necessary setup here instead of calling encoded-kbd-setup-display.
11596
11597 2009-07-01 Glenn Morris <rgm@gnu.org>
11598
11599 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11600
11601 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
11602
11603 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
11604
11605 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
11606
11607 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11608 Handle also the 'rename case, when setting file modes. (Bug#3712)
11609 (tramp-default-file-modes): Remove execute permissions.
11610
11611 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
11612 (top): Add a default for "synce" in `tramp-default-user-alist'.
11613 Add completion function for "synce" method.
11614 (tramp-hal-service, tramp-hal-path-manager)
11615 (tramp-hal-interface-manager, tramp-hal-interface-device):
11616 New defconst.
11617 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11618 (tramp-synce-list-devices, tramp-synce-parse-device-names):
11619 New defuns.
11620
11621 * net/trampver.el: Update release number.
11622
11623 2009-06-30 Kenichi Handa <handa@m17n.org>
11624
11625 * international/fontset.el (setup-default-fontset): Add CJK fonts
11626 for symbols and the other miscellaneous characters.
11627
11628 * language/korea-util.el (setup-korean-environment-internal):
11629 Make char-width-table suitable for Korean environments.
11630 (exit-korean-environment): Cancel above.
11631
11632 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11633 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
11634 setup-function to make char-width-table suitable for respective
11635 environments, and an exit-function to cancel that.
11636
11637 * language/japan-util.el (setup-japanese-environment-internal):
11638 Call use-cjk-char-width-table with arg `ja_JP'.
11639
11640 * international/characters.el (cjk-char-width-table): Delete it.
11641 (cjk-char-width-table-list): New variable.
11642 (use-cjk-char-width-table): New arg local-name.
11643 (use-default-char-width-table): Fix for the case that Emacs is
11644 already using the default char-width-table.
11645
11646 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
11647
11648 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11649 modes mandatory. (Bug#3712)
11650
11651 2009-06-29 Alan Mackenzie <acm@muc.de>
11652
11653 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
11654 correction between the visible width of TABs and their number of bytes.
11655
11656 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
11657
11658 * server.el (server-buffer-done): Prevent kill-buffer from
11659 prompting by clearing the buffer modification flag (Bug#3696).
11660
11661 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
11662
11663 * progmodes/verilog-mode.el (verilog-beg-of-statement)
11664 (verilog-endcomment-reason-re): Support unique case and priority case.
11665 (verilog-basic-complete-re): Support localparam lineup.
11666 (verilog-beg-of-statement-1): Fix for robustness, unique case.
11667 (verilog-set-auto-endcomments): Fix for unique case, always_comb
11668 commenting.
11669 (verilog-leap-to-case-head): Now support *nested* unique &
11670 priority case statements.
11671 (verilog-auto-lineup): Make just declarations the default (as it
11672 had been).
11673 (verilog-leap-to-case-head): Support priority/unique case statements.
11674 (verilog-auto-lineup): Rework to give users radio buttons to
11675 select the various styles of automatic lineup.
11676 (verilog-error-regexp-alist): Rework to support the XEmacs style
11677 of error regular expressions from compilers, lint tools &
11678 simulators. Note that GNU Emacs has made it impossible for a mode
11679 to load such things.
11680 (electric-verilog-terminate-line, verilog-indent-declaration)
11681 (verilog-auto-wiure): Rework for radio button selection of
11682 auto-lineup selection of specification of auto lineup.
11683 (verilog-beg-of-statement-1): Redesign to support proper operation
11684 in additional code, based on testing with auto-lineup.
11685 (verilog-calculate-indent, assignments & declarations)
11686 (verilog-backward-token): Enhance to support auto-lineup of
11687 assignments & declarations.
11688 (verilog-in-directive-p, verilog-at-struct-p): New function for
11689 easy test of whether we are.
11690 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11691 to support safe execution at almost anyline.
11692 (verilog-calc-1): Properly support indenting deep inside generate
11693 blocks.
11694 (verilog-init-font): Remove definition & use of verilog-init-font,
11695 as it is redundant with font-lock-defaults.
11696 (verilog-mode): Alter the definition of verilog-font-lock-defaults
11697 to avoid circular calls if syntax-ppss is a function (as is the
11698 case now in 22.x GNU Emacs) as that function would sometimes call
11699 itself, leading to (nearly) infinite recursion.
11700 (verilog-ovm-begin-re, verilog-ovm-end-re)
11701 (verilog-ovm-statement-re, verilog-leap-to-head)
11702 (verilog-backward-token): Add support for OVM macros. Some are
11703 complete statements, and others open and close scopes like begin
11704 and end.
11705 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11706 (verilog-defun-level-generate-only-re): Really fix the defun-list
11707 compilation issue.
11708 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
11709 coverpoint, constraint and cross statements.
11710 (verilog-defun-level-list, verilog-generate-defun-level-list)
11711 (verilog-all-defun-level-list): Redo these specifications - it is
11712 too hard to support eval-when compile aggregation of lists also
11713 built at when-compile time.
11714 (verilog-defun-level-list): Place defconsts of variables used in
11715 building regular expressions which are built in eval-when-compile
11716 bodies in the same eval-when-compile body to facilitate compile
11717 without load.
11718 (verilog-beg-block-re-ordered): Support indenting
11719 virtual/protected tasks and functions.
11720 (verilog-defun-level-list, verilog-in-generate-region-p)
11721 (verilog-backward-ws&directives, verilog-calc-1): Speed up
11722 indentation of some module items (generate items).
11723 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11724 across virtual/protected tasks and functions.
11725
11726 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
11727
11728 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
11729 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
11730 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11731 in concatenations. Reported by Yishay Belkind.
11732 (verilog-auto-ascii-enum): Support one-hot state machines in
11733 AUTOASCIIENUM. Suggested by Lloyd Gomez.
11734 (verilog-auto-inst, verilog-auto-inst-port): Include interface
11735 modport in AUTOINST and add vl-modport for users. Reported by
11736 David Rogoff.
11737 (verilog-auto-inout-module, verilog-auto-inst)
11738 (verilog-decls-get-interfaces, verilog-insert-definition)
11739 (verilog-insert-one-definition, verilog-read-decls)
11740 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11741 (verilog-sig-modport, verilog-signals-combine-bus)
11742 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11743 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11744 Suggested by David Rogoff.
11745 (verilog-repair-open-comma): Fix non-insertion of comma when
11746 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
11747 (verilog-make-width-expression): Simplify [A-1:0] expression
11748 widths to just {A{1'b0}}.
11749 (verilog-mode): Cleanup checkdoc warnings.
11750 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11751 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
11752 inputs/outputs or data type. Suggested by Vasu Kandadi.
11753 (next-error-last-buffer): Fix byte-compiler warning.
11754 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11755 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
11756 or shell command text during AUTO expansion. Suggested by Tad Truex.
11757 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
11758 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11759 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
11760 in AUTOINOUT. Reported by Matthew Lovell.
11761 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11762 causing use of <= assignments. Reported by Alex Reed.
11763 (verilog-read-decls): Fix triand, trior, wand, wor to be
11764 recognized by AUTOWIRE. Reported by Spencer Isaacson.
11765 (verilog-extended-complete-re): Support import "DPI-C" functions.
11766 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
11767 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
11768 (verilog-insert-date, verilog-insert-year)
11769 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11770 Windows systems. Reported by Michael Potts.
11771 (verilog-read-module-name): Fix AUTOINST when the child module
11772 declaration's name is a tick define. Reported by Elliot Mednick.
11773 (verilog-read-decls): Fix V2K parameter bit subscripts getting
11774 passed to next parameter's definition. Reported by Bruce T.
11775 (verilog-read-decls): Fix detecting "parameter int" when using
11776 AUTOINSTPARAM. Reported by Bruce T.
11777 (verilog-goto-defun): Fix goto not finding modules unless first
11778 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
11779 (verilog-mode): Expand -f flag arguments on entry to mode so
11780 verilog-goto-defun will work. Reported by Lawrence Butcher.
11781 (verilog-getopt): Expand environment variables in -f file
11782 arguments. Suggested by Lawrence Butcher.
11783 (verilog-set-define): Fix "Symbol's value as variable is void"
11784 when reading enumerations.
11785 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11786 Suggested by Stephen Peltan.
11787 (verilog-read-defines): Fix reading of enumerations in include
11788 files. Reported by Steve Peltan.
11789
11790 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
11791
11792 * files.el (trash-directory): Fix defcustom type.
11793
11794 2009-06-28 Juri Linkov <juri@jurta.org>
11795
11796 * help-fns.el (describe-function-1): Correctly locate adviced
11797 functions in hyperlink (Bug#2438).
11798
11799 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
11800
11801 * files.el (trash-directory): Change default to nil.
11802 (move-file-to-trash): If trash-directory is nil and
11803 system-move-file-to-trash is unbound, perform freedesktop-style
11804 trashing.
11805
11806 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
11807
11808 * files.el (move-file-to-trash): Add freedesktop trash
11809 support (Bug#973).
11810
11811 2009-06-28 Glenn Morris <rgm@gnu.org>
11812
11813 * autorevert.el (global-auto-revert-non-file-buffers)
11814 (global-auto-revert-mode): Doc fixes.
11815
11816 2009-06-27 Johan Bockgård <bojohan@gnu.org>
11817
11818 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11819
11820 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
11821
11822 * faces.el (x-handle-named-frame-geometry): Ensure that we have
11823 opened an X connection before calling x-get-resource (Bug#3194).
11824
11825 * play/doctor.el: Remove reference to obsolete website.
11826 (make-doctor-variables): Correct grammar mistake (Bug#2633).
11827
11828 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
11829
11830 Remove find-file-not-found-hook VC method. (Bug#2757)
11831 * vc-hooks.el (vc-file-not-found-hook)
11832 (vc-default-find-file-not-found-hook): Remove functions.
11833 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11834 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11835 * vc.el:
11836 * vc-hg.el:
11837 * vc-git.el: Do not mention find-file-not-found-hook VC method.
11838
11839 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
11840
11841 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
11842 compatibility function for `looking-back'.
11843
11844 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11845 Use `ispell-looking-back'.
11846
11847 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
11848
11849 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
11850 rather than `filename'.
11851
11852 2009-06-23 Miles Bader <miles@gnu.org>
11853
11854 * face-remap.el (text-scale-set): New function.
11855
11856 2009-06-23 Glenn Morris <rgm@gnu.org>
11857
11858 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11859
11860 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11861
11862 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11863
11864 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11865
11866 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11867 Simplify Persian conditionals.
11868
11869 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11870 variable `filename'.
11871
11872 * comint.el (comint-insert-input): Doc fix.
11873
11874 * Makefile.in (ELCFILES): Fix typo in previous change.
11875
11876 2009-06-23 Miles Bader <miles@gnu.org>
11877
11878 * cus-start.el: Add entry for `recenter-redisplay'.
11879
11880 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11881
11882 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11883 Add an optional argument for the backend, use it instead of
11884 calling vc-backend.
11885 (vc-mode-line): Add an optional argument for the backend.
11886 Pass the backend to vc-state and vc-working-revision. Move code for
11887 special handling for vc-state being a buffer to ...
11888
11889 * vc-rcs.el (vc-rcs-find-file-hook):
11890 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
11891
11892 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11893 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11894 vc-stay-local-p and vc-mode-line calls.
11895
11896 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11897 (vc-cvs-diff, vc-cvs-annotate-command)
11898 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11899 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11900 vc-mode-line calls.
11901
11902 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11903 direct comparison.
11904 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11905 backend when calling vc-mode-line.
11906 (vc-register): Do not create a closure for calling the vc register
11907 function, call it directly.
11908
11909 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11910
11911 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11912 to make it obvious item can be clicked.
11913
11914 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11915
11916 2009-06-23 Kenichi Handa <handa@m17n.org>
11917
11918 * language/korea-util.el (korean-key-bindings): Change the binding
11919 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
11920 same command.
11921
11922 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
11923
11924 Sync with Tramp 2.1.16.
11925
11926 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11927
11928 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
11929 when a loading of a package fails. Completion function for rsync
11930 is `tramp-completion-function-alist-ssh'.
11931 (all): Replace all calls of `split-string' and
11932 `tramp-split-string' by `tramp-compat-split-string'.
11933 (tramp-default-method): Use `tramp-compat-process-running-p'.
11934 (tramp-default-proxies-alist): Allow also Lisp forms.
11935 (tramp-remote-path): Add choice "Private Directories".
11936 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
11937 (tramp-domain-regexp): Allow also "-", "_" and ".".
11938 (tramp-end-of-output): Remove newlines, and add "$" at the end.
11939 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11940 (tramp-debug-message): Insert header line in debug buffer.
11941 (tramp-handle-directory-files-and-attributes-with-stat):
11942 Care about filenames with spaces, or starting with "-".
11943 (tramp-handle-dired-uncache): New defun.
11944 (tramp-handle-insert-directory): Don't flush the directory from
11945 cache, this is handled by `dired-uncache' now.
11946 (tramp-handle-insert-file-contents): Improve error handling.
11947 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11948 Quote `tramp-end-of-output'.
11949 (tramp-action-password): Improve trace message.
11950 (tramp-check-for-regexp): Both echoes must be present, before removing.
11951 (tramp-open-connection-setup-interactive-shell): Trace coding system.
11952 (tramp-compute-multi-hops): Eval cons cells of
11953 `tramp-default-proxies-alist'.
11954 (tramp-maybe-open-connection): Use the same command pattern for
11955 first hop and further hops.
11956 (tramp-wait-for-output): Remove handling of newlines.
11957 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11958 (tramp-split-string): Remove function. It is handled in
11959 tramp-compat now.
11960
11961 * net/tramp-cmds.el (tramp-bug):
11962 Recommend `tramp-cleanup-all-connections' in the bug mail.
11963
11964 * net/tramp-compat.el (tramp-compat-split-string)
11965 (tramp-compat-process-running-p): New defuns.
11966
11967 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11968 for `dired-uncache'.
11969
11970 * net/tramp-gvfs.el: New package.
11971
11972 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11973 Add handler for `dired-uncache'.
11974 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11975
11976 * net/trampver.el: Update release number. Make version check fit
11977 for SXEmacs 22.
11978
11979 2009-06-22 Jim Meyering <meyering@redhat.com>
11980
11981 Automatically handle .xz suffix (XZ-compressed files), too.
11982 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11983 XZ is the successor to LZMA: <http://tukaani.org/xz/>
11984
11985 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
11986 Nick Roberts <nickrob@snap.net.nz>
11987
11988 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
11989 repository (http://sphinx.net.ru/hg/gdb-mi/).
11990
11991 2009-06-22 Glenn Morris <rgm@gnu.org>
11992
11993 * files.el (dir-locals-collect-mode-variables): Allow for any number of
11994 `mode' and `eval' entries. (Bug#3430)
11995
11996 * Makefile.in (ELCFILES): Add fadr.elc.
11997
11998 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11999 differing behavior of \n and ^ in strings. (Bug#3385)
12000
12001 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12002
12003 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12004 property.
12005 (lisp-indent-function): Make it a defcustom.
12006
12007 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
12008
12009 * progmodes/gdb-ui.el: Replace with ...
12010 * progmodes/gdb-mi.el: ... this file.
12011 * progmodes/gud.el: Modify for gdb-mi.el.
12012
12013 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
12014
12015 * fadr.el: New file.
12016
12017 See ChangeLog.14 for earlier changes.
12018
12019 ;; Local Variables:
12020 ;; coding: utf-8
12021 ;; End:
12022
12023 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
12024
12025 This file is part of GNU Emacs.
12026
12027 GNU Emacs is free software: you can redistribute it and/or modify
12028 it under the terms of the GNU General Public License as published by
12029 the Free Software Foundation, either version 3 of the License, or
12030 (at your option) any later version.
12031
12032 GNU Emacs is distributed in the hope that it will be useful,
12033 but WITHOUT ANY WARRANTY; without even the implied warranty of
12034 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12035 GNU General Public License for more details.
12036
12037 You should have received a copy of the GNU General Public License
12038 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
12039
12040 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1