(perl-font-lock-special-syntactic-constructs):
[bpt/emacs.git] / lisp / ChangeLog
1 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4 Don't signal an error when bumping into EOB in tr, s, or y.
5
6 2009-11-29 Juri Linkov <juri@jurta.org>
7
8 * startup.el (fancy-about-text): Fix wording of Guided Tour.
9 (Bug#4960)
10
11 * descr-text.el (describe-char-unidata-list): Use lowercase name
12 for "Unicode name" like in other tags.
13
14 2009-11-29 Juri Linkov <juri@jurta.org>
15
16 * ediff-util.el (ediff-minibuffer-with-setup-hook):
17 New compatibility macro.
18 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
19
20 2009-11-29 Juri Linkov <juri@jurta.org>
21
22 Add defcustom to define the cycling order of `recenter-top-bottom'.
23 (Bug#4981)
24
25 * window.el (recenter-last-op): Doc fix.
26 (recenter-positions): New defcustom.
27 (recenter-top-bottom): Rewrite to use `recenter-positions'.
28 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
29
30 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
31
32 Improve integration of Tramp and ange-ftp in eshell.
33
34 * eshell/em-unix (eshell/whoami): Make it a defun but a defalias.
35 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
36 (eshell/sudo): Flatten args. Let-bind `default-directory'.
37
38 * eshell/esh-util.el (top): Require also Tramp when compiling.
39 (eshell-directory-files-and-attributes): Check for FTP remote
40 connection.
41 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
42 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
43 (eshell-file-attributes): Handle ".". Return `entry'.
44
45 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
46 (ange-ftp-directory-files-and-attributes)
47 (ange-ftp-real-directory-files-and-attributes): New defuns.
48
49 * net/tramp.el (tramp-maybe-open-connection): Open the remote
50 shell with "exec" when possible. This prevents trailing prompts
51 in `start-file-process'.
52
53 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
54
55 Try and remove assumptions about point-min==1.
56 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
57 (rng-compute-mode-line-string): Show the validation percentage in
58 terms of the narrowed text, not the widened text.
59 (rng-do-some-validation): Don't catch internal errors when debugging.
60 (rng-first-error): Simplify.
61 (rng-after-change-function): Remove work around. AFAIK the bug has
62 been fixed a while ago.
63
64 * image-mode.el (image-minor-mode): Exit more gracefully when the image
65 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
66
67 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
68
69 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
70 `cd' doesn't always do it for us (bug#5067).
71
72 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
73 on 2009-10-25 as part of some other change (bug#5067).
74
75 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
76
77 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
78 `suspicious'.
79 (byte-compile-warnings): Use byte-compile-warning-types.
80 (byte-compile-save-excursion): Warn about use of set-buffer right
81 after save-excursion.
82
83 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
84 the excursion as well.
85
86 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
87
88 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
89 providing a Tramp related implementation of "su" and "sudo".
90 (eshell-unix-initialize): Add "su" and "sudo".
91
92 2009-11-27 Daiki Ueno <ueno@unixuser.org>
93
94 * net/socks.el (socks-send-command): Convert binary request to
95 unibyte before sending. This fixes mishandling of some port
96 numbers such as 129.
97
98 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
99
100 * help.el (describe-bindings-internal): Remove `interactive'.
101
102 * man.el (Man-completion-table): Trim a terminating "(".
103 Remove the space between name page a section.
104 Add the command's description on the `help-echo' property.
105 Remove `process-connection-type' binding since it's unused by
106 call-process.
107 Provide completion for the "<section> <name>" format as well.
108 (Man-default-man-entry): Remove spurious var shadowing the argument.
109
110 2009-11-26 Kevin Ryde <user42@zip.com.au>
111
112 * log-view.el: Add "Keywords: tools", since its other keywords
113 aren't in finder-known-keywords, and following vc.el.
114
115 * sha1.el (sha1-string-external): default-directory "/" in case
116 otherwise non-existent. process-connection-type pipe for touch of
117 efficiency recommended by elisp manual. (An aside in Bug#3911.)
118
119 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
120
121 Misc coding convention cleanups.
122 * htmlfontify.el (hfy-init-kludge-hook): Rename from
123 hfy-init-kludge-hooks.
124 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
125 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
126 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
127 and push.
128 (hfy-slant, hfy-weight): Use tables rather than code.
129 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
130 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
131 (hfy-face-attr-for-class): Initialize `face-spec' directly.
132 (hfy-face-to-css): Remove `nconc' with single arg.
133 (hfy-p-to-face-lennart): Use `or'.
134 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
135 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
136 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
137 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
138 (hfy-force-fontification): Use run-hooks.
139
140 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
141
142 Various minor fixes.
143 * htmlfontify.el (hfy-default-header): Add toggle_invis since
144 Javascript belongs in the header, not the body.
145 (hfy-javascript): Remove.
146 (hfy-fontify-buffer): Don't insert it any more.
147 (hfy-face-at): Handle (face0 face1 face2) style face properties.
148 Fix bug in invis handling when there were no invis props in a chunk.
149
150 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
151
152 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
153
154 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
155
156 * finder.el (finder-mode-map): Add a menu.
157
158 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
159
160 * verilog-mode.el (verilog-at-struct-p): Support "signed" and
161 "unsigned" structs.
162
163 (verilog-leap-to-head, verilog-backward-token): Handle "disable
164 fork" statement better.
165
166 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
167
168 * verilog-mode.el (verilog-auto-insert-lisp, verilog-delete-auto)
169 (verilog-delete-empty-auto-pair, verilog-library-filenames):
170 Fix AUTOINSERTLISP to support insert-file. Reported by Clay Douglass.
171
172 (verilog-auto-inst, verilog-auto-star-safe)
173 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
174 Fix removing "// Interfaces" when saving .* expansions. Reported by
175 Pierre-David Pfister.
176
177 2009-11-26 Glenn Morris <rgm@gnu.org>
178
179 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
180 the scope.
181
182 2009-11-25 Johan Bockgård <bojohan@gnu.org>
183
184 * vc-annotate.el (vc-annotate-revision-previous-to-line):
185 Really use previous revision.
186
187 2009-11-25 Kevin Ryde <user42@zip.com.au>
188
189 * man.el (Man-completion-table): default-directory "/" in case
190 doesn't otherwise exist. process-environment COLUMNS=999 so as
191 not to truncate long names. process-connection-type pipe to avoid
192 any chance of hitting the pseudo-tty TIOCGWINSZ.
193 (man): completion-ignore-case t for friendliness and since man
194 itself is case-insensitive on the command line.
195 Further to Bug#3717.
196
197 * arc-mode.el: Add "Keywords: files", so the details in its
198 commentary can be reached from finder-by-keyword.
199 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
200 editing mode, but it's comms related and sgml-mode.el has "comm"
201 on that basis too.
202 * textmodes/bibtex-style.el: Add "Keywords: tex".
203 * international/isearch-x.el, international/ja-dic-cnv.el:
204 * international/ja-dic-utl.el, international/kkc.el:
205 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
206
207 2009-11-25 Juri Linkov <juri@jurta.org>
208
209 * man.el (Man-completion-table): Modify regexp to include
210 section names to completion strings. (Bug#3717)
211
212 2009-11-25 Juri Linkov <juri@jurta.org>
213
214 Search recursively in gzipped files. (Bug#4982)
215
216 * progmodes/grep.el (grep-highlight-matches): Add new options
217 `always' and `auto'. Doc fix.
218 (grep-process-setup): Check `grep-highlight-matches' for
219 `auto-detect' to determine the need to compute grep defaults.
220 Move Windows/DOS specific --colors settings handling
221 to `grep-compute-defaults'. Check `grep-highlight-matches'
222 to get the value of "--color=".
223 (grep-compute-defaults): Compute `grep-highlight-matches' when it
224 has the value `auto-detect'. Move Windows/DOS specific settings
225 from `grep-process-setup'.
226 (zrgrep): New command with alias `rzgrep'.
227
228 2009-11-25 Juri Linkov <juri@jurta.org>
229
230 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
231 to nil instead of switching off view-mode. (Bug#4896)
232
233 2009-11-25 Juri Linkov <juri@jurta.org>
234
235 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
236
237 * mwheel.el (mwheel-scroll-up-function)
238 (mwheel-scroll-down-function): New defvars.
239 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
240 `scroll-up', and `mwheel-scroll-down-function' instead of
241 `scroll-down'.
242
243 * doc-view.el (doc-view-scroll-up-or-next-page)
244 (doc-view-scroll-down-or-previous-page): Add optional ARG.
245 Use this ARG in the call to image-scroll-up/image-scroll-down.
246 Change `interactive' spec to "P". Goto next/previous page only
247 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
248 SPC/DEL case). Doc fix.
249 (doc-view-next-line-or-next-page)
250 (doc-view-previous-line-or-previous-page): Rename arg to ARG
251 for consistency.
252 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
253 `doc-view-scroll-up-or-next-page', and buffer-local
254 `mwheel-scroll-down-function' to
255 `doc-view-scroll-down-or-previous-page'.
256
257 2009-11-25 Juri Linkov <juri@jurta.org>
258
259 Provide additional default values (directories at other Dired
260 windows) via M-n in the minibuffer of some Dired commands.
261
262 * dired-aux.el (dired-diff, dired-compare-directories)
263 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
264 `minibuffer-default' in `minibuffer-with-setup-hook'.
265 (dired-dwim-target-directory): Find a window that displays Dired
266 buffer instead of failing when the next window is not Dired.
267 Use `get-window-with-predicate' to find for the next Dired window.
268 (dired-dwim-target-defaults): New function.
269
270 * ediff-util.el (ediff-read-file-name):
271 Use `dired-dwim-target-defaults' to set `minibuffer-default'
272 in `minibuffer-with-setup-hook'.
273
274 2009-11-25 Juri Linkov <juri@jurta.org>
275
276 Provide additional default values (file name at point or at the
277 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
278
279 * minibuffer.el (read-file-name-defaults): New function.
280 (read-file-name): Reset `minibuffer-default' to nil when
281 it duplicates initial input `insdef'.
282 Bind `minibuffer-default-add-function' to lambda that
283 calls `read-file-name-defaults' in `minibuffer-selected-window'.
284 (minibuffer-insert-file-name-at-point): New command.
285
286 * files.el (file-name-at-point-functions): New defcustom.
287 (find-file-default): Remove defvar.
288 (find-file-read-args): Don't use `find-file-default'.
289 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
290 to `read-file-name'.
291 (find-file-literally): Use `read-file-name' with
292 `confirm-nonexistent-file-or-buffer'.
293
294 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
295
296 * dired.el (dired-read-dir-and-switches):
297 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
298 to `read-file-name'.
299 (dired-file-name-at-point): New function.
300 (dired-mode): Add hook `dired-file-name-at-point' to
301 `file-name-at-point-functions'.
302
303 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
304
305 Really make the *Completions* window soft-dedicated (bug#5030).
306 * window.el (window--display-buffer-2): Add `dedicated' argument.
307 (display-buffer): Pass it when needed so the dedicated flag is set
308 after calling set-window-buffer, which would otherwise reset it.
309
310 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
311
312 * progmodes/meta-mode.el (meta-complete-symbol):
313 * progmodes/etags.el (complete-tag):
314 * mail/mailabbrev.el (mail-abbrev-complete-alias):
315 Use completion-in-region.
316
317 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
318 (dabbrev-completion): Use completion-in-region.
319 (dabbrev--abbrev-at-point): Simplify regexp.
320
321 * abbrev.el (abbrev--before-point): Use word-motion functions
322 if :regexp is not specified (bug#5031).
323
324 * subr.el (string-prefix-p): New function.
325
326 * man.el (Man-completion-cache): New var.
327 (Man-completion-table): Use it.
328
329 * vc.el (vc-print-log-internal): Make `limit' optional for better
330 compatibility (e.g. with vc-annotate.el).
331
332 2009-11-24 Kevin Ryde <user42@zip.com.au>
333
334 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
335 Build value with regexp-opt instead of explicit joining loop. (My
336 Bug#4927.)
337
338 * emacs-lisp/elint.el (elint-add-required-env): Better error message
339 when .el source file not found or other error.
340
341 2009-11-24 Markus Triska <markus.triska@gmx.at>
342
343 * linum.el (linum-update-window): Ignore intangible (bug#4996).
344
345 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
346
347 Handle the [back] button properly (bug#4979).
348 * descr-text.el (describe-text-properties): Add a `buffer' argument.
349 Use help-setup-xref, help-buffer, and with-help-window.
350 (describe-char): Add `buffer' argument.
351 Pass proper command to help-setup-xref. Don't meddle with
352 help-xref-stack-item directly.
353 (describe-text-category): Use with-help-window and help-buffer.
354
355 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
356 for the displayed buffer (bug#4887).
357
358 * man.el (Man-completion-table): New function.
359 (man): Use it.
360
361 2009-11-24 David Reitter <david.reitter@gmail.com>
362
363 * vc-git.el (vc-git-registered): Use checkout directory (where
364 .git is) rather than the file's directory and a relative path spec
365 to work around a bug in git.
366
367 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
368
369 Improve handling of processes on remote hosts.
370
371 * eshell/esh-util.el (eshell-path-env): New defvar.
372 (eshell-parse-colon-path): New defun.
373 (eshell-file-attributes): Use `eshell-parse-colon-path'.
374
375 * eshell/esh-ext.el (eshell-search-path):
376 Use `eshell-parse-colon-path'.
377 (eshell-remote-command): Remove argument HANDLER.
378 (eshell-external-command): Check for FTP remote connection.
379
380 * eshell/esh-proc.el (eshell-gather-process-output):
381 Use `file-truename', in order to start also symlinked files.
382 Apply `start-file-process' instead of `start-process'.
383 Shorten `command' to the local file name part.
384
385 * eshell/em-cmpl.el (eshell-complete-commands-list):
386 Use `eshell-parse-colon-path'.
387
388 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
389
390 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
391 to `eshell-directory-change-hook'.
392
393 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
394
395 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
396 because it could be enabled automatically if view-read-only is non-nil.
397
398 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
399
400 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
401 made on 2009-11-22.
402
403 2009-11-24 Glenn Morris <rgm@gnu.org>
404
405 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
406 deleted variable bookmark-bmenu-bookmark-column.
407
408 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
409 Move after definition of global-semantic-idle-tag-highlight-mode.
410
411 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
412
413 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
414
415 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
416
417 * net/browse-url.el (browse-url-filename-alist): On Windows, add
418 two slashes to the "file:" prefix.
419 (browse-url-file-url): De-munge Cygwin filenames before passing
420 them to Windows browser.
421 (browse-url-default-windows-browser): Use call-process.
422
423 2009-11-23 Juri Linkov <juri@jurta.org>
424
425 Implement DocView Continuous mode. (Bug#4896)
426 * doc-view.el (doc-view-continuous-mode): New defcustom.
427 (doc-view-mode-map): Bind C-n/<down> to
428 `doc-view-next-line-or-next-page', C-p/<up> to
429 `doc-view-previous-line-or-previous-page'.
430 (doc-view-next-line-or-next-page)
431 (doc-view-previous-line-or-previous-page): New commands.
432
433 2009-11-23 Juri Linkov <juri@jurta.org>
434
435 Implement Isearch in comint input history. (Bug#3746)
436 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
437 `isearch-mode-hook'.
438 (comint-history-isearch): New defcustom.
439 (comint-history-isearch-backward)
440 (comint-history-isearch-backward-regexp): New commands.
441 (comint-history-isearch-message-overlay): New buffer-local variable.
442 (comint-history-isearch-setup, comint-history-isearch-end)
443 (comint-goto-input, comint-history-isearch-search)
444 (comint-history-isearch-message, comint-history-isearch-wrap)
445 (comint-history-isearch-push-state)
446 (comint-history-isearch-pop-state): New functions.
447
448 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
449
450 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
451 return.
452 (tramp-handle-make-symbolic-link)
453 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
454 Quote file names.
455 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
456 (tramp-handle-process-file): Use it.
457
458 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
459
460 * window.el (move-to-window-line-last-op): Remove.
461 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
462
463 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
464
465 Make M-r mirror the new cycling behavior of C-l.
466 * window.el (move-to-window-line-last-op): New var.
467 (move-to-window-line-top-bottom): New command.
468 (global-map): Bind M-r move-to-window-line-top-bottom.
469
470 2009-11-23 Sven Joachim <svenjoac@gmx.de>
471
472 * dired-x.el (dired-guess-shell-alist-default):
473 Support xz format. (Bug#4953)
474
475 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
476
477 * cedet/srecode/map.el (srecode-get-maps):
478 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
479 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
480 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
481 (semantic-toggle-decoration-style):
482 * cedet/semantic/decorate/include.el
483 (semantic-decoration-include-describe)
484 (semantic-decoration-unknown-include-describe)
485 (semantic-decoration-unparsed-include-describe)
486 (semantic-decoration-all-include-summary):
487 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
488 * cedet/semantic/analyze/complete.el
489 (semantic-analyze-possible-completions):
490 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
491 (semantic-show-unmatched-syntax-mode)
492 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
493 (semantic-highlight-func-mode):
494 * cedet/semantic/util.el (semantic-describe-buffer):
495 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
496 (semantic-symref-find-tags-by-name)
497 (semantic-symref-find-tags-by-regexp)
498 (semantic-symref-find-tags-by-completion)
499 (semantic-symref-find-file-references-by-name)
500 (semantic-symref-find-text):
501 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
502 (senator-yank-tag):
503 * cedet/semantic/scope.el (semantic-calculate-scope):
504 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
505 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
506 (define-semantic-idle-service):
507 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
508 (semantic-complete-analyze-inline-idle):
509 * cedet/semantic/analyze.el (semantic-analyze-current-context):
510 * cedet/mode-local.el (describe-mode-local-bindings)
511 (describe-mode-local-bindings-in-mode):
512 * cedet/ede/make.el (ede-make-check-version):
513 * cedet/ede/locate.el (ede-enable-locate-on-project):
514 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
515 (cedet-idutils-version-check):
516 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
517 (cedet-gnu-global-version-check):
518 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
519 (cedet-cscope-version-check): Use called-interactively-p instead
520 of interactive-p.
521
522 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
523 Use semantic-format-tag-prototype.
524
525 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
526
527 * emulation/viper-cmd.el: Use viper-last-command-char instead of
528 last-command-char/last-command-event.
529 (viper-prefix-arg-value): Do correct conversion of event-char for
530 XEmacs.
531
532 * emulation/viper-util.el, emulation/viper.el:
533 Use viper-last-command-char instead of
534 last-command-char/last-command-event.
535
536 * ediff-init.el, ediff-mult.el, ediff-util.el:
537 Replace last-command-char and last-command-event
538 with (ediff-last-command-char) everywhere.
539
540 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
541 created in fundamental mode.
542
543 * ediff.el (ediff-version): Revert the change of interactive-p to
544 called-interactively-p.
545
546 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
547
548 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
549 generation from word-movement command names.
550
551 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
552
553 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
554 (semantic-complete-jump-local, semantic-complete-jump):
555 Improve prompt string.
556
557 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
558
559 * cus-start.el (all): Add native condition for font-use-system-font.
560
561 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
562
563 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
564 Correct the patch from 2009-11-18. (Bug#3910)
565
566 2009-11-21 Alan Mackenzie <acm@muc.de>
567
568 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
569 Update to deal with modern Java constructs.
570
571 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
572
573 * progmodes/subword.el: Rename from lisp/subword.el.
574
575 * subword.el: Rename to progmodes/subword.el.
576
577 * Makefile.in (ELCFILES): Adapt to subword.el move.
578
579 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
580 Stefan Monnier <monnier@iro.umontreal.ca>
581
582 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
583 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
584 (bookmark-bmenu-show-filenames): Use push.
585 (bookmark-bmenu-hide-filenames): Use local var instead of
586 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
587 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
588 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
589 filenames now that the bookmark names are always available.
590
591 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
592
593 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
594 (bookmark-search-pattern): Move and leave unbound.
595 (bookmark-bmenu-mode-map): Change binding.
596 (bookmark-read-search-input): Simplify.
597 Don't use text-char-description. Don't error on non-char events.
598 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
599 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
600 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
601 Use a local var for the timer.
602 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
603 (i.e. bookmark-bmenu-search).
604
605 2009-11-21 Glenn Morris <rgm@gnu.org>
606
607 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
608
609 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
610
611 * net/browse-url.el (browse-url-default-windows-browser):
612 Use cygstart for cygwin.
613
614 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
615
616 * bookmark.el Formatting and doc fixes only:
617 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
618 (bookmark-bmenu-search): Wrap to fit within 80 columns.
619 Minor grammar and punctuation fixes in doc string.
620 (bookmark-read-search-input): Adjust to fit within 80 columns.
621
622 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
623
624 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
625 (c-backward-into-nomenclature): Adapt to subword renaming.
626
627 * subword.el (subword-forward, subword-backward, subword-mark)
628 (subword-kill, subword-backward-kill, subword-transpose)
629 (subword-downcase, subword-upcase, subword-capitalize)
630 (subword-forward-internal, subword-backward-internal):
631 Rename from forward-subword, backward-subword, mark-subword,
632 kill-subword, backward-kill-subword, transpose-subwords,
633 downcase-subword, upcase-subword, capitalize-subword,
634 forward-subword-internal, backward-subword-internal.
635
636 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
637
638 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
639 New options.
640 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
641 New vars.
642 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
643 (bookmark-bmenu-filter-alist-by-regexp)
644 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
645 (bookmark-bmenu-search): New command.
646 (bookmark-bmenu-mode-map): Bind it.
647
648 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
649
650 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
651
652 * cedet/semantic/idle.el (define-semantic-idle-service)
653 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
654
655 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
656
657 * progmodes/cc-cmds.el: declare-functioned forward-subword and
658 backward-subword to quit the byte-compiler.
659
660 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
661
662 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
663
664 * progmodes/cc-cmds.el (c-update-modeline)
665 (c-forward-into-nomenclature, c-backward-into-nomenclature):
666 Refer to subword.el functions instead of cc-subword.el.
667
668 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
669 subword.el functions instead of cc-subword.el.
670
671 * progmodes/cc-subword.el: Rename to subword.el.
672 * subword.el: Rename from progmodes/cc-subword.el.
673 (subword-mode-map): Rename from c-subword-mode-map.
674 (subword-mode): Rename from c-subword-mode.
675 (global-subword-mode): New global minor mode.
676 (forward-subword): Rename from c-forward-subword.
677 (backward-subword): Rename from c-backward-subword.
678 (mark-subword): Rename from c-mark-subword.
679 (kill-subword): Rename from c-kill-subword.
680 (backward-kill-subword): Rename from c-backward-kill-subword.
681 (transpose-subwords): Rename from c-tranpose-subword.
682 (downcase-subword): Rename from c-downcase-subword.
683 (capitalize-subword): Rename from c-capitalize-subword.
684 (forward-subword-internal): Rename from c-forward-subword-internal.
685 (backward-subword-internal): Rename from c-backward-subword-internal.
686
687 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
688
689 * vc.el (vc-deduce-fileset): Allow non-state changing operations
690 from a dired buffer.
691 (vc-dired-deduce-fileset): New function.
692 (vc-root-diff, vc-print-root-log): Use it.
693
694 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
695 nil LIMIT argument to vc-print-log-internal.
696
697 2009-11-20 Glenn Morris <rgm@gnu.org>
698
699 * Makefile.in (ELCFILES): Regenerate.
700
701 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
702
703 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
704
705 * cedet/semantic.el: Enable idle-mode menu items only if
706 global-semantic-idle-scheduler-mode is enabled.
707 (semantic-default-submodes): Doc fix.
708
709 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
710 When turning off, disable other idle modes.
711
712 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
713
714 * calc/calc.el (calc-set-mode-line):
715 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
716 (math-format-number): Rename `math-format-complement-signed' to
717 `math-format-twos-complement'.
718
719 * calc/calc-bin.el (math-format-twos-complement): Rename from
720 math-format-complement-signed.
721 (calc-radix): Rename `calc-complement-signed-mode' to
722 `calc-twos-complement-mode'.
723 (calc-octal-radix, calc-hex-radix): Add an argument for
724 two's complement.
725
726 * calc/calc-embed.el (calc-embedded-mode-vars):
727 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
728
729 * calc/calc-ext.el (calc-init-extensions):
730 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
731 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
732
733 * calc/calc-units.el (math-build-units-table-buffer):
734 Let `calc-twos-complement-mode' be nil.
735
736 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
737 entries.
738
739 * calc/calc-vec.el (calcFunc-vunpack):
740 * calc/calc-aent.el (calc-do-calc-eval):
741 * calc/calc-forms.el (math-format-date):
742 * calc/calc-graph.el (calc-graph-plot):
743 * calc/calc-math.el (math-use-emacs-fn):
744 * calc/calccomp.el (math-compose-expr):
745 Let `calc-twos-complement-mode' be nil.
746
747 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
748
749 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
750 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
751 * minibuffer.el (completion-in-region-functions): New hook.
752 (completion-in-region): New function.
753 * emacs-lisp/lisp.el (lisp-complete-symbol):
754 * pcomplete.el (pcomplete-std-complete): Use it.
755
756 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
757
758 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
759 (latex-complete-alist): New vars.
760 (latex-string-prefix-p, latex-complete-bibtex-keys)
761 (latex-complete-envnames, latex-complete-refkeys)
762 (latex-complete-data): New functions.
763 (latex-complete, latex-indent-or-complete): New commands.
764
765 * window.el (display-buffer-mark-dedicated): New var.
766 (display-buffer): Obey it.
767 * minibuffer.el (minibuffer-completion-help): Use it.
768
769 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
770
771 * filecache.el (file-cache-add-file): Use push and cons.
772 (file-cache-delete-file-regexp): Use push.
773 (file-cache-complete): Use completion-in-region.
774
775 * simple.el (with-wrapper-hook): Fix thinko.
776
777 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
778 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
779 Use with-current-buffer and string-to-number.
780 (hfy-fallback-colour-values): Use assoc-string.
781 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
782 (hfy-face-at): Remove unused var `found-face'.
783 (hfy-compile-stylesheet): Remove unused var `css'.
784 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
785 and `orig-buffer'.
786 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
787 Use with-current-buffer.
788 (hfy-text-p): Use expand-file-name and fewer setq.
789
790 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
791
792 * htmlfontify.el, hfy-cmap.el: New files.
793
794 2009-11-19 Juri Linkov <juri@jurta.org>
795
796 * minibuffer.el (completions-format): New defcustom.
797 (completion--insert-strings): Implement vertical format.
798
799 * simple.el (switch-to-completions): Move point to the first
800 completion when point was at the beginning of the buffer.
801
802 2009-11-19 Juri Linkov <juri@jurta.org>
803
804 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
805
806 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
807
808 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
809
810 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
811 (mail-signature): Change default to t.
812 (mail-from-style): Deprecate `system-default' value.
813 (mail-insert-from-field): For default value of mail-from-style,
814 default to `angles' unless `angles' needs quoting and `parens'
815 does not.
816 (mail-citation-prefix-regexp): Use citation regexp from
817 message-mode.
818
819 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
820
821 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
822 Set variables for computing the prompt for reading password.
823
824 2009-11-19 Glenn Morris <rgm@gnu.org>
825
826 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
827
828 * textmodes/flyspell.el (sgml-lexical-context): Declare.
829
830 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
831 (newsticker-treeview-listwindow-height): Fix custom type.
832
833 2009-11-19 Kenichi Handa <handa@m17n.org>
834
835 * descr-text.el (describe-char-padded-string): Compose with TAB
836 only if there's a font for CH.
837 (describe-char): Fix the condition for detecting a trivial composition.
838
839 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
840
841 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
842 more accurate version of the regexp. (Bug#3910)
843
844 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
845
846 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
847
848 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
849
850 * font-setting.el (font-use-system-font): Declare for byte-compiler.
851 (font-setting-change-default-font): Fix typo in docstring.
852
853 2009-11-18 Alan Mackenzie <acm@muc.de>
854
855 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
856
857 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
858
859 * font-setting.el (font-use-system-font): Move ...
860
861 * cus-start.el (all): ... to here.
862
863 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
864
865 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
866 Don't set `ad-return-value' if `ad-do-it' doesn't.
867
868 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
869 modification time.
870
871 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
872
873 * menu-bar.el: Put "Use system font" in Option-menu.
874 (menu-bar-options-save): Add font-use-system-font.
875
876 * loadup.el: If feature system-font-setting or font-render-setting is
877 there, load font-setting.
878
879 * Makefile.in (ELCFILES): Add font-settings.el.
880 * font-setting.el: New file.
881
882 2009-11-17 Glenn Morris <rgm@gnu.org>
883
884 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
885
886 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
887 Preserve point in the list buffer. (Bug#4939)
888 Use point-at-eol.
889 (newsticker--treeview-list-update-highlight)
890 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
891
892 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
893
894 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
895 Remove.
896
897 * calc/calc-ext.el (calc-init-extensions): Remove references to
898 symclip.
899
900 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
901
902 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
903 * calc/calc-help.el (calc-b-prefix-help): Remove references to
904 `calc-symclip'.
905
906 2009-11-16 Kevin Ryde <user42@zip.com.au>
907
908 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
909 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
910
911 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
912 (lm-keywords-list): Allow comma-only separator like "foo,bar".
913 Ignore trailing spaces by omit-nulls to split-string (fixing
914 regression from Emacs 21 due to the incompatible split-string
915 change). (Bug #4928.)
916
917 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
918
919 * vc.el (vc-log-show-limit): Default to 2000.
920 (vc-print-log-internal): Insert buttons to request more entries
921 when limiting the output.
922
923 * vc-sccs.el (vc-sccs-print-log):
924 * vc-rcs.el (vc-rcs-print-log):
925 * vc-cvs.el (vc-cvs-print-log):
926 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
927 LIMIT is non-nil.
928
929 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
930
931 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
932 error when `tramp-gvfs-dbus-event-vector' is set.
933 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
934
935 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
936
937 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
938
939 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
940
941 * net/dbus.el (dbus-unregister-service): New defun.
942 (dbus-register-property): Register the handlers of
943 "org.freedesktop.DBus.Properties" for SERVICE.
944 (dbus-property-handler): Fix docstring.
945
946 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
947
948 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
949 Quote doc string reference in defvaralias as it is not in special form.
950 (byte-compile-output-docform): Doc fix.
951
952 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
953
954 * calc/calc.el (math-2-word-size, math-half-2-word-size)
955 (calc-complement-signed-mode): New variables.
956 (calc-set-mode-line): Add indicator for twos-complements.
957 (math-format-number): Format twos-complement notation.
958
959 * calc/calc-bin.el (calc-word-size): Reset the variables
960 `math-2-word-size' and `math-half-2-word-size'.
961 (math-format-complement-signed, math-symclip, calcFunc-symclip)
962 (calc-symclip): New functions.
963
964 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
965
966 * calc/calc-embed.el (calc-embedded-mode-vars):
967 Add `calc-complement-signed-mode' to the list of modes.
968
969 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
970 (calc-b-oper-keys): Add `calc-symclip' to list.
971
972 * calc/calc-ext.el (math-read-number-fancy): Read complement
973 signed numbers.
974 (calc-init-extensions): Add binding for `calc-symclip'.
975 Add autoload for `calcFunc-symclip' and `calc-symclip'.
976
977 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
978 `calc-symclip'.
979 (calc-modes-menu): Add item for twos complement mode.
980
981 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
982
983 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
984
985 * register.el (jump-to-register, insert-register): Handle Semantic
986 tags. From commented-out advice in semantic/senator.el.
987
988 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
989
990 * vc.el (vc-log-show-limit): New variable.
991 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
992 when using a prefix argument.
993 (vc-print-log-internal): Add new argument LIMIT.
994
995 * vc-svn.el (vc-svn-print-log):
996 * vc-mtn.el (vc-mtn-print-log):
997 * vc-hg.el (vc-hg-print-log):
998 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
999 pass it to the log command when set. Make the BUFFER argument
1000 non-optional.
1001
1002 * vc-sccs.el (vc-sccs-print-log):
1003 * vc-rcs.el (vc-rcs-print-log):
1004 * vc-git.el (vc-git-print-log):
1005 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
1006 ignore it. Make the BUFFER argument non-optional
1007
1008 * bindings.el (mode-line-buffer-identification): Do not purecopy.
1009
1010 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
1011
1012 * dired.el (dired-mode-map): Move encryption items to "Operate"
1013 menu (Bug#4703).
1014
1015 * strokes.el (strokes-update-window-configuration): Make strokes
1016 buffer current before erasing (Bug#4906).
1017
1018 * cedet/semantic/idle.el (semantic-idle-summary-mode)
1019 (semantic-idle-summary-mode): Define using define-minor-mode
1020 instead of define-semantic-idle-service.
1021 (semantic-idle-summary-mode): New function.
1022 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
1023 that mouse motion does not reset the echo area.
1024
1025 2009-11-15 Juri Linkov <juri@jurta.org>
1026
1027 * simple.el (set-mark-default-inactive): Add :type, :group
1028 and :version. (Bug#4876)
1029
1030 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
1031
1032 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
1033 (archive-unique-fname): ... here. (Bug#4929)
1034
1035 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1036
1037 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
1038 with a real fix.
1039
1040 * novice.el (disabled-command-function): Add useful args.
1041 Setup the help buffer so that [back] works.
1042 Remove redundant call to help-mode.
1043 (disabled-command-function): Use `case'.
1044 (en/disable-command): New function extracted from enable-command.
1045 (enable-command, disable-command): Use it.
1046
1047 2009-11-14 Glenn Morris <rgm@gnu.org>
1048
1049 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
1050 constants. (Bug#4913)
1051
1052 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
1053
1054 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
1055
1056 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
1057 defined in C that have no doc-strings. (Bug#1063)
1058
1059 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
1060
1061 * cus-edit.el (data, files):
1062 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
1063
1064 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
1065
1066 * simple.el (shell-command): Doc fix (Bug#4891).
1067
1068 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
1069
1070 2009-11-14 Glenn Morris <rgm@gnu.org>
1071
1072 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
1073 statements for vc-diff, emerge-quit, and rmail-cease-edit.
1074 If they are already loaded, eval-after-load will do the right thing.
1075
1076 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
1077 compiling.
1078
1079 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
1080
1081 * simple.el (x-selection-owner-p): Declare.
1082 (read-mail-command): Use custom radio type rather than choice.
1083 (completion-no-auto-exit): Doc fix.
1084
1085 * custom.el (defgroup):
1086 * epg-config.el (epg): Doc fixes.
1087
1088 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
1089
1090 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
1091 * international/ccl.el (define-ccl-program): Do not purecopy the
1092 docstring, defconst does it anyway.
1093
1094 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1095
1096 * add-log.el (add-change-log-entry): Avoid displaying the changelog
1097 a second time.
1098
1099 * x-dnd.el (x-dnd-maybe-call-test-function):
1100 * window.el (split-window-vertically):
1101 * whitespace.el (whitespace-help-on):
1102 * vc-rcs.el (vc-rcs-consult-headers):
1103 * userlock.el (ask-user-about-lock-help)
1104 (ask-user-about-supersession-help):
1105 * type-break.el (type-break-force-mode-line-update):
1106 * time-stamp.el (time-stamp-conv-warn):
1107 * terminal.el (te-set-output-log, te-more-break, te-filter)
1108 (te-sentinel,terminal-emulator):
1109 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
1110 (term-write-input-ring, term-check-source, term-start-output-log):
1111 (term-display-buffer-line, term-dynamic-list-completions):
1112 (term-ansi-make-term, serial-term):
1113 * subr.el (selective-display):
1114 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
1115 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
1116 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
1117 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
1118 (speedbar-remove-localized-speedbar-support)
1119 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
1120 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
1121 (speedbar-buffers-line-directory):
1122 * simple.el (shell-command-on-region, append-to-buffer)
1123 (prepend-to-buffer):
1124 * shadowfile.el (shadow-save-todo-file):
1125 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
1126 (scroll-bar-maybe-set-window-start):
1127 * sb-image.el (speedbar-image-dump):
1128 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
1129 (load-save-place-alist-from-file):
1130 * ps-samp.el (ps-print-message-from-summary):
1131 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
1132 (ps-background-image, ps-begin-job, ps-do-despool):
1133 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
1134 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
1135 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
1136 (pr-call-process, pr-file-list, pr-interface-save):
1137 * novice.el (disabled-command-function)
1138 (enable-command, disable-command):
1139 * mouse.el (mouse-buffer-menu-alist):
1140 * mouse-copy.el (mouse-kill-preserving-secondary):
1141 * macros.el (kbd-macro-query):
1142 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
1143 * informat.el (batch-info-validate):
1144 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
1145 * hippie-exp.el (try-expand-dabbrev-visible):
1146 * help-mode.el (help-make-xrefs):
1147 * help-fns.el (describe-variable):
1148 * generic-x.el (bat-generic-mode-run-as-comint):
1149 * finder.el (finder-mouse-select):
1150 * find-dired.el (find-dired-sentinel):
1151 * filesets.el (filesets-file-close):
1152 * files.el (list-directory):
1153 * faces.el (list-faces-display, describe-face):
1154 * facemenu.el (list-colors-display):
1155 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
1156 * epg.el (epg--process-filter, epg-cancel):
1157 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
1158 (epa--read-signature-type):
1159 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
1160 (emerge-file-names):
1161 * ehelp.el (electric-helpify):
1162 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
1163 * ediff-vers.el (rcs-ediff-view-revision):
1164 * ediff-util.el (ediff-setup):
1165 * ediff-mult.el (ediff-append-custom-diff):
1166 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
1167 (ediff-wordify):
1168 * echistory.el (Electric-command-history-redo-expression):
1169 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1170 * disp-table.el (describe-display-table):
1171 * dired.el (dired-find-buffer-nocreate):
1172 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
1173 * dabbrev.el (dabbrev--same-major-mode-p):
1174 * chistory.el (list-command-history):
1175 * apropos.el (apropos-documentation):
1176 * allout.el (allout-obtain-passphrase):
1177 (allout-copy-exposed-to-buffer):
1178 (allout-verify-passphrase): Use with-current-buffer.
1179
1180 2009-11-13 Glenn Morris <rgm@gnu.org>
1181
1182 * Makefile.in (ELCFILES): Regenerate.
1183
1184 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
1185
1186 * net/dbus.el (dbus-registered-objects-table): Rename from
1187 `dbus-registered-functions-table', because it contains also properties.
1188 (dbus-unregister-object): Unregister also properties.
1189 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
1190 Use a timeout of 500 msec, in order to not block.
1191 (dbus-register-property, dbus-property-handler): New defuns.
1192
1193 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1194
1195 * simple.el (minibuffer-default-add-completions): Drop deprecated
1196 4th arg.
1197
1198 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
1199
1200 * textmodes/artist.el (artist-mouse-choose-operation):
1201 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
1202 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
1203 (artist-compute-up-event-key): New function.
1204 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
1205
1206 2009-11-13 Kenichi Handa <handa@m17n.org>
1207
1208 * language/japan-util.el: Make sure that the value of jisx0208
1209 property is jisx0208 character.
1210
1211 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
1212
1213 * international/mule.el (auto-coding-regexp-alist): Only purecopy
1214 car or each item, not the whole list.
1215
1216 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1217
1218 * minibuffer.el (minibuffer-completion-help):
1219 Use minibuffer-hide-completions.
1220
1221 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
1222
1223 * dired.el (dired-save-positions, dired-restore-positions): New funs.
1224 (dired-revert): Use them (bug#4880).
1225
1226 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
1227
1228 * tooltip.el (tooltip-frame-parameters): Undo previous change.
1229
1230 2009-11-12 Juri Linkov <juri@jurta.org>
1231
1232 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
1233 New functions.
1234 (find-file-literally-at-point): Alias of `ffap-literally'.
1235
1236 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
1237
1238 * textmodes/ispell.el (ispell-skip-region-alist):
1239 * textmodes/css-mode.el (auto-mode-alist):
1240 * progmodes/compile.el (auto-mode-alist):
1241 * international/mule.el (ctext-non-standard-encodings-alist)
1242 (ctext-non-standard-encodings-regexp):
1243 * simple.el (shell-command-switch, text-read-only):
1244 * replace.el (occur-mode-map):
1245 * paths.el (rmail-file-name):
1246 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
1247 * find-file.el (ff-special-constructs):
1248 * files.el (file-name-handler-alist):
1249 * composite.el: Purecopy strings.
1250
1251 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
1252
1253 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
1254
1255 * widget.el (define-widget): Purecopy the docstring.
1256 * international/mule-cmds.el (charset): Do not purecopy the
1257 docstring here, define-widget does it.
1258
1259 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
1260 * textmodes/bibtex-style.el (auto-mode-alist):
1261 * progmodes/inf-lisp.el (inferior-lisp-prompt):
1262 * progmodes/compile.el (compile-command):
1263 * language/korea-util.el (default-korean-keyboard):
1264 * international/mule-conf.el (file-coding-system-alist):
1265 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
1266 * tooltip.el (tooltip-frame-parameters):
1267 * newcomment.el (comment-end, comment-padding):
1268 * dired.el (dired-trivial-filenames):
1269 * comint.el (comint-file-name-prefix): Purecopy initial values.
1270
1271 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
1272
1273 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
1274 (tramp-advice-minibuffer-electric-tilde): Unload advices via
1275 `tramp-unload'.
1276 (tramp-advice-make-auto-save-file-name)
1277 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
1278 after removing the advice.
1279
1280 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
1281
1282 * progmodes/grep.el (grep-regexp-alist):
1283 * international/mule-cmds.el (iso-2022-control-alist):
1284 * emacs-lisp/timer.el (timer-duration-words):
1285 * subr.el (version-separator, version-regexp-alist):
1286 * minibuffer.el (completion-styles-alist):
1287 * faces.el (face-attribute-name-alist, list-faces-sample-text):
1288 Change defvars to defconsts.
1289
1290 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
1291 * loadup.el ("international/mule-conf"): Load the byte compiled version.
1292 * international/mule-conf.el: Allow to be byte compiled.
1293
1294 * international/mule.el (define-charset): Purecopy props.
1295 (load-with-code-conversion): Purecopy doc string and file name.
1296 (put-charset-property): Purecopy strings.
1297 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
1298
1299 * international/mule-cmds.el (register-input-method): Purecopy arguments.
1300 (define-char-code-property): Correctly purecopy the table.
1301
1302 * international/ccl.el (define-ccl-program): Purecopy the docstring.
1303
1304 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
1305
1306 * subr.el (add-hook): Purecopy strings.
1307 (eval-after-load): Purecopy load-history-regexp and the form.
1308
1309 * custom.el (custom-declare-group): Purecopy load-file-name.
1310
1311 * subr.el (menu-bar-separator): New defconst.
1312 * net/eudc.el (eudc-tools-menu):
1313 * international/mule-cmds.el (set-coding-system-map)
1314 (mule-menu-keymap):
1315 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
1316 * vc-hooks.el (vc-menu-map):
1317 * replace.el (occur-mode-map):
1318 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1319 (menu-bar-edit-menu, menu-bar-goto-menu)
1320 (menu-bar-custom-menu, menu-bar-showhide-menu)
1321 (menu-bar-options-menu, menu-bar-tools-menu)
1322 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
1323 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1324 (menu-bar-help-menu):
1325 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
1326 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
1327
1328 * term/x-win.el (x-gtk-stock-map):
1329 * progmodes/vera-mode.el (auto-mode-alist):
1330 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
1331 (inferior-lisp-program, inferior-lisp-load-command):
1332 * progmodes/hideshow.el (hs-special-modes-alist):
1333 * progmodes/gud.el (same-window-regexps):
1334 * progmodes/grep.el (grep-program, find-program, xargs-program):
1335 * net/telnet.el (same-window-regexps):
1336 * net/rlogin.el (same-window-regexps):
1337 * language/ethiopic.el (font-ccl-encoder-alist):
1338 * vc-sccs.el (vc-sccs-master-templates):
1339 * vc-rcs.el (vc-rcs-master-templates):
1340 * subr.el (cl-assertion-failed):
1341 * simple.el (next-error-overlay-arrow-position):
1342 * lpr.el (lpr-command):
1343 * locate.el (locate-ls-subdir-switches):
1344 * info.el (same-window-regexps, info)
1345 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
1346 * image-mode.el (image-mode, auto-mode-alist):
1347 * hippie-exp.el (hippie-expand-ignore-buffers):
1348 * format.el (format-alist):
1349 * find-dired.el (find-ls-subdir-switches, find-grep-options)
1350 (find-name-arg):
1351 * facemenu.el (facemenu-keybindings):
1352 * dired.el (dired-listing-switches, dired-chown-program):
1353 * diff.el (diff-switches, diff-command):
1354 * cus-edit.el (same-window-regexps):
1355 * bindings.el (mode-line-mule-info)
1356 (mode-line-buffer-identification): Purecopy strings.
1357
1358 2009-11-11 Juri Linkov <juri@jurta.org>
1359
1360 * simple.el (dired-get-filename)<declare-function>:
1361 Tell the byte-compiler about dired-get-filename.
1362 (shell-command): In Dired mode, get filename from the current line
1363 as the default value.
1364
1365 2009-11-10 Glenn Morris <rgm@gnu.org>
1366
1367 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
1368 * calendar/holidays.el, progmodes/cperl-mode.el:
1369 Update x-popup-menu declarations.
1370
1371 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
1372 (list-load-path-shadows): Use dolist.
1373 (list-load-path-shadows): Use with-current-buffer.
1374
1375 2009-11-10 Juri Linkov <juri@jurta.org>
1376
1377 * minibuffer.el (read-file-name): Support a list of default values
1378 in `default-filename'. Use the first file name where only one
1379 element is required. Doc fix.
1380
1381 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
1382
1383 * net/dbus.el (dbus-unregister-object): Release service, if no
1384 other method is registered for it.
1385
1386 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
1387
1388 * bookmark.el (bookmark-completing-read): Sort bookmark names if
1389 bookmark-sort-flag is non-nil (Bug#4653).
1390
1391 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
1392
1393 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
1394 the progress reporter entirely.
1395
1396 * emulation/cua-base.el: Add CUA property to some CC mode commands
1397 (Bug#4100).
1398
1399 2009-11-08 Kevin Ryde <user42@zip.com.au>
1400
1401 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
1402 at end of sentence (Bug#4818).
1403
1404 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
1405
1406 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1407 Handle "see declaration of" MSFT statements (Bug#4100).
1408
1409 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
1410
1411 * net/tramp.el (tramp-advice-make-auto-save-file-name)
1412 (tramp-advice-file-expand-wildcards): Unload via
1413 `ad-remove-advice'.
1414
1415 * net/trampver.el: Update release number.
1416
1417 2009-11-08 Kevin Ryde <user42@zip.com.au>
1418
1419 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
1420 `ad-do-it'.
1421
1422 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
1423
1424 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
1425 in order to keep context in SELinux.
1426
1427 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
1428
1429 * dired-aux.el (dired-query): Place cursor in echo area and allow
1430 C-g.
1431
1432 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
1433 menu item if not on a directory (Bug#4701).
1434
1435 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
1436
1437 Sync with Tramp 2.1.17.
1438
1439 * net/tramp.el (tramp-handle-copy-directory): Don't use
1440 `file-remote-p' (due to compatibility).
1441
1442 * net/tramp-compat.el (tramp-compat-copy-directory)
1443 (tramp-compat-delete-directory): New defuns.
1444
1445 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
1446 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
1447 `tramp-compat-delete-directory'.
1448
1449 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
1450 (tramp-smb-handle-delete-directory ): Use
1451 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
1452
1453 * net/trampver.el: Update release number.
1454
1455 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
1456
1457 * tar-mode.el (tar-copy): Call write-region on the right buffer
1458 (Bug#4857).
1459
1460 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
1461 by hand, if necessary (Bug#4878).
1462
1463 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
1464
1465 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
1466 align size column (Bug#4839).
1467
1468 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
1469 statement.
1470
1471 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
1472
1473 * progmodes/ld-script.el (auto-mode-alist):
1474 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
1475
1476 * cus-face.el (custom-declare-face): Purecopy face spec.
1477
1478 2009-11-06 Kenichi Handa <handa@m17n.org>
1479
1480 * international/uni-bidi.el: Re-generated.
1481 * international/uni-category.el: Re-generated.
1482 * international/uni-combining.el: Re-generated.
1483 * international/uni-mirrored.el: Re-generated.
1484
1485 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
1486
1487 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
1488 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
1489 (tex-start-options, slitex-run-command, latex-run-command)
1490 (tex-run-command, tex-directory):
1491 * textmodes/ispell.el (ispell-html-skip-alists)
1492 (ispell-tex-skip-alists, ispell-tex-skip-alists):
1493 * textmodes/fill.el (adaptive-fill-first-line-regexp):
1494 (adaptive-fill-regexp):
1495 * textmodes/dns-mode.el (auto-mode-alist):
1496 * progmodes/python.el (interpreter-mode-alist):
1497 * progmodes/etags.el (tags-compression-info-list):
1498 * progmodes/etags.el (tags-file-name):
1499 * net/browse-url.el (browse-url-galeon-program)
1500 (browse-url-firefox-program):
1501 * mail/sendmail.el (mail-signature-file)
1502 (mail-citation-prefix-regexp):
1503 * international/mule-conf.el (eight-bit):
1504 * international/latexenc.el (latex-inputenc-coding-alist):
1505 * international/fontset.el (x-pixel-size-width-font-regexp):
1506 * emacs-lisp/warnings.el (warning-type-format):
1507 * emacs-lisp/trace.el (trace-buffer):
1508 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
1509 (emacs-lisp-mode-map):
1510 * calendar/holidays.el (holiday-solar-holidays)
1511 (holiday-bahai-holidays, holiday-islamic-holidays)
1512 (holiday-christian-holidays, holiday-hebrew-holidays)
1513 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
1514 (hebrew-holidays-1, holiday-oriental-holidays)
1515 (holiday-general-holidays):
1516 * x-dnd.el (x-dnd-known-types):
1517 * tool-bar.el (tool-bar):
1518 * startup.el (site-run-file):
1519 * shell.el (shell-dumb-shell-regexp):
1520 * rfn-eshadow.el (file-name-shadow-tty-properties)
1521 (file-name-shadow-properties):
1522 * paths.el (remote-shell-program, news-directory):
1523 * mouse.el ([C-down-mouse-3]):
1524 * menu-bar.el (menu-bar-tools-menu):
1525 * jka-cmpr-hook.el (jka-compr-load-suffixes)
1526 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
1527 (jka-compr-compression-info-list):
1528 * isearch.el (search-whitespace-regexp):
1529 * image-file.el (image-file-name-extensions):
1530 * find-dired.el (find-ls-option):
1531 * files.el (directory-listing-before-filename-regexp)
1532 (directory-free-space-args, insert-directory-program)
1533 (list-directory-brief-switches, magic-fallback-mode-alist)
1534 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
1535 (automount-dir-prefix):
1536 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
1537 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
1538 (face-font-registry-alternatives, face-font-registry-alternatives)
1539 (face-font-family-alternatives):
1540 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
1541 (facemenu-foreground-menu, facemenu-face-menu):
1542 * epa-hook.el (epa-file-name-regexp):
1543 * dnd.el (dnd-protocol-alist):
1544 * textmodes/rst.el (auto-mode-alist):
1545 * button.el (default-button): Purecopy strings.
1546
1547 2009-11-06 Glenn Morris <rgm@gnu.org>
1548
1549 * Makefile.in (ELCFILES): Update.
1550
1551 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
1552
1553 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
1554 * emacs-lisp/levents.el: Move to obsolete/levents.el.
1555
1556 * nxml/xsd-regexp.el (xsdre-gen-categories):
1557 * nxml/xmltok.el (xmltok-parse-entity):
1558 * nxml/rng-parse.el (rng-parse-validate-file):
1559 * nxml/rng-maint.el (rng-format-manual)
1560 (rng-manual-output-force-new-line):
1561 * nxml/rng-loc.el (rng-save-schema-location-1):
1562 * nxml/rng-cmpct.el (rng-c-parse-file):
1563 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
1564 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
1565
1566 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
1567
1568 * verilog-mode.el (verilog-getopt-file, verilog-set-define):
1569 Remove extra save-excursions and make-variable-buffer-local's.
1570 Suggested by Stefan Monnier.
1571
1572 (verilog-getopt-file, verilog-module-inside-filename-p)
1573 (verilog-set-define): Merge GNU 1.35 and repair changes from
1574 switching to using with-current-buffer.
1575
1576 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
1577 being treated as a number and confusing AUTORESET.
1578 Reported by Dan Dever.
1579
1580 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
1581 Add verilog-auto-ignore-concat to fix backward compatibility with
1582 older verilog-modes. Reported by Dan Katz.
1583
1584 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
1585 containing closing anchors "...$".
1586
1587 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
1588 Reported by Wade Smith.
1589
1590 (verilog-batch-execute-func) Comment on function usage.
1591
1592 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
1593
1594 * verilog-mode.el (verilog-label-re): Fix regular expression for
1595 labels.
1596
1597 (verilog-label-re, verilog-calc-1): Support proper indent of named
1598 asserts.
1599
1600 (verilog-backward-token, verilog-basic-complete-re)
1601 (verilog-beg-of-statement, verilog-indent-re): Support proper
1602 indent of the assert statement at the beginning of a block of text.
1603
1604 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
1605 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
1606 tokens as begins.
1607
1608 2009-11-05 Glenn Morris <rgm@gnu.org>
1609
1610 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
1611 Emacs 19. (Bug#1531)
1612 (byte-compile-fix-header): Update for the above change.
1613 Drop test for epoch::version.
1614
1615 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
1616 * cus-dep.el (custom-make-dependencies):
1617 * finder.el (finder-compile-keywords):
1618 Use autoload-rubric's feature argument.
1619
1620 * calendar/diary-lib.el (top-level): Make load behave more like require.
1621
1622 * vc-git.el (vc-git-stash-map): Move definition before use.
1623
1624 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
1625
1626 * custom.el (custom-declare-group): Purecopy standard-value.
1627 (custom-declare-group): Purecopy custom-prefix.
1628
1629 * international/mule.el (load-with-code-conversion):
1630 Call do-after-load-evaluation unconditionally.
1631
1632 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
1633
1634 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1635
1636 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
1637
1638 2009-11-04 Glenn Morris <rgm@gnu.org>
1639
1640 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
1641 (byte-compile-compatibility): Remove option.
1642 (byte-compile-close-variables, byte-compile-fix-header)
1643 (byte-compile-insert-header, byte-compile-output-docform)
1644 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
1645 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
1646 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
1647 (byte-compile-insert, byte-compile-defun):
1648 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
1649 (byte-defop-compiler19): Remove.
1650 Without byte-compile-compatibility, the 'emacs19-opcode property is not
1651 used by anything. Replace all calls with byte-defop-compiler.
1652
1653 2009-11-04 Juri Linkov <juri@jurta.org>
1654
1655 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
1656 (menu-bar-options-menu): Don't quote the `prop' arg of
1657 `menu-bar-make-mm-toggle'.
1658
1659 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
1660
1661 * calendar/calendar.el (cal-loaddefs):
1662 * calendar/diary-lib.el (diary-loaddefs):
1663 * calendar/holidays.el (hol-loaddefs):
1664 * eshell/esh-module.el (esh-groups): Load rather than require.
1665
1666 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1667
1668 * calendar/todo-mode.el (todo-add-category): Don't hardcode
1669 point-min==1.
1670 (todo-top-priorities): Only display-buffer when called interactively.
1671 (todo-item-start): Don't save excursion point.
1672 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
1673 (todo-insert-item-here, todo-file-item, todo-remove-item):
1674 Adjust uses of todo-item-start and todo-item-end.
1675
1676 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
1677 (autoload-rubric): Don't use any more.
1678 * cedet/semantic/fw.el (semantic/loaddefs):
1679 * cedet/srecode.el (srecode/loaddefs):
1680 * cedet/ede.el (ede/loaddefs): Load rather than require.
1681 * cedet/ede/cpp-root.el:
1682 * cedet/ede/emacs.el:
1683 * cedet/ede/files.el:
1684 * cedet/ede/linux.el:
1685 * cedet/ede/locate.el:
1686 * cedet/ede/make.el:
1687 * cedet/ede/shell.el:
1688 * cedet/ede/speedbar.el:
1689 * cedet/ede/system.el:
1690 * cedet/ede/util.el:
1691 * cedet/semantic/analyze.el:
1692 * cedet/semantic/bovine.el:
1693 * cedet/semantic/complete.el:
1694 * cedet/semantic/ctxt.el:
1695 * cedet/semantic/db-file.el:
1696 * cedet/semantic/db-find.el:
1697 * cedet/semantic/db-global.el:
1698 * cedet/semantic/db-mode.el:
1699 * cedet/semantic/db-typecache.el:
1700 * cedet/semantic/db.el:
1701 * cedet/semantic/debug.el:
1702 * cedet/semantic/dep.el:
1703 * cedet/semantic/doc.el:
1704 * cedet/semantic/edit.el:
1705 * cedet/semantic/find.el:
1706 * cedet/semantic/format.el:
1707 * cedet/semantic/html.el:
1708 * cedet/semantic/ia-sb.el:
1709 * cedet/semantic/ia.el:
1710 * cedet/semantic/idle.el:
1711 * cedet/semantic/lex-spp.el:
1712 * cedet/semantic/lex.el:
1713 * cedet/semantic/mru-bookmark.el:
1714 * cedet/semantic/scope.el:
1715 * cedet/semantic/senator.el:
1716 * cedet/semantic/sort.el:
1717 * cedet/semantic/symref.el:
1718 * cedet/semantic/tag-file.el:
1719 * cedet/semantic/tag-ls.el:
1720 * cedet/semantic/tag-write.el:
1721 * cedet/semantic/tag.el:
1722 * cedet/semantic/util-modes.el:
1723 * cedet/semantic/analyze/complete.el:
1724 * cedet/semantic/analyze/refs.el:
1725 * cedet/semantic/bovine/c.el:
1726 * cedet/semantic/bovine/gcc.el:
1727 * cedet/semantic/bovine/make.el:
1728 * cedet/semantic/bovine/scm.el:
1729 * cedet/semantic/decorate/include.el:
1730 * cedet/semantic/decorate/mode.el:
1731 * cedet/semantic/symref/cscope.el:
1732 * cedet/semantic/symref/global.el:
1733 * cedet/semantic/symref/grep.el:
1734 * cedet/semantic/symref/idutils.el:
1735 * cedet/semantic/symref/list.el:
1736 * cedet/semantic/wisent/java-tags.el:
1737 * cedet/semantic/wisent/javascript.el:
1738 * cedet/srecode/compile.el:
1739 * cedet/srecode/cpp.el:
1740 * cedet/srecode/document.el:
1741 * cedet/srecode/el.el:
1742 * cedet/srecode/expandproto.el:
1743 * cedet/srecode/getset.el:
1744 * cedet/srecode/insert.el:
1745 * cedet/srecode/java.el:
1746 * cedet/srecode/map.el:
1747 * cedet/srecode/mode.el:
1748 * cedet/srecode/template.el:
1749 * cedet/srecode/texi.el: Remove the file-local setting of
1750 generated-autoload-feature.
1751
1752 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
1753 and only put a prop if it is non-nil.
1754
1755 2009-11-03 Juri Linkov <juri@jurta.org>
1756
1757 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
1758 (menu-bar-options-menu): Fix list quoting (Bug#4429).
1759
1760 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
1761 and "Menu" to make top-level menu item visually one unit (like
1762 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
1763 multi-word menu items). Fix :help string for quit-window.
1764
1765 2009-11-03 Glenn Morris <rgm@gnu.org>
1766
1767 * cedet/mode-local.el (with-mode-local): Doc fix.
1768
1769 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
1770 (byte-compile-file-form-define-abbrev-table)
1771 (byte-compile-file-form-custom-declare-variable)
1772 (byte-compile-variable-ref, byte-compile-defvar):
1773 Whether or not a warning is enabled should only affect whether we issue
1774 the warning, not whether or not we collect the relevant data.
1775 Eg warnings can be turned on and off throughout the course of a file.
1776
1777 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
1778 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
1779
1780 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1781
1782 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
1783 * play/mpuz.el (mpuz-create-buffer):
1784 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
1785 (lm-print-y,s,noise, lm-print-w0, lm-init):
1786 * play/gomoku.el (gomoku-prompt-for-move):
1787 * play/fortune.el (fortune-in-buffer):
1788 * play/dissociate.el (dissociated-press):
1789 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
1790 (decipher-analyze-buffer, decipher-stats-buffer,decipher-stats-buffer):
1791 * mail/supercite.el (sc-eref-show):
1792 * mail/smtpmail.el (smtpmail-send-it):
1793 * mail/rmailsum.el (rmail-summary-next-labeled-message)
1794 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
1795 (rmail-summary-undelete-many, rmail-summary-rmail-update)
1796 (rmail-summary-goto-msg, rmail-summary-expunge)
1797 (rmail-summary-get-new-mail, rmail-summary-search-backward)
1798 (rmail-summary-add-label, rmail-summary-output-menu)
1799 (rmail-summary-output-body):
1800 * mail/rfc822.el (rfc822-addresses):
1801 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
1802 * mail/mailpost.el (post-mail-send-it):
1803 * mail/hashcash.el (hashcash-generate-payment):
1804 * mail/feedmail.el (feedmail-run-the-queue)
1805 (feedmail-queue-send-edit-prompt-help-first)
1806 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
1807 (feedmail-deduce-address-list):
1808 * eshell/esh-ext.el (eshell-remote-command):
1809 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
1810 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
1811 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
1812 (viper-save-string-in-file, viper-valid-marker):
1813 * emulation/viper-keym.el (viper-toggle-key):
1814 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
1815 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
1816 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
1817 * emulation/viper-cmd.el (viper-exec-form-in-vi)
1818 (viper-exec-form-in-emacs, viper-brac-function):
1819 * emulation/viper.el (viper-delocalize-var):
1820 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
1821 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
1822 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
1823 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
1824 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
1825 * emulation/edt.el (edt-electric-helpify):
1826 * emulation/cua-rect.el (cua--rectangle-aux-replace):
1827 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
1828 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
1829 (cua-indent-to-global-mark-column):
1830 * calendar/diary-lib.el (calendar-mark-1):
1831 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
1832 Use with-current-buffer.
1833 * emulation/viper.el (viper-delocalize-var): Use dolist.
1834
1835 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
1836
1837 * comint.el (comint-replace-by-expanded-history-before-point):
1838 Replace !! with the previous input string literally (Bug#1795).
1839
1840 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
1841
1842 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
1843 to be made up of whitespace.
1844
1845 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
1846
1847 * minibuffer.el (read-file-name): Don't use file dialogs for
1848 remote directories (Bug#99).
1849
1850 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
1851
1852 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
1853
1854 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
1855
1856 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
1857 instead of deleting the window or frame.
1858
1859 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
1860
1861 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
1862 Support face colors.
1863
1864 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
1865 New function. Support face colors (Bug#1168).
1866 (tex-common-initialization): Use it.
1867
1868 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
1869 mode allows it (Bug#1168).
1870
1871 2009-10-31 Juri Linkov <juri@jurta.org>
1872
1873 * facemenu.el (list-colors-display): Don't mark buffer as
1874 modified (Bug#3948).
1875
1876 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
1877
1878 * international/mule-diag.el (list-character-sets-1): Minor
1879 message fix (Bug#3526).
1880
1881 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
1882 face property (Bug#4834).
1883 (etags-list-tags, etags-tags-apropos-additional)
1884 (etags-tags-apropos, tags-select-tags-table): Add follow-link
1885 property.
1886
1887 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
1888 items.
1889
1890 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
1891 items.
1892
1893 * cedet/ede.el (ede-minor-mode):
1894 * cedet/semantic.el (semantic-mode): Toggle menu separators.
1895
1896 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1897
1898 * textmodes/two-column.el (2C-split):
1899 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
1900 * textmodes/tex-mode.el (tex-set-buffer-directory):
1901 * textmodes/spell.el (spell-region, spell-string):
1902 * textmodes/reftex.el (reftex-erase-buffer):
1903 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
1904 * textmodes/reftex-toc.el (reftex-toc-promote-action):
1905 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
1906 (reftex-select-item):
1907 * textmodes/reftex-ref.el (reftex-label-info-update)
1908 (reftex-offer-label-menu):
1909 * textmodes/reftex-index.el (reftex-index-change-entry)
1910 (reftex-index-phrases-info):
1911 * textmodes/reftex-global.el (reftex-create-tags-file)
1912 (reftex-save-all-document-buffers, reftex-ensure-write-access):
1913 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
1914 (reftex-view-crossref-from-bibtex):
1915 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
1916 (reftex-extract-bib-entries-from-thebibliography)
1917 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
1918 * textmodes/refbib.el (r2b-capitalize-title):
1919 (r2b-convert-buffer, r2b-help):
1920 * textmodes/page-ext.el (pages-directory)
1921 (pages-directory-goto-with-mouse):
1922 * textmodes/bibtex.el (bibtex-validate-globally):
1923 * textmodes/bib-mode.el (bib-capitalize-title):
1924 * textmodes/artist.el (artist-clear-buffer, artist-system):
1925 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
1926 (local-set-scheme-interaction-buffer, xscheme-process-filter)
1927 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
1928 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
1929 (xscheme-send-control-g-interrupt, xscheme-start-process)
1930 (xscheme-process-sentinel, xscheme-cd):
1931 * progmodes/verilog-mode.el (verilog-read-always-signals)
1932 (verilog-set-define, verilog-getopt-file)
1933 (verilog-module-inside-filename-p):
1934 * progmodes/sh-script.el:
1935 * progmodes/python.el (python-pdbtrack-get-source-buffer)
1936 (python-pdbtrack-grub-for-buffer, python-execute-file):
1937 * progmodes/octave-inf.el (inferior-octave):
1938 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
1939 (idlwave-shell-compile-helper-routines, idlwave-set-local)
1940 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
1941 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
1942 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
1943 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
1944 (idlwave-shell-filter, idlwave-shell-examine-highlight)
1945 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
1946 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
1947 (idlwave-shell-examine-display, idlwave-shell-run-region)
1948 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
1949 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
1950 * progmodes/idlw-help.el (idlwave-help-get-special-help)
1951 (idlwave-help-get-help-buffer):
1952 * progmodes/gud.el (gud-basic-call, gud-find-class)
1953 (gud-tooltip-activate-mouse-motions-if-enabled):
1954 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
1955 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
1956 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
1957 (ebrowse-tags-next-file):
1958 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
1959 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
1960 (ebnf-eps-finish-and-write):
1961 * progmodes/cpp.el (cpp-edit-save):
1962 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
1963 * progmodes/cc-defs.el (c-emacs-features):
1964 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
1965 (antlr-directory-dependencies):
1966 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
1967 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
1968 (ada-find-any-references, ada-make-filename-from-adaname)
1969 (ada-make-body-gnatstub):
1970 * obsolete/rnews.el (news-list-news-groups):
1971 * obsolete/resume.el (resume-suspend-hook,resume-write-buffer-to-file):
1972 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
1973 * net/rcirc.el (rcirc-debug):
1974 * net/newst-treeview.el (newsticker--treeview-list-add-item)
1975 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
1976 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
1977 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
1978 (newsticker--treeview-tree-update-tag,newsticker--treeview-buffer-init)
1979 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
1980 (newsticker--treeview-list-clear-highlight)
1981 (newsticker--treeview-list-update-highlight)
1982 (newsticker--treeview-list-highlight-start)
1983 (newsticker--treeview-tree-update-highlight)
1984 (newsticker--treeview-get-selected-item)
1985 (newsticker-treeview-mark-list-items-old)
1986 (newsticker--treeview-set-current-node):
1987 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
1988 * net/newst-backend.el (newsticker--get-news-by-funcall)
1989 (newsticker--get-news-by-wget, newsticker--image-get)
1990 (newsticker--image-sentinel):
1991 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
1992 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
1993 (eudc-ph-close-session):
1994 * net/eudc.el (eudc-save-options):
1995 * language/thai-word.el (thai-update-word-table):
1996 * language/japan-util.el (japanese-string-conversion):
1997 * international/titdic-cnv.el (tsang-quick-converter)
1998 (ziranma-converter, ctlau-converter):
1999 * international/mule-cmds.el (describe-language-environment):
2000 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
2001 (skkdic-convert-postfix, skkdic-convert-prefix):
2002 (skkdic-convert-okuri-nasi, skkdic-convert):
2003 * emacs-lisp/re-builder.el (reb-update-overlays):
2004 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
2005 * emacs-lisp/gulp.el (gulp-send-requests):
2006 * emacs-lisp/find-gc.el (trace-call-tree):
2007 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
2008 (eieio-describe-generic):
2009 * emacs-lisp/eieio-base.el (eieio-persistent-read):
2010 * emacs-lisp/edebug.el (edebug-outside-excursion):
2011 * emacs-lisp/debug.el (debugger-make-xrefs):
2012 * emacs-lisp/cust-print.el (custom-prin1-to-string):
2013 * emacs-lisp/chart.el (chart-new-buffer):
2014 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
2015 Use with-current-buffer.
2016 * textmodes/artist.el (artist-system): Don't call
2017 copy-sequence on a fresh string.
2018 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
2019
2020 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
2021
2022 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
2023 is no item to edit. (Bug#4820)
2024 (todo-top-priorities): Restore point and restore narrowing in Todo
2025 buffer. (Bug#4820)
2026
2027 2009-10-31 Glenn Morris <rgm@gnu.org>
2028
2029 * net/ange-ftp.el (top-level): Don't require dired when compiling.
2030 (comint-last-output-start, comint-last-input-start)
2031 (comint-last-input-end): Don't defvar when compiling.
2032 (ange-ftp-process-file): Use bound-and-true-p.
2033
2034 * pcmpl-rpm.el (top-level): Move provide statement to end.
2035 (pcmpl-rpm): Remove unused custom group.
2036
2037 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
2038
2039 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
2040
2041 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
2042 (byte-compile-warnings): Add `constants' as an option.
2043 (byte-compile-callargs-warn, byte-compile-arglist-warn)
2044 (display-call-tree): Update for byte-compile-fdefinition possibly
2045 returning `(macro lambda ...)'. (Bug#4778)
2046 (byte-compile-variable-ref, byte-compile-setq-default):
2047 Respect `constants' member of byte-compile-warnings.
2048
2049 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
2050 Use mapc rather than mapcar because the return value is never used.
2051
2052 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
2053 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
2054 * cedet/semantic/html.el:
2055 Suppress harmless warnings about setting up semantic-imenu (not
2056 part of Emacs) variables.
2057
2058 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2059
2060 * vc-bzr.el (vc-bzr-revision-keywords): New var.
2061 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
2062 to "submit:".
2063
2064 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
2065 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
2066 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
2067 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
2068 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
2069 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
2070 (semantic-analyzer-debug-global-symbol)
2071 (semantic-analyzer-debug-missing-innertype)
2072 (semantic-analyzer-debug-insert-include-summary):
2073 * cedet/semantic/util.el (semantic-file-tag-table):
2074 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
2075 (semantic-recursive-find-nonterminal-by-name):
2076 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
2077 * cedet/semantic/tag-file.el (semantic-prototype-file):
2078 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
2079 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
2080 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
2081 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
2082 (semantic-idle-summary-maybe-highlight):
2083 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
2084 (semantic-ia-sb-tag-info):
2085 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
2086 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
2087 * cedet/semantic/ede-grammar.el (project-compile-target):
2088 (ede-proj-makefile-insert-variables):
2089 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
2090 (semantic-debug-set-source-location, semantic-debug-interface-layout)
2091 (semantic-debug-mode, semantic-debug):
2092 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
2093 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
2094 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
2095 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
2096 (semanticdb-find-translate-path-includes--internal)
2097 (semanticdb-reset-log, semanticdb-find-log-activity):
2098 * cedet/semantic/db-file.el (object-write):
2099 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
2100 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
2101 (semanticdb-create-ebrowse-database):
2102 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
2103 * cedet/semantic/complete.el (semantic-displayor-focus-request)
2104 (semantic-collector-calculate-completions-raw)
2105 (semantic-complete-read-tag-analyzer):
2106 * cedet/semantic/analyze.el (semantic-analyze-pulse):
2107 * cedet/ede/util.el (ede-update-version-in-source):
2108 * cedet/ede/proj.el (project-delete-target):
2109 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
2110 (ede-proj-flush-autoconf):
2111 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
2112 (ede-proj-configure-synchronize):
2113 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
2114 * cedet/ede/linux.el (ede-linux-version):
2115 * cedet/ede/emacs.el (ede-emacs-version):
2116 * cedet/ede/dired.el (ede-dired-add-to-target):
2117 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
2118 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
2119 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
2120 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
2121 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
2122 (cedet-idutils-version-check):
2123 * cedet/cedet-global.el (cedet-gnu-global-call):
2124 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
2125 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
2126 * cedet/cedet-cscope.el (cedet-cscope-call)
2127 (cedet-cscope-expand-filename, cedet-cscope-version-check):
2128 Use with-current-buffer.
2129 * cedet/ede.el (ede-make-project-local-variable)
2130 (ede-set-project-variables, ede-set): Use dolist.
2131
2132 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
2133
2134 * textmodes/ispell.el (ispell-skip-region-alist):
2135 * international/mule-conf.el (eight-bit):
2136 * international/fontset.el (font-encoding-alist):
2137 * startup.el (pure-space-overflow-message):
2138 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
2139 * paths.el (gnus-nntp-service, rmail-spool-directory)
2140 (term-file-prefix):
2141 * files.el (save-some-buffers-action-alist):
2142 * cmuscheme.el (same-window-buffer-names):
2143 * ielm.el (same-window-buffer-names):
2144 * shell.el (same-window-buffer-names):
2145 * mail/sendmail.el (same-window-buffer-names):
2146 * progmodes/inf-lisp.el (same-window-buffer-names):
2147 * bindings.el (mode-line-client)
2148 (mode-line-column-line-number-mode-map):
2149 * language/tibetan.el (tibetan-precomposition-rule-regexp)
2150 (tibetan-precomposed-regexp): Purecopy string arguments.
2151
2152 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2153
2154 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
2155 (calcDigit-nondigit):
2156 * calc/calc-yank.el (calc-copy-to-buffer):
2157 * calc/calc-units.el (calc-invalidate-units-table):
2158 * calc/calc-trail.el (calc-trail-yank):
2159 * calc/calc-store.el (calc-insert-variables):
2160 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
2161 * calc/calc-prog.el (calc-read-parse-table):
2162 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
2163 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
2164 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
2165 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
2166 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
2167 (calc-graph-name, calc-graph-find-command, calc-graph-view)
2168 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
2169 * calc/calc-ext.el (calc-realign):
2170 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
2171 (calc-embedded-finish-edit, calc-embedded-make-info)
2172 (calc-embedded-finish-command, calc-embedded-stack-change):
2173 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
2174
2175 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
2176 (overload-docstring-extension): Use that info.
2177 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
2178 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
2179 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
2180 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
2181 (semantic-nonterminal-full-name): Add the new `when' info.
2182 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
2183 `assert'.
2184
2185 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
2186 shell-dynamic-complete-filename in preference to
2187 comint-dynamic-complete-filename.
2188
2189 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2190 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
2191 Don't consider whether the display supports colors.
2192 (bookmark-import-new-list): Use dolist.
2193 (bookmark-bmenu-mode-map): Move initialization into declaration.
2194 (bookmark-bmenu-list): Use dolist, simplify.
2195 (bookmark-show-all-annotations): Use save-selected-window and dolist.
2196 (menu-bar-final-items): Use push.
2197
2198 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
2199
2200 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
2201 it works on remote files.
2202 (vc-hg-diff): Don't pass any `--cwd' argument.
2203
2204 2009-10-27 Kevin Ryde <user42@zip.com.au>
2205
2206 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
2207 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
2208 (Further to Bug#3921).
2209
2210 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
2211
2212 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
2213 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
2214 calling `tramp-imap-put-file'. Add file size to the call.
2215 (tramp-imap-get-file-entries): Compute also user name, file size,
2216 and date.
2217 (tramp-imap-handle-insert-directory): Insert uid and gid.
2218 (tramp-imap-handle-file-attributes): Transform uid and gid
2219 according to `id-format'.
2220 (tramp-imap-put-file): New optional parameter SIZE. Encode file
2221 size in header X-Size.
2222
2223 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
2224
2225 * simple.el (transpose-subr): Give clearer error when the mark
2226 is not set. (Bug#4807)
2227
2228 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
2229
2230 * net/tramp.el (tramp-perl-file-truename): New defconst.
2231 Perl code contributed by yary <not.com@gmail.com> (tiny change).
2232 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
2233 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
2234 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
2235
2236 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
2237 Ignore `dired-call-process'.
2238 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
2239
2240 2009-10-26 Julian Scheid <julians37@gmail.com>
2241
2242 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
2243 (tramp-get-remote-readlink): New defun.
2244 (tramp-handle-file-truename): Use it.
2245 (tramp-handle-file-exists-p): Check file-attributes cache, assume
2246 file exists if cache value present.
2247 (tramp-check-cached-permissions) New defun.
2248 (tramp-handle-file-readable-p): Use it.
2249 (tramp-handle-file-writable-p): Likewise.
2250 (tramp-handle-file-executable-p): Likewise.
2251 (tramp-handle-file-name-all-completions): Try using Perl to get
2252 partial completions. When perl not available, combine `cd' and
2253 `ls' into single remote operation and use shell expansion to get
2254 partial remote directory contents. Set `file-exists-p' cache for
2255 directory and any files returned by ls. Change cache handling to
2256 support partial directory contents. Use error message emitted by
2257 remote `cd' or Perl code for local tramp-error.
2258 (tramp-do-copy-or-rename-file-directly): Avoid separate
2259 tramp-send-command-and-check call.
2260 (tramp-handle-process-file): Merge three remote ops into one.
2261 Do not flush all caches when `process-file-side-effects' is set.
2262 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
2263 file-attributes shows uid/gid to be set already.
2264
2265 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
2266
2267 * textmodes/tex-mode.el (tex-dvi-view-command)
2268 (tex-show-queue-command, tex-open-quote):
2269 * progmodes/ruby-mode.el (auto-mode-alist)
2270 (interpreter-mode-alist): Purecopy strings.
2271
2272 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
2273
2274 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
2275 string for the hook, keymap and abbrev table.
2276
2277 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
2278
2279 * x-dnd.el (x-dnd-xdnd-to-action):
2280 * startup.el (fancy-startup-text, fancy-about-text): Change to
2281 defconst from defvar.
2282
2283 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
2284
2285 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
2286 Purecopy initialization strings.
2287
2288 * mail/sendmail.el (mail-header-separator)
2289 (mail-personal-alias-file):
2290 * mail/rmail.el (rmail-default-dont-reply-to-names)
2291 (rmail-ignored-headers, rmail-retry-ignored-headers)
2292 (rmail-highlighted-headers, rmail-secondary-file-directory)
2293 (rmail-secondary-file-regexp):
2294 * files.el (null-device, file-name-invalid-regexp)
2295 (locate-dominating-stop-dir-regexp)
2296 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
2297 (interpreter-mode-alist): Use mapcar instead of mapc.
2298
2299 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
2300
2301 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
2302 (completion-ignored-extensions):
2303 (debug-ignored-errors): Purecopy strings.
2304
2305 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2306
2307 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
2308 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
2309 (pcomplete--here): Use push.
2310
2311 * subr.el (all-completions): Declare the 4th arg obsolete.
2312
2313 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2314
2315 * pcomplete.el (pcomplete-unquote-argument-function): New var.
2316 (pcomplete-unquote-argument): New function.
2317 (pcomplete--common-suffix): Always pay attention to case.
2318 (pcomplete--table-subvert): Quote and unquote the text.
2319 (pcomplete--common-quoted-suffix): New function.
2320 (pcomplete-std-complete): Use it and pcomplete-begin.
2321
2322 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
2323 we're inside a dedicated or minibuffer window.
2324
2325 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2326
2327 * cedet/semantic/fw.el (semantic-alias-obsolete)
2328 (semantic-varalias-obsolete): Make the `when' arg mandatory.
2329 (define-mode-overload-implementation):
2330 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
2331 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
2332 * cedet/semantic/util.el (semantic-file-token-stream)
2333 (semantic-something-to-stream):
2334 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
2335 (semantic-expand-nonterminal):
2336 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
2337 (semantic-find-dependency, semantic-find-nonterminal)
2338 (semantic-find-dependency):
2339 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
2340 (semantic-flex-text, semantic-flex-make-keyword-table)
2341 (semantic-flex-keyword-p, semantic-flex-keyword-put)
2342 (semantic-flex-keyword-get, semantic-flex-map-keywords)
2343 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
2344 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
2345 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
2346 (semantic-after-idle-scheduler-reparse-hooks):
2347 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
2348 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
2349 * cedet/semantic.el (semantic-toplevel-bovine-table)
2350 (semantic-toplevel-bovine-cache)
2351 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
2352 (semantic-init-mode-hooks, semantic-init-db-hooks)
2353 (semantic-bovination-working-type): Provide the `when' arg.
2354
2355 2009-10-24 Karl Fogel <kfogel@red-bean.com>
2356
2357 * bookmark.el: Update documentation, especially documentation
2358 of `bookmark-alist' and of the bookmark file format.
2359 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
2360
2361 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
2362
2363 * mail/emacsbug.el (report-emacs-bug): Clarify that the
2364 keybindings apply to the mail buffer (Bug#4003). Shrink help
2365 window to buffer.
2366
2367 * whitespace.el (whitespace-mode, whitespace-newline-mode)
2368 (global-whitespace-mode, global-whitespace-newline-mode)
2369 (whitespace-toggle-options, global-whitespace-toggle-options):
2370 Doc fix (Bug#3660).
2371
2372 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
2373 of xmltok-start before the end tag was inserted (Bug#2840).
2374
2375 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
2376 patterns that are preceded by an open-paren (Bug#1320).
2377
2378 2009-10-24 Sven Joachim <svenjoac@gmx.de>
2379
2380 * files.el (delete-directory): Delete symlinks to directories with
2381 delete-file (Bug#4739).
2382
2383 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
2384
2385 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
2386 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
2387 argument to make-obsolete.
2388
2389 * cedet/semantic/fw.el (semantic-alias-obsolete)
2390 (semantic-varalias-obsolete): Add optional WHEN argument.
2391
2392 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
2393
2394 * vc.el (vc-backend-for-registration): Rename from
2395 vc-get-backend-for-registration. Update callers.
2396
2397 * international/mule-cmds.el (set-language-info-alist):
2398 Purecopy lang-env.
2399 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
2400 (charset): Purecopy the name.
2401 (define-char-code-property): Purecopy string arguments.
2402
2403 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
2404 Purecopy string arguments.
2405
2406 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2407 * ediff-hook.el (menu-bar-ediff-menu):
2408 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
2409 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
2410
2411 2009-10-24 Glenn Morris <rgm@gnu.org>
2412
2413 * comint.el (comint-dynamic-list-completions):
2414 * term.el (term-dynamic-list-completions): Use choose-completion rather
2415 than obsolete alias mouse-choose-completion.
2416
2417 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
2418 file-cache-choose-completion.
2419 (file-cache-choose-completion): Handle an optional event argument.
2420 (file-cache-mouse-choose-completion): Make it an obsolete alias.
2421
2422 * progmodes/octave-mod.el (octave-complete-symbol):
2423 Use choose-completion if mouse-choose-completion is ever removed.
2424
2425 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
2426 use.
2427
2428 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
2429 compiler.
2430
2431 * vc-hooks.el (vc-responsible-backend): Fix declaration.
2432
2433 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2434
2435 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
2436 Ignore `pred' now that we receive one.
2437 Handle test-completion specially.
2438
2439 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2440
2441 * vc.el (vc-responsible-backend): Throw an error if not backend is
2442 found. Remove the REGISTER argument. Move the code dealing with
2443 REGISTER ...
2444 (vc-get-backend-for-registration): ... here. New function.
2445 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
2446 of vc-responsible-backend, pass the file name instead of the
2447 directory name.
2448
2449 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2450
2451 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
2452 New funs.
2453 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
2454 (pcomplete-comint-setup): Don't modify a global var via
2455 accidental side-effects.
2456 (pcomplete-shell-setup): Adjust call accordingly.
2457 (pcomplete-parse-comint-arguments): Use push.
2458
2459 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
2460
2461 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
2462 Allow uncapitalized info node names (Bug#3921).
2463
2464 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
2465 to the DEBUG file (Bug#3781).
2466
2467 2009-10-23 Jari Aalto <jari.aalto@cante.net>
2468
2469 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
2470 dictionary entry (Bug#4579).
2471
2472 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
2473
2474 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
2475 from `rfn-eshadow-update-overlay-hook' when unloading.
2476 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
2477 "rsyncc". Adjust doc string.
2478 (tramp-temp-buffer-file-name) New buffer-local defvar.
2479 (tramp-handle-insert-file-contents, tramp-handle-write-region):
2480 Keep temporary file when indicated by method ("rsync" and
2481 "rsyncc").
2482 (tramp-handle-write-region): Handle APPEND.
2483 (tramp-delete-temp-file-function): New defun. Added to
2484 `kill-buffer-hook'.
2485
2486 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
2487
2488 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
2489
2490 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2491
2492 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
2493 (color-name-rgb-alist, tty-standard-colors)
2494 (tty-color-mode-alist): Change to defconst.
2495
2496 * simple.el (mark-inactive): Purecopy message.
2497
2498 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
2499 (global-map, yank-menu):
2500 * textmodes/ispell.el (ispell-menu-map):
2501 * net/eudc.el (eudc-tools-menu):
2502 * international/mule-cmds.el (describe-language-environment-map)
2503 (setup-language-environment-map, set-coding-system-map)
2504 (mule-menu-keymap):
2505 * vc-hooks.el (vc-menu-entry, vc-menu-map):
2506 * replace.el (occur-mode-map):
2507 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
2508
2509 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
2510
2511 * calc/calc.el (math-read-number, math-read-number-simple): Use
2512 `save-match-data'.
2513
2514 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2515
2516 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
2517 rather than fiddling with global-map bindings, since it should only
2518 affect per-terminal settings.
2519 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
2520
2521 * minibuffer.el (completion-table-with-terminator): Allow to specify
2522 the terminator-regexp.
2523
2524 * simple.el (switch-to-completions): Look for *Completions* in other
2525 frames as well.
2526
2527 * pcomplete.el: Allow the use of completion-tables.
2528 (pcomplete-std-complete): New command.
2529 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
2530 (pcomplete--here): Use a function for `form' rather than an expression,
2531 so it can be byte-compiled.
2532 (pcomplete-here, pcomplete-here*): Adjust accordingly.
2533 Add edebug declaration.
2534 (pcomplete-show-completions): Remove unused var `curbuf'.
2535 (pcomplete-do-complete, pcomplete-stub):
2536 Don't assume `completions' is a list of strings any more.
2537
2538 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
2539
2540 * find-dired.el (find-name-arg): Fix typo in docstring.
2541
2542 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2543
2544 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
2545 (pcmpl-linux-fs-types): Same, and update to new modules layout.
2546
2547 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
2548 pcomplete-entries.
2549
2550 * comint.el (comint-read-input-ring, comint-write-input-ring)
2551 (comint-substitute-in-file-name)
2552 (comint-dynamic-complete-as-filename)
2553 (comint-dynamic-simple-complete)
2554 (comint-dynamic-list-filename-completions)
2555 (comint-dynamic-list-completions)
2556 (comint-redirect-results-list-from-process): Minor simplifications.
2557
2558 2009-10-21 Kevin Ryde <user42@zip.com.au>
2559
2560 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
2561 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2562 the first form. And insert a blank line after ";;; Code" since
2563 that's usual style. (My Bug#4612.)
2564
2565 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
2566
2567 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2568
2569 * minibuffer.el (completion-table-with-terminator): Properly implement
2570 boundaries, in case `terminator' appears in the suffix.
2571 (completion--embedded-envvar-table): Don't return boundaries if
2572 there's no valid completion. Simplify.
2573 (completion-file-name-table): New completion table extracted from
2574 completion--file-name-table.
2575 (completion--file-name-table): Use it.
2576 (read-file-name-predicate): Declare obsolete.
2577 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
2578 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
2579 completion-file-name-table, and use the `pred' argument.
2580 * files.el (locate-file-completion-table): Use the `pred' arg rather
2581 than read-file-name-predicate.
2582 (abbreviate-file-name): Use \` rather than ^ for BOS.
2583
2584 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
2585
2586 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
2587 vc-responsible-backend to register, it causes problems.
2588
2589 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2590
2591 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
2592
2593 2009-10-21 Eric Ludlam <zappo@gnu.org>
2594
2595 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
2596 (semantic-c-debug-mode-init-pch): New functions.
2597 (semantic-c-debug-mode-init-last-mode): New var.
2598 (semantic-c-parse-lexical-token): Use them.
2599
2600 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
2601 When extracting the argument list, limit only by point-max.
2602
2603 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
2604
2605 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
2606 (tramp-smb-handle-file-attributes): Use it.
2607 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
2608 (tramp-smb-handle-insert-directory): Use `mapc' rather than
2609 `mapcar'. Use `tramp-smb-get-stat-capability'.
2610 Add `dired-filename' text properties.
2611 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
2612 (tramp-smb-maybe-open-connection): Simplify check for smbclient
2613 version.
2614
2615 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2616
2617 * subr.el (read-key-delay): Reduce to 0.01.
2618 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
2619 (bug#4751).
2620
2621 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2622
2623 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
2624
2625 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
2626 (Info-menu): Remove unused vars `last' and `completions'.
2627 (Info-index-nodes): Remove unused var `node'.
2628
2629 * info.el (Info-complete-menu-item): Use complete-with-action.
2630
2631 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
2632
2633 Make vc-annotate work through copies and renames.
2634 * vc-annotate.el (vc-annotate-extract-revision-at-line):
2635 Return the file name too.
2636 (vc-annotate-revision-at-line)
2637 (vc-annotate-find-revision-at-line)
2638 (vc-annotate-revision-previous-to-line)
2639 (vc-annotate-show-log-revision-at-line): Update to get the file
2640 name from vc-annotate-extract-revision-at-line.
2641 (vc-annotate-show-diff-revision-at-line-internal): Change the
2642 argument to mean whether to show a file diff or not. Get the file
2643 name from vc-annotate-extract-revision-at-line.
2644 (vc-annotate-show-diff-revision-at-line):
2645 Update vc-annotate-show-diff-revision-at-line call.
2646 (vc-annotate-warp-revision): Add an optional file argument.
2647
2648 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
2649 (vc-git-annotate-extract-revision-at-line): Also return the file
2650 name if found.
2651
2652 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
2653 command. Remove unused code.
2654 (vc-hg-annotate-re): Update to match --follow output.
2655 (vc-hg-annotate-extract-revision-at-line): Also return the file
2656 name if found.
2657
2658 * vc.el: Update annotate-extract-revision-at-line documentation.
2659
2660 2009-10-18 Kevin Ryde <user42@zip.com.au>
2661
2662 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
2663 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
2664
2665 * net/browse-url.el (browse-url): Identify alist with "consp and
2666 not functionp" and let all other things go down the `apply' leg,
2667 as suggested by Stefan. (Further to bug#4531.)
2668
2669 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
2670
2671 * minibuffer.el (read-file-name): Check for repeat before putting
2672 a default argument in file-name-history (Bug#4657).
2673
2674 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
2675 read syntax (Bug#4737).
2676
2677 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
2678
2679 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2680
2681 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
2682 (html-tag-alist, html-tag-help): Add descriptions for undocumented
2683 entries and make note of obsolete tags.
2684
2685 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2686
2687 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
2688
2689 2009-10-18 Glenn Morris <rgm@gnu.org>
2690
2691 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
2692 grep, so that binary files (eg international/uni-bidi.el) can match.
2693 Remove test for "UnicodeData" files, since it is hopefully unnecessary
2694 now, and in any case the file header format has changed.
2695
2696 2009-10-17 Glenn Morris <rgm@gnu.org>
2697
2698 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
2699 (flyspell-get-word, flyspell-large-region)
2700 (flyspell-auto-correct-previous-word): Doc/error message fixes.
2701
2702 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
2703
2704 * Makefile.in (ELCFILES): Add ede/shell.
2705
2706 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
2707
2708 * term/common-win.el (x-colors): Purecopy it.
2709
2710 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2711
2712 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
2713 permissive for when the buffer is empty.
2714 (tar-header-block-tokenize): Decode the username and groupname.
2715 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
2716
2717 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
2718
2719 * cedet/srecode/srt.el:
2720 * cedet/srecode/compile.el:
2721 * cedet/semantic/mru-bookmark.el:
2722 * cedet/semantic/debug.el:
2723 * cedet/semantic/complete.el:
2724 * cedet/semantic/analyze.el: Require CL when compiling.
2725
2726 2009-10-17 Eric Ludlam <zappo@gnu.org>
2727
2728 * cedet/semantic/scope.el
2729 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
2730 tmpscope so that the regular scope will continue to work.
2731
2732 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
2733 Use semantic-idle-summary-highlight-face as the highlighting.
2734
2735 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
2736 contains multibyte characters, choose first applicable coding
2737 system automatically.
2738
2739 * cedet/ede/project-am.el (project-run-target): New method.
2740 (project-run-target): New method.
2741
2742 * cedet/ede.el (ede-target): Add run target menu item.
2743 (ede-project, ede-minor-keymap): Add ede-run-target binding.
2744 (ede-run-target): New function.
2745 (ede-target::project-run-target): New method.
2746
2747 * cedet/ede/proj.el (project-run-target): New method.
2748
2749 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
2750 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
2751 Add :rules.
2752 (ede-proj-target-makefile-shared-object): Only libtool compilers
2753 now available. Add linkers for libtool.
2754 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
2755 (ede-proj-makefile-target-name): Always use .la extension.
2756
2757 * cedet/ede/proj-prog.el (project-run-target): New method.
2758
2759 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
2760 (ede-g++-linker): Change Change link lines.
2761
2762 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
2763 When searching for old variables, go to the end of the buffer and
2764 search backward from there.
2765 (ede-proj-makefile-automake-insert-subdirs)
2766 (ede-proj-makefile-automake-insert-extradist): New methods.
2767 (ede-proj-makefile-create): Use them.
2768
2769 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
2770 Force FILE to expand to the current target. Use file-exists-p to
2771 check that it exists.
2772
2773 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
2774 (ede-linux-load): Wrap dir in file-name-as-directory.
2775 Set :version slot.
2776
2777 * cedet/ede/files.el (ede-get-locator-object): When enabling
2778 locate, do so on "top".
2779
2780 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
2781 file-name-as-directory during compare.
2782 (ede-emacs-version): Return Emacs/XEmacs differentiator.
2783 Get version number from different places. Don't call egrep.
2784 (ede-emacs-load): Set :version slot. Call file-name-as-directory
2785 to set the directory.
2786
2787 * cedet/ede/shell.el: New file.
2788
2789 * cedet/inversion.el (inversion-decoders): Allow for stray . in
2790 alpha/beta variants.
2791
2792 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2793
2794 * international/mule-cmds.el (select-safe-coding-system): If the file
2795 has a coding cookie, use it regardless of any other setting (bug#4712).
2796
2797 2009-10-17 Glenn Morris <rgm@gnu.org>
2798
2799 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
2800 All errors should have messages.
2801
2802 * foldout.el (foldout-mouse-swallow-events):
2803 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
2804
2805 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
2806 (dired-keep-marker-copy, dired-keep-marker-hardlink)
2807 (dired-keep-marker-symlink, dired-dwim-target)
2808 (dired-copy-preserve-time): Do not autoload these defcustoms.
2809
2810 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
2811 messages from messing up the file coding. (Bug#4623)
2812
2813 2009-10-17 Jari Aalto <jari.aalto@cante.net>
2814
2815 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
2816 if no match is found for the current dictionary. (Bug#4578)
2817
2818 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
2819 optional, since that is how it is documented, and this is often called
2820 with a nil argument. (Bug#4577)
2821 (flyspell-external-point-words, flyspell-auto-correct-word)
2822 (flyspell-correct-word-before-point, flyspell-word-search-forward)
2823 (flyspell-word-search-backward): Remove nil argument in calls to
2824 flyspell-get-word, since it is not needed now.
2825
2826 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
2827
2828 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
2829
2830 2009-10-16 Glenn Morris <rgm@gnu.org>
2831
2832 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
2833
2834 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2835
2836 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
2837 (ange-ftp-file-size): New function.
2838 (ange-ftp-file-attributes): Use it.
2839
2840 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
2841
2842 * net/tramp-smb.el (tramp-smb-version): New defvar.
2843 (tramp-smb-maybe-open-connection): Use it, in order to avoid
2844 repeated checks.
2845
2846 2009-10-16 Glenn Morris <rgm@gnu.org>
2847
2848 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
2849 Maybe copy some custom properties from old to new name. (Bug#4706)
2850
2851 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
2852
2853 * subr.el (error, sit-for, start-process-shell-command)
2854 (start-file-process-shell-command): Set the calling convention
2855 after the function definition.
2856
2857 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2858
2859 * subr.el (error, sit-for, start-process-shell-command)
2860 (start-file-process-shell-command): Use the new
2861 set-advertised-calling-convention feature.
2862
2863 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
2864
2865 * international/ucs-normalize.el (ucs-normalize-version):
2866 Change to 1.2.
2867 (check-range): Adjust for Unicode 5.2.
2868
2869 2009-10-15 Juri Linkov <juri@jurta.org>
2870
2871 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
2872 to the `menu-item' format.
2873
2874 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
2875
2876 * net/tramp.el (tramp-replace-environment-variables): Do not fail
2877 if the environment variable does not exist.
2878
2879 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
2880 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
2881 parameter.
2882 (tramp-smb-handle-add-name-to-file)
2883 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
2884 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
2885 (tramp-smb-handle-file-attributes)
2886 (tramp-smb-do-file-attributes-with-stat)
2887 (tramp-smb-handle-file-local-copy)
2888 (tramp-smb-handle-insert-directory)
2889 (tramp-smb-handle-make-directory)
2890 (tramp-smb-handle-make-directory-internal)
2891 (tramp-smb-handle-make-symbolic-link)
2892 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
2893 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
2894 (tramp-smb-maybe-open-connection): Apply the changed parameters.
2895 (tramp-smb-read-file-entry): Read Disk names in compressed format.
2896 Handle long file names.
2897 (tramp-smb-get-cifs-capabilities): Check, whether the connection
2898 process is running.
2899 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
2900 Read share names with "-g" option.
2901
2902 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
2903
2904 * net/rcirc.el (rcirc-view-log-file): New command.
2905 (rcirc-track-minor-mode-map): Remove C-c ` binding.
2906 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
2907 specified.
2908
2909 2009-10-15 Glenn Morris <rgm@gnu.org>
2910
2911 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
2912 from the second command-line argument.
2913 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
2914 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
2915 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
2916 w32-batch-update-autoloads.
2917 * emacs-lisp/autoload.el (autoload-make-program): New variable.
2918 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
2919
2920 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
2921 the headers cannot be located. Simplify, subtracting superflous
2922 save-excursions.
2923
2924 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
2925
2926 Replace completion-base-size by completion-base-position to fix bugs
2927 such as (bug#4699).
2928 * simple.el (completion-base-position): New var.
2929 (completion-base-size): Mark as obsolete.
2930 (choose-completion): Make it work for mouse events as well.
2931 Pass the new base-position to choose-completion-string.
2932 (choose-completion-guess-base-position): New function, extracted from
2933 choose-completion-delete-max-match.
2934 (choose-completion-delete-max-match): Use it. Make obsolete.
2935 (choose-completion-string): Use the new base-position info.
2936 (completion-root-regexp): Delete.
2937 (completion-setup-function): Preserve completion-base-position.
2938 Eliminate obsolete base-size manipulation.
2939 * minibuffer.el (display-completion-list): Don't mess with base-size.
2940 (minibuffer-completion-help): Set completion-base-position instead.
2941 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
2942 choose-completion.
2943 * textmodes/bibtex.el (bibtex-complete):
2944 * emacs-lisp/crm.el (crm--choose-completion-string):
2945 Adjust to new calling convention.
2946 * complete.el (partial-completion-mode): Use minibufferp to avoid
2947 bumping into incompatible change to choose-completion-string-functions.
2948 * ido.el (ido-choose-completion-string): Make its calling convention
2949 more permissive.
2950 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
2951 base-size manipulation.
2952 (comint-dynamic-list-input-ring): Use dotimes and push.
2953 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
2954 fundamental-mode. Use `or'.
2955
2956 2009-10-14 Juri Linkov <juri@jurta.org>
2957
2958 * misearch.el (multi-isearch-next-buffer-from-list)
2959 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
2960
2961 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
2962
2963 * Makefile.in (compile-onefile): Load `bytecomp' rather than
2964 `bytecomp.el'.
2965
2966 * minibuffer.el (completion-pcm--merge-completions): Make sure the
2967 string we return is all made up of text from the completions rather
2968 than part from the completions and part from the input (bug#4219).
2969
2970 * ido.el (ido-everywhere): Use define-minor-mode.
2971
2972 * buff-menu.el (list-buffers, ctl-x-map):
2973 Mark the entry points with ;;;###autoload cookies.
2974
2975 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
2976
2977 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
2978 correctly in the detached head case.
2979 (vc-git-print-log): Remove unused binding.
2980
2981 * vc.el (vc-responsible-backend): When a directory is passed for
2982 for registration create a VC repository if no backend is
2983 responsible for the directory argument.
2984 (vc-deduce-fileset): Tell vc-responsible-backend to register.
2985
2986 * vc.el: Move comments about RCS and SCCS ...
2987 * vc-rcs.el:
2988 * vc-sccs.el: ... here, respectively.
2989
2990 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
2991
2992 * minibuffer.el (completion--file-name-table): Return nil if there's
2993 no file completion, even if substitute-in-file-name changed
2994 the string (bug#4708).
2995
2996 2009-10-13 Juri Linkov <juri@jurta.org>
2997
2998 * files-x.el (read-file-local-variable-value): Don't filter out
2999 minor modes from mode name completion (bug#4664).
3000
3001 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
3002
3003 * international/mule-cmds.el (ucs-names): Remove exclusion of
3004 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
3005
3006 2009-10-13 Kenichi Handa <handa@m17n.org>
3007
3008 * international/uni-name.el: Regenerated.
3009
3010 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
3011
3012 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
3013 should be automatically buffer-local, but isn't.)
3014
3015 2009-10-12 Sam Steingold <sds@gnu.org>
3016
3017 * progmodes/compile.el (compilation-next-error-function): Fix the
3018 timestamps if the buffer has been visited before.
3019 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
3020 non-anchored patterns, like the perl one (bug#3928).
3021
3022 2009-10-12 Glenn Morris <rgm@gnu.org>
3023
3024 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
3025 Let-bind `size'.
3026
3027 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
3028
3029 * proced.el (proced-unload-function): New function.
3030
3031 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
3032 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
3033 Doc fix.
3034
3035 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
3036
3037 2009-10-11 Juri Linkov <juri@jurta.org>
3038
3039 * files-x.el (read-file-local-variable-value):
3040 Provide default value only for bound variables (bug#4664).
3041
3042 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
3043
3044 * net/tramp.el (tramp-local-host-p): Function shall return nil for
3045 connection methods like smb.
3046
3047 * net/tramp-cache.el (tramp-flush-connection-property): The hash
3048 can be empty.
3049
3050 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3051 (tramp-smb-file-name-handler-alist): Add handlers for
3052 `add-name-to-file', `make-symbolic-link'.
3053 (tramp-smb-handle-add-name-to-file)
3054 (tramp-smb-do-file-attributes-with-stat)
3055 (tramp-smb-handle-make-symbolic-link)
3056 (tramp-smb-get-cifs-capabilities): New defuns.
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-local-copy)
3060 (tramp-smb-handle-make-directory-internal)
3061 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
3062 The file name syntax depends on cifs capabilities.
3063 (tramp-smb-handle-file-attributes):
3064 Call `tramp-smb-do-file-attributes-with-stat' if possible.
3065 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
3066 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
3067
3068 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
3069
3070 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
3071 (eieio-defclass): Apply deftype handler and setf-method properties
3072 directly.
3073 (eieio-add-new-slot): Avoid union function from cl library.
3074 (eieio--typep): New function.
3075 (eieio-perform-slot-validation): Use it.
3076
3077 2009-10-10 Karl Fogel <kfogel@red-bean.com>
3078
3079 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
3080 Update documentation to refer to the variables documented in r1.135.
3081 (Bug#4188)
3082
3083 2009-10-10 Karl Fogel <kfogel@red-bean.com>
3084
3085 * bookmark.el (Info-suffix-list): Remove this unused variable.
3086 (bookmark-current-point): Remove this obsolete variable.
3087 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
3088 Adjust for removal of bookmark-current-point.
3089
3090 (bookmarks-already-loaded, bookmark-current-buffer)
3091 (bookmark-yank-point): Document. (Bug#4188)
3092
3093 2009-10-10 Glenn Morris <rgm@gnu.org>
3094
3095 * frame.el (frame-height): Doc fix.
3096
3097 * calendar/calendar.el (calendar-split-width-threshold): New option.
3098 (calendar-basic-setup): Use calendar-split-width-threshold.
3099
3100 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
3101
3102 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
3103 Use .la for Automake.
3104
3105 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
3106
3107 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
3108 Use "autoreconf -i". Suggested by Andreas Schwab.
3109
3110 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
3111
3112 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
3113 Ideographic Supplement" range (U+1F200..U+1F2FF).
3114
3115 2009-10-09 Karl Fogel <kfogel@red-bean.com>
3116
3117 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
3118 since the list will have been rebuilt anyway. (Bug#4349)
3119
3120 2009-10-09 Karl Fogel <kfogel@red-bean.com>
3121
3122 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
3123 (bookmark-bmenu-execute-deletions): Don't save here, as
3124 bookmark-delete will now do so if necessary.
3125 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
3126 (Bug#4348)
3127
3128 2009-10-09 Glenn Morris <rgm@gnu.org>
3129
3130 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
3131
3132 2009-10-09 Karl Fogel <kfogel@red-bean.com>
3133
3134 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
3135 (bookmark-jump-other-window): Just invoke bookmark-jump with new
3136 argument now, so the two function's behaviors will match. (Bug#3645)
3137
3138 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
3139
3140 * cedet/ede/proj.el (project-make-dist, project-compile-project):
3141 Fix filename test.
3142 (ede-proj-dist-makefile): Use expand-file-name instead of concat
3143 to expand file names.
3144
3145 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
3146
3147 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
3148 (tramp-file-name-real-host, tramp-file-name-port):
3149 Apply `save-match-data'.
3150
3151 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
3152 case both directories are remote.
3153 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
3154 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
3155
3156 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
3157
3158 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
3159 (ede-proj-target-makefile-objectcode): Use it.
3160
3161 * cedet/ede/source.el (ede-want-any-source-files-p)
3162 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
3163 Return search result. This error was introduced while merging.
3164
3165 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
3166
3167 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
3168
3169 2009-10-07 Glenn Morris <rgm@gnu.org>
3170
3171 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
3172 of concat.
3173
3174 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3175
3176 * files-x.el (read-file-local-variable): Include some
3177 non-user-variables in the completion table (bug#4664).
3178
3179 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
3180
3181 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
3182 message.
3183
3184 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3185 (tramp-smb-file-name-handler-alist): Add handler for
3186 `copy-directory', `expand-file-name', `set-file-modes'.
3187 (tramp-smb-handle-copy-directory)
3188 (tramp-smb-handle-expand-file-name)
3189 (tramp-smb-handle-set-file-modes): New defuns.
3190 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
3191 (tramp-smb-handle-file-attributes): Simplify check for retrieving
3192 entry.
3193 (tramp-smb-handle-insert-directory): Don't flush the cache.
3194 (tramp-smb-maybe-open-connection): Check for samba client and
3195 server versions.
3196
3197 2009-10-07 Eli Zaretskii <eliz@gnu.org>
3198
3199 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
3200 to not error out of search for "^lisp=" fails.
3201
3202 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
3203
3204 * makefile.w32-in (WINS_UPDATES): New macro.
3205 (custom-deps, finder-data, autoloads): Use it.
3206
3207 2009-10-07 Glenn Morris <rgm@gnu.org>
3208
3209 * Makefile.in (autoloads): Revert previous change.
3210 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
3211 the list of preloaded files passed on the command-line, get
3212 it from src/Makefile.
3213
3214 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
3215 show the original buffer rather than a random one.
3216
3217 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
3218
3219 * help.el (describe-no-warranty): Place point in a slightly better
3220 position in the GPLv3 text.
3221
3222 2009-10-06 Sam Steingold <sds@gnu.org>
3223
3224 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
3225 the comm attribute is present before calling regexp-quote.
3226
3227 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
3228
3229 * play/animate.el (animate-string): For good effect, make sure
3230 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
3231
3232 * play/animate.el (animate-sequence, animate-birthday-present):
3233 * misc.el (butterfly): Don't set `indent-tabs-mode'.
3234
3235 2009-10-06 Glenn Morris <rgm@gnu.org>
3236
3237 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
3238
3239 * emacs-lisp/autoload.el (autoload-excludes): New variable.
3240 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
3241 (batch-update-autoloads): Process a string value of autoload-excludes,
3242 set during the build process.
3243 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
3244
3245 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
3246 inside with-parsed... macro so that `v' is defined.
3247
3248 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
3249 * progmodes/fortran.el (fortran-end-of-block)
3250 (fortran-beginning-of-block):
3251 Also push mark in the macro case.
3252
3253 * emerge.el (emerge-show-file-name):
3254 * calc/calc.el (calc-quit):
3255 * calc/calc-misc.el (calc-big-or-small):
3256 * calc/calc-graph.el (calc-graph-view):
3257 * calc/calc-ext.el (calc-reset):
3258 * calendar/calendar.el (calendar-basic-setup):
3259 Use window-full-height-p.
3260
3261 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
3262 header we don't understand, don't insert another. (Bug#4624)
3263 If changing mime charset, insert the new one in the right place.
3264
3265 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
3266
3267 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
3268 (cal-tex-cursor-month): Correctly increment the end date for diary and
3269 holiday listing. (Bug#4626)
3270
3271 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3272
3273 * help-fns.el (describe-function-1): Don't burp if the function is not
3274 a symbol.
3275
3276 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
3277
3278 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
3279 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
3280 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
3281 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
3282
3283 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
3284 (eieio-default-superclass): Reflow docstrings.
3285 (this, class-option-assoc, defclass, eieio-class-un-autoload)
3286 (eieio-unbind-method-implementations, defmethod)
3287 (eieio-validate-slot-value, eieio-validate-class-slot-value)
3288 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
3289 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
3290 (eieio-slot-originating-class-p, eieio-slot-name-index)
3291 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
3292 (constructor, initialize-instance, no-next-method, object-print)
3293 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
3294 Fix typos in docstrings.
3295 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
3296 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
3297 (next-method-p): Doc fixes.
3298 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
3299 Fix typos in error messages.
3300 (eieio-defmethod): Fix typo in description of generic method.
3301
3302 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
3303 (eieio-persistent-save-interactive, slot-missing):
3304 Fix typos in docstrings.
3305 (eieio-instance-inheritor-slot-boundp): Doc fix.
3306
3307 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
3308 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
3309
3310 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
3311 (eieio-custom-object-apply-reset):
3312 Fix typos in docstrings and error messages.
3313
3314 * emacs-lisp/eieio-datadebug.el (data-debug-show):
3315 Fix typo in docstring.
3316
3317 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
3318 (eieio-browse-tree): Doc fix.
3319 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
3320 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
3321 Fix typos in docstrings.
3322
3323 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
3324 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
3325 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
3326 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
3327 Reflow docstrings.
3328
3329 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
3330
3331 * vc-hg.el (log-view-vc-backend): Declare for compiler.
3332 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
3333 Set log-view-vc-backend so that diff can work.
3334
3335 * log-view.el (log-view-diff): Use vc-diff-internal instead of
3336 vc-version-diff.
3337 (vc-diff-internal): Autoload this instead of vc-version-diff.
3338
3339 2009-10-05 Eli Zaretskii <eliz@gnu.org>
3340
3341 * simple.el (eval-expression): Doc fix.
3342
3343 * progmodes/cwarn.el (cwarn-mode): Doc fix.
3344
3345 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
3346
3347 * files.el (directory-files-no-dot-files-regexp): New defconst.
3348 (delete-directory): Use it.
3349 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
3350
3351 * net/tramp.el (tramp-verbose): Fix docstring.
3352 (tramp-methods): Add recursive option to `tramp-copy-args'.
3353 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
3354 "scp1_old", "scp2_old", "rsync", "rsyncc".
3355 (tramp-default-method): Check also for `auth-source-user-or-password'.
3356 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
3357 Add handler for `copy-directory'.
3358 (tramp-handle-copy-directory): New defun.
3359 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
3360 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
3361 Optimize sent command.
3362
3363 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3364
3365 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
3366 window if necessary.
3367
3368 * calendar/calendar.el (calendar-basic-setup): Don't call
3369 switch-to-buffer in a dedicated window.
3370
3371 2009-10-05 Karl Fogel <kfogel@red-bean.com>
3372
3373 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
3374 don't do anything related to relocating, just return nil.
3375 (bookmark-error-no-filename): New error.
3376 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
3377 bookmark has no file. Don't even attempt to handle things that
3378 are not files; the whole point of custom handlers is to keep that
3379 knowledge elsewhere anyway. Tighten some comments.
3380 (bookmark-file-or-variation-thereof): Remove now-unused function.
3381 (bookmark-location): Doc string fix.
3382 (Bug#4250)
3383
3384 2009-10-04 Karl Fogel <kfogel@red-bean.com>
3385
3386 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
3387 don't use a file dialog, because they usually don't know how to read
3388 a directory target from the user. (Bug#4230)
3389 Also, make sure the prompt can display directories as well as files.
3390
3391 2009-10-04 Karl Fogel <kfogel@red-bean.com>
3392
3393 * bookmark.el (bookmark-set, bookmark-buffer-name):
3394 Improve doc strings. (Bug#1193)
3395
3396 2009-10-04 Karl Fogel <kfogel@red-bean.com>
3397
3398 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
3399 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
3400 (bookmark-get-annotation, bookmark-set-annotation)
3401 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
3402 (bookmark-set-position, bookmark-get-front-context-string)
3403 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
3404 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
3405 (bookmark-jump-other-window, bookmark-handle-bookmark)
3406 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
3407 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
3408 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
3409 Improve doc strings to say whether bookmark can be a string or
3410 a record or both, and make other consistency and clarity fixes.
3411 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
3412 (bookmark-default-annotation-text, bookmark-yank-word)
3413 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
3414 (bookmark-import-new-list, bookmark-maybe-rename)
3415 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3416 (bookmark-bmenu-bookmark): Give these doc strings.
3417 (bookmark-bmenu-check-position): Give this a doc string, but also
3418 add a FIXME comment about how the function may be pointless.
3419 (bookmark-default-handler): Rework doc string and change a
3420 parameter name, to clarify that this takes a bookmark record
3421 not a bookmark name.
3422 (bookmark-set): Change a parameter name to indicate its meaning,
3423 and improve the doc string a bit.
3424 (Bug#4188)
3425
3426 2009-10-04 Karl Fogel <kfogel@red-bean.com>
3427
3428 * bookmark.el (bookmark-alist): Document the new `handler' element
3429 in the param alist.
3430 (bookmark-make-record-function): Adjust documentation for above.
3431 (Bug#4193)
3432
3433 2009-10-04 Karl Fogel <kfogel@red-bean.com>
3434
3435 * info.el (Info-bookmark-make-record): Document this function.
3436 (Info-bookmark-jump): Document with a doc string, not just a comment.
3437 (Bug#4203)
3438
3439 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
3440
3441 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
3442 (semantic-new-buffer-fcn): Call parser setup functions here.
3443 (semantic-mode): Don't call parser setup functions here, it's done
3444 in semantic-new-buffer-fcn now.
3445 (semantic-mode): Parse all existing buffers when enabled.
3446
3447 * cedet/srecode/compile.el (srecode-compile-file):
3448 Call semantic-new-buffer-fcn if the buffer has not been parsed.
3449
3450 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
3451
3452 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
3453
3454 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
3455 (proj-comp-insert-variable-once): New macro, renamed from
3456 ede-pmake-insert-variable-once in ede/pmake.edl.
3457 (ede-proj-makefile-insert-variables): Use it.
3458
3459 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
3460
3461 * files.el (copy-directory): New defun.
3462
3463 * dired-aux.el (dired-copy-file-recursive): Use it.
3464
3465 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
3466
3467 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
3468 (makefile-end-of-command):
3469 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
3470 (semantic-end-of-context): Fix previous change. Doc fixes.
3471
3472 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
3473
3474 * files-x.el (modify-dir-local-variable)
3475 (copy-dir-locals-to-file-locals-prop-line):
3476 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
3477 (makefile-end-of-command):
3478 * cedet/semantic/lex.el (semantic-lex-token):
3479 * cedet/semantic/analyze/fcn.el
3480 (semantic-analyze-dereference-metatype-1):
3481 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
3482 (semantic-lex-cpp-undef):
3483 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
3484 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
3485 (semantic-end-of-context): Fix typos in docstrings.
3486
3487 * recentf.el (recentf-unload-function): New function.
3488
3489 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
3490
3491 * cedet/ede.el (ede-project-placeholder-cache-file):
3492 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
3493 * cedet/srecode/map.el (srecode-map-save-file):
3494 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
3495
3496 2009-10-04 Glenn Morris <rgm@gnu.org>
3497
3498 * window.el (window-full-height-p): Add doc string.
3499
3500 2009-10-04 Martin Rudalics <rudalics@gmx.at>
3501
3502 * window.el (window-full-height-p): New function. (Bug#4543)
3503
3504 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
3505
3506 * cedet/srecode/insert.el: Require srecode/args.
3507
3508 * cedet/srecode/args.el: Require srecode/dictionary instead of
3509 srecode/insert.
3510
3511 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
3512
3513 * files.el (auto-mode-alist): Add .srt and Project.ede.
3514
3515 * cedet/semantic.el (semantic-mode):
3516 Handle srecode-template-mode-hook as well.
3517 (semantic-mode): Use js-mode-hook for Javascript hook.
3518
3519 * cedet/srecode/template.el: Remove hook variable.
3520
3521 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
3522
3523 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
3524 projects exist.
3525 (ede-project-placeholder-cache-file): Default to a file in
3526 user-emacs-directory.
3527
3528 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
3529 templates in data-directory.
3530 (srecode-map-save-file): Default to a file in user-emacs-directory.
3531
3532 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
3533 directory.
3534
3535 2009-09-30 Eric Ludlam <zappo@gnu.org>
3536
3537 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
3538 Doc fix.
3539
3540 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
3541 Only insert each variable once.
3542
3543 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
3544 (ede-pmake-insert-variable-shared): Use it.
3545
3546 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
3547 for lexical table iff table is nil.
3548
3549 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
3550
3551 * vc.el: Remove commented out code.
3552 (vc-derived-from-dir-mode): Remove, unused.
3553 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
3554
3555 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
3556
3557 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
3558 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
3559 there could be recursive loading when `default-directory' is a
3560 remote file name. (Bug#4614)
3561
3562 2009-10-03 Glenn Morris <rgm@gnu.org>
3563
3564 * calendar/calendar.el (calendar-basic-setup): Handle the case where
3565 the frame is wide.
3566 (calendar-generate-window): Test for shrinkability rather than width.
3567
3568 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
3569 declaration, currently false.
3570
3571 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
3572 reusing existing buffers, in case we happen to visit two files with the
3573 same basename. (Bug#4593)
3574
3575 2009-10-02 Eli Zaretskii <eliz@gnu.org>
3576
3577 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
3578 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
3579 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
3580 subdirs of cedet as well.
3581 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
3582
3583 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3584
3585 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
3586 Obey advertised-signature-table.
3587
3588 * help-fns.el (help-function-arglist): Don't check
3589 advertised-signature-table.
3590 (describe-function-1): Do it here instead so it also applies to subrs.
3591
3592 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
3593
3594 * simple.el (start-file-process): Say in the doc-string, that file
3595 handlers might not support pty association, if PROGRAM is nil.
3596
3597 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
3598 HOST and USER are strings. They are nil, when there are
3599 incomplete entries in ~/.netrc, for example.
3600 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
3601 root directory ("device busy" error otherwise).
3602
3603 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
3604 Flush file properties of created directory.
3605
3606 2009-10-02 Eli Zaretskii <eliz@gnu.org>
3607
3608 * makefile.w32-in (WINS_BASIC): Remove cedet.
3609 (WINS_CEDET): Add cedet.
3610 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
3611
3612 2009-10-02 Kevin Ryde <user42@zip.com.au>
3613
3614 * net/browse-url.el (browse-url): Pass any symbol in
3615 browse-url-browser-function to `apply', since if you've mistakenly put
3616 an unbound symbol then the error is clearer. (Bug#4531)
3617
3618 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
3619
3620 * allout.el (allout-init, allout-back-to-current-heading)
3621 (allout-beginning-of-current-entry, allout-ascend-to-depth)
3622 (allout-ascend, allout-up-current-level, allout-end-of-level)
3623 (allout-previous-visible-heading, allout-forward-current-level)
3624 (allout-backward-current-level, allout-show-children):
3625 * apropos.el (apropos-describe-plist):
3626 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
3627 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
3628 * completion.el (add-completion, add-permanent-completion):
3629 * descr-text.el (describe-text-category, describe-char):
3630 * desktop.el (desktop-lazy-abort):
3631 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
3632 * dired.el (dired-build-subdir-alist):
3633 * ediff.el (ediff-version):
3634 * elide-head.el (elide-head, elide-head-show):
3635 * emerge.el (emerge-version):
3636 * env.el (getenv):
3637 * face-remap.el (variable-pitch-mode):
3638 * faces.el (describe-face):
3639 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
3640 (dired-at-point):
3641 * files.el (find-file-existing, auto-save-mode):
3642 * font-lock.el (font-lock-fontify-buffer):
3643 * help-fns.el (describe-function, describe-variable)
3644 (describe-syntax, describe-categories):
3645 * help.el (view-lossage, describe-bindings, describe-key)
3646 (describe-mode):
3647 * hexl.el (hexl-current-address):
3648 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
3649 * info.el (Info-goto-emacs-key-command-node):
3650 * log-edit.el (log-edit-insert-cvs-template)
3651 (log-edit-insert-cvs-rcstemplate):
3652 * menu-bar.el (menu-bar-mode):
3653 * mouse.el (mouse-appearance-menu):
3654 * newcomment.el (comment-indent-new-line):
3655 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
3656 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
3657 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt, )
3658 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
3659 * recentf.el (recentf-mode):
3660 * savehist.el (savehist-mode, savehist-save):
3661 * shadowfile.el (shadow-copy-files):
3662 * simple.el (kill-ring-save, next-line, previous-line)
3663 (normal-erase-is-backspace-mode):
3664 * strokes.el (strokes-update-window-configuration)
3665 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
3666 (strokes-xpm-for-stroke):
3667 * time.el (emacs-uptime, emacs-init-time):
3668 * tutorial.el (tutorial--describe-nonstandard-key)
3669 (tutorial--detailed-help):
3670 * type-break.el (type-break-mode)
3671 (type-break-mode-line-message-mode, type-break-query-mode)
3672 (type-break-guesstimate-keystroke-threshold):
3673 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
3674 * version.el (emacs-version):
3675 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
3676 * winner.el (winner-mode):
3677 * calendar/timeclock.el (timeclock-in, timeclock-out)
3678 (timeclock-status-string, timeclock-change)
3679 (timeclock-workday-remaining-string)
3680 (timeclock-workday-elapsed-string)
3681 (timeclock-when-to-leave-string):
3682 * calendar/todo-mode.el (todo-add-category):
3683 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
3684 * emacs-lisp/autoload.el (update-file-autoloads):
3685 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
3686 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
3687 (checkdoc-message-text, checkdoc-defun):
3688 * emacs-lisp/debug.el (debugger-list-functions):
3689 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3690 * emacs-lisp/eieio-opt.el (eieio-describe-class)
3691 (eieio-describe-generic):
3692 * emacs-lisp/lisp-mnt.el (lm-synopsis):
3693 * emacs-lisp/shadow.el (list-load-path-shadows):
3694 * emulation/cua-base.el (cua-mode):
3695 * emulation/edt.el (edt-set-scroll-margins):
3696 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
3697 (tpu-toggle-regexp, tpu-toggle-search-direction)
3698 (tpu-toggle-rectangle, tpu-toggle-control-keys):
3699 * emulation/tpu-extras.el (tpu-set-scroll-margins):
3700 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
3701 (viper-set-parsing-style-toggling-macro)
3702 (viper-set-emacs-state-searchstyle-macros):
3703 * emulation/viper.el (viper-set-hooks):
3704 * eshell/esh-mode.el (eshell-truncate-buffer):
3705 * international/mule-cmds.el (prefer-coding-system)
3706 (describe-input-method, describe-language-environment):
3707 * international/mule-diag.el (list-character-sets)
3708 (describe-character-set, describe-coding-system)
3709 (describe-fontset, list-fontsets, list-input-methods):
3710 * mail/sendmail.el (mail-signature):
3711 * net/ange-ftp.el (ange-ftp-copy-file):
3712 * net/browse-url.el (browse-url):
3713 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
3714 * net/quickurl.el (quickurl-add-url):
3715 * net/rcirc.el (names, topic):
3716 * net/xesam.el (xesam-mode):
3717 * play/5x5.el (5x5-new-game):
3718 * play/yow.el (apropos-zippy):
3719 * progmodes/ada-mode.el (ada-mode-version):
3720 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
3721 (f90-end-of-block)
3722 (f90-beginning-of-block):
3723 * progmodes/fortran.el (fortran-end-of-block)
3724 (fortran-beginning-of-block):
3725 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
3726 * progmodes/python.el (python-describe-symbol, python-shell):
3727 * term/ns-win.el (ns-print-buffer):
3728 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
3729 * textmodes/flyspell.el (flyspell-mode-on):
3730 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
3731 (pages-directory-for-addresses):
3732 * textmodes/table.el (table-recognize-cell)
3733 (table-query-dimension, table-generate-source)
3734 (table-insert-sequence, table--warn-incompatibility):
3735 * textmodes/tex-mode.el (tex-validate-buffer):
3736 * textmodes/texinfmt.el (texinfmt-version)
3737 (texinfo-format-buffer):
3738 Use `called-interactively-p' instead of `interactive-p'.
3739
3740 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
3741
3742 * image-mode.el (image-toggle-display):
3743 * emacs-lisp/elp.el (elp-instrument-function):
3744 * emacs-lisp/advice.el (ad-make-advised-definition):
3745 * emacs-lisp/easy-mmode.el (define-minor-mode):
3746 * net/browse-url.el (browse-url-maybe-new-window):
3747 * progmodes/sh-script.el (sh-learn-buffer-indent):
3748 Pass new argument 'any to `called-interactively-p'.
3749
3750 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
3751
3752 * international/uni-bidi.el:
3753 * international/uni-category.el:
3754 * international/uni-combining.el:
3755 * international/uni-comment.el:
3756 * international/uni-decimal.el:
3757 * international/uni-decomposition.el:
3758 * international/uni-digit.el:
3759 * international/uni-lowercase.el:
3760 * international/uni-mirrored.el:
3761 * international/uni-name.el:
3762 * international/uni-numeric.el:
3763 * international/uni-old-name.el:
3764 * international/uni-titlecase.el:
3765 * international/uni-uppercase.el:
3766 Regenerate from Unicode 5.2.0 data.
3767
3768 2009-10-01 Glenn Morris <rgm@gnu.org>
3769
3770 * Makefile.in (ELCFILES): Regenerate.
3771
3772 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3773
3774 * subr.el (interactive-p): Mark obsolete.
3775 (called-interactively-p): Make the optional-ness of `kind' obsolete.
3776 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
3777 advertised-signature-table for subroutines as well.
3778
3779 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
3780 (set-advertised-calling-convention): New function.
3781 (make-obsolete, define-obsolete-function-alias)
3782 (make-obsolete-variable, define-obsolete-variable-alias):
3783 Make the optional-ness of `when' obsolete.
3784 (define-obsolete-face-alias): Make `when' non-optional.
3785 * help-fns.el (help-function-arglist):
3786 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
3787 Use advertised-signature-table.
3788
3789 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
3790
3791 * files.el (delete-directory): New defun. The original function
3792 in fileio.c has been renamed to `delete-directory-internal'.
3793
3794 * dired.el (dired-delete-file): Call `delete-directory' with
3795 RECURSIVE parameter.
3796
3797 * net/ange-ftp.el (ange-ftp-delete-directory ): Add optional
3798 parameter RECURSIVE. Implementation is missing.
3799
3800 * net/tramp.el (tramp-handle-make-directory): Flush upper
3801 directory's file properties.
3802 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
3803 (tramp-handle-dired-recursive-delete-directory): Flush directory
3804 properties after the remove command only.
3805
3806 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
3807 Handle optional parameter RECURSIVE.
3808
3809 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
3810 Handle optional parameter RECURSIVE.
3811
3812 * net/tramp-smb.el (tramp-smb-errors): Add error message for
3813 connection timeout.
3814 (tramp-smb-handle-delete-directory): Handle optional parameter
3815 RECURSIVE.
3816
3817 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3818
3819 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
3820 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
3821 (byte-compile-defmacro): Use backquotes.
3822
3823 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
3824
3825 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
3826 has no associated file.
3827 (vc-resynch-buffer): Use vc-dir-buffers.
3828
3829 2009-10-01 Glenn Morris <rgm@gnu.org>
3830
3831 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
3832 (chart-file-count):
3833 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
3834 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
3835 * emacs-lisp/eieio-opt.el (eieio-describe-class):
3836 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
3837 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
3838 (eieio-copy-parents-into-subclass, make-instance, class-children)
3839 (eieio-generic-form):
3840 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
3841 * cedet/cedet-idutils.el (cedet-idutils-search)
3842 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
3843 (cedet-idutils-version-check):
3844 * cedet/cedet.el (cedet-version):
3845 * cedet/data-debug.el (data-debug-insert-overlay-button)
3846 (data-debug-insert-overlay-list-button)
3847 (data-debug-insert-buffer-button)
3848 (data-debug-insert-buffer-list-button)
3849 (data-debug-insert-process-button, data-debug-insert-ring-button)
3850 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
3851 (data-debug-insert-stuff-vector-button)
3852 (data-debug-insert-symbol-button, data-debug-insert-string)
3853 (data-debug-insert-number, data-debug-insert-lambda-expression)
3854 (data-debug-insert-nil, data-debug-insert-simple-thing)
3855 (data-debug-insert-custom, data-debug-edebug-expr):
3856 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
3857 (global-ede-mode-map, ede-new, ede-debug-target)
3858 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
3859 * cedet/semantic.el (semantic-minimum-working-buffer-size)
3860 (semantic-fetch-tags, semantic-submode-list)
3861 (semantic-default-submodes):
3862 * cedet/ede/source.el (ede-source-match):
3863 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
3864 (project-am-package-info):
3865 * cedet/ede/proj.el (ede-proj-target, project-new-target):
3866 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
3867 * cedet/ede/proj-comp.el (ede-current-build-list):
3868 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
3869 * cedet/ede/files.el (ede-toplevel-project-or-nil):
3870 * cedet/ede/cpp-root.el (initialize-instance):
3871 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
3872 (autoconf-parameter-strip, autoconf-insert-new-macro):
3873 * cedet/semantic/wisent.el (wisent-lex-eoi):
3874 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
3875 (semantic-show-parser-state-mode):
3876 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
3877 * cedet/semantic/tag.el (semantic-tag-new-variable)
3878 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
3879 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
3880 (semantic--tag-deep-copy-tag-list)
3881 (semantic-tag-components-with-overlays-default):
3882 * cedet/semantic/symref.el (semantic-symref-find-text):
3883 * cedet/semantic/senator.el (senator-yank-tag)
3884 (senator-transpose-tags-up):
3885 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
3886 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
3887 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
3888 * cedet/semantic/lex.el (semantic-lex-comment-regex)
3889 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
3890 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
3891 * cedet/semantic/lex-spp.el
3892 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
3893 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
3894 * cedet/semantic/idle.el
3895 (semantic-idle-summary-current-symbol-info-brutish)
3896 (semantic-idle-summary-current-symbol-info-default):
3897 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
3898 (semantic--grammar-macro-compl-dict):
3899 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
3900 * cedet/semantic/format.el (semantic-format-tag-custom-list)
3901 (semantic-format-tag-canonical-name-default):
3902 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
3903 (semantic-find-tags-for-completion)
3904 (semantic-find-tags-by-scope-protection-default)
3905 (semantic-deep-find-tags-for-completion):
3906 * cedet/semantic/edit.el
3907 (semantic-edits-incremental-reparse-failed-hook)
3908 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
3909 (semantic-edits-splice-remove, semantic-edits-splice-replace):
3910 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
3911 * cedet/semantic/dep.el (semantic-dependency-include-path):
3912 * cedet/semantic/db.el (semanticdb-default-find-index-class)
3913 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
3914 (semanticdb-project-roots):
3915 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
3916 (semanticdb-find-adebug-insert-scanned-tag-cons)
3917 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
3918 (semanticdb-brute-deep-find-tags-for-completion):
3919 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
3920 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
3921 (semantic-end-of-context-default)
3922 (semantic-ctxt-current-function-default)
3923 (semantic-ctxt-scoped-types-default):
3924 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3925 (semantic-complete-inline-tag-engine)
3926 (semantic-complete-inline-custom-type)
3927 (semantic-complete-read-tag-analyzer):
3928 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
3929 (semantic-chart-database-size):
3930 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
3931 (semantic-analyze-current-context):
3932 * cedet/semantic/symref/list.el (semantic-symref)
3933 (semantic-symref-hide-buffer, semantic-symref-symbol):
3934 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
3935 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
3936 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
3937 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
3938 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
3939 (semantic-c-dereference-template):
3940 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
3941 (semantic--analyze-refs-full-lookup-with-parents)
3942 (semantic--analyze-refs-full-lookup-simple):
3943 * cedet/semantic/analyze/complete.el
3944 (semantic-analyze-possible-completions):
3945 * cedet/srecode/table.el (srecode-mode-table-new):
3946 * cedet/srecode/srt.el (srecode-read-variable-name):
3947 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
3948 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
3949 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
3950 * cedet/srecode/map.el (srecode-current-map):
3951 * cedet/srecode/insert.el (srecode-insert)
3952 (srecode-insert-variable-secondname-handler, srecode-insert-method)
3953 (srecode-template-inserter-point-override)
3954 (srecode-insert-include-lookup):
3955 * cedet/srecode/getset.el (srecode-auto-choose-class):
3956 * cedet/srecode/extract.el (srecode-inserter-extract):
3957 * cedet/srecode/document.el
3958 (srecode-document-autocomment-return-last-alist)
3959 (srecode-document-autocomment-param-type-alist)
3960 (srecode-document-insert-function-comment)
3961 (srecode-document-insert-variable-one-line-comment)
3962 (srecode-document-function-name-comment):
3963 * cedet/srecode/dictionary.el (srecode-create-dictionary)
3964 (srecode-compound-toString):
3965 * cedet/srecode/compile.el (srecode-flush-active-templates):
3966 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
3967 Doc/message fixes.
3968
3969 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
3970 match-data. (Bug#4555).
3971
3972 * cedet/semantic/bovine/gcc.el
3973 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
3974 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
3975
3976 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
3977 rather than parsing it as a regexp. This relaxes the layout
3978 requirements and makes errors easier to detect.
3979 (check-declare-verify): Check file is regular.
3980 (check-declare-directory): Doc fix.
3981 * subr.el (declare-function): Doc fix.
3982
3983 * ibuffer.el (ibuffer-format-qualifier):
3984 * isearch.el (hi-lock-regexp-okay):
3985 * calc/calc.el (math-zerop):
3986 * mail/uce.el (rmail-msgbeg, rmail-msgend):
3987 * term/w32-win.el (setup-default-fontset, set-fontset-font):
3988 Remove unused declarations.
3989
3990 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
3991
3992 * cedet/semantic/wisent/javat-wy.el
3993 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
3994
3995 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
3996
3997 * cedet/srecode/expandproto.el: Fix provide statement.
3998
3999 2009-09-30 Eric Ludlam <zappo@gnu.org>
4000
4001 * emacs-lisp/eieio.el (boolean-p): Delete.
4002
4003 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
4004
4005 * cedet/ede/srecode.el: Fix provide statement.
4006
4007 2009-09-30 Glenn Morris <rgm@gnu.org>
4008
4009 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
4010 * cedet/ede/proj-aux.el (ede-aux-source):
4011 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
4012 (ede-misc-source):
4013 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
4014 (semantic-mrub-switch-tags): Fix doc typos.
4015
4016 * cedet/semantic/db-global.el (data-debug-new-buffer)
4017 (data-debug-insert-thing): Remove unneeded declarations (one broken).
4018 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
4019
4020 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
4021
4022 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
4023 use of CL function `remove-if-not'.
4024
4025 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
4026
4027 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
4028 filename is not a string.
4029
4030 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
4031
4032 * files.el (safe-local-eval-forms): Fix typo.
4033
4034 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
4035
4036 * vc-hooks.el (vc-dir-buffers): New var.
4037 (vc-state-refresh): New function.
4038 (vc-state): Use it.
4039 (vc-after-save): Always ask the backend to recompute the new state.
4040 Always call vc-dir if necessary, using vc-dir-buffers.
4041 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
4042 Use vc-dir-buffers.
4043 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
4044 (vc-dir-prepare-status-buffer, vc-dir-update)
4045 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
4046 Don't call expand-file-name on default-directory.
4047
4048 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
4049
4050 * speedbar.el (speedbar-item-delete):
4051 * calc/calc-prog.el (calc-kbd-if):
4052 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
4053
4054 * epa.el (epa-key-list-mode-map):
4055 * hi-lock.el (hi-lock-menu): Fix typos in menus.
4056
4057 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
4058 (hs-show-hook): Fix typo in docstring.
4059
4060 2009-09-29 Glenn Morris <rgm@gnu.org>
4061
4062 * cedet/semantic/symref/idutils.el:
4063 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
4064
4065 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
4066
4067 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
4068 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
4069 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
4070 Mark declarations not understood by check-declare.
4071
4072 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
4073 file-name-nondirectory call preventing location of cedet files.
4074 (check-declare-verify): Use literal search rather than re-search.
4075 Add basic defmethod and defclass, and define-overloadable-function.
4076
4077 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
4078 Use tramp-compat-file-attributes rather than nonexistent
4079 tramp-compat-handle-file-attributes.
4080
4081 * Makefile.in (lisptagsfiles4): New.
4082 (AUTOGENEL): Add cedet loaddefs files.
4083 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
4084 (update-elclist, compile-always, backup-compiled-files)
4085 (bootstrap-clean): Add yet another directory level.
4086 (update-elclist): Use LC_COLLATE rather than COLLATE.
4087 (ELCFILES): Update, via `make update-elclist'.
4088
4089 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
4090
4091 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
4092 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
4093 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
4094
4095 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
4096
4097 * Makefile.in (lisptagsfiles3): Define.
4098 (TAGS, TAGS-LISP): Use it.
4099 (update-elclist): Add third directory level to look for elc files.
4100 (compile-always): Likewise.
4101 (backup-compiled-files): Likewise.
4102 (bootstrap-clean): Likewise.
4103 (ELCFILES): Update.
4104
4105 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
4106
4107 * Makefile.in (ELCFILES): Add CEDET files.
4108
4109 2009-09-28 Eric Ludlam <zappo@gnu.org>
4110
4111 CEDET (development tools) package merged.
4112
4113 * cedet/*.el:
4114 * cedet/ede/*.el:
4115 * cedet/semantic/*.el:
4116 * cedet/srecode/*.el: New files.
4117
4118 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
4119
4120 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
4121
4122 * net/tramp.el (top): Require tramp-imap.
4123
4124 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
4125 Use `tramp-compat-handle-file-attributes'.
4126
4127 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
4128
4129 * net/tramp-imap.el: New package.
4130
4131 2009-09-28 Eric Ludlam <zappo@gnu.org>
4132
4133 * emacs-lisp/chart.el:
4134 * emacs-lisp/eieio-base.el:
4135 * emacs-lisp/eieio-comp.el:
4136 * emacs-lisp/eieio-custom.el:
4137 * emacs-lisp/eieio-datadebug.el:
4138 * emacs-lisp/eieio-opt.el:
4139 * emacs-lisp/eieio-speedbar.el:
4140 * emacs-lisp/eieio.el: New files.
4141
4142 * cedet/cedet-cscope.el:
4143 * cedet/cedet-files.el:
4144 * cedet/cedet-global.el:
4145 * cedet/cedet-idutils.el:
4146 * cedet/data-debug.el:
4147 * cedet/inversion.el:
4148 * cedet/mode-local.el:
4149 * cedet/pulse.el: New files.
4150
4151 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4152
4153 * whitespace.el (whitespace-trailing-regexp)
4154 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
4155 Fix doc string.
4156
4157 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
4158
4159 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
4160 menu.
4161
4162 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
4163 menu-bar-ediff-menu.
4164
4165 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
4166 define-overloadable-function.
4167
4168 * progmodes/autoconf.el: Provide autoconf as well, so that this
4169 file can be `require'd.
4170
4171 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
4172
4173 * emacs-lisp/autoload.el (generated-autoload-feature)
4174 (generated-autoload-load-name): New vars.
4175 (autoload-rubric, autoload-generate-file-autoloads): Use them.
4176 (make-autoload): Recognize define-overloadable-function and
4177 defclass forms (for EIEIO).
4178
4179 * Makefile.in (update-subdirs): Exclude cedet directory.
4180
4181 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
4182
4183 * term/ns-win.el: Don't set the region face background. (Bug#4381)
4184
4185 * faces.el: Default light-background background for region face to
4186 ns_selection_color under NS.
4187
4188 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
4189
4190 * net/imap-hash.el: New library, see NEWS.
4191
4192 * Makefile.in (ELCFILES): Add imap-hash.el.
4193
4194 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
4195
4196 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
4197 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
4198 * help-macro.el (make-help-screen): Avoid using an ambiguous function
4199 definition where the docstring could be taken for the return value.
4200
4201 2009-09-26 Glenn Morris <rgm@gnu.org>
4202
4203 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
4204 Add option to only show images below a certain size.
4205 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
4206 save-excursion calls.
4207
4208 2009-09-26 Eli Zaretskii <eliz@gnu.org>
4209
4210 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
4211 subdirectories) and eieio.
4212
4213 2009-09-26 Alan Mackenzie <acm@muc.de>
4214
4215 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
4216 buggy bracketing. (Bug#4289)
4217
4218 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
4219 character constants (as case labels). (Bug#4289)
4220
4221 2009-09-25 Juri Linkov <juri@jurta.org>
4222
4223 * files.el (safe-local-eval-forms): Allow time-stamp in
4224 before-save-hook (Bug#4554).
4225
4226 2009-09-25 Drew Adams <drew.adams@oracle.com>
4227
4228 * menu-bar.el (list-buffers-directory): Doc fix.
4229
4230 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
4231
4232 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
4233 Try and avoid copying twice the same paragraph.
4234 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
4235 Remove save-excursion.
4236 (log-edit-changelog-entry): Do it here instead.
4237
4238 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
4239
4240 * bs.el (bs--get-file-name): Use `list-buffers-directory'
4241 when available, instead of hardcoding mode names. Doc fix.
4242
4243 * menu-bar.el (list-buffers-directory): Add docstring.
4244 Make automatically buffer-local.
4245
4246 * dired.el (dired-mode):
4247 * files.el (cd-absolute):
4248 * pcvs.el (cvs-temp-buffer):
4249 * pcvs-util.el (cvs-get-buffer-create):
4250 * shell.el (shell-mode):
4251 * vc-dir.el (vc-dir-mode):
4252 Don't make `list-buffers-directory' buffer local.
4253
4254 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
4255
4256 * comint.el (comint-exec, comint-run, make-comint):
4257 Doc fixes (Bug#4542).
4258
4259 2009-09-25 Glenn Morris <rgm@gnu.org>
4260
4261 * mail/rmailmm.el (rmail-mime): New custom group.
4262 Move all defcustoms in this file into this group.
4263 (rmail-mime-media-type-handlers-alist): Revert previous change.
4264 (rmail-mime-show-images): New option.
4265 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
4266 references to it, since it wasn't actually used for anything.
4267 (rmail-mime-insert-image): New function.
4268 (rmail-mime-image): Use rmail-mime-insert-image.
4269 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
4270 obey the value of `rmail-mime-show-images' option. Print the size of
4271 attachments.
4272
4273 2009-09-25 David Engster <deng@randomsample.de>
4274
4275 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
4276
4277 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4278
4279 * whitespace.el: Does not highlight trailing spaces While point is
4280 at end of line. Does not highligt spaces at beginning of buffer
4281 while point is at beginning of buffer. Does not highlight spaces
4282 at end of buffer while point is at end of buffer. (Bug#4177)
4283 New version 12.0.
4284 (whitespace-display-mappings): Adjust initialization.
4285 (whitespace-point, whitespace-font-lock-refontify): New vars.
4286 (whitespace-color-on, whitespace-color-off): Adjust code.
4287 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
4288 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
4289 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
4290
4291 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
4292
4293 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
4294
4295 * textmodes/sgml-mode.el: Remove xml-mode alias.
4296
4297 * files.el (auto-mode-alist, conf-mode-maybe)
4298 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
4299
4300 2009-09-24 Alan Mackenzie <acm@muc.de>
4301
4302 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
4303 c-forward-conditionals, but it doesn't move point and doesn't set
4304 the mark.
4305 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
4306 (c-down-conditional-with-else, c-backward-conditional)
4307 (c-forward-conditional): Refactor to use c-scan-conditionals.
4308
4309 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
4310
4311 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
4312 (help-default-arg-highlight): Remove.
4313 (help-highlight-arg): New function.
4314 (help-do-arg-highlight): Use it.
4315 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
4316
4317 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
4318
4319 * term.el (term-set-scroll-region, term-handle-ansi-escape):
4320 Undo last change, which didn't fix the problem and introduced others.
4321
4322 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
4323
4324 * progmodes/gdb-mi.el: Don't require speedbar.
4325 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
4326
4327 2009-09-24 Glenn Morris <rgm@gnu.org>
4328
4329 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
4330
4331 * term/ns-win.el (ns-reg-to-script): Define for compiler.
4332
4333 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
4334 there is no newline after the final mime boundary. (Bug#4539)
4335 Move markers on insertion so that any buttons inserted don't end up in
4336 the next part of a multipart message.
4337 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
4338 (rmail-mime-bulk-handler): Optionally handle images.
4339 (rmail-mime-image): New button action.
4340 (rmail-mime-image-handler): New function.
4341 (rmail-mime-mode): New mode.
4342 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
4343
4344 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
4345
4346 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
4347 than just dropping elements from it (bug#4504).
4348
4349 * term.el (term-set-scroll-region): Don't move cursor any more.
4350 (term-handle-ansi-escape): Call term-goto here instead.
4351 Suggested by Ivan Kanis <apple@kanis.eu>.
4352
4353 * term.el: Require CL.
4354 (term-ansi-reset): New function.
4355 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
4356 (term-handle-colors-array): Simplify.
4357
4358 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
4359
4360 * allout.el (allout-overlay-interior-modification-handler)
4361 (allout-obtain-passphrase):
4362 * epa-file.el (epa-file-write-region):
4363 * ps-print.el (ps-begin-job):
4364 * vc-hooks.el (vc-toggle-read-only):
4365 * vc-rcs.el (vc-rcs-rollback):
4366 * vc-sccs.el (vc-sccs-rollback):
4367 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
4368 (vc-version-diff, vc-revert, vc-rollback):
4369 * wdired.el (wdired-check-kill-buffer):
4370 * emacs-lisp/authors.el (authors):
4371 * net/socks.el (socks-open-connection):
4372 * net/zeroconf.el (zeroconf-service-add-hook):
4373 * obsolete/vc-mcvs.el (vc-mcvs-register):
4374 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
4375 (gdb-select-frame):
4376 * progmodes/grep.el (lgrep, rgrep):
4377 * progmodes/idlw-help.el (idlwave-help-check-locations)
4378 (idlwave-help-html-link, idlwave-help-assistant-open-link):
4379 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
4380 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
4381 (reftex-toc-rename-label): Fix typos in error messages.
4382
4383 * dired-aux.el (dired-do-shell-command): Reflow docstring.
4384 (dired-copy-how-to-fn): Doc fix.
4385 (dired-files-attributes, dired-read-shell-command):
4386 Fix typos in docstrings.
4387
4388 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
4389 (dired-x-find-file-other-window): Reflow docstrings.
4390 (dired-omit-marker-char, dired-read-shell-command)
4391 (dired-x-submit-report): Fix typos in docstrings.
4392
4393 * shell.el (shell-mode-hook):
4394 * view.el (View-scroll-line-forward):
4395 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
4396 Fix typos in docstrings.
4397
4398 * net/dig.el (dig-invoke): Fix typo in docstring.
4399 (query-dig): Reflow docstring.
4400
4401 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
4402 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
4403 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
4404 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
4405 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
4406 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
4407 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
4408 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
4409 (idlwave-completion-map, idlwave-current-indent)
4410 (idlwave-custom-ampersand-surround, idlwave-customize)
4411 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
4412 (idlwave-define-abbrev, idlwave-determine-class-special)
4413 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
4414 (idlwave-end-block-reg, idlwave-end-of-statement)
4415 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
4416 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
4417 (idlwave-explicit-class-listed, idlwave-file-header)
4418 (idlwave-fill-paragraph, idlwave-find-class-definition)
4419 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
4420 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
4421 (idlwave-in-quote, idlwave-indent-action-table)
4422 (idlwave-indent-expand-table, idlwave-indent-line)
4423 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
4424 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
4425 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
4426 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
4427 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
4428 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
4429 (idlwave-outlawed-buffers, idlwave-popup-select)
4430 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
4431 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
4432 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
4433 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
4434 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
4435 (idlwave-statement-type, idlwave-struct-skip)
4436 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
4437 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
4438 (idlwave-what-module-find-class): Fix typos in docstrings.
4439 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
4440 (idlwave-calculate-cont-indent, idlwave-expand-equal)
4441 (idlwave-find-module, idlwave-find-structure-definition)
4442 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
4443 (idlwave-list-load-path-shadows, idlwave-next-statement)
4444 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
4445 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
4446 (idlwave-template): Reflow docstrings.
4447
4448 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
4449 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
4450 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
4451 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
4452 (idlwave-shell-display-line, idlwave-shell-display-wframe)
4453 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
4454 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
4455 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
4456 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
4457 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
4458 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
4459 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
4460 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
4461 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
4462 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
4463 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
4464 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
4465 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
4466 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
4467 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
4468 Fix typos in docstrings.
4469 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
4470 (idlwave-shell-hide-output, idlwave-shell-mode)
4471 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
4472 Reflow docstrings.
4473
4474 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
4475
4476 2009-09-24 Ivan Kanis <apple@kanis.eu>
4477
4478 * term.el (term-bold-attribute): New var.
4479 (term-handle-colors-array): Use it.
4480
4481 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
4482
4483 * progmodes/gdb-mi.el (gdb-version): New variable.
4484 (gdb-non-stop-handler): Set gdb-version.
4485 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
4486 Condition "--thread" option on gdb-version.
4487 (gdb-invalidate-threads): Remove unused argument.
4488
4489 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4490
4491 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
4492 to looking-back to avoid ridiculous slow down in large files (bug#4511).
4493
4494 2009-09-23 Glenn Morris <rgm@gnu.org>
4495
4496 * mail/rmail.el (rmail-reply): Don't try to add a References header when
4497 replying to mail without References or Message-Id. (Bug#4525)
4498
4499 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
4500
4501 * term/ns-win.el (ns-reg-to-script): New variable.
4502
4503 2009-09-23 Daiki Ueno <ueno@unixuser.org>
4504
4505 * epg.el (epg-wait-for-status): Preserve existing 'error results.
4506
4507 2009-09-22 Sam Steingold <sds@gnu.org>
4508
4509 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
4510 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
4511 to 1 because hg returns status 1 when nothing is found.
4512 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
4513
4514 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
4515
4516 * textmodes/fill.el: Convert to utf-8 encoding.
4517 (fill-french-nobreak-p): Remove redundant » and « inherited from our
4518 pre-unicode days.
4519
4520 * add-log.el (change-log-fill-forward-paragraph): New function.
4521 (change-log-mode): Use it so fill-region DTRT.
4522 Set fill-indent-according-to-mode here rather than in
4523 change-log-fill-paragraph.
4524 (change-log-fill-paragraph): Remove.
4525
4526 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
4527
4528 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
4529 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
4530
4531 2009-09-22 Glenn Morris <rgm@gnu.org>
4532
4533 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
4534 the scroll-bar scroll the calendar window rather than the buffer.
4535
4536 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
4537 commands that move point (as opposed to scrolling).
4538
4539 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
4540
4541 * emacs-lisp/elint.el (elint): New custom group.
4542 (elint-log-buffer): Make it a defcustom.
4543 (elint-scan-preloaded, elint-ignored-warnings)
4544 (elint-directory-skip-re): New options.
4545 (elint-builtin-variables): Doc fix.
4546 (elint-preloaded-env): New variable.
4547 (elint-unknown-builtin-args): Add an entry for encode-time.
4548 (elint-extra-errors): Make it a variable rather than a constant.
4549 (elint-preloaded-skip-re): New constant.
4550 (elint-directory): Skip files matching elint-directory-skip-re.
4551 (elint-features): New variable, local to linted buffers.
4552 (elint-update-env): Initialize elint-features. Possibly add
4553 elint-preloaded-env to the buffer's environment.
4554 (elint-get-top-forms): Bind elint-current-pos, for log messages.
4555 Skip quoted forms.
4556 (elint-init-form): New function, extracted from elint-init-env.
4557 Make non-list forms a warning rather than an error.
4558 Add the mode-map for define-derived-mode. Handle define-minor-mode,
4559 easy-menu-define, put that adds an error-condition, and provide.
4560 When requiring cl, also require cl-macs. Really require cl, to handle
4561 some cl macros. Store required libraries in the list elint-features,
4562 so as not to re-load them. Treat cc-require like require.
4563 (elint-init-env): Call elint-init-form to do the work.
4564 Handle eval-and-compile and such like.
4565 (elint-add-required-env): Do not clear messages.
4566 (elint-special-forms): Add handlers for function, defalias, if, when,
4567 unless, and, or.
4568 (elint-form): Add optional argument to ignore elint-special-forms,
4569 useful to prevent recursive calls from handlers. Doc fix.
4570 Respect elint-ignored-warnings.
4571 (elint-form): Respect elint-ignored-warnings.
4572 (elint-bound-variable, elint-bound-function): New variables.
4573 (elint-unbound-variable): Respect elint-bound-variable.
4574 (elint-get-args): Respect elint-bound-function.
4575 (elint-check-cond-form): Add some simple handling for (f)boundp and
4576 featurep tests.
4577 (elint-check-defalias-form): New handler.
4578 (elint-check-let-form): Make an empty let a warning rather than an
4579 error.
4580 (elint-check-setq-form): Make an empty setq a warning rather than an
4581 error. Respect elint-ignored-warnings.
4582 (elint-check-defvar-form): Accept null doc-strings.
4583 (elint-check-conditional-form): New handler. Does some simple-minded
4584 checking of featurep and (f)boundp tests.
4585 (elint-put-function-args): New function.
4586 (elint-initialize): Use elint-scan-doc-file rather than
4587 elint-find-builtin-variables. Use elint-put-function-args.
4588 Possibly scan preloaded-file-list.
4589 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
4590 extend to handle functions as well.
4591
4592 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
4593
4594 * linum.el (linum-delete-overlays, linum-update-window):
4595 Do not modify the right margin. (Bug#3971)
4596
4597 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
4598
4599 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
4600 nxml-mode instead of xml-mode.
4601
4602 2009-09-21 Kevin Ryde <user42@zip.com.au>
4603
4604 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
4605
4606 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4607
4608 * net/dig.el (dig-mode): Use define-derived-mode.
4609
4610 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
4611
4612 * vc-dispatcher.el (vc-do-command): Return the process object in
4613 the asynchronous case. Use when instead of if. Do not run
4614 vc-exec-after to display a message if not enabled. (Bug#4463)
4615
4616 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
4617 properties to the stash strings.
4618 (vc-git-stash-list): Return a list of strings.
4619 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
4620 (vc-git-stash-show-at-point): New functions.
4621 (vc-git-stash-map): New keymap.
4622
4623 * register.el (ctl-x-r-map): Define the keys here instead of
4624 using autoload.
4625
4626 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
4627
4628 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
4629 list, to workaround performance problem (bug#4485).
4630
4631 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
4632
4633 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
4634
4635 2009-09-20 Daiki Ueno <ueno@unixuser.org>
4636
4637 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
4638 Document that this option is not recommended to use.
4639
4640 2009-09-19 Glenn Morris <rgm@gnu.org>
4641
4642 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
4643 variable `var'.
4644
4645 * calc/calc-alg.el (var):
4646 * calc/calcalg2.el (var): Define for compiler.
4647
4648 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
4649
4650 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
4651 Doc fix (Bug#3932).
4652
4653 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
4654
4655 * time-stamp.el (time-stamp-month-dd-yyyy)
4656 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
4657 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
4658 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
4659 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
4660 Remove functions that have been obsolete since 1995 (Bug#4436).
4661
4662 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
4663 indent buffer only if called interactively (Bug#4452).
4664
4665 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
4666 Eli Zaretskii <eliz@gnu.org>
4667
4668 This fixes bug#4197 (merged to bug#865, though not identical).
4669 * server.el (server-auth-dir): Add docstring note about FAT32.
4670 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
4671 but warn against using them.
4672
4673 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
4674
4675 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
4676 older GDB where there is no has_more field.
4677
4678 2009-09-19 Glenn Morris <rgm@gnu.org>
4679
4680 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4681
4682 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
4683
4684 * files.el (auto-mode-alist): Change default for XML files to nXML
4685 mode (Bug#4169).
4686
4687 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
4688
4689 * server.el (server-ensure-safe-dir): Pass 'integer
4690 to `file-attributes', as suggested.
4691
4692 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4693
4694 * dired-aux.el (dired-query-alist): Remove spurious backslash.
4695 (dired-query): Use read-key.
4696
4697 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
4698
4699 * cus-start.el (ns-use-qd-smoothing): Remove.
4700
4701 2009-09-18 Glenn Morris <rgm@gnu.org>
4702
4703 * allout.el (top-level): Remove unnecessary progn.
4704
4705 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
4706
4707 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
4708 definition of abbrev table.
4709
4710 * speedbar.el (speedbar-track-mouse):
4711 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
4712 * net/eudc.el (eudc-expand-inline):
4713 * net/newst-backend.el (newsticker--cache-read-feed):
4714 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
4715 condition-case handlers.
4716
4717 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
4718
4719 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
4720 (gdb-var-list): Add an element for has_more field.
4721 (gdb-non-stop-handler): Enable pretty printing for STL containers.
4722 (gdb-var-create-handler, gdb-var-list-children-handler-1)
4723 (gdb-var-update-handler-1): Parse output of dynamic variable
4724 objects (STL containers).
4725 (gdb-var-delete-1): Pass var1 as an explicit second argument.
4726 (gdb-get-field): Delete alias. Use bindat-get-field directly.
4727
4728 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
4729 gdb-var-list.
4730 (gud-speedbar-buttons): Make node expandable if expression "has more"
4731 children.
4732
4733 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
4734
4735 * startup.el (emacs-quick-startup): Remove variable and all uses.
4736 (command-line): Set `inhibit-x-resources' instead.
4737 (command-line-1): Use `inhibit-x-resources' instead.
4738
4739 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
4740
4741 * subr.el: Fix last change to avoid using the `unless' macro,
4742 which breaks bootstrapping.
4743
4744 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4745
4746 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
4747 extended definitions, in case we reload subr.el after having
4748 loaded CL.
4749 (eval-next-after-load): Mark as obsolete.
4750
4751 2009-09-17 Juri Linkov <juri@jurta.org>
4752
4753 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
4754 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
4755 (menu-bar-showhide-menu, menu-bar-tools-menu)
4756 (menu-bar-describe-menu, menu-bar-help-menu)
4757 (minibuffer-local-completion-map, minibuffer-local-map):
4758 Fix list quoting.
4759
4760 2009-09-17 Glenn Morris <rgm@gnu.org>
4761
4762 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
4763 arguments, whether or not it has a handler.
4764
4765 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
4766
4767 * simple.el (hard-newline): Give it a doc-string.
4768
4769 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4770 (lisp-mode-syntax-table): Give them doc-strings.
4771
4772 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
4773
4774 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
4775 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
4776 (menu-bar-options-menu, menu-bar-showhide-menu)
4777 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
4778 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
4779 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
4780 (menu-bar-options-menu, menu-bar-tools-menu)
4781 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
4782 (menu-bar-help-menu):
4783 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
4784 string arguments.
4785
4786 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
4787 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
4788 calls for the menu names and :help.
4789
4790 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4791
4792 * mouse.el (minor-mode-menu-from-indicator): Pay attention
4793 to :minor-mode-function (bug#4455).
4794
4795 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4796
4797 * startup.el (command-line): Initialize the window-system after
4798 processing the command-line.
4799
4800 * textmodes/page.el (what-page): Make sure we don't inf-loop if
4801 page-delimiter matches the empty string.
4802
4803 2009-09-16 Glenn Morris <rgm@gnu.org>
4804
4805 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
4806 byte-compile-not-obsolete-var. It's a list now.
4807 (byte-compile-not-obsolete-funcs): New variable.
4808 (byte-compile-warn-obsolete): Don't warn about functions if they are in
4809 byte-compile-not-obsolete-funcs.
4810 (byte-compile-variable-ref, byte-compile-defvar): Update for
4811 byte-compile-not-obsolete-vars name-change and list nature.
4812 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
4813 and variables behind (f)boundp tests.
4814 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
4815
4816 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
4817
4818 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
4819
4820 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4821
4822 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
4823 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
4824 Don't autoload.
4825
4826 2009-09-15 Stephen Eglen <stephen@gnu.org>
4827
4828 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
4829 the virtual-buffers, use the name of the buffer specified by
4830 find-file-noselect, as the match may be a symlink. (This was a
4831 problem if the target and the symlink had different names.)
4832
4833 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4834
4835 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
4836
4837 * desktop.el (desktop-path): Check user-emacs-directory.
4838
4839 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
4840
4841 * loadup.el: Use after-load-functions to GC after loading each file.
4842 Remove the explicit GC calls that used to be sprinkled around.
4843
4844 * subr.el (after-load-functions): New hook.
4845 (do-after-load-evaluation): Run it. Use string-match-p to detect
4846 `obsolete' packages, rather than painfully extracting the relevant
4847 directory name.
4848
4849 2009-09-15 Glenn Morris <rgm@gnu.org>
4850
4851 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
4852 free variable `doc'.
4853
4854 * dired.el (dired-mode-map): Add menu entry for async shell command.
4855
4856 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
4857 variables, also consider the .elc files, since the .el files are
4858 normally gzipped (subsequent code locates the .el.gz from the .elc).
4859
4860 * calc/calc-prog.el (arglist): Define for compiler.
4861
4862 * calendar/diary-lib.el (diary-display-function): Change the default to
4863 fancy display.
4864 (body): Define for compiler.
4865
4866 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
4867 (byte-compile-file-form, byte-compile-lambda)
4868 (byte-compile-top-level-body, byte-compile-form)
4869 (byte-compile-variable-ref, byte-compile-setq)
4870 (byte-compile-setq-default, byte-compile-body)
4871 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
4872 (batch-byte-compile): Give some more local variables with common names
4873 a "bytecomp-" prefix to avoid masking warnings about free variables.
4874
4875 * startup.el (command-line-1): Give local variables with common names a
4876 distinguishing prefix, so as not to hide free variable warnings during
4877 bootstrap.
4878
4879 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
4880 clever and add a suffix to make a unique name, just let the user decide
4881 whether or not to overwrite it. If the input is a directory, write the
4882 default filename to that directory. (Bug#4388)
4883 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
4884 is a filename-as-a-directory.
4885
4886 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4887
4888 * textmodes/page.el (what-page): Don't move to beginning of line.
4889 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
4890
4891 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
4892
4893 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
4894
4895 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
4896
4897 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
4898 * help.el (help-for-help-internal): Add purecopy calls for text.
4899
4900 * vc.el (top): print-log method now takes an optional SHORTLOG
4901 argument. Add a new method: root.
4902 (vc-root-diff, vc-print-root-log): New functions.
4903 (vc-log-short-style): New variable.
4904 (vc-print-log-internal): Add support for showing short logs.
4905
4906 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
4907 vc-print-root-log and vc-print-root-diff.
4908
4909 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
4910 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
4911 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
4912 short logs.
4913
4914 * vc-cvs.el (vc-cvs-print-log):
4915 * vc-mtn.el (vc-mtn-print-log):
4916 * vc-rcs.el (vc-rcs-print-log):
4917 * vc-sccs.el (vc-sccs-print-log):
4918 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
4919 that is ignored for now.
4920
4921 * vc-mtn.el (vc-mtn-annotate-command):
4922 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
4923
4924 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4925
4926 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
4927 to function-key-map, and give them ascii-character property.
4928 * term/x-win.el (x-alternatives-map):
4929 * term/ns-win.el (ns-alternatives-map):
4930 * term/internal.el (msdos-key-remapping-map):
4931 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
4932
4933 2009-09-14 Glenn Morris <rgm@gnu.org>
4934
4935 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
4936 temp-buffers (2009-09-12).
4937
4938 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
4939
4940 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
4941 the new read-key function.
4942
4943 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
4944
4945 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
4946 is defined (Bug#4405).
4947
4948 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
4949
4950 * recentf.el (recentf-cleanup): Use a hash table to find
4951 duplicates (Bug#4407).
4952
4953 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
4954
4955 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
4956 kp-0 to ascii equivalents (Bug#4325).
4957
4958 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
4959
4960 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
4961
4962 * eshell/em-hist.el:
4963 * eshell/em-dirs.el (eshell-complete-user-reference):
4964 Declare pcomplete functions and variables to avoid compiler warnings.
4965
4966 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
4967
4968 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
4969 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
4970 * eshell/em-alias.el (eshell-aliases-file):
4971 * eshell/em-hist.el (eshell-history-file-name):
4972 Use expand-file-name instead of concat to make file names (Bug#4308).
4973
4974 2009-09-13 Glenn Morris <rgm@gnu.org>
4975
4976 * ediff-merg.el (ediff-do-merge):
4977 * filesets.el (filesets-run-cmd):
4978 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
4979 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
4980 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
4981 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
4982 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
4983 Replace empty `let's with `progn'.
4984
4985 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
4986
4987 * mail/sendmail.el (send-mail-function):
4988 * tooltip.el (tooltip-mode):
4989 * simple.el (transient-mark-mode):
4990 * rfn-eshadow.el (file-name-shadow-mode):
4991 * frame.el (blink-cursor-mode):
4992 * font-core.el (global-font-lock-mode):
4993 * files.el (temporary-file-directory)
4994 (small-temporary-file-directory, auto-save-file-name-transforms):
4995 * epa-hook.el (auto-encryption-mode):
4996 * composite.el (global-auto-composition-mode):
4997 Use custom-initialize-delay.
4998 * startup.el (command-line): Don't explicitly call
4999 custom-reevaluate-setting for all the above vars.
5000 * custom.el (custom-initialize-safe-set)
5001 (custom-initialize-safe-default): Delete.
5002
5003 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5004
5005 * term/x-win.el (x-initialize-window-system):
5006 * term/w32-win.el (w32-initialize-window-system):
5007 * term/ns-win.el (ns-initialize-window-system): Don't call
5008 mouse-wheel-mode since it's enabled globally by default already.
5009
5010 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
5011 actually define the variable, but only silences the byte-compiler.
5012 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
5013 before looking it up.
5014 (mouse-wheel-scroll-amount): Also reset the bindings if this value
5015 is changed.
5016
5017 2009-09-12 Glenn Morris <rgm@gnu.org>
5018
5019 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
5020 1000.
5021 (elint-add-required-env): Don't beep on error.
5022 (elint-forms): In case of error, return ENV unchanged.
5023 (elint-init-env): Skip non-list forms.
5024 (elint-log): Handle unknown file positions.
5025
5026 2009-09-12 Daiki Ueno <ueno@unixuser.org>
5027
5028 * epg.el (epg-make-context): Add autoload cookie.
5029 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
5030 (epg-decrypt-string, epg-start-verify, epg-verify-file)
5031 (epg-verify-string, epg-start-sign, epg-sign-file)
5032 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
5033 (epg-encrypt-string, epg-start-export-keys)
5034 (epg-export-keys-to-file, epg-export-keys-to-string)
5035 (epg-start-import-keys, epg-import-keys-from-file)
5036 (epg-import-keys-from-string, epg-start-receive-keys)
5037 (epg-receive-keys, epg-import-keys-from-server)
5038 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
5039 (epg-sign-keys, epg-start-generate-key)
5040 (epg-generate-key-from-file, epg-generate-key-from-string):
5041 Remove autoload cookie.
5042
5043 2009-09-12 Eli Zaretskii <eliz@gnu.org>
5044
5045 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
5046 reevaluation of trash-directory.
5047
5048 * mwheel.el: Fix last change.
5049 (mouse-wheel-mode): New defvar.
5050 (mouse-wheel-mode): Remove autoload cookie.
5051
5052 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5053
5054 * mwheel.el (mwheel-installed-bindings): New var.
5055 (mouse-wheel-mode): Use it, so as to make sure we really remove all
5056 the bindings we set last time. Use custom-initialize-delay.
5057 * loadup.el: Load mwheel after term/*-win.el.
5058 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
5059 and mouse-wheel-up-event now that their first evaluation is done
5060 sufficiently late to be correct.
5061
5062 * startup.el (tutorial-directory): Make it a defcustom.
5063 Use custom-initialize-delay rather than eval-at-startup to set it.
5064 * image.el (image-load-path): Make it a defcustom.
5065 Use custom-initialize-delay rather than eval-at-startup to set it.
5066 * subr.el (eval-at-startup): Remove.
5067 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
5068
5069 * subr.el (do-after-load-evaluation): Warn the user after loading an
5070 obsolete package.
5071
5072 2009-09-12 Glenn Morris <rgm@gnu.org>
5073
5074 * proced.el (proced-mark-alt): Remove alias.
5075 (proced-mode-map): Remove proced-mark-alt.
5076
5077 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
5078 Elint file and directory. Remove initialization entry.
5079
5080 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
5081 commands.
5082 (elint-current-buffer): Set mode-line-process.
5083 (elint-init-env): Handle define-derived-mode.
5084 Fix declare-function with unspecified arglist. Guard against odd
5085 defalias statements (eg iso-insert's 8859-1-map).
5086 (elint-add-required-env): Use a temp buffer.
5087 (elint-form): Just print the function/macro name, not the whole form.
5088 Return env unchanged if we fail to parse a macro.
5089 (elint-forms): Guard against parse errors.
5090 (elint-output): New function, to handle batch mode.
5091 (elint-log-message): Add optional argument. Use elint-output.
5092 (elint-set-mode-line): New function.
5093
5094 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
5095
5096 * emacs-lisp/elp.el (elp-not-profilable): Add more
5097 functions (Bug#4233).
5098
5099 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
5100
5101 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
5102 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
5103
5104 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
5105
5106 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
5107 (gdb-var-list-children): Use json parsing.
5108
5109 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
5110
5111 * progmodes/js.el (js--proper-indentation): Handle the case where
5112 char-before is null. Reported by Deniz Dogan.
5113
5114 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
5115
5116 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
5117
5118 2009-09-11 Daiki Ueno <ueno@unixuser.org>
5119
5120 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
5121 (epg-digest-algorithm-alist): Add SHA224.
5122 (epg-context-set-passphrase-callback)
5123 (epg-context-set-progress-callback): Add description about
5124 callback function.
5125
5126 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5127
5128 * custom.el (custom-delayed-init-variables): New var.
5129 (custom-initialize-delay): New function.
5130 * startup.el (command-line): "Re"evaluate all vars in
5131 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
5132 explicitly any more.
5133 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
5134 to avoid creating a ~/.emacs.d at build-time (bug#4347).
5135
5136 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
5137
5138 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
5139
5140 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
5141 (gdb-var-update-handler): Use json parsing.
5142
5143 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
5144
5145 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
5146 decode annotated text, regardless of language environment. (Bug#2741)
5147
5148 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5149
5150 * Makefile.in (autoloads): Make rmail.el writable as well.
5151
5152 2009-09-11 Glenn Morris <rgm@gnu.org>
5153
5154 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
5155 loaddefs.el.
5156 * dired.el: Regenerate with extracted autoloads.
5157 * Makefile.in (autoloads): Make dired.el writable.
5158
5159 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
5160 * ibuffer.el: Regenerate with extracted autoloads.
5161 * Makefile.in (autoloads): Make ibuffer.el writable.
5162
5163 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
5164 * version.el (emacs-copyright, emacs-major-version)
5165 (emacs-minor-version): Reformat doc-strings for make-docfile.
5166
5167 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
5168 functions and variables, since they must be stuff specific to some other
5169 platform.
5170 (apropos-print): Make mouse-click message less specific about button.
5171
5172 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
5173 that records where a macro was defined.
5174 * help-fns.el (describe-function-1): Mention if a function has a
5175 compiler-macro.
5176 * help-mode.el (help-function-cmacro): New button.
5177
5178 * locate.el (top-level): Always require dired.
5179 (locate-mode-map): Initialize inside the defvar.
5180
5181 * net/ange-ftp.el (dired-compress-file): Declare.
5182 (ange-ftp-dired-compress-file): Add doc string.
5183
5184 * term/ns-win.el (x-display-name, x-setup-function-keys):
5185 Unify doc-strings with X versions.
5186
5187 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5188
5189 * emulation/crisp.el (crisp-mode-map): Move initialization
5190 into declaration.
5191 (crisp-mode): Use define-minor-mode.
5192
5193 * progmodes/xscheme.el (xscheme-evaluation-commands):
5194 Put a :advertised-binding property rather than using
5195 advertised-xscheme-send-previous-expression.
5196 (advertised-xscheme-send-previous-expression): Declare obsolete.
5197 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
5198 `advertised-undo'.
5199 (crisp-mode): Add corresponding bindings to
5200 undo's :advertised-binding instead.
5201 * dired.el (dired-mode-map): Put a :advertised-binding property rather
5202 than using dired-advertised-find-file.
5203 (dired-advertised-find-file):
5204 * simple.el (advertised-undo):
5205 * wid-edit.el (advertised-widget-backward): Declare obsolete.
5206 (widget-keymap): Put a :advertised-binding property rather
5207 than using advertised-widget-backward.
5208 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
5209 than using advertised-undo.
5210 * tutorial.el (tutorial--default-keys): Adjust accordingly.
5211
5212 2009-09-10 Simon South <ssouth@slowcomputing.org>
5213
5214 * progmodes/delphi.el (delphi-tab): Indent region when Transient
5215 Mark mode is enabled and region is active; otherwise indent or
5216 insert TAB as usual.
5217 (delphi-mode): Update description of TAB-key binding.
5218
5219 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5220
5221 * subr.el (define-key-rebound-commands): Mark obsolete.
5222 * startup.el (precompute-menubar-bindings): Remove.
5223 (normal-top-level): Remove obsolete code that tried to precompute
5224 menubar bindings.
5225 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
5226 define-key-rebound-commands and precompute-menubar-bindings.
5227
5228 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
5229
5230 * net/imap.el (imap-interactive-login): Better messages.
5231 (imap-open): Fix bug with renamed buffer on reconnect.
5232 (imap-authenticate): Add buffer-local imap-last-authenticator variable
5233 for easier debugging and cleaner code. On successful (guessed based on
5234 server capabilities) secondary authentication, set imap-state
5235 correctly.
5236 (imap-last-authenticator): Define imap-last-authenticator as a variable
5237 to avoid warnings.
5238
5239 2009-09-10 Glenn Morris <rgm@gnu.org>
5240
5241 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
5242
5243 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
5244 (byte-compile-file-form-autoload): Don't warn about unknown functions
5245 where the autoload statement comes after the use.
5246 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
5247 that any handlers inside the body (eg require) are in turn respected.
5248
5249 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
5250 effects.
5251
5252 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
5253 and syntax and abbrev tables basic docs, if they don't have any.
5254
5255 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
5256
5257 * international/mule-cmds.el (top-level): Require cl when compiling.
5258 (view-hello-file): Use default-value rather than
5259 default-enable-multibyte-characters.
5260
5261 * progmodes/fortran.el: Move all safe and risky properties into the
5262 defcustoms.
5263
5264 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
5265 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
5266 * mail/undigest.el:
5267 Put autoloads in rmail.el rather than loaddefs.el.
5268 * mail/rmail.el: Regenerate with extracted autoloads.
5269
5270 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
5271 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
5272
5273 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
5274
5275 Reported in thread for Bug#4375.
5276 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
5277 "-data-evaluate-expression" instead of print.
5278 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
5279 (gdb-tooltip-print): Parse output from above MI command.
5280 (gdb): Revert 2009-08-11 change. User should detach inferior
5281 manually.
5282
5283 Remove the word "separate" from IO functions as inferior
5284 output is now never displayed in the GUD buffer.
5285
5286 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
5287
5288 * startup.el (command-line-normalize-file-name): On Windows and
5289 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
5290
5291 2009-09-10 Juri Linkov <juri@jurta.org>
5292
5293 * isearch.el (isearch-text-char-description): Propertize escape
5294 character sequences with the `escape-glyph' face. (Bug#4344)
5295
5296 * simple.el (shell-command): Set asynchronous process filter to
5297 `comint-output-filter'. (Bug#4343)
5298
5299 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
5300 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
5301 the list. Move "asm" to the bottom.
5302 (grep-find-ignored-directories): Add `choice' with nil value
5303 to empty the list easily.
5304 (grep-find-ignored-files): New option.
5305 (grep-files-history): Set to nil by default instead of '("ch" "el").
5306 (grep-compute-defaults): Add "<X>" to `grep-template'.
5307 (grep-read-files): Bind new local variables `default-alias' and
5308 `default-extension'. Use a list of default values for the file prompt.
5309 (lgrep): Add `--exclude=' command line options composed from
5310 `grep-find-ignored-files'.
5311 (rgrep): Add `-name' command line options composed from
5312 `grep-find-ignored-files'. (Bug#4301)
5313
5314 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
5315
5316 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
5317 (bug#4368).
5318
5319 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
5320
5321 * calendar/time-date.el (autoload):
5322 Expand define-obsolete-function-alias into defalias and make-obsolete
5323 for old Emacsen that Gnus supports.
5324 (with-no-warnings): Define it for old Emacsen.
5325 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5326 is available.
5327 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5328 float-time is available; suppress compile warning for time-to-seconds.
5329
5330 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
5331
5332 * net/imap.el (imap-message-map): Docstring fix.
5333
5334 2009-09-09 Glenn Morris <rgm@gnu.org>
5335
5336 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
5337 line numbers too. (Bug#4374)
5338
5339 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
5340
5341 * smerge-mode.el (smerge-remove-props, smerge-refine):
5342 Use with-silent-modifications (bug#4342).
5343
5344 * subr.el (with-silent-modifications): New macro.
5345
5346 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
5347
5348 * files.el (top-level): Require `cl' when compiling.
5349
5350 2009-09-07 Glenn Morris <rgm@gnu.org>
5351
5352 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
5353
5354 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
5355 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
5356
5357 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
5358
5359 * vc-git.el (vc-git-annotate-command): Use separator to parse
5360 arguments correctly.
5361
5362 2009-09-06 Eli Zaretskii <eliz@gnu.org>
5363
5364 * proced.el (proced-mode): Doc fix.
5365
5366 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
5367
5368 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
5369 lstat fails.
5370 (tramp-do-file-attributes-with-ls): Check for file existence at
5371 remote end.
5372 (tramp-do-file-attributes-with-stat): Likewise.
5373 (tramp-convert-file-attributes): Return nil when attr is nil.
5374
5375 2009-09-05 Glenn Morris <rgm@gnu.org>
5376
5377 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
5378 properties to this button.
5379 (diary-fancy-display): Don't extend the button to the final newline.
5380 (diary-fancy-display-mode): Continue to define "q" as a local key.
5381
5382 * calendar/cal-china.el (holiday-chinese): Make it slightly more
5383 efficient.
5384
5385 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
5386
5387 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
5388 (byte-compile-dest-file-function): New option.
5389 (byte-compile-dest-file): Doc fix.
5390 Obey byte-compile-dest-file-function.
5391 (byte-compile-cl-file-p): New function.
5392 (byte-compile-eval): Only suppress noruntime warnings about cl functions
5393 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
5394 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
5395 than for file being previously loaded.
5396 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
5397 (byte-compile-file-form-require): Handle the case where requiring a file
5398 indirectly causes CL to be loaded.
5399
5400 2009-09-05 Karl Fogel <kfogel@red-bean.com>
5401
5402 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
5403 before killing the old buffer, since by the time `kill-buffer' is
5404 run so many buffer variables have been set to nil that it may not
5405 behave as expected. (Bug#4061)
5406
5407 2009-09-05 Karl Fogel <kfogel@red-bean.com>
5408
5409 * files.el (find-alternate-file): If the old buffer is modified
5410 and visiting a file, behave similarly to `kill-buffer' when
5411 killing it, thus reverting to the pre-1.878 behavior; see
5412 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
5413 for discussion. Also, consult `buffer-file-name' as a variable
5414 not as a function, for consistency with the rest of the code.
5415
5416 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
5417
5418 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
5419 also when adding a new directory.
5420
5421 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
5422 defun.
5423
5424 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
5425
5426 * files.el (locate-file-completion-table): Make it provide boundary
5427 information, so partial-completion works better.
5428
5429 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
5430
5431 * mail/footnote.el (Footnote-text-under-cursor):
5432 Check footnote-text-marker-alist before using it (bug#4324).
5433
5434 2009-09-04 Glenn Morris <rgm@gnu.org>
5435
5436 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
5437 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
5438 * play/solitaire.el, play/tetris.el:
5439 Remove leading * from defcustom and defface docs.
5440
5441 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
5442 necessary.
5443 (diary-fancy-overriding-map): New variable.
5444 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
5445 Use view-mode.
5446
5447 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
5448 goto-line.
5449
5450 2009-09-03 Glenn Morris <rgm@gnu.org>
5451
5452 * arc-mode.el (archive-mode):
5453 * dos-fns.el (set-default-process-coding-system):
5454 * man.el (Man-getpage-in-background):
5455 * menu-bar.el (menu-bar-describe-menu):
5456 * server.el (server-process-filter):
5457 * startup.el (command-line):
5458 * tar-mode.el (tar-header-block-tokenize, tar-extract):
5459 * w32-fns.el (set-default-process-coding-system):
5460 * x-dnd.el (x-dnd-handle-file-name):
5461 * international/mule-cmds.el (mule-menu-keymap)
5462 (set-default-coding-systems, language-info-alist, set-language-info)
5463 (set-language-environment, standard-display-european-internal)
5464 (set-locale-environment):
5465 * international/mule-diag.el (mule-diag):
5466 * mail/emacsbug.el (report-emacs-bug):
5467 * mail/rmail.el (rmail-mode):
5468 * mail/sendmail.el (mail-setup):
5469 Use default-value rather than default-enable-multibyte-characters.
5470
5471 * progmodes/f90.el: Move all safe properties into the defcustoms.
5472 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
5473
5474 * calendar/appt.el (appt-check):
5475 * calendar/diary-lib.el (diary-set-header, diary-live-p)
5476 (diary-check-diary-file, diary-list-entries)
5477 (diary-include-other-diary-files, diary-simple-display)
5478 (diary-fancy-display, diary-print-entries)
5479 (diary-mark-included-diary-files, diary-make-entry):
5480 Don't call substitute-in-file-name on diary-file.
5481
5482 2009-09-03 Eduard Wiebe <usenet@pusto.de>
5483 Stefan Monnier <monnier@iro.umontreal.ca>
5484
5485 * mail/footnote.el (footnote-prefix): Make it a defcustom.
5486 (footnote-mode-map): Move initialization into the declaration.
5487 (footnote-minor-mode-map): Define it rather than changing global-map.
5488 (footnote-mode): Use define-minor-mode.
5489
5490 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
5491
5492 * net/tramp.el (tramp-handle-file-attributes-with-ls)
5493 (tramp-do-file-attributes-with-perl)
5494 (tramp-do-file-attributes-with-stat): Rename from
5495 `tramp-handle-file-attributes-with-*'.
5496 (tramp-handle-file-attributes): Use them.
5497 (tramp-do-directory-files-and-attributes-with-perl)
5498 (tramp-do-directory-files-and-attributes-with-stat): Rename from
5499 `tramp-handle-directory-files-and-attributes-with-*'.
5500 (tramp-handle-directory-files-and-attributes): Use them.
5501 (tramp-method-out-of-band-p): Additional parameter SIZE.
5502 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
5503 (tramp-handle-write-region): Use it.
5504 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
5505 (tramp-handle-vc-registered): Check, whether the first run did
5506 return files to be tested.
5507 (tramp-advice-make-auto-save-file-name): Do not call directly
5508 `tramp-handle-make-auto-save-file-name', because this would bypass
5509 the locking mechanism.
5510
5511 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
5512 (file-remote-p, process-file, start-file-process, set-file-times)
5513 (tramp-compat-file-attributes): Compatibility functions shall not
5514 call directly `tramp-handle-*', because this would bypass the
5515 locking mechanism.
5516 (tramp-compat-number-sequence): New defun.
5517
5518 2009-09-02 Glenn Morris <rgm@gnu.org>
5519
5520 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
5521 alias for float-time.
5522 (time-to-number-of-days): In Emacs, use float-time.
5523 * net/newst-backend.el (time-add): Suppress warnings from compat
5524 function.
5525 * time.el (emacs-uptime, emacs-init-time):
5526 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
5527 Use float-time rather than time-to-seconds.
5528
5529 * minibuffer.el (completion-initials-expand): Fix typo.
5530
5531 * faces.el (modeline, modeline-inactive, modeline-highlight)
5532 (modeline-buffer-id):
5533 * info.el (info-menu-5): Mark these face aliases as obsolete.
5534
5535 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
5536
5537 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
5538 space ...
5539 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
5540 no "--thread" option.
5541 (gdb-stopped): Don't print "Switched to thread" message when it is
5542 unchanged.
5543
5544 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
5545
5546 * minibuffer.el (completion-try-completion)
5547 (completion-all-completions): Remove ill-defined (and
5548 mistakenly installed and luckily never used nor documented)
5549 `completion-styles' property.
5550 (completion-initials-expand, completion-initials-all-completions)
5551 (completion-initials-try-completion): New functions.
5552 (completion-styles-alist): Add doc to each entry.
5553 Add new `initials' entry.
5554
5555 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
5556
5557 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
5558 MI command -var-evaluate-expression.
5559 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
5560 and tweak for case of string child.
5561 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
5562
5563 2009-09-01 Glenn Morris <rgm@gnu.org>
5564
5565 * add-log.el (change-log-date-face, change-log-name-face)
5566 (change-log-email-face, change-log-file-face, change-log-list-face)
5567 (change-log-conditionals-face, change-log-function-face)
5568 (change-log-acknowledgement-face):
5569 * cus-edit.el (custom-invalid-face, custom-rogue-face)
5570 (custom-modified-face, custom-set-face, custom-changed-face)
5571 (custom-saved-face, custom-button-face, custom-button-pressed-face)
5572 (custom-documentation-face, custom-state-face, custom-comment-face)
5573 (custom-comment-tag-face, custom-variable-tag-face)
5574 (custom-variable-button-face, custom-face-tag-face)
5575 (custom-group-tag-face-1, custom-group-tag-face):
5576 * diff-mode.el (diff-header-face, diff-file-header-face)
5577 (diff-index-face, diff-hunk-header-face, diff-removed-face)
5578 (diff-added-face, diff-changed-face, diff-function-face)
5579 (diff-context-face, diff-nonexistent-face):
5580 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
5581 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
5582 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
5583 (Info-title-4-face):
5584 * isearch.el (isearch-lazy-highlight-face):
5585 * log-view.el (log-view-file-face, log-view-message-face):
5586 * paren.el (show-paren-match-face, show-paren-mismatch-face):
5587 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
5588 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
5589 (cvs-msg-face):
5590 * smerge-mode.el (smerge-mine-face, smerge-other-face)
5591 (smerge-base-face, smerge-markers-face):
5592 * wid-edit.el (widget-documentation-face, widget-button-face)
5593 (widget-field-face, widget-single-line-field-face)
5594 (widget-inactive-face, widget-button-pressed-face):
5595 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
5596 (woman-addition-face):
5597 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
5598 (eshell-ls-executable-face, eshell-ls-readonly-face)
5599 (eshell-ls-unreadable-face, eshell-ls-special-face)
5600 (eshell-ls-missing-face, eshell-ls-archive-face)
5601 (eshell-ls-backup-face, eshell-ls-product-face)
5602 (eshell-ls-clutter-face):
5603 * eshell/em-prompt.el (eshell-prompt-face):
5604 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
5605 * obsolete/old-whitespace.el (whitespace-highlight-face):
5606 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
5607 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
5608 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
5609 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
5610 (antlr-font-lock-literal-face):
5611 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
5612 (ebrowse-root-class-face, ebrowse-file-name-face)
5613 (ebrowse-default-face, ebrowse-member-attribute-face)
5614 (ebrowse-member-class-face, ebrowse-progress-face):
5615 * progmodes/make-mode.el (makefile-space-face):
5616 * progmodes/sh-script.el (sh-heredoc-face):
5617 * textmodes/flyspell.el (flyspell-incorrect-face)
5618 (flyspell-duplicate-face):
5619 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
5620 * textmodes/texinfo.el (texinfo-heading-face):
5621 Mark face aliases with "-face" suffix as obsolete.
5622
5623 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
5624 compiler.
5625
5626 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
5627 (eudc-bob-sound-menu): Use defvar rather than defconst, since
5628 easy-menu-define wants to modify these.
5629
5630 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
5631
5632 * net/browse-url.el (browse-url-file-url):
5633 * term/internal.el (dos-codepage-setup):
5634 Use default-value rather than default-enable-multibyte-characters.
5635
5636 * progmodes/etags.el (etags-goto-tag-location):
5637 * progmodes/flymake.el (flymake-highlight-line)
5638 (flymake-goto-file-and-line, flymake-goto-line):
5639 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
5640 (gdb-goto-breakpoint):
5641 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
5642 * progmodes/python.el (python-find-function)
5643 (python-pdbtrack-track-stack-file):
5644 * progmodes/verilog-mode.el (verilog-surelint-off):
5645 * term/ns-win.el (ns-open-file-select-line):
5646 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
5647 Use forward-line rather than goto-line.
5648
5649 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
5650 * textmodes/reftex-index.el (reftex-display-index):
5651 * textmodes/reftex-ref.el (reftex-offer-label-menu):
5652 * textmodes/reftex-toc.el (reftex-toc):
5653 Remove unnecessary bindings of default-major-mode (all are followed by
5654 major-mode check and possible mode switch).
5655
5656 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
5657
5658 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
5659 Handle watchpoints (bug#4282).
5660 (def-gdb-thread-buffer-command): Enable thread to be selected by
5661 clicking without selecting threads buffer first.
5662 (gdb-current-context-command): Use selected frame so that "up",
5663 "down" etc work in the GUD buffer.
5664 (gdb-update): Find selected frame before rendering stack buffer.
5665 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
5666
5667 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5668
5669 * progmodes/sym-comp.el (displayed-completions): Remove.
5670 (symbol-complete): Use minibuffer-complete.
5671
5672 2009-08-31 Glenn Morris <rgm@gnu.org>
5673
5674 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
5675
5676 * apropos.el (apropos-symbols-internal):
5677 Handle (obsolete) face aliases.
5678
5679 * faces.el (describe-face): Adjust the output format to be more like
5680 describe-variable, and to mention (obsolete) face aliases.
5681 Adjust the whitespace so that help-setup-xref works.
5682
5683 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
5684 * calendar/diary-lib.el (diary-button-face):
5685 Mark these face aliases as obsolete.
5686
5687 * calendar/calendar.el (calendar-today): Doc fix.
5688
5689 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
5690
5691 * progmodes/gdb-mi.el (gdb-control-all-threads)
5692 (gdb-control-current-thread): Force tool bar update.
5693 (gdb-non-stop-handler): New function.
5694 (gdb-init-1): Use it to test if non-stop mode is supported.
5695 Remove unused gdbmi buffer type.
5696
5697 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
5698
5699 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
5700 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
5701
5702 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
5703
5704 * comint.el (comint-exec-1): Check command is non-null first.
5705 Part of gdb-mi.el change (2009-08-28).
5706
5707 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5708
5709 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
5710
5711 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
5712
5713 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
5714 instead of `dolist' to avoid a recursive require when bootstrapping.
5715
5716 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5717
5718 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
5719
5720 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
5721
5722 * net/imap.el (imap-send-command): Simplify.
5723 (imap-wait-for-tag): point-max -> buffer-size.
5724
5725 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
5726
5727 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
5728 with constant argument.
5729
5730 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
5731
5732 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
5733
5734 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
5735 Change default, since most of our files don't have a history.
5736 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
5737 the user.
5738
5739 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5740 Add comint-run.
5741
5742 * calc/calc.el: Improve commenting convention.
5743 (calc-digit-map, toplevel): Simplify.
5744
5745 * comint.el (comint-insert-input): Be careful to only set point if we
5746 don't delegate to some other command.
5747
5748 * proced.el (proced-signal-list): Make it an alist.
5749 (proced-grammar-alist): Capitalize names.
5750 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
5751 Disable undo manually and make it read-only.
5752 Use completion-annotate-function.
5753
5754 * minibuffer.el (minibuffer-message): If the current buffer is not
5755 a minibuffer, insert the message in the echo area rather than at the
5756 end of the buffer.
5757 (completion-annotate-function): New variable.
5758 (minibuffer-completion-help): Use it.
5759 (completion--embedded-envvar-table): Environment vars are
5760 always case-sensitive.
5761
5762 2009-08-30 Glenn Morris <rgm@gnu.org>
5763
5764 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
5765 from fortran-current-defun.
5766 (fortran-beginning-of-subprogram): Be more precise about finding the
5767 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
5768 (fortran-end-of-subprogram): Simplify.
5769 (fortran-current-defun): Use fortran-start-prog-re.
5770
5771 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
5772
5773 * subr.el (do-after-load-evaluation): Simplify.
5774
5775 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
5776
5777 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
5778
5779 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
5780 (vc-rcs-print-log): Use it.
5781
5782 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
5783
5784 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5785
5786 * paths.el (abbrev-file-name): Move to abbrev.el.
5787 * abbrev.el (abbrev-file-name): Move from paths.el.
5788 Obey user-emacs-directory.
5789 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
5790 user-emacs-directory.
5791 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
5792 abbrev-file-name and calc-settings-file any more.
5793 * startup.el (command-line): Recompute abbrev-file-name and
5794 abbreviated-home-dir.
5795 (normal-no-mouse-startup-screen): Improve the generic code and get rid
5796 of the special code for when C-h bindings haven't been changed.
5797 (display-startup-echo-area-message): Use with-current-buffer.
5798 (command-line-1): Use a list of strings, rather than a list of lists
5799 of strings for longopts.
5800
5801 * files.el (get-free-disk-space): Use / for default-directory.
5802
5803 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
5804 Use with-current-buffer.
5805
5806 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
5807 Recognize immutable variables like most-positive-fixnum.
5808 (byte-compile-setq-default): Check and warn if trying to assign
5809 to an immutable variable, or a non-variable.
5810
5811 * progmodes/cc-vars.el (c-comment-continuation-stars):
5812 * progmodes/cc-engine.el (c-looking-at-bos):
5813 * progmodes/cc-cmds.el (c-toggle-auto-state)
5814 (c-forward-into-nomenclature, c-backward-into-nomenclature)
5815 (c-comment-line-break-function): Add version of obsolescence.
5816
5817 2009-08-28 Juri Linkov <juri@jurta.org>
5818
5819 * files.el (magic-fallback-mode-alist): Add ZIP magic number
5820 associated with `archive-mode'.
5821
5822 * image.el (image-type-header-regexps): Use only JPEG magic number
5823 to determine JPEG images, and don't use `image-jpeg-p' because
5824 Emacs can display non-JFIF non-Exif JPEG images.
5825
5826 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
5827
5828 * arc-mode.el (archive-mode):
5829 * emacs-lisp/re-builder.el (re-builder-unload-function):
5830 Protect against the default value of `major-mode' being nil.
5831
5832 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
5833
5834 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
5835 Fix typos in docstrings.
5836
5837 * progmodes/js.el (js--macro-decl-re): Doc fix.
5838 (js--plain-method-re, js--split-name): Refloc docstring.
5839 (js--class-styles, js--make-merged-item, js--splice-into-items):
5840 Fix typos in docstrings; reflow docstrings.
5841 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
5842 (js--variable-decl-matcher, js--inside-pitem-p)
5843 (js--parse-state-at-point, js--get-all-known-symbols)
5844 (js--symbol-history, js-find-symbol, js--js-references)
5845 (js--moz-interactor, js--js-encode-value, js--read-tab):
5846 Fix typos in docstrings.
5847
5848 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5849
5850 * textmodes/reftex.el (reftex-get-file-buffer-force):
5851 * progmodes/verilog-mode.el (verilog-batch-execute-func):
5852 * emulation/viper.el (viper-go-away, viper-set-hooks):
5853 * emacs-lisp/re-builder.el (re-builder-unload-function):
5854 * emacs-lisp/bytecomp.el (byte-compile-file):
5855 * ses.el (ses-unload-function):
5856 * hexl.el (hexl-find-file):
5857 * files.el (normal-mode):
5858 * ehelp.el (with-electric-help):
5859 * autoinsert.el (auto-insert-alist):
5860 * arc-mode.el (archive-mode):
5861 Use (default-value 'major-mode) instead of default-major-mode.
5862
5863 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
5864 * international/mule.el (load-with-code-conversion):
5865 * emacs-lisp/debug.el (debug):
5866 * ediff-vers.el (ediff-rcs-get-output-buffer):
5867 * dired.el (dired-internal-noselect): Don't let-bind
5868 default-major-mode around code that doesn't use it.
5869 E.g. buffer creation via get-buffer-create doesn't use it.
5870
5871 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
5872
5873 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
5874 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
5875 when writing the temp file. Otherwise, epa-file gets confused.
5876 (tramp-register-file-name-handlers): Make it a defun. Move also
5877 `epa-file-handler' to the front of `file-name-handler-alist'.
5878
5879 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5880
5881 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
5882 start right after a ^M.
5883 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
5884 (tramp-completion-file-name-regexp-separate)
5885 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
5886 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
5887 Don't modify last-coding-system-used by accident.
5888 (tramp-completion-file-name-handler): Apply the checks here,
5889 instead during registration.
5890 (tramp-register-file-name-handlers) Renamed from
5891 `tramp-register-file-name-handler'. Register both
5892 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
5893 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
5894
5895 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
5896
5897 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
5898 Remove variable ...
5899 (gdb-init-1, gdb-display-separate-io-buffer)
5900 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
5901 references to it.
5902 (gdb-inferior-io-mode): Use make-comint-in-buffer.
5903 (gdb-inferior-filter): Use comint-output-filter to stop
5904 echoing and remove ^M characters.
5905
5906 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5907
5908 * emulation/viper-init.el (viper-restore-cursor-type):
5909 * emulation/cua-base.el (cua--update-indications):
5910 Replace default-cursor-type with (default-value 'cursor-type).
5911
5912 * mail/sendmail.el (mail-recover-1):
5913 * international/mule-diag.el (describe-current-coding-system-briefly)
5914 (describe-current-coding-system):
5915 * international/mule-cmds.el (select-safe-coding-system)
5916 (select-message-coding-system)
5917 (set-language-environment-coding-systems, set-locale-environment):
5918 * hexl.el (hexl-insert-multibyte-char):
5919 * dos-w32.el (find-buffer-file-type-coding-system):
5920 * simple.el (what-cursor-position):
5921 Replace uses of default-buffer-file-coding-system
5922 with (default-value 'buffer-file-coding-system).
5923
5924 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
5925 Replace uses of default-cursor-in-non-selected-windows
5926 with (default-value 'cursor-in-non-selected-windows).
5927 Use with-current-buffer.
5928
5929 * mail/feedmail.el: Use CL macros.
5930 (feedmail-run-the-queue, feedmail-send-it-immediately):
5931 * dos-w32.el (find-buffer-file-type): Replace uses of
5932 default-buffer-file-type with (default-value 'buffer-file-type).
5933
5934 2009-08-28 Glenn Morris <rgm@gnu.org>
5935
5936 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
5937 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
5938 Use default-value of major-mode rather than default-major-mode.
5939
5940 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
5941
5942 * Makefile.in (update-elcfiles): Report left over elc files.
5943
5944 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
5945 expand-file-name and with-current-buffer.
5946 (mail-get-names, mail-directory): Use with-current-buffer.
5947
5948 * vc.el (vc-read-revision): New function.
5949 (vc-version-diff, vc-merge): Use it.
5950
5951 2009-08-27 Sam Steingold <sds@gnu.org>
5952
5953 * simple.el (kill-do-not-save-duplicates): New user option.
5954 (kill-new): When it is non-nil, and the new string is the same as
5955 the latest kill, set replace to t to avoid duplicates in kill-ring.
5956
5957 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
5958
5959 * net/tramp.el (tramp-handle-process-file): Do not flush all
5960 caches when `process-file-side-effects' is set.
5961 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
5962 instead of `tramp-find-file-exists-command'.
5963 Unset `process-file-side-effects'.
5964
5965 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
5966
5967 * net/tramp.el (tramp-methods): New method "rsyncc".
5968 (top): Add completion function for "rsyncc".
5969 (tramp-message-show-message): New defvar.
5970 (tramp-message, tramp-error): Use it.
5971 (tramp-do-copy-or-rename-file-directly): Extend check for direct
5972 remote copying.
5973 (tramp-do-copy-or-rename-file-out-of-band): Handle new
5974 `tramp-methods' entry `copy-env' of "rsyncc".
5975 (tramp-vc-registered-read-file-names): New defconst.
5976 (tramp-vc-registered-file-names): New defvar.
5977 (tramp-handle-vc-registered): Implement optimization strategy.
5978 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
5979 (tramp-vc-file-name-handler): New defun.
5980 (tramp-get-ls-command, tramp-get-test-command)
5981 (tramp-get-file-exists-command, tramp-get-remote-ln)
5982 (tramp-get-remote-perl, tramp-get-remote-stat)
5983 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
5984
5985 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
5986 (tramp-cache-inhibit-cache): Extend doc string. It allows also
5987 timestamps.
5988 (tramp-get-file-property): Check for timestamps in
5989 `tramp-cache-inhibit-cache'.
5990 (tramp-set-file-property): Write timestamp.
5991
5992 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
5993
5994 * language/japan-util.el (japanese-symbol-table): Add entries for
5995 cp932-2-byte.
5996
5997 * international/characters.el: Add category `j' to cp932-2-byte.
5998
5999 2009-08-27 Kenichi Handa <handa@m17n.org>
6000
6001 * international/fontset.el (build-default-fontset-data): New macro.
6002 (setup-default-fontset): Use build-default-fontset-data for CJK,
6003 tibetan, ethiopic, and ipa.
6004
6005 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
6006
6007 * cus-start.el (default-major-mode): Customize `major-mode' instead.
6008 (enable-multibyte-characters): Not customizable any more.
6009
6010 * subr.el (default-mode-line-format, default-header-line-format)
6011 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
6012 (default-direction-reversed, default-truncate-lines)
6013 (default-left-margin, default-tab-width, default-case-fold-search)
6014 (default-left-margin-width, default-right-margin-width)
6015 (default-left-fringe-width, default-right-fringe-width)
6016 (default-fringes-outside-margins, default-scroll-bar-width)
6017 (default-vertical-scroll-bar, default-indicate-empty-lines)
6018 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
6019 (default-fringe-cursor-alist, default-scroll-up-aggressively)
6020 (default-scroll-down-aggressively, default-fill-column)
6021 (default-cursor-type, default-buffer-file-type)
6022 (default-cursor-in-non-selected-windows)
6023 (default-buffer-file-coding-system, default-major-mode)
6024 (default-enable-multibyte-characters): Mark as obsolete.
6025
6026 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
6027
6028 * vc-dir.el (vc-dir-update): Remove debug helper.
6029
6030 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
6031
6032 2009-08-26 Sam Steingold <sds@gnu.org>
6033
6034 * simple.el (save-interprogram-paste-before-kill): New user option.
6035 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
6036 save the interprogram-paste into kill-ring before overriding it
6037 with the Emacs kill.
6038
6039 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
6040
6041 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
6042 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
6043 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
6044 and move to vc-rcs.el.
6045 (vc-default-next-revision): Rename to vc-rcs-next-revision and
6046 move to vc-rcs.el.
6047 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
6048 (vc-rcs-update-changelog): Remove.
6049 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
6050 and move to vc-rcs.el.
6051
6052 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
6053 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
6054 renaming.
6055 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
6056 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
6057 vc.el, renamed to be RCS specific.
6058
6059 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
6060 New functions.
6061 (vc-cvs-update-changelog): Move here from vc.el.
6062
6063 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
6064 New functions.
6065
6066 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
6067
6068 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
6069
6070 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
6071
6072 * vc-git.el (vc-git-register): Use "git add" for directories.
6073 (vc-git-stash, vc-git-stash-show): New functions.
6074 (vc-git-extra-menu-map): Bind them.
6075
6076 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
6077 directory correctly in case the item is a directory itself.
6078
6079 * vc.el: Document the desired behavior for reverted files in the
6080 `added' state.
6081 (vc-default-prettify-state-info): Remove function, unused.
6082
6083 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
6084
6085 2009-08-26 Glenn Morris <rgm@gnu.org>
6086
6087 * bindings.el (standard-mode-line-format): Reposition dashes in
6088 which-func entry. (Bug#4217)
6089
6090 * files.el (enable-local-variables, enable-local-eval)
6091 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
6092 the defcustoms.
6093 (auto-mode-alist, ignored-local-variables)
6094 (save-some-buffers-action-alist): Move risky declarations to the
6095 definitions.
6096 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
6097 (font-lock-defaults, format-alist, imenu--index-alist)
6098 (imenu-generic-expression, input-method-alist, minor-mode-alist)
6099 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
6100 (mode-line-modified, mode-line-mule-info, mode-line-position)
6101 (mode-line-process, mode-line-remote, outline-level)
6102 (parse-time-rules, rmail-output-file-alist)
6103 (special-display-buffer-names, vc-mode):
6104 Move risky declarations to the relevant files.
6105 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
6106 (mode-line-modified, mode-line-process, mode-line-position)
6107 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
6108 * font-core.el (font-lock-defaults):
6109 * format.el (format-alist):
6110 * vc-hooks.el (vc-mode):
6111 * window.el (special-display-buffer-names):
6112 * international/mule-cmds.el (input-method-alist):
6113 Define riskiness here (dumped file) rather than in files.el.
6114 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
6115 * imenu.el (imenu-generic-expression, imenu--index-alist):
6116 * outline.el (outline-level):
6117 * time.el (display-time-string):
6118 * calendar/parse-time.el (parse-time-rules):
6119 * mail/rmailout.el (rmail-output-file-alist):
6120 Autoload riskiness here, rather than placing in files.el.
6121
6122 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
6123
6124 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
6125
6126 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
6127
6128 * simple.el (process-file-side-effects): New defvar.
6129
6130 * dired-aux.el (dired-show-file-type):
6131 * vc.el (vc-diff-internal):
6132 * vc-arch.el (vc-arch-diff):
6133 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
6134 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
6135 * vc-git.el (vc-git-registered, vc-git-working-revision)
6136 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
6137 (vc-git--empty-db-p):
6138 * vc-hooks.el (vc-user-login-name):
6139 * vc-svn.el (vc-svn-registered, vc-svn-state)
6140 (vc-svn-dir-extra-headers, vc-svn-find-revision):
6141 * progmodes/grep.el (grep-probe): Let-bind
6142 `process-file-side-effects' with nil.
6143
6144 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
6145
6146 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
6147 daemon. Replace ping by checking for running service for bluez
6148 and zeroconf. (Bug#4239)
6149
6150 2009-08-25 Kevin Ryde <user42@zip.com.au>
6151
6152 * net/dig.el (dig): Add autoload cookie.
6153
6154 2009-08-25 Glenn Morris <rgm@gnu.org>
6155
6156 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
6157 load-history for absolute file-names.
6158 (byte-compile-file-form-require): Warn about use of the cl package.
6159
6160 * format.el (format-alist): Doc fix.
6161
6162 * play/bubbles.el (top-level): Don't require cl at run-time.
6163
6164 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
6165 run-time cl).
6166
6167 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
6168
6169 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
6170 from cl package.
6171 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
6172
6173 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
6174
6175 * calc/calc-alg.el (math-trig-rewrite)
6176 (math-hyperbolic-trig-rewrite): New functions.
6177 (calc-simplify): Simplify trig functions when asked.
6178
6179 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
6180
6181 * diff-mode.el (diff-find-source-location): Avoid goto-line.
6182
6183 2009-08-24 Kenichi Handa <handa@m17n.org>
6184
6185 * language/ind-util.el (mapthread): Delete it.
6186 (combinatorial): New function.
6187 (indian--puthash-cv): Use combinatorial instead of mapthread.
6188
6189 2009-08-22 Kevin Ryde <user42@zip.com.au>
6190
6191 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
6192 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
6193 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
6194 Clarify docstring that the value is strings not symbols.
6195 (checkdoc-list-of-strings-p): New function.
6196
6197 2009-08-22 Glenn Morris <rgm@gnu.org>
6198
6199 * files.el (auto-mode-alist):
6200 * hippie-exp.el (he-concat-directory-file-name):
6201 * lpr.el (lpr-windows-system, printer-name):
6202 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
6203 * ps-print.el (ps-windows-system):
6204 * startup.el (command-line):
6205 * emulation/viper-ex.el (viper-glob-function):
6206 * international/mule-cmds.el (set-language-environment-coding-systems):
6207 * net/ange-ftp.el (ange-ftp-write-region):
6208 * obsolete/fast-lock.el (fast-lock-cache-name):
6209 Remove code for defunct system-types emx, macos, mswindows, next-mach,
6210 unisoft-unix, vax-vms, win32, w32.
6211
6212 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
6213 given name if the pattern is not more specific.
6214
6215 * calendar/lunar.el (lunar-phase-names): New option.
6216 (lunar-phase): Doc fix.
6217 (lunar-cycles-per-year): New constant.
6218 (lunar-index): New function.
6219 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
6220 (lunar-phase-name): Use lunar-phase-names.
6221 (calendar-lunar-phases): Use format.
6222 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
6223
6224 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
6225 Copy imenu-example--name-and-position function here for own use.
6226 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
6227
6228 * bs.el (bs--redisplay):
6229 * cus-edit.el (custom-redraw):
6230 * ibuffer.el (ibuffer-bury-buffer):
6231 * server.el (server-goto-line-column):
6232 * startup.el (command-line-1):
6233 * strokes.el (strokes-xpm-for-stroke):
6234 * term.el (term-display-buffer-line):
6235 * view.el (View-goto-line):
6236 * calc/calc.el (calc-do, calc-trail-buffer):
6237 * play/gamegrid.el (gamegrid-add-score-insecure):
6238 * progmodes/ada-mode.el (ada-compile-goto-error):
6239 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
6240 (ebrowse-select-1st-to-9nth):
6241 * progmodes/cperl-mode.el (cperl-time-fontification):
6242 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
6243 * progmodes/gud.el (gud-display-line):
6244 (idlwave-shell-display-line):
6245 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
6246 * progmodes/make-mode.el (makefile-browser-toggle):
6247 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
6248 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
6249 * textmodes/picture.el (picture-draw-rectangle):
6250 * textmodes/reftex-index.el (reftex-index-goto-letter):
6251 (reftex-select-jump-to-previous):
6252 * textmodes/reftex-sel.el (reftex-find-start-point)
6253 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
6254 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
6255 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
6256 * textmodes/tex-mode.el (tex-compilation-parse-errors):
6257 * textmodes/two-column.el (2C-associated-buffer):
6258 Use forward-line rather than goto-line.
6259
6260 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
6261 goto-line.
6262
6263 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
6264 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
6265 (quick-check-list-to-regexp): Declare.
6266
6267 * progmodes/make-mode.el (makefile-browser-insert-selection):
6268 Use goto-char rather than goto-line.
6269
6270 * progmodes/prolog.el (compilation-error-regexp-alist)
6271 (compilation-forget-errors): Declare.
6272
6273 2009-08-22 Juri Linkov <juri@jurta.org>
6274
6275 * progmodes/grep.el (lgrep, rgrep): At the beginning
6276 set `dir' to `default-directory' unless `dir' is a non-nil
6277 readable directory. (Bug#4052)
6278 (lgrep, rgrep): Change a weird way to report an error
6279 from using `read-string' to using `error'.
6280 Instead of using interactive arguments in the function body,
6281 add new argument `confirm'.
6282
6283 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
6284
6285 * textmodes/remember.el (remember-buffer):
6286 * progmodes/cperl-mode.el (cperl-vc-header-alist):
6287 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
6288 (icalendar-extract-ical-from-buffer):
6289 * net/newst-treeview.el (newsticker-groups-filename):
6290 * net/newst-backend.el (newsticker-cache-filename):
6291 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
6292 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
6293 (speedbar-add-ignored-path-regexp, speedbar-line-path)
6294 (speedbar-buffers-line-path, speedbar-path-line)
6295 (speedbar-buffers-line-path):
6296 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
6297 (epg-sign-keys):
6298 * epa.el (epa-display-verify-result):
6299 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
6300
6301 2009-08-21 Glenn Morris <rgm@gnu.org>
6302
6303 * progmodes/js.el (inferior-moz-process): Fix declaration.
6304
6305 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
6306
6307 * obsolete/rnewspost.el (news-mail-reply):
6308 Use goto-char rather than goto-line.
6309
6310 * term/ns-win.el (ns-open-file-select-line):
6311 Use line-beginning-position rather than goto-line.
6312
6313 * apropos.el (apropos-command):
6314 * ehelp.el (electric-helpify):
6315 * printing.el (pr-show-setup):
6316 * strokes.el (strokes-help):
6317 * tutorial.el (tutorial--describe-nonstandard-key)
6318 (tutorial--detailed-help):
6319 * woman.el (woman-mini-help, woman-display-extended-fonts):
6320 * calc/calc-help.el (calc-describe-key):
6321 * emulation/edt.el (edt-electric-helpify):
6322 * international/mule-diag.el (mule-diag):
6323 * play/yow.el (apropos-zippy):
6324 * progmodes/python.el (python-describe-symbol):
6325 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
6326 * textmodes/table.el (*table--cell-describe-mode)
6327 (*table--cell-describe-bindings):
6328 Use help-print-return-message rather than the now obsolete alias.
6329
6330 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
6331 (calendar-cursor-to-visible-date):
6332 * play/5x5.el (5x5-position-cursor):
6333 * play/decipher.el (decipher):
6334 * play/gomoku.el (gomoku-goto-xy):
6335 * play/landmark.el (lm-goto-xy):
6336 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
6337 (mpuz-paint-digit):
6338 Use forward-line, not goto-line.
6339
6340 * mail/rmail.el (rmail-obsolete): Delete custom group.
6341 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
6342 (rmail-remote-password, rmail-remote-password-required):
6343 Remove unneeded :set-after and :set properties.
6344
6345 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
6346
6347 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
6348
6349 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
6350
6351 * loadup.el: Remove leftover macos code.
6352
6353 * vc-git.el (vc-git-annotate-command): Run asynchronously.
6354 Explicitly pass the date format to git blame so that user local
6355 so that the output format can be parsed.
6356
6357 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
6358
6359 * net/dbus.el (top): Don't check for (getenv
6360 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
6361
6362 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
6363
6364 * log-edit.el (log-edit-strip-single-file-name): New var.
6365 (log-edit-insert-changelog): Use it. Bug#3571
6366
6367 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
6368
6369 * subr.el (read-passwd): Use read-key so keypad keys work as well.
6370 Bug#3287
6371
6372 * help.el (help-print-return-message): Rename from
6373 print-help-return-message.
6374
6375 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
6376 cvs-mode-map parent hack.
6377 (log-view-mode): Derive from special-mode.
6378
6379 * linum.el (linum-mode): window-size-change-functions is redundant.
6380 Adapt to new window-configuration-change-hook behavior.
6381 (linum-after-size, linum-after-config): Remove.
6382
6383 * imenu.el (imenu-example--name-and-position)
6384 (imenu-example--lisp-extract-index-name)
6385 (imenu-example--create-lisp-index, imenu-example--create-c-index):
6386 Mark as obsolete.
6387
6388 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
6389 (inferior-prolog-mode): Use it.
6390 (inferior-prolog-load-file): Reset list of errors.
6391
6392 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6393
6394 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
6395
6396 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
6397
6398 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
6399
6400 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
6401 is running already.
6402
6403 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
6404
6405 * subr.el (listify-key-sequence-1): Use normal syntax since those
6406 integers are nowadays always represented by the same (positive) number
6407 on all platforms.
6408 (read-key-empty-map): New const.
6409 (read-key-delay): New var.
6410 (read-key): New function.
6411 (force-mode-line-update): Use with-current-buffer.
6412 (locate-user-emacs-file): Don't forget to abbreviate the file name.
6413 (start-process-shell-command, start-file-process-shell-command):
6414 Discourage the use of command-args.
6415
6416 2009-08-19 Glenn Morris <rgm@gnu.org>
6417
6418 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
6419
6420 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
6421
6422 * simple.el (choose-completion-string): Don't rely on
6423 minibuffer-completing-file-name and ad-hoc checks to decide whether
6424 to continue completion or not.
6425
6426 * minibuffer.el (minibuffer-hide-completions): New function.
6427 (completion--do-completion): Use it.
6428 (completions-annotations): New face.
6429 (completion--insert-strings): Use it.
6430 (completion-pcm--delim-wild-regex): Add docstring.
6431 (completion-pcm--string->pattern): Add support for 0-width delimiters
6432 in completion-pcm--delim-wild-regex.
6433
6434 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
6435
6436 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
6437 Remove unused var `buffer-modified-p'.
6438
6439 * minibuffer.el (completion--do-completion): Move point for the #b001
6440 case as well (bug#4176).
6441 (minibuffer-complete, minibuffer-complete-word): Don't move point.
6442
6443 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
6444
6445 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
6446 and :session buses.
6447
6448 2009-08-18 Kenichi Handa <handa@m17n.org>
6449
6450 * international/ucs-normalize.el (ucs-normalize-version):
6451 Change to 1.1.
6452 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
6453 (utf-8-hfs): Make it perform normalization on encoding too.
6454
6455 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
6456 (sentence-end-without-space): Delete duplicated chars.
6457 (sentence-end-base): Likewise.
6458
6459 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
6460 (html-mode): Delete duplicated chars from sentence-end-base.
6461
6462 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
6463 (texinfo-mode): Delete duplicated chars from sentence-end-base.
6464
6465 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
6466
6467 * files.el (hack-one-local-variable): If the mode function is for
6468 a minor mode, pass it an argument (Bug#4148).
6469
6470 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
6471
6472 * net/tramp.el (tramp-register-completion-file-name-handler):
6473 Check also for (member 'partial-completion completion-styles).
6474
6475 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
6476
6477 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
6478 abbrev (Bug#3943).
6479
6480 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
6481
6482 * progmodes/cperl-mode.el: Merge upstream 6.2.
6483 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
6484 (cperl-forward-re): Check cperl-brace-recursing.
6485 (cperl-highlight-charclass): New function.
6486 (cperl-find-pods-heres): Use it.
6487 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
6488 (cperl-beautify-regexp-piece): Fix column calculation.
6489 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
6490 (cperl-beautify-level): Don't process entire regexp.
6491 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
6492 calling man.
6493 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
6494 (cperl-init-faces): Build a list in the normal way.
6495
6496 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
6497
6498 * calendar/parse-time.el (parse-time-string-chars): Save match
6499 data.
6500
6501 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
6502
6503 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
6504 (sql-product): Use it.
6505 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
6506 (sql-set-product): Add completion.
6507 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
6508 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
6509 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
6510 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
6511 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
6512 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
6513 (sql-highlight-db2-keywords): Remove.
6514 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
6515 (sql-highlight-product): Use derived-mode-p.
6516 (sql-set-sqli-buffer): Use with-current-buffer.
6517 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
6518 Simplify.
6519
6520 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
6521
6522 * term.el: Fix commenting convention, turn comments into docstrings.
6523
6524 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
6525
6526 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
6527
6528 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
6529
6530 * calendar/parse-time.el (parse-time-string-chars): Compute using
6531 character classes, to handle non-ascii characters (Bug#3190).
6532
6533 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
6534
6535 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
6536 another heredoc if the user adds another < (Bug#3226).
6537
6538 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6539 Don't initialize based on window-system (Bug#4124).
6540
6541 * facemenu.el (facemenu-read-color): Use a completion function
6542 that accepts any defined color, such as RGB triplets (Bug#3677).
6543
6544 * files.el (get-free-disk-space): Change fallback default
6545 directory to /. Expand DIR argument before switching to fallback.
6546 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
6547
6548 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
6549
6550 * files.el (load-library): Doc fix.
6551
6552 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
6553
6554 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
6555 (viper-if-string): Redefine C-s in the minibuffer to insert the last
6556 incremental search string.
6557
6558 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
6559 XEmacs.
6560
6561 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
6562 (ediff-merge-region-is-non-clash)
6563 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
6564 Also check if the job is really a merge job.
6565
6566 * ediff.el (ediff-current-file): New function.
6567
6568 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
6569
6570 * progmodes/js.el: Edit docstrings throughout to follow Emacs
6571 conventions.
6572 (js-insert-and-indent): Delete function.
6573 (js-mode-map): Don't bind keys to js-insert-and-indent.
6574 (js-beginning-of-defun): Rename from js--beginning-of-defun.
6575 (js-end-of-defun): Rename from js--end-of-defun.
6576 (js-auto-indent-flag): Delete variable.
6577
6578 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
6579
6580 * progmodes/js.el: Remove proclaim statement.
6581 Defvar which-func-imenu-joiner-function to silence compiler.
6582
6583 * files.el (auto-mode-alist): Use js-mode for .js files.
6584
6585 * progmodes/js2-mode.el: Remove file.
6586
6587 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
6588
6589 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
6590
6591 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
6592
6593 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
6594 Karl Landstrom <karl.landstrom@brgeight.se>
6595
6596 * progmodes/js.el: New file.
6597
6598 2009-08-14 Mark A. Hershberger <mah@everybody.org>
6599
6600 * timezone.el (timezone-parse-date): Add ability to understand ISO
6601 basic format (minimal separators) dates in addition to the
6602 already-supported extended format dates.
6603
6604 2009-08-14 Eli Zaretskii <eliz@gnu.org>
6605
6606 * international/ucs-normalize.el: Add a `coding' file variable.
6607
6608 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
6609
6610 2009-08-14 Sam Steingold <sds@gnu.org>
6611
6612 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
6613
6614 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
6615
6616 * faces.el (help-argument-name): Define it here instead of
6617 help-fns.el, because in daemon mode help-fns.el may be loaded when
6618 faces are still uninitialized (Bug#1078).
6619
6620 * help-fns.el (help-argument-name): Move defface to faces.el.
6621
6622 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
6623
6624 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
6625 create buffer with a pty but no process so that GDB can make the
6626 inferior the controlling process.
6627
6628 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
6629
6630 * international/ucs-normalize.el: New file.
6631
6632 2009-08-13 Richard Stallman <rms@gnu.org>
6633
6634 * mail/rmail.el (rmail-get-attr-names):
6635 Accept an attribute header that is too short.
6636
6637 * mail/rmail.el (rmail-forget-messages):
6638 Ignore nil elt in rmail-message-vector. Use dotimes.
6639
6640 * progmodes/compile.el (compilation-goto-locus):
6641 Use next-error-move-function.
6642
6643 * simple.el (next-error-move-function): New variable.
6644
6645 2009-08-12 Juri Linkov <juri@jurta.org>
6646
6647 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
6648 always non-nil. (Bug#4052)
6649
6650 * replace.el (read-regexp): Return empty string when
6651 `default-value' is nil.
6652 (keep-lines-read-args): Don't use empty string as the
6653 default value for `read-regexp'. (Bug#2495)
6654
6655 2009-08-12 Juri Linkov <juri@jurta.org>
6656
6657 * international/mule-cmds.el (ucs-insert): Change arguments
6658 from `arg' to `character', `count', `inherit' to be the same
6659 as in `insert-char'. Doc fix. (Bug#4039)
6660
6661 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
6662
6663 2009-08-12 Juri Linkov <juri@jurta.org>
6664
6665 * files-x.el: New file.
6666
6667 * files.el: Move code that deals with adding/deleting
6668 file/directory-local variables to files-x.el.
6669
6670 * Makefile.in (ELCFILES): Add files-x.elc.
6671
6672 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
6673
6674 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
6675 to use `goto-line'.
6676 (gdb-place-breakpoints, gdb-get-location): Rewritten without
6677 `goto-line'.
6678 (gdb-invalidate-disassembly): Do not refresh upon receiving
6679 'update signal. Instead, update all disassembly buffers only after
6680 threads list.
6681 (gdb): Send -target-detach when buffer is killed (Bug#3794).
6682 (gdb-starting): Moved -data-list-register-names...
6683 (gdb-stopped): ...here so it's sent when first thread stops.
6684 (gdb-registers-handler-custom): Do nothing if register names are
6685 unknown yet.
6686
6687 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
6688 from `gdb-mi.el' to avoid extra tangling.
6689
6690 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
6691 change which breaks `gud-def' definitions used in `gdb'.
6692 (gdb-update-gud-running): No extra fuss for updating frame number.
6693
6694 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6695
6696 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
6697 (describe-language-environment-map, setup-language-environment-map)
6698 (set-coding-system-map): Move initialization into declaration.
6699 (set-language-info-alist): Last arg to define-key-after can be skipped.
6700
6701 * international/quail.el (quail-completion-1): Simplify.
6702 (quail-define-rules): Use slightly more compact code.
6703 (quail-insert-decode-map): Propertize keys, compact columns.
6704
6705 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6706 Add goto-line.
6707
6708 2009-08-10 Miles Bader <miles@gnu.org>
6709
6710 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
6711 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
6712 (js2-instance-member, js2-private-member, js2-private-function-call)
6713 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
6714 (js2-magic-paren, js2-external-variable):
6715 Remove "-face" suffix from face names.
6716 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
6717 (js2-highlight-undeclared-vars, js2-peek-token)
6718 (js2-parse-function-params, js2-mode-show-errors)
6719 (js2-mode-show-warnings, js2-make-magic-delimiter)
6720 (js2-mode-highlight-magic-parens): Update to use new face names.
6721
6722 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
6723
6724 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
6725 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
6726
6727 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
6728
6729 * subr.el: Provide hashtable-print-readable.
6730
6731 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
6732 hs-c-like-adjust-block-beginning.
6733 (hs-hide-block-at-point): Stop hiding at the beginning of
6734 hs-block-end-regexp (Bug#700).
6735
6736 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
6737
6738 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
6739 a macro.
6740 (gdb-registers-handler-custom): Do not fail when register names
6741 are unavailable.
6742
6743 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
6744
6745 * progmodes/gdb-mi.el (gdb-control-all-threads)
6746 (gdb-control-current-thread): Interactive setters for
6747 `gdb-gud-control-all-threads' to use in menu.
6748 (gdb-show-run-p): Show «Go» when process is not active.
6749 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
6750 gud/thread.xpm and gud/all.xpm.
6751
6752 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
6753
6754 * net/net-utils.el (net-utils-font-lock-keywords): New var.
6755 (nslookup-font-lock-keywords): Make it a variable.
6756 (net-utils-mode): New mode for viewing diagnostic network output.
6757 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
6758 (net-utils-run-simple): New function.
6759 (ifconfig, iwconfig, netstat, arp, route): Use it.
6760
6761 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
6762
6763 * progmodes/gdb-mi.el (gdb-read-memory-custom)
6764 (gdb-memory-set-address, def-gdb-set-positive-number)
6765 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
6766 after changing settings.
6767 (gdb-invalidate-disassembly): Update when first shown.
6768 (gdb-edit-locals-value): Fixed.
6769 (gdb-registers-handler-custom): Print registers in right order and
6770 allow changing register values (only for current thread yet).
6771 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
6772 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
6773 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6774 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
6775 info in mode name.
6776 (gdb-registers-mode-map): TAB to switch to locals.
6777
6778 2009-08-08 Eli Zaretskii <eliz@gnu.org>
6779
6780 * mail/rmail.el (rmail-add-mbox-headers)
6781 (rmail-set-message-counters-counter): Search for
6782 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
6783
6784 2009-08-08 Glenn Morris <rgm@gnu.org>
6785
6786 * Makefile.in (ELCFILES): Update.
6787
6788 2009-08-07 Eli Zaretskii <eliz@gnu.org>
6789
6790 * mail/sendmail.el (mail-yank-original): Set
6791 buffer-file-coding-system from the one used by the message whose
6792 text is yanked.
6793
6794 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
6795 to "windows" when "pgnuplot" is used.
6796 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
6797 call accept-process-output if "pgnuplot" is used.
6798 (calc-graph-init): Don't send -display and -geometry to
6799 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
6800 running "pgnuplot -V" with shell-command-to-string.
6801
6802 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
6803 the default.
6804
6805 2009-08-07 Eli Zaretskii <eliz@gnu.org>
6806
6807 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
6808 org/org-latex.elc.
6809
6810 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
6811
6812 * vc-dispatcher.el (vc-resynch-window): Update comment.
6813
6814 * term.el (term-handle-ansi-escape): Add comments with the
6815 terminfo capabilities implemented.
6816
6817 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
6818
6819 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
6820 (gdb-var-create-handler): Rewritten using JSON parser.
6821 (gdb-propertize-header): Moved earlier.
6822 (gdb-set-header): Removed to avoid duplication.
6823 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
6824 Refresh disassembly buffers only after threads list have been
6825 update.
6826 (gdb-threads-header, gdb-registers-header): Per-buffer header line
6827 variables.
6828
6829 2009-08-04 Juri Linkov <juri@jurta.org>
6830
6831 * files.el: Commands to add/delete file/directory-local variables.
6832 (read-file-local-variable, read-file-local-variable-value)
6833 (read-file-local-variable-mode, modify-file-local-variable)
6834 (modify-file-local-variable-prop-line)
6835 (modify-dir-local-variable): New functions.
6836 (add-file-local-variable, delete-file-local-variable)
6837 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
6838 (add-dir-local-variable, delete-dir-local-variable)
6839 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
6840 (copy-dir-locals-to-file-locals-prop-line): New commands.
6841
6842 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
6843
6844 * abbrev.el (insert-abbrev-table-description): Prettify output.
6845 Suggested by Karl Chen.
6846
6847 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
6848
6849 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
6850 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
6851 (gdb-overlay-arrow-position, gdb-thread-position)
6852 (gdb-disassembly-position): Declare variables.
6853 (gdb-wait-for-pending): Function now.
6854 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
6855 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
6856 compilation goes smoothly.
6857 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
6858 (gdb-non-stop-setting): New customization setting which replaces
6859 `gdb-non-stop' so changing it doesn't break active GDB session.
6860 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
6861 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
6862 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
6863 (gdb-show-threads-by-default): New customization options.
6864 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
6865 routines.
6866 (gdb-get-buffer-create): Send buffers update signal when they are
6867 created.
6868 (gdb-invalidate-locals, gdb-invalidate-registers)
6869 (gdb-invalidate-breakpoints)
6870 (gdb-invalidate-threads, gdb-invalidate-disassembly)
6871 (gdb-invalidate-memory): Accept update signal.
6872 (gdb-current-context-command): Use --frame option.
6873 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
6874 Implement `gdb-frame-number' selection logic.
6875 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
6876 whether to show GUD toolbar buttons.
6877 (gdb-thread-exited): Unselect current thread when it exits.
6878 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
6879 (gdb-mark-line): Routine which sets overlay arrow or inverses
6880 video on fringeless displays.
6881 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
6882 to build aligned columns of data in GDB buffers and set text
6883 properties line-by-line.
6884 (gdb-invalidate-breakpoints)
6885 (gdb-breakpoints-list-handler-custom)
6886 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
6887 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
6888 (gdb-registers-handler-custom): Align data columns.
6889 (gdb-locals-handler-custom): Now prints data like in variable
6890 declarations.
6891 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
6892 Removed confusing buttons.
6893 (gdb-invalidate-threads): Append --frame.
6894 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
6895 between breakpoints/threads buffers.
6896 (gdb-set-window-buffer): Now can ignore dedicated windows.
6897 (gdb-propertize-header): Use `gdb-set-window-buffer'.
6898 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
6899 (def-gdb-thread-buffer-gud-command): Replaces
6900 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
6901 for fine thread control.
6902 (gdb-preempt-existing-or-display-buffer): New function used to
6903 display bound buffers without breaking window layout.
6904 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
6905 (gdb-select-frame): New version of `gdb-frames-select' which now
6906 sets `gdb-frame-number' so commands may use --frame option instead
6907 of inner debugger state.
6908 (gdb-frame-handler): Do not set `gdb-frame-number'.
6909 (gdb-threads-mode-map): Select threads with mouse.
6910
6911 * progmodes/gud.el (gdb-gud-context-call): Declare function to
6912 avoid compilation warning.
6913 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
6914 `gdb-show-stop-p`.
6915
6916 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
6917 Argument `key' renamed to `buffer-type'.
6918 (gdb-current-context-buffer-name): Do not add thread info to
6919 buffer name when no thread is selected.
6920 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
6921 command (bug 3794).
6922 (gdb-thread-selected): Handle `=thread-selected' notification.
6923 (gdb-wait-for-pending): New macro to deal with congestion problems.
6924 (gdb-breakpoints-list-handler-custom): Don't fail on pending
6925 breakpoints.
6926 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
6927 This fixes problem similar to one described in bug 3947.
6928 (gud-menu-map): More menu items.
6929 (gdb-init-1): Reset `gdb-thread-number' to nil.
6930
6931 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
6932 non-stop settings.
6933
6934 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
6935 (gdb-current-context-command): Do not append --thread if
6936 `gdb-thread-number' is nil.
6937 (gdb-running-threads-count, gdb-stopped-threads-count): New
6938 variables.
6939 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
6940 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
6941 customization options.
6942 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
6943 GUD commands.
6944 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
6945 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
6946 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
6947 set `gdb-thread-number' and update `gud-running' properly.
6948 (gdb-running): Update threads list when new threads appear.
6949 (gdb-stopped): Support non-stop operation and new thread switching
6950 logic.
6951 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
6952 (gdb-json-partial-output): New set of JSON routines.
6953 (def-gdb-auto-update-trigger): New `signal-list' optional
6954 argument.
6955 (gdb-thread-list-handler-custom): Update `gud-running',
6956 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
6957 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
6958 (gdb-continue-thread, gdb-step-thread): New commands for fine
6959 thread execution control.
6960 (gud-menu-map): New menu items to switch non-stop options.
6961 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
6962 (gdb-send): Mimic RET properly (bug 3794).
6963
6964 * progmodes/gdb-mi.el (gdb-rules-name-maker)
6965 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
6966 gdb-buffer-rules.
6967 (def-gdb-auto-update-handler): New nopreserve optional argument.
6968 (gdb-stack-list-frames-custom): Print stack from top to bottom.
6969
6970 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
6971 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
6972 (gdb-parent-mode): New mode to derive other GDB modes from.
6973 (gdb-display-disassembly-for-thread)
6974 (gdb-frame-disassembly-for-thread): New commands for threads
6975 buffer.
6976
6977 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
6978 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
6979 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
6980 (gdb-update): We now store all GDB buffers in a list so that they
6981 can be updated by traversing a list instead of calling invalidate
6982 triggers explicitly.
6983 (def-gdb-trigger-and-handler): New macro to define trigger-handler
6984 pair for GDB buffer.
6985 (gdb-stack-buffer-name): Add thread information.
6986 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
6987 handle pending triggers.
6988 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
6989 (def-gdb-thread-buffer-simple-command)
6990 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
6991 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
6992 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
6993 New commands which show buffers bound to thread.
6994 (gdb-stack-list-locals-regexp): Removed unused regexp.
6995
6996 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
6997 (gdb-locals-buffer-name, gdb-registers-buffer-name)
6998 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
6999 to (gud-comint-buffer) in *-buffer-name functions
7000 because (gdb-get-target-string) already does that.
7001 (gdb-locals-handler-custom, gdb-registers-handler-custom)
7002 (gdb-changed-registers-handler): Rewritten without regexps.
7003
7004 * progmodes/gdb-mi.el: Basic thread selection support.
7005 (gdb-thread-number): New variable.
7006 (gdb-current-context-command): New macro which adds --thread
7007 option to command.
7008 (gdb-threads-mode-map): Select thread with SPC.
7009 (gdb-thread-list-handler-custom): Mark current thread with overlay
7010 arrow. Synchronize GDB thread and Emacs thread.
7011 (gdb-select-thread): New command which selects current thread.
7012 (gdb-invalidate-frames, gdb-invalidate-locals)
7013 (gdb-invalidate-registers): Use --thread option.
7014
7015 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
7016
7017 * net/tramp.el (top): Make check for tramp-gvfs loading more
7018 robust. (Bug#3977)
7019 (tramp-handle-insert-file-contents): `unwind-protect' must be
7020 inside `with-parsed-tramp-file-name'.
7021
7022 * net/tramp-gvfs.el (top): Remove superfluous message when loading
7023 fails.
7024
7025 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
7026
7027 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
7028 directory if CLASSPATH is not set.
7029
7030 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
7031
7032 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
7033 New defconst.
7034 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
7035
7036 2009-08-02 Kevin Ryde <user42@zip.com.au>
7037
7038 * net/newst-backend.el (newsticker--raw-url-list-defaults):
7039 Update freshmeat link. Delete newsforge.com as it seems gone.
7040
7041 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
7042
7043 * select.el (x-set-selection): Doc fix (Bug#4021).
7044
7045 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
7046
7047 * help-fns.el (describe-variable): Treat list return values from
7048 dir-locals-find-file properly (Bug#4005).
7049
7050 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
7051
7052 * net/tramp.el (tramp-debug-message): Print also microseconds.
7053
7054 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
7055
7056 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
7057 or END is non-nil.
7058 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
7059 (tramp-get-debug-buffer): Change `outline-regexp' according to new
7060 format.
7061
7062 * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
7063 (tramp-get-file-property): Use it.
7064
7065 * autorevert.el (auto-revert-handler): Allow
7066 `auto-revert-tail-mode' for remote files.
7067
7068 2009-08-02 Jason Rumney <jasonr@gnu.org>
7069
7070 * minibuffer.el (read-file-name): Treat confirm options to
7071 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
7072
7073 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
7074
7075 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
7076 (font-lock-variable-name-face, font-lock-constant-face): Darken
7077 the colors for light backgrounds.
7078
7079 2009-08-01 Eli Zaretskii <eliz@gnu.org>
7080
7081 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
7082 month names. (Bug#3987)
7083
7084 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
7085
7086 * simple.el (line-move-finish): Pass whole number to
7087 line-move-to-column.
7088 (line-move-visual): Perform hscroll to the recorded position.
7089
7090 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
7091
7092 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
7093
7094 2009-07-29 Alan Mackenzie <acm@muc.de>
7095
7096 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
7097
7098 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
7099
7100 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
7101 (gdb-place-breakpoints): Use full path when setting breakpoints.
7102
7103 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
7104
7105 * calc/calc.el (calc-mode-map): Add keybinding for
7106 `calc-transpose-lines'.
7107
7108 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
7109
7110 * calc/calc-misc.el (calc-transpose-lines): New function.
7111
7112 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
7113
7114 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
7115 Simplify check for out-of-band methods.
7116 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
7117 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
7118
7119 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
7120
7121 * vc-git.el (vc-git-checkin): Fix typo.
7122
7123 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
7124
7125 * progmodes/js2-mode.el: New file.
7126
7127 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
7128
7129 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
7130 (gud-menu-map): Adjust tooltip accordingly.
7131
7132 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7133
7134 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
7135 (vc-bzr-log-view-mode): Adjust log-view-file-re.
7136
7137 * add-log.el (change-log-mode-map): Add a menu.
7138
7139 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
7140
7141 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
7142 function returns nil.
7143 (dbus-handle-event): Handle special return value :ignore.
7144 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
7145
7146 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
7147
7148 * view.el (view-mode-enable): Don't define Helper-return-blurb if
7149 it's not needed.
7150
7151 2009-07-25 Eli Zaretskii <eliz@gnu.org>
7152
7153 Fix Bug#3888:
7154
7155 * w32-vars.el (x-select-enable-clipboard): Doc fix.
7156
7157 * term/pc-win.el (x-display-name, x-colors)
7158 (x-select-enable-clipboard, x-select-text): Doc fix.
7159
7160 * term/common-win.el (x-display-name, x-colors): Doc fix.
7161
7162 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
7163 (xw-defined-colors): Doc fix.
7164
7165 * w32-fns.el (x-select-text, x-setup-function-keys)
7166 (x-get-selection, x-set-selection): Doc fix.
7167
7168 * term/x-win.el (x-select-text, x-setup-function-keys)
7169 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
7170
7171 * select.el (x-set-selection): Doc fix.
7172
7173 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
7174
7175 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
7176 instead of "IsNSSSupportAvailable". Avahi ought to work also when
7177 "IsNSSSupportAvailable" method is not available. Reported by
7178 Steve Youngs <steve@sxemacs.org>.
7179
7180 2009-07-24 Kenichi Handa <handa@m17n.org>
7181
7182 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7183 and ?H. Fix setting of case for Latin Extended and Greek Extended.
7184 (build-unicode-category-table): Fix range checks.
7185
7186 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7187
7188 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
7189 the buffer we try to sync is current when calling
7190 vc-resynch-buffer.
7191
7192 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
7193 not show up to date files.
7194
7195 2009-07-24 Glenn Morris <rgm@gnu.org>
7196
7197 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
7198 Add autoload cookies. If necessary, initialize.
7199 (elint-log): Handle non-file buffers.
7200 (elint-initialize): Add optional argument to reinitialize.
7201 (elint-find-builtin-variables): Save excursion.
7202
7203 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
7204
7205 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
7206 for Lint.
7207
7208 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7209
7210 * vc.el (vc-print-log-internal): New function, split out from ...
7211 (vc-print-log): ... here.
7212 (vc-dir-move-to-goal-column): Declare.
7213
7214 * vc-git.el (vc-git-add-signoff): New variable.
7215 (vc-git-checkin): Use it.
7216 (vc-git-toggle-signoff): New function.
7217 (vc-git-extra-menu-map): Bind it to menu.
7218 (vc-git--run-command-string): Accept a nil FILE argument.
7219 (vc-git-stash-list): New function.
7220 (vc-git-dir-extra-headers): Use it.
7221
7222 2009-07-23 Glenn Morris <rgm@gnu.org>
7223
7224 * help-fns.el (describe-variable): Describe ignored and risky local
7225 variables in a similar way to that in which we describe safe ones.
7226
7227 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
7228 (byte-compile-output-file-form, byte-compile-output-docform)
7229 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
7230 Give some more local variables with common names a "bytecomp-" prefix,
7231 so as not to shadow things during compilation.
7232 * emacs-lisp/cl-macs.el (load-time-value)
7233 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
7234 `outbuffer' to `bytecomp-outbuffer'.
7235
7236 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
7237 since the next two variables cover them automatically now.
7238 (elint-builtin-variables, elint-autoloaded-variables): New.
7239 (elint-unknown-builtin-args): Remove all members, since they can be
7240 parsed automatically now.
7241 (elint-extra-errors): New.
7242 (elint-env-add-env, elint-env-add-macro): Use cadr.
7243 (elint-current-buffer): Use or. Change final message.
7244 (elint-get-top-forms): Use line-end-position.
7245 (elint-init-env): Use cadr. Handle autoload, declare-function,
7246 and defalias.
7247 (elint-add-required-env): Doc fix. Use or. Standardize error.
7248 (regexp-assoc): Remove unused function.
7249 (elint-top-form): Set elint-current-pos, to record the start of the
7250 top-level form, for compilation-mode.
7251 (elint-form): Trap errors in macro expansion. Use dolist.
7252 (elint-unbound-variable): Use elint-builtin-variables and
7253 elint-autoloaded-variables.
7254 (elint-get-args): Use cadr, or.
7255 (elint-check-cond-form): Use dolist, cadr.
7256 (elint-check-condition-case-form): Doc fix. Use cadr.
7257 Use elint-extra-errors.
7258 (elint-log): New function.
7259 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
7260 Distinguish errors and warnings.
7261 (elint-log-message): Use with-current-buffer. Inhibit read-only.
7262 Use a bytecomp-style format.
7263 (elint-clear-log): Preserve default-directory. Inhibit read-only.
7264 (elint-get-log-buffer): Use compilation mode. Disable undo.
7265 Don't truncate lines.
7266 (elint-initialize): Set builtin and autoloaded variable lists.
7267 Only process elint-unknown-builtin-args if non-nil.
7268 (elint-find-builtin-variables, elint-find-autoloaded-variables):
7269 New functions.
7270 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
7271
7272 2009-07-22 Kevin Ryde <user42@zip.com.au>
7273
7274 * net/newst-backend.el (newsticker--parse-atom-1.0)
7275 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
7276 (newsticker--parse-rss-1.0):
7277 * progmodes/idlwave.el (idlwave-mode):
7278 * progmodes/idlw-shell.el (idlwave-shell-mode):
7279 * progmodes/vera-mode.el (vera-mode):
7280 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
7281 * progmodes/vhdl-mode.el (vhdl-mode):
7282 * textmodes/table.el (table-generate-source)
7283 (table--warn-incompatibility):
7284 Hyperlink urls in docstrings with URL `...'.
7285
7286 2009-07-22 Glenn Morris <rgm@gnu.org>
7287
7288 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
7289 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
7290 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
7291 Remove leading * from defcustom docs.
7292
7293 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
7294
7295 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
7296 defcustom doc.
7297 (list-load-path-shadows): Optionally, just return shadows as a string.
7298
7299 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
7300
7301 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
7302
7303 * mail/rmailedit.el (rmail-edit-mode): Use
7304 auto-save-include-big-deletions.
7305
7306 * mail/rmail.el (rmail-variables): Use
7307 auto-save-include-big-deletions.
7308
7309 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
7310 changes.
7311
7312 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
7313
7314 * calc/calc.el (calc-undo-length): New variable.
7315 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
7316
7317 2009-07-21 Richard Stallman <rms@gnu.org>
7318
7319 * files.el (auto-save-mode): Handle buffer-save-size = -2
7320 for toggling mode.
7321
7322 2009-07-21 Glenn Morris <rgm@gnu.org>
7323
7324 * textmodes/ispell.el (ispell-looking-back): Update declaration.
7325
7326 * calendar/todo-mode.el (calendar-current-date): Update declaration.
7327
7328 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
7329 silence compiler. Instead...
7330 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
7331 (ps-print-ensure-fontified): Update for above function name changes.
7332
7333 * printing.el (pr-mh-get-msg-num, pr-mh-show)
7334 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
7335 silence compiler. Instead...
7336 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
7337 (mh-show-buffer): Only define for compiler.
7338 (pr-mh-current-message): Update for above function name changes.
7339
7340 * files.el (abort-if-file-too-large): Explicitly pass `filename'
7341 as an argument.
7342 (find-file-noselect, insert-file-1): Update for above change.
7343
7344 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
7345
7346 * mail/mailclient.el (mailclient-send-it): Fix message.
7347
7348 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
7349 (edebug-eval): Check cl-debug-env is bound.
7350 (print-level, print-circle): Don't redefine built-in variables.
7351
7352 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
7353 (custom-print-vectors): Remove old comments from doc.
7354
7355 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
7356 (emerge-version): Make the variable an obsolete alias for the
7357 emacs-version variable. Make the function obsolete.
7358 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
7359 Emerge options, rather than merging in into the main Options menu.
7360 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
7361 and auto advance modes. Disable edit/fast items when not relevant.
7362
7363 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7364
7365 * term/vt420.el (terminal-init-vt420): Fix typo.
7366
7367 2009-07-20 Sam Steingold <sds@gnu.org>
7368
7369 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
7370 variable (removed from compile.el on 2004-03-11).
7371
7372 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
7373
7374 * files.el (hack-local-variables-filter): Fix last change.
7375
7376 2009-07-19 Juri Linkov <juri@jurta.org>
7377
7378 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
7379 (dir-local-variables-alist): New buffer-local variable.
7380 (hack-local-variables-filter): If variable is not dir-local,
7381 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
7382 because file-local overrides dir-local.
7383 (c-postprocess-file-styles)<declare-function>:
7384 Remove obsolete declaration.
7385 (hack-dir-local-variables): Add dir-local variable/value pair to
7386 `dir-local-variables-alist' and remove duplicates. Doc fix.
7387
7388 * help-fns.el (describe-variable): Add information about
7389 file-local and dir-local variables.
7390
7391 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
7392
7393 * files.el (hack-local-variables-filter): Rewrite.
7394
7395 2009-07-19 Glenn Morris <rgm@gnu.org>
7396
7397 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
7398 Silence compiler by only defining on XEmacs.
7399
7400 * international/mule.el (auto-coding-regexp-alist): Only match
7401 BABYL... at the start of buffer, not of lines. (Bug#3790)
7402
7403 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
7404 non-calendar buffers (Bug#3862). Restore "not on a date" message.
7405 (cal-menu-context-mouse-menu): Doc fix.
7406
7407 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
7408
7409 * simple.el (mail-user-agent): Doc fix. Set :version tag.
7410
7411 2009-07-18 Juri Linkov <juri@jurta.org>
7412
7413 * info.el: Virtual Info keyword finder.
7414 (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
7415 (Info-finder-file): New variable.
7416 (Info-finder-find-file): New function.
7417 (finder-known-keywords, finder-package-info)
7418 (find-library-name, lm-commentary): Use defvar and
7419 declare-function to silence compiler warnings.
7420 (Info-finder-find-node): New function.
7421 (info-finder): New command.
7422
7423 * subr.el (process-kill-buffer-query-function): New function.
7424 (add-hook)<kill-buffer-query-functions>: Add hook
7425 `process-kill-buffer-query-function'.
7426
7427 2009-07-18 Alan Mackenzie <acm@muc.de>
7428
7429 * progmodes/cc-mode.el (c-before-hack-hook)
7430 (c-postprocess-file-styles): Give invocation of `c-set-style'
7431 DONT-OVERRIDE parameter of t. Already set style variables will
7432 thus not be overridden by style settings given by `c-file-syle'.
7433
7434 * files.el (hack-local-variables-filter): Remove entries with
7435 duplicate keys from `file-local-variables-alist'.
7436
7437 2009-07-18 Eli Zaretskii <eliz@gnu.org>
7438
7439 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
7440 x-set-selection if display-selections-p returns nil for the
7441 current frame.
7442
7443 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
7444
7445 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
7446
7447 2009-07-18 Eli Zaretskii <eliz@gnu.org>
7448
7449 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
7450 Accept nil in addition to a regexp.
7451 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
7452 Accept nil in addition to a regexp.
7453 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
7454 buffers that have an associated file. Handle nil values of
7455 desktop-buffers-not-to-save and desktop-files-not-to-save.
7456 (Bug#3833)
7457
7458 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
7459 (x-disown-selection-internal): New functions.
7460
7461 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
7462
7463 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
7464 warning.
7465 (gdb-breakpoints-header): Move forward to avoid compiler warning.
7466 (gdb-make-header-line-mouse-map): Remove duplicate definition.
7467
7468 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
7469
7470 * simple.el (set-mark): Revert last change.
7471
7472 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
7473
7474 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
7475 rendering of pngs is not possible instead of messaging a long
7476 description.
7477
7478 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
7479
7480 * w32-fns.el (x-selection-owner-p): New function.
7481
7482 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
7483 (mouse-yank-at-click, mouse-yank-primary): If
7484 select-active-regions is non-nil, deactivate the mark before
7485 insertion.
7486
7487 * simple.el (deactivate-mark, set-mark): Only save selection if we
7488 own it.
7489
7490 2009-07-17 Kenichi Handa <handa@m17n.org>
7491
7492 * case-table.el (describe-buffer-case-table): Fix for the case
7493 that KEY is a cons.
7494
7495 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
7496
7497 * vc-rcs.el (vc-rcs-find-file-hook):
7498 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
7499
7500 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
7501
7502 * net/tramp.el (tramp-wait-for-output): Handle the case when
7503 commands do not return a newline but a null byte before the shell
7504 prompt. (Bug#3858)
7505
7506 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7507
7508 * term/ns-win.el (ns-set-alpha): Don't declare.
7509 (ns-set-background-alpha): Remove function.
7510
7511 2009-07-16 Kevin Ryde <user42@zip.com.au>
7512
7513 * emacs-lisp/copyright.el (copyright-update): Save match-data across
7514 y-or-n-p, for safety.
7515
7516 2009-07-16 Richard Stallman <rms@gnu.org>
7517
7518 * files.el (auto-save-mode): If buffer-saved-size is -2,
7519 don't clobber it.
7520
7521 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
7522 (rmail-retry-ignored-headers): Add more uninteresting fields.
7523
7524 2009-07-15 Jari Aalto <jari.aalto@cante.net>
7525
7526 * net/rcirc.el (rcirc): Use history variables.
7527 (rcirc-server-name-history, rcirc-nick-name-history)
7528 (rcirc-server-port-history): New variables.
7529
7530 2009-07-15 Kenichi Handa <handa@m17n.org>
7531
7532 * international/mule-cmds.el (set-language-environment-charset):
7533 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
7534 ignore them.
7535
7536 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
7537 Delete unibyte-display.
7538
7539 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
7540
7541 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
7542
7543 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
7544
7545 * simple.el (deactivate-mark): Optional argument FORCE.
7546 (set-mark): Use deactivate-mark.
7547
7548 * info.el (Info-search): No need to check transient-mark-mode
7549 before calling deactivate-mark.
7550
7551 * select.el (x-set-selection): Doc fix.
7552 (x-valid-simple-selection-p): Allow buffer values.
7553 (xselect--selection-bounds): Handle buffer values. Suggested by
7554 David De La Harpe Golden.
7555
7556 * mouse.el (mouse-set-region, mouse-drag-track): Call
7557 copy-region-as-kill before setting the mark, to let
7558 select-active-regions work.
7559
7560 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
7561
7562 * simple.el (deactivate-mark): If select-active-regions is
7563 non-nil, copy the selection data into a string.
7564 (activate-mark): If select-active-regions is non-nil, set the
7565 selection to the current buffer.
7566 (set-mark): Update selection if select-active-regions is non-nil.
7567
7568 * select.el (x-valid-simple-selection-p): Allow buffer values.
7569
7570 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
7571
7572 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
7573 and more featureful message-mode.
7574
7575 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
7576
7577 * select.el (x-set-selection): Doc fix.
7578 (x-valid-simple-selection-p): Disallow selection data consisting
7579 of a list or cons of integers, since that is not used.
7580 (xselect--selection-bounds, xselect--int-to-cons): New functions.
7581 (xselect-convert-to-string, xselect-convert-to-length)
7582 (xselect-convert-to-filename, xselect-convert-to-charpos)
7583 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
7584
7585 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
7586
7587 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
7588 output in -break-info command (Emacs bug #3794).
7589
7590 2009-07-14 Glenn Morris <rgm@gnu.org>
7591
7592 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
7593 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
7594 (edebug-print-length, edebug-print-level, edebug-print-circle)
7595 (edebug-sit-for-seconds, edebug-view-outside)
7596 (edebug-bounce-point, edebug-set-global-break-condition)
7597 (edebug-Go-nonstop-mode, edebug-trace-mode)
7598 (edebug-Trace-fast-mode, edebug-continue-mode)
7599 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
7600 (edebug-visit-eval-list): Doc fixes.
7601
7602 * subr.el (def-edebug-spec): Doc fix.
7603
7604 2009-07-14 Kenichi Handa <handa@m17n.org>
7605
7606 * international/characters.el: Fix setting of category ?C.
7607
7608 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
7609
7610 * term/ns-win.el (x-select-font): defalias x-select-font to
7611 ns-popup-font-panel instead of generate-fontset-menu.
7612
7613 2009-07-12 Eli Zaretskii <eliz@gnu.org>
7614
7615 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
7616
7617 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
7618
7619 * arc-mode.el (archive-find-type): Allow for a PK00 string before
7620 the PK\003\004 header (Bug#3770).
7621
7622 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
7623
7624 * pcomplete.el (pcomplete-comint-setup): Check for
7625 shell-dynamic-complete-filename too.
7626
7627 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
7628
7629 * simple.el (temporary-goal-column): Change the value for
7630 line-move-visual to a cons cell.
7631 (line-move-visual): Record or set the window hscroll, if
7632 necessary (Bug#3494).
7633 (line-move-1): Handle cons value of temporary-goal-column.
7634
7635 2009-07-11 Kenichi Handa <handa@m17n.org>
7636
7637 * international/mule-diag.el (describe-character-set): Don't show
7638 width.
7639
7640 2009-07-10 Sam Steingold <sds@gnu.org>
7641
7642 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7643 Omake sometimes indents the errors it prints, so allow all
7644 regexps to start with spaces.
7645
7646 2009-07-10 Eli Zaretskii <eliz@gnu.org>
7647
7648 * cus-edit.el (customize-changed-options-previous-release):
7649 Bump value to 22.1. (Bug#3804)
7650
7651 2009-07-08 Sam Steingold <sds@gnu.org>
7652
7653 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
7654 to be a cons cell (test . ignored-directory) to selectively ignore
7655 some directories depending on the location of the search.
7656
7657 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
7658
7659 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
7660 remote user is root, on the local host.
7661 (tramp-local-host-p): Either the local user or the remote user
7662 must be root. (Bug#3771)
7663
7664 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
7665
7666 * progmodes/gdb-mi.el (gdb): Remove description of
7667 gdb-use-separate-io-buffer.
7668 (menu): Don't allow toggling of or enable
7669 gdb-use-separate-io-buffer from menubar.
7670
7671 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
7672
7673 * mail/unrmail.el (unrmail): Make sure the message ends with two
7674 newlines (Bug#3769).
7675
7676 2009-07-08 Glenn Morris <rgm@gnu.org>
7677
7678 * calendar/calendar.el (calendar-current-date): Rework previous change.
7679
7680 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
7681
7682 * calendar/calendar.el (calendar-current-date):
7683 Add an optional argument giving an offset from today.
7684
7685 2009-07-08 Glenn Morris <rgm@gnu.org>
7686
7687 * tutorial.el (tutorial--describe-nonstandard-key):
7688 Adjust the message for when a key has been unbound.
7689 (help-with-tutorial): Hide the arch-tag.
7690
7691 2009-07-08 Kenichi Handa <handa@m17n.org>
7692
7693 * international/fontset.el (setup-default-fontset): For each
7694 script, append (not set) font-specs.
7695
7696 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
7697 docstring.
7698
7699 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
7700
7701 * progmodes/gdb-mi.el (gdb-init-1): Move sending
7702 -data-list-register-names to ...
7703 (gdb-starting): ... here because GDB 7.0 requires execution to
7704 have started when using this MI command.
7705 (gdb-set-header): New function to distinguish select and
7706 unselected tabs in gdb buffers.
7707 (gdb-propertize-header): New macro that uses gdb-set-header.
7708 (gdb-breakpoints-header, gdb-locals-header): Use it.
7709 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
7710
7711 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
7712
7713 * Makefile.in (ELCFILES): Remove fadr.elc.
7714
7715 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
7716
7717 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
7718 may contain frame information, so `string-match' should be used.
7719 (gdb-update): Disassembly is invalidated through
7720 `gdb-get-selected-frame'.
7721 (gdb-pad-string): New function to pad string with spaces.
7722 (gdb-invalidate-disassembly): Invalidate only if the buffer
7723 exists.
7724 (gdb-disassembly-handler-custom): Column alignment.
7725 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
7726 placing new ones.
7727 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
7728 end of line, too.
7729 (gdb-frame-handler): Match convention to for disassembly buffer
7730 mode name.
7731 (gdb-stack-list-frames-handler): Rewritten without regexps.
7732 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
7733 not highlight breakpoints without line information.
7734 (gdb-input): Add trailing newline to command.
7735
7736 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
7737 buffer properly.
7738 (gdb-breakpoints-list-handler-custom): Replacement for
7739 `gdb-break-list-handler'. Using real parser instead of regexps
7740 now.
7741 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
7742 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
7743 to place breakpoints.
7744 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
7745 functions.
7746 (gdb-disassembly-handler-custom): Show overlay arrow.
7747 (gdb-disassembly-place-breakpoints): Show breakpoints in
7748 disassembly buffer.
7749 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
7750 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7751 instead of parsing breakpoints buffer. Fixed old menu references
7752 in `gud-menu-map'.
7753
7754 * fadr.el: Remove.
7755
7756 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
7757 (gdb-memory-address): New variable which holds top address of
7758 memory page shown in memory buffer.
7759 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
7760 customization variables.
7761 New functions:
7762 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
7763 display the memory buffer.
7764 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
7765 buffer display parameters.
7766 (def-gdb-memory-format, gdb-memory-format-binary)
7767 (gdb-memory-format-octal, gdb-memory-format-unsigned)
7768 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
7769 Functions for setting memory buffer format.
7770 (gdb-memory-unit-word, gdb-memory-unit-halfword)
7771 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
7772 unit size used in memory buffer.
7773 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
7774 to next/previous page of memory buffer.
7775 Now using (bindat-get-field) instead of fadr functions.
7776
7777 2009-07-07 Sam Steingold <sds@gnu.org>
7778
7779 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
7780 non-top-level files.
7781
7782 2009-07-07 Kenichi Handa <handa@m17n.org>
7783
7784 * international/mule-cmds.el (reset-language-environment): Put
7785 the highset priority to the charset iso-8859-1.
7786
7787 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
7788
7789 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
7790 to the end of the line when locating the block (Bug#700).
7791
7792 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
7793
7794 * net/tramp.el (tramp-handle-write-region): Flush file properties
7795 in case of short track.
7796
7797 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
7798
7799 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
7800 representation of verilog error regular expressions to work with
7801 Emacs-22's new format.
7802 (verilog-error-regexp-xemacs-alist): Coded custom representation
7803 of verilog error regular expressions to work with XEmacs format.
7804 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
7805 error recognition into XEmacs.
7806 (verilog-error-regexp-add-emacs): Hook routine to install verilog
7807 error recognition into Emacs-22.
7808
7809 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
7810
7811 * woman.el: Remove stand-alone closing parentheses.
7812 (woman-file-name, woman2-format-paragraphs)
7813 (woman-leave-blank-lines): Code cleanup.
7814 (woman-use-own-frame): Change default to nil.
7815 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
7816 defaults to inherit from default faces.
7817 (woman2-process-escapes): Consume the newline after a stand-alone
7818 filler character (Bug#3651).
7819
7820 2009-07-06 Glenn Morris <rgm@gnu.org>
7821
7822 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
7823 (top-level): Move provide to the end.
7824 (ffap): Remove defunct URL from custom group.
7825
7826 * subr.el (eval-after-load): Doc fix.
7827
7828 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
7829
7830 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
7831 `calc-embedded-word' is called twice.
7832
7833 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7834
7835 * files.el (find-alternate-file-other-window, find-alternate-file):
7836 Obey confirm-nonexistent-file-or-buffer.
7837
7838 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
7839
7840 * dired-aux.el (dired-show-file-type): Handle remote files.
7841
7842 2009-07-05 Jari Aalto <jari.aalto@cante.net>
7843
7844 * desktop.el (desktop-globals-to-save):
7845 Add file-name-history (Bug#2750).
7846
7847 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
7848
7849 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
7850
7851 2009-07-04 Johan Bockgård <bojohan@gnu.org>
7852
7853 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
7854 property on entire argument since this is what eshell-lisp-command
7855 expects.
7856
7857 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
7858
7859 * net/tramp-gvfs.el (tramp-gvfs-methods)
7860 (tramp-gvfs-zeroconf-domain)
7861 (tramp-bluez-discover-devices-timeout): Add version flag.
7862 (tramp-gvfs-handler-mounted-unmounted)
7863 (tramp-gvfs-connection-mounted-p): Polish handling of
7864 incompatibilities between GVFS 0.2 and 1.0.
7865
7866 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
7867
7868 * cus-start.el (all): Add make-pointer-invisible.
7869
7870 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
7871
7872 * calc-math.el (math-use-emacs-fn): Make sure that the number is
7873 formatted correctly.
7874
7875 2009-07-02 Juri Linkov <juri@jurta.org>
7876
7877 * info.el: Virtual Info files and nodes.
7878 (Info-virtual-files, Info-virtual-nodes): New variables.
7879 (Info-current-node-virtual): New variable.
7880 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
7881 New functions.
7882 (Info-file-supports-index-cookies): Use Info-virtual-file-p
7883 to check for a virtual file instead of checking a fixed list
7884 of node names.
7885 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
7886 instead of ad-hoc processing of "dir" and (apropos history toc).
7887 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
7888 instead of ad-hoc processing of "dir" and (apropos history toc).
7889 Reread a file when moving from a virtual node.
7890 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
7891 (Info-directory-toc-nodes, Info-directory-find-file)
7892 (Info-directory-find-node): New functions.
7893 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
7894 (Info-history): Move part of code to
7895 `Info-history-find-node'.
7896 (Info-history-toc-nodes, Info-history-find-file)
7897 (Info-history-find-node): New functions.
7898 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
7899 (Info-toc): Move part of code to `Info-toc-find-node'.
7900 (Info-toc-find-node): New function.
7901 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
7902 the current Info file name to references because now the node
7903 "*TOC*" belongs to the same Info manual.
7904 (Info-toc-build): Rename from `Info-build-toc'.
7905 (Info-toc-nodes): Rename input argument `file' to `filename'.
7906 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
7907 instead of ad-hoc processing of ("dir" apropos history toc).
7908 (Info-index-nodes): Use Info-virtual-file-p
7909 to check for a virtual file instead of checking a fixed list
7910 of node names.
7911 (Info-index-node): Add check for `Info-current-node-virtual'.
7912 Raise `save-match-data' higher up the tree to contain
7913 `search-forward' too (bug fix).
7914 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
7915 (Info-virtual-index-nodes): New variable.
7916 (Info-virtual-index-find-node, Info-virtual-index): New functions.
7917 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
7918 (Info-apropos-file, Info-apropos-nodes): New variables.
7919 (Info-apropos-toc-nodes, Info-apropos-find-file)
7920 (Info-apropos-find-node, Info-apropos-matches): New functions.
7921 (info-apropos): Move part of code to `Info-apropos-find-node' and
7922 `Info-apropos-matches'.
7923 (Info-mode-map): Bind "I" to `Info-virtual-index'.
7924 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
7925 for a virtual file instead of checking a fixed list of node names.
7926
7927 * simple.el (async-shell-command): New command.
7928
7929 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
7930
7931 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
7932 instead of `mount-info'.
7933
7934 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
7935
7936 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
7937 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
7938
7939 2009-07-02 Kenichi Handa <handa@m17n.org>
7940
7941 * international/mule.el (set-keyboard-coding-system): Force *-unix
7942 coding-system to avoid eol conversion.
7943
7944 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
7945
7946 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7947 Add handler for `process-file', `shell-command' and
7948 `start-file-process'.
7949 (tramp-gvfs-handle-shell-command)
7950 (tramp-gvfs-handle-start-file-process)
7951 (tramp-gvfs-handle-process-file): New defuns.
7952 (tramp-synce-list-devices): Simplify check for existence of property.
7953
7954 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
7955
7956 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
7957
7958 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
7959
7960 * language/korean.el (set-language-info-alist): Add korean-cp949,
7961 cp949 to spec.
7962
7963 2009-07-01 Kenichi Handa <handa@m17n.org>
7964
7965 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
7966
7967 * international/encoded-kb.el: Deleted.
7968
7969 * international/mule.el (set-keyboard-coding-system): Perform the
7970 necessary setup here instead of calling encoded-kbd-setup-display.
7971
7972 2009-07-01 Glenn Morris <rgm@gnu.org>
7973
7974 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
7975
7976 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
7977
7978 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
7979
7980 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
7981
7982 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
7983 Handle also the 'rename case, when setting file modes. (Bug#3712)
7984 (tramp-default-file-modes) Remove execute permissions.
7985
7986 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
7987 (top): Add a default for "synce" in `tramp-default-user-alist'.
7988 Add completion function for "synce" method.
7989 (tramp-hal-service, tramp-hal-path-manager)
7990 (tramp-hal-interface-manager, tramp-hal-interface-device):
7991 New defconst.
7992 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
7993 (tramp-synce-list-devices, tramp-synce-parse-device-names):
7994 New defuns.
7995
7996 * net/trampver.el: Update release number.
7997
7998 2009-06-30 Kenichi Handa <handa@m17n.org>
7999
8000 * international/fontset.el (setup-default-fontset): Add CJK fonts
8001 for symbols and the other miscellaneous characters.
8002
8003 * language/korea-util.el (setup-korean-environment-internal):
8004 Make char-width-table suitable for Korean environments.
8005 (exit-korean-environment): Cancel above.
8006
8007 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
8008 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
8009 setup-funcion to make char-widht-table suitable for respective
8010 environments, and an exit-function to cancel that.
8011
8012 * language/japan-util.el (setup-japanese-environment-internal):
8013 Call use-cjk-char-width-table with arg `ja_JP'.
8014
8015 * international/characters.el (cjk-char-width-table): Delete it.
8016 (cjk-char-width-table-list): New variable.
8017 (use-cjk-char-width-table): New arg local-name.
8018 (use-default-char-width-table): Fix for the case that Emacs is
8019 already using the default char-width-table.
8020
8021 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
8022
8023 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
8024 modes mandatory. (Bug#3712)
8025
8026 2009-06-29 Alan Mackenzie <acm@muc.de>
8027
8028 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
8029 correction between the visible width of TABs and their number of bytes.
8030
8031 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
8032
8033 * server.el (server-buffer-done): Prevent kill-buffer from
8034 prompting by clearing the buffer modification flag (Bug#3696).
8035
8036 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
8037
8038 * verilog-mode.el (verilog-beg-of-statement)
8039 (verilog-endcomment-reason-re): Support unique case and priority case.
8040 (verilog-basic-complete-re): Support localparam lineup.
8041 (verilog-beg-of-statement-1): Fix for robustness, unique case.
8042 (verilog-set-auto-endcomments): Fix for unique case, always_comb
8043 commenting.
8044 (verilog-leap-to-case-head): Now support *nested* unique &
8045 priority case statements.
8046 (verilog-auto-lineup): Make just declarations the default (as it
8047 had been).
8048 (verilog-leap-to-case-head): Support priority/unique case statements.
8049 (verilog-auto-lineup): Rework to give users radio buttons to
8050 select the various styles of automatic lineup.
8051 (verilog-error-regexp-alist): Rework to support the XEmacs style
8052 of error regular expressions from compilers, lint tools &
8053 simulators. Note that GNU Emacs has made it impossible for a mode
8054 to load such things.
8055 (electric-verilog-terminate-line, verilog-indent-declaration)
8056 (verilog-auto-wiure): Rework for radio button selection of
8057 auto-lineup selection of specification of auto lineup.
8058 (verilog-beg-of-statement-1): Redesign to support proper operation
8059 in additional code, based on testing with auto-lineup.
8060 (verilog-calculate-indent, assignments & declarations)
8061 (verilog-backward-token): Enhance to support auto-lineup of
8062 assignments & declarations.
8063 (verilog-in-directive-p, verilog-at-struct-p): New function for
8064 easy test of whether we are.
8065 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
8066 to support safe execution at almost anyline.
8067 (verilog-calc-1): Properly support indenting deep inside generate
8068 blocks.
8069 (verilog-init-font) Remove definition & use of verilog-init-font,
8070 as it is redundant with font-lock-defaults.
8071 (verilog-mode): Alter the definition of verilog-font-lock-defaults
8072 to avoid circular calls if syntax-ppss is a function (as is the
8073 case now in 22.x GNU Emacs) as that function would sometimes call
8074 itself, leading to (nearly) infinite recursion.
8075 (verilog-ovm-begin-re, verilog-ovm-end-re)
8076 (verilog-ovm-statement-re, verilog-leap-to-head)
8077 (verilog-backward-token): Add support for OVM macros. Some are
8078 complete statements, and others open and close scopes like begin
8079 and end.
8080 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
8081 (verilog-defun-level-generate-only-re): Really fix the defun-list
8082 compilation issue.
8083 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
8084 coverpoint, constraint and cross statements.
8085 (verilog-defun-level-list, verilog-generate-defun-level-list)
8086 (verilog-all-defun-level-list): Redo these specifications - it is
8087 too hard to support eval-when compile aggregation of lists also
8088 built at when-compile time.
8089 (verilog-defun-level-list): Place defconsts of variables used in
8090 building regular expressions which are built in eval-when-compile
8091 bodies in the same eval-when-compile body to facilitate compile
8092 without load.
8093 (verilog-beg-block-re-ordered): Support indenting
8094 virtual/protected tasks and functions.
8095 (verilog-defun-level-list, verilog-in-generate-region-p)
8096 (verilog-backward-ws&directives, verilog-calc-1): Speed up
8097 indentation of some module items (generate items).
8098 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
8099 across virtual/protected tasks and functions.
8100
8101 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
8102
8103 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
8104 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
8105 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
8106 in concatenations. Reported by Yishay Belkind.
8107 (verilog-auto-ascii-enum): Support one-hot state machines in
8108 AUTOASCIIENUM. Suggested by Lloyd Gomez.
8109 (verilog-auto-inst, verilog-auto-inst-port): Include interface
8110 modport in AUTOINST and add vl-modport for users. Reported by
8111 David Rogoff.
8112 (verilog-auto-inout-module, verilog-auto-inst)
8113 (verilog-decls-get-interfaces, verilog-insert-definition)
8114 (verilog-insert-one-definition, verilog-read-decls)
8115 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
8116 (verilog-sig-modport, verilog-signals-combine-bus)
8117 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
8118 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
8119 Suggested by David Rogoff.
8120 (verilog-repair-open-comma): Fix non-insertion of comma when
8121 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
8122 (verilog-make-width-expression): Simplify [A-1:0] expression
8123 widths to just {A{1'b0}}.
8124 (verilog-mode): Cleanup checkdoc warnings.
8125 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
8126 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
8127 inputs/outputs or data type. Suggested by Vasu Kandadi.
8128 (next-error-last-buffer): Fix byte-compiler warning.
8129 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
8130 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
8131 or shell command text during AUTO expansion. Suggested by Tad Truex.
8132 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
8133 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
8134 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
8135 in AUTOINOUT. Reported by Matthew Lovell.
8136 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
8137 causing use of <= assignments. Reported by Alex Reed.
8138 (verilog-read-decls): Fix triand, trior, wand, wor to be
8139 recognized by AUTOWIRE. Reported by Spencer Isaacson.
8140 (verilog-extended-complete-re): Support import "DPI-C" functions.
8141 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
8142 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
8143 (verilog-insert-date, verilog-insert-year)
8144 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
8145 Windows systems. Reported by Michael Potts.
8146 (verilog-read-module-name): Fix AUTOINST when the child module
8147 declaration's name is a tick define. Reported by Elliot Mednick.
8148 (verilog-read-decls): Fix V2K parameter bit subscripts getting
8149 passed to next parameter's definition. Reported by Bruce T.
8150 (verilog-read-decls): Fix detecting "parameter int" when using
8151 AUTOINSTPARAM. Reported by Bruce T.
8152 (verilog-goto-defun): Fix goto not finding modules unless first
8153 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
8154 (verilog-mode): Expand -f flag arguments on entry to mode so
8155 verilog-goto-defun will work. Reported by Lawrence Butcher.
8156 (verilog-getopt): Expand environment variables in -f file
8157 arguments. Suggested by Lawrence Butcher.
8158 (verilog-set-define): Fix "Symbol's value as variable is void"
8159 when reading enumerations.
8160 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
8161 Suggested by Stephen Peltan.
8162 (verilog-read-defines): Fix reading of enumerations in include
8163 files. Reported by Steve Peltan.
8164
8165 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
8166
8167 * files.el (trash-directory): Fix defcustom type.
8168
8169 2009-06-28 Juri Linkov <juri@jurta.org>
8170
8171 * help-fns.el (describe-function-1): Correctly locate adviced
8172 functions in hyperlink (Bug#2438).
8173
8174 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
8175
8176 * files.el (trash-directory): Change default to nil.
8177 (move-file-to-trash): If trash-directory is nil and
8178 system-move-file-to-trash is unbound, perform freedesktop-style
8179 trashing.
8180
8181 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
8182
8183 * files.el (move-file-to-trash): Add freedesktop trash
8184 support (Bug#973).
8185
8186 2009-06-28 Glenn Morris <rgm@gnu.org>
8187
8188 * autorevert.el (global-auto-revert-non-file-buffers)
8189 (global-auto-revert-mode): Doc fixes.
8190
8191 2009-06-27 Johan Bockgård <bojohan@gnu.org>
8192
8193 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
8194
8195 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
8196
8197 * faces.el (x-handle-named-frame-geometry): Ensure that we have
8198 opened an X connection before calling x-get-resource (Bug#3194).
8199
8200 * play/doctor.el: Remove reference to obsolete website.
8201 (make-doctor-variables): Correct grammar mistake (Bug#2633).
8202
8203 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
8204
8205 Remove find-file-not-found-hook VC method. (Bug#2757)
8206 * vc-hooks.el (vc-file-not-found-hook)
8207 (vc-default-find-file-not-found-hook): Remove functions.
8208 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
8209 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
8210 * vc.el:
8211 * vc-hg.el:
8212 * vc-git.el: Do not mention find-file-not-found-hook VC method.
8213
8214 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
8215
8216 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
8217 compatibility function for `looking-back'.
8218
8219 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
8220 Use `ispell-looking-back'.
8221
8222 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
8223
8224 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
8225 rather than `filename'.
8226
8227 2009-06-23 Miles Bader <miles@gnu.org>
8228
8229 * face-remap.el (text-scale-set): New function.
8230
8231 2009-06-23 Glenn Morris <rgm@gnu.org>
8232
8233 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
8234
8235 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
8236
8237 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
8238
8239 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
8240
8241 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
8242 Simplify Persian conditionals.
8243
8244 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
8245 variable `filename'.
8246
8247 * comint.el (comint-insert-input): Doc fix.
8248
8249 * Makefile.in (ELCFILES): Fix typo in previous change.
8250
8251 2009-06-23 Miles Bader <miles@gnu.org>
8252
8253 * cus-start.el: Add entry for `recenter-redisplay'.
8254
8255 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
8256
8257 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
8258 Add an optional argument for the backend, use it instead of
8259 calling vc-backend.
8260 (vc-mode-line): Add an optional argument for the backend.
8261 Pass the backend to vc-state and vc-working-revision. Move code for
8262 special handling for vc-state being a buffer to ...
8263
8264 * vc-rcs.el (vc-rcs-find-file-hook):
8265 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
8266
8267 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
8268 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
8269 vc-stay-local-p and vc-mode-line calls.
8270
8271 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
8272 (vc-cvs-diff, vc-cvs-annotate-command)
8273 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
8274 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
8275 vc-mode-line calls.
8276
8277 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
8278 direct comparison.
8279 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
8280 backend when calling vc-mode-line.
8281 (vc-register): Do not create a closure for calling the vc register
8282 function, call it directly.
8283
8284 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
8285
8286 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
8287 to make it obvious item can be clicked.
8288
8289 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
8290
8291 2009-06-23 Kenichi Handa <handa@m17n.org>
8292
8293 * language/korea-util.el (korean-key-bindings): Change the binding
8294 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
8295 same command.
8296
8297 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
8298
8299 Sync with Tramp 2.1.16.
8300
8301 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
8302
8303 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
8304 when a loading of a package fails. Completion function for rsync
8305 is `tramp-completion-function-alist-ssh'.
8306 (all): Replace all calls of `split-string' and
8307 `tramp-split-string' by `tramp-compat-split-string'.
8308 (tramp-default-method): Use `tramp-compat-process-running-p'.
8309 (tramp-default-proxies-alist): Allow also Lisp forms.
8310 (tramp-remote-path): Add choice "Private Directories".
8311 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
8312 (tramp-domain-regexp): Allow also "-", "_" and ".".
8313 (tramp-end-of-output): Remove newlines, and add "$" at the end.
8314 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
8315 (tramp-debug-message): Insert header line in debug buffer.
8316 (tramp-handle-directory-files-and-attributes-with-stat):
8317 Care about filenames with spaces, or starting with "-".
8318 (tramp-handle-dired-uncache): New defun.
8319 (tramp-handle-insert-directory): Don't flush the directory from
8320 cache, this is handled by `dired-uncache' now.
8321 (tramp-handle-insert-file-contents): Improve error handling.
8322 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8323 Quote `tramp-end-of-output'.
8324 (tramp-action-password): Improve trace message.
8325 (tramp-check-for-regexp): Both echoes must be present, before removing.
8326 (tramp-open-connection-setup-interactive-shell): Trace coding system.
8327 (tramp-compute-multi-hops): Eval cons cells of
8328 `tramp-default-proxies-alist'.
8329 (tramp-maybe-open-connection): Use the same command pattern for
8330 first hop and further hops.
8331 (tramp-wait-for-output): Remove handling of newlines.
8332 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
8333 (tramp-split-string): Remove function. It is handled in
8334 tramp-compat now.
8335
8336 * net/tramp-cmds.el (tramp-bug):
8337 Recommend `tramp-cleanup-all-connections' in the bug mail.
8338
8339 * net/tramp-compat.el (tramp-compat-split-string)
8340 (tramp-compat-process-running-p): New defuns.
8341
8342 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
8343 for `dired-uncache'.
8344
8345 * net/tramp-gvfs.el: New package.
8346
8347 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
8348 Add handler for `dired-uncache'.
8349 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
8350
8351 * net/trampver.el: Update release number. Make version check fit
8352 for SXEmacs 22.
8353
8354 2009-06-22 Jim Meyering <meyering@redhat.com>
8355
8356 Automatically handle .xz suffix (XZ-compressed files), too.
8357 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
8358 XZ is the successor to LZMA: <http://tukaani.org/xz/>
8359
8360 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
8361 Nick Roberts <nickrob@snap.net.nz>
8362
8363 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
8364 repository (http://sphinx.net.ru/hg/gdb-mi/).
8365
8366 2009-06-22 Glenn Morris <rgm@gnu.org>
8367
8368 * files.el (dir-locals-collect-mode-variables): Allow for any number of
8369 `mode' and `eval' entries. (Bug#3430)
8370
8371 * Makefile.in (ELCFILES): Add fadr.elc.
8372
8373 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
8374 differing behavior of \n and ^ in strings. (Bug#3385)
8375
8376 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
8377
8378 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
8379 property.
8380 (lisp-indent-function): Make it a defcustom.
8381
8382 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
8383
8384 * progmodes/gdb-ui.el: Replace with ...
8385 * progmodes/gdb-mi.el: ... this file.
8386 * progmodes/gud.el: Modify for gdb-mi.el.
8387
8388 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
8389
8390 * fadr.el: New file.
8391
8392 See ChangeLog.14 for earlier changes.
8393
8394 ;; Local Variables:
8395 ;; coding: utf-8
8396 ;; End:
8397
8398 Copyright (C) 2009 Free Software Foundation, Inc.
8399
8400 This file is part of GNU Emacs.
8401
8402 GNU Emacs is free software: you can redistribute it and/or modify
8403 it under the terms of the GNU General Public License as published by
8404 the Free Software Foundation, either version 3 of the License, or
8405 (at your option) any later version.
8406
8407 GNU Emacs is distributed in the hope that it will be useful,
8408 but WITHOUT ANY WARRANTY; without even the implied warranty of
8409 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8410 GNU General Public License for more details.
8411
8412 You should have received a copy of the GNU General Public License
8413 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
8414
8415 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1