(normal-erase-is-backspace-mode): Fix thinko in message.
[bpt/emacs.git] / lisp / ChangeLog
1 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
4
5 2009-12-01 Glenn Morris <rgm@gnu.org>
6
7 * window.el (window--display-buffer-2): Fix previous changes.
8
9 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
10
11 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
12
13 2009-12-01 Glenn Morris <rgm@gnu.org>
14
15 * Makefile.in (ELCFILES): Add mpc.elc.
16
17 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
18
19 * mpc.el: New file.
20
21 2009-12-01 Glenn Morris <rgm@gnu.org>
22
23 * window.el (window-to-use): Define for compiler.
24
25 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
26 consistent with others (no final period).
27
28 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
29 (rmail-mime-show): Downcase the encoding. (Bug#5070)
30
31 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
32
33 Make vc-print-log buttons work.
34 * log-view.el (log-view-mode-map): Inherit from from widget-keymap.
35
36 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
37
38 * savehist.el (savehist-autosave-interval): Allow setting to nil
39 through customize. (Bug#5056)
40
41 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
42
43 Fix references to jit-lock properties.
44 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
45 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
46 (perl-font-lock-special-syntactic-constructs):
47 Quote jit-lock-defer-multiline property.
48
49 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
50
51 * vc-git.el (vc-git-registered): Call vc-git-root only once.
52
53 2009-11-30 Juri Linkov <juri@jurta.org>
54
55 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
56 value `buffer' of `multi-isearch-next-buffer-current-function'.
57 Use `(current-buffer)' when `buffer' is nil.
58 (multi-isearch-next-buffer-from-list): Don't fallback to
59 `(current-buffer)' when `buffer' is nil. (Bug#4947)
60
61 2009-11-30 Juri Linkov <juri@jurta.org>
62
63 * misearch.el (multi-isearch-read-buffers): Move canonicalization
64 of buffers with `get-buffer' to `multi-isearch-buffers'.
65 (multi-isearch-buffers, multi-isearch-buffers-regexp):
66 Canonicalize BUFFERS with `get-buffer'. Doc fix.
67 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
68 FILES with `expand-file-name' converting relative file names
69 to absolute. Doc fix. (Bug#4727)
70
71 2009-11-30 Juri Linkov <juri@jurta.org>
72
73 * misearch.el (multi-isearch-read-buffers)
74 (multi-isearch-read-matching-buffers): New functions.
75 (multi-isearch-buffers, multi-isearch-buffers-regexp):
76 Use them in the `interactive' spec. Doc fix.
77 (multi-isearch-read-files, multi-isearch-read-matching-files):
78 New functions.
79 (multi-isearch-files, multi-isearch-files-regexp):
80 Use them in the `interactive' spec. Doc fix. (Bug#4725)
81
82 2009-11-30 Juri Linkov <juri@jurta.org>
83
84 * doc-view.el (doc-view-continuous):
85 Rename from `doc-view-continuous-mode'.
86 (doc-view-menu): Move "Toggle display" to the top.
87 Add submenu "Continuous" with radio buttons "Off"/"On"
88 and "Save as Default".
89 (doc-view-scroll-up-or-next-page)
90 (doc-view-scroll-down-or-previous-page)
91 (doc-view-next-line-or-next-page)
92 (doc-view-previous-line-or-previous-page): Rename
93 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
94
95 2009-11-30 Juri Linkov <juri@jurta.org>
96
97 * comint.el (comint-mode-map): Rebind `M-r' from
98 `comint-previous-matching-input' to
99 `comint-history-isearch-backward-regexp'.
100 Unbind `M-s' to allow global key binding `M-s'.
101 Add menu items for `comint-history-isearch-backward' and
102 `comint-history-isearch-backward-regexp'. (Bug#3746)
103
104 2009-11-30 Juri Linkov <juri@jurta.org>
105
106 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
107 For def=recenter, replace `recenter' with `recenter-top-bottom'
108 that is called with `this-command' and `last-command' let-bound
109 to `recenter-top-bottom'. When the last `def' was not `recenter',
110 set `recenter-last-op' to nil. (Bug#4981)
111
112 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
113
114 Minor cleanup and simplification.
115 * filecache.el (file-cache-add-directory)
116 (file-cache-add-directory-recursively)
117 (file-cache-add-from-file-cache-buffer)
118 (file-cache-delete-file-regexp, file-cache-delete-directory)
119 (file-cache-files-matching-internal, file-cache-display): Use dolist.
120 (file-cache-temp-minibuffer-message): Delete function.
121 (file-cache-minibuffer-complete): Use minibuffer-message instead.
122
123 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
124 Don't signal an error when bumping into EOB in tr, s, or y.
125
126 2009-11-29 Juri Linkov <juri@jurta.org>
127
128 * startup.el (fancy-about-text): Fix wording of Guided Tour.
129 (Bug#4960)
130
131 * descr-text.el (describe-char-unidata-list): Use lowercase name
132 for "Unicode name" like in other tags.
133
134 2009-11-29 Juri Linkov <juri@jurta.org>
135
136 * ediff-util.el (ediff-minibuffer-with-setup-hook):
137 New compatibility macro.
138 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
139
140 2009-11-29 Juri Linkov <juri@jurta.org>
141
142 Add defcustom to define the cycling order of `recenter-top-bottom'.
143 (Bug#4981)
144
145 * window.el (recenter-last-op): Doc fix.
146 (recenter-positions): New defcustom.
147 (recenter-top-bottom): Rewrite to use `recenter-positions'.
148 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
149
150 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
151
152 Improve integration of Tramp and ange-ftp in eshell.
153
154 * eshell/em-unix (eshell/whoami): Make it a defun but a defalias.
155 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
156 (eshell/sudo): Flatten args. Let-bind `default-directory'.
157
158 * eshell/esh-util.el (top): Require also Tramp when compiling.
159 (eshell-directory-files-and-attributes): Check for FTP remote
160 connection.
161 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
162 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
163 (eshell-file-attributes): Handle ".". Return `entry'.
164
165 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
166 (ange-ftp-directory-files-and-attributes)
167 (ange-ftp-real-directory-files-and-attributes): New defuns.
168
169 * net/tramp.el (tramp-maybe-open-connection): Open the remote
170 shell with "exec" when possible. This prevents trailing prompts
171 in `start-file-process'.
172
173 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
174
175 Try and remove assumptions about point-min==1.
176 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
177 (rng-compute-mode-line-string): Show the validation percentage in
178 terms of the narrowed text, not the widened text.
179 (rng-do-some-validation): Don't catch internal errors when debugging.
180 (rng-first-error): Simplify.
181 (rng-after-change-function): Remove work around. AFAIK the bug has
182 been fixed a while ago.
183
184 * image-mode.el (image-minor-mode): Exit more gracefully when the image
185 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
186
187 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
188
189 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
190 `cd' doesn't always do it for us (bug#5067).
191
192 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
193 on 2009-10-25 as part of some other change (bug#5067).
194
195 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
196
197 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
198 `suspicious'.
199 (byte-compile-warnings): Use byte-compile-warning-types.
200 (byte-compile-save-excursion): Warn about use of set-buffer right
201 after save-excursion.
202
203 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
204 the excursion as well.
205
206 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
207
208 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
209 providing a Tramp related implementation of "su" and "sudo".
210 (eshell-unix-initialize): Add "su" and "sudo".
211
212 2009-11-27 Daiki Ueno <ueno@unixuser.org>
213
214 * net/socks.el (socks-send-command): Convert binary request to
215 unibyte before sending. This fixes mishandling of some port
216 numbers such as 129.
217
218 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
219
220 * help.el (describe-bindings-internal): Remove `interactive'.
221
222 * man.el (Man-completion-table): Trim a terminating "(".
223 Remove the space between name page a section.
224 Add the command's description on the `help-echo' property.
225 Remove `process-connection-type' binding since it's unused by
226 call-process.
227 Provide completion for the "<section> <name>" format as well.
228 (Man-default-man-entry): Remove spurious var shadowing the argument.
229
230 2009-11-26 Kevin Ryde <user42@zip.com.au>
231
232 * log-view.el: Add "Keywords: tools", since its other keywords
233 aren't in finder-known-keywords, and following vc.el.
234
235 * sha1.el (sha1-string-external): default-directory "/" in case
236 otherwise non-existent. process-connection-type pipe for touch of
237 efficiency recommended by elisp manual. (An aside in Bug#3911.)
238
239 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
240
241 Misc coding convention cleanups.
242 * htmlfontify.el (hfy-init-kludge-hook): Rename from
243 hfy-init-kludge-hooks.
244 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
245 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
246 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
247 and push.
248 (hfy-slant, hfy-weight): Use tables rather than code.
249 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
250 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
251 (hfy-face-attr-for-class): Initialize `face-spec' directly.
252 (hfy-face-to-css): Remove `nconc' with single arg.
253 (hfy-p-to-face-lennart): Use `or'.
254 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
255 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
256 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
257 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
258 (hfy-force-fontification): Use run-hooks.
259
260 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
261
262 Various minor fixes.
263 * htmlfontify.el (hfy-default-header): Add toggle_invis since
264 Javascript belongs in the header, not the body.
265 (hfy-javascript): Remove.
266 (hfy-fontify-buffer): Don't insert it any more.
267 (hfy-face-at): Handle (face0 face1 face2) style face properties.
268 Fix bug in invis handling when there were no invis props in a chunk.
269
270 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
271
272 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
273
274 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
275
276 * finder.el (finder-mode-map): Add a menu.
277
278 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
279
280 * verilog-mode.el (verilog-at-struct-p): Support "signed" and
281 "unsigned" structs.
282
283 (verilog-leap-to-head, verilog-backward-token): Handle "disable
284 fork" statement better.
285
286 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
287
288 * verilog-mode.el (verilog-auto-insert-lisp, verilog-delete-auto)
289 (verilog-delete-empty-auto-pair, verilog-library-filenames):
290 Fix AUTOINSERTLISP to support insert-file. Reported by Clay Douglass.
291
292 (verilog-auto-inst, verilog-auto-star-safe)
293 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
294 Fix removing "// Interfaces" when saving .* expansions. Reported by
295 Pierre-David Pfister.
296
297 2009-11-26 Glenn Morris <rgm@gnu.org>
298
299 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
300 the scope.
301
302 2009-11-25 Johan Bockgård <bojohan@gnu.org>
303
304 * vc-annotate.el (vc-annotate-revision-previous-to-line):
305 Really use previous revision.
306
307 2009-11-25 Kevin Ryde <user42@zip.com.au>
308
309 * man.el (Man-completion-table): default-directory "/" in case
310 doesn't otherwise exist. process-environment COLUMNS=999 so as
311 not to truncate long names. process-connection-type pipe to avoid
312 any chance of hitting the pseudo-tty TIOCGWINSZ.
313 (man): completion-ignore-case t for friendliness and since man
314 itself is case-insensitive on the command line.
315 Further to Bug#3717.
316
317 * arc-mode.el: Add "Keywords: files", so the details in its
318 commentary can be reached from finder-by-keyword.
319 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
320 editing mode, but it's comms related and sgml-mode.el has "comm"
321 on that basis too.
322 * textmodes/bibtex-style.el: Add "Keywords: tex".
323 * international/isearch-x.el, international/ja-dic-cnv.el:
324 * international/ja-dic-utl.el, international/kkc.el:
325 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
326
327 2009-11-25 Juri Linkov <juri@jurta.org>
328
329 * man.el (Man-completion-table): Modify regexp to include
330 section names to completion strings. (Bug#3717)
331
332 2009-11-25 Juri Linkov <juri@jurta.org>
333
334 Search recursively in gzipped files. (Bug#4982)
335
336 * progmodes/grep.el (grep-highlight-matches): Add new options
337 `always' and `auto'. Doc fix.
338 (grep-process-setup): Check `grep-highlight-matches' for
339 `auto-detect' to determine the need to compute grep defaults.
340 Move Windows/DOS specific --colors settings handling
341 to `grep-compute-defaults'. Check `grep-highlight-matches'
342 to get the value of "--color=".
343 (grep-compute-defaults): Compute `grep-highlight-matches' when it
344 has the value `auto-detect'. Move Windows/DOS specific settings
345 from `grep-process-setup'.
346 (zrgrep): New command with alias `rzgrep'.
347
348 2009-11-25 Juri Linkov <juri@jurta.org>
349
350 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
351 to nil instead of switching off view-mode. (Bug#4896)
352
353 2009-11-25 Juri Linkov <juri@jurta.org>
354
355 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
356
357 * mwheel.el (mwheel-scroll-up-function)
358 (mwheel-scroll-down-function): New defvars.
359 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
360 `scroll-up', and `mwheel-scroll-down-function' instead of
361 `scroll-down'.
362
363 * doc-view.el (doc-view-scroll-up-or-next-page)
364 (doc-view-scroll-down-or-previous-page): Add optional ARG.
365 Use this ARG in the call to image-scroll-up/image-scroll-down.
366 Change `interactive' spec to "P". Goto next/previous page only
367 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
368 SPC/DEL case). Doc fix.
369 (doc-view-next-line-or-next-page)
370 (doc-view-previous-line-or-previous-page): Rename arg to ARG
371 for consistency.
372 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
373 `doc-view-scroll-up-or-next-page', and buffer-local
374 `mwheel-scroll-down-function' to
375 `doc-view-scroll-down-or-previous-page'.
376
377 2009-11-25 Juri Linkov <juri@jurta.org>
378
379 Provide additional default values (directories at other Dired
380 windows) via M-n in the minibuffer of some Dired commands.
381
382 * dired-aux.el (dired-diff, dired-compare-directories)
383 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
384 `minibuffer-default' in `minibuffer-with-setup-hook'.
385 (dired-dwim-target-directory): Find a window that displays Dired
386 buffer instead of failing when the next window is not Dired.
387 Use `get-window-with-predicate' to find for the next Dired window.
388 (dired-dwim-target-defaults): New function.
389
390 * ediff-util.el (ediff-read-file-name):
391 Use `dired-dwim-target-defaults' to set `minibuffer-default'
392 in `minibuffer-with-setup-hook'.
393
394 2009-11-25 Juri Linkov <juri@jurta.org>
395
396 Provide additional default values (file name at point or at the
397 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
398
399 * minibuffer.el (read-file-name-defaults): New function.
400 (read-file-name): Reset `minibuffer-default' to nil when
401 it duplicates initial input `insdef'.
402 Bind `minibuffer-default-add-function' to lambda that
403 calls `read-file-name-defaults' in `minibuffer-selected-window'.
404 (minibuffer-insert-file-name-at-point): New command.
405
406 * files.el (file-name-at-point-functions): New defcustom.
407 (find-file-default): Remove defvar.
408 (find-file-read-args): Don't use `find-file-default'.
409 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
410 to `read-file-name'.
411 (find-file-literally): Use `read-file-name' with
412 `confirm-nonexistent-file-or-buffer'.
413
414 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
415
416 * dired.el (dired-read-dir-and-switches):
417 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
418 to `read-file-name'.
419 (dired-file-name-at-point): New function.
420 (dired-mode): Add hook `dired-file-name-at-point' to
421 `file-name-at-point-functions'.
422
423 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
424
425 Really make the *Completions* window soft-dedicated (bug#5030).
426 * window.el (window--display-buffer-2): Add `dedicated' argument.
427 (display-buffer): Pass it when needed so the dedicated flag is set
428 after calling set-window-buffer, which would otherwise reset it.
429
430 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
431
432 * progmodes/meta-mode.el (meta-complete-symbol):
433 * progmodes/etags.el (complete-tag):
434 * mail/mailabbrev.el (mail-abbrev-complete-alias):
435 Use completion-in-region.
436
437 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
438 (dabbrev-completion): Use completion-in-region.
439 (dabbrev--abbrev-at-point): Simplify regexp.
440
441 * abbrev.el (abbrev--before-point): Use word-motion functions
442 if :regexp is not specified (bug#5031).
443
444 * subr.el (string-prefix-p): New function.
445
446 * man.el (Man-completion-cache): New var.
447 (Man-completion-table): Use it.
448
449 * vc.el (vc-print-log-internal): Make `limit' optional for better
450 compatibility (e.g. with vc-annotate.el).
451
452 2009-11-24 Kevin Ryde <user42@zip.com.au>
453
454 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
455 Build value with regexp-opt instead of explicit joining loop. (My
456 Bug#4927.)
457
458 * emacs-lisp/elint.el (elint-add-required-env): Better error message
459 when .el source file not found or other error.
460
461 2009-11-24 Markus Triska <markus.triska@gmx.at>
462
463 * linum.el (linum-update-window): Ignore intangible (bug#4996).
464
465 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
466
467 Handle the [back] button properly (bug#4979).
468 * descr-text.el (describe-text-properties): Add a `buffer' argument.
469 Use help-setup-xref, help-buffer, and with-help-window.
470 (describe-char): Add `buffer' argument.
471 Pass proper command to help-setup-xref. Don't meddle with
472 help-xref-stack-item directly.
473 (describe-text-category): Use with-help-window and help-buffer.
474
475 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
476 for the displayed buffer (bug#4887).
477
478 * man.el (Man-completion-table): New function.
479 (man): Use it.
480
481 2009-11-24 David Reitter <david.reitter@gmail.com>
482
483 * vc-git.el (vc-git-registered): Use checkout directory (where
484 .git is) rather than the file's directory and a relative path spec
485 to work around a bug in git.
486
487 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
488
489 Improve handling of processes on remote hosts.
490
491 * eshell/esh-util.el (eshell-path-env): New defvar.
492 (eshell-parse-colon-path): New defun.
493 (eshell-file-attributes): Use `eshell-parse-colon-path'.
494
495 * eshell/esh-ext.el (eshell-search-path):
496 Use `eshell-parse-colon-path'.
497 (eshell-remote-command): Remove argument HANDLER.
498 (eshell-external-command): Check for FTP remote connection.
499
500 * eshell/esh-proc.el (eshell-gather-process-output):
501 Use `file-truename', in order to start also symlinked files.
502 Apply `start-file-process' instead of `start-process'.
503 Shorten `command' to the local file name part.
504
505 * eshell/em-cmpl.el (eshell-complete-commands-list):
506 Use `eshell-parse-colon-path'.
507
508 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
509
510 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
511 to `eshell-directory-change-hook'.
512
513 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
514
515 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
516 because it could be enabled automatically if view-read-only is non-nil.
517
518 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
519
520 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
521 made on 2009-11-22.
522
523 2009-11-24 Glenn Morris <rgm@gnu.org>
524
525 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
526 deleted variable bookmark-bmenu-bookmark-column.
527
528 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
529 Move after definition of global-semantic-idle-tag-highlight-mode.
530
531 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
532
533 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
534
535 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
536
537 * net/browse-url.el (browse-url-filename-alist): On Windows, add
538 two slashes to the "file:" prefix.
539 (browse-url-file-url): De-munge Cygwin filenames before passing
540 them to Windows browser.
541 (browse-url-default-windows-browser): Use call-process.
542
543 2009-11-23 Juri Linkov <juri@jurta.org>
544
545 Implement DocView Continuous mode. (Bug#4896)
546 * doc-view.el (doc-view-continuous-mode): New defcustom.
547 (doc-view-mode-map): Bind C-n/<down> to
548 `doc-view-next-line-or-next-page', C-p/<up> to
549 `doc-view-previous-line-or-previous-page'.
550 (doc-view-next-line-or-next-page)
551 (doc-view-previous-line-or-previous-page): New commands.
552
553 2009-11-23 Juri Linkov <juri@jurta.org>
554
555 Implement Isearch in comint input history. (Bug#3746)
556 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
557 `isearch-mode-hook'.
558 (comint-history-isearch): New defcustom.
559 (comint-history-isearch-backward)
560 (comint-history-isearch-backward-regexp): New commands.
561 (comint-history-isearch-message-overlay): New buffer-local variable.
562 (comint-history-isearch-setup, comint-history-isearch-end)
563 (comint-goto-input, comint-history-isearch-search)
564 (comint-history-isearch-message, comint-history-isearch-wrap)
565 (comint-history-isearch-push-state)
566 (comint-history-isearch-pop-state): New functions.
567
568 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
569
570 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
571 return.
572 (tramp-handle-make-symbolic-link)
573 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
574 Quote file names.
575 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
576 (tramp-handle-process-file): Use it.
577
578 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
579
580 * window.el (move-to-window-line-last-op): Remove.
581 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
582
583 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
584
585 Make M-r mirror the new cycling behavior of C-l.
586 * window.el (move-to-window-line-last-op): New var.
587 (move-to-window-line-top-bottom): New command.
588 (global-map): Bind M-r move-to-window-line-top-bottom.
589
590 2009-11-23 Sven Joachim <svenjoac@gmx.de>
591
592 * dired-x.el (dired-guess-shell-alist-default):
593 Support xz format. (Bug#4953)
594
595 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
596
597 * cedet/srecode/map.el (srecode-get-maps):
598 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
599 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
600 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
601 (semantic-toggle-decoration-style):
602 * cedet/semantic/decorate/include.el
603 (semantic-decoration-include-describe)
604 (semantic-decoration-unknown-include-describe)
605 (semantic-decoration-unparsed-include-describe)
606 (semantic-decoration-all-include-summary):
607 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
608 * cedet/semantic/analyze/complete.el
609 (semantic-analyze-possible-completions):
610 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
611 (semantic-show-unmatched-syntax-mode)
612 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
613 (semantic-highlight-func-mode):
614 * cedet/semantic/util.el (semantic-describe-buffer):
615 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
616 (semantic-symref-find-tags-by-name)
617 (semantic-symref-find-tags-by-regexp)
618 (semantic-symref-find-tags-by-completion)
619 (semantic-symref-find-file-references-by-name)
620 (semantic-symref-find-text):
621 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
622 (senator-yank-tag):
623 * cedet/semantic/scope.el (semantic-calculate-scope):
624 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
625 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
626 (define-semantic-idle-service):
627 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
628 (semantic-complete-analyze-inline-idle):
629 * cedet/semantic/analyze.el (semantic-analyze-current-context):
630 * cedet/mode-local.el (describe-mode-local-bindings)
631 (describe-mode-local-bindings-in-mode):
632 * cedet/ede/make.el (ede-make-check-version):
633 * cedet/ede/locate.el (ede-enable-locate-on-project):
634 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
635 (cedet-idutils-version-check):
636 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
637 (cedet-gnu-global-version-check):
638 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
639 (cedet-cscope-version-check): Use called-interactively-p instead
640 of interactive-p.
641
642 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
643 Use semantic-format-tag-prototype.
644
645 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
646
647 * emulation/viper-cmd.el: Use viper-last-command-char instead of
648 last-command-char/last-command-event.
649 (viper-prefix-arg-value): Do correct conversion of event-char for
650 XEmacs.
651
652 * emulation/viper-util.el, emulation/viper.el:
653 Use viper-last-command-char instead of
654 last-command-char/last-command-event.
655
656 * ediff-init.el, ediff-mult.el, ediff-util.el:
657 Replace last-command-char and last-command-event
658 with (ediff-last-command-char) everywhere.
659
660 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
661 created in fundamental mode.
662
663 * ediff.el (ediff-version): Revert the change of interactive-p to
664 called-interactively-p.
665
666 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
667
668 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
669 generation from word-movement command names.
670
671 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
672
673 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
674 (semantic-complete-jump-local, semantic-complete-jump):
675 Improve prompt string.
676
677 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
678
679 * cus-start.el (all): Add native condition for font-use-system-font.
680
681 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
682
683 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
684 Correct the patch from 2009-11-18. (Bug#3910)
685
686 2009-11-21 Alan Mackenzie <acm@muc.de>
687
688 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
689 Update to deal with modern Java constructs.
690
691 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
692
693 * progmodes/subword.el: Rename from lisp/subword.el.
694
695 * subword.el: Rename to progmodes/subword.el.
696
697 * Makefile.in (ELCFILES): Adapt to subword.el move.
698
699 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
700 Stefan Monnier <monnier@iro.umontreal.ca>
701
702 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
703 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
704 (bookmark-bmenu-show-filenames): Use push.
705 (bookmark-bmenu-hide-filenames): Use local var instead of
706 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
707 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
708 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
709 filenames now that the bookmark names are always available.
710
711 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
712
713 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
714 (bookmark-search-pattern): Move and leave unbound.
715 (bookmark-bmenu-mode-map): Change binding.
716 (bookmark-read-search-input): Simplify.
717 Don't use text-char-description. Don't error on non-char events.
718 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
719 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
720 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
721 Use a local var for the timer.
722 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
723 (i.e. bookmark-bmenu-search).
724
725 2009-11-21 Glenn Morris <rgm@gnu.org>
726
727 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
728
729 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
730
731 * net/browse-url.el (browse-url-default-windows-browser):
732 Use cygstart for cygwin.
733
734 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
735
736 * bookmark.el Formatting and doc fixes only:
737 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
738 (bookmark-bmenu-search): Wrap to fit within 80 columns.
739 Minor grammar and punctuation fixes in doc string.
740 (bookmark-read-search-input): Adjust to fit within 80 columns.
741
742 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
743
744 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
745 (c-backward-into-nomenclature): Adapt to subword renaming.
746
747 * subword.el (subword-forward, subword-backward, subword-mark)
748 (subword-kill, subword-backward-kill, subword-transpose)
749 (subword-downcase, subword-upcase, subword-capitalize)
750 (subword-forward-internal, subword-backward-internal):
751 Rename from forward-subword, backward-subword, mark-subword,
752 kill-subword, backward-kill-subword, transpose-subwords,
753 downcase-subword, upcase-subword, capitalize-subword,
754 forward-subword-internal, backward-subword-internal.
755
756 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
757
758 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
759 New options.
760 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
761 New vars.
762 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
763 (bookmark-bmenu-filter-alist-by-regexp)
764 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
765 (bookmark-bmenu-search): New command.
766 (bookmark-bmenu-mode-map): Bind it.
767
768 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
769
770 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
771
772 * cedet/semantic/idle.el (define-semantic-idle-service)
773 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
774
775 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
776
777 * progmodes/cc-cmds.el: declare-functioned forward-subword and
778 backward-subword to quit the byte-compiler.
779
780 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
781
782 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
783
784 * progmodes/cc-cmds.el (c-update-modeline)
785 (c-forward-into-nomenclature, c-backward-into-nomenclature):
786 Refer to subword.el functions instead of cc-subword.el.
787
788 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
789 subword.el functions instead of cc-subword.el.
790
791 * progmodes/cc-subword.el: Rename to subword.el.
792 * subword.el: Rename from progmodes/cc-subword.el.
793 (subword-mode-map): Rename from c-subword-mode-map.
794 (subword-mode): Rename from c-subword-mode.
795 (global-subword-mode): New global minor mode.
796 (forward-subword): Rename from c-forward-subword.
797 (backward-subword): Rename from c-backward-subword.
798 (mark-subword): Rename from c-mark-subword.
799 (kill-subword): Rename from c-kill-subword.
800 (backward-kill-subword): Rename from c-backward-kill-subword.
801 (transpose-subwords): Rename from c-tranpose-subword.
802 (downcase-subword): Rename from c-downcase-subword.
803 (capitalize-subword): Rename from c-capitalize-subword.
804 (forward-subword-internal): Rename from c-forward-subword-internal.
805 (backward-subword-internal): Rename from c-backward-subword-internal.
806
807 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
808
809 * vc.el (vc-deduce-fileset): Allow non-state changing operations
810 from a dired buffer.
811 (vc-dired-deduce-fileset): New function.
812 (vc-root-diff, vc-print-root-log): Use it.
813
814 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
815 nil LIMIT argument to vc-print-log-internal.
816
817 2009-11-20 Glenn Morris <rgm@gnu.org>
818
819 * Makefile.in (ELCFILES): Regenerate.
820
821 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
822
823 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
824
825 * cedet/semantic.el: Enable idle-mode menu items only if
826 global-semantic-idle-scheduler-mode is enabled.
827 (semantic-default-submodes): Doc fix.
828
829 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
830 When turning off, disable other idle modes.
831
832 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
833
834 * calc/calc.el (calc-set-mode-line):
835 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
836 (math-format-number): Rename `math-format-complement-signed' to
837 `math-format-twos-complement'.
838
839 * calc/calc-bin.el (math-format-twos-complement): Rename from
840 math-format-complement-signed.
841 (calc-radix): Rename `calc-complement-signed-mode' to
842 `calc-twos-complement-mode'.
843 (calc-octal-radix, calc-hex-radix): Add an argument for
844 two's complement.
845
846 * calc/calc-embed.el (calc-embedded-mode-vars):
847 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
848
849 * calc/calc-ext.el (calc-init-extensions):
850 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
851 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
852
853 * calc/calc-units.el (math-build-units-table-buffer):
854 Let `calc-twos-complement-mode' be nil.
855
856 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
857 entries.
858
859 * calc/calc-vec.el (calcFunc-vunpack):
860 * calc/calc-aent.el (calc-do-calc-eval):
861 * calc/calc-forms.el (math-format-date):
862 * calc/calc-graph.el (calc-graph-plot):
863 * calc/calc-math.el (math-use-emacs-fn):
864 * calc/calccomp.el (math-compose-expr):
865 Let `calc-twos-complement-mode' be nil.
866
867 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
868
869 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
870 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
871 * minibuffer.el (completion-in-region-functions): New hook.
872 (completion-in-region): New function.
873 * emacs-lisp/lisp.el (lisp-complete-symbol):
874 * pcomplete.el (pcomplete-std-complete): Use it.
875
876 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
877
878 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
879 (latex-complete-alist): New vars.
880 (latex-string-prefix-p, latex-complete-bibtex-keys)
881 (latex-complete-envnames, latex-complete-refkeys)
882 (latex-complete-data): New functions.
883 (latex-complete, latex-indent-or-complete): New commands.
884
885 * window.el (display-buffer-mark-dedicated): New var.
886 (display-buffer): Obey it.
887 * minibuffer.el (minibuffer-completion-help): Use it.
888
889 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
890
891 * filecache.el (file-cache-add-file): Use push and cons.
892 (file-cache-delete-file-regexp): Use push.
893 (file-cache-complete): Use completion-in-region.
894
895 * simple.el (with-wrapper-hook): Fix thinko.
896
897 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
898 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
899 Use with-current-buffer and string-to-number.
900 (hfy-fallback-colour-values): Use assoc-string.
901 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
902 (hfy-face-at): Remove unused var `found-face'.
903 (hfy-compile-stylesheet): Remove unused var `css'.
904 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
905 and `orig-buffer'.
906 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
907 Use with-current-buffer.
908 (hfy-text-p): Use expand-file-name and fewer setq.
909
910 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
911
912 * htmlfontify.el, hfy-cmap.el: New files.
913
914 2009-11-19 Juri Linkov <juri@jurta.org>
915
916 * minibuffer.el (completions-format): New defcustom.
917 (completion--insert-strings): Implement vertical format.
918
919 * simple.el (switch-to-completions): Move point to the first
920 completion when point was at the beginning of the buffer.
921
922 2009-11-19 Juri Linkov <juri@jurta.org>
923
924 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
925
926 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
927
928 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
929
930 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
931 (mail-signature): Change default to t.
932 (mail-from-style): Deprecate `system-default' value.
933 (mail-insert-from-field): For default value of mail-from-style,
934 default to `angles' unless `angles' needs quoting and `parens'
935 does not.
936 (mail-citation-prefix-regexp): Use citation regexp from
937 message-mode.
938
939 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
940
941 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
942 Set variables for computing the prompt for reading password.
943
944 2009-11-19 Glenn Morris <rgm@gnu.org>
945
946 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
947
948 * textmodes/flyspell.el (sgml-lexical-context): Declare.
949
950 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
951 (newsticker-treeview-listwindow-height): Fix custom type.
952
953 2009-11-19 Kenichi Handa <handa@m17n.org>
954
955 * descr-text.el (describe-char-padded-string): Compose with TAB
956 only if there's a font for CH.
957 (describe-char): Fix the condition for detecting a trivial composition.
958
959 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
960
961 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
962 more accurate version of the regexp. (Bug#3910)
963
964 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
965
966 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
967
968 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
969
970 * font-setting.el (font-use-system-font): Declare for byte-compiler.
971 (font-setting-change-default-font): Fix typo in docstring.
972
973 2009-11-18 Alan Mackenzie <acm@muc.de>
974
975 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
976
977 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
978
979 * font-setting.el (font-use-system-font): Move ...
980
981 * cus-start.el (all): ... to here.
982
983 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
984
985 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
986 Don't set `ad-return-value' if `ad-do-it' doesn't.
987
988 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
989 modification time.
990
991 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
992
993 * menu-bar.el: Put "Use system font" in Option-menu.
994 (menu-bar-options-save): Add font-use-system-font.
995
996 * loadup.el: If feature system-font-setting or font-render-setting is
997 there, load font-setting.
998
999 * Makefile.in (ELCFILES): Add font-settings.el.
1000 * font-setting.el: New file.
1001
1002 2009-11-17 Glenn Morris <rgm@gnu.org>
1003
1004 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
1005
1006 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
1007 Preserve point in the list buffer. (Bug#4939)
1008 Use point-at-eol.
1009 (newsticker--treeview-list-update-highlight)
1010 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
1011
1012 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
1013
1014 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
1015 Remove.
1016
1017 * calc/calc-ext.el (calc-init-extensions): Remove references to
1018 symclip.
1019
1020 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
1021
1022 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
1023 * calc/calc-help.el (calc-b-prefix-help): Remove references to
1024 `calc-symclip'.
1025
1026 2009-11-16 Kevin Ryde <user42@zip.com.au>
1027
1028 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
1029 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
1030
1031 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
1032 (lm-keywords-list): Allow comma-only separator like "foo,bar".
1033 Ignore trailing spaces by omit-nulls to split-string (fixing
1034 regression from Emacs 21 due to the incompatible split-string
1035 change). (Bug #4928.)
1036
1037 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
1038
1039 * vc.el (vc-log-show-limit): Default to 2000.
1040 (vc-print-log-internal): Insert buttons to request more entries
1041 when limiting the output.
1042
1043 * vc-sccs.el (vc-sccs-print-log):
1044 * vc-rcs.el (vc-rcs-print-log):
1045 * vc-cvs.el (vc-cvs-print-log):
1046 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
1047 LIMIT is non-nil.
1048
1049 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
1050
1051 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
1052 error when `tramp-gvfs-dbus-event-vector' is set.
1053 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
1054
1055 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1056
1057 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
1058
1059 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
1060
1061 * net/dbus.el (dbus-unregister-service): New defun.
1062 (dbus-register-property): Register the handlers of
1063 "org.freedesktop.DBus.Properties" for SERVICE.
1064 (dbus-property-handler): Fix docstring.
1065
1066 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1067
1068 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
1069 Quote doc string reference in defvaralias as it is not in special form.
1070 (byte-compile-output-docform): Doc fix.
1071
1072 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
1073
1074 * calc/calc.el (math-2-word-size, math-half-2-word-size)
1075 (calc-complement-signed-mode): New variables.
1076 (calc-set-mode-line): Add indicator for twos-complements.
1077 (math-format-number): Format twos-complement notation.
1078
1079 * calc/calc-bin.el (calc-word-size): Reset the variables
1080 `math-2-word-size' and `math-half-2-word-size'.
1081 (math-format-complement-signed, math-symclip, calcFunc-symclip)
1082 (calc-symclip): New functions.
1083
1084 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
1085
1086 * calc/calc-embed.el (calc-embedded-mode-vars):
1087 Add `calc-complement-signed-mode' to the list of modes.
1088
1089 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
1090 (calc-b-oper-keys): Add `calc-symclip' to list.
1091
1092 * calc/calc-ext.el (math-read-number-fancy): Read complement
1093 signed numbers.
1094 (calc-init-extensions): Add binding for `calc-symclip'.
1095 Add autoload for `calcFunc-symclip' and `calc-symclip'.
1096
1097 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
1098 `calc-symclip'.
1099 (calc-modes-menu): Add item for twos complement mode.
1100
1101 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
1102
1103 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
1104
1105 * register.el (jump-to-register, insert-register): Handle Semantic
1106 tags. From commented-out advice in semantic/senator.el.
1107
1108 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
1109
1110 * vc.el (vc-log-show-limit): New variable.
1111 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
1112 when using a prefix argument.
1113 (vc-print-log-internal): Add new argument LIMIT.
1114
1115 * vc-svn.el (vc-svn-print-log):
1116 * vc-mtn.el (vc-mtn-print-log):
1117 * vc-hg.el (vc-hg-print-log):
1118 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1119 pass it to the log command when set. Make the BUFFER argument
1120 non-optional.
1121
1122 * vc-sccs.el (vc-sccs-print-log):
1123 * vc-rcs.el (vc-rcs-print-log):
1124 * vc-git.el (vc-git-print-log):
1125 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
1126 ignore it. Make the BUFFER argument non-optional
1127
1128 * bindings.el (mode-line-buffer-identification): Do not purecopy.
1129
1130 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
1131
1132 * dired.el (dired-mode-map): Move encryption items to "Operate"
1133 menu (Bug#4703).
1134
1135 * strokes.el (strokes-update-window-configuration): Make strokes
1136 buffer current before erasing (Bug#4906).
1137
1138 * cedet/semantic/idle.el (semantic-idle-summary-mode)
1139 (semantic-idle-summary-mode): Define using define-minor-mode
1140 instead of define-semantic-idle-service.
1141 (semantic-idle-summary-mode): New function.
1142 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
1143 that mouse motion does not reset the echo area.
1144
1145 2009-11-15 Juri Linkov <juri@jurta.org>
1146
1147 * simple.el (set-mark-default-inactive): Add :type, :group
1148 and :version. (Bug#4876)
1149
1150 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
1151
1152 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
1153 (archive-unique-fname): ... here. (Bug#4929)
1154
1155 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1156
1157 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
1158 with a real fix.
1159
1160 * novice.el (disabled-command-function): Add useful args.
1161 Setup the help buffer so that [back] works.
1162 Remove redundant call to help-mode.
1163 (disabled-command-function): Use `case'.
1164 (en/disable-command): New function extracted from enable-command.
1165 (enable-command, disable-command): Use it.
1166
1167 2009-11-14 Glenn Morris <rgm@gnu.org>
1168
1169 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
1170 constants. (Bug#4913)
1171
1172 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
1173
1174 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
1175
1176 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
1177 defined in C that have no doc-strings. (Bug#1063)
1178
1179 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
1180
1181 * cus-edit.el (data, files):
1182 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
1183
1184 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
1185
1186 * simple.el (shell-command): Doc fix (Bug#4891).
1187
1188 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
1189
1190 2009-11-14 Glenn Morris <rgm@gnu.org>
1191
1192 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
1193 statements for vc-diff, emerge-quit, and rmail-cease-edit.
1194 If they are already loaded, eval-after-load will do the right thing.
1195
1196 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
1197 compiling.
1198
1199 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
1200
1201 * simple.el (x-selection-owner-p): Declare.
1202 (read-mail-command): Use custom radio type rather than choice.
1203 (completion-no-auto-exit): Doc fix.
1204
1205 * custom.el (defgroup):
1206 * epg-config.el (epg): Doc fixes.
1207
1208 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
1209
1210 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
1211 * international/ccl.el (define-ccl-program): Do not purecopy the
1212 docstring, defconst does it anyway.
1213
1214 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1215
1216 * add-log.el (add-change-log-entry): Avoid displaying the changelog
1217 a second time.
1218
1219 * x-dnd.el (x-dnd-maybe-call-test-function):
1220 * window.el (split-window-vertically):
1221 * whitespace.el (whitespace-help-on):
1222 * vc-rcs.el (vc-rcs-consult-headers):
1223 * userlock.el (ask-user-about-lock-help)
1224 (ask-user-about-supersession-help):
1225 * type-break.el (type-break-force-mode-line-update):
1226 * time-stamp.el (time-stamp-conv-warn):
1227 * terminal.el (te-set-output-log, te-more-break, te-filter)
1228 (te-sentinel,terminal-emulator):
1229 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
1230 (term-write-input-ring, term-check-source, term-start-output-log):
1231 (term-display-buffer-line, term-dynamic-list-completions):
1232 (term-ansi-make-term, serial-term):
1233 * subr.el (selective-display):
1234 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
1235 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
1236 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
1237 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
1238 (speedbar-remove-localized-speedbar-support)
1239 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
1240 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
1241 (speedbar-buffers-line-directory):
1242 * simple.el (shell-command-on-region, append-to-buffer)
1243 (prepend-to-buffer):
1244 * shadowfile.el (shadow-save-todo-file):
1245 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
1246 (scroll-bar-maybe-set-window-start):
1247 * sb-image.el (speedbar-image-dump):
1248 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
1249 (load-save-place-alist-from-file):
1250 * ps-samp.el (ps-print-message-from-summary):
1251 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
1252 (ps-background-image, ps-begin-job, ps-do-despool):
1253 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
1254 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
1255 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
1256 (pr-call-process, pr-file-list, pr-interface-save):
1257 * novice.el (disabled-command-function)
1258 (enable-command, disable-command):
1259 * mouse.el (mouse-buffer-menu-alist):
1260 * mouse-copy.el (mouse-kill-preserving-secondary):
1261 * macros.el (kbd-macro-query):
1262 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
1263 * informat.el (batch-info-validate):
1264 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
1265 * hippie-exp.el (try-expand-dabbrev-visible):
1266 * help-mode.el (help-make-xrefs):
1267 * help-fns.el (describe-variable):
1268 * generic-x.el (bat-generic-mode-run-as-comint):
1269 * finder.el (finder-mouse-select):
1270 * find-dired.el (find-dired-sentinel):
1271 * filesets.el (filesets-file-close):
1272 * files.el (list-directory):
1273 * faces.el (list-faces-display, describe-face):
1274 * facemenu.el (list-colors-display):
1275 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
1276 * epg.el (epg--process-filter, epg-cancel):
1277 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
1278 (epa--read-signature-type):
1279 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
1280 (emerge-file-names):
1281 * ehelp.el (electric-helpify):
1282 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
1283 * ediff-vers.el (rcs-ediff-view-revision):
1284 * ediff-util.el (ediff-setup):
1285 * ediff-mult.el (ediff-append-custom-diff):
1286 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
1287 (ediff-wordify):
1288 * echistory.el (Electric-command-history-redo-expression):
1289 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1290 * disp-table.el (describe-display-table):
1291 * dired.el (dired-find-buffer-nocreate):
1292 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
1293 * dabbrev.el (dabbrev--same-major-mode-p):
1294 * chistory.el (list-command-history):
1295 * apropos.el (apropos-documentation):
1296 * allout.el (allout-obtain-passphrase):
1297 (allout-copy-exposed-to-buffer):
1298 (allout-verify-passphrase): Use with-current-buffer.
1299
1300 2009-11-13 Glenn Morris <rgm@gnu.org>
1301
1302 * Makefile.in (ELCFILES): Regenerate.
1303
1304 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
1305
1306 * net/dbus.el (dbus-registered-objects-table): Rename from
1307 `dbus-registered-functions-table', because it contains also properties.
1308 (dbus-unregister-object): Unregister also properties.
1309 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
1310 Use a timeout of 500 msec, in order to not block.
1311 (dbus-register-property, dbus-property-handler): New defuns.
1312
1313 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1314
1315 * simple.el (minibuffer-default-add-completions): Drop deprecated
1316 4th arg.
1317
1318 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
1319
1320 * textmodes/artist.el (artist-mouse-choose-operation):
1321 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
1322 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
1323 (artist-compute-up-event-key): New function.
1324 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
1325
1326 2009-11-13 Kenichi Handa <handa@m17n.org>
1327
1328 * language/japan-util.el: Make sure that the value of jisx0208
1329 property is jisx0208 character.
1330
1331 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
1332
1333 * international/mule.el (auto-coding-regexp-alist): Only purecopy
1334 car or each item, not the whole list.
1335
1336 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1337
1338 * minibuffer.el (minibuffer-completion-help):
1339 Use minibuffer-hide-completions.
1340
1341 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
1342
1343 * dired.el (dired-save-positions, dired-restore-positions): New funs.
1344 (dired-revert): Use them (bug#4880).
1345
1346 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
1347
1348 * tooltip.el (tooltip-frame-parameters): Undo previous change.
1349
1350 2009-11-12 Juri Linkov <juri@jurta.org>
1351
1352 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
1353 New functions.
1354 (find-file-literally-at-point): Alias of `ffap-literally'.
1355
1356 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
1357
1358 * textmodes/ispell.el (ispell-skip-region-alist):
1359 * textmodes/css-mode.el (auto-mode-alist):
1360 * progmodes/compile.el (auto-mode-alist):
1361 * international/mule.el (ctext-non-standard-encodings-alist)
1362 (ctext-non-standard-encodings-regexp):
1363 * simple.el (shell-command-switch, text-read-only):
1364 * replace.el (occur-mode-map):
1365 * paths.el (rmail-file-name):
1366 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
1367 * find-file.el (ff-special-constructs):
1368 * files.el (file-name-handler-alist):
1369 * composite.el: Purecopy strings.
1370
1371 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
1372
1373 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
1374
1375 * widget.el (define-widget): Purecopy the docstring.
1376 * international/mule-cmds.el (charset): Do not purecopy the
1377 docstring here, define-widget does it.
1378
1379 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
1380 * textmodes/bibtex-style.el (auto-mode-alist):
1381 * progmodes/inf-lisp.el (inferior-lisp-prompt):
1382 * progmodes/compile.el (compile-command):
1383 * language/korea-util.el (default-korean-keyboard):
1384 * international/mule-conf.el (file-coding-system-alist):
1385 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
1386 * tooltip.el (tooltip-frame-parameters):
1387 * newcomment.el (comment-end, comment-padding):
1388 * dired.el (dired-trivial-filenames):
1389 * comint.el (comint-file-name-prefix): Purecopy initial values.
1390
1391 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
1392
1393 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
1394 (tramp-advice-minibuffer-electric-tilde): Unload advices via
1395 `tramp-unload'.
1396 (tramp-advice-make-auto-save-file-name)
1397 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
1398 after removing the advice.
1399
1400 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
1401
1402 * progmodes/grep.el (grep-regexp-alist):
1403 * international/mule-cmds.el (iso-2022-control-alist):
1404 * emacs-lisp/timer.el (timer-duration-words):
1405 * subr.el (version-separator, version-regexp-alist):
1406 * minibuffer.el (completion-styles-alist):
1407 * faces.el (face-attribute-name-alist, list-faces-sample-text):
1408 Change defvars to defconsts.
1409
1410 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
1411 * loadup.el ("international/mule-conf"): Load the byte compiled version.
1412 * international/mule-conf.el: Allow to be byte compiled.
1413
1414 * international/mule.el (define-charset): Purecopy props.
1415 (load-with-code-conversion): Purecopy doc string and file name.
1416 (put-charset-property): Purecopy strings.
1417 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
1418
1419 * international/mule-cmds.el (register-input-method): Purecopy arguments.
1420 (define-char-code-property): Correctly purecopy the table.
1421
1422 * international/ccl.el (define-ccl-program): Purecopy the docstring.
1423
1424 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
1425
1426 * subr.el (add-hook): Purecopy strings.
1427 (eval-after-load): Purecopy load-history-regexp and the form.
1428
1429 * custom.el (custom-declare-group): Purecopy load-file-name.
1430
1431 * subr.el (menu-bar-separator): New defconst.
1432 * net/eudc.el (eudc-tools-menu):
1433 * international/mule-cmds.el (set-coding-system-map)
1434 (mule-menu-keymap):
1435 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
1436 * vc-hooks.el (vc-menu-map):
1437 * replace.el (occur-mode-map):
1438 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1439 (menu-bar-edit-menu, menu-bar-goto-menu)
1440 (menu-bar-custom-menu, menu-bar-showhide-menu)
1441 (menu-bar-options-menu, menu-bar-tools-menu)
1442 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
1443 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1444 (menu-bar-help-menu):
1445 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
1446 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
1447
1448 * term/x-win.el (x-gtk-stock-map):
1449 * progmodes/vera-mode.el (auto-mode-alist):
1450 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
1451 (inferior-lisp-program, inferior-lisp-load-command):
1452 * progmodes/hideshow.el (hs-special-modes-alist):
1453 * progmodes/gud.el (same-window-regexps):
1454 * progmodes/grep.el (grep-program, find-program, xargs-program):
1455 * net/telnet.el (same-window-regexps):
1456 * net/rlogin.el (same-window-regexps):
1457 * language/ethiopic.el (font-ccl-encoder-alist):
1458 * vc-sccs.el (vc-sccs-master-templates):
1459 * vc-rcs.el (vc-rcs-master-templates):
1460 * subr.el (cl-assertion-failed):
1461 * simple.el (next-error-overlay-arrow-position):
1462 * lpr.el (lpr-command):
1463 * locate.el (locate-ls-subdir-switches):
1464 * info.el (same-window-regexps, info)
1465 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
1466 * image-mode.el (image-mode, auto-mode-alist):
1467 * hippie-exp.el (hippie-expand-ignore-buffers):
1468 * format.el (format-alist):
1469 * find-dired.el (find-ls-subdir-switches, find-grep-options)
1470 (find-name-arg):
1471 * facemenu.el (facemenu-keybindings):
1472 * dired.el (dired-listing-switches, dired-chown-program):
1473 * diff.el (diff-switches, diff-command):
1474 * cus-edit.el (same-window-regexps):
1475 * bindings.el (mode-line-mule-info)
1476 (mode-line-buffer-identification): Purecopy strings.
1477
1478 2009-11-11 Juri Linkov <juri@jurta.org>
1479
1480 * simple.el (dired-get-filename)<declare-function>:
1481 Tell the byte-compiler about dired-get-filename.
1482 (shell-command): In Dired mode, get filename from the current line
1483 as the default value.
1484
1485 2009-11-10 Glenn Morris <rgm@gnu.org>
1486
1487 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
1488 * calendar/holidays.el, progmodes/cperl-mode.el:
1489 Update x-popup-menu declarations.
1490
1491 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
1492 (list-load-path-shadows): Use dolist.
1493 (list-load-path-shadows): Use with-current-buffer.
1494
1495 2009-11-10 Juri Linkov <juri@jurta.org>
1496
1497 * minibuffer.el (read-file-name): Support a list of default values
1498 in `default-filename'. Use the first file name where only one
1499 element is required. Doc fix.
1500
1501 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
1502
1503 * net/dbus.el (dbus-unregister-object): Release service, if no
1504 other method is registered for it.
1505
1506 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
1507
1508 * bookmark.el (bookmark-completing-read): Sort bookmark names if
1509 bookmark-sort-flag is non-nil (Bug#4653).
1510
1511 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
1512
1513 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
1514 the progress reporter entirely.
1515
1516 * emulation/cua-base.el: Add CUA property to some CC mode commands
1517 (Bug#4100).
1518
1519 2009-11-08 Kevin Ryde <user42@zip.com.au>
1520
1521 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
1522 at end of sentence (Bug#4818).
1523
1524 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
1525
1526 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1527 Handle "see declaration of" MSFT statements (Bug#4100).
1528
1529 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
1530
1531 * net/tramp.el (tramp-advice-make-auto-save-file-name)
1532 (tramp-advice-file-expand-wildcards): Unload via
1533 `ad-remove-advice'.
1534
1535 * net/trampver.el: Update release number.
1536
1537 2009-11-08 Kevin Ryde <user42@zip.com.au>
1538
1539 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
1540 `ad-do-it'.
1541
1542 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
1543
1544 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
1545 in order to keep context in SELinux.
1546
1547 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
1548
1549 * dired-aux.el (dired-query): Place cursor in echo area and allow
1550 C-g.
1551
1552 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
1553 menu item if not on a directory (Bug#4701).
1554
1555 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
1556
1557 Sync with Tramp 2.1.17.
1558
1559 * net/tramp.el (tramp-handle-copy-directory): Don't use
1560 `file-remote-p' (due to compatibility).
1561
1562 * net/tramp-compat.el (tramp-compat-copy-directory)
1563 (tramp-compat-delete-directory): New defuns.
1564
1565 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
1566 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
1567 `tramp-compat-delete-directory'.
1568
1569 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
1570 (tramp-smb-handle-delete-directory ): Use
1571 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
1572
1573 * net/trampver.el: Update release number.
1574
1575 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
1576
1577 * tar-mode.el (tar-copy): Call write-region on the right buffer
1578 (Bug#4857).
1579
1580 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
1581 by hand, if necessary (Bug#4878).
1582
1583 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
1584
1585 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
1586 align size column (Bug#4839).
1587
1588 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
1589 statement.
1590
1591 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
1592
1593 * progmodes/ld-script.el (auto-mode-alist):
1594 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
1595
1596 * cus-face.el (custom-declare-face): Purecopy face spec.
1597
1598 2009-11-06 Kenichi Handa <handa@m17n.org>
1599
1600 * international/uni-bidi.el: Re-generated.
1601 * international/uni-category.el: Re-generated.
1602 * international/uni-combining.el: Re-generated.
1603 * international/uni-mirrored.el: Re-generated.
1604
1605 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
1606
1607 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
1608 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
1609 (tex-start-options, slitex-run-command, latex-run-command)
1610 (tex-run-command, tex-directory):
1611 * textmodes/ispell.el (ispell-html-skip-alists)
1612 (ispell-tex-skip-alists, ispell-tex-skip-alists):
1613 * textmodes/fill.el (adaptive-fill-first-line-regexp):
1614 (adaptive-fill-regexp):
1615 * textmodes/dns-mode.el (auto-mode-alist):
1616 * progmodes/python.el (interpreter-mode-alist):
1617 * progmodes/etags.el (tags-compression-info-list):
1618 * progmodes/etags.el (tags-file-name):
1619 * net/browse-url.el (browse-url-galeon-program)
1620 (browse-url-firefox-program):
1621 * mail/sendmail.el (mail-signature-file)
1622 (mail-citation-prefix-regexp):
1623 * international/mule-conf.el (eight-bit):
1624 * international/latexenc.el (latex-inputenc-coding-alist):
1625 * international/fontset.el (x-pixel-size-width-font-regexp):
1626 * emacs-lisp/warnings.el (warning-type-format):
1627 * emacs-lisp/trace.el (trace-buffer):
1628 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
1629 (emacs-lisp-mode-map):
1630 * calendar/holidays.el (holiday-solar-holidays)
1631 (holiday-bahai-holidays, holiday-islamic-holidays)
1632 (holiday-christian-holidays, holiday-hebrew-holidays)
1633 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
1634 (hebrew-holidays-1, holiday-oriental-holidays)
1635 (holiday-general-holidays):
1636 * x-dnd.el (x-dnd-known-types):
1637 * tool-bar.el (tool-bar):
1638 * startup.el (site-run-file):
1639 * shell.el (shell-dumb-shell-regexp):
1640 * rfn-eshadow.el (file-name-shadow-tty-properties)
1641 (file-name-shadow-properties):
1642 * paths.el (remote-shell-program, news-directory):
1643 * mouse.el ([C-down-mouse-3]):
1644 * menu-bar.el (menu-bar-tools-menu):
1645 * jka-cmpr-hook.el (jka-compr-load-suffixes)
1646 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
1647 (jka-compr-compression-info-list):
1648 * isearch.el (search-whitespace-regexp):
1649 * image-file.el (image-file-name-extensions):
1650 * find-dired.el (find-ls-option):
1651 * files.el (directory-listing-before-filename-regexp)
1652 (directory-free-space-args, insert-directory-program)
1653 (list-directory-brief-switches, magic-fallback-mode-alist)
1654 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
1655 (automount-dir-prefix):
1656 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
1657 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
1658 (face-font-registry-alternatives, face-font-registry-alternatives)
1659 (face-font-family-alternatives):
1660 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
1661 (facemenu-foreground-menu, facemenu-face-menu):
1662 * epa-hook.el (epa-file-name-regexp):
1663 * dnd.el (dnd-protocol-alist):
1664 * textmodes/rst.el (auto-mode-alist):
1665 * button.el (default-button): Purecopy strings.
1666
1667 2009-11-06 Glenn Morris <rgm@gnu.org>
1668
1669 * Makefile.in (ELCFILES): Update.
1670
1671 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
1672
1673 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
1674 * emacs-lisp/levents.el: Move to obsolete/levents.el.
1675
1676 * nxml/xsd-regexp.el (xsdre-gen-categories):
1677 * nxml/xmltok.el (xmltok-parse-entity):
1678 * nxml/rng-parse.el (rng-parse-validate-file):
1679 * nxml/rng-maint.el (rng-format-manual)
1680 (rng-manual-output-force-new-line):
1681 * nxml/rng-loc.el (rng-save-schema-location-1):
1682 * nxml/rng-cmpct.el (rng-c-parse-file):
1683 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
1684 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
1685
1686 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
1687
1688 * verilog-mode.el (verilog-getopt-file, verilog-set-define):
1689 Remove extra save-excursions and make-variable-buffer-local's.
1690 Suggested by Stefan Monnier.
1691
1692 (verilog-getopt-file, verilog-module-inside-filename-p)
1693 (verilog-set-define): Merge GNU 1.35 and repair changes from
1694 switching to using with-current-buffer.
1695
1696 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
1697 being treated as a number and confusing AUTORESET.
1698 Reported by Dan Dever.
1699
1700 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
1701 Add verilog-auto-ignore-concat to fix backward compatibility with
1702 older verilog-modes. Reported by Dan Katz.
1703
1704 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
1705 containing closing anchors "...$".
1706
1707 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
1708 Reported by Wade Smith.
1709
1710 (verilog-batch-execute-func) Comment on function usage.
1711
1712 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
1713
1714 * verilog-mode.el (verilog-label-re): Fix regular expression for
1715 labels.
1716
1717 (verilog-label-re, verilog-calc-1): Support proper indent of named
1718 asserts.
1719
1720 (verilog-backward-token, verilog-basic-complete-re)
1721 (verilog-beg-of-statement, verilog-indent-re): Support proper
1722 indent of the assert statement at the beginning of a block of text.
1723
1724 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
1725 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
1726 tokens as begins.
1727
1728 2009-11-05 Glenn Morris <rgm@gnu.org>
1729
1730 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
1731 Emacs 19. (Bug#1531)
1732 (byte-compile-fix-header): Update for the above change.
1733 Drop test for epoch::version.
1734
1735 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
1736 * cus-dep.el (custom-make-dependencies):
1737 * finder.el (finder-compile-keywords):
1738 Use autoload-rubric's feature argument.
1739
1740 * calendar/diary-lib.el (top-level): Make load behave more like require.
1741
1742 * vc-git.el (vc-git-stash-map): Move definition before use.
1743
1744 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
1745
1746 * custom.el (custom-declare-group): Purecopy standard-value.
1747 (custom-declare-group): Purecopy custom-prefix.
1748
1749 * international/mule.el (load-with-code-conversion):
1750 Call do-after-load-evaluation unconditionally.
1751
1752 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
1753
1754 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1755
1756 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
1757
1758 2009-11-04 Glenn Morris <rgm@gnu.org>
1759
1760 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
1761 (byte-compile-compatibility): Remove option.
1762 (byte-compile-close-variables, byte-compile-fix-header)
1763 (byte-compile-insert-header, byte-compile-output-docform)
1764 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
1765 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
1766 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
1767 (byte-compile-insert, byte-compile-defun):
1768 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
1769 (byte-defop-compiler19): Remove.
1770 Without byte-compile-compatibility, the 'emacs19-opcode property is not
1771 used by anything. Replace all calls with byte-defop-compiler.
1772
1773 2009-11-04 Juri Linkov <juri@jurta.org>
1774
1775 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
1776 (menu-bar-options-menu): Don't quote the `prop' arg of
1777 `menu-bar-make-mm-toggle'.
1778
1779 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
1780
1781 * calendar/calendar.el (cal-loaddefs):
1782 * calendar/diary-lib.el (diary-loaddefs):
1783 * calendar/holidays.el (hol-loaddefs):
1784 * eshell/esh-module.el (esh-groups): Load rather than require.
1785
1786 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1787
1788 * calendar/todo-mode.el (todo-add-category): Don't hardcode
1789 point-min==1.
1790 (todo-top-priorities): Only display-buffer when called interactively.
1791 (todo-item-start): Don't save excursion point.
1792 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
1793 (todo-insert-item-here, todo-file-item, todo-remove-item):
1794 Adjust uses of todo-item-start and todo-item-end.
1795
1796 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
1797 (autoload-rubric): Don't use any more.
1798 * cedet/semantic/fw.el (semantic/loaddefs):
1799 * cedet/srecode.el (srecode/loaddefs):
1800 * cedet/ede.el (ede/loaddefs): Load rather than require.
1801 * cedet/ede/cpp-root.el:
1802 * cedet/ede/emacs.el:
1803 * cedet/ede/files.el:
1804 * cedet/ede/linux.el:
1805 * cedet/ede/locate.el:
1806 * cedet/ede/make.el:
1807 * cedet/ede/shell.el:
1808 * cedet/ede/speedbar.el:
1809 * cedet/ede/system.el:
1810 * cedet/ede/util.el:
1811 * cedet/semantic/analyze.el:
1812 * cedet/semantic/bovine.el:
1813 * cedet/semantic/complete.el:
1814 * cedet/semantic/ctxt.el:
1815 * cedet/semantic/db-file.el:
1816 * cedet/semantic/db-find.el:
1817 * cedet/semantic/db-global.el:
1818 * cedet/semantic/db-mode.el:
1819 * cedet/semantic/db-typecache.el:
1820 * cedet/semantic/db.el:
1821 * cedet/semantic/debug.el:
1822 * cedet/semantic/dep.el:
1823 * cedet/semantic/doc.el:
1824 * cedet/semantic/edit.el:
1825 * cedet/semantic/find.el:
1826 * cedet/semantic/format.el:
1827 * cedet/semantic/html.el:
1828 * cedet/semantic/ia-sb.el:
1829 * cedet/semantic/ia.el:
1830 * cedet/semantic/idle.el:
1831 * cedet/semantic/lex-spp.el:
1832 * cedet/semantic/lex.el:
1833 * cedet/semantic/mru-bookmark.el:
1834 * cedet/semantic/scope.el:
1835 * cedet/semantic/senator.el:
1836 * cedet/semantic/sort.el:
1837 * cedet/semantic/symref.el:
1838 * cedet/semantic/tag-file.el:
1839 * cedet/semantic/tag-ls.el:
1840 * cedet/semantic/tag-write.el:
1841 * cedet/semantic/tag.el:
1842 * cedet/semantic/util-modes.el:
1843 * cedet/semantic/analyze/complete.el:
1844 * cedet/semantic/analyze/refs.el:
1845 * cedet/semantic/bovine/c.el:
1846 * cedet/semantic/bovine/gcc.el:
1847 * cedet/semantic/bovine/make.el:
1848 * cedet/semantic/bovine/scm.el:
1849 * cedet/semantic/decorate/include.el:
1850 * cedet/semantic/decorate/mode.el:
1851 * cedet/semantic/symref/cscope.el:
1852 * cedet/semantic/symref/global.el:
1853 * cedet/semantic/symref/grep.el:
1854 * cedet/semantic/symref/idutils.el:
1855 * cedet/semantic/symref/list.el:
1856 * cedet/semantic/wisent/java-tags.el:
1857 * cedet/semantic/wisent/javascript.el:
1858 * cedet/srecode/compile.el:
1859 * cedet/srecode/cpp.el:
1860 * cedet/srecode/document.el:
1861 * cedet/srecode/el.el:
1862 * cedet/srecode/expandproto.el:
1863 * cedet/srecode/getset.el:
1864 * cedet/srecode/insert.el:
1865 * cedet/srecode/java.el:
1866 * cedet/srecode/map.el:
1867 * cedet/srecode/mode.el:
1868 * cedet/srecode/template.el:
1869 * cedet/srecode/texi.el: Remove the file-local setting of
1870 generated-autoload-feature.
1871
1872 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
1873 and only put a prop if it is non-nil.
1874
1875 2009-11-03 Juri Linkov <juri@jurta.org>
1876
1877 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
1878 (menu-bar-options-menu): Fix list quoting (Bug#4429).
1879
1880 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
1881 and "Menu" to make top-level menu item visually one unit (like
1882 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
1883 multi-word menu items). Fix :help string for quit-window.
1884
1885 2009-11-03 Glenn Morris <rgm@gnu.org>
1886
1887 * cedet/mode-local.el (with-mode-local): Doc fix.
1888
1889 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
1890 (byte-compile-file-form-define-abbrev-table)
1891 (byte-compile-file-form-custom-declare-variable)
1892 (byte-compile-variable-ref, byte-compile-defvar):
1893 Whether or not a warning is enabled should only affect whether we issue
1894 the warning, not whether or not we collect the relevant data.
1895 Eg warnings can be turned on and off throughout the course of a file.
1896
1897 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
1898 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
1899
1900 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1901
1902 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
1903 * play/mpuz.el (mpuz-create-buffer):
1904 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
1905 (lm-print-y,s,noise, lm-print-w0, lm-init):
1906 * play/gomoku.el (gomoku-prompt-for-move):
1907 * play/fortune.el (fortune-in-buffer):
1908 * play/dissociate.el (dissociated-press):
1909 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
1910 (decipher-analyze-buffer, decipher-stats-buffer,decipher-stats-buffer):
1911 * mail/supercite.el (sc-eref-show):
1912 * mail/smtpmail.el (smtpmail-send-it):
1913 * mail/rmailsum.el (rmail-summary-next-labeled-message)
1914 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
1915 (rmail-summary-undelete-many, rmail-summary-rmail-update)
1916 (rmail-summary-goto-msg, rmail-summary-expunge)
1917 (rmail-summary-get-new-mail, rmail-summary-search-backward)
1918 (rmail-summary-add-label, rmail-summary-output-menu)
1919 (rmail-summary-output-body):
1920 * mail/rfc822.el (rfc822-addresses):
1921 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
1922 * mail/mailpost.el (post-mail-send-it):
1923 * mail/hashcash.el (hashcash-generate-payment):
1924 * mail/feedmail.el (feedmail-run-the-queue)
1925 (feedmail-queue-send-edit-prompt-help-first)
1926 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
1927 (feedmail-deduce-address-list):
1928 * eshell/esh-ext.el (eshell-remote-command):
1929 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
1930 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
1931 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
1932 (viper-save-string-in-file, viper-valid-marker):
1933 * emulation/viper-keym.el (viper-toggle-key):
1934 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
1935 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
1936 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
1937 * emulation/viper-cmd.el (viper-exec-form-in-vi)
1938 (viper-exec-form-in-emacs, viper-brac-function):
1939 * emulation/viper.el (viper-delocalize-var):
1940 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
1941 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
1942 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
1943 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
1944 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
1945 * emulation/edt.el (edt-electric-helpify):
1946 * emulation/cua-rect.el (cua--rectangle-aux-replace):
1947 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
1948 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
1949 (cua-indent-to-global-mark-column):
1950 * calendar/diary-lib.el (calendar-mark-1):
1951 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
1952 Use with-current-buffer.
1953 * emulation/viper.el (viper-delocalize-var): Use dolist.
1954
1955 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
1956
1957 * comint.el (comint-replace-by-expanded-history-before-point):
1958 Replace !! with the previous input string literally (Bug#1795).
1959
1960 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
1961
1962 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
1963 to be made up of whitespace.
1964
1965 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
1966
1967 * minibuffer.el (read-file-name): Don't use file dialogs for
1968 remote directories (Bug#99).
1969
1970 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
1971
1972 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
1973
1974 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
1975
1976 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
1977 instead of deleting the window or frame.
1978
1979 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
1980
1981 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
1982 Support face colors.
1983
1984 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
1985 New function. Support face colors (Bug#1168).
1986 (tex-common-initialization): Use it.
1987
1988 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
1989 mode allows it (Bug#1168).
1990
1991 2009-10-31 Juri Linkov <juri@jurta.org>
1992
1993 * facemenu.el (list-colors-display): Don't mark buffer as
1994 modified (Bug#3948).
1995
1996 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
1997
1998 * international/mule-diag.el (list-character-sets-1): Minor
1999 message fix (Bug#3526).
2000
2001 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
2002 face property (Bug#4834).
2003 (etags-list-tags, etags-tags-apropos-additional)
2004 (etags-tags-apropos, tags-select-tags-table): Add follow-link
2005 property.
2006
2007 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
2008 items.
2009
2010 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
2011 items.
2012
2013 * cedet/ede.el (ede-minor-mode):
2014 * cedet/semantic.el (semantic-mode): Toggle menu separators.
2015
2016 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2017
2018 * textmodes/two-column.el (2C-split):
2019 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
2020 * textmodes/tex-mode.el (tex-set-buffer-directory):
2021 * textmodes/spell.el (spell-region, spell-string):
2022 * textmodes/reftex.el (reftex-erase-buffer):
2023 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
2024 * textmodes/reftex-toc.el (reftex-toc-promote-action):
2025 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
2026 (reftex-select-item):
2027 * textmodes/reftex-ref.el (reftex-label-info-update)
2028 (reftex-offer-label-menu):
2029 * textmodes/reftex-index.el (reftex-index-change-entry)
2030 (reftex-index-phrases-info):
2031 * textmodes/reftex-global.el (reftex-create-tags-file)
2032 (reftex-save-all-document-buffers, reftex-ensure-write-access):
2033 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
2034 (reftex-view-crossref-from-bibtex):
2035 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
2036 (reftex-extract-bib-entries-from-thebibliography)
2037 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
2038 * textmodes/refbib.el (r2b-capitalize-title):
2039 (r2b-convert-buffer, r2b-help):
2040 * textmodes/page-ext.el (pages-directory)
2041 (pages-directory-goto-with-mouse):
2042 * textmodes/bibtex.el (bibtex-validate-globally):
2043 * textmodes/bib-mode.el (bib-capitalize-title):
2044 * textmodes/artist.el (artist-clear-buffer, artist-system):
2045 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
2046 (local-set-scheme-interaction-buffer, xscheme-process-filter)
2047 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
2048 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
2049 (xscheme-send-control-g-interrupt, xscheme-start-process)
2050 (xscheme-process-sentinel, xscheme-cd):
2051 * progmodes/verilog-mode.el (verilog-read-always-signals)
2052 (verilog-set-define, verilog-getopt-file)
2053 (verilog-module-inside-filename-p):
2054 * progmodes/sh-script.el:
2055 * progmodes/python.el (python-pdbtrack-get-source-buffer)
2056 (python-pdbtrack-grub-for-buffer, python-execute-file):
2057 * progmodes/octave-inf.el (inferior-octave):
2058 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
2059 (idlwave-shell-compile-helper-routines, idlwave-set-local)
2060 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
2061 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
2062 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
2063 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
2064 (idlwave-shell-filter, idlwave-shell-examine-highlight)
2065 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
2066 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
2067 (idlwave-shell-examine-display, idlwave-shell-run-region)
2068 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
2069 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
2070 * progmodes/idlw-help.el (idlwave-help-get-special-help)
2071 (idlwave-help-get-help-buffer):
2072 * progmodes/gud.el (gud-basic-call, gud-find-class)
2073 (gud-tooltip-activate-mouse-motions-if-enabled):
2074 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
2075 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
2076 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
2077 (ebrowse-tags-next-file):
2078 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
2079 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
2080 (ebnf-eps-finish-and-write):
2081 * progmodes/cpp.el (cpp-edit-save):
2082 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
2083 * progmodes/cc-defs.el (c-emacs-features):
2084 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
2085 (antlr-directory-dependencies):
2086 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
2087 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
2088 (ada-find-any-references, ada-make-filename-from-adaname)
2089 (ada-make-body-gnatstub):
2090 * obsolete/rnews.el (news-list-news-groups):
2091 * obsolete/resume.el (resume-suspend-hook,resume-write-buffer-to-file):
2092 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
2093 * net/rcirc.el (rcirc-debug):
2094 * net/newst-treeview.el (newsticker--treeview-list-add-item)
2095 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
2096 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
2097 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
2098 (newsticker--treeview-tree-update-tag,newsticker--treeview-buffer-init)
2099 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
2100 (newsticker--treeview-list-clear-highlight)
2101 (newsticker--treeview-list-update-highlight)
2102 (newsticker--treeview-list-highlight-start)
2103 (newsticker--treeview-tree-update-highlight)
2104 (newsticker--treeview-get-selected-item)
2105 (newsticker-treeview-mark-list-items-old)
2106 (newsticker--treeview-set-current-node):
2107 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
2108 * net/newst-backend.el (newsticker--get-news-by-funcall)
2109 (newsticker--get-news-by-wget, newsticker--image-get)
2110 (newsticker--image-sentinel):
2111 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
2112 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
2113 (eudc-ph-close-session):
2114 * net/eudc.el (eudc-save-options):
2115 * language/thai-word.el (thai-update-word-table):
2116 * language/japan-util.el (japanese-string-conversion):
2117 * international/titdic-cnv.el (tsang-quick-converter)
2118 (ziranma-converter, ctlau-converter):
2119 * international/mule-cmds.el (describe-language-environment):
2120 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
2121 (skkdic-convert-postfix, skkdic-convert-prefix):
2122 (skkdic-convert-okuri-nasi, skkdic-convert):
2123 * emacs-lisp/re-builder.el (reb-update-overlays):
2124 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
2125 * emacs-lisp/gulp.el (gulp-send-requests):
2126 * emacs-lisp/find-gc.el (trace-call-tree):
2127 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
2128 (eieio-describe-generic):
2129 * emacs-lisp/eieio-base.el (eieio-persistent-read):
2130 * emacs-lisp/edebug.el (edebug-outside-excursion):
2131 * emacs-lisp/debug.el (debugger-make-xrefs):
2132 * emacs-lisp/cust-print.el (custom-prin1-to-string):
2133 * emacs-lisp/chart.el (chart-new-buffer):
2134 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
2135 Use with-current-buffer.
2136 * textmodes/artist.el (artist-system): Don't call
2137 copy-sequence on a fresh string.
2138 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
2139
2140 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
2141
2142 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
2143 is no item to edit. (Bug#4820)
2144 (todo-top-priorities): Restore point and restore narrowing in Todo
2145 buffer. (Bug#4820)
2146
2147 2009-10-31 Glenn Morris <rgm@gnu.org>
2148
2149 * net/ange-ftp.el (top-level): Don't require dired when compiling.
2150 (comint-last-output-start, comint-last-input-start)
2151 (comint-last-input-end): Don't defvar when compiling.
2152 (ange-ftp-process-file): Use bound-and-true-p.
2153
2154 * pcmpl-rpm.el (top-level): Move provide statement to end.
2155 (pcmpl-rpm): Remove unused custom group.
2156
2157 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
2158
2159 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
2160
2161 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
2162 (byte-compile-warnings): Add `constants' as an option.
2163 (byte-compile-callargs-warn, byte-compile-arglist-warn)
2164 (display-call-tree): Update for byte-compile-fdefinition possibly
2165 returning `(macro lambda ...)'. (Bug#4778)
2166 (byte-compile-variable-ref, byte-compile-setq-default):
2167 Respect `constants' member of byte-compile-warnings.
2168
2169 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
2170 Use mapc rather than mapcar because the return value is never used.
2171
2172 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
2173 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
2174 * cedet/semantic/html.el:
2175 Suppress harmless warnings about setting up semantic-imenu (not
2176 part of Emacs) variables.
2177
2178 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2179
2180 * vc-bzr.el (vc-bzr-revision-keywords): New var.
2181 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
2182 to "submit:".
2183
2184 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
2185 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
2186 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
2187 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
2188 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
2189 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
2190 (semantic-analyzer-debug-global-symbol)
2191 (semantic-analyzer-debug-missing-innertype)
2192 (semantic-analyzer-debug-insert-include-summary):
2193 * cedet/semantic/util.el (semantic-file-tag-table):
2194 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
2195 (semantic-recursive-find-nonterminal-by-name):
2196 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
2197 * cedet/semantic/tag-file.el (semantic-prototype-file):
2198 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
2199 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
2200 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
2201 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
2202 (semantic-idle-summary-maybe-highlight):
2203 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
2204 (semantic-ia-sb-tag-info):
2205 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
2206 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
2207 * cedet/semantic/ede-grammar.el (project-compile-target):
2208 (ede-proj-makefile-insert-variables):
2209 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
2210 (semantic-debug-set-source-location, semantic-debug-interface-layout)
2211 (semantic-debug-mode, semantic-debug):
2212 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
2213 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
2214 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
2215 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
2216 (semanticdb-find-translate-path-includes--internal)
2217 (semanticdb-reset-log, semanticdb-find-log-activity):
2218 * cedet/semantic/db-file.el (object-write):
2219 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
2220 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
2221 (semanticdb-create-ebrowse-database):
2222 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
2223 * cedet/semantic/complete.el (semantic-displayor-focus-request)
2224 (semantic-collector-calculate-completions-raw)
2225 (semantic-complete-read-tag-analyzer):
2226 * cedet/semantic/analyze.el (semantic-analyze-pulse):
2227 * cedet/ede/util.el (ede-update-version-in-source):
2228 * cedet/ede/proj.el (project-delete-target):
2229 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
2230 (ede-proj-flush-autoconf):
2231 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
2232 (ede-proj-configure-synchronize):
2233 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
2234 * cedet/ede/linux.el (ede-linux-version):
2235 * cedet/ede/emacs.el (ede-emacs-version):
2236 * cedet/ede/dired.el (ede-dired-add-to-target):
2237 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
2238 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
2239 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
2240 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
2241 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
2242 (cedet-idutils-version-check):
2243 * cedet/cedet-global.el (cedet-gnu-global-call):
2244 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
2245 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
2246 * cedet/cedet-cscope.el (cedet-cscope-call)
2247 (cedet-cscope-expand-filename, cedet-cscope-version-check):
2248 Use with-current-buffer.
2249 * cedet/ede.el (ede-make-project-local-variable)
2250 (ede-set-project-variables, ede-set): Use dolist.
2251
2252 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
2253
2254 * textmodes/ispell.el (ispell-skip-region-alist):
2255 * international/mule-conf.el (eight-bit):
2256 * international/fontset.el (font-encoding-alist):
2257 * startup.el (pure-space-overflow-message):
2258 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
2259 * paths.el (gnus-nntp-service, rmail-spool-directory)
2260 (term-file-prefix):
2261 * files.el (save-some-buffers-action-alist):
2262 * cmuscheme.el (same-window-buffer-names):
2263 * ielm.el (same-window-buffer-names):
2264 * shell.el (same-window-buffer-names):
2265 * mail/sendmail.el (same-window-buffer-names):
2266 * progmodes/inf-lisp.el (same-window-buffer-names):
2267 * bindings.el (mode-line-client)
2268 (mode-line-column-line-number-mode-map):
2269 * language/tibetan.el (tibetan-precomposition-rule-regexp)
2270 (tibetan-precomposed-regexp): Purecopy string arguments.
2271
2272 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2273
2274 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
2275 (calcDigit-nondigit):
2276 * calc/calc-yank.el (calc-copy-to-buffer):
2277 * calc/calc-units.el (calc-invalidate-units-table):
2278 * calc/calc-trail.el (calc-trail-yank):
2279 * calc/calc-store.el (calc-insert-variables):
2280 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
2281 * calc/calc-prog.el (calc-read-parse-table):
2282 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
2283 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
2284 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
2285 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
2286 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
2287 (calc-graph-name, calc-graph-find-command, calc-graph-view)
2288 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
2289 * calc/calc-ext.el (calc-realign):
2290 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
2291 (calc-embedded-finish-edit, calc-embedded-make-info)
2292 (calc-embedded-finish-command, calc-embedded-stack-change):
2293 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
2294
2295 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
2296 (overload-docstring-extension): Use that info.
2297 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
2298 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
2299 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
2300 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
2301 (semantic-nonterminal-full-name): Add the new `when' info.
2302 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
2303 `assert'.
2304
2305 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
2306 shell-dynamic-complete-filename in preference to
2307 comint-dynamic-complete-filename.
2308
2309 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2310 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
2311 Don't consider whether the display supports colors.
2312 (bookmark-import-new-list): Use dolist.
2313 (bookmark-bmenu-mode-map): Move initialization into declaration.
2314 (bookmark-bmenu-list): Use dolist, simplify.
2315 (bookmark-show-all-annotations): Use save-selected-window and dolist.
2316 (menu-bar-final-items): Use push.
2317
2318 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
2319
2320 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
2321 it works on remote files.
2322 (vc-hg-diff): Don't pass any `--cwd' argument.
2323
2324 2009-10-27 Kevin Ryde <user42@zip.com.au>
2325
2326 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
2327 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
2328 (Further to Bug#3921).
2329
2330 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
2331
2332 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
2333 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
2334 calling `tramp-imap-put-file'. Add file size to the call.
2335 (tramp-imap-get-file-entries): Compute also user name, file size,
2336 and date.
2337 (tramp-imap-handle-insert-directory): Insert uid and gid.
2338 (tramp-imap-handle-file-attributes): Transform uid and gid
2339 according to `id-format'.
2340 (tramp-imap-put-file): New optional parameter SIZE. Encode file
2341 size in header X-Size.
2342
2343 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
2344
2345 * simple.el (transpose-subr): Give clearer error when the mark
2346 is not set. (Bug#4807)
2347
2348 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
2349
2350 * net/tramp.el (tramp-perl-file-truename): New defconst.
2351 Perl code contributed by yary <not.com@gmail.com> (tiny change).
2352 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
2353 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
2354 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
2355
2356 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
2357 Ignore `dired-call-process'.
2358 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
2359
2360 2009-10-26 Julian Scheid <julians37@gmail.com>
2361
2362 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
2363 (tramp-get-remote-readlink): New defun.
2364 (tramp-handle-file-truename): Use it.
2365 (tramp-handle-file-exists-p): Check file-attributes cache, assume
2366 file exists if cache value present.
2367 (tramp-check-cached-permissions) New defun.
2368 (tramp-handle-file-readable-p): Use it.
2369 (tramp-handle-file-writable-p): Likewise.
2370 (tramp-handle-file-executable-p): Likewise.
2371 (tramp-handle-file-name-all-completions): Try using Perl to get
2372 partial completions. When perl not available, combine `cd' and
2373 `ls' into single remote operation and use shell expansion to get
2374 partial remote directory contents. Set `file-exists-p' cache for
2375 directory and any files returned by ls. Change cache handling to
2376 support partial directory contents. Use error message emitted by
2377 remote `cd' or Perl code for local tramp-error.
2378 (tramp-do-copy-or-rename-file-directly): Avoid separate
2379 tramp-send-command-and-check call.
2380 (tramp-handle-process-file): Merge three remote ops into one.
2381 Do not flush all caches when `process-file-side-effects' is set.
2382 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
2383 file-attributes shows uid/gid to be set already.
2384
2385 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
2386
2387 * textmodes/tex-mode.el (tex-dvi-view-command)
2388 (tex-show-queue-command, tex-open-quote):
2389 * progmodes/ruby-mode.el (auto-mode-alist)
2390 (interpreter-mode-alist): Purecopy strings.
2391
2392 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
2393
2394 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
2395 string for the hook, keymap and abbrev table.
2396
2397 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
2398
2399 * x-dnd.el (x-dnd-xdnd-to-action):
2400 * startup.el (fancy-startup-text, fancy-about-text): Change to
2401 defconst from defvar.
2402
2403 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
2404
2405 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
2406 Purecopy initialization strings.
2407
2408 * mail/sendmail.el (mail-header-separator)
2409 (mail-personal-alias-file):
2410 * mail/rmail.el (rmail-default-dont-reply-to-names)
2411 (rmail-ignored-headers, rmail-retry-ignored-headers)
2412 (rmail-highlighted-headers, rmail-secondary-file-directory)
2413 (rmail-secondary-file-regexp):
2414 * files.el (null-device, file-name-invalid-regexp)
2415 (locate-dominating-stop-dir-regexp)
2416 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
2417 (interpreter-mode-alist): Use mapcar instead of mapc.
2418
2419 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
2420
2421 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
2422 (completion-ignored-extensions):
2423 (debug-ignored-errors): Purecopy strings.
2424
2425 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2426
2427 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
2428 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
2429 (pcomplete--here): Use push.
2430
2431 * subr.el (all-completions): Declare the 4th arg obsolete.
2432
2433 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2434
2435 * pcomplete.el (pcomplete-unquote-argument-function): New var.
2436 (pcomplete-unquote-argument): New function.
2437 (pcomplete--common-suffix): Always pay attention to case.
2438 (pcomplete--table-subvert): Quote and unquote the text.
2439 (pcomplete--common-quoted-suffix): New function.
2440 (pcomplete-std-complete): Use it and pcomplete-begin.
2441
2442 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
2443 we're inside a dedicated or minibuffer window.
2444
2445 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2446
2447 * cedet/semantic/fw.el (semantic-alias-obsolete)
2448 (semantic-varalias-obsolete): Make the `when' arg mandatory.
2449 (define-mode-overload-implementation):
2450 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
2451 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
2452 * cedet/semantic/util.el (semantic-file-token-stream)
2453 (semantic-something-to-stream):
2454 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
2455 (semantic-expand-nonterminal):
2456 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
2457 (semantic-find-dependency, semantic-find-nonterminal)
2458 (semantic-find-dependency):
2459 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
2460 (semantic-flex-text, semantic-flex-make-keyword-table)
2461 (semantic-flex-keyword-p, semantic-flex-keyword-put)
2462 (semantic-flex-keyword-get, semantic-flex-map-keywords)
2463 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
2464 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
2465 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
2466 (semantic-after-idle-scheduler-reparse-hooks):
2467 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
2468 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
2469 * cedet/semantic.el (semantic-toplevel-bovine-table)
2470 (semantic-toplevel-bovine-cache)
2471 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
2472 (semantic-init-mode-hooks, semantic-init-db-hooks)
2473 (semantic-bovination-working-type): Provide the `when' arg.
2474
2475 2009-10-24 Karl Fogel <kfogel@red-bean.com>
2476
2477 * bookmark.el: Update documentation, especially documentation
2478 of `bookmark-alist' and of the bookmark file format.
2479 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
2480
2481 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
2482
2483 * mail/emacsbug.el (report-emacs-bug): Clarify that the
2484 keybindings apply to the mail buffer (Bug#4003). Shrink help
2485 window to buffer.
2486
2487 * whitespace.el (whitespace-mode, whitespace-newline-mode)
2488 (global-whitespace-mode, global-whitespace-newline-mode)
2489 (whitespace-toggle-options, global-whitespace-toggle-options):
2490 Doc fix (Bug#3660).
2491
2492 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
2493 of xmltok-start before the end tag was inserted (Bug#2840).
2494
2495 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
2496 patterns that are preceded by an open-paren (Bug#1320).
2497
2498 2009-10-24 Sven Joachim <svenjoac@gmx.de>
2499
2500 * files.el (delete-directory): Delete symlinks to directories with
2501 delete-file (Bug#4739).
2502
2503 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
2504
2505 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
2506 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
2507 argument to make-obsolete.
2508
2509 * cedet/semantic/fw.el (semantic-alias-obsolete)
2510 (semantic-varalias-obsolete): Add optional WHEN argument.
2511
2512 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
2513
2514 * vc.el (vc-backend-for-registration): Rename from
2515 vc-get-backend-for-registration. Update callers.
2516
2517 * international/mule-cmds.el (set-language-info-alist):
2518 Purecopy lang-env.
2519 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
2520 (charset): Purecopy the name.
2521 (define-char-code-property): Purecopy string arguments.
2522
2523 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
2524 Purecopy string arguments.
2525
2526 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2527 * ediff-hook.el (menu-bar-ediff-menu):
2528 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
2529 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
2530
2531 2009-10-24 Glenn Morris <rgm@gnu.org>
2532
2533 * comint.el (comint-dynamic-list-completions):
2534 * term.el (term-dynamic-list-completions): Use choose-completion rather
2535 than obsolete alias mouse-choose-completion.
2536
2537 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
2538 file-cache-choose-completion.
2539 (file-cache-choose-completion): Handle an optional event argument.
2540 (file-cache-mouse-choose-completion): Make it an obsolete alias.
2541
2542 * progmodes/octave-mod.el (octave-complete-symbol):
2543 Use choose-completion if mouse-choose-completion is ever removed.
2544
2545 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
2546 use.
2547
2548 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
2549 compiler.
2550
2551 * vc-hooks.el (vc-responsible-backend): Fix declaration.
2552
2553 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2554
2555 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
2556 Ignore `pred' now that we receive one.
2557 Handle test-completion specially.
2558
2559 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2560
2561 * vc.el (vc-responsible-backend): Throw an error if not backend is
2562 found. Remove the REGISTER argument. Move the code dealing with
2563 REGISTER ...
2564 (vc-get-backend-for-registration): ... here. New function.
2565 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
2566 of vc-responsible-backend, pass the file name instead of the
2567 directory name.
2568
2569 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2570
2571 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
2572 New funs.
2573 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
2574 (pcomplete-comint-setup): Don't modify a global var via
2575 accidental side-effects.
2576 (pcomplete-shell-setup): Adjust call accordingly.
2577 (pcomplete-parse-comint-arguments): Use push.
2578
2579 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
2580
2581 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
2582 Allow uncapitalized info node names (Bug#3921).
2583
2584 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
2585 to the DEBUG file (Bug#3781).
2586
2587 2009-10-23 Jari Aalto <jari.aalto@cante.net>
2588
2589 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
2590 dictionary entry (Bug#4579).
2591
2592 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
2593
2594 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
2595 from `rfn-eshadow-update-overlay-hook' when unloading.
2596 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
2597 "rsyncc". Adjust doc string.
2598 (tramp-temp-buffer-file-name) New buffer-local defvar.
2599 (tramp-handle-insert-file-contents, tramp-handle-write-region):
2600 Keep temporary file when indicated by method ("rsync" and
2601 "rsyncc").
2602 (tramp-handle-write-region): Handle APPEND.
2603 (tramp-delete-temp-file-function): New defun. Added to
2604 `kill-buffer-hook'.
2605
2606 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
2607
2608 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
2609
2610 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2611
2612 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
2613 (color-name-rgb-alist, tty-standard-colors)
2614 (tty-color-mode-alist): Change to defconst.
2615
2616 * simple.el (mark-inactive): Purecopy message.
2617
2618 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
2619 (global-map, yank-menu):
2620 * textmodes/ispell.el (ispell-menu-map):
2621 * net/eudc.el (eudc-tools-menu):
2622 * international/mule-cmds.el (describe-language-environment-map)
2623 (setup-language-environment-map, set-coding-system-map)
2624 (mule-menu-keymap):
2625 * vc-hooks.el (vc-menu-entry, vc-menu-map):
2626 * replace.el (occur-mode-map):
2627 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
2628
2629 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
2630
2631 * calc/calc.el (math-read-number, math-read-number-simple): Use
2632 `save-match-data'.
2633
2634 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2635
2636 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
2637 rather than fiddling with global-map bindings, since it should only
2638 affect per-terminal settings.
2639 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
2640
2641 * minibuffer.el (completion-table-with-terminator): Allow to specify
2642 the terminator-regexp.
2643
2644 * simple.el (switch-to-completions): Look for *Completions* in other
2645 frames as well.
2646
2647 * pcomplete.el: Allow the use of completion-tables.
2648 (pcomplete-std-complete): New command.
2649 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
2650 (pcomplete--here): Use a function for `form' rather than an expression,
2651 so it can be byte-compiled.
2652 (pcomplete-here, pcomplete-here*): Adjust accordingly.
2653 Add edebug declaration.
2654 (pcomplete-show-completions): Remove unused var `curbuf'.
2655 (pcomplete-do-complete, pcomplete-stub):
2656 Don't assume `completions' is a list of strings any more.
2657
2658 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
2659
2660 * find-dired.el (find-name-arg): Fix typo in docstring.
2661
2662 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2663
2664 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
2665 (pcmpl-linux-fs-types): Same, and update to new modules layout.
2666
2667 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
2668 pcomplete-entries.
2669
2670 * comint.el (comint-read-input-ring, comint-write-input-ring)
2671 (comint-substitute-in-file-name)
2672 (comint-dynamic-complete-as-filename)
2673 (comint-dynamic-simple-complete)
2674 (comint-dynamic-list-filename-completions)
2675 (comint-dynamic-list-completions)
2676 (comint-redirect-results-list-from-process): Minor simplifications.
2677
2678 2009-10-21 Kevin Ryde <user42@zip.com.au>
2679
2680 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
2681 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2682 the first form. And insert a blank line after ";;; Code" since
2683 that's usual style. (My Bug#4612.)
2684
2685 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
2686
2687 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2688
2689 * minibuffer.el (completion-table-with-terminator): Properly implement
2690 boundaries, in case `terminator' appears in the suffix.
2691 (completion--embedded-envvar-table): Don't return boundaries if
2692 there's no valid completion. Simplify.
2693 (completion-file-name-table): New completion table extracted from
2694 completion--file-name-table.
2695 (completion--file-name-table): Use it.
2696 (read-file-name-predicate): Declare obsolete.
2697 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
2698 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
2699 completion-file-name-table, and use the `pred' argument.
2700 * files.el (locate-file-completion-table): Use the `pred' arg rather
2701 than read-file-name-predicate.
2702 (abbreviate-file-name): Use \` rather than ^ for BOS.
2703
2704 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
2705
2706 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
2707 vc-responsible-backend to register, it causes problems.
2708
2709 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2710
2711 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
2712
2713 2009-10-21 Eric Ludlam <zappo@gnu.org>
2714
2715 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
2716 (semantic-c-debug-mode-init-pch): New functions.
2717 (semantic-c-debug-mode-init-last-mode): New var.
2718 (semantic-c-parse-lexical-token): Use them.
2719
2720 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
2721 When extracting the argument list, limit only by point-max.
2722
2723 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
2724
2725 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
2726 (tramp-smb-handle-file-attributes): Use it.
2727 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
2728 (tramp-smb-handle-insert-directory): Use `mapc' rather than
2729 `mapcar'. Use `tramp-smb-get-stat-capability'.
2730 Add `dired-filename' text properties.
2731 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
2732 (tramp-smb-maybe-open-connection): Simplify check for smbclient
2733 version.
2734
2735 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2736
2737 * subr.el (read-key-delay): Reduce to 0.01.
2738 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
2739 (bug#4751).
2740
2741 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2742
2743 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
2744
2745 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
2746 (Info-menu): Remove unused vars `last' and `completions'.
2747 (Info-index-nodes): Remove unused var `node'.
2748
2749 * info.el (Info-complete-menu-item): Use complete-with-action.
2750
2751 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
2752
2753 Make vc-annotate work through copies and renames.
2754 * vc-annotate.el (vc-annotate-extract-revision-at-line):
2755 Return the file name too.
2756 (vc-annotate-revision-at-line)
2757 (vc-annotate-find-revision-at-line)
2758 (vc-annotate-revision-previous-to-line)
2759 (vc-annotate-show-log-revision-at-line): Update to get the file
2760 name from vc-annotate-extract-revision-at-line.
2761 (vc-annotate-show-diff-revision-at-line-internal): Change the
2762 argument to mean whether to show a file diff or not. Get the file
2763 name from vc-annotate-extract-revision-at-line.
2764 (vc-annotate-show-diff-revision-at-line):
2765 Update vc-annotate-show-diff-revision-at-line call.
2766 (vc-annotate-warp-revision): Add an optional file argument.
2767
2768 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
2769 (vc-git-annotate-extract-revision-at-line): Also return the file
2770 name if found.
2771
2772 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
2773 command. Remove unused code.
2774 (vc-hg-annotate-re): Update to match --follow output.
2775 (vc-hg-annotate-extract-revision-at-line): Also return the file
2776 name if found.
2777
2778 * vc.el: Update annotate-extract-revision-at-line documentation.
2779
2780 2009-10-18 Kevin Ryde <user42@zip.com.au>
2781
2782 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
2783 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
2784
2785 * net/browse-url.el (browse-url): Identify alist with "consp and
2786 not functionp" and let all other things go down the `apply' leg,
2787 as suggested by Stefan. (Further to bug#4531.)
2788
2789 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
2790
2791 * minibuffer.el (read-file-name): Check for repeat before putting
2792 a default argument in file-name-history (Bug#4657).
2793
2794 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
2795 read syntax (Bug#4737).
2796
2797 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
2798
2799 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2800
2801 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
2802 (html-tag-alist, html-tag-help): Add descriptions for undocumented
2803 entries and make note of obsolete tags.
2804
2805 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2806
2807 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
2808
2809 2009-10-18 Glenn Morris <rgm@gnu.org>
2810
2811 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
2812 grep, so that binary files (eg international/uni-bidi.el) can match.
2813 Remove test for "UnicodeData" files, since it is hopefully unnecessary
2814 now, and in any case the file header format has changed.
2815
2816 2009-10-17 Glenn Morris <rgm@gnu.org>
2817
2818 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
2819 (flyspell-get-word, flyspell-large-region)
2820 (flyspell-auto-correct-previous-word): Doc/error message fixes.
2821
2822 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
2823
2824 * Makefile.in (ELCFILES): Add ede/shell.
2825
2826 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
2827
2828 * term/common-win.el (x-colors): Purecopy it.
2829
2830 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2831
2832 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
2833 permissive for when the buffer is empty.
2834 (tar-header-block-tokenize): Decode the username and groupname.
2835 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
2836
2837 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
2838
2839 * cedet/srecode/srt.el:
2840 * cedet/srecode/compile.el:
2841 * cedet/semantic/mru-bookmark.el:
2842 * cedet/semantic/debug.el:
2843 * cedet/semantic/complete.el:
2844 * cedet/semantic/analyze.el: Require CL when compiling.
2845
2846 2009-10-17 Eric Ludlam <zappo@gnu.org>
2847
2848 * cedet/semantic/scope.el
2849 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
2850 tmpscope so that the regular scope will continue to work.
2851
2852 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
2853 Use semantic-idle-summary-highlight-face as the highlighting.
2854
2855 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
2856 contains multibyte characters, choose first applicable coding
2857 system automatically.
2858
2859 * cedet/ede/project-am.el (project-run-target): New method.
2860 (project-run-target): New method.
2861
2862 * cedet/ede.el (ede-target): Add run target menu item.
2863 (ede-project, ede-minor-keymap): Add ede-run-target binding.
2864 (ede-run-target): New function.
2865 (ede-target::project-run-target): New method.
2866
2867 * cedet/ede/proj.el (project-run-target): New method.
2868
2869 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
2870 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
2871 Add :rules.
2872 (ede-proj-target-makefile-shared-object): Only libtool compilers
2873 now available. Add linkers for libtool.
2874 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
2875 (ede-proj-makefile-target-name): Always use .la extension.
2876
2877 * cedet/ede/proj-prog.el (project-run-target): New method.
2878
2879 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
2880 (ede-g++-linker): Change Change link lines.
2881
2882 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
2883 When searching for old variables, go to the end of the buffer and
2884 search backward from there.
2885 (ede-proj-makefile-automake-insert-subdirs)
2886 (ede-proj-makefile-automake-insert-extradist): New methods.
2887 (ede-proj-makefile-create): Use them.
2888
2889 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
2890 Force FILE to expand to the current target. Use file-exists-p to
2891 check that it exists.
2892
2893 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
2894 (ede-linux-load): Wrap dir in file-name-as-directory.
2895 Set :version slot.
2896
2897 * cedet/ede/files.el (ede-get-locator-object): When enabling
2898 locate, do so on "top".
2899
2900 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
2901 file-name-as-directory during compare.
2902 (ede-emacs-version): Return Emacs/XEmacs differentiator.
2903 Get version number from different places. Don't call egrep.
2904 (ede-emacs-load): Set :version slot. Call file-name-as-directory
2905 to set the directory.
2906
2907 * cedet/ede/shell.el: New file.
2908
2909 * cedet/inversion.el (inversion-decoders): Allow for stray . in
2910 alpha/beta variants.
2911
2912 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2913
2914 * international/mule-cmds.el (select-safe-coding-system): If the file
2915 has a coding cookie, use it regardless of any other setting (bug#4712).
2916
2917 2009-10-17 Glenn Morris <rgm@gnu.org>
2918
2919 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
2920 All errors should have messages.
2921
2922 * foldout.el (foldout-mouse-swallow-events):
2923 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
2924
2925 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
2926 (dired-keep-marker-copy, dired-keep-marker-hardlink)
2927 (dired-keep-marker-symlink, dired-dwim-target)
2928 (dired-copy-preserve-time): Do not autoload these defcustoms.
2929
2930 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
2931 messages from messing up the file coding. (Bug#4623)
2932
2933 2009-10-17 Jari Aalto <jari.aalto@cante.net>
2934
2935 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
2936 if no match is found for the current dictionary. (Bug#4578)
2937
2938 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
2939 optional, since that is how it is documented, and this is often called
2940 with a nil argument. (Bug#4577)
2941 (flyspell-external-point-words, flyspell-auto-correct-word)
2942 (flyspell-correct-word-before-point, flyspell-word-search-forward)
2943 (flyspell-word-search-backward): Remove nil argument in calls to
2944 flyspell-get-word, since it is not needed now.
2945
2946 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
2947
2948 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
2949
2950 2009-10-16 Glenn Morris <rgm@gnu.org>
2951
2952 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
2953
2954 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2955
2956 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
2957 (ange-ftp-file-size): New function.
2958 (ange-ftp-file-attributes): Use it.
2959
2960 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
2961
2962 * net/tramp-smb.el (tramp-smb-version): New defvar.
2963 (tramp-smb-maybe-open-connection): Use it, in order to avoid
2964 repeated checks.
2965
2966 2009-10-16 Glenn Morris <rgm@gnu.org>
2967
2968 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
2969 Maybe copy some custom properties from old to new name. (Bug#4706)
2970
2971 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
2972
2973 * subr.el (error, sit-for, start-process-shell-command)
2974 (start-file-process-shell-command): Set the calling convention
2975 after the function definition.
2976
2977 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2978
2979 * subr.el (error, sit-for, start-process-shell-command)
2980 (start-file-process-shell-command): Use the new
2981 set-advertised-calling-convention feature.
2982
2983 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
2984
2985 * international/ucs-normalize.el (ucs-normalize-version):
2986 Change to 1.2.
2987 (check-range): Adjust for Unicode 5.2.
2988
2989 2009-10-15 Juri Linkov <juri@jurta.org>
2990
2991 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
2992 to the `menu-item' format.
2993
2994 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
2995
2996 * net/tramp.el (tramp-replace-environment-variables): Do not fail
2997 if the environment variable does not exist.
2998
2999 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3000 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
3001 parameter.
3002 (tramp-smb-handle-add-name-to-file)
3003 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
3004 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
3005 (tramp-smb-handle-file-attributes)
3006 (tramp-smb-do-file-attributes-with-stat)
3007 (tramp-smb-handle-file-local-copy)
3008 (tramp-smb-handle-insert-directory)
3009 (tramp-smb-handle-make-directory)
3010 (tramp-smb-handle-make-directory-internal)
3011 (tramp-smb-handle-make-symbolic-link)
3012 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
3013 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
3014 (tramp-smb-maybe-open-connection): Apply the changed parameters.
3015 (tramp-smb-read-file-entry): Read Disk names in compressed format.
3016 Handle long file names.
3017 (tramp-smb-get-cifs-capabilities): Check, whether the connection
3018 process is running.
3019 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
3020 Read share names with "-g" option.
3021
3022 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
3023
3024 * net/rcirc.el (rcirc-view-log-file): New command.
3025 (rcirc-track-minor-mode-map): Remove C-c ` binding.
3026 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
3027 specified.
3028
3029 2009-10-15 Glenn Morris <rgm@gnu.org>
3030
3031 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
3032 from the second command-line argument.
3033 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
3034 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
3035 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
3036 w32-batch-update-autoloads.
3037 * emacs-lisp/autoload.el (autoload-make-program): New variable.
3038 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
3039
3040 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
3041 the headers cannot be located. Simplify, subtracting superflous
3042 save-excursions.
3043
3044 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
3045
3046 Replace completion-base-size by completion-base-position to fix bugs
3047 such as (bug#4699).
3048 * simple.el (completion-base-position): New var.
3049 (completion-base-size): Mark as obsolete.
3050 (choose-completion): Make it work for mouse events as well.
3051 Pass the new base-position to choose-completion-string.
3052 (choose-completion-guess-base-position): New function, extracted from
3053 choose-completion-delete-max-match.
3054 (choose-completion-delete-max-match): Use it. Make obsolete.
3055 (choose-completion-string): Use the new base-position info.
3056 (completion-root-regexp): Delete.
3057 (completion-setup-function): Preserve completion-base-position.
3058 Eliminate obsolete base-size manipulation.
3059 * minibuffer.el (display-completion-list): Don't mess with base-size.
3060 (minibuffer-completion-help): Set completion-base-position instead.
3061 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
3062 choose-completion.
3063 * textmodes/bibtex.el (bibtex-complete):
3064 * emacs-lisp/crm.el (crm--choose-completion-string):
3065 Adjust to new calling convention.
3066 * complete.el (partial-completion-mode): Use minibufferp to avoid
3067 bumping into incompatible change to choose-completion-string-functions.
3068 * ido.el (ido-choose-completion-string): Make its calling convention
3069 more permissive.
3070 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
3071 base-size manipulation.
3072 (comint-dynamic-list-input-ring): Use dotimes and push.
3073 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
3074 fundamental-mode. Use `or'.
3075
3076 2009-10-14 Juri Linkov <juri@jurta.org>
3077
3078 * misearch.el (multi-isearch-next-buffer-from-list)
3079 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
3080
3081 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3082
3083 * Makefile.in (compile-onefile): Load `bytecomp' rather than
3084 `bytecomp.el'.
3085
3086 * minibuffer.el (completion-pcm--merge-completions): Make sure the
3087 string we return is all made up of text from the completions rather
3088 than part from the completions and part from the input (bug#4219).
3089
3090 * ido.el (ido-everywhere): Use define-minor-mode.
3091
3092 * buff-menu.el (list-buffers, ctl-x-map):
3093 Mark the entry points with ;;;###autoload cookies.
3094
3095 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
3096
3097 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
3098 correctly in the detached head case.
3099 (vc-git-print-log): Remove unused binding.
3100
3101 * vc.el (vc-responsible-backend): When a directory is passed for
3102 for registration create a VC repository if no backend is
3103 responsible for the directory argument.
3104 (vc-deduce-fileset): Tell vc-responsible-backend to register.
3105
3106 * vc.el: Move comments about RCS and SCCS ...
3107 * vc-rcs.el:
3108 * vc-sccs.el: ... here, respectively.
3109
3110 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3111
3112 * minibuffer.el (completion--file-name-table): Return nil if there's
3113 no file completion, even if substitute-in-file-name changed
3114 the string (bug#4708).
3115
3116 2009-10-13 Juri Linkov <juri@jurta.org>
3117
3118 * files-x.el (read-file-local-variable-value): Don't filter out
3119 minor modes from mode name completion (bug#4664).
3120
3121 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
3122
3123 * international/mule-cmds.el (ucs-names): Remove exclusion of
3124 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
3125
3126 2009-10-13 Kenichi Handa <handa@m17n.org>
3127
3128 * international/uni-name.el: Regenerated.
3129
3130 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
3131
3132 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
3133 should be automatically buffer-local, but isn't.)
3134
3135 2009-10-12 Sam Steingold <sds@gnu.org>
3136
3137 * progmodes/compile.el (compilation-next-error-function): Fix the
3138 timestamps if the buffer has been visited before.
3139 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
3140 non-anchored patterns, like the perl one (bug#3928).
3141
3142 2009-10-12 Glenn Morris <rgm@gnu.org>
3143
3144 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
3145 Let-bind `size'.
3146
3147 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
3148
3149 * proced.el (proced-unload-function): New function.
3150
3151 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
3152 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
3153 Doc fix.
3154
3155 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
3156
3157 2009-10-11 Juri Linkov <juri@jurta.org>
3158
3159 * files-x.el (read-file-local-variable-value):
3160 Provide default value only for bound variables (bug#4664).
3161
3162 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
3163
3164 * net/tramp.el (tramp-local-host-p): Function shall return nil for
3165 connection methods like smb.
3166
3167 * net/tramp-cache.el (tramp-flush-connection-property): The hash
3168 can be empty.
3169
3170 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3171 (tramp-smb-file-name-handler-alist): Add handlers for
3172 `add-name-to-file', `make-symbolic-link'.
3173 (tramp-smb-handle-add-name-to-file)
3174 (tramp-smb-do-file-attributes-with-stat)
3175 (tramp-smb-handle-make-symbolic-link)
3176 (tramp-smb-get-cifs-capabilities): New defuns.
3177 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
3178 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
3179 (tramp-smb-handle-file-local-copy)
3180 (tramp-smb-handle-make-directory-internal)
3181 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
3182 The file name syntax depends on cifs capabilities.
3183 (tramp-smb-handle-file-attributes):
3184 Call `tramp-smb-do-file-attributes-with-stat' if possible.
3185 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
3186 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
3187
3188 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
3189
3190 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
3191 (eieio-defclass): Apply deftype handler and setf-method properties
3192 directly.
3193 (eieio-add-new-slot): Avoid union function from cl library.
3194 (eieio--typep): New function.
3195 (eieio-perform-slot-validation): Use it.
3196
3197 2009-10-10 Karl Fogel <kfogel@red-bean.com>
3198
3199 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
3200 Update documentation to refer to the variables documented in r1.135.
3201 (Bug#4188)
3202
3203 2009-10-10 Karl Fogel <kfogel@red-bean.com>
3204
3205 * bookmark.el (Info-suffix-list): Remove this unused variable.
3206 (bookmark-current-point): Remove this obsolete variable.
3207 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
3208 Adjust for removal of bookmark-current-point.
3209
3210 (bookmarks-already-loaded, bookmark-current-buffer)
3211 (bookmark-yank-point): Document. (Bug#4188)
3212
3213 2009-10-10 Glenn Morris <rgm@gnu.org>
3214
3215 * frame.el (frame-height): Doc fix.
3216
3217 * calendar/calendar.el (calendar-split-width-threshold): New option.
3218 (calendar-basic-setup): Use calendar-split-width-threshold.
3219
3220 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
3221
3222 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
3223 Use .la for Automake.
3224
3225 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
3226
3227 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
3228 Use "autoreconf -i". Suggested by Andreas Schwab.
3229
3230 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
3231
3232 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
3233 Ideographic Supplement" range (U+1F200..U+1F2FF).
3234
3235 2009-10-09 Karl Fogel <kfogel@red-bean.com>
3236
3237 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
3238 since the list will have been rebuilt anyway. (Bug#4349)
3239
3240 2009-10-09 Karl Fogel <kfogel@red-bean.com>
3241
3242 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
3243 (bookmark-bmenu-execute-deletions): Don't save here, as
3244 bookmark-delete will now do so if necessary.
3245 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
3246 (Bug#4348)
3247
3248 2009-10-09 Glenn Morris <rgm@gnu.org>
3249
3250 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
3251
3252 2009-10-09 Karl Fogel <kfogel@red-bean.com>
3253
3254 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
3255 (bookmark-jump-other-window): Just invoke bookmark-jump with new
3256 argument now, so the two function's behaviors will match. (Bug#3645)
3257
3258 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
3259
3260 * cedet/ede/proj.el (project-make-dist, project-compile-project):
3261 Fix filename test.
3262 (ede-proj-dist-makefile): Use expand-file-name instead of concat
3263 to expand file names.
3264
3265 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
3266
3267 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
3268 (tramp-file-name-real-host, tramp-file-name-port):
3269 Apply `save-match-data'.
3270
3271 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
3272 case both directories are remote.
3273 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
3274 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
3275
3276 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
3277
3278 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
3279 (ede-proj-target-makefile-objectcode): Use it.
3280
3281 * cedet/ede/source.el (ede-want-any-source-files-p)
3282 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
3283 Return search result. This error was introduced while merging.
3284
3285 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
3286
3287 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
3288
3289 2009-10-07 Glenn Morris <rgm@gnu.org>
3290
3291 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
3292 of concat.
3293
3294 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3295
3296 * files-x.el (read-file-local-variable): Include some
3297 non-user-variables in the completion table (bug#4664).
3298
3299 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
3300
3301 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
3302 message.
3303
3304 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3305 (tramp-smb-file-name-handler-alist): Add handler for
3306 `copy-directory', `expand-file-name', `set-file-modes'.
3307 (tramp-smb-handle-copy-directory)
3308 (tramp-smb-handle-expand-file-name)
3309 (tramp-smb-handle-set-file-modes): New defuns.
3310 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
3311 (tramp-smb-handle-file-attributes): Simplify check for retrieving
3312 entry.
3313 (tramp-smb-handle-insert-directory): Don't flush the cache.
3314 (tramp-smb-maybe-open-connection): Check for samba client and
3315 server versions.
3316
3317 2009-10-07 Eli Zaretskii <eliz@gnu.org>
3318
3319 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
3320 to not error out of search for "^lisp=" fails.
3321
3322 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
3323
3324 * makefile.w32-in (WINS_UPDATES): New macro.
3325 (custom-deps, finder-data, autoloads): Use it.
3326
3327 2009-10-07 Glenn Morris <rgm@gnu.org>
3328
3329 * Makefile.in (autoloads): Revert previous change.
3330 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
3331 the list of preloaded files passed on the command-line, get
3332 it from src/Makefile.
3333
3334 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
3335 show the original buffer rather than a random one.
3336
3337 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
3338
3339 * help.el (describe-no-warranty): Place point in a slightly better
3340 position in the GPLv3 text.
3341
3342 2009-10-06 Sam Steingold <sds@gnu.org>
3343
3344 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
3345 the comm attribute is present before calling regexp-quote.
3346
3347 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
3348
3349 * play/animate.el (animate-string): For good effect, make sure
3350 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
3351
3352 * play/animate.el (animate-sequence, animate-birthday-present):
3353 * misc.el (butterfly): Don't set `indent-tabs-mode'.
3354
3355 2009-10-06 Glenn Morris <rgm@gnu.org>
3356
3357 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
3358
3359 * emacs-lisp/autoload.el (autoload-excludes): New variable.
3360 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
3361 (batch-update-autoloads): Process a string value of autoload-excludes,
3362 set during the build process.
3363 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
3364
3365 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
3366 inside with-parsed... macro so that `v' is defined.
3367
3368 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
3369 * progmodes/fortran.el (fortran-end-of-block)
3370 (fortran-beginning-of-block):
3371 Also push mark in the macro case.
3372
3373 * emerge.el (emerge-show-file-name):
3374 * calc/calc.el (calc-quit):
3375 * calc/calc-misc.el (calc-big-or-small):
3376 * calc/calc-graph.el (calc-graph-view):
3377 * calc/calc-ext.el (calc-reset):
3378 * calendar/calendar.el (calendar-basic-setup):
3379 Use window-full-height-p.
3380
3381 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
3382 header we don't understand, don't insert another. (Bug#4624)
3383 If changing mime charset, insert the new one in the right place.
3384
3385 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
3386
3387 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
3388 (cal-tex-cursor-month): Correctly increment the end date for diary and
3389 holiday listing. (Bug#4626)
3390
3391 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3392
3393 * help-fns.el (describe-function-1): Don't burp if the function is not
3394 a symbol.
3395
3396 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
3397
3398 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
3399 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
3400 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
3401 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
3402
3403 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
3404 (eieio-default-superclass): Reflow docstrings.
3405 (this, class-option-assoc, defclass, eieio-class-un-autoload)
3406 (eieio-unbind-method-implementations, defmethod)
3407 (eieio-validate-slot-value, eieio-validate-class-slot-value)
3408 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
3409 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
3410 (eieio-slot-originating-class-p, eieio-slot-name-index)
3411 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
3412 (constructor, initialize-instance, no-next-method, object-print)
3413 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
3414 Fix typos in docstrings.
3415 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
3416 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
3417 (next-method-p): Doc fixes.
3418 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
3419 Fix typos in error messages.
3420 (eieio-defmethod): Fix typo in description of generic method.
3421
3422 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
3423 (eieio-persistent-save-interactive, slot-missing):
3424 Fix typos in docstrings.
3425 (eieio-instance-inheritor-slot-boundp): Doc fix.
3426
3427 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
3428 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
3429
3430 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
3431 (eieio-custom-object-apply-reset):
3432 Fix typos in docstrings and error messages.
3433
3434 * emacs-lisp/eieio-datadebug.el (data-debug-show):
3435 Fix typo in docstring.
3436
3437 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
3438 (eieio-browse-tree): Doc fix.
3439 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
3440 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
3441 Fix typos in docstrings.
3442
3443 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
3444 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
3445 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
3446 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
3447 Reflow docstrings.
3448
3449 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
3450
3451 * vc-hg.el (log-view-vc-backend): Declare for compiler.
3452 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
3453 Set log-view-vc-backend so that diff can work.
3454
3455 * log-view.el (log-view-diff): Use vc-diff-internal instead of
3456 vc-version-diff.
3457 (vc-diff-internal): Autoload this instead of vc-version-diff.
3458
3459 2009-10-05 Eli Zaretskii <eliz@gnu.org>
3460
3461 * simple.el (eval-expression): Doc fix.
3462
3463 * progmodes/cwarn.el (cwarn-mode): Doc fix.
3464
3465 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
3466
3467 * files.el (directory-files-no-dot-files-regexp): New defconst.
3468 (delete-directory): Use it.
3469 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
3470
3471 * net/tramp.el (tramp-verbose): Fix docstring.
3472 (tramp-methods): Add recursive option to `tramp-copy-args'.
3473 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
3474 "scp1_old", "scp2_old", "rsync", "rsyncc".
3475 (tramp-default-method): Check also for `auth-source-user-or-password'.
3476 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
3477 Add handler for `copy-directory'.
3478 (tramp-handle-copy-directory): New defun.
3479 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
3480 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
3481 Optimize sent command.
3482
3483 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3484
3485 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
3486 window if necessary.
3487
3488 * calendar/calendar.el (calendar-basic-setup): Don't call
3489 switch-to-buffer in a dedicated window.
3490
3491 2009-10-05 Karl Fogel <kfogel@red-bean.com>
3492
3493 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
3494 don't do anything related to relocating, just return nil.
3495 (bookmark-error-no-filename): New error.
3496 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
3497 bookmark has no file. Don't even attempt to handle things that
3498 are not files; the whole point of custom handlers is to keep that
3499 knowledge elsewhere anyway. Tighten some comments.
3500 (bookmark-file-or-variation-thereof): Remove now-unused function.
3501 (bookmark-location): Doc string fix.
3502 (Bug#4250)
3503
3504 2009-10-04 Karl Fogel <kfogel@red-bean.com>
3505
3506 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
3507 don't use a file dialog, because they usually don't know how to read
3508 a directory target from the user. (Bug#4230)
3509 Also, make sure the prompt can display directories as well as files.
3510
3511 2009-10-04 Karl Fogel <kfogel@red-bean.com>
3512
3513 * bookmark.el (bookmark-set, bookmark-buffer-name):
3514 Improve doc strings. (Bug#1193)
3515
3516 2009-10-04 Karl Fogel <kfogel@red-bean.com>
3517
3518 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
3519 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
3520 (bookmark-get-annotation, bookmark-set-annotation)
3521 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
3522 (bookmark-set-position, bookmark-get-front-context-string)
3523 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
3524 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
3525 (bookmark-jump-other-window, bookmark-handle-bookmark)
3526 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
3527 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
3528 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
3529 Improve doc strings to say whether bookmark can be a string or
3530 a record or both, and make other consistency and clarity fixes.
3531 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
3532 (bookmark-default-annotation-text, bookmark-yank-word)
3533 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
3534 (bookmark-import-new-list, bookmark-maybe-rename)
3535 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3536 (bookmark-bmenu-bookmark): Give these doc strings.
3537 (bookmark-bmenu-check-position): Give this a doc string, but also
3538 add a FIXME comment about how the function may be pointless.
3539 (bookmark-default-handler): Rework doc string and change a
3540 parameter name, to clarify that this takes a bookmark record
3541 not a bookmark name.
3542 (bookmark-set): Change a parameter name to indicate its meaning,
3543 and improve the doc string a bit.
3544 (Bug#4188)
3545
3546 2009-10-04 Karl Fogel <kfogel@red-bean.com>
3547
3548 * bookmark.el (bookmark-alist): Document the new `handler' element
3549 in the param alist.
3550 (bookmark-make-record-function): Adjust documentation for above.
3551 (Bug#4193)
3552
3553 2009-10-04 Karl Fogel <kfogel@red-bean.com>
3554
3555 * info.el (Info-bookmark-make-record): Document this function.
3556 (Info-bookmark-jump): Document with a doc string, not just a comment.
3557 (Bug#4203)
3558
3559 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
3560
3561 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
3562 (semantic-new-buffer-fcn): Call parser setup functions here.
3563 (semantic-mode): Don't call parser setup functions here, it's done
3564 in semantic-new-buffer-fcn now.
3565 (semantic-mode): Parse all existing buffers when enabled.
3566
3567 * cedet/srecode/compile.el (srecode-compile-file):
3568 Call semantic-new-buffer-fcn if the buffer has not been parsed.
3569
3570 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
3571
3572 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
3573
3574 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
3575 (proj-comp-insert-variable-once): New macro, renamed from
3576 ede-pmake-insert-variable-once in ede/pmake.edl.
3577 (ede-proj-makefile-insert-variables): Use it.
3578
3579 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
3580
3581 * files.el (copy-directory): New defun.
3582
3583 * dired-aux.el (dired-copy-file-recursive): Use it.
3584
3585 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
3586
3587 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
3588 (makefile-end-of-command):
3589 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
3590 (semantic-end-of-context): Fix previous change. Doc fixes.
3591
3592 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
3593
3594 * files-x.el (modify-dir-local-variable)
3595 (copy-dir-locals-to-file-locals-prop-line):
3596 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
3597 (makefile-end-of-command):
3598 * cedet/semantic/lex.el (semantic-lex-token):
3599 * cedet/semantic/analyze/fcn.el
3600 (semantic-analyze-dereference-metatype-1):
3601 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
3602 (semantic-lex-cpp-undef):
3603 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
3604 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
3605 (semantic-end-of-context): Fix typos in docstrings.
3606
3607 * recentf.el (recentf-unload-function): New function.
3608
3609 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
3610
3611 * cedet/ede.el (ede-project-placeholder-cache-file):
3612 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
3613 * cedet/srecode/map.el (srecode-map-save-file):
3614 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
3615
3616 2009-10-04 Glenn Morris <rgm@gnu.org>
3617
3618 * window.el (window-full-height-p): Add doc string.
3619
3620 2009-10-04 Martin Rudalics <rudalics@gmx.at>
3621
3622 * window.el (window-full-height-p): New function. (Bug#4543)
3623
3624 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
3625
3626 * cedet/srecode/insert.el: Require srecode/args.
3627
3628 * cedet/srecode/args.el: Require srecode/dictionary instead of
3629 srecode/insert.
3630
3631 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
3632
3633 * files.el (auto-mode-alist): Add .srt and Project.ede.
3634
3635 * cedet/semantic.el (semantic-mode):
3636 Handle srecode-template-mode-hook as well.
3637 (semantic-mode): Use js-mode-hook for Javascript hook.
3638
3639 * cedet/srecode/template.el: Remove hook variable.
3640
3641 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
3642
3643 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
3644 projects exist.
3645 (ede-project-placeholder-cache-file): Default to a file in
3646 user-emacs-directory.
3647
3648 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
3649 templates in data-directory.
3650 (srecode-map-save-file): Default to a file in user-emacs-directory.
3651
3652 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
3653 directory.
3654
3655 2009-09-30 Eric Ludlam <zappo@gnu.org>
3656
3657 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
3658 Doc fix.
3659
3660 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
3661 Only insert each variable once.
3662
3663 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
3664 (ede-pmake-insert-variable-shared): Use it.
3665
3666 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
3667 for lexical table iff table is nil.
3668
3669 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
3670
3671 * vc.el: Remove commented out code.
3672 (vc-derived-from-dir-mode): Remove, unused.
3673 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
3674
3675 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
3676
3677 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
3678 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
3679 there could be recursive loading when `default-directory' is a
3680 remote file name. (Bug#4614)
3681
3682 2009-10-03 Glenn Morris <rgm@gnu.org>
3683
3684 * calendar/calendar.el (calendar-basic-setup): Handle the case where
3685 the frame is wide.
3686 (calendar-generate-window): Test for shrinkability rather than width.
3687
3688 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
3689 declaration, currently false.
3690
3691 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
3692 reusing existing buffers, in case we happen to visit two files with the
3693 same basename. (Bug#4593)
3694
3695 2009-10-02 Eli Zaretskii <eliz@gnu.org>
3696
3697 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
3698 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
3699 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
3700 subdirs of cedet as well.
3701 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
3702
3703 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3704
3705 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
3706 Obey advertised-signature-table.
3707
3708 * help-fns.el (help-function-arglist): Don't check
3709 advertised-signature-table.
3710 (describe-function-1): Do it here instead so it also applies to subrs.
3711
3712 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
3713
3714 * simple.el (start-file-process): Say in the doc-string, that file
3715 handlers might not support pty association, if PROGRAM is nil.
3716
3717 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
3718 HOST and USER are strings. They are nil, when there are
3719 incomplete entries in ~/.netrc, for example.
3720 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
3721 root directory ("device busy" error otherwise).
3722
3723 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
3724 Flush file properties of created directory.
3725
3726 2009-10-02 Eli Zaretskii <eliz@gnu.org>
3727
3728 * makefile.w32-in (WINS_BASIC): Remove cedet.
3729 (WINS_CEDET): Add cedet.
3730 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
3731
3732 2009-10-02 Kevin Ryde <user42@zip.com.au>
3733
3734 * net/browse-url.el (browse-url): Pass any symbol in
3735 browse-url-browser-function to `apply', since if you've mistakenly put
3736 an unbound symbol then the error is clearer. (Bug#4531)
3737
3738 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
3739
3740 * allout.el (allout-init, allout-back-to-current-heading)
3741 (allout-beginning-of-current-entry, allout-ascend-to-depth)
3742 (allout-ascend, allout-up-current-level, allout-end-of-level)
3743 (allout-previous-visible-heading, allout-forward-current-level)
3744 (allout-backward-current-level, allout-show-children):
3745 * apropos.el (apropos-describe-plist):
3746 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
3747 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
3748 * completion.el (add-completion, add-permanent-completion):
3749 * descr-text.el (describe-text-category, describe-char):
3750 * desktop.el (desktop-lazy-abort):
3751 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
3752 * dired.el (dired-build-subdir-alist):
3753 * ediff.el (ediff-version):
3754 * elide-head.el (elide-head, elide-head-show):
3755 * emerge.el (emerge-version):
3756 * env.el (getenv):
3757 * face-remap.el (variable-pitch-mode):
3758 * faces.el (describe-face):
3759 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
3760 (dired-at-point):
3761 * files.el (find-file-existing, auto-save-mode):
3762 * font-lock.el (font-lock-fontify-buffer):
3763 * help-fns.el (describe-function, describe-variable)
3764 (describe-syntax, describe-categories):
3765 * help.el (view-lossage, describe-bindings, describe-key)
3766 (describe-mode):
3767 * hexl.el (hexl-current-address):
3768 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
3769 * info.el (Info-goto-emacs-key-command-node):
3770 * log-edit.el (log-edit-insert-cvs-template)
3771 (log-edit-insert-cvs-rcstemplate):
3772 * menu-bar.el (menu-bar-mode):
3773 * mouse.el (mouse-appearance-menu):
3774 * newcomment.el (comment-indent-new-line):
3775 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
3776 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
3777 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt, )
3778 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
3779 * recentf.el (recentf-mode):
3780 * savehist.el (savehist-mode, savehist-save):
3781 * shadowfile.el (shadow-copy-files):
3782 * simple.el (kill-ring-save, next-line, previous-line)
3783 (normal-erase-is-backspace-mode):
3784 * strokes.el (strokes-update-window-configuration)
3785 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
3786 (strokes-xpm-for-stroke):
3787 * time.el (emacs-uptime, emacs-init-time):
3788 * tutorial.el (tutorial--describe-nonstandard-key)
3789 (tutorial--detailed-help):
3790 * type-break.el (type-break-mode)
3791 (type-break-mode-line-message-mode, type-break-query-mode)
3792 (type-break-guesstimate-keystroke-threshold):
3793 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
3794 * version.el (emacs-version):
3795 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
3796 * winner.el (winner-mode):
3797 * calendar/timeclock.el (timeclock-in, timeclock-out)
3798 (timeclock-status-string, timeclock-change)
3799 (timeclock-workday-remaining-string)
3800 (timeclock-workday-elapsed-string)
3801 (timeclock-when-to-leave-string):
3802 * calendar/todo-mode.el (todo-add-category):
3803 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
3804 * emacs-lisp/autoload.el (update-file-autoloads):
3805 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
3806 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
3807 (checkdoc-message-text, checkdoc-defun):
3808 * emacs-lisp/debug.el (debugger-list-functions):
3809 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3810 * emacs-lisp/eieio-opt.el (eieio-describe-class)
3811 (eieio-describe-generic):
3812 * emacs-lisp/lisp-mnt.el (lm-synopsis):
3813 * emacs-lisp/shadow.el (list-load-path-shadows):
3814 * emulation/cua-base.el (cua-mode):
3815 * emulation/edt.el (edt-set-scroll-margins):
3816 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
3817 (tpu-toggle-regexp, tpu-toggle-search-direction)
3818 (tpu-toggle-rectangle, tpu-toggle-control-keys):
3819 * emulation/tpu-extras.el (tpu-set-scroll-margins):
3820 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
3821 (viper-set-parsing-style-toggling-macro)
3822 (viper-set-emacs-state-searchstyle-macros):
3823 * emulation/viper.el (viper-set-hooks):
3824 * eshell/esh-mode.el (eshell-truncate-buffer):
3825 * international/mule-cmds.el (prefer-coding-system)
3826 (describe-input-method, describe-language-environment):
3827 * international/mule-diag.el (list-character-sets)
3828 (describe-character-set, describe-coding-system)
3829 (describe-fontset, list-fontsets, list-input-methods):
3830 * mail/sendmail.el (mail-signature):
3831 * net/ange-ftp.el (ange-ftp-copy-file):
3832 * net/browse-url.el (browse-url):
3833 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
3834 * net/quickurl.el (quickurl-add-url):
3835 * net/rcirc.el (names, topic):
3836 * net/xesam.el (xesam-mode):
3837 * play/5x5.el (5x5-new-game):
3838 * play/yow.el (apropos-zippy):
3839 * progmodes/ada-mode.el (ada-mode-version):
3840 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
3841 (f90-end-of-block)
3842 (f90-beginning-of-block):
3843 * progmodes/fortran.el (fortran-end-of-block)
3844 (fortran-beginning-of-block):
3845 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
3846 * progmodes/python.el (python-describe-symbol, python-shell):
3847 * term/ns-win.el (ns-print-buffer):
3848 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
3849 * textmodes/flyspell.el (flyspell-mode-on):
3850 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
3851 (pages-directory-for-addresses):
3852 * textmodes/table.el (table-recognize-cell)
3853 (table-query-dimension, table-generate-source)
3854 (table-insert-sequence, table--warn-incompatibility):
3855 * textmodes/tex-mode.el (tex-validate-buffer):
3856 * textmodes/texinfmt.el (texinfmt-version)
3857 (texinfo-format-buffer):
3858 Use `called-interactively-p' instead of `interactive-p'.
3859
3860 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
3861
3862 * image-mode.el (image-toggle-display):
3863 * emacs-lisp/elp.el (elp-instrument-function):
3864 * emacs-lisp/advice.el (ad-make-advised-definition):
3865 * emacs-lisp/easy-mmode.el (define-minor-mode):
3866 * net/browse-url.el (browse-url-maybe-new-window):
3867 * progmodes/sh-script.el (sh-learn-buffer-indent):
3868 Pass new argument 'any to `called-interactively-p'.
3869
3870 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
3871
3872 * international/uni-bidi.el:
3873 * international/uni-category.el:
3874 * international/uni-combining.el:
3875 * international/uni-comment.el:
3876 * international/uni-decimal.el:
3877 * international/uni-decomposition.el:
3878 * international/uni-digit.el:
3879 * international/uni-lowercase.el:
3880 * international/uni-mirrored.el:
3881 * international/uni-name.el:
3882 * international/uni-numeric.el:
3883 * international/uni-old-name.el:
3884 * international/uni-titlecase.el:
3885 * international/uni-uppercase.el:
3886 Regenerate from Unicode 5.2.0 data.
3887
3888 2009-10-01 Glenn Morris <rgm@gnu.org>
3889
3890 * Makefile.in (ELCFILES): Regenerate.
3891
3892 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3893
3894 * subr.el (interactive-p): Mark obsolete.
3895 (called-interactively-p): Make the optional-ness of `kind' obsolete.
3896 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
3897 advertised-signature-table for subroutines as well.
3898
3899 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
3900 (set-advertised-calling-convention): New function.
3901 (make-obsolete, define-obsolete-function-alias)
3902 (make-obsolete-variable, define-obsolete-variable-alias):
3903 Make the optional-ness of `when' obsolete.
3904 (define-obsolete-face-alias): Make `when' non-optional.
3905 * help-fns.el (help-function-arglist):
3906 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
3907 Use advertised-signature-table.
3908
3909 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
3910
3911 * files.el (delete-directory): New defun. The original function
3912 in fileio.c has been renamed to `delete-directory-internal'.
3913
3914 * dired.el (dired-delete-file): Call `delete-directory' with
3915 RECURSIVE parameter.
3916
3917 * net/ange-ftp.el (ange-ftp-delete-directory ): Add optional
3918 parameter RECURSIVE. Implementation is missing.
3919
3920 * net/tramp.el (tramp-handle-make-directory): Flush upper
3921 directory's file properties.
3922 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
3923 (tramp-handle-dired-recursive-delete-directory): Flush directory
3924 properties after the remove command only.
3925
3926 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
3927 Handle optional parameter RECURSIVE.
3928
3929 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
3930 Handle optional parameter RECURSIVE.
3931
3932 * net/tramp-smb.el (tramp-smb-errors): Add error message for
3933 connection timeout.
3934 (tramp-smb-handle-delete-directory): Handle optional parameter
3935 RECURSIVE.
3936
3937 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3938
3939 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
3940 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
3941 (byte-compile-defmacro): Use backquotes.
3942
3943 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
3944
3945 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
3946 has no associated file.
3947 (vc-resynch-buffer): Use vc-dir-buffers.
3948
3949 2009-10-01 Glenn Morris <rgm@gnu.org>
3950
3951 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
3952 (chart-file-count):
3953 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
3954 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
3955 * emacs-lisp/eieio-opt.el (eieio-describe-class):
3956 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
3957 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
3958 (eieio-copy-parents-into-subclass, make-instance, class-children)
3959 (eieio-generic-form):
3960 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
3961 * cedet/cedet-idutils.el (cedet-idutils-search)
3962 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
3963 (cedet-idutils-version-check):
3964 * cedet/cedet.el (cedet-version):
3965 * cedet/data-debug.el (data-debug-insert-overlay-button)
3966 (data-debug-insert-overlay-list-button)
3967 (data-debug-insert-buffer-button)
3968 (data-debug-insert-buffer-list-button)
3969 (data-debug-insert-process-button, data-debug-insert-ring-button)
3970 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
3971 (data-debug-insert-stuff-vector-button)
3972 (data-debug-insert-symbol-button, data-debug-insert-string)
3973 (data-debug-insert-number, data-debug-insert-lambda-expression)
3974 (data-debug-insert-nil, data-debug-insert-simple-thing)
3975 (data-debug-insert-custom, data-debug-edebug-expr):
3976 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
3977 (global-ede-mode-map, ede-new, ede-debug-target)
3978 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
3979 * cedet/semantic.el (semantic-minimum-working-buffer-size)
3980 (semantic-fetch-tags, semantic-submode-list)
3981 (semantic-default-submodes):
3982 * cedet/ede/source.el (ede-source-match):
3983 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
3984 (project-am-package-info):
3985 * cedet/ede/proj.el (ede-proj-target, project-new-target):
3986 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
3987 * cedet/ede/proj-comp.el (ede-current-build-list):
3988 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
3989 * cedet/ede/files.el (ede-toplevel-project-or-nil):
3990 * cedet/ede/cpp-root.el (initialize-instance):
3991 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
3992 (autoconf-parameter-strip, autoconf-insert-new-macro):
3993 * cedet/semantic/wisent.el (wisent-lex-eoi):
3994 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
3995 (semantic-show-parser-state-mode):
3996 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
3997 * cedet/semantic/tag.el (semantic-tag-new-variable)
3998 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
3999 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
4000 (semantic--tag-deep-copy-tag-list)
4001 (semantic-tag-components-with-overlays-default):
4002 * cedet/semantic/symref.el (semantic-symref-find-text):
4003 * cedet/semantic/senator.el (senator-yank-tag)
4004 (senator-transpose-tags-up):
4005 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
4006 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
4007 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
4008 * cedet/semantic/lex.el (semantic-lex-comment-regex)
4009 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
4010 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
4011 * cedet/semantic/lex-spp.el
4012 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
4013 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
4014 * cedet/semantic/idle.el
4015 (semantic-idle-summary-current-symbol-info-brutish)
4016 (semantic-idle-summary-current-symbol-info-default):
4017 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
4018 (semantic--grammar-macro-compl-dict):
4019 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
4020 * cedet/semantic/format.el (semantic-format-tag-custom-list)
4021 (semantic-format-tag-canonical-name-default):
4022 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
4023 (semantic-find-tags-for-completion)
4024 (semantic-find-tags-by-scope-protection-default)
4025 (semantic-deep-find-tags-for-completion):
4026 * cedet/semantic/edit.el
4027 (semantic-edits-incremental-reparse-failed-hook)
4028 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
4029 (semantic-edits-splice-remove, semantic-edits-splice-replace):
4030 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
4031 * cedet/semantic/dep.el (semantic-dependency-include-path):
4032 * cedet/semantic/db.el (semanticdb-default-find-index-class)
4033 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
4034 (semanticdb-project-roots):
4035 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
4036 (semanticdb-find-adebug-insert-scanned-tag-cons)
4037 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
4038 (semanticdb-brute-deep-find-tags-for-completion):
4039 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
4040 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
4041 (semantic-end-of-context-default)
4042 (semantic-ctxt-current-function-default)
4043 (semantic-ctxt-scoped-types-default):
4044 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4045 (semantic-complete-inline-tag-engine)
4046 (semantic-complete-inline-custom-type)
4047 (semantic-complete-read-tag-analyzer):
4048 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
4049 (semantic-chart-database-size):
4050 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
4051 (semantic-analyze-current-context):
4052 * cedet/semantic/symref/list.el (semantic-symref)
4053 (semantic-symref-hide-buffer, semantic-symref-symbol):
4054 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
4055 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
4056 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
4057 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
4058 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
4059 (semantic-c-dereference-template):
4060 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
4061 (semantic--analyze-refs-full-lookup-with-parents)
4062 (semantic--analyze-refs-full-lookup-simple):
4063 * cedet/semantic/analyze/complete.el
4064 (semantic-analyze-possible-completions):
4065 * cedet/srecode/table.el (srecode-mode-table-new):
4066 * cedet/srecode/srt.el (srecode-read-variable-name):
4067 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
4068 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
4069 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
4070 * cedet/srecode/map.el (srecode-current-map):
4071 * cedet/srecode/insert.el (srecode-insert)
4072 (srecode-insert-variable-secondname-handler, srecode-insert-method)
4073 (srecode-template-inserter-point-override)
4074 (srecode-insert-include-lookup):
4075 * cedet/srecode/getset.el (srecode-auto-choose-class):
4076 * cedet/srecode/extract.el (srecode-inserter-extract):
4077 * cedet/srecode/document.el
4078 (srecode-document-autocomment-return-last-alist)
4079 (srecode-document-autocomment-param-type-alist)
4080 (srecode-document-insert-function-comment)
4081 (srecode-document-insert-variable-one-line-comment)
4082 (srecode-document-function-name-comment):
4083 * cedet/srecode/dictionary.el (srecode-create-dictionary)
4084 (srecode-compound-toString):
4085 * cedet/srecode/compile.el (srecode-flush-active-templates):
4086 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
4087 Doc/message fixes.
4088
4089 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
4090 match-data. (Bug#4555).
4091
4092 * cedet/semantic/bovine/gcc.el
4093 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
4094 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
4095
4096 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
4097 rather than parsing it as a regexp. This relaxes the layout
4098 requirements and makes errors easier to detect.
4099 (check-declare-verify): Check file is regular.
4100 (check-declare-directory): Doc fix.
4101 * subr.el (declare-function): Doc fix.
4102
4103 * ibuffer.el (ibuffer-format-qualifier):
4104 * isearch.el (hi-lock-regexp-okay):
4105 * calc/calc.el (math-zerop):
4106 * mail/uce.el (rmail-msgbeg, rmail-msgend):
4107 * term/w32-win.el (setup-default-fontset, set-fontset-font):
4108 Remove unused declarations.
4109
4110 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
4111
4112 * cedet/semantic/wisent/javat-wy.el
4113 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
4114
4115 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
4116
4117 * cedet/srecode/expandproto.el: Fix provide statement.
4118
4119 2009-09-30 Eric Ludlam <zappo@gnu.org>
4120
4121 * emacs-lisp/eieio.el (boolean-p): Delete.
4122
4123 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
4124
4125 * cedet/ede/srecode.el: Fix provide statement.
4126
4127 2009-09-30 Glenn Morris <rgm@gnu.org>
4128
4129 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
4130 * cedet/ede/proj-aux.el (ede-aux-source):
4131 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
4132 (ede-misc-source):
4133 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
4134 (semantic-mrub-switch-tags): Fix doc typos.
4135
4136 * cedet/semantic/db-global.el (data-debug-new-buffer)
4137 (data-debug-insert-thing): Remove unneeded declarations (one broken).
4138 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
4139
4140 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
4141
4142 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
4143 use of CL function `remove-if-not'.
4144
4145 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
4146
4147 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
4148 filename is not a string.
4149
4150 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
4151
4152 * files.el (safe-local-eval-forms): Fix typo.
4153
4154 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
4155
4156 * vc-hooks.el (vc-dir-buffers): New var.
4157 (vc-state-refresh): New function.
4158 (vc-state): Use it.
4159 (vc-after-save): Always ask the backend to recompute the new state.
4160 Always call vc-dir if necessary, using vc-dir-buffers.
4161 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
4162 Use vc-dir-buffers.
4163 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
4164 (vc-dir-prepare-status-buffer, vc-dir-update)
4165 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
4166 Don't call expand-file-name on default-directory.
4167
4168 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
4169
4170 * speedbar.el (speedbar-item-delete):
4171 * calc/calc-prog.el (calc-kbd-if):
4172 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
4173
4174 * epa.el (epa-key-list-mode-map):
4175 * hi-lock.el (hi-lock-menu): Fix typos in menus.
4176
4177 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
4178 (hs-show-hook): Fix typo in docstring.
4179
4180 2009-09-29 Glenn Morris <rgm@gnu.org>
4181
4182 * cedet/semantic/symref/idutils.el:
4183 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
4184
4185 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
4186
4187 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
4188 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
4189 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
4190 Mark declarations not understood by check-declare.
4191
4192 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
4193 file-name-nondirectory call preventing location of cedet files.
4194 (check-declare-verify): Use literal search rather than re-search.
4195 Add basic defmethod and defclass, and define-overloadable-function.
4196
4197 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
4198 Use tramp-compat-file-attributes rather than nonexistent
4199 tramp-compat-handle-file-attributes.
4200
4201 * Makefile.in (lisptagsfiles4): New.
4202 (AUTOGENEL): Add cedet loaddefs files.
4203 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
4204 (update-elclist, compile-always, backup-compiled-files)
4205 (bootstrap-clean): Add yet another directory level.
4206 (update-elclist): Use LC_COLLATE rather than COLLATE.
4207 (ELCFILES): Update, via `make update-elclist'.
4208
4209 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
4210
4211 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
4212 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
4213 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
4214
4215 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
4216
4217 * Makefile.in (lisptagsfiles3): Define.
4218 (TAGS, TAGS-LISP): Use it.
4219 (update-elclist): Add third directory level to look for elc files.
4220 (compile-always): Likewise.
4221 (backup-compiled-files): Likewise.
4222 (bootstrap-clean): Likewise.
4223 (ELCFILES): Update.
4224
4225 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
4226
4227 * Makefile.in (ELCFILES): Add CEDET files.
4228
4229 2009-09-28 Eric Ludlam <zappo@gnu.org>
4230
4231 CEDET (development tools) package merged.
4232
4233 * cedet/*.el:
4234 * cedet/ede/*.el:
4235 * cedet/semantic/*.el:
4236 * cedet/srecode/*.el: New files.
4237
4238 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
4239
4240 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
4241
4242 * net/tramp.el (top): Require tramp-imap.
4243
4244 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
4245 Use `tramp-compat-handle-file-attributes'.
4246
4247 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
4248
4249 * net/tramp-imap.el: New package.
4250
4251 2009-09-28 Eric Ludlam <zappo@gnu.org>
4252
4253 * emacs-lisp/chart.el:
4254 * emacs-lisp/eieio-base.el:
4255 * emacs-lisp/eieio-comp.el:
4256 * emacs-lisp/eieio-custom.el:
4257 * emacs-lisp/eieio-datadebug.el:
4258 * emacs-lisp/eieio-opt.el:
4259 * emacs-lisp/eieio-speedbar.el:
4260 * emacs-lisp/eieio.el: New files.
4261
4262 * cedet/cedet-cscope.el:
4263 * cedet/cedet-files.el:
4264 * cedet/cedet-global.el:
4265 * cedet/cedet-idutils.el:
4266 * cedet/data-debug.el:
4267 * cedet/inversion.el:
4268 * cedet/mode-local.el:
4269 * cedet/pulse.el: New files.
4270
4271 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4272
4273 * whitespace.el (whitespace-trailing-regexp)
4274 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
4275 Fix doc string.
4276
4277 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
4278
4279 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
4280 menu.
4281
4282 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
4283 menu-bar-ediff-menu.
4284
4285 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
4286 define-overloadable-function.
4287
4288 * progmodes/autoconf.el: Provide autoconf as well, so that this
4289 file can be `require'd.
4290
4291 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
4292
4293 * emacs-lisp/autoload.el (generated-autoload-feature)
4294 (generated-autoload-load-name): New vars.
4295 (autoload-rubric, autoload-generate-file-autoloads): Use them.
4296 (make-autoload): Recognize define-overloadable-function and
4297 defclass forms (for EIEIO).
4298
4299 * Makefile.in (update-subdirs): Exclude cedet directory.
4300
4301 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
4302
4303 * term/ns-win.el: Don't set the region face background. (Bug#4381)
4304
4305 * faces.el: Default light-background background for region face to
4306 ns_selection_color under NS.
4307
4308 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
4309
4310 * net/imap-hash.el: New library, see NEWS.
4311
4312 * Makefile.in (ELCFILES): Add imap-hash.el.
4313
4314 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
4315
4316 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
4317 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
4318 * help-macro.el (make-help-screen): Avoid using an ambiguous function
4319 definition where the docstring could be taken for the return value.
4320
4321 2009-09-26 Glenn Morris <rgm@gnu.org>
4322
4323 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
4324 Add option to only show images below a certain size.
4325 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
4326 save-excursion calls.
4327
4328 2009-09-26 Eli Zaretskii <eliz@gnu.org>
4329
4330 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
4331 subdirectories) and eieio.
4332
4333 2009-09-26 Alan Mackenzie <acm@muc.de>
4334
4335 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
4336 buggy bracketing. (Bug#4289)
4337
4338 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
4339 character constants (as case labels). (Bug#4289)
4340
4341 2009-09-25 Juri Linkov <juri@jurta.org>
4342
4343 * files.el (safe-local-eval-forms): Allow time-stamp in
4344 before-save-hook (Bug#4554).
4345
4346 2009-09-25 Drew Adams <drew.adams@oracle.com>
4347
4348 * menu-bar.el (list-buffers-directory): Doc fix.
4349
4350 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
4351
4352 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
4353 Try and avoid copying twice the same paragraph.
4354 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
4355 Remove save-excursion.
4356 (log-edit-changelog-entry): Do it here instead.
4357
4358 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
4359
4360 * bs.el (bs--get-file-name): Use `list-buffers-directory'
4361 when available, instead of hardcoding mode names. Doc fix.
4362
4363 * menu-bar.el (list-buffers-directory): Add docstring.
4364 Make automatically buffer-local.
4365
4366 * dired.el (dired-mode):
4367 * files.el (cd-absolute):
4368 * pcvs.el (cvs-temp-buffer):
4369 * pcvs-util.el (cvs-get-buffer-create):
4370 * shell.el (shell-mode):
4371 * vc-dir.el (vc-dir-mode):
4372 Don't make `list-buffers-directory' buffer local.
4373
4374 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
4375
4376 * comint.el (comint-exec, comint-run, make-comint):
4377 Doc fixes (Bug#4542).
4378
4379 2009-09-25 Glenn Morris <rgm@gnu.org>
4380
4381 * mail/rmailmm.el (rmail-mime): New custom group.
4382 Move all defcustoms in this file into this group.
4383 (rmail-mime-media-type-handlers-alist): Revert previous change.
4384 (rmail-mime-show-images): New option.
4385 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
4386 references to it, since it wasn't actually used for anything.
4387 (rmail-mime-insert-image): New function.
4388 (rmail-mime-image): Use rmail-mime-insert-image.
4389 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
4390 obey the value of `rmail-mime-show-images' option. Print the size of
4391 attachments.
4392
4393 2009-09-25 David Engster <deng@randomsample.de>
4394
4395 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
4396
4397 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4398
4399 * whitespace.el: Does not highlight trailing spaces While point is
4400 at end of line. Does not highligt spaces at beginning of buffer
4401 while point is at beginning of buffer. Does not highlight spaces
4402 at end of buffer while point is at end of buffer. (Bug#4177)
4403 New version 12.0.
4404 (whitespace-display-mappings): Adjust initialization.
4405 (whitespace-point, whitespace-font-lock-refontify): New vars.
4406 (whitespace-color-on, whitespace-color-off): Adjust code.
4407 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
4408 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
4409 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
4410
4411 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
4412
4413 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
4414
4415 * textmodes/sgml-mode.el: Remove xml-mode alias.
4416
4417 * files.el (auto-mode-alist, conf-mode-maybe)
4418 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
4419
4420 2009-09-24 Alan Mackenzie <acm@muc.de>
4421
4422 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
4423 c-forward-conditionals, but it doesn't move point and doesn't set
4424 the mark.
4425 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
4426 (c-down-conditional-with-else, c-backward-conditional)
4427 (c-forward-conditional): Refactor to use c-scan-conditionals.
4428
4429 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
4430
4431 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
4432 (help-default-arg-highlight): Remove.
4433 (help-highlight-arg): New function.
4434 (help-do-arg-highlight): Use it.
4435 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
4436
4437 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
4438
4439 * term.el (term-set-scroll-region, term-handle-ansi-escape):
4440 Undo last change, which didn't fix the problem and introduced others.
4441
4442 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
4443
4444 * progmodes/gdb-mi.el: Don't require speedbar.
4445 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
4446
4447 2009-09-24 Glenn Morris <rgm@gnu.org>
4448
4449 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
4450
4451 * term/ns-win.el (ns-reg-to-script): Define for compiler.
4452
4453 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
4454 there is no newline after the final mime boundary. (Bug#4539)
4455 Move markers on insertion so that any buttons inserted don't end up in
4456 the next part of a multipart message.
4457 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
4458 (rmail-mime-bulk-handler): Optionally handle images.
4459 (rmail-mime-image): New button action.
4460 (rmail-mime-image-handler): New function.
4461 (rmail-mime-mode): New mode.
4462 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
4463
4464 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
4465
4466 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
4467 than just dropping elements from it (bug#4504).
4468
4469 * term.el (term-set-scroll-region): Don't move cursor any more.
4470 (term-handle-ansi-escape): Call term-goto here instead.
4471 Suggested by Ivan Kanis <apple@kanis.eu>.
4472
4473 * term.el: Require CL.
4474 (term-ansi-reset): New function.
4475 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
4476 (term-handle-colors-array): Simplify.
4477
4478 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
4479
4480 * allout.el (allout-overlay-interior-modification-handler)
4481 (allout-obtain-passphrase):
4482 * epa-file.el (epa-file-write-region):
4483 * ps-print.el (ps-begin-job):
4484 * vc-hooks.el (vc-toggle-read-only):
4485 * vc-rcs.el (vc-rcs-rollback):
4486 * vc-sccs.el (vc-sccs-rollback):
4487 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
4488 (vc-version-diff, vc-revert, vc-rollback):
4489 * wdired.el (wdired-check-kill-buffer):
4490 * emacs-lisp/authors.el (authors):
4491 * net/socks.el (socks-open-connection):
4492 * net/zeroconf.el (zeroconf-service-add-hook):
4493 * obsolete/vc-mcvs.el (vc-mcvs-register):
4494 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
4495 (gdb-select-frame):
4496 * progmodes/grep.el (lgrep, rgrep):
4497 * progmodes/idlw-help.el (idlwave-help-check-locations)
4498 (idlwave-help-html-link, idlwave-help-assistant-open-link):
4499 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
4500 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
4501 (reftex-toc-rename-label): Fix typos in error messages.
4502
4503 * dired-aux.el (dired-do-shell-command): Reflow docstring.
4504 (dired-copy-how-to-fn): Doc fix.
4505 (dired-files-attributes, dired-read-shell-command):
4506 Fix typos in docstrings.
4507
4508 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
4509 (dired-x-find-file-other-window): Reflow docstrings.
4510 (dired-omit-marker-char, dired-read-shell-command)
4511 (dired-x-submit-report): Fix typos in docstrings.
4512
4513 * shell.el (shell-mode-hook):
4514 * view.el (View-scroll-line-forward):
4515 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
4516 Fix typos in docstrings.
4517
4518 * net/dig.el (dig-invoke): Fix typo in docstring.
4519 (query-dig): Reflow docstring.
4520
4521 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
4522 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
4523 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
4524 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
4525 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
4526 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
4527 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
4528 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
4529 (idlwave-completion-map, idlwave-current-indent)
4530 (idlwave-custom-ampersand-surround, idlwave-customize)
4531 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
4532 (idlwave-define-abbrev, idlwave-determine-class-special)
4533 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
4534 (idlwave-end-block-reg, idlwave-end-of-statement)
4535 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
4536 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
4537 (idlwave-explicit-class-listed, idlwave-file-header)
4538 (idlwave-fill-paragraph, idlwave-find-class-definition)
4539 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
4540 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
4541 (idlwave-in-quote, idlwave-indent-action-table)
4542 (idlwave-indent-expand-table, idlwave-indent-line)
4543 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
4544 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
4545 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
4546 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
4547 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
4548 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
4549 (idlwave-outlawed-buffers, idlwave-popup-select)
4550 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
4551 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
4552 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
4553 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
4554 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
4555 (idlwave-statement-type, idlwave-struct-skip)
4556 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
4557 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
4558 (idlwave-what-module-find-class): Fix typos in docstrings.
4559 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
4560 (idlwave-calculate-cont-indent, idlwave-expand-equal)
4561 (idlwave-find-module, idlwave-find-structure-definition)
4562 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
4563 (idlwave-list-load-path-shadows, idlwave-next-statement)
4564 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
4565 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
4566 (idlwave-template): Reflow docstrings.
4567
4568 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
4569 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
4570 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
4571 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
4572 (idlwave-shell-display-line, idlwave-shell-display-wframe)
4573 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
4574 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
4575 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
4576 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
4577 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
4578 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
4579 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
4580 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
4581 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
4582 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
4583 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
4584 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
4585 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
4586 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
4587 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
4588 Fix typos in docstrings.
4589 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
4590 (idlwave-shell-hide-output, idlwave-shell-mode)
4591 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
4592 Reflow docstrings.
4593
4594 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
4595
4596 2009-09-24 Ivan Kanis <apple@kanis.eu>
4597
4598 * term.el (term-bold-attribute): New var.
4599 (term-handle-colors-array): Use it.
4600
4601 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
4602
4603 * progmodes/gdb-mi.el (gdb-version): New variable.
4604 (gdb-non-stop-handler): Set gdb-version.
4605 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
4606 Condition "--thread" option on gdb-version.
4607 (gdb-invalidate-threads): Remove unused argument.
4608
4609 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4610
4611 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
4612 to looking-back to avoid ridiculous slow down in large files (bug#4511).
4613
4614 2009-09-23 Glenn Morris <rgm@gnu.org>
4615
4616 * mail/rmail.el (rmail-reply): Don't try to add a References header when
4617 replying to mail without References or Message-Id. (Bug#4525)
4618
4619 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
4620
4621 * term/ns-win.el (ns-reg-to-script): New variable.
4622
4623 2009-09-23 Daiki Ueno <ueno@unixuser.org>
4624
4625 * epg.el (epg-wait-for-status): Preserve existing 'error results.
4626
4627 2009-09-22 Sam Steingold <sds@gnu.org>
4628
4629 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
4630 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
4631 to 1 because hg returns status 1 when nothing is found.
4632 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
4633
4634 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
4635
4636 * textmodes/fill.el: Convert to utf-8 encoding.
4637 (fill-french-nobreak-p): Remove redundant » and « inherited from our
4638 pre-unicode days.
4639
4640 * add-log.el (change-log-fill-forward-paragraph): New function.
4641 (change-log-mode): Use it so fill-region DTRT.
4642 Set fill-indent-according-to-mode here rather than in
4643 change-log-fill-paragraph.
4644 (change-log-fill-paragraph): Remove.
4645
4646 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
4647
4648 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
4649 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
4650
4651 2009-09-22 Glenn Morris <rgm@gnu.org>
4652
4653 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
4654 the scroll-bar scroll the calendar window rather than the buffer.
4655
4656 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
4657 commands that move point (as opposed to scrolling).
4658
4659 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
4660
4661 * emacs-lisp/elint.el (elint): New custom group.
4662 (elint-log-buffer): Make it a defcustom.
4663 (elint-scan-preloaded, elint-ignored-warnings)
4664 (elint-directory-skip-re): New options.
4665 (elint-builtin-variables): Doc fix.
4666 (elint-preloaded-env): New variable.
4667 (elint-unknown-builtin-args): Add an entry for encode-time.
4668 (elint-extra-errors): Make it a variable rather than a constant.
4669 (elint-preloaded-skip-re): New constant.
4670 (elint-directory): Skip files matching elint-directory-skip-re.
4671 (elint-features): New variable, local to linted buffers.
4672 (elint-update-env): Initialize elint-features. Possibly add
4673 elint-preloaded-env to the buffer's environment.
4674 (elint-get-top-forms): Bind elint-current-pos, for log messages.
4675 Skip quoted forms.
4676 (elint-init-form): New function, extracted from elint-init-env.
4677 Make non-list forms a warning rather than an error.
4678 Add the mode-map for define-derived-mode. Handle define-minor-mode,
4679 easy-menu-define, put that adds an error-condition, and provide.
4680 When requiring cl, also require cl-macs. Really require cl, to handle
4681 some cl macros. Store required libraries in the list elint-features,
4682 so as not to re-load them. Treat cc-require like require.
4683 (elint-init-env): Call elint-init-form to do the work.
4684 Handle eval-and-compile and such like.
4685 (elint-add-required-env): Do not clear messages.
4686 (elint-special-forms): Add handlers for function, defalias, if, when,
4687 unless, and, or.
4688 (elint-form): Add optional argument to ignore elint-special-forms,
4689 useful to prevent recursive calls from handlers. Doc fix.
4690 Respect elint-ignored-warnings.
4691 (elint-form): Respect elint-ignored-warnings.
4692 (elint-bound-variable, elint-bound-function): New variables.
4693 (elint-unbound-variable): Respect elint-bound-variable.
4694 (elint-get-args): Respect elint-bound-function.
4695 (elint-check-cond-form): Add some simple handling for (f)boundp and
4696 featurep tests.
4697 (elint-check-defalias-form): New handler.
4698 (elint-check-let-form): Make an empty let a warning rather than an
4699 error.
4700 (elint-check-setq-form): Make an empty setq a warning rather than an
4701 error. Respect elint-ignored-warnings.
4702 (elint-check-defvar-form): Accept null doc-strings.
4703 (elint-check-conditional-form): New handler. Does some simple-minded
4704 checking of featurep and (f)boundp tests.
4705 (elint-put-function-args): New function.
4706 (elint-initialize): Use elint-scan-doc-file rather than
4707 elint-find-builtin-variables. Use elint-put-function-args.
4708 Possibly scan preloaded-file-list.
4709 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
4710 extend to handle functions as well.
4711
4712 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
4713
4714 * linum.el (linum-delete-overlays, linum-update-window):
4715 Do not modify the right margin. (Bug#3971)
4716
4717 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
4718
4719 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
4720 nxml-mode instead of xml-mode.
4721
4722 2009-09-21 Kevin Ryde <user42@zip.com.au>
4723
4724 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
4725
4726 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4727
4728 * net/dig.el (dig-mode): Use define-derived-mode.
4729
4730 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
4731
4732 * vc-dispatcher.el (vc-do-command): Return the process object in
4733 the asynchronous case. Use when instead of if. Do not run
4734 vc-exec-after to display a message if not enabled. (Bug#4463)
4735
4736 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
4737 properties to the stash strings.
4738 (vc-git-stash-list): Return a list of strings.
4739 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
4740 (vc-git-stash-show-at-point): New functions.
4741 (vc-git-stash-map): New keymap.
4742
4743 * register.el (ctl-x-r-map): Define the keys here instead of
4744 using autoload.
4745
4746 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
4747
4748 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
4749 list, to workaround performance problem (bug#4485).
4750
4751 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
4752
4753 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
4754
4755 2009-09-20 Daiki Ueno <ueno@unixuser.org>
4756
4757 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
4758 Document that this option is not recommended to use.
4759
4760 2009-09-19 Glenn Morris <rgm@gnu.org>
4761
4762 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
4763 variable `var'.
4764
4765 * calc/calc-alg.el (var):
4766 * calc/calcalg2.el (var): Define for compiler.
4767
4768 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
4769
4770 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
4771 Doc fix (Bug#3932).
4772
4773 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
4774
4775 * time-stamp.el (time-stamp-month-dd-yyyy)
4776 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
4777 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
4778 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
4779 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
4780 Remove functions that have been obsolete since 1995 (Bug#4436).
4781
4782 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
4783 indent buffer only if called interactively (Bug#4452).
4784
4785 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
4786 Eli Zaretskii <eliz@gnu.org>
4787
4788 This fixes bug#4197 (merged to bug#865, though not identical).
4789 * server.el (server-auth-dir): Add docstring note about FAT32.
4790 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
4791 but warn against using them.
4792
4793 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
4794
4795 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
4796 older GDB where there is no has_more field.
4797
4798 2009-09-19 Glenn Morris <rgm@gnu.org>
4799
4800 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4801
4802 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
4803
4804 * files.el (auto-mode-alist): Change default for XML files to nXML
4805 mode (Bug#4169).
4806
4807 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
4808
4809 * server.el (server-ensure-safe-dir): Pass 'integer
4810 to `file-attributes', as suggested.
4811
4812 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4813
4814 * dired-aux.el (dired-query-alist): Remove spurious backslash.
4815 (dired-query): Use read-key.
4816
4817 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
4818
4819 * cus-start.el (ns-use-qd-smoothing): Remove.
4820
4821 2009-09-18 Glenn Morris <rgm@gnu.org>
4822
4823 * allout.el (top-level): Remove unnecessary progn.
4824
4825 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
4826
4827 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
4828 definition of abbrev table.
4829
4830 * speedbar.el (speedbar-track-mouse):
4831 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
4832 * net/eudc.el (eudc-expand-inline):
4833 * net/newst-backend.el (newsticker--cache-read-feed):
4834 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
4835 condition-case handlers.
4836
4837 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
4838
4839 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
4840 (gdb-var-list): Add an element for has_more field.
4841 (gdb-non-stop-handler): Enable pretty printing for STL containers.
4842 (gdb-var-create-handler, gdb-var-list-children-handler-1)
4843 (gdb-var-update-handler-1): Parse output of dynamic variable
4844 objects (STL containers).
4845 (gdb-var-delete-1): Pass var1 as an explicit second argument.
4846 (gdb-get-field): Delete alias. Use bindat-get-field directly.
4847
4848 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
4849 gdb-var-list.
4850 (gud-speedbar-buttons): Make node expandable if expression "has more"
4851 children.
4852
4853 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
4854
4855 * startup.el (emacs-quick-startup): Remove variable and all uses.
4856 (command-line): Set `inhibit-x-resources' instead.
4857 (command-line-1): Use `inhibit-x-resources' instead.
4858
4859 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
4860
4861 * subr.el: Fix last change to avoid using the `unless' macro,
4862 which breaks bootstrapping.
4863
4864 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4865
4866 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
4867 extended definitions, in case we reload subr.el after having
4868 loaded CL.
4869 (eval-next-after-load): Mark as obsolete.
4870
4871 2009-09-17 Juri Linkov <juri@jurta.org>
4872
4873 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
4874 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
4875 (menu-bar-showhide-menu, menu-bar-tools-menu)
4876 (menu-bar-describe-menu, menu-bar-help-menu)
4877 (minibuffer-local-completion-map, minibuffer-local-map):
4878 Fix list quoting.
4879
4880 2009-09-17 Glenn Morris <rgm@gnu.org>
4881
4882 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
4883 arguments, whether or not it has a handler.
4884
4885 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
4886
4887 * simple.el (hard-newline): Give it a doc-string.
4888
4889 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4890 (lisp-mode-syntax-table): Give them doc-strings.
4891
4892 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
4893
4894 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
4895 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
4896 (menu-bar-options-menu, menu-bar-showhide-menu)
4897 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
4898 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
4899 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
4900 (menu-bar-options-menu, menu-bar-tools-menu)
4901 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
4902 (menu-bar-help-menu):
4903 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
4904 string arguments.
4905
4906 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
4907 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
4908 calls for the menu names and :help.
4909
4910 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4911
4912 * mouse.el (minor-mode-menu-from-indicator): Pay attention
4913 to :minor-mode-function (bug#4455).
4914
4915 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4916
4917 * startup.el (command-line): Initialize the window-system after
4918 processing the command-line.
4919
4920 * textmodes/page.el (what-page): Make sure we don't inf-loop if
4921 page-delimiter matches the empty string.
4922
4923 2009-09-16 Glenn Morris <rgm@gnu.org>
4924
4925 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
4926 byte-compile-not-obsolete-var. It's a list now.
4927 (byte-compile-not-obsolete-funcs): New variable.
4928 (byte-compile-warn-obsolete): Don't warn about functions if they are in
4929 byte-compile-not-obsolete-funcs.
4930 (byte-compile-variable-ref, byte-compile-defvar): Update for
4931 byte-compile-not-obsolete-vars name-change and list nature.
4932 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
4933 and variables behind (f)boundp tests.
4934 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
4935
4936 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
4937
4938 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
4939
4940 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4941
4942 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
4943 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
4944 Don't autoload.
4945
4946 2009-09-15 Stephen Eglen <stephen@gnu.org>
4947
4948 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
4949 the virtual-buffers, use the name of the buffer specified by
4950 find-file-noselect, as the match may be a symlink. (This was a
4951 problem if the target and the symlink had different names.)
4952
4953 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4954
4955 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
4956
4957 * desktop.el (desktop-path): Check user-emacs-directory.
4958
4959 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
4960
4961 * loadup.el: Use after-load-functions to GC after loading each file.
4962 Remove the explicit GC calls that used to be sprinkled around.
4963
4964 * subr.el (after-load-functions): New hook.
4965 (do-after-load-evaluation): Run it. Use string-match-p to detect
4966 `obsolete' packages, rather than painfully extracting the relevant
4967 directory name.
4968
4969 2009-09-15 Glenn Morris <rgm@gnu.org>
4970
4971 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
4972 free variable `doc'.
4973
4974 * dired.el (dired-mode-map): Add menu entry for async shell command.
4975
4976 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
4977 variables, also consider the .elc files, since the .el files are
4978 normally gzipped (subsequent code locates the .el.gz from the .elc).
4979
4980 * calc/calc-prog.el (arglist): Define for compiler.
4981
4982 * calendar/diary-lib.el (diary-display-function): Change the default to
4983 fancy display.
4984 (body): Define for compiler.
4985
4986 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
4987 (byte-compile-file-form, byte-compile-lambda)
4988 (byte-compile-top-level-body, byte-compile-form)
4989 (byte-compile-variable-ref, byte-compile-setq)
4990 (byte-compile-setq-default, byte-compile-body)
4991 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
4992 (batch-byte-compile): Give some more local variables with common names
4993 a "bytecomp-" prefix to avoid masking warnings about free variables.
4994
4995 * startup.el (command-line-1): Give local variables with common names a
4996 distinguishing prefix, so as not to hide free variable warnings during
4997 bootstrap.
4998
4999 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
5000 clever and add a suffix to make a unique name, just let the user decide
5001 whether or not to overwrite it. If the input is a directory, write the
5002 default filename to that directory. (Bug#4388)
5003 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
5004 is a filename-as-a-directory.
5005
5006 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5007
5008 * textmodes/page.el (what-page): Don't move to beginning of line.
5009 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
5010
5011 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
5012
5013 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
5014
5015 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
5016
5017 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
5018 * help.el (help-for-help-internal): Add purecopy calls for text.
5019
5020 * vc.el (top): print-log method now takes an optional SHORTLOG
5021 argument. Add a new method: root.
5022 (vc-root-diff, vc-print-root-log): New functions.
5023 (vc-log-short-style): New variable.
5024 (vc-print-log-internal): Add support for showing short logs.
5025
5026 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
5027 vc-print-root-log and vc-print-root-diff.
5028
5029 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
5030 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
5031 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
5032 short logs.
5033
5034 * vc-cvs.el (vc-cvs-print-log):
5035 * vc-mtn.el (vc-mtn-print-log):
5036 * vc-rcs.el (vc-rcs-print-log):
5037 * vc-sccs.el (vc-sccs-print-log):
5038 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
5039 that is ignored for now.
5040
5041 * vc-mtn.el (vc-mtn-annotate-command):
5042 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
5043
5044 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5045
5046 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
5047 to function-key-map, and give them ascii-character property.
5048 * term/x-win.el (x-alternatives-map):
5049 * term/ns-win.el (ns-alternatives-map):
5050 * term/internal.el (msdos-key-remapping-map):
5051 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
5052
5053 2009-09-14 Glenn Morris <rgm@gnu.org>
5054
5055 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
5056 temp-buffers (2009-09-12).
5057
5058 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
5059
5060 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
5061 the new read-key function.
5062
5063 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
5064
5065 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
5066 is defined (Bug#4405).
5067
5068 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
5069
5070 * recentf.el (recentf-cleanup): Use a hash table to find
5071 duplicates (Bug#4407).
5072
5073 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
5074
5075 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
5076 kp-0 to ascii equivalents (Bug#4325).
5077
5078 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
5079
5080 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
5081
5082 * eshell/em-hist.el:
5083 * eshell/em-dirs.el (eshell-complete-user-reference):
5084 Declare pcomplete functions and variables to avoid compiler warnings.
5085
5086 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
5087
5088 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
5089 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
5090 * eshell/em-alias.el (eshell-aliases-file):
5091 * eshell/em-hist.el (eshell-history-file-name):
5092 Use expand-file-name instead of concat to make file names (Bug#4308).
5093
5094 2009-09-13 Glenn Morris <rgm@gnu.org>
5095
5096 * ediff-merg.el (ediff-do-merge):
5097 * filesets.el (filesets-run-cmd):
5098 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
5099 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
5100 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
5101 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
5102 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
5103 Replace empty `let's with `progn'.
5104
5105 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
5106
5107 * mail/sendmail.el (send-mail-function):
5108 * tooltip.el (tooltip-mode):
5109 * simple.el (transient-mark-mode):
5110 * rfn-eshadow.el (file-name-shadow-mode):
5111 * frame.el (blink-cursor-mode):
5112 * font-core.el (global-font-lock-mode):
5113 * files.el (temporary-file-directory)
5114 (small-temporary-file-directory, auto-save-file-name-transforms):
5115 * epa-hook.el (auto-encryption-mode):
5116 * composite.el (global-auto-composition-mode):
5117 Use custom-initialize-delay.
5118 * startup.el (command-line): Don't explicitly call
5119 custom-reevaluate-setting for all the above vars.
5120 * custom.el (custom-initialize-safe-set)
5121 (custom-initialize-safe-default): Delete.
5122
5123 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5124
5125 * term/x-win.el (x-initialize-window-system):
5126 * term/w32-win.el (w32-initialize-window-system):
5127 * term/ns-win.el (ns-initialize-window-system): Don't call
5128 mouse-wheel-mode since it's enabled globally by default already.
5129
5130 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
5131 actually define the variable, but only silences the byte-compiler.
5132 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
5133 before looking it up.
5134 (mouse-wheel-scroll-amount): Also reset the bindings if this value
5135 is changed.
5136
5137 2009-09-12 Glenn Morris <rgm@gnu.org>
5138
5139 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
5140 1000.
5141 (elint-add-required-env): Don't beep on error.
5142 (elint-forms): In case of error, return ENV unchanged.
5143 (elint-init-env): Skip non-list forms.
5144 (elint-log): Handle unknown file positions.
5145
5146 2009-09-12 Daiki Ueno <ueno@unixuser.org>
5147
5148 * epg.el (epg-make-context): Add autoload cookie.
5149 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
5150 (epg-decrypt-string, epg-start-verify, epg-verify-file)
5151 (epg-verify-string, epg-start-sign, epg-sign-file)
5152 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
5153 (epg-encrypt-string, epg-start-export-keys)
5154 (epg-export-keys-to-file, epg-export-keys-to-string)
5155 (epg-start-import-keys, epg-import-keys-from-file)
5156 (epg-import-keys-from-string, epg-start-receive-keys)
5157 (epg-receive-keys, epg-import-keys-from-server)
5158 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
5159 (epg-sign-keys, epg-start-generate-key)
5160 (epg-generate-key-from-file, epg-generate-key-from-string):
5161 Remove autoload cookie.
5162
5163 2009-09-12 Eli Zaretskii <eliz@gnu.org>
5164
5165 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
5166 reevaluation of trash-directory.
5167
5168 * mwheel.el: Fix last change.
5169 (mouse-wheel-mode): New defvar.
5170 (mouse-wheel-mode): Remove autoload cookie.
5171
5172 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5173
5174 * mwheel.el (mwheel-installed-bindings): New var.
5175 (mouse-wheel-mode): Use it, so as to make sure we really remove all
5176 the bindings we set last time. Use custom-initialize-delay.
5177 * loadup.el: Load mwheel after term/*-win.el.
5178 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
5179 and mouse-wheel-up-event now that their first evaluation is done
5180 sufficiently late to be correct.
5181
5182 * startup.el (tutorial-directory): Make it a defcustom.
5183 Use custom-initialize-delay rather than eval-at-startup to set it.
5184 * image.el (image-load-path): Make it a defcustom.
5185 Use custom-initialize-delay rather than eval-at-startup to set it.
5186 * subr.el (eval-at-startup): Remove.
5187 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
5188
5189 * subr.el (do-after-load-evaluation): Warn the user after loading an
5190 obsolete package.
5191
5192 2009-09-12 Glenn Morris <rgm@gnu.org>
5193
5194 * proced.el (proced-mark-alt): Remove alias.
5195 (proced-mode-map): Remove proced-mark-alt.
5196
5197 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
5198 Elint file and directory. Remove initialization entry.
5199
5200 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
5201 commands.
5202 (elint-current-buffer): Set mode-line-process.
5203 (elint-init-env): Handle define-derived-mode.
5204 Fix declare-function with unspecified arglist. Guard against odd
5205 defalias statements (eg iso-insert's 8859-1-map).
5206 (elint-add-required-env): Use a temp buffer.
5207 (elint-form): Just print the function/macro name, not the whole form.
5208 Return env unchanged if we fail to parse a macro.
5209 (elint-forms): Guard against parse errors.
5210 (elint-output): New function, to handle batch mode.
5211 (elint-log-message): Add optional argument. Use elint-output.
5212 (elint-set-mode-line): New function.
5213
5214 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
5215
5216 * emacs-lisp/elp.el (elp-not-profilable): Add more
5217 functions (Bug#4233).
5218
5219 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
5220
5221 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
5222 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
5223
5224 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
5225
5226 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
5227 (gdb-var-list-children): Use json parsing.
5228
5229 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
5230
5231 * progmodes/js.el (js--proper-indentation): Handle the case where
5232 char-before is null. Reported by Deniz Dogan.
5233
5234 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
5235
5236 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
5237
5238 2009-09-11 Daiki Ueno <ueno@unixuser.org>
5239
5240 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
5241 (epg-digest-algorithm-alist): Add SHA224.
5242 (epg-context-set-passphrase-callback)
5243 (epg-context-set-progress-callback): Add description about
5244 callback function.
5245
5246 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5247
5248 * custom.el (custom-delayed-init-variables): New var.
5249 (custom-initialize-delay): New function.
5250 * startup.el (command-line): "Re"evaluate all vars in
5251 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
5252 explicitly any more.
5253 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
5254 to avoid creating a ~/.emacs.d at build-time (bug#4347).
5255
5256 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
5257
5258 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
5259
5260 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
5261 (gdb-var-update-handler): Use json parsing.
5262
5263 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
5264
5265 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
5266 decode annotated text, regardless of language environment. (Bug#2741)
5267
5268 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5269
5270 * Makefile.in (autoloads): Make rmail.el writable as well.
5271
5272 2009-09-11 Glenn Morris <rgm@gnu.org>
5273
5274 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
5275 loaddefs.el.
5276 * dired.el: Regenerate with extracted autoloads.
5277 * Makefile.in (autoloads): Make dired.el writable.
5278
5279 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
5280 * ibuffer.el: Regenerate with extracted autoloads.
5281 * Makefile.in (autoloads): Make ibuffer.el writable.
5282
5283 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
5284 * version.el (emacs-copyright, emacs-major-version)
5285 (emacs-minor-version): Reformat doc-strings for make-docfile.
5286
5287 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
5288 functions and variables, since they must be stuff specific to some other
5289 platform.
5290 (apropos-print): Make mouse-click message less specific about button.
5291
5292 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
5293 that records where a macro was defined.
5294 * help-fns.el (describe-function-1): Mention if a function has a
5295 compiler-macro.
5296 * help-mode.el (help-function-cmacro): New button.
5297
5298 * locate.el (top-level): Always require dired.
5299 (locate-mode-map): Initialize inside the defvar.
5300
5301 * net/ange-ftp.el (dired-compress-file): Declare.
5302 (ange-ftp-dired-compress-file): Add doc string.
5303
5304 * term/ns-win.el (x-display-name, x-setup-function-keys):
5305 Unify doc-strings with X versions.
5306
5307 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5308
5309 * emulation/crisp.el (crisp-mode-map): Move initialization
5310 into declaration.
5311 (crisp-mode): Use define-minor-mode.
5312
5313 * progmodes/xscheme.el (xscheme-evaluation-commands):
5314 Put a :advertised-binding property rather than using
5315 advertised-xscheme-send-previous-expression.
5316 (advertised-xscheme-send-previous-expression): Declare obsolete.
5317 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
5318 `advertised-undo'.
5319 (crisp-mode): Add corresponding bindings to
5320 undo's :advertised-binding instead.
5321 * dired.el (dired-mode-map): Put a :advertised-binding property rather
5322 than using dired-advertised-find-file.
5323 (dired-advertised-find-file):
5324 * simple.el (advertised-undo):
5325 * wid-edit.el (advertised-widget-backward): Declare obsolete.
5326 (widget-keymap): Put a :advertised-binding property rather
5327 than using advertised-widget-backward.
5328 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
5329 than using advertised-undo.
5330 * tutorial.el (tutorial--default-keys): Adjust accordingly.
5331
5332 2009-09-10 Simon South <ssouth@slowcomputing.org>
5333
5334 * progmodes/delphi.el (delphi-tab): Indent region when Transient
5335 Mark mode is enabled and region is active; otherwise indent or
5336 insert TAB as usual.
5337 (delphi-mode): Update description of TAB-key binding.
5338
5339 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5340
5341 * subr.el (define-key-rebound-commands): Mark obsolete.
5342 * startup.el (precompute-menubar-bindings): Remove.
5343 (normal-top-level): Remove obsolete code that tried to precompute
5344 menubar bindings.
5345 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
5346 define-key-rebound-commands and precompute-menubar-bindings.
5347
5348 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
5349
5350 * net/imap.el (imap-interactive-login): Better messages.
5351 (imap-open): Fix bug with renamed buffer on reconnect.
5352 (imap-authenticate): Add buffer-local imap-last-authenticator variable
5353 for easier debugging and cleaner code. On successful (guessed based on
5354 server capabilities) secondary authentication, set imap-state
5355 correctly.
5356 (imap-last-authenticator): Define imap-last-authenticator as a variable
5357 to avoid warnings.
5358
5359 2009-09-10 Glenn Morris <rgm@gnu.org>
5360
5361 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
5362
5363 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
5364 (byte-compile-file-form-autoload): Don't warn about unknown functions
5365 where the autoload statement comes after the use.
5366 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
5367 that any handlers inside the body (eg require) are in turn respected.
5368
5369 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
5370 effects.
5371
5372 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
5373 and syntax and abbrev tables basic docs, if they don't have any.
5374
5375 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
5376
5377 * international/mule-cmds.el (top-level): Require cl when compiling.
5378 (view-hello-file): Use default-value rather than
5379 default-enable-multibyte-characters.
5380
5381 * progmodes/fortran.el: Move all safe and risky properties into the
5382 defcustoms.
5383
5384 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
5385 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
5386 * mail/undigest.el:
5387 Put autoloads in rmail.el rather than loaddefs.el.
5388 * mail/rmail.el: Regenerate with extracted autoloads.
5389
5390 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
5391 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
5392
5393 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
5394
5395 Reported in thread for Bug#4375.
5396 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
5397 "-data-evaluate-expression" instead of print.
5398 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
5399 (gdb-tooltip-print): Parse output from above MI command.
5400 (gdb): Revert 2009-08-11 change. User should detach inferior
5401 manually.
5402
5403 Remove the word "separate" from IO functions as inferior
5404 output is now never displayed in the GUD buffer.
5405
5406 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
5407
5408 * startup.el (command-line-normalize-file-name): On Windows and
5409 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
5410
5411 2009-09-10 Juri Linkov <juri@jurta.org>
5412
5413 * isearch.el (isearch-text-char-description): Propertize escape
5414 character sequences with the `escape-glyph' face. (Bug#4344)
5415
5416 * simple.el (shell-command): Set asynchronous process filter to
5417 `comint-output-filter'. (Bug#4343)
5418
5419 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
5420 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
5421 the list. Move "asm" to the bottom.
5422 (grep-find-ignored-directories): Add `choice' with nil value
5423 to empty the list easily.
5424 (grep-find-ignored-files): New option.
5425 (grep-files-history): Set to nil by default instead of '("ch" "el").
5426 (grep-compute-defaults): Add "<X>" to `grep-template'.
5427 (grep-read-files): Bind new local variables `default-alias' and
5428 `default-extension'. Use a list of default values for the file prompt.
5429 (lgrep): Add `--exclude=' command line options composed from
5430 `grep-find-ignored-files'.
5431 (rgrep): Add `-name' command line options composed from
5432 `grep-find-ignored-files'. (Bug#4301)
5433
5434 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
5435
5436 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
5437 (bug#4368).
5438
5439 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
5440
5441 * calendar/time-date.el (autoload):
5442 Expand define-obsolete-function-alias into defalias and make-obsolete
5443 for old Emacsen that Gnus supports.
5444 (with-no-warnings): Define it for old Emacsen.
5445 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5446 is available.
5447 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5448 float-time is available; suppress compile warning for time-to-seconds.
5449
5450 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
5451
5452 * net/imap.el (imap-message-map): Docstring fix.
5453
5454 2009-09-09 Glenn Morris <rgm@gnu.org>
5455
5456 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
5457 line numbers too. (Bug#4374)
5458
5459 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
5460
5461 * smerge-mode.el (smerge-remove-props, smerge-refine):
5462 Use with-silent-modifications (bug#4342).
5463
5464 * subr.el (with-silent-modifications): New macro.
5465
5466 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
5467
5468 * files.el (top-level): Require `cl' when compiling.
5469
5470 2009-09-07 Glenn Morris <rgm@gnu.org>
5471
5472 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
5473
5474 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
5475 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
5476
5477 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
5478
5479 * vc-git.el (vc-git-annotate-command): Use separator to parse
5480 arguments correctly.
5481
5482 2009-09-06 Eli Zaretskii <eliz@gnu.org>
5483
5484 * proced.el (proced-mode): Doc fix.
5485
5486 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
5487
5488 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
5489 lstat fails.
5490 (tramp-do-file-attributes-with-ls): Check for file existence at
5491 remote end.
5492 (tramp-do-file-attributes-with-stat): Likewise.
5493 (tramp-convert-file-attributes): Return nil when attr is nil.
5494
5495 2009-09-05 Glenn Morris <rgm@gnu.org>
5496
5497 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
5498 properties to this button.
5499 (diary-fancy-display): Don't extend the button to the final newline.
5500 (diary-fancy-display-mode): Continue to define "q" as a local key.
5501
5502 * calendar/cal-china.el (holiday-chinese): Make it slightly more
5503 efficient.
5504
5505 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
5506
5507 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
5508 (byte-compile-dest-file-function): New option.
5509 (byte-compile-dest-file): Doc fix.
5510 Obey byte-compile-dest-file-function.
5511 (byte-compile-cl-file-p): New function.
5512 (byte-compile-eval): Only suppress noruntime warnings about cl functions
5513 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
5514 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
5515 than for file being previously loaded.
5516 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
5517 (byte-compile-file-form-require): Handle the case where requiring a file
5518 indirectly causes CL to be loaded.
5519
5520 2009-09-05 Karl Fogel <kfogel@red-bean.com>
5521
5522 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
5523 before killing the old buffer, since by the time `kill-buffer' is
5524 run so many buffer variables have been set to nil that it may not
5525 behave as expected. (Bug#4061)
5526
5527 2009-09-05 Karl Fogel <kfogel@red-bean.com>
5528
5529 * files.el (find-alternate-file): If the old buffer is modified
5530 and visiting a file, behave similarly to `kill-buffer' when
5531 killing it, thus reverting to the pre-1.878 behavior; see
5532 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
5533 for discussion. Also, consult `buffer-file-name' as a variable
5534 not as a function, for consistency with the rest of the code.
5535
5536 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
5537
5538 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
5539 also when adding a new directory.
5540
5541 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
5542 defun.
5543
5544 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
5545
5546 * files.el (locate-file-completion-table): Make it provide boundary
5547 information, so partial-completion works better.
5548
5549 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
5550
5551 * mail/footnote.el (Footnote-text-under-cursor):
5552 Check footnote-text-marker-alist before using it (bug#4324).
5553
5554 2009-09-04 Glenn Morris <rgm@gnu.org>
5555
5556 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
5557 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
5558 * play/solitaire.el, play/tetris.el:
5559 Remove leading * from defcustom and defface docs.
5560
5561 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
5562 necessary.
5563 (diary-fancy-overriding-map): New variable.
5564 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
5565 Use view-mode.
5566
5567 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
5568 goto-line.
5569
5570 2009-09-03 Glenn Morris <rgm@gnu.org>
5571
5572 * arc-mode.el (archive-mode):
5573 * dos-fns.el (set-default-process-coding-system):
5574 * man.el (Man-getpage-in-background):
5575 * menu-bar.el (menu-bar-describe-menu):
5576 * server.el (server-process-filter):
5577 * startup.el (command-line):
5578 * tar-mode.el (tar-header-block-tokenize, tar-extract):
5579 * w32-fns.el (set-default-process-coding-system):
5580 * x-dnd.el (x-dnd-handle-file-name):
5581 * international/mule-cmds.el (mule-menu-keymap)
5582 (set-default-coding-systems, language-info-alist, set-language-info)
5583 (set-language-environment, standard-display-european-internal)
5584 (set-locale-environment):
5585 * international/mule-diag.el (mule-diag):
5586 * mail/emacsbug.el (report-emacs-bug):
5587 * mail/rmail.el (rmail-mode):
5588 * mail/sendmail.el (mail-setup):
5589 Use default-value rather than default-enable-multibyte-characters.
5590
5591 * progmodes/f90.el: Move all safe properties into the defcustoms.
5592 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
5593
5594 * calendar/appt.el (appt-check):
5595 * calendar/diary-lib.el (diary-set-header, diary-live-p)
5596 (diary-check-diary-file, diary-list-entries)
5597 (diary-include-other-diary-files, diary-simple-display)
5598 (diary-fancy-display, diary-print-entries)
5599 (diary-mark-included-diary-files, diary-make-entry):
5600 Don't call substitute-in-file-name on diary-file.
5601
5602 2009-09-03 Eduard Wiebe <usenet@pusto.de>
5603 Stefan Monnier <monnier@iro.umontreal.ca>
5604
5605 * mail/footnote.el (footnote-prefix): Make it a defcustom.
5606 (footnote-mode-map): Move initialization into the declaration.
5607 (footnote-minor-mode-map): Define it rather than changing global-map.
5608 (footnote-mode): Use define-minor-mode.
5609
5610 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
5611
5612 * net/tramp.el (tramp-handle-file-attributes-with-ls)
5613 (tramp-do-file-attributes-with-perl)
5614 (tramp-do-file-attributes-with-stat): Rename from
5615 `tramp-handle-file-attributes-with-*'.
5616 (tramp-handle-file-attributes): Use them.
5617 (tramp-do-directory-files-and-attributes-with-perl)
5618 (tramp-do-directory-files-and-attributes-with-stat): Rename from
5619 `tramp-handle-directory-files-and-attributes-with-*'.
5620 (tramp-handle-directory-files-and-attributes): Use them.
5621 (tramp-method-out-of-band-p): Additional parameter SIZE.
5622 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
5623 (tramp-handle-write-region): Use it.
5624 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
5625 (tramp-handle-vc-registered): Check, whether the first run did
5626 return files to be tested.
5627 (tramp-advice-make-auto-save-file-name): Do not call directly
5628 `tramp-handle-make-auto-save-file-name', because this would bypass
5629 the locking mechanism.
5630
5631 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
5632 (file-remote-p, process-file, start-file-process, set-file-times)
5633 (tramp-compat-file-attributes): Compatibility functions shall not
5634 call directly `tramp-handle-*', because this would bypass the
5635 locking mechanism.
5636 (tramp-compat-number-sequence): New defun.
5637
5638 2009-09-02 Glenn Morris <rgm@gnu.org>
5639
5640 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
5641 alias for float-time.
5642 (time-to-number-of-days): In Emacs, use float-time.
5643 * net/newst-backend.el (time-add): Suppress warnings from compat
5644 function.
5645 * time.el (emacs-uptime, emacs-init-time):
5646 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
5647 Use float-time rather than time-to-seconds.
5648
5649 * minibuffer.el (completion-initials-expand): Fix typo.
5650
5651 * faces.el (modeline, modeline-inactive, modeline-highlight)
5652 (modeline-buffer-id):
5653 * info.el (info-menu-5): Mark these face aliases as obsolete.
5654
5655 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
5656
5657 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
5658 space ...
5659 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
5660 no "--thread" option.
5661 (gdb-stopped): Don't print "Switched to thread" message when it is
5662 unchanged.
5663
5664 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
5665
5666 * minibuffer.el (completion-try-completion)
5667 (completion-all-completions): Remove ill-defined (and
5668 mistakenly installed and luckily never used nor documented)
5669 `completion-styles' property.
5670 (completion-initials-expand, completion-initials-all-completions)
5671 (completion-initials-try-completion): New functions.
5672 (completion-styles-alist): Add doc to each entry.
5673 Add new `initials' entry.
5674
5675 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
5676
5677 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
5678 MI command -var-evaluate-expression.
5679 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
5680 and tweak for case of string child.
5681 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
5682
5683 2009-09-01 Glenn Morris <rgm@gnu.org>
5684
5685 * add-log.el (change-log-date-face, change-log-name-face)
5686 (change-log-email-face, change-log-file-face, change-log-list-face)
5687 (change-log-conditionals-face, change-log-function-face)
5688 (change-log-acknowledgement-face):
5689 * cus-edit.el (custom-invalid-face, custom-rogue-face)
5690 (custom-modified-face, custom-set-face, custom-changed-face)
5691 (custom-saved-face, custom-button-face, custom-button-pressed-face)
5692 (custom-documentation-face, custom-state-face, custom-comment-face)
5693 (custom-comment-tag-face, custom-variable-tag-face)
5694 (custom-variable-button-face, custom-face-tag-face)
5695 (custom-group-tag-face-1, custom-group-tag-face):
5696 * diff-mode.el (diff-header-face, diff-file-header-face)
5697 (diff-index-face, diff-hunk-header-face, diff-removed-face)
5698 (diff-added-face, diff-changed-face, diff-function-face)
5699 (diff-context-face, diff-nonexistent-face):
5700 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
5701 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
5702 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
5703 (Info-title-4-face):
5704 * isearch.el (isearch-lazy-highlight-face):
5705 * log-view.el (log-view-file-face, log-view-message-face):
5706 * paren.el (show-paren-match-face, show-paren-mismatch-face):
5707 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
5708 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
5709 (cvs-msg-face):
5710 * smerge-mode.el (smerge-mine-face, smerge-other-face)
5711 (smerge-base-face, smerge-markers-face):
5712 * wid-edit.el (widget-documentation-face, widget-button-face)
5713 (widget-field-face, widget-single-line-field-face)
5714 (widget-inactive-face, widget-button-pressed-face):
5715 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
5716 (woman-addition-face):
5717 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
5718 (eshell-ls-executable-face, eshell-ls-readonly-face)
5719 (eshell-ls-unreadable-face, eshell-ls-special-face)
5720 (eshell-ls-missing-face, eshell-ls-archive-face)
5721 (eshell-ls-backup-face, eshell-ls-product-face)
5722 (eshell-ls-clutter-face):
5723 * eshell/em-prompt.el (eshell-prompt-face):
5724 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
5725 * obsolete/old-whitespace.el (whitespace-highlight-face):
5726 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
5727 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
5728 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
5729 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
5730 (antlr-font-lock-literal-face):
5731 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
5732 (ebrowse-root-class-face, ebrowse-file-name-face)
5733 (ebrowse-default-face, ebrowse-member-attribute-face)
5734 (ebrowse-member-class-face, ebrowse-progress-face):
5735 * progmodes/make-mode.el (makefile-space-face):
5736 * progmodes/sh-script.el (sh-heredoc-face):
5737 * textmodes/flyspell.el (flyspell-incorrect-face)
5738 (flyspell-duplicate-face):
5739 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
5740 * textmodes/texinfo.el (texinfo-heading-face):
5741 Mark face aliases with "-face" suffix as obsolete.
5742
5743 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
5744 compiler.
5745
5746 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
5747 (eudc-bob-sound-menu): Use defvar rather than defconst, since
5748 easy-menu-define wants to modify these.
5749
5750 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
5751
5752 * net/browse-url.el (browse-url-file-url):
5753 * term/internal.el (dos-codepage-setup):
5754 Use default-value rather than default-enable-multibyte-characters.
5755
5756 * progmodes/etags.el (etags-goto-tag-location):
5757 * progmodes/flymake.el (flymake-highlight-line)
5758 (flymake-goto-file-and-line, flymake-goto-line):
5759 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
5760 (gdb-goto-breakpoint):
5761 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
5762 * progmodes/python.el (python-find-function)
5763 (python-pdbtrack-track-stack-file):
5764 * progmodes/verilog-mode.el (verilog-surelint-off):
5765 * term/ns-win.el (ns-open-file-select-line):
5766 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
5767 Use forward-line rather than goto-line.
5768
5769 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
5770 * textmodes/reftex-index.el (reftex-display-index):
5771 * textmodes/reftex-ref.el (reftex-offer-label-menu):
5772 * textmodes/reftex-toc.el (reftex-toc):
5773 Remove unnecessary bindings of default-major-mode (all are followed by
5774 major-mode check and possible mode switch).
5775
5776 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
5777
5778 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
5779 Handle watchpoints (bug#4282).
5780 (def-gdb-thread-buffer-command): Enable thread to be selected by
5781 clicking without selecting threads buffer first.
5782 (gdb-current-context-command): Use selected frame so that "up",
5783 "down" etc work in the GUD buffer.
5784 (gdb-update): Find selected frame before rendering stack buffer.
5785 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
5786
5787 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5788
5789 * progmodes/sym-comp.el (displayed-completions): Remove.
5790 (symbol-complete): Use minibuffer-complete.
5791
5792 2009-08-31 Glenn Morris <rgm@gnu.org>
5793
5794 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
5795
5796 * apropos.el (apropos-symbols-internal):
5797 Handle (obsolete) face aliases.
5798
5799 * faces.el (describe-face): Adjust the output format to be more like
5800 describe-variable, and to mention (obsolete) face aliases.
5801 Adjust the whitespace so that help-setup-xref works.
5802
5803 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
5804 * calendar/diary-lib.el (diary-button-face):
5805 Mark these face aliases as obsolete.
5806
5807 * calendar/calendar.el (calendar-today): Doc fix.
5808
5809 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
5810
5811 * progmodes/gdb-mi.el (gdb-control-all-threads)
5812 (gdb-control-current-thread): Force tool bar update.
5813 (gdb-non-stop-handler): New function.
5814 (gdb-init-1): Use it to test if non-stop mode is supported.
5815 Remove unused gdbmi buffer type.
5816
5817 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
5818
5819 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
5820 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
5821
5822 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
5823
5824 * comint.el (comint-exec-1): Check command is non-null first.
5825 Part of gdb-mi.el change (2009-08-28).
5826
5827 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5828
5829 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
5830
5831 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
5832
5833 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
5834 instead of `dolist' to avoid a recursive require when bootstrapping.
5835
5836 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5837
5838 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
5839
5840 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
5841
5842 * net/imap.el (imap-send-command): Simplify.
5843 (imap-wait-for-tag): point-max -> buffer-size.
5844
5845 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
5846
5847 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
5848 with constant argument.
5849
5850 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
5851
5852 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
5853
5854 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
5855 Change default, since most of our files don't have a history.
5856 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
5857 the user.
5858
5859 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5860 Add comint-run.
5861
5862 * calc/calc.el: Improve commenting convention.
5863 (calc-digit-map, toplevel): Simplify.
5864
5865 * comint.el (comint-insert-input): Be careful to only set point if we
5866 don't delegate to some other command.
5867
5868 * proced.el (proced-signal-list): Make it an alist.
5869 (proced-grammar-alist): Capitalize names.
5870 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
5871 Disable undo manually and make it read-only.
5872 Use completion-annotate-function.
5873
5874 * minibuffer.el (minibuffer-message): If the current buffer is not
5875 a minibuffer, insert the message in the echo area rather than at the
5876 end of the buffer.
5877 (completion-annotate-function): New variable.
5878 (minibuffer-completion-help): Use it.
5879 (completion--embedded-envvar-table): Environment vars are
5880 always case-sensitive.
5881
5882 2009-08-30 Glenn Morris <rgm@gnu.org>
5883
5884 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
5885 from fortran-current-defun.
5886 (fortran-beginning-of-subprogram): Be more precise about finding the
5887 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
5888 (fortran-end-of-subprogram): Simplify.
5889 (fortran-current-defun): Use fortran-start-prog-re.
5890
5891 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
5892
5893 * subr.el (do-after-load-evaluation): Simplify.
5894
5895 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
5896
5897 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
5898
5899 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
5900 (vc-rcs-print-log): Use it.
5901
5902 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
5903
5904 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5905
5906 * paths.el (abbrev-file-name): Move to abbrev.el.
5907 * abbrev.el (abbrev-file-name): Move from paths.el.
5908 Obey user-emacs-directory.
5909 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
5910 user-emacs-directory.
5911 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
5912 abbrev-file-name and calc-settings-file any more.
5913 * startup.el (command-line): Recompute abbrev-file-name and
5914 abbreviated-home-dir.
5915 (normal-no-mouse-startup-screen): Improve the generic code and get rid
5916 of the special code for when C-h bindings haven't been changed.
5917 (display-startup-echo-area-message): Use with-current-buffer.
5918 (command-line-1): Use a list of strings, rather than a list of lists
5919 of strings for longopts.
5920
5921 * files.el (get-free-disk-space): Use / for default-directory.
5922
5923 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
5924 Use with-current-buffer.
5925
5926 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
5927 Recognize immutable variables like most-positive-fixnum.
5928 (byte-compile-setq-default): Check and warn if trying to assign
5929 to an immutable variable, or a non-variable.
5930
5931 * progmodes/cc-vars.el (c-comment-continuation-stars):
5932 * progmodes/cc-engine.el (c-looking-at-bos):
5933 * progmodes/cc-cmds.el (c-toggle-auto-state)
5934 (c-forward-into-nomenclature, c-backward-into-nomenclature)
5935 (c-comment-line-break-function): Add version of obsolescence.
5936
5937 2009-08-28 Juri Linkov <juri@jurta.org>
5938
5939 * files.el (magic-fallback-mode-alist): Add ZIP magic number
5940 associated with `archive-mode'.
5941
5942 * image.el (image-type-header-regexps): Use only JPEG magic number
5943 to determine JPEG images, and don't use `image-jpeg-p' because
5944 Emacs can display non-JFIF non-Exif JPEG images.
5945
5946 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
5947
5948 * arc-mode.el (archive-mode):
5949 * emacs-lisp/re-builder.el (re-builder-unload-function):
5950 Protect against the default value of `major-mode' being nil.
5951
5952 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
5953
5954 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
5955 Fix typos in docstrings.
5956
5957 * progmodes/js.el (js--macro-decl-re): Doc fix.
5958 (js--plain-method-re, js--split-name): Refloc docstring.
5959 (js--class-styles, js--make-merged-item, js--splice-into-items):
5960 Fix typos in docstrings; reflow docstrings.
5961 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
5962 (js--variable-decl-matcher, js--inside-pitem-p)
5963 (js--parse-state-at-point, js--get-all-known-symbols)
5964 (js--symbol-history, js-find-symbol, js--js-references)
5965 (js--moz-interactor, js--js-encode-value, js--read-tab):
5966 Fix typos in docstrings.
5967
5968 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5969
5970 * textmodes/reftex.el (reftex-get-file-buffer-force):
5971 * progmodes/verilog-mode.el (verilog-batch-execute-func):
5972 * emulation/viper.el (viper-go-away, viper-set-hooks):
5973 * emacs-lisp/re-builder.el (re-builder-unload-function):
5974 * emacs-lisp/bytecomp.el (byte-compile-file):
5975 * ses.el (ses-unload-function):
5976 * hexl.el (hexl-find-file):
5977 * files.el (normal-mode):
5978 * ehelp.el (with-electric-help):
5979 * autoinsert.el (auto-insert-alist):
5980 * arc-mode.el (archive-mode):
5981 Use (default-value 'major-mode) instead of default-major-mode.
5982
5983 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
5984 * international/mule.el (load-with-code-conversion):
5985 * emacs-lisp/debug.el (debug):
5986 * ediff-vers.el (ediff-rcs-get-output-buffer):
5987 * dired.el (dired-internal-noselect): Don't let-bind
5988 default-major-mode around code that doesn't use it.
5989 E.g. buffer creation via get-buffer-create doesn't use it.
5990
5991 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
5992
5993 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
5994 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
5995 when writing the temp file. Otherwise, epa-file gets confused.
5996 (tramp-register-file-name-handlers): Make it a defun. Move also
5997 `epa-file-handler' to the front of `file-name-handler-alist'.
5998
5999 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6000
6001 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
6002 start right after a ^M.
6003 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
6004 (tramp-completion-file-name-regexp-separate)
6005 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
6006 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
6007 Don't modify last-coding-system-used by accident.
6008 (tramp-completion-file-name-handler): Apply the checks here,
6009 instead during registration.
6010 (tramp-register-file-name-handlers) Renamed from
6011 `tramp-register-file-name-handler'. Register both
6012 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
6013 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
6014
6015 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
6016
6017 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
6018 Remove variable ...
6019 (gdb-init-1, gdb-display-separate-io-buffer)
6020 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
6021 references to it.
6022 (gdb-inferior-io-mode): Use make-comint-in-buffer.
6023 (gdb-inferior-filter): Use comint-output-filter to stop
6024 echoing and remove ^M characters.
6025
6026 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6027
6028 * emulation/viper-init.el (viper-restore-cursor-type):
6029 * emulation/cua-base.el (cua--update-indications):
6030 Replace default-cursor-type with (default-value 'cursor-type).
6031
6032 * mail/sendmail.el (mail-recover-1):
6033 * international/mule-diag.el (describe-current-coding-system-briefly)
6034 (describe-current-coding-system):
6035 * international/mule-cmds.el (select-safe-coding-system)
6036 (select-message-coding-system)
6037 (set-language-environment-coding-systems, set-locale-environment):
6038 * hexl.el (hexl-insert-multibyte-char):
6039 * dos-w32.el (find-buffer-file-type-coding-system):
6040 * simple.el (what-cursor-position):
6041 Replace uses of default-buffer-file-coding-system
6042 with (default-value 'buffer-file-coding-system).
6043
6044 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
6045 Replace uses of default-cursor-in-non-selected-windows
6046 with (default-value 'cursor-in-non-selected-windows).
6047 Use with-current-buffer.
6048
6049 * mail/feedmail.el: Use CL macros.
6050 (feedmail-run-the-queue, feedmail-send-it-immediately):
6051 * dos-w32.el (find-buffer-file-type): Replace uses of
6052 default-buffer-file-type with (default-value 'buffer-file-type).
6053
6054 2009-08-28 Glenn Morris <rgm@gnu.org>
6055
6056 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
6057 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
6058 Use default-value of major-mode rather than default-major-mode.
6059
6060 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
6061
6062 * Makefile.in (update-elcfiles): Report left over elc files.
6063
6064 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
6065 expand-file-name and with-current-buffer.
6066 (mail-get-names, mail-directory): Use with-current-buffer.
6067
6068 * vc.el (vc-read-revision): New function.
6069 (vc-version-diff, vc-merge): Use it.
6070
6071 2009-08-27 Sam Steingold <sds@gnu.org>
6072
6073 * simple.el (kill-do-not-save-duplicates): New user option.
6074 (kill-new): When it is non-nil, and the new string is the same as
6075 the latest kill, set replace to t to avoid duplicates in kill-ring.
6076
6077 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
6078
6079 * net/tramp.el (tramp-handle-process-file): Do not flush all
6080 caches when `process-file-side-effects' is set.
6081 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
6082 instead of `tramp-find-file-exists-command'.
6083 Unset `process-file-side-effects'.
6084
6085 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
6086
6087 * net/tramp.el (tramp-methods): New method "rsyncc".
6088 (top): Add completion function for "rsyncc".
6089 (tramp-message-show-message): New defvar.
6090 (tramp-message, tramp-error): Use it.
6091 (tramp-do-copy-or-rename-file-directly): Extend check for direct
6092 remote copying.
6093 (tramp-do-copy-or-rename-file-out-of-band): Handle new
6094 `tramp-methods' entry `copy-env' of "rsyncc".
6095 (tramp-vc-registered-read-file-names): New defconst.
6096 (tramp-vc-registered-file-names): New defvar.
6097 (tramp-handle-vc-registered): Implement optimization strategy.
6098 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
6099 (tramp-vc-file-name-handler): New defun.
6100 (tramp-get-ls-command, tramp-get-test-command)
6101 (tramp-get-file-exists-command, tramp-get-remote-ln)
6102 (tramp-get-remote-perl, tramp-get-remote-stat)
6103 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
6104
6105 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
6106 (tramp-cache-inhibit-cache): Extend doc string. It allows also
6107 timestamps.
6108 (tramp-get-file-property): Check for timestamps in
6109 `tramp-cache-inhibit-cache'.
6110 (tramp-set-file-property): Write timestamp.
6111
6112 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6113
6114 * language/japan-util.el (japanese-symbol-table): Add entries for
6115 cp932-2-byte.
6116
6117 * international/characters.el: Add category `j' to cp932-2-byte.
6118
6119 2009-08-27 Kenichi Handa <handa@m17n.org>
6120
6121 * international/fontset.el (build-default-fontset-data): New macro.
6122 (setup-default-fontset): Use build-default-fontset-data for CJK,
6123 tibetan, ethiopic, and ipa.
6124
6125 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
6126
6127 * cus-start.el (default-major-mode): Customize `major-mode' instead.
6128 (enable-multibyte-characters): Not customizable any more.
6129
6130 * subr.el (default-mode-line-format, default-header-line-format)
6131 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
6132 (default-direction-reversed, default-truncate-lines)
6133 (default-left-margin, default-tab-width, default-case-fold-search)
6134 (default-left-margin-width, default-right-margin-width)
6135 (default-left-fringe-width, default-right-fringe-width)
6136 (default-fringes-outside-margins, default-scroll-bar-width)
6137 (default-vertical-scroll-bar, default-indicate-empty-lines)
6138 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
6139 (default-fringe-cursor-alist, default-scroll-up-aggressively)
6140 (default-scroll-down-aggressively, default-fill-column)
6141 (default-cursor-type, default-buffer-file-type)
6142 (default-cursor-in-non-selected-windows)
6143 (default-buffer-file-coding-system, default-major-mode)
6144 (default-enable-multibyte-characters): Mark as obsolete.
6145
6146 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
6147
6148 * vc-dir.el (vc-dir-update): Remove debug helper.
6149
6150 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
6151
6152 2009-08-26 Sam Steingold <sds@gnu.org>
6153
6154 * simple.el (save-interprogram-paste-before-kill): New user option.
6155 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
6156 save the interprogram-paste into kill-ring before overriding it
6157 with the Emacs kill.
6158
6159 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
6160
6161 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
6162 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
6163 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
6164 and move to vc-rcs.el.
6165 (vc-default-next-revision): Rename to vc-rcs-next-revision and
6166 move to vc-rcs.el.
6167 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
6168 (vc-rcs-update-changelog): Remove.
6169 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
6170 and move to vc-rcs.el.
6171
6172 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
6173 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
6174 renaming.
6175 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
6176 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
6177 vc.el, renamed to be RCS specific.
6178
6179 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
6180 New functions.
6181 (vc-cvs-update-changelog): Move here from vc.el.
6182
6183 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
6184 New functions.
6185
6186 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
6187
6188 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
6189
6190 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
6191
6192 * vc-git.el (vc-git-register): Use "git add" for directories.
6193 (vc-git-stash, vc-git-stash-show): New functions.
6194 (vc-git-extra-menu-map): Bind them.
6195
6196 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
6197 directory correctly in case the item is a directory itself.
6198
6199 * vc.el: Document the desired behavior for reverted files in the
6200 `added' state.
6201 (vc-default-prettify-state-info): Remove function, unused.
6202
6203 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
6204
6205 2009-08-26 Glenn Morris <rgm@gnu.org>
6206
6207 * bindings.el (standard-mode-line-format): Reposition dashes in
6208 which-func entry. (Bug#4217)
6209
6210 * files.el (enable-local-variables, enable-local-eval)
6211 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
6212 the defcustoms.
6213 (auto-mode-alist, ignored-local-variables)
6214 (save-some-buffers-action-alist): Move risky declarations to the
6215 definitions.
6216 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
6217 (font-lock-defaults, format-alist, imenu--index-alist)
6218 (imenu-generic-expression, input-method-alist, minor-mode-alist)
6219 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
6220 (mode-line-modified, mode-line-mule-info, mode-line-position)
6221 (mode-line-process, mode-line-remote, outline-level)
6222 (parse-time-rules, rmail-output-file-alist)
6223 (special-display-buffer-names, vc-mode):
6224 Move risky declarations to the relevant files.
6225 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
6226 (mode-line-modified, mode-line-process, mode-line-position)
6227 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
6228 * font-core.el (font-lock-defaults):
6229 * format.el (format-alist):
6230 * vc-hooks.el (vc-mode):
6231 * window.el (special-display-buffer-names):
6232 * international/mule-cmds.el (input-method-alist):
6233 Define riskiness here (dumped file) rather than in files.el.
6234 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
6235 * imenu.el (imenu-generic-expression, imenu--index-alist):
6236 * outline.el (outline-level):
6237 * time.el (display-time-string):
6238 * calendar/parse-time.el (parse-time-rules):
6239 * mail/rmailout.el (rmail-output-file-alist):
6240 Autoload riskiness here, rather than placing in files.el.
6241
6242 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
6243
6244 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
6245
6246 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
6247
6248 * simple.el (process-file-side-effects): New defvar.
6249
6250 * dired-aux.el (dired-show-file-type):
6251 * vc.el (vc-diff-internal):
6252 * vc-arch.el (vc-arch-diff):
6253 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
6254 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
6255 * vc-git.el (vc-git-registered, vc-git-working-revision)
6256 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
6257 (vc-git--empty-db-p):
6258 * vc-hooks.el (vc-user-login-name):
6259 * vc-svn.el (vc-svn-registered, vc-svn-state)
6260 (vc-svn-dir-extra-headers, vc-svn-find-revision):
6261 * progmodes/grep.el (grep-probe): Let-bind
6262 `process-file-side-effects' with nil.
6263
6264 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
6265
6266 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
6267 daemon. Replace ping by checking for running service for bluez
6268 and zeroconf. (Bug#4239)
6269
6270 2009-08-25 Kevin Ryde <user42@zip.com.au>
6271
6272 * net/dig.el (dig): Add autoload cookie.
6273
6274 2009-08-25 Glenn Morris <rgm@gnu.org>
6275
6276 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
6277 load-history for absolute file-names.
6278 (byte-compile-file-form-require): Warn about use of the cl package.
6279
6280 * format.el (format-alist): Doc fix.
6281
6282 * play/bubbles.el (top-level): Don't require cl at run-time.
6283
6284 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
6285 run-time cl).
6286
6287 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
6288
6289 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
6290 from cl package.
6291 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
6292
6293 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
6294
6295 * calc/calc-alg.el (math-trig-rewrite)
6296 (math-hyperbolic-trig-rewrite): New functions.
6297 (calc-simplify): Simplify trig functions when asked.
6298
6299 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
6300
6301 * diff-mode.el (diff-find-source-location): Avoid goto-line.
6302
6303 2009-08-24 Kenichi Handa <handa@m17n.org>
6304
6305 * language/ind-util.el (mapthread): Delete it.
6306 (combinatorial): New function.
6307 (indian--puthash-cv): Use combinatorial instead of mapthread.
6308
6309 2009-08-22 Kevin Ryde <user42@zip.com.au>
6310
6311 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
6312 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
6313 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
6314 Clarify docstring that the value is strings not symbols.
6315 (checkdoc-list-of-strings-p): New function.
6316
6317 2009-08-22 Glenn Morris <rgm@gnu.org>
6318
6319 * files.el (auto-mode-alist):
6320 * hippie-exp.el (he-concat-directory-file-name):
6321 * lpr.el (lpr-windows-system, printer-name):
6322 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
6323 * ps-print.el (ps-windows-system):
6324 * startup.el (command-line):
6325 * emulation/viper-ex.el (viper-glob-function):
6326 * international/mule-cmds.el (set-language-environment-coding-systems):
6327 * net/ange-ftp.el (ange-ftp-write-region):
6328 * obsolete/fast-lock.el (fast-lock-cache-name):
6329 Remove code for defunct system-types emx, macos, mswindows, next-mach,
6330 unisoft-unix, vax-vms, win32, w32.
6331
6332 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
6333 given name if the pattern is not more specific.
6334
6335 * calendar/lunar.el (lunar-phase-names): New option.
6336 (lunar-phase): Doc fix.
6337 (lunar-cycles-per-year): New constant.
6338 (lunar-index): New function.
6339 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
6340 (lunar-phase-name): Use lunar-phase-names.
6341 (calendar-lunar-phases): Use format.
6342 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
6343
6344 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
6345 Copy imenu-example--name-and-position function here for own use.
6346 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
6347
6348 * bs.el (bs--redisplay):
6349 * cus-edit.el (custom-redraw):
6350 * ibuffer.el (ibuffer-bury-buffer):
6351 * server.el (server-goto-line-column):
6352 * startup.el (command-line-1):
6353 * strokes.el (strokes-xpm-for-stroke):
6354 * term.el (term-display-buffer-line):
6355 * view.el (View-goto-line):
6356 * calc/calc.el (calc-do, calc-trail-buffer):
6357 * play/gamegrid.el (gamegrid-add-score-insecure):
6358 * progmodes/ada-mode.el (ada-compile-goto-error):
6359 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
6360 (ebrowse-select-1st-to-9nth):
6361 * progmodes/cperl-mode.el (cperl-time-fontification):
6362 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
6363 * progmodes/gud.el (gud-display-line):
6364 (idlwave-shell-display-line):
6365 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
6366 * progmodes/make-mode.el (makefile-browser-toggle):
6367 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
6368 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
6369 * textmodes/picture.el (picture-draw-rectangle):
6370 * textmodes/reftex-index.el (reftex-index-goto-letter):
6371 (reftex-select-jump-to-previous):
6372 * textmodes/reftex-sel.el (reftex-find-start-point)
6373 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
6374 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
6375 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
6376 * textmodes/tex-mode.el (tex-compilation-parse-errors):
6377 * textmodes/two-column.el (2C-associated-buffer):
6378 Use forward-line rather than goto-line.
6379
6380 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
6381 goto-line.
6382
6383 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
6384 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
6385 (quick-check-list-to-regexp): Declare.
6386
6387 * progmodes/make-mode.el (makefile-browser-insert-selection):
6388 Use goto-char rather than goto-line.
6389
6390 * progmodes/prolog.el (compilation-error-regexp-alist)
6391 (compilation-forget-errors): Declare.
6392
6393 2009-08-22 Juri Linkov <juri@jurta.org>
6394
6395 * progmodes/grep.el (lgrep, rgrep): At the beginning
6396 set `dir' to `default-directory' unless `dir' is a non-nil
6397 readable directory. (Bug#4052)
6398 (lgrep, rgrep): Change a weird way to report an error
6399 from using `read-string' to using `error'.
6400 Instead of using interactive arguments in the function body,
6401 add new argument `confirm'.
6402
6403 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
6404
6405 * textmodes/remember.el (remember-buffer):
6406 * progmodes/cperl-mode.el (cperl-vc-header-alist):
6407 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
6408 (icalendar-extract-ical-from-buffer):
6409 * net/newst-treeview.el (newsticker-groups-filename):
6410 * net/newst-backend.el (newsticker-cache-filename):
6411 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
6412 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
6413 (speedbar-add-ignored-path-regexp, speedbar-line-path)
6414 (speedbar-buffers-line-path, speedbar-path-line)
6415 (speedbar-buffers-line-path):
6416 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
6417 (epg-sign-keys):
6418 * epa.el (epa-display-verify-result):
6419 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
6420
6421 2009-08-21 Glenn Morris <rgm@gnu.org>
6422
6423 * progmodes/js.el (inferior-moz-process): Fix declaration.
6424
6425 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
6426
6427 * obsolete/rnewspost.el (news-mail-reply):
6428 Use goto-char rather than goto-line.
6429
6430 * term/ns-win.el (ns-open-file-select-line):
6431 Use line-beginning-position rather than goto-line.
6432
6433 * apropos.el (apropos-command):
6434 * ehelp.el (electric-helpify):
6435 * printing.el (pr-show-setup):
6436 * strokes.el (strokes-help):
6437 * tutorial.el (tutorial--describe-nonstandard-key)
6438 (tutorial--detailed-help):
6439 * woman.el (woman-mini-help, woman-display-extended-fonts):
6440 * calc/calc-help.el (calc-describe-key):
6441 * emulation/edt.el (edt-electric-helpify):
6442 * international/mule-diag.el (mule-diag):
6443 * play/yow.el (apropos-zippy):
6444 * progmodes/python.el (python-describe-symbol):
6445 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
6446 * textmodes/table.el (*table--cell-describe-mode)
6447 (*table--cell-describe-bindings):
6448 Use help-print-return-message rather than the now obsolete alias.
6449
6450 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
6451 (calendar-cursor-to-visible-date):
6452 * play/5x5.el (5x5-position-cursor):
6453 * play/decipher.el (decipher):
6454 * play/gomoku.el (gomoku-goto-xy):
6455 * play/landmark.el (lm-goto-xy):
6456 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
6457 (mpuz-paint-digit):
6458 Use forward-line, not goto-line.
6459
6460 * mail/rmail.el (rmail-obsolete): Delete custom group.
6461 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
6462 (rmail-remote-password, rmail-remote-password-required):
6463 Remove unneeded :set-after and :set properties.
6464
6465 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
6466
6467 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
6468
6469 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
6470
6471 * loadup.el: Remove leftover macos code.
6472
6473 * vc-git.el (vc-git-annotate-command): Run asynchronously.
6474 Explicitly pass the date format to git blame so that user local
6475 so that the output format can be parsed.
6476
6477 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
6478
6479 * net/dbus.el (top): Don't check for (getenv
6480 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
6481
6482 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
6483
6484 * log-edit.el (log-edit-strip-single-file-name): New var.
6485 (log-edit-insert-changelog): Use it. Bug#3571
6486
6487 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
6488
6489 * subr.el (read-passwd): Use read-key so keypad keys work as well.
6490 Bug#3287
6491
6492 * help.el (help-print-return-message): Rename from
6493 print-help-return-message.
6494
6495 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
6496 cvs-mode-map parent hack.
6497 (log-view-mode): Derive from special-mode.
6498
6499 * linum.el (linum-mode): window-size-change-functions is redundant.
6500 Adapt to new window-configuration-change-hook behavior.
6501 (linum-after-size, linum-after-config): Remove.
6502
6503 * imenu.el (imenu-example--name-and-position)
6504 (imenu-example--lisp-extract-index-name)
6505 (imenu-example--create-lisp-index, imenu-example--create-c-index):
6506 Mark as obsolete.
6507
6508 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
6509 (inferior-prolog-mode): Use it.
6510 (inferior-prolog-load-file): Reset list of errors.
6511
6512 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6513
6514 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
6515
6516 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
6517
6518 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
6519
6520 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
6521 is running already.
6522
6523 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
6524
6525 * subr.el (listify-key-sequence-1): Use normal syntax since those
6526 integers are nowadays always represented by the same (positive) number
6527 on all platforms.
6528 (read-key-empty-map): New const.
6529 (read-key-delay): New var.
6530 (read-key): New function.
6531 (force-mode-line-update): Use with-current-buffer.
6532 (locate-user-emacs-file): Don't forget to abbreviate the file name.
6533 (start-process-shell-command, start-file-process-shell-command):
6534 Discourage the use of command-args.
6535
6536 2009-08-19 Glenn Morris <rgm@gnu.org>
6537
6538 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
6539
6540 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
6541
6542 * simple.el (choose-completion-string): Don't rely on
6543 minibuffer-completing-file-name and ad-hoc checks to decide whether
6544 to continue completion or not.
6545
6546 * minibuffer.el (minibuffer-hide-completions): New function.
6547 (completion--do-completion): Use it.
6548 (completions-annotations): New face.
6549 (completion--insert-strings): Use it.
6550 (completion-pcm--delim-wild-regex): Add docstring.
6551 (completion-pcm--string->pattern): Add support for 0-width delimiters
6552 in completion-pcm--delim-wild-regex.
6553
6554 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
6555
6556 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
6557 Remove unused var `buffer-modified-p'.
6558
6559 * minibuffer.el (completion--do-completion): Move point for the #b001
6560 case as well (bug#4176).
6561 (minibuffer-complete, minibuffer-complete-word): Don't move point.
6562
6563 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
6564
6565 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
6566 and :session buses.
6567
6568 2009-08-18 Kenichi Handa <handa@m17n.org>
6569
6570 * international/ucs-normalize.el (ucs-normalize-version):
6571 Change to 1.1.
6572 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
6573 (utf-8-hfs): Make it perform normalization on encoding too.
6574
6575 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
6576 (sentence-end-without-space): Delete duplicated chars.
6577 (sentence-end-base): Likewise.
6578
6579 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
6580 (html-mode): Delete duplicated chars from sentence-end-base.
6581
6582 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
6583 (texinfo-mode): Delete duplicated chars from sentence-end-base.
6584
6585 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
6586
6587 * files.el (hack-one-local-variable): If the mode function is for
6588 a minor mode, pass it an argument (Bug#4148).
6589
6590 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
6591
6592 * net/tramp.el (tramp-register-completion-file-name-handler):
6593 Check also for (member 'partial-completion completion-styles).
6594
6595 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
6596
6597 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
6598 abbrev (Bug#3943).
6599
6600 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
6601
6602 * progmodes/cperl-mode.el: Merge upstream 6.2.
6603 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
6604 (cperl-forward-re): Check cperl-brace-recursing.
6605 (cperl-highlight-charclass): New function.
6606 (cperl-find-pods-heres): Use it.
6607 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
6608 (cperl-beautify-regexp-piece): Fix column calculation.
6609 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
6610 (cperl-beautify-level): Don't process entire regexp.
6611 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
6612 calling man.
6613 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
6614 (cperl-init-faces): Build a list in the normal way.
6615
6616 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
6617
6618 * calendar/parse-time.el (parse-time-string-chars): Save match
6619 data.
6620
6621 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
6622
6623 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
6624 (sql-product): Use it.
6625 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
6626 (sql-set-product): Add completion.
6627 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
6628 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
6629 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
6630 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
6631 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
6632 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
6633 (sql-highlight-db2-keywords): Remove.
6634 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
6635 (sql-highlight-product): Use derived-mode-p.
6636 (sql-set-sqli-buffer): Use with-current-buffer.
6637 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
6638 Simplify.
6639
6640 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
6641
6642 * term.el: Fix commenting convention, turn comments into docstrings.
6643
6644 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
6645
6646 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
6647
6648 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
6649
6650 * calendar/parse-time.el (parse-time-string-chars): Compute using
6651 character classes, to handle non-ascii characters (Bug#3190).
6652
6653 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
6654
6655 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
6656 another heredoc if the user adds another < (Bug#3226).
6657
6658 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6659 Don't initialize based on window-system (Bug#4124).
6660
6661 * facemenu.el (facemenu-read-color): Use a completion function
6662 that accepts any defined color, such as RGB triplets (Bug#3677).
6663
6664 * files.el (get-free-disk-space): Change fallback default
6665 directory to /. Expand DIR argument before switching to fallback.
6666 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
6667
6668 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
6669
6670 * files.el (load-library): Doc fix.
6671
6672 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
6673
6674 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
6675 (viper-if-string): Redefine C-s in the minibuffer to insert the last
6676 incremental search string.
6677
6678 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
6679 XEmacs.
6680
6681 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
6682 (ediff-merge-region-is-non-clash)
6683 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
6684 Also check if the job is really a merge job.
6685
6686 * ediff.el (ediff-current-file): New function.
6687
6688 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
6689
6690 * progmodes/js.el: Edit docstrings throughout to follow Emacs
6691 conventions.
6692 (js-insert-and-indent): Delete function.
6693 (js-mode-map): Don't bind keys to js-insert-and-indent.
6694 (js-beginning-of-defun): Rename from js--beginning-of-defun.
6695 (js-end-of-defun): Rename from js--end-of-defun.
6696 (js-auto-indent-flag): Delete variable.
6697
6698 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
6699
6700 * progmodes/js.el: Remove proclaim statement.
6701 Defvar which-func-imenu-joiner-function to silence compiler.
6702
6703 * files.el (auto-mode-alist): Use js-mode for .js files.
6704
6705 * progmodes/js2-mode.el: Remove file.
6706
6707 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
6708
6709 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
6710
6711 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
6712
6713 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
6714 Karl Landstrom <karl.landstrom@brgeight.se>
6715
6716 * progmodes/js.el: New file.
6717
6718 2009-08-14 Mark A. Hershberger <mah@everybody.org>
6719
6720 * timezone.el (timezone-parse-date): Add ability to understand ISO
6721 basic format (minimal separators) dates in addition to the
6722 already-supported extended format dates.
6723
6724 2009-08-14 Eli Zaretskii <eliz@gnu.org>
6725
6726 * international/ucs-normalize.el: Add a `coding' file variable.
6727
6728 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
6729
6730 2009-08-14 Sam Steingold <sds@gnu.org>
6731
6732 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
6733
6734 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
6735
6736 * faces.el (help-argument-name): Define it here instead of
6737 help-fns.el, because in daemon mode help-fns.el may be loaded when
6738 faces are still uninitialized (Bug#1078).
6739
6740 * help-fns.el (help-argument-name): Move defface to faces.el.
6741
6742 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
6743
6744 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
6745 create buffer with a pty but no process so that GDB can make the
6746 inferior the controlling process.
6747
6748 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
6749
6750 * international/ucs-normalize.el: New file.
6751
6752 2009-08-13 Richard Stallman <rms@gnu.org>
6753
6754 * mail/rmail.el (rmail-get-attr-names):
6755 Accept an attribute header that is too short.
6756
6757 * mail/rmail.el (rmail-forget-messages):
6758 Ignore nil elt in rmail-message-vector. Use dotimes.
6759
6760 * progmodes/compile.el (compilation-goto-locus):
6761 Use next-error-move-function.
6762
6763 * simple.el (next-error-move-function): New variable.
6764
6765 2009-08-12 Juri Linkov <juri@jurta.org>
6766
6767 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
6768 always non-nil. (Bug#4052)
6769
6770 * replace.el (read-regexp): Return empty string when
6771 `default-value' is nil.
6772 (keep-lines-read-args): Don't use empty string as the
6773 default value for `read-regexp'. (Bug#2495)
6774
6775 2009-08-12 Juri Linkov <juri@jurta.org>
6776
6777 * international/mule-cmds.el (ucs-insert): Change arguments
6778 from `arg' to `character', `count', `inherit' to be the same
6779 as in `insert-char'. Doc fix. (Bug#4039)
6780
6781 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
6782
6783 2009-08-12 Juri Linkov <juri@jurta.org>
6784
6785 * files-x.el: New file.
6786
6787 * files.el: Move code that deals with adding/deleting
6788 file/directory-local variables to files-x.el.
6789
6790 * Makefile.in (ELCFILES): Add files-x.elc.
6791
6792 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
6793
6794 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
6795 to use `goto-line'.
6796 (gdb-place-breakpoints, gdb-get-location): Rewritten without
6797 `goto-line'.
6798 (gdb-invalidate-disassembly): Do not refresh upon receiving
6799 'update signal. Instead, update all disassembly buffers only after
6800 threads list.
6801 (gdb): Send -target-detach when buffer is killed (Bug#3794).
6802 (gdb-starting): Moved -data-list-register-names...
6803 (gdb-stopped): ...here so it's sent when first thread stops.
6804 (gdb-registers-handler-custom): Do nothing if register names are
6805 unknown yet.
6806
6807 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
6808 from `gdb-mi.el' to avoid extra tangling.
6809
6810 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
6811 change which breaks `gud-def' definitions used in `gdb'.
6812 (gdb-update-gud-running): No extra fuss for updating frame number.
6813
6814 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6815
6816 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
6817 (describe-language-environment-map, setup-language-environment-map)
6818 (set-coding-system-map): Move initialization into declaration.
6819 (set-language-info-alist): Last arg to define-key-after can be skipped.
6820
6821 * international/quail.el (quail-completion-1): Simplify.
6822 (quail-define-rules): Use slightly more compact code.
6823 (quail-insert-decode-map): Propertize keys, compact columns.
6824
6825 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6826 Add goto-line.
6827
6828 2009-08-10 Miles Bader <miles@gnu.org>
6829
6830 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
6831 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
6832 (js2-instance-member, js2-private-member, js2-private-function-call)
6833 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
6834 (js2-magic-paren, js2-external-variable):
6835 Remove "-face" suffix from face names.
6836 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
6837 (js2-highlight-undeclared-vars, js2-peek-token)
6838 (js2-parse-function-params, js2-mode-show-errors)
6839 (js2-mode-show-warnings, js2-make-magic-delimiter)
6840 (js2-mode-highlight-magic-parens): Update to use new face names.
6841
6842 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
6843
6844 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
6845 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
6846
6847 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
6848
6849 * subr.el: Provide hashtable-print-readable.
6850
6851 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
6852 hs-c-like-adjust-block-beginning.
6853 (hs-hide-block-at-point): Stop hiding at the beginning of
6854 hs-block-end-regexp (Bug#700).
6855
6856 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
6857
6858 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
6859 a macro.
6860 (gdb-registers-handler-custom): Do not fail when register names
6861 are unavailable.
6862
6863 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
6864
6865 * progmodes/gdb-mi.el (gdb-control-all-threads)
6866 (gdb-control-current-thread): Interactive setters for
6867 `gdb-gud-control-all-threads' to use in menu.
6868 (gdb-show-run-p): Show «Go» when process is not active.
6869 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
6870 gud/thread.xpm and gud/all.xpm.
6871
6872 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
6873
6874 * net/net-utils.el (net-utils-font-lock-keywords): New var.
6875 (nslookup-font-lock-keywords): Make it a variable.
6876 (net-utils-mode): New mode for viewing diagnostic network output.
6877 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
6878 (net-utils-run-simple): New function.
6879 (ifconfig, iwconfig, netstat, arp, route): Use it.
6880
6881 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
6882
6883 * progmodes/gdb-mi.el (gdb-read-memory-custom)
6884 (gdb-memory-set-address, def-gdb-set-positive-number)
6885 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
6886 after changing settings.
6887 (gdb-invalidate-disassembly): Update when first shown.
6888 (gdb-edit-locals-value): Fixed.
6889 (gdb-registers-handler-custom): Print registers in right order and
6890 allow changing register values (only for current thread yet).
6891 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
6892 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
6893 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6894 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
6895 info in mode name.
6896 (gdb-registers-mode-map): TAB to switch to locals.
6897
6898 2009-08-08 Eli Zaretskii <eliz@gnu.org>
6899
6900 * mail/rmail.el (rmail-add-mbox-headers)
6901 (rmail-set-message-counters-counter): Search for
6902 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
6903
6904 2009-08-08 Glenn Morris <rgm@gnu.org>
6905
6906 * Makefile.in (ELCFILES): Update.
6907
6908 2009-08-07 Eli Zaretskii <eliz@gnu.org>
6909
6910 * mail/sendmail.el (mail-yank-original): Set
6911 buffer-file-coding-system from the one used by the message whose
6912 text is yanked.
6913
6914 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
6915 to "windows" when "pgnuplot" is used.
6916 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
6917 call accept-process-output if "pgnuplot" is used.
6918 (calc-graph-init): Don't send -display and -geometry to
6919 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
6920 running "pgnuplot -V" with shell-command-to-string.
6921
6922 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
6923 the default.
6924
6925 2009-08-07 Eli Zaretskii <eliz@gnu.org>
6926
6927 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
6928 org/org-latex.elc.
6929
6930 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
6931
6932 * vc-dispatcher.el (vc-resynch-window): Update comment.
6933
6934 * term.el (term-handle-ansi-escape): Add comments with the
6935 terminfo capabilities implemented.
6936
6937 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
6938
6939 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
6940 (gdb-var-create-handler): Rewritten using JSON parser.
6941 (gdb-propertize-header): Moved earlier.
6942 (gdb-set-header): Removed to avoid duplication.
6943 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
6944 Refresh disassembly buffers only after threads list have been
6945 update.
6946 (gdb-threads-header, gdb-registers-header): Per-buffer header line
6947 variables.
6948
6949 2009-08-04 Juri Linkov <juri@jurta.org>
6950
6951 * files.el: Commands to add/delete file/directory-local variables.
6952 (read-file-local-variable, read-file-local-variable-value)
6953 (read-file-local-variable-mode, modify-file-local-variable)
6954 (modify-file-local-variable-prop-line)
6955 (modify-dir-local-variable): New functions.
6956 (add-file-local-variable, delete-file-local-variable)
6957 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
6958 (add-dir-local-variable, delete-dir-local-variable)
6959 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
6960 (copy-dir-locals-to-file-locals-prop-line): New commands.
6961
6962 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
6963
6964 * abbrev.el (insert-abbrev-table-description): Prettify output.
6965 Suggested by Karl Chen.
6966
6967 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
6968
6969 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
6970 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
6971 (gdb-overlay-arrow-position, gdb-thread-position)
6972 (gdb-disassembly-position): Declare variables.
6973 (gdb-wait-for-pending): Function now.
6974 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
6975 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
6976 compilation goes smoothly.
6977 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
6978 (gdb-non-stop-setting): New customization setting which replaces
6979 `gdb-non-stop' so changing it doesn't break active GDB session.
6980 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
6981 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
6982 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
6983 (gdb-show-threads-by-default): New customization options.
6984 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
6985 routines.
6986 (gdb-get-buffer-create): Send buffers update signal when they are
6987 created.
6988 (gdb-invalidate-locals, gdb-invalidate-registers)
6989 (gdb-invalidate-breakpoints)
6990 (gdb-invalidate-threads, gdb-invalidate-disassembly)
6991 (gdb-invalidate-memory): Accept update signal.
6992 (gdb-current-context-command): Use --frame option.
6993 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
6994 Implement `gdb-frame-number' selection logic.
6995 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
6996 whether to show GUD toolbar buttons.
6997 (gdb-thread-exited): Unselect current thread when it exits.
6998 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
6999 (gdb-mark-line): Routine which sets overlay arrow or inverses
7000 video on fringeless displays.
7001 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
7002 to build aligned columns of data in GDB buffers and set text
7003 properties line-by-line.
7004 (gdb-invalidate-breakpoints)
7005 (gdb-breakpoints-list-handler-custom)
7006 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
7007 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
7008 (gdb-registers-handler-custom): Align data columns.
7009 (gdb-locals-handler-custom): Now prints data like in variable
7010 declarations.
7011 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
7012 Removed confusing buttons.
7013 (gdb-invalidate-threads): Append --frame.
7014 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
7015 between breakpoints/threads buffers.
7016 (gdb-set-window-buffer): Now can ignore dedicated windows.
7017 (gdb-propertize-header): Use `gdb-set-window-buffer'.
7018 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
7019 (def-gdb-thread-buffer-gud-command): Replaces
7020 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
7021 for fine thread control.
7022 (gdb-preempt-existing-or-display-buffer): New function used to
7023 display bound buffers without breaking window layout.
7024 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
7025 (gdb-select-frame): New version of `gdb-frames-select' which now
7026 sets `gdb-frame-number' so commands may use --frame option instead
7027 of inner debugger state.
7028 (gdb-frame-handler): Do not set `gdb-frame-number'.
7029 (gdb-threads-mode-map): Select threads with mouse.
7030
7031 * progmodes/gud.el (gdb-gud-context-call): Declare function to
7032 avoid compilation warning.
7033 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
7034 `gdb-show-stop-p`.
7035
7036 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
7037 Argument `key' renamed to `buffer-type'.
7038 (gdb-current-context-buffer-name): Do not add thread info to
7039 buffer name when no thread is selected.
7040 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
7041 command (bug 3794).
7042 (gdb-thread-selected): Handle `=thread-selected' notification.
7043 (gdb-wait-for-pending): New macro to deal with congestion problems.
7044 (gdb-breakpoints-list-handler-custom): Don't fail on pending
7045 breakpoints.
7046 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
7047 This fixes problem similar to one described in bug 3947.
7048 (gud-menu-map): More menu items.
7049 (gdb-init-1): Reset `gdb-thread-number' to nil.
7050
7051 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
7052 non-stop settings.
7053
7054 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
7055 (gdb-current-context-command): Do not append --thread if
7056 `gdb-thread-number' is nil.
7057 (gdb-running-threads-count, gdb-stopped-threads-count): New
7058 variables.
7059 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
7060 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
7061 customization options.
7062 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
7063 GUD commands.
7064 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
7065 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
7066 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
7067 set `gdb-thread-number' and update `gud-running' properly.
7068 (gdb-running): Update threads list when new threads appear.
7069 (gdb-stopped): Support non-stop operation and new thread switching
7070 logic.
7071 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
7072 (gdb-json-partial-output): New set of JSON routines.
7073 (def-gdb-auto-update-trigger): New `signal-list' optional
7074 argument.
7075 (gdb-thread-list-handler-custom): Update `gud-running',
7076 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
7077 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
7078 (gdb-continue-thread, gdb-step-thread): New commands for fine
7079 thread execution control.
7080 (gud-menu-map): New menu items to switch non-stop options.
7081 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
7082 (gdb-send): Mimic RET properly (bug 3794).
7083
7084 * progmodes/gdb-mi.el (gdb-rules-name-maker)
7085 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
7086 gdb-buffer-rules.
7087 (def-gdb-auto-update-handler): New nopreserve optional argument.
7088 (gdb-stack-list-frames-custom): Print stack from top to bottom.
7089
7090 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
7091 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
7092 (gdb-parent-mode): New mode to derive other GDB modes from.
7093 (gdb-display-disassembly-for-thread)
7094 (gdb-frame-disassembly-for-thread): New commands for threads
7095 buffer.
7096
7097 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
7098 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
7099 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
7100 (gdb-update): We now store all GDB buffers in a list so that they
7101 can be updated by traversing a list instead of calling invalidate
7102 triggers explicitly.
7103 (def-gdb-trigger-and-handler): New macro to define trigger-handler
7104 pair for GDB buffer.
7105 (gdb-stack-buffer-name): Add thread information.
7106 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
7107 handle pending triggers.
7108 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
7109 (def-gdb-thread-buffer-simple-command)
7110 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
7111 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7112 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
7113 New commands which show buffers bound to thread.
7114 (gdb-stack-list-locals-regexp): Removed unused regexp.
7115
7116 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
7117 (gdb-locals-buffer-name, gdb-registers-buffer-name)
7118 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
7119 to (gud-comint-buffer) in *-buffer-name functions
7120 because (gdb-get-target-string) already does that.
7121 (gdb-locals-handler-custom, gdb-registers-handler-custom)
7122 (gdb-changed-registers-handler): Rewritten without regexps.
7123
7124 * progmodes/gdb-mi.el: Basic thread selection support.
7125 (gdb-thread-number): New variable.
7126 (gdb-current-context-command): New macro which adds --thread
7127 option to command.
7128 (gdb-threads-mode-map): Select thread with SPC.
7129 (gdb-thread-list-handler-custom): Mark current thread with overlay
7130 arrow. Synchronize GDB thread and Emacs thread.
7131 (gdb-select-thread): New command which selects current thread.
7132 (gdb-invalidate-frames, gdb-invalidate-locals)
7133 (gdb-invalidate-registers): Use --thread option.
7134
7135 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
7136
7137 * net/tramp.el (top): Make check for tramp-gvfs loading more
7138 robust. (Bug#3977)
7139 (tramp-handle-insert-file-contents): `unwind-protect' must be
7140 inside `with-parsed-tramp-file-name'.
7141
7142 * net/tramp-gvfs.el (top): Remove superfluous message when loading
7143 fails.
7144
7145 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
7146
7147 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
7148 directory if CLASSPATH is not set.
7149
7150 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
7151
7152 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
7153 New defconst.
7154 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
7155
7156 2009-08-02 Kevin Ryde <user42@zip.com.au>
7157
7158 * net/newst-backend.el (newsticker--raw-url-list-defaults):
7159 Update freshmeat link. Delete newsforge.com as it seems gone.
7160
7161 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
7162
7163 * select.el (x-set-selection): Doc fix (Bug#4021).
7164
7165 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
7166
7167 * help-fns.el (describe-variable): Treat list return values from
7168 dir-locals-find-file properly (Bug#4005).
7169
7170 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
7171
7172 * net/tramp.el (tramp-debug-message): Print also microseconds.
7173
7174 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
7175
7176 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
7177 or END is non-nil.
7178 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
7179 (tramp-get-debug-buffer): Change `outline-regexp' according to new
7180 format.
7181
7182 * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
7183 (tramp-get-file-property): Use it.
7184
7185 * autorevert.el (auto-revert-handler): Allow
7186 `auto-revert-tail-mode' for remote files.
7187
7188 2009-08-02 Jason Rumney <jasonr@gnu.org>
7189
7190 * minibuffer.el (read-file-name): Treat confirm options to
7191 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
7192
7193 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
7194
7195 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
7196 (font-lock-variable-name-face, font-lock-constant-face): Darken
7197 the colors for light backgrounds.
7198
7199 2009-08-01 Eli Zaretskii <eliz@gnu.org>
7200
7201 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
7202 month names. (Bug#3987)
7203
7204 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
7205
7206 * simple.el (line-move-finish): Pass whole number to
7207 line-move-to-column.
7208 (line-move-visual): Perform hscroll to the recorded position.
7209
7210 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
7211
7212 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
7213
7214 2009-07-29 Alan Mackenzie <acm@muc.de>
7215
7216 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
7217
7218 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
7219
7220 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
7221 (gdb-place-breakpoints): Use full path when setting breakpoints.
7222
7223 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
7224
7225 * calc/calc.el (calc-mode-map): Add keybinding for
7226 `calc-transpose-lines'.
7227
7228 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
7229
7230 * calc/calc-misc.el (calc-transpose-lines): New function.
7231
7232 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
7233
7234 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
7235 Simplify check for out-of-band methods.
7236 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
7237 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
7238
7239 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
7240
7241 * vc-git.el (vc-git-checkin): Fix typo.
7242
7243 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
7244
7245 * progmodes/js2-mode.el: New file.
7246
7247 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
7248
7249 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
7250 (gud-menu-map): Adjust tooltip accordingly.
7251
7252 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7253
7254 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
7255 (vc-bzr-log-view-mode): Adjust log-view-file-re.
7256
7257 * add-log.el (change-log-mode-map): Add a menu.
7258
7259 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
7260
7261 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
7262 function returns nil.
7263 (dbus-handle-event): Handle special return value :ignore.
7264 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
7265
7266 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
7267
7268 * view.el (view-mode-enable): Don't define Helper-return-blurb if
7269 it's not needed.
7270
7271 2009-07-25 Eli Zaretskii <eliz@gnu.org>
7272
7273 Fix Bug#3888:
7274
7275 * w32-vars.el (x-select-enable-clipboard): Doc fix.
7276
7277 * term/pc-win.el (x-display-name, x-colors)
7278 (x-select-enable-clipboard, x-select-text): Doc fix.
7279
7280 * term/common-win.el (x-display-name, x-colors): Doc fix.
7281
7282 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
7283 (xw-defined-colors): Doc fix.
7284
7285 * w32-fns.el (x-select-text, x-setup-function-keys)
7286 (x-get-selection, x-set-selection): Doc fix.
7287
7288 * term/x-win.el (x-select-text, x-setup-function-keys)
7289 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
7290
7291 * select.el (x-set-selection): Doc fix.
7292
7293 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
7294
7295 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
7296 instead of "IsNSSSupportAvailable". Avahi ought to work also when
7297 "IsNSSSupportAvailable" method is not available. Reported by
7298 Steve Youngs <steve@sxemacs.org>.
7299
7300 2009-07-24 Kenichi Handa <handa@m17n.org>
7301
7302 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7303 and ?H. Fix setting of case for Latin Extended and Greek Extended.
7304 (build-unicode-category-table): Fix range checks.
7305
7306 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7307
7308 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
7309 the buffer we try to sync is current when calling
7310 vc-resynch-buffer.
7311
7312 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
7313 not show up to date files.
7314
7315 2009-07-24 Glenn Morris <rgm@gnu.org>
7316
7317 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
7318 Add autoload cookies. If necessary, initialize.
7319 (elint-log): Handle non-file buffers.
7320 (elint-initialize): Add optional argument to reinitialize.
7321 (elint-find-builtin-variables): Save excursion.
7322
7323 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
7324
7325 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
7326 for Lint.
7327
7328 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7329
7330 * vc.el (vc-print-log-internal): New function, split out from ...
7331 (vc-print-log): ... here.
7332 (vc-dir-move-to-goal-column): Declare.
7333
7334 * vc-git.el (vc-git-add-signoff): New variable.
7335 (vc-git-checkin): Use it.
7336 (vc-git-toggle-signoff): New function.
7337 (vc-git-extra-menu-map): Bind it to menu.
7338 (vc-git--run-command-string): Accept a nil FILE argument.
7339 (vc-git-stash-list): New function.
7340 (vc-git-dir-extra-headers): Use it.
7341
7342 2009-07-23 Glenn Morris <rgm@gnu.org>
7343
7344 * help-fns.el (describe-variable): Describe ignored and risky local
7345 variables in a similar way to that in which we describe safe ones.
7346
7347 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
7348 (byte-compile-output-file-form, byte-compile-output-docform)
7349 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
7350 Give some more local variables with common names a "bytecomp-" prefix,
7351 so as not to shadow things during compilation.
7352 * emacs-lisp/cl-macs.el (load-time-value)
7353 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
7354 `outbuffer' to `bytecomp-outbuffer'.
7355
7356 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
7357 since the next two variables cover them automatically now.
7358 (elint-builtin-variables, elint-autoloaded-variables): New.
7359 (elint-unknown-builtin-args): Remove all members, since they can be
7360 parsed automatically now.
7361 (elint-extra-errors): New.
7362 (elint-env-add-env, elint-env-add-macro): Use cadr.
7363 (elint-current-buffer): Use or. Change final message.
7364 (elint-get-top-forms): Use line-end-position.
7365 (elint-init-env): Use cadr. Handle autoload, declare-function,
7366 and defalias.
7367 (elint-add-required-env): Doc fix. Use or. Standardize error.
7368 (regexp-assoc): Remove unused function.
7369 (elint-top-form): Set elint-current-pos, to record the start of the
7370 top-level form, for compilation-mode.
7371 (elint-form): Trap errors in macro expansion. Use dolist.
7372 (elint-unbound-variable): Use elint-builtin-variables and
7373 elint-autoloaded-variables.
7374 (elint-get-args): Use cadr, or.
7375 (elint-check-cond-form): Use dolist, cadr.
7376 (elint-check-condition-case-form): Doc fix. Use cadr.
7377 Use elint-extra-errors.
7378 (elint-log): New function.
7379 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
7380 Distinguish errors and warnings.
7381 (elint-log-message): Use with-current-buffer. Inhibit read-only.
7382 Use a bytecomp-style format.
7383 (elint-clear-log): Preserve default-directory. Inhibit read-only.
7384 (elint-get-log-buffer): Use compilation mode. Disable undo.
7385 Don't truncate lines.
7386 (elint-initialize): Set builtin and autoloaded variable lists.
7387 Only process elint-unknown-builtin-args if non-nil.
7388 (elint-find-builtin-variables, elint-find-autoloaded-variables):
7389 New functions.
7390 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
7391
7392 2009-07-22 Kevin Ryde <user42@zip.com.au>
7393
7394 * net/newst-backend.el (newsticker--parse-atom-1.0)
7395 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
7396 (newsticker--parse-rss-1.0):
7397 * progmodes/idlwave.el (idlwave-mode):
7398 * progmodes/idlw-shell.el (idlwave-shell-mode):
7399 * progmodes/vera-mode.el (vera-mode):
7400 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
7401 * progmodes/vhdl-mode.el (vhdl-mode):
7402 * textmodes/table.el (table-generate-source)
7403 (table--warn-incompatibility):
7404 Hyperlink urls in docstrings with URL `...'.
7405
7406 2009-07-22 Glenn Morris <rgm@gnu.org>
7407
7408 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
7409 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
7410 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
7411 Remove leading * from defcustom docs.
7412
7413 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
7414
7415 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
7416 defcustom doc.
7417 (list-load-path-shadows): Optionally, just return shadows as a string.
7418
7419 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
7420
7421 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
7422
7423 * mail/rmailedit.el (rmail-edit-mode): Use
7424 auto-save-include-big-deletions.
7425
7426 * mail/rmail.el (rmail-variables): Use
7427 auto-save-include-big-deletions.
7428
7429 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
7430 changes.
7431
7432 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
7433
7434 * calc/calc.el (calc-undo-length): New variable.
7435 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
7436
7437 2009-07-21 Richard Stallman <rms@gnu.org>
7438
7439 * files.el (auto-save-mode): Handle buffer-save-size = -2
7440 for toggling mode.
7441
7442 2009-07-21 Glenn Morris <rgm@gnu.org>
7443
7444 * textmodes/ispell.el (ispell-looking-back): Update declaration.
7445
7446 * calendar/todo-mode.el (calendar-current-date): Update declaration.
7447
7448 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
7449 silence compiler. Instead...
7450 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
7451 (ps-print-ensure-fontified): Update for above function name changes.
7452
7453 * printing.el (pr-mh-get-msg-num, pr-mh-show)
7454 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
7455 silence compiler. Instead...
7456 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
7457 (mh-show-buffer): Only define for compiler.
7458 (pr-mh-current-message): Update for above function name changes.
7459
7460 * files.el (abort-if-file-too-large): Explicitly pass `filename'
7461 as an argument.
7462 (find-file-noselect, insert-file-1): Update for above change.
7463
7464 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
7465
7466 * mail/mailclient.el (mailclient-send-it): Fix message.
7467
7468 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
7469 (edebug-eval): Check cl-debug-env is bound.
7470 (print-level, print-circle): Don't redefine built-in variables.
7471
7472 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
7473 (custom-print-vectors): Remove old comments from doc.
7474
7475 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
7476 (emerge-version): Make the variable an obsolete alias for the
7477 emacs-version variable. Make the function obsolete.
7478 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
7479 Emerge options, rather than merging in into the main Options menu.
7480 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
7481 and auto advance modes. Disable edit/fast items when not relevant.
7482
7483 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7484
7485 * term/vt420.el (terminal-init-vt420): Fix typo.
7486
7487 2009-07-20 Sam Steingold <sds@gnu.org>
7488
7489 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
7490 variable (removed from compile.el on 2004-03-11).
7491
7492 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
7493
7494 * files.el (hack-local-variables-filter): Fix last change.
7495
7496 2009-07-19 Juri Linkov <juri@jurta.org>
7497
7498 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
7499 (dir-local-variables-alist): New buffer-local variable.
7500 (hack-local-variables-filter): If variable is not dir-local,
7501 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
7502 because file-local overrides dir-local.
7503 (c-postprocess-file-styles)<declare-function>:
7504 Remove obsolete declaration.
7505 (hack-dir-local-variables): Add dir-local variable/value pair to
7506 `dir-local-variables-alist' and remove duplicates. Doc fix.
7507
7508 * help-fns.el (describe-variable): Add information about
7509 file-local and dir-local variables.
7510
7511 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
7512
7513 * files.el (hack-local-variables-filter): Rewrite.
7514
7515 2009-07-19 Glenn Morris <rgm@gnu.org>
7516
7517 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
7518 Silence compiler by only defining on XEmacs.
7519
7520 * international/mule.el (auto-coding-regexp-alist): Only match
7521 BABYL... at the start of buffer, not of lines. (Bug#3790)
7522
7523 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
7524 non-calendar buffers (Bug#3862). Restore "not on a date" message.
7525 (cal-menu-context-mouse-menu): Doc fix.
7526
7527 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
7528
7529 * simple.el (mail-user-agent): Doc fix. Set :version tag.
7530
7531 2009-07-18 Juri Linkov <juri@jurta.org>
7532
7533 * info.el: Virtual Info keyword finder.
7534 (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
7535 (Info-finder-file): New variable.
7536 (Info-finder-find-file): New function.
7537 (finder-known-keywords, finder-package-info)
7538 (find-library-name, lm-commentary): Use defvar and
7539 declare-function to silence compiler warnings.
7540 (Info-finder-find-node): New function.
7541 (info-finder): New command.
7542
7543 * subr.el (process-kill-buffer-query-function): New function.
7544 (add-hook)<kill-buffer-query-functions>: Add hook
7545 `process-kill-buffer-query-function'.
7546
7547 2009-07-18 Alan Mackenzie <acm@muc.de>
7548
7549 * progmodes/cc-mode.el (c-before-hack-hook)
7550 (c-postprocess-file-styles): Give invocation of `c-set-style'
7551 DONT-OVERRIDE parameter of t. Already set style variables will
7552 thus not be overridden by style settings given by `c-file-syle'.
7553
7554 * files.el (hack-local-variables-filter): Remove entries with
7555 duplicate keys from `file-local-variables-alist'.
7556
7557 2009-07-18 Eli Zaretskii <eliz@gnu.org>
7558
7559 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
7560 x-set-selection if display-selections-p returns nil for the
7561 current frame.
7562
7563 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
7564
7565 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
7566
7567 2009-07-18 Eli Zaretskii <eliz@gnu.org>
7568
7569 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
7570 Accept nil in addition to a regexp.
7571 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
7572 Accept nil in addition to a regexp.
7573 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
7574 buffers that have an associated file. Handle nil values of
7575 desktop-buffers-not-to-save and desktop-files-not-to-save.
7576 (Bug#3833)
7577
7578 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
7579 (x-disown-selection-internal): New functions.
7580
7581 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
7582
7583 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
7584 warning.
7585 (gdb-breakpoints-header): Move forward to avoid compiler warning.
7586 (gdb-make-header-line-mouse-map): Remove duplicate definition.
7587
7588 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
7589
7590 * simple.el (set-mark): Revert last change.
7591
7592 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
7593
7594 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
7595 rendering of pngs is not possible instead of messaging a long
7596 description.
7597
7598 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
7599
7600 * w32-fns.el (x-selection-owner-p): New function.
7601
7602 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
7603 (mouse-yank-at-click, mouse-yank-primary): If
7604 select-active-regions is non-nil, deactivate the mark before
7605 insertion.
7606
7607 * simple.el (deactivate-mark, set-mark): Only save selection if we
7608 own it.
7609
7610 2009-07-17 Kenichi Handa <handa@m17n.org>
7611
7612 * case-table.el (describe-buffer-case-table): Fix for the case
7613 that KEY is a cons.
7614
7615 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
7616
7617 * vc-rcs.el (vc-rcs-find-file-hook):
7618 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
7619
7620 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
7621
7622 * net/tramp.el (tramp-wait-for-output): Handle the case when
7623 commands do not return a newline but a null byte before the shell
7624 prompt. (Bug#3858)
7625
7626 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7627
7628 * term/ns-win.el (ns-set-alpha): Don't declare.
7629 (ns-set-background-alpha): Remove function.
7630
7631 2009-07-16 Kevin Ryde <user42@zip.com.au>
7632
7633 * emacs-lisp/copyright.el (copyright-update): Save match-data across
7634 y-or-n-p, for safety.
7635
7636 2009-07-16 Richard Stallman <rms@gnu.org>
7637
7638 * files.el (auto-save-mode): If buffer-saved-size is -2,
7639 don't clobber it.
7640
7641 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
7642 (rmail-retry-ignored-headers): Add more uninteresting fields.
7643
7644 2009-07-15 Jari Aalto <jari.aalto@cante.net>
7645
7646 * net/rcirc.el (rcirc): Use history variables.
7647 (rcirc-server-name-history, rcirc-nick-name-history)
7648 (rcirc-server-port-history): New variables.
7649
7650 2009-07-15 Kenichi Handa <handa@m17n.org>
7651
7652 * international/mule-cmds.el (set-language-environment-charset):
7653 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
7654 ignore them.
7655
7656 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
7657 Delete unibyte-display.
7658
7659 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
7660
7661 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
7662
7663 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
7664
7665 * simple.el (deactivate-mark): Optional argument FORCE.
7666 (set-mark): Use deactivate-mark.
7667
7668 * info.el (Info-search): No need to check transient-mark-mode
7669 before calling deactivate-mark.
7670
7671 * select.el (x-set-selection): Doc fix.
7672 (x-valid-simple-selection-p): Allow buffer values.
7673 (xselect--selection-bounds): Handle buffer values. Suggested by
7674 David De La Harpe Golden.
7675
7676 * mouse.el (mouse-set-region, mouse-drag-track): Call
7677 copy-region-as-kill before setting the mark, to let
7678 select-active-regions work.
7679
7680 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
7681
7682 * simple.el (deactivate-mark): If select-active-regions is
7683 non-nil, copy the selection data into a string.
7684 (activate-mark): If select-active-regions is non-nil, set the
7685 selection to the current buffer.
7686 (set-mark): Update selection if select-active-regions is non-nil.
7687
7688 * select.el (x-valid-simple-selection-p): Allow buffer values.
7689
7690 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
7691
7692 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
7693 and more featureful message-mode.
7694
7695 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
7696
7697 * select.el (x-set-selection): Doc fix.
7698 (x-valid-simple-selection-p): Disallow selection data consisting
7699 of a list or cons of integers, since that is not used.
7700 (xselect--selection-bounds, xselect--int-to-cons): New functions.
7701 (xselect-convert-to-string, xselect-convert-to-length)
7702 (xselect-convert-to-filename, xselect-convert-to-charpos)
7703 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
7704
7705 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
7706
7707 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
7708 output in -break-info command (Emacs bug #3794).
7709
7710 2009-07-14 Glenn Morris <rgm@gnu.org>
7711
7712 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
7713 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
7714 (edebug-print-length, edebug-print-level, edebug-print-circle)
7715 (edebug-sit-for-seconds, edebug-view-outside)
7716 (edebug-bounce-point, edebug-set-global-break-condition)
7717 (edebug-Go-nonstop-mode, edebug-trace-mode)
7718 (edebug-Trace-fast-mode, edebug-continue-mode)
7719 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
7720 (edebug-visit-eval-list): Doc fixes.
7721
7722 * subr.el (def-edebug-spec): Doc fix.
7723
7724 2009-07-14 Kenichi Handa <handa@m17n.org>
7725
7726 * international/characters.el: Fix setting of category ?C.
7727
7728 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
7729
7730 * term/ns-win.el (x-select-font): defalias x-select-font to
7731 ns-popup-font-panel instead of generate-fontset-menu.
7732
7733 2009-07-12 Eli Zaretskii <eliz@gnu.org>
7734
7735 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
7736
7737 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
7738
7739 * arc-mode.el (archive-find-type): Allow for a PK00 string before
7740 the PK\003\004 header (Bug#3770).
7741
7742 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
7743
7744 * pcomplete.el (pcomplete-comint-setup): Check for
7745 shell-dynamic-complete-filename too.
7746
7747 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
7748
7749 * simple.el (temporary-goal-column): Change the value for
7750 line-move-visual to a cons cell.
7751 (line-move-visual): Record or set the window hscroll, if
7752 necessary (Bug#3494).
7753 (line-move-1): Handle cons value of temporary-goal-column.
7754
7755 2009-07-11 Kenichi Handa <handa@m17n.org>
7756
7757 * international/mule-diag.el (describe-character-set): Don't show
7758 width.
7759
7760 2009-07-10 Sam Steingold <sds@gnu.org>
7761
7762 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7763 Omake sometimes indents the errors it prints, so allow all
7764 regexps to start with spaces.
7765
7766 2009-07-10 Eli Zaretskii <eliz@gnu.org>
7767
7768 * cus-edit.el (customize-changed-options-previous-release):
7769 Bump value to 22.1. (Bug#3804)
7770
7771 2009-07-08 Sam Steingold <sds@gnu.org>
7772
7773 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
7774 to be a cons cell (test . ignored-directory) to selectively ignore
7775 some directories depending on the location of the search.
7776
7777 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
7778
7779 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
7780 remote user is root, on the local host.
7781 (tramp-local-host-p): Either the local user or the remote user
7782 must be root. (Bug#3771)
7783
7784 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
7785
7786 * progmodes/gdb-mi.el (gdb): Remove description of
7787 gdb-use-separate-io-buffer.
7788 (menu): Don't allow toggling of or enable
7789 gdb-use-separate-io-buffer from menubar.
7790
7791 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
7792
7793 * mail/unrmail.el (unrmail): Make sure the message ends with two
7794 newlines (Bug#3769).
7795
7796 2009-07-08 Glenn Morris <rgm@gnu.org>
7797
7798 * calendar/calendar.el (calendar-current-date): Rework previous change.
7799
7800 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
7801
7802 * calendar/calendar.el (calendar-current-date):
7803 Add an optional argument giving an offset from today.
7804
7805 2009-07-08 Glenn Morris <rgm@gnu.org>
7806
7807 * tutorial.el (tutorial--describe-nonstandard-key):
7808 Adjust the message for when a key has been unbound.
7809 (help-with-tutorial): Hide the arch-tag.
7810
7811 2009-07-08 Kenichi Handa <handa@m17n.org>
7812
7813 * international/fontset.el (setup-default-fontset): For each
7814 script, append (not set) font-specs.
7815
7816 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
7817 docstring.
7818
7819 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
7820
7821 * progmodes/gdb-mi.el (gdb-init-1): Move sending
7822 -data-list-register-names to ...
7823 (gdb-starting): ... here because GDB 7.0 requires execution to
7824 have started when using this MI command.
7825 (gdb-set-header): New function to distinguish select and
7826 unselected tabs in gdb buffers.
7827 (gdb-propertize-header): New macro that uses gdb-set-header.
7828 (gdb-breakpoints-header, gdb-locals-header): Use it.
7829 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
7830
7831 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
7832
7833 * Makefile.in (ELCFILES): Remove fadr.elc.
7834
7835 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
7836
7837 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
7838 may contain frame information, so `string-match' should be used.
7839 (gdb-update): Disassembly is invalidated through
7840 `gdb-get-selected-frame'.
7841 (gdb-pad-string): New function to pad string with spaces.
7842 (gdb-invalidate-disassembly): Invalidate only if the buffer
7843 exists.
7844 (gdb-disassembly-handler-custom): Column alignment.
7845 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
7846 placing new ones.
7847 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
7848 end of line, too.
7849 (gdb-frame-handler): Match convention to for disassembly buffer
7850 mode name.
7851 (gdb-stack-list-frames-handler): Rewritten without regexps.
7852 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
7853 not highlight breakpoints without line information.
7854 (gdb-input): Add trailing newline to command.
7855
7856 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
7857 buffer properly.
7858 (gdb-breakpoints-list-handler-custom): Replacement for
7859 `gdb-break-list-handler'. Using real parser instead of regexps
7860 now.
7861 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
7862 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
7863 to place breakpoints.
7864 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
7865 functions.
7866 (gdb-disassembly-handler-custom): Show overlay arrow.
7867 (gdb-disassembly-place-breakpoints): Show breakpoints in
7868 disassembly buffer.
7869 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
7870 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7871 instead of parsing breakpoints buffer. Fixed old menu references
7872 in `gud-menu-map'.
7873
7874 * fadr.el: Remove.
7875
7876 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
7877 (gdb-memory-address): New variable which holds top address of
7878 memory page shown in memory buffer.
7879 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
7880 customization variables.
7881 New functions:
7882 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
7883 display the memory buffer.
7884 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
7885 buffer display parameters.
7886 (def-gdb-memory-format, gdb-memory-format-binary)
7887 (gdb-memory-format-octal, gdb-memory-format-unsigned)
7888 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
7889 Functions for setting memory buffer format.
7890 (gdb-memory-unit-word, gdb-memory-unit-halfword)
7891 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
7892 unit size used in memory buffer.
7893 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
7894 to next/previous page of memory buffer.
7895 Now using (bindat-get-field) instead of fadr functions.
7896
7897 2009-07-07 Sam Steingold <sds@gnu.org>
7898
7899 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
7900 non-top-level files.
7901
7902 2009-07-07 Kenichi Handa <handa@m17n.org>
7903
7904 * international/mule-cmds.el (reset-language-environment): Put
7905 the highset priority to the charset iso-8859-1.
7906
7907 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
7908
7909 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
7910 to the end of the line when locating the block (Bug#700).
7911
7912 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
7913
7914 * net/tramp.el (tramp-handle-write-region): Flush file properties
7915 in case of short track.
7916
7917 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
7918
7919 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
7920 representation of verilog error regular expressions to work with
7921 Emacs-22's new format.
7922 (verilog-error-regexp-xemacs-alist): Coded custom representation
7923 of verilog error regular expressions to work with XEmacs format.
7924 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
7925 error recognition into XEmacs.
7926 (verilog-error-regexp-add-emacs): Hook routine to install verilog
7927 error recognition into Emacs-22.
7928
7929 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
7930
7931 * woman.el: Remove stand-alone closing parentheses.
7932 (woman-file-name, woman2-format-paragraphs)
7933 (woman-leave-blank-lines): Code cleanup.
7934 (woman-use-own-frame): Change default to nil.
7935 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
7936 defaults to inherit from default faces.
7937 (woman2-process-escapes): Consume the newline after a stand-alone
7938 filler character (Bug#3651).
7939
7940 2009-07-06 Glenn Morris <rgm@gnu.org>
7941
7942 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
7943 (top-level): Move provide to the end.
7944 (ffap): Remove defunct URL from custom group.
7945
7946 * subr.el (eval-after-load): Doc fix.
7947
7948 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
7949
7950 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
7951 `calc-embedded-word' is called twice.
7952
7953 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7954
7955 * files.el (find-alternate-file-other-window, find-alternate-file):
7956 Obey confirm-nonexistent-file-or-buffer.
7957
7958 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
7959
7960 * dired-aux.el (dired-show-file-type): Handle remote files.
7961
7962 2009-07-05 Jari Aalto <jari.aalto@cante.net>
7963
7964 * desktop.el (desktop-globals-to-save):
7965 Add file-name-history (Bug#2750).
7966
7967 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
7968
7969 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
7970
7971 2009-07-04 Johan Bockgård <bojohan@gnu.org>
7972
7973 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
7974 property on entire argument since this is what eshell-lisp-command
7975 expects.
7976
7977 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
7978
7979 * net/tramp-gvfs.el (tramp-gvfs-methods)
7980 (tramp-gvfs-zeroconf-domain)
7981 (tramp-bluez-discover-devices-timeout): Add version flag.
7982 (tramp-gvfs-handler-mounted-unmounted)
7983 (tramp-gvfs-connection-mounted-p): Polish handling of
7984 incompatibilities between GVFS 0.2 and 1.0.
7985
7986 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
7987
7988 * cus-start.el (all): Add make-pointer-invisible.
7989
7990 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
7991
7992 * calc-math.el (math-use-emacs-fn): Make sure that the number is
7993 formatted correctly.
7994
7995 2009-07-02 Juri Linkov <juri@jurta.org>
7996
7997 * info.el: Virtual Info files and nodes.
7998 (Info-virtual-files, Info-virtual-nodes): New variables.
7999 (Info-current-node-virtual): New variable.
8000 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
8001 New functions.
8002 (Info-file-supports-index-cookies): Use Info-virtual-file-p
8003 to check for a virtual file instead of checking a fixed list
8004 of node names.
8005 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
8006 instead of ad-hoc processing of "dir" and (apropos history toc).
8007 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
8008 instead of ad-hoc processing of "dir" and (apropos history toc).
8009 Reread a file when moving from a virtual node.
8010 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
8011 (Info-directory-toc-nodes, Info-directory-find-file)
8012 (Info-directory-find-node): New functions.
8013 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
8014 (Info-history): Move part of code to
8015 `Info-history-find-node'.
8016 (Info-history-toc-nodes, Info-history-find-file)
8017 (Info-history-find-node): New functions.
8018 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
8019 (Info-toc): Move part of code to `Info-toc-find-node'.
8020 (Info-toc-find-node): New function.
8021 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
8022 the current Info file name to references because now the node
8023 "*TOC*" belongs to the same Info manual.
8024 (Info-toc-build): Rename from `Info-build-toc'.
8025 (Info-toc-nodes): Rename input argument `file' to `filename'.
8026 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
8027 instead of ad-hoc processing of ("dir" apropos history toc).
8028 (Info-index-nodes): Use Info-virtual-file-p
8029 to check for a virtual file instead of checking a fixed list
8030 of node names.
8031 (Info-index-node): Add check for `Info-current-node-virtual'.
8032 Raise `save-match-data' higher up the tree to contain
8033 `search-forward' too (bug fix).
8034 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
8035 (Info-virtual-index-nodes): New variable.
8036 (Info-virtual-index-find-node, Info-virtual-index): New functions.
8037 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
8038 (Info-apropos-file, Info-apropos-nodes): New variables.
8039 (Info-apropos-toc-nodes, Info-apropos-find-file)
8040 (Info-apropos-find-node, Info-apropos-matches): New functions.
8041 (info-apropos): Move part of code to `Info-apropos-find-node' and
8042 `Info-apropos-matches'.
8043 (Info-mode-map): Bind "I" to `Info-virtual-index'.
8044 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
8045 for a virtual file instead of checking a fixed list of node names.
8046
8047 * simple.el (async-shell-command): New command.
8048
8049 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
8050
8051 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
8052 instead of `mount-info'.
8053
8054 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
8055
8056 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
8057 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
8058
8059 2009-07-02 Kenichi Handa <handa@m17n.org>
8060
8061 * international/mule.el (set-keyboard-coding-system): Force *-unix
8062 coding-system to avoid eol conversion.
8063
8064 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
8065
8066 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8067 Add handler for `process-file', `shell-command' and
8068 `start-file-process'.
8069 (tramp-gvfs-handle-shell-command)
8070 (tramp-gvfs-handle-start-file-process)
8071 (tramp-gvfs-handle-process-file): New defuns.
8072 (tramp-synce-list-devices): Simplify check for existence of property.
8073
8074 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
8075
8076 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
8077
8078 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
8079
8080 * language/korean.el (set-language-info-alist): Add korean-cp949,
8081 cp949 to spec.
8082
8083 2009-07-01 Kenichi Handa <handa@m17n.org>
8084
8085 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
8086
8087 * international/encoded-kb.el: Deleted.
8088
8089 * international/mule.el (set-keyboard-coding-system): Perform the
8090 necessary setup here instead of calling encoded-kbd-setup-display.
8091
8092 2009-07-01 Glenn Morris <rgm@gnu.org>
8093
8094 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
8095
8096 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
8097
8098 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
8099
8100 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
8101
8102 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
8103 Handle also the 'rename case, when setting file modes. (Bug#3712)
8104 (tramp-default-file-modes) Remove execute permissions.
8105
8106 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
8107 (top): Add a default for "synce" in `tramp-default-user-alist'.
8108 Add completion function for "synce" method.
8109 (tramp-hal-service, tramp-hal-path-manager)
8110 (tramp-hal-interface-manager, tramp-hal-interface-device):
8111 New defconst.
8112 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
8113 (tramp-synce-list-devices, tramp-synce-parse-device-names):
8114 New defuns.
8115
8116 * net/trampver.el: Update release number.
8117
8118 2009-06-30 Kenichi Handa <handa@m17n.org>
8119
8120 * international/fontset.el (setup-default-fontset): Add CJK fonts
8121 for symbols and the other miscellaneous characters.
8122
8123 * language/korea-util.el (setup-korean-environment-internal):
8124 Make char-width-table suitable for Korean environments.
8125 (exit-korean-environment): Cancel above.
8126
8127 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
8128 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
8129 setup-funcion to make char-widht-table suitable for respective
8130 environments, and an exit-function to cancel that.
8131
8132 * language/japan-util.el (setup-japanese-environment-internal):
8133 Call use-cjk-char-width-table with arg `ja_JP'.
8134
8135 * international/characters.el (cjk-char-width-table): Delete it.
8136 (cjk-char-width-table-list): New variable.
8137 (use-cjk-char-width-table): New arg local-name.
8138 (use-default-char-width-table): Fix for the case that Emacs is
8139 already using the default char-width-table.
8140
8141 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
8142
8143 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
8144 modes mandatory. (Bug#3712)
8145
8146 2009-06-29 Alan Mackenzie <acm@muc.de>
8147
8148 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
8149 correction between the visible width of TABs and their number of bytes.
8150
8151 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
8152
8153 * server.el (server-buffer-done): Prevent kill-buffer from
8154 prompting by clearing the buffer modification flag (Bug#3696).
8155
8156 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
8157
8158 * verilog-mode.el (verilog-beg-of-statement)
8159 (verilog-endcomment-reason-re): Support unique case and priority case.
8160 (verilog-basic-complete-re): Support localparam lineup.
8161 (verilog-beg-of-statement-1): Fix for robustness, unique case.
8162 (verilog-set-auto-endcomments): Fix for unique case, always_comb
8163 commenting.
8164 (verilog-leap-to-case-head): Now support *nested* unique &
8165 priority case statements.
8166 (verilog-auto-lineup): Make just declarations the default (as it
8167 had been).
8168 (verilog-leap-to-case-head): Support priority/unique case statements.
8169 (verilog-auto-lineup): Rework to give users radio buttons to
8170 select the various styles of automatic lineup.
8171 (verilog-error-regexp-alist): Rework to support the XEmacs style
8172 of error regular expressions from compilers, lint tools &
8173 simulators. Note that GNU Emacs has made it impossible for a mode
8174 to load such things.
8175 (electric-verilog-terminate-line, verilog-indent-declaration)
8176 (verilog-auto-wiure): Rework for radio button selection of
8177 auto-lineup selection of specification of auto lineup.
8178 (verilog-beg-of-statement-1): Redesign to support proper operation
8179 in additional code, based on testing with auto-lineup.
8180 (verilog-calculate-indent, assignments & declarations)
8181 (verilog-backward-token): Enhance to support auto-lineup of
8182 assignments & declarations.
8183 (verilog-in-directive-p, verilog-at-struct-p): New function for
8184 easy test of whether we are.
8185 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
8186 to support safe execution at almost anyline.
8187 (verilog-calc-1): Properly support indenting deep inside generate
8188 blocks.
8189 (verilog-init-font) Remove definition & use of verilog-init-font,
8190 as it is redundant with font-lock-defaults.
8191 (verilog-mode): Alter the definition of verilog-font-lock-defaults
8192 to avoid circular calls if syntax-ppss is a function (as is the
8193 case now in 22.x GNU Emacs) as that function would sometimes call
8194 itself, leading to (nearly) infinite recursion.
8195 (verilog-ovm-begin-re, verilog-ovm-end-re)
8196 (verilog-ovm-statement-re, verilog-leap-to-head)
8197 (verilog-backward-token): Add support for OVM macros. Some are
8198 complete statements, and others open and close scopes like begin
8199 and end.
8200 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
8201 (verilog-defun-level-generate-only-re): Really fix the defun-list
8202 compilation issue.
8203 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
8204 coverpoint, constraint and cross statements.
8205 (verilog-defun-level-list, verilog-generate-defun-level-list)
8206 (verilog-all-defun-level-list): Redo these specifications - it is
8207 too hard to support eval-when compile aggregation of lists also
8208 built at when-compile time.
8209 (verilog-defun-level-list): Place defconsts of variables used in
8210 building regular expressions which are built in eval-when-compile
8211 bodies in the same eval-when-compile body to facilitate compile
8212 without load.
8213 (verilog-beg-block-re-ordered): Support indenting
8214 virtual/protected tasks and functions.
8215 (verilog-defun-level-list, verilog-in-generate-region-p)
8216 (verilog-backward-ws&directives, verilog-calc-1): Speed up
8217 indentation of some module items (generate items).
8218 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
8219 across virtual/protected tasks and functions.
8220
8221 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
8222
8223 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
8224 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
8225 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
8226 in concatenations. Reported by Yishay Belkind.
8227 (verilog-auto-ascii-enum): Support one-hot state machines in
8228 AUTOASCIIENUM. Suggested by Lloyd Gomez.
8229 (verilog-auto-inst, verilog-auto-inst-port): Include interface
8230 modport in AUTOINST and add vl-modport for users. Reported by
8231 David Rogoff.
8232 (verilog-auto-inout-module, verilog-auto-inst)
8233 (verilog-decls-get-interfaces, verilog-insert-definition)
8234 (verilog-insert-one-definition, verilog-read-decls)
8235 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
8236 (verilog-sig-modport, verilog-signals-combine-bus)
8237 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
8238 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
8239 Suggested by David Rogoff.
8240 (verilog-repair-open-comma): Fix non-insertion of comma when
8241 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
8242 (verilog-make-width-expression): Simplify [A-1:0] expression
8243 widths to just {A{1'b0}}.
8244 (verilog-mode): Cleanup checkdoc warnings.
8245 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
8246 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
8247 inputs/outputs or data type. Suggested by Vasu Kandadi.
8248 (next-error-last-buffer): Fix byte-compiler warning.
8249 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
8250 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
8251 or shell command text during AUTO expansion. Suggested by Tad Truex.
8252 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
8253 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
8254 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
8255 in AUTOINOUT. Reported by Matthew Lovell.
8256 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
8257 causing use of <= assignments. Reported by Alex Reed.
8258 (verilog-read-decls): Fix triand, trior, wand, wor to be
8259 recognized by AUTOWIRE. Reported by Spencer Isaacson.
8260 (verilog-extended-complete-re): Support import "DPI-C" functions.
8261 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
8262 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
8263 (verilog-insert-date, verilog-insert-year)
8264 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
8265 Windows systems. Reported by Michael Potts.
8266 (verilog-read-module-name): Fix AUTOINST when the child module
8267 declaration's name is a tick define. Reported by Elliot Mednick.
8268 (verilog-read-decls): Fix V2K parameter bit subscripts getting
8269 passed to next parameter's definition. Reported by Bruce T.
8270 (verilog-read-decls): Fix detecting "parameter int" when using
8271 AUTOINSTPARAM. Reported by Bruce T.
8272 (verilog-goto-defun): Fix goto not finding modules unless first
8273 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
8274 (verilog-mode): Expand -f flag arguments on entry to mode so
8275 verilog-goto-defun will work. Reported by Lawrence Butcher.
8276 (verilog-getopt): Expand environment variables in -f file
8277 arguments. Suggested by Lawrence Butcher.
8278 (verilog-set-define): Fix "Symbol's value as variable is void"
8279 when reading enumerations.
8280 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
8281 Suggested by Stephen Peltan.
8282 (verilog-read-defines): Fix reading of enumerations in include
8283 files. Reported by Steve Peltan.
8284
8285 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
8286
8287 * files.el (trash-directory): Fix defcustom type.
8288
8289 2009-06-28 Juri Linkov <juri@jurta.org>
8290
8291 * help-fns.el (describe-function-1): Correctly locate adviced
8292 functions in hyperlink (Bug#2438).
8293
8294 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
8295
8296 * files.el (trash-directory): Change default to nil.
8297 (move-file-to-trash): If trash-directory is nil and
8298 system-move-file-to-trash is unbound, perform freedesktop-style
8299 trashing.
8300
8301 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
8302
8303 * files.el (move-file-to-trash): Add freedesktop trash
8304 support (Bug#973).
8305
8306 2009-06-28 Glenn Morris <rgm@gnu.org>
8307
8308 * autorevert.el (global-auto-revert-non-file-buffers)
8309 (global-auto-revert-mode): Doc fixes.
8310
8311 2009-06-27 Johan Bockgård <bojohan@gnu.org>
8312
8313 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
8314
8315 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
8316
8317 * faces.el (x-handle-named-frame-geometry): Ensure that we have
8318 opened an X connection before calling x-get-resource (Bug#3194).
8319
8320 * play/doctor.el: Remove reference to obsolete website.
8321 (make-doctor-variables): Correct grammar mistake (Bug#2633).
8322
8323 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
8324
8325 Remove find-file-not-found-hook VC method. (Bug#2757)
8326 * vc-hooks.el (vc-file-not-found-hook)
8327 (vc-default-find-file-not-found-hook): Remove functions.
8328 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
8329 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
8330 * vc.el:
8331 * vc-hg.el:
8332 * vc-git.el: Do not mention find-file-not-found-hook VC method.
8333
8334 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
8335
8336 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
8337 compatibility function for `looking-back'.
8338
8339 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
8340 Use `ispell-looking-back'.
8341
8342 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
8343
8344 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
8345 rather than `filename'.
8346
8347 2009-06-23 Miles Bader <miles@gnu.org>
8348
8349 * face-remap.el (text-scale-set): New function.
8350
8351 2009-06-23 Glenn Morris <rgm@gnu.org>
8352
8353 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
8354
8355 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
8356
8357 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
8358
8359 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
8360
8361 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
8362 Simplify Persian conditionals.
8363
8364 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
8365 variable `filename'.
8366
8367 * comint.el (comint-insert-input): Doc fix.
8368
8369 * Makefile.in (ELCFILES): Fix typo in previous change.
8370
8371 2009-06-23 Miles Bader <miles@gnu.org>
8372
8373 * cus-start.el: Add entry for `recenter-redisplay'.
8374
8375 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
8376
8377 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
8378 Add an optional argument for the backend, use it instead of
8379 calling vc-backend.
8380 (vc-mode-line): Add an optional argument for the backend.
8381 Pass the backend to vc-state and vc-working-revision. Move code for
8382 special handling for vc-state being a buffer to ...
8383
8384 * vc-rcs.el (vc-rcs-find-file-hook):
8385 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
8386
8387 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
8388 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
8389 vc-stay-local-p and vc-mode-line calls.
8390
8391 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
8392 (vc-cvs-diff, vc-cvs-annotate-command)
8393 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
8394 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
8395 vc-mode-line calls.
8396
8397 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
8398 direct comparison.
8399 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
8400 backend when calling vc-mode-line.
8401 (vc-register): Do not create a closure for calling the vc register
8402 function, call it directly.
8403
8404 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
8405
8406 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
8407 to make it obvious item can be clicked.
8408
8409 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
8410
8411 2009-06-23 Kenichi Handa <handa@m17n.org>
8412
8413 * language/korea-util.el (korean-key-bindings): Change the binding
8414 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
8415 same command.
8416
8417 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
8418
8419 Sync with Tramp 2.1.16.
8420
8421 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
8422
8423 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
8424 when a loading of a package fails. Completion function for rsync
8425 is `tramp-completion-function-alist-ssh'.
8426 (all): Replace all calls of `split-string' and
8427 `tramp-split-string' by `tramp-compat-split-string'.
8428 (tramp-default-method): Use `tramp-compat-process-running-p'.
8429 (tramp-default-proxies-alist): Allow also Lisp forms.
8430 (tramp-remote-path): Add choice "Private Directories".
8431 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
8432 (tramp-domain-regexp): Allow also "-", "_" and ".".
8433 (tramp-end-of-output): Remove newlines, and add "$" at the end.
8434 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
8435 (tramp-debug-message): Insert header line in debug buffer.
8436 (tramp-handle-directory-files-and-attributes-with-stat):
8437 Care about filenames with spaces, or starting with "-".
8438 (tramp-handle-dired-uncache): New defun.
8439 (tramp-handle-insert-directory): Don't flush the directory from
8440 cache, this is handled by `dired-uncache' now.
8441 (tramp-handle-insert-file-contents): Improve error handling.
8442 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8443 Quote `tramp-end-of-output'.
8444 (tramp-action-password): Improve trace message.
8445 (tramp-check-for-regexp): Both echoes must be present, before removing.
8446 (tramp-open-connection-setup-interactive-shell): Trace coding system.
8447 (tramp-compute-multi-hops): Eval cons cells of
8448 `tramp-default-proxies-alist'.
8449 (tramp-maybe-open-connection): Use the same command pattern for
8450 first hop and further hops.
8451 (tramp-wait-for-output): Remove handling of newlines.
8452 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
8453 (tramp-split-string): Remove function. It is handled in
8454 tramp-compat now.
8455
8456 * net/tramp-cmds.el (tramp-bug):
8457 Recommend `tramp-cleanup-all-connections' in the bug mail.
8458
8459 * net/tramp-compat.el (tramp-compat-split-string)
8460 (tramp-compat-process-running-p): New defuns.
8461
8462 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
8463 for `dired-uncache'.
8464
8465 * net/tramp-gvfs.el: New package.
8466
8467 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
8468 Add handler for `dired-uncache'.
8469 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
8470
8471 * net/trampver.el: Update release number. Make version check fit
8472 for SXEmacs 22.
8473
8474 2009-06-22 Jim Meyering <meyering@redhat.com>
8475
8476 Automatically handle .xz suffix (XZ-compressed files), too.
8477 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
8478 XZ is the successor to LZMA: <http://tukaani.org/xz/>
8479
8480 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
8481 Nick Roberts <nickrob@snap.net.nz>
8482
8483 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
8484 repository (http://sphinx.net.ru/hg/gdb-mi/).
8485
8486 2009-06-22 Glenn Morris <rgm@gnu.org>
8487
8488 * files.el (dir-locals-collect-mode-variables): Allow for any number of
8489 `mode' and `eval' entries. (Bug#3430)
8490
8491 * Makefile.in (ELCFILES): Add fadr.elc.
8492
8493 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
8494 differing behavior of \n and ^ in strings. (Bug#3385)
8495
8496 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
8497
8498 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
8499 property.
8500 (lisp-indent-function): Make it a defcustom.
8501
8502 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
8503
8504 * progmodes/gdb-ui.el: Replace with ...
8505 * progmodes/gdb-mi.el: ... this file.
8506 * progmodes/gud.el: Modify for gdb-mi.el.
8507
8508 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
8509
8510 * fadr.el: New file.
8511
8512 See ChangeLog.14 for earlier changes.
8513
8514 ;; Local Variables:
8515 ;; coding: utf-8
8516 ;; End:
8517
8518 Copyright (C) 2009 Free Software Foundation, Inc.
8519
8520 This file is part of GNU Emacs.
8521
8522 GNU Emacs is free software: you can redistribute it and/or modify
8523 it under the terms of the GNU General Public License as published by
8524 the Free Software Foundation, either version 3 of the License, or
8525 (at your option) any later version.
8526
8527 GNU Emacs is distributed in the hope that it will be useful,
8528 but WITHOUT ANY WARRANTY; without even the implied warranty of
8529 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8530 GNU General Public License for more details.
8531
8532 You should have received a copy of the GNU General Public License
8533 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
8534
8535 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1