Use completion-in-buffer.
[bpt/emacs.git] / lisp / ChangeLog
1 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 Use completion-in-buffer.
4 * wid-edit.el (widget-field-text-end): New function.
5 (widget-field-value-get): Use it.
6 (widget-string-complete, widget-file-complete)
7 (widget-color-complete): Use it and completion-in-region.
8 (widget-complete): Don't narrow the buffer.
9
10 2009-12-02 Glenn Morris <rgm@gnu.org>
11
12 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
13 (rmail-select-summary): Use rmail-pop-to-buffer.
14 * mail/rmailsum.el: Replace all pop-to-buffer calls with
15 rmail-pop-to-buffer, to prevent horizontal splits.
16
17 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
18 save-excursion with save-current-buffer.
19 Widen before searching. (Bug#5093)
20 (diary-list-sexp-entries): Remove superfluous save-excursion.
21
22 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
23
24 * woman.el (woman-make-bufname): Handle man-pages with "." in the
25 name. (Bug#5038)
26
27 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
28
29 * ido.el (ido-file-internal): Handle filenames at point that do
30 not have a directory part. (Bug#5049)
31
32 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
33
34 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
35 (mpc-songs-jump-to, mpc-resume): Doc fixes.
36
37 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
38
39 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
40 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
41 any more.
42
43 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
44
45 * comint.el (comint-insert-input): Ignore clicks to the right of
46 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
47
48 * vc.el (vc-print-log-internal): Don't wait for the prcess to
49 terminate before setting up the major mode.
50
51 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
52 in case.
53
54 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
55 the last element.
56
57 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
58
59 2009-12-01 Glenn Morris <rgm@gnu.org>
60
61 * window.el (window--display-buffer-2): Fix previous changes.
62
63 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
64
65 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
66
67 2009-12-01 Glenn Morris <rgm@gnu.org>
68
69 * Makefile.in (ELCFILES): Add mpc.elc.
70
71 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
72
73 * mpc.el: New file.
74
75 2009-12-01 Glenn Morris <rgm@gnu.org>
76
77 * window.el (window-to-use): Define for compiler.
78
79 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
80 consistent with others (no final period).
81
82 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
83 (rmail-mime-show): Downcase the encoding. (Bug#5070)
84
85 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
86
87 Make vc-print-log buttons work.
88 * log-view.el (log-view-mode-map): Inherit from from widget-keymap.
89
90 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
91
92 * savehist.el (savehist-autosave-interval): Allow setting to nil
93 through customize. (Bug#5056)
94
95 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
96
97 Fix references to jit-lock properties.
98 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
99 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
100 (perl-font-lock-special-syntactic-constructs):
101 Quote jit-lock-defer-multiline property.
102
103 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
104
105 * vc-git.el (vc-git-registered): Call vc-git-root only once.
106
107 2009-11-30 Juri Linkov <juri@jurta.org>
108
109 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
110 value `buffer' of `multi-isearch-next-buffer-current-function'.
111 Use `(current-buffer)' when `buffer' is nil.
112 (multi-isearch-next-buffer-from-list): Don't fallback to
113 `(current-buffer)' when `buffer' is nil. (Bug#4947)
114
115 2009-11-30 Juri Linkov <juri@jurta.org>
116
117 * misearch.el (multi-isearch-read-buffers): Move canonicalization
118 of buffers with `get-buffer' to `multi-isearch-buffers'.
119 (multi-isearch-buffers, multi-isearch-buffers-regexp):
120 Canonicalize BUFFERS with `get-buffer'. Doc fix.
121 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
122 FILES with `expand-file-name' converting relative file names
123 to absolute. Doc fix. (Bug#4727)
124
125 2009-11-30 Juri Linkov <juri@jurta.org>
126
127 * misearch.el (multi-isearch-read-buffers)
128 (multi-isearch-read-matching-buffers): New functions.
129 (multi-isearch-buffers, multi-isearch-buffers-regexp):
130 Use them in the `interactive' spec. Doc fix.
131 (multi-isearch-read-files, multi-isearch-read-matching-files):
132 New functions.
133 (multi-isearch-files, multi-isearch-files-regexp):
134 Use them in the `interactive' spec. Doc fix. (Bug#4725)
135
136 2009-11-30 Juri Linkov <juri@jurta.org>
137
138 * doc-view.el (doc-view-continuous):
139 Rename from `doc-view-continuous-mode'.
140 (doc-view-menu): Move "Toggle display" to the top.
141 Add submenu "Continuous" with radio buttons "Off"/"On"
142 and "Save as Default".
143 (doc-view-scroll-up-or-next-page)
144 (doc-view-scroll-down-or-previous-page)
145 (doc-view-next-line-or-next-page)
146 (doc-view-previous-line-or-previous-page): Rename
147 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
148
149 2009-11-30 Juri Linkov <juri@jurta.org>
150
151 * comint.el (comint-mode-map): Rebind `M-r' from
152 `comint-previous-matching-input' to
153 `comint-history-isearch-backward-regexp'.
154 Unbind `M-s' to allow global key binding `M-s'.
155 Add menu items for `comint-history-isearch-backward' and
156 `comint-history-isearch-backward-regexp'. (Bug#3746)
157
158 2009-11-30 Juri Linkov <juri@jurta.org>
159
160 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
161 For def=recenter, replace `recenter' with `recenter-top-bottom'
162 that is called with `this-command' and `last-command' let-bound
163 to `recenter-top-bottom'. When the last `def' was not `recenter',
164 set `recenter-last-op' to nil. (Bug#4981)
165
166 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
167
168 Minor cleanup and simplification.
169 * filecache.el (file-cache-add-directory)
170 (file-cache-add-directory-recursively)
171 (file-cache-add-from-file-cache-buffer)
172 (file-cache-delete-file-regexp, file-cache-delete-directory)
173 (file-cache-files-matching-internal, file-cache-display): Use dolist.
174 (file-cache-temp-minibuffer-message): Delete function.
175 (file-cache-minibuffer-complete): Use minibuffer-message instead.
176
177 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
178 Don't signal an error when bumping into EOB in tr, s, or y.
179
180 2009-11-29 Juri Linkov <juri@jurta.org>
181
182 * startup.el (fancy-about-text): Fix wording of Guided Tour.
183 (Bug#4960)
184
185 * descr-text.el (describe-char-unidata-list): Use lowercase name
186 for "Unicode name" like in other tags.
187
188 2009-11-29 Juri Linkov <juri@jurta.org>
189
190 * ediff-util.el (ediff-minibuffer-with-setup-hook):
191 New compatibility macro.
192 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
193
194 2009-11-29 Juri Linkov <juri@jurta.org>
195
196 Add defcustom to define the cycling order of `recenter-top-bottom'.
197 (Bug#4981)
198
199 * window.el (recenter-last-op): Doc fix.
200 (recenter-positions): New defcustom.
201 (recenter-top-bottom): Rewrite to use `recenter-positions'.
202 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
203
204 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
205
206 Improve integration of Tramp and ange-ftp in eshell.
207
208 * eshell/em-unix (eshell/whoami): Make it a defun but a defalias.
209 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
210 (eshell/sudo): Flatten args. Let-bind `default-directory'.
211
212 * eshell/esh-util.el (top): Require also Tramp when compiling.
213 (eshell-directory-files-and-attributes): Check for FTP remote
214 connection.
215 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
216 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
217 (eshell-file-attributes): Handle ".". Return `entry'.
218
219 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
220 (ange-ftp-directory-files-and-attributes)
221 (ange-ftp-real-directory-files-and-attributes): New defuns.
222
223 * net/tramp.el (tramp-maybe-open-connection): Open the remote
224 shell with "exec" when possible. This prevents trailing prompts
225 in `start-file-process'.
226
227 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
228
229 Try and remove assumptions about point-min==1.
230 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
231 (rng-compute-mode-line-string): Show the validation percentage in
232 terms of the narrowed text, not the widened text.
233 (rng-do-some-validation): Don't catch internal errors when debugging.
234 (rng-first-error): Simplify.
235 (rng-after-change-function): Remove work around. AFAIK the bug has
236 been fixed a while ago.
237
238 * image-mode.el (image-minor-mode): Exit more gracefully when the image
239 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
240
241 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
242
243 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
244 `cd' doesn't always do it for us (bug#5067).
245
246 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
247 on 2009-10-25 as part of some other change (bug#5067).
248
249 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
250
251 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
252 `suspicious'.
253 (byte-compile-warnings): Use byte-compile-warning-types.
254 (byte-compile-save-excursion): Warn about use of set-buffer right
255 after save-excursion.
256
257 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
258 the excursion as well.
259
260 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
261
262 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
263 providing a Tramp related implementation of "su" and "sudo".
264 (eshell-unix-initialize): Add "su" and "sudo".
265
266 2009-11-27 Daiki Ueno <ueno@unixuser.org>
267
268 * net/socks.el (socks-send-command): Convert binary request to
269 unibyte before sending. This fixes mishandling of some port
270 numbers such as 129.
271
272 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
273
274 * help.el (describe-bindings-internal): Remove `interactive'.
275
276 * man.el (Man-completion-table): Trim a terminating "(".
277 Remove the space between name page a section.
278 Add the command's description on the `help-echo' property.
279 Remove `process-connection-type' binding since it's unused by
280 call-process.
281 Provide completion for the "<section> <name>" format as well.
282 (Man-default-man-entry): Remove spurious var shadowing the argument.
283
284 2009-11-26 Kevin Ryde <user42@zip.com.au>
285
286 * log-view.el: Add "Keywords: tools", since its other keywords
287 aren't in finder-known-keywords, and following vc.el.
288
289 * sha1.el (sha1-string-external): default-directory "/" in case
290 otherwise non-existent. process-connection-type pipe for touch of
291 efficiency recommended by elisp manual. (An aside in Bug#3911.)
292
293 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
294
295 Misc coding convention cleanups.
296 * htmlfontify.el (hfy-init-kludge-hook): Rename from
297 hfy-init-kludge-hooks.
298 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
299 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
300 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
301 and push.
302 (hfy-slant, hfy-weight): Use tables rather than code.
303 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
304 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
305 (hfy-face-attr-for-class): Initialize `face-spec' directly.
306 (hfy-face-to-css): Remove `nconc' with single arg.
307 (hfy-p-to-face-lennart): Use `or'.
308 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
309 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
310 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
311 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
312 (hfy-force-fontification): Use run-hooks.
313
314 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
315
316 Various minor fixes.
317 * htmlfontify.el (hfy-default-header): Add toggle_invis since
318 Javascript belongs in the header, not the body.
319 (hfy-javascript): Remove.
320 (hfy-fontify-buffer): Don't insert it any more.
321 (hfy-face-at): Handle (face0 face1 face2) style face properties.
322 Fix bug in invis handling when there were no invis props in a chunk.
323
324 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
325
326 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
327
328 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
329
330 * finder.el (finder-mode-map): Add a menu.
331
332 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
333
334 * verilog-mode.el (verilog-at-struct-p): Support "signed" and
335 "unsigned" structs.
336
337 (verilog-leap-to-head, verilog-backward-token): Handle "disable
338 fork" statement better.
339
340 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
341
342 * verilog-mode.el (verilog-auto-insert-lisp, verilog-delete-auto)
343 (verilog-delete-empty-auto-pair, verilog-library-filenames):
344 Fix AUTOINSERTLISP to support insert-file. Reported by Clay Douglass.
345
346 (verilog-auto-inst, verilog-auto-star-safe)
347 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
348 Fix removing "// Interfaces" when saving .* expansions. Reported by
349 Pierre-David Pfister.
350
351 2009-11-26 Glenn Morris <rgm@gnu.org>
352
353 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
354 the scope.
355
356 2009-11-25 Johan Bockgård <bojohan@gnu.org>
357
358 * vc-annotate.el (vc-annotate-revision-previous-to-line):
359 Really use previous revision.
360
361 2009-11-25 Kevin Ryde <user42@zip.com.au>
362
363 * man.el (Man-completion-table): default-directory "/" in case
364 doesn't otherwise exist. process-environment COLUMNS=999 so as
365 not to truncate long names. process-connection-type pipe to avoid
366 any chance of hitting the pseudo-tty TIOCGWINSZ.
367 (man): completion-ignore-case t for friendliness and since man
368 itself is case-insensitive on the command line.
369 Further to Bug#3717.
370
371 * arc-mode.el: Add "Keywords: files", so the details in its
372 commentary can be reached from finder-by-keyword.
373 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
374 editing mode, but it's comms related and sgml-mode.el has "comm"
375 on that basis too.
376 * textmodes/bibtex-style.el: Add "Keywords: tex".
377 * international/isearch-x.el, international/ja-dic-cnv.el:
378 * international/ja-dic-utl.el, international/kkc.el:
379 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
380
381 2009-11-25 Juri Linkov <juri@jurta.org>
382
383 * man.el (Man-completion-table): Modify regexp to include
384 section names to completion strings. (Bug#3717)
385
386 2009-11-25 Juri Linkov <juri@jurta.org>
387
388 Search recursively in gzipped files. (Bug#4982)
389
390 * progmodes/grep.el (grep-highlight-matches): Add new options
391 `always' and `auto'. Doc fix.
392 (grep-process-setup): Check `grep-highlight-matches' for
393 `auto-detect' to determine the need to compute grep defaults.
394 Move Windows/DOS specific --colors settings handling
395 to `grep-compute-defaults'. Check `grep-highlight-matches'
396 to get the value of "--color=".
397 (grep-compute-defaults): Compute `grep-highlight-matches' when it
398 has the value `auto-detect'. Move Windows/DOS specific settings
399 from `grep-process-setup'.
400 (zrgrep): New command with alias `rzgrep'.
401
402 2009-11-25 Juri Linkov <juri@jurta.org>
403
404 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
405 to nil instead of switching off view-mode. (Bug#4896)
406
407 2009-11-25 Juri Linkov <juri@jurta.org>
408
409 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
410
411 * mwheel.el (mwheel-scroll-up-function)
412 (mwheel-scroll-down-function): New defvars.
413 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
414 `scroll-up', and `mwheel-scroll-down-function' instead of
415 `scroll-down'.
416
417 * doc-view.el (doc-view-scroll-up-or-next-page)
418 (doc-view-scroll-down-or-previous-page): Add optional ARG.
419 Use this ARG in the call to image-scroll-up/image-scroll-down.
420 Change `interactive' spec to "P". Goto next/previous page only
421 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
422 SPC/DEL case). Doc fix.
423 (doc-view-next-line-or-next-page)
424 (doc-view-previous-line-or-previous-page): Rename arg to ARG
425 for consistency.
426 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
427 `doc-view-scroll-up-or-next-page', and buffer-local
428 `mwheel-scroll-down-function' to
429 `doc-view-scroll-down-or-previous-page'.
430
431 2009-11-25 Juri Linkov <juri@jurta.org>
432
433 Provide additional default values (directories at other Dired
434 windows) via M-n in the minibuffer of some Dired commands.
435
436 * dired-aux.el (dired-diff, dired-compare-directories)
437 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
438 `minibuffer-default' in `minibuffer-with-setup-hook'.
439 (dired-dwim-target-directory): Find a window that displays Dired
440 buffer instead of failing when the next window is not Dired.
441 Use `get-window-with-predicate' to find for the next Dired window.
442 (dired-dwim-target-defaults): New function.
443
444 * ediff-util.el (ediff-read-file-name):
445 Use `dired-dwim-target-defaults' to set `minibuffer-default'
446 in `minibuffer-with-setup-hook'.
447
448 2009-11-25 Juri Linkov <juri@jurta.org>
449
450 Provide additional default values (file name at point or at the
451 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
452
453 * minibuffer.el (read-file-name-defaults): New function.
454 (read-file-name): Reset `minibuffer-default' to nil when
455 it duplicates initial input `insdef'.
456 Bind `minibuffer-default-add-function' to lambda that
457 calls `read-file-name-defaults' in `minibuffer-selected-window'.
458 (minibuffer-insert-file-name-at-point): New command.
459
460 * files.el (file-name-at-point-functions): New defcustom.
461 (find-file-default): Remove defvar.
462 (find-file-read-args): Don't use `find-file-default'.
463 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
464 to `read-file-name'.
465 (find-file-literally): Use `read-file-name' with
466 `confirm-nonexistent-file-or-buffer'.
467
468 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
469
470 * dired.el (dired-read-dir-and-switches):
471 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
472 to `read-file-name'.
473 (dired-file-name-at-point): New function.
474 (dired-mode): Add hook `dired-file-name-at-point' to
475 `file-name-at-point-functions'.
476
477 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
478
479 Really make the *Completions* window soft-dedicated (bug#5030).
480 * window.el (window--display-buffer-2): Add `dedicated' argument.
481 (display-buffer): Pass it when needed so the dedicated flag is set
482 after calling set-window-buffer, which would otherwise reset it.
483
484 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
485
486 * progmodes/meta-mode.el (meta-complete-symbol):
487 * progmodes/etags.el (complete-tag):
488 * mail/mailabbrev.el (mail-abbrev-complete-alias):
489 Use completion-in-region.
490
491 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
492 (dabbrev-completion): Use completion-in-region.
493 (dabbrev--abbrev-at-point): Simplify regexp.
494
495 * abbrev.el (abbrev--before-point): Use word-motion functions
496 if :regexp is not specified (bug#5031).
497
498 * subr.el (string-prefix-p): New function.
499
500 * man.el (Man-completion-cache): New var.
501 (Man-completion-table): Use it.
502
503 * vc.el (vc-print-log-internal): Make `limit' optional for better
504 compatibility (e.g. with vc-annotate.el).
505
506 2009-11-24 Kevin Ryde <user42@zip.com.au>
507
508 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
509 Build value with regexp-opt instead of explicit joining loop. (My
510 Bug#4927.)
511
512 * emacs-lisp/elint.el (elint-add-required-env): Better error message
513 when .el source file not found or other error.
514
515 2009-11-24 Markus Triska <markus.triska@gmx.at>
516
517 * linum.el (linum-update-window): Ignore intangible (bug#4996).
518
519 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
520
521 Handle the [back] button properly (bug#4979).
522 * descr-text.el (describe-text-properties): Add a `buffer' argument.
523 Use help-setup-xref, help-buffer, and with-help-window.
524 (describe-char): Add `buffer' argument.
525 Pass proper command to help-setup-xref. Don't meddle with
526 help-xref-stack-item directly.
527 (describe-text-category): Use with-help-window and help-buffer.
528
529 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
530 for the displayed buffer (bug#4887).
531
532 * man.el (Man-completion-table): New function.
533 (man): Use it.
534
535 2009-11-24 David Reitter <david.reitter@gmail.com>
536
537 * vc-git.el (vc-git-registered): Use checkout directory (where
538 .git is) rather than the file's directory and a relative path spec
539 to work around a bug in git.
540
541 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
542
543 Improve handling of processes on remote hosts.
544
545 * eshell/esh-util.el (eshell-path-env): New defvar.
546 (eshell-parse-colon-path): New defun.
547 (eshell-file-attributes): Use `eshell-parse-colon-path'.
548
549 * eshell/esh-ext.el (eshell-search-path):
550 Use `eshell-parse-colon-path'.
551 (eshell-remote-command): Remove argument HANDLER.
552 (eshell-external-command): Check for FTP remote connection.
553
554 * eshell/esh-proc.el (eshell-gather-process-output):
555 Use `file-truename', in order to start also symlinked files.
556 Apply `start-file-process' instead of `start-process'.
557 Shorten `command' to the local file name part.
558
559 * eshell/em-cmpl.el (eshell-complete-commands-list):
560 Use `eshell-parse-colon-path'.
561
562 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
563
564 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
565 to `eshell-directory-change-hook'.
566
567 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
568
569 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
570 because it could be enabled automatically if view-read-only is non-nil.
571
572 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
573
574 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
575 made on 2009-11-22.
576
577 2009-11-24 Glenn Morris <rgm@gnu.org>
578
579 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
580 deleted variable bookmark-bmenu-bookmark-column.
581
582 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
583 Move after definition of global-semantic-idle-tag-highlight-mode.
584
585 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
586
587 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
588
589 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
590
591 * net/browse-url.el (browse-url-filename-alist): On Windows, add
592 two slashes to the "file:" prefix.
593 (browse-url-file-url): De-munge Cygwin filenames before passing
594 them to Windows browser.
595 (browse-url-default-windows-browser): Use call-process.
596
597 2009-11-23 Juri Linkov <juri@jurta.org>
598
599 Implement DocView Continuous mode. (Bug#4896)
600 * doc-view.el (doc-view-continuous-mode): New defcustom.
601 (doc-view-mode-map): Bind C-n/<down> to
602 `doc-view-next-line-or-next-page', C-p/<up> to
603 `doc-view-previous-line-or-previous-page'.
604 (doc-view-next-line-or-next-page)
605 (doc-view-previous-line-or-previous-page): New commands.
606
607 2009-11-23 Juri Linkov <juri@jurta.org>
608
609 Implement Isearch in comint input history. (Bug#3746)
610 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
611 `isearch-mode-hook'.
612 (comint-history-isearch): New defcustom.
613 (comint-history-isearch-backward)
614 (comint-history-isearch-backward-regexp): New commands.
615 (comint-history-isearch-message-overlay): New buffer-local variable.
616 (comint-history-isearch-setup, comint-history-isearch-end)
617 (comint-goto-input, comint-history-isearch-search)
618 (comint-history-isearch-message, comint-history-isearch-wrap)
619 (comint-history-isearch-push-state)
620 (comint-history-isearch-pop-state): New functions.
621
622 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
623
624 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
625 return.
626 (tramp-handle-make-symbolic-link)
627 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
628 Quote file names.
629 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
630 (tramp-handle-process-file): Use it.
631
632 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
633
634 * window.el (move-to-window-line-last-op): Remove.
635 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
636
637 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
638
639 Make M-r mirror the new cycling behavior of C-l.
640 * window.el (move-to-window-line-last-op): New var.
641 (move-to-window-line-top-bottom): New command.
642 (global-map): Bind M-r move-to-window-line-top-bottom.
643
644 2009-11-23 Sven Joachim <svenjoac@gmx.de>
645
646 * dired-x.el (dired-guess-shell-alist-default):
647 Support xz format. (Bug#4953)
648
649 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
650
651 * cedet/srecode/map.el (srecode-get-maps):
652 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
653 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
654 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
655 (semantic-toggle-decoration-style):
656 * cedet/semantic/decorate/include.el
657 (semantic-decoration-include-describe)
658 (semantic-decoration-unknown-include-describe)
659 (semantic-decoration-unparsed-include-describe)
660 (semantic-decoration-all-include-summary):
661 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
662 * cedet/semantic/analyze/complete.el
663 (semantic-analyze-possible-completions):
664 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
665 (semantic-show-unmatched-syntax-mode)
666 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
667 (semantic-highlight-func-mode):
668 * cedet/semantic/util.el (semantic-describe-buffer):
669 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
670 (semantic-symref-find-tags-by-name)
671 (semantic-symref-find-tags-by-regexp)
672 (semantic-symref-find-tags-by-completion)
673 (semantic-symref-find-file-references-by-name)
674 (semantic-symref-find-text):
675 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
676 (senator-yank-tag):
677 * cedet/semantic/scope.el (semantic-calculate-scope):
678 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
679 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
680 (define-semantic-idle-service):
681 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
682 (semantic-complete-analyze-inline-idle):
683 * cedet/semantic/analyze.el (semantic-analyze-current-context):
684 * cedet/mode-local.el (describe-mode-local-bindings)
685 (describe-mode-local-bindings-in-mode):
686 * cedet/ede/make.el (ede-make-check-version):
687 * cedet/ede/locate.el (ede-enable-locate-on-project):
688 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
689 (cedet-idutils-version-check):
690 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
691 (cedet-gnu-global-version-check):
692 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
693 (cedet-cscope-version-check): Use called-interactively-p instead
694 of interactive-p.
695
696 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
697 Use semantic-format-tag-prototype.
698
699 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
700
701 * emulation/viper-cmd.el: Use viper-last-command-char instead of
702 last-command-char/last-command-event.
703 (viper-prefix-arg-value): Do correct conversion of event-char for
704 XEmacs.
705
706 * emulation/viper-util.el, emulation/viper.el:
707 Use viper-last-command-char instead of
708 last-command-char/last-command-event.
709
710 * ediff-init.el, ediff-mult.el, ediff-util.el:
711 Replace last-command-char and last-command-event
712 with (ediff-last-command-char) everywhere.
713
714 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
715 created in fundamental mode.
716
717 * ediff.el (ediff-version): Revert the change of interactive-p to
718 called-interactively-p.
719
720 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
721
722 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
723 generation from word-movement command names.
724
725 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
726
727 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
728 (semantic-complete-jump-local, semantic-complete-jump):
729 Improve prompt string.
730
731 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
732
733 * cus-start.el (all): Add native condition for font-use-system-font.
734
735 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
736
737 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
738 Correct the patch from 2009-11-18. (Bug#3910)
739
740 2009-11-21 Alan Mackenzie <acm@muc.de>
741
742 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
743 Update to deal with modern Java constructs.
744
745 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
746
747 * progmodes/subword.el: Rename from lisp/subword.el.
748
749 * subword.el: Rename to progmodes/subword.el.
750
751 * Makefile.in (ELCFILES): Adapt to subword.el move.
752
753 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
754 Stefan Monnier <monnier@iro.umontreal.ca>
755
756 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
757 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
758 (bookmark-bmenu-show-filenames): Use push.
759 (bookmark-bmenu-hide-filenames): Use local var instead of
760 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
761 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
762 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
763 filenames now that the bookmark names are always available.
764
765 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
766
767 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
768 (bookmark-search-pattern): Move and leave unbound.
769 (bookmark-bmenu-mode-map): Change binding.
770 (bookmark-read-search-input): Simplify.
771 Don't use text-char-description. Don't error on non-char events.
772 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
773 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
774 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
775 Use a local var for the timer.
776 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
777 (i.e. bookmark-bmenu-search).
778
779 2009-11-21 Glenn Morris <rgm@gnu.org>
780
781 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
782
783 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
784
785 * net/browse-url.el (browse-url-default-windows-browser):
786 Use cygstart for cygwin.
787
788 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
789
790 * bookmark.el Formatting and doc fixes only:
791 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
792 (bookmark-bmenu-search): Wrap to fit within 80 columns.
793 Minor grammar and punctuation fixes in doc string.
794 (bookmark-read-search-input): Adjust to fit within 80 columns.
795
796 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
797
798 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
799 (c-backward-into-nomenclature): Adapt to subword renaming.
800
801 * subword.el (subword-forward, subword-backward, subword-mark)
802 (subword-kill, subword-backward-kill, subword-transpose)
803 (subword-downcase, subword-upcase, subword-capitalize)
804 (subword-forward-internal, subword-backward-internal):
805 Rename from forward-subword, backward-subword, mark-subword,
806 kill-subword, backward-kill-subword, transpose-subwords,
807 downcase-subword, upcase-subword, capitalize-subword,
808 forward-subword-internal, backward-subword-internal.
809
810 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
811
812 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
813 New options.
814 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
815 New vars.
816 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
817 (bookmark-bmenu-filter-alist-by-regexp)
818 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
819 (bookmark-bmenu-search): New command.
820 (bookmark-bmenu-mode-map): Bind it.
821
822 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
823
824 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
825
826 * cedet/semantic/idle.el (define-semantic-idle-service)
827 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
828
829 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
830
831 * progmodes/cc-cmds.el: declare-functioned forward-subword and
832 backward-subword to quit the byte-compiler.
833
834 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
835
836 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
837
838 * progmodes/cc-cmds.el (c-update-modeline)
839 (c-forward-into-nomenclature, c-backward-into-nomenclature):
840 Refer to subword.el functions instead of cc-subword.el.
841
842 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
843 subword.el functions instead of cc-subword.el.
844
845 * progmodes/cc-subword.el: Rename to subword.el.
846 * subword.el: Rename from progmodes/cc-subword.el.
847 (subword-mode-map): Rename from c-subword-mode-map.
848 (subword-mode): Rename from c-subword-mode.
849 (global-subword-mode): New global minor mode.
850 (forward-subword): Rename from c-forward-subword.
851 (backward-subword): Rename from c-backward-subword.
852 (mark-subword): Rename from c-mark-subword.
853 (kill-subword): Rename from c-kill-subword.
854 (backward-kill-subword): Rename from c-backward-kill-subword.
855 (transpose-subwords): Rename from c-tranpose-subword.
856 (downcase-subword): Rename from c-downcase-subword.
857 (capitalize-subword): Rename from c-capitalize-subword.
858 (forward-subword-internal): Rename from c-forward-subword-internal.
859 (backward-subword-internal): Rename from c-backward-subword-internal.
860
861 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
862
863 * vc.el (vc-deduce-fileset): Allow non-state changing operations
864 from a dired buffer.
865 (vc-dired-deduce-fileset): New function.
866 (vc-root-diff, vc-print-root-log): Use it.
867
868 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
869 nil LIMIT argument to vc-print-log-internal.
870
871 2009-11-20 Glenn Morris <rgm@gnu.org>
872
873 * Makefile.in (ELCFILES): Regenerate.
874
875 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
876
877 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
878
879 * cedet/semantic.el: Enable idle-mode menu items only if
880 global-semantic-idle-scheduler-mode is enabled.
881 (semantic-default-submodes): Doc fix.
882
883 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
884 When turning off, disable other idle modes.
885
886 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
887
888 * calc/calc.el (calc-set-mode-line):
889 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
890 (math-format-number): Rename `math-format-complement-signed' to
891 `math-format-twos-complement'.
892
893 * calc/calc-bin.el (math-format-twos-complement): Rename from
894 math-format-complement-signed.
895 (calc-radix): Rename `calc-complement-signed-mode' to
896 `calc-twos-complement-mode'.
897 (calc-octal-radix, calc-hex-radix): Add an argument for
898 two's complement.
899
900 * calc/calc-embed.el (calc-embedded-mode-vars):
901 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
902
903 * calc/calc-ext.el (calc-init-extensions):
904 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
905 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
906
907 * calc/calc-units.el (math-build-units-table-buffer):
908 Let `calc-twos-complement-mode' be nil.
909
910 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
911 entries.
912
913 * calc/calc-vec.el (calcFunc-vunpack):
914 * calc/calc-aent.el (calc-do-calc-eval):
915 * calc/calc-forms.el (math-format-date):
916 * calc/calc-graph.el (calc-graph-plot):
917 * calc/calc-math.el (math-use-emacs-fn):
918 * calc/calccomp.el (math-compose-expr):
919 Let `calc-twos-complement-mode' be nil.
920
921 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
922
923 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
924 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
925 * minibuffer.el (completion-in-region-functions): New hook.
926 (completion-in-region): New function.
927 * emacs-lisp/lisp.el (lisp-complete-symbol):
928 * pcomplete.el (pcomplete-std-complete): Use it.
929
930 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
931
932 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
933 (latex-complete-alist): New vars.
934 (latex-string-prefix-p, latex-complete-bibtex-keys)
935 (latex-complete-envnames, latex-complete-refkeys)
936 (latex-complete-data): New functions.
937 (latex-complete, latex-indent-or-complete): New commands.
938
939 * window.el (display-buffer-mark-dedicated): New var.
940 (display-buffer): Obey it.
941 * minibuffer.el (minibuffer-completion-help): Use it.
942
943 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
944
945 * filecache.el (file-cache-add-file): Use push and cons.
946 (file-cache-delete-file-regexp): Use push.
947 (file-cache-complete): Use completion-in-region.
948
949 * simple.el (with-wrapper-hook): Fix thinko.
950
951 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
952 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
953 Use with-current-buffer and string-to-number.
954 (hfy-fallback-colour-values): Use assoc-string.
955 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
956 (hfy-face-at): Remove unused var `found-face'.
957 (hfy-compile-stylesheet): Remove unused var `css'.
958 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
959 and `orig-buffer'.
960 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
961 Use with-current-buffer.
962 (hfy-text-p): Use expand-file-name and fewer setq.
963
964 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
965
966 * htmlfontify.el, hfy-cmap.el: New files.
967
968 2009-11-19 Juri Linkov <juri@jurta.org>
969
970 * minibuffer.el (completions-format): New defcustom.
971 (completion--insert-strings): Implement vertical format.
972
973 * simple.el (switch-to-completions): Move point to the first
974 completion when point was at the beginning of the buffer.
975
976 2009-11-19 Juri Linkov <juri@jurta.org>
977
978 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
979
980 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
981
982 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
983
984 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
985 (mail-signature): Change default to t.
986 (mail-from-style): Deprecate `system-default' value.
987 (mail-insert-from-field): For default value of mail-from-style,
988 default to `angles' unless `angles' needs quoting and `parens'
989 does not.
990 (mail-citation-prefix-regexp): Use citation regexp from
991 message-mode.
992
993 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
994
995 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
996 Set variables for computing the prompt for reading password.
997
998 2009-11-19 Glenn Morris <rgm@gnu.org>
999
1000 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
1001
1002 * textmodes/flyspell.el (sgml-lexical-context): Declare.
1003
1004 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
1005 (newsticker-treeview-listwindow-height): Fix custom type.
1006
1007 2009-11-19 Kenichi Handa <handa@m17n.org>
1008
1009 * descr-text.el (describe-char-padded-string): Compose with TAB
1010 only if there's a font for CH.
1011 (describe-char): Fix the condition for detecting a trivial composition.
1012
1013 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
1014
1015 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
1016 more accurate version of the regexp. (Bug#3910)
1017
1018 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
1019
1020 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
1021
1022 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
1023
1024 * font-setting.el (font-use-system-font): Declare for byte-compiler.
1025 (font-setting-change-default-font): Fix typo in docstring.
1026
1027 2009-11-18 Alan Mackenzie <acm@muc.de>
1028
1029 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
1030
1031 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1032
1033 * font-setting.el (font-use-system-font): Move ...
1034
1035 * cus-start.el (all): ... to here.
1036
1037 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
1038
1039 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
1040 Don't set `ad-return-value' if `ad-do-it' doesn't.
1041
1042 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
1043 modification time.
1044
1045 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1046
1047 * menu-bar.el: Put "Use system font" in Option-menu.
1048 (menu-bar-options-save): Add font-use-system-font.
1049
1050 * loadup.el: If feature system-font-setting or font-render-setting is
1051 there, load font-setting.
1052
1053 * Makefile.in (ELCFILES): Add font-settings.el.
1054 * font-setting.el: New file.
1055
1056 2009-11-17 Glenn Morris <rgm@gnu.org>
1057
1058 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
1059
1060 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
1061 Preserve point in the list buffer. (Bug#4939)
1062 Use point-at-eol.
1063 (newsticker--treeview-list-update-highlight)
1064 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
1065
1066 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
1067
1068 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
1069 Remove.
1070
1071 * calc/calc-ext.el (calc-init-extensions): Remove references to
1072 symclip.
1073
1074 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
1075
1076 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
1077 * calc/calc-help.el (calc-b-prefix-help): Remove references to
1078 `calc-symclip'.
1079
1080 2009-11-16 Kevin Ryde <user42@zip.com.au>
1081
1082 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
1083 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
1084
1085 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
1086 (lm-keywords-list): Allow comma-only separator like "foo,bar".
1087 Ignore trailing spaces by omit-nulls to split-string (fixing
1088 regression from Emacs 21 due to the incompatible split-string
1089 change). (Bug #4928.)
1090
1091 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
1092
1093 * vc.el (vc-log-show-limit): Default to 2000.
1094 (vc-print-log-internal): Insert buttons to request more entries
1095 when limiting the output.
1096
1097 * vc-sccs.el (vc-sccs-print-log):
1098 * vc-rcs.el (vc-rcs-print-log):
1099 * vc-cvs.el (vc-cvs-print-log):
1100 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
1101 LIMIT is non-nil.
1102
1103 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
1104
1105 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
1106 error when `tramp-gvfs-dbus-event-vector' is set.
1107 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
1108
1109 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1110
1111 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
1112
1113 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
1114
1115 * net/dbus.el (dbus-unregister-service): New defun.
1116 (dbus-register-property): Register the handlers of
1117 "org.freedesktop.DBus.Properties" for SERVICE.
1118 (dbus-property-handler): Fix docstring.
1119
1120 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1121
1122 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
1123 Quote doc string reference in defvaralias as it is not in special form.
1124 (byte-compile-output-docform): Doc fix.
1125
1126 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
1127
1128 * calc/calc.el (math-2-word-size, math-half-2-word-size)
1129 (calc-complement-signed-mode): New variables.
1130 (calc-set-mode-line): Add indicator for twos-complements.
1131 (math-format-number): Format twos-complement notation.
1132
1133 * calc/calc-bin.el (calc-word-size): Reset the variables
1134 `math-2-word-size' and `math-half-2-word-size'.
1135 (math-format-complement-signed, math-symclip, calcFunc-symclip)
1136 (calc-symclip): New functions.
1137
1138 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
1139
1140 * calc/calc-embed.el (calc-embedded-mode-vars):
1141 Add `calc-complement-signed-mode' to the list of modes.
1142
1143 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
1144 (calc-b-oper-keys): Add `calc-symclip' to list.
1145
1146 * calc/calc-ext.el (math-read-number-fancy): Read complement
1147 signed numbers.
1148 (calc-init-extensions): Add binding for `calc-symclip'.
1149 Add autoload for `calcFunc-symclip' and `calc-symclip'.
1150
1151 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
1152 `calc-symclip'.
1153 (calc-modes-menu): Add item for twos complement mode.
1154
1155 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
1156
1157 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
1158
1159 * register.el (jump-to-register, insert-register): Handle Semantic
1160 tags. From commented-out advice in semantic/senator.el.
1161
1162 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
1163
1164 * vc.el (vc-log-show-limit): New variable.
1165 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
1166 when using a prefix argument.
1167 (vc-print-log-internal): Add new argument LIMIT.
1168
1169 * vc-svn.el (vc-svn-print-log):
1170 * vc-mtn.el (vc-mtn-print-log):
1171 * vc-hg.el (vc-hg-print-log):
1172 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1173 pass it to the log command when set. Make the BUFFER argument
1174 non-optional.
1175
1176 * vc-sccs.el (vc-sccs-print-log):
1177 * vc-rcs.el (vc-rcs-print-log):
1178 * vc-git.el (vc-git-print-log):
1179 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
1180 ignore it. Make the BUFFER argument non-optional
1181
1182 * bindings.el (mode-line-buffer-identification): Do not purecopy.
1183
1184 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
1185
1186 * dired.el (dired-mode-map): Move encryption items to "Operate"
1187 menu (Bug#4703).
1188
1189 * strokes.el (strokes-update-window-configuration): Make strokes
1190 buffer current before erasing (Bug#4906).
1191
1192 * cedet/semantic/idle.el (semantic-idle-summary-mode)
1193 (semantic-idle-summary-mode): Define using define-minor-mode
1194 instead of define-semantic-idle-service.
1195 (semantic-idle-summary-mode): New function.
1196 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
1197 that mouse motion does not reset the echo area.
1198
1199 2009-11-15 Juri Linkov <juri@jurta.org>
1200
1201 * simple.el (set-mark-default-inactive): Add :type, :group
1202 and :version. (Bug#4876)
1203
1204 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
1205
1206 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
1207 (archive-unique-fname): ... here. (Bug#4929)
1208
1209 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1210
1211 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
1212 with a real fix.
1213
1214 * novice.el (disabled-command-function): Add useful args.
1215 Setup the help buffer so that [back] works.
1216 Remove redundant call to help-mode.
1217 (disabled-command-function): Use `case'.
1218 (en/disable-command): New function extracted from enable-command.
1219 (enable-command, disable-command): Use it.
1220
1221 2009-11-14 Glenn Morris <rgm@gnu.org>
1222
1223 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
1224 constants. (Bug#4913)
1225
1226 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
1227
1228 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
1229
1230 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
1231 defined in C that have no doc-strings. (Bug#1063)
1232
1233 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
1234
1235 * cus-edit.el (data, files):
1236 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
1237
1238 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
1239
1240 * simple.el (shell-command): Doc fix (Bug#4891).
1241
1242 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
1243
1244 2009-11-14 Glenn Morris <rgm@gnu.org>
1245
1246 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
1247 statements for vc-diff, emerge-quit, and rmail-cease-edit.
1248 If they are already loaded, eval-after-load will do the right thing.
1249
1250 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
1251 compiling.
1252
1253 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
1254
1255 * simple.el (x-selection-owner-p): Declare.
1256 (read-mail-command): Use custom radio type rather than choice.
1257 (completion-no-auto-exit): Doc fix.
1258
1259 * custom.el (defgroup):
1260 * epg-config.el (epg): Doc fixes.
1261
1262 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
1263
1264 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
1265 * international/ccl.el (define-ccl-program): Do not purecopy the
1266 docstring, defconst does it anyway.
1267
1268 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1269
1270 * add-log.el (add-change-log-entry): Avoid displaying the changelog
1271 a second time.
1272
1273 * x-dnd.el (x-dnd-maybe-call-test-function):
1274 * window.el (split-window-vertically):
1275 * whitespace.el (whitespace-help-on):
1276 * vc-rcs.el (vc-rcs-consult-headers):
1277 * userlock.el (ask-user-about-lock-help)
1278 (ask-user-about-supersession-help):
1279 * type-break.el (type-break-force-mode-line-update):
1280 * time-stamp.el (time-stamp-conv-warn):
1281 * terminal.el (te-set-output-log, te-more-break, te-filter)
1282 (te-sentinel,terminal-emulator):
1283 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
1284 (term-write-input-ring, term-check-source, term-start-output-log):
1285 (term-display-buffer-line, term-dynamic-list-completions):
1286 (term-ansi-make-term, serial-term):
1287 * subr.el (selective-display):
1288 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
1289 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
1290 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
1291 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
1292 (speedbar-remove-localized-speedbar-support)
1293 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
1294 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
1295 (speedbar-buffers-line-directory):
1296 * simple.el (shell-command-on-region, append-to-buffer)
1297 (prepend-to-buffer):
1298 * shadowfile.el (shadow-save-todo-file):
1299 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
1300 (scroll-bar-maybe-set-window-start):
1301 * sb-image.el (speedbar-image-dump):
1302 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
1303 (load-save-place-alist-from-file):
1304 * ps-samp.el (ps-print-message-from-summary):
1305 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
1306 (ps-background-image, ps-begin-job, ps-do-despool):
1307 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
1308 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
1309 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
1310 (pr-call-process, pr-file-list, pr-interface-save):
1311 * novice.el (disabled-command-function)
1312 (enable-command, disable-command):
1313 * mouse.el (mouse-buffer-menu-alist):
1314 * mouse-copy.el (mouse-kill-preserving-secondary):
1315 * macros.el (kbd-macro-query):
1316 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
1317 * informat.el (batch-info-validate):
1318 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
1319 * hippie-exp.el (try-expand-dabbrev-visible):
1320 * help-mode.el (help-make-xrefs):
1321 * help-fns.el (describe-variable):
1322 * generic-x.el (bat-generic-mode-run-as-comint):
1323 * finder.el (finder-mouse-select):
1324 * find-dired.el (find-dired-sentinel):
1325 * filesets.el (filesets-file-close):
1326 * files.el (list-directory):
1327 * faces.el (list-faces-display, describe-face):
1328 * facemenu.el (list-colors-display):
1329 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
1330 * epg.el (epg--process-filter, epg-cancel):
1331 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
1332 (epa--read-signature-type):
1333 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
1334 (emerge-file-names):
1335 * ehelp.el (electric-helpify):
1336 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
1337 * ediff-vers.el (rcs-ediff-view-revision):
1338 * ediff-util.el (ediff-setup):
1339 * ediff-mult.el (ediff-append-custom-diff):
1340 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
1341 (ediff-wordify):
1342 * echistory.el (Electric-command-history-redo-expression):
1343 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1344 * disp-table.el (describe-display-table):
1345 * dired.el (dired-find-buffer-nocreate):
1346 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
1347 * dabbrev.el (dabbrev--same-major-mode-p):
1348 * chistory.el (list-command-history):
1349 * apropos.el (apropos-documentation):
1350 * allout.el (allout-obtain-passphrase):
1351 (allout-copy-exposed-to-buffer):
1352 (allout-verify-passphrase): Use with-current-buffer.
1353
1354 2009-11-13 Glenn Morris <rgm@gnu.org>
1355
1356 * Makefile.in (ELCFILES): Regenerate.
1357
1358 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
1359
1360 * net/dbus.el (dbus-registered-objects-table): Rename from
1361 `dbus-registered-functions-table', because it contains also properties.
1362 (dbus-unregister-object): Unregister also properties.
1363 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
1364 Use a timeout of 500 msec, in order to not block.
1365 (dbus-register-property, dbus-property-handler): New defuns.
1366
1367 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1368
1369 * simple.el (minibuffer-default-add-completions): Drop deprecated
1370 4th arg.
1371
1372 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
1373
1374 * textmodes/artist.el (artist-mouse-choose-operation):
1375 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
1376 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
1377 (artist-compute-up-event-key): New function.
1378 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
1379
1380 2009-11-13 Kenichi Handa <handa@m17n.org>
1381
1382 * language/japan-util.el: Make sure that the value of jisx0208
1383 property is jisx0208 character.
1384
1385 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
1386
1387 * international/mule.el (auto-coding-regexp-alist): Only purecopy
1388 car or each item, not the whole list.
1389
1390 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1391
1392 * minibuffer.el (minibuffer-completion-help):
1393 Use minibuffer-hide-completions.
1394
1395 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
1396
1397 * dired.el (dired-save-positions, dired-restore-positions): New funs.
1398 (dired-revert): Use them (bug#4880).
1399
1400 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
1401
1402 * tooltip.el (tooltip-frame-parameters): Undo previous change.
1403
1404 2009-11-12 Juri Linkov <juri@jurta.org>
1405
1406 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
1407 New functions.
1408 (find-file-literally-at-point): Alias of `ffap-literally'.
1409
1410 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
1411
1412 * textmodes/ispell.el (ispell-skip-region-alist):
1413 * textmodes/css-mode.el (auto-mode-alist):
1414 * progmodes/compile.el (auto-mode-alist):
1415 * international/mule.el (ctext-non-standard-encodings-alist)
1416 (ctext-non-standard-encodings-regexp):
1417 * simple.el (shell-command-switch, text-read-only):
1418 * replace.el (occur-mode-map):
1419 * paths.el (rmail-file-name):
1420 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
1421 * find-file.el (ff-special-constructs):
1422 * files.el (file-name-handler-alist):
1423 * composite.el: Purecopy strings.
1424
1425 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
1426
1427 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
1428
1429 * widget.el (define-widget): Purecopy the docstring.
1430 * international/mule-cmds.el (charset): Do not purecopy the
1431 docstring here, define-widget does it.
1432
1433 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
1434 * textmodes/bibtex-style.el (auto-mode-alist):
1435 * progmodes/inf-lisp.el (inferior-lisp-prompt):
1436 * progmodes/compile.el (compile-command):
1437 * language/korea-util.el (default-korean-keyboard):
1438 * international/mule-conf.el (file-coding-system-alist):
1439 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
1440 * tooltip.el (tooltip-frame-parameters):
1441 * newcomment.el (comment-end, comment-padding):
1442 * dired.el (dired-trivial-filenames):
1443 * comint.el (comint-file-name-prefix): Purecopy initial values.
1444
1445 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
1446
1447 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
1448 (tramp-advice-minibuffer-electric-tilde): Unload advices via
1449 `tramp-unload'.
1450 (tramp-advice-make-auto-save-file-name)
1451 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
1452 after removing the advice.
1453
1454 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
1455
1456 * progmodes/grep.el (grep-regexp-alist):
1457 * international/mule-cmds.el (iso-2022-control-alist):
1458 * emacs-lisp/timer.el (timer-duration-words):
1459 * subr.el (version-separator, version-regexp-alist):
1460 * minibuffer.el (completion-styles-alist):
1461 * faces.el (face-attribute-name-alist, list-faces-sample-text):
1462 Change defvars to defconsts.
1463
1464 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
1465 * loadup.el ("international/mule-conf"): Load the byte compiled version.
1466 * international/mule-conf.el: Allow to be byte compiled.
1467
1468 * international/mule.el (define-charset): Purecopy props.
1469 (load-with-code-conversion): Purecopy doc string and file name.
1470 (put-charset-property): Purecopy strings.
1471 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
1472
1473 * international/mule-cmds.el (register-input-method): Purecopy arguments.
1474 (define-char-code-property): Correctly purecopy the table.
1475
1476 * international/ccl.el (define-ccl-program): Purecopy the docstring.
1477
1478 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
1479
1480 * subr.el (add-hook): Purecopy strings.
1481 (eval-after-load): Purecopy load-history-regexp and the form.
1482
1483 * custom.el (custom-declare-group): Purecopy load-file-name.
1484
1485 * subr.el (menu-bar-separator): New defconst.
1486 * net/eudc.el (eudc-tools-menu):
1487 * international/mule-cmds.el (set-coding-system-map)
1488 (mule-menu-keymap):
1489 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
1490 * vc-hooks.el (vc-menu-map):
1491 * replace.el (occur-mode-map):
1492 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1493 (menu-bar-edit-menu, menu-bar-goto-menu)
1494 (menu-bar-custom-menu, menu-bar-showhide-menu)
1495 (menu-bar-options-menu, menu-bar-tools-menu)
1496 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
1497 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1498 (menu-bar-help-menu):
1499 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
1500 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
1501
1502 * term/x-win.el (x-gtk-stock-map):
1503 * progmodes/vera-mode.el (auto-mode-alist):
1504 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
1505 (inferior-lisp-program, inferior-lisp-load-command):
1506 * progmodes/hideshow.el (hs-special-modes-alist):
1507 * progmodes/gud.el (same-window-regexps):
1508 * progmodes/grep.el (grep-program, find-program, xargs-program):
1509 * net/telnet.el (same-window-regexps):
1510 * net/rlogin.el (same-window-regexps):
1511 * language/ethiopic.el (font-ccl-encoder-alist):
1512 * vc-sccs.el (vc-sccs-master-templates):
1513 * vc-rcs.el (vc-rcs-master-templates):
1514 * subr.el (cl-assertion-failed):
1515 * simple.el (next-error-overlay-arrow-position):
1516 * lpr.el (lpr-command):
1517 * locate.el (locate-ls-subdir-switches):
1518 * info.el (same-window-regexps, info)
1519 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
1520 * image-mode.el (image-mode, auto-mode-alist):
1521 * hippie-exp.el (hippie-expand-ignore-buffers):
1522 * format.el (format-alist):
1523 * find-dired.el (find-ls-subdir-switches, find-grep-options)
1524 (find-name-arg):
1525 * facemenu.el (facemenu-keybindings):
1526 * dired.el (dired-listing-switches, dired-chown-program):
1527 * diff.el (diff-switches, diff-command):
1528 * cus-edit.el (same-window-regexps):
1529 * bindings.el (mode-line-mule-info)
1530 (mode-line-buffer-identification): Purecopy strings.
1531
1532 2009-11-11 Juri Linkov <juri@jurta.org>
1533
1534 * simple.el (dired-get-filename)<declare-function>:
1535 Tell the byte-compiler about dired-get-filename.
1536 (shell-command): In Dired mode, get filename from the current line
1537 as the default value.
1538
1539 2009-11-10 Glenn Morris <rgm@gnu.org>
1540
1541 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
1542 * calendar/holidays.el, progmodes/cperl-mode.el:
1543 Update x-popup-menu declarations.
1544
1545 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
1546 (list-load-path-shadows): Use dolist.
1547 (list-load-path-shadows): Use with-current-buffer.
1548
1549 2009-11-10 Juri Linkov <juri@jurta.org>
1550
1551 * minibuffer.el (read-file-name): Support a list of default values
1552 in `default-filename'. Use the first file name where only one
1553 element is required. Doc fix.
1554
1555 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
1556
1557 * net/dbus.el (dbus-unregister-object): Release service, if no
1558 other method is registered for it.
1559
1560 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
1561
1562 * bookmark.el (bookmark-completing-read): Sort bookmark names if
1563 bookmark-sort-flag is non-nil (Bug#4653).
1564
1565 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
1566
1567 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
1568 the progress reporter entirely.
1569
1570 * emulation/cua-base.el: Add CUA property to some CC mode commands
1571 (Bug#4100).
1572
1573 2009-11-08 Kevin Ryde <user42@zip.com.au>
1574
1575 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
1576 at end of sentence (Bug#4818).
1577
1578 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
1579
1580 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1581 Handle "see declaration of" MSFT statements (Bug#4100).
1582
1583 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
1584
1585 * net/tramp.el (tramp-advice-make-auto-save-file-name)
1586 (tramp-advice-file-expand-wildcards): Unload via
1587 `ad-remove-advice'.
1588
1589 * net/trampver.el: Update release number.
1590
1591 2009-11-08 Kevin Ryde <user42@zip.com.au>
1592
1593 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
1594 `ad-do-it'.
1595
1596 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
1597
1598 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
1599 in order to keep context in SELinux.
1600
1601 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
1602
1603 * dired-aux.el (dired-query): Place cursor in echo area and allow
1604 C-g.
1605
1606 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
1607 menu item if not on a directory (Bug#4701).
1608
1609 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
1610
1611 Sync with Tramp 2.1.17.
1612
1613 * net/tramp.el (tramp-handle-copy-directory): Don't use
1614 `file-remote-p' (due to compatibility).
1615
1616 * net/tramp-compat.el (tramp-compat-copy-directory)
1617 (tramp-compat-delete-directory): New defuns.
1618
1619 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
1620 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
1621 `tramp-compat-delete-directory'.
1622
1623 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
1624 (tramp-smb-handle-delete-directory ): Use
1625 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
1626
1627 * net/trampver.el: Update release number.
1628
1629 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
1630
1631 * tar-mode.el (tar-copy): Call write-region on the right buffer
1632 (Bug#4857).
1633
1634 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
1635 by hand, if necessary (Bug#4878).
1636
1637 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
1638
1639 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
1640 align size column (Bug#4839).
1641
1642 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
1643 statement.
1644
1645 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
1646
1647 * progmodes/ld-script.el (auto-mode-alist):
1648 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
1649
1650 * cus-face.el (custom-declare-face): Purecopy face spec.
1651
1652 2009-11-06 Kenichi Handa <handa@m17n.org>
1653
1654 * international/uni-bidi.el: Re-generated.
1655 * international/uni-category.el: Re-generated.
1656 * international/uni-combining.el: Re-generated.
1657 * international/uni-mirrored.el: Re-generated.
1658
1659 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
1660
1661 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
1662 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
1663 (tex-start-options, slitex-run-command, latex-run-command)
1664 (tex-run-command, tex-directory):
1665 * textmodes/ispell.el (ispell-html-skip-alists)
1666 (ispell-tex-skip-alists, ispell-tex-skip-alists):
1667 * textmodes/fill.el (adaptive-fill-first-line-regexp):
1668 (adaptive-fill-regexp):
1669 * textmodes/dns-mode.el (auto-mode-alist):
1670 * progmodes/python.el (interpreter-mode-alist):
1671 * progmodes/etags.el (tags-compression-info-list):
1672 * progmodes/etags.el (tags-file-name):
1673 * net/browse-url.el (browse-url-galeon-program)
1674 (browse-url-firefox-program):
1675 * mail/sendmail.el (mail-signature-file)
1676 (mail-citation-prefix-regexp):
1677 * international/mule-conf.el (eight-bit):
1678 * international/latexenc.el (latex-inputenc-coding-alist):
1679 * international/fontset.el (x-pixel-size-width-font-regexp):
1680 * emacs-lisp/warnings.el (warning-type-format):
1681 * emacs-lisp/trace.el (trace-buffer):
1682 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
1683 (emacs-lisp-mode-map):
1684 * calendar/holidays.el (holiday-solar-holidays)
1685 (holiday-bahai-holidays, holiday-islamic-holidays)
1686 (holiday-christian-holidays, holiday-hebrew-holidays)
1687 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
1688 (hebrew-holidays-1, holiday-oriental-holidays)
1689 (holiday-general-holidays):
1690 * x-dnd.el (x-dnd-known-types):
1691 * tool-bar.el (tool-bar):
1692 * startup.el (site-run-file):
1693 * shell.el (shell-dumb-shell-regexp):
1694 * rfn-eshadow.el (file-name-shadow-tty-properties)
1695 (file-name-shadow-properties):
1696 * paths.el (remote-shell-program, news-directory):
1697 * mouse.el ([C-down-mouse-3]):
1698 * menu-bar.el (menu-bar-tools-menu):
1699 * jka-cmpr-hook.el (jka-compr-load-suffixes)
1700 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
1701 (jka-compr-compression-info-list):
1702 * isearch.el (search-whitespace-regexp):
1703 * image-file.el (image-file-name-extensions):
1704 * find-dired.el (find-ls-option):
1705 * files.el (directory-listing-before-filename-regexp)
1706 (directory-free-space-args, insert-directory-program)
1707 (list-directory-brief-switches, magic-fallback-mode-alist)
1708 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
1709 (automount-dir-prefix):
1710 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
1711 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
1712 (face-font-registry-alternatives, face-font-registry-alternatives)
1713 (face-font-family-alternatives):
1714 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
1715 (facemenu-foreground-menu, facemenu-face-menu):
1716 * epa-hook.el (epa-file-name-regexp):
1717 * dnd.el (dnd-protocol-alist):
1718 * textmodes/rst.el (auto-mode-alist):
1719 * button.el (default-button): Purecopy strings.
1720
1721 2009-11-06 Glenn Morris <rgm@gnu.org>
1722
1723 * Makefile.in (ELCFILES): Update.
1724
1725 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
1726
1727 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
1728 * emacs-lisp/levents.el: Move to obsolete/levents.el.
1729
1730 * nxml/xsd-regexp.el (xsdre-gen-categories):
1731 * nxml/xmltok.el (xmltok-parse-entity):
1732 * nxml/rng-parse.el (rng-parse-validate-file):
1733 * nxml/rng-maint.el (rng-format-manual)
1734 (rng-manual-output-force-new-line):
1735 * nxml/rng-loc.el (rng-save-schema-location-1):
1736 * nxml/rng-cmpct.el (rng-c-parse-file):
1737 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
1738 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
1739
1740 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
1741
1742 * verilog-mode.el (verilog-getopt-file, verilog-set-define):
1743 Remove extra save-excursions and make-variable-buffer-local's.
1744 Suggested by Stefan Monnier.
1745
1746 (verilog-getopt-file, verilog-module-inside-filename-p)
1747 (verilog-set-define): Merge GNU 1.35 and repair changes from
1748 switching to using with-current-buffer.
1749
1750 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
1751 being treated as a number and confusing AUTORESET.
1752 Reported by Dan Dever.
1753
1754 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
1755 Add verilog-auto-ignore-concat to fix backward compatibility with
1756 older verilog-modes. Reported by Dan Katz.
1757
1758 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
1759 containing closing anchors "...$".
1760
1761 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
1762 Reported by Wade Smith.
1763
1764 (verilog-batch-execute-func) Comment on function usage.
1765
1766 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
1767
1768 * verilog-mode.el (verilog-label-re): Fix regular expression for
1769 labels.
1770
1771 (verilog-label-re, verilog-calc-1): Support proper indent of named
1772 asserts.
1773
1774 (verilog-backward-token, verilog-basic-complete-re)
1775 (verilog-beg-of-statement, verilog-indent-re): Support proper
1776 indent of the assert statement at the beginning of a block of text.
1777
1778 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
1779 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
1780 tokens as begins.
1781
1782 2009-11-05 Glenn Morris <rgm@gnu.org>
1783
1784 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
1785 Emacs 19. (Bug#1531)
1786 (byte-compile-fix-header): Update for the above change.
1787 Drop test for epoch::version.
1788
1789 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
1790 * cus-dep.el (custom-make-dependencies):
1791 * finder.el (finder-compile-keywords):
1792 Use autoload-rubric's feature argument.
1793
1794 * calendar/diary-lib.el (top-level): Make load behave more like require.
1795
1796 * vc-git.el (vc-git-stash-map): Move definition before use.
1797
1798 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
1799
1800 * custom.el (custom-declare-group): Purecopy standard-value.
1801 (custom-declare-group): Purecopy custom-prefix.
1802
1803 * international/mule.el (load-with-code-conversion):
1804 Call do-after-load-evaluation unconditionally.
1805
1806 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
1807
1808 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1809
1810 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
1811
1812 2009-11-04 Glenn Morris <rgm@gnu.org>
1813
1814 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
1815 (byte-compile-compatibility): Remove option.
1816 (byte-compile-close-variables, byte-compile-fix-header)
1817 (byte-compile-insert-header, byte-compile-output-docform)
1818 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
1819 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
1820 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
1821 (byte-compile-insert, byte-compile-defun):
1822 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
1823 (byte-defop-compiler19): Remove.
1824 Without byte-compile-compatibility, the 'emacs19-opcode property is not
1825 used by anything. Replace all calls with byte-defop-compiler.
1826
1827 2009-11-04 Juri Linkov <juri@jurta.org>
1828
1829 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
1830 (menu-bar-options-menu): Don't quote the `prop' arg of
1831 `menu-bar-make-mm-toggle'.
1832
1833 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
1834
1835 * calendar/calendar.el (cal-loaddefs):
1836 * calendar/diary-lib.el (diary-loaddefs):
1837 * calendar/holidays.el (hol-loaddefs):
1838 * eshell/esh-module.el (esh-groups): Load rather than require.
1839
1840 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1841
1842 * calendar/todo-mode.el (todo-add-category): Don't hardcode
1843 point-min==1.
1844 (todo-top-priorities): Only display-buffer when called interactively.
1845 (todo-item-start): Don't save excursion point.
1846 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
1847 (todo-insert-item-here, todo-file-item, todo-remove-item):
1848 Adjust uses of todo-item-start and todo-item-end.
1849
1850 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
1851 (autoload-rubric): Don't use any more.
1852 * cedet/semantic/fw.el (semantic/loaddefs):
1853 * cedet/srecode.el (srecode/loaddefs):
1854 * cedet/ede.el (ede/loaddefs): Load rather than require.
1855 * cedet/ede/cpp-root.el:
1856 * cedet/ede/emacs.el:
1857 * cedet/ede/files.el:
1858 * cedet/ede/linux.el:
1859 * cedet/ede/locate.el:
1860 * cedet/ede/make.el:
1861 * cedet/ede/shell.el:
1862 * cedet/ede/speedbar.el:
1863 * cedet/ede/system.el:
1864 * cedet/ede/util.el:
1865 * cedet/semantic/analyze.el:
1866 * cedet/semantic/bovine.el:
1867 * cedet/semantic/complete.el:
1868 * cedet/semantic/ctxt.el:
1869 * cedet/semantic/db-file.el:
1870 * cedet/semantic/db-find.el:
1871 * cedet/semantic/db-global.el:
1872 * cedet/semantic/db-mode.el:
1873 * cedet/semantic/db-typecache.el:
1874 * cedet/semantic/db.el:
1875 * cedet/semantic/debug.el:
1876 * cedet/semantic/dep.el:
1877 * cedet/semantic/doc.el:
1878 * cedet/semantic/edit.el:
1879 * cedet/semantic/find.el:
1880 * cedet/semantic/format.el:
1881 * cedet/semantic/html.el:
1882 * cedet/semantic/ia-sb.el:
1883 * cedet/semantic/ia.el:
1884 * cedet/semantic/idle.el:
1885 * cedet/semantic/lex-spp.el:
1886 * cedet/semantic/lex.el:
1887 * cedet/semantic/mru-bookmark.el:
1888 * cedet/semantic/scope.el:
1889 * cedet/semantic/senator.el:
1890 * cedet/semantic/sort.el:
1891 * cedet/semantic/symref.el:
1892 * cedet/semantic/tag-file.el:
1893 * cedet/semantic/tag-ls.el:
1894 * cedet/semantic/tag-write.el:
1895 * cedet/semantic/tag.el:
1896 * cedet/semantic/util-modes.el:
1897 * cedet/semantic/analyze/complete.el:
1898 * cedet/semantic/analyze/refs.el:
1899 * cedet/semantic/bovine/c.el:
1900 * cedet/semantic/bovine/gcc.el:
1901 * cedet/semantic/bovine/make.el:
1902 * cedet/semantic/bovine/scm.el:
1903 * cedet/semantic/decorate/include.el:
1904 * cedet/semantic/decorate/mode.el:
1905 * cedet/semantic/symref/cscope.el:
1906 * cedet/semantic/symref/global.el:
1907 * cedet/semantic/symref/grep.el:
1908 * cedet/semantic/symref/idutils.el:
1909 * cedet/semantic/symref/list.el:
1910 * cedet/semantic/wisent/java-tags.el:
1911 * cedet/semantic/wisent/javascript.el:
1912 * cedet/srecode/compile.el:
1913 * cedet/srecode/cpp.el:
1914 * cedet/srecode/document.el:
1915 * cedet/srecode/el.el:
1916 * cedet/srecode/expandproto.el:
1917 * cedet/srecode/getset.el:
1918 * cedet/srecode/insert.el:
1919 * cedet/srecode/java.el:
1920 * cedet/srecode/map.el:
1921 * cedet/srecode/mode.el:
1922 * cedet/srecode/template.el:
1923 * cedet/srecode/texi.el: Remove the file-local setting of
1924 generated-autoload-feature.
1925
1926 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
1927 and only put a prop if it is non-nil.
1928
1929 2009-11-03 Juri Linkov <juri@jurta.org>
1930
1931 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
1932 (menu-bar-options-menu): Fix list quoting (Bug#4429).
1933
1934 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
1935 and "Menu" to make top-level menu item visually one unit (like
1936 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
1937 multi-word menu items). Fix :help string for quit-window.
1938
1939 2009-11-03 Glenn Morris <rgm@gnu.org>
1940
1941 * cedet/mode-local.el (with-mode-local): Doc fix.
1942
1943 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
1944 (byte-compile-file-form-define-abbrev-table)
1945 (byte-compile-file-form-custom-declare-variable)
1946 (byte-compile-variable-ref, byte-compile-defvar):
1947 Whether or not a warning is enabled should only affect whether we issue
1948 the warning, not whether or not we collect the relevant data.
1949 Eg warnings can be turned on and off throughout the course of a file.
1950
1951 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
1952 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
1953
1954 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1955
1956 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
1957 * play/mpuz.el (mpuz-create-buffer):
1958 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
1959 (lm-print-y,s,noise, lm-print-w0, lm-init):
1960 * play/gomoku.el (gomoku-prompt-for-move):
1961 * play/fortune.el (fortune-in-buffer):
1962 * play/dissociate.el (dissociated-press):
1963 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
1964 (decipher-analyze-buffer, decipher-stats-buffer,decipher-stats-buffer):
1965 * mail/supercite.el (sc-eref-show):
1966 * mail/smtpmail.el (smtpmail-send-it):
1967 * mail/rmailsum.el (rmail-summary-next-labeled-message)
1968 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
1969 (rmail-summary-undelete-many, rmail-summary-rmail-update)
1970 (rmail-summary-goto-msg, rmail-summary-expunge)
1971 (rmail-summary-get-new-mail, rmail-summary-search-backward)
1972 (rmail-summary-add-label, rmail-summary-output-menu)
1973 (rmail-summary-output-body):
1974 * mail/rfc822.el (rfc822-addresses):
1975 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
1976 * mail/mailpost.el (post-mail-send-it):
1977 * mail/hashcash.el (hashcash-generate-payment):
1978 * mail/feedmail.el (feedmail-run-the-queue)
1979 (feedmail-queue-send-edit-prompt-help-first)
1980 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
1981 (feedmail-deduce-address-list):
1982 * eshell/esh-ext.el (eshell-remote-command):
1983 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
1984 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
1985 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
1986 (viper-save-string-in-file, viper-valid-marker):
1987 * emulation/viper-keym.el (viper-toggle-key):
1988 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
1989 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
1990 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
1991 * emulation/viper-cmd.el (viper-exec-form-in-vi)
1992 (viper-exec-form-in-emacs, viper-brac-function):
1993 * emulation/viper.el (viper-delocalize-var):
1994 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
1995 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
1996 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
1997 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
1998 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
1999 * emulation/edt.el (edt-electric-helpify):
2000 * emulation/cua-rect.el (cua--rectangle-aux-replace):
2001 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
2002 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
2003 (cua-indent-to-global-mark-column):
2004 * calendar/diary-lib.el (calendar-mark-1):
2005 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
2006 Use with-current-buffer.
2007 * emulation/viper.el (viper-delocalize-var): Use dolist.
2008
2009 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
2010
2011 * comint.el (comint-replace-by-expanded-history-before-point):
2012 Replace !! with the previous input string literally (Bug#1795).
2013
2014 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
2015
2016 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
2017 to be made up of whitespace.
2018
2019 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
2020
2021 * minibuffer.el (read-file-name): Don't use file dialogs for
2022 remote directories (Bug#99).
2023
2024 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
2025
2026 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
2027
2028 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
2029
2030 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
2031 instead of deleting the window or frame.
2032
2033 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
2034
2035 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
2036 Support face colors.
2037
2038 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
2039 New function. Support face colors (Bug#1168).
2040 (tex-common-initialization): Use it.
2041
2042 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
2043 mode allows it (Bug#1168).
2044
2045 2009-10-31 Juri Linkov <juri@jurta.org>
2046
2047 * facemenu.el (list-colors-display): Don't mark buffer as
2048 modified (Bug#3948).
2049
2050 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
2051
2052 * international/mule-diag.el (list-character-sets-1): Minor
2053 message fix (Bug#3526).
2054
2055 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
2056 face property (Bug#4834).
2057 (etags-list-tags, etags-tags-apropos-additional)
2058 (etags-tags-apropos, tags-select-tags-table): Add follow-link
2059 property.
2060
2061 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
2062 items.
2063
2064 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
2065 items.
2066
2067 * cedet/ede.el (ede-minor-mode):
2068 * cedet/semantic.el (semantic-mode): Toggle menu separators.
2069
2070 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2071
2072 * textmodes/two-column.el (2C-split):
2073 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
2074 * textmodes/tex-mode.el (tex-set-buffer-directory):
2075 * textmodes/spell.el (spell-region, spell-string):
2076 * textmodes/reftex.el (reftex-erase-buffer):
2077 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
2078 * textmodes/reftex-toc.el (reftex-toc-promote-action):
2079 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
2080 (reftex-select-item):
2081 * textmodes/reftex-ref.el (reftex-label-info-update)
2082 (reftex-offer-label-menu):
2083 * textmodes/reftex-index.el (reftex-index-change-entry)
2084 (reftex-index-phrases-info):
2085 * textmodes/reftex-global.el (reftex-create-tags-file)
2086 (reftex-save-all-document-buffers, reftex-ensure-write-access):
2087 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
2088 (reftex-view-crossref-from-bibtex):
2089 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
2090 (reftex-extract-bib-entries-from-thebibliography)
2091 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
2092 * textmodes/refbib.el (r2b-capitalize-title):
2093 (r2b-convert-buffer, r2b-help):
2094 * textmodes/page-ext.el (pages-directory)
2095 (pages-directory-goto-with-mouse):
2096 * textmodes/bibtex.el (bibtex-validate-globally):
2097 * textmodes/bib-mode.el (bib-capitalize-title):
2098 * textmodes/artist.el (artist-clear-buffer, artist-system):
2099 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
2100 (local-set-scheme-interaction-buffer, xscheme-process-filter)
2101 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
2102 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
2103 (xscheme-send-control-g-interrupt, xscheme-start-process)
2104 (xscheme-process-sentinel, xscheme-cd):
2105 * progmodes/verilog-mode.el (verilog-read-always-signals)
2106 (verilog-set-define, verilog-getopt-file)
2107 (verilog-module-inside-filename-p):
2108 * progmodes/sh-script.el:
2109 * progmodes/python.el (python-pdbtrack-get-source-buffer)
2110 (python-pdbtrack-grub-for-buffer, python-execute-file):
2111 * progmodes/octave-inf.el (inferior-octave):
2112 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
2113 (idlwave-shell-compile-helper-routines, idlwave-set-local)
2114 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
2115 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
2116 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
2117 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
2118 (idlwave-shell-filter, idlwave-shell-examine-highlight)
2119 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
2120 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
2121 (idlwave-shell-examine-display, idlwave-shell-run-region)
2122 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
2123 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
2124 * progmodes/idlw-help.el (idlwave-help-get-special-help)
2125 (idlwave-help-get-help-buffer):
2126 * progmodes/gud.el (gud-basic-call, gud-find-class)
2127 (gud-tooltip-activate-mouse-motions-if-enabled):
2128 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
2129 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
2130 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
2131 (ebrowse-tags-next-file):
2132 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
2133 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
2134 (ebnf-eps-finish-and-write):
2135 * progmodes/cpp.el (cpp-edit-save):
2136 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
2137 * progmodes/cc-defs.el (c-emacs-features):
2138 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
2139 (antlr-directory-dependencies):
2140 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
2141 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
2142 (ada-find-any-references, ada-make-filename-from-adaname)
2143 (ada-make-body-gnatstub):
2144 * obsolete/rnews.el (news-list-news-groups):
2145 * obsolete/resume.el (resume-suspend-hook,resume-write-buffer-to-file):
2146 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
2147 * net/rcirc.el (rcirc-debug):
2148 * net/newst-treeview.el (newsticker--treeview-list-add-item)
2149 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
2150 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
2151 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
2152 (newsticker--treeview-tree-update-tag,newsticker--treeview-buffer-init)
2153 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
2154 (newsticker--treeview-list-clear-highlight)
2155 (newsticker--treeview-list-update-highlight)
2156 (newsticker--treeview-list-highlight-start)
2157 (newsticker--treeview-tree-update-highlight)
2158 (newsticker--treeview-get-selected-item)
2159 (newsticker-treeview-mark-list-items-old)
2160 (newsticker--treeview-set-current-node):
2161 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
2162 * net/newst-backend.el (newsticker--get-news-by-funcall)
2163 (newsticker--get-news-by-wget, newsticker--image-get)
2164 (newsticker--image-sentinel):
2165 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
2166 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
2167 (eudc-ph-close-session):
2168 * net/eudc.el (eudc-save-options):
2169 * language/thai-word.el (thai-update-word-table):
2170 * language/japan-util.el (japanese-string-conversion):
2171 * international/titdic-cnv.el (tsang-quick-converter)
2172 (ziranma-converter, ctlau-converter):
2173 * international/mule-cmds.el (describe-language-environment):
2174 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
2175 (skkdic-convert-postfix, skkdic-convert-prefix):
2176 (skkdic-convert-okuri-nasi, skkdic-convert):
2177 * emacs-lisp/re-builder.el (reb-update-overlays):
2178 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
2179 * emacs-lisp/gulp.el (gulp-send-requests):
2180 * emacs-lisp/find-gc.el (trace-call-tree):
2181 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
2182 (eieio-describe-generic):
2183 * emacs-lisp/eieio-base.el (eieio-persistent-read):
2184 * emacs-lisp/edebug.el (edebug-outside-excursion):
2185 * emacs-lisp/debug.el (debugger-make-xrefs):
2186 * emacs-lisp/cust-print.el (custom-prin1-to-string):
2187 * emacs-lisp/chart.el (chart-new-buffer):
2188 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
2189 Use with-current-buffer.
2190 * textmodes/artist.el (artist-system): Don't call
2191 copy-sequence on a fresh string.
2192 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
2193
2194 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
2195
2196 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
2197 is no item to edit. (Bug#4820)
2198 (todo-top-priorities): Restore point and restore narrowing in Todo
2199 buffer. (Bug#4820)
2200
2201 2009-10-31 Glenn Morris <rgm@gnu.org>
2202
2203 * net/ange-ftp.el (top-level): Don't require dired when compiling.
2204 (comint-last-output-start, comint-last-input-start)
2205 (comint-last-input-end): Don't defvar when compiling.
2206 (ange-ftp-process-file): Use bound-and-true-p.
2207
2208 * pcmpl-rpm.el (top-level): Move provide statement to end.
2209 (pcmpl-rpm): Remove unused custom group.
2210
2211 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
2212
2213 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
2214
2215 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
2216 (byte-compile-warnings): Add `constants' as an option.
2217 (byte-compile-callargs-warn, byte-compile-arglist-warn)
2218 (display-call-tree): Update for byte-compile-fdefinition possibly
2219 returning `(macro lambda ...)'. (Bug#4778)
2220 (byte-compile-variable-ref, byte-compile-setq-default):
2221 Respect `constants' member of byte-compile-warnings.
2222
2223 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
2224 Use mapc rather than mapcar because the return value is never used.
2225
2226 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
2227 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
2228 * cedet/semantic/html.el:
2229 Suppress harmless warnings about setting up semantic-imenu (not
2230 part of Emacs) variables.
2231
2232 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2233
2234 * vc-bzr.el (vc-bzr-revision-keywords): New var.
2235 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
2236 to "submit:".
2237
2238 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
2239 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
2240 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
2241 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
2242 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
2243 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
2244 (semantic-analyzer-debug-global-symbol)
2245 (semantic-analyzer-debug-missing-innertype)
2246 (semantic-analyzer-debug-insert-include-summary):
2247 * cedet/semantic/util.el (semantic-file-tag-table):
2248 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
2249 (semantic-recursive-find-nonterminal-by-name):
2250 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
2251 * cedet/semantic/tag-file.el (semantic-prototype-file):
2252 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
2253 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
2254 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
2255 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
2256 (semantic-idle-summary-maybe-highlight):
2257 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
2258 (semantic-ia-sb-tag-info):
2259 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
2260 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
2261 * cedet/semantic/ede-grammar.el (project-compile-target):
2262 (ede-proj-makefile-insert-variables):
2263 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
2264 (semantic-debug-set-source-location, semantic-debug-interface-layout)
2265 (semantic-debug-mode, semantic-debug):
2266 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
2267 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
2268 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
2269 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
2270 (semanticdb-find-translate-path-includes--internal)
2271 (semanticdb-reset-log, semanticdb-find-log-activity):
2272 * cedet/semantic/db-file.el (object-write):
2273 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
2274 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
2275 (semanticdb-create-ebrowse-database):
2276 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
2277 * cedet/semantic/complete.el (semantic-displayor-focus-request)
2278 (semantic-collector-calculate-completions-raw)
2279 (semantic-complete-read-tag-analyzer):
2280 * cedet/semantic/analyze.el (semantic-analyze-pulse):
2281 * cedet/ede/util.el (ede-update-version-in-source):
2282 * cedet/ede/proj.el (project-delete-target):
2283 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
2284 (ede-proj-flush-autoconf):
2285 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
2286 (ede-proj-configure-synchronize):
2287 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
2288 * cedet/ede/linux.el (ede-linux-version):
2289 * cedet/ede/emacs.el (ede-emacs-version):
2290 * cedet/ede/dired.el (ede-dired-add-to-target):
2291 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
2292 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
2293 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
2294 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
2295 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
2296 (cedet-idutils-version-check):
2297 * cedet/cedet-global.el (cedet-gnu-global-call):
2298 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
2299 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
2300 * cedet/cedet-cscope.el (cedet-cscope-call)
2301 (cedet-cscope-expand-filename, cedet-cscope-version-check):
2302 Use with-current-buffer.
2303 * cedet/ede.el (ede-make-project-local-variable)
2304 (ede-set-project-variables, ede-set): Use dolist.
2305
2306 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
2307
2308 * textmodes/ispell.el (ispell-skip-region-alist):
2309 * international/mule-conf.el (eight-bit):
2310 * international/fontset.el (font-encoding-alist):
2311 * startup.el (pure-space-overflow-message):
2312 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
2313 * paths.el (gnus-nntp-service, rmail-spool-directory)
2314 (term-file-prefix):
2315 * files.el (save-some-buffers-action-alist):
2316 * cmuscheme.el (same-window-buffer-names):
2317 * ielm.el (same-window-buffer-names):
2318 * shell.el (same-window-buffer-names):
2319 * mail/sendmail.el (same-window-buffer-names):
2320 * progmodes/inf-lisp.el (same-window-buffer-names):
2321 * bindings.el (mode-line-client)
2322 (mode-line-column-line-number-mode-map):
2323 * language/tibetan.el (tibetan-precomposition-rule-regexp)
2324 (tibetan-precomposed-regexp): Purecopy string arguments.
2325
2326 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2327
2328 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
2329 (calcDigit-nondigit):
2330 * calc/calc-yank.el (calc-copy-to-buffer):
2331 * calc/calc-units.el (calc-invalidate-units-table):
2332 * calc/calc-trail.el (calc-trail-yank):
2333 * calc/calc-store.el (calc-insert-variables):
2334 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
2335 * calc/calc-prog.el (calc-read-parse-table):
2336 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
2337 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
2338 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
2339 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
2340 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
2341 (calc-graph-name, calc-graph-find-command, calc-graph-view)
2342 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
2343 * calc/calc-ext.el (calc-realign):
2344 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
2345 (calc-embedded-finish-edit, calc-embedded-make-info)
2346 (calc-embedded-finish-command, calc-embedded-stack-change):
2347 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
2348
2349 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
2350 (overload-docstring-extension): Use that info.
2351 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
2352 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
2353 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
2354 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
2355 (semantic-nonterminal-full-name): Add the new `when' info.
2356 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
2357 `assert'.
2358
2359 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
2360 shell-dynamic-complete-filename in preference to
2361 comint-dynamic-complete-filename.
2362
2363 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2364 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
2365 Don't consider whether the display supports colors.
2366 (bookmark-import-new-list): Use dolist.
2367 (bookmark-bmenu-mode-map): Move initialization into declaration.
2368 (bookmark-bmenu-list): Use dolist, simplify.
2369 (bookmark-show-all-annotations): Use save-selected-window and dolist.
2370 (menu-bar-final-items): Use push.
2371
2372 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
2373
2374 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
2375 it works on remote files.
2376 (vc-hg-diff): Don't pass any `--cwd' argument.
2377
2378 2009-10-27 Kevin Ryde <user42@zip.com.au>
2379
2380 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
2381 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
2382 (Further to Bug#3921).
2383
2384 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
2385
2386 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
2387 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
2388 calling `tramp-imap-put-file'. Add file size to the call.
2389 (tramp-imap-get-file-entries): Compute also user name, file size,
2390 and date.
2391 (tramp-imap-handle-insert-directory): Insert uid and gid.
2392 (tramp-imap-handle-file-attributes): Transform uid and gid
2393 according to `id-format'.
2394 (tramp-imap-put-file): New optional parameter SIZE. Encode file
2395 size in header X-Size.
2396
2397 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
2398
2399 * simple.el (transpose-subr): Give clearer error when the mark
2400 is not set. (Bug#4807)
2401
2402 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
2403
2404 * net/tramp.el (tramp-perl-file-truename): New defconst.
2405 Perl code contributed by yary <not.com@gmail.com> (tiny change).
2406 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
2407 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
2408 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
2409
2410 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
2411 Ignore `dired-call-process'.
2412 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
2413
2414 2009-10-26 Julian Scheid <julians37@gmail.com>
2415
2416 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
2417 (tramp-get-remote-readlink): New defun.
2418 (tramp-handle-file-truename): Use it.
2419 (tramp-handle-file-exists-p): Check file-attributes cache, assume
2420 file exists if cache value present.
2421 (tramp-check-cached-permissions) New defun.
2422 (tramp-handle-file-readable-p): Use it.
2423 (tramp-handle-file-writable-p): Likewise.
2424 (tramp-handle-file-executable-p): Likewise.
2425 (tramp-handle-file-name-all-completions): Try using Perl to get
2426 partial completions. When perl not available, combine `cd' and
2427 `ls' into single remote operation and use shell expansion to get
2428 partial remote directory contents. Set `file-exists-p' cache for
2429 directory and any files returned by ls. Change cache handling to
2430 support partial directory contents. Use error message emitted by
2431 remote `cd' or Perl code for local tramp-error.
2432 (tramp-do-copy-or-rename-file-directly): Avoid separate
2433 tramp-send-command-and-check call.
2434 (tramp-handle-process-file): Merge three remote ops into one.
2435 Do not flush all caches when `process-file-side-effects' is set.
2436 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
2437 file-attributes shows uid/gid to be set already.
2438
2439 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
2440
2441 * textmodes/tex-mode.el (tex-dvi-view-command)
2442 (tex-show-queue-command, tex-open-quote):
2443 * progmodes/ruby-mode.el (auto-mode-alist)
2444 (interpreter-mode-alist): Purecopy strings.
2445
2446 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
2447
2448 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
2449 string for the hook, keymap and abbrev table.
2450
2451 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
2452
2453 * x-dnd.el (x-dnd-xdnd-to-action):
2454 * startup.el (fancy-startup-text, fancy-about-text): Change to
2455 defconst from defvar.
2456
2457 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
2458
2459 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
2460 Purecopy initialization strings.
2461
2462 * mail/sendmail.el (mail-header-separator)
2463 (mail-personal-alias-file):
2464 * mail/rmail.el (rmail-default-dont-reply-to-names)
2465 (rmail-ignored-headers, rmail-retry-ignored-headers)
2466 (rmail-highlighted-headers, rmail-secondary-file-directory)
2467 (rmail-secondary-file-regexp):
2468 * files.el (null-device, file-name-invalid-regexp)
2469 (locate-dominating-stop-dir-regexp)
2470 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
2471 (interpreter-mode-alist): Use mapcar instead of mapc.
2472
2473 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
2474
2475 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
2476 (completion-ignored-extensions):
2477 (debug-ignored-errors): Purecopy strings.
2478
2479 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2480
2481 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
2482 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
2483 (pcomplete--here): Use push.
2484
2485 * subr.el (all-completions): Declare the 4th arg obsolete.
2486
2487 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2488
2489 * pcomplete.el (pcomplete-unquote-argument-function): New var.
2490 (pcomplete-unquote-argument): New function.
2491 (pcomplete--common-suffix): Always pay attention to case.
2492 (pcomplete--table-subvert): Quote and unquote the text.
2493 (pcomplete--common-quoted-suffix): New function.
2494 (pcomplete-std-complete): Use it and pcomplete-begin.
2495
2496 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
2497 we're inside a dedicated or minibuffer window.
2498
2499 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2500
2501 * cedet/semantic/fw.el (semantic-alias-obsolete)
2502 (semantic-varalias-obsolete): Make the `when' arg mandatory.
2503 (define-mode-overload-implementation):
2504 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
2505 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
2506 * cedet/semantic/util.el (semantic-file-token-stream)
2507 (semantic-something-to-stream):
2508 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
2509 (semantic-expand-nonterminal):
2510 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
2511 (semantic-find-dependency, semantic-find-nonterminal)
2512 (semantic-find-dependency):
2513 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
2514 (semantic-flex-text, semantic-flex-make-keyword-table)
2515 (semantic-flex-keyword-p, semantic-flex-keyword-put)
2516 (semantic-flex-keyword-get, semantic-flex-map-keywords)
2517 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
2518 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
2519 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
2520 (semantic-after-idle-scheduler-reparse-hooks):
2521 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
2522 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
2523 * cedet/semantic.el (semantic-toplevel-bovine-table)
2524 (semantic-toplevel-bovine-cache)
2525 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
2526 (semantic-init-mode-hooks, semantic-init-db-hooks)
2527 (semantic-bovination-working-type): Provide the `when' arg.
2528
2529 2009-10-24 Karl Fogel <kfogel@red-bean.com>
2530
2531 * bookmark.el: Update documentation, especially documentation
2532 of `bookmark-alist' and of the bookmark file format.
2533 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
2534
2535 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
2536
2537 * mail/emacsbug.el (report-emacs-bug): Clarify that the
2538 keybindings apply to the mail buffer (Bug#4003). Shrink help
2539 window to buffer.
2540
2541 * whitespace.el (whitespace-mode, whitespace-newline-mode)
2542 (global-whitespace-mode, global-whitespace-newline-mode)
2543 (whitespace-toggle-options, global-whitespace-toggle-options):
2544 Doc fix (Bug#3660).
2545
2546 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
2547 of xmltok-start before the end tag was inserted (Bug#2840).
2548
2549 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
2550 patterns that are preceded by an open-paren (Bug#1320).
2551
2552 2009-10-24 Sven Joachim <svenjoac@gmx.de>
2553
2554 * files.el (delete-directory): Delete symlinks to directories with
2555 delete-file (Bug#4739).
2556
2557 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
2558
2559 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
2560 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
2561 argument to make-obsolete.
2562
2563 * cedet/semantic/fw.el (semantic-alias-obsolete)
2564 (semantic-varalias-obsolete): Add optional WHEN argument.
2565
2566 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
2567
2568 * vc.el (vc-backend-for-registration): Rename from
2569 vc-get-backend-for-registration. Update callers.
2570
2571 * international/mule-cmds.el (set-language-info-alist):
2572 Purecopy lang-env.
2573 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
2574 (charset): Purecopy the name.
2575 (define-char-code-property): Purecopy string arguments.
2576
2577 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
2578 Purecopy string arguments.
2579
2580 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2581 * ediff-hook.el (menu-bar-ediff-menu):
2582 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
2583 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
2584
2585 2009-10-24 Glenn Morris <rgm@gnu.org>
2586
2587 * comint.el (comint-dynamic-list-completions):
2588 * term.el (term-dynamic-list-completions): Use choose-completion rather
2589 than obsolete alias mouse-choose-completion.
2590
2591 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
2592 file-cache-choose-completion.
2593 (file-cache-choose-completion): Handle an optional event argument.
2594 (file-cache-mouse-choose-completion): Make it an obsolete alias.
2595
2596 * progmodes/octave-mod.el (octave-complete-symbol):
2597 Use choose-completion if mouse-choose-completion is ever removed.
2598
2599 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
2600 use.
2601
2602 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
2603 compiler.
2604
2605 * vc-hooks.el (vc-responsible-backend): Fix declaration.
2606
2607 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2608
2609 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
2610 Ignore `pred' now that we receive one.
2611 Handle test-completion specially.
2612
2613 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2614
2615 * vc.el (vc-responsible-backend): Throw an error if not backend is
2616 found. Remove the REGISTER argument. Move the code dealing with
2617 REGISTER ...
2618 (vc-get-backend-for-registration): ... here. New function.
2619 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
2620 of vc-responsible-backend, pass the file name instead of the
2621 directory name.
2622
2623 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2624
2625 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
2626 New funs.
2627 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
2628 (pcomplete-comint-setup): Don't modify a global var via
2629 accidental side-effects.
2630 (pcomplete-shell-setup): Adjust call accordingly.
2631 (pcomplete-parse-comint-arguments): Use push.
2632
2633 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
2634
2635 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
2636 Allow uncapitalized info node names (Bug#3921).
2637
2638 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
2639 to the DEBUG file (Bug#3781).
2640
2641 2009-10-23 Jari Aalto <jari.aalto@cante.net>
2642
2643 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
2644 dictionary entry (Bug#4579).
2645
2646 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
2647
2648 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
2649 from `rfn-eshadow-update-overlay-hook' when unloading.
2650 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
2651 "rsyncc". Adjust doc string.
2652 (tramp-temp-buffer-file-name) New buffer-local defvar.
2653 (tramp-handle-insert-file-contents, tramp-handle-write-region):
2654 Keep temporary file when indicated by method ("rsync" and
2655 "rsyncc").
2656 (tramp-handle-write-region): Handle APPEND.
2657 (tramp-delete-temp-file-function): New defun. Added to
2658 `kill-buffer-hook'.
2659
2660 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
2661
2662 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
2663
2664 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2665
2666 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
2667 (color-name-rgb-alist, tty-standard-colors)
2668 (tty-color-mode-alist): Change to defconst.
2669
2670 * simple.el (mark-inactive): Purecopy message.
2671
2672 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
2673 (global-map, yank-menu):
2674 * textmodes/ispell.el (ispell-menu-map):
2675 * net/eudc.el (eudc-tools-menu):
2676 * international/mule-cmds.el (describe-language-environment-map)
2677 (setup-language-environment-map, set-coding-system-map)
2678 (mule-menu-keymap):
2679 * vc-hooks.el (vc-menu-entry, vc-menu-map):
2680 * replace.el (occur-mode-map):
2681 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
2682
2683 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
2684
2685 * calc/calc.el (math-read-number, math-read-number-simple): Use
2686 `save-match-data'.
2687
2688 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2689
2690 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
2691 rather than fiddling with global-map bindings, since it should only
2692 affect per-terminal settings.
2693 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
2694
2695 * minibuffer.el (completion-table-with-terminator): Allow to specify
2696 the terminator-regexp.
2697
2698 * simple.el (switch-to-completions): Look for *Completions* in other
2699 frames as well.
2700
2701 * pcomplete.el: Allow the use of completion-tables.
2702 (pcomplete-std-complete): New command.
2703 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
2704 (pcomplete--here): Use a function for `form' rather than an expression,
2705 so it can be byte-compiled.
2706 (pcomplete-here, pcomplete-here*): Adjust accordingly.
2707 Add edebug declaration.
2708 (pcomplete-show-completions): Remove unused var `curbuf'.
2709 (pcomplete-do-complete, pcomplete-stub):
2710 Don't assume `completions' is a list of strings any more.
2711
2712 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
2713
2714 * find-dired.el (find-name-arg): Fix typo in docstring.
2715
2716 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2717
2718 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
2719 (pcmpl-linux-fs-types): Same, and update to new modules layout.
2720
2721 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
2722 pcomplete-entries.
2723
2724 * comint.el (comint-read-input-ring, comint-write-input-ring)
2725 (comint-substitute-in-file-name)
2726 (comint-dynamic-complete-as-filename)
2727 (comint-dynamic-simple-complete)
2728 (comint-dynamic-list-filename-completions)
2729 (comint-dynamic-list-completions)
2730 (comint-redirect-results-list-from-process): Minor simplifications.
2731
2732 2009-10-21 Kevin Ryde <user42@zip.com.au>
2733
2734 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
2735 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2736 the first form. And insert a blank line after ";;; Code" since
2737 that's usual style. (My Bug#4612.)
2738
2739 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
2740
2741 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2742
2743 * minibuffer.el (completion-table-with-terminator): Properly implement
2744 boundaries, in case `terminator' appears in the suffix.
2745 (completion--embedded-envvar-table): Don't return boundaries if
2746 there's no valid completion. Simplify.
2747 (completion-file-name-table): New completion table extracted from
2748 completion--file-name-table.
2749 (completion--file-name-table): Use it.
2750 (read-file-name-predicate): Declare obsolete.
2751 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
2752 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
2753 completion-file-name-table, and use the `pred' argument.
2754 * files.el (locate-file-completion-table): Use the `pred' arg rather
2755 than read-file-name-predicate.
2756 (abbreviate-file-name): Use \` rather than ^ for BOS.
2757
2758 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
2759
2760 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
2761 vc-responsible-backend to register, it causes problems.
2762
2763 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2764
2765 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
2766
2767 2009-10-21 Eric Ludlam <zappo@gnu.org>
2768
2769 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
2770 (semantic-c-debug-mode-init-pch): New functions.
2771 (semantic-c-debug-mode-init-last-mode): New var.
2772 (semantic-c-parse-lexical-token): Use them.
2773
2774 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
2775 When extracting the argument list, limit only by point-max.
2776
2777 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
2778
2779 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
2780 (tramp-smb-handle-file-attributes): Use it.
2781 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
2782 (tramp-smb-handle-insert-directory): Use `mapc' rather than
2783 `mapcar'. Use `tramp-smb-get-stat-capability'.
2784 Add `dired-filename' text properties.
2785 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
2786 (tramp-smb-maybe-open-connection): Simplify check for smbclient
2787 version.
2788
2789 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2790
2791 * subr.el (read-key-delay): Reduce to 0.01.
2792 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
2793 (bug#4751).
2794
2795 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2796
2797 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
2798
2799 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
2800 (Info-menu): Remove unused vars `last' and `completions'.
2801 (Info-index-nodes): Remove unused var `node'.
2802
2803 * info.el (Info-complete-menu-item): Use complete-with-action.
2804
2805 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
2806
2807 Make vc-annotate work through copies and renames.
2808 * vc-annotate.el (vc-annotate-extract-revision-at-line):
2809 Return the file name too.
2810 (vc-annotate-revision-at-line)
2811 (vc-annotate-find-revision-at-line)
2812 (vc-annotate-revision-previous-to-line)
2813 (vc-annotate-show-log-revision-at-line): Update to get the file
2814 name from vc-annotate-extract-revision-at-line.
2815 (vc-annotate-show-diff-revision-at-line-internal): Change the
2816 argument to mean whether to show a file diff or not. Get the file
2817 name from vc-annotate-extract-revision-at-line.
2818 (vc-annotate-show-diff-revision-at-line):
2819 Update vc-annotate-show-diff-revision-at-line call.
2820 (vc-annotate-warp-revision): Add an optional file argument.
2821
2822 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
2823 (vc-git-annotate-extract-revision-at-line): Also return the file
2824 name if found.
2825
2826 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
2827 command. Remove unused code.
2828 (vc-hg-annotate-re): Update to match --follow output.
2829 (vc-hg-annotate-extract-revision-at-line): Also return the file
2830 name if found.
2831
2832 * vc.el: Update annotate-extract-revision-at-line documentation.
2833
2834 2009-10-18 Kevin Ryde <user42@zip.com.au>
2835
2836 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
2837 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
2838
2839 * net/browse-url.el (browse-url): Identify alist with "consp and
2840 not functionp" and let all other things go down the `apply' leg,
2841 as suggested by Stefan. (Further to bug#4531.)
2842
2843 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
2844
2845 * minibuffer.el (read-file-name): Check for repeat before putting
2846 a default argument in file-name-history (Bug#4657).
2847
2848 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
2849 read syntax (Bug#4737).
2850
2851 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
2852
2853 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2854
2855 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
2856 (html-tag-alist, html-tag-help): Add descriptions for undocumented
2857 entries and make note of obsolete tags.
2858
2859 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2860
2861 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
2862
2863 2009-10-18 Glenn Morris <rgm@gnu.org>
2864
2865 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
2866 grep, so that binary files (eg international/uni-bidi.el) can match.
2867 Remove test for "UnicodeData" files, since it is hopefully unnecessary
2868 now, and in any case the file header format has changed.
2869
2870 2009-10-17 Glenn Morris <rgm@gnu.org>
2871
2872 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
2873 (flyspell-get-word, flyspell-large-region)
2874 (flyspell-auto-correct-previous-word): Doc/error message fixes.
2875
2876 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
2877
2878 * Makefile.in (ELCFILES): Add ede/shell.
2879
2880 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
2881
2882 * term/common-win.el (x-colors): Purecopy it.
2883
2884 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2885
2886 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
2887 permissive for when the buffer is empty.
2888 (tar-header-block-tokenize): Decode the username and groupname.
2889 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
2890
2891 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
2892
2893 * cedet/srecode/srt.el:
2894 * cedet/srecode/compile.el:
2895 * cedet/semantic/mru-bookmark.el:
2896 * cedet/semantic/debug.el:
2897 * cedet/semantic/complete.el:
2898 * cedet/semantic/analyze.el: Require CL when compiling.
2899
2900 2009-10-17 Eric Ludlam <zappo@gnu.org>
2901
2902 * cedet/semantic/scope.el
2903 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
2904 tmpscope so that the regular scope will continue to work.
2905
2906 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
2907 Use semantic-idle-summary-highlight-face as the highlighting.
2908
2909 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
2910 contains multibyte characters, choose first applicable coding
2911 system automatically.
2912
2913 * cedet/ede/project-am.el (project-run-target): New method.
2914 (project-run-target): New method.
2915
2916 * cedet/ede.el (ede-target): Add run target menu item.
2917 (ede-project, ede-minor-keymap): Add ede-run-target binding.
2918 (ede-run-target): New function.
2919 (ede-target::project-run-target): New method.
2920
2921 * cedet/ede/proj.el (project-run-target): New method.
2922
2923 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
2924 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
2925 Add :rules.
2926 (ede-proj-target-makefile-shared-object): Only libtool compilers
2927 now available. Add linkers for libtool.
2928 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
2929 (ede-proj-makefile-target-name): Always use .la extension.
2930
2931 * cedet/ede/proj-prog.el (project-run-target): New method.
2932
2933 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
2934 (ede-g++-linker): Change Change link lines.
2935
2936 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
2937 When searching for old variables, go to the end of the buffer and
2938 search backward from there.
2939 (ede-proj-makefile-automake-insert-subdirs)
2940 (ede-proj-makefile-automake-insert-extradist): New methods.
2941 (ede-proj-makefile-create): Use them.
2942
2943 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
2944 Force FILE to expand to the current target. Use file-exists-p to
2945 check that it exists.
2946
2947 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
2948 (ede-linux-load): Wrap dir in file-name-as-directory.
2949 Set :version slot.
2950
2951 * cedet/ede/files.el (ede-get-locator-object): When enabling
2952 locate, do so on "top".
2953
2954 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
2955 file-name-as-directory during compare.
2956 (ede-emacs-version): Return Emacs/XEmacs differentiator.
2957 Get version number from different places. Don't call egrep.
2958 (ede-emacs-load): Set :version slot. Call file-name-as-directory
2959 to set the directory.
2960
2961 * cedet/ede/shell.el: New file.
2962
2963 * cedet/inversion.el (inversion-decoders): Allow for stray . in
2964 alpha/beta variants.
2965
2966 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2967
2968 * international/mule-cmds.el (select-safe-coding-system): If the file
2969 has a coding cookie, use it regardless of any other setting (bug#4712).
2970
2971 2009-10-17 Glenn Morris <rgm@gnu.org>
2972
2973 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
2974 All errors should have messages.
2975
2976 * foldout.el (foldout-mouse-swallow-events):
2977 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
2978
2979 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
2980 (dired-keep-marker-copy, dired-keep-marker-hardlink)
2981 (dired-keep-marker-symlink, dired-dwim-target)
2982 (dired-copy-preserve-time): Do not autoload these defcustoms.
2983
2984 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
2985 messages from messing up the file coding. (Bug#4623)
2986
2987 2009-10-17 Jari Aalto <jari.aalto@cante.net>
2988
2989 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
2990 if no match is found for the current dictionary. (Bug#4578)
2991
2992 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
2993 optional, since that is how it is documented, and this is often called
2994 with a nil argument. (Bug#4577)
2995 (flyspell-external-point-words, flyspell-auto-correct-word)
2996 (flyspell-correct-word-before-point, flyspell-word-search-forward)
2997 (flyspell-word-search-backward): Remove nil argument in calls to
2998 flyspell-get-word, since it is not needed now.
2999
3000 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
3001
3002 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
3003
3004 2009-10-16 Glenn Morris <rgm@gnu.org>
3005
3006 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
3007
3008 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
3009
3010 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
3011 (ange-ftp-file-size): New function.
3012 (ange-ftp-file-attributes): Use it.
3013
3014 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
3015
3016 * net/tramp-smb.el (tramp-smb-version): New defvar.
3017 (tramp-smb-maybe-open-connection): Use it, in order to avoid
3018 repeated checks.
3019
3020 2009-10-16 Glenn Morris <rgm@gnu.org>
3021
3022 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
3023 Maybe copy some custom properties from old to new name. (Bug#4706)
3024
3025 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
3026
3027 * subr.el (error, sit-for, start-process-shell-command)
3028 (start-file-process-shell-command): Set the calling convention
3029 after the function definition.
3030
3031 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
3032
3033 * subr.el (error, sit-for, start-process-shell-command)
3034 (start-file-process-shell-command): Use the new
3035 set-advertised-calling-convention feature.
3036
3037 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
3038
3039 * international/ucs-normalize.el (ucs-normalize-version):
3040 Change to 1.2.
3041 (check-range): Adjust for Unicode 5.2.
3042
3043 2009-10-15 Juri Linkov <juri@jurta.org>
3044
3045 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
3046 to the `menu-item' format.
3047
3048 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
3049
3050 * net/tramp.el (tramp-replace-environment-variables): Do not fail
3051 if the environment variable does not exist.
3052
3053 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3054 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
3055 parameter.
3056 (tramp-smb-handle-add-name-to-file)
3057 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
3058 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
3059 (tramp-smb-handle-file-attributes)
3060 (tramp-smb-do-file-attributes-with-stat)
3061 (tramp-smb-handle-file-local-copy)
3062 (tramp-smb-handle-insert-directory)
3063 (tramp-smb-handle-make-directory)
3064 (tramp-smb-handle-make-directory-internal)
3065 (tramp-smb-handle-make-symbolic-link)
3066 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
3067 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
3068 (tramp-smb-maybe-open-connection): Apply the changed parameters.
3069 (tramp-smb-read-file-entry): Read Disk names in compressed format.
3070 Handle long file names.
3071 (tramp-smb-get-cifs-capabilities): Check, whether the connection
3072 process is running.
3073 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
3074 Read share names with "-g" option.
3075
3076 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
3077
3078 * net/rcirc.el (rcirc-view-log-file): New command.
3079 (rcirc-track-minor-mode-map): Remove C-c ` binding.
3080 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
3081 specified.
3082
3083 2009-10-15 Glenn Morris <rgm@gnu.org>
3084
3085 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
3086 from the second command-line argument.
3087 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
3088 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
3089 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
3090 w32-batch-update-autoloads.
3091 * emacs-lisp/autoload.el (autoload-make-program): New variable.
3092 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
3093
3094 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
3095 the headers cannot be located. Simplify, subtracting superflous
3096 save-excursions.
3097
3098 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
3099
3100 Replace completion-base-size by completion-base-position to fix bugs
3101 such as (bug#4699).
3102 * simple.el (completion-base-position): New var.
3103 (completion-base-size): Mark as obsolete.
3104 (choose-completion): Make it work for mouse events as well.
3105 Pass the new base-position to choose-completion-string.
3106 (choose-completion-guess-base-position): New function, extracted from
3107 choose-completion-delete-max-match.
3108 (choose-completion-delete-max-match): Use it. Make obsolete.
3109 (choose-completion-string): Use the new base-position info.
3110 (completion-root-regexp): Delete.
3111 (completion-setup-function): Preserve completion-base-position.
3112 Eliminate obsolete base-size manipulation.
3113 * minibuffer.el (display-completion-list): Don't mess with base-size.
3114 (minibuffer-completion-help): Set completion-base-position instead.
3115 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
3116 choose-completion.
3117 * textmodes/bibtex.el (bibtex-complete):
3118 * emacs-lisp/crm.el (crm--choose-completion-string):
3119 Adjust to new calling convention.
3120 * complete.el (partial-completion-mode): Use minibufferp to avoid
3121 bumping into incompatible change to choose-completion-string-functions.
3122 * ido.el (ido-choose-completion-string): Make its calling convention
3123 more permissive.
3124 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
3125 base-size manipulation.
3126 (comint-dynamic-list-input-ring): Use dotimes and push.
3127 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
3128 fundamental-mode. Use `or'.
3129
3130 2009-10-14 Juri Linkov <juri@jurta.org>
3131
3132 * misearch.el (multi-isearch-next-buffer-from-list)
3133 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
3134
3135 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3136
3137 * Makefile.in (compile-onefile): Load `bytecomp' rather than
3138 `bytecomp.el'.
3139
3140 * minibuffer.el (completion-pcm--merge-completions): Make sure the
3141 string we return is all made up of text from the completions rather
3142 than part from the completions and part from the input (bug#4219).
3143
3144 * ido.el (ido-everywhere): Use define-minor-mode.
3145
3146 * buff-menu.el (list-buffers, ctl-x-map):
3147 Mark the entry points with ;;;###autoload cookies.
3148
3149 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
3150
3151 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
3152 correctly in the detached head case.
3153 (vc-git-print-log): Remove unused binding.
3154
3155 * vc.el (vc-responsible-backend): When a directory is passed for
3156 for registration create a VC repository if no backend is
3157 responsible for the directory argument.
3158 (vc-deduce-fileset): Tell vc-responsible-backend to register.
3159
3160 * vc.el: Move comments about RCS and SCCS ...
3161 * vc-rcs.el:
3162 * vc-sccs.el: ... here, respectively.
3163
3164 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3165
3166 * minibuffer.el (completion--file-name-table): Return nil if there's
3167 no file completion, even if substitute-in-file-name changed
3168 the string (bug#4708).
3169
3170 2009-10-13 Juri Linkov <juri@jurta.org>
3171
3172 * files-x.el (read-file-local-variable-value): Don't filter out
3173 minor modes from mode name completion (bug#4664).
3174
3175 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
3176
3177 * international/mule-cmds.el (ucs-names): Remove exclusion of
3178 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
3179
3180 2009-10-13 Kenichi Handa <handa@m17n.org>
3181
3182 * international/uni-name.el: Regenerated.
3183
3184 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
3185
3186 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
3187 should be automatically buffer-local, but isn't.)
3188
3189 2009-10-12 Sam Steingold <sds@gnu.org>
3190
3191 * progmodes/compile.el (compilation-next-error-function): Fix the
3192 timestamps if the buffer has been visited before.
3193 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
3194 non-anchored patterns, like the perl one (bug#3928).
3195
3196 2009-10-12 Glenn Morris <rgm@gnu.org>
3197
3198 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
3199 Let-bind `size'.
3200
3201 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
3202
3203 * proced.el (proced-unload-function): New function.
3204
3205 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
3206 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
3207 Doc fix.
3208
3209 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
3210
3211 2009-10-11 Juri Linkov <juri@jurta.org>
3212
3213 * files-x.el (read-file-local-variable-value):
3214 Provide default value only for bound variables (bug#4664).
3215
3216 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
3217
3218 * net/tramp.el (tramp-local-host-p): Function shall return nil for
3219 connection methods like smb.
3220
3221 * net/tramp-cache.el (tramp-flush-connection-property): The hash
3222 can be empty.
3223
3224 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3225 (tramp-smb-file-name-handler-alist): Add handlers for
3226 `add-name-to-file', `make-symbolic-link'.
3227 (tramp-smb-handle-add-name-to-file)
3228 (tramp-smb-do-file-attributes-with-stat)
3229 (tramp-smb-handle-make-symbolic-link)
3230 (tramp-smb-get-cifs-capabilities): New defuns.
3231 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
3232 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
3233 (tramp-smb-handle-file-local-copy)
3234 (tramp-smb-handle-make-directory-internal)
3235 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
3236 The file name syntax depends on cifs capabilities.
3237 (tramp-smb-handle-file-attributes):
3238 Call `tramp-smb-do-file-attributes-with-stat' if possible.
3239 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
3240 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
3241
3242 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
3243
3244 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
3245 (eieio-defclass): Apply deftype handler and setf-method properties
3246 directly.
3247 (eieio-add-new-slot): Avoid union function from cl library.
3248 (eieio--typep): New function.
3249 (eieio-perform-slot-validation): Use it.
3250
3251 2009-10-10 Karl Fogel <kfogel@red-bean.com>
3252
3253 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
3254 Update documentation to refer to the variables documented in r1.135.
3255 (Bug#4188)
3256
3257 2009-10-10 Karl Fogel <kfogel@red-bean.com>
3258
3259 * bookmark.el (Info-suffix-list): Remove this unused variable.
3260 (bookmark-current-point): Remove this obsolete variable.
3261 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
3262 Adjust for removal of bookmark-current-point.
3263
3264 (bookmarks-already-loaded, bookmark-current-buffer)
3265 (bookmark-yank-point): Document. (Bug#4188)
3266
3267 2009-10-10 Glenn Morris <rgm@gnu.org>
3268
3269 * frame.el (frame-height): Doc fix.
3270
3271 * calendar/calendar.el (calendar-split-width-threshold): New option.
3272 (calendar-basic-setup): Use calendar-split-width-threshold.
3273
3274 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
3275
3276 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
3277 Use .la for Automake.
3278
3279 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
3280
3281 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
3282 Use "autoreconf -i". Suggested by Andreas Schwab.
3283
3284 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
3285
3286 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
3287 Ideographic Supplement" range (U+1F200..U+1F2FF).
3288
3289 2009-10-09 Karl Fogel <kfogel@red-bean.com>
3290
3291 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
3292 since the list will have been rebuilt anyway. (Bug#4349)
3293
3294 2009-10-09 Karl Fogel <kfogel@red-bean.com>
3295
3296 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
3297 (bookmark-bmenu-execute-deletions): Don't save here, as
3298 bookmark-delete will now do so if necessary.
3299 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
3300 (Bug#4348)
3301
3302 2009-10-09 Glenn Morris <rgm@gnu.org>
3303
3304 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
3305
3306 2009-10-09 Karl Fogel <kfogel@red-bean.com>
3307
3308 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
3309 (bookmark-jump-other-window): Just invoke bookmark-jump with new
3310 argument now, so the two function's behaviors will match. (Bug#3645)
3311
3312 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
3313
3314 * cedet/ede/proj.el (project-make-dist, project-compile-project):
3315 Fix filename test.
3316 (ede-proj-dist-makefile): Use expand-file-name instead of concat
3317 to expand file names.
3318
3319 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
3320
3321 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
3322 (tramp-file-name-real-host, tramp-file-name-port):
3323 Apply `save-match-data'.
3324
3325 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
3326 case both directories are remote.
3327 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
3328 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
3329
3330 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
3331
3332 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
3333 (ede-proj-target-makefile-objectcode): Use it.
3334
3335 * cedet/ede/source.el (ede-want-any-source-files-p)
3336 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
3337 Return search result. This error was introduced while merging.
3338
3339 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
3340
3341 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
3342
3343 2009-10-07 Glenn Morris <rgm@gnu.org>
3344
3345 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
3346 of concat.
3347
3348 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3349
3350 * files-x.el (read-file-local-variable): Include some
3351 non-user-variables in the completion table (bug#4664).
3352
3353 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
3354
3355 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
3356 message.
3357
3358 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3359 (tramp-smb-file-name-handler-alist): Add handler for
3360 `copy-directory', `expand-file-name', `set-file-modes'.
3361 (tramp-smb-handle-copy-directory)
3362 (tramp-smb-handle-expand-file-name)
3363 (tramp-smb-handle-set-file-modes): New defuns.
3364 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
3365 (tramp-smb-handle-file-attributes): Simplify check for retrieving
3366 entry.
3367 (tramp-smb-handle-insert-directory): Don't flush the cache.
3368 (tramp-smb-maybe-open-connection): Check for samba client and
3369 server versions.
3370
3371 2009-10-07 Eli Zaretskii <eliz@gnu.org>
3372
3373 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
3374 to not error out of search for "^lisp=" fails.
3375
3376 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
3377
3378 * makefile.w32-in (WINS_UPDATES): New macro.
3379 (custom-deps, finder-data, autoloads): Use it.
3380
3381 2009-10-07 Glenn Morris <rgm@gnu.org>
3382
3383 * Makefile.in (autoloads): Revert previous change.
3384 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
3385 the list of preloaded files passed on the command-line, get
3386 it from src/Makefile.
3387
3388 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
3389 show the original buffer rather than a random one.
3390
3391 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
3392
3393 * help.el (describe-no-warranty): Place point in a slightly better
3394 position in the GPLv3 text.
3395
3396 2009-10-06 Sam Steingold <sds@gnu.org>
3397
3398 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
3399 the comm attribute is present before calling regexp-quote.
3400
3401 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
3402
3403 * play/animate.el (animate-string): For good effect, make sure
3404 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
3405
3406 * play/animate.el (animate-sequence, animate-birthday-present):
3407 * misc.el (butterfly): Don't set `indent-tabs-mode'.
3408
3409 2009-10-06 Glenn Morris <rgm@gnu.org>
3410
3411 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
3412
3413 * emacs-lisp/autoload.el (autoload-excludes): New variable.
3414 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
3415 (batch-update-autoloads): Process a string value of autoload-excludes,
3416 set during the build process.
3417 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
3418
3419 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
3420 inside with-parsed... macro so that `v' is defined.
3421
3422 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
3423 * progmodes/fortran.el (fortran-end-of-block)
3424 (fortran-beginning-of-block):
3425 Also push mark in the macro case.
3426
3427 * emerge.el (emerge-show-file-name):
3428 * calc/calc.el (calc-quit):
3429 * calc/calc-misc.el (calc-big-or-small):
3430 * calc/calc-graph.el (calc-graph-view):
3431 * calc/calc-ext.el (calc-reset):
3432 * calendar/calendar.el (calendar-basic-setup):
3433 Use window-full-height-p.
3434
3435 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
3436 header we don't understand, don't insert another. (Bug#4624)
3437 If changing mime charset, insert the new one in the right place.
3438
3439 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
3440
3441 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
3442 (cal-tex-cursor-month): Correctly increment the end date for diary and
3443 holiday listing. (Bug#4626)
3444
3445 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3446
3447 * help-fns.el (describe-function-1): Don't burp if the function is not
3448 a symbol.
3449
3450 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
3451
3452 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
3453 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
3454 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
3455 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
3456
3457 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
3458 (eieio-default-superclass): Reflow docstrings.
3459 (this, class-option-assoc, defclass, eieio-class-un-autoload)
3460 (eieio-unbind-method-implementations, defmethod)
3461 (eieio-validate-slot-value, eieio-validate-class-slot-value)
3462 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
3463 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
3464 (eieio-slot-originating-class-p, eieio-slot-name-index)
3465 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
3466 (constructor, initialize-instance, no-next-method, object-print)
3467 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
3468 Fix typos in docstrings.
3469 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
3470 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
3471 (next-method-p): Doc fixes.
3472 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
3473 Fix typos in error messages.
3474 (eieio-defmethod): Fix typo in description of generic method.
3475
3476 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
3477 (eieio-persistent-save-interactive, slot-missing):
3478 Fix typos in docstrings.
3479 (eieio-instance-inheritor-slot-boundp): Doc fix.
3480
3481 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
3482 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
3483
3484 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
3485 (eieio-custom-object-apply-reset):
3486 Fix typos in docstrings and error messages.
3487
3488 * emacs-lisp/eieio-datadebug.el (data-debug-show):
3489 Fix typo in docstring.
3490
3491 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
3492 (eieio-browse-tree): Doc fix.
3493 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
3494 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
3495 Fix typos in docstrings.
3496
3497 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
3498 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
3499 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
3500 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
3501 Reflow docstrings.
3502
3503 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
3504
3505 * vc-hg.el (log-view-vc-backend): Declare for compiler.
3506 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
3507 Set log-view-vc-backend so that diff can work.
3508
3509 * log-view.el (log-view-diff): Use vc-diff-internal instead of
3510 vc-version-diff.
3511 (vc-diff-internal): Autoload this instead of vc-version-diff.
3512
3513 2009-10-05 Eli Zaretskii <eliz@gnu.org>
3514
3515 * simple.el (eval-expression): Doc fix.
3516
3517 * progmodes/cwarn.el (cwarn-mode): Doc fix.
3518
3519 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
3520
3521 * files.el (directory-files-no-dot-files-regexp): New defconst.
3522 (delete-directory): Use it.
3523 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
3524
3525 * net/tramp.el (tramp-verbose): Fix docstring.
3526 (tramp-methods): Add recursive option to `tramp-copy-args'.
3527 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
3528 "scp1_old", "scp2_old", "rsync", "rsyncc".
3529 (tramp-default-method): Check also for `auth-source-user-or-password'.
3530 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
3531 Add handler for `copy-directory'.
3532 (tramp-handle-copy-directory): New defun.
3533 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
3534 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
3535 Optimize sent command.
3536
3537 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3538
3539 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
3540 window if necessary.
3541
3542 * calendar/calendar.el (calendar-basic-setup): Don't call
3543 switch-to-buffer in a dedicated window.
3544
3545 2009-10-05 Karl Fogel <kfogel@red-bean.com>
3546
3547 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
3548 don't do anything related to relocating, just return nil.
3549 (bookmark-error-no-filename): New error.
3550 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
3551 bookmark has no file. Don't even attempt to handle things that
3552 are not files; the whole point of custom handlers is to keep that
3553 knowledge elsewhere anyway. Tighten some comments.
3554 (bookmark-file-or-variation-thereof): Remove now-unused function.
3555 (bookmark-location): Doc string fix.
3556 (Bug#4250)
3557
3558 2009-10-04 Karl Fogel <kfogel@red-bean.com>
3559
3560 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
3561 don't use a file dialog, because they usually don't know how to read
3562 a directory target from the user. (Bug#4230)
3563 Also, make sure the prompt can display directories as well as files.
3564
3565 2009-10-04 Karl Fogel <kfogel@red-bean.com>
3566
3567 * bookmark.el (bookmark-set, bookmark-buffer-name):
3568 Improve doc strings. (Bug#1193)
3569
3570 2009-10-04 Karl Fogel <kfogel@red-bean.com>
3571
3572 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
3573 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
3574 (bookmark-get-annotation, bookmark-set-annotation)
3575 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
3576 (bookmark-set-position, bookmark-get-front-context-string)
3577 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
3578 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
3579 (bookmark-jump-other-window, bookmark-handle-bookmark)
3580 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
3581 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
3582 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
3583 Improve doc strings to say whether bookmark can be a string or
3584 a record or both, and make other consistency and clarity fixes.
3585 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
3586 (bookmark-default-annotation-text, bookmark-yank-word)
3587 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
3588 (bookmark-import-new-list, bookmark-maybe-rename)
3589 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3590 (bookmark-bmenu-bookmark): Give these doc strings.
3591 (bookmark-bmenu-check-position): Give this a doc string, but also
3592 add a FIXME comment about how the function may be pointless.
3593 (bookmark-default-handler): Rework doc string and change a
3594 parameter name, to clarify that this takes a bookmark record
3595 not a bookmark name.
3596 (bookmark-set): Change a parameter name to indicate its meaning,
3597 and improve the doc string a bit.
3598 (Bug#4188)
3599
3600 2009-10-04 Karl Fogel <kfogel@red-bean.com>
3601
3602 * bookmark.el (bookmark-alist): Document the new `handler' element
3603 in the param alist.
3604 (bookmark-make-record-function): Adjust documentation for above.
3605 (Bug#4193)
3606
3607 2009-10-04 Karl Fogel <kfogel@red-bean.com>
3608
3609 * info.el (Info-bookmark-make-record): Document this function.
3610 (Info-bookmark-jump): Document with a doc string, not just a comment.
3611 (Bug#4203)
3612
3613 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
3614
3615 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
3616 (semantic-new-buffer-fcn): Call parser setup functions here.
3617 (semantic-mode): Don't call parser setup functions here, it's done
3618 in semantic-new-buffer-fcn now.
3619 (semantic-mode): Parse all existing buffers when enabled.
3620
3621 * cedet/srecode/compile.el (srecode-compile-file):
3622 Call semantic-new-buffer-fcn if the buffer has not been parsed.
3623
3624 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
3625
3626 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
3627
3628 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
3629 (proj-comp-insert-variable-once): New macro, renamed from
3630 ede-pmake-insert-variable-once in ede/pmake.edl.
3631 (ede-proj-makefile-insert-variables): Use it.
3632
3633 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
3634
3635 * files.el (copy-directory): New defun.
3636
3637 * dired-aux.el (dired-copy-file-recursive): Use it.
3638
3639 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
3640
3641 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
3642 (makefile-end-of-command):
3643 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
3644 (semantic-end-of-context): Fix previous change. Doc fixes.
3645
3646 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
3647
3648 * files-x.el (modify-dir-local-variable)
3649 (copy-dir-locals-to-file-locals-prop-line):
3650 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
3651 (makefile-end-of-command):
3652 * cedet/semantic/lex.el (semantic-lex-token):
3653 * cedet/semantic/analyze/fcn.el
3654 (semantic-analyze-dereference-metatype-1):
3655 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
3656 (semantic-lex-cpp-undef):
3657 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
3658 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
3659 (semantic-end-of-context): Fix typos in docstrings.
3660
3661 * recentf.el (recentf-unload-function): New function.
3662
3663 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
3664
3665 * cedet/ede.el (ede-project-placeholder-cache-file):
3666 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
3667 * cedet/srecode/map.el (srecode-map-save-file):
3668 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
3669
3670 2009-10-04 Glenn Morris <rgm@gnu.org>
3671
3672 * window.el (window-full-height-p): Add doc string.
3673
3674 2009-10-04 Martin Rudalics <rudalics@gmx.at>
3675
3676 * window.el (window-full-height-p): New function. (Bug#4543)
3677
3678 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
3679
3680 * cedet/srecode/insert.el: Require srecode/args.
3681
3682 * cedet/srecode/args.el: Require srecode/dictionary instead of
3683 srecode/insert.
3684
3685 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
3686
3687 * files.el (auto-mode-alist): Add .srt and Project.ede.
3688
3689 * cedet/semantic.el (semantic-mode):
3690 Handle srecode-template-mode-hook as well.
3691 (semantic-mode): Use js-mode-hook for Javascript hook.
3692
3693 * cedet/srecode/template.el: Remove hook variable.
3694
3695 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
3696
3697 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
3698 projects exist.
3699 (ede-project-placeholder-cache-file): Default to a file in
3700 user-emacs-directory.
3701
3702 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
3703 templates in data-directory.
3704 (srecode-map-save-file): Default to a file in user-emacs-directory.
3705
3706 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
3707 directory.
3708
3709 2009-09-30 Eric Ludlam <zappo@gnu.org>
3710
3711 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
3712 Doc fix.
3713
3714 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
3715 Only insert each variable once.
3716
3717 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
3718 (ede-pmake-insert-variable-shared): Use it.
3719
3720 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
3721 for lexical table iff table is nil.
3722
3723 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
3724
3725 * vc.el: Remove commented out code.
3726 (vc-derived-from-dir-mode): Remove, unused.
3727 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
3728
3729 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
3730
3731 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
3732 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
3733 there could be recursive loading when `default-directory' is a
3734 remote file name. (Bug#4614)
3735
3736 2009-10-03 Glenn Morris <rgm@gnu.org>
3737
3738 * calendar/calendar.el (calendar-basic-setup): Handle the case where
3739 the frame is wide.
3740 (calendar-generate-window): Test for shrinkability rather than width.
3741
3742 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
3743 declaration, currently false.
3744
3745 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
3746 reusing existing buffers, in case we happen to visit two files with the
3747 same basename. (Bug#4593)
3748
3749 2009-10-02 Eli Zaretskii <eliz@gnu.org>
3750
3751 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
3752 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
3753 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
3754 subdirs of cedet as well.
3755 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
3756
3757 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3758
3759 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
3760 Obey advertised-signature-table.
3761
3762 * help-fns.el (help-function-arglist): Don't check
3763 advertised-signature-table.
3764 (describe-function-1): Do it here instead so it also applies to subrs.
3765
3766 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
3767
3768 * simple.el (start-file-process): Say in the doc-string, that file
3769 handlers might not support pty association, if PROGRAM is nil.
3770
3771 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
3772 HOST and USER are strings. They are nil, when there are
3773 incomplete entries in ~/.netrc, for example.
3774 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
3775 root directory ("device busy" error otherwise).
3776
3777 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
3778 Flush file properties of created directory.
3779
3780 2009-10-02 Eli Zaretskii <eliz@gnu.org>
3781
3782 * makefile.w32-in (WINS_BASIC): Remove cedet.
3783 (WINS_CEDET): Add cedet.
3784 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
3785
3786 2009-10-02 Kevin Ryde <user42@zip.com.au>
3787
3788 * net/browse-url.el (browse-url): Pass any symbol in
3789 browse-url-browser-function to `apply', since if you've mistakenly put
3790 an unbound symbol then the error is clearer. (Bug#4531)
3791
3792 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
3793
3794 * allout.el (allout-init, allout-back-to-current-heading)
3795 (allout-beginning-of-current-entry, allout-ascend-to-depth)
3796 (allout-ascend, allout-up-current-level, allout-end-of-level)
3797 (allout-previous-visible-heading, allout-forward-current-level)
3798 (allout-backward-current-level, allout-show-children):
3799 * apropos.el (apropos-describe-plist):
3800 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
3801 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
3802 * completion.el (add-completion, add-permanent-completion):
3803 * descr-text.el (describe-text-category, describe-char):
3804 * desktop.el (desktop-lazy-abort):
3805 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
3806 * dired.el (dired-build-subdir-alist):
3807 * ediff.el (ediff-version):
3808 * elide-head.el (elide-head, elide-head-show):
3809 * emerge.el (emerge-version):
3810 * env.el (getenv):
3811 * face-remap.el (variable-pitch-mode):
3812 * faces.el (describe-face):
3813 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
3814 (dired-at-point):
3815 * files.el (find-file-existing, auto-save-mode):
3816 * font-lock.el (font-lock-fontify-buffer):
3817 * help-fns.el (describe-function, describe-variable)
3818 (describe-syntax, describe-categories):
3819 * help.el (view-lossage, describe-bindings, describe-key)
3820 (describe-mode):
3821 * hexl.el (hexl-current-address):
3822 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
3823 * info.el (Info-goto-emacs-key-command-node):
3824 * log-edit.el (log-edit-insert-cvs-template)
3825 (log-edit-insert-cvs-rcstemplate):
3826 * menu-bar.el (menu-bar-mode):
3827 * mouse.el (mouse-appearance-menu):
3828 * newcomment.el (comment-indent-new-line):
3829 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
3830 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
3831 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt, )
3832 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
3833 * recentf.el (recentf-mode):
3834 * savehist.el (savehist-mode, savehist-save):
3835 * shadowfile.el (shadow-copy-files):
3836 * simple.el (kill-ring-save, next-line, previous-line)
3837 (normal-erase-is-backspace-mode):
3838 * strokes.el (strokes-update-window-configuration)
3839 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
3840 (strokes-xpm-for-stroke):
3841 * time.el (emacs-uptime, emacs-init-time):
3842 * tutorial.el (tutorial--describe-nonstandard-key)
3843 (tutorial--detailed-help):
3844 * type-break.el (type-break-mode)
3845 (type-break-mode-line-message-mode, type-break-query-mode)
3846 (type-break-guesstimate-keystroke-threshold):
3847 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
3848 * version.el (emacs-version):
3849 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
3850 * winner.el (winner-mode):
3851 * calendar/timeclock.el (timeclock-in, timeclock-out)
3852 (timeclock-status-string, timeclock-change)
3853 (timeclock-workday-remaining-string)
3854 (timeclock-workday-elapsed-string)
3855 (timeclock-when-to-leave-string):
3856 * calendar/todo-mode.el (todo-add-category):
3857 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
3858 * emacs-lisp/autoload.el (update-file-autoloads):
3859 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
3860 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
3861 (checkdoc-message-text, checkdoc-defun):
3862 * emacs-lisp/debug.el (debugger-list-functions):
3863 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3864 * emacs-lisp/eieio-opt.el (eieio-describe-class)
3865 (eieio-describe-generic):
3866 * emacs-lisp/lisp-mnt.el (lm-synopsis):
3867 * emacs-lisp/shadow.el (list-load-path-shadows):
3868 * emulation/cua-base.el (cua-mode):
3869 * emulation/edt.el (edt-set-scroll-margins):
3870 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
3871 (tpu-toggle-regexp, tpu-toggle-search-direction)
3872 (tpu-toggle-rectangle, tpu-toggle-control-keys):
3873 * emulation/tpu-extras.el (tpu-set-scroll-margins):
3874 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
3875 (viper-set-parsing-style-toggling-macro)
3876 (viper-set-emacs-state-searchstyle-macros):
3877 * emulation/viper.el (viper-set-hooks):
3878 * eshell/esh-mode.el (eshell-truncate-buffer):
3879 * international/mule-cmds.el (prefer-coding-system)
3880 (describe-input-method, describe-language-environment):
3881 * international/mule-diag.el (list-character-sets)
3882 (describe-character-set, describe-coding-system)
3883 (describe-fontset, list-fontsets, list-input-methods):
3884 * mail/sendmail.el (mail-signature):
3885 * net/ange-ftp.el (ange-ftp-copy-file):
3886 * net/browse-url.el (browse-url):
3887 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
3888 * net/quickurl.el (quickurl-add-url):
3889 * net/rcirc.el (names, topic):
3890 * net/xesam.el (xesam-mode):
3891 * play/5x5.el (5x5-new-game):
3892 * play/yow.el (apropos-zippy):
3893 * progmodes/ada-mode.el (ada-mode-version):
3894 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
3895 (f90-end-of-block)
3896 (f90-beginning-of-block):
3897 * progmodes/fortran.el (fortran-end-of-block)
3898 (fortran-beginning-of-block):
3899 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
3900 * progmodes/python.el (python-describe-symbol, python-shell):
3901 * term/ns-win.el (ns-print-buffer):
3902 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
3903 * textmodes/flyspell.el (flyspell-mode-on):
3904 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
3905 (pages-directory-for-addresses):
3906 * textmodes/table.el (table-recognize-cell)
3907 (table-query-dimension, table-generate-source)
3908 (table-insert-sequence, table--warn-incompatibility):
3909 * textmodes/tex-mode.el (tex-validate-buffer):
3910 * textmodes/texinfmt.el (texinfmt-version)
3911 (texinfo-format-buffer):
3912 Use `called-interactively-p' instead of `interactive-p'.
3913
3914 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
3915
3916 * image-mode.el (image-toggle-display):
3917 * emacs-lisp/elp.el (elp-instrument-function):
3918 * emacs-lisp/advice.el (ad-make-advised-definition):
3919 * emacs-lisp/easy-mmode.el (define-minor-mode):
3920 * net/browse-url.el (browse-url-maybe-new-window):
3921 * progmodes/sh-script.el (sh-learn-buffer-indent):
3922 Pass new argument 'any to `called-interactively-p'.
3923
3924 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
3925
3926 * international/uni-bidi.el:
3927 * international/uni-category.el:
3928 * international/uni-combining.el:
3929 * international/uni-comment.el:
3930 * international/uni-decimal.el:
3931 * international/uni-decomposition.el:
3932 * international/uni-digit.el:
3933 * international/uni-lowercase.el:
3934 * international/uni-mirrored.el:
3935 * international/uni-name.el:
3936 * international/uni-numeric.el:
3937 * international/uni-old-name.el:
3938 * international/uni-titlecase.el:
3939 * international/uni-uppercase.el:
3940 Regenerate from Unicode 5.2.0 data.
3941
3942 2009-10-01 Glenn Morris <rgm@gnu.org>
3943
3944 * Makefile.in (ELCFILES): Regenerate.
3945
3946 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3947
3948 * subr.el (interactive-p): Mark obsolete.
3949 (called-interactively-p): Make the optional-ness of `kind' obsolete.
3950 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
3951 advertised-signature-table for subroutines as well.
3952
3953 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
3954 (set-advertised-calling-convention): New function.
3955 (make-obsolete, define-obsolete-function-alias)
3956 (make-obsolete-variable, define-obsolete-variable-alias):
3957 Make the optional-ness of `when' obsolete.
3958 (define-obsolete-face-alias): Make `when' non-optional.
3959 * help-fns.el (help-function-arglist):
3960 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
3961 Use advertised-signature-table.
3962
3963 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
3964
3965 * files.el (delete-directory): New defun. The original function
3966 in fileio.c has been renamed to `delete-directory-internal'.
3967
3968 * dired.el (dired-delete-file): Call `delete-directory' with
3969 RECURSIVE parameter.
3970
3971 * net/ange-ftp.el (ange-ftp-delete-directory ): Add optional
3972 parameter RECURSIVE. Implementation is missing.
3973
3974 * net/tramp.el (tramp-handle-make-directory): Flush upper
3975 directory's file properties.
3976 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
3977 (tramp-handle-dired-recursive-delete-directory): Flush directory
3978 properties after the remove command only.
3979
3980 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
3981 Handle optional parameter RECURSIVE.
3982
3983 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
3984 Handle optional parameter RECURSIVE.
3985
3986 * net/tramp-smb.el (tramp-smb-errors): Add error message for
3987 connection timeout.
3988 (tramp-smb-handle-delete-directory): Handle optional parameter
3989 RECURSIVE.
3990
3991 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3992
3993 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
3994 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
3995 (byte-compile-defmacro): Use backquotes.
3996
3997 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
3998
3999 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
4000 has no associated file.
4001 (vc-resynch-buffer): Use vc-dir-buffers.
4002
4003 2009-10-01 Glenn Morris <rgm@gnu.org>
4004
4005 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
4006 (chart-file-count):
4007 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
4008 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
4009 * emacs-lisp/eieio-opt.el (eieio-describe-class):
4010 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
4011 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
4012 (eieio-copy-parents-into-subclass, make-instance, class-children)
4013 (eieio-generic-form):
4014 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
4015 * cedet/cedet-idutils.el (cedet-idutils-search)
4016 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
4017 (cedet-idutils-version-check):
4018 * cedet/cedet.el (cedet-version):
4019 * cedet/data-debug.el (data-debug-insert-overlay-button)
4020 (data-debug-insert-overlay-list-button)
4021 (data-debug-insert-buffer-button)
4022 (data-debug-insert-buffer-list-button)
4023 (data-debug-insert-process-button, data-debug-insert-ring-button)
4024 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
4025 (data-debug-insert-stuff-vector-button)
4026 (data-debug-insert-symbol-button, data-debug-insert-string)
4027 (data-debug-insert-number, data-debug-insert-lambda-expression)
4028 (data-debug-insert-nil, data-debug-insert-simple-thing)
4029 (data-debug-insert-custom, data-debug-edebug-expr):
4030 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
4031 (global-ede-mode-map, ede-new, ede-debug-target)
4032 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
4033 * cedet/semantic.el (semantic-minimum-working-buffer-size)
4034 (semantic-fetch-tags, semantic-submode-list)
4035 (semantic-default-submodes):
4036 * cedet/ede/source.el (ede-source-match):
4037 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
4038 (project-am-package-info):
4039 * cedet/ede/proj.el (ede-proj-target, project-new-target):
4040 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
4041 * cedet/ede/proj-comp.el (ede-current-build-list):
4042 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
4043 * cedet/ede/files.el (ede-toplevel-project-or-nil):
4044 * cedet/ede/cpp-root.el (initialize-instance):
4045 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
4046 (autoconf-parameter-strip, autoconf-insert-new-macro):
4047 * cedet/semantic/wisent.el (wisent-lex-eoi):
4048 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
4049 (semantic-show-parser-state-mode):
4050 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
4051 * cedet/semantic/tag.el (semantic-tag-new-variable)
4052 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
4053 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
4054 (semantic--tag-deep-copy-tag-list)
4055 (semantic-tag-components-with-overlays-default):
4056 * cedet/semantic/symref.el (semantic-symref-find-text):
4057 * cedet/semantic/senator.el (senator-yank-tag)
4058 (senator-transpose-tags-up):
4059 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
4060 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
4061 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
4062 * cedet/semantic/lex.el (semantic-lex-comment-regex)
4063 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
4064 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
4065 * cedet/semantic/lex-spp.el
4066 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
4067 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
4068 * cedet/semantic/idle.el
4069 (semantic-idle-summary-current-symbol-info-brutish)
4070 (semantic-idle-summary-current-symbol-info-default):
4071 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
4072 (semantic--grammar-macro-compl-dict):
4073 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
4074 * cedet/semantic/format.el (semantic-format-tag-custom-list)
4075 (semantic-format-tag-canonical-name-default):
4076 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
4077 (semantic-find-tags-for-completion)
4078 (semantic-find-tags-by-scope-protection-default)
4079 (semantic-deep-find-tags-for-completion):
4080 * cedet/semantic/edit.el
4081 (semantic-edits-incremental-reparse-failed-hook)
4082 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
4083 (semantic-edits-splice-remove, semantic-edits-splice-replace):
4084 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
4085 * cedet/semantic/dep.el (semantic-dependency-include-path):
4086 * cedet/semantic/db.el (semanticdb-default-find-index-class)
4087 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
4088 (semanticdb-project-roots):
4089 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
4090 (semanticdb-find-adebug-insert-scanned-tag-cons)
4091 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
4092 (semanticdb-brute-deep-find-tags-for-completion):
4093 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
4094 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
4095 (semantic-end-of-context-default)
4096 (semantic-ctxt-current-function-default)
4097 (semantic-ctxt-scoped-types-default):
4098 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4099 (semantic-complete-inline-tag-engine)
4100 (semantic-complete-inline-custom-type)
4101 (semantic-complete-read-tag-analyzer):
4102 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
4103 (semantic-chart-database-size):
4104 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
4105 (semantic-analyze-current-context):
4106 * cedet/semantic/symref/list.el (semantic-symref)
4107 (semantic-symref-hide-buffer, semantic-symref-symbol):
4108 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
4109 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
4110 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
4111 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
4112 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
4113 (semantic-c-dereference-template):
4114 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
4115 (semantic--analyze-refs-full-lookup-with-parents)
4116 (semantic--analyze-refs-full-lookup-simple):
4117 * cedet/semantic/analyze/complete.el
4118 (semantic-analyze-possible-completions):
4119 * cedet/srecode/table.el (srecode-mode-table-new):
4120 * cedet/srecode/srt.el (srecode-read-variable-name):
4121 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
4122 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
4123 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
4124 * cedet/srecode/map.el (srecode-current-map):
4125 * cedet/srecode/insert.el (srecode-insert)
4126 (srecode-insert-variable-secondname-handler, srecode-insert-method)
4127 (srecode-template-inserter-point-override)
4128 (srecode-insert-include-lookup):
4129 * cedet/srecode/getset.el (srecode-auto-choose-class):
4130 * cedet/srecode/extract.el (srecode-inserter-extract):
4131 * cedet/srecode/document.el
4132 (srecode-document-autocomment-return-last-alist)
4133 (srecode-document-autocomment-param-type-alist)
4134 (srecode-document-insert-function-comment)
4135 (srecode-document-insert-variable-one-line-comment)
4136 (srecode-document-function-name-comment):
4137 * cedet/srecode/dictionary.el (srecode-create-dictionary)
4138 (srecode-compound-toString):
4139 * cedet/srecode/compile.el (srecode-flush-active-templates):
4140 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
4141 Doc/message fixes.
4142
4143 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
4144 match-data. (Bug#4555).
4145
4146 * cedet/semantic/bovine/gcc.el
4147 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
4148 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
4149
4150 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
4151 rather than parsing it as a regexp. This relaxes the layout
4152 requirements and makes errors easier to detect.
4153 (check-declare-verify): Check file is regular.
4154 (check-declare-directory): Doc fix.
4155 * subr.el (declare-function): Doc fix.
4156
4157 * ibuffer.el (ibuffer-format-qualifier):
4158 * isearch.el (hi-lock-regexp-okay):
4159 * calc/calc.el (math-zerop):
4160 * mail/uce.el (rmail-msgbeg, rmail-msgend):
4161 * term/w32-win.el (setup-default-fontset, set-fontset-font):
4162 Remove unused declarations.
4163
4164 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
4165
4166 * cedet/semantic/wisent/javat-wy.el
4167 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
4168
4169 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
4170
4171 * cedet/srecode/expandproto.el: Fix provide statement.
4172
4173 2009-09-30 Eric Ludlam <zappo@gnu.org>
4174
4175 * emacs-lisp/eieio.el (boolean-p): Delete.
4176
4177 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
4178
4179 * cedet/ede/srecode.el: Fix provide statement.
4180
4181 2009-09-30 Glenn Morris <rgm@gnu.org>
4182
4183 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
4184 * cedet/ede/proj-aux.el (ede-aux-source):
4185 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
4186 (ede-misc-source):
4187 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
4188 (semantic-mrub-switch-tags): Fix doc typos.
4189
4190 * cedet/semantic/db-global.el (data-debug-new-buffer)
4191 (data-debug-insert-thing): Remove unneeded declarations (one broken).
4192 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
4193
4194 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
4195
4196 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
4197 use of CL function `remove-if-not'.
4198
4199 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
4200
4201 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
4202 filename is not a string.
4203
4204 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
4205
4206 * files.el (safe-local-eval-forms): Fix typo.
4207
4208 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
4209
4210 * vc-hooks.el (vc-dir-buffers): New var.
4211 (vc-state-refresh): New function.
4212 (vc-state): Use it.
4213 (vc-after-save): Always ask the backend to recompute the new state.
4214 Always call vc-dir if necessary, using vc-dir-buffers.
4215 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
4216 Use vc-dir-buffers.
4217 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
4218 (vc-dir-prepare-status-buffer, vc-dir-update)
4219 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
4220 Don't call expand-file-name on default-directory.
4221
4222 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
4223
4224 * speedbar.el (speedbar-item-delete):
4225 * calc/calc-prog.el (calc-kbd-if):
4226 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
4227
4228 * epa.el (epa-key-list-mode-map):
4229 * hi-lock.el (hi-lock-menu): Fix typos in menus.
4230
4231 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
4232 (hs-show-hook): Fix typo in docstring.
4233
4234 2009-09-29 Glenn Morris <rgm@gnu.org>
4235
4236 * cedet/semantic/symref/idutils.el:
4237 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
4238
4239 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
4240
4241 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
4242 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
4243 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
4244 Mark declarations not understood by check-declare.
4245
4246 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
4247 file-name-nondirectory call preventing location of cedet files.
4248 (check-declare-verify): Use literal search rather than re-search.
4249 Add basic defmethod and defclass, and define-overloadable-function.
4250
4251 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
4252 Use tramp-compat-file-attributes rather than nonexistent
4253 tramp-compat-handle-file-attributes.
4254
4255 * Makefile.in (lisptagsfiles4): New.
4256 (AUTOGENEL): Add cedet loaddefs files.
4257 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
4258 (update-elclist, compile-always, backup-compiled-files)
4259 (bootstrap-clean): Add yet another directory level.
4260 (update-elclist): Use LC_COLLATE rather than COLLATE.
4261 (ELCFILES): Update, via `make update-elclist'.
4262
4263 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
4264
4265 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
4266 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
4267 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
4268
4269 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
4270
4271 * Makefile.in (lisptagsfiles3): Define.
4272 (TAGS, TAGS-LISP): Use it.
4273 (update-elclist): Add third directory level to look for elc files.
4274 (compile-always): Likewise.
4275 (backup-compiled-files): Likewise.
4276 (bootstrap-clean): Likewise.
4277 (ELCFILES): Update.
4278
4279 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
4280
4281 * Makefile.in (ELCFILES): Add CEDET files.
4282
4283 2009-09-28 Eric Ludlam <zappo@gnu.org>
4284
4285 CEDET (development tools) package merged.
4286
4287 * cedet/*.el:
4288 * cedet/ede/*.el:
4289 * cedet/semantic/*.el:
4290 * cedet/srecode/*.el: New files.
4291
4292 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
4293
4294 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
4295
4296 * net/tramp.el (top): Require tramp-imap.
4297
4298 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
4299 Use `tramp-compat-handle-file-attributes'.
4300
4301 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
4302
4303 * net/tramp-imap.el: New package.
4304
4305 2009-09-28 Eric Ludlam <zappo@gnu.org>
4306
4307 * emacs-lisp/chart.el:
4308 * emacs-lisp/eieio-base.el:
4309 * emacs-lisp/eieio-comp.el:
4310 * emacs-lisp/eieio-custom.el:
4311 * emacs-lisp/eieio-datadebug.el:
4312 * emacs-lisp/eieio-opt.el:
4313 * emacs-lisp/eieio-speedbar.el:
4314 * emacs-lisp/eieio.el: New files.
4315
4316 * cedet/cedet-cscope.el:
4317 * cedet/cedet-files.el:
4318 * cedet/cedet-global.el:
4319 * cedet/cedet-idutils.el:
4320 * cedet/data-debug.el:
4321 * cedet/inversion.el:
4322 * cedet/mode-local.el:
4323 * cedet/pulse.el: New files.
4324
4325 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4326
4327 * whitespace.el (whitespace-trailing-regexp)
4328 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
4329 Fix doc string.
4330
4331 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
4332
4333 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
4334 menu.
4335
4336 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
4337 menu-bar-ediff-menu.
4338
4339 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
4340 define-overloadable-function.
4341
4342 * progmodes/autoconf.el: Provide autoconf as well, so that this
4343 file can be `require'd.
4344
4345 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
4346
4347 * emacs-lisp/autoload.el (generated-autoload-feature)
4348 (generated-autoload-load-name): New vars.
4349 (autoload-rubric, autoload-generate-file-autoloads): Use them.
4350 (make-autoload): Recognize define-overloadable-function and
4351 defclass forms (for EIEIO).
4352
4353 * Makefile.in (update-subdirs): Exclude cedet directory.
4354
4355 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
4356
4357 * term/ns-win.el: Don't set the region face background. (Bug#4381)
4358
4359 * faces.el: Default light-background background for region face to
4360 ns_selection_color under NS.
4361
4362 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
4363
4364 * net/imap-hash.el: New library, see NEWS.
4365
4366 * Makefile.in (ELCFILES): Add imap-hash.el.
4367
4368 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
4369
4370 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
4371 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
4372 * help-macro.el (make-help-screen): Avoid using an ambiguous function
4373 definition where the docstring could be taken for the return value.
4374
4375 2009-09-26 Glenn Morris <rgm@gnu.org>
4376
4377 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
4378 Add option to only show images below a certain size.
4379 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
4380 save-excursion calls.
4381
4382 2009-09-26 Eli Zaretskii <eliz@gnu.org>
4383
4384 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
4385 subdirectories) and eieio.
4386
4387 2009-09-26 Alan Mackenzie <acm@muc.de>
4388
4389 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
4390 buggy bracketing. (Bug#4289)
4391
4392 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
4393 character constants (as case labels). (Bug#4289)
4394
4395 2009-09-25 Juri Linkov <juri@jurta.org>
4396
4397 * files.el (safe-local-eval-forms): Allow time-stamp in
4398 before-save-hook (Bug#4554).
4399
4400 2009-09-25 Drew Adams <drew.adams@oracle.com>
4401
4402 * menu-bar.el (list-buffers-directory): Doc fix.
4403
4404 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
4405
4406 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
4407 Try and avoid copying twice the same paragraph.
4408 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
4409 Remove save-excursion.
4410 (log-edit-changelog-entry): Do it here instead.
4411
4412 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
4413
4414 * bs.el (bs--get-file-name): Use `list-buffers-directory'
4415 when available, instead of hardcoding mode names. Doc fix.
4416
4417 * menu-bar.el (list-buffers-directory): Add docstring.
4418 Make automatically buffer-local.
4419
4420 * dired.el (dired-mode):
4421 * files.el (cd-absolute):
4422 * pcvs.el (cvs-temp-buffer):
4423 * pcvs-util.el (cvs-get-buffer-create):
4424 * shell.el (shell-mode):
4425 * vc-dir.el (vc-dir-mode):
4426 Don't make `list-buffers-directory' buffer local.
4427
4428 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
4429
4430 * comint.el (comint-exec, comint-run, make-comint):
4431 Doc fixes (Bug#4542).
4432
4433 2009-09-25 Glenn Morris <rgm@gnu.org>
4434
4435 * mail/rmailmm.el (rmail-mime): New custom group.
4436 Move all defcustoms in this file into this group.
4437 (rmail-mime-media-type-handlers-alist): Revert previous change.
4438 (rmail-mime-show-images): New option.
4439 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
4440 references to it, since it wasn't actually used for anything.
4441 (rmail-mime-insert-image): New function.
4442 (rmail-mime-image): Use rmail-mime-insert-image.
4443 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
4444 obey the value of `rmail-mime-show-images' option. Print the size of
4445 attachments.
4446
4447 2009-09-25 David Engster <deng@randomsample.de>
4448
4449 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
4450
4451 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4452
4453 * whitespace.el: Does not highlight trailing spaces While point is
4454 at end of line. Does not highligt spaces at beginning of buffer
4455 while point is at beginning of buffer. Does not highlight spaces
4456 at end of buffer while point is at end of buffer. (Bug#4177)
4457 New version 12.0.
4458 (whitespace-display-mappings): Adjust initialization.
4459 (whitespace-point, whitespace-font-lock-refontify): New vars.
4460 (whitespace-color-on, whitespace-color-off): Adjust code.
4461 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
4462 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
4463 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
4464
4465 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
4466
4467 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
4468
4469 * textmodes/sgml-mode.el: Remove xml-mode alias.
4470
4471 * files.el (auto-mode-alist, conf-mode-maybe)
4472 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
4473
4474 2009-09-24 Alan Mackenzie <acm@muc.de>
4475
4476 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
4477 c-forward-conditionals, but it doesn't move point and doesn't set
4478 the mark.
4479 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
4480 (c-down-conditional-with-else, c-backward-conditional)
4481 (c-forward-conditional): Refactor to use c-scan-conditionals.
4482
4483 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
4484
4485 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
4486 (help-default-arg-highlight): Remove.
4487 (help-highlight-arg): New function.
4488 (help-do-arg-highlight): Use it.
4489 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
4490
4491 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
4492
4493 * term.el (term-set-scroll-region, term-handle-ansi-escape):
4494 Undo last change, which didn't fix the problem and introduced others.
4495
4496 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
4497
4498 * progmodes/gdb-mi.el: Don't require speedbar.
4499 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
4500
4501 2009-09-24 Glenn Morris <rgm@gnu.org>
4502
4503 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
4504
4505 * term/ns-win.el (ns-reg-to-script): Define for compiler.
4506
4507 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
4508 there is no newline after the final mime boundary. (Bug#4539)
4509 Move markers on insertion so that any buttons inserted don't end up in
4510 the next part of a multipart message.
4511 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
4512 (rmail-mime-bulk-handler): Optionally handle images.
4513 (rmail-mime-image): New button action.
4514 (rmail-mime-image-handler): New function.
4515 (rmail-mime-mode): New mode.
4516 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
4517
4518 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
4519
4520 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
4521 than just dropping elements from it (bug#4504).
4522
4523 * term.el (term-set-scroll-region): Don't move cursor any more.
4524 (term-handle-ansi-escape): Call term-goto here instead.
4525 Suggested by Ivan Kanis <apple@kanis.eu>.
4526
4527 * term.el: Require CL.
4528 (term-ansi-reset): New function.
4529 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
4530 (term-handle-colors-array): Simplify.
4531
4532 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
4533
4534 * allout.el (allout-overlay-interior-modification-handler)
4535 (allout-obtain-passphrase):
4536 * epa-file.el (epa-file-write-region):
4537 * ps-print.el (ps-begin-job):
4538 * vc-hooks.el (vc-toggle-read-only):
4539 * vc-rcs.el (vc-rcs-rollback):
4540 * vc-sccs.el (vc-sccs-rollback):
4541 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
4542 (vc-version-diff, vc-revert, vc-rollback):
4543 * wdired.el (wdired-check-kill-buffer):
4544 * emacs-lisp/authors.el (authors):
4545 * net/socks.el (socks-open-connection):
4546 * net/zeroconf.el (zeroconf-service-add-hook):
4547 * obsolete/vc-mcvs.el (vc-mcvs-register):
4548 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
4549 (gdb-select-frame):
4550 * progmodes/grep.el (lgrep, rgrep):
4551 * progmodes/idlw-help.el (idlwave-help-check-locations)
4552 (idlwave-help-html-link, idlwave-help-assistant-open-link):
4553 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
4554 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
4555 (reftex-toc-rename-label): Fix typos in error messages.
4556
4557 * dired-aux.el (dired-do-shell-command): Reflow docstring.
4558 (dired-copy-how-to-fn): Doc fix.
4559 (dired-files-attributes, dired-read-shell-command):
4560 Fix typos in docstrings.
4561
4562 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
4563 (dired-x-find-file-other-window): Reflow docstrings.
4564 (dired-omit-marker-char, dired-read-shell-command)
4565 (dired-x-submit-report): Fix typos in docstrings.
4566
4567 * shell.el (shell-mode-hook):
4568 * view.el (View-scroll-line-forward):
4569 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
4570 Fix typos in docstrings.
4571
4572 * net/dig.el (dig-invoke): Fix typo in docstring.
4573 (query-dig): Reflow docstring.
4574
4575 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
4576 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
4577 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
4578 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
4579 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
4580 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
4581 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
4582 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
4583 (idlwave-completion-map, idlwave-current-indent)
4584 (idlwave-custom-ampersand-surround, idlwave-customize)
4585 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
4586 (idlwave-define-abbrev, idlwave-determine-class-special)
4587 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
4588 (idlwave-end-block-reg, idlwave-end-of-statement)
4589 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
4590 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
4591 (idlwave-explicit-class-listed, idlwave-file-header)
4592 (idlwave-fill-paragraph, idlwave-find-class-definition)
4593 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
4594 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
4595 (idlwave-in-quote, idlwave-indent-action-table)
4596 (idlwave-indent-expand-table, idlwave-indent-line)
4597 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
4598 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
4599 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
4600 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
4601 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
4602 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
4603 (idlwave-outlawed-buffers, idlwave-popup-select)
4604 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
4605 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
4606 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
4607 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
4608 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
4609 (idlwave-statement-type, idlwave-struct-skip)
4610 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
4611 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
4612 (idlwave-what-module-find-class): Fix typos in docstrings.
4613 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
4614 (idlwave-calculate-cont-indent, idlwave-expand-equal)
4615 (idlwave-find-module, idlwave-find-structure-definition)
4616 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
4617 (idlwave-list-load-path-shadows, idlwave-next-statement)
4618 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
4619 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
4620 (idlwave-template): Reflow docstrings.
4621
4622 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
4623 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
4624 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
4625 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
4626 (idlwave-shell-display-line, idlwave-shell-display-wframe)
4627 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
4628 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
4629 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
4630 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
4631 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
4632 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
4633 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
4634 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
4635 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
4636 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
4637 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
4638 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
4639 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
4640 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
4641 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
4642 Fix typos in docstrings.
4643 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
4644 (idlwave-shell-hide-output, idlwave-shell-mode)
4645 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
4646 Reflow docstrings.
4647
4648 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
4649
4650 2009-09-24 Ivan Kanis <apple@kanis.eu>
4651
4652 * term.el (term-bold-attribute): New var.
4653 (term-handle-colors-array): Use it.
4654
4655 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
4656
4657 * progmodes/gdb-mi.el (gdb-version): New variable.
4658 (gdb-non-stop-handler): Set gdb-version.
4659 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
4660 Condition "--thread" option on gdb-version.
4661 (gdb-invalidate-threads): Remove unused argument.
4662
4663 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4664
4665 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
4666 to looking-back to avoid ridiculous slow down in large files (bug#4511).
4667
4668 2009-09-23 Glenn Morris <rgm@gnu.org>
4669
4670 * mail/rmail.el (rmail-reply): Don't try to add a References header when
4671 replying to mail without References or Message-Id. (Bug#4525)
4672
4673 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
4674
4675 * term/ns-win.el (ns-reg-to-script): New variable.
4676
4677 2009-09-23 Daiki Ueno <ueno@unixuser.org>
4678
4679 * epg.el (epg-wait-for-status): Preserve existing 'error results.
4680
4681 2009-09-22 Sam Steingold <sds@gnu.org>
4682
4683 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
4684 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
4685 to 1 because hg returns status 1 when nothing is found.
4686 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
4687
4688 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
4689
4690 * textmodes/fill.el: Convert to utf-8 encoding.
4691 (fill-french-nobreak-p): Remove redundant » and « inherited from our
4692 pre-unicode days.
4693
4694 * add-log.el (change-log-fill-forward-paragraph): New function.
4695 (change-log-mode): Use it so fill-region DTRT.
4696 Set fill-indent-according-to-mode here rather than in
4697 change-log-fill-paragraph.
4698 (change-log-fill-paragraph): Remove.
4699
4700 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
4701
4702 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
4703 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
4704
4705 2009-09-22 Glenn Morris <rgm@gnu.org>
4706
4707 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
4708 the scroll-bar scroll the calendar window rather than the buffer.
4709
4710 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
4711 commands that move point (as opposed to scrolling).
4712
4713 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
4714
4715 * emacs-lisp/elint.el (elint): New custom group.
4716 (elint-log-buffer): Make it a defcustom.
4717 (elint-scan-preloaded, elint-ignored-warnings)
4718 (elint-directory-skip-re): New options.
4719 (elint-builtin-variables): Doc fix.
4720 (elint-preloaded-env): New variable.
4721 (elint-unknown-builtin-args): Add an entry for encode-time.
4722 (elint-extra-errors): Make it a variable rather than a constant.
4723 (elint-preloaded-skip-re): New constant.
4724 (elint-directory): Skip files matching elint-directory-skip-re.
4725 (elint-features): New variable, local to linted buffers.
4726 (elint-update-env): Initialize elint-features. Possibly add
4727 elint-preloaded-env to the buffer's environment.
4728 (elint-get-top-forms): Bind elint-current-pos, for log messages.
4729 Skip quoted forms.
4730 (elint-init-form): New function, extracted from elint-init-env.
4731 Make non-list forms a warning rather than an error.
4732 Add the mode-map for define-derived-mode. Handle define-minor-mode,
4733 easy-menu-define, put that adds an error-condition, and provide.
4734 When requiring cl, also require cl-macs. Really require cl, to handle
4735 some cl macros. Store required libraries in the list elint-features,
4736 so as not to re-load them. Treat cc-require like require.
4737 (elint-init-env): Call elint-init-form to do the work.
4738 Handle eval-and-compile and such like.
4739 (elint-add-required-env): Do not clear messages.
4740 (elint-special-forms): Add handlers for function, defalias, if, when,
4741 unless, and, or.
4742 (elint-form): Add optional argument to ignore elint-special-forms,
4743 useful to prevent recursive calls from handlers. Doc fix.
4744 Respect elint-ignored-warnings.
4745 (elint-form): Respect elint-ignored-warnings.
4746 (elint-bound-variable, elint-bound-function): New variables.
4747 (elint-unbound-variable): Respect elint-bound-variable.
4748 (elint-get-args): Respect elint-bound-function.
4749 (elint-check-cond-form): Add some simple handling for (f)boundp and
4750 featurep tests.
4751 (elint-check-defalias-form): New handler.
4752 (elint-check-let-form): Make an empty let a warning rather than an
4753 error.
4754 (elint-check-setq-form): Make an empty setq a warning rather than an
4755 error. Respect elint-ignored-warnings.
4756 (elint-check-defvar-form): Accept null doc-strings.
4757 (elint-check-conditional-form): New handler. Does some simple-minded
4758 checking of featurep and (f)boundp tests.
4759 (elint-put-function-args): New function.
4760 (elint-initialize): Use elint-scan-doc-file rather than
4761 elint-find-builtin-variables. Use elint-put-function-args.
4762 Possibly scan preloaded-file-list.
4763 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
4764 extend to handle functions as well.
4765
4766 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
4767
4768 * linum.el (linum-delete-overlays, linum-update-window):
4769 Do not modify the right margin. (Bug#3971)
4770
4771 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
4772
4773 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
4774 nxml-mode instead of xml-mode.
4775
4776 2009-09-21 Kevin Ryde <user42@zip.com.au>
4777
4778 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
4779
4780 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4781
4782 * net/dig.el (dig-mode): Use define-derived-mode.
4783
4784 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
4785
4786 * vc-dispatcher.el (vc-do-command): Return the process object in
4787 the asynchronous case. Use when instead of if. Do not run
4788 vc-exec-after to display a message if not enabled. (Bug#4463)
4789
4790 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
4791 properties to the stash strings.
4792 (vc-git-stash-list): Return a list of strings.
4793 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
4794 (vc-git-stash-show-at-point): New functions.
4795 (vc-git-stash-map): New keymap.
4796
4797 * register.el (ctl-x-r-map): Define the keys here instead of
4798 using autoload.
4799
4800 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
4801
4802 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
4803 list, to workaround performance problem (bug#4485).
4804
4805 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
4806
4807 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
4808
4809 2009-09-20 Daiki Ueno <ueno@unixuser.org>
4810
4811 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
4812 Document that this option is not recommended to use.
4813
4814 2009-09-19 Glenn Morris <rgm@gnu.org>
4815
4816 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
4817 variable `var'.
4818
4819 * calc/calc-alg.el (var):
4820 * calc/calcalg2.el (var): Define for compiler.
4821
4822 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
4823
4824 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
4825 Doc fix (Bug#3932).
4826
4827 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
4828
4829 * time-stamp.el (time-stamp-month-dd-yyyy)
4830 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
4831 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
4832 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
4833 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
4834 Remove functions that have been obsolete since 1995 (Bug#4436).
4835
4836 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
4837 indent buffer only if called interactively (Bug#4452).
4838
4839 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
4840 Eli Zaretskii <eliz@gnu.org>
4841
4842 This fixes bug#4197 (merged to bug#865, though not identical).
4843 * server.el (server-auth-dir): Add docstring note about FAT32.
4844 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
4845 but warn against using them.
4846
4847 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
4848
4849 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
4850 older GDB where there is no has_more field.
4851
4852 2009-09-19 Glenn Morris <rgm@gnu.org>
4853
4854 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4855
4856 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
4857
4858 * files.el (auto-mode-alist): Change default for XML files to nXML
4859 mode (Bug#4169).
4860
4861 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
4862
4863 * server.el (server-ensure-safe-dir): Pass 'integer
4864 to `file-attributes', as suggested.
4865
4866 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4867
4868 * dired-aux.el (dired-query-alist): Remove spurious backslash.
4869 (dired-query): Use read-key.
4870
4871 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
4872
4873 * cus-start.el (ns-use-qd-smoothing): Remove.
4874
4875 2009-09-18 Glenn Morris <rgm@gnu.org>
4876
4877 * allout.el (top-level): Remove unnecessary progn.
4878
4879 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
4880
4881 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
4882 definition of abbrev table.
4883
4884 * speedbar.el (speedbar-track-mouse):
4885 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
4886 * net/eudc.el (eudc-expand-inline):
4887 * net/newst-backend.el (newsticker--cache-read-feed):
4888 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
4889 condition-case handlers.
4890
4891 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
4892
4893 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
4894 (gdb-var-list): Add an element for has_more field.
4895 (gdb-non-stop-handler): Enable pretty printing for STL containers.
4896 (gdb-var-create-handler, gdb-var-list-children-handler-1)
4897 (gdb-var-update-handler-1): Parse output of dynamic variable
4898 objects (STL containers).
4899 (gdb-var-delete-1): Pass var1 as an explicit second argument.
4900 (gdb-get-field): Delete alias. Use bindat-get-field directly.
4901
4902 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
4903 gdb-var-list.
4904 (gud-speedbar-buttons): Make node expandable if expression "has more"
4905 children.
4906
4907 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
4908
4909 * startup.el (emacs-quick-startup): Remove variable and all uses.
4910 (command-line): Set `inhibit-x-resources' instead.
4911 (command-line-1): Use `inhibit-x-resources' instead.
4912
4913 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
4914
4915 * subr.el: Fix last change to avoid using the `unless' macro,
4916 which breaks bootstrapping.
4917
4918 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4919
4920 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
4921 extended definitions, in case we reload subr.el after having
4922 loaded CL.
4923 (eval-next-after-load): Mark as obsolete.
4924
4925 2009-09-17 Juri Linkov <juri@jurta.org>
4926
4927 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
4928 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
4929 (menu-bar-showhide-menu, menu-bar-tools-menu)
4930 (menu-bar-describe-menu, menu-bar-help-menu)
4931 (minibuffer-local-completion-map, minibuffer-local-map):
4932 Fix list quoting.
4933
4934 2009-09-17 Glenn Morris <rgm@gnu.org>
4935
4936 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
4937 arguments, whether or not it has a handler.
4938
4939 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
4940
4941 * simple.el (hard-newline): Give it a doc-string.
4942
4943 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4944 (lisp-mode-syntax-table): Give them doc-strings.
4945
4946 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
4947
4948 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
4949 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
4950 (menu-bar-options-menu, menu-bar-showhide-menu)
4951 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
4952 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
4953 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
4954 (menu-bar-options-menu, menu-bar-tools-menu)
4955 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
4956 (menu-bar-help-menu):
4957 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
4958 string arguments.
4959
4960 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
4961 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
4962 calls for the menu names and :help.
4963
4964 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4965
4966 * mouse.el (minor-mode-menu-from-indicator): Pay attention
4967 to :minor-mode-function (bug#4455).
4968
4969 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4970
4971 * startup.el (command-line): Initialize the window-system after
4972 processing the command-line.
4973
4974 * textmodes/page.el (what-page): Make sure we don't inf-loop if
4975 page-delimiter matches the empty string.
4976
4977 2009-09-16 Glenn Morris <rgm@gnu.org>
4978
4979 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
4980 byte-compile-not-obsolete-var. It's a list now.
4981 (byte-compile-not-obsolete-funcs): New variable.
4982 (byte-compile-warn-obsolete): Don't warn about functions if they are in
4983 byte-compile-not-obsolete-funcs.
4984 (byte-compile-variable-ref, byte-compile-defvar): Update for
4985 byte-compile-not-obsolete-vars name-change and list nature.
4986 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
4987 and variables behind (f)boundp tests.
4988 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
4989
4990 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
4991
4992 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
4993
4994 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4995
4996 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
4997 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
4998 Don't autoload.
4999
5000 2009-09-15 Stephen Eglen <stephen@gnu.org>
5001
5002 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5003 the virtual-buffers, use the name of the buffer specified by
5004 find-file-noselect, as the match may be a symlink. (This was a
5005 problem if the target and the symlink had different names.)
5006
5007 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5008
5009 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
5010
5011 * desktop.el (desktop-path): Check user-emacs-directory.
5012
5013 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
5014
5015 * loadup.el: Use after-load-functions to GC after loading each file.
5016 Remove the explicit GC calls that used to be sprinkled around.
5017
5018 * subr.el (after-load-functions): New hook.
5019 (do-after-load-evaluation): Run it. Use string-match-p to detect
5020 `obsolete' packages, rather than painfully extracting the relevant
5021 directory name.
5022
5023 2009-09-15 Glenn Morris <rgm@gnu.org>
5024
5025 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
5026 free variable `doc'.
5027
5028 * dired.el (dired-mode-map): Add menu entry for async shell command.
5029
5030 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
5031 variables, also consider the .elc files, since the .el files are
5032 normally gzipped (subsequent code locates the .el.gz from the .elc).
5033
5034 * calc/calc-prog.el (arglist): Define for compiler.
5035
5036 * calendar/diary-lib.el (diary-display-function): Change the default to
5037 fancy display.
5038 (body): Define for compiler.
5039
5040 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
5041 (byte-compile-file-form, byte-compile-lambda)
5042 (byte-compile-top-level-body, byte-compile-form)
5043 (byte-compile-variable-ref, byte-compile-setq)
5044 (byte-compile-setq-default, byte-compile-body)
5045 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
5046 (batch-byte-compile): Give some more local variables with common names
5047 a "bytecomp-" prefix to avoid masking warnings about free variables.
5048
5049 * startup.el (command-line-1): Give local variables with common names a
5050 distinguishing prefix, so as not to hide free variable warnings during
5051 bootstrap.
5052
5053 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
5054 clever and add a suffix to make a unique name, just let the user decide
5055 whether or not to overwrite it. If the input is a directory, write the
5056 default filename to that directory. (Bug#4388)
5057 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
5058 is a filename-as-a-directory.
5059
5060 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5061
5062 * textmodes/page.el (what-page): Don't move to beginning of line.
5063 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
5064
5065 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
5066
5067 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
5068
5069 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
5070
5071 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
5072 * help.el (help-for-help-internal): Add purecopy calls for text.
5073
5074 * vc.el (top): print-log method now takes an optional SHORTLOG
5075 argument. Add a new method: root.
5076 (vc-root-diff, vc-print-root-log): New functions.
5077 (vc-log-short-style): New variable.
5078 (vc-print-log-internal): Add support for showing short logs.
5079
5080 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
5081 vc-print-root-log and vc-print-root-diff.
5082
5083 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
5084 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
5085 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
5086 short logs.
5087
5088 * vc-cvs.el (vc-cvs-print-log):
5089 * vc-mtn.el (vc-mtn-print-log):
5090 * vc-rcs.el (vc-rcs-print-log):
5091 * vc-sccs.el (vc-sccs-print-log):
5092 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
5093 that is ignored for now.
5094
5095 * vc-mtn.el (vc-mtn-annotate-command):
5096 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
5097
5098 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5099
5100 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
5101 to function-key-map, and give them ascii-character property.
5102 * term/x-win.el (x-alternatives-map):
5103 * term/ns-win.el (ns-alternatives-map):
5104 * term/internal.el (msdos-key-remapping-map):
5105 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
5106
5107 2009-09-14 Glenn Morris <rgm@gnu.org>
5108
5109 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
5110 temp-buffers (2009-09-12).
5111
5112 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
5113
5114 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
5115 the new read-key function.
5116
5117 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
5118
5119 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
5120 is defined (Bug#4405).
5121
5122 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
5123
5124 * recentf.el (recentf-cleanup): Use a hash table to find
5125 duplicates (Bug#4407).
5126
5127 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
5128
5129 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
5130 kp-0 to ascii equivalents (Bug#4325).
5131
5132 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
5133
5134 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
5135
5136 * eshell/em-hist.el:
5137 * eshell/em-dirs.el (eshell-complete-user-reference):
5138 Declare pcomplete functions and variables to avoid compiler warnings.
5139
5140 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
5141
5142 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
5143 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
5144 * eshell/em-alias.el (eshell-aliases-file):
5145 * eshell/em-hist.el (eshell-history-file-name):
5146 Use expand-file-name instead of concat to make file names (Bug#4308).
5147
5148 2009-09-13 Glenn Morris <rgm@gnu.org>
5149
5150 * ediff-merg.el (ediff-do-merge):
5151 * filesets.el (filesets-run-cmd):
5152 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
5153 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
5154 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
5155 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
5156 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
5157 Replace empty `let's with `progn'.
5158
5159 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
5160
5161 * mail/sendmail.el (send-mail-function):
5162 * tooltip.el (tooltip-mode):
5163 * simple.el (transient-mark-mode):
5164 * rfn-eshadow.el (file-name-shadow-mode):
5165 * frame.el (blink-cursor-mode):
5166 * font-core.el (global-font-lock-mode):
5167 * files.el (temporary-file-directory)
5168 (small-temporary-file-directory, auto-save-file-name-transforms):
5169 * epa-hook.el (auto-encryption-mode):
5170 * composite.el (global-auto-composition-mode):
5171 Use custom-initialize-delay.
5172 * startup.el (command-line): Don't explicitly call
5173 custom-reevaluate-setting for all the above vars.
5174 * custom.el (custom-initialize-safe-set)
5175 (custom-initialize-safe-default): Delete.
5176
5177 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5178
5179 * term/x-win.el (x-initialize-window-system):
5180 * term/w32-win.el (w32-initialize-window-system):
5181 * term/ns-win.el (ns-initialize-window-system): Don't call
5182 mouse-wheel-mode since it's enabled globally by default already.
5183
5184 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
5185 actually define the variable, but only silences the byte-compiler.
5186 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
5187 before looking it up.
5188 (mouse-wheel-scroll-amount): Also reset the bindings if this value
5189 is changed.
5190
5191 2009-09-12 Glenn Morris <rgm@gnu.org>
5192
5193 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
5194 1000.
5195 (elint-add-required-env): Don't beep on error.
5196 (elint-forms): In case of error, return ENV unchanged.
5197 (elint-init-env): Skip non-list forms.
5198 (elint-log): Handle unknown file positions.
5199
5200 2009-09-12 Daiki Ueno <ueno@unixuser.org>
5201
5202 * epg.el (epg-make-context): Add autoload cookie.
5203 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
5204 (epg-decrypt-string, epg-start-verify, epg-verify-file)
5205 (epg-verify-string, epg-start-sign, epg-sign-file)
5206 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
5207 (epg-encrypt-string, epg-start-export-keys)
5208 (epg-export-keys-to-file, epg-export-keys-to-string)
5209 (epg-start-import-keys, epg-import-keys-from-file)
5210 (epg-import-keys-from-string, epg-start-receive-keys)
5211 (epg-receive-keys, epg-import-keys-from-server)
5212 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
5213 (epg-sign-keys, epg-start-generate-key)
5214 (epg-generate-key-from-file, epg-generate-key-from-string):
5215 Remove autoload cookie.
5216
5217 2009-09-12 Eli Zaretskii <eliz@gnu.org>
5218
5219 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
5220 reevaluation of trash-directory.
5221
5222 * mwheel.el: Fix last change.
5223 (mouse-wheel-mode): New defvar.
5224 (mouse-wheel-mode): Remove autoload cookie.
5225
5226 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5227
5228 * mwheel.el (mwheel-installed-bindings): New var.
5229 (mouse-wheel-mode): Use it, so as to make sure we really remove all
5230 the bindings we set last time. Use custom-initialize-delay.
5231 * loadup.el: Load mwheel after term/*-win.el.
5232 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
5233 and mouse-wheel-up-event now that their first evaluation is done
5234 sufficiently late to be correct.
5235
5236 * startup.el (tutorial-directory): Make it a defcustom.
5237 Use custom-initialize-delay rather than eval-at-startup to set it.
5238 * image.el (image-load-path): Make it a defcustom.
5239 Use custom-initialize-delay rather than eval-at-startup to set it.
5240 * subr.el (eval-at-startup): Remove.
5241 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
5242
5243 * subr.el (do-after-load-evaluation): Warn the user after loading an
5244 obsolete package.
5245
5246 2009-09-12 Glenn Morris <rgm@gnu.org>
5247
5248 * proced.el (proced-mark-alt): Remove alias.
5249 (proced-mode-map): Remove proced-mark-alt.
5250
5251 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
5252 Elint file and directory. Remove initialization entry.
5253
5254 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
5255 commands.
5256 (elint-current-buffer): Set mode-line-process.
5257 (elint-init-env): Handle define-derived-mode.
5258 Fix declare-function with unspecified arglist. Guard against odd
5259 defalias statements (eg iso-insert's 8859-1-map).
5260 (elint-add-required-env): Use a temp buffer.
5261 (elint-form): Just print the function/macro name, not the whole form.
5262 Return env unchanged if we fail to parse a macro.
5263 (elint-forms): Guard against parse errors.
5264 (elint-output): New function, to handle batch mode.
5265 (elint-log-message): Add optional argument. Use elint-output.
5266 (elint-set-mode-line): New function.
5267
5268 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
5269
5270 * emacs-lisp/elp.el (elp-not-profilable): Add more
5271 functions (Bug#4233).
5272
5273 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
5274
5275 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
5276 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
5277
5278 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
5279
5280 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
5281 (gdb-var-list-children): Use json parsing.
5282
5283 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
5284
5285 * progmodes/js.el (js--proper-indentation): Handle the case where
5286 char-before is null. Reported by Deniz Dogan.
5287
5288 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
5289
5290 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
5291
5292 2009-09-11 Daiki Ueno <ueno@unixuser.org>
5293
5294 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
5295 (epg-digest-algorithm-alist): Add SHA224.
5296 (epg-context-set-passphrase-callback)
5297 (epg-context-set-progress-callback): Add description about
5298 callback function.
5299
5300 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5301
5302 * custom.el (custom-delayed-init-variables): New var.
5303 (custom-initialize-delay): New function.
5304 * startup.el (command-line): "Re"evaluate all vars in
5305 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
5306 explicitly any more.
5307 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
5308 to avoid creating a ~/.emacs.d at build-time (bug#4347).
5309
5310 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
5311
5312 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
5313
5314 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
5315 (gdb-var-update-handler): Use json parsing.
5316
5317 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
5318
5319 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
5320 decode annotated text, regardless of language environment. (Bug#2741)
5321
5322 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5323
5324 * Makefile.in (autoloads): Make rmail.el writable as well.
5325
5326 2009-09-11 Glenn Morris <rgm@gnu.org>
5327
5328 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
5329 loaddefs.el.
5330 * dired.el: Regenerate with extracted autoloads.
5331 * Makefile.in (autoloads): Make dired.el writable.
5332
5333 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
5334 * ibuffer.el: Regenerate with extracted autoloads.
5335 * Makefile.in (autoloads): Make ibuffer.el writable.
5336
5337 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
5338 * version.el (emacs-copyright, emacs-major-version)
5339 (emacs-minor-version): Reformat doc-strings for make-docfile.
5340
5341 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
5342 functions and variables, since they must be stuff specific to some other
5343 platform.
5344 (apropos-print): Make mouse-click message less specific about button.
5345
5346 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
5347 that records where a macro was defined.
5348 * help-fns.el (describe-function-1): Mention if a function has a
5349 compiler-macro.
5350 * help-mode.el (help-function-cmacro): New button.
5351
5352 * locate.el (top-level): Always require dired.
5353 (locate-mode-map): Initialize inside the defvar.
5354
5355 * net/ange-ftp.el (dired-compress-file): Declare.
5356 (ange-ftp-dired-compress-file): Add doc string.
5357
5358 * term/ns-win.el (x-display-name, x-setup-function-keys):
5359 Unify doc-strings with X versions.
5360
5361 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5362
5363 * emulation/crisp.el (crisp-mode-map): Move initialization
5364 into declaration.
5365 (crisp-mode): Use define-minor-mode.
5366
5367 * progmodes/xscheme.el (xscheme-evaluation-commands):
5368 Put a :advertised-binding property rather than using
5369 advertised-xscheme-send-previous-expression.
5370 (advertised-xscheme-send-previous-expression): Declare obsolete.
5371 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
5372 `advertised-undo'.
5373 (crisp-mode): Add corresponding bindings to
5374 undo's :advertised-binding instead.
5375 * dired.el (dired-mode-map): Put a :advertised-binding property rather
5376 than using dired-advertised-find-file.
5377 (dired-advertised-find-file):
5378 * simple.el (advertised-undo):
5379 * wid-edit.el (advertised-widget-backward): Declare obsolete.
5380 (widget-keymap): Put a :advertised-binding property rather
5381 than using advertised-widget-backward.
5382 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
5383 than using advertised-undo.
5384 * tutorial.el (tutorial--default-keys): Adjust accordingly.
5385
5386 2009-09-10 Simon South <ssouth@slowcomputing.org>
5387
5388 * progmodes/delphi.el (delphi-tab): Indent region when Transient
5389 Mark mode is enabled and region is active; otherwise indent or
5390 insert TAB as usual.
5391 (delphi-mode): Update description of TAB-key binding.
5392
5393 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5394
5395 * subr.el (define-key-rebound-commands): Mark obsolete.
5396 * startup.el (precompute-menubar-bindings): Remove.
5397 (normal-top-level): Remove obsolete code that tried to precompute
5398 menubar bindings.
5399 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
5400 define-key-rebound-commands and precompute-menubar-bindings.
5401
5402 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
5403
5404 * net/imap.el (imap-interactive-login): Better messages.
5405 (imap-open): Fix bug with renamed buffer on reconnect.
5406 (imap-authenticate): Add buffer-local imap-last-authenticator variable
5407 for easier debugging and cleaner code. On successful (guessed based on
5408 server capabilities) secondary authentication, set imap-state
5409 correctly.
5410 (imap-last-authenticator): Define imap-last-authenticator as a variable
5411 to avoid warnings.
5412
5413 2009-09-10 Glenn Morris <rgm@gnu.org>
5414
5415 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
5416
5417 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
5418 (byte-compile-file-form-autoload): Don't warn about unknown functions
5419 where the autoload statement comes after the use.
5420 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
5421 that any handlers inside the body (eg require) are in turn respected.
5422
5423 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
5424 effects.
5425
5426 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
5427 and syntax and abbrev tables basic docs, if they don't have any.
5428
5429 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
5430
5431 * international/mule-cmds.el (top-level): Require cl when compiling.
5432 (view-hello-file): Use default-value rather than
5433 default-enable-multibyte-characters.
5434
5435 * progmodes/fortran.el: Move all safe and risky properties into the
5436 defcustoms.
5437
5438 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
5439 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
5440 * mail/undigest.el:
5441 Put autoloads in rmail.el rather than loaddefs.el.
5442 * mail/rmail.el: Regenerate with extracted autoloads.
5443
5444 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
5445 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
5446
5447 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
5448
5449 Reported in thread for Bug#4375.
5450 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
5451 "-data-evaluate-expression" instead of print.
5452 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
5453 (gdb-tooltip-print): Parse output from above MI command.
5454 (gdb): Revert 2009-08-11 change. User should detach inferior
5455 manually.
5456
5457 Remove the word "separate" from IO functions as inferior
5458 output is now never displayed in the GUD buffer.
5459
5460 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
5461
5462 * startup.el (command-line-normalize-file-name): On Windows and
5463 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
5464
5465 2009-09-10 Juri Linkov <juri@jurta.org>
5466
5467 * isearch.el (isearch-text-char-description): Propertize escape
5468 character sequences with the `escape-glyph' face. (Bug#4344)
5469
5470 * simple.el (shell-command): Set asynchronous process filter to
5471 `comint-output-filter'. (Bug#4343)
5472
5473 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
5474 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
5475 the list. Move "asm" to the bottom.
5476 (grep-find-ignored-directories): Add `choice' with nil value
5477 to empty the list easily.
5478 (grep-find-ignored-files): New option.
5479 (grep-files-history): Set to nil by default instead of '("ch" "el").
5480 (grep-compute-defaults): Add "<X>" to `grep-template'.
5481 (grep-read-files): Bind new local variables `default-alias' and
5482 `default-extension'. Use a list of default values for the file prompt.
5483 (lgrep): Add `--exclude=' command line options composed from
5484 `grep-find-ignored-files'.
5485 (rgrep): Add `-name' command line options composed from
5486 `grep-find-ignored-files'. (Bug#4301)
5487
5488 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
5489
5490 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
5491 (bug#4368).
5492
5493 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
5494
5495 * calendar/time-date.el (autoload):
5496 Expand define-obsolete-function-alias into defalias and make-obsolete
5497 for old Emacsen that Gnus supports.
5498 (with-no-warnings): Define it for old Emacsen.
5499 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5500 is available.
5501 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5502 float-time is available; suppress compile warning for time-to-seconds.
5503
5504 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
5505
5506 * net/imap.el (imap-message-map): Docstring fix.
5507
5508 2009-09-09 Glenn Morris <rgm@gnu.org>
5509
5510 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
5511 line numbers too. (Bug#4374)
5512
5513 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
5514
5515 * smerge-mode.el (smerge-remove-props, smerge-refine):
5516 Use with-silent-modifications (bug#4342).
5517
5518 * subr.el (with-silent-modifications): New macro.
5519
5520 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
5521
5522 * files.el (top-level): Require `cl' when compiling.
5523
5524 2009-09-07 Glenn Morris <rgm@gnu.org>
5525
5526 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
5527
5528 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
5529 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
5530
5531 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
5532
5533 * vc-git.el (vc-git-annotate-command): Use separator to parse
5534 arguments correctly.
5535
5536 2009-09-06 Eli Zaretskii <eliz@gnu.org>
5537
5538 * proced.el (proced-mode): Doc fix.
5539
5540 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
5541
5542 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
5543 lstat fails.
5544 (tramp-do-file-attributes-with-ls): Check for file existence at
5545 remote end.
5546 (tramp-do-file-attributes-with-stat): Likewise.
5547 (tramp-convert-file-attributes): Return nil when attr is nil.
5548
5549 2009-09-05 Glenn Morris <rgm@gnu.org>
5550
5551 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
5552 properties to this button.
5553 (diary-fancy-display): Don't extend the button to the final newline.
5554 (diary-fancy-display-mode): Continue to define "q" as a local key.
5555
5556 * calendar/cal-china.el (holiday-chinese): Make it slightly more
5557 efficient.
5558
5559 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
5560
5561 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
5562 (byte-compile-dest-file-function): New option.
5563 (byte-compile-dest-file): Doc fix.
5564 Obey byte-compile-dest-file-function.
5565 (byte-compile-cl-file-p): New function.
5566 (byte-compile-eval): Only suppress noruntime warnings about cl functions
5567 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
5568 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
5569 than for file being previously loaded.
5570 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
5571 (byte-compile-file-form-require): Handle the case where requiring a file
5572 indirectly causes CL to be loaded.
5573
5574 2009-09-05 Karl Fogel <kfogel@red-bean.com>
5575
5576 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
5577 before killing the old buffer, since by the time `kill-buffer' is
5578 run so many buffer variables have been set to nil that it may not
5579 behave as expected. (Bug#4061)
5580
5581 2009-09-05 Karl Fogel <kfogel@red-bean.com>
5582
5583 * files.el (find-alternate-file): If the old buffer is modified
5584 and visiting a file, behave similarly to `kill-buffer' when
5585 killing it, thus reverting to the pre-1.878 behavior; see
5586 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
5587 for discussion. Also, consult `buffer-file-name' as a variable
5588 not as a function, for consistency with the rest of the code.
5589
5590 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
5591
5592 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
5593 also when adding a new directory.
5594
5595 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
5596 defun.
5597
5598 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
5599
5600 * files.el (locate-file-completion-table): Make it provide boundary
5601 information, so partial-completion works better.
5602
5603 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
5604
5605 * mail/footnote.el (Footnote-text-under-cursor):
5606 Check footnote-text-marker-alist before using it (bug#4324).
5607
5608 2009-09-04 Glenn Morris <rgm@gnu.org>
5609
5610 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
5611 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
5612 * play/solitaire.el, play/tetris.el:
5613 Remove leading * from defcustom and defface docs.
5614
5615 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
5616 necessary.
5617 (diary-fancy-overriding-map): New variable.
5618 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
5619 Use view-mode.
5620
5621 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
5622 goto-line.
5623
5624 2009-09-03 Glenn Morris <rgm@gnu.org>
5625
5626 * arc-mode.el (archive-mode):
5627 * dos-fns.el (set-default-process-coding-system):
5628 * man.el (Man-getpage-in-background):
5629 * menu-bar.el (menu-bar-describe-menu):
5630 * server.el (server-process-filter):
5631 * startup.el (command-line):
5632 * tar-mode.el (tar-header-block-tokenize, tar-extract):
5633 * w32-fns.el (set-default-process-coding-system):
5634 * x-dnd.el (x-dnd-handle-file-name):
5635 * international/mule-cmds.el (mule-menu-keymap)
5636 (set-default-coding-systems, language-info-alist, set-language-info)
5637 (set-language-environment, standard-display-european-internal)
5638 (set-locale-environment):
5639 * international/mule-diag.el (mule-diag):
5640 * mail/emacsbug.el (report-emacs-bug):
5641 * mail/rmail.el (rmail-mode):
5642 * mail/sendmail.el (mail-setup):
5643 Use default-value rather than default-enable-multibyte-characters.
5644
5645 * progmodes/f90.el: Move all safe properties into the defcustoms.
5646 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
5647
5648 * calendar/appt.el (appt-check):
5649 * calendar/diary-lib.el (diary-set-header, diary-live-p)
5650 (diary-check-diary-file, diary-list-entries)
5651 (diary-include-other-diary-files, diary-simple-display)
5652 (diary-fancy-display, diary-print-entries)
5653 (diary-mark-included-diary-files, diary-make-entry):
5654 Don't call substitute-in-file-name on diary-file.
5655
5656 2009-09-03 Eduard Wiebe <usenet@pusto.de>
5657 Stefan Monnier <monnier@iro.umontreal.ca>
5658
5659 * mail/footnote.el (footnote-prefix): Make it a defcustom.
5660 (footnote-mode-map): Move initialization into the declaration.
5661 (footnote-minor-mode-map): Define it rather than changing global-map.
5662 (footnote-mode): Use define-minor-mode.
5663
5664 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
5665
5666 * net/tramp.el (tramp-handle-file-attributes-with-ls)
5667 (tramp-do-file-attributes-with-perl)
5668 (tramp-do-file-attributes-with-stat): Rename from
5669 `tramp-handle-file-attributes-with-*'.
5670 (tramp-handle-file-attributes): Use them.
5671 (tramp-do-directory-files-and-attributes-with-perl)
5672 (tramp-do-directory-files-and-attributes-with-stat): Rename from
5673 `tramp-handle-directory-files-and-attributes-with-*'.
5674 (tramp-handle-directory-files-and-attributes): Use them.
5675 (tramp-method-out-of-band-p): Additional parameter SIZE.
5676 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
5677 (tramp-handle-write-region): Use it.
5678 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
5679 (tramp-handle-vc-registered): Check, whether the first run did
5680 return files to be tested.
5681 (tramp-advice-make-auto-save-file-name): Do not call directly
5682 `tramp-handle-make-auto-save-file-name', because this would bypass
5683 the locking mechanism.
5684
5685 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
5686 (file-remote-p, process-file, start-file-process, set-file-times)
5687 (tramp-compat-file-attributes): Compatibility functions shall not
5688 call directly `tramp-handle-*', because this would bypass the
5689 locking mechanism.
5690 (tramp-compat-number-sequence): New defun.
5691
5692 2009-09-02 Glenn Morris <rgm@gnu.org>
5693
5694 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
5695 alias for float-time.
5696 (time-to-number-of-days): In Emacs, use float-time.
5697 * net/newst-backend.el (time-add): Suppress warnings from compat
5698 function.
5699 * time.el (emacs-uptime, emacs-init-time):
5700 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
5701 Use float-time rather than time-to-seconds.
5702
5703 * minibuffer.el (completion-initials-expand): Fix typo.
5704
5705 * faces.el (modeline, modeline-inactive, modeline-highlight)
5706 (modeline-buffer-id):
5707 * info.el (info-menu-5): Mark these face aliases as obsolete.
5708
5709 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
5710
5711 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
5712 space ...
5713 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
5714 no "--thread" option.
5715 (gdb-stopped): Don't print "Switched to thread" message when it is
5716 unchanged.
5717
5718 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
5719
5720 * minibuffer.el (completion-try-completion)
5721 (completion-all-completions): Remove ill-defined (and
5722 mistakenly installed and luckily never used nor documented)
5723 `completion-styles' property.
5724 (completion-initials-expand, completion-initials-all-completions)
5725 (completion-initials-try-completion): New functions.
5726 (completion-styles-alist): Add doc to each entry.
5727 Add new `initials' entry.
5728
5729 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
5730
5731 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
5732 MI command -var-evaluate-expression.
5733 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
5734 and tweak for case of string child.
5735 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
5736
5737 2009-09-01 Glenn Morris <rgm@gnu.org>
5738
5739 * add-log.el (change-log-date-face, change-log-name-face)
5740 (change-log-email-face, change-log-file-face, change-log-list-face)
5741 (change-log-conditionals-face, change-log-function-face)
5742 (change-log-acknowledgement-face):
5743 * cus-edit.el (custom-invalid-face, custom-rogue-face)
5744 (custom-modified-face, custom-set-face, custom-changed-face)
5745 (custom-saved-face, custom-button-face, custom-button-pressed-face)
5746 (custom-documentation-face, custom-state-face, custom-comment-face)
5747 (custom-comment-tag-face, custom-variable-tag-face)
5748 (custom-variable-button-face, custom-face-tag-face)
5749 (custom-group-tag-face-1, custom-group-tag-face):
5750 * diff-mode.el (diff-header-face, diff-file-header-face)
5751 (diff-index-face, diff-hunk-header-face, diff-removed-face)
5752 (diff-added-face, diff-changed-face, diff-function-face)
5753 (diff-context-face, diff-nonexistent-face):
5754 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
5755 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
5756 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
5757 (Info-title-4-face):
5758 * isearch.el (isearch-lazy-highlight-face):
5759 * log-view.el (log-view-file-face, log-view-message-face):
5760 * paren.el (show-paren-match-face, show-paren-mismatch-face):
5761 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
5762 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
5763 (cvs-msg-face):
5764 * smerge-mode.el (smerge-mine-face, smerge-other-face)
5765 (smerge-base-face, smerge-markers-face):
5766 * wid-edit.el (widget-documentation-face, widget-button-face)
5767 (widget-field-face, widget-single-line-field-face)
5768 (widget-inactive-face, widget-button-pressed-face):
5769 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
5770 (woman-addition-face):
5771 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
5772 (eshell-ls-executable-face, eshell-ls-readonly-face)
5773 (eshell-ls-unreadable-face, eshell-ls-special-face)
5774 (eshell-ls-missing-face, eshell-ls-archive-face)
5775 (eshell-ls-backup-face, eshell-ls-product-face)
5776 (eshell-ls-clutter-face):
5777 * eshell/em-prompt.el (eshell-prompt-face):
5778 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
5779 * obsolete/old-whitespace.el (whitespace-highlight-face):
5780 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
5781 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
5782 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
5783 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
5784 (antlr-font-lock-literal-face):
5785 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
5786 (ebrowse-root-class-face, ebrowse-file-name-face)
5787 (ebrowse-default-face, ebrowse-member-attribute-face)
5788 (ebrowse-member-class-face, ebrowse-progress-face):
5789 * progmodes/make-mode.el (makefile-space-face):
5790 * progmodes/sh-script.el (sh-heredoc-face):
5791 * textmodes/flyspell.el (flyspell-incorrect-face)
5792 (flyspell-duplicate-face):
5793 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
5794 * textmodes/texinfo.el (texinfo-heading-face):
5795 Mark face aliases with "-face" suffix as obsolete.
5796
5797 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
5798 compiler.
5799
5800 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
5801 (eudc-bob-sound-menu): Use defvar rather than defconst, since
5802 easy-menu-define wants to modify these.
5803
5804 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
5805
5806 * net/browse-url.el (browse-url-file-url):
5807 * term/internal.el (dos-codepage-setup):
5808 Use default-value rather than default-enable-multibyte-characters.
5809
5810 * progmodes/etags.el (etags-goto-tag-location):
5811 * progmodes/flymake.el (flymake-highlight-line)
5812 (flymake-goto-file-and-line, flymake-goto-line):
5813 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
5814 (gdb-goto-breakpoint):
5815 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
5816 * progmodes/python.el (python-find-function)
5817 (python-pdbtrack-track-stack-file):
5818 * progmodes/verilog-mode.el (verilog-surelint-off):
5819 * term/ns-win.el (ns-open-file-select-line):
5820 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
5821 Use forward-line rather than goto-line.
5822
5823 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
5824 * textmodes/reftex-index.el (reftex-display-index):
5825 * textmodes/reftex-ref.el (reftex-offer-label-menu):
5826 * textmodes/reftex-toc.el (reftex-toc):
5827 Remove unnecessary bindings of default-major-mode (all are followed by
5828 major-mode check and possible mode switch).
5829
5830 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
5831
5832 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
5833 Handle watchpoints (bug#4282).
5834 (def-gdb-thread-buffer-command): Enable thread to be selected by
5835 clicking without selecting threads buffer first.
5836 (gdb-current-context-command): Use selected frame so that "up",
5837 "down" etc work in the GUD buffer.
5838 (gdb-update): Find selected frame before rendering stack buffer.
5839 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
5840
5841 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5842
5843 * progmodes/sym-comp.el (displayed-completions): Remove.
5844 (symbol-complete): Use minibuffer-complete.
5845
5846 2009-08-31 Glenn Morris <rgm@gnu.org>
5847
5848 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
5849
5850 * apropos.el (apropos-symbols-internal):
5851 Handle (obsolete) face aliases.
5852
5853 * faces.el (describe-face): Adjust the output format to be more like
5854 describe-variable, and to mention (obsolete) face aliases.
5855 Adjust the whitespace so that help-setup-xref works.
5856
5857 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
5858 * calendar/diary-lib.el (diary-button-face):
5859 Mark these face aliases as obsolete.
5860
5861 * calendar/calendar.el (calendar-today): Doc fix.
5862
5863 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
5864
5865 * progmodes/gdb-mi.el (gdb-control-all-threads)
5866 (gdb-control-current-thread): Force tool bar update.
5867 (gdb-non-stop-handler): New function.
5868 (gdb-init-1): Use it to test if non-stop mode is supported.
5869 Remove unused gdbmi buffer type.
5870
5871 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
5872
5873 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
5874 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
5875
5876 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
5877
5878 * comint.el (comint-exec-1): Check command is non-null first.
5879 Part of gdb-mi.el change (2009-08-28).
5880
5881 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5882
5883 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
5884
5885 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
5886
5887 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
5888 instead of `dolist' to avoid a recursive require when bootstrapping.
5889
5890 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5891
5892 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
5893
5894 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
5895
5896 * net/imap.el (imap-send-command): Simplify.
5897 (imap-wait-for-tag): point-max -> buffer-size.
5898
5899 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
5900
5901 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
5902 with constant argument.
5903
5904 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
5905
5906 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
5907
5908 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
5909 Change default, since most of our files don't have a history.
5910 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
5911 the user.
5912
5913 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5914 Add comint-run.
5915
5916 * calc/calc.el: Improve commenting convention.
5917 (calc-digit-map, toplevel): Simplify.
5918
5919 * comint.el (comint-insert-input): Be careful to only set point if we
5920 don't delegate to some other command.
5921
5922 * proced.el (proced-signal-list): Make it an alist.
5923 (proced-grammar-alist): Capitalize names.
5924 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
5925 Disable undo manually and make it read-only.
5926 Use completion-annotate-function.
5927
5928 * minibuffer.el (minibuffer-message): If the current buffer is not
5929 a minibuffer, insert the message in the echo area rather than at the
5930 end of the buffer.
5931 (completion-annotate-function): New variable.
5932 (minibuffer-completion-help): Use it.
5933 (completion--embedded-envvar-table): Environment vars are
5934 always case-sensitive.
5935
5936 2009-08-30 Glenn Morris <rgm@gnu.org>
5937
5938 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
5939 from fortran-current-defun.
5940 (fortran-beginning-of-subprogram): Be more precise about finding the
5941 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
5942 (fortran-end-of-subprogram): Simplify.
5943 (fortran-current-defun): Use fortran-start-prog-re.
5944
5945 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
5946
5947 * subr.el (do-after-load-evaluation): Simplify.
5948
5949 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
5950
5951 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
5952
5953 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
5954 (vc-rcs-print-log): Use it.
5955
5956 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
5957
5958 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5959
5960 * paths.el (abbrev-file-name): Move to abbrev.el.
5961 * abbrev.el (abbrev-file-name): Move from paths.el.
5962 Obey user-emacs-directory.
5963 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
5964 user-emacs-directory.
5965 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
5966 abbrev-file-name and calc-settings-file any more.
5967 * startup.el (command-line): Recompute abbrev-file-name and
5968 abbreviated-home-dir.
5969 (normal-no-mouse-startup-screen): Improve the generic code and get rid
5970 of the special code for when C-h bindings haven't been changed.
5971 (display-startup-echo-area-message): Use with-current-buffer.
5972 (command-line-1): Use a list of strings, rather than a list of lists
5973 of strings for longopts.
5974
5975 * files.el (get-free-disk-space): Use / for default-directory.
5976
5977 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
5978 Use with-current-buffer.
5979
5980 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
5981 Recognize immutable variables like most-positive-fixnum.
5982 (byte-compile-setq-default): Check and warn if trying to assign
5983 to an immutable variable, or a non-variable.
5984
5985 * progmodes/cc-vars.el (c-comment-continuation-stars):
5986 * progmodes/cc-engine.el (c-looking-at-bos):
5987 * progmodes/cc-cmds.el (c-toggle-auto-state)
5988 (c-forward-into-nomenclature, c-backward-into-nomenclature)
5989 (c-comment-line-break-function): Add version of obsolescence.
5990
5991 2009-08-28 Juri Linkov <juri@jurta.org>
5992
5993 * files.el (magic-fallback-mode-alist): Add ZIP magic number
5994 associated with `archive-mode'.
5995
5996 * image.el (image-type-header-regexps): Use only JPEG magic number
5997 to determine JPEG images, and don't use `image-jpeg-p' because
5998 Emacs can display non-JFIF non-Exif JPEG images.
5999
6000 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
6001
6002 * arc-mode.el (archive-mode):
6003 * emacs-lisp/re-builder.el (re-builder-unload-function):
6004 Protect against the default value of `major-mode' being nil.
6005
6006 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
6007
6008 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
6009 Fix typos in docstrings.
6010
6011 * progmodes/js.el (js--macro-decl-re): Doc fix.
6012 (js--plain-method-re, js--split-name): Refloc docstring.
6013 (js--class-styles, js--make-merged-item, js--splice-into-items):
6014 Fix typos in docstrings; reflow docstrings.
6015 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
6016 (js--variable-decl-matcher, js--inside-pitem-p)
6017 (js--parse-state-at-point, js--get-all-known-symbols)
6018 (js--symbol-history, js-find-symbol, js--js-references)
6019 (js--moz-interactor, js--js-encode-value, js--read-tab):
6020 Fix typos in docstrings.
6021
6022 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6023
6024 * textmodes/reftex.el (reftex-get-file-buffer-force):
6025 * progmodes/verilog-mode.el (verilog-batch-execute-func):
6026 * emulation/viper.el (viper-go-away, viper-set-hooks):
6027 * emacs-lisp/re-builder.el (re-builder-unload-function):
6028 * emacs-lisp/bytecomp.el (byte-compile-file):
6029 * ses.el (ses-unload-function):
6030 * hexl.el (hexl-find-file):
6031 * files.el (normal-mode):
6032 * ehelp.el (with-electric-help):
6033 * autoinsert.el (auto-insert-alist):
6034 * arc-mode.el (archive-mode):
6035 Use (default-value 'major-mode) instead of default-major-mode.
6036
6037 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
6038 * international/mule.el (load-with-code-conversion):
6039 * emacs-lisp/debug.el (debug):
6040 * ediff-vers.el (ediff-rcs-get-output-buffer):
6041 * dired.el (dired-internal-noselect): Don't let-bind
6042 default-major-mode around code that doesn't use it.
6043 E.g. buffer creation via get-buffer-create doesn't use it.
6044
6045 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
6046
6047 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
6048 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
6049 when writing the temp file. Otherwise, epa-file gets confused.
6050 (tramp-register-file-name-handlers): Make it a defun. Move also
6051 `epa-file-handler' to the front of `file-name-handler-alist'.
6052
6053 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6054
6055 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
6056 start right after a ^M.
6057 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
6058 (tramp-completion-file-name-regexp-separate)
6059 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
6060 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
6061 Don't modify last-coding-system-used by accident.
6062 (tramp-completion-file-name-handler): Apply the checks here,
6063 instead during registration.
6064 (tramp-register-file-name-handlers) Renamed from
6065 `tramp-register-file-name-handler'. Register both
6066 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
6067 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
6068
6069 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
6070
6071 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
6072 Remove variable ...
6073 (gdb-init-1, gdb-display-separate-io-buffer)
6074 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
6075 references to it.
6076 (gdb-inferior-io-mode): Use make-comint-in-buffer.
6077 (gdb-inferior-filter): Use comint-output-filter to stop
6078 echoing and remove ^M characters.
6079
6080 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6081
6082 * emulation/viper-init.el (viper-restore-cursor-type):
6083 * emulation/cua-base.el (cua--update-indications):
6084 Replace default-cursor-type with (default-value 'cursor-type).
6085
6086 * mail/sendmail.el (mail-recover-1):
6087 * international/mule-diag.el (describe-current-coding-system-briefly)
6088 (describe-current-coding-system):
6089 * international/mule-cmds.el (select-safe-coding-system)
6090 (select-message-coding-system)
6091 (set-language-environment-coding-systems, set-locale-environment):
6092 * hexl.el (hexl-insert-multibyte-char):
6093 * dos-w32.el (find-buffer-file-type-coding-system):
6094 * simple.el (what-cursor-position):
6095 Replace uses of default-buffer-file-coding-system
6096 with (default-value 'buffer-file-coding-system).
6097
6098 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
6099 Replace uses of default-cursor-in-non-selected-windows
6100 with (default-value 'cursor-in-non-selected-windows).
6101 Use with-current-buffer.
6102
6103 * mail/feedmail.el: Use CL macros.
6104 (feedmail-run-the-queue, feedmail-send-it-immediately):
6105 * dos-w32.el (find-buffer-file-type): Replace uses of
6106 default-buffer-file-type with (default-value 'buffer-file-type).
6107
6108 2009-08-28 Glenn Morris <rgm@gnu.org>
6109
6110 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
6111 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
6112 Use default-value of major-mode rather than default-major-mode.
6113
6114 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
6115
6116 * Makefile.in (update-elcfiles): Report left over elc files.
6117
6118 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
6119 expand-file-name and with-current-buffer.
6120 (mail-get-names, mail-directory): Use with-current-buffer.
6121
6122 * vc.el (vc-read-revision): New function.
6123 (vc-version-diff, vc-merge): Use it.
6124
6125 2009-08-27 Sam Steingold <sds@gnu.org>
6126
6127 * simple.el (kill-do-not-save-duplicates): New user option.
6128 (kill-new): When it is non-nil, and the new string is the same as
6129 the latest kill, set replace to t to avoid duplicates in kill-ring.
6130
6131 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
6132
6133 * net/tramp.el (tramp-handle-process-file): Do not flush all
6134 caches when `process-file-side-effects' is set.
6135 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
6136 instead of `tramp-find-file-exists-command'.
6137 Unset `process-file-side-effects'.
6138
6139 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
6140
6141 * net/tramp.el (tramp-methods): New method "rsyncc".
6142 (top): Add completion function for "rsyncc".
6143 (tramp-message-show-message): New defvar.
6144 (tramp-message, tramp-error): Use it.
6145 (tramp-do-copy-or-rename-file-directly): Extend check for direct
6146 remote copying.
6147 (tramp-do-copy-or-rename-file-out-of-band): Handle new
6148 `tramp-methods' entry `copy-env' of "rsyncc".
6149 (tramp-vc-registered-read-file-names): New defconst.
6150 (tramp-vc-registered-file-names): New defvar.
6151 (tramp-handle-vc-registered): Implement optimization strategy.
6152 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
6153 (tramp-vc-file-name-handler): New defun.
6154 (tramp-get-ls-command, tramp-get-test-command)
6155 (tramp-get-file-exists-command, tramp-get-remote-ln)
6156 (tramp-get-remote-perl, tramp-get-remote-stat)
6157 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
6158
6159 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
6160 (tramp-cache-inhibit-cache): Extend doc string. It allows also
6161 timestamps.
6162 (tramp-get-file-property): Check for timestamps in
6163 `tramp-cache-inhibit-cache'.
6164 (tramp-set-file-property): Write timestamp.
6165
6166 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6167
6168 * language/japan-util.el (japanese-symbol-table): Add entries for
6169 cp932-2-byte.
6170
6171 * international/characters.el: Add category `j' to cp932-2-byte.
6172
6173 2009-08-27 Kenichi Handa <handa@m17n.org>
6174
6175 * international/fontset.el (build-default-fontset-data): New macro.
6176 (setup-default-fontset): Use build-default-fontset-data for CJK,
6177 tibetan, ethiopic, and ipa.
6178
6179 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
6180
6181 * cus-start.el (default-major-mode): Customize `major-mode' instead.
6182 (enable-multibyte-characters): Not customizable any more.
6183
6184 * subr.el (default-mode-line-format, default-header-line-format)
6185 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
6186 (default-direction-reversed, default-truncate-lines)
6187 (default-left-margin, default-tab-width, default-case-fold-search)
6188 (default-left-margin-width, default-right-margin-width)
6189 (default-left-fringe-width, default-right-fringe-width)
6190 (default-fringes-outside-margins, default-scroll-bar-width)
6191 (default-vertical-scroll-bar, default-indicate-empty-lines)
6192 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
6193 (default-fringe-cursor-alist, default-scroll-up-aggressively)
6194 (default-scroll-down-aggressively, default-fill-column)
6195 (default-cursor-type, default-buffer-file-type)
6196 (default-cursor-in-non-selected-windows)
6197 (default-buffer-file-coding-system, default-major-mode)
6198 (default-enable-multibyte-characters): Mark as obsolete.
6199
6200 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
6201
6202 * vc-dir.el (vc-dir-update): Remove debug helper.
6203
6204 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
6205
6206 2009-08-26 Sam Steingold <sds@gnu.org>
6207
6208 * simple.el (save-interprogram-paste-before-kill): New user option.
6209 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
6210 save the interprogram-paste into kill-ring before overriding it
6211 with the Emacs kill.
6212
6213 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
6214
6215 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
6216 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
6217 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
6218 and move to vc-rcs.el.
6219 (vc-default-next-revision): Rename to vc-rcs-next-revision and
6220 move to vc-rcs.el.
6221 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
6222 (vc-rcs-update-changelog): Remove.
6223 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
6224 and move to vc-rcs.el.
6225
6226 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
6227 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
6228 renaming.
6229 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
6230 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
6231 vc.el, renamed to be RCS specific.
6232
6233 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
6234 New functions.
6235 (vc-cvs-update-changelog): Move here from vc.el.
6236
6237 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
6238 New functions.
6239
6240 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
6241
6242 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
6243
6244 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
6245
6246 * vc-git.el (vc-git-register): Use "git add" for directories.
6247 (vc-git-stash, vc-git-stash-show): New functions.
6248 (vc-git-extra-menu-map): Bind them.
6249
6250 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
6251 directory correctly in case the item is a directory itself.
6252
6253 * vc.el: Document the desired behavior for reverted files in the
6254 `added' state.
6255 (vc-default-prettify-state-info): Remove function, unused.
6256
6257 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
6258
6259 2009-08-26 Glenn Morris <rgm@gnu.org>
6260
6261 * bindings.el (standard-mode-line-format): Reposition dashes in
6262 which-func entry. (Bug#4217)
6263
6264 * files.el (enable-local-variables, enable-local-eval)
6265 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
6266 the defcustoms.
6267 (auto-mode-alist, ignored-local-variables)
6268 (save-some-buffers-action-alist): Move risky declarations to the
6269 definitions.
6270 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
6271 (font-lock-defaults, format-alist, imenu--index-alist)
6272 (imenu-generic-expression, input-method-alist, minor-mode-alist)
6273 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
6274 (mode-line-modified, mode-line-mule-info, mode-line-position)
6275 (mode-line-process, mode-line-remote, outline-level)
6276 (parse-time-rules, rmail-output-file-alist)
6277 (special-display-buffer-names, vc-mode):
6278 Move risky declarations to the relevant files.
6279 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
6280 (mode-line-modified, mode-line-process, mode-line-position)
6281 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
6282 * font-core.el (font-lock-defaults):
6283 * format.el (format-alist):
6284 * vc-hooks.el (vc-mode):
6285 * window.el (special-display-buffer-names):
6286 * international/mule-cmds.el (input-method-alist):
6287 Define riskiness here (dumped file) rather than in files.el.
6288 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
6289 * imenu.el (imenu-generic-expression, imenu--index-alist):
6290 * outline.el (outline-level):
6291 * time.el (display-time-string):
6292 * calendar/parse-time.el (parse-time-rules):
6293 * mail/rmailout.el (rmail-output-file-alist):
6294 Autoload riskiness here, rather than placing in files.el.
6295
6296 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
6297
6298 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
6299
6300 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
6301
6302 * simple.el (process-file-side-effects): New defvar.
6303
6304 * dired-aux.el (dired-show-file-type):
6305 * vc.el (vc-diff-internal):
6306 * vc-arch.el (vc-arch-diff):
6307 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
6308 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
6309 * vc-git.el (vc-git-registered, vc-git-working-revision)
6310 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
6311 (vc-git--empty-db-p):
6312 * vc-hooks.el (vc-user-login-name):
6313 * vc-svn.el (vc-svn-registered, vc-svn-state)
6314 (vc-svn-dir-extra-headers, vc-svn-find-revision):
6315 * progmodes/grep.el (grep-probe): Let-bind
6316 `process-file-side-effects' with nil.
6317
6318 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
6319
6320 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
6321 daemon. Replace ping by checking for running service for bluez
6322 and zeroconf. (Bug#4239)
6323
6324 2009-08-25 Kevin Ryde <user42@zip.com.au>
6325
6326 * net/dig.el (dig): Add autoload cookie.
6327
6328 2009-08-25 Glenn Morris <rgm@gnu.org>
6329
6330 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
6331 load-history for absolute file-names.
6332 (byte-compile-file-form-require): Warn about use of the cl package.
6333
6334 * format.el (format-alist): Doc fix.
6335
6336 * play/bubbles.el (top-level): Don't require cl at run-time.
6337
6338 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
6339 run-time cl).
6340
6341 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
6342
6343 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
6344 from cl package.
6345 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
6346
6347 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
6348
6349 * calc/calc-alg.el (math-trig-rewrite)
6350 (math-hyperbolic-trig-rewrite): New functions.
6351 (calc-simplify): Simplify trig functions when asked.
6352
6353 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
6354
6355 * diff-mode.el (diff-find-source-location): Avoid goto-line.
6356
6357 2009-08-24 Kenichi Handa <handa@m17n.org>
6358
6359 * language/ind-util.el (mapthread): Delete it.
6360 (combinatorial): New function.
6361 (indian--puthash-cv): Use combinatorial instead of mapthread.
6362
6363 2009-08-22 Kevin Ryde <user42@zip.com.au>
6364
6365 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
6366 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
6367 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
6368 Clarify docstring that the value is strings not symbols.
6369 (checkdoc-list-of-strings-p): New function.
6370
6371 2009-08-22 Glenn Morris <rgm@gnu.org>
6372
6373 * files.el (auto-mode-alist):
6374 * hippie-exp.el (he-concat-directory-file-name):
6375 * lpr.el (lpr-windows-system, printer-name):
6376 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
6377 * ps-print.el (ps-windows-system):
6378 * startup.el (command-line):
6379 * emulation/viper-ex.el (viper-glob-function):
6380 * international/mule-cmds.el (set-language-environment-coding-systems):
6381 * net/ange-ftp.el (ange-ftp-write-region):
6382 * obsolete/fast-lock.el (fast-lock-cache-name):
6383 Remove code for defunct system-types emx, macos, mswindows, next-mach,
6384 unisoft-unix, vax-vms, win32, w32.
6385
6386 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
6387 given name if the pattern is not more specific.
6388
6389 * calendar/lunar.el (lunar-phase-names): New option.
6390 (lunar-phase): Doc fix.
6391 (lunar-cycles-per-year): New constant.
6392 (lunar-index): New function.
6393 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
6394 (lunar-phase-name): Use lunar-phase-names.
6395 (calendar-lunar-phases): Use format.
6396 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
6397
6398 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
6399 Copy imenu-example--name-and-position function here for own use.
6400 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
6401
6402 * bs.el (bs--redisplay):
6403 * cus-edit.el (custom-redraw):
6404 * ibuffer.el (ibuffer-bury-buffer):
6405 * server.el (server-goto-line-column):
6406 * startup.el (command-line-1):
6407 * strokes.el (strokes-xpm-for-stroke):
6408 * term.el (term-display-buffer-line):
6409 * view.el (View-goto-line):
6410 * calc/calc.el (calc-do, calc-trail-buffer):
6411 * play/gamegrid.el (gamegrid-add-score-insecure):
6412 * progmodes/ada-mode.el (ada-compile-goto-error):
6413 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
6414 (ebrowse-select-1st-to-9nth):
6415 * progmodes/cperl-mode.el (cperl-time-fontification):
6416 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
6417 * progmodes/gud.el (gud-display-line):
6418 (idlwave-shell-display-line):
6419 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
6420 * progmodes/make-mode.el (makefile-browser-toggle):
6421 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
6422 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
6423 * textmodes/picture.el (picture-draw-rectangle):
6424 * textmodes/reftex-index.el (reftex-index-goto-letter):
6425 (reftex-select-jump-to-previous):
6426 * textmodes/reftex-sel.el (reftex-find-start-point)
6427 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
6428 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
6429 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
6430 * textmodes/tex-mode.el (tex-compilation-parse-errors):
6431 * textmodes/two-column.el (2C-associated-buffer):
6432 Use forward-line rather than goto-line.
6433
6434 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
6435 goto-line.
6436
6437 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
6438 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
6439 (quick-check-list-to-regexp): Declare.
6440
6441 * progmodes/make-mode.el (makefile-browser-insert-selection):
6442 Use goto-char rather than goto-line.
6443
6444 * progmodes/prolog.el (compilation-error-regexp-alist)
6445 (compilation-forget-errors): Declare.
6446
6447 2009-08-22 Juri Linkov <juri@jurta.org>
6448
6449 * progmodes/grep.el (lgrep, rgrep): At the beginning
6450 set `dir' to `default-directory' unless `dir' is a non-nil
6451 readable directory. (Bug#4052)
6452 (lgrep, rgrep): Change a weird way to report an error
6453 from using `read-string' to using `error'.
6454 Instead of using interactive arguments in the function body,
6455 add new argument `confirm'.
6456
6457 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
6458
6459 * textmodes/remember.el (remember-buffer):
6460 * progmodes/cperl-mode.el (cperl-vc-header-alist):
6461 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
6462 (icalendar-extract-ical-from-buffer):
6463 * net/newst-treeview.el (newsticker-groups-filename):
6464 * net/newst-backend.el (newsticker-cache-filename):
6465 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
6466 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
6467 (speedbar-add-ignored-path-regexp, speedbar-line-path)
6468 (speedbar-buffers-line-path, speedbar-path-line)
6469 (speedbar-buffers-line-path):
6470 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
6471 (epg-sign-keys):
6472 * epa.el (epa-display-verify-result):
6473 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
6474
6475 2009-08-21 Glenn Morris <rgm@gnu.org>
6476
6477 * progmodes/js.el (inferior-moz-process): Fix declaration.
6478
6479 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
6480
6481 * obsolete/rnewspost.el (news-mail-reply):
6482 Use goto-char rather than goto-line.
6483
6484 * term/ns-win.el (ns-open-file-select-line):
6485 Use line-beginning-position rather than goto-line.
6486
6487 * apropos.el (apropos-command):
6488 * ehelp.el (electric-helpify):
6489 * printing.el (pr-show-setup):
6490 * strokes.el (strokes-help):
6491 * tutorial.el (tutorial--describe-nonstandard-key)
6492 (tutorial--detailed-help):
6493 * woman.el (woman-mini-help, woman-display-extended-fonts):
6494 * calc/calc-help.el (calc-describe-key):
6495 * emulation/edt.el (edt-electric-helpify):
6496 * international/mule-diag.el (mule-diag):
6497 * play/yow.el (apropos-zippy):
6498 * progmodes/python.el (python-describe-symbol):
6499 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
6500 * textmodes/table.el (*table--cell-describe-mode)
6501 (*table--cell-describe-bindings):
6502 Use help-print-return-message rather than the now obsolete alias.
6503
6504 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
6505 (calendar-cursor-to-visible-date):
6506 * play/5x5.el (5x5-position-cursor):
6507 * play/decipher.el (decipher):
6508 * play/gomoku.el (gomoku-goto-xy):
6509 * play/landmark.el (lm-goto-xy):
6510 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
6511 (mpuz-paint-digit):
6512 Use forward-line, not goto-line.
6513
6514 * mail/rmail.el (rmail-obsolete): Delete custom group.
6515 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
6516 (rmail-remote-password, rmail-remote-password-required):
6517 Remove unneeded :set-after and :set properties.
6518
6519 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
6520
6521 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
6522
6523 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
6524
6525 * loadup.el: Remove leftover macos code.
6526
6527 * vc-git.el (vc-git-annotate-command): Run asynchronously.
6528 Explicitly pass the date format to git blame so that user local
6529 so that the output format can be parsed.
6530
6531 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
6532
6533 * net/dbus.el (top): Don't check for (getenv
6534 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
6535
6536 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
6537
6538 * log-edit.el (log-edit-strip-single-file-name): New var.
6539 (log-edit-insert-changelog): Use it. Bug#3571
6540
6541 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
6542
6543 * subr.el (read-passwd): Use read-key so keypad keys work as well.
6544 Bug#3287
6545
6546 * help.el (help-print-return-message): Rename from
6547 print-help-return-message.
6548
6549 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
6550 cvs-mode-map parent hack.
6551 (log-view-mode): Derive from special-mode.
6552
6553 * linum.el (linum-mode): window-size-change-functions is redundant.
6554 Adapt to new window-configuration-change-hook behavior.
6555 (linum-after-size, linum-after-config): Remove.
6556
6557 * imenu.el (imenu-example--name-and-position)
6558 (imenu-example--lisp-extract-index-name)
6559 (imenu-example--create-lisp-index, imenu-example--create-c-index):
6560 Mark as obsolete.
6561
6562 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
6563 (inferior-prolog-mode): Use it.
6564 (inferior-prolog-load-file): Reset list of errors.
6565
6566 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6567
6568 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
6569
6570 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
6571
6572 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
6573
6574 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
6575 is running already.
6576
6577 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
6578
6579 * subr.el (listify-key-sequence-1): Use normal syntax since those
6580 integers are nowadays always represented by the same (positive) number
6581 on all platforms.
6582 (read-key-empty-map): New const.
6583 (read-key-delay): New var.
6584 (read-key): New function.
6585 (force-mode-line-update): Use with-current-buffer.
6586 (locate-user-emacs-file): Don't forget to abbreviate the file name.
6587 (start-process-shell-command, start-file-process-shell-command):
6588 Discourage the use of command-args.
6589
6590 2009-08-19 Glenn Morris <rgm@gnu.org>
6591
6592 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
6593
6594 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
6595
6596 * simple.el (choose-completion-string): Don't rely on
6597 minibuffer-completing-file-name and ad-hoc checks to decide whether
6598 to continue completion or not.
6599
6600 * minibuffer.el (minibuffer-hide-completions): New function.
6601 (completion--do-completion): Use it.
6602 (completions-annotations): New face.
6603 (completion--insert-strings): Use it.
6604 (completion-pcm--delim-wild-regex): Add docstring.
6605 (completion-pcm--string->pattern): Add support for 0-width delimiters
6606 in completion-pcm--delim-wild-regex.
6607
6608 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
6609
6610 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
6611 Remove unused var `buffer-modified-p'.
6612
6613 * minibuffer.el (completion--do-completion): Move point for the #b001
6614 case as well (bug#4176).
6615 (minibuffer-complete, minibuffer-complete-word): Don't move point.
6616
6617 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
6618
6619 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
6620 and :session buses.
6621
6622 2009-08-18 Kenichi Handa <handa@m17n.org>
6623
6624 * international/ucs-normalize.el (ucs-normalize-version):
6625 Change to 1.1.
6626 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
6627 (utf-8-hfs): Make it perform normalization on encoding too.
6628
6629 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
6630 (sentence-end-without-space): Delete duplicated chars.
6631 (sentence-end-base): Likewise.
6632
6633 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
6634 (html-mode): Delete duplicated chars from sentence-end-base.
6635
6636 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
6637 (texinfo-mode): Delete duplicated chars from sentence-end-base.
6638
6639 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
6640
6641 * files.el (hack-one-local-variable): If the mode function is for
6642 a minor mode, pass it an argument (Bug#4148).
6643
6644 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
6645
6646 * net/tramp.el (tramp-register-completion-file-name-handler):
6647 Check also for (member 'partial-completion completion-styles).
6648
6649 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
6650
6651 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
6652 abbrev (Bug#3943).
6653
6654 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
6655
6656 * progmodes/cperl-mode.el: Merge upstream 6.2.
6657 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
6658 (cperl-forward-re): Check cperl-brace-recursing.
6659 (cperl-highlight-charclass): New function.
6660 (cperl-find-pods-heres): Use it.
6661 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
6662 (cperl-beautify-regexp-piece): Fix column calculation.
6663 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
6664 (cperl-beautify-level): Don't process entire regexp.
6665 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
6666 calling man.
6667 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
6668 (cperl-init-faces): Build a list in the normal way.
6669
6670 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
6671
6672 * calendar/parse-time.el (parse-time-string-chars): Save match
6673 data.
6674
6675 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
6676
6677 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
6678 (sql-product): Use it.
6679 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
6680 (sql-set-product): Add completion.
6681 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
6682 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
6683 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
6684 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
6685 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
6686 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
6687 (sql-highlight-db2-keywords): Remove.
6688 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
6689 (sql-highlight-product): Use derived-mode-p.
6690 (sql-set-sqli-buffer): Use with-current-buffer.
6691 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
6692 Simplify.
6693
6694 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
6695
6696 * term.el: Fix commenting convention, turn comments into docstrings.
6697
6698 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
6699
6700 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
6701
6702 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
6703
6704 * calendar/parse-time.el (parse-time-string-chars): Compute using
6705 character classes, to handle non-ascii characters (Bug#3190).
6706
6707 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
6708
6709 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
6710 another heredoc if the user adds another < (Bug#3226).
6711
6712 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6713 Don't initialize based on window-system (Bug#4124).
6714
6715 * facemenu.el (facemenu-read-color): Use a completion function
6716 that accepts any defined color, such as RGB triplets (Bug#3677).
6717
6718 * files.el (get-free-disk-space): Change fallback default
6719 directory to /. Expand DIR argument before switching to fallback.
6720 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
6721
6722 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
6723
6724 * files.el (load-library): Doc fix.
6725
6726 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
6727
6728 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
6729 (viper-if-string): Redefine C-s in the minibuffer to insert the last
6730 incremental search string.
6731
6732 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
6733 XEmacs.
6734
6735 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
6736 (ediff-merge-region-is-non-clash)
6737 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
6738 Also check if the job is really a merge job.
6739
6740 * ediff.el (ediff-current-file): New function.
6741
6742 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
6743
6744 * progmodes/js.el: Edit docstrings throughout to follow Emacs
6745 conventions.
6746 (js-insert-and-indent): Delete function.
6747 (js-mode-map): Don't bind keys to js-insert-and-indent.
6748 (js-beginning-of-defun): Rename from js--beginning-of-defun.
6749 (js-end-of-defun): Rename from js--end-of-defun.
6750 (js-auto-indent-flag): Delete variable.
6751
6752 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
6753
6754 * progmodes/js.el: Remove proclaim statement.
6755 Defvar which-func-imenu-joiner-function to silence compiler.
6756
6757 * files.el (auto-mode-alist): Use js-mode for .js files.
6758
6759 * progmodes/js2-mode.el: Remove file.
6760
6761 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
6762
6763 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
6764
6765 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
6766
6767 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
6768 Karl Landstrom <karl.landstrom@brgeight.se>
6769
6770 * progmodes/js.el: New file.
6771
6772 2009-08-14 Mark A. Hershberger <mah@everybody.org>
6773
6774 * timezone.el (timezone-parse-date): Add ability to understand ISO
6775 basic format (minimal separators) dates in addition to the
6776 already-supported extended format dates.
6777
6778 2009-08-14 Eli Zaretskii <eliz@gnu.org>
6779
6780 * international/ucs-normalize.el: Add a `coding' file variable.
6781
6782 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
6783
6784 2009-08-14 Sam Steingold <sds@gnu.org>
6785
6786 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
6787
6788 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
6789
6790 * faces.el (help-argument-name): Define it here instead of
6791 help-fns.el, because in daemon mode help-fns.el may be loaded when
6792 faces are still uninitialized (Bug#1078).
6793
6794 * help-fns.el (help-argument-name): Move defface to faces.el.
6795
6796 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
6797
6798 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
6799 create buffer with a pty but no process so that GDB can make the
6800 inferior the controlling process.
6801
6802 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
6803
6804 * international/ucs-normalize.el: New file.
6805
6806 2009-08-13 Richard Stallman <rms@gnu.org>
6807
6808 * mail/rmail.el (rmail-get-attr-names):
6809 Accept an attribute header that is too short.
6810
6811 * mail/rmail.el (rmail-forget-messages):
6812 Ignore nil elt in rmail-message-vector. Use dotimes.
6813
6814 * progmodes/compile.el (compilation-goto-locus):
6815 Use next-error-move-function.
6816
6817 * simple.el (next-error-move-function): New variable.
6818
6819 2009-08-12 Juri Linkov <juri@jurta.org>
6820
6821 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
6822 always non-nil. (Bug#4052)
6823
6824 * replace.el (read-regexp): Return empty string when
6825 `default-value' is nil.
6826 (keep-lines-read-args): Don't use empty string as the
6827 default value for `read-regexp'. (Bug#2495)
6828
6829 2009-08-12 Juri Linkov <juri@jurta.org>
6830
6831 * international/mule-cmds.el (ucs-insert): Change arguments
6832 from `arg' to `character', `count', `inherit' to be the same
6833 as in `insert-char'. Doc fix. (Bug#4039)
6834
6835 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
6836
6837 2009-08-12 Juri Linkov <juri@jurta.org>
6838
6839 * files-x.el: New file.
6840
6841 * files.el: Move code that deals with adding/deleting
6842 file/directory-local variables to files-x.el.
6843
6844 * Makefile.in (ELCFILES): Add files-x.elc.
6845
6846 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
6847
6848 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
6849 to use `goto-line'.
6850 (gdb-place-breakpoints, gdb-get-location): Rewritten without
6851 `goto-line'.
6852 (gdb-invalidate-disassembly): Do not refresh upon receiving
6853 'update signal. Instead, update all disassembly buffers only after
6854 threads list.
6855 (gdb): Send -target-detach when buffer is killed (Bug#3794).
6856 (gdb-starting): Moved -data-list-register-names...
6857 (gdb-stopped): ...here so it's sent when first thread stops.
6858 (gdb-registers-handler-custom): Do nothing if register names are
6859 unknown yet.
6860
6861 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
6862 from `gdb-mi.el' to avoid extra tangling.
6863
6864 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
6865 change which breaks `gud-def' definitions used in `gdb'.
6866 (gdb-update-gud-running): No extra fuss for updating frame number.
6867
6868 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6869
6870 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
6871 (describe-language-environment-map, setup-language-environment-map)
6872 (set-coding-system-map): Move initialization into declaration.
6873 (set-language-info-alist): Last arg to define-key-after can be skipped.
6874
6875 * international/quail.el (quail-completion-1): Simplify.
6876 (quail-define-rules): Use slightly more compact code.
6877 (quail-insert-decode-map): Propertize keys, compact columns.
6878
6879 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6880 Add goto-line.
6881
6882 2009-08-10 Miles Bader <miles@gnu.org>
6883
6884 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
6885 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
6886 (js2-instance-member, js2-private-member, js2-private-function-call)
6887 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
6888 (js2-magic-paren, js2-external-variable):
6889 Remove "-face" suffix from face names.
6890 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
6891 (js2-highlight-undeclared-vars, js2-peek-token)
6892 (js2-parse-function-params, js2-mode-show-errors)
6893 (js2-mode-show-warnings, js2-make-magic-delimiter)
6894 (js2-mode-highlight-magic-parens): Update to use new face names.
6895
6896 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
6897
6898 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
6899 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
6900
6901 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
6902
6903 * subr.el: Provide hashtable-print-readable.
6904
6905 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
6906 hs-c-like-adjust-block-beginning.
6907 (hs-hide-block-at-point): Stop hiding at the beginning of
6908 hs-block-end-regexp (Bug#700).
6909
6910 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
6911
6912 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
6913 a macro.
6914 (gdb-registers-handler-custom): Do not fail when register names
6915 are unavailable.
6916
6917 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
6918
6919 * progmodes/gdb-mi.el (gdb-control-all-threads)
6920 (gdb-control-current-thread): Interactive setters for
6921 `gdb-gud-control-all-threads' to use in menu.
6922 (gdb-show-run-p): Show «Go» when process is not active.
6923 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
6924 gud/thread.xpm and gud/all.xpm.
6925
6926 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
6927
6928 * net/net-utils.el (net-utils-font-lock-keywords): New var.
6929 (nslookup-font-lock-keywords): Make it a variable.
6930 (net-utils-mode): New mode for viewing diagnostic network output.
6931 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
6932 (net-utils-run-simple): New function.
6933 (ifconfig, iwconfig, netstat, arp, route): Use it.
6934
6935 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
6936
6937 * progmodes/gdb-mi.el (gdb-read-memory-custom)
6938 (gdb-memory-set-address, def-gdb-set-positive-number)
6939 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
6940 after changing settings.
6941 (gdb-invalidate-disassembly): Update when first shown.
6942 (gdb-edit-locals-value): Fixed.
6943 (gdb-registers-handler-custom): Print registers in right order and
6944 allow changing register values (only for current thread yet).
6945 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
6946 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
6947 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6948 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
6949 info in mode name.
6950 (gdb-registers-mode-map): TAB to switch to locals.
6951
6952 2009-08-08 Eli Zaretskii <eliz@gnu.org>
6953
6954 * mail/rmail.el (rmail-add-mbox-headers)
6955 (rmail-set-message-counters-counter): Search for
6956 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
6957
6958 2009-08-08 Glenn Morris <rgm@gnu.org>
6959
6960 * Makefile.in (ELCFILES): Update.
6961
6962 2009-08-07 Eli Zaretskii <eliz@gnu.org>
6963
6964 * mail/sendmail.el (mail-yank-original): Set
6965 buffer-file-coding-system from the one used by the message whose
6966 text is yanked.
6967
6968 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
6969 to "windows" when "pgnuplot" is used.
6970 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
6971 call accept-process-output if "pgnuplot" is used.
6972 (calc-graph-init): Don't send -display and -geometry to
6973 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
6974 running "pgnuplot -V" with shell-command-to-string.
6975
6976 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
6977 the default.
6978
6979 2009-08-07 Eli Zaretskii <eliz@gnu.org>
6980
6981 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
6982 org/org-latex.elc.
6983
6984 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
6985
6986 * vc-dispatcher.el (vc-resynch-window): Update comment.
6987
6988 * term.el (term-handle-ansi-escape): Add comments with the
6989 terminfo capabilities implemented.
6990
6991 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
6992
6993 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
6994 (gdb-var-create-handler): Rewritten using JSON parser.
6995 (gdb-propertize-header): Moved earlier.
6996 (gdb-set-header): Removed to avoid duplication.
6997 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
6998 Refresh disassembly buffers only after threads list have been
6999 update.
7000 (gdb-threads-header, gdb-registers-header): Per-buffer header line
7001 variables.
7002
7003 2009-08-04 Juri Linkov <juri@jurta.org>
7004
7005 * files.el: Commands to add/delete file/directory-local variables.
7006 (read-file-local-variable, read-file-local-variable-value)
7007 (read-file-local-variable-mode, modify-file-local-variable)
7008 (modify-file-local-variable-prop-line)
7009 (modify-dir-local-variable): New functions.
7010 (add-file-local-variable, delete-file-local-variable)
7011 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
7012 (add-dir-local-variable, delete-dir-local-variable)
7013 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
7014 (copy-dir-locals-to-file-locals-prop-line): New commands.
7015
7016 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
7017
7018 * abbrev.el (insert-abbrev-table-description): Prettify output.
7019 Suggested by Karl Chen.
7020
7021 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
7022
7023 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7024 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
7025 (gdb-overlay-arrow-position, gdb-thread-position)
7026 (gdb-disassembly-position): Declare variables.
7027 (gdb-wait-for-pending): Function now.
7028 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
7029 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
7030 compilation goes smoothly.
7031 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
7032 (gdb-non-stop-setting): New customization setting which replaces
7033 `gdb-non-stop' so changing it doesn't break active GDB session.
7034 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
7035 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
7036 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
7037 (gdb-show-threads-by-default): New customization options.
7038 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
7039 routines.
7040 (gdb-get-buffer-create): Send buffers update signal when they are
7041 created.
7042 (gdb-invalidate-locals, gdb-invalidate-registers)
7043 (gdb-invalidate-breakpoints)
7044 (gdb-invalidate-threads, gdb-invalidate-disassembly)
7045 (gdb-invalidate-memory): Accept update signal.
7046 (gdb-current-context-command): Use --frame option.
7047 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
7048 Implement `gdb-frame-number' selection logic.
7049 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
7050 whether to show GUD toolbar buttons.
7051 (gdb-thread-exited): Unselect current thread when it exits.
7052 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
7053 (gdb-mark-line): Routine which sets overlay arrow or inverses
7054 video on fringeless displays.
7055 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
7056 to build aligned columns of data in GDB buffers and set text
7057 properties line-by-line.
7058 (gdb-invalidate-breakpoints)
7059 (gdb-breakpoints-list-handler-custom)
7060 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
7061 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
7062 (gdb-registers-handler-custom): Align data columns.
7063 (gdb-locals-handler-custom): Now prints data like in variable
7064 declarations.
7065 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
7066 Removed confusing buttons.
7067 (gdb-invalidate-threads): Append --frame.
7068 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
7069 between breakpoints/threads buffers.
7070 (gdb-set-window-buffer): Now can ignore dedicated windows.
7071 (gdb-propertize-header): Use `gdb-set-window-buffer'.
7072 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
7073 (def-gdb-thread-buffer-gud-command): Replaces
7074 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
7075 for fine thread control.
7076 (gdb-preempt-existing-or-display-buffer): New function used to
7077 display bound buffers without breaking window layout.
7078 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
7079 (gdb-select-frame): New version of `gdb-frames-select' which now
7080 sets `gdb-frame-number' so commands may use --frame option instead
7081 of inner debugger state.
7082 (gdb-frame-handler): Do not set `gdb-frame-number'.
7083 (gdb-threads-mode-map): Select threads with mouse.
7084
7085 * progmodes/gud.el (gdb-gud-context-call): Declare function to
7086 avoid compilation warning.
7087 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
7088 `gdb-show-stop-p`.
7089
7090 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
7091 Argument `key' renamed to `buffer-type'.
7092 (gdb-current-context-buffer-name): Do not add thread info to
7093 buffer name when no thread is selected.
7094 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
7095 command (bug 3794).
7096 (gdb-thread-selected): Handle `=thread-selected' notification.
7097 (gdb-wait-for-pending): New macro to deal with congestion problems.
7098 (gdb-breakpoints-list-handler-custom): Don't fail on pending
7099 breakpoints.
7100 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
7101 This fixes problem similar to one described in bug 3947.
7102 (gud-menu-map): More menu items.
7103 (gdb-init-1): Reset `gdb-thread-number' to nil.
7104
7105 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
7106 non-stop settings.
7107
7108 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
7109 (gdb-current-context-command): Do not append --thread if
7110 `gdb-thread-number' is nil.
7111 (gdb-running-threads-count, gdb-stopped-threads-count): New
7112 variables.
7113 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
7114 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
7115 customization options.
7116 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
7117 GUD commands.
7118 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
7119 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
7120 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
7121 set `gdb-thread-number' and update `gud-running' properly.
7122 (gdb-running): Update threads list when new threads appear.
7123 (gdb-stopped): Support non-stop operation and new thread switching
7124 logic.
7125 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
7126 (gdb-json-partial-output): New set of JSON routines.
7127 (def-gdb-auto-update-trigger): New `signal-list' optional
7128 argument.
7129 (gdb-thread-list-handler-custom): Update `gud-running',
7130 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
7131 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
7132 (gdb-continue-thread, gdb-step-thread): New commands for fine
7133 thread execution control.
7134 (gud-menu-map): New menu items to switch non-stop options.
7135 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
7136 (gdb-send): Mimic RET properly (bug 3794).
7137
7138 * progmodes/gdb-mi.el (gdb-rules-name-maker)
7139 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
7140 gdb-buffer-rules.
7141 (def-gdb-auto-update-handler): New nopreserve optional argument.
7142 (gdb-stack-list-frames-custom): Print stack from top to bottom.
7143
7144 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
7145 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
7146 (gdb-parent-mode): New mode to derive other GDB modes from.
7147 (gdb-display-disassembly-for-thread)
7148 (gdb-frame-disassembly-for-thread): New commands for threads
7149 buffer.
7150
7151 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
7152 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
7153 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
7154 (gdb-update): We now store all GDB buffers in a list so that they
7155 can be updated by traversing a list instead of calling invalidate
7156 triggers explicitly.
7157 (def-gdb-trigger-and-handler): New macro to define trigger-handler
7158 pair for GDB buffer.
7159 (gdb-stack-buffer-name): Add thread information.
7160 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
7161 handle pending triggers.
7162 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
7163 (def-gdb-thread-buffer-simple-command)
7164 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
7165 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7166 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
7167 New commands which show buffers bound to thread.
7168 (gdb-stack-list-locals-regexp): Removed unused regexp.
7169
7170 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
7171 (gdb-locals-buffer-name, gdb-registers-buffer-name)
7172 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
7173 to (gud-comint-buffer) in *-buffer-name functions
7174 because (gdb-get-target-string) already does that.
7175 (gdb-locals-handler-custom, gdb-registers-handler-custom)
7176 (gdb-changed-registers-handler): Rewritten without regexps.
7177
7178 * progmodes/gdb-mi.el: Basic thread selection support.
7179 (gdb-thread-number): New variable.
7180 (gdb-current-context-command): New macro which adds --thread
7181 option to command.
7182 (gdb-threads-mode-map): Select thread with SPC.
7183 (gdb-thread-list-handler-custom): Mark current thread with overlay
7184 arrow. Synchronize GDB thread and Emacs thread.
7185 (gdb-select-thread): New command which selects current thread.
7186 (gdb-invalidate-frames, gdb-invalidate-locals)
7187 (gdb-invalidate-registers): Use --thread option.
7188
7189 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
7190
7191 * net/tramp.el (top): Make check for tramp-gvfs loading more
7192 robust. (Bug#3977)
7193 (tramp-handle-insert-file-contents): `unwind-protect' must be
7194 inside `with-parsed-tramp-file-name'.
7195
7196 * net/tramp-gvfs.el (top): Remove superfluous message when loading
7197 fails.
7198
7199 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
7200
7201 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
7202 directory if CLASSPATH is not set.
7203
7204 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
7205
7206 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
7207 New defconst.
7208 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
7209
7210 2009-08-02 Kevin Ryde <user42@zip.com.au>
7211
7212 * net/newst-backend.el (newsticker--raw-url-list-defaults):
7213 Update freshmeat link. Delete newsforge.com as it seems gone.
7214
7215 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
7216
7217 * select.el (x-set-selection): Doc fix (Bug#4021).
7218
7219 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
7220
7221 * help-fns.el (describe-variable): Treat list return values from
7222 dir-locals-find-file properly (Bug#4005).
7223
7224 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
7225
7226 * net/tramp.el (tramp-debug-message): Print also microseconds.
7227
7228 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
7229
7230 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
7231 or END is non-nil.
7232 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
7233 (tramp-get-debug-buffer): Change `outline-regexp' according to new
7234 format.
7235
7236 * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
7237 (tramp-get-file-property): Use it.
7238
7239 * autorevert.el (auto-revert-handler): Allow
7240 `auto-revert-tail-mode' for remote files.
7241
7242 2009-08-02 Jason Rumney <jasonr@gnu.org>
7243
7244 * minibuffer.el (read-file-name): Treat confirm options to
7245 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
7246
7247 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
7248
7249 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
7250 (font-lock-variable-name-face, font-lock-constant-face): Darken
7251 the colors for light backgrounds.
7252
7253 2009-08-01 Eli Zaretskii <eliz@gnu.org>
7254
7255 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
7256 month names. (Bug#3987)
7257
7258 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
7259
7260 * simple.el (line-move-finish): Pass whole number to
7261 line-move-to-column.
7262 (line-move-visual): Perform hscroll to the recorded position.
7263
7264 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
7265
7266 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
7267
7268 2009-07-29 Alan Mackenzie <acm@muc.de>
7269
7270 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
7271
7272 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
7273
7274 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
7275 (gdb-place-breakpoints): Use full path when setting breakpoints.
7276
7277 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
7278
7279 * calc/calc.el (calc-mode-map): Add keybinding for
7280 `calc-transpose-lines'.
7281
7282 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
7283
7284 * calc/calc-misc.el (calc-transpose-lines): New function.
7285
7286 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
7287
7288 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
7289 Simplify check for out-of-band methods.
7290 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
7291 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
7292
7293 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
7294
7295 * vc-git.el (vc-git-checkin): Fix typo.
7296
7297 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
7298
7299 * progmodes/js2-mode.el: New file.
7300
7301 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
7302
7303 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
7304 (gud-menu-map): Adjust tooltip accordingly.
7305
7306 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7307
7308 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
7309 (vc-bzr-log-view-mode): Adjust log-view-file-re.
7310
7311 * add-log.el (change-log-mode-map): Add a menu.
7312
7313 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
7314
7315 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
7316 function returns nil.
7317 (dbus-handle-event): Handle special return value :ignore.
7318 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
7319
7320 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
7321
7322 * view.el (view-mode-enable): Don't define Helper-return-blurb if
7323 it's not needed.
7324
7325 2009-07-25 Eli Zaretskii <eliz@gnu.org>
7326
7327 Fix Bug#3888:
7328
7329 * w32-vars.el (x-select-enable-clipboard): Doc fix.
7330
7331 * term/pc-win.el (x-display-name, x-colors)
7332 (x-select-enable-clipboard, x-select-text): Doc fix.
7333
7334 * term/common-win.el (x-display-name, x-colors): Doc fix.
7335
7336 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
7337 (xw-defined-colors): Doc fix.
7338
7339 * w32-fns.el (x-select-text, x-setup-function-keys)
7340 (x-get-selection, x-set-selection): Doc fix.
7341
7342 * term/x-win.el (x-select-text, x-setup-function-keys)
7343 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
7344
7345 * select.el (x-set-selection): Doc fix.
7346
7347 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
7348
7349 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
7350 instead of "IsNSSSupportAvailable". Avahi ought to work also when
7351 "IsNSSSupportAvailable" method is not available. Reported by
7352 Steve Youngs <steve@sxemacs.org>.
7353
7354 2009-07-24 Kenichi Handa <handa@m17n.org>
7355
7356 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7357 and ?H. Fix setting of case for Latin Extended and Greek Extended.
7358 (build-unicode-category-table): Fix range checks.
7359
7360 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7361
7362 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
7363 the buffer we try to sync is current when calling
7364 vc-resynch-buffer.
7365
7366 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
7367 not show up to date files.
7368
7369 2009-07-24 Glenn Morris <rgm@gnu.org>
7370
7371 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
7372 Add autoload cookies. If necessary, initialize.
7373 (elint-log): Handle non-file buffers.
7374 (elint-initialize): Add optional argument to reinitialize.
7375 (elint-find-builtin-variables): Save excursion.
7376
7377 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
7378
7379 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
7380 for Lint.
7381
7382 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7383
7384 * vc.el (vc-print-log-internal): New function, split out from ...
7385 (vc-print-log): ... here.
7386 (vc-dir-move-to-goal-column): Declare.
7387
7388 * vc-git.el (vc-git-add-signoff): New variable.
7389 (vc-git-checkin): Use it.
7390 (vc-git-toggle-signoff): New function.
7391 (vc-git-extra-menu-map): Bind it to menu.
7392 (vc-git--run-command-string): Accept a nil FILE argument.
7393 (vc-git-stash-list): New function.
7394 (vc-git-dir-extra-headers): Use it.
7395
7396 2009-07-23 Glenn Morris <rgm@gnu.org>
7397
7398 * help-fns.el (describe-variable): Describe ignored and risky local
7399 variables in a similar way to that in which we describe safe ones.
7400
7401 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
7402 (byte-compile-output-file-form, byte-compile-output-docform)
7403 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
7404 Give some more local variables with common names a "bytecomp-" prefix,
7405 so as not to shadow things during compilation.
7406 * emacs-lisp/cl-macs.el (load-time-value)
7407 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
7408 `outbuffer' to `bytecomp-outbuffer'.
7409
7410 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
7411 since the next two variables cover them automatically now.
7412 (elint-builtin-variables, elint-autoloaded-variables): New.
7413 (elint-unknown-builtin-args): Remove all members, since they can be
7414 parsed automatically now.
7415 (elint-extra-errors): New.
7416 (elint-env-add-env, elint-env-add-macro): Use cadr.
7417 (elint-current-buffer): Use or. Change final message.
7418 (elint-get-top-forms): Use line-end-position.
7419 (elint-init-env): Use cadr. Handle autoload, declare-function,
7420 and defalias.
7421 (elint-add-required-env): Doc fix. Use or. Standardize error.
7422 (regexp-assoc): Remove unused function.
7423 (elint-top-form): Set elint-current-pos, to record the start of the
7424 top-level form, for compilation-mode.
7425 (elint-form): Trap errors in macro expansion. Use dolist.
7426 (elint-unbound-variable): Use elint-builtin-variables and
7427 elint-autoloaded-variables.
7428 (elint-get-args): Use cadr, or.
7429 (elint-check-cond-form): Use dolist, cadr.
7430 (elint-check-condition-case-form): Doc fix. Use cadr.
7431 Use elint-extra-errors.
7432 (elint-log): New function.
7433 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
7434 Distinguish errors and warnings.
7435 (elint-log-message): Use with-current-buffer. Inhibit read-only.
7436 Use a bytecomp-style format.
7437 (elint-clear-log): Preserve default-directory. Inhibit read-only.
7438 (elint-get-log-buffer): Use compilation mode. Disable undo.
7439 Don't truncate lines.
7440 (elint-initialize): Set builtin and autoloaded variable lists.
7441 Only process elint-unknown-builtin-args if non-nil.
7442 (elint-find-builtin-variables, elint-find-autoloaded-variables):
7443 New functions.
7444 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
7445
7446 2009-07-22 Kevin Ryde <user42@zip.com.au>
7447
7448 * net/newst-backend.el (newsticker--parse-atom-1.0)
7449 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
7450 (newsticker--parse-rss-1.0):
7451 * progmodes/idlwave.el (idlwave-mode):
7452 * progmodes/idlw-shell.el (idlwave-shell-mode):
7453 * progmodes/vera-mode.el (vera-mode):
7454 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
7455 * progmodes/vhdl-mode.el (vhdl-mode):
7456 * textmodes/table.el (table-generate-source)
7457 (table--warn-incompatibility):
7458 Hyperlink urls in docstrings with URL `...'.
7459
7460 2009-07-22 Glenn Morris <rgm@gnu.org>
7461
7462 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
7463 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
7464 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
7465 Remove leading * from defcustom docs.
7466
7467 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
7468
7469 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
7470 defcustom doc.
7471 (list-load-path-shadows): Optionally, just return shadows as a string.
7472
7473 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
7474
7475 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
7476
7477 * mail/rmailedit.el (rmail-edit-mode): Use
7478 auto-save-include-big-deletions.
7479
7480 * mail/rmail.el (rmail-variables): Use
7481 auto-save-include-big-deletions.
7482
7483 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
7484 changes.
7485
7486 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
7487
7488 * calc/calc.el (calc-undo-length): New variable.
7489 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
7490
7491 2009-07-21 Richard Stallman <rms@gnu.org>
7492
7493 * files.el (auto-save-mode): Handle buffer-save-size = -2
7494 for toggling mode.
7495
7496 2009-07-21 Glenn Morris <rgm@gnu.org>
7497
7498 * textmodes/ispell.el (ispell-looking-back): Update declaration.
7499
7500 * calendar/todo-mode.el (calendar-current-date): Update declaration.
7501
7502 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
7503 silence compiler. Instead...
7504 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
7505 (ps-print-ensure-fontified): Update for above function name changes.
7506
7507 * printing.el (pr-mh-get-msg-num, pr-mh-show)
7508 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
7509 silence compiler. Instead...
7510 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
7511 (mh-show-buffer): Only define for compiler.
7512 (pr-mh-current-message): Update for above function name changes.
7513
7514 * files.el (abort-if-file-too-large): Explicitly pass `filename'
7515 as an argument.
7516 (find-file-noselect, insert-file-1): Update for above change.
7517
7518 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
7519
7520 * mail/mailclient.el (mailclient-send-it): Fix message.
7521
7522 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
7523 (edebug-eval): Check cl-debug-env is bound.
7524 (print-level, print-circle): Don't redefine built-in variables.
7525
7526 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
7527 (custom-print-vectors): Remove old comments from doc.
7528
7529 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
7530 (emerge-version): Make the variable an obsolete alias for the
7531 emacs-version variable. Make the function obsolete.
7532 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
7533 Emerge options, rather than merging in into the main Options menu.
7534 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
7535 and auto advance modes. Disable edit/fast items when not relevant.
7536
7537 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7538
7539 * term/vt420.el (terminal-init-vt420): Fix typo.
7540
7541 2009-07-20 Sam Steingold <sds@gnu.org>
7542
7543 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
7544 variable (removed from compile.el on 2004-03-11).
7545
7546 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
7547
7548 * files.el (hack-local-variables-filter): Fix last change.
7549
7550 2009-07-19 Juri Linkov <juri@jurta.org>
7551
7552 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
7553 (dir-local-variables-alist): New buffer-local variable.
7554 (hack-local-variables-filter): If variable is not dir-local,
7555 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
7556 because file-local overrides dir-local.
7557 (c-postprocess-file-styles)<declare-function>:
7558 Remove obsolete declaration.
7559 (hack-dir-local-variables): Add dir-local variable/value pair to
7560 `dir-local-variables-alist' and remove duplicates. Doc fix.
7561
7562 * help-fns.el (describe-variable): Add information about
7563 file-local and dir-local variables.
7564
7565 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
7566
7567 * files.el (hack-local-variables-filter): Rewrite.
7568
7569 2009-07-19 Glenn Morris <rgm@gnu.org>
7570
7571 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
7572 Silence compiler by only defining on XEmacs.
7573
7574 * international/mule.el (auto-coding-regexp-alist): Only match
7575 BABYL... at the start of buffer, not of lines. (Bug#3790)
7576
7577 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
7578 non-calendar buffers (Bug#3862). Restore "not on a date" message.
7579 (cal-menu-context-mouse-menu): Doc fix.
7580
7581 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
7582
7583 * simple.el (mail-user-agent): Doc fix. Set :version tag.
7584
7585 2009-07-18 Juri Linkov <juri@jurta.org>
7586
7587 * info.el: Virtual Info keyword finder.
7588 (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
7589 (Info-finder-file): New variable.
7590 (Info-finder-find-file): New function.
7591 (finder-known-keywords, finder-package-info)
7592 (find-library-name, lm-commentary): Use defvar and
7593 declare-function to silence compiler warnings.
7594 (Info-finder-find-node): New function.
7595 (info-finder): New command.
7596
7597 * subr.el (process-kill-buffer-query-function): New function.
7598 (add-hook)<kill-buffer-query-functions>: Add hook
7599 `process-kill-buffer-query-function'.
7600
7601 2009-07-18 Alan Mackenzie <acm@muc.de>
7602
7603 * progmodes/cc-mode.el (c-before-hack-hook)
7604 (c-postprocess-file-styles): Give invocation of `c-set-style'
7605 DONT-OVERRIDE parameter of t. Already set style variables will
7606 thus not be overridden by style settings given by `c-file-syle'.
7607
7608 * files.el (hack-local-variables-filter): Remove entries with
7609 duplicate keys from `file-local-variables-alist'.
7610
7611 2009-07-18 Eli Zaretskii <eliz@gnu.org>
7612
7613 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
7614 x-set-selection if display-selections-p returns nil for the
7615 current frame.
7616
7617 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
7618
7619 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
7620
7621 2009-07-18 Eli Zaretskii <eliz@gnu.org>
7622
7623 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
7624 Accept nil in addition to a regexp.
7625 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
7626 Accept nil in addition to a regexp.
7627 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
7628 buffers that have an associated file. Handle nil values of
7629 desktop-buffers-not-to-save and desktop-files-not-to-save.
7630 (Bug#3833)
7631
7632 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
7633 (x-disown-selection-internal): New functions.
7634
7635 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
7636
7637 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
7638 warning.
7639 (gdb-breakpoints-header): Move forward to avoid compiler warning.
7640 (gdb-make-header-line-mouse-map): Remove duplicate definition.
7641
7642 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
7643
7644 * simple.el (set-mark): Revert last change.
7645
7646 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
7647
7648 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
7649 rendering of pngs is not possible instead of messaging a long
7650 description.
7651
7652 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
7653
7654 * w32-fns.el (x-selection-owner-p): New function.
7655
7656 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
7657 (mouse-yank-at-click, mouse-yank-primary): If
7658 select-active-regions is non-nil, deactivate the mark before
7659 insertion.
7660
7661 * simple.el (deactivate-mark, set-mark): Only save selection if we
7662 own it.
7663
7664 2009-07-17 Kenichi Handa <handa@m17n.org>
7665
7666 * case-table.el (describe-buffer-case-table): Fix for the case
7667 that KEY is a cons.
7668
7669 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
7670
7671 * vc-rcs.el (vc-rcs-find-file-hook):
7672 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
7673
7674 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
7675
7676 * net/tramp.el (tramp-wait-for-output): Handle the case when
7677 commands do not return a newline but a null byte before the shell
7678 prompt. (Bug#3858)
7679
7680 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7681
7682 * term/ns-win.el (ns-set-alpha): Don't declare.
7683 (ns-set-background-alpha): Remove function.
7684
7685 2009-07-16 Kevin Ryde <user42@zip.com.au>
7686
7687 * emacs-lisp/copyright.el (copyright-update): Save match-data across
7688 y-or-n-p, for safety.
7689
7690 2009-07-16 Richard Stallman <rms@gnu.org>
7691
7692 * files.el (auto-save-mode): If buffer-saved-size is -2,
7693 don't clobber it.
7694
7695 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
7696 (rmail-retry-ignored-headers): Add more uninteresting fields.
7697
7698 2009-07-15 Jari Aalto <jari.aalto@cante.net>
7699
7700 * net/rcirc.el (rcirc): Use history variables.
7701 (rcirc-server-name-history, rcirc-nick-name-history)
7702 (rcirc-server-port-history): New variables.
7703
7704 2009-07-15 Kenichi Handa <handa@m17n.org>
7705
7706 * international/mule-cmds.el (set-language-environment-charset):
7707 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
7708 ignore them.
7709
7710 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
7711 Delete unibyte-display.
7712
7713 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
7714
7715 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
7716
7717 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
7718
7719 * simple.el (deactivate-mark): Optional argument FORCE.
7720 (set-mark): Use deactivate-mark.
7721
7722 * info.el (Info-search): No need to check transient-mark-mode
7723 before calling deactivate-mark.
7724
7725 * select.el (x-set-selection): Doc fix.
7726 (x-valid-simple-selection-p): Allow buffer values.
7727 (xselect--selection-bounds): Handle buffer values. Suggested by
7728 David De La Harpe Golden.
7729
7730 * mouse.el (mouse-set-region, mouse-drag-track): Call
7731 copy-region-as-kill before setting the mark, to let
7732 select-active-regions work.
7733
7734 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
7735
7736 * simple.el (deactivate-mark): If select-active-regions is
7737 non-nil, copy the selection data into a string.
7738 (activate-mark): If select-active-regions is non-nil, set the
7739 selection to the current buffer.
7740 (set-mark): Update selection if select-active-regions is non-nil.
7741
7742 * select.el (x-valid-simple-selection-p): Allow buffer values.
7743
7744 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
7745
7746 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
7747 and more featureful message-mode.
7748
7749 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
7750
7751 * select.el (x-set-selection): Doc fix.
7752 (x-valid-simple-selection-p): Disallow selection data consisting
7753 of a list or cons of integers, since that is not used.
7754 (xselect--selection-bounds, xselect--int-to-cons): New functions.
7755 (xselect-convert-to-string, xselect-convert-to-length)
7756 (xselect-convert-to-filename, xselect-convert-to-charpos)
7757 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
7758
7759 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
7760
7761 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
7762 output in -break-info command (Emacs bug #3794).
7763
7764 2009-07-14 Glenn Morris <rgm@gnu.org>
7765
7766 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
7767 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
7768 (edebug-print-length, edebug-print-level, edebug-print-circle)
7769 (edebug-sit-for-seconds, edebug-view-outside)
7770 (edebug-bounce-point, edebug-set-global-break-condition)
7771 (edebug-Go-nonstop-mode, edebug-trace-mode)
7772 (edebug-Trace-fast-mode, edebug-continue-mode)
7773 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
7774 (edebug-visit-eval-list): Doc fixes.
7775
7776 * subr.el (def-edebug-spec): Doc fix.
7777
7778 2009-07-14 Kenichi Handa <handa@m17n.org>
7779
7780 * international/characters.el: Fix setting of category ?C.
7781
7782 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
7783
7784 * term/ns-win.el (x-select-font): defalias x-select-font to
7785 ns-popup-font-panel instead of generate-fontset-menu.
7786
7787 2009-07-12 Eli Zaretskii <eliz@gnu.org>
7788
7789 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
7790
7791 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
7792
7793 * arc-mode.el (archive-find-type): Allow for a PK00 string before
7794 the PK\003\004 header (Bug#3770).
7795
7796 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
7797
7798 * pcomplete.el (pcomplete-comint-setup): Check for
7799 shell-dynamic-complete-filename too.
7800
7801 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
7802
7803 * simple.el (temporary-goal-column): Change the value for
7804 line-move-visual to a cons cell.
7805 (line-move-visual): Record or set the window hscroll, if
7806 necessary (Bug#3494).
7807 (line-move-1): Handle cons value of temporary-goal-column.
7808
7809 2009-07-11 Kenichi Handa <handa@m17n.org>
7810
7811 * international/mule-diag.el (describe-character-set): Don't show
7812 width.
7813
7814 2009-07-10 Sam Steingold <sds@gnu.org>
7815
7816 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7817 Omake sometimes indents the errors it prints, so allow all
7818 regexps to start with spaces.
7819
7820 2009-07-10 Eli Zaretskii <eliz@gnu.org>
7821
7822 * cus-edit.el (customize-changed-options-previous-release):
7823 Bump value to 22.1. (Bug#3804)
7824
7825 2009-07-08 Sam Steingold <sds@gnu.org>
7826
7827 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
7828 to be a cons cell (test . ignored-directory) to selectively ignore
7829 some directories depending on the location of the search.
7830
7831 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
7832
7833 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
7834 remote user is root, on the local host.
7835 (tramp-local-host-p): Either the local user or the remote user
7836 must be root. (Bug#3771)
7837
7838 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
7839
7840 * progmodes/gdb-mi.el (gdb): Remove description of
7841 gdb-use-separate-io-buffer.
7842 (menu): Don't allow toggling of or enable
7843 gdb-use-separate-io-buffer from menubar.
7844
7845 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
7846
7847 * mail/unrmail.el (unrmail): Make sure the message ends with two
7848 newlines (Bug#3769).
7849
7850 2009-07-08 Glenn Morris <rgm@gnu.org>
7851
7852 * calendar/calendar.el (calendar-current-date): Rework previous change.
7853
7854 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
7855
7856 * calendar/calendar.el (calendar-current-date):
7857 Add an optional argument giving an offset from today.
7858
7859 2009-07-08 Glenn Morris <rgm@gnu.org>
7860
7861 * tutorial.el (tutorial--describe-nonstandard-key):
7862 Adjust the message for when a key has been unbound.
7863 (help-with-tutorial): Hide the arch-tag.
7864
7865 2009-07-08 Kenichi Handa <handa@m17n.org>
7866
7867 * international/fontset.el (setup-default-fontset): For each
7868 script, append (not set) font-specs.
7869
7870 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
7871 docstring.
7872
7873 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
7874
7875 * progmodes/gdb-mi.el (gdb-init-1): Move sending
7876 -data-list-register-names to ...
7877 (gdb-starting): ... here because GDB 7.0 requires execution to
7878 have started when using this MI command.
7879 (gdb-set-header): New function to distinguish select and
7880 unselected tabs in gdb buffers.
7881 (gdb-propertize-header): New macro that uses gdb-set-header.
7882 (gdb-breakpoints-header, gdb-locals-header): Use it.
7883 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
7884
7885 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
7886
7887 * Makefile.in (ELCFILES): Remove fadr.elc.
7888
7889 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
7890
7891 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
7892 may contain frame information, so `string-match' should be used.
7893 (gdb-update): Disassembly is invalidated through
7894 `gdb-get-selected-frame'.
7895 (gdb-pad-string): New function to pad string with spaces.
7896 (gdb-invalidate-disassembly): Invalidate only if the buffer
7897 exists.
7898 (gdb-disassembly-handler-custom): Column alignment.
7899 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
7900 placing new ones.
7901 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
7902 end of line, too.
7903 (gdb-frame-handler): Match convention to for disassembly buffer
7904 mode name.
7905 (gdb-stack-list-frames-handler): Rewritten without regexps.
7906 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
7907 not highlight breakpoints without line information.
7908 (gdb-input): Add trailing newline to command.
7909
7910 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
7911 buffer properly.
7912 (gdb-breakpoints-list-handler-custom): Replacement for
7913 `gdb-break-list-handler'. Using real parser instead of regexps
7914 now.
7915 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
7916 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
7917 to place breakpoints.
7918 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
7919 functions.
7920 (gdb-disassembly-handler-custom): Show overlay arrow.
7921 (gdb-disassembly-place-breakpoints): Show breakpoints in
7922 disassembly buffer.
7923 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
7924 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7925 instead of parsing breakpoints buffer. Fixed old menu references
7926 in `gud-menu-map'.
7927
7928 * fadr.el: Remove.
7929
7930 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
7931 (gdb-memory-address): New variable which holds top address of
7932 memory page shown in memory buffer.
7933 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
7934 customization variables.
7935 New functions:
7936 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
7937 display the memory buffer.
7938 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
7939 buffer display parameters.
7940 (def-gdb-memory-format, gdb-memory-format-binary)
7941 (gdb-memory-format-octal, gdb-memory-format-unsigned)
7942 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
7943 Functions for setting memory buffer format.
7944 (gdb-memory-unit-word, gdb-memory-unit-halfword)
7945 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
7946 unit size used in memory buffer.
7947 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
7948 to next/previous page of memory buffer.
7949 Now using (bindat-get-field) instead of fadr functions.
7950
7951 2009-07-07 Sam Steingold <sds@gnu.org>
7952
7953 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
7954 non-top-level files.
7955
7956 2009-07-07 Kenichi Handa <handa@m17n.org>
7957
7958 * international/mule-cmds.el (reset-language-environment): Put
7959 the highset priority to the charset iso-8859-1.
7960
7961 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
7962
7963 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
7964 to the end of the line when locating the block (Bug#700).
7965
7966 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
7967
7968 * net/tramp.el (tramp-handle-write-region): Flush file properties
7969 in case of short track.
7970
7971 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
7972
7973 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
7974 representation of verilog error regular expressions to work with
7975 Emacs-22's new format.
7976 (verilog-error-regexp-xemacs-alist): Coded custom representation
7977 of verilog error regular expressions to work with XEmacs format.
7978 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
7979 error recognition into XEmacs.
7980 (verilog-error-regexp-add-emacs): Hook routine to install verilog
7981 error recognition into Emacs-22.
7982
7983 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
7984
7985 * woman.el: Remove stand-alone closing parentheses.
7986 (woman-file-name, woman2-format-paragraphs)
7987 (woman-leave-blank-lines): Code cleanup.
7988 (woman-use-own-frame): Change default to nil.
7989 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
7990 defaults to inherit from default faces.
7991 (woman2-process-escapes): Consume the newline after a stand-alone
7992 filler character (Bug#3651).
7993
7994 2009-07-06 Glenn Morris <rgm@gnu.org>
7995
7996 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
7997 (top-level): Move provide to the end.
7998 (ffap): Remove defunct URL from custom group.
7999
8000 * subr.el (eval-after-load): Doc fix.
8001
8002 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
8003
8004 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
8005 `calc-embedded-word' is called twice.
8006
8007 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8008
8009 * files.el (find-alternate-file-other-window, find-alternate-file):
8010 Obey confirm-nonexistent-file-or-buffer.
8011
8012 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
8013
8014 * dired-aux.el (dired-show-file-type): Handle remote files.
8015
8016 2009-07-05 Jari Aalto <jari.aalto@cante.net>
8017
8018 * desktop.el (desktop-globals-to-save):
8019 Add file-name-history (Bug#2750).
8020
8021 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
8022
8023 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
8024
8025 2009-07-04 Johan Bockgård <bojohan@gnu.org>
8026
8027 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
8028 property on entire argument since this is what eshell-lisp-command
8029 expects.
8030
8031 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
8032
8033 * net/tramp-gvfs.el (tramp-gvfs-methods)
8034 (tramp-gvfs-zeroconf-domain)
8035 (tramp-bluez-discover-devices-timeout): Add version flag.
8036 (tramp-gvfs-handler-mounted-unmounted)
8037 (tramp-gvfs-connection-mounted-p): Polish handling of
8038 incompatibilities between GVFS 0.2 and 1.0.
8039
8040 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
8041
8042 * cus-start.el (all): Add make-pointer-invisible.
8043
8044 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
8045
8046 * calc-math.el (math-use-emacs-fn): Make sure that the number is
8047 formatted correctly.
8048
8049 2009-07-02 Juri Linkov <juri@jurta.org>
8050
8051 * info.el: Virtual Info files and nodes.
8052 (Info-virtual-files, Info-virtual-nodes): New variables.
8053 (Info-current-node-virtual): New variable.
8054 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
8055 New functions.
8056 (Info-file-supports-index-cookies): Use Info-virtual-file-p
8057 to check for a virtual file instead of checking a fixed list
8058 of node names.
8059 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
8060 instead of ad-hoc processing of "dir" and (apropos history toc).
8061 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
8062 instead of ad-hoc processing of "dir" and (apropos history toc).
8063 Reread a file when moving from a virtual node.
8064 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
8065 (Info-directory-toc-nodes, Info-directory-find-file)
8066 (Info-directory-find-node): New functions.
8067 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
8068 (Info-history): Move part of code to
8069 `Info-history-find-node'.
8070 (Info-history-toc-nodes, Info-history-find-file)
8071 (Info-history-find-node): New functions.
8072 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
8073 (Info-toc): Move part of code to `Info-toc-find-node'.
8074 (Info-toc-find-node): New function.
8075 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
8076 the current Info file name to references because now the node
8077 "*TOC*" belongs to the same Info manual.
8078 (Info-toc-build): Rename from `Info-build-toc'.
8079 (Info-toc-nodes): Rename input argument `file' to `filename'.
8080 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
8081 instead of ad-hoc processing of ("dir" apropos history toc).
8082 (Info-index-nodes): Use Info-virtual-file-p
8083 to check for a virtual file instead of checking a fixed list
8084 of node names.
8085 (Info-index-node): Add check for `Info-current-node-virtual'.
8086 Raise `save-match-data' higher up the tree to contain
8087 `search-forward' too (bug fix).
8088 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
8089 (Info-virtual-index-nodes): New variable.
8090 (Info-virtual-index-find-node, Info-virtual-index): New functions.
8091 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
8092 (Info-apropos-file, Info-apropos-nodes): New variables.
8093 (Info-apropos-toc-nodes, Info-apropos-find-file)
8094 (Info-apropos-find-node, Info-apropos-matches): New functions.
8095 (info-apropos): Move part of code to `Info-apropos-find-node' and
8096 `Info-apropos-matches'.
8097 (Info-mode-map): Bind "I" to `Info-virtual-index'.
8098 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
8099 for a virtual file instead of checking a fixed list of node names.
8100
8101 * simple.el (async-shell-command): New command.
8102
8103 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
8104
8105 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
8106 instead of `mount-info'.
8107
8108 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
8109
8110 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
8111 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
8112
8113 2009-07-02 Kenichi Handa <handa@m17n.org>
8114
8115 * international/mule.el (set-keyboard-coding-system): Force *-unix
8116 coding-system to avoid eol conversion.
8117
8118 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
8119
8120 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8121 Add handler for `process-file', `shell-command' and
8122 `start-file-process'.
8123 (tramp-gvfs-handle-shell-command)
8124 (tramp-gvfs-handle-start-file-process)
8125 (tramp-gvfs-handle-process-file): New defuns.
8126 (tramp-synce-list-devices): Simplify check for existence of property.
8127
8128 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
8129
8130 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
8131
8132 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
8133
8134 * language/korean.el (set-language-info-alist): Add korean-cp949,
8135 cp949 to spec.
8136
8137 2009-07-01 Kenichi Handa <handa@m17n.org>
8138
8139 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
8140
8141 * international/encoded-kb.el: Deleted.
8142
8143 * international/mule.el (set-keyboard-coding-system): Perform the
8144 necessary setup here instead of calling encoded-kbd-setup-display.
8145
8146 2009-07-01 Glenn Morris <rgm@gnu.org>
8147
8148 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
8149
8150 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
8151
8152 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
8153
8154 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
8155
8156 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
8157 Handle also the 'rename case, when setting file modes. (Bug#3712)
8158 (tramp-default-file-modes) Remove execute permissions.
8159
8160 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
8161 (top): Add a default for "synce" in `tramp-default-user-alist'.
8162 Add completion function for "synce" method.
8163 (tramp-hal-service, tramp-hal-path-manager)
8164 (tramp-hal-interface-manager, tramp-hal-interface-device):
8165 New defconst.
8166 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
8167 (tramp-synce-list-devices, tramp-synce-parse-device-names):
8168 New defuns.
8169
8170 * net/trampver.el: Update release number.
8171
8172 2009-06-30 Kenichi Handa <handa@m17n.org>
8173
8174 * international/fontset.el (setup-default-fontset): Add CJK fonts
8175 for symbols and the other miscellaneous characters.
8176
8177 * language/korea-util.el (setup-korean-environment-internal):
8178 Make char-width-table suitable for Korean environments.
8179 (exit-korean-environment): Cancel above.
8180
8181 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
8182 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
8183 setup-funcion to make char-widht-table suitable for respective
8184 environments, and an exit-function to cancel that.
8185
8186 * language/japan-util.el (setup-japanese-environment-internal):
8187 Call use-cjk-char-width-table with arg `ja_JP'.
8188
8189 * international/characters.el (cjk-char-width-table): Delete it.
8190 (cjk-char-width-table-list): New variable.
8191 (use-cjk-char-width-table): New arg local-name.
8192 (use-default-char-width-table): Fix for the case that Emacs is
8193 already using the default char-width-table.
8194
8195 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
8196
8197 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
8198 modes mandatory. (Bug#3712)
8199
8200 2009-06-29 Alan Mackenzie <acm@muc.de>
8201
8202 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
8203 correction between the visible width of TABs and their number of bytes.
8204
8205 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
8206
8207 * server.el (server-buffer-done): Prevent kill-buffer from
8208 prompting by clearing the buffer modification flag (Bug#3696).
8209
8210 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
8211
8212 * verilog-mode.el (verilog-beg-of-statement)
8213 (verilog-endcomment-reason-re): Support unique case and priority case.
8214 (verilog-basic-complete-re): Support localparam lineup.
8215 (verilog-beg-of-statement-1): Fix for robustness, unique case.
8216 (verilog-set-auto-endcomments): Fix for unique case, always_comb
8217 commenting.
8218 (verilog-leap-to-case-head): Now support *nested* unique &
8219 priority case statements.
8220 (verilog-auto-lineup): Make just declarations the default (as it
8221 had been).
8222 (verilog-leap-to-case-head): Support priority/unique case statements.
8223 (verilog-auto-lineup): Rework to give users radio buttons to
8224 select the various styles of automatic lineup.
8225 (verilog-error-regexp-alist): Rework to support the XEmacs style
8226 of error regular expressions from compilers, lint tools &
8227 simulators. Note that GNU Emacs has made it impossible for a mode
8228 to load such things.
8229 (electric-verilog-terminate-line, verilog-indent-declaration)
8230 (verilog-auto-wiure): Rework for radio button selection of
8231 auto-lineup selection of specification of auto lineup.
8232 (verilog-beg-of-statement-1): Redesign to support proper operation
8233 in additional code, based on testing with auto-lineup.
8234 (verilog-calculate-indent, assignments & declarations)
8235 (verilog-backward-token): Enhance to support auto-lineup of
8236 assignments & declarations.
8237 (verilog-in-directive-p, verilog-at-struct-p): New function for
8238 easy test of whether we are.
8239 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
8240 to support safe execution at almost anyline.
8241 (verilog-calc-1): Properly support indenting deep inside generate
8242 blocks.
8243 (verilog-init-font) Remove definition & use of verilog-init-font,
8244 as it is redundant with font-lock-defaults.
8245 (verilog-mode): Alter the definition of verilog-font-lock-defaults
8246 to avoid circular calls if syntax-ppss is a function (as is the
8247 case now in 22.x GNU Emacs) as that function would sometimes call
8248 itself, leading to (nearly) infinite recursion.
8249 (verilog-ovm-begin-re, verilog-ovm-end-re)
8250 (verilog-ovm-statement-re, verilog-leap-to-head)
8251 (verilog-backward-token): Add support for OVM macros. Some are
8252 complete statements, and others open and close scopes like begin
8253 and end.
8254 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
8255 (verilog-defun-level-generate-only-re): Really fix the defun-list
8256 compilation issue.
8257 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
8258 coverpoint, constraint and cross statements.
8259 (verilog-defun-level-list, verilog-generate-defun-level-list)
8260 (verilog-all-defun-level-list): Redo these specifications - it is
8261 too hard to support eval-when compile aggregation of lists also
8262 built at when-compile time.
8263 (verilog-defun-level-list): Place defconsts of variables used in
8264 building regular expressions which are built in eval-when-compile
8265 bodies in the same eval-when-compile body to facilitate compile
8266 without load.
8267 (verilog-beg-block-re-ordered): Support indenting
8268 virtual/protected tasks and functions.
8269 (verilog-defun-level-list, verilog-in-generate-region-p)
8270 (verilog-backward-ws&directives, verilog-calc-1): Speed up
8271 indentation of some module items (generate items).
8272 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
8273 across virtual/protected tasks and functions.
8274
8275 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
8276
8277 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
8278 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
8279 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
8280 in concatenations. Reported by Yishay Belkind.
8281 (verilog-auto-ascii-enum): Support one-hot state machines in
8282 AUTOASCIIENUM. Suggested by Lloyd Gomez.
8283 (verilog-auto-inst, verilog-auto-inst-port): Include interface
8284 modport in AUTOINST and add vl-modport for users. Reported by
8285 David Rogoff.
8286 (verilog-auto-inout-module, verilog-auto-inst)
8287 (verilog-decls-get-interfaces, verilog-insert-definition)
8288 (verilog-insert-one-definition, verilog-read-decls)
8289 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
8290 (verilog-sig-modport, verilog-signals-combine-bus)
8291 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
8292 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
8293 Suggested by David Rogoff.
8294 (verilog-repair-open-comma): Fix non-insertion of comma when
8295 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
8296 (verilog-make-width-expression): Simplify [A-1:0] expression
8297 widths to just {A{1'b0}}.
8298 (verilog-mode): Cleanup checkdoc warnings.
8299 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
8300 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
8301 inputs/outputs or data type. Suggested by Vasu Kandadi.
8302 (next-error-last-buffer): Fix byte-compiler warning.
8303 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
8304 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
8305 or shell command text during AUTO expansion. Suggested by Tad Truex.
8306 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
8307 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
8308 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
8309 in AUTOINOUT. Reported by Matthew Lovell.
8310 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
8311 causing use of <= assignments. Reported by Alex Reed.
8312 (verilog-read-decls): Fix triand, trior, wand, wor to be
8313 recognized by AUTOWIRE. Reported by Spencer Isaacson.
8314 (verilog-extended-complete-re): Support import "DPI-C" functions.
8315 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
8316 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
8317 (verilog-insert-date, verilog-insert-year)
8318 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
8319 Windows systems. Reported by Michael Potts.
8320 (verilog-read-module-name): Fix AUTOINST when the child module
8321 declaration's name is a tick define. Reported by Elliot Mednick.
8322 (verilog-read-decls): Fix V2K parameter bit subscripts getting
8323 passed to next parameter's definition. Reported by Bruce T.
8324 (verilog-read-decls): Fix detecting "parameter int" when using
8325 AUTOINSTPARAM. Reported by Bruce T.
8326 (verilog-goto-defun): Fix goto not finding modules unless first
8327 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
8328 (verilog-mode): Expand -f flag arguments on entry to mode so
8329 verilog-goto-defun will work. Reported by Lawrence Butcher.
8330 (verilog-getopt): Expand environment variables in -f file
8331 arguments. Suggested by Lawrence Butcher.
8332 (verilog-set-define): Fix "Symbol's value as variable is void"
8333 when reading enumerations.
8334 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
8335 Suggested by Stephen Peltan.
8336 (verilog-read-defines): Fix reading of enumerations in include
8337 files. Reported by Steve Peltan.
8338
8339 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
8340
8341 * files.el (trash-directory): Fix defcustom type.
8342
8343 2009-06-28 Juri Linkov <juri@jurta.org>
8344
8345 * help-fns.el (describe-function-1): Correctly locate adviced
8346 functions in hyperlink (Bug#2438).
8347
8348 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
8349
8350 * files.el (trash-directory): Change default to nil.
8351 (move-file-to-trash): If trash-directory is nil and
8352 system-move-file-to-trash is unbound, perform freedesktop-style
8353 trashing.
8354
8355 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
8356
8357 * files.el (move-file-to-trash): Add freedesktop trash
8358 support (Bug#973).
8359
8360 2009-06-28 Glenn Morris <rgm@gnu.org>
8361
8362 * autorevert.el (global-auto-revert-non-file-buffers)
8363 (global-auto-revert-mode): Doc fixes.
8364
8365 2009-06-27 Johan Bockgård <bojohan@gnu.org>
8366
8367 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
8368
8369 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
8370
8371 * faces.el (x-handle-named-frame-geometry): Ensure that we have
8372 opened an X connection before calling x-get-resource (Bug#3194).
8373
8374 * play/doctor.el: Remove reference to obsolete website.
8375 (make-doctor-variables): Correct grammar mistake (Bug#2633).
8376
8377 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
8378
8379 Remove find-file-not-found-hook VC method. (Bug#2757)
8380 * vc-hooks.el (vc-file-not-found-hook)
8381 (vc-default-find-file-not-found-hook): Remove functions.
8382 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
8383 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
8384 * vc.el:
8385 * vc-hg.el:
8386 * vc-git.el: Do not mention find-file-not-found-hook VC method.
8387
8388 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
8389
8390 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
8391 compatibility function for `looking-back'.
8392
8393 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
8394 Use `ispell-looking-back'.
8395
8396 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
8397
8398 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
8399 rather than `filename'.
8400
8401 2009-06-23 Miles Bader <miles@gnu.org>
8402
8403 * face-remap.el (text-scale-set): New function.
8404
8405 2009-06-23 Glenn Morris <rgm@gnu.org>
8406
8407 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
8408
8409 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
8410
8411 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
8412
8413 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
8414
8415 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
8416 Simplify Persian conditionals.
8417
8418 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
8419 variable `filename'.
8420
8421 * comint.el (comint-insert-input): Doc fix.
8422
8423 * Makefile.in (ELCFILES): Fix typo in previous change.
8424
8425 2009-06-23 Miles Bader <miles@gnu.org>
8426
8427 * cus-start.el: Add entry for `recenter-redisplay'.
8428
8429 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
8430
8431 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
8432 Add an optional argument for the backend, use it instead of
8433 calling vc-backend.
8434 (vc-mode-line): Add an optional argument for the backend.
8435 Pass the backend to vc-state and vc-working-revision. Move code for
8436 special handling for vc-state being a buffer to ...
8437
8438 * vc-rcs.el (vc-rcs-find-file-hook):
8439 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
8440
8441 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
8442 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
8443 vc-stay-local-p and vc-mode-line calls.
8444
8445 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
8446 (vc-cvs-diff, vc-cvs-annotate-command)
8447 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
8448 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
8449 vc-mode-line calls.
8450
8451 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
8452 direct comparison.
8453 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
8454 backend when calling vc-mode-line.
8455 (vc-register): Do not create a closure for calling the vc register
8456 function, call it directly.
8457
8458 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
8459
8460 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
8461 to make it obvious item can be clicked.
8462
8463 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
8464
8465 2009-06-23 Kenichi Handa <handa@m17n.org>
8466
8467 * language/korea-util.el (korean-key-bindings): Change the binding
8468 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
8469 same command.
8470
8471 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
8472
8473 Sync with Tramp 2.1.16.
8474
8475 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
8476
8477 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
8478 when a loading of a package fails. Completion function for rsync
8479 is `tramp-completion-function-alist-ssh'.
8480 (all): Replace all calls of `split-string' and
8481 `tramp-split-string' by `tramp-compat-split-string'.
8482 (tramp-default-method): Use `tramp-compat-process-running-p'.
8483 (tramp-default-proxies-alist): Allow also Lisp forms.
8484 (tramp-remote-path): Add choice "Private Directories".
8485 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
8486 (tramp-domain-regexp): Allow also "-", "_" and ".".
8487 (tramp-end-of-output): Remove newlines, and add "$" at the end.
8488 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
8489 (tramp-debug-message): Insert header line in debug buffer.
8490 (tramp-handle-directory-files-and-attributes-with-stat):
8491 Care about filenames with spaces, or starting with "-".
8492 (tramp-handle-dired-uncache): New defun.
8493 (tramp-handle-insert-directory): Don't flush the directory from
8494 cache, this is handled by `dired-uncache' now.
8495 (tramp-handle-insert-file-contents): Improve error handling.
8496 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8497 Quote `tramp-end-of-output'.
8498 (tramp-action-password): Improve trace message.
8499 (tramp-check-for-regexp): Both echoes must be present, before removing.
8500 (tramp-open-connection-setup-interactive-shell): Trace coding system.
8501 (tramp-compute-multi-hops): Eval cons cells of
8502 `tramp-default-proxies-alist'.
8503 (tramp-maybe-open-connection): Use the same command pattern for
8504 first hop and further hops.
8505 (tramp-wait-for-output): Remove handling of newlines.
8506 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
8507 (tramp-split-string): Remove function. It is handled in
8508 tramp-compat now.
8509
8510 * net/tramp-cmds.el (tramp-bug):
8511 Recommend `tramp-cleanup-all-connections' in the bug mail.
8512
8513 * net/tramp-compat.el (tramp-compat-split-string)
8514 (tramp-compat-process-running-p): New defuns.
8515
8516 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
8517 for `dired-uncache'.
8518
8519 * net/tramp-gvfs.el: New package.
8520
8521 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
8522 Add handler for `dired-uncache'.
8523 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
8524
8525 * net/trampver.el: Update release number. Make version check fit
8526 for SXEmacs 22.
8527
8528 2009-06-22 Jim Meyering <meyering@redhat.com>
8529
8530 Automatically handle .xz suffix (XZ-compressed files), too.
8531 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
8532 XZ is the successor to LZMA: <http://tukaani.org/xz/>
8533
8534 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
8535 Nick Roberts <nickrob@snap.net.nz>
8536
8537 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
8538 repository (http://sphinx.net.ru/hg/gdb-mi/).
8539
8540 2009-06-22 Glenn Morris <rgm@gnu.org>
8541
8542 * files.el (dir-locals-collect-mode-variables): Allow for any number of
8543 `mode' and `eval' entries. (Bug#3430)
8544
8545 * Makefile.in (ELCFILES): Add fadr.elc.
8546
8547 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
8548 differing behavior of \n and ^ in strings. (Bug#3385)
8549
8550 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
8551
8552 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
8553 property.
8554 (lisp-indent-function): Make it a defcustom.
8555
8556 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
8557
8558 * progmodes/gdb-ui.el: Replace with ...
8559 * progmodes/gdb-mi.el: ... this file.
8560 * progmodes/gud.el: Modify for gdb-mi.el.
8561
8562 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
8563
8564 * fadr.el: New file.
8565
8566 See ChangeLog.14 for earlier changes.
8567
8568 ;; Local Variables:
8569 ;; coding: utf-8
8570 ;; End:
8571
8572 Copyright (C) 2009 Free Software Foundation, Inc.
8573
8574 This file is part of GNU Emacs.
8575
8576 GNU Emacs is free software: you can redistribute it and/or modify
8577 it under the terms of the GNU General Public License as published by
8578 the Free Software Foundation, either version 3 of the License, or
8579 (at your option) any later version.
8580
8581 GNU Emacs is distributed in the hope that it will be useful,
8582 but WITHOUT ANY WARRANTY; without even the implied warranty of
8583 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8584 GNU General Public License for more details.
8585
8586 You should have received a copy of the GNU General Public License
8587 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
8588
8589 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1