1 2011-03-03 Glenn Morris <rgm@gnu.org>
3 * vc/vc-bzr.el (vc-bzr-state-heuristic): Handle dirstate entries
4 with no parents. (Bug#8025)
6 2011-03-02 Glenn Morris <rgm@gnu.org>
8 * man.el (Man-support-local-filenames): Also handle Red Hat's man.
9 * dired-x.el (Man-support-local-filenames): Autoload it.
10 (dired-guess-shell-alist-default): Also handle Red Hat's man.
12 * dired-x.el (dired-default-directory-alist, dired-default-directory):
14 (dired-smart-shell-command): Just call dired-current-directory.
16 * dired-x.el (dired-jump-other-window): Add autoload.
17 (dired-default-directory-alist, dired-default-directory): Doc fixes.
18 (dired-default-directory-alist): Mark as risky.
20 * dired-x.el (dired-omit-here-always): Make it obsolete.
22 2011-03-02 Chong Yidong <cyd@stupidchicken.com>
24 * textmodes/artist.el (artist-curr-go): Default to pen-line.
25 (artist-select-op-pen-line): New function.
26 (artist-menu-map): New variable.
27 (artist-mode-map): Add a menu to the menu-bar.
29 2011-03-02 Jay Belanger <jay.p.belanger@gmail.com>
31 * calc/calc-math.el (calcFunc-log10): Check for symbolic mode
34 * calc/calc-units.el (math-conditional-apply, math-conditional-pow):
36 (math-logunits-add, math-logunits-mul, math-logunits-divide):
37 (math-logunits-quant, math-logunits-level):
38 Use `math-conditional-apply' and `math-conditional-pow' to evaluate
40 (math-logunits-level): Extract units from ratio.
42 2011-03-01 Juanma Barranquero <lekktu@gmail.com>
44 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
46 2011-03-01 Glenn Morris <rgm@gnu.org>
48 * calendar/cal-hebrew.el (calendar-hebrew-birthday, diary-hebrew-date):
49 Rename and rework functions added in previous change.
51 2011-03-01 Ed Reingold <reingold@emr.cs.iit.edu>
53 * calendar/cal-hebrew.el (hebrew-calendar-birthday)
54 (diary-hebrew-birthday): New functions.
56 2011-03-01 Glenn Morris <rgm@gnu.org>
58 * dired.el (dired-safe-switches-p): Beef it up.
59 (dired-actual-switches): Use it for the safe-local prop. (Bug#3230)
61 2011-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
63 * dired.el (dired-safe-switches-p): New function.
65 2011-03-01 Glenn Morris <rgm@gnu.org>
67 * files.el (dir-locals-collect-variables):
68 Add the ability to exclude subdirectories. (Bug#8100)
70 * dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
72 2011-02-28 Christoph Scholtes <cschol2112@googlemail.com>
74 * ido.el (ido-everywhere): Doc fix.
77 2011-02-28 Glenn Morris <rgm@gnu.org>
79 * dired-x.el (dired-guess-shell-alist-default): Use \\', not $.
81 2011-02-28 Michael Albinus <michael.albinus@gmx.de>
83 * net/tramp-cmds.el (tramp-append-tramp-buffers): Dump load-path
86 2011-02-28 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
88 * dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
90 2011-02-28 Juanma Barranquero <lekktu@gmail.com>
92 * emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1):
93 Fix typos in docstrings.
95 2011-02-28 Stephen Berman <stephen.berman@gmx.net>
97 * dired-aux.el (dired-update-file-line):
98 Fix 2010-11-09 change. (Bug#8131)
100 2011-02-28 Eli Zaretskii <eliz@gnu.org>
102 * international/mule-cmds.el (set-default-coding-systems): Use the
103 -unix variant of encoding in default-keyboard-coding-system.
106 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
108 * facemenu.el (list-colors-display): Use with-help-window (Bug#8048).
110 2011-02-27 Prestoo Ten <prestooten@gmail.com> (tiny change)
112 * term/screen.el: New file (Bug#2650).
114 2011-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
116 * emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth.
117 (pcase-mutually-exclusive-predicates): New var.
118 (pcase--split-consp, pcase--split-pred): Use it.
119 (pcase--split-equal, pcase--split-member): When splitting against
120 a pure predicate, run it to know the outcome.
121 (pcase--u1): Mark vars that are actually used.
122 (pcase--q1): Avoid introducing unused vars.
124 2011-02-27 Jay Belanger <jay.p.belanger@gmail.com>
126 * calc/calc-ext.el (calc-init-extensions):
127 Autoload `calc-l-prefix-help' instead of `calc-ul-prefix-help'.
129 * calc/calc-math.el (calcFunc-log10): Don't signal an error in
132 * calc/calc-vec.el (calcFunc-subscr): Return nil if the first
133 argument is a variable.
135 2011-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
137 * emacs-lisp/assoc.el: Remove misleading `sort' (bug#8126).
138 (aput, adelete, amake): Replace `eval' -> `symbol-value'.
139 Suggested by Michael Heerdegen <michael_heerdegen@web.de>.
141 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
143 * password-cache.el (password-in-cache-p): Convenience function to
144 check if a key is in the cache, even if the value is nil.
146 2011-02-25 Jambunathan K <kjambunathan@gmail.com>
148 * emacs-lisp/package-x.el (package--archive-contents-from-url)
149 (package--archive-contents-from-file): New functions.
150 (package-update-news-on-upload): New var.
151 (package-upload-buffer-internal): Extract archive-contents from
152 package-archive-upload-base if it is not found at archive-url.
153 Obey package-update-news-on-upload.
154 (package-upload-buffer, package-upload-file): Doc fix.
156 2011-02-24 Glenn Morris <rgm@gnu.org>
158 * files-x.el (modify-dir-local-variable): Handle dir-locals from
159 the cache, and from non-file sources.
161 * help-fns.el (describe-variable): Return consistent results when a
162 dir-local from a file came from the cache or did not. (Bug#8095)
163 If a dir-local has no associated file, say it came from a "directory".
165 * files.el (hack-dir-local-variables): Fix setting of `dir-name'.
166 (hack-local-variables-confirm, hack-local-variables-filter): Doc fix.
168 * files.el (dir-locals-find-file): Doc fix.
169 Fix the check for cache elements that have no associated file,
170 and the mtime check for those that do. (Bug#8095)
172 * dired-x.el (dired-hack-local-variables):
173 Handle interrupts during hacking local variables. (Bug#5216)
175 * emacs-lisp/autoload.el (autoload-save-buffers)
176 (autoload-find-destination, update-directory-autoloads):
177 Avoid prompts when updating autoloads.
179 2011-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
181 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
183 2011-02-23 Kenichi Handa <handa@m17n.org>
185 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
186 error when a multipart boundary in the nested multipart is found.
188 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
191 2011-02-23 Glenn Morris <rgm@gnu.org>
193 * dired.el (dired-mode): Call hack-dir-local-variables-non-file-buffer.
194 * dired-x.el (dired-omit-mode): Safe if boolean.
195 (dired-enable-local-variables): Fix doc and custom type.
196 (dired-enable-local-variables, dired-local-variables-file)
197 (dired-hack-local-variables): Make obsolete.
198 (dired-omit-here-always): Use dir-locals.el instead.
200 * files.el (safe-local-eval-forms): Add the write-file-hooks version.
202 2011-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
204 * help-fns.el (describe-function-1): Don't signal an error just because
205 the DOC file disappeared.
207 2011-02-22 Seppo Sade <sepposade1@gmail.com> (tiny change)
209 * eshell/esh-ext.el (eshell-external-command): Do not restrict
210 remote check to "ftp". (Bug#8089)
212 2011-02-21 Alan Mackenzie <acm@muc.de>
215 * progmodes/cc-engine.el (c-state-literal-at): Prevent positions
216 in macros finding their way into c-state-nonlit-pos-cache.
217 Strengthen the comments.
218 (c-state-dump): New commented out diagnostic routine.
220 2011-02-21 Michael Albinus <michael.albinus@gmx.de>
222 * net/tramp.el (tramp-rfn-eshadow-setup-minibuffer): Do not use
223 `field' property of `rfn-eshadow-overlay'.
225 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
227 * net/netrc.el (netrc-parse): Comment fix.
229 2011-02-21 Chong Yidong <cyd@stupidchicken.com>
231 * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
232 Autoload. Add optional arg FRAME, and pass it to color-values.
233 (color-complement): Caller changed. Doc fix.
234 (color-gradient): Rewrite for better clarity and efficiency.
236 * faces.el (color-values): Use cond for clarity. Doc fix.
238 * facemenu.el (color-rgb-to-hsv): Delete; use the version in
240 (list-colors-sort-key, list-colors-print):
241 Use color-normalized-values.
243 2011-02-20 Drew Adams <drew.adams@oracle.com>
245 * color.el: First part of merge from hexrgb.el.
246 (color-rgb-to-hex): Rename from color-rgb->hex.
247 (color-rgb-to-hsv): Rename from color-rgb->hsv. Force hue and
248 saturation to zero if the value is too small.
249 (color-rgb-to-hsl): Rename from color-rgb->hsl.
250 (color-srgb-to-xyz): Rename from color-srgb->xyz. Doc fix.
251 (color-xyz-to-srgb): Rename from color-xyz->srgb. Doc fix.
252 (color-xyz-to-lab): Rename from color-xyz->lab. Doc fix.
253 (color-lab-to-xyz): Rename from color-lab->xyz. Doc fix.
254 (color-lab-to-srgb): Rename from color-lab->srgb. Doc fix.
255 (color-cie-de2000): Doc fix.
257 2011-02-20 Alan Mackenzie <acm@muc.de>
259 * progmodes/cc-cmds.el (c-beginning-of-statement): Avoid loop in
260 locating the beginning of a macro. (Bug#7595)
262 2011-02-20 Glenn Morris <rgm@gnu.org>
264 * edmacro.el (edmacro-eight-bits): Make it a defcustom.
267 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
268 (global-auto-revert-ignore-buffer): Remove leading "*" from docs.
270 2011-02-19 Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com>
271 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
273 * progmodes/hideshow.el (hs-find-block-beginning)
274 (hs-hide-level-recursive): Ignore comments when parsing braces
277 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
279 * vc/vc-bzr.el (vc-bzr-bound-branch-p): New function.
280 (vc-bzr-pull): Use it.
282 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
284 * vc/vc-bzr.el (vc-bzr--branch-conf): Function deleted.
285 (vc-bzr-branch-conf): New function, similar to vc-bzr--branch-conf
286 but returning an alist. Ignore comments in bzr conffile.
287 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-bzr-branch-conf.
288 (vc-bzr-error-regex-alist): New var.
289 (vc-bzr-merge-branch): Use it to highlight the pull/merge buffer.
291 * vc/vc-dispatcher.el (vc-do-async-command):
292 Bind inhibit-read-only to t.
294 * progmodes/compile.el (compilation--flush-directory-cache):
295 Handle the case where cdr of compilation--flush-directory-cache
296 points to no buffer, which can occur if we previously switched to
297 compilation-mode in a pregenerated buffer.
299 2011-02-19 Kenichi Handa <handa@m17n.org>
301 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
302 get the header copy into the temporary buffer.
303 (rmail-mime-insert-decoded-text): Ignore us-ascii.
304 (rmail-show-mime): When rmail-mime-coding-system is nil, set
305 buffer-file-coding-system to undecided.
307 2011-02-19 Eli Zaretskii <eliz@gnu.org>
309 * international/mule-cmds.el (read-char-by-name, ucs-insert):
310 Document completion with asterisk and a substring.
312 2011-02-19 Glenn Morris <rgm@gnu.org>
314 * files.el (find-file-literally): Doc fix.
316 * simple.el (rfc822-goto-eoh): Give it a doc-string.
318 * log-edit.el (log-edit-insert-changelog):
319 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
321 2011-02-19 Glenn Morris <rgm@gnu.org>
323 * dired-x.el: Don't require dired-aux.
324 (dired-do-create-files, dired-mark-read-regexp)
325 (dired-do-create-files-regexp): Autoload from dired-aux.
327 * dired-x.el (dired-find-buffer-nocreate): Merge into dired.el.
328 * dired.el (dired-find-buffer-nocreate): Merge dired-x version.
330 * dired-x.el (dired-read-shell-command): Merge into dired-aux's version.
331 * dired-aux.el (dired-read-shell-command): Merge dired-x's version.
333 * dired-x.el (dired-clean-up-after-deletion): Merge into dired.el.
334 * dired.el (dired-clean-up-after-deletion): Merge dired-x's version.
335 (dired-clean-up-buffers-too): Declare.
337 * dired-x.el (dired-initial-position): Merge into dired.el's version.
338 * dired.el (dired-initial-position): Merge dired-x's version here.
339 (dired-find-subdir): Declare.
341 * dired-x.el (dired-omit-new-add-entry): Merge into dired-add-entry.
342 * dired-aux.el (dired-add-entry): Give it a doc-string.
343 Merge dired-x's dired-omit handling here.
344 (dired-omit-mode, dired-omit-regexp, dired-omit-localp): Declare.
346 * international/mule-diag.el (list-input-methods-1):
347 Indent all lines of multi-line doc-strings. (Bug#8066)
349 2011-02-18 Chong Yidong <cyd@stupidchicken.com>
351 Fix 2011-02-02 changes.
353 * apropos.el (apropos-print): Call apropos-mode before setting up
354 buffer variables. Use inhibit-read-only.
356 * emacs-lisp/package.el (package--list-packages):
357 Call package-menu-mode before setting up buffer variables.
359 * play/solitaire.el (solitaire): Call solitaire-mode before
360 setting up buffer variables. Use inhibit-read-only.
362 2011-02-18 Lawrence Mitchell <wence@gmx.li>
364 * progmodes/sh-script.el (sh-syntax-propertize-here-doc): (bug#8053)
365 Bind case-fold-search to nil when looking for end of here-doc.
367 2011-02-18 Eli Zaretskii <eliz@gnu.org>
369 * image-mode.el (image-toggle-display-image):
370 Set find-file-literally non-nil in buffers visiting binary image
373 2011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
375 * files.el (cd): Make completion obey cd-path (bug#7924).
377 2011-02-18 Glenn Morris <rgm@gnu.org>
379 * progmodes/prolog.el: Don't require compile when compiling.
380 (compilation-shell-minor-mode, compilation-error-regexp-alist)
381 (compilation-forget-errors, compilation-fake-loc)
382 (compilation-parse-errors-function, compilation-error-list): Declare.
383 (prolog-inferior-mode): Require 'compile.
385 * emulation/cua-base.el (pc-selection-mode): Declare.
387 * emacs-lisp/eieio-custom.el: Set generated-autoload-file.
388 (customize-object): Add autoload cookie.
389 * emacs-lisp/eieio-opt.el: Set generated-autoload-file.
390 (eieio-browse, describe-class, eieio-describe-class)
391 (eieio-describe-constructor, describe-generic, eieio-describe-generic)
392 (eieio-help-mode-augmentation-maybee): Add autoload cookies.
393 * emacs-lisp/eieio.el: Regenerate with automatic autoloads.
394 * Makefile.in (autoloads): Make eieio.el writable.
396 * dired-x.el (dired-clean-up-after-deletion, dired-do-relsymlink)
397 (dired-do-relsymlink-regexp, dired-find-buffer-nocreate): Use #'.
398 (dired-hack-local-variables): Use inhibit-read-only.
399 (dired-guess-default): Simplify.
400 (dired-make-relative-symlink): Use dotimes.
401 (dired-simultaneous-find-file): Use dolist.
402 (dired-mark-sexp): Remove unneeded `if'. Use line-end-position.
403 (dired-x-hands-off-my-keys): Doc fix.
404 (dired-x-bind-find-file): Doc fix. Use remapping.
405 (after-init-hook): No need to add dired-x-bind-find-file.
406 (dired-x-find-file, dired-x-find-file-other-window): Doc fixes.
407 No need to call expand-file-name.
408 (dired-filename-at-point): Remove unused locals `end', `filename'.
410 2011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
412 * emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns.
414 2011-02-18 Christian Ohler <ohler@gnu.org>
416 * emacs-lisp/ert.el (ert--setup-results-buffer)
417 (ert-results-pop-to-backtrace-for-test-at-point)
418 (ert-results-pop-to-messages-for-test-at-point)
419 (ert-results-pop-to-should-forms-for-test-at-point)
420 (ert-results-pop-to-timings): Revert parts of change 2011-02-02T17:59:44Z!sds@gnu.org that
421 were incorrect and unnecessary. This should make `make check'
424 2011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
426 * lisp/allout-widgets.el: (allout-widgets-icons-light-subdir)
427 (allout-widgets-icons-dark-subdir): Track relocations of icons
428 * lisp/allout.el: Remove commentary about remove encryption
429 passphrase mnemonic support and verification.
430 (allout-encrypt-string): (allout-encrypt-string): Recognize epg
431 failure to decrypt gpg2 armored text using gpg1, and indicate that
432 the gpg version *might* be the problem in the error message.
434 2011-02-17 Deniz Dogan <deniz.a.m.dogan@gmail.com>
436 * net/rcirc.el (rcirc-float-time): New function.
437 (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE)
438 (rcirc-ctcp-sender-PING): Use it.
440 2011-02-17 Glenn Morris <rgm@gnu.org>
442 * speedbar.el (speedbar-ignored-modes, speedbar-file-unshown-regexp)
443 (speedbar-update-flag, speedbar-fetch-etags-command)
444 (speedbar-fetch-etags-arguments):
445 * term.el (term-buffer-maximum-size, term-input-chunk-size)
446 (term-completion-autolist, term-completion-addsuffix)
447 (term-completion-recexact, term-completion-fignore):
448 * term/sup-mouse.el (sup-mouse-fast-select-window):
449 * term/x-win.el (x-select-request-type):
450 Convert some defvars with "*" to defcustoms.
452 * shell.el (shell-delimiter-argument-list): Set it to nil. (Bug#8027)
454 * vc/vc.el (vc-default-previous-version):
455 Remove alias that points nowhere. (Bug#4496)
457 * dired-x.el (dired-clean-up-after-deletion):
458 kill-buffer does not need save-excursion.
459 (dired-do-run-mail): Doc fix.
460 (dired-filename-at-point): Doc fix.
461 Use looking-at, and skip-chars rather than re search.
463 * dired-x.el (dired-filename-at-point): Fix 8-year old typo.
465 2011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
467 * allout-widgets.el: New allout extension that shows allout
468 outline structure with graphical widgets. 'allout-widgets'
469 customize group is an 'allout' subgroup, for easy discovery.
471 * allout.el: Include PGP and GnuPG in Keywords, and other
472 commentary refinements.
473 (allout-abbreviate-flattened-numbering): Rename to
474 allout-flattened-numbering-abbreviation, and
475 define-obsolete-variable-alias the old name.
476 (allout-flattened-numbering-abbreviation): Rename from
477 allout-abbreviate-flattened-numbering.
478 (allout-mode-p): Include among autoloads, for use by other modes
480 (allout-listify-exposed):
481 Use allout-flattened-numbering-abbreviation.
482 (allout-encrypt-string): Use set-buffer-multibyte directly.
483 (allout-set-buffer-multibyte): Remove.
485 2011-02-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
487 * simple.el (just-one-space): Remove useless `or' call.
489 2011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
491 * net/soap-client.el (soap-well-known-xmlns, soap-local-xmlns)
492 (soap-default-xmlns, soap-target-xmlns, soap-multi-refs)
493 (soap-decoded-multi-refs, soap-current-wsdl)
494 (soap-encoded-namespaces): Rename CL-style *...* variables.
496 2011-02-16 Michael Albinus <michael.albinus@gmx.de>
498 * net/soap-client.el: Add "comm" and "hypermedia" to the
499 keywords. Reflow too long lines.
501 * net/soap-inspect.el: Ditto. Require 'cl.
503 2011-02-16 Bastien Guerry <bzg@altern.org>
505 * play/doctor.el (doctor-mode): Bugfix: escape the "," character
506 in a `doctor-type' argument.
508 2011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
510 * net/soap-client.el:
511 * net/soap-inspect.el: New files.
513 2011-02-16 Leo <sdl.web@gmail.com>
515 * dired-x.el (dired-mode-map, dired-extra-startup):
516 Remove dired-copy-filename-as-kill since it's already in dired.el.
518 2011-02-16 Glenn Morris <rgm@gnu.org>
520 * dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
521 Doc fixes. Add :set property, replacing top-level calls.
522 (dired-vm-read-only-folders, dired-vm): Doc fix (drop v. old VM 4).
523 (dired-guess-shell-gnutar): Test tar version rather than system-type.
524 (dired-extra-startup, dired-man, dired-info): Doc fixes.
525 (dired-clean-up-after-deletion): Use when and dolist.
526 (dired-jump): Use unless and when.
527 (dired-virtual): Use line-end-position.
528 (dired-default-directory-alist): Rename from default-directory-alist.
529 (dired-default-directory): Update for above name change.
530 (dired-vm): Drop VM < 5 and simplify.
531 (dired-buffer-more-recently-used-p): Rewrite.
532 (dired-filename-at-point): Use when and or.
533 (dired-x-read-filename-at-point): Rename from read-filename-at-point.
536 2011-02-15 Glenn Morris <rgm@gnu.org>
538 * dired-x.el: Use easymenu for menu items. Fix item capitalization.
540 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
542 * vc/vc-git.el (vc-git-root-log-format): New option for
543 customizing log format.
544 (vc-git-print-log, vc-git-log-outgoing, vc-git-log-incoming)
545 (vc-git-log-view-mode): Use it.
546 (vc-git-expanded-log-entry): New function.
547 (vc-git-log-view-mode): Use it. Truncate lines in root log.
549 * vc/vc-hg.el (vc-hg-root-log-template): New option for
550 customizing log format.
551 (vc-hg-print-log): Use it.
552 (vc-hg-expanded-log-entry): New function.
553 (vc-hg-log-view-mode): Use vc-hg-root-log-template and
554 vc-hg-expanded-log-entry. Truncate lines in root log.
556 * vc/vc-bzr.el (vc-bzr-log-view-mode): Truncate lines in root log.
558 * vc/log-view.el (log-view-mode-menu):
559 Add log-view-toggle-entry-display.
561 2011-02-14 Glenn Morris <rgm@gnu.org>
563 * dired-x.el: Don't require man when compiling.
564 (dired-omit-extensions, dired-local-variables-file)
565 (dired-x-hands-off-my-keys): Make them defcustoms.
566 (Man-support-local-filenames, Man-getpage-in-background): Declare.
567 (vm-visit-folder): Declare rather than defining.
568 (dired-x-help-address, dired-x-variable-list): Remove.
569 (dired-x-submit-report): Make it an obsolete alias.
571 2011-02-14 Juanma Barranquero <lekktu@gmail.com>
573 * makefile.w32-in (TRAMP_SRC): Remove tramp-imap.el.
575 2011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
577 * net/imap.el: Bring it back.
579 2011-02-13 Alan Mackenzie <acm@muc.de>
581 * progmodes/cc-fonts.el (c-font-lock-declarations): Remove a
582 narrow-to-region call that cuts context off the end (Bug#7722).
584 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
585 Refactor nested if-forms with a simple cond.
586 (c-forward-<>-arglist): Revert 2011-01-31 change.
588 2011-02-13 Chong Yidong <cyd@stupidchicken.com>
590 * vc/log-view.el: New command log-view-toggle-entry-display for
591 toggling log entries between concise and detailed forms.
592 (log-view-toggle-entry-display): New command.
593 (log-view-mode-map): Bind RET to it.
594 (log-view-expanded-log-entry-function): New variable.
595 (log-view-current-entry, log-view-inside-comment-p)
596 (log-view-current-tag): New functions.
597 (log-view-toggle-mark-entry): Use log-view-current-entry and
598 log-view-end-of-defun instead of searching directly with
600 (log-view-end-of-defun): Likewise. Add optional ARG for
601 compatibility with end-of-defun.
602 (log-view-end-of-defun): Ignore comments and VC buttons.
604 * vc/vc-bzr.el (vc-bzr-expanded-log-entry): New function.
605 (vc-bzr-log-view-mode): Use log-view-expanded-log-entry-function.
607 2011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
609 * net/imap.el: Remove file. All the functionality is in nnimap.el.
611 * net/imap-hash.el: Remove file.
613 2011-02-13 Michael Albinus <michael.albinus@gmx.de>
615 * Makefile.in (TRAMP_SRC): Remove tramp-imap.el.
617 * net/tramp.el (tramp-read-passwd): Simplify `auth-source-search'
620 * net/tramp-imap.el: Remove file.
622 2011-02-13 Chong Yidong <cyd@stupidchicken.com>
624 * vc/vc.el (vc-print-log-setup-buttons): Instead of using the
625 widget library for buttons, just use button.el.
627 * vc/log-view.el (log-view-mode-map): Don't inherit from
630 2011-02-12 Glenn Morris <rgm@gnu.org>
632 * emacs-lisp/cl-seq.el (union, nunion, intersection)
633 (nintersection, set-difference, nset-difference)
634 (set-exclusive-or, nset-exclusive-or): Doc fix.
636 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
638 * faces.el (face-attr-match-p): Handle the obsolete :bold and
639 :italic props, so that frame-set-background-mode works. (Bug#7966)
641 * simple.el (next-error): Doc fix.
643 2011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
645 * dired-aux.el (dired-create-files): Adapt destination name to
646 match the new behavior of copy-directory.
648 2011-02-12 Chong Yidong <cyd@stupidchicken.com>
650 * mail/mail-utils.el (mail-dont-reply-to-names): New variable,
651 from rmail-dont-reply-to-names. Callers changed.
652 (mail-dont-reply-to): Rename from mail-dont-reply-to.
653 (rmail-dont-reply-to): Make it an obsolete alias.
655 * mail/rmail.el (rmail-default-dont-reply-to-names): Default to
656 nil, and make obsolete (Bug#7888).
657 (rmail-dont-reply-to-names): Alias to mail-dont-reply-to-names.
659 * mail/rmailsum.el (rmail-summary-sort-by-correspondent): Doc fix.
661 * mail/rmailsort.el (rmail-sort-by-correspondent)
662 (rmail-select-correspondent): Doc fix. Use mail-dont-reply-to.
664 * mail/rmail.el (rmail-reply): Use mail-dont-reply-to.
666 2011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
668 * files.el (copy-directory): New argument COPY-CONTENTS for
669 copying directory contents into another existing directory.
671 2011-02-12 Tassilo Horn <tassilo@member.fsf.org>
673 * minibuffer.el (completion-table-case-fold): New function for
674 creating a case-insensitive completion table.
676 2011-02-12 Teodor Zlatanov <tzz@lifelogs.com>
678 * net/tramp.el (tramp-default-method): Also check if
679 `auth-source-search' is bound.
680 (tramp-read-passwd): Use `auth-source-search' instead of
681 `auto-source-user-or-password'.
683 * net/tramp-imap.el: Autoload `auto-source-search' instead of
684 `auto-source-user-or-password.
685 (tramp-imap-passphrase-callback-function): Use it.
687 * net/imap-hash.el: Autoload `auto-source-search' instead of
688 `auto-source-user-or-password.
689 (imap-hash-open-connection): Use it.
691 * mail/smtpmail.el: Autoload `auto-source-search' instead of
692 `auto-source-user-or-password.
693 (smtpmail-try-auth-methods): Use it.
695 2011-02-12 Phil Hagelberg <phil@hagelb.org>
697 * emacs-lisp/package.el: Allow packages to be reinstalled.
698 (package--write-file-no-coding): Remove EXCL arg.
699 (package-unpack-single): Don't use it.
701 2011-02-12 Karl Pflästerer <k@rl.pflaesterer.de> (tiny change)
703 * vc/vc-svn.el: Adapt to Subversion change, with no .svn directory
704 in each sub directory.
705 (vc-svn-registered): Use vc-svn-root.
706 (vc-svn-root): New function. Make vc-svn-responsible-p an alias.
707 (vc-svn-repository-hostname): Use "svn info".
709 2011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
711 * simple.el (delete-trailing-whitespace): New optional buffer
714 2011-02-11 Bastien Guerry <bzg@altern.org>
716 * files.el (basic-save-buffer): save unmodified buffers when
717 the file pointed by buffer-file-name doesn't exist.
719 2011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
721 * net/rcirc.el (defun-rcirc-join): Accept multiple channels.
723 2011-02-11 Glenn Morris <rgm@gnu.org>
725 * emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
727 2011-02-11 Juanma Barranquero <lekktu@gmail.com>
729 * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'.
731 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
733 * server.el (server-process-filter): Use pcase.
735 * emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two
737 (smie-indent--parent): Extend to "parent of arg".
738 (smie-indent-inside-string): New function.
739 (smie-indent-functions): Use it.
741 * vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid
742 bzr locking race condition.
744 * emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is
745 still valid before using it.
747 * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
748 `message' -> `compilation-message' rename (bug#8004).
750 Move keymap initialization into declaration.
751 * textmodes/enriched.el (enriched-mode-map):
752 * textmodes/bib-mode.el (bib-mode-map):
753 * term/lk201.el (lk201-function-map):
754 * tar-mode.el (tar-mode-map):
755 * replace.el (occur-mode-map):
756 * progmodes/idlwave.el (idlwave-rinfo-mouse-map, idlwave-rinfo-map):
757 * progmodes/idlw-help.el (idlwave-help-mode-map):
758 * progmodes/gdb-mi.el (gdb-memory-format-menu, gdb-memory-unit-menu):
759 * play/solitaire.el (solitaire-mode-map):
760 * play/snake.el (snake-mode-map, snake-null-map):
761 * play/pong.el (pong-mode-map):
762 * play/handwrite.el (menu-bar-handwrite-map):
763 * play/gametree.el (gametree-mode-map):
764 * net/rcirc.el (rcirc-mode-map, rcirc-browse-url-map
765 (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map):
766 * net/newst-plainview.el (newsticker-menu, newsticker-mode-map)
767 (newsticker--url-keymap):
768 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
769 * menu-bar.el (menu-bar-file-menu, menu-bar-i-search-menu)
770 (menu-bar-search-menu, menu-bar-replace-menu, menu-bar-goto-menu)
771 (menu-bar-edit-menu, menu-bar-custom-menu)
772 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
773 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
774 (menu-bar-line-wrapping-menu, menu-bar-options-menu)
775 (menu-bar-games-menu, menu-bar-encryption-decryption-menu)
776 (menu-bar-tools-menu, menu-bar-describe-menu)
777 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
778 (menu-bar-help-menu):
779 * mail/rmailsum.el (rmail-summary-mode-map):
780 * kmacro.el (kmacro-step-edit-map):
781 * ibuffer.el (ibuffer-mode-groups-popup, ibuffer-mode-map)
782 (ibuffer-mode-operate-map):
783 * hi-lock.el (hi-lock-menu, hi-lock-map):
784 * emulation/vip.el (vip-mode-map):
785 * emacs-lisp/re-builder.el (reb-lisp-mode-map):
786 * bookmark.el (bookmark-bmenu-mode-map):
787 * help-mode.el (help-mode-map): Move initialization into declaration.
789 2011-02-10 Deniz Dogan <deniz.a.m.dogan@gmail.com>
791 * net/rcirc.el: Add PRIVMSG and CTCP functions.
792 (rcirc-send-privmsg, rcirc-send-ctcp): New functions.
793 (rcirc-keepalive, rcirc-cmd-ctcp, rcirc-ctcp-sender-PING)
794 (rcirc-cmd-me, rcirc-authenticate): Use them.
796 2011-02-10 Ken Manheimer <ken.manheimer@gmail.com>
798 * allout.el: Synopsis: Change allout user configuration so
799 auto-activation is controlled solely by customization
800 `allout-auto-activation'.
802 (allout-auto-activation-helper) (allout-setup): New autoloads
803 implement new custom set procedure for allout-auto-activation.
804 Also, explicitly invoke
805 (allout-setup) after allout-auto-activation is custom-defined, to
806 effect the settings in emacs sessions besides the few where
807 allout-auto-activation customization is donea.
808 (allout-auto-activation): Use allout-auto-activation-helper to
809 :set. Revise the docstring.
810 (allout-init): Reduce functionality to just customizing
811 allout-auto-activation, and mark obsolete.
812 (allout-mode): Respect string values for allout-auto-activation.
813 Run allout-after-copy-or-kill-hook without any args.
814 (allout-mode) (allout-layout) (allout-default-layout)
815 (outlineify-sticky): Adjust docstring for new scheme.
816 (allout-after-copy-or-kill-hook): No arguments - hook implementers
817 should concentrate on the kill ring.
819 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
821 * password-cache.el (password-cache-remove): Accept secrets that are
824 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
826 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case
827 of here-doc that immediately follows a comment.
829 2011-02-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
831 * net/rcirc.el (rcirc-ctcp-sender-PING): Simplifying.
833 * net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function when
835 (rcirc-ctcp-sender-PING): New function.
837 2011-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
839 * obsolete/pc-select.el: Rename from emulation/pc-select.el (bug#7940).
840 Remove the mark/nomark handling, and activate shift-select-mode instead.
842 * obsolete/pc-mode.el: Rename from emulation/pc-mode.el.
844 2011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
846 * calc/calc-units.el (math-logunits-quant): Add support for
847 non-logarithmic units.
849 2011-02-07 Ken Manheimer <ken.manheimer@gmail.com>
851 * allout.el (allout-after-copy-or-kill-hook): New hook for
852 extension-specific processing of killed text.
853 (allout-mode): Include new allout-after-copy-or-kill-hook among
855 (allout-kill-line) (allout-kill-topic): Ensure that processing
856 after kill happens even if barf-if-buffer-read-only is raised.
857 Include new allout-after-copy-or-kill-hook among that subsequent
859 (allout-deannotate-hidden): Actually remove the annotation text
862 * allout.el (allout-listify-exposed): Copy text sans text properties.
864 2011-02-07 Michael Albinus <michael.albinus@gmx.de>
866 * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS.
868 2011-02-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
870 * net/rcirc.el (rcirc-handler-317): New function (Bug#6507).
872 2011-02-06 Jay Belanger <jay.p.belanger@gmail.com>
874 * calc/calc.el (calc-logunits-field-reference): Rename from
875 `calc-default-field-reference-level'.
876 (calc-logunits-power-reference): Rename from
877 `calc-default-power-reference-level'
879 * calc/calc-units.el (math-logunits-quant): Rename from
880 `math-logunits-level'
881 (math-logunits-plus): Rename from math-logcombine.
882 (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
883 (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
884 (calcFunc-lufieldsub,calc-logunits-add calc-logunits-sub):
886 (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
887 (calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
888 (calc-logunits-quantity): Rename from `calc-level'.
889 (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
890 (calcFunc-nppowerlevel,calc-logunits-dblevel, calc-logunits-nplevel)
891 (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
892 (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
893 (calcFunc-lupowerdiv,calc-logunits-divide,math-logunits-level):
896 * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
897 (calc-ul-prefix-help): Remove.
898 (calc-l-prefix-help): New function.
899 (calc-full-help): Add reference to `calc-l-prefix-help'.
901 * calc/calc-ext.el (calc-init-extensions): Update autoloads.
903 * calc/README: Mention logarithmic units.
905 2011-02-06 Chong Yidong <cyd@stupidchicken.com>
907 * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
908 non-ASCII characters (Bug#7925).
910 2011-02-05 Glenn Morris <rgm@gnu.org>
912 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
914 * calendar/diary-lib.el (diary-font-lock-keywords):
915 Tweak diary-time-regexp match. (Bug#7891)
917 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
918 (f90-mode): Use it for mode's `find-tag-default-function' property.
920 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
922 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
924 2011-02-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
926 * net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-process
929 2011-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
931 * progmodes/sh-script.el (sh-here-doc-open-re): Don't rely on the
932 font-lock-syntax-table remappings.
933 (sh-here-doc-markers, sh-here-doc-re): Remove.
934 (sh-font-lock-close-heredoc): Remove.
935 (sh-syntax-propertize-here-doc): New function.
936 (sh-font-lock-open-heredoc): Set the sh-here-doc-marker property
937 instead of the sh-here-doc-re.
938 (sh-font-lock-paren): Don't do anything in comments or strings.
939 Handle line continuations. Accept a few more chars.
940 Don't rely on the font-lock-syntax-table remappings.
941 `esac' is not a valid pattern.
942 (sh-syntax-propertize-function): Handle here-docs differently, so we
943 don't bother syntax-propertizing the insides.
945 * progmodes/sh-script.el (sh-font-lock-paren, sh-kw, sh-prev-thing):
946 Handle new bashisms ";&" and ";;&" (bug#7947).
948 2011-02-05 Michael Albinus <michael.albinus@gmx.de>
950 * net/tramp-smb.el (tramp-smb-errors): Use `regexp-opt'.
951 Add "NT_STATUS_IO_TIMEOUT" and "NT_STATUS_NO_SUCH_USER".
953 2011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
955 * net/tramp.el (tramp-postfix-method-format)
956 (tramp-postfix-method-regexp, tramp-prefix-domain-format)
957 (tramp-prefix-domain-regexp, tramp-postfix-user-format)
958 (tramp-postfix-user-regexp, tramp-prefix-port-format)
959 (tramp-prefix-port-regexp, tramp-postfix-host-format)
960 (tramp-postfix-host-regexp, tramp-handle-substitute-in-file-name):
963 2011-02-04 Sam Steingold <sds@gnu.org>
965 * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
967 2011-02-04 Andreas Schwab <schwab@linux-m68k.org>
969 * international/mule-util.el (with-coding-priority): Doc fix.
971 2011-02-04 Eli Zaretskii <eliz@gnu.org>
973 * arc-mode.el (archive-mode-map): Fix a typo in last change.
975 2011-02-03 Sam Steingold <sds@gnu.org>
977 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
978 Do not error out when `func' is nil.
980 2011-02-03 Michael Albinus <michael.albinus@gmx.de>
982 * net/tramp-sh.el (tramp-remote-path): Add default settings for
983 `tramp-default-remote-path' to the docstring.
984 (tramp-get-remote-path): Suppress error message when `getconf
987 * net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_UNSUCCESSFUL".
989 2011-02-03 Glenn Morris <rgm@gnu.org>
991 * vc/vc-hg.el (vc-hg-command): Doc fix.
993 * term/w32-win.el (libpng-version): Declare for compiler.
995 * msb.el: No need to load dired while compiling.
997 * emacs-lisp/elint.el (elint-standard-variables):
998 Remove a couple of built-ins that now have doc-strings.
1000 * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
1001 `require' is automatically `eval-and-compile'd.
1003 * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
1004 (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
1006 * strokes.el (strokes-fill-current-buffer-with-whitespace):
1007 Move definition before use.
1008 (strokes-report-bug): Make it obsolete.
1010 2011-02-02 Sam Steingold <sds@gnu.org>
1012 * apropos.el (apropos-print): Now that `apropos-mode' inherits
1013 from `special-mode', entering it makes the buffer read-only, so
1014 call it only when everything has been already inserted.
1015 * emacs-lisp/ert.el (ert--setup-results-buffer)
1016 (ert-results-pop-to-backtrace-for-test-at-point)
1017 (ert-results-pop-to-messages-for-test-at-point)
1018 (ert-results-pop-to-timings): Ditto.
1019 * emacs-lisp/package.el (package--list-packages): Ditto.
1020 * play/solitaire.el (solitaire): Ditto.
1022 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
1024 * progmodes/compile.el: Make all faces inherit.
1025 (compilation-warning): Inherit from font-lock-variable-name-face.
1026 (compilation-info): Inherit from font-lock-type-face.
1027 (compilation-line-number): Reassign to font-lock-keyword-face.
1028 (compilation-column-number): Reassign to font-lock-doc-face.
1029 (compilation-leave-directory-face): Reassign to
1030 font-lock-builtin-face.
1032 2011-02-02 Eli Zaretskii <eliz@gnu.org>
1034 * dired.el (dired-insert-directory): Don't invoke `ls' when
1035 ls-lisp.el is used to emulate it.
1037 2011-02-01 Julien Danjou <julien@danjou.info>
1039 * color.el (color-gradient): Add a color-gradient function.
1041 2011-02-01 Sam Steingold <sds@gnu.org>
1043 * simple.el (special-mode-map): Bind "h" to `describe-mode';
1044 bind "z" to `kill-this-buffer'.
1045 (completion-list-mode-map): Bind "z" to `kill-this-buffer'.
1046 * apropos.el (apropos-mode-map): Inherit from `special-mode-map'.
1047 (apropos-mode): Inherit from `special-mode'.
1048 * arc-mode.el (archive-mode-map): Inherit from `special-mode-map'.
1049 * bookmark.el (bookmark-bmenu-mode): Define using
1050 `define-derived-mode' inheriting from `special-mode'.
1051 * dired.el (dired-mode-map): Inherit from `special-mode-map'.
1052 * image-mode.el (image-mode-map): Ditto.
1053 * replace.el (occur-mode): Define using
1054 `define-derived-mode' inheriting from `special-mode'.
1055 * tar-mode.el (tar-mode): Inherit from `special-mode'.
1056 * calendar/diary-lib.el (diary-fancy-display-mode):
1057 Inherit from `special-mode-map'.
1058 * emacs-lisp/ert.el (ert-simple-view-mode, ert-results-mode):
1059 Inherit from `special-mode'.
1060 * emacs-lisp/package.el (package-menu-mode-map): Copy from
1062 (package-menu-mode): Define using `define-derived-mode'
1063 inheriting from `special-mode'.
1064 * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
1065 * net/xesam.el (xesam-mode): Inherit from `special-mode'.
1066 (xesam-mode-map): Define separately.
1067 * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
1068 * progmodes/compile.el (compilation-minor-mode-map)
1069 (compilation-mode-map): Inherit from `special-mode-map'.
1070 * vc/diff-mode.el (diff-mode-shared-map):
1071 Inherit from `special-mode-map'.
1072 * vc/log-view.el (log-view-mode-map): Add a comment.
1074 2011-02-01 Chong Yidong <cyd@stupidchicken.com>
1076 * custom.el (load-theme): Define return value. Drop use of
1077 unsafep; call custom-theme-load-confirm for non-known-safe themes.
1078 (custom-theme-load-confirm): Scroll in the correct window.
1079 (custom-enabled-themes): Add custom-safe-themes to :set-after.
1081 * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
1082 checkbox if load-theme fails.
1084 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1086 * progmodes/compile.el (compilation-next-error): Check there's
1087 a message before using it (bug#7941).
1089 2011-02-01 Jay Belanger <jay.p.belanger@gmail.com>
1091 * calc/calc-mtx.el (math-lud-pivot-check): New function.
1092 (math-do-matrix-lud): Use `math-lud-pivot-check' to check the size
1093 of potential pivots.
1095 2011-01-31 Alan Mackenzie <acm@muc.de>
1097 * progmodes/cc-cmds.el (c-forward-over-illiterals):
1098 Continue parsing if we encounter a naked # (Bug#7595).
1099 (c-beginning-of-statement): Avoid loop in locating the beginning
1100 of a macro. (Not actually committed until 2011-02-20, see above).
1102 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1104 * files.el (copy-directory): Fix arguments to recursive call.
1106 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1108 * files.el (copy-directory): If destination is an existing
1109 directory, copy into a subdirectory there.
1111 2011-01-31 Andreas Schwab <schwab@linux-m68k.org>
1113 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
1116 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1118 * image-dired.el (image-dired-mouse-display-image): No-op if no
1119 file is found (Bug#7817).
1121 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
1123 2011-01-31 Kenichi Handa <handa@m17n.org>
1125 * international/quail.el (quail-keyboard-layout-alist):
1126 Remove superfluous SPC for "pc105-uk" (bug#7927).
1128 2011-01-31 Glenn Morris <rgm@gnu.org>
1130 * msb.el (msb-menu-bar-update-buffers): Update for changed
1131 argument handling of menu-bar-select-frame. (Bug#7902)
1133 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1135 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
1136 to the recursion depth (Bug#7722).
1138 2011-01-31 Roy Liu <carsomyr@gmail.com> (tiny change)
1140 * term/ns-win.el (ns-find-file): Expand ns-input-file with
1141 command-line-default-directory (Bug#7872).
1143 2011-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1145 * progmodes/compile.el (compilation--flush-directory-cache):
1146 New function, extracted from compilation--remove-properties.
1147 (compilation--remove-properties, compilation--parse-region): Use it.
1148 (compilation--previous-directory): Handle one more case.
1149 (compilation-enable-debug-messages): Remove.
1150 (compilation-parse-errors, compilation--flush-parse): Just remove the
1151 left over debug messages.
1153 2011-01-31 Sam Steingold <sds@gnu.org>
1155 * progmodes/compile.el (compilation-enable-debug-messages):
1156 Add a variable to make the parsing messages introduced in
1157 2011-01-28T22:12:05Z!monnier@iro.umontreal.ca optional.
1158 (compilation-parse-errors, compilation--flush-parse): Use it.
1160 2011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1162 * net/rcirc.el: New customizable nick completion format. (Bug#6314)
1163 (rcirc-nick-completion-format): New defcustom.
1164 (rcirc-complete): Use it.
1166 2011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1168 * net/rcirc.el: Clean log filenames (Bug#7933).
1169 (rcirc-log-write): Use convert-standard-filename.
1170 (rcirc-log-filename-function): Documentation updates.
1172 2011-01-30 Jan Djärv <jan.h.d@swipnet.se>
1174 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer):
1175 Check report-emacs-bug-can-use-osx-open and use that if t.
1176 (report-emacs-bug-can-use-osx-open): New function.
1177 (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
1178 Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
1180 2011-01-29 Chong Yidong <cyd@stupidchicken.com>
1182 * vc/vc-dispatcher.el (vc-set-async-update): New function for
1183 updating Dired or VC-dir buffers after async command completes.
1185 * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
1186 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
1188 * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
1189 completions if it exists. Use vc-set-async-update.
1190 (vc-git-pull): Use vc-set-async-update.
1192 * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
1193 read-shell-command. Use vc-set-async-update.
1194 (vc-hg-merge-branch): Use vc-set-async-update.
1196 2011-01-29 Daiki Ueno <ueno@unixuser.org>
1198 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
1199 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
1202 2011-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
1204 * progmodes/compile.el: Avoid an N² behavior in grep.
1205 (compilation--previous-directory): New fun.
1206 (compilation--previous-directory-cache): New var.
1207 (compilation--remove-properties): Flush it.
1208 (compilation-directory-properties, compilation-error-properties):
1209 Use the new fun to speed up looking for the current directory.
1211 2011-01-29 Chong Yidong <cyd@stupidchicken.com>
1213 * vc/vc-hg.el (vc-hg-history): New var.
1214 (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
1215 (vc-hg-merge-branch): New function.
1217 * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
1218 the other way around.
1220 * vc/vc-git.el (vc-git-branches, vc-git-pull)
1221 (vc-git-merge-branch): New functions.
1222 (vc-git-history): New var.
1224 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
1226 * vc/vc-dispatcher.el (vc-do-async-command): New function.
1228 * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
1229 vc-do-async-command.
1231 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
1234 2011-01-28 Leo <sdl.web@gmail.com>
1236 * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
1237 highlighting to the "this function is advised" message.
1239 * help-mode.el (help-mode-finish): Apply highlighting here, to
1240 avoid clobbering by substitute-command-keys (Bug#6304).
1242 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
1244 * woman.el (woman0-roff-buffer): Process roff escape sequences
1245 occurring prior to the first request (Bug#7843).
1247 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1249 * progmodes/compile.el: Don't use font-lock any more.
1250 (compilation-error-regexp-alist-alist): Change handling of makepp
1251 so it preserves the warning/error distinction on subsequent files.
1252 Simplify various rules.
1253 (compilation-directory-properties): Use font-lock-face.
1254 Add a compilation-message property.
1255 (compilation-internal-error-properties): Use font-lock-face.
1256 Don't set the compilation-debug property here.
1257 (compilation--put-prop, compilation--remove-properties)
1258 (compilation--parse-region, compilation--ensure-parse)
1259 (compilation--ensure-parse): New functions.
1260 (compilation-parse-errors): New function, largely inspired of
1261 compilation-mode-font-lock-keywords. Set compilation-debug here.
1262 (compilation--parsed): New var.
1263 (compilation--flush-parse): Use compilation--ensure-parse.
1264 (compilation-start): Don't call font-lock.
1265 (compilation-turn-on-font-lock): Remove.
1266 (compilation-setup): Don't set font-lock-extra-managed-props not change
1267 other font-lock settings, other than keywords.
1268 Don't activate font-lock-mode.
1269 Set change-major-mode-hook and before-change-functions.
1270 (compilation--unsetup): Remove properties and hooks.
1271 (compilation-next-single-property-change): New function.
1272 (compilation-next-error): Use it to parse when needed.
1273 (compile-goto-error): Parse buffer as needed.
1274 (compilation--compat-error-properties): Don't need a dummy `face'
1277 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1279 * progmodes/compile.el: Use accessors for clarity and fix omake hack.
1280 (compilation-process-setup-function): Fix docstring's false promises.
1281 (compilation-error-regexp-alist-alist): Catch omake's continuous
1282 recompilation message and avoid reuse of old markers.
1283 (compilation-parse-errors-function): Declare obsolete.
1284 (compilation-buffer-modtime): Remove.
1285 (compilation--make-cdrloc, compilation--loc->col)
1286 (compilation--loc->line, compilation--loc->file-struct)
1287 (compilation--loc->marker, compilation--loc->visited)
1288 (compilation--make-file-struct, compilation--file-struct->file-spec)
1289 (compilation--file-struct->formats)
1290 (compilation--file-struct->loc-tree): New macros. Use them.
1291 (compilation--message): New defstruct. Use them.
1292 (compilation-next-error-function): Don't mess with timestamps to try
1293 and guess when to reparse.
1295 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1297 * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
1298 (tex-old-error-file-name): New function,
1299 extracted from tex-compilation-parse-errors.
1300 (tex-compilation-parse-errors): Remove.
1301 (tex-error-regexp-alist): New var.
1302 (tex-shell): Use it to avoid compilation-parse-errors-function.
1304 * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
1305 (grep-mode-font-lock-keywords): Remove regexp that seems like
1306 a left-over from before we used compile.el.
1307 (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
1308 modifying the buffer within with-silent-modifications.
1310 * progmodes/compile.el: Cleanup text-properties namespace by using
1311 `compilation-message' instead of `message', `compilation-directory'
1312 instead of `directory', and `compilation-debug' instead of `debug'.
1313 (compilation-last-buffer, compilation-parsing-end)
1314 (compilation-error-list, compilation-old-error-list): Move to the
1315 compatibility part of the code.
1316 (compilation-error-properties): If `file' is a function, let it return
1318 (compilation-mode-font-lock-keywords): Be more conservative with the
1319 omake "^ *" pattern prefix, to try and minimize the risk of
1320 pathologically slow regexp matching.
1321 (compilation-start): Use inhibit-read-only.
1322 (compilation--unsetup): New function.
1323 (compilation-shell-minor-mode, compilation-minor-mode): Use it.
1324 (compilation-filter): Minor tweaks.
1325 (compilation-next-error-function): Try and avoid abusing variables.
1326 (compilation--flush-file-structure): New fun.
1327 (compilation-fake-loc): Use it to improve behavior when file is reused.
1328 (debug-ignored-errors): Add "Moved past last ...".
1329 (compilation--compat-error-properties)
1330 (compilation--compat-parse-errors): Rename by doubling the "-".
1332 Port features from the previous prolog.el to the new one.
1333 * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
1334 (prolog-program-name, prolog-program-switches, prolog-consult-string)
1335 (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
1336 variable and use a function to compute the value dynamically.
1337 (prolog-prompt-regexp): Add regexp for GNU Prolog.
1338 (prolog-continued-prompt-regexp): Remove, unused.
1339 (prolog-find-value-by-system): Try and use the value of prolog-system
1340 in the *prolog* buffer if it helps.
1341 (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
1342 (prolog-zip-on): ..and check prolog-system and version here instead.
1343 (prolog-inferior-self-insert-command): New command.
1344 (prolog-inferior-mode-map): Use it.
1345 (prolog-inferior-error-regexp-alist): New var.
1346 (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
1347 (prolog-input-filter): Use derived-mode-p.
1348 (prolog-inferior-guess-flavor): New function.
1349 (prolog-ensure-process): Use it. Use make-comint-in-buffer rather than
1350 make-comint to avoid running comint-mode twice.
1351 (prolog-inferior-buffer): New fun.
1352 (prolog-old-process-region, prolog-old-process-file):
1353 Don't call prolog-bsts here...
1354 (prolog-build-prolog-command): ...do it here instead.
1355 (prolog-old-process-region, prolog-old-process-file):
1356 Use compilation-fake-loc and compilation-forget-errors.
1357 (prolog-consult-compile-region): Use bolp.
1359 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
1361 * image-mode.el (image-display-size): Doc fix (Bug#7820).
1363 2011-01-27 Sam Steingold <sds@gnu.org>
1365 * midnight.el (clean-buffer-list-kill-never-buffer-names):
1366 Remove "*server*" which is never created by emacs server.
1368 2011-01-27 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1370 * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
1371 there are some diff switches.
1373 2011-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
1375 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1376 Copy change made to ruby-font-lock-syntactic-keywords.
1378 * htmlfontify.el: Make it obey the font-lock-face text property.
1379 Miscellaneous cleanup such as:
1380 - Don't hide expressions after a closing paren.
1381 - Move initial setq into let.
1382 - Hoist common parts out of ifs.
1383 (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
1384 (hfy-face-at): Use get-text-property instead.
1385 (hfy-prop-invisible-p): Use invisible-p if available.
1386 (htmlfontify-manual): Use \\[...].
1387 (hfy-html-quote-regex): Use [...].
1388 (hfy-combined-face-spec): Simplify.
1389 (hfy-compile-face-map): Don't presume point-min==1.
1390 (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
1391 match end of string.
1392 (hfy-text-p): η-reduce.
1393 (hfy-tags-for-file): Receive cache-hash directly.
1394 (hfy-mark-tag-names): Adjust call.
1396 2011-01-27 Glenn Morris <rgm@gnu.org>
1398 * msb.el (msb-after-load-hooks): Make it an obsolete alias.
1399 (msb-after-load-hook): Remove eval-after-load wackiness.
1401 2011-01-25 Sam Steingold <sds@gnu.org>
1403 * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
1404 literal "diff" (important for windows-nt).
1406 2011-01-25 Glenn Morris <rgm@gnu.org>
1408 * emacs-lisp/copyright.el (copyright-at-end-flag)
1409 (copyright-names-regexp): Add safety properties.
1410 (copyright-year-ranges): New option.
1411 (copyright-find-end): New function, split from copyright-update-year.
1412 (copyright-update-year): Use copyright-find-end.
1413 (copyright-fix-years): Optionally, convert years to ranges.
1414 Handle years continued over comment lines.
1415 Do not mess with the fill-prefix.
1416 Do not call copyright-update.
1417 (copyright-update-directory): Optionally, fix years rather than update.
1418 Skip directories. Find files with only safe local vars.
1420 2011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
1422 * files.el (file-name-non-special): Only change buffer-file-name after
1423 insert-file-contents if it's `visit'ing the file (bug#7854).
1425 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
1427 * dired.el (dired-revert): Doc fix (Bug#7758).
1429 * simple.el (line-move-visual): Doc fix (Bug#7594).
1431 2011-01-25 Nobuyoshi Nakada <nobu@ruby-lang.org>
1433 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
1434 here-doc which ends with an underscore.
1435 (ruby-mode-set-encoding): Skip shebang line always.
1436 (ruby-mode-map): Bind C-c C-c to comment-region.
1437 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
1438 (ruby-forward-sexp): Stop after literal hash key labels.
1439 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
1442 2011-01-25 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
1444 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
1445 the correct buffer (Bug#7650).
1447 2011-01-25 Glenn Morris <rgm@gnu.org>
1449 * comint.el (comint-mode): Doc fix. (Bug#7897)
1451 * simple.el (do-auto-fill): Give it a doc string.
1453 * button.el (make-text-button): Doc fix. (See bug#7881)
1455 2011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
1457 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
1458 Don't move backward, so as not to fall in an inf-loop (bug#7736).
1460 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
1461 Handle ?" and friends differently (e.g. don't use backrefs).
1463 2011-01-24 Jay Belanger <jay.p.belanger@gmail.com>
1465 * calc/calc.el (calc-default-power-reference-level)
1466 (calc-default-field-reference-level): New variables.
1467 * calc/calc-units.el (math-standard-units): Add dB and Np.
1468 (math-logunits): New variable.
1469 (math-extract-logunits, math-logcombine, calcFunc-luplus)
1470 (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
1471 (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
1473 (math-find-base-units-rec): Add entry for ln(10).
1474 * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
1475 (calc-ul-prefix-help): New function.
1476 * calc/calc-ext.el (calc-init-extensions): Autoload new units
1477 functions. Add keybindings for new units functions.
1479 2011-01-22 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1481 * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
1482 rcirc buffers. (Bug#4940)
1484 2011-01-22 Glenn Morris <rgm@gnu.org>
1486 * emacs-lisp/copyright.el (copyright-find-copyright): New function,
1487 split out from copyright-update-year.
1488 (copyright-update): Don't mess with the GPL version if we don't own the
1489 copyright. Update license regexp, and remove no longer needed
1491 (copyright-fix-years): Use copyright-find-copyright.
1493 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
1495 * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
1497 2011-01-22 Jari Aalto <jari.aalto@cante.net>
1499 * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
1500 (lm): Rename to landmark.
1501 (lm-test-run): Rename to landmark-test-run.
1503 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
1505 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
1506 "Case sensitive" menu item.
1508 2011-01-22 Roland McGrath <roland@frob.com>
1510 * comint.el (comint-replace-by-expanded-history-before-point): Fix
1511 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
1513 2011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1515 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
1517 2011-01-22 Jari Aalto <jari.aalto@cante.net>
1519 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1520 Assume foo(bar) is a manpage reference rather than some unquoted
1523 2011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1525 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
1526 Suggested by Flo <sensorflo@gmail.com>.
1528 2011-01-22 Glenn Morris <rgm@gnu.org>
1530 * progmodes/compile.el (compilation-error-regexp-alist):
1531 Fix custom type. (Bug#7812)
1533 2011-01-22 Ken Manheimer <ken.manheimer@gmail.com>
1535 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
1536 allout-number-siblings, in keeping with what obtained due to
1537 (now-defunct) allout-keybindings-list. Ditch repeat binding to
1539 (allout-before-change-handler): Better expose spots affected by
1542 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
1544 * man.el (Man-highlight-references0): Use make-button (Bug#7881).
1546 2011-01-22 Phil Hagelberg <phil@evri.com>
1548 * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
1549 (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
1550 (pcmpl-ssh-config-hosts): New function.
1551 (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
1552 pcmpl-ssh-known-hosts.
1554 2011-01-21 Jay Belanger <jay.p.belanger@gmail.com>
1556 * calc/calc-undo.el (calc-undo): Autoload it.
1557 * calc/calc-ext.el (calc-init-extensions): Remove keybindings
1558 and autoload for `calc-undo'.
1559 * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
1560 * calc/calc-prog.el:
1561 * calc/calc-graph.el:
1562 * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
1564 2011-01-21 Štěpán Němec <stepnem@gmail.com> (tiny change)
1566 * calc/calc-ext.el (calc-init-extensions): Map all `undo'
1567 keybindings to `calc-undo'.
1569 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1571 Don't mess with *temp*.
1572 * obsolete/spell.el: Move from textmodes/spell.el.
1574 * term.el (term-read-input-ring):
1575 * startup.el (display-startup-echo-area-message):
1576 * progmodes/antlr-mode.el (antlr-directory-dependencies):
1577 * comint.el (comint-read-input-ring): Use with-temp-buffer.
1578 * international/mule.el (ctext-pre-write-conversion): Don't hardcode
1581 2011-01-20 Ken Manheimer <ken.manheimer@gmail.com>
1583 * allout.el (allout-institute-keymap): Use fset instead of
1584 reapplying defalias.
1586 (allout-hotspot-key-handler): Check for non-control-modified
1587 bindings for hotspot characters if there are no control-modified
1590 * allout.el: Summary - migrate to defining allout mode using
1591 define-minor-mode instead of defun. Significantly clean-up
1592 internal keymap provisions, refactoring and, in the process,
1593 removing a lot of accumulated cruft.
1595 allout-mode-map is now a keymap by virtue of being a defalias to
1596 allout-mode-map-value, which contains the actual keymap structure.
1598 (allout-mode): Use define-minor-mode rather than defun.
1599 Remove now-unnecessary minor-mode setup activities from the body.
1600 Specify :keymap as allout-mode-map so the minor-mode-map-alist
1601 entry will be '(allout-mode . allout-mode-map) - see
1602 allout-mode-map-value, below. Adjust docstring to track changes.
1603 (allout-minor-mode): Remove this defalias, now that we're using
1605 (allout-mode-map): Set value to be 'allout-mode-map. The actual
1606 keymap is allout-mode-map-value, via defalias.
1607 (allout-mode-map-value): The variable holding the actual mode
1608 keymap structure, by virtue of defalias from allout-mode-map.
1609 (allout-compose-and-institute-keymap): Rename from
1610 allout-bind-keys, and including the binding-composition
1611 functionality of the former produce-allout-mode-map and
1612 allout-setup-mode-map.
1613 (allout-institute-keymap): Take over the "setup" part of the former
1614 allout-setup-mode-map. Reassign allout-mode-map-value value and
1615 update the defalias.
1616 (allout-command-prefix) (allout-prefixed-keybindings)
1617 (allout-unprefixed-keybindings):
1618 Use allout-compose-and-institute-keymap to process the bindings.
1619 (allout-unprefixed-keybindings): Remove extraneous '?' question marks.
1620 (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
1621 user can customize if they want to use that binding.
1622 Bind allout-copy-topic-as-kill to (prefixed) \M-k.
1623 Bind allout-up-current-level to (prefixed) \C-u. (I think i mistakenly
1624 elided that, previously, instead of the one for \C-h.)
1625 (allout-hotspot-key-handler): Remove attempt to resolve the key
1626 through the literal key-string lookup on allout-keybindings-list.
1627 That probably hasn't worked for a Long Time, and removal of
1628 allout-keybindings-list further simplifies the keybindings situation.
1629 (allout-pre-command-business): Use allout-mode-map-value instead
1631 (allout-preempt-trailing-ctrl-h): Remove. The user can customize
1632 the bindings if they want to use a keybinding having a trailing
1633 \C-h. No deprecation needed since this feature was never in a release.
1634 (allout-keybindings-list): Remove. It's not been useful for a
1635 while. (See allout-hotspot-key-handler changes, above.)
1636 (produce-allout-mode-map): Remove. Consolidate into
1637 allout-compose-and-institute-keymap.
1638 (allout-mode-map-adjustments): Remove. No longer necessary with
1639 removal of allout-preempt-trailing-ctrl-h.
1640 (allout-setup-mode-map): Remove. Consolidate into
1641 allout-compose-and-institute-keymap and allout-institute-keymap.
1643 2011-01-20 Glenn Morris <rgm@gnu.org>
1645 * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
1647 * simple.el (read-expression-history): Remove, it's in minibuf.c.
1649 2011-01-20 Chong Yidong <cyd@stupidchicken.com>
1651 * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
1653 * files.el (find-alternate-file, basic-save-buffer)
1654 (basic-save-buffer-2, revert-buffer, recover-file)
1655 (kill-buffer-ask, abort-if-file-too-large)
1656 (set-visited-file-name, write-file, backup-buffer)
1657 (basic-save-buffer, save-some-buffers):
1658 * dired-aux.el (dired-compress-file): Callers changed.
1660 2011-01-19 Glenn Morris <rgm@gnu.org>
1662 * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
1663 Also check the property status. (Bug#7861)
1665 2011-01-18 Michael Albinus <michael.albinus@gmx.de>
1667 * net/tramp.el (tramp-debug-message): Extend function exclude
1668 list. Use `regexp-opt'.
1670 2011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1672 * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
1673 highlighting doesn't spill over subsequent lines.
1675 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
1676 keymap expression. Improve docstring.
1678 * electric.el (electric-indent-post-self-insert-function):
1679 Don't auto-indent for indent-to-left-margin, it's too often
1682 2011-01-16 Tassilo Horn <tassilo@member.fsf.org>
1684 * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
1685 spaces if the frame was resized, so that the full visible buffer
1686 serves as canvas for strokes.
1688 2011-01-16 Glenn Morris <rgm@gnu.org>
1690 * info-xref.el (info-xref-docstrings): Replace cl function.
1691 Also skip directories.
1693 2011-01-16 Kevin Ryde <user42@zip.com.au>
1695 * info-xref.el: Version 3.
1696 (info-xref-check, info-xref-check-all): Move commentary details
1697 into docstrings for better visibility.
1698 Use compilation-mode for the results buffer.
1699 (info-xref-output, info-xref-output-error, info-xref-with-output)
1700 (info-xref-filename, info-xref-in-progress):
1701 New internals for this.
1702 (info-xref-check-list, info-xref-check-buffer)
1703 (info-xref-check-all-custom): Use those.
1704 (info-xref-output-buffer): Rename from info-xref-results-buffer.
1705 (info-xref-output-heading): Rename from info-xref-filename-heading.
1706 (info-xref-good, info-xref-bad, info-xref-xfile-alist)
1707 (info-xref-filename-heading): Move to output managing section.
1708 (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
1709 (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
1710 (info-xref-subfile-p): Move to generic section with those two.
1711 (info-xref-check-node): New function split from
1712 info-xref-check-buffer, shared by info-xref-docstrings.
1713 (info-xref-goto-node-p): Move to a checking section with that func.
1714 (info-xref-unavail): New counter.
1715 (info-xref-check-node): Use it.
1716 (info-xref-with-output): Show count of unavailables at end of output.
1717 (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken
1718 symlinks. Exclude .texi files. Exclude Emacs backup files.
1719 (info-xref-check-all-custom): Fix quietening viper-mode and
1720 gnus-registry-install -- use setq not let so as not to unbind
1723 2011-01-16 Juri Linkov <juri@jurta.org>
1725 * isearch.el (isearch-abort): Don't quit if search has
1726 an incomplete regexp (isearch-error is non-nil). (Bug#7534)
1728 2011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
1730 * files.el (backup-buffer): Make last-resort backup file in
1731 .emacs.d (Bug#6953).
1733 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
1734 make it with permission 700.
1736 2011-01-15 Kenichi Handa <handa@m17n.org>
1738 * mail/rmailmm.el (rmail-mime-insert-header):
1739 Set rmail-mime-coding-system to a cons whose car is the last coding
1740 system used to decode the header.
1741 (rmail-mime-find-header-encoding): New function.
1742 (rmail-mime-insert-decoded-text):
1743 Override rmail-mime-coding-system if it is a cons.
1744 (rmail-show-mime): If only a header part was decoded, find the
1745 coding system while ignoring mm-charset-override-alist.
1747 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
1749 * subr.el (event-start, event-end): Doc fix (Bug#7826).
1751 2011-01-15 Kenichi Handa <handa@m17n.org>
1753 * mail/rmailmm.el (rmail-mime-next-item)
1754 (rmail-mime-previous-item): Delete them.
1755 (rmail-mime-shown-mode): Recursively call for children.
1756 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
1758 (rmail-mime-raw-mode): Recursively call for children.
1759 (rmail-mode-map): Change mapping of tab and backtab to
1760 forward-button and backward-button respectively.
1761 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
1763 (rmail-mime-update-tagline): New function.
1764 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
1765 body display is changed.
1766 (rmail-mime-toggle-button): Rename from rmail-mime-image.
1767 (rmail-mime-image): Delete this button type.
1768 (rmail-mime-toggle): New button type.
1769 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
1770 body display is changed. Change the save button label to "Save".
1771 Don't process show/hide button here.
1772 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
1773 the body display is changed. Unconditionally call
1774 rmail-mime-insert for children.
1775 (rmail-mime-handle): Update `display' vector of the just inserted
1777 (rmail-mime-process): If mail-header-parse-content-type returns
1778 nil, use "text/plain" as the fallback type.
1779 (rmail-mime-insert): For raw-mode, recursively call
1780 rmail-mim-insert for children.
1781 (rmail-mime): Handle the case that the current buffer is not rmail
1782 buffer (e.g. in summary buffer).
1784 2011-01-15 Kenichi Handa <handa@m17n.org>
1786 * mail/rmailmm.el (rmail-mime-next-item)
1787 (rmail-mime-previous-item): Skip the body of a non-multipart
1788 entity if a tagline is shown.
1790 2011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1792 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
1793 (tmm-prompt): Simplify.
1794 (tmm-add-prompt): Remove unused var `win'.
1796 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
1797 to minor mode which used nil accidentally to mean "turn off".
1799 2011-01-15 Michael Albinus <michael.albinus@gmx.de>
1801 * net/tramp-sh.el (tramp-find-inline-compress)
1802 (tramp-get-inline-coding): Quote command after pipe symbol for
1803 local calls under W32. (Bug#6784)
1805 2011-01-15 Michael Albinus <michael.albinus@gmx.de>
1807 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
1808 only when running under W32.
1810 2011-01-15 Eli Zaretskii <eliz@gnu.org>
1812 * progmodes/grep.el (grep-compute-defaults): Quote the program
1813 file name after the pipe symbol in Grep templates. (Bug#6784)
1814 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
1816 2011-01-15 Lennart Borgman <lennart.borgman@gmail.com>
1818 * buff-menu.el (Buffer-menu-buffer-list): New var.
1819 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
1820 restricted buffer list is not lost on revert (Bug#7749).
1822 2011-01-15 Eric Hanchrow <eric.hanchrow@gmail.com>
1824 * net/ldap.el (ldap-search-internal): Discard stderr output.
1826 2011-01-15 Eli Zaretskii <eliz@gnu.org>
1828 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
1830 2011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1832 * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
1834 2011-01-15 Kenichi Handa <handa@m17n.org>
1836 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
1837 part as a plain text.
1838 (rmail-mime-process-multipart): Set the default content-type to
1839 nil for unknown multipart subtypes (bug#7651).
1841 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
1843 * hexl.el (hexl-mode-old-*): Remove.
1844 (hexl-mode--old-var-vals): New var to replace them.
1845 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
1846 (hexl-mode, hexl-follow-line, hexl-activate-ruler):
1847 Use them to set local vars (bug#7846).
1848 (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
1849 (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
1850 (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
1852 * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
1853 (smerge-resolve--normalize-re): New var.
1854 (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
1855 (smerge-resolve): Use them.
1856 * newcomment.el (comment-only-p): New function.
1857 (comment-or-uncomment-region): Use it.
1859 2011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change)
1861 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
1862 table, get the value before switching to the output buffer. (Bug#7733)
1864 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
1866 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
1868 2011-01-14 Kim F. Storm <storm@cua.dk>
1870 * emulation/cua-base.el (cua--init-keymaps):
1871 Remap exchange-point-and-mark in cua-global-keymap.
1873 2011-01-14 Tassilo Horn <tassilo@member.fsf.org>
1875 * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
1878 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
1880 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
1882 (easy-menu-create-menu, easy-menu-convert-item-1):
1883 Use :label rather than nil for labels. Use `case'.
1884 Add :enable as alias for :active.
1885 (easy-menu-binding): Obey :label.
1887 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1889 Use run-mode-hooks for major mode hooks (bug#513).
1890 * textmodes/reftex-toc.el (reftex-toc-mode-map):
1891 Rename from reftex-toc-map.
1892 (reftex-toc-mode): Use define-derived-mode.
1893 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
1894 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
1895 Rename from reftex-select-(label|bib)-map. Move init into declaration.
1896 (reftex-select-label-mode, reftex-select-bib-mode):
1897 Use define-derived-mode.
1898 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
1899 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
1900 Move init into delcaration.
1901 (reftex-index-mode, reftex-index-phrases-mode):
1902 Use define-derived-mode.
1903 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
1904 speedbar-syntax-table. Move init into declaration.
1905 (speedbar-mode-map): Rename from speedbar-key-map.
1906 Move init into declaration.
1907 (speedbar-file-key-map): Move init into declaration.
1908 (speedbar-mode): Use define-derived-mode.
1909 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
1910 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
1911 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
1912 (chart-face-list): Move initialization into declaration.
1913 (chart-mode): Use define-derived-mode.
1914 * calculator.el (calculator-mode-map): Move init into declaration.
1915 (calculator-mode): Use define-derived-mode.
1917 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
1918 work for nested comments.
1920 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
1921 (prolog-use-prolog-tokenizer-flag): Change default when
1922 syntax-propertize can be used.
1923 (prolog-syntax-propertize-function): New var.
1924 (prolog-mode-variables): Move make-local-variable into `set'.
1925 Don't make comment-column local since we don't set it.
1926 Set comment-add (as it was in previous prolog.el). Use dolist.
1927 Set syntax-propertize-function.
1928 (prolog-mode, prolog-inferior-mode):
1929 Call prolog(-inferior)-menu directly, not through the mode-hook.
1930 (prolog-buffer-module, prolog-indent-level)
1931 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
1932 (prolog-comment-limits, prolog-goto-comment-column):
1933 Use line-(end|beginning)-position.
1934 (prolog-build-prolog-command): Tighten up regexp.
1935 (prolog-consult-compile): Move make-local-variable into `set'.
1936 (prolog-consult-compile-filter, prolog-goto-next-paren)
1937 (prolog-help-on-predicate, prolog-clause-info)
1938 (prolog-mark-predicate): Don't let+setq.
1939 (prolog-indent-line): Use indent-line-to.
1940 Only call prolog-goto-comment-column if necessary.
1941 (prolog-indent-level): Use bobp.
1942 (prolog-first-pos-on-line): Remove, not used any more.
1943 (prolog-in-string-or-comment): Use syntax-ppss if available.
1944 (prolog-help-on-predicate): Use read-string.
1945 (prolog-goto-predicate-info): Simplify.
1946 (prolog-read-predicate): Use `default' rather than `initial'.
1947 (prolog-temporary-file): Use make-temp-file to close a security hole.
1948 (prolog-toggle-sicstus-sd): New command.
1949 (prolog-electric-underscore, prolog-variables-to-anonymous):
1950 Use dynamic-scoping as it was meant.
1951 (prolog-menu): Move menu definitions to top-level.
1952 Use a toggle-button for Sicstus's source debugger.
1953 Change "Code" to the more usual "Prolog", and hence change "Prolog"
1955 (prolog-inferior-menu): Reuse prolog-menu's help menu.
1956 Move other menu definition to top-level.
1958 2011-01-13 Tassilo Horn <tassilo@member.fsf.org>
1960 * doc-view.el (doc-view-open-text): Use meaningful text buffer
1961 name. Keep original document's directory as default-directory
1963 (doc-view-initiate-display): Fall back to normal mode when
1964 doc-view-mode cannot be enabled, also when extracting the document
1965 text into a separate buffer (bug#6446).
1967 * simple.el (shell-command): Don't error out if shell command
1968 buffer contains text with non-nil read-only property when erasing
1971 2011-01-13 Kim F. Storm <storm@cua.dk>
1973 * ido.el (ido-may-cache-directory): Move "too-big" check later.
1974 (ido-next-match, ido-prev-match): Fix stray reordering of matching
1975 items when cycling through the matches.
1977 2011-01-13 Tassilo Horn <tassilo@member.fsf.org>
1979 * dired-x.el (dired-omit-verbose): New defcustom that allows
1980 disabling the omit messages.
1981 (dired-omit-expunge): Use it.
1983 2011-01-13 Christian Ohler <ohler@gnu.org>
1985 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
1987 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
1989 * font-lock.el (font-lock-verbose): Default to nil.
1991 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
1993 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
1994 (compose-mail): New arg RETURN-ACTION.
1995 (compose-mail-other-window, compose-mail-other-frame): Likewise.
1997 * mail/sendmail.el (mail-return-action): New var.
1998 (mail-mode): Make it buffer-local.
1999 (mail-bury): Obey it. Move special Rmail window handling to
2001 (mail, mail-setup): New arg RETURN-ACTION.
2002 (sendmail-user-agent-compose): Move from simple.el.
2004 * mail/rmail.el (rmail-mail-return): New function.
2005 (rmail-start-mail): Pass it to compose-mail.
2007 2011-01-12 Chong Yidong <cyd@stupidchicken.com>
2009 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
2010 menus. Add menu item for customize-themes.
2012 * cus-theme.el (customize-themes):
2013 * emacs-lisp/package.el (package--list-packages):
2014 Use switch-to-buffer.
2016 2011-01-11 Johan Bockgård <bojohan@gnu.org>
2018 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
2020 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2022 * progmodes/prolog.el: Fix up coding convention and such.
2023 (prolog-indent-width): Use the same default as in
2024 previous prolog.el rather than tab-width which depends on which buffer
2025 is current when the file is loaded.
2026 (prolog-electric-newline-flag): Only enable if electric-indent-mode
2028 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
2029 (prolog-known-systems): Remove.
2030 (prolog-mode-syntax-table, prolog-inferior-mode-map):
2031 Move initialization into declaration.
2032 (prolog-mode-map): Move initialization into declaration.
2033 Remove system-specific mode-map vars, since they referred to the same
2035 (prolog-mode-variables): Obey the user's preference w.r.t
2036 adaptive-fill-mode. Prefer symbol-value to `eval'.
2037 (prolog-mode-keybindings-edit): Add compatibility bindings.
2038 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
2039 (mercury-mode-map): New var.
2040 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
2041 (prolog-ensure-process, prolog-process-insert-string)
2042 (prolog-consult-compile): Use with-current-buffer.
2043 (prolog-guess-fill-prefix): Simplify data flow.
2044 (prolog-replace-in-string): New function to use instead of
2046 (prolog-enable-sicstus-sd): Don't abuse `eval'.
2047 (prolog-uncomment-region): Use `uncomment-region' when available.
2048 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
2049 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
2050 of int-to-char and char-to-int.
2051 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
2053 2011-01-11 Stefan Bruda <stefan@bruda.ca>
2055 * progmodes/prolog.el: Replace by a whole new file.
2057 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2059 * subr.el (eval-after-load): Fix timing for features (bug#7769).
2060 (declare-function, undefined, insert-for-yank)
2061 (replace-regexp-in-string): Follow checkdoc's recommendations.
2063 2011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2065 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
2066 refreshing the diary buffer.
2068 2011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
2070 * allout.el: Add 2011 to the file copyright.
2071 (allout-encrypt-string): Prevent encryption from adding an extra
2072 newline at the end of the topic body.
2073 (allout-version): Increment to 2.3.
2075 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
2077 * net/dbus.el (dbus-unregister-service): Complete doc.
2078 Fix call of dbus-error signal.
2079 (dbus-register-property): Use `dont-register' keyword.
2081 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2083 * net/dbus.el (dbus-unregister-service): Translate returned
2084 integer into a symbol.
2085 (dbus-register-property): Use `dbus-register-service' to do the
2088 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2090 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
2091 Suggested by Joakim Verona.
2093 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
2095 * wid-edit.el (visibility): Replace :on-image and :off-image
2096 widget properties with :on-glyph and :off-glyph, for consistency
2097 with the `visibility' widget.
2098 (widget-toggle-value-create, widget-visibility-value-create):
2099 Merge into a single function `widget-toggle-value-create'.
2101 * cus-edit.el (custom-variable-value-create, custom-visibility)
2102 (custom-face-edit-value-create, custom-face-value-create):
2103 Replace :on-image and :off-image widget properties with :on-glyph and
2104 :off-glyph, for consistency with the `visibility' widget.
2106 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
2108 * net/ldap.el (ldap-search-internal): Don't use eval.
2110 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2112 * subr.el (read-char-choice): Use read-key.
2114 * custom.el (custom-safe-themes): Rename from
2115 custom-safe-theme-files. Add :risky tag.
2116 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
2117 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
2119 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2121 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
2122 from Search and add a label to Undo.
2124 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
2125 inappropriate buttons and adding :vert-only tags.
2127 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
2128 removal of Help tool-bar button. Remove Undo button for space.
2130 * info.el (info-tool-bar-map): Add :vert-only tags.
2132 2011-01-08 Tassilo Horn <tassilo@member.fsf.org>
2134 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
2135 image backend support. Either of them is fine.
2137 2011-01-08 Chong Yidong <cyd@stupidchicken.com>
2139 * subr.el (y-or-n-p): Doc fix.
2141 * custom.el (custom-safe-theme-files): New defcustom.
2142 (custom-theme-load-confirm): New function.
2143 (load-theme): Load theme using `load', confirming with
2144 custom-theme-load-confirm if necessary.
2146 * subr.el (read-char-choice): New function, factored out from
2147 dired-query and hack-local-variables-confirm.
2149 * dired-aux.el (dired-query):
2150 * files.el (hack-local-variables-confirm): Use it.
2152 * dired-aux.el (dired-compress-file):
2153 * files.el (abort-if-file-too-large, find-alternate-file)
2154 (set-visited-file-name, write-file, backup-buffer)
2155 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
2156 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
2157 Use new format string args for y-or-n-p and yes-or-no-p.
2159 2011-01-08 Andreas Schwab <schwab@linux-m68k.org>
2161 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2162 [gcc-include]: Tighten file name match, add match for column
2164 [gnu]: Remove unused group.
2166 2011-01-08 Glenn Morris <rgm@gnu.org>
2168 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
2170 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
2172 2011-01-07 Sam Steingold <sds@gnu.org>
2174 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
2175 the `explicit-shell-file-name' because that is the
2176 non-interactive shell.
2178 2011-01-07 Chong Yidong <cyd@stupidchicken.com>
2180 * subr.el (y-or-n-p): Accept format string args.
2182 2011-01-07 Glenn Morris <rgm@gnu.org>
2184 * Makefile.in (EMACSOPT): Add --no-site-lisp.
2186 2011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
2188 * allout.el (allout-back-to-current-heading): Ensure return to
2189 the visible containing topic, rather than a collapsed one.
2190 (allout-view-change-hook): Remove hook that was deprecated long ago.
2191 (allout-exposure-change-hook): Remove documentation remarks
2192 concerning removed allout-view-change-hook.
2193 (allout-flag-region): Remove invocation of and documentation
2194 remarks concerning allout-view-change-hook.
2196 2011-01-06 Glenn Morris <rgm@gnu.org>
2198 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
2199 (vc-bzr-annotate-extract-revision-at-line):
2200 Handle authors with embedded spaces. (Bug#7792)
2202 2011-01-05 Tassilo Horn <tassilo@member.fsf.org>
2204 * doc-view.el (doc-view-image-width): New variable.
2205 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
2206 backend for PNG images, and do dynamic rescaling instead of
2207 reconverting the whole doc.
2209 2011-01-05 Glenn Morris <rgm@gnu.org>
2211 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
2213 2011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
2215 * allout.el: Reconcile with changes in line movement behavior for
2216 long text lines that cross more than a single physical window
2217 line, ie when truncate-lines is nil.
2218 (allout-next-visible-heading): Provide for change in line-move
2219 behavior on long lines when truncate-lines is nil. In that case,
2220 line-move can wind up on the same textual line when it moves to
2221 the next window line, and moving to the bullet position after the
2222 move yields zero advancement. Add logic to detect and compensate
2223 for the lack of progress.
2224 (allout-current-topic-collapsed-p): move-end-of-line respect for
2225 field boundaries is different when operating with body lines
2226 shorter than window width versus ones greater than window width,
2227 which can yield false negatives in this function. Avoid
2228 difference by applying move-end-of-line while field-text-motion is
2231 2011-01-04 Glenn Morris <rgm@gnu.org>
2233 * textmodes/rst.el (rst-compile-toolsets):
2234 Add pdf and s5 to option alist.
2236 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2238 * net/dbus.el (dbus-register-property): Add optional parameter
2239 dont-register-service. Updated docstring accordingly.
2241 2011-01-04 Andreas Schwab <schwab@linux-m68k.org>
2243 * textmodes/rst.el (rst-compile-pdf-preview)
2244 (rst-compile-slides-preview): Remove extra line.
2246 2011-01-04 Glenn Morris <rgm@gnu.org>
2248 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
2249 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
2250 default to `prog' without a .py extension.
2251 (rst-compile-pdf-preview, rst-compile-slides-preview):
2252 Use program names from rst-compile-toolsets, rather than hard-coding.
2253 (rst-portable-mark-active-p): Fix presumed typo.
2255 2011-01-02 Eli Zaretskii <eliz@gnu.org>
2257 * term/w32-win.el (dynamic-library-alist): Set up correctly for
2258 libpng versions both before and after 1.4.0. (Bug#7716)
2260 2011-01-02 Eli Zaretskii <eliz@gnu.org>
2262 * time.el (display-time-mode): Mention display-time-interval in
2263 the doc string. (Bug#7713)
2265 2011-01-02 Kenichi Handa <handa@m17n.org>
2267 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
2268 condition-case and return an error message string if something
2270 (rmail-show-mime): Adjust for the above change. Insert the
2271 header by rmail-mime-insert-header.
2273 2011-01-02 Kenichi Handa <handa@m17n.org>
2275 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
2276 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
2277 (rmail-mime-mbox-buffer)
2278 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
2279 (rmail-mime-entity): Argument changed. All codes handling an
2280 entity object are changed.
2281 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
2283 (rmail-mime-entity-children, rmail-mime-entity-handler)
2284 (rmail-mime-entity-tagline): New functions.
2285 (rmail-mime-message-p): New function.
2286 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
2287 (rmail-mime-entity-segment, rmail-mime-next-item)
2288 (rmail-mime-previous-item, rmail-mime-shown-mode)
2289 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
2290 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
2291 (rmail-mime-insert-tagline, rmail-mime-insert-header):
2293 (rmail-mime-text-handler): Call rmail-mime-insert-text.
2294 (rmail-mime-insert-decoded-text): New function.
2295 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
2296 (rmail-mime-insert-image): Argument changed. Caller changed.
2297 (rmail-mime-image): Call rmail-mime-toggle-hidden.
2298 (rmail-mime-set-bulk-data): New function.
2299 (rmail-mime-insert-bulk): Argument changed.
2300 (rmail-mime-multipart-handler): Return t.
2301 (rmail-mime-process-multipart): Argument changed.
2302 Handle "multipart/alternative" here.
2303 (rmail-mime-process): Argument changed.
2304 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
2305 (rmail-mime-insert): Argument changed. Handle raw display mode.
2306 (rmail-mime): Argument changed. Handle toggling of raw display
2308 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
2309 rmail-mime-view-buffer.
2310 (rmail-insert-mime-forwarded-message): Likewise.
2311 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
2313 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
2314 non-nil, handle the header in rmail-show-mime-function.
2316 2011-01-02 Leo <sdl.web@gmail.com>
2318 * help-fns.el (describe-variable): Fix previous change.
2320 2011-01-02 Juri Linkov <juri@jurta.org>
2322 * isearch.el (isearch-lazy-highlight-error): New variable.
2323 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
2324 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
2325 to the current value of `isearch-error' (Bug#7468).
2327 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
2329 * help-fns.el (describe-variable): Don't emit trailing whitespace
2332 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
2334 * textmodes/rst.el (rst-compile-pdf-preview)
2335 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
2337 2011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
2339 * emulation/edt-mapper.el: Override mapping of function keys so
2340 that the later call to read-key-sequence works.
2342 2011-01-02 Eli Zaretskii <eliz@gnu.org>
2344 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
2345 Unix EOLs. (Bug#7589)
2347 2011-01-02 Leo <sdl.web@gmail.com>
2349 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
2350 if point is not behind eshell-last-output-end (Bug#7585).
2352 2011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
2354 * files.el (file-local-variables-alist):
2355 Make permanent-local (bug#7767).
2357 2011-01-02 Glenn Morris <rgm@gnu.org>
2359 * version.el (emacs-copyright): Set short copyright year to 2011.
2361 2011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2363 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
2364 an existing temp buffer. (Bug#7746)
2366 2011-01-02 Glenn Morris <rgm@gnu.org>
2368 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
2369 multiple addresses. (Bug#7760)
2371 2011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
2373 * allout.el (allout-auto-fill): Do not infinitely recurse - use
2374 do-auto-fill if everything points back to allout-auto-fill.
2375 (allout-mode-deactivate-hook): Declare obsolete, in favor of
2376 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
2378 2010-12-31 Michael Albinus <michael.albinus@gmx.de>
2380 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
2383 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2385 * doc-view.el (doc-view-set-doc-type): New function refactored
2387 (doc-view-fallback-mode): New function.
2388 (doc-view-mode): Use it.
2389 (doc-view-mode-maybe): New function that checks if doc-view-mode
2390 can be used and falls back to the next best mode otherwise.
2392 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
2393 DVI, OpenDocument, and MS Office files.
2395 2010-12-30 Andreas Schwab <schwab@linux-m68k.org>
2397 * emacs-lisp/rx.el (rx-syntax): Fix typo.
2399 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2401 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
2402 on a copy of auto-mode-alist, because that deletes with side
2405 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2407 * doc-view.el (doc-view-mode, doc-view-toggle-display):
2408 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
2409 fallback instead of hard coding fundamental mode.
2411 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2413 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
2414 Office) files also for searching.
2416 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2418 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
2419 Office) files. Not yet enabled via auto-mode-list.
2420 (doc-view-unoconv-program): New custom variable.
2421 (doc-view-mode-p): Handle new odf document type.
2422 (doc-view-odf->pdf): New conversion function.
2423 (doc-view-convert-current-doc): Call it for odf files.
2424 (doc-view-mode): Recognize newly supported file extensions.
2426 2010-12-30 Michael Albinus <michael.albinus@gmx.de>
2428 * net/tramp.el (tramp-default-method-alist)
2429 (tramp-default-user-alist)
2430 (tramp-local-host-regexp, tramp-prefix-domain-format)
2431 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
2434 * net/tramp-gvfs.el:
2436 * net/tramp-imap.el:
2438 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
2439 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
2441 2010-12-29 Karl Fogel <kfogel@red-bean.com>
2443 * saveplace.el (save-place-alist-to-file): Save list sorted and
2444 pretty-printed, so that it is mergeable by line-based text merging,
2445 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
2447 2010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
2449 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
2450 (allout-mode): Argument "toggle" => "force".
2451 Refine the docstring.
2452 Remove special provisions for reactivation, besides the 'force'
2454 Consolidate layout provisions coce directly into the activation
2455 condition branch, now that we've removed those provisions.
2456 (allout-unload-function): Explicitly activate the mode before
2457 deactivating, if it's initially deactivated.
2458 (allout-set-buffer-multibyte): Properly prevent byte-compiler
2459 warnings for version of function used only where
2460 set-buffer-multibyte is unavailable.
2462 2010-12-28 Chong Yidong <cyd@stupidchicken.com>
2464 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
2465 are handled by the menu-bar entries. As before, don't use
2466 :visibile to avoid changing the tool-bar.
2468 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
2470 * net/secrets.el (secrets-delete-alias): New defun.
2472 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
2474 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
2475 methods, otherwise ~/.ssh/config would be ignored.
2477 2010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
2479 * emacs-lisp/rx.el: Make it a superset of sregex.
2480 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
2481 of args, add `regex' alias.
2482 (rx-info): Add arg to distinguish head and standalone forms.
2483 (rx-check, rx-form): Pass the corresponding arg.
2485 (rx-repeat): Make it work for any number of args.
2486 (rx-syntax): Make it accept syntax chars as is.
2487 * obsolete/sregex.el: Move from emacs-lisp/.
2488 * emacs-lisp/re-builder.el: Remove sregex support.
2489 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
2491 2010-12-25 Eli Zaretskii <eliz@gnu.org>
2493 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
2494 PRIMARY first, then the clipboard. (Bug#7699)
2496 2010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
2498 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
2501 2010-12-21 Chong Yidong <cyd@stupidchicken.com>
2503 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
2504 .emacs.elc (Bug#7530).
2506 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
2507 image spec (Bug#7480).
2509 2010-12-21 Daiki Ueno <ueno@unixuser.org>
2511 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
2512 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
2515 2010-12-20 Leo <sdl.web@gmail.com>
2517 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
2518 always be performed (Bug#7680).
2520 2010-12-20 Chong Yidong <cyd@stupidchicken.com>
2522 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
2523 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
2526 * color.el: Move from gnus/.
2528 * vc/diff.el (diff-better-file-name): Function deleted.
2529 abbreviating file names causes problems with shell-quote-argument.
2530 (diff-no-select): Just use expand-file-name.
2532 * tool-bar.el (tool-bar--image-expression): New function.
2533 (tool-bar-local-item, tool-bar--image-exp): Use it.
2534 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
2535 Use :enable instead of :visible to avoid changing the tool-bar
2536 configuration unnecessarily.
2538 * info.el (info-tool-bar-map): Add separators.
2540 2010-12-17 Ken Brown <kbrown@cornell.edu>
2542 * loadup.el: Use version numbers in Cygwin build.
2544 2010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
2546 * ido.el (ido-file-internal): Ask for confirmation before
2547 overwriting an existing file (Bug#1238).
2549 2010-12-16 Chong Yidong <cyd@stupidchicken.com>
2551 * tool-bar.el (tool-bar-setup): Add separators.
2553 * menu-bar.el (featurep): Use menu-bar-separator.
2555 2010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
2557 Migrate allout encryption provisions from pgg to epg.
2559 * allout.el (allout-toggle-current-subtree-encryption)
2560 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
2561 defaulting policy and other changes. Change fetch-pass to keymode-cue,
2562 for simpler universal argument interpretation.
2563 (allout-toggle-subtree-encryption): Adjust docstring to describe
2564 changed encryption provisions. Change fetch-pass to keymode-cue, for
2565 simpler universal argument interpretation. Remove provisions for
2566 handling key type and identity - they'll all be within
2567 allout-encrypt-string or epg/epg or even contained all the way in gpg.
2568 (allout-encrypt-string): Include keymode-cue, for optionally prompting
2569 for keypair recipients (universal argument > 1) and, in addition,
2570 associating the specified recipients with the outline (universal
2571 argument > 4) using a file local variable setting for
2572 'epa-file-encrypt-to'.
2573 Require epa, for recipients handling.
2574 Change how regexp filtering elements are named.
2575 Describe the problem with caching of incorrect symmetric-decryption
2577 Use the epa-passphrase-callback-function, in case the user is using
2579 Support saving of the selected keypair recipients when invoked with a
2581 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
2583 Establish epg-context with armoring and default epg-protocol.
2584 Remove all passphrase cache, verification, and hinting code.
2585 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
2586 No longer used, delete.
2587 (allout-mode): Adjust docstring to describe changed encryption
2588 provisions. Describe the problem with caching of incorrect
2589 symmetric-decryption keys.
2590 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
2591 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
2592 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
2593 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
2596 2010-12-16 Daiki Ueno <ueno@unixuser.org>
2598 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
2599 key selection prompt; make 'silent as default (Bug#7487).
2601 2010-12-16 Leo <sdl.web@gmail.com>
2603 * eshell/eshell.el (eshell-directory-name):
2604 Use locate-user-emacs-file (Bug#7578).
2606 2010-12-15 Glenn Morris <rgm@gnu.org>
2608 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
2610 2010-12-15 Jari Aalto <jari.aalto@cante.net>
2611 Scott Evans <gse@antisleep.com>
2613 * rect.el (rectange--default-line-number-format)
2614 (rectangle-number-line-callback): New functions.
2615 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
2617 2010-12-15 Chong Yidong <cyd@stupidchicken.com>
2619 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
2620 Delete unused variables.
2621 (move-to-column-force): Remove function obsolete since 21.2.
2623 2010-12-14 Michael Albinus <michael.albinus@gmx.de>
2625 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
2626 (tramp-handle-insert-file-contents): Do not set permanent-local
2629 * net/tramp-cache.el (tramp-persistency-file-name):
2630 Use `locate-user-emacs-file' if fboundp.
2632 * net/tramp-sh.el (tramp-methods): Add "ksu".
2633 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
2636 2010-12-14 Glenn Morris <rgm@gnu.org>
2638 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
2639 (find-tag-marker-ring): Declare.
2640 (js-find-symbol): Require etags.
2642 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
2644 (mail-alias-file): Don't autoload. Doc fix.
2645 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
2646 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
2647 Mark as obsolete, and risky.
2648 (mail-setup): Simplify.
2650 * mail/mailalias.el (build-mail-aliases): Make it interactive.
2651 * mail/sendmail.el (build-mail-aliases): Update autoload.
2653 * dired.el (dired-trivial-filenames, dired-chown-program)
2654 (dired-auto-revert-buffer): Remove autoload cookies.
2655 * mail/sendmail.el (mail-recover-1): Require 'dired.
2657 * dired.el (dired-subdir-switches, dired-chown-program)
2658 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
2659 Make into defcustoms.
2660 (dired-chown-program): Simplify initialization.
2662 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
2664 2010-12-13 Romain Francoise <romain@orebokech.com>
2666 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
2668 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2670 * net/netrc.el (netrc-point-at-eol): Remove the unused
2671 netrc-point-at-old and netrc-bound-and-true-p bindings.
2672 (netrc-parse): Cache the netrc contents.
2674 2010-12-13 Eli Zaretskii <eliz@gnu.org>
2676 * subr.el (posn-col-row): Evaluate header-line-format in the
2677 context of the POSITION window's buffer.
2679 2010-12-13 Glenn Morris <rgm@gnu.org>
2681 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
2682 (with-silent-modifications): Doc fixes.
2684 2010-12-13 Michael Albinus <michael.albinus@gmx.de>
2686 * net/tramp.el (tramp-action-password, tramp-process-actions):
2687 Revert previous from. Use `save-restriction'.
2689 2010-12-13 Stephen Berman <stephen.berman@gmx.net>
2691 * calendar/diary-lib.el (diary-list-sexp-entries):
2692 Handle case of no newline at end of file. (Bug#7536)
2694 2010-12-13 Glenn Morris <rgm@gnu.org>
2696 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
2698 2010-12-13 Michael Albinus <michael.albinus@gmx.de>
2700 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
2701 (tramp-process-actions): Do not widen.
2703 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2704 Protect buffer-modified value. (Bug#7557)
2706 2010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
2708 * log-edit.el (log-edit-changelog-entries):
2709 Regexp quote filename. (Bug#7505)
2711 2010-12-13 Tom Breton <tehom@panix.com>
2713 * cus-edit.el (custom-save-all):
2714 Bind print-length and print-level to nil. (Bug#7581)
2716 2010-12-13 Glenn Morris <rgm@gnu.org>
2718 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
2719 Run hooks to update menu contents. (Bug#7586)
2721 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
2722 file names, for the sake of MS Windows. (Bug#7588)
2724 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2726 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
2727 empty lines without a leading space.
2729 2010-12-13 Leo <sdl.web@gmail.com>
2731 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
2732 while mapping over marks (Bug#6810).
2734 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
2736 * image-dired.el (image-dired-db-file)
2737 (image-dired-temp-image-file, image-dired-gallery-dir)
2738 (image-dired-temp-rotate-image-file): Set default values relative
2739 to image-dired-dir (Bug#7518).
2741 2010-12-13 Lawrence Mitchell <wence@gmx.li>
2743 * format.el (format-decode-run-method): Pass args FROM and TO, not
2744 point-min and point-max, to shell-command-on-region (Bug#7488).
2746 2010-12-13 Jan Djärv <jan.h.d@swipnet.se>
2748 * frame.el (blink-cursor-mode): Make default t for ns.
2750 2010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
2752 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
2754 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
2756 * comint.el (comint-dynamic-list-input-ring)
2757 (comint-dynamic-complete-filename)
2758 (comint-replace-by-expanded-filename)
2759 (comint-dynamic-simple-complete)
2760 (comint-dynamic-list-filename-completions)
2761 (comint-dynamic-list-completions): Doc fix (Bug#7499).
2763 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
2766 2010-12-13 Martin Rudalics <rudalics@gmx.at>
2768 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
2771 2010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
2773 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
2776 2010-12-13 Eli Zaretskii <eliz@gnu.org>
2778 * files.el (file-relative-name): Handle UNC file names on
2779 DOS/Windows. (Bug#4674)
2781 2010-12-13 Daiki Ueno <ueno@unixuser.org>
2783 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
2784 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
2785 (epg-context-set-passphrase-callback): Mention that the callback
2786 is not called when used with GnuPG 2.x.
2788 2010-12-13 Glenn Morris <rgm@gnu.org>
2790 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
2791 Ensure ps-footer-font-size-internal is initialized.
2792 Call ps-get-page-dimensions before trying to use ps-font-for-text.
2794 2010-12-13 Kenichi Handa <handa@m17n.org>
2796 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
2797 within condition-case.
2798 (rmail-show-mime): Don't use condition-case.
2799 (rmail-search-mime-message): New function.
2800 (rmail-search-mime-message-function): Set to
2801 rmail-search-mime-message.
2803 2010-12-13 Leo <sdl.web@gmail.com>
2805 * ido.el (ido-common-initialization): New function. (bug#3274)
2807 (ido-completing-read): Call it.
2809 2010-12-12 Karl Fogel <kfogel@red-bean.com>
2811 * bookmark.el (bookmark-name-from-full-record): Rename back to
2812 this original name from `bookmark-name-from-record' reverting part
2813 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
2814 As Drew Adams pointed out, there was no reason to cause churn for
2815 third-party callers. (Bug#7609)
2817 2010-12-12 Alan Mackenzie <acm@muc.de>
2819 * progmodes/cc-engine.el (c-forward-type): Before scanning a
2820 template arglist, check that the current language supports this.
2822 2010-12-11 Glenn Morris <rgm@gnu.org>
2824 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
2825 state of the file matches. (Bug#7544)
2826 (vc-bzr-register, vc-bzr-checkin)
2827 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
2828 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
2830 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
2832 2010-12-11 Karel Klíč <kklic@redhat.com>
2834 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
2836 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2838 Derive from prog-mode, use derived-mode-p, and fix up various
2839 minor style issues in lisp/progmodes.
2841 * progmodes/vhdl-mode.el (vhdl-mode):
2842 * progmodes/verilog-mode.el (verilog-mode):
2843 * progmodes/vera-mode.el (vera-mode):
2844 * progmodes/sql.el (sql-mode):
2845 * progmodes/scheme.el (scheme-mode):
2846 * progmodes/perl-mode.el (perl-mode):
2847 * progmodes/octave-inf.el (inferior-octave-mode):
2848 * progmodes/autoconf.el (autoconf-mode):
2849 * progmodes/m4-mode.el (m4-mode):
2850 * progmodes/inf-lisp.el (inferior-lisp-mode):
2851 * progmodes/idlwave.el (idlwave-mode):
2852 * progmodes/icon.el (icon-mode):
2853 * progmodes/idlw-help.el (idlwave-help-mode):
2854 * progmodes/dcl-mode.el (dcl-mode):
2855 * progmodes/idlw-shell.el (idlwave-shell-mode):
2856 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
2857 (ebrowse-member-mode, ebrowse-electric-position-mode):
2858 Use define-derived-mode.
2860 * progmodes/xscheme.el (exit-scheme-interaction-mode)
2861 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
2862 (xscheme-debugger-mode-p, xscheme-send-string-1):
2863 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
2864 (tcl-load-file, tcl-restart-with-file):
2865 * progmodes/ps-mode.el (ps-run-running):
2866 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
2867 * progmodes/js.el (js--get-all-known-symbols):
2868 * progmodes/inf-lisp.el (inferior-lisp-proc):
2869 * progmodes/idlwave.el (idlwave-beginning-of-statement)
2870 (idlwave-template, idlwave-update-buffer-routine-info)
2871 (idlwave-update-current-buffer-info)
2872 (idlwave-get-routine-info-from-buffers, idlwave-choose)
2873 (idlwave-scan-class-info, idlwave-fix-keywords)
2874 (idlwave-list-buffer-load-path-shadows):
2875 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
2876 (idlwave-toolbar-remove):
2877 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
2878 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
2879 (idlwave-shell-menu-def):
2880 * progmodes/idlw-complete-structtag.el
2881 (idlwave-prepare-structure-tag-completion):
2882 * progmodes/gud.el (gud-set-buffer):
2883 * progmodes/f90.el (f90-backslash-not-special):
2884 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
2886 * progmodes/xscheme.el (xscheme-start)
2887 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
2888 * progmodes/which-func.el (which-function):
2889 * progmodes/vhdl-mode.el (vhdl-set-style):
2890 * progmodes/verilog-mode.el (verilog-set-compile-command)
2891 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
2892 (verilog-set-define, verilog-auto-reeval-locals):
2893 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
2894 * progmodes/simula.el (simula-mode):
2895 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
2896 * progmodes/python.el (python-check, python-mode):
2897 * progmodes/prolog.el (prolog-mode-variables):
2898 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
2899 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
2900 * progmodes/delphi.el (delphi-mode):
2901 * progmodes/cc-styles.el (c-setup-paragraph-variables):
2902 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
2903 (c-font-lock-init): Move make-local-variable to their setq.
2905 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
2906 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
2908 * progmodes/sh-script.el (sh-require-final-newline): Remove.
2909 (sh-set-shell): Don't set require-final-newline since it's already done
2911 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
2912 since we never set it.
2913 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
2914 Use read-string and standard prompt.
2915 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
2916 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
2917 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
2918 (meta-common-mode-map): Rename from meta-mode-map.
2919 Remove C-m binding, which is a user preference, not mode specific.
2920 (meta-common-mode): New major mode; replace meta-common-initialization.
2921 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
2922 around with font-lock.
2923 * progmodes/etags.el (select-tags-table-mode):
2924 Derive from special-mode.
2925 * progmodes/octave-mod.el (octave-mode):
2926 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
2927 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
2928 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
2929 Let define-derived-mode do its job.
2930 * progmodes/cpp.el (cpp-edit-mode-map):
2931 Move initialization into declaration.
2932 (cpp-edit-mode): Use define-derived-mode.
2933 (cpp-edit-load): Use derived-mode-p.
2934 * progmodes/mixal-mode.el (mixal-mode):
2935 * progmodes/f90.el (f90-mode):
2936 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
2937 require-final-newline since prog-mode does it already.
2938 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
2939 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
2940 * progmodes/antlr-mode.el: Require cc-mode upfront.
2941 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
2943 (antlr-directory-dependencies, antlr-show-makefile-rules):
2945 (antlr-language-option): Don't assume point-min==1.
2946 (antlr-mode): Use define-derived-mode.
2947 * progmodes/ada-mode.el: Use derived-mode-p.
2948 (ada-mode): Use define-derived-mode.
2949 Use hack-local-variables-hook.
2951 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2953 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
2954 (texinfo-mode): Don't disable adaptive-fill-mode.
2955 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
2956 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
2957 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
2958 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
2959 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
2960 (texinfo-insert-@quotation, texinfo-insert-@samp)
2961 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
2962 (texinfo-insert-@uref): Use define-skeleton.
2963 (texinfo-insert-@-with-arg): Delete.
2965 2010-12-10 Eli Zaretskii <eliz@gnu.org>
2967 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
2968 nil, do quote archive member names. (Bug#6144)
2970 2010-12-10 Glenn Morris <rgm@gnu.org>
2972 * files.el (diff-no-select): Declare.
2974 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
2975 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
2977 * comint.el (comint-input-ring-file-name): Doc fix.
2979 2010-12-09 Eli Zaretskii <eliz@gnu.org>
2981 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
2983 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
2984 Use them instead of `nil' and `>', respectively.
2985 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
2987 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
2988 and menu-bar-positive-p instead of `nil' and `>', respectively.
2991 2010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2993 * whitespace.el (whitespace-newline-mode): Code fix.
2995 2010-12-09 Glenn Morris <rgm@gnu.org>
2997 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
2998 Rename functions without commas, update callers.
3000 2010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
3002 * whitespace.el (whitespace-cleanup-region):
3003 Clean up spaces before tabs. (Bug#7582)
3005 2010-12-08 Karl Fogel <kfogel@red-bean.com>
3007 * bookmark.el: Adjust parameter names and doc strings to resolve
3008 confusion over whether "bookmark" meant a bookmark name or a
3009 bookmark record. Along the way, shorten one function's name for
3010 similar reasons. (Issue #7548)
3011 (bookmark-name-from-record): New name for
3012 `bookmark-name-from-full-record'. All callers changed.
3013 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3014 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
3015 (bookmark-get-annotation, bookmark-set-annotation)
3016 (bookmark-get-filename, bookmark-set-filename)
3017 (bookmark-get-position, bookmark-set-position)
3018 (bookmark-get-front-context-string, bookmark-set-front-context-string)
3019 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
3020 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
3021 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
3022 Rename `bookmark' parameter to `bookmark-name-or-record', to
3023 clearly show its role, and shorten or adjust doc strings accordingly.
3024 (bookmark-set-name): Same, and pass the parameter directly to
3025 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
3026 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
3027 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
3028 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
3029 and in some cases shorten doc string accordingly.
3030 (bookmark-rename): Change `old' and `new' parameters to `old-name'
3031 and `new-name', and adjust an internal variable to avoid confusion.
3032 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
3033 parameter in doc string.
3035 2010-12-08 Glenn Morris <rgm@gnu.org>
3037 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
3038 from gdb's history file. (Bug#7575)
3040 * mail/emacsbug.el (report-emacs-bug):
3041 Try to handle some other mail clients.
3043 2010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3045 * files.el (dir-locals-collect-variables): Don't let errors stop us.
3046 Use string-prefix-p.
3047 (file-name-version-regexp): New var.
3048 (file-name-sans-versions):
3049 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
3050 (jka-compr-get-compression-info): Use dolist.
3051 (jka-compr-compression-info-list): Don't bother specifying
3052 version/backup regexps.
3054 2010-12-07 Tassilo Horn <tassilo@member.fsf.org>
3056 * simple.el (just-one-space): Make argument n default to 1 if
3059 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3061 * electric.el (electric-indent-post-self-insert-function):
3062 Delete trailing newlines even if we don't reindent.
3064 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3066 * minibuffer.el (completion-at-point): Remove the `arg'.
3067 * bindings.el (complete-symbol): Move back from minibuffer.el.
3069 2010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3071 * simple.el (just-one-space): Delete newlines for negative arg.
3073 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3075 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
3076 (ansi-color-filter-apply): Simplify.
3077 (ansi-color-apply): Use `font-lock-face' rather than `face'.
3079 2010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3081 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3083 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
3085 * dired.el (dired-use-ls-dired): Set default to a special
3086 "unspecified" value.
3087 (dired-insert-directory): When called the first time, check
3088 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
3090 2010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
3092 * replace.el: Add "collect" feature to occur.
3093 (occur-collect-regexp-history): New var.
3094 (occur-read-primary-args): Return a replace string for nlines,
3096 (occur): Extend the meaning of nlines.
3098 2010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3100 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
3101 (which-func-update-1): Distinguish symbols from strings.
3102 (which-function): Stay within 80 columns.
3104 2010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3106 * subr.el (with-demoted-errors): Distinguish symbols from strings.
3108 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
3110 (comment-style): Use comment-styles's docs to describe values.
3112 2010-12-03 Jan Djärv <jan.h.d@swipnet.se>
3114 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
3115 and ns-show-prefs (Bug#7535).
3117 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
3118 bindings (Bug#7535).
3120 2010-12-03 Glenn Morris <rgm@gnu.org>
3122 * nxml/nxml-mode.el: Require rng-nxml.
3123 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
3124 Remove declarations.
3126 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
3127 * nxml/rng-nxml.el, nxml/rng-valid.el:
3128 Remove leading `*' from defcustom docs.
3130 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3131 (normal-top-level-add-to-load-path, tty-handle-args):
3132 Convert comments to basic doc-strings.
3134 * net/browse-url.el (browse-url-url-at-point)
3135 (browse-url-default-browser): Remove autoload cookies.
3137 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3138 Remove more undefined cl functions.
3140 * vc/diff.el (diff-sentinel): Make new arguments optional.
3141 * ibuf-ext.el (diff-sentinel): Update declaration.
3143 2010-12-03 Daiki Ueno <ueno@unixuser.org>
3145 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3146 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3147 (epg-context-set-passphrase-callback): Mention that the callback
3148 is not called when used with GnuPG 2.x.
3150 2010-12-02 Michael Albinus <michael.albinus@gmx.de>
3152 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
3153 (tramp-file-name-port): Check also for `tramp-default-port'.
3154 (tramp-get-connection-name): New defun.
3155 (tramp-get-connection-process): Use it.
3156 (tramp-debug-message): Extend function exclude list.
3157 (tramp-drop-volume-letter): Fix doc string.
3159 * net/tramp-cmds.el: Remove solved todo item.
3162 * net/tramp-gvfs.el:
3164 * net/tramp-imap.el:
3165 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
3166 and `tramp-default-user-alist', respectively.
3168 * net/tramp-gw.el (tramp-gw-open-connection):
3169 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
3171 * net/tramp-imap.el (tramp-imap-make-iht): Use just
3172 `tramp-file-name-port'.
3174 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
3175 and "psftp". Exchange "%k" marker with options.
3176 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
3177 Compute size of link target.
3178 (tramp-do-copy-or-rename-file-out-of-band): Move setting of
3179 `tramp-current-*' up due to gateway methods. Optimize computing of
3180 copy arguments. Use `tramp-get-connection-name' and
3181 `tramp-get-connection-buffer'. Improve debug messages.
3182 (tramp-compute-multi-hops): Remove port determination.
3183 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
3185 * net/trampver.el: Update release number.
3187 2010-12-02 Glenn Morris <rgm@gnu.org>
3189 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3190 Avoid infinite loop over windows. (Bug#7492)
3192 * progmodes/flymake.el (flymake-check-file-limit):
3193 Allow nil to mean "no limit".
3194 (flymake-check-patch-master-file-buffer): Update for above change.
3195 Allow a .tex file-name extension to be optional.
3196 (flymake-master-tex-init): Also match \include statements.
3198 2010-11-30 Sam Steingold <sds@gnu.org>
3200 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
3201 (nxml-parent-document-set): A function to set `nxml-parent-document'.
3202 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
3203 (nxml-mode-hook): Remove `defcustom' (auto-defined by
3204 define-derived-mode').
3205 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
3206 users who want to call `nxml-parent-document-set'.
3208 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3210 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
3211 stand-alone lines, since that is handled by log-edit-match-to-eoh
3214 2010-11-27 Eduard Wiebe <usenet@pusto.de>
3216 * dired.el (dired-get-filename): Replace backslashes with slashes
3217 in file names on MS-Windows, needed by `locate'. (Bug#7308)
3218 * locate.el (locate-default-make-command-line): Don't consider
3219 drive letter and root directory part of
3220 `directory-listing-before-filename-regexp'. (Bug#7308)
3221 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
3223 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3225 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
3226 of :smie-open/close-alist.
3227 (smie-next-sexp): Make it accept a "start token" as argument.
3228 (smie-indent-keyword): Be careful not to misidentify tokens that span
3229 more than one line, as empty lines. Add argument `token'.
3231 2010-11-27 Kenichi Handa <handa@m17n.org>
3233 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
3234 multipart subtypes, insert all as usual.
3236 * mail/rmail.el: Require rfc2047.
3238 2010-11-27 Kenichi Handa <handa@m17n.org>
3240 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
3241 (rmail-mime-entity-disposition)
3242 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
3243 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
3244 (rmail-mime-save): Handle the case that the button's `data' is a
3246 (rmail-mime-insert-text): New function.
3247 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
3248 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
3249 (rmail-mime-insert-bulk): New function mostly copied from the old
3250 rmail-mime-bulk-handler.
3251 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
3252 (rmail-mime-process-multipart): New function mostly copied from
3253 the old rmail-mime-multipart-handler.
3254 (rmail-mime-show): Just call rmail-mime-process.
3255 (rmail-mime-process): New function mostly copied from the old
3257 (rmail-mime-insert-multipart, rmail-mime-parse)
3258 (rmail-mime-insert, rmail-show-mime)
3259 (rmail-insert-mime-forwarded-message)
3260 (rmail-insert-mime-resent-message): New functions.
3261 (rmail-insert-mime-forwarded-message-function): Set to
3262 rmail-insert-mime-forwarded-message.
3263 (rmail-insert-mime-resent-message-function): Set to
3264 rmail-insert-mime-resent-message.
3266 * mail/rmailsum.el: Require rfc2047.
3267 (rmail-header-summary): Handle multiline Subject: field.
3268 (rmail-summary-line-decoder): Change the default to
3269 rfc2047-decode-string.
3271 * mail/rmail.el (rmail-enable-mime): Change the default to t.
3272 (rmail-mime-feature): Change the default to `rmailmm'.
3273 (rmail-quit): Delete the specifal code for rmail-enable-mime.
3274 (rmail-display-labels): Likewise.
3275 (rmail-show-message-1): Check rmail-enable-mime, and use
3276 rmail-show-mime-function for a MIME message. Decode the headers
3277 according to RFC2047.
3279 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3281 * progmodes/which-func.el (which-func-imenu-joiner-function):
3282 Return a string, as expected.
3283 (which-function-mode): Make sure we stop any previous timer before
3286 2010-11-27 Michael Albinus <michael.albinus@gmx.de>
3288 * net/tramp.el (tramp-default-method-alist)
3289 (tramp-default-user-alist, tramp-default-proxies-alist):
3290 Adapt custom options type. (Bug#7445)
3292 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3294 * progmodes/python.el: Add Ipython support (Bug#5390).
3295 (python-shell-prompt-alist)
3296 (python-shell-continuation-prompt-alist): New options.
3297 (python--set-prompt-regexp): New function.
3298 (inferior-python-mode, run-python, python-shell):
3299 Require ansi-color. Use python--set-prompt-regexp to set the comint
3300 prompt based on the Python interpreter.
3301 (python--prompt-regexp): New var.
3302 (python-check-comint-prompt)
3303 (python-comint-output-filter-function): Use it.
3304 (run-python): Use a pipe (Bug#5694).
3306 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3308 * progmodes/python.el (run-python): Doc fix.
3309 (python-keep-current-directory-in-path): New var (Bug#7454).
3311 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3313 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3314 Prompt user before actually printing.
3316 2010-11-27 Glenn Morris <rgm@gnu.org>
3318 * startup.el (package-enable-at-startup, package-initialize):
3319 Remove unnecessary declarations.
3321 2010-11-27 Eli Zaretskii <eliz@gnu.org>
3323 * international/characters.el (glyphless-char-display-control):
3324 Exclude newline and TAB from the c0-control group.
3326 2010-11-27 Glenn Morris <rgm@gnu.org>
3328 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
3329 (expand-mail-aliases): Remove unnecessary autoload.
3331 * allout.el (allout-command-prefix, allout-mode-map): Declare.
3333 * shell.el (shell-dir-cookie-re): Move definition before use.
3335 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3336 Replace undefined CL functions.
3338 2010-11-26 Eli Zaretskii <eliz@gnu.org>
3340 * simple.el (prog-mode): Set bidi-paragraph-direction to
3343 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
3345 2010-11-26 Glenn Morris <rgm@gnu.org>
3347 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
3348 diary-outlook-formats can be sensitive to calendar-date-style.
3349 (diary-outlook-formats): Simplify the default setting.
3350 (diary-from-outlook-internal): Pass subject and body as arguments.
3351 Use dolist rather than dotimes. Don't save the diary buffer.
3352 (diary-from-outlook-gnus, diary-from-outlook-rmail):
3353 Pass subject and body as explicit arguments to the -internal function.
3355 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3357 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
3358 parsing them. This makes mailto:...?subject=foo\nbar work.
3360 2010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3362 * vc/diff.el (diff): Fix last change.
3364 2010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3366 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
3367 (pcase--dontcare-upats): New var.
3368 (pcase-let, pcase-let*): Generate better code.
3369 Accept the same bodies as `let'.
3370 (pcase-dolist): New macro.
3371 (pcase--trivial-upat-p): New helper function.
3372 (pcase--expand): Strip leading "(let nil" if any.
3374 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3376 * mail/mailclient.el (browse-url): Require.
3377 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
3378 use the external browser function to send the mail (bug#7469).
3380 * net/browse-url.el (browse-url-browser-function): Revert the
3381 default back to the previous value, since the new value broke
3383 (browse-url-mailto-function): New variable for mailto: URLs.
3384 (browse-url): Use the new variable for mailto: URLs.
3386 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3388 * eshell/esh-cmd.el (eshell-parse-command):
3389 * eshell/esh-arg.el (eshell-parse-arguments):
3390 * eshell/em-script.el (eshell-source-file):
3391 Use with-silent-modifications.
3393 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
3395 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
3396 for a merge location.
3398 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
3399 (vc-bzr-merge-branch): Always prompt.
3400 (vc-bzr-async-command): Use the full branch filename.
3402 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3404 * shell.el (shell): Use current-buffer by default if it's already
3405 a shell mode buffer and its process is dead.
3406 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
3408 2010-11-23 Tassilo Horn <tassilo@member.fsf.org>
3410 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
3411 Mention that the keywords should be comma separated.
3413 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
3415 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
3416 Accept optional prefix arg meaning to prompt for a command.
3417 (vc-update): Use vc-BACKEND-pull if available. Accept optional
3418 prefix arg meaning to prompt for a command.
3419 (vc-pull): Alias for vc-update.
3421 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
3422 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
3423 (vc-bzr-merge-branch): New functions, implementing merge-branch
3424 and pull operations.
3426 2010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3428 * Makefile.in: Fix up last merge.
3430 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
3431 (diff-sentinel): Get them as arguments instead.
3432 (diff-old-file, diff-new-file, diff-extra-args): Remove.
3433 (diff-file-local-copy, diff-better-file-name): New funs.
3434 (diff-no-select): Rename from diff-into-buffer.
3435 Support buffers additionally to files. Move `buf' arg. Don't display buf.
3436 Prefer closures to buffer-local variables.
3437 (diff): Adjust accordingly.
3438 (diff-buffer-with-file): Move from files.el.
3439 * files.el (diff-buffer-with-file): Move to vc/diff.el.
3440 (diff-buffer-internal): Remove.
3441 (diff-buffer-buffer): Remove.
3442 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
3443 the buffer name used, and so as not to mess up windows and frames.
3445 2010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3447 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
3448 (diff-buffer-internal): New function extracted from diff-buffer-with-file
3449 (diff-buffer-with-file): Use it.
3450 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
3453 2010-11-22 Tassilo Horn <tassilo@member.fsf.org>
3455 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
3456 \ref's or \pageref's value as default instead of initial input.
3458 2010-11-21 Michael Albinus <michael.albinus@gmx.de>
3460 * files.el (backup-by-copying-when-mismatch): The default value is
3463 * startup.el (normal-top-level):
3464 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
3465 `backup-by-copying-when-mismatch'.
3467 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
3469 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
3471 2010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3473 * progmodes/python.el (python-font-lock-keywords):
3474 Highlight top-level augmented assignments (Bug#6445).
3476 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
3478 * term/ns-win.el (ns-right-control-modifier)
3479 (ns-right-command-modifier): Defvar them.
3481 * cus-start.el (all): Add ns-right-control-modifier and
3482 ns-right-command-modifier (Bug#7458).
3484 2010-11-20 Glenn Morris <rgm@gnu.org>
3486 * emacs-lisp/authors.el (authors-ignored-files)
3487 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
3489 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
3491 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
3492 (report-emacs-bug-parse-query-results)
3493 (report-emacs-bug-create-existing-bugs-buffer): Pass through
3494 keywords used for querying the bug database to show them in the
3495 existing bugs buffer.
3497 2010-11-20 Jan Djärv <jan.h.d@swipnet.se>
3499 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
3501 * info.el (info-tool-bar-map): Add some :vert-only keywords.
3503 2010-11-20 Eli Zaretskii <eliz@gnu.org>
3505 * international/characters.el (glyphless-char-display-control):
3506 Make it a defcustom, with update-glyphless-char-display as its
3508 (top level): Don't call update-glyphless-char-display.
3510 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
3512 Sync with Tramp 2.2.0.
3514 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
3515 `file-remote-p' (due to compatibility).
3517 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
3518 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
3520 * net/trampver.el: Update release number.
3522 2010-11-20 Eli Zaretskii <eliz@gnu.org>
3524 * faces.el (glyphless-char): Define value for `pc'.
3526 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
3528 Implemented a bug querying mechanism.
3529 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
3530 (report-emacs-bug-create-existing-bugs-buffer)
3531 (report-emacs-bug-parse-query-results)
3532 (report-emacs-bug-query-existing-bugs): New functions.
3534 2010-11-19 Tassilo Horn <tassilo@member.fsf.org>
3536 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
3537 a \ref{} or \pageref{} macro, then use its value as initial input.
3539 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
3541 * calc/calc-units.el (math-build-units-table-buffer):
3542 calc/README: Mention that the TeX specific units won't use the
3543 `tex' prefix in TeX mode.
3544 calc/calc-lang.el (math-variable-table): Don't use the `tex'
3545 prefix for units in TeX mode.
3547 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3549 * simple.el (kill-new, kill-append, kill-region):
3550 * comint.el (comint-kill-region): Make the yank-handler argument
3553 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3555 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
3556 that are both openers (resp. closers) and something else.
3557 (smie-grammar): Loosen definition of valid values.
3558 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
3559 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
3560 (smie-indent-after-keyword): Adjust users.
3561 (smie-indent-keyword): Don't indent empty lines.
3563 * vc-hg.el (vc-hg-program): New var.
3564 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
3565 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
3567 2010-11-18 Glenn Morris <rgm@gnu.org>
3569 * emacs-lisp/autoload.el (autoload-find-destination): The function
3570 coding-system-eol-type may return non-numeric values. (Bug#7414)
3572 2010-11-18 Ulrich Mueller <ulm@gentoo.org>
3574 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
3576 2010-11-18 Eli Zaretskii <eliz@gnu.org>
3578 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
3580 2010-11-18 Chong Yidong <cyd@stupidchicken.com>
3582 * textmodes/picture.el (picture-mouse-set-point): Don't use
3583 posn-col-row; explicitly compute the motion based on the posn at
3584 the window-start (Bug#7390).
3586 2010-11-18 Glenn Morris <rgm@gnu.org>
3588 * novice.el (disabled-command-function):
3589 Fix 2009-11-15 change. (Bug#7384)
3591 2010-11-18 Glenn Morris <rgm@gnu.org>
3593 * calendar/calendar.el (diary-iso-date-forms): Make elements
3594 mutually exclusive. (Bug#7377)
3596 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3598 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
3599 when filling the remaining "unconstrained" values.
3601 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3603 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
3606 * files.el (safe-local-variable-p): Gracefully handle errors.
3608 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
3609 Use smie-indent-virtual when indenting relative to an opener.
3610 (smie-rule-separator): Use smie-rule-parent.
3611 (smie-indent-keyword): Consult rules, even for openers at bol.
3612 (smie-indent-comment-close): Try to align closer's content.
3614 2010-11-18 Glenn Morris <rgm@gnu.org>
3616 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
3618 2010-11-18 Glenn Morris <rgm@gnu.org>
3620 * printing.el (pr-menu-bind): Doc fix.
3622 * speedbar.el (speedbar-toggle-images): Doc fix.
3624 * progmodes/python.el (python-shell): Doc fix.
3626 * wid-edit.el (widget-field-use-before-change)
3627 (widget-use-overlay-change): Doc fixes.
3629 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3631 Minor cleanup to improve style.
3632 * textmodes/rst.el (rst-update-section): Use point-marker.
3633 (rst-get-decoration): Eliminate unneeded assignment.
3634 (rst-promote-region, rst-straighten-decorations)
3635 (rst-section-tree, rst-adjust): Use point-marker.
3636 (rst-toc-mode-mouse-goto): Avoid setq.
3637 (rst-shift-region-guts, rst-shift-region-left)
3638 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
3639 (rst-convert-bullets-to-enumeration): Use copy-marker.
3641 * minibuffer.el (completion-fail-discreetly): New var.
3642 (completion--do-completion): Use it.
3644 * electric.el (electric-pair-pairs): New var.
3645 (electric-pair-post-self-insert-function): Use it.
3646 (electric-layout-post-self-insert-function): Don't insert a before
3647 newline unless it's actually needed.
3649 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3651 * progmodes/python.el (run-python): Explain why we remove the current
3652 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
3654 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
3656 2010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3658 * progmodes/octave-mod.el: Rely on elecric-*-modes.
3659 (octave-mode-map): Don't bind ;, SPC, and LF.
3660 (octave-auto-indent, octave-auto-newline): Remove.
3661 (electric-layout-rules): Declare.
3662 (octave-mode): Set electric-layout-rules.
3663 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
3664 (octave-reindent-then-newline-and-indent, octave-electric-semi)
3665 (octave-electric-space): Remove.
3667 * electric.el (electric-layout-mode): New minor mode.
3668 (electric--after-char-pos): New function.
3669 (electric-indent-post-self-insert-function): Use it.
3670 (electric-layout-rules): New var.
3671 (electric-layout-post-self-insert-function): New function.
3672 (electric-indent-mode): Make them interact better.
3674 2010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3676 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
3677 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
3678 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
3680 2010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
3682 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
3683 Make sure to check inside the word (Bug#6761).
3685 2010-11-14 Chong Yidong <cyd@stupidchicken.com>
3687 * startup.el (command-line): If the cursorColor resource is set,
3688 change the cursor face-spec (Bug#7392).
3690 2010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
3692 The main features of the following allout.el changes are:
3693 - implement user customization for the allout key bindings
3694 - add a customization control by which the user can inhibit use of
3695 a trailing Ctrl-H, so by default it's reserved for use with
3696 describe-prefix-bindings
3697 - adapt to new version of called-interactively-p, while
3698 maintaining backwards compatibility with old version
3699 - fix hotspot navigation so i works properly with meta-modified keys
3701 * allout.el (allout-keybindings, allout-bind-keys)
3702 (allout-keybindings-binding, allout-prefixed-keybindings)
3703 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
3704 (allout-keybindings-list, allout-mode-map-adjustments)
3705 (allout-setup-mode-map): Establish allout-mode keymaps as user
3706 customizable settings, and also establish a customizable setting which
3707 regulates whether or not a trailing control-h is reserved for use with
3708 describe-prefix-bindings - and inhibit it by default, so that control-h
3709 *is* reserved for describe-prefix-bindings unless the user changes it.
3711 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
3712 and accurately between modified and unmodified events, and handle
3713 modified events more comprehensively.
3715 * allout.el (allout-substring-no-properties):
3716 Alias to use or provide version of `substring-no-properties'.
3717 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
3719 * allout.el (allout-next-single-char-property-change):
3720 Alias to use or provide version of `next-single-char-property-change'.
3721 (allout-annotate-hidden, allout-hide-by-annotation):
3722 Use `allout-next-single-char-property-change'.
3724 * allout.el (allout-select-safe-coding-system):
3725 Alias to use or provide version of `select-safe-coding-system'.
3726 (allout-toggle-subtree-encryption):
3727 Use `allout-select-safe-coding-system'.
3729 * allout.el (allout-set-buffer-multibyte):
3730 Alias to use or provide version of `set-buffer-multibyte'.
3731 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
3733 * allout.el (allout-called-interactively-p): Macro for using the
3734 different versions of called-interactively-p identically, depending on
3735 the subroutine's argument signature.
3736 (allout-back-to-current-heading, allout-beginning-of-current-entry):
3737 Use `(interactive "p")' instead of `(called-interactively-p)'.
3739 * allout.el (allout-init, allout-ascend, allout-end-of-level)
3740 (allout-previous-visible-heading, allout-forward-current-level)
3741 (allout-backward-current-level, allout-show-children):
3742 Use `allout-called-interactively-p' instead of `called-interactively-p'.
3744 * allout.el (allout-before-change-handler):
3745 Exempt edits to the (overlaid) character after the allout outline
3746 bullet from edit confirmation prompt.
3748 * allout.el (allout-add-resumptions):
3749 Ensure that it respects correct buffer for keybindings.
3751 * allout.el (allout-beginning-of-line):
3752 Use `allout-previous-single-char-property-change' alias for the sake of
3753 diverse compatibility.
3755 * allout.el (allout-end-of-line):
3756 Use `allout-mark-active-p' to encapsulate respect for mark activity.
3758 2010-11-13 Chong Yidong <cyd@stupidchicken.com>
3760 * frame.el (frame-notice-user-settings): Don't clobber other
3761 user-set parameters when calling face-set-after-frame-default in
3762 response to background-color parameter (Bug#7373).
3764 2010-11-13 Eli Zaretskii <eliz@gnu.org>
3766 * international/characters.el (glyphless-char-display-control):
3767 Rename from glyphless-char-control; all users changed. Doc fix.
3768 Signal an error if display method is not one of the recognized
3771 2010-11-13 Michael Albinus <michael.albinus@gmx.de>
3773 * net/tramp-compat.el (tramp-compat-line-beginning-position)
3774 (tramp-compat-line-end-position): Remove them.
3776 * net/tramp.el (tramp-parse-rhosts-group)
3777 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
3778 (tramp-parse-hosts-group, tramp-parse-passwd-group)
3779 (tramp-parse-netrc-group, tramp-parse-putty-group)
3780 * net/tramp-cmds.el (tramp-append-tramp-buffers)
3781 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
3782 (tramp-sh-handle-file-selinux-context)
3783 (tramp-sh-handle-file-name-all-completions)
3784 (tramp-sh-handle-insert-directory)
3785 (tramp-sh-handle-expand-file-name, tramp-find-executable)
3786 (tramp-wait-for-output, tramp-send-command-and-read)
3787 * net/tramp-smb.el (tramp-smb-read-file-entry)
3788 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
3790 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
3792 (tramp-remote-coding-commands): Add an alternative using "base64
3793 -d -i". This is needed for older base64 versions from GNU
3794 coreutils. Reported by Klaus Reichl
3795 <Klaus.Reichl@thalesgroup.com>.
3797 2010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
3799 * simple.el (count-words-region): New function.
3801 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3803 * shell.el (shell-dir-cookie-re): New custom variable.
3804 (shell-dir-cookie-watcher): New function.
3806 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
3807 and compilation-mode (bug#7350).
3809 * vc/smerge-mode.el (smerge-refine): Choose better default part to
3810 highlight when one of them is empty.
3812 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
3814 (skeleton-newline): New function.
3815 (skeleton-internal-1): Use it.
3817 * simple.el (open-line): `newline' may strip trailing space.
3819 2010-11-12 Kevin Ryde <user42@zip.com.au>
3821 * international/mule-cmds.el (princ-list): Use mapc.
3823 2010-11-12 Glenn Morris <rgm@gnu.org>
3825 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
3826 Use it to replace all instances of "*Compile-Log*"
3828 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3830 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
3833 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3835 * progmodes/modula2.el: Use SMIE and skeleton.
3836 (m2-mode-syntax-table): (*..*) can be nested.
3837 Add //...\n. Fix paren syntax.
3838 (m2-mode-map): Remove LF and TAB bindings.
3839 (m2-indent): Add safety property.
3840 (m2-smie-grammar): New var.
3841 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
3842 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
3843 (m2-mode): Use define-derived-mode.
3844 (m2-newline, m2-tab): Remove.
3845 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
3846 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
3847 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
3848 (m2-import): Use define-skeleton.
3850 2010-11-11 Glenn Morris <rgm@gnu.org>
3852 * obsolete/lucid.el: Don't warn about any CL functions in this file.
3854 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
3855 (ls-lisp-verbosity): Add custom :set-after property.
3856 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
3857 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
3858 (ls-lisp-insert-directory): Update caller.
3859 (ls-lisp-set-options): New function.
3860 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
3863 * play/landmark.el (lm-prompt-for-move):
3864 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
3866 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
3868 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
3869 (idlwave-study-twins): Prefix dynamic local variable `name'.
3870 (idlwave-routine-twin-compare): Update for above change.
3872 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
3873 Prefix dynamic local variables `name', `kwd', and `link'.
3874 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
3875 * progmodes/idlw-complete-structtag.el
3876 (idlwave-complete-structure-tag-help):
3877 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
3878 (idlwave-complete-sysvar-tag-help)
3879 (idlwave-complete-class-structure-tag-help):
3880 Update for above name changes.
3882 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3884 * net/browse-url.el (browse-url-browser-function): Change the
3885 default to use `browse-url-mail' on mailto: URLs.
3887 2010-11-10 Chong Yidong <cyd@stupidchicken.com>
3889 * emacs-lisp/package.el (package-read-all-archive-contents):
3890 Reset package-archive-contents to nil before re-reading.
3892 2010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
3894 * textmodes/flyspell.el (flyspell-word): Do not re-check words
3895 already found as misspellings by (flyspell-large-region), just
3896 do highlighting (bug#7322).
3898 2010-11-10 Glenn Morris <rgm@gnu.org>
3900 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
3902 * emulation/edt.el (edt-with-position): New macro.
3903 (edt-find-forward, edt-find-backward, edt-find-next-forward)
3904 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
3905 (edt-paragraph-forward, edt-paragraph-backward): Use it.
3907 * emulation/tpu-extras.el (tpu-with-position): New macro.
3908 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
3910 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
3912 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
3913 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
3914 (texinfo-master-menu, texinfo-insert-node-lines)
3915 (texinfo-multiple-files-update):
3916 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
3917 Use line-beginning-position.
3919 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
3920 No recent Emacs supports system-type `emx'.
3922 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
3923 (ada-command-separator, ada-default-prj-properties)
3924 (ada-find-any-references): Update for above name change.
3926 * dirtrack.el (dirtrack-directory-function)
3927 (dirtrack-canonicalize-function):
3928 * filecache.el (file-cache-completion-ignore-case)
3929 (file-cache-case-fold-search, file-cache-ignore-case):
3930 * term.el (serial-port-is-file-p): Cosmetic change.
3932 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
3933 Remove non-existent `windows-95' system-type.
3934 * dired.el (dired-chown-program): Remove non-existent `linux'
3937 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
3938 (ping-program-options): Remove non-existent `linux' system-type.
3940 * startup.el (package-initialize): Update declaration.
3942 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
3943 (ls-lisp-handle-switches): Use time-less-p.
3944 (ls-lisp-format-time): Use float-time.
3946 * textmodes/remember.el (remember-time-to-seconds): Remove.
3947 (remember-store-in-mailbox): Use float-time.
3949 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
3951 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
3952 never a real function.
3953 (with-no-warnings): Remove compat stub, now unused.
3954 (time-less-p): Doc fix.
3955 (time-to-number-of-days): Simplify.
3957 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
3959 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
3960 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
3961 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
3962 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
3963 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
3965 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
3966 (eshell-shuffle-files, eshell-shorthand-tar-command)
3967 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
3968 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
3969 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
3970 Prefix dynamic local variable `matches'.
3972 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
3973 Prefix dynamic local variable `skeleton'.
3975 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3977 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
3978 in mail buffer; make yank-action always a command that yanks original
3981 2010-11-09 Glenn Morris <rgm@gnu.org>
3983 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
3985 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3987 * minibuffer.el (minibuffer-completion-help): Specify the end of the
3988 completion field (bug#7211).
3990 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
3991 Fix handling of backslash escapes.
3992 (python-quote-syntax): Adjust accordingly.
3994 2010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
3996 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
3997 (vc-mtn-workfile-branch): Adjust to new output format.
3999 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4001 * international/mule-cmds.el (princ-list): Mark as obsolete.
4003 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4005 * emacs-lisp/smie.el: New package.
4007 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
4009 * files.el (backup-by-copying-when-mismatch):
4010 Set `permanent-local' property.
4012 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
4013 `permanent-local' property for `backup-by-copying-when-mismatch'.
4015 2010-11-09 Eli Zaretskii <eliz@gnu.org>
4017 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
4019 2010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
4021 * progmodes/verilog-mode.el (verilog-insert-one-definition)
4022 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
4023 AUTOINOUT for SV style multidimensional arrays, bug294.
4024 Reported by Eric Mastromarchi.
4025 (verilog-preprocess): Use with-current-buffer and
4026 font-lock-fontify-buffer to cleanup style issues.
4028 2010-11-09 Glenn Morris <rgm@gnu.org>
4030 * locate.el (locate, locate-mode): Doc fixes.
4032 2010-11-09 Chong Yidong <cyd@stupidchicken.com>
4034 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
4035 user for confirmation.
4036 (server-force-stop): Use it.
4037 (server-start): Use server-force-stop for kill-emacs-hook, to
4038 avoid user interaction while killing Emacs.
4040 2010-11-09 Glenn Morris <rgm@gnu.org>
4042 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
4043 (meta-indent-line): Simplify.
4045 * vc/emerge.el (emerge-line-number-in-buf):
4046 * textmodes/ispell.el (ispell-region):
4047 * textmodes/fill.el (current-fill-column):
4048 * progmodes/xscheme.el (xscheme-send-current-line):
4049 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
4050 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
4051 * progmodes/sh-script.el (sh-handle-prev-do):
4052 * progmodes/meta-mode.el (meta-indent-line):
4053 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
4055 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
4056 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
4057 * progmodes/fortran.el (fortran-looking-at-if-then):
4058 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
4059 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
4060 (cperl-find-pods-heres):
4061 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
4062 * net/quickurl.el (quickurl-list-insert):
4063 * net/ldap.el (ldap-search-internal):
4064 * net/eudc.el (eudc-expand-inline):
4065 * mail/sendmail.el (sendmail-send-it):
4066 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
4067 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
4068 (viper-brac-function):
4069 * calc/calc-yank.el (calc-do-grab-region):
4070 * calc/calc-keypd.el (calc-keypad-press):
4071 * term.el (term-move-columns, term-insert-spaces):
4072 * speedbar.el (speedbar-highlight-one-tag-line):
4073 * simple.el (current-word):
4074 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4075 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
4077 * hippie-exp.el (he-line-beg):
4078 * epa.el (epa--marked-keys):
4079 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
4080 (dired-update-file-line, dired-add-entry, dired-remove-entry)
4081 (dired-relist-entry):
4082 * buff-menu.el (Buffer-menu-buffer):
4083 * array.el (current-line):
4084 * allout.el (allout-resolve-xref)
4085 (allout-latex-verbatim-quote-curr-line):
4086 Replace yet more uses of end-of-line etc with line-end-position, etc.
4088 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4090 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
4091 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
4092 (checkdoc-syntax-table): Initialize in the declaration.
4093 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
4094 the mode on unconditionally.
4096 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
4097 (extent-end-position, extent-start-position): Remove setf method for
4098 non-existing functions (bug#7319).
4100 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4102 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
4103 (smie-precs->prec2): Rename from smie-precs-precedence-table.
4104 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
4105 (smie-prec2->grammar): Rename from smie-prec2-levels.
4106 (smie-grammar): Rename from smie-op-levels.
4107 (smie-indent--hanging-p): Rename from smie-hanging-p.
4108 (smie-rule-hanging-p): New alias.
4109 (smie-indent--bolp): Rename from smie-bolp.
4110 (smie-indent--hanging-p): New alias.
4111 (smie--token): New dynamically bound variable.
4112 (smie-indent--parent): New function.
4113 (smie-rule-parent-p): Use it; rename from smie-parent-p.
4114 (smie-rule-next-p): Rename from smie-next-p.
4115 (smie-rule-prev-p): Rename from smie-prev-p.
4116 (smie-rule-sibling-p, smie-rule-parent)
4117 (smie-indent--separator-outdent, smie-rule-separator): New functions.
4118 (smie-rule-separator-outdent): New var.
4119 (smie-indent--rule): Merge with smie-indent--column.
4120 (smie-indent-forward-token, smie-indent-backward-token):
4121 Also recognize close parens.
4122 (smie-indent-keyword): Don't use smie-indent--column any more.
4123 (smie-indent-after-keyword): Ignore closers by default.
4124 (smie-indent-line): Use with-demoted-errors.
4125 * progmodes/octave-mod.el (octave-smie-grammar):
4126 Rename from octave-smie-op-levels.
4127 (octave-smie-rules): Adjust to new behavior.
4128 * progmodes/prolog.el (prolog-smie-grammar):
4129 Rename from prolog-smie-op-levels.
4131 2010-11-07 Glenn Morris <rgm@gnu.org>
4133 * eshell/esh-util.el (subst-char-in-string)
4134 (directory-files-and-attributes): These compatibility definitions are
4135 not needed on any version of Emacs since at least 21.4.
4137 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
4138 (verilog-get-end-of-line): Remove.
4139 (verilog-within-string, verilog-re-search-forward-substr)
4140 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
4141 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
4142 Use point-at-bol, point-at-eol.
4143 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
4145 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
4146 (electric-pascal-terminate-line, pascal-set-auto-comments)
4147 (pascal-indent-paramlist, pascal-indent-declaration)
4148 (pascal-get-lineup-indent, pascal-func-completion)
4149 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
4150 Use point-at-bol, point-at-eol.
4151 * progmodes/flymake.el (flymake-line-beginning-position)
4152 (flymake-line-end-position): Remove.
4153 (flymake-highlight-line): Use point-at-bol, point-at-eol.
4154 * eshell/esh-util.el (line-end-position, line-beginning-position):
4155 Remove compat definitions.
4157 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4159 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
4160 Use line-end-position.
4162 * emacs-lisp/chart.el (chart-zap-chars):
4163 * play/decipher.el (decipher-set-map):
4164 * progmodes/ada-mode.el (ada-get-current-indent)
4165 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
4166 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
4167 * progmodes/ada-xref.el (ada-initialize-runtime-library)
4168 (ada-get-all-references):
4169 * progmodes/cperl-mode.el (cperl-electric-paren)
4170 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
4171 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
4172 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
4173 (cperl-word-at-point-hard):
4174 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
4175 (idlwave-shell-filename-string, idlwave-shell-batch-command)
4176 (idlwave-shell-display-line):
4177 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
4178 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
4179 * progmodes/js.el (js--re-search-forward-inner)
4180 (js--re-search-backward-inner):
4181 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
4182 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
4183 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
4184 * textmodes/flyspell.el (flyspell-process-localwords):
4185 * textmodes/ispell.el (ispell-buffer-local-parsing)
4186 (ispell-buffer-local-dict, ispell-buffer-local-words):
4187 Use point-at-bol and point-at-eol.
4189 * speedbar.el (speedbar-generic-item-info)
4190 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
4191 (speedbar-add-indicator, speedbar-check-vc-this-line)
4192 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
4193 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
4194 Replace more uses of end-of-line etc with line-end-position.
4196 2010-11-06 Glenn Morris <rgm@gnu.org>
4198 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
4199 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
4200 (texinfo-delete-existing-pointers, texinfo-find-pointer)
4201 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
4202 (texinfo-multiple-files-update):
4203 * textmodes/table.el (table--probe-cell-left-up)
4204 (table--probe-cell-right-bottom):
4205 * textmodes/picture.el (picture-tab-search):
4206 * textmodes/page-ext.el (pages-copy-header-and-position)
4207 (pages-directory-for-addresses):
4208 * progmodes/vera-mode.el (vera-get-offset):
4209 * progmodes/simula.el (simula-calculate-indent):
4210 * progmodes/python.el (python-pdbtrack-overlay-arrow):
4211 * progmodes/prolog.el (end-of-prolog-clause):
4212 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
4213 * progmodes/icon.el (indent-icon-exp):
4214 * progmodes/etags.el (tag-re-match-p):
4215 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
4216 * progmodes/ebnf2ps.el (ebnf-begin-file):
4217 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
4218 (dcl-save-local-variable):
4219 * play/life.el (life-setup):
4220 * play/gametree.el (gametree-looking-at-ply):
4221 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4222 * mail/sendmail.el (mail-mode-auto-fill):
4223 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4224 * emacs-lisp/edebug.el (edebug-overlay-arrow):
4225 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
4226 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
4227 (woman-tab-to-tab-stop, WoMan-warn-ignored):
4228 * type-break.el (type-break-file-keystroke-count):
4229 * term.el (term-replace-by-expanded-history-before-point)
4230 (term-skip-prompt, term-extract-string):
4231 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
4232 (speedbar-contract-line, speedbar-toggle-line-expansion)
4233 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
4234 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
4235 * sort.el (sort-skip-fields):
4236 * skeleton.el (skeleton-internal-list):
4237 * simple.el (line-move-finish, line-move-to-column):
4238 * shell.el (shell-forward-command):
4239 * misc.el (copy-from-above-command):
4240 * makesum.el (double-column):
4241 * ebuff-menu.el (electric-buffer-update-highlight):
4242 * dired.el (dired-move-to-end-of-filename):
4243 * dframe.el (dframe-popup-kludge):
4244 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
4245 * arc-mode.el (archive-get-lineno):
4246 Use line-end-position and line-beginning-position.
4248 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
4249 (idlwave-study-twins): Prefix dynamic local `class'.
4250 (idlwave-routine-twin-compare): Update for above name change.
4252 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
4253 Use boundp tests to silence compiler. Update for changed name of
4254 bytecomp-filename variable.
4256 * emulation/viper-cmd.el (viper-read-string-with-history):
4257 Prefix dynamic local `initial'.
4258 (viper-minibuffer-standard-hook): Update for above name change.
4260 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
4261 (elint-init-form): Update for above name change.
4263 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
4264 local variables `cbeg' and `cend' a prefix.
4265 (mail-extr-voodoo): Update for above name change.
4267 * textmodes/reftex-toc.el (reftex-toc-do-promote)
4268 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
4269 (reftex-toc-promote-action): Doc fix.
4271 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
4272 `prompt', `data' a prefix.
4273 (reftex-select-post-command-hook, reftex-select-callback)
4274 (reftex-select-mouse-accept, reftex-select-read-cite):
4275 Update for above name changes.
4277 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
4278 `refstyle' to reftex-refstyle.
4279 (reftex-offer-label-menu): Update for above name change.
4280 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
4281 `refstyle' name change.
4283 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
4284 with with-current-buffer.
4285 (diff, template): Give dynamic local variables a prefix.
4286 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
4287 (emerge-line-number-in-buf): Update for above name change.
4288 (emerge-combine-versions-internal): Rename local `template' to
4289 emerge-combine-template.
4290 (emerge-combine-versions-edit): Update for above name change.
4292 2010-11-06 Ralf Angeli <angeli@caeruleus.net>
4294 * textmodes/reftex-cite.el
4295 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
4296 entries with whitespace after \bibitem.
4297 (reftex-create-bibtex-file): Match entries containing numbers and
4298 symbol constituents. Make sure that entries with whitespace at
4299 various places are found.
4301 2010-11-05 Christian Millour <cm@abtela.com> (tiny change)
4303 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
4305 2010-11-05 Jan Djärv <jan.h.d@swipnet.se>
4307 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
4309 2010-11-05 Glenn Morris <rgm@gnu.org>
4311 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
4312 (woman2-roff-buffer): Give local variable `request' a prefix.
4313 (woman0-macro): Rename argument `request' in the same way.
4314 (woman-request): New name for `request' dynamic variable.
4315 (woman-unquote, woman-forward-arg): Update for above name change.
4316 (woman1-roff-buffer): Give local variable `unquote' a prefix.
4317 (woman1-unquote): New name for `unquote' dynamic variable.
4318 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
4319 (woman-translations): Rename from `translations'. No longer global.
4320 (woman2-tr, woman-translate): Update for above name change.
4321 (woman-translate): Check for bound variable.
4322 (woman2-roff-buffer): Give local variable `translations' a prefix.
4324 * play/doctor.el: Give all local variables a prefix. Update callers.
4325 (doc$, doctor-put-meaning): Use backquote.
4327 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
4328 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
4330 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
4331 variables bytes, ptr, op a prefix.
4332 (disassemble-offset): Update for above change.
4334 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
4336 * emacs-lisp/package.el (package-unpack): Remove no-op.
4337 (package--builtins, package--dir): Doc fix.
4338 (package-activate-1, package-activate, package-install)
4339 (package-compute-transaction): Fix error message.
4340 (package-delete): Use delete-directory. Omit system packages.
4341 (package-initialize): Set package-alist to nil first.
4342 (package-menu-mark-delete, package-menu-mark-install): Don't add
4343 symbols that are inconsistent with the package state.
4344 (package-menu-execute): Perform deletions and installations as
4345 single batch operations.
4347 2010-11-03 Glenn Morris <rgm@gnu.org>
4349 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
4350 (props): Remove unnecessary declaration.
4352 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
4353 set-process-query-on-exit-flag.
4355 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
4356 (reftex-toc-do-promote): Remove unused local `mpos'.
4357 (reftex-toc-restore-region): Make `mpos' local to this function.
4359 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
4361 * play/landmark.el (lm-losing-threshold): Correct spelling.
4362 (lm-human-plays): Use new name.
4364 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
4365 (gomoku-human-plays): Use new name.
4367 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
4368 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
4369 (gomoku-score-trans-table, gomoku-winning-threshold)
4370 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
4372 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
4374 * emacs-lisp/package.el: Don't put built-in packages in
4375 package-alist, to avoid loading inefficiencies.
4376 (package-built-in-p): Make VERSION optional, and treat it as a
4377 minimum acceptable version.
4378 (package-activate): Search separately for built-in packages.
4379 Emit a warning if a dependency fails.
4380 (define-package): Handle most common case, where there is no
4381 obsolete package, first.
4382 (package-compute-transaction): Print required version in error.
4383 (package--initialized): New variable.
4384 (list-packages): Use it.
4385 (package-initialize): Optional arg NO-ACTIVATE. Don't put
4386 built-in packages in packages-alist; keep it separate.
4387 Set package--initialized.
4388 (describe-package): Avoid activating packages as a side-effect.
4389 Search separately for built-in packages.
4390 (describe-package-1): Handle the case where an elpa package is
4391 simultaneously built-in and available/installed.
4392 (package-installed-p, package--generate-package-list):
4393 Search separately for built-in packages.
4394 (package-load-descriptor): Doc fix.
4396 2010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4398 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4399 Handle __DATA__ and __END__.
4401 2010-11-02 Noah Friedman <friedman@splode.com>
4403 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
4404 nil, do not ask to recompile files that are not already compiled,
4405 and do not recompile them.
4407 2010-11-02 Chong Yidong <cyd@stupidchicken.com>
4409 * emacs-lisp/package.el (package-initialize): Ensure that
4410 obsoleted built-in packages are not in package-activated-list
4412 (describe-package-1): Make the "installed" status override
4415 2010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4417 * subr.el (version-separator, version-regexp-alist): Remove '*'
4419 (version-list-<=, version<=, version=): Doc fix.
4421 2010-11-01 Kenichi Handa <handa@m17n.org>
4423 * faces.el (glyphless-char): Inherit underline for tty.
4425 2010-11-01 Kenichi Handa <handa@m17n.org>
4427 Implement various display methods for glyphless characters.
4429 * international/characters.el (char-acronym-table): New variable.
4430 (glyphless-char-control): New variable.
4431 (update-glyphless-char-display): New function.
4433 * faces.el (glyphless-char): New face.
4435 2010-11-01 Glenn Morris <rgm@gnu.org>
4437 * calendar/holidays.el (general-holidays, oriental-holidays)
4438 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
4439 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
4440 the definitions of their targets.
4442 * emacs-lisp/smie.el (smie): New custom group.
4443 (smie-blink-matching-inners, smie-indent-basic): Add :group.
4445 * faces.el (xw-defined-colors, x-setup-function-keys):
4446 * mouse-sel.el (x-select-text):
4447 * term/w32console.el (x-setup-function-keys): Update declarations.
4449 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
4451 * textmodes/ispell.el (comment-add): Declare.
4453 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
4456 * info.el (finder-keywords-hash, package-alist): Declare.
4458 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
4460 * finder.el (finder-compile-keywords): Don't use intern-soft,
4461 since package names may not yet exist in the obarray.
4463 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
4465 * vc/vc-arch.el (vc-arch-checkin):
4466 * vc/vc-cvs.el (vc-cvs-checkin):
4467 * vc/vc-mtn.el (vc-mtn-checkin):
4468 * vc/vc-rcs.el (vc-rcs-checkin):
4469 * vc/vc-sccs.el (vc-sccs-checkin):
4470 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
4471 since 2010-04-21 commit by Stefan Monnier.
4473 2010-11-01 Glenn Morris <rgm@gnu.org>
4475 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
4477 * startup.el (package-enable-at-startup, package-initialize):
4480 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
4483 2010-10-31 Julien Danjou <julien@danjou.info>
4485 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
4486 (byte-recompile-directory):
4487 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
4488 Use `byte-recompile-file'.
4490 2010-10-31 Glenn Morris <rgm@gnu.org>
4492 * cus-start.el: Handle standard values via a keyword.
4493 Only set version property if specified.
4494 (cursor-in-non-selected-windows, menu-bar-mode)
4495 (tool-bar-mode, show-trailing-whitespace):
4496 Do not specify standard values.
4497 (transient-mark-mode, temporary-file-directory): Use :standard.
4499 2010-10-31 Jan Djärv <jan.h.d@swipnet.se>
4501 * term/x-win.el (x-get-selection-value): New function that gets
4502 PRIMARY with type as specified in x-select-request-type. (Bug#6802)
4504 2010-10-31 Michael Albinus <michael.albinus@gmx.de>
4506 * net/tramp.el (tramp-handle-insert-file-contents): For root,
4507 preserve owner and group when editing files. (Bug#7289)
4509 2010-10-31 Glenn Morris <rgm@gnu.org>
4511 * speedbar.el (speedbar-mode):
4512 * play/fortune.el (fortune-in-buffer, fortune):
4513 * play/gomoku.el (gomoku-mode):
4514 * play/landmark.el (lm-mode):
4515 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
4516 Replace inappropriate uses of toggle-read-only. (Bug#7292)
4518 * select.el (x-selection): Mark it as an obsolete alias.
4520 2010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4522 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
4523 major-mode (bug#7284).
4525 2010-10-31 Glenn Morris <rgm@gnu.org>
4527 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
4528 rather than just an unused variable that inherits from the real one.
4530 2010-10-31 Alan Mackenzie <acm@muc.de>
4532 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
4533 This fixes bug #7185.
4535 2010-10-30 Chong Yidong <cyd@stupidchicken.com>
4537 * startup.el (command-line): Search for package directories, and
4538 don't load package.el if none are found.
4540 * emacs-lisp/package.el (describe-package, list-packages):
4541 Call package-initialize if it has not been called yet.
4543 2010-10-30 Alan Mackenzie <acm@muc.de>
4545 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
4546 which fontifies the tail of an enum.
4547 (c-basic-matchers-after): Insert a call to the above new function.
4548 This fixes bug #7264.
4550 2010-10-30 Glenn Morris <rgm@gnu.org>
4552 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
4553 tool-bar-mode, transient-mark-mode. (Bug#7306)
4554 Include the :set property in the dumped Emacs.
4556 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4558 SMIE: change indent rules format, improve smie-setup.
4559 * emacs-lisp/smie.el (smie-precs-precedence-table)
4560 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
4561 Mark them pure so the tables gets built at compile time.
4562 (smie-bnf-precedence-table): Store the closer-alist in the table.
4563 (smie-prec2-levels): Preserve the closer-alist.
4564 (smie-blink-matching-open): Be more forgiving in case of indentation.
4565 (smie-hanging-p): Rename from smie-indent--hanging-p.
4566 (smie-bolp): Rename from smie-indent--bolp.
4567 (smie--parent, smie--after): New dynamic vars.
4568 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
4569 (smie-indent-rules): Remove.
4570 (smie-indent--offset-rule): Remove fun.
4571 (smie-rules-function): New var.
4572 (smie-indent--rule): New fun.
4573 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
4574 (smie-indent-exps): Use it.
4575 (smie-setup): Setup paren blinking; add keyword args for token
4576 functions; extract closer-alist from op-levels.
4577 (smie-indent-debug-log): Remove var.
4578 (smie-indent-debug): Remove fun.
4579 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
4580 (prolog-smie-rules): New fun to replace it.
4581 (prolog-mode-variables): Simplify.
4582 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
4583 it's setup automatically.
4584 (octave-smie-indent-rules): Remove.
4585 (octave-smie-rules): New fun to replace it.
4586 (octave-mode): Simplify.
4588 2010-10-29 Glenn Morris <rgm@gnu.org>
4590 * files.el (temporary-file-directory): Remove (already defined in C).
4591 * cus-start.el: Add temporary-file-directory.
4593 * abbrev.el (abbrev-mode):
4594 * composite.el (auto-composition-mode):
4595 * menu-bar.el (menu-bar-mode):
4596 * simple.el (transient-mark-mode):
4597 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
4598 that they do not define the associated variables twice.
4599 * simple.el (transient-mark-mode): Remove defvar.
4600 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
4601 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
4602 Handle multiple groups, and also custom-delayed-init-variables.
4603 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
4605 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4607 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
4608 (pcase-if): Add one minor optimization.
4609 (pcase-split-equal): Rename from pcase-split-eq.
4610 (pcase-split-member): Rename from pcase-split-memq.
4611 (pcase-u1): Add strings to the member optimization.
4612 Add `guard' variant of predicates.
4613 (pcase-q1): Add string patterns.
4615 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4617 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
4619 2010-10-28 Glenn Morris <rgm@gnu.org>
4621 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
4622 Move menu-bar related settings to ../menu-bar.el.
4623 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
4624 Move ns-specific settings here from term/ns-win.el.
4626 * simple.el (x-selection-owner-p): Remove unused declaration.
4628 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4630 * minibuffer.el (completion-cycling): New var (bug#7266).
4631 (minibuffer-complete, completion--do-completion):
4632 Use completion--flush-all-sorted-completions.
4633 (minibuffer-complete): Only cycle if completion-cycling is set.
4634 (completion--flush-all-sorted-completions): Unset completion-cycling.
4635 (minibuffer-force-complete): Set completion-cycling.
4636 (completion-all-sorted-completions): Move declaration before first use.
4638 2010-10-28 Leo <sdl.web@gmail.com>
4640 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
4641 which changes the order of matches seen by users (bug#7231).
4643 2010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
4645 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4646 Don't confuse -omega as "-o mega".
4648 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
4650 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
4651 (log-edit-author): New dynamic var.
4652 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
4653 to return the author if different from committer.
4654 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
4656 * play/landmark.el: Adjust commenting convention.
4657 (lm-nil-score): Rename from nil-score.
4658 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
4659 (OOOOscore): Move into a let in lm-score-trans-table.
4660 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
4662 * electric.el (electric-indent-chars): Autoload.
4663 * progmodes/octave-mod.el (octave-mode):
4664 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
4665 (ruby-mode-abbrev-table): Merge initialization and declaration.
4667 2010-10-27 Glenn Morris <rgm@gnu.org>
4669 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
4672 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
4674 * term/ns-win.el: Restore require of cl when compiling.
4675 (menu-bar-final-items): Remove non-existent `windows' menu.
4676 (ns-handle-nxopen): Optionally handle the temp-case.
4677 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
4678 (ns-insert-file, ns-find-file): Use `pop'.
4680 2010-10-26 Glenn Morris <rgm@gnu.org>
4682 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
4684 2010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
4686 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
4688 * term/common-win.el (x-setup-function-keys): Remove most of the
4689 keymappings. Comment on the remaining ones.
4691 2010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
4693 * server.el (server-port): New option. (Bug#854)
4694 (server-start): Use server-port.
4696 2010-10-26 Glenn Morris <rgm@gnu.org>
4698 * term/ns-win.el (ns-version-string): Remove unused declaration.
4699 (ns-invocation-args): Change to x-invocation-args.
4700 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
4701 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
4702 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
4703 Use x-invocation-args instead of ns-invocation-args.
4704 (ns-initialize-window-system, handle-args-function-alist):
4705 Use x-handle-args instead of ns-handle-args.
4706 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
4707 * startup.el (command-line-ns-option-alist): Replace
4708 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
4709 ns-handle-iconic with the x- equivalents.
4711 * term/common-win.el (x-select-enable-clipboard):
4712 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
4714 * term/ns-win.el: No need to require cl when compiling.
4715 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
4716 (xw-defined-colors): Use the common-win definitions.
4717 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
4718 (ns-handle-iconic): Make it an alias for x-handle-iconic.
4719 * term/common-win.el (x-select-text, x-alternatives-map)
4720 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
4721 * loadup.el [ns]: Load common-win.
4723 2010-10-26 Daiki Ueno <ueno@unixuser.org>
4725 * epa-mail.el (epa-mail-encrypt): Handle local-part only
4726 recipients; expand mail aliases (Bug#7280).
4728 2010-10-25 Glenn Morris <rgm@gnu.org>
4730 * term/common-win.el (x-handle-switch): Simplify with pop.
4731 Optionally handle numeric switches.
4732 (x-handle-numeric-switch): Just call x-handle-switch.
4733 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
4734 (x-handle-name-switch, x-handle-display, x-handle-args):
4737 * term/ns-win.el: Do not require easymenu.
4738 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
4739 <spell>: Move adjustments to menu-bar.el.
4740 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
4741 <separator-undo, spell>: Move ns-win's adjustments here.
4742 * loadup.el [ns]: Do not load easymenu.
4744 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
4746 * image.el (image-checkbox-checked, image-checkbox-unchecked):
4749 * startup.el (fancy-startup-tail): Instead of using inline images,
4750 refer to image files from etc/.
4752 * wid-edit.el (checkbox): Likewise.
4753 (widget-image-find): Center image specs.
4755 2010-10-24 Glenn Morris <rgm@gnu.org>
4757 * term/ns-win.el (x-select-text): Doc fix.
4758 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
4759 (x-select-text): Move to term/common-win.
4760 * term/w32-win.el (xw-defined-colors): Move to common-win.
4761 * term/x-win.el (xw-defined-colors, x-alternatives-map)
4762 (x-setup-function-keys, x-select-text): Move to common-win.
4763 * term/common-win.el (x-select-text, x-alternatives-map)
4764 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
4767 2010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
4769 * net/mairix.el (mairix-searches-mode-map):
4770 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
4772 2010-10-24 Michael McNamara <mac@mail.brushroad.com>
4774 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
4775 auto-built for efficiency of execution and updating.
4776 (verilog-extended-complete-re): Support 'pure' fucntion & task
4777 declarations (these have no bodies).
4778 (verilog-beg-of-statement): General cleanup to enable support of
4779 'pure' fucntion & task declarations (these have no bodies).
4780 These efforts together fix Verilog bug210 from veripool; which was also
4781 noticed by Steve Pearlmutter.
4782 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
4783 (verilog-directive-nest-re, verilog-set-auto-endcomments):
4784 Support `elsif. Reported by Shankar Giri.
4785 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
4786 attribute handling for lining up declarations and assignments.
4787 (verilog-beg-of-statement-1): Fix issue where continued declaration
4788 is indented differently if it is after a begin..end clock.
4789 (verilog-in-attribute-p, verilog-skip-backward-comments)
4790 (verilog-skip-forward-comment-p): Support proper treatment of
4791 attributes by indent code. Reported by Jeff Steele.
4792 (verilog-in-directive-p): Fix comment to correctly describe function.
4793 (verilog-backward-up-list, verilog-in-struct-region-p)
4794 (verilog-backward-token, verilog-in-struct-p)
4795 (verilog-in-coverage-p, verilog-do-indent)
4796 (verilog-pretty-declarations): Use verilog-backward-up-list as
4797 wrapper around backward-up-list inorder to properly skip comments.
4798 Reported by David Rogoff.
4799 (verilog-property-re, verilog-endcomment-reason-re)
4800 (verilog-beg-of-statement, verilog-set-auto-endcomments)
4801 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
4802 of if). Reported by Max Bjurling and
4803 (verilog-calc-1): Fix for clocking block in modport
4804 declaration. Reported by Brian Hunter.
4806 2010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
4808 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
4809 (verilog-gate-keywords, verilog-read-sub-decls)
4810 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
4811 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
4812 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
4813 (verilog-read-decls): Fix spaces in V2K module parameters causing
4814 mis-identification as interfaces, bug287.
4815 (verilog-read-decls): Fix not treating "parameter string" as a
4816 parameter in AUTOINSTPARAM.
4817 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
4818 treating `elsif similar to `endif inside AUTOSENSE.
4819 (verilog-do-indent): Implement correct automatic or static task or
4820 function end comment highlight. Reported by Steve Pearlmutter.
4821 (verilog-font-lock-keywords-2): Fix highlighting of single
4822 character pins, bug264. Reported by Michael Laajanen.
4823 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
4824 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
4825 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
4826 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
4827 (verilog-pretty-expr): Fix interactive arguments, bug272.
4828 Reported by Mark Johnson.
4829 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
4830 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
4831 bug269. Suggested by Gary Delp.
4832 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
4833 (verilog-preprocessor, verilog-set-compile-command):
4834 Create verilog-preprocess and verilog-preprocessor to show
4835 preprocessed output.
4836 (verilog-get-beg-of-line, verilog-get-end-of-line)
4837 (verilog-modi-file-or-buffer, verilog-modi-name)
4838 (verilog-modi-point, verilog-within-string): Move defmacro's
4839 before first use to avoid warning. Reported by Steve Pearlmutter.
4840 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
4841 (verilog-colorize-region, verilog-highlight-buffer)
4842 (verilog-highlight-includes, verilog-highlight-modules)
4843 (verilog-highlight-region, verilog-mode): Rename colorize to
4844 highlight to match other packages. Disable module highlighting,
4845 as received speed complaints, reenable for experimentation only
4846 using new verilog-highlight-modules.
4847 (verilog-read-decls): Fix regexp stack overflow in very large
4848 AUTO_TEMPLATEs, bug250.
4849 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
4850 (verilog-scan): Create verilog-save-buffer-state to standardize
4851 making insignificant changes that shouldn't call hooks.
4852 (verilog-save-no-change-functions, verilog-save-scan-cache)
4853 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
4854 Create verilog-save-no-change-functions to wrap verilog-scan
4855 preservation, and fix to work with nested preserved calls.
4856 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
4857 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
4858 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
4859 (verilog-submit-bug-report): Update variable list to be complete.
4860 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
4861 breaking on-the-fly font-locking.
4862 (verilog-colorize-buffer, verilog-colorize-include-files)
4863 (verilog-colorize-include-files-buffer, verilog-colorize-region)
4864 (verilog-load-file-at-mouse, verilog-load-file-at-point)
4865 (verilog-mode, verilog-read-inst-module-matcher): With point on a
4866 AUTOINST cell instance name, middle mouse button now finds-file on
4867 it. Suggested by Brad Dobbie.
4868 (verilog-alw-get-temps, verilog-auto-reset)
4869 (verilog-auto-sense-sigs, verilog-read-always-signals)
4870 (verilog-read-always-signals-recurse): Fix loop indexes being
4871 AUTORESET. AUTORESET now assumes any variables in the
4872 initialization section of a for() should be ignored.
4873 Reported by Dan Dever.
4874 (verilog-error-font-lock-keywords)
4875 (verilog-error-regexp-emacs-alist)
4876 (verilog-error-regexp-xemacs-alist): Fix error detection of
4877 Cadence HAL, reported by David Asher. Repair drift between the
4878 three similar error variables.
4879 (verilog-modi-lookup, verilog-modi-lookup-cache)
4880 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
4881 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
4882 Fix slow verilog-auto expansion on very large files.
4883 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
4884 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
4885 "{1*2{...". Broke in last revision.
4886 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
4887 submodule connections with replications "{#{a},#{b}}".
4889 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
4891 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
4892 Fix typo in docstring.
4894 2010-10-24 Kenichi Handa <handa@m17n.org>
4896 * face-remap.el (text-scale-adjust): Call read-event with a proper
4899 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
4901 * emacs-lisp/unsafep.el: Don't mark functions that display
4902 messages as safe. Suggested by Johan Bockgård.
4904 2010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4906 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
4907 Turn comments into docstrings.
4909 * minibuffer.el (completion--replace): Move point where it belongs
4910 when there's a common suffix (bug#7215).
4912 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
4914 Merge read-color and facemenu-read-color (Bug#7242).
4916 * faces.el (read-color): Use the completion code from
4917 facemenu-read-color. Require match in completion. Doc fix.
4919 * facemenu.el (facemenu-read-color): Alias for read-color.
4920 (facemenu-set-foreground, facemenu-set-background):
4923 * frame.el (set-background-color, set-foreground-color)
4924 (set-cursor-color, set-mouse-color, set-border-color):
4927 2010-10-24 Leo <sdl.web@gmail.com>
4929 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
4930 argument of delete-file and delete-directory (Bug#7011).
4932 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
4934 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
4937 2010-10-24 Ralf Angeli <angeli@caeruleus.net>
4939 * emacs-lisp/package.el (package--generate-package-list): Make the
4940 *Packages* buffer read-only.
4942 2010-10-24 Alan Mackenzie <acm@muc.de>
4944 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
4945 result of `c-beginning-of-decl-1' between invocations of a lambda
4946 function (Bug #7265).
4948 2010-10-24 Daiki Ueno <ueno@unixuser.org>
4950 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
4951 executable is not available on the system (Bug#7268).
4953 2010-10-24 Glenn Morris <rgm@gnu.org>
4955 * select.el (selection-coding-system, next-selection-coding-system):
4956 Sync doc with C versions.
4958 * w32-vars.el (x-select-enable-clipboard):
4959 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
4960 * term/common-win.el (x-select-enable-clipboard): Move here.
4962 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
4963 definition of C variable.
4965 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
4966 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
4967 Don't redefine things that are defined in C.
4968 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
4969 (show-trailing-whitespace, auto-hscroll-mode)
4970 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
4971 Set up the appropriate custom properties.
4973 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
4976 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
4977 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
4978 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
4979 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
4981 2010-10-23 Glenn Morris <rgm@gnu.org>
4983 * textmodes/flyspell.el (flyspell-mode): If there was an error,
4986 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
4987 Sync docs with C version.
4989 * term/ns-win.el (xw-defined-colors):
4990 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
4992 * term/pc-win.el (x-select-enable-clipboard):
4993 * term/x-win.el (x-select-enable-clipboard):
4994 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
4996 * comint.el (comint-password-prompt-regexp): Make it less vague.
4999 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
5001 * help.el (finder-by-keyword): Remove unnecessary autoload.
5003 2010-10-22 Glenn Morris <rgm@gnu.org>
5005 * loadup.el: Unconditionally load float-sup.
5006 * paren.el (show-paren-delay):
5007 * emacs-lisp/float-sup.el:
5008 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
5009 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
5010 (lazy-lock-stealth-verbose): Assume float support.
5011 * ps-print.el: Assume float support on Emacs.
5012 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
5013 Remove non-float branch.
5015 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
5016 src/Makefile no longer being pre-processed.
5018 2010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5020 * emacs-lisp/find-func.el (find-library): Use test-completion.
5022 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5024 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
5026 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
5028 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
5029 space in stat format string.
5030 (tramp-send-command): Unset $PS1 when using here documents, in
5031 order not to get several prompts.
5032 (tramp-get-inline-coding): Return `nil' in case of errors.
5034 2010-10-21 Daiki Ueno <ueno@unixuser.org>
5036 * hexl.el (hexl-mode, hexl-mode-exit):
5037 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
5038 (hexl-revert-buffer-function): New function.
5039 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
5041 2010-10-19 Alan Mackenzie <acm@muc.de>
5043 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
5044 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
5045 that these keywords aren't wrongly matched as identifiers.
5047 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
5048 setting of c-new-BEG and c-new-END from c-before-change to
5049 c-after-change. (Bug#7181)
5051 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
5053 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
5056 * custom.el (custom-theme-set-variables): Likewise.
5057 (load-theme): Add custom-theme-set-faces and
5058 custom-theme-set-variables to safe-functions while loading.
5059 (custom-enabled-themes): Mark as risky.
5061 2010-10-18 Julien Danjou <julien@danjou.info>
5063 * bindings.el: Remove end dashes in default mode-line-format.
5065 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
5067 * bindings.el (global-map): Bind C-d to delete-char and deletechar
5068 to delete-forward-char.
5070 * simple.el (normal-erase-is-backspace-mode): Remap delete to
5071 deletechar, and hence delete-forward-char.
5073 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5075 * repeat.el (repeat): Use read-key (bug#6256).
5077 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
5079 * emacs-lisp/unsafep.el: Don't mark functions that display
5080 messages as safe. Suggested by Johan Bockgård.
5082 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5084 * minibuffer.el (completion--replace): Move point where it belongs
5085 when there's a common suffix (bug#7215).
5087 2010-10-19 Kenichi Handa <handa@m17n.org>
5089 * international/characters.el: Add category '|' (word breakable)
5090 to fullwidth characters.
5092 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
5094 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
5095 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
5096 order to make stat results a float. Patch by Andreas Schwab
5097 <schwab@linux-m68k.org>.
5099 2010-10-18 Julien Danjou <julien@danjou.info>
5101 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
5102 hidden by `make-pointer-invisible'.
5104 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5106 * files.el (locate-file-completion-table): Strip non-matching elements
5107 before checking length of list (bug#7238).
5109 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
5111 * custom.el (custom-theme-set-variables): Mark as a safe function.
5112 (load-theme): Check forms using unsafep.
5114 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
5116 2010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
5118 * textmodes/ispell.el (ispell-aspell-find-dictionary):
5119 Fix aspell data file searching (bug#7230).
5121 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
5123 * cus-theme.el (custom-theme--migrate-settings): New var.
5124 (customize-create-theme): Allow editing the `user' theme.
5125 (custom-theme-add-variable, custom-theme-add-var-1)
5126 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
5127 to the front of each variable or face widget.
5128 (custom-theme-write): Save theme settings in the correct order.
5129 Optionally, remove saved settings from user customizations.
5130 (custom-theme-write-variables, custom-theme-write-faces):
5131 Save only the checked widgets.
5132 (customize-themes): Add a link for migrating custom settings.
5134 * custom.el (custom-declare-theme, provide-theme):
5135 Use custom-theme-name-valid-p.
5136 (custom-theme-name-valid-p): Remove checks that are now
5137 unnecessary since themes no longer obey load-path.
5139 * cus-edit.el (custom-variable-value-create): For the simple
5140 style, hide documentation string when hidden.
5142 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
5144 * cus-edit.el (custom-variable, custom-face): Combine the
5145 :inhibit-magic and :display-style properties into a single
5146 :custom-style property.
5147 (custom-toggle-hide-variable, custom-toggle-hide-face):
5148 New functions. If hiding an edited value, save it to :shown-value.
5149 (custom-variable-value-create, custom-face-value-create): Use them.
5150 (custom-magic-reset): Allow magic property to be unset.
5152 * custom.el: Custom themes no longer use load-path.
5153 (custom-theme-load-path): New option. Change built-in theme
5155 (custom-enabled-themes): Add custom-theme-load-path dependency.
5156 (custom-theme--load-path): New function.
5157 (load-theme, custom-available-themes): Use it.
5159 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
5160 (customize-themes): Link to custom-theme-load-path variable.
5161 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
5162 :custom-style property.
5164 * themes/*.el: Moved to etc/.
5166 2010-10-16 Ralf Angeli <angeli@caeruleus.net>
5168 * textmodes/reftex-cite.el
5169 (reftex-extract-bib-entries-from-thebibliography): Do not move
5170 point when searching for \bibitem entries. Match entries with
5171 spaces or tabs in front of arguments.
5173 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
5175 * cus-theme.el (customize-create-theme): Delete overlays after
5176 erasing. If given a THEME arg, display only the faces of that arg
5177 instead of custom-theme--listed-faces.
5178 (custom-theme-variable-menu, custom-theme-variable-action)
5179 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
5180 (custom-theme-add-variable, custom-theme-add-face): Apply value
5181 from the theme settings, instead of the current value.
5182 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
5183 (custom-theme-visit-theme): Allow calling outside theme buffers.
5184 (custom-theme-merge-theme): Don't enable the theme when merging.
5185 (custom-theme-write-variables, custom-theme-write-faces): Use the
5186 :shown-value properties to save buffer values, not global ones.
5187 (customize-themes): Display a warning about user customizations.
5189 * cus-edit.el (custom-variable-value-create)
5190 (custom-face-value-create): Obey new special properties
5191 :shown-value and :inhibit-magic.
5193 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
5195 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
5196 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
5199 2010-10-14 Kenichi Handa <handa@m17n.org>
5201 * mail/rmail.el (rmail-show-message-1): Catch an error of
5202 base64-decode-region and just show an error message (bug#7165).
5204 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
5205 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
5206 a font-spec (bug#7197).
5208 2010-10-14 Glenn Morris <rgm@gnu.org>
5210 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
5212 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
5214 * international/mule.el (define-coding-system):
5215 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5216 * composite.el (compose-region): Fix typo in docstring.
5218 2010-10-14 Chong Yidong <cyd@stupidchicken.com>
5220 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
5221 only after checking the theme-face property.
5223 * faces.el (face-spec-reset-face): Reset all attributes in one
5224 single call to set-face-attribute.
5225 (face-spec-match-p): Make it a defsubst.
5226 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
5227 (x-create-frame-with-faces, tty-create-frame-with-faces)
5228 (tty-set-up-initial-frame-faces): Don't recompute face specs in
5229 frame-set-background-mode, since they are recomputed immediately
5230 afterwards in face-set-after-frame-default.
5231 (face-set-after-frame-default): Minor optimization.
5232 (cursor): Provide non-trivial defface spec.
5234 * custom.el (custom-theme-recalc-face): Simplify.
5236 2010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
5238 * calc/calc-alg.el (math-var): Rename from `var'.
5239 (math-is-polynomial, math-is-poly-rec): Replace `var'
5242 * calc/calcalg2.el (math-var): Rename from `var'.
5243 (calcFunc-table, math-scan-for-limits): Replace `var'
5246 2010-10-13 Glenn Morris <rgm@gnu.org>
5248 * subr.el (last): Deal with dotted lists (reported in bug#7174).
5250 2010-10-13 Stephen Berman <stephen.berman@gmx.net>
5252 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
5254 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5256 * net/tls.el (tls-program): Remove spurious %s from openssl.
5257 (tls-starttls-switches): Remove starttls hack.
5258 (open-tls-stream): Ditto.
5259 (tls-find-starttls-argument): Ditto.
5261 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
5263 * image.el (image-library-alist): Declare as obsolete alias.
5264 (image-type-available-p): Use `dynamic-library-alist'.
5266 * term/w32-win.el (dynamic-library-alist):
5267 Use instead of `image-library-alist'.
5269 2010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
5271 * subr.el (last): Make it faster. (Bug#7174)
5273 2010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
5275 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
5277 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
5279 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
5280 (describe-theme-1): Extract doc from unloaded themes.
5282 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
5284 * themes/tango-theme.el:
5285 * themes/tango-dark-theme.el:
5286 * themes/wheatgrass-theme.el: New files.
5288 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
5290 * cus-theme.el (describe-theme, customize-themes)
5291 (custom-theme-save): New commands.
5292 (custom-new-theme-mode-map): Bind C-x C-s.
5293 (custom-new-theme-mode): Use custom--initialize-widget-variables.
5294 (customize-create-theme): New optional arg THEME.
5295 (custom-theme-revert): Use it.
5296 (custom-theme-visit-theme): Remove dead code.
5297 (custom-theme-merge-theme): Use custom-available-themes.
5298 (custom-theme-write): Make interactive.
5299 (custom-theme-write): Use custom-theme-name-valid-p.
5300 (describe-theme-1, custom-theme-choose-revert)
5301 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
5303 (custom-theme-allow-multiple-selections): New option.
5304 (custom-theme-choose-mode): New major mode.
5306 * custom.el (custom-theme-set-variables): Remove dead code.
5307 Obey custom--inhibit-theme-enable.
5308 (custom--inhibit-theme-enable): New var.
5309 (provide-theme): Obey it.
5310 (load-theme): Replace load with manual read/eval, in order to
5311 check for correctness. Use custom-theme-name-valid-p.
5312 (custom-theme-name-valid-p): New function.
5313 (custom-available-themes): Use it.
5315 * cus-edit.el (custom--initialize-widget-variables): New function.
5316 (Custom-mode): Use it.
5318 * cus-face.el (custom-theme-set-faces): Remove dead code.
5319 Obey custom--inhibit-theme-enable.
5321 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
5323 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
5325 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
5327 2010-10-12 Jan Djärv <jan.h.d@swipnet.se>
5329 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
5330 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
5331 (mac-right-option-modifier): New alias for ns-right-option-modifier.
5333 * cus-start.el (all): ns-right-alternate-modifier is new.
5335 2010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5337 * emacs-lisp/lisp.el (lisp-completion-at-point):
5338 Use emacs-lisp-mode-syntax-table for the whole function.
5340 2010-10-12 David Koppelman <koppel@ece.lsu.edu>
5342 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
5343 instead of font-lock-mode before adding keywords.
5344 Remove hi-lock-mode off code. Remove inhibit hack.
5345 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
5346 non-nil; removed hook inhibit hack.
5348 2010-10-12 Glenn Morris <rgm@gnu.org>
5350 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
5351 (load-path-shadows-find): ... to this.
5352 (list-load-path-shadows): Update for above change.
5354 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
5356 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
5358 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
5359 Fix comment for declare-function.
5361 2010-10-11 Chong Yidong <cyd@stupidchicken.com>
5363 * custom.el (custom-fix-face-spec): New function; code moved from
5364 custom-face-edit-fix-value.
5365 (custom-push-theme): Use it when checking if a face has been
5366 changed outside customize.
5367 (custom-available-themes): New function.
5368 (load-theme): Use it.
5370 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
5372 * custom.el (custom-push-theme): Cleanup (use cond).
5373 (disable-theme): Recompute the saved-face property.
5374 (custom-theme-recalc-face): Follow face alias before setting prop.
5376 * image.el (image-checkbox-checked, image-checkbox-unchecked):
5377 New variables, containing checkbox images.
5379 * startup.el (fancy-startup-tail):
5380 * wid-edit.el (checkbox): Use them.
5382 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
5384 * shell.el (shell-mode-map):
5385 * progmodes/modula2.el (m2-mode-map):
5386 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
5387 * play/mpuz.el (mpuz-mode-map):
5388 * play/landmark.el (lm-mode-map):
5389 * play/decipher.el (decipher-mode-map):
5390 * play/5x5.el (5x5-mode-map):
5391 * net/telnet.el (telnet-mode-map):
5392 * net/quickurl.el (quickurl-list-mode-map):
5393 * net/mairix.el (mairix-searches-mode-map):
5394 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
5395 * net/dig.el (dig-mode-map):
5396 * mail/mspools.el (mspools-mode-map):
5397 * hexl.el (hexl-mode-map):
5398 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
5399 (wordstar-C-o-map, wordstar-C-q-map):
5400 * emacs-lisp/edebug.el (edebug-eval-mode-map):
5401 * emacs-lisp/chart.el (chart-map):
5402 * edmacro.el (edmacro-mode-map):
5403 * erc/erc-list.el (erc-list-menu-mode-map):
5404 * array.el (array-mode-map): Declare and define in one step.
5406 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
5408 2010-10-10 Daiki Ueno <ueno@unixuser.org>
5410 * epa.el (epa-passphrase-callback-function): Display filename
5411 passed as the 3rd arg.
5412 * epa-file.el (epa-file-passphrase-callback-function):
5413 Pass filename to epa-passphrase-callback-function.
5415 2010-10-09 Chong Yidong <cyd@stupidchicken.com>
5417 * cus-edit.el (custom-face-widget-to-spec)
5418 (custom-face-get-current-spec, custom-face-state): New functions.
5419 (custom-face-set, custom-face-mark-to-save)
5420 (custom-face-value-create, custom-face-state-set): Use them.
5422 * cus-theme.el (custom-theme--listed-faces): New var.
5423 (customize-create-theme): Use *Custom Theme* as the buffer name.
5424 Set revert-buffer-function. Optional arg BUFFER. Insert all
5425 faces listed in custom-theme--listed-faces.
5426 (custom-theme-revert): New function.
5427 (custom-theme-add-variable, custom-theme-add-face): Insert at the
5429 (custom-theme-write): Prompt for theme name if empty.
5430 (custom-theme-write-variables): Use dolist.
5431 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
5433 2010-10-09 Alan Mackenzie <acm@muc.de>
5435 Enhance fontification of declarators to take account of the
5436 presence/absence of "typedef".
5438 * cc-engine.el (c-forward-type): New &optional param
5440 (c-forward-decl-or-cast-1): cdr of return value now indicates the
5441 presence of either or both of a "struct"-like keyword and "typedef".
5443 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
5444 fontification of declarators which follow a "}".
5445 (c-font-lock-declarations): Fontify declarators according to the
5446 presence/absence of "typedef".
5448 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
5450 (c-typedef-decl-key): New lang variable built from
5451 c-typedef-decl-kwds.
5453 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5455 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
5456 since that's too annoying. Move the filter groups commands to
5459 * epa.el (epa-passphrase-callback-function): Say what we're
5460 querying the password for.
5462 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
5463 behaviour, don't bury the ibuffer buffer when visiting other buffers.
5465 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
5467 * cus-edit.el (custom-commands, custom-buffer-create-internal)
5468 (custom-magic-value-create): Pad button tags with spaces.
5469 (custom-face-edit): New variable.
5470 (custom-face-value-create): Determine whether to use the usual
5471 face editor here, instead of using custom-face-selected.
5472 Pass face defaults to custom-face-edit widget.
5473 (custom-face-selected, custom-display-unselected): Delete widgets.
5474 (custom-display-unselected-match): Function removed.
5475 (custom-face-set, custom-face-mark-to-save):
5476 Accept custom-face-edit widgets as the direct widget child.
5478 * wid-edit.el (widget--completing-widget): New var.
5479 (widget-default-complete): Bind it when doing completion.
5480 (widget-string-complete, widget-file-complete): Use it.
5482 2010-10-09 Glenn Morris <rgm@gnu.org>
5484 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
5485 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
5486 (holiday-hebrew-misc): Small simplifications.
5488 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
5490 * net/browse-url.el: Don't require thingatpt, term, dired,
5491 executable, or w3-auto when compiling.
5492 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
5494 (browse-url-text-emacs): Require term.
5496 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
5498 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
5500 2010-10-08 Glenn Morris <rgm@gnu.org>
5502 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
5504 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
5505 (shadows-compare-text-p): Make it an obsolete alias for...
5506 (load-path-shadows-compare-text): ... new name.
5507 (find-emacs-lisp-shadows): Update for above name change.
5508 (load-path-shadows-same-file-or-nonexistent): New name for the old
5509 shadow-same-file-or-nonexistent.
5511 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
5513 * minibuffer.el (completion--some, completion--do-completion)
5514 (minibuffer-complete-and-exit, minibuffer-completion-help)
5515 (completion-basic-try-completion)
5516 (completion-basic-all-completions)
5517 (completion-pcm--find-all-completions): Use lexical-let to
5518 avoid some false matches in variable completion (Bug#7056)
5520 2010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
5522 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
5524 2010-10-08 Leo <sdl.web@gmail.com>
5526 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
5527 return non-nil if the file exists (Bug#7090).
5529 2010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5531 * minibuffer.el (completion--replace):
5532 Better preserve markers (bug#7138).
5534 2010-10-08 Juanma Barranquero <lekktu@gmail.com>
5536 * server.el (server-process-filter): Doc fix.
5538 2010-10-08 Drew Adams <drew.adams@oracle.com>
5540 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
5542 2010-10-08 Glenn Morris <rgm@gnu.org>
5544 * vc/ediff-wind.el (ediff-setup-control-frame):
5545 * vc/ediff-ptch.el (ediff-default-backup-extension):
5546 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
5547 (ediff-exec-process): Remove system-types emx, windows-95.
5549 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
5551 2010-10-07 Chong Yidong <cyd@stupidchicken.com>
5553 * cus-edit.el (custom-variable, custom-face): Doc fix.
5554 (custom-face-edit): Add value-create attribute.
5555 (custom-face-edit-value-create)
5556 (custom-face-edit-value-visibility-action): New functions.
5557 Hide unused face attributes by default, and add a visibility toggle.
5558 (custom-face-edit-deactivate): Show empty values with shadow face.
5559 (custom-face-selected): Only use this for face specs with default
5561 (custom-face-value-create): Cleanup.
5563 * wid-edit.el (widget-checklist-value-create): Use dolist.
5564 (widget-checklist-match-find): Make second arg optional.
5566 2010-10-07 Glenn Morris <rgm@gnu.org>
5568 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
5571 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
5572 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
5573 load-path-shadows-mode, update references.
5574 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
5575 Rename variable and button.
5576 (list-load-path-shadows): Update button caller.
5578 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5580 * emacs-lisp/smie.el (smie-bnf-classify): New function.
5581 (smie-bnf-precedence-table): Use it to remember the closers/openers.
5582 (smie-merge-prec2s): Handle those new entries.
5583 (smie-prec2-levels): Only set precedence to nil for actual
5585 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
5586 that is now unnecessary.
5588 2010-10-07 Miles Bader <miles@gnu.org>
5590 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
5592 2010-10-07 Glenn Morris <rgm@gnu.org>
5594 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
5595 (mail-position-on-field): Remove declarations.
5596 (mail-position-on-field): Autoload it.
5597 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
5598 and mail-header-end. Don't require sendmail.
5600 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
5601 (shadow-mode): New mode.
5602 (shadow-find-file): New button.
5603 (list-load-path-shadows): Use shadow-mode and buttons.
5605 * iimage.el (iimage-version): Remove.
5606 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
5607 Turn into defcustoms.
5608 (iimage-mode-map): Give it a doc string.
5610 * calendar/appt.el (appt-activate): Give a warning rather than an error
5611 if there is no diary-file.
5613 2010-10-06 Michael Albinus <michael.albinus@gmx.de>
5615 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5616 Use `tramp-handle-find-backup-file-name'.
5618 2010-10-06 Glenn Morris <rgm@gnu.org>
5620 * font-core.el (font-lock-defaults-alist): Remove variable.
5621 (font-lock-mode): Doc fix.
5622 (font-lock-default-function): Do not consult font-lock-defaults-alist.
5623 * font-lock.el (font-lock-refresh-defaults): Doc fix.
5624 (font-lock-set-defaults): Doc fix.
5625 Do not consult font-lock-defaults-alist.
5627 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
5629 * emacs-lisp/cl.el: No longer provide cl-19.
5631 2010-10-05 Michael Albinus <michael.albinus@gmx.de>
5633 * net/tramp.el (tramp-handle-directory-files-and-attributes)
5634 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
5635 New defuns, taken from tramp-smb.el.
5636 (tramp-coding-system-change-eol-conversion)
5637 (tramp-set-process-query-on-exit-flag): Remove.
5639 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
5640 (tramp-compat-coding-system-change-eol-conversion)
5641 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
5644 * net/tramp-gvfs.el:
5645 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
5646 by `tramp-compat-set-process-query-on-exit-flag'.
5648 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5649 Use `tramp-handle-directory-files-and-attributes',
5650 `tramp-handle-file-exists-p' and
5651 `tramp-handle-file-newer-than-file-p'.
5652 (tramp-imap-handle-file-exists-p)
5653 (tramp-imap-handle-file-executable-p)
5654 (tramp-imap-handle-file-readable-p)
5655 (tramp-imap-handle-directory-files-and-attributes)
5656 (tramp-imap-handle-file-newer-than-file-p): Remove.
5658 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
5659 by `tramp-compat-set-process-query-on-exit-flag' and
5660 `tramp-coding-system-change-eol-conversion' by
5661 `tramp-compat-coding-system-change-eol-conversion'.
5663 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5664 Use `tramp-handle-directory-files-and-attributes',
5665 `tramp-handle-file-exists-p' and
5666 `tramp-handle-file-newer-than-file-p'.
5667 (tramp-smb-handle-directory-files-and-attributes)
5668 (tramp-smb-handle-file-exists-p)
5669 (tramp-smb-handle-file-newer-than-file-p): Remove.
5670 (tramp-smb-maybe-open-connection):
5671 Replace `tramp-set-process-query-on-exit-flag' by
5672 `tramp-compat-set-process-query-on-exit-flag'.
5674 2010-10-05 Glenn Morris <rgm@gnu.org>
5676 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
5678 2010-10-04 Michael Albinus <michael.albinus@gmx.de>
5680 Continue reorganization of load dependencies. (Bug#7156)
5682 * net/tramp.el (tramp-handle-file-local-copy-hook)
5683 (tramp-delete-temp-file-function): Move down.
5684 (tramp-exists-file-name-handler): Move up.
5685 (tramp-register-file-name-handlers): Simplify autoload.
5686 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
5687 (tramp-handle-directory-files, tramp-handle-dired-uncache)
5688 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
5689 (tramp-handle-file-name-completion)
5690 (tramp-handle-file-name-directory)
5691 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
5692 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
5693 (tramp-handle-find-backup-file-name)
5694 (tramp-handle-insert-file-contents, tramp-handle-load)
5695 (tramp-handle-substitute-in-file-name)
5696 (tramp-handle-unhandled-file-name-directory)
5697 (tramp-mode-string-to-int, tramp-local-host-p)
5698 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
5700 * net/tramp-gvfs.el (top):
5701 * net/tramp-smb.el (top): Do not require 'tramp-sh.
5703 * net/tramp-sh.el (all): Move several objects to tramp.el, see
5704 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
5706 2010-10-04 Glenn Morris <rgm@gnu.org>
5708 * calendar/appt.el (appt-add): Ensure reminders are enabled.
5709 (appt-activate): Give status messages.
5711 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
5713 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
5714 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
5715 `gnutls-negotiate' (formerly `starttls-negotiate').
5716 Remove trivial wrapper `starttls-open-stream'.
5718 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5720 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
5721 log-outgoing commands.
5722 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
5723 to create a buffer local revert-buffer-function variable.
5724 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
5725 revert-buffer-function lambda.
5727 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
5729 * net/gnutls.el (starttls-negotiate): Use the plist interface to
5730 `gnutls-boot'. Make TYPE the only required parameter.
5731 Allow TRUSTFILES and KEYFILES to be lists.
5732 (open-ssl-stream): Use it.
5734 2010-10-03 Glenn Morris <rgm@gnu.org>
5736 * subr.el (directory-sep-char): Remove obsolete variable.
5737 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
5740 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
5741 * vc/vc.el (vc-static-header-alist): Doc fix.
5742 * vc/vc-cvs.el (vc-cvs-header):
5743 * vc/vc-rcs.el (vc-rcs-header):
5744 * vc/vc-sccs.el (vc-sccs-header):
5745 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
5746 * obsolete/vc-mcvs.el (vc-mcvs-header):
5747 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
5750 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
5752 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
5753 Remove obsolete use of binary-overwrite-mode (Bug#7001).
5755 2010-10-03 Glenn Morris <rgm@gnu.org>
5757 * obsolete/x-menu.el: Remove file, obsolete since 21.1
5759 * textmodes/rst.el (rst-font-lock-keywords-function):
5762 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
5764 * printing.el: Drop Emacs 20 code.
5766 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
5767 without having used appt.el already).
5769 * subr.el (make-local-hook): Remove function obsolete since 21.1.
5770 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
5771 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
5773 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
5774 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
5776 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
5777 (charset-width, find-charset-region, chars-in-region, forward-point)
5778 (encode-coding-string, coding-system-p, ccl-execute-on-string)
5779 (define-ccl-program, multibyte-string-p, string-make-multibyte):
5780 Remove compatibility cruft (none of these are used by ps*.el).
5782 2010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
5784 * subr.el (booleanp): Return t instead of a list (Bug#7086).
5786 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
5788 * server.el (server-process-filter, server-return-error):
5789 Give emacsclient time to shut down after receiving an error string.
5791 2010-10-02 Michael Albinus <michael.albinus@gmx.de>
5793 * files.el (remote-file-name-inhibit-cache): New defcustom.
5795 * time.el (display-time-file-nonempty-p):
5796 Use `remote-file-name-inhibit-cache'.
5798 * net/tramp.el (tramp-completion-reread-directory-timeout):
5801 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
5802 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
5803 `remote-file-name-inhibit-cache'. Check also for an integer
5804 value. Add/increase counter when `tramp-verbose' >= 10.
5805 (tramp-set-file-property): Add/increase counter when
5806 `tramp-verbose' >= 10.
5808 * net/tramp-cmds.el (tramp-cleanup-all-connections)
5809 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
5810 (tramp-bug): Set tramp-autoload cookie. Report all interned
5811 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
5812 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
5813 characters only in strings.
5815 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
5816 to backward compatibility.
5818 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
5819 (tramp-handle-file-name-all-completions)
5820 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
5821 (tramp-open-connection-setup-interactive-shell):
5822 Call `tramp-cleanup-connection' directly.
5824 2010-10-02 Glenn Morris <rgm@gnu.org>
5826 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
5828 * subr.el (char-bytes): Remove obsolete function.
5830 * isearch.el (isearch-return-char): Remove obsolete function.
5832 * mouse.el: No longer provide mldrag.
5833 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
5834 Remove obsolete aliases.
5836 * comint.el (comint-kill-output): Remove obsolete alias.
5838 * composite.el (decompose-composite-char): Remove obsolete function.
5839 * ps-def.el (decompose-composite-char): Remove unused function.
5841 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
5843 * outline.el (outline-visible): Remove obsolete function.
5845 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
5846 * faces.el (internal-find-face, internal-get-face)
5847 (frame-update-faces, frame-update-face-colors)
5848 (x-frob-font-weight, x-frob-font-slant)
5849 (internal-frob-font-weight, internal-frob-font-slant)
5850 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
5851 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
5852 (x-make-font-bold-italic): Remove functions and aliases, obsolete
5854 * emulation/viper-util.el (viper-get-face):
5855 * obsolete/lucid.el (find-face, get-face): Use facep.
5856 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
5857 Remove unused functions.
5858 * vc/ediff-util.el (ediff-submit-report): Doc fix.
5860 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
5861 delete tempfile if interrupted during compilation.
5863 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5865 * net/tls.el (tls-starttls-switches): Give up on using starttls with
5867 (tls-program): Add --insecure to be consistent with the defaults from
5868 openssl s_client. Now all three commands are insecure.
5870 2010-10-01 Eli Zaretskii <eliz@gnu.org>
5872 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
5873 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
5874 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
5876 2010-10-01 Glenn Morris <rgm@gnu.org>
5878 * obsolete/sc.el: Remove file.
5880 * files.el (temporary-file-directory): On darwin, also try
5881 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
5883 2010-10-01 Juanma Barranquero <lekktu@gmail.com>
5885 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
5886 Let's not break compatibility gratuitously, shall we?
5888 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5890 * net/tls.el (tls-starttls-switches): New variable.
5891 (tls-find-starttls-argument): Use it.
5892 (open-tls-stream): Ditto.
5894 * net/netrc.el (netrc-credentials): Return the value of the "default"
5896 (netrc-machine): Ditto.
5898 2010-09-30 Eli Zaretskii <eliz@gnu.org>
5900 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
5902 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
5904 * server.el (server-start): Don't write pid to the authentication file.
5905 (server-create-tty-frame): Don't send pid.
5906 (server-process-filter): Send pid at the start of every connection.
5908 2010-09-30 Glenn Morris <rgm@gnu.org>
5910 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
5911 (show-all-diary-entries): Remove obsolete function aliases.
5913 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
5914 Remove options, obsolete since 22.1.
5915 (appt-display-format, appt-display-message):
5916 Remove backwards-compatibility code.
5917 (appt-check): No longer check appt-issue-message.
5918 (appt-make-list): No longer autoload it. Doc fix. No longer
5919 activate the package.
5921 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5923 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
5924 (starttls-negotiate): Just call boot, and let the handshake be
5925 triggered from the read loop.
5927 2010-09-29 Glenn Morris <rgm@gnu.org>
5929 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
5930 not displaying the diary.
5931 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
5932 * calendar/appt.el (appt-check): No longer need to kill diary.
5934 * calendar/diary-lib.el (diary-list-entries): Move the
5935 "Preparing..." message entirely here.
5936 (diary-simple-display, diary-fancy-display): Move "Preparing..."
5937 messages to diary-list-entries.
5938 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
5939 diary-display-function.
5941 * calendar/diary-lib.el (diary-include-other-diary-files):
5942 Trap some recursive includes.
5944 * calendar/appt.el (appt-activate): Check diary file.
5946 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
5948 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
5951 * calendar/time-date.el: No need to require cl for Emacs 21.
5953 2010-09-28 Glenn Morris <rgm@gnu.org>
5955 * calendar/appt.el (appt-check): Minor simplification.
5957 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
5959 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
5962 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
5964 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5965 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
5967 2010-09-27 Kenichi Handa <handa@m17n.org>
5969 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
5972 2010-09-27 Kenichi Handa <handa@m17n.org>
5974 * international/mule.el (define-coding-system): Docstring fixed.
5976 * international/mule-diag.el (describe-character-set): Use princ
5977 with proper print-length and print-level instead of insert.
5979 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
5981 * window.el (walk-windows): Doc fix (bug#7105).
5983 2010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
5985 * emacs-lisp/float-sup.el (e): Remove.
5987 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
5989 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
5991 (starttls-negotiate): Use it.
5993 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5995 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
5998 2010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6000 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
6002 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6004 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
6006 * net/netrc.el (netrc-store-data): New function.
6008 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
6010 * net/gnutls.el: GnuTLS glue code to set up a connection.
6012 2010-09-25 Julien Danjou <julien@danjou.info>
6014 * notifications.el: Call dbus-register-signal only if it is bound.
6016 2010-09-25 Glenn Morris <rgm@gnu.org>
6018 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6019 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6020 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6021 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6022 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6023 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6024 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
6025 * eshell/esh-util.el, eshell/esh-var.el:
6026 Remove leading `*' from docs of faces and defcustoms.
6028 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
6030 * eshell/em-ls.el (eshell-ls-archive-regexp):
6031 * eshell/esh-util.el (eshell-tar-regexp):
6032 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6033 * info.el (Info-suffix-list):
6034 * international/mule.el (auto-coding-alist):
6035 * woman.el (woman-file-regexp, woman-file-compression-regexp):
6036 * progmodes/etags.el (tags-compression-info-list):
6037 Support xz compression.
6039 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
6041 * files.el (get-free-disk-space): Don't assume the "df" output
6042 columns line up (Bug#6995).
6044 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
6046 * finder.el (finder-unknown-keywords):
6047 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
6048 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
6050 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
6052 * server.el (server-start): Revert part of 2010-08-08 change. Using
6053 address 127.0.0.1 for local host is now done in Fmake_network_process.
6055 2010-09-24 Glenn Morris <rgm@gnu.org>
6057 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
6058 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
6059 * textmodes/css-mode.el, textmodes/dns-mode.el:
6060 Move autoloaded auto-mode-alist entries to files.el.
6061 * files.el (auto-mode-alist): Move entries here.
6063 2010-09-23 Glenn Morris <rgm@gnu.org>
6065 * isearch.el (isearch-lazy-highlight-cleanup)
6066 (isearch-lazy-highlight-initial-delay)
6067 (isearch-lazy-highlight-interval)
6068 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
6069 * net/net-utils.el (ipconfig-program-options):
6070 Move aliases to options before the associated definitions.
6072 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6074 * newcomment.el (comment-normalize-vars): Better test validity of
6077 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6079 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
6080 (float-e): New name for `e'.
6081 (degrees-to-radians, radians-to-degrees):
6082 * calendar/solar.el (solar-longitude):
6083 * calculator.el (calculator-registers, calculator-funcall):
6084 * textmodes/artist.el (artist-spray-random-points):
6085 * play/bubbles.el (bubbles--initialize-images): Use new names.
6087 2010-09-23 Eric M. Ludlam <zappo@gnu.org>
6089 Update to CEDET 1.0's version of EIEIO.
6091 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
6093 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
6094 (eieio-default-eval-maybe): Eval val instead of unquoting only.
6095 (class-precedence-list): If class is nil, return nil.
6096 (eieio-generic-call): If class of first input arg is nil, don't
6097 look up static methods, and do check for primary methods.
6098 (initialize-instance): See if the default needs to be evaluated
6099 during the constructor.
6100 (eieio-perform-slot-validation-for-default): Don't do the check
6101 for values that will eventually be evaluated.
6102 (eieio-eval-default-p): New function.
6103 (eieio-default-eval-maybe): Use it.
6105 2010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
6107 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
6108 method-invocation-order.
6109 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
6110 (eieio-class-precedence-dfs): Compute class precedence list using
6112 (eieio-class-precedence-bfs): Compute class precedence list using
6114 (eieio-class-precedence-c3): Compute class precedence list using
6116 (class-precedence-list): New function.
6117 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
6118 (inconsistent-class-hierarchy): New error symbol.
6119 (call-next-method): Stow the replacement argument list for future
6120 call-next-method invocations.
6122 2010-09-23 Glenn Morris <rgm@gnu.org>
6124 * calendar/appt.el (appt-check): If not displaying the diary,
6125 use (diary 1) to only get the entries we need.
6126 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
6127 that it is in day order. (Bug#7019)
6129 * calendar/appt.el (appt-check): Rather than showing the diary,
6130 just turn off invisible display, and only if needed.
6132 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
6134 2010-09-23 Glenn Morris <rgm@gnu.org>
6136 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6137 (byte-compile-defvar, byte-compile-cl-warn):
6138 Start warnings with lower-case, like the majority.
6140 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
6142 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
6144 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
6145 * files.el (auto-mode-alist): Move ld-script entries here, further down
6148 * vc/add-log.el: Don't require timezone when compiling.
6149 (timezone-make-date-sortable): Autoload it.
6150 (change-log-sortable-date-at): Don't require timezone.
6151 Use `ignore-errors'.
6153 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6154 Move alias before definition, so it does not need autoloading.
6156 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
6157 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
6158 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
6159 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
6160 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
6161 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
6162 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
6163 * textmodes/tex-mode.el, textmodes/two-column.el:
6164 Remove leading `*' from docs of defcustoms etc.
6166 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
6168 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
6170 2010-09-22 Dan Christensen <jdc@uwo.ca>
6172 * calendar/time-date.el (date-to-time): Try using parse-time-string
6173 first before using the slower timezone-make-date-arpa-standard.
6175 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
6177 * calendar/time-date.el (format-seconds): Comment fix.
6179 2010-09-22 Glenn Morris <rgm@gnu.org>
6181 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
6182 is not automatically buffer-local.
6184 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6186 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
6187 (smie-indent-comment): Be more careful with comment-start-skip.
6188 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
6189 (smie-indent-functions): Use them.
6191 2010-09-21 Michael Albinus <michael.albinus@gmx.de>
6193 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
6195 2010-09-21 Jan Djärv <jan.h.d@swipnet.se>
6197 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
6198 tool-bar-position. Don't modify frame parameters here.
6199 (menu-bar-options-save): Add tool-bar-position.
6201 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
6203 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6205 * textmodes/reftex-parse.el (reftex-what-macro)
6206 (reftex-context-substring): Let-bind forward-sexp-function to nil
6207 since we don't need/want to treat \begin...\end as a block (bug#7053).
6209 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
6211 * simple.el (blink-matching-open): Use syntax-class.
6213 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
6214 Set invisibility spec for pascal's outline mode.
6215 (pascal-outline-change): Clean up calling convention.
6216 (pascal-show-all, pascal-hide-other-defuns): Update callers.
6218 * progmodes/prolog.el (prolog-smie-forward-token)
6219 (prolog-smie-backward-token): New functions.
6220 (prolog-mode-variables): Use them to parse "!," correctly.
6221 Set up smie-blink-matching for ".".
6223 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
6225 (ispell-region, ispell-process-line): Update users.
6227 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
6230 * textmodes/ispell.el: Fix commenting convention.
6231 (ispell-parse-output): Simplify, use push.
6232 (ispell-region): Use match-string-no-properties.
6233 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
6234 (ispell-minor-mode): Use define-minor-mode.
6235 (ispell-message): Remove unused var `skip-regexp'.
6236 (ispell-add-per-file-word-list): Use dynamic let-binding.
6237 Try and use the proper comment marker.
6239 * mail/sendmail.el: Fix commenting convention.
6240 (sendmail-send-it): Use line-beginning-position.
6242 * help-fns.el (describe-variable): Add original value, if applicable.
6244 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
6246 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
6248 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
6250 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6252 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
6253 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
6254 (smie-prec2-levels): Use them to better diagnose precedence cycles.
6255 (smie-blink-matching-check): Don't signal a mismatch if car is t.
6256 (smie-blink-matching-open): Rewrite to remove assumptions, so that
6257 something like "." can also be a closer.
6258 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
6259 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
6260 Rename internal functions to use "--". Update callers.
6262 * frame.el (make-frame-names-alist): Don't list frames on other displays.
6264 * fringe.el (fringe-styles): New var.
6265 (fringe-mode, fringe-query-style): Use it.
6267 2010-09-18 Michael R. Mauger <mmaug@yahoo.com>
6269 * progmodes/sql.el: Version 2.8
6270 (sql-login-params): Update widget structure; changes still needed.
6271 (sql-product-alist): Add :list-all and :list-table features for
6272 SQLite, Postgres and MySQL products.
6273 (sql-redirect): Handle default value.
6274 (sql-execute, sql-execute-feature): New functions.
6275 (sql-read-table-name): New function.
6276 (sql-list-all, sql-list-table): New functions. User API.
6277 (sql-mode-map, sql-interactive-mode-map): Add key definitions
6278 for above functions.
6279 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
6280 for above functions.
6281 (sql-postgres-login-params): Add user and database defaults.
6282 (sql-buffer-live-p): Bug fix.
6283 (sql-product-history): New variable.
6284 (sql-read-product): New function. Use it.
6285 (sql-set-product, sql-product-interactive): Use it.
6286 (sql-connection-history): New variable.
6287 (sql-read-connection): New function. Use it.
6288 (sql-connect): New function.
6289 (sql-for-each-login): Redesign function interface.
6290 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
6291 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
6292 (sql-comint): Check for program. Existing live buffer.
6293 (sql-comint-postgres): Add port parameter.
6295 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6297 * emacs-lisp/warnings.el: Fix commenting convention.
6298 (display-warning): Use special mode and make the buffer read-only.
6300 2010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
6302 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
6303 empty string when it follows a repeated or optional pattern.
6305 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6307 * indent.el (indent-according-to-mode): Apply syntax-propertize.
6308 (indent-region): Use indent-according-to-mode.
6310 2010-09-18 Eli Zaretskii <eliz@gnu.org>
6312 * fringe.el (fringe-mode): Doc fix.
6314 2010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
6316 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
6317 refreshing the preview buffer.
6319 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6321 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
6322 (latex-syntax-propertize-rules): New consts; replace
6323 tex-font-lock-syntactic-keywords.
6324 (tex-env-mark, latex-env-before-change): New functions.
6325 (latex-electric-env-pair-mode): New minor mode.
6326 (tex-font-lock-verb): Change arguments; do move point.
6327 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
6328 representation as a form of comment.
6329 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
6330 (doctex-syntax-propertize-rules): New const; replaces
6331 doctex-font-lock-syntactic-keywords.
6332 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
6334 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
6335 (fortran-make-syntax-propertize-function): New function; replaces
6336 fortran-font-lock-syntactic-keywords.
6337 (fortran-mode): Use it.
6338 (fortran-line-length): Use it. Improve interactive spec.
6340 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
6341 (syntax-propertize-rules): Add var-ref case. Fix offset computation
6342 when adding surrounding \(..\).
6344 * progmodes/js.el (js-mode): Fix last change (bug#7054).
6346 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6348 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
6349 Use with-current-buffer.
6351 * isearch.el (isearch-face): Rename from `isearch'.
6352 (isearch-highlight): Use new name.
6354 2010-09-17 Eli Zaretskii <eliz@gnu.org>
6356 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
6357 5, for `half' width fringes. (Bug#6933)
6359 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6361 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6362 (byte-compile-defvar): "foo/bar" does not lack a prefix.
6364 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
6366 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
6368 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
6369 in calculating new frame position. Add more space between new and
6370 parent on the left (Bug#7048).
6372 2010-09-17 Michael Albinus <michael.albinus@gmx.de>
6374 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
6377 2010-09-16 Chong Yidong <cyd@stupidchicken.com>
6379 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6381 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
6382 obsolete alias for x-selection-value.
6384 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
6386 2010-09-16 Michael Albinus <michael.albinus@gmx.de>
6388 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
6391 2010-09-15 Michael Albinus <michael.albinus@gmx.de>
6393 * net/tramp-compat.el (tramp-compat-with-temp-message)
6394 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
6395 (tramp-compat-process-put): New defuns.
6397 * net/tramp.el (top):
6398 * net/tramp-gvfs.el (top):
6399 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
6401 * net/tramp.el (tramp-progress-reporter-update):
6402 Use `tramp-compat-funcall'.
6404 * net/tramp.el (tramp-process-actions):
6405 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
6406 * net/tramp-sh.el (tramp-handle-vc-registered)
6407 (tramp-get-remote-stat, tramp-get-remote-readlink):
6408 Use `tramp-compat-with-temp-message'.
6410 * net/tramp-sh.el (top): Require 'cl.
6411 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
6412 (tramp-open-connection-setup-interactive-shell):
6413 Use `tramp-compat-process-put'.
6415 2010-09-15 Alan Mackenzie <acm@muc.de>
6417 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
6419 (c-forward-<>-arglist-recur): Fix an infinite recursion.
6421 2010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6423 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6424 `lexical' for warnings related to lexical scoping.
6425 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
6426 global vars which don't have a prefix and could hence affect lexical
6427 scoping in unrelated files.
6429 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6431 * net/imap.el: Revert back to version
6432 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6435 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
6437 * obsolete/old-whitespace.el (whitespace-unload-function):
6438 Explicitly pass `obarray' to `unintern' to avoid a warning.
6440 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6442 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
6443 Add `when' argument. Update callers.
6445 * subr.el (unintern): Declare the obarray arg mandatory.
6447 2010-09-14 Glenn Morris <rgm@gnu.org>
6449 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
6452 * calendar/diary-lib.el (diary-included-files): New variable.
6453 (diary-list-entries): Maybe initialize diary-included-files.
6454 (diary-include-other-diary-files): Append to diary-included-files.
6455 * calendar/appt.el (appt-update-list): Also check the members of
6456 diary-included-files. (Bug#6999)
6457 (appt-check): Doc fix.
6459 2010-09-14 David Reitter <david.reitter@gmail.com>
6461 * simple.el (line-move-visual): Do not truncate goal column to
6462 integer size. (Bug#7020)
6464 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6466 * repeat.el (repeat): Allow repeating when the last event is a click.
6467 Suggested by Drew Adams (bug#6256).
6469 2010-09-14 Sascha Wilde <wilde@sha-bang.de>
6471 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
6472 Replace setting HGRCPATH to "" by some less invasive --config options.
6474 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6476 * font-lock.el (font-lock-beginning-of-syntax-function):
6479 2010-09-14 Glenn Morris <rgm@gnu.org>
6481 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
6482 and tool-bar modes. (Bug#6211)
6483 (menu-bar-mode): Move setting of standard-value after the
6484 minor-mode definition, otherwise it seems to have no effect.
6486 2010-09-14 Masatake YAMATO <yamato@redhat.com>
6488 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
6489 Fix typo. (Bug#6976)
6491 2010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6493 * whitespace.el: Allow cleaning up blanks without blank
6494 visualization (Bug#6651). Adjust help window for
6495 whitespace-toggle-options (Bug#6479). Allow to use fill-column
6496 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
6497 (whitespace-style): Add new value 'face. Adjust docstring.
6498 (whitespace-space, whitespace-hspace, whitespace-tab):
6499 Adjust foreground property face.
6500 (whitespace-line-column): Adjust docstring and type declaration.
6501 (whitespace-style-value-list, whitespace-toggle-option-alist)
6502 (whitespace-help-text): Adjust const initialization.
6503 (whitespace-toggle-options, global-whitespace-toggle-options):
6505 (whitespace-display-window, whitespace-interactive-char)
6506 (whitespace-style-face-p, whitespace-color-on): Adjust code.
6507 (whitespace-help-scroll): New fun.
6509 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
6511 * calendar/time-date.el (format-seconds): Comment fix.
6513 2010-09-13 Michael R. Mauger <mmaug@yahoo.com>
6515 * progmodes/sql.el: Version 2.7.
6516 (sql-buffer-live-p): Improve detection.
6517 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
6518 (sql-set-sqli-buffer): Use it.
6519 (sql-product-interactive): Run `sql-set-sqli-hook'.
6520 (sql-rename-buffer): Code cleanup.
6521 (sql-redirect, sql-redirect-value): New functions. More to come.
6523 2010-09-13 Juanma Barranquero <lekktu@gmail.com>
6525 Port tramp-related Makefile changes of 2010-09-08T14:42:54Z!michael.albinus@gmx.de, 2010-09-13T15:17:01Z!michael.albinus@gmx.de to Windows.
6526 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
6527 (TRAMP_SRC): New macro.
6528 ($(lisp)/net/tramp-loaddefs.el): New target.
6530 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
6532 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
6534 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
6536 * net/tramp.el (top): Don't show loading message. Require just
6537 'tramp-compat, everything else is required there.
6538 Use `ignore-errors' where appropriate.
6539 (tramp-inline-compress-start-size, tramp-copy-size-limit)
6540 (tramp-terminal-type, tramp-end-of-output)
6541 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
6542 (tramp-completion-function-alist-ssh)
6543 (tramp-completion-function-alist-telnet)
6544 (tramp-completion-function-alist-su)
6545 (tramp-completion-function-alist-putty, tramp-remote-path)
6546 (tramp-remote-process-environment, tramp-sh-extra-args)
6547 (tramp-actions-before-shell, tramp-uudecode)
6548 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
6549 (tramp-perl-file-attributes)
6550 (tramp-perl-directory-files-and-attributes)
6551 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
6552 (tramp-perl-encode, tramp-perl-decode)
6553 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
6554 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
6555 (tramp-handle-make-symbolic-link, tramp-handle-load)
6556 (tramp-handle-file-name-as-directory)
6557 (tramp-handle-file-name-directory)
6558 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
6559 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
6560 (tramp-do-file-attributes-with-ls)
6561 (tramp-do-file-attributes-with-perl)
6562 (tramp-do-file-attributes-with-stat)
6563 (tramp-handle-set-visited-file-modtime)
6564 (tramp-handle-verify-visited-file-modtime)
6565 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
6566 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
6567 (tramp-handle-file-selinux-context)
6568 (tramp-handle-set-file-selinux-context)
6569 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
6570 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
6571 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
6572 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
6573 (tramp-handle-file-ownership-preserved-p)
6574 (tramp-handle-directory-file-name, tramp-handle-directory-files)
6575 (tramp-handle-directory-files-and-attributes)
6576 (tramp-do-directory-files-and-attributes-with-perl)
6577 (tramp-do-directory-files-and-attributes-with-stat)
6578 (tramp-handle-file-name-all-completions)
6579 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
6580 (tramp-handle-copy-file, tramp-handle-copy-directory)
6581 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
6582 (tramp-do-copy-or-rename-file-via-buffer)
6583 (tramp-do-copy-or-rename-file-directly)
6584 (tramp-do-copy-or-rename-file-out-of-band)
6585 (tramp-handle-make-directory, tramp-handle-delete-directory)
6586 (tramp-handle-delete-file)
6587 (tramp-handle-dired-recursive-delete-directory)
6588 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
6589 (tramp-handle-insert-directory)
6590 (tramp-handle-unhandled-file-name-directory)
6591 (tramp-handle-expand-file-name)
6592 (tramp-handle-substitute-in-file-name)
6593 (tramp-handle-executable-find, tramp-process-sentinel)
6594 (tramp-handle-start-file-process, tramp-handle-process-file)
6595 (tramp-handle-call-process-region, tramp-handle-shell-command)
6596 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
6597 (tramp-handle-insert-file-contents)
6598 (tramp-handle-insert-file-contents-literally)
6599 (tramp-handle-find-backup-file-name)
6600 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
6601 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
6602 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
6603 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
6604 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
6605 (tramp-find-file-exists-command, tramp-open-shell)
6606 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
6607 (tramp-open-connection-setup-interactive-shell)
6608 (tramp-local-coding-commands, tramp-remote-coding-commands)
6609 (tramp-find-inline-encoding, tramp-call-local-coding-command)
6610 (tramp-inline-compress-commands, tramp-find-inline-compress)
6611 (tramp-compute-multi-hops, tramp-maybe-open-connection)
6612 (tramp-send-command, tramp-wait-for-output)
6613 (tramp-send-command-and-check, tramp-barf-unless-okay)
6614 (tramp-send-command-and-read, tramp-mode-string-to-int)
6615 (tramp-convert-file-attributes, tramp-check-cached-permissions)
6616 (tramp-file-mode-from-int, tramp-file-mode-permissions)
6617 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
6618 (tramp-method-out-of-band-p, tramp-local-host-p)
6619 (tramp-get-remote-path, tramp-get-remote-tmpdir)
6620 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
6621 (tramp-get-test-command, tramp-get-test-nt-command)
6622 (tramp-get-file-exists-command, tramp-get-remote-ln)
6623 (tramp-get-remote-perl, tramp-get-remote-stat)
6624 (tramp-get-remote-readlink, tramp-get-remote-trash)
6625 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
6626 (tramp-get-local-uid, tramp-get-local-gid)
6627 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
6629 (tramp-methods, tramp-default-method-alist)
6630 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
6631 Move initialization to tramp-sh.el.
6632 (tramp-temp-name-prefix): Make it a defconst.
6633 (tramp-dissect-file-name): Don't check anymore for multi-hop
6635 (tramp-debug-outline-regexp): Add a docstring.
6636 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
6637 (tramp-get-debug-buffer): Use it.
6639 * net/tramp-cache.el (top): Set tramp-autoload cookie for
6640 initialization forms.
6641 (tramp-set-connection-property): Don't protect `tramp-message'
6642 call, it isn't necessary any longer.
6643 (tramp-dump-connection-properties): Use `ignore-errors'.
6645 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
6646 'password-cache and 'auth-source.
6648 * net/tramp-gvfs.el (top):
6649 * net/tramp-smb.el (top): Require 'tramp-sh.
6651 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
6653 * net/tramp-sh.el: New file, derived from tramp.el.
6654 (top): Initialize `tramp-methods', `tramp-default-method-alist',
6655 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
6656 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
6657 Use `ignore-errors' where appropriate.
6658 (tramp-sh-file-name-handler-alist): Rename from
6659 `tramp-file-name-handler-alist'.
6660 (tramp-send-command-and-check): Return t or nil. Remove all
6661 `zerop' checks, where called.
6662 (tramp-handle-set-file-modes)
6663 (tramp-do-copy-or-rename-file-directly)
6664 (tramp-handle-delete-directory, tramp-handle-delete-file)
6665 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
6666 (tramp-sh-file-name-handler, tramp-send-command-and-check)
6667 (tramp-get-remote-ln): Set tramp-autoload cookie.
6669 * net/tramp-fish.el: Remove file.
6671 2010-09-13 Daiki Ueno <ueno@unixuser.org>
6673 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
6674 buffer-file-name to avoid file-locking. (Bug#7026)
6676 2010-09-13 Julien Danjou <julien@danjou.info>
6678 * notifications.el (notifications-notify): Add support for
6679 image-path and sound-name.
6680 (notifications-specification-version): Add this variable.
6682 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6684 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
6686 2010-09-12 Leo <sdl.web@gmail.com>
6688 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
6689 (rcirc-completion-start): New variables.
6690 (rcirc-nick-completions): Rename to rcirc-completions.
6691 (rcirc-nick-completion-start-offset): Delete.
6692 (rcirc-completion-at-point): New function for constructing
6693 completion data for both nicks and irc commands. Add to
6694 completion-at-point-functions in rcirc mode.
6695 (rcirc-complete): Rename from rcirc-nick-complete; use
6696 rcirc-completion-at-point.
6697 (defun-rcirc-command): Update rcirc-client-commands.
6699 2010-09-11 Glenn Morris <rgm@gnu.org>
6701 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
6702 atomically, to avoid parallel build errors. (Bug#4196)
6704 2010-09-11 Michael R. Mauger <mmaug@yahoo.com>
6706 * progmodes/sql.el: Version 2.6
6707 (sql-dialect): Synonym for "sql-product".
6708 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
6709 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
6710 Set "sql-buffer" to buffer name not buffer object so multiple sql
6711 interactive buffers work properly. Reverts misguided changes in
6713 (sql-comint): Make sure different buffer name is used if "*SQL*"
6714 buffer is for a different product.
6715 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
6717 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
6718 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
6719 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
6720 Accept new buffer name or prompt for one.
6721 (sql-port): Default to zero.
6722 (sql-comint-mysql): Handle "sql-port" as a numeric.
6723 (sql-port-history): Delete unused variable.
6724 (sql-get-login): Default "sql-port" to a number.
6725 (sql-product-alist): Correct Postgres prompt and terminator regexp.
6726 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
6727 "sqlite3" executables.
6728 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
6729 (sql-buffer-live-p): New function.
6730 (sql-mode-menu, sql-send-string): Use it.
6731 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
6733 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
6734 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
6736 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6738 * net/netrc.el (netrc-credentials): New convenience function.
6740 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6742 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
6743 to replace texinfo-font-lock-syntactic-keywords.
6744 (texinfo-mode): Use it.
6746 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
6747 Use syntax-propertize-function.
6749 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
6750 replace sgml-font-lock-syntactic-keywords.
6751 (sgml-mode): Use it.
6753 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
6754 since we don't use it.
6756 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
6758 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
6760 (vhdl-fontify-buffer): Adjust.
6762 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
6763 replace tcl-font-lock-syntactic-keywords.
6766 * progmodes/simula.el (simula-syntax-propertize-function): New var to
6767 replace simula-font-lock-syntactic-keywords.
6768 (simula-mode): Use it.
6770 * progmodes/sh-script.el (sh-st-symbol): Remove.
6771 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
6772 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
6773 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
6774 (sh-font-lock-paren): Set syntax-multiline.
6775 (sh-font-lock-syntactic-keywords): Remove.
6776 (sh-syntax-propertize-function): New function to replace it.
6779 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
6780 Define while compiling.
6781 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
6782 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
6783 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
6784 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
6785 (ruby-here-doc-end-syntax): Only define when
6786 syntax-propertize is not available.
6787 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
6789 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
6790 (electric-indent-chars): Silence bytecompiler.
6791 (ruby-mode): Use prog-mode, syntax-propertize-function, and
6792 electric-indent-chars.
6794 * progmodes/python.el (python-syntax-propertize-function): New var to
6795 replace python-font-lock-syntactic-keywords.
6796 (python-mode): Use it.
6797 (python-quote-syntax): Simplify and adjust to new use.
6799 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
6800 replace perl-font-lock-syntactic-keywords.
6801 (perl-syntax-propertize-special-constructs): New fun to replace
6802 perl-font-lock-special-syntactic-constructs.
6803 (perl-font-lock-syntactic-face-function): New fun.
6804 (perl-mode): Use it.
6806 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
6807 to replace octave-font-lock-close-quotes.
6808 (octave-syntax-propertize-function): New function to replace
6809 octave-font-lock-syntactic-keywords.
6810 (octave-mode): Use it.
6812 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
6813 replaces mixal-font-lock-syntactic-keywords.
6814 (mixal-mode): Use it.
6816 * progmodes/make-mode.el (makefile-syntax-propertize-function):
6817 New var; replaces makefile-font-lock-syntactic-keywords.
6818 (makefile-mode): Use it.
6819 (makefile-imake-mode): Adjust.
6821 * progmodes/js.el (js--regexp-literal): Define while compiling.
6822 (js-syntax-propertize-function): New var; replaces
6823 js-font-lock-syntactic-keywords.
6826 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
6827 replaces gdb-script-font-lock-syntactic-keywords.
6828 (gdb-script-mode): Use it.
6830 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
6831 (fortran--font-lock-syntactic-keywords): New var.
6832 (fortran-line-length): Update syntax-propertize-function and
6833 fortran--font-lock-syntactic-keywords.
6835 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
6837 * progmodes/cfengine.el (cfengine-mode):
6838 Use syntax-propertize-function.
6839 (cfengine-font-lock-syntactic-keywords): Remove.
6841 * progmodes/autoconf.el (autoconf-mode):
6842 Use syntax-propertize-function.
6843 (autoconf-font-lock-syntactic-keywords): Remove.
6845 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
6846 (ada-after-change-function, ada-initialize-syntax-table-properties)
6847 (ada-handle-syntax-table-properties): Only define when
6848 syntax-propertize is not available.
6849 (ada-mode): Use syntax-propertize-function.
6851 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
6852 (font-lock-fontify-syntactic-keywords-region): Move handling of
6853 font-lock-syntactically-fontified to...
6854 (font-lock-default-fontify-region): ...here.
6855 Let syntax-propertize-function take precedence.
6856 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
6858 * emacs-lisp/syntax.el (syntax-propertize-function)
6859 (syntax-propertize-chunk-size, syntax-propertize--done)
6860 (syntax-propertize-extend-region-functions): New vars.
6861 (syntax-propertize-wholelines, syntax-propertize-multiline)
6862 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
6863 (syntax-propertize): New functions.
6864 (syntax-propertize-rules): New macro.
6865 (syntax-ppss-flush-cache): Set syntax-propertize--done.
6866 (syntax-ppss): Call syntax-propertize.
6868 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
6870 2010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
6872 * textmodes/ispell.el (ispell-init-process): Improve comments.
6873 XEmacs compatibility changes regarding (add-hook) 'local option
6874 and (set-process-query-on-exit-flag).
6876 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
6878 * net/tramp-cache.el (tramp-parse-connection-properties):
6879 Set tramp-autoload cookie.
6881 2010-09-09 Glenn Morris <rgm@gnu.org>
6883 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
6884 (imagemagick-register-types): Doc fix.
6886 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
6888 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
6890 * progmodes/js.el (require): Require is already "eval-and-compile".
6891 (js--re-search-forward): Avoid `eval'. Preserve the error data.
6892 (js--re-search-backward): Use js--re-search-forward.
6894 * progmodes/fortran.el (fortran-line-length): Don't recompute
6895 syntactic keywords redundantly a second time.
6897 * progmodes/ada-mode.el: Replace "(set '" with setq.
6898 (ada-mode): Simplify.
6899 (ada-create-case-exception, ada-adjust-case-interactive)
6900 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
6901 (ada-search-ignore-string-comment, ada-move-to-start)
6902 (ada-move-to-end): Use with-syntax-table.
6904 * font-lock.el (save-buffer-state): Remove `varlist' arg.
6905 (font-lock-unfontify-region, font-lock-default-fontify-region):
6906 Update usage correspondingly.
6907 (font-lock-fontify-syntactic-keywords-region):
6908 Set parse-sexp-lookup-properties buffer-locally here.
6909 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
6911 * simple.el (blink-matching-open): Don't burp if we can't find a match.
6913 2010-09-08 Glenn Morris <rgm@gnu.org>
6915 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
6916 Error if not compiled with -DBYTE_CODE_METER.
6918 * emacs-lisp/bytecomp.el (byte-recompile-directory):
6919 Ignore dir-locals-file.
6921 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
6923 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6925 (compilation-error-regexp-alist-alist): Rule out ": " in file names
6926 for the `gnu' messages.
6927 (compilation-set-skip-threshold): New command.
6928 (compilation-start): Use \' rather than $.
6929 (compilation-forget-errors): Use clrhash.
6931 2010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
6933 * textmodes/ispell.el (ispell-valid-dictionary-list):
6936 2010-09-08 Michael Albinus <michael.albinus@gmx.de>
6938 Migrate to Tramp 2.2. Rearrange load dependencies.
6939 (Bug#1529, Bug#5448, Bug#5705)
6941 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
6942 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
6943 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
6945 * net/tramp.el (top): Remove all other tramp-* loads except
6946 tramp-compat.el. Remove all changes to tramp-unload-hook for
6947 other tramp-* packages. Rearrange defun order. Change calls of
6948 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
6949 `tramp-compat-octal-to-decimal' to new function names.
6950 (tramp-terminal-type, tramp-initial-end-of-output)
6951 (tramp-methods, tramp-foreign-file-name-handler-alist)
6952 (tramp-tramp-file-p, tramp-completion-mode-p)
6953 (tramp-send-command-and-check, tramp-get-remote-path)
6954 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
6955 (tramp-shell-quote-argument): Set tramp-autoload cookie.
6956 (with-file-property, with-connection-property): Move to
6958 (tramp-local-call-process, tramp-decimal-to-octal)
6959 (tramp-octal-to-decimal): Move to tramp-compat.el.
6960 (tramp-handle-shell-command): Do not require 'shell.
6961 (tramp-compute-multi-hops): No special handling for tramp-gw-*
6963 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
6965 * net/tramp-cache.el (top): Require 'tramp. Add to
6966 `tramp-unload-hook'.
6967 (tramp-cache-data, tramp-get-file-property)
6968 (tramp-set-file-property, tramp-flush-file-property)
6969 (tramp-flush-directory-property, tramp-get-connection-property)
6970 (tramp-set-connection-property, tramp-flush-connection-property)
6971 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
6973 (with-file-property, with-connection-property): New defuns, moved
6975 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
6978 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
6979 (tramp-version): Set tramp-autoload cookie.
6981 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
6982 changes to tramp-unload-hook for other tramp-* packages. Add to
6983 `tramp-unload-hook'.
6984 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
6985 (tramp-compat-call-process): New defuns, moved from tramp.el.
6987 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
6988 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
6989 Add to `tramp-unload-hook'. Change call of
6990 `tramp-compat-decimal-to-octal' to new function name.
6991 (tramp-fish-method): Make it a defconst.
6992 (tramp-fish-file-name-p): Make it a defsubst.
6993 (tramp-fish-method, tramp-fish-file-name-handler)
6994 (tramp-fish-file-name-p): Set tramp-autoload cookie.
6996 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
6997 `tramp-foreign-file-name-handler-alist'. Add to
6998 `tramp-unload-hook'.
6999 (tramp-ftp-method): Make it a defconst.
7000 (tramp-ftp-file-name-p): Make it a defsubst.
7001 (tramp-ftp-method, tramp-ftp-file-name-handler)
7002 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
7004 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
7005 `tramp-foreign-file-name-handler-alist'. Add to
7006 `tramp-unload-hook'. Change checks, whether package can be
7008 (tramp-gvfs-file-name-p): Make it a defsubst.
7009 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
7010 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
7011 (tramp-gvfs-handle-file-directory-p): New defun.
7012 (tramp-gvfs-file-name-handler-alist): Use it.
7014 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
7015 `tramp-foreign-file-name-handler-alist'. Add to
7016 `tramp-unload-hook'.
7017 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
7018 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
7020 (tramp-gw-tunnel-method, tramp-gw-socks-method)
7021 (tramp-gw-open-connection): Set tramp-autoload cookie.
7023 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
7024 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7025 Add to `tramp-unload-hook'. Change checks, whether package can be
7027 (tramp-imap-file-name-p): Make it a defsubst.
7028 (tramp-imap-method, tramp-imaps-method)
7029 (tramp-imap-file-name-handler)
7030 (tramp-imap-file-name-p): Set tramp-autoload cookie.
7032 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
7033 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7034 Add to `tramp-unload-hook'. Change checks, whether package can be
7035 loaded. Change call of `tramp-compat-decimal-to-octal' to new
7037 (tramp-smb-tunnel-method): Make it a defconst.
7038 (tramp-smb-file-name-p): Make it a defsubst.
7039 (tramp-smb-method, tramp-smb-file-name-handler)
7040 (tramp-smb-file-name-p): Set tramp-autoload cookie.
7042 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
7043 (tramp-uuencode-region): Set tramp-autoload cookie.
7045 * net/trampver.el (top) Add to `tramp-unload-hook'.
7046 (tramp-version, tramp-bug-report-address): Set tramp-autoload
7047 cookie. Update release number.
7049 2010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
7051 * textmodes/ispell.el (ispell-start-process): Make sure original
7052 arg list is properly initialized (Bug#6993, Bug#6994).
7054 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
7056 * files.el (directory-abbrev-alist): Use \` as default regexp.
7058 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
7059 chars like - or ] (bug#6984).
7060 (rx-any-condense-range): Explode 2-char ranges.
7062 2010-09-06 Glenn Morris <rgm@gnu.org>
7064 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
7066 2010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7068 * textmodes/bibtex.el:
7069 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
7071 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7073 * net/imap.el (imap-message-map): Remove optional buffer parameter,
7074 since no callers use it.
7075 (imap-message-get): Ditto.
7076 (imap-message-put): Ditto.
7077 (imap-mailbox-map): Ditto.
7078 (imap-mailbox-put): Ditto.
7079 (imap-mailbox-get): Ditto.
7080 (imap-mailbox-get): Revert last change for this function.
7082 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7084 * net/imap.el (imap-fetch-safe): Remove function, and alter all
7085 callers to use `imap-fetch' instead. According to the comments, this
7086 should be safe, since all other IMAP clients use the 1:* syntax.
7087 (imap-enable-exchange-bug-workaround): Remove.
7088 (imap-debug): Remove -- doesn't seem very useful.
7090 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7092 * net/imap.el (imap-log): New convenience function used throughout
7093 instead of repeating the same code all over the place.
7095 2010-09-05 David De La Harpe Golden <david@harpegolden.net>
7097 * mouse.el (mouse-save-then-kill): Save region to kill-ring
7098 when mouse-drag-copy-region is non-nil (Bug#6956).
7100 2010-09-05 Chong Yidong <cyd@stupidchicken.com>
7102 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
7103 Improve regexps (Bug#6987).
7104 (dired-sort-toggle): Search more robustly for -t flag.
7106 * files.el (get-free-disk-space): Search more robustly for
7107 "available" column. Suggested by Ehud Karni
7108 <ehud@unix.mvs.co.il>.
7110 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
7112 * international/uni-bidi.el:
7113 * international/uni-category.el:
7114 * international/uni-combining.el:
7115 * international/uni-decimal.el:
7116 * international/uni-mirrored.el:
7117 * international/uni-name.el: Regenerate.
7119 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7121 * electric.el (electric-indent-post-self-insert-function):
7122 Don't reindent with a sloppy indentation function.
7124 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
7125 border case in change-log-mode.
7127 2010-09-04 Chong Yidong <cyd@stupidchicken.com>
7129 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7130 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
7131 Recognize leading tab in gcc-include regexp. Ignore names with
7132 leading "from" or "in" in gnu regexp (Bug#6937).
7134 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7136 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
7137 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
7138 (ispell-start-process): Avoid setq and simplify logic.
7139 (ispell-init-process): Setup kill-buffer-hook locally when needed.
7140 (kill-buffer-hook): Don't use it globally with code that uses
7141 expand-file-name since that may call kill-buffer via
7142 code_conversion_restore.
7144 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
7146 * emacs-lisp/package.el (package-directory-list): Only call
7147 file-name-nondirectory on a string.
7149 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
7151 * emacs-lisp/package.el (package--download-one-archive):
7152 Ensure that archive-contents is valid before saving it.
7153 (package-activate-1, package-mark-obsolete, define-package)
7154 (package-compute-transaction, package-list-maybe-add): Use push.
7156 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7158 Use SMIE's blink-paren for octave-mode.
7159 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
7160 Backslashes do not escape single-quotes, single-quotes do.
7161 (octave-block-else-regexp, octave-block-end-regexp)
7162 (octave-block-match-alist): Remove.
7163 (octave-smie-bnf-table): New var, with old content.
7164 (octave-smie-op-levels): Use it.
7165 (octave-smie-closer-alist): New var.
7166 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
7167 (octave-blink-matching-block-open): Remove.
7168 (octave-reindent-then-newline-and-indent, octave-electric-semi)
7169 (octave-electric-space): Let self-insert-command run expand-abbrev and
7172 * electric.el (electricity): New group.
7173 (electric-indent-chars): New var.
7174 (electric-indent-post-self-insert-function): New fun.
7175 (electric-indent-mode): New minor mode.
7176 (electric-pair-skip-self): New custom.
7177 (electric-pair-post-self-insert-function): New function.
7178 (electric-pair-mode): New minor mode.
7180 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
7181 calcAlg-blink-matching-open.
7182 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
7183 (calc-do-alg-entry): Only touch the part of the keymap that varies.
7184 Use the new blink-matching-check-function.
7186 Provide blink-matching support to SMIE.
7187 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
7188 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
7189 (smie-blink-matching-check, smie-blink-matching-open): New functions.
7191 * simple.el (newline): Fix last change to properly remove itself from
7194 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7196 * simple.el (newline): Eliminate optimization.
7197 Use post-self-insert-hook to set hard-newline and things before
7198 running post-self-insert-hook.
7199 (blink-matching-check-mismatch): New function.
7200 (blink-matching-check-function): New variable.
7201 (blink-matching-open): Use them.
7202 Skip back forward over prefix chars skipped by forward-sexp.
7203 Don't check if the parens are backslash escaped.
7204 (blink-paren-post-self-insert-function): Check backslash escaping here.
7206 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
7208 * emacs-lisp/package.el (package-menu-mode-map):
7209 Change package-menu-revert bindings to revert-buffer.
7210 (package-menu-mode): Set revert-buffer-function.
7211 (package-menu-revert): Doc fix.
7213 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
7215 * textmodes/ispell.el (ispell-init-process): Use "~/" as
7216 `default-directory' unless using Ispell per-directory personal
7217 dictionaries and not in a mini-buffer under XEmacs.
7218 (kill-buffer-hook): Do not kill ispell process on exit when
7219 `ispell-process-directory' is "~/". (Bug#6143)
7221 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
7223 * simple.el (kill-new): Call interprogram-cut-function with only
7226 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
7227 Remove cut buffer from error message.
7229 * term/x-win.el (x-select-text):
7230 * term/pc-win.el (x-selection-value):
7231 * term/ns-win.el (x-selection-value):
7232 * eshell/em-term.el:
7233 * w32-fns.el (x-get-selection-value):
7234 * mouse-sel.el (mouse-sel-set-selection-function):
7235 * frame.el (display-selections-p): Remove cut-buffer in documentation.
7237 * term/x-win.el: Update documentation for x-last-selected-text-*.
7238 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
7239 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
7240 (x-select-text): Remove argument PUSH, update documentation.
7241 Remove cut-buffer code.
7242 (x-selection-value-internal): Was previously x-selection-value.
7243 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
7244 Update documentation, remove cut-buffer code.
7245 Call x-selection-value-internal.
7246 (x-clipboard-yank): Call x-selection-value-internal.
7247 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
7249 * term/pc-win.el (x-last-selected-text):
7250 x-cut-buffer-or-selection-value renamed to x-selection-value
7251 (x-select-text): Remove argument PUSH, update documentation.
7253 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
7254 x-cut-buffer-or-selection-value renamed to x-selection-value
7255 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
7256 (x-select-text): Remove argument PUSH, update documentation.
7258 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
7260 * w32-fns.el (x-last-selected-text):
7261 x-cut-buffer-or-selection-value renamed to x-selection-value.
7262 (x-cut-buffer-max): Remove.
7263 (x-select-text): Remove argument PUSH, update documentation.
7265 * simple.el (interprogram-cut-function): Remove mention of PUSH.
7267 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
7269 * mouse-sel.el (mouse-sel-get-selection-function):
7270 x-cut-buffer-or-selection-value renamed to x-selection-value.
7271 (x-select-text): Remove optional push.
7273 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7275 * simple.el (blink-paren-function): Move from C to here.
7276 (blink-paren-post-self-insert-function): New function.
7277 (post-self-insert-hook): Use it.
7279 * emacs-lisp/pcase.el (pcase-split-memq):
7280 Fix overenthusiastic optimisation.
7281 (pcase-u1): Handle the case of a lambda pred.
7283 2010-08-31 Kenichi Handa <handa@m17n.org>
7285 * international/mule-cmds.el (standard-display-european-internal):
7286 Setup standard-display-table for 8-bit characters by storing 8-bit
7287 characters in the element vector.
7289 * disp-table.el (standard-display-8bit):
7290 Setup standard-display-table for 8-bit characters by storing 8-bit
7291 characters in the element vector.
7292 (standard-display-european): Likewise.
7294 2010-08-31 Masatake YAMATO <yamato@redhat.com>
7296 * textmodes/nroff-mode.el (nroff-view): New command.
7297 (nroff-mode-map): Bind it to C-c C-c.
7299 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7301 * emacs-lisp/smie.el (smie-down-list): New command.
7303 Remove old indentation and navigation code on octave-mode.
7304 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
7305 smie-down-list rather than add a binding for octave-down-block.
7306 (octave-mark-block, octave-blink-matching-block-open):
7307 Rely on forward-sexp-function.
7308 (octave-fill-paragraph): Don't narrow, so you can use
7309 indent-according-to-mode.
7310 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
7311 (octave-in-block-p, octave-re-search-forward-kw)
7312 (octave-re-search-backward-kw, octave-indent-calculate)
7313 (octave-end-as-array-index-p, octave-block-end-offset)
7314 (octave-scan-blocks, octave-forward-block, octave-backward-block)
7315 (octave-down-block, octave-backward-up-block, octave-up-block)
7316 (octave-before-magic-comment-p, octave-indent-line): Remove.
7318 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
7320 * emacs-lisp/package.el (package--read-archive-file): Just use
7321 `read', to avoid copying an additional string.
7322 (package-menu-mode): Set header-line-format here.
7323 (package-menu-refresh, package-menu-revert): Signal an error if
7324 not in the Package Menu.
7325 (package-menu-package-list): New var.
7326 (package--generate-package-list): Operate on the current buffer;
7327 don't assume that it is *Packages*, since the user may rename it.
7328 Allow persistent package listings and sort keys using
7329 package-menu-package-list and package-menu-package-sort-key.
7330 (package-menu--version-predicate): Fix version calculation.
7331 (package-menu-sort-by-column): Don't select the window.
7332 (package--list-packages): Create the *Packages* buffer.
7333 Set package-menu-package-list-key.
7334 (list-packages): Sorting by status is now the default.
7335 (package-buffer-info): Use match-string-no-properties.
7336 (define-package): Add a &rest argument for future proofing, but
7338 (package-install-from-buffer, package-install-buffer-internal):
7339 Merge into a single function, package-install-from-buffer.
7340 (package-install-file): Change caller.
7342 * finder.el: Load finder-inf using `require'.
7343 (finder-list-matches): Sorting by status is now the default.
7344 (finder-compile-keywords): Simpify printing.
7346 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7348 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
7349 (octave-mode-map): Remove special bindings for forward/backward-block
7350 and octave-backward-up-block. Use smie-close-block.
7351 (octave-continuation-marker-regexp): New var.
7352 (octave-continuation-regexp): Use it.
7353 (octave-operator-table, octave-smie-op-levels)
7354 (octave-operator-regexp, octave-smie-indent-rules): New vars.
7355 (octave-smie-backward-token, octave-smie-forward-token): New funs.
7356 (octave-mode): Use SMIE.
7357 (octave-close-block): Delete.
7359 2010-08-30 Eli Zaretskii <eliz@gnu.org>
7361 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
7362 CLIPBOARD, not in PRIMARY. (Bug#6944)
7364 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7366 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
7368 (smie-indent-column): Allow indirection through variables.
7370 * composite.el (save-buffer-state): Delete, unused.
7371 * font-lock.el (save-buffer-state): Use with-silent-modifications.
7372 (font-lock-default-fontify-region): Use with-syntax-table.
7373 * jit-lock.el (with-buffer-unmodified): Remove.
7374 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
7376 Use `declare' in defmacros.
7377 * window.el (save-selected-window):
7378 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
7379 * progmodes/python.el (def-python-skeleton):
7380 * net/dbus.el (dbus-ignore-errors):
7381 * jka-cmpr-hook.el (with-auto-compression-mode):
7382 * international/mule.el (with-category-table):
7383 * emacs-lisp/timer.el (with-timeout):
7384 * emacs-lisp/lisp-mnt.el (lm-with-file):
7385 * emacs-lisp/eieio.el (with-slots):
7386 * emacs-lisp/easymenu.el (easy-menu-define):
7387 * emacs-lisp/debug.el (debugger-env-macro):
7388 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
7389 (Multiple-value-call, Multiple-value-prog1):
7390 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
7391 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
7392 edebug rule to definition.
7393 * emacs-lisp/lisp-mode.el (save-selected-window)
7394 (with-current-buffer, combine-after-change-calls)
7395 (with-output-to-string, with-temp-file, with-temp-buffer)
7396 (with-temp-message, with-syntax-table, read-if, eval-after-load)
7397 (dolist, dotimes, when, unless):
7398 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
7400 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
7402 * finder.el: Require `package'.
7403 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
7404 (finder-package-info): Var deleted.
7405 (finder-keywords-hash, finder--builtins-alist): New vars.
7406 (finder-compile-keywords): Compute package--builtins and
7407 finder-keywords-hash instead of finder-keywords-hash, respecting
7408 the "Package" header.
7409 (finder-unknown-keywords, finder-list-matches):
7410 Use finder-keywords-hash and package--list-packages.
7411 (finder-mode): Don't set font-lock-defaults.
7412 (finder-exit): We don't use "*Finder-package*" and "*Finder
7413 Category*" buffers anymore.
7415 * emacs-lisp/package.el (package--builtins-base): Var deleted.
7416 (package--builtins): Set default value to nil.
7417 (package-initialize): Load precomputed value of package--builtins
7419 (package-alist, package-compute-transaction)
7420 (package-download-transaction): Improve docstring.
7421 (package-read-all-archive-contents): Do not change
7422 package--builtins here.
7423 (list-packages): Make package-list-packages an alias for this.
7424 Sort by status by default.
7425 (package--list-packages): Add optional PACKAGES arg.
7426 (describe-package-1): Use font-lock-face property. For built-in
7427 packages, insert file commentary.
7428 (package--generate-package-list): Rename from
7429 package-list-packages-internal; all callers changed. Add optional
7430 PACKAGES arg. Add alphabetical sort fallbacks.
7431 (package-menu--version-predicate, package-menu--status-predicate)
7432 (package-menu--description-predicate)
7433 (package-menu--name-predicate): New functions.
7435 * info.el (Info-finder-find-node): Search package-alist instead of
7436 finder-package-info.
7438 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
7440 * subr.el (version-regexp-alist): Don't use "a" and "b" for
7442 (version-to-list): Handle versions like "10.3d".
7444 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7446 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
7447 (macroexp-accumulate): Use `declare'.
7449 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7451 * whitespace.el (whitespace-style): Adjust type declaration.
7453 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
7455 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
7457 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
7459 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
7462 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
7464 * progmodes/js.el: Make indentation more customizable (Bug#6914).
7465 (js-paren-indent-offset, js-square-indent-offset)
7466 (js-curly-indent-offset): New options.
7467 (js--proper-indentation): Use them.
7469 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
7471 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
7472 instead of inspecting font-lock properties (Bug#6916).
7474 2010-08-26 David Reitter <david.reitter@gmail.com>
7476 * server.el (server-visit-files): Run pre-command-hook and
7477 post-command-hook for each buffer while it is current (Bug#6910).
7478 (server-execute): Do not run hooks here.
7480 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
7482 Sync with Tramp 2.1.19.
7484 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Protect
7486 (tramp-gvfs-maybe-open-connection): Use `tramp-compat-funcall'.
7488 * net/tramp.el (tramp-handle-expand-file-name)
7489 (tramp-completion-handle-file-name-all-completions)
7490 (tramp-completion-handle-file-name-completion):
7491 Use `tramp-connectable-p'.
7493 * net/trampver.el: Update release number.
7495 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
7497 * help.el (help-map): Bind `C-h P' to describe-package.
7499 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
7501 * emacs-lisp/package.el (package-refresh-contents): Catch errors
7502 when downloading archives.
7503 (describe-package-1): Add package commentary.
7504 (package-install-button-action): New function.
7505 (package-menu-mode-map): Bind ? to package-menu-describe-package.
7506 (package-menu-view-commentary): Function removed.
7507 (package-list-packages-internal): Hide the `package' package too.
7509 2010-08-25 Kenichi Handa <handa@m17n.org>
7511 * language/misc-lang.el ("Arabic"): New language environment.
7512 Setup composition-function-table for Arabic characters.
7514 * international/fontset.el (setup-default-fontset): Fix typo for
7515 arabic OTF spec (fini->fina).
7517 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
7519 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
7522 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7524 * whitespace.el: Allow cleaning up blanks without blank
7525 visualization (Bug#6651). Adjust help window for
7526 whitespace-toggle-options (Bug#6479). Allow to use fill-column
7527 instead of whitespace-line-column (from EmacsWiki). New version
7529 (whitespace-style): Add new value 'face. Adjust docstring.
7530 (whitespace-space, whitespace-hspace, whitespace-tab):
7531 Adjust foreground property face.
7532 (whitespace-line-column): Adjust docstring and type declaration.
7533 (whitespace-style-value-list, whitespace-toggle-option-alist)
7534 (whitespace-help-text): Adjust const initialization.
7535 (whitespace-toggle-options, global-whitespace-toggle-options):
7537 (whitespace-display-window, whitespace-interactive-char)
7538 (whitespace-style-face-p, whitespace-color-on): Adjust code.
7539 (whitespace-help-scroll): New fun.
7541 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
7543 * emacs-lisp/package.el (list-packages): Alias for
7544 package-list-packages.
7546 2010-08-24 Kevin Ryde <user42@zip.com.au>
7548 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
7551 * progmodes/ruby-mode.el (ruby): Add defgroup.
7553 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
7555 * progmodes/python.el: Add Ipython support (Bug#5390).
7556 (python-shell-prompt-alist)
7557 (python-shell-continuation-prompt-alist): New options.
7558 (python--set-prompt-regexp): New function.
7559 (inferior-python-mode, run-python, python-shell):
7560 Require ansi-color. Use python--set-prompt-regexp to set the comint
7561 prompt based on the Python interpreter.
7562 (python--prompt-regexp): New var.
7563 (python-check-comint-prompt)
7564 (python-comint-output-filter-function): Use it.
7565 (run-python): Use a pipe (Bug#5694).
7567 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
7569 * progmodes/python.el (python-send-region): Send a different
7570 Python command if Ipython is in use.
7571 (python-check-version): Use a Python command to find the version.
7573 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
7575 * mouse.el (mouse-yank-primary): Avoid setting primary when
7576 deactivating the mark (Bug#6872).
7578 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
7580 * progmodes/python.el (python-block-pairs): Allow use of "finally"
7581 with "else" (Bug#3991).
7583 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
7585 * net/dbus.el: Accept UNIX domain sockets as bus address.
7586 (top): Don't initialize `dbus-registered-objects-table' anymore,
7587 this is done in dbusbind,c.
7588 (dbus-check-event): Adapt test for bus.
7589 (dbus-return-values-table, dbus-unregister-service)
7590 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
7593 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
7595 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
7597 2010-08-22 Juri Linkov <juri@jurta.org>
7599 * simple.el (read-extended-command): New function with the logic
7600 for `completing-read' moved to Elisp from `execute-extended-command'.
7601 Use `function-called-at-point' in `minibuffer-default-add-function'
7602 to get a command name for M-n (bug#5364, bug#5214).
7604 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
7606 * startup.el (command-line-1): Issue warning for ignored arguments
7607 --unibyte, etc (Bug#6886).
7609 2010-08-22 Leo <sdl.web@gmail.com>
7611 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
7612 (ignore, bright, dim, keyword): Split list of nicknames before
7613 passing to rcirc-add-or-remove (Bug#6894).
7615 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
7617 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
7619 2010-08-22 Leo <sdl.web@gmail.com>
7621 Fix buffer-list rename&refresh after killing a buffer in ido.
7622 * ido.el: Revert Óscar's.
7623 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
7624 Remember the buffers at head, rather than their name.
7625 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
7627 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
7628 Stefan Monnier <monnier@iro.umontreal.ca>
7630 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
7631 extra backslash added to each line (bug#6890).
7633 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7635 * subr.el (read-key): Don't echo keystrokes (bug#6883).
7637 2010-08-22 Glenn Morris <rgm@gnu.org>
7639 * menu-bar.el (menu-bar-games-menu): Add landmark.
7641 2010-08-22 Glenn Morris <rgm@gnu.org>
7643 * align.el (align-regexp): Make group and spacing arguments
7644 use the interactive defaults when non-interactive. (Bug#6698)
7646 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
7647 expansion, so as not to need sendmail.
7648 (mail-text-start): Remove declaration.
7649 (rmail-retry-failure): Require sendmail.
7651 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
7653 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
7655 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
7657 * progmodes/flymake.el (flymake-start-syntax-check-process):
7658 Use `start-file-process' in order to let it run also on remote hosts.
7660 2010-08-22 Kenichi Handa <handa@m17n.org>
7662 * files.el: Add `word-wrap' as safe local variable.
7664 2010-08-22 Glenn Morris <rgm@gnu.org>
7666 * woman.el (woman-translate): Case matters. (Bug#6849)
7668 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
7670 * simple.el (kill-region): Doc fix (Bug#6787).
7672 2010-08-22 Glenn Morris <rgm@gnu.org>
7674 * calendar/diary-lib.el (diary-header-line-format):
7675 Fit it to the window, not the frame.
7677 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
7679 * subr.el (ignore-errors): Add debug declaration.
7681 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
7683 * whitespace.el (whitespace-color-off): Remove post-command-hook
7686 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7688 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
7690 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
7692 * cus-edit.el (custom-group-value-create): Add extra newline
7693 before end line (Bug#6876).
7695 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
7697 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
7698 when extending it. Before killing on the second click, check if
7699 the buffer is the correct one. Doc fix.
7700 (mouse-secondary-save-then-kill): Allow usage without first
7701 calling mouse-start-secondary, by defaulting to point. Don't save
7702 an empty secondary selection. Doc fix.
7704 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7706 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
7707 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
7709 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7710 Adjust initialization.
7711 (whitespace-bob-marker, whitespace-eob-marker)
7712 (whitespace-buffer-changed): New vars.
7713 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
7714 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
7715 (whitespace-post-command-hook, whitespace-display-char-on):
7717 (whitespace-looking-back, whitespace-buffer-changed): New funs.
7718 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
7720 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
7722 * files.el (locate-file-completion-table): Only list the .el and .elc
7723 extensions if there's no other choice (bug#5955).
7725 * facemenu.el (facemenu-self-insert-data): New var.
7726 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
7728 (facemenu-add-face): Use them.
7730 * simple.el (blink-matching-open): Obey forward-sexp-function.
7732 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
7734 * simple.el (prog-mode-map): New var.
7735 (prog-indent-sexp): New command.
7737 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
7739 * progmodes/prolog.el (smie): Require.
7741 * emacs-lisp/smie.el (smie-default-backward-token)
7742 (smie-default-forward-token): Strip properties.
7743 (smie-next-sexp): Be more careful with associative operators.
7744 (smie-forward-sexp-command): Generalize.
7745 (smie-backward-sexp-command): Simplify.
7746 (smie-closer-alist): New var.
7747 (smie-close-block): New command.
7748 (smie-indent-debug-log): New var.
7749 (smie-indent-offset-rule): Add a few more cases.
7750 (smie-indent-column): New function.
7751 (smie-indent-after-keyword): Use it.
7752 (smie-indent-keyword): Use it.
7753 Fix up the opener code's point position.
7754 (smie-indent-comment): Only applies at BOL.
7755 (smie-indent-debug): New command.
7757 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
7758 declarations that are useful before running the macro.
7760 2010-08-18 Joakim Verona <joakim@verona.se>
7762 * image.el (imagemagick-types-inhibit): New variable.
7763 (imagemagick-register-types): New function.
7764 * image-mode.el (image-transform-properties): New function.
7765 (image-transform-set-scale, image-transform-fit-to-height)
7766 (image-transform-set-rotation, image-transform-set-resize)
7767 (image-transform-fit-to-width, image-transform-fit-to-height):
7769 (image-toggle-display-image): Support image transforms.
7771 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
7773 * image.el (create-animated-image): Don't add heuristic mask to image
7776 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
7778 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
7779 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
7781 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
7783 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
7785 Font-lock '...' strings, plus various simplifications and fixes.
7786 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
7787 (octave-font-lock-close-quotes): New function.
7788 (octave-font-lock-syntactic-keywords): New var.
7789 (octave-mode): Use it. Set beginning-of-defun-function.
7790 (octave-mode-map): Don't override the <foo>-defun commands.
7791 (octave-mode-menu): Pass it directly to easy-menu-define;
7792 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
7793 (octave-block-match-alist): Fix up last change so that
7794 octave-close-block uses the more specific keyword.
7795 (info-lookup-mode): Silence byte-compiler.
7796 (octave-beginning-of-defun): Not interactive any more.
7798 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
7799 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
7800 (octave-completion-at-point-function): Make sure point is within
7802 (octave-reindent-then-newline-and-indent):
7803 Use reindent-then-newline-and-indent.
7804 (octave-add-octave-menu): Remove.
7806 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
7808 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
7809 (report-emacs-bug-can-use-xdg-email): New functions.
7810 (report-emacs-bug): Set can-xdg-email to result of
7811 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
7812 \C-cm to report-emacs-bug-insert-to-mailer and add help text
7815 * net/browse-url.el (browse-url-default-browser): Add cond
7816 for browse-url-xdg-open.
7817 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
7819 2010-08-17 Glenn Morris <rgm@gnu.org>
7821 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
7822 (c-fontify-recorded-types-and-refs): Define for compiler.
7823 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
7826 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
7829 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
7831 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
7833 (tramp-handle-process-file): Call the program in a subshell, in
7834 order to preserve working directory.
7835 (tramp-action-password): Hide password prompt before next run.
7836 (tramp-process-actions): Widen connection buffer for the trace.
7838 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
7840 * net/rcirc.el (rcirc-log-process-buffers): New option.
7841 (rcirc-print): Use it.
7842 (rcirc-generate-log-filename): New function.
7843 (rcirc-log-filename-function): Change default to
7844 rcirc-generate-log-filename (Bug#6828).
7846 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
7848 * simple.el (deactivate-mark): If select-active-regions is `only',
7849 only set selection for temporarily active regions.
7851 * cus-start.el: Change defcustom for select-active-regions.
7853 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
7855 * mouse.el (mouse--drag-set-mark-and-point): New function.
7856 (mouse-drag-track): Use LOCATION arg to push-mark.
7857 Use mouse--drag-set-mark-and-point to take click-count into
7858 consideration when updating point and mark (Bug#6840).
7860 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
7862 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7863 Give the Ruby rule a lower priority than Gnu (Bug#6778).
7865 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
7867 * font-lock.el (lisp-font-lock-keywords-2):
7868 Add combine-after-change-calls, condition-case-no-debug,
7869 with-demoted-errors, and with-silent-modifications (Bug#6025).
7871 2010-08-14 Kevin Ryde <user42@zip.com.au>
7873 * emacs-lisp/copyright.el (copyright-update-year)
7874 (copyright-update): Temporary switch-to-buffer to ensure the
7875 buffer change being queried is visible (Bug#5394).
7877 2010-08-14 Tom Tromey <tromey@redhat.com>
7879 * progmodes/etags.el (tags-file-name): Mark safe if stringp
7882 2010-08-14 Eli Zaretskii <eliz@gnu.org>
7884 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
7887 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
7889 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
7890 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
7891 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
7892 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
7893 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
7894 Call menu-bar-set-tool-bar-position.
7896 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7898 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
7899 comment style (bug#6834).
7900 * progmodes/scheme.el (scheme-mode-syntax-table):
7901 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
7902 "b" flag in "' 14b" syntax.
7904 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
7905 for (un)commenting the region and performing completion.
7906 (octave-mode-menu): Use standard commands for help and completion.
7907 (octave-mode-syntax-table): Support %{..%} comments (sort of).
7908 (octave-mode): Use define-derived-mode.
7909 Set completion-at-point-functions and don't set columns.
7910 Don't disable adaptive-fill-regexp.
7911 (octave-describe-major-mode, octave-comment-region)
7912 (octave-uncomment-region, octave-comment-indent)
7913 (octave-indent-for-comment): Remove.
7914 (octave-indent-calculate): Rename from calculate-octave-indent.
7915 (octave-indent-line, octave-fill-paragraph): Update caller.
7916 (octave-initialize-completions): No need to make an alist.
7917 (octave-completion-at-point-function): New function.
7918 (octave-complete-symbol): Use it.
7919 (octave-insert-defun): Use define-skeleton.
7921 * progmodes/octave-mod.el (octave-mode): Set comment-add.
7922 (octave-mode-map): Use comment-dwim (bug#6829).
7924 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
7926 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
7927 indentation of inserted comment.
7929 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
7931 * faces.el (region): Add type gtk that uses gtk colors.
7933 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
7934 Handle theme-name change.
7936 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
7938 * progmodes/sql.el: Version 2.5
7939 (sql-product-alist): Add :prompt-cont-regexp property for several
7941 (sql-prompt-cont-regexp): New variable.
7942 (sql-output-newline-count, sql-output-by-send):
7943 New variables. Record number of newlines in input text.
7944 (sql-send-string): Handle multiple filters and count newlines.
7945 (sql-send-magic-terminator): Count terminator newline.
7946 (sql-interactive-remove-continuation-prompt): Filters output to
7947 remove continuation prompts; one for each newline.
7948 (sql-interactive-mode): Set up new variables, prompt regexp and
7950 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
7951 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
7953 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7955 * emacs-lisp/pcase.el: New file.
7957 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
7959 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
7960 as here-document, otherwise the command could exceed maximum
7961 length of command line.
7962 (tramp-handle-vc-registered): Call script accordingly.
7963 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
7965 2010-08-10 Kenichi Handa <handa@m17n.org>
7967 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
7970 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
7972 * emacs-lisp/package.el (package-version-split)
7973 (package--version-first-nonzero, package-version-compare):
7975 (package-directory-list, package-load-all-descriptors)
7976 (package--built-in, package-activate, define-package)
7977 (package-installed-p, package-compute-transaction)
7978 (package-read-all-archive-contents)
7979 (package--add-to-archive-contents, package-buffer-info)
7980 (package-tar-file-info, package-list-packages-internal):
7981 Use version-to-list and version-list-*.
7983 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7984 Use version-to-list.
7985 (package-upload-buffer-internal): Use version-list-<=.
7987 2010-08-09 Kenichi Handa <handa@m17n.org>
7989 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
7992 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
7994 * tutorial.el (tutorial--default-keys): C-d is now bound to
7995 delete-forward-char (Bug#6826).
7997 * mouse.el (mouse-drag-track): Remove accidentally-removed check
7998 for `double' value of mouse-1-click-follows-link (Bug#6807).
8000 2010-08-08 Johan Bockgård <bojohan@gnu.org>
8002 * replace.el (replace-highlight): Bind isearch-forward and
8003 isearch-error, ensuring that highlighting is updated if the user
8004 switches the search direction (Bug#6808).
8006 * isearch.el (isearch-lazy-highlight-forward): New var.
8007 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8008 (isearch-lazy-highlight-update): Use it.
8010 2010-08-08 Kenichi Handa <handa@m17n.org>
8012 * international/mule.el (define-charset): Store NAME as :base property.
8013 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
8014 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
8015 current priority. Force using the designation of the specific
8016 charset by adding `charset' text property. Improve the whole algorithm.
8018 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8020 * emulation/pc-select.el (pc-selection-mode-hook)
8021 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
8022 (pc-selection-mode): Fix typos in docstrings.
8024 2010-08-08 Kenichi Handa <handa@m17n.org>
8026 * language/cyrillic.el: Don't add "microsoft-cp1251" to
8027 ctext-non-standard-encodings-alist here.
8029 * international/mule.el (ctext-non-standard-encodings-alist):
8030 Add "koi8-r" and "microsoft-cp1251".
8031 (ctext-standard-encodings): New variable.
8032 (ctext-non-standard-encodings-table): List only elements for
8033 non-standard encodings.
8034 (ctext-pre-write-conversion): Adjust for the above change.
8035 Check ctext-standard-encodings.
8037 * international/mule-conf.el (compound-text): Doc fix.
8038 (ctext-no-compositions): Doc fix.
8039 (compound-text-with-extensions): Doc fix.
8041 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8043 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
8045 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8047 * progmodes/which-func.el (which-func-format): Split help-echo text
8048 into lines, like other mode-line tooltips.
8050 * server.el (server-start): When using TCP sockets, force IPv4
8051 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
8053 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8055 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
8057 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8059 * term.el (term-delimiter-argument-list): Reflow docstring.
8060 (term-read-input-ring, term-write-input-ring, term-send-input)
8061 (term-bol, term-erase-in-display, serial-supported-or-barf):
8062 Fix typos in docstrings.
8064 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8066 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
8068 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8070 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
8072 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
8074 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
8075 Fix typo in docstring (bug#6747).
8077 2010-08-08 Leo <sdl.web@gmail.com>
8079 * eshell/esh-io.el (eshell-get-target): Better detection of
8080 read-only file (Bug#6762).
8082 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8084 * align.el (align-default-spacing): Doc fix.
8085 (align-region-heuristic, align-regexp): Fix typos in docstrings.
8087 2010-08-08 Stephen Peters <speters@itasoftware.com>
8089 * calendar/icalendar.el
8090 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
8091 (icalendar--get-weekday-numbers): New.
8092 (icalendar--convert-recurring-to-diary): Handle multiple byday
8093 values in weekly rules. (Bug#6766)
8095 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
8097 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
8098 (icalendar--create-uid, icalendar-export-region)
8099 (icalendar--parse-summary-and-rest): Code formatting.
8101 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8103 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
8104 to italicize headers.
8105 (calc-highlight-selections-with-faces): New variable.
8106 (calc-selected-face, calc-nonselected-face): New faces.
8108 * calc/calccomp.el (math-comp-highlight-string): Use
8109 `calc-highlight-selections-with-faces' to determine how to highlight
8112 * calc/calc-sel.el (calc-show-selections): Change message to when
8113 using faces to highlight selections.
8115 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
8117 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
8118 Add SQLite 3 keywords, functions and datatypes.
8119 (sql-interactive-mode): Remove `comint-process-echoes' set to t
8122 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
8124 * simple.el (select-active-regions): Move to keyboard.c.
8125 (deactivate-mark): Used saved-region-selection.
8126 (select-active-region): Function removed.
8127 (activate-mark, set-mark, push-mark-command)
8128 (handle-shift-selection): Don't call it.
8129 (keyboard-quit): Avoid adding the region to the window selection.
8131 * mouse.el (mouse-drag-track): Remove hacks to deal with old
8132 select-active-regions implementation.
8133 (mouse-yank-at-click): Doc fix.
8135 * cus-start.el: Add custom declaration for select-active-regions.
8137 2010-08-07 Eli Zaretskii <eliz@gnu.org>
8139 * simple.el (delete-forward-char): Doc fix.
8141 * tutorial.el (help-with-tutorial): Hack safe file-local variables
8142 after reading the tutorial.
8144 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
8146 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
8147 Fix for the case that a C style comment has its delimiters alone on
8148 their respective lines.
8150 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
8152 * net/tramp.el (tramp-handle-start-file-process): Set connection
8154 (tramp-process-sentinel): Use it for flushing the cache.
8155 We cannot do it via the process buffer, the buffer could be deleted
8156 already when running the sentinel.
8158 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
8160 * comint.el (comint-mode): Make directory tracking functions
8161 functional on remote files. (Bug#6764)
8163 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
8165 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
8167 2010-08-05 Eli Zaretskii <eliz@gnu.org>
8169 * emacs-lisp/find-gc.el (find-gc-source-files):
8170 Rename unexec.c => unexcoff.c.
8172 * emacs-lisp/authors.el (authors-fixed-entries):
8173 Rename unexec.c => unexcoff.c.
8175 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
8177 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
8178 cache, not only file cache.
8179 (tramp-process-sentinel): New defun.
8180 (tramp-handle-start-file-process): Use it, in order to invalidate
8183 2010-08-03 Leo <sdl.web@gmail.com>
8185 * server.el (server-start): Simplify loop.
8187 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8189 * frame.el (screen-height, screen-width, set-screen-width)
8190 (set-screen-height): Remove ancient compatibility aliases.
8192 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
8193 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
8195 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
8196 that change current buffer.
8198 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8200 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
8201 beginning of the string. Use `string-match-p'. (Bug#6765)
8203 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
8205 * cus-start.el (x-gtk-use-system-tooltips): New variable.
8207 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
8209 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
8210 (package--builtins): Tweak descriptions.
8211 (package-print-package): Upcase descriptions if necessary.
8212 Show all built-in packages in font-lock-builtin-face.
8213 (package-list-packages-internal): Omit "emacs" package.
8214 Show status of built-in packages as "built-in".
8216 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
8218 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
8219 before killing to preserve the primary selection (Bug#6701).
8221 * term/x-win.el (x-select-text): Doc fix.
8223 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
8225 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
8226 (objc-font-lock-extra-types):
8227 * progmodes/cc-mode.el (c-basic-common-init):
8228 * progmodes/cc-langs.el (c-make-mode-syntax-table)
8229 (c++-make-template-syntax-table)
8230 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
8231 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
8232 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
8233 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
8234 * progmodes/cc-fonts.el (c-make-inverse-face)
8235 (c-basic-matchers-after):
8236 * progmodes/cc-engine.el (c-forward-keyword-clause)
8237 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
8238 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
8239 (c-guess-continued-construct, c-guess-basic-syntax):
8240 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
8241 The above functions were modified or created.
8243 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
8245 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
8247 2010-07-31 Eli Zaretskii <eliz@gnu.org>
8249 * files.el (bidi-paragraph-direction): Define safe local values.
8251 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
8252 language-info-alist. Remove outdated FIXME in a comment.
8254 2010-07-31 Alan Mackenzie <acm@muc.de>
8256 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
8257 Auto-fill broken in C/C++ modes.
8259 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
8261 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8262 (menu-bar-showhide-tool-bar-menu-customize-disable)
8263 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8264 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
8265 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
8266 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
8267 make a menu for Options => toolbar that can move it.
8269 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
8271 * emacs-lisp/package-x.el (package--make-rss-entry):
8272 (package-maint-add-news-item, package--update-news)
8273 (package-upload-buffer-internal): New arg ARCHIVE-URL.
8275 * emacs-lisp/package.el (package-archive-url): Rename from
8277 (package-install): Doc fix.
8278 (package-download-single, package-download-tar, package-install)
8279 (package-menu-view-commentary): Callers changed.
8281 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
8283 * net/tramp.el (tramp-handle-start-file-process): Check only for
8284 `remote-tty' process property.
8285 (tramp-open-shell): Don't check for tty.
8286 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
8289 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
8292 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
8294 * emacs-lisp/package.el (package-load-list, package-archives)
8295 (package-archive-contents, package-user-dir)
8296 (package-directory-list, package--builtins, package-alist)
8297 (package-activated-list, package-obsolete-alist): Mark as risky.
8299 2010-07-28 Phil Hagelberg <phil@evri.com>
8301 Add support for non-default package repositories.
8302 * emacs-lisp/package.el (package-archive-base): Var deleted.
8303 (package-archives): New variable.
8304 (package-archive-contents): Doc fix.
8305 (package-load-descriptor): Do nothing if descriptor file is missing.
8306 (package--write-file-no-coding): New function.
8307 (package-unpack-single): Use it.
8308 (package-archive-id): New function.
8309 (package-download-single, package-download-tar)
8310 (package-menu-view-commentary): Use it.
8311 (package-installed-p): Make second argument optional.
8312 (package-read-all-archive-contents): New function.
8313 (package-initialize): Use it.
8314 (package-read-archive-contents): Add ARCHIVE argument.
8315 (package--add-to-archive-contents): New function.
8316 (package-install): Don't call package-read-archive-contents.
8317 (package--download-one-archive): Store archive file in a
8318 subdirectory of package-user-dir.
8319 (package-menu-execute): Remove spurious line movement.
8321 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
8323 * cus-start.el (tool-bar-style): Add text-image-horiz.
8325 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
8327 * progmodes/gud.el (gud-common-init): Check for remoteness of
8328 `file', and not of `default-directory'.
8330 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
8332 * net/tramp.el (tramp-methods): Move hostname to the end in all
8333 ssh `tramp-login-args'.
8334 (tramp-verbose): Describe verbose level 9.
8335 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
8336 (tramp-open-connection-setup-interactive-shell): Trace stty
8337 settings if `tramp-verbose' >= 9.
8338 (tramp-handle-start-file-process): Implement tty setting.
8339 (Bug#4604, Bug#6360)
8341 * net/tramp-cmds.el (tramp-bug): Recommend setting of
8342 `tramp-verbose' to 9.
8344 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
8346 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
8347 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
8348 Remove references to package `lisp-re' (bug#4369).
8350 2010-07-27 Tom Tromey <tromey@redhat.com>
8352 * progmodes/js.el (js-mode):
8353 * progmodes/make-mode.el (makefile-mode):
8354 * progmodes/simula.el (simula-mode):
8355 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
8357 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
8359 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
8361 * time.el (display-time-day-and-date): Remove spurious * in docstring.
8362 (display-time-world-buffer-name, display-time-world-mode-map):
8363 Fix typos in docstrings.
8365 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
8367 * image-mode.el (image-display-size): New function.
8368 (image-forward-hscroll, image-next-line, image-eol, image-eob)
8369 (image-mode-fit-frame): Use it (Bug#6639).
8371 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
8373 * dired.el (dired-buffers-for-dir): Handle list values of
8374 dired-directory (Bug#6636).
8376 2010-07-26 Sam Steingold <sds@gnu.org>
8378 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
8379 Do not call `x-get-selection' the second time, reuse the value.
8381 2010-07-26 Daiki Ueno <ueno@unixuser.org>
8383 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
8384 which consist of control chars only. Suggested by Richard Stallman.
8386 2010-07-25 Daiki Ueno <ueno@unixuser.org>
8388 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
8389 exists before passing an error to find-file-not-found-functions
8392 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
8394 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
8395 Remove leading nil element, adjust values.
8396 (tetris-shapes, tetris-shape-scores):
8397 Change representation of shapes and remove some redundancy.
8398 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
8399 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
8400 Adjust for working with new representation of shapes.
8401 (tetris-shape-rotations): New function.
8402 (tetris-move-bottom, tetris-move-left, tetris-move-right)
8403 (tetris-rotate-prev, tetris-rotate-next):
8404 Adjust for working with the new version of tetris-test-shape.
8406 2010-07-23 Markus Triska <markus.triska@gmx.at>
8408 * progmodes/ps-mode.el: Use comint (bug#5954).
8409 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
8410 (ps-mode-other-newline): Simplify.
8411 (ps-run-mode): Derive from comint-mode instead of
8412 fundamental-mode, yielding input history etc.
8413 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
8414 (ps-run-send-string): Adapt for comint-mode.
8415 (ps-run-newline): Remove now unneeded function.
8417 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
8419 * net/tramp.el (tramp-methods): Move hostname to the end in all
8420 plink `tramp-login-args'.
8422 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
8424 * net/tramp.el (tramp-open-shell): New defun.
8425 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8428 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
8430 * net/tramp.el (tramp-file-name-regexp-unified)
8431 (tramp-completion-file-name-regexp-unified): On W32 systems, do
8432 not regard the volume letter as remote filename. (Bug#5447)
8434 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
8436 * custom.el (custom-declare-variable): Give a clearer error message
8437 when the docstring is missing (bug#6476).
8439 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
8441 * progmodes/sql.el: Version 2.4. Improved Login prompting.
8442 (sql-login-params): New widget definition.
8443 (sql-oracle-login-params, sql-mysql-login-params)
8444 (sql-solid-login-params, sql-sybase-login-params)
8445 (sql-informix-login-params, sql-ingres-login-params)
8446 (sql-ms-login-params, sql-postgres-login-params)
8447 (sql-interbase-login-params, sql-db2-login-params)
8448 (sql-linter-login-params): Use it.
8449 (sql-sqlite-login-params): Use it; Define "database" parameter as
8451 (sql-sqlite-program): Change to "sqlite3".
8452 (sql-comint-sqlite): Make sure database name is complete.
8453 (sql-for-each-login): New function.
8454 (sql-connect, sql-save-connection): Use it.
8455 (sql-get-login-ext): New function.
8456 (sql-get-login): Use it.
8457 (sql-make-alternate-buffer-name): Handle :file parameters.
8459 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
8461 * dired.el (dired-no-confirm): Document value t and fix defcustom to
8462 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
8464 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
8466 * dired.el (dired-mode-map): Use command remapping (bug#6632).
8468 2010-07-22 Lawrence Mitchell <wence@gmx.li>
8470 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
8472 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
8474 * net/tramp.el (tramp-get-ls-command)
8475 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
8478 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
8480 * progmodes/sql.el: Version 2.3.
8481 (sql-connection-alist): Change keys from symbols to strings;
8482 enhanced the widget definition.
8483 (sql-mode-menu): Add submenu to select connections.
8484 (sql-interactive-mode-menu): Add "Save Connection" item.
8485 (sql-add-product): Fix menu item.
8486 (sql-get-product-feature): Improved error handling.
8487 (sql--alt-buffer-part, sql--alt-if-not-empty): Remove.
8488 (sql-make-alternate-buffer-name): Simplified.
8489 (sql-product-interactive): Handle missing product.
8490 (sql-connect): Support string keys, minor improvements.
8491 (sql-save-connection): New function.
8492 (sql-connection-menu-filter): New function.
8494 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
8496 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
8497 (tramp-open-connection-setup-interactive-shell):
8498 Apply workaround for IRIX64 bug. Move argument of last
8499 `tramp-send-command' where it belongs to.
8501 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
8503 * net/tramp.el (tramp-perl-file-attributes)
8504 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
8505 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
8506 front of `login-args'.
8508 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
8510 * time.el (display-time-world-mode): Define with `define-derived-mode'.
8511 Set `show-trailing-whitespace' to nil.
8512 (display-time-world-display): Simplify.
8514 2010-07-18 Alan Mackenzie <acm@muc.de>
8516 Enhance `c-file-style' in file/directory local variables.
8517 * progmodes/cc-mode.el (c-count-cfss): New function.
8518 (c-before-hack-hook): Call `c-set-style' differently according to
8519 whether c-file-style was set in file or directory local
8522 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
8524 * progmodes/sql.el: Version 2.2.
8525 (sql-product, sql-user, sql-database, sql-server, sql-port):
8526 Use defcustom :safe keyword rather than putting safe-local-variable
8528 (sql-password): Use defcustom :risky keyword rather than putting
8529 risky-local-variable property.
8530 (sql-oracle-login-params, sql-sqlite-login-params)
8531 (sql-solid-login-params, sql-sybase-login-params)
8532 (sql-informix-login-params, sql-ingres-login-params)
8533 (sql-ms-login-params, sql-postgres-login-params)
8534 (sql-interbase-login-params, sql-db2-login-params)
8535 (sql-linter-login-params): Add `port' option.
8536 (sql-get-product-feature): Add NO-INDIRECT parameter.
8537 (sql-comint-oracle, sql-comint-sybase)
8538 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
8539 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
8540 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
8541 (sql-comint-linter): Rename sql-connect-* functions to
8543 (sql-product-alist, sql-mode-menu): Rename as above and
8544 :sqli-connect-func to :sqli-comint-func.
8545 (sql-connection): New variable.
8546 (sql-interactive-mode): Set it.
8547 (sql-connection-alist): New variable.
8548 (sql-connect): New function.
8549 (sql--alt-buffer-part, sql--alt-if-not-empty)
8550 (sql-make-alternate-buffer-name): Improved alternative buffer name.
8552 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8554 * image-mode.el (image-bookmark-make-record): Do not set context
8555 in an image (Bug#6650).
8557 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
8559 * simple.el (select-active-region): New function.
8560 (push-mark-command, set-mark, activate-mark)
8561 (handle-shift-selection): Use it.
8562 (deactivate-mark): Don't check for size of region.
8564 * mouse.el (mouse-drag-track): Use select-active-region.
8566 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
8568 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
8571 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
8573 * term/x-win.el (x-select-enable-primary): Change default to nil.
8574 (x-select-enable-clipboard): Add :version keyword.
8576 * mouse.el (mouse-drag-copy-region):
8577 * simple.el (select-active-regions): Likewise.
8579 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
8581 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
8582 (vc-coding-system-for-diff): Use it to decide whether to inherit
8583 from the file the EOL format for reading the diffs of that file.
8586 2010-07-16 Eli Zaretskii <eliz@gnu.org>
8588 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
8589 unibyte, so compressed attachments are not compressed again.
8591 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
8593 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
8594 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
8595 (tramp-find-shell): Simplify setting connection property.
8596 (tramp-get-ls-command): Make test for "--color=never" stronger.
8598 2010-07-15 Simon South <ssouth@member.fsf.org>
8600 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
8601 blocks within record declarations (i.e. variant parts) correctly.
8603 2010-07-15 Simon South <ssouth@member.fsf.org>
8605 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
8606 over literal tokens when parsing so newlines aren't "absorbed" by
8607 single-line comments. Corrects the indentation of case blocks
8608 that have a comment on the first line.
8610 2010-07-14 Karl Fogel <kfogel@red-bean.com>
8612 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
8613 by Drew Adams (Bug#5504).
8615 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
8617 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
8618 now that Unicode is used (Bug#6594).
8620 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
8622 * term/x-win.el (x-select-enable-clipboard): Default to t.
8623 (x-initialize-window-system): Don't overwrite Paste menu item.
8625 * simple.el (select-active-regions): Default to t.
8626 (push-mark-command): Don't overwrite primary with empty string.
8628 * mouse.el: Bind mouse-2 to mouse-yank-primary.
8629 (mouse-drag-copy-region): Default to nil.
8631 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
8632 Cut/Copy/Paste menu bar items.
8634 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8636 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
8637 Patch applied by Karl Fogel.
8639 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
8640 and `bookmark-current-buffer' if they have been already set in
8641 another buffer (e.g gnus-art).
8643 2010-07-13 Karl Fogel <kfogel@red-bean.com>
8644 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8646 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
8648 * bookmark.el (bookmark-make-record-default): Allow unneeded
8649 information to be omitted from the record.
8651 Adjust declarations and calls:
8653 * info.el (bookmark-make-record-default): Adjust declaration.
8654 (Info-bookmark-make-record): Adjust call.
8656 * woman.el (bookmark-make-record-default): Adjust declaration.
8657 (woman-bookmark-make-record): Adjust call.
8659 * man.el (bookmark-make-record-default): Adjust declaration.
8660 (Man-bookmark-make-record): Adjust call.
8662 * image-mode.el (bookmark-make-record-default): Adjust declaration.
8664 * doc-view.el (bookmark-make-record-default): Adjust declaration.
8666 2010-07-13 Karl Fogel <kfogel@red-bean.com>
8668 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
8669 This is also from Thierry Volpiatto's patch in bug #6444. However,
8670 because it was extraneous to the functional change in that patch,
8671 and causes a re-indendation, I am committing it separately.
8673 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8675 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
8676 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
8677 Patch applied by Karl Fogel (Bug#6444).
8679 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
8681 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
8683 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
8685 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
8686 Dempsky; bug#5084). Remove incorrect binding for S-tab.
8687 (ns-alternatives-map): Change S-tab binding to backtab
8690 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
8693 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
8695 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
8698 * language/tv-util.el (tai-viet-re): Remove format.
8700 2010-07-12 Kenichi Handa <handa@m17n.org>
8702 * language/hebrew.el: Remove no-byte-compile declaration.
8703 Change coding: tag to utf-8. Register hebrew-shape-gstring in
8704 composition-function-table for 3-character looking back.
8705 (hebrew-font-get-precomposed): New function.
8706 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
8708 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
8710 * mouse.el (mouse-drag-track): Handle select-active-regions
8713 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
8715 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
8716 empty argument to gvfs-copy.
8718 2010-07-10 Glenn Morris <rgm@gnu.org>
8720 * calendar/calendar.el (calendar-week-end-day): New function.
8721 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
8722 Respect calendar-week-start-day. (Bug#6606)
8723 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
8724 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
8725 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
8726 respect calendar-week-start-day.
8728 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
8730 * simple.el (use-region-p): Doc fix (Bug#6607).
8732 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
8734 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8735 Add regexps for cucumber and ruby.
8737 2010-07-08 Daiki Ueno <ueno@unixuser.org>
8739 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
8740 (epa-file-insert-file-contents): Hack to prevent
8741 find-file from opening empty buffer when decryption failed
8744 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
8746 * textmodes/ispell.el (ispell-alternate-dictionary):
8747 Use file-readable-p.
8748 Return nil if no word-list is found at default locations.
8749 (ispell-complete-word-dict): Default to nil.
8750 (ispell-command-loop): Use 'word-list' when using lookup-words.
8751 (lookup-words): Use ispell-complete-word-dict or
8752 ispell-alternate-dictionary. Check for word-list availability
8753 and handle errors if needed with better messages (Bug#6539).
8754 (ispell-complete-word): Use ispell-complete-word-dict or
8755 ispell-alternate-dictionary.
8757 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
8759 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
8760 builtins (BufferError, BytesWarning, WindowsError; callables
8761 bin, bytearray, bytes, format, memoryview, next, print; __package__).
8763 2010-07-07 Glenn Morris <rgm@gnu.org>
8765 * play/zone.el (top-level): Do not require timer, tabify, or cl.
8766 (zone-shift-left): Ignore intangibility, and any errors from
8768 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
8769 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
8770 deleting, and copying text properties.
8771 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
8772 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
8773 to point-max is hard.
8774 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
8775 (zone-fill-out-screen): Ignore intangibility.
8777 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
8779 * menu-bar.el (menu-bar-mode):
8780 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
8783 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
8784 word/line selection (Bug#6565).
8786 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
8788 * net/dbus.el (dbus-send-signal): Declare function.
8790 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
8792 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
8793 (dbus-register-property): New optional argument EMITS-SIGNAL.
8794 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
8796 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
8798 * mouse.el (mouse-drag-overlay): Variable deleted.
8799 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
8800 (mouse--remap-link-click-p): New function.
8801 (mouse-drag-track): Handle dragging by using temporary Transient
8802 Mark mode, instead of a special overlay.
8803 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
8806 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
8809 2010-07-02 Juri Linkov <juri@jurta.org>
8811 * autoinsert.el (auto-insert-alist): Fix readability
8812 by using dotted pair notation for lambda.
8814 2010-07-02 Juri Linkov <juri@jurta.org>
8816 * faces.el (read-face-name): Rename arg `string-describing-default'
8817 to `default'. Doc fix. Display the default value in quotes
8818 in the prompt. With empty input, return the `default' arg,
8819 unless the default value is a string (in which case return nil).
8820 (describe-face): Replace the string `default' arg of `read-face-name'
8821 with the symbol `default'.
8823 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
8825 * emulation/viper-cmd.el (viper-delete-backward-char)
8826 (viper-del-backward-char-in-insert)
8827 (viper-del-backward-char-in-replace, viper-change)
8828 (viper-backward-indent): Replace delete-backward-char with
8829 delete-char (Bug#6552).
8831 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
8833 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
8835 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
8837 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
8838 argument passed to frame-creation-function (Bug#5378).
8840 * faces.el (x-handle-named-frame-geometry)
8841 (x-handle-reverse-video, x-create-frame-with-faces)
8842 (face-set-after-frame-default, tty-create-frame-with-faces):
8843 Don't separately consult default-frame-alist. It is now passed as the
8846 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
8848 * startup.el (command-line): Don't call tool-bar-setup in a
8851 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
8853 * ruler-mode.el (ruler--save-header-line-format): New fun.
8854 (ruler-mode): Use it as a setter function, so as not to overwrite
8855 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
8857 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
8859 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
8860 (vc-root-diff, vc-print-root-log, vc-log-incoming)
8861 (vc-log-outgoing): Use it.
8862 (vc-diff-internal): Set diff-vc-backend.
8864 * vc/diff-mode.el (diff-vc-backend): New var.
8866 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
8868 * dynamic-setting.el (font-setting-change-default-font):
8869 Remove call to message.
8871 2010-06-28 Kenichi Handa <handa@m17n.org>
8873 * international/quail.el (quail-insert-kbd-layout): Fix the
8874 showing of untranslated characters.
8876 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
8878 * simple.el (delete-active-region): New option.
8879 (delete-backward-char): Implement in Lisp.
8880 (delete-forward-char): New command.
8882 * mouse.el (mouse-region-delete-keys): Delete.
8883 (mouse-show-mark): Simplify.
8885 * bindings.el (global-map): Bind delete and DEL, the former to
8886 delete-forward-char.
8888 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
8890 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
8891 (ruby-mode): Bind indent-line-function (Bug#5119).
8893 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
8895 * startup.el (command-line): Recognize "0" X resource value.
8897 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
8899 * startup.el (command-line): Use X resources to set the value of
8900 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
8902 * menu-bar.el (menu-bar-mode):
8903 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
8904 Set init-value to t.
8906 * frame.el (frame-notice-user-settings): Don't change
8907 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
8908 vice versa (Bug#2249).
8910 2010-06-26 Eli Zaretskii <eliz@gnu.org>
8912 * w32-fns.el (w32-convert-standard-filename): Doc fix.
8914 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
8916 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
8917 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
8919 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
8920 default directories are expanded (Bug#6143).
8922 2010-06-24 Juri Linkov <juri@jurta.org>
8924 * minibuffer.el (completions-format): Change default from nil to
8925 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
8927 2010-06-24 Juri Linkov <juri@jurta.org>
8929 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
8930 buffer-locally to lambda that re-runs the vc diff command.
8933 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
8935 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
8936 echo area is in use (Bug#3412).
8938 2010-06-22 Glenn Morris <rgm@gnu.org>
8940 * textmodes/texinfmt.el (texinfo-format-region)
8941 (texinfo-raise-lower-sections, texinfo-format-separate-node)
8942 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
8943 (texinfo-format-option, texinfo-noindent):
8944 Use line-beginning-position and line-end-position.
8946 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
8947 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
8948 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
8951 2010-06-21 Karl Fogel <kfogel@red-bean.com>
8953 * play/zone.el (zone-fall-through-ws): Fix next-line ->
8954 forward-line fallout.
8956 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
8958 * mouse.el (mouse-appearance-menu): Add docstring.
8960 * help.el (describe-key): Print up-event using key-description.
8962 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
8964 * net/zeroconf.el (zeroconf-resolve-service)
8965 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
8966 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
8968 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
8970 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
8972 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
8974 Avoid displaying files with a nil state in vc-dir.
8975 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
8976 cases that cause insertion.
8977 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
8980 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
8982 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
8984 2010-06-29 Leo <sdl.web@gmail.com>
8986 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
8988 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
8990 * generic-x.el (bat-generic-mode): Fix regexp for command line
8991 switches (Bug#5719).
8993 2010-06-27 Masatake YAMATO <yamato@redhat.com>
8995 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
8996 of nconc to avoid pure storage error (Bug#6239).
8998 2010-06-27 Christoph Scholtes <cschol2112@googlemail.com>
9000 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
9001 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
9002 bindings of bookmark-automatically-show-annotations (Bug#6515).
9004 2010-06-25 Eli Zaretskii <eliz@gnu.org>
9006 * arc-mode.el (archive-zip-extract): Don't quote the file name on
9007 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
9009 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
9011 * comint.el (make-comint, make-comint-in-buffer): Mention return
9012 value in the docstrings. (Bug#6498)
9014 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
9016 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
9017 since it is not present when using some non-default switches.
9019 2010-06-23 Karl Fogel <kfogel@red-bean.com>
9021 * simple.el (compose-mail): Fix doc string to refer to
9022 `compose-mail-user-agent-warnings', instead of to the
9023 nonexistent `compose-mail-check-user-agent'.
9025 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
9027 Fix an indentation bug:
9029 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
9030 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
9033 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
9034 (c-clear->-pair-props-if-match-before): now return t when they've
9035 cleared properties, nil otherwise.
9036 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
9037 by taking account of the existing value.
9039 * progmodes/cc-defs.el
9040 (c-clear-char-property-with-value-function): Fix this to clear the
9041 property rather than overwriting it with nil.
9043 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
9045 * emacs-lisp/package.el (package-print-package): Add link to
9046 package description via describe-package.
9047 (describe-package-1): List package requirements. Add button to
9048 perform installation.
9049 (package-menu-describe-package): New command.
9051 * help-mode.el (help-package): New button type.
9053 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
9055 * emacs-lisp/package.el: Move package-list-packages binding to
9057 (describe-package, describe-package-1, package--dir): New funs.
9058 (package-activate-1): Use package--dir.
9060 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
9062 * help-mode.el (help-package-def): New button type.
9064 * menu-bar.el: Move package-list-packages binding here from
9067 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
9069 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
9071 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9073 * emacs-lisp/edebug.el (edebug-read-list):
9074 Phase out old-style backquotes.
9076 2010-06-17 Juri Linkov <juri@jurta.org>
9078 * help-mode.el (help-mode): Set buffer-local variable
9079 revert-buffer-function to help-mode-revert-buffer.
9080 (help-mode-revert-buffer): New function.
9082 * info.el (Info-revert-find-node): Check for major-mode Info-mode
9083 before popping to "*info*" (like in other Info functions).
9084 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
9085 old-history-forward. Pop to old-buffer-name or "*info*" to
9086 recreate the killed buffer. Set Info-history-forward from
9087 old-history-forward.
9088 (Info-breadcrumbs-depth): Add :group and :version.
9090 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
9092 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
9094 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
9096 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
9097 for languages like Portuguese with pt_{BR,PT} and no plain pt.
9099 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
9101 * emacs-lisp/package.el (package-menu-mode-map):
9102 Move initialization into declaration.
9104 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
9106 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
9108 * emacs-lisp/package.el (package-archive-base): Point to
9110 (package-enable, package-load-list): New defcustoms.
9111 (package-user-dir, package-directory-list): Turn into defcustoms.
9112 Don't include package-user-dir in package-directory-list.
9113 (package--builtins-base): Don't include Emacs as a "package".
9114 (package-subdirectory-regexp): New var.
9115 (package-load-all-descriptors, package-compute-transaction)
9116 (package-download-transaction): Obey package-load-list.
9117 (package-activate-1): Rename from package-do-activate.
9118 (package-list-packages-internal): Check package-load-list.
9119 (package-load-descriptor, package-generate-autoloads)
9120 (package-unpack, package-unpack-single)
9121 (package--read-archive-file, package-delete):
9122 Use expand-file-name.
9124 * emacs-lisp/package-x.el: New file. Package uploading
9125 functionality split out from package.el.
9127 * startup.el (command-line): Load packages after reading init file.
9129 2010-06-17 Tom Tromey <tromey@redhat.com>
9131 * emacs-lisp/package.el: New file.
9133 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9135 Fix vc-annotate for renamed files when using Git.
9136 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
9137 ls-files. Doe not pass the object as a file name to cat-file, it
9139 (vc-git-annotate-command): Pass the file name using -- to avoid
9140 ambiguity with the revision.
9141 (vc-git-previous-revision): Pass a relative file name.
9143 2010-06-22 Glenn Morris <rgm@gnu.org>
9145 * progmodes/js.el (js-mode-map): Use standard capitalization and
9146 ellipses for menu entries.
9148 * wid-edit.el (widget-complete): Doc fix.
9150 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
9152 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
9154 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9156 Fix annotating other revisions for renamed files in vc-annotate.
9157 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
9158 VC backend. Use it when non-nil.
9159 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
9162 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
9163 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
9164 Do not pass the file name to the 'previous-revision call when we
9165 don't want a file diff. (Bug#6489)
9167 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9169 Fix finding revisions for renamed files in vc-annotate.
9170 * vc/vc.el (vc-find-revision): Add an optional argument for
9171 the VC backend. Use it when non-nil.
9172 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
9173 backend to vc-find-revision. (Bug#6487)
9175 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9177 Fix reading file names in Git annotate buffers.
9178 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
9179 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
9181 2010-06-20 Alan Mackenzie <acm@muc.de>
9183 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
9184 in file local variables, set it first.
9186 2010-06-19 Glenn Morris <rgm@gnu.org>
9188 * descr-text.el (describe-char-unicode-data): Insert separating
9189 space when needed. (Bug#6422)
9191 * progmodes/idlwave.el (idlwave-action-and-binding):
9192 Fix typo in 2009-12-03 change. (Bug#6450)
9194 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9196 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
9197 handling for `lambda' (misunderstanding).
9199 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
9201 * calc/calc-poly.el (math-accum-factors): Make sure that
9202 constants aren't distributed after they are factored out.
9204 2010-06-16 Juri Linkov <juri@jurta.org>
9206 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
9207 `list-colors-print'. (Bug#6332)
9209 * subr.el (read-quoted-char): Fix up last change (bug#6290).
9211 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9213 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
9214 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
9216 * font-lock.el (font-lock-major-mode): Rename from
9217 font-lock-mode-major-mode to distinguish it from
9218 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
9219 (font-lock-set-defaults):
9220 * font-core.el (font-lock-default-function): Adjust users.
9221 (font-lock-mode): Don't set it at all.
9223 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9225 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
9227 2010-06-16 Glenn Morris <rgm@gnu.org>
9229 * calendar/appt.el (appt-time-msg-list): Doc fix.
9230 (appt-check): Let-bind appt-warn-time.
9231 (appt-add): Make the 3rd argument optional.
9232 Simplify argument names. Doc fix. Check for integer WARNTIME.
9233 Only add WARNTIME to the output list if non-nil.
9235 2010-06-16 Ivan Kanis <apple@kanis.eu>
9237 * calendar/appt.el (appt-check): Let the 3rd element of
9238 appt-time-msg-list specify the warning time.
9239 (appt-add): Add new argument with the warning time. (Bug#5176)
9241 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
9243 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
9244 older than version 1.6. (Bug#6361)
9246 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
9248 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
9249 used by cl-do-arglist. (Bug#6408)
9251 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
9253 * textmodes/ispell.el (ispell-dictionary-base-alist):
9254 Fix portuguese casechars/not-casechars for missing 'çÇ'.
9255 Suggested by Rolando Pereira (bug#6434).
9257 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
9259 * facemenu.el (list-colors-sort): Doc fix.
9261 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
9263 * progmodes/sql.el (sql-connect-mysql): Fix typo.
9265 2010-06-14 Juri Linkov <juri@jurta.org>
9267 Add sort option `list-colors-sort'. (Bug#6332)
9268 * facemenu.el (color-rgb-to-hsv): New function.
9269 (list-colors-sort): New defcustom.
9270 (list-colors-sort-key): New function.
9271 (list-colors-display): Doc fix. Sort list according to the option
9273 (list-colors-print): Add HSV values to `help-echo' property of
9276 2010-06-14 Juri Linkov <juri@jurta.org>
9278 * compare-w.el: Move to the "vc" subdirectory.
9280 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9282 * image-mode.el (image-mode-map): Remap left-char and right-char.
9284 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
9286 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
9288 * term/common-win.el (x-colors): Add all the color names defined
9289 in rgb.txt (Bug#6332).
9291 * facemenu.el (list-colors-print): Don't print extra names if it
9292 will overflow the window width.
9294 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
9297 2010-06-12 Eli Zaretskii <eliz@gnu.org>
9299 * files.el (make-directory): Doc fix (bug#6396).
9301 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
9303 * net/tramp.el (tramp-remote-process-environment): Protect version
9304 string by apostroph.
9305 (tramp-shell-prompt-pattern): Do not use a shy group in case of
9307 (tramp-file-name-for-operation): Add `call-process-region'.
9308 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
9310 * net/tramp-compat.el (top): Do not autoload
9311 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
9312 only when `start-file-process' is not bound.
9313 (tramp-advice-file-expand-wildcards): Do not use
9314 `tramp-handle-file-remote-p'.
9315 (tramp-compat-make-temp-file): Handle the case, that
9316 `make-temp-file' has no third argument EXTENSION.
9318 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
9320 * makefile.w32-in (WINS_BASIC): Include new directory vc.
9322 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
9324 2010-06-11 Juri Linkov <juri@jurta.org>
9326 * finder.el (finder-known-keywords): Add keyword "vc"
9327 for version control.
9329 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
9330 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
9331 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
9332 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
9334 2010-06-11 Juri Linkov <juri@jurta.org>
9336 Move version control related files to the "vc" subdirectory.
9337 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
9338 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
9339 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
9340 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
9341 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
9342 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
9343 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
9344 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
9345 Move files to the "vc" subdirectory.
9347 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
9349 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
9352 2010-06-11 Stephen Eglen <stephen@gnu.org>
9354 * shell.el: Bind `shell-resync-dirs' to M-RET.
9356 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
9358 * notifications.el: Move file from lisp/net, because it is
9359 supposed to talk locally to the user.
9361 2010-06-10 Julien Danjou <julien@danjou.info>
9363 * net/notifications.el (notifications-on-action-signal)
9364 (notifications-on-closed-signal): Pass notification id as first
9365 argument to the callback functions. Add docstrings.
9366 (notifications-notify): Fix docstring.
9368 2010-06-10 Glenn Morris <rgm@gnu.org>
9370 * emacs-lisp/authors.el (authors-ignored-files)
9371 (authors-valid-file-names): Add some files.
9373 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9375 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
9376 merge conflict, giving preference to the emacs-23 version of the code.
9378 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9380 * emacs-lisp/advice.el (ad-compile-function):
9381 Define warning-suppress-types before we let-bind it (bug#6275).
9383 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
9384 declare it, make it buffer-local and permanent-local (bug#6324).
9385 (vc-resynch-window): Adjust name.
9386 * vc-hooks.el (vc-find-file-hook): Adjust name.
9388 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
9390 * net/notifications.el (notifications-notify): Fix docstring.
9392 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
9394 Update to Unicode 6.0.0 beta.
9395 * international/charprop.el: Update copyright.
9396 * international/mule-cmds.el (ucs-names): Update character ranges.
9397 * international/uni-bidi.el:
9398 * international/uni-category.el:
9399 * international/uni-combining.el:
9400 * international/uni-comment.el:
9401 * international/uni-decimal.el:
9402 * international/uni-decomposition.el:
9403 * international/uni-digit.el:
9404 * international/uni-lowercase.el:
9405 * international/uni-mirrored.el:
9406 * international/uni-name.el:
9407 * international/uni-numeric.el:
9408 * international/uni-old-name.el:
9409 * international/uni-titlecase.el:
9410 * international/uni-uppercase.el: Regenerate.
9412 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
9414 * emacs-lisp/smie.el (comment-string-strip): Declare function.
9415 (smie-precs-precedence-table): Fix typo in docstring.
9417 * vc-mtn.el (log-edit-extract-headers): Declare function.
9419 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
9421 * net/notifications.el (dbus-register-signal): Declare function.
9422 (notifications-notify): Fix typos and reflow docstring.
9424 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9426 Improve VC create/retrieve tag/branch.
9427 * vc.el (vc-create-tag): Do not read the directory name for VCs
9428 with repository revision granularity. Adjust the tag/branch
9429 prompt. Reset VC properties.
9430 (vc-retrieve-tag): Do not read the directory name for VCs
9431 with repository revision granularity. Reset VC properties.
9433 2010-06-09 Julien Danjou <julien@danjou.info>
9435 * net/notifications.el: New file.
9437 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9439 Add optional support for resetting VC properties.
9440 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
9441 call vc-file-clearprops when true.
9442 (vc-resynch-buffer): Add new optional argument, pass it down.
9443 (vc-resynch-buffers-in-directory): Likewise.
9445 Improve support for special markup in the VC commit message.
9446 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
9447 * vc-hg.el (vc-hg-checkin): Add support for Date:.
9448 * vc-git.el (vc-git-checkin):
9449 * vc-bzr.el (vc-bzr-checkin): Likewise.
9451 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9453 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
9454 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
9456 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
9458 * iimage.el: Remove images as soon as the underlying text is modified.
9459 (iimage-modification-hook): New function.
9460 (iimage-mode-buffer): Use it.
9462 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9464 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
9465 smie-indent-offset-after. Add :prev case. Make a bit more generic.
9466 (smie-indent-virtual): Remove `virtual' arg. Update callers.
9467 (smie-indent-keyword): Add handling of open-paren keywords.
9468 (smie-indent-comment-continue): Don't assume comment-continue.
9470 2010-06-07 Martin Rudalics <rudalics@gmx.at>
9472 * window.el (pop-to-buffer): Remove the conditional that
9473 compares new-window and old-window, so it will reselect
9474 the selected window unconditionally.
9475 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
9477 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9479 * emacs-lisp/smie.el (smie-indent-offset-after)
9480 (smie-indent-forward-token, smie-indent-backward-token): New functions.
9481 (smie-indent-after-keyword): Use them.
9482 (smie-indent-fixindent): Only applies to the indentation of the BOL.
9483 (smie-indent-keyword): Tweak the black magic.
9484 (smie-indent-comment-continue): Strip comment-continue before use.
9485 (smie-indent-functions): Indent comments before keywords.
9487 2010-06-06 Juri Linkov <juri@jurta.org>
9489 * isearch.el (isearch-lazy-highlight-search): Fix looping
9490 by checking for empty match. This syncs this loop with the
9491 similar loop in `isearch-search'. (Bug#6362)
9493 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
9495 * net/dbus.el (dbus-register-method): Declare function.
9496 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
9497 (dbus-introspect): Doc fix.
9498 (dbus-event-bus-name, dbus-introspect-get-interface)
9499 (dbus-introspect-get-argument): Reflow docstrings.
9501 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
9503 vc-log-incoming/vc-log-outgoing fixes for Git.
9504 * vc-git.el (vc-git-log-view-mode): Fix font lock for
9505 incoming/outgoing logs.
9506 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
9507 instead of vc-git-compute-remote.
9508 (vc-git-compute-remote): Remove.
9510 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
9512 * term/common-win.el (x-colors): Add "dark green" and "dark
9513 turquoise" (Bug#6332).
9515 2010-06-04 Juri Linkov <juri@jurta.org>
9517 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
9518 Instead of setting `replace' to t and replacing the same string
9519 with itself, don't do certain actions when
9520 kill-do-not-save-duplicates is non-nil and string is equal to car
9521 of kill-ring: don't call menu-bar-update-yank-menu, don't push
9522 interprogram-paste strings to kill-ring, and don't push the input
9523 argument `string' to kill-ring.
9524 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
9526 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
9528 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
9530 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
9532 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
9533 (tramp-gvfs-handler-mounted-unmounted)
9534 (tramp-gvfs-connection-mounted-p): Handle default-location.
9536 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
9537 move files to trash.
9539 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
9541 * international/mule-cmds.el (nonascii-insert-offset)
9542 (nonascii-translation-table): Add obsolescence information.
9544 * international/mule.el (make-translation-table-from-vector): Doc fix.
9546 2010-06-03 Glenn Morris <rgm@gnu.org>
9548 * desktop.el (desktop-clear-preserve-buffers):
9549 Add "*Warnings*" buffer. (Bug#6336)
9551 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
9553 vc-log-incoming/vc-log-outgoing improvements for Git.
9554 * vc-git.el (vc-git-log-outgoing): Use the same format as the
9556 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
9558 Add bindings for vc-log-incoming and vc-log-outgoing.
9559 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
9560 and vc-log-outgoing.
9561 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
9562 and vc-log-outgoing.
9564 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
9566 * net/rcirc.el (rcirc-sort-nicknames): Remove.
9567 (rcirc-handler-366): Always sort nicknames.
9569 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
9571 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
9573 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
9575 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
9577 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9579 * net/rcirc.el (rcirc-sort-nicknames): Change default.
9580 (rcirc-sort-nicknames-join): Avoid setq.
9582 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
9584 * net/rcirc.el (rcirc-sort-nicknames): New custom.
9585 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
9586 (rcirc-handler-366): Use them.
9588 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9590 Split smie-indent-calculate into more manageable chunks.
9591 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
9592 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
9593 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
9594 (smie-indent-exps): Extract from smie-indent-calculate.
9595 (smie-indent-functions): New var.
9596 (smie-indent-functions): Use them.
9598 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9600 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
9601 (smie-indent-calculate): Simplify and cleanup.
9603 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
9605 * net/tramp-gvfs.el (top): Require url-util.
9606 (tramp-gvfs-mount-point): Remove.
9607 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
9609 (with-tramp-dbus-call-method): Format trace message.
9610 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
9611 Implement backup call, when operation on local files fails.
9612 Use progress reporter. Flush properties of changed files.
9613 (tramp-gvfs-handle-make-directory): Make more traces.
9614 (tramp-gvfs-url-file-name): Hexify file name in url.
9615 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
9616 into account for the resulting file name.
9617 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
9618 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
9619 (tramp-gvfs-handler-mounted-unmounted)
9620 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
9621 attribute "default_location". Set "prefix" property.
9622 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
9623 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
9624 exists. Raise an error, if not (due to a corresponding answer
9625 "no" in interactive questions, for example).
9627 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9629 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
9631 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
9633 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
9636 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
9638 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
9639 * vc-git.el (vc-git-compute-remote): New function.
9640 (vc-git-log-outgoing): Use it instead of hard coding a value.
9641 (vc-git-log-incoming): New function.
9643 Improve state updating for VC tag commands.
9644 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
9645 to update the state of all buffers in the directory.
9647 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
9649 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9651 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
9652 `file-directory-p' to the filename part rather than to the whole text.
9654 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9656 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
9658 2010-05-31 Drew Adams <drew.adams@oracle.com>
9660 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
9662 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
9664 * subr.el (momentary-string-display): Just use read-event to read
9665 the exit event (Bug#6238).
9667 2010-05-30 Eli Zaretskii <eliz@gnu.org>
9669 * international/mule.el (define-coding-system): Doc fix (bug#6313).
9671 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
9673 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
9674 Suggested by Eli Zaretskii <eliz@gnu.org>.
9676 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9678 * minibuffer.el (completion-file-name-table): Don't return a boundary
9679 past the end of `string' (bug#6299).
9680 (completion--file-name-table): Delegate to completion-file-name-table
9681 for the `boundaries' case.
9683 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
9685 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
9688 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
9689 `path-separator', but maintain compatibility with Emacs 20.2.
9691 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
9693 * server.el (server-process-filter): Receive parent-id argument
9695 (server-create-window-system-frame): New arg. Pass parent-id as
9698 2010-05-29 Eli Zaretskii <eliz@gnu.org>
9700 Bidi-sensitive word movement with arrow keys.
9701 * subr.el (right-arrow-command, left-arrow-command): Move to
9704 * bindings.el (right-char, left-char): Move from subr.el and
9705 rename from right-arrow-command and left-arrow-command.
9706 (right-word, left-word): New functions.
9707 (global-map) <right>: Bind to right-char.
9708 (global-map) <left>: Bind to left-char.
9709 (global-map) <C-right>: Bind to right-word.
9710 (global-map) <C-left>: Bind to left-word.
9712 * ls-lisp.el (ls-lisp-classify-file): New function.
9713 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
9714 (ls-lisp-classify): Call ls-lisp-classify-file.
9715 (insert-directory): Remove blanks from switches.
9717 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
9719 * ansi-color.el: Delete unused escape sequences (Bug#6085).
9720 (ansi-color-drop-regexp): New constant.
9721 (ansi-color-apply, ansi-color-filter-region)
9722 (ansi-color-apply-on-region): Delete unrecognized control sequences.
9723 (ansi-color-apply): Build string list before calling concat.
9725 2010-05-28 Juri Linkov <juri@jurta.org>
9727 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
9728 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
9731 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
9733 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
9734 to ignored backtrace functions.
9735 (with-progress-reporter): Expand docstring.
9736 (tramp-handle-delete-file): Implement TRASH argument.
9737 (tramp-get-remote-trash): New defun.
9739 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
9741 * net/tramp-compat.el (tramp-compat-delete-file):
9742 Use `symbol-value' for backward compatibility.
9744 * net/tramp.el (tramp-handle-make-symbolic-link)
9746 (tramp-do-copy-or-rename-file-via-buffer)
9747 (tramp-do-copy-or-rename-file-directly)
9748 (tramp-do-copy-or-rename-file-out-of-band)
9749 (tramp-handle-process-file, tramp-handle-call-process-region)
9750 (tramp-handle-shell-command, tramp-handle-file-local-copy)
9751 (tramp-handle-insert-file-contents, tramp-handle-write-region)
9752 (tramp-delete-temp-file-function): Use `delete-file' instead
9753 of `tramp-compat-delete-file'.
9755 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
9756 (tramp-fish-handle-make-symbolic-link)
9757 (tramp-fish-handle-process-file): Use `delete-file' instead
9758 of `tramp-compat-delete-file'.
9760 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
9761 Use `delete-file' instead of `tramp-compat-delete-file'.
9763 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Use
9764 `delete-file' instead of `tramp-compat-delete-file'.
9766 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
9767 Use `delete-file' instead of `tramp-compat-delete-file'.
9769 * net/tramp-smb.el (tramp-smb-handle-copy-file)
9770 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
9771 (tramp-smb-handle-write-region): Use `delete-file' instead of
9772 `tramp-compat-delete-file'.
9773 (tramp-smb-handle-delete-directory): Use 'trash as arg.
9775 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
9777 * dired.el (dired-delete-file): New arg TRASH.
9778 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
9779 (dired-do-flagged-delete, dired-do-delete): Use trash.
9781 * speedbar.el (speedbar-item-delete): Allow trashing.
9783 * files.el (delete-directory): New arg TRASH.
9785 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
9786 (ange-ftp-rename-remote-to-remote)
9787 (ange-ftp-rename-local-to-remote)
9788 (ange-ftp-rename-remote-to-local, ange-ftp-load)
9789 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
9791 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
9794 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
9795 handle new TRASH arg of `delete-file'.
9797 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
9798 (tramp-handle-make-symbolic-link, tramp-handle-load)
9799 (tramp-do-copy-or-rename-file-via-buffer)
9800 (tramp-do-copy-or-rename-file-directly)
9801 (tramp-do-copy-or-rename-file-out-of-band)
9802 (tramp-handle-process-file, tramp-handle-call-process-region)
9803 (tramp-handle-shell-command, tramp-handle-file-local-copy)
9804 (tramp-handle-insert-file-contents, tramp-handle-write-region)
9805 (tramp-delete-temp-file-function): Use null TRASH arg in
9806 tramp-compat-delete-file call.
9808 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
9809 (tramp-fish-handle-delete-file)
9810 (tramp-fish-handle-make-symbolic-link)
9811 (tramp-fish-handle-process-file): Use null TRASH arg in
9812 `tramp-compat-delete-file' call.
9814 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
9815 arg in `tramp-compat-delete-file' call.
9817 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
9818 (tramp-gvfs-handle-write-region): Use null TRASH arg in
9819 `tramp-compat-delete-file' call.
9821 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
9822 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
9823 `tramp-compat-delete-file' call.
9825 * net/tramp-smb.el (tramp-smb-handle-copy-file)
9826 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
9827 (tramp-smb-handle-write-region): Use null TRASH arg in
9828 tramp-compat-delete-file call.
9829 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
9830 (tramp-smb-handle-delete-file): Rename arg.
9832 * diff.el (diff-sentinel):
9833 * epg.el (epg--make-temp-file, epg-decrypt-string)
9834 (epg-verify-string, epg-sign-string, epg-encrypt-string):
9835 * jka-compr.el (jka-compr-partial-uncompress)
9836 (jka-compr-call-process, jka-compr-write-region):
9837 * server.el (server-sentinel): Remove optional arg from
9838 delete-file, reverting 2010-05-03 change.
9840 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
9842 * progmodes/verilog-mode.el (verilog-type-font-keywords):
9843 Use font-lock-constant-face, not obsolete font-lock-reference-face.
9845 2010-05-27 Kenichi Handa <handa@m17n.org>
9847 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
9848 element of GSTRING is nil.
9850 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9852 * emacs-lisp/smie.el (smie-forward-token-function)
9853 (smie-backward-token-function): New vars.
9854 (smie-backward-sexp, smie-forward-sexp)
9855 (smie-indent-hanging-p, smie-indent-calculate): Use them.
9856 (smie-default-backward-token): Rename from smie-backward-token and
9858 (smie-default-forward-token): Rename from smie-forward-token and
9860 (smie-next-sexp): Handle nil results from next-token.
9861 (smie-indent-calculate): Add a new case for special `fixindent' comments.
9863 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
9865 * progmodes/verilog-mode.el (verilog-type-font-keywords):
9866 Use font-lock-constant-face, not obsolete font-lock-reference-face.
9868 2010-05-27 Masatake YAMATO <yamato@redhat.com>
9870 * htmlfontify.el (hfy-face-resolve-face): New function.
9871 (hfy-face-to-style): Use it (Bug#6279).
9873 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
9875 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
9876 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
9878 2010-05-26 Glenn Morris <rgm@gnu.org>
9880 * emulation/edt.el (edt-load-keys): Use locate-library.
9882 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
9884 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
9885 (log-edit-changelog-entries): Doc fix.
9886 (log-edit-changelog-insert-entries): Args changed.
9887 Rename relative filenames in ChangeLog entries. Delete tabs.
9888 (log-edit-insert-changelog-entries): Reorganize return value of
9889 `log-edit-changelog-entries' to pass filenames to
9890 log-edit-changelog-insert-entries.
9892 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9894 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
9895 `image-dired-dired-insert-marked-thumbs' to
9896 `image-dired-dired-toggle-marked-thumbs'.
9898 * image-dired.el: Require cl when compiling.
9899 (image-dired-dired-toggle-marked-thumbs): Rename from
9900 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
9901 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
9902 to 'no-dir. Skip files whose names don't match
9903 `image-file-name-regexp'. When file has a thumbnail overlay,
9904 delete it. (Bug#5270)
9906 2010-05-25 Juri Linkov <juri@jurta.org>
9908 * image-mode.el (image-mode): Add image-after-revert-hook to
9910 (image-after-revert-hook): New function. (Bug#5669)
9912 2010-05-25 Juri Linkov <juri@jurta.org>
9914 * image.el (image-animated-p): When delay between animated images
9915 is 0, set it to 10 (0.1 sec). (Bug#6258)
9917 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
9919 * net/tramp.el (tramp-handle-insert-directory): Don't use
9920 `forward-word', its default syntax could be changed.
9922 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
9924 * net/tramp.el (tramp-progress-reporter-update): New defun.
9925 (with-progress-reporter): Use it.
9926 (tramp-process-actions):
9927 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
9928 Preserve current message, in order to let progress reporter continue
9929 afterwards. (Bug#6257)
9931 2010-05-25 Glenn Morris <rgm@gnu.org>
9933 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
9936 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
9938 * net/rcirc.el (rcirc-default-user-name): Change to "user".
9939 (rcirc-default-full-name): Change to "unknown".
9940 (rcirc-user-name-history): Add variable.
9942 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
9943 Jonathan Rockway <jon@jrock.us>
9945 * net/rcirc.el (rcirc-server-alist): Add :pass.
9946 (rcirc): When prompting for connection parameters, also prompt for
9947 username and password.
9948 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
9949 value to server when connecting.
9951 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
9953 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
9954 (smie-merge-prec2s): Pass the tables as separate args.
9955 (smie-bnf-precedence-table): Adjust call accordingly.
9956 (smie-prec2-levels): Set levels at the end.
9958 Replace Lisp calls to delete-backward-char by delete-char.
9959 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
9960 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
9961 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
9962 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
9963 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
9964 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
9965 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
9966 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
9967 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
9968 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
9969 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
9970 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
9971 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
9972 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
9973 delete-backward-char by calls to delete-char.
9975 2010-05-25 Kenichi Handa <handa@m17n.org>
9977 * language/hebrew.el (hebrew-shape-gstring): New function.
9978 Register it in composition-function-table for all Hebrew combining
9981 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
9983 * epa.el (epa--select-keys): Don't explicitly delete the window since
9984 that can fail (e.g. sole window in frame). Use dedication instead.
9986 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
9988 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
9990 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
9992 * image.el (image-refresh): Define as an alias for image-flush.
9994 * image-mode.el (image-toggle-display-image): Caller changed.
9996 2010-05-21 Juri Linkov <juri@jurta.org>
9998 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
9999 Remove "all" from grep-files-aliases. Split grep-files-aliases by
10000 whitespace, call wildcard-to-regexp on substrings and concat them
10001 with "\\|". (Bug#6114)
10003 2010-05-21 Alan Mackenzie <acm@muc.de>
10005 * progmodes/cc-engine.el (c-parse-state-get-strategy):
10006 Replace parameter `here' with `here-' and `here-plus', which sandwich
10007 any pertinent CPP construct.
10008 (c-remove-stale-state-cache-backwards): Fix a bug which happens
10009 when doing (c-parse-state) in a CPP construct: Exclude any "new"
10010 CPP construct from taking part in the scanning.
10012 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
10014 * net/tramp.el (tramp-do-copy-or-rename-file)
10015 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
10016 Tune `with-progress-reporter' messages.
10017 (tramp-handle-vc-registered):
10018 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
10019 (tramp-fish-handle-insert-file-contents)
10020 (tramp-fish-maybe-open-connection):
10021 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10022 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
10023 (tramp-imap-handle-insert-file-contents)
10024 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
10026 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
10028 * add-log.el (change-log-font-lock-keywords):
10029 Highlight all authors in multi-author entries.
10031 * smerge-mode.el (smerge-refine-ignore-whitespace)
10032 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
10033 Fix typos in docstrings.
10034 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
10036 2010-05-21 Glenn Morris <rgm@gnu.org>
10038 * progmodes/fortran.el (fortran-mode):
10039 * progmodes/f90.el (f90-mode): Derive from prog-mode.
10041 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
10042 having a relative path in src/Makefile.in.
10044 2010-05-20 Kevin Ryde <user42@zip.com.au>
10046 * help-mode.el (help-make-xrefs): For Info node links turn
10047 newlines into spaces. Link node names with newlines are matched
10048 by help-xref-info-regexp and buttonized, this change ensures they
10049 can be followed successfully with RET. (Bug#6206)
10051 2010-05-20 Juri Linkov <juri@jurta.org>
10053 * locate.el (locate): Use pop-to-buffer instead of
10054 switch-to-buffer-other-window. (Bug#6204)
10056 2010-05-20 Juri Linkov <juri@jurta.org>
10058 * replace.el (replace-highlight): Fix lazy-highlighting
10059 for `M-s w str M-% str RET'.
10061 2009-12-15 Masatake YAMATO <yamato@redhat.com>
10063 * isearch.el (isearch-yank-word-or-char): Pull next subword
10064 when `subword-mode' is activated. (Bug#6220)
10066 2010-05-20 Mark A. Hershberger <mah@everybody.org>
10068 * isearch.el (isearch-update-post-hook): New hook.
10069 (isearch-update): Use the new hook. (Bug#6225)
10071 2010-05-20 Juri Linkov <juri@jurta.org>
10073 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
10074 [f1], [help], and (char-to-string help-char) instead of "\C-h".
10077 2010-05-20 Juri Linkov <juri@jurta.org>
10079 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
10082 2010-05-20 Juri Linkov <juri@jurta.org>
10084 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
10085 FILE-NAME to read from the minibuffer when called interactively
10086 with prefix argument instead of using buffer-file-name.
10087 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
10089 * dired.el: Update autoloads.
10091 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
10093 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
10094 nxml-finish-element, for consistency with SGML mode.
10096 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
10097 octave-close-block.
10099 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
10101 * composite.el: Require cl when compiling.
10102 (reference-point-alist, compose-gstring-for-graphic)
10103 (compose-gstring-for-terminal): Fix typos in docstrings.
10105 2010-05-19 Juri Linkov <juri@jurta.org>
10107 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
10108 set-window-parameter.
10110 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
10112 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
10114 (tramp-maybe-open-connection): Use it.
10116 2010-05-19 Eli Zaretskii <eliz@gnu.org>
10118 * simple.el (move-end-of-line): Make sure we are at line beginning
10119 before backing up to end of previous line.
10121 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
10123 * password-cache.el (password-cache-remove): Fix docstring.
10125 * net/secrets.el: Autoload the widget functions.
10126 (secrets-search-items, secrets-create-item)
10127 (secrets-get-attributes, secrets-expand-item): Attributes will be
10128 stored on the password database without leading ":", as all other
10129 clients do as well.
10130 (secrets-mode): Fix docstring.
10131 (secrets-show-secrets): Provide it as autoloaded command only when
10132 D-Bus support is available. Check existence of Secret Service API.
10134 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10136 * indent.el (indent-region): Deactivate region (bug#6200).
10138 2010-05-19 Glenn Morris <rgm@gnu.org>
10140 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
10142 2010-05-19 Kenichi Handa <handa@m17n.org>
10144 * composite.el: Register compose-gstring-for-graphic in
10145 composition-function-table only for combining characters (Mn, Mc, Me).
10147 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10149 * calc/calc-trail.el (calc-trail-isearch-forward)
10150 (calc-trail-isearch-backward): Ensure that the new window
10151 point is set correctly.
10153 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10155 * subr.el (read-quoted-char): Resolve modifiers after key
10156 remapping (bug#6212).
10158 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
10160 Add visualization code for secrets.
10161 * net/secrets.el (secrets-mode): New major mode.
10162 (secrets-show-secrets, secrets-show-collections)
10163 (secrets-expand-collection, secrets-expand-item)
10164 (secrets-tree-widget-after-toggle-function)
10165 (secrets-tree-widget-show-password): New defuns.
10167 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10169 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
10170 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
10171 handled in smie-next-sexp.
10172 (smie-indent-calculate): Provide a starting indentation (so the
10173 recursion is well-founded ;-).
10175 Fix handling of non-associative equal levels.
10176 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
10177 when it's not needed.
10178 (smie-op-left, smie-op-right): New functions.
10179 (smie-next-sexp): New function, extracted from smie-backward-sexp.
10180 Better handle equal levels to distinguish the associative case from
10181 the "multi-keyword construct" case.
10182 (smie-backward-sexp, smie-forward-sexp): Use it.
10184 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
10186 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
10188 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
10189 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
10191 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10193 Provide a simple generic indentation engine and use it for Prolog.
10194 * emacs-lisp/smie.el: New file.
10195 * progmodes/prolog.el (prolog-smie-op-levels)
10196 (prolog-smie-indent-rules): New var.
10197 (prolog-mode-variables): Use them to configure SMIE.
10198 (prolog-indent-line, prolog-indent-level): Remove.
10200 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
10202 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
10203 order before computing the averages.
10205 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
10207 * calc/calc-vec.el (calc-histogram):
10208 (calcFunc-histogram): Allow vectors as inputs.
10209 (math-vector-avg): New function.
10211 * calc/calc-ext.el (math-group-float): Have the number of digits
10212 being grouped depend on the radix (Bug#6189).
10214 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
10216 * version.el (emacs-copyright, emacs-version): Don't define here,
10217 now that emacs.c defines it.
10219 2010-05-15 Eli Zaretskii <eliz@gnu.org>
10221 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
10222 "Describe Language Environment" menu item.
10224 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
10226 Bidi-sensitive movement with arrow keys.
10227 * subr.el (right-arrow-command, left-arrow-command): New functions.
10229 * bindings.el (global-map): Bind them to right and left arrow keys.
10231 Don't override standard definition of convert-standard-filename.
10232 * files.el (convert-standard-filename):
10233 Call w32-convert-standard-filename and dos-convert-standard-filename on
10234 the corresponding systems.
10236 * w32-fns.el (w32-convert-standard-filename): Rename from
10237 convert-standard-filename. Doc fix.
10239 * dos-fns.el (dos-convert-standard-filename): Doc fix.
10240 (convert-standard-filename): Don't defalias.
10241 (register-name-alist, make-register, register-value)
10242 (set-register-value, intdos): Obsolete aliases for the
10243 corresponding dos-* functions and variables.
10244 (dos-intdos): Add a doc string.
10246 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
10248 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
10249 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
10250 (math-compose-tex-func):
10251 * calc/calccomp.el (math-compose-expr):
10252 * calc/calc-ext.el (math-format-flat-expr-fancy):
10253 * calc/calc-store.el (calc-read-var-name):
10254 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
10256 * calc/calc.el (var-π, var-φ, var-γ): New variables.
10257 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
10258 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
10259 (math-standard-units): Add units.
10261 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10263 * progmodes/asm-mode.el (asm-mode):
10264 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
10266 * pcomplete.el (pcomplete-completions-at-point): New function,
10267 extracted from pcomplete-std-complete.
10268 (pcomplete-std-complete): Use it.
10270 2010-05-15 Glenn Morris <rgm@gnu.org>
10272 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10273 Remove references to CVS, RCS and Old directories.
10275 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
10277 * calc/calc-bin.el (math-format-twos-complement): Group digits when
10280 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10282 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
10283 (sh-mode-syntax-table): Give it a default value instead.
10284 (sh-header-marker): Make buffer-local.
10285 (sh-mode): Move make-local-variable to the corresponding setq.
10286 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
10287 Use complete-with-action.
10289 * simple.el (prog-mode): New (abstract) major mode.
10290 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
10291 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
10293 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
10295 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
10296 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
10297 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
10298 (sql-make-alternate-buffer-name, sql-placeholders-filter)
10299 (sql-escape-newlines-filter, sql-input-sender)
10300 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
10302 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
10304 Add TeX open-block and close-block keybindings to SGML, and vice versa.
10306 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
10307 latex-open-block and C-c / to latex-close-block.
10309 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
10310 and C-c C-e to sgml-close-tag.
10312 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
10314 * net/tramp.el (with-progress-reporter): Create reporter object
10315 only when the message would be displayed. Handle nested calls.
10316 (tramp-handle-load, tramp-handle-file-local-copy)
10317 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10318 (tramp-maybe-send-script, tramp-find-shell):
10319 Use `with-progress-reporter'.
10320 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
10323 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10324 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10325 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
10326 Use `with-progress-reporter'.
10328 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
10330 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
10331 process everytime when spellchecking from the minibuffer (bug#6143).
10333 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10335 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
10337 * dos-fns.el: Add "dos-" prefix for namespace control.
10338 (convert-standard-filename): Define as alias for
10339 dos-convert-standard-filename but only if applicable.
10341 2010-05-12 Alan Mackenzie <acm@muc.de>
10343 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
10344 Push the mark at the start of these functions when appropriate.
10346 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10348 * minibuffer.el (completion-cycle-threshold): New custom var.
10349 (completion--do-completion): Use it.
10350 (minibuffer-complete): Use cycling if appropriate.
10352 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
10354 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
10355 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
10357 2010-05-11 Juri Linkov <juri@jurta.org>
10359 * scroll-all.el (scroll-all-check-to-scroll):
10360 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
10362 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10364 * iimage.el (iimage-mode-map): Move initialization into declaration.
10365 (iimage-mode-buffer): Use with-silent-modifications.
10366 Simplify calling convention. Adjust callers.
10367 (iimage-mode): Don't run hook redundantly.
10369 * minibuffer.el (completion-pcm--pattern->regex):
10370 Fix last change (bug#6160).
10372 2010-05-10 Juri Linkov <juri@jurta.org>
10374 Remove nodes visited during Isearch from the Info history.
10375 * info.el (Info-isearch-initial-history)
10376 (Info-isearch-initial-history-list): New variables.
10377 (Info-isearch-start): Record initial values of
10378 Info-isearch-initial-history and Info-isearch-initial-history-list.
10379 Add Info-isearch-end to isearch-mode-end-hook.
10380 (Info-isearch-end): New function.
10382 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
10384 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
10385 format string, in order to work around a bug in pdksh.
10386 Reported by Gilles Pion <gpion@lfdj.com>.
10387 (tramp-handle-verify-visited-file-modtime): Do not send a command
10388 when the connection is not established.
10389 (tramp-handle-set-file-times): Simplify the check for utc.
10391 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
10393 Fix use of `filter-buffer-substring' (rework previous change).
10394 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
10395 (cua-repeat-replace-region):
10396 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
10397 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10398 (cua-cut-region-to-global-mark): Use it.
10400 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
10402 * progmodes/sql.el: Version 2.1.
10403 (sql-product-alist): Redesign structure of product info.
10404 (sql-product, sql-user, sql-server, sql-database): Safe variables.
10405 (sql-port, sql-port-history): New variables.
10406 (sql-interactive-product): New variable.
10407 (sql-send-terminator): New variable.
10408 (sql-imenu-generic-expression): Add "Types" imenu entry.
10409 (sql-oracle-login-params, sql-sqlite-login-params)
10410 (sql-mysql-login-params, sql-solid-login-params)
10411 (sql-sybase-login-params, sql-informix-login-params)
10412 (sql-ingres-login-params, sql-ms-login-params)
10413 (sql-postgres-login-params, sql-interbase-login-params)
10414 (sql-db2-login-params, sql-linter-login-params)
10415 (sql-oracle-scan-on): New variables.
10416 (sql-mode-map): Add C-c C-i to start interactive mode.
10417 (sql-mode-menu): Update existing menu entries.
10418 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
10419 (sql-mode-oracle-font-lock-keywords)
10420 (sql-mode-postgres-font-lock-keywords)
10421 (sql-mode-ms-font-lock-keywords)
10422 (sql-mode-sybase-font-lock-keywords)
10423 (sql-mode-informix-font-lock-keywords)
10424 (sql-mode-interbase-font-lock-keywords)
10425 (sql-mode-ingres-font-lock-keywords)
10426 (sql-mode-solid-font-lock-keywords)
10427 (sql-mode-mysql-font-lock-keywords)
10428 (sql-mode-sqlite-font-lock-keywords)
10429 (sql-mode-db2-font-lock-keywords)
10430 (sql-mode-linter-font-lock-keywords): Update initialization to
10431 reduce run-time complexity.
10432 (sql-add-product, sql-del-product): New functions.
10433 (sql-set-product-feature, sql-get-product-feature): New functions.
10434 (sql-product-font-lock): Update product API.
10435 (sql-add-product-keywords): New function.
10436 (sql-highlight-product): Update product API.
10437 (sql-help-list-products): New function.
10438 (sql-help): Dynamically lists free and non-free products.
10439 (sql-get-login): Correct bug in handling history and added
10441 (sql-copy-column): Copy without properties.
10442 (sqli-input-sender): Apply filters to SQLi input.
10443 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
10444 Implement as a filter.
10445 (sql-escape-newlines-filter): Implement as a filter.
10446 (sql-remove-tabs-filter): New function.
10447 (sql-send-magic-terminator): New function.
10448 (sql-send-string): Implement magic terminator.
10449 (sql-send-region): Use `sql-send-string'.
10450 (sql-interactive-mode): Use product API.
10451 (sql-product-interactive): Use product API.
10452 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
10453 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
10454 (sql-db2, sql-linter): Use `sql-product-interactive'.
10455 (sql-connect): New function.
10456 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
10457 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
10458 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
10459 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
10462 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10464 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
10465 New custom variable.
10466 (completion-pcm--string->pattern): Use it.
10467 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
10468 Make it handle any symbol as `any'.
10469 (completion-pcm--merge-completions): Extract common suffix for the new
10470 `prefix' symbol as well.
10471 (completion-substring--all-completions): Use the new `prefix' symbol.
10473 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
10475 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
10477 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
10478 (tramp-compat-funcall): New defmacro.
10479 (tramp-compat-line-beginning-position)
10480 (tramp-compat-line-end-position)
10481 (tramp-compat-temporary-file-directory)
10482 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
10483 (tramp-compat-copy-file, tramp-compat-copy-directory)
10484 (tramp-compat-delete-file, tramp-compat-delete-directory)
10485 (tramp-compat-number-sequence, tramp-compat-process-running-p)
10486 * net/tramp.el (top, with-progress-reporter)
10487 (tramp-rfn-eshadow-setup-minibuffer)
10488 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
10489 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
10490 (tramp-completion-mode-p, tramp-check-for-regexp)
10491 (tramp-open-connection-setup-interactive-shell)
10492 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
10493 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
10494 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
10495 * net/tramp-cmds.el (tramp-cleanup-all-connections)
10496 (tramp-reporter-dump-variable, tramp-load-report-modules)
10497 (tramp-append-tramp-buffers)
10498 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
10500 * net/tramp-imap.el (top): Autoload `epg-make-context'.
10502 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10504 * progmodes/compile.el (compilation-buffer-modtime): Rename from
10505 buffer-modtime. Adjust users.
10507 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
10509 * international/mule.el (auto-coding-alist): Only purecopy
10510 car of each item, not the whole list (Bug#6083).
10512 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
10514 * progmodes/js.el (js-mode): Make paragraph variables local before
10515 calling c-setup-paragraph-variables (Bug#6071).
10517 2010-05-08 Eli Zaretskii <eliz@gnu.org>
10519 * composite.el (compose-region, reference-point-alist): Fix typos
10520 in the doc strings.
10522 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
10524 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
10525 gnuplot's "set" command.
10527 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
10529 * abbrev.el (last-abbrev-text): Doc fix.
10530 (abbrev-prefix-mark): Don't escape parenthesis.
10532 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
10534 * composite.el (find-composition): Doc fix.
10536 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
10538 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
10539 (sql-oracle-program, sql-sqlite-options)
10540 (sql-query-placeholders-and-send): Doc fixes.
10541 (sql-set-product, sql-interactive-mode): Reflow docstrings.
10542 (sql-imenu-generic-expression, sql-buffer)
10543 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
10544 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
10545 (sql-mode-sybase-font-lock-keywords)
10546 (sql-mode-informix-font-lock-keywords)
10547 (sql-mode-interbase-font-lock-keywords)
10548 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
10549 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
10550 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
10551 (sql-product-feature, sql-highlight-product)
10552 (comint-line-beginning-position, sql-rename-buffer)
10553 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
10554 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
10555 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
10556 Fix typos in docstrings.
10558 2010-05-08 Juri Linkov <juri@jurta.org>
10560 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
10561 property instead of `invisible' and `after-string' (bug#5998).
10563 2010-05-08 Juri Linkov <juri@jurta.org>
10565 * image-mode.el (image-mode-as-text): Fix typo in docstring.
10567 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
10569 * filecache.el (file-cache-add-directory-list)
10570 (file-cache-add-directory-recursively): Fix typos in docstrings.
10572 2010-05-08 Kenichi Handa <handa@m17n.org>
10574 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
10575 (gujarati-composable-pattern): Fix typo.
10577 2010-05-08 Kenichi Handa <handa@m17n.org>
10579 * language/indian.el (oriya-composable-pattern)
10580 (tamil-composable-pattern, malayalam-composable-pattern):
10581 Add two-part vowels to "v" (vowel sign).
10583 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
10585 * files.el (copy-directory): Handle symlinks (Bug#5982).
10587 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
10589 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
10590 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
10593 2010-05-08 Glenn Morris <rgm@gnu.org>
10595 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
10597 * minibuffer.el (completion-at-point): Doc fix.
10599 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10601 * electric.el (Electric-command-loop): Minor tweak.
10603 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
10604 better with dedicated windows.
10606 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
10608 * Version 23.2 released.
10610 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
10611 Stefan Monnier <monnier@iro.umontreal.ca>
10613 Highlight vendor specific properties.
10614 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
10615 (css-proprietary-property): New face.
10616 (css-font-lock-keywords): Use them.
10618 2010-05-07 Eli Zaretskii <eliz@gnu.org>
10620 * cus-start.el (all): Add native condition for tool-bar-* symbols.
10622 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10624 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
10625 * files.el (auto-mode-alist): Remove redundant entries.
10627 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
10628 * simple.el (auto-save-mode): Move from files.el.
10629 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
10631 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
10633 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
10635 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
10637 * mail/binhex.el (binhex-decode-region-internal)
10638 * mail/uudecode.el (uudecode-decode-region-internal)
10639 * net/dns.el (dns-read-string-name, dns-write, dns-read)
10640 (dns-read-type, dns-query)
10641 * pgg-parse.el (pgg-parse-armor)
10642 * pgg.el (pgg-verify-region)
10643 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
10646 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
10648 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
10650 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
10652 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
10653 * emulation/cua-base.el (cua-repeat-replace-region):
10654 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10655 (cua-cut-region-to-global-mark):
10656 Remove text properties with `set-text-properties'.
10658 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
10660 * net/tramp.el (top, with-progress-reporter):
10661 Use `symbol-function' inside `funcall'.
10663 * net/tramp-compat.el (tramp-compat-file-attributes)
10664 (tramp-compat-delete-file, tramp-compat-delete-directory):
10665 Handle only `wrong-number-of-arguments' error.
10667 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
10668 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
10671 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10673 * minibuffer.el (completion--sreverse, completion--common-suffix):
10675 (completion-pcm--merge-completions): Extract common suffix when safe.
10677 * emacs-lisp/easy-mmode.el (define-minor-mode):
10678 Make :variable more flexible.
10679 * files.el (auto-save-mode): Use it to define using define-minor-mode.
10681 2010-05-05 Juri Linkov <juri@jurta.org>
10683 Add `slow' and `history' tags to the desktop data.
10685 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
10686 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
10687 (Info-finder-find-node): Require `finder.el' to be able
10688 to restore node from the desktop.
10689 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
10690 data `Info-history' and `slow' tag in the assoc list.
10691 (Info-restore-desktop-buffer): Don't restore nodes with the
10692 `slow' tag. Restore `Info-history'.
10694 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
10696 Add FORCE argument to `delete-file'.
10698 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
10699 forcing to delete the temporary file.
10700 (ange-ftp-delete-file): Add FORCE arg.
10701 (ange-ftp-rename-remote-to-remote)
10702 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
10703 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
10704 Force file deletion.
10706 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
10708 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
10709 (tramp-handle-make-symbolic-link, tramp-handle-load)
10710 (tramp-do-copy-or-rename-file-via-buffer)
10711 (tramp-do-copy-or-rename-file-directly)
10712 (tramp-do-copy-or-rename-file-out-of-band)
10713 (tramp-handle-process-file, tramp-handle-call-process-region)
10714 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10715 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10716 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
10718 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
10719 (tramp-fish-handle-make-symbolic-link)
10720 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
10722 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10723 Use `tramp-compat-delete-file'.
10725 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
10726 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
10728 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
10729 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
10731 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
10732 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
10733 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
10734 Use `tramp-compat-delete-file'.
10736 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10739 * subr.el (add-minor-mode): Use push.
10740 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
10741 * emulation/edt.el (edt-select-mode): Simplify.
10743 Use define-minor-mode in more cases.
10744 * term/tvi970.el (tvi970-set-keypad-mode):
10745 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
10746 (normal-erase-is-backspace-mode):
10747 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
10748 (set-scroll-bar-mode-1): (Re)move to its sole caller.
10749 (get-scroll-bar-mode): New function.
10750 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
10752 Use define-minor-mode for less obvious cases.
10753 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
10754 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
10755 * international/iso-ascii.el (iso-ascii-mode):
10756 * frame.el (auto-raise-mode, auto-lower-mode):
10757 * composite.el (global-auto-composition-mode): Use define-minor-mode.
10759 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
10761 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
10762 in order to see error messages for failed logins.
10764 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
10766 * diff.el (diff-sentinel):
10768 * epg.el (epg--make-temp-file, epg-decrypt-string)
10769 (epg-verify-string, epg-sign-string, epg-encrypt-string):
10771 * jka-compr.el (jka-compr-partial-uncompress)
10772 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
10774 * server.el (server-sentinel): Use delete-file's new FORCE arg
10777 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10779 Use define-minor-mode where applicable.
10780 * view.el (view-mode):
10781 * type-break.el (type-break-query-mode)
10782 (type-break-mode-line-message-mode):
10783 * textmodes/reftex.el (reftex-mode):
10784 * term/vt100.el (vt100-wide-mode):
10785 * tar-mode.el (tar-subfile-mode):
10786 * savehist.el (savehist-mode):
10787 * ibuf-ext.el (ibuffer-auto-mode):
10788 * composite.el (auto-composition-mode):
10789 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
10790 Use define-minor-mode.
10791 (vhdl-mode): Use static mode-line format.
10792 (vhdl-mode-line-update): Delete.
10793 (vhdl-create-mode-menu, vhdl-activate-customizations)
10794 (vhdl-hs-minor-mode): Don't bother calling it.
10796 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
10798 * simple.el (with-wrapper-hook): Move.
10799 (buffer-substring-filters): Mark obsolete.
10800 (filter-buffer-substring-functions): New variable.
10801 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
10803 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
10804 Michael Albinus <michael.albinus@gmx.de>
10806 Implement compression for inline methods.
10808 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
10809 (tramp-copy-size-limit): Allow also nil.
10810 (tramp-inline-compress-commands): New defconst.
10811 (tramp-find-inline-compress, tramp-get-inline-compress)
10812 (tramp-get-inline-coding): New defuns.
10813 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
10814 replaced by `tramp-get-inline-coding'.
10815 (tramp-handle-file-local-copy, tramp-handle-write-region)
10816 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
10818 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
10820 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
10821 Remove unused functions.
10823 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
10824 Set find-tag-default-function as a variable rather than a property.
10826 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
10827 * progmodes/etags.el (tags-completion-at-point-function):
10828 Remove left over interactive spec. Add autoloading stub.
10829 (complete-tag): Use tags-completion-at-point-function.
10831 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
10833 * minibuffer.el (tags-completion-at-point-function): Fix return value.
10835 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
10837 * ido.el (ido-init-completion-maps): Remove C-v binding.
10838 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
10840 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
10842 * minibuffer.el (tags-completion-at-point-function): New function.
10843 (completion-at-point-functions): Use it.
10845 * progmodes/etags.el (complete-tag): Revert last change.
10847 2010-04-29 Alan Mackenzie <acm@muc.de>
10849 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
10850 off-by-one error (in end of macro position).
10852 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10854 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
10855 firefox is absent. Don't autoload.
10856 (browse-url-galeon-program): Don't autoload.
10858 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
10860 * bindings.el (complete-symbol): Move into minibuffer.el.
10862 * minibuffer.el (complete-tag): Move from etags.el. If tags
10863 completion cannot be performed, return nil instead of signalling
10865 (completion-at-point): Make it an alias for complete-symbol.
10866 (complete-symbol): Move from bindings.el, and replace with the
10867 body of completion-at-point.
10869 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
10871 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
10873 * net/tramp.el (tramp-remote-selinux-p): New defun.
10874 (tramp-handle-file-selinux-context)
10875 (tramp-handle-set-file-selinux-context): Use it.
10877 2010-04-28 Sam Steingold <sds@gnu.org>
10879 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
10880 `safe-local-variable' if the value is a string or a symbol with
10881 the property `bug-reference-url-format'.
10883 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
10885 * progmodes/bug-reference.el (bug-reference-url-format):
10886 Revert 2010-04-27 change due to security risk.
10888 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10890 Make it possible to locally disable a globally enabled mode.
10891 * simple.el (fundamental-mode): Run fundamental-mode-hook.
10892 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
10893 rather than kill-all-local-variables so it runs fundamental-mode-hook.
10894 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
10895 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
10896 that subsequent hooks get a chance to disable it.
10898 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
10900 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
10901 Avoid re-enabling a minor mode after the user turned the minor mode
10902 off if MODE-enable-in-buffers is run twice (typically once from
10903 fundamental-mode's after-change-major-mode-hook and a second time from
10904 run-mode-hook's own after-change-major-mode-hook).
10906 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
10908 2010-04-27 Sam Steingold <sds@gnu.org>
10910 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
10911 `safe-local-variable' if the value is a string or a function, as
10912 documented and implemented on 2010-04-02.
10914 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
10916 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
10917 when method is 'kill.
10919 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
10921 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
10922 condition in default directory check.
10923 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
10924 Kill ispell process when killing its associated buffer.
10926 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
10928 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
10929 but we aren't using it.
10931 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
10933 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
10934 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
10936 2010-04-24 Glenn Morris <rgm@gnu.org>
10938 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
10939 Ignore VCS-ignore files, and deleted nextstep preferences files.
10940 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
10941 (authors-ambiguous-files): New list.
10942 (authors-valid-file-names): Add some deleted files.
10943 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
10944 (authors-disambiguate-file-name): New function. (Bug#5501)
10945 (authors-canonical-file-name): Doc fix.
10946 Don't warn about obsolete files.
10947 (authors-canonical-file-name, authors-scan-el):
10948 Use authors-disambiguate-file-name.
10950 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
10951 Add autoload cookies.
10952 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
10953 (generated-autoload-file): Set file-local value to "htmlfontify.el".
10954 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
10955 They have definitions / compiler macros in cl.el.
10956 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
10957 Replace manual autoloads with generated ones.
10958 (htmlfontify-unload-rgb-file): Remove autoload.
10959 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
10961 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10963 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
10964 (byte-compile-setq-default): Optimize for the
10965 single-var case and don't call byte-compile-form in this case to avoid
10966 inf-loop with byte-compile-set-default.
10968 * progmodes/compile.el (compilation-start): Abbreviate default directory.
10970 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
10972 Implement SELINUX backends.
10974 * net/tramp.el (tramp-file-name-handler-alist):
10975 Add `file-selinux-context' and `set-file-selinux-context'.
10976 (tramp-handle-file-selinux-context)
10977 (tramp-handle-set-file-selinux-context): New defuns.
10978 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
10979 Handle PRESERVE-SELINUX-CONTEXT.
10981 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10982 Add `file-selinux-context' and `set-file-selinux-context'.
10983 (tramp-gvfs-handle-file-selinux-context)
10984 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
10985 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
10987 * net/ange-ftp.el (ange-ftp-copy-file):
10988 * net/tramp-fish.el (tramp-fish-handle-copy-file):
10989 * net/tramp-imap.el (tramp-imap-handle-copy-file):
10990 * net/tramp-smb.el (tramp-smb-handle-copy-file):
10991 Add PRESERVE-SELINUX-CONTEXT.
10993 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
10995 Synchronize with Tramp repository.
10997 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
10998 (tramp-action-process-alive, tramp-action-out-of-band)
10999 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
11000 (tramp-exists-file-name-handler): Fix docstring.
11001 (with-progress-reporter): New defmacro.
11002 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
11003 (tramp-maybe-open-connection): Use it.
11005 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
11007 Detect ssh 'ControlMaster' argument automatically in some cases.
11009 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
11010 (tramp-default-method): Use it.
11012 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
11014 * net/tramp.el (tramp-handle-copy-file): Add new optional
11015 parameter `preserve-selinux-context'.
11016 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
11018 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
11020 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
11021 Ensure, that non remote files are still checked. Oops.
11023 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
11027 * icomplete.el (icomplete-completions): Use `non-essential'.
11029 * net/tramp.el (tramp-connectable-p): New defun.
11030 (tramp-handle-expand-file-name)
11031 (tramp-completion-handle-file-name-all-completions)
11032 (tramp-completion-handle-file-name-completion): Use it.
11034 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11036 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
11038 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
11040 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
11042 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
11044 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
11047 * info.el (info-tool-bar-map): Add labels.
11049 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
11051 * cus-edit.el (custom-commands): Add labels for tool bar.
11052 (custom-buffer-create-internal, Custom-mode): Adjust for
11053 labels in custom-commands.
11055 * dynamic-setting.el: Renamed from font-setting.el.
11057 2010-04-21 John Wiegley <jwiegley@gmail.com>
11059 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
11060 toggles the use of virtual buffers.
11061 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
11062 (ido-toggle-virtual-buffers): New function.
11064 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
11066 Use `define-derived-mode'; fix window selection; doc fixes.
11067 * play/tetris.el (tetris, tetris-update-speed-function)
11068 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
11069 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
11070 (tetris-rotate-next, tetris-end-game, tetris-start-game)
11071 (tetris-pause-game): Fix typos in docstrings.
11072 (tetris-mode-map, tetris-null-map):
11073 Move initialization into declaration.
11074 (tetris-mode): Define with `define-derived-mode';
11075 set show-trailing-whitespace to nil.
11076 (tetris): Prefer window already displaying the "*Tetris*" buffer.
11078 2010-04-21 Karel Klíč <kklic@redhat.com>
11080 * files.el (backup-buffer): Handle SELinux context, and return it
11081 if a backup was made by renaming.
11082 (backup-buffer-copy): Set SELinux context to the target file.
11083 (basic-save-buffer): Set SELinux context of the newly written file.
11084 (basic-save-buffer-1): Now it also returns any SELinux context.
11085 (basic-save-buffer-2): Set SELinux context of the newly created file,
11087 * net/tramp.el (tramp-file-name-for-operation):
11088 Add file-selinux-context.
11090 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11092 Make the log-edit comments use RFC822 format throughout.
11094 * vc.el (vc-checkin, vc-modify-change-comment):
11095 Adjust to new vc-start/finish-logentry.
11096 (vc-find-conflicted-file): New command.
11097 (vc-transfer-file): Adjust to new vc-checkin.
11098 (vc-next-action): Improve scoping.
11100 * vc-hg.el (vc-hg-log-edit-mode): Remove.
11101 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
11103 * vc-git.el (vc-git-log-edit-mode): Remove.
11104 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
11105 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
11107 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
11108 (vc-start-logentry): Remove argument `extra'.
11109 (vc-finish-logentry): Remove extra args.
11111 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
11112 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
11113 (vc-bzr-conflicted-files): New function.
11115 * log-edit.el (log-edit-extra-flags)
11116 (log-edit-before-checkin-process): Remove.
11117 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
11118 (log-edit-headers-alist): New var.
11119 (log-edit-header-contents-regexp): New const.
11120 (log-edit-match-to-eoh): New function.
11121 (log-edit-font-lock-keywords): Use them.
11122 (log-edit): Insert a "Summary:" header as default.
11123 (log-edit-mode): Mark font-lock rules as case-insensitive.
11124 (log-edit-done): Cleanup headers.
11125 (log-view-process-buffer): Remove.
11126 (log-edit-extract-headers): New function to replace it.
11128 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
11130 * subr.el (default-direction-reversed): Remove obsolescence info.
11132 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11134 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
11137 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
11138 I.e. include text after point in the completion region.
11139 Also, return nil when we're not after/in a symbol.
11141 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
11142 default enable-multibyte-characters.
11144 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11146 * international/mule.el: Help the user choose a valid coding-system.
11147 (read-buffer-file-coding-system): New function.
11148 (set-buffer-file-coding-system): Use it. Prompt the user if the
11149 coding-system cannot encode all the chars.
11151 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
11152 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
11153 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
11154 Don't use *vc-bzr-shelve*.
11156 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
11158 Fix the version number for added files.
11159 * vc-hg.el (vc-hg-working-revision): Check if the file is
11160 registered after hg parent fails (Bug#5961).
11162 2010-04-19 Glenn Morris <rgm@gnu.org>
11164 * htmlfontify.el (htmlfontify-buffer)
11165 (htmlfontify-copy-and-link-dir): Autoload entry points.
11167 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
11169 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
11170 name relative to the project root (Bug#5960).
11172 2010-04-19 Glenn Morris <rgm@gnu.org>
11174 * vc-git.el (vc-git-print-log): Doc fix.
11176 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
11178 * ido.el (ido-file-internal): Fix 2009-12-02 change.
11180 2010-04-19 Christoph Scholtes <cschol2112@googlemail.com>
11182 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
11183 default settings (Bug#5928).
11185 2010-04-19 Glenn Morris <rgm@gnu.org>
11187 * progmodes/fortran.el (fortran-match-and-skip-declaration):
11189 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
11191 2010-04-19 Kenichi Handa <handa@m17n.org>
11193 * language/indian.el (malayalam-composable-pattern): Fix previous
11194 change (add U+0D4D "SIGN VIRAMA").
11195 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
11196 (tamil-composable-pattern): Fix typo in the regexp.
11197 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
11198 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
11199 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
11201 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
11203 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
11204 paragraph-separate (Bug#5821).
11206 2010-04-19 Juri Linkov <juri@jurta.org>
11208 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
11210 * info.el (Info-find-node-2): Comment out code that skips
11212 (Info-mouse-follow-link): New command.
11213 (Info-link-keymap): New keymap.
11214 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
11215 Return a string with links instead of inserting breadcrumbs
11216 to the Info buffer.
11217 (Info-fontify-node): Comment out code that inserts breadcrumbs.
11218 Instead of putting the `invisible' text property over the Info
11219 header, make an overlay over the Info header with the `invisible'
11220 property and `after-string' set to the string returned by
11221 `Info-breadcrumbs'.
11223 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
11225 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
11226 Reported by monkey@sandpframing.com.
11228 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11230 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
11231 (tmm-get-keymap): Add key-binding shortcuts now that they're not
11232 available in the "keyseq cache" any more.
11234 * custom.el (defcustom): Add edebug spec.
11236 2010-04-18 Juri Linkov <juri@jurta.org>
11238 Test for special mode-class in view-buffer instead of view-file (bug#5513).
11240 * view.el (view-file, view-buffer): Move test for special mode-class
11241 from view-file to view-buffer.
11243 * tar-mode.el (tar-extract): Turn if's into one cond
11244 like in arc-mode.el.
11246 2010-04-18 Juri Linkov <juri@jurta.org>
11248 Add 7z archive format support (bug#5475).
11250 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
11251 (archive-7z-extract): New defcustom.
11252 (archive-find-type): Add magic string for 7z.
11253 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
11254 If `stderr-file' is non-nil, use `(t stderr-file)' for the
11255 `buffer' arg of `call-process'.
11256 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
11257 call the function `archive-7z-extract' with the variable
11258 `archive-7z-extract' let-bound to `archive-zip-extract'.
11259 (archive-7z-summarize, archive-7z-extract): New functions.
11261 * international/mule.el (auto-coding-alist):
11262 * files.el (auto-mode-alist): Add 7z file extension.
11264 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11266 * loadup.el: Setup hash-cons for pure data.
11268 Fix duplicate entries in cedet's loaddefs.el files.
11269 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
11270 Should make most file-local generated-autoload-file unnecessary.
11271 (print-readably): Silence warnings.
11272 (autoload-find-destination): Take load-name as an arg to make sure
11273 it's the same as the one that will be in the file.
11274 (autoload-generate-file-autoloads): Adjust to above changes.
11275 Try to make the dataflow a bit simpler.
11277 * cvs-status.el (cvs-refontify): Remove unused.
11279 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
11281 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
11283 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
11284 twos-complement mode.
11286 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
11288 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
11289 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
11290 (calc-inverse): Add "Option" to message, as appropriate.
11291 (calc-hyperbolic): Add "Option" to message, as appropriate.
11292 (calc-option, calc-is-option): New functions.
11294 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
11295 (calc-option-prefix-help): New function.
11297 * calc/calc-misc.el (calc-help): Add "Option" entry.
11299 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
11300 (calc-option-flag): New variable.
11301 (calc-do): Set `calc-option-flag to nil.
11302 (calc-set-mode-line): Add "Opt " as appropriate.
11304 2010-04-16 Juri Linkov <juri@jurta.org>
11306 Move scrolling commands from simple.el to window.el
11307 because their primitives are implemented in window.c.
11309 * simple.el (scroll-error-top-bottom)
11310 (scroll-up-command, scroll-down-command, scroll-up-line)
11311 (scroll-down-line, scroll-other-window-down)
11312 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11313 * window.el (scroll-error-top-bottom)
11314 (scroll-up-command, scroll-down-command, scroll-up-line)
11315 (scroll-down-line, scroll-other-window-down)
11316 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11317 Move from simple.el to window.el because their primitives are
11318 implemented in window.c.
11320 2010-04-16 Juri Linkov <juri@jurta.org>
11322 * isearch.el (isearch-lookup-scroll-key): Check both
11323 `isearch-scroll' and `scroll-command' properties.
11324 (scroll-up, scroll-down): Remove `isearch-scroll' property.
11326 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
11328 * simple.el (scroll-up-command, scroll-down-command)
11329 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
11331 2010-04-15 Juri Linkov <juri@jurta.org>
11333 * simple.el (scroll-up-command, scroll-down-command)
11334 (scroll-up-line, scroll-down-line): Put `scroll-command'
11335 property on the these symbols. Remove them from
11336 `scroll-preserve-screen-position-commands'.
11338 * mwheel.el (mwheel-scroll): Put `scroll-command' and
11339 `isearch-scroll' properties on the `mwheel-scroll' symbol.
11340 Remove it from `scroll-preserve-screen-position-commands'.
11342 * isearch.el (isearch-allow-scroll): Doc fix.
11344 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
11346 * net/tramp.el (tramp-error-with-buffer): Don't show the
11347 connection buffer when we are in completion mode.
11348 (tramp-file-name-handler): Catch the error for some operations
11349 when we are in completion mode. This gives the user the chance to
11350 correct the file name in the minibuffer.
11352 2010-04-15 Glenn Morris <rgm@gnu.org>
11354 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
11356 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
11358 Simplify by using `define-derived-mode'.
11359 * info.el (Info-mode):
11360 * calendar/todo-mode.el (todo-mode):
11361 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
11362 (gomoku-mode-map): Move initialization into declaration.
11364 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
11367 * ido.el (ido-file-name-all-completions-1):
11368 * minibuffer.el (minibuffer-completion-help):
11369 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
11371 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11373 * simple.el (non-essential): New var.
11375 Add a new field `location' to bookmarks for non-file bookmarks.
11376 * bookmark.el (bookmark-location): Use the new field, if present.
11377 (bookmark-insert-location): Undo last change, not needed any more.
11378 * man.el (Man-bookmark-make-record):
11379 * woman.el (woman-bookmark-make-record): Add `location' field.
11381 2010-04-14 Juri Linkov <juri@jurta.org>
11383 * simple.el (scroll-error-top-bottom): New defcustom.
11384 (scroll-up-command, scroll-down-command): Use it. Doc fix.
11386 * emulation/pc-select.el (pc-select-override-scroll-error):
11387 Obsolete in favor of `scroll-error-top-bottom'.
11389 2010-04-14 Juri Linkov <juri@jurta.org>
11391 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
11392 `scroll-up-command' and `M-v' to `scroll-down-command'.
11394 * emulation/cua-rect.el (cua--init-rectangles):
11395 * forms.el (forms--change-commands):
11396 * image-mode.el (image-mode-map):
11397 Remap scroll-down-command and scroll-up-command
11398 in addition to scroll-down and scroll-up.
11400 2010-04-14 Juri Linkov <juri@jurta.org>
11402 * mwheel.el (scroll-preserve-screen-position-commands):
11403 Add mwheel-scroll to this list of commands.
11405 * simple.el (scroll-preserve-screen-position-commands):
11406 Add scroll-up-command, scroll-down-command, scroll-up-line,
11407 scroll-down-line to this list of commands.
11409 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
11411 * obsolete/complete.el: Move from lisp/complete.el.
11413 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
11415 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
11416 to the minor mode function now turns the mode ON unconditionally.
11418 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11420 * vc-dir.el (vc-dir-kill-line): New command.
11421 (vc-dir-mode-map): Bind it to C-k.
11423 * bookmark.el (bookmark-insert-location): Handle a nil filename.
11425 * woman.el: Add bookmark declarations to silence the compiler.
11426 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
11427 step to compatibility between man and woman bookmarks.
11428 Adjust for Man-default-bookmark-title renaming.
11429 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
11431 * man.el: Add bookmark declarations to silence the compiler.
11432 (Man-name-local-regexp): Make it match NAME as well.
11433 (Man-getpage-in-background): Return the buffer.
11434 (Man-notify-when-ready): Use `case'.
11435 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
11436 Don't hardcode "NAME". Simplify.
11437 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
11438 Rename from Man-bookmark-make-record.
11439 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
11440 we have the actual man-args. Use Man-getpage-in-background rather
11441 than `man' since the arg is already processed. Let bookmark.el do the
11442 window handling. Only wait for the relevant process.
11443 Don't forget to autoload.
11445 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
11447 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11449 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
11451 (woman-mode): Setup bookmark support.
11453 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
11454 (man-bookmark-jump): New functions.
11455 (Man-mode): Setup bookmark support.
11457 2010-04-10 Jari Aalto <jari.aalto@cante.net>
11459 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
11460 recognize ssh-keygen prompt (Bug#2817).
11462 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
11464 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
11466 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
11468 Synchronize with Tramp repository.
11470 * net/tramp.el (tramp-completion-function-alist)
11471 (tramp-file-name-regexp, tramp-chunksize)
11472 (tramp-local-coding-commands, tramp-remote-coding-commands):
11474 (tramp-remote-process-environment): Use `format' instead of `concat'.
11475 (tramp-handle-directory-files-and-attributes)
11476 (tramp-get-remote-path): Use `copy-tree'.
11477 (tramp-handle-file-name-all-completions): Backward/ XEmacs
11478 compatibility: Use `completion-ignore-case' if
11479 `read-file-name-completion-ignore-case' does not exist.
11480 (tramp-do-copy-or-rename-file-directly): Do not use
11481 `tramp-handle-file-remote-p'.
11482 (tramp-do-copy-or-rename-file-out-of-band):
11483 Use `tramp-compat-delete-directory'.
11484 (tramp-do-copy-or-rename-file-out-of-band)
11485 (tramp-compute-multi-hops, tramp-maybe-open-connection):
11486 Use `format-spec-make'.
11487 (tramp-find-foreign-file-name-handler)
11488 (tramp-advice-make-auto-save-file-name)
11489 (tramp-set-auto-save-file-modes): Remove superfluous check for
11490 `stringp'. This is done inside `tramp-tramp-file-p'.
11491 (tramp-debug-outline-regexp): New defconst.
11492 (tramp-get-debug-buffer): Use it.
11493 (tramp-check-for-regexp): Use (forward-line 1).
11494 (tramp-set-auto-save-file-modes): Adapt version check.
11496 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
11497 Wrap call of `featurep' for 2nd argument.
11498 (tramp-compat-make-temp-file): Simplify fallback implementation.
11499 (tramp-compat-copy-tree): Remove function.
11500 (tramp-compat-delete-directory): Provide implementation for older
11503 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
11504 Do not use `tramp-fish-handle-file-attributes.
11506 * net/trampver.el: Update release number.
11508 2010-04-10 Glenn Morris <rgm@gnu.org>
11510 * progmodes/compile.el (compilation-save-buffers-predicate):
11511 Add missing :version tag.
11513 2010-04-09 Sam Steingold <sds@gnu.org>
11515 * progmodes/compile.el (compilation-save-buffers-predicate):
11516 Remove the "autoload" cookie.
11518 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
11519 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
11520 and `bug-reference-prog-mode' can be used in hooks directly.
11522 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
11524 Add --author support to git commit.
11525 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
11526 (vc-git-log-edit-mode): New minor mode.
11527 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
11530 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
11532 * vc-hooks.el, vc-git.el: Improve documentation comments.
11534 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11536 Fix some of the problems in defsubst* (bug#5728).
11537 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
11538 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
11540 2010-04-07 Sam Steingold <sds@gnu.org>
11542 * progmodes/compile.el (compilation-save-buffers-predicate):
11543 New custom variable.
11544 (compile, recompile): Pass it to `save-some-buffers'.
11546 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
11548 * wid-edit.el (widget-choose): Move cursor to the second line of
11549 the buffer (Bug#5695).
11551 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
11553 Add new VC methods: vc-log-incoming and vc-log-outgoing.
11554 * vc.el (vc-print-log-setup-buttons): New function split out from
11555 vc-print-log-internal.
11556 (vc-log-internal-common): New function, a parametrized version of
11557 vc-print-log-internal.
11558 (vc-print-log-internal): Just call vc-log-internal-common with the
11560 (vc-incoming-outgoing-internal):
11561 (vc-log-incoming, vc-log-outgoing): New functions.
11562 (vc-log-view-type): New permanent local variable.
11564 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
11566 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
11567 of the dynamic bound vc-short-log.
11568 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
11570 * vc-git.el (vc-git-log-outgoing): New function.
11571 (vc-git-log-view-mode): Use vc-log-view-type instead
11572 of the dynamic bound vc-short-log.
11574 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
11575 of the dynamic bound vc-short-log. Highlight the tag.
11576 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
11577 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
11578 (vc-hg-incoming-mode): Remove.
11579 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
11581 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
11583 Fix default-directory for vc-root-diff.
11584 * vc.el (vc-root-diff): Bind default-directory to the root
11585 directory for the diff command.
11587 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
11589 * progmodes/verilog-mode.el (verilog-forward-sexp):
11590 (verilog-calc-1): Support "disable fork" and "fork wait" multi
11591 word keywords, suggested by Steve Pearlmutter.
11592 (verilog-pretty-declarations): Support lineup of declarations in
11594 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
11595 fix bug for /* / comments.
11596 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
11597 Speed up and simplfy as this is never called with a bound.
11598 (verilog-pretty-declarations): Enhance to line up declarations
11599 inside a parameter list, suggested by Alan Morgan.
11600 (verilog-pretty-expr): Tune assignment regular expression match
11601 string for corner cases; also use markers instead of character
11602 number as indent changes the later.
11604 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
11606 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
11607 as missing keyword.
11608 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
11609 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
11610 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
11611 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
11613 (verilog-keywords):
11614 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
11615 1800-2009 keywords, including "global.".
11617 2010-04-06 John Wiegley <jwiegley@gmail.com>
11619 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
11620 appearing in buffer list (if a live buffer name matched a recentf
11621 file basename). Should use uniquify to offer a real solution.
11623 2010-04-06 John Wiegley <jwiegley@gmail.com>
11625 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
11626 comment to code, and add a :version tag.
11627 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
11629 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
11631 Enable recentf-mode if using virtual buffers.
11632 * ido.el (recentf-list): Declare for byte-compiler.
11633 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
11634 (ido-make-buffer-list): Simplify.
11635 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
11637 2010-04-05 Juri Linkov <juri@jurta.org>
11639 Scrolling commands which scroll a line instead of full screen.
11640 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
11642 * simple.el (scroll-up-line, scroll-down-line): New commands.
11643 Put property isearch-scroll=t on them.
11645 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
11648 2010-04-05 Juri Linkov <juri@jurta.org>
11650 Scrolling commands which do not signal errors at top/bottom.
11651 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
11653 * simple.el (scroll-up-command, scroll-down-command): New commands.
11654 Put property isearch-scroll=t on them.
11656 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
11657 `scroll-down-command' and [next] from `scroll-up' to
11658 `scroll-up-command'.
11660 * emulation/cua-base.el: Put property CUA=move on
11661 `scroll-up-command' and `scroll-down-command'.
11662 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
11663 and `scroll-down-command' to `cua-scroll-down'.
11665 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
11667 * help.el (describe-mode): Return nil.
11669 2010-04-04 John Wiegley <jwiegley@gmail.com>
11671 * ido.el (ido-use-virtual-buffers): New variable to indicate
11672 whether "virtual buffer" support is enabled for IDO.
11673 (ido-virtual): Face used to indicate virtual buffers in the list.
11674 (ido-buffer-internal): If a buffer is chosen, and no such buffer
11675 exists, but a virtual buffer of that name does (which would be why
11676 it was in the list), recreate the buffer by reopening the file.
11677 (ido-make-buffer-list): If virtual buffers are being used, call
11678 `ido-add-virtual-buffers-to-list' before the make list hook.
11679 (ido-virtual-buffers): New variable which contains a copy of the
11680 current contents of the `recentf-list', albeit pared down for the
11681 sake of speed, and with proper faces applied.
11682 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
11683 create a list of "virtual buffers" to present to the user in
11684 addition to the currently open set. Note that this logic could
11685 get rather slow if that list is too large. With the default
11686 `recentf-max-saved-items' of 200, there is little speed penalty.
11688 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11690 * font-lock.el: Require CL when compiling.
11691 (font-lock-turn-on-thing-lock): Use `case'.
11693 2010-04-03 Eli Zaretskii <eliz@gnu.org>
11695 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
11698 2010-04-02 Juri Linkov <juri@jurta.org>
11700 * ehelp.el (electric-help-orig-major-mode):
11701 New buffer-local variable.
11702 (electric-help-mode): Set it to original major-mode. Doc fix.
11703 (with-electric-help): Use `electric-help-orig-major-mode' instead
11704 of (default-value 'major-mode). Doc fix.
11705 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
11707 2010-04-02 Sam Steingold <sds@gnu.org>
11709 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
11710 `vc-hg-command' with a list of flags.
11712 * progmodes/bug-reference.el (bug-reference-bug-regexp):
11713 Also accept "patch" and "RFE".
11714 (bug-reference-fontify): `bug-reference-url-format' can also be a
11715 function to be able to handle the bug kind.
11716 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
11718 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
11720 * tmm.el (tmm-get-keymap): Check with symbolp before passing
11721 value to fboundp, it may not be a symbol.
11723 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
11725 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
11727 2010-03-31 Juri Linkov <juri@jurta.org>
11729 * simple.el (next-line, previous-line): Re-throw a signal
11730 with `signal' instead of using `ding'.
11731 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
11733 2010-03-31 Juri Linkov <juri@jurta.org>
11735 * simple.el (keyboard-escape-quit): Raise deselecting the active
11736 region higher than exiting the minibuffer.
11737 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
11739 2010-03-31 Juri Linkov <juri@jurta.org>
11741 * image.el (image-animated-p): Use `image-metadata' instead of
11742 `image-extension-data'. Get GIF extenstion data from metadata
11743 property `extension-data'.
11745 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11747 * simple.el (append-to-buffer): Simplify.
11749 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
11751 * textmodes/artist.el (artist-mode): Fix typo in docstring.
11752 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
11754 2010-03-31 Kenichi Handa <handa@m17n.org>
11756 * language/sinhala.el (composition-function-table): Fix regexp for
11757 the new Unicode specification.
11759 * language/indian.el (devanagari-composable-pattern)
11760 (tamil-composable-pattern, kannada-composable-pattern)
11761 (malayalam-composable-pattern): Adjust for the new Unicode
11763 (bengali-composable-pattern, gurmukhi-composable-pattern)
11764 (gujarati-composable-pattern, oriya-composable-pattern)
11765 (telugu-composable-pattern): New variables to cope with the new
11766 Unicode specification. Use them in composition-function-table.
11768 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11770 Make tmm-menubar work for the Buffers menu again (bug#5726).
11771 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
11772 vectors rather than cons cells, as used in menu-bar-update-buffers.
11774 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
11776 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
11777 (js-insert-and-indent): Revert 2009-08-15 change, restoring
11778 electric punctuation for "{}();,:" (Bug#5586).
11780 * mail/sendmail.el (mail-default-directory): Doc fix.
11782 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
11784 * mail/sendmail.el (mail-default-directory): Doc fix.
11786 2010-03-31 Eli Zaretskii <eliz@gnu.org>
11788 * subr.el (version-regexp-alist, version-to-list)
11789 (version-list-<, version-list-=, version-list-<=)
11790 (version-list-not-zero, version<, version<=, version=): Doc fix.
11793 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
11795 * vc.el (vc-root-diff): Doc fix.
11797 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
11799 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
11801 * simple.el (append-to-buffer): Fix last change.
11803 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
11805 * simple.el (append-to-buffer): Ensure that point is preserved if
11806 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
11809 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11811 * files.el (auto-mode-case-fold): Change default to t.
11813 2010-03-30 Juri Linkov <juri@jurta.org>
11815 * dired-x.el (dired-omit-mode): Doc fix.
11817 2010-03-30 Juri Linkov <juri@jurta.org>
11819 * replace.el (occur-accumulate-lines): Move occur-engine related
11820 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
11821 to be located after `occur-engine'.
11823 2010-03-30 Juri Linkov <juri@jurta.org>
11825 Make occur handle multi-line matches cleanly with context.
11826 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
11828 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
11829 (occur-engine): Add local variables `ret', `prev-after-lines',
11830 `prev-lines'. Use more arguments for `occur-context-lines'.
11831 Set first elem of its returned list to `data', and the second elem
11832 to `prev-after-lines'. Don't print the separator line.
11833 In the end, print remaining context after-lines.
11834 (occur-context-lines): Add new arguments `begpt', `endpt',
11835 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
11836 after-lines of the previous match with before-lines of the
11837 current match and not overlap them. Return a list with two
11838 values: the output line and the list of context after-lines.
11840 2010-03-30 Juri Linkov <juri@jurta.org>
11842 * replace.el (occur-accumulate-lines): Fix a bug where the first
11843 context line at the beginning of the buffer was missing.
11845 2010-03-30 Eli Zaretskii <eliz@gnu.org>
11847 * files.el: Make bidi-display-reordering safe variable for boolean
11850 2010-03-29 Phil Hagelberg <phil@evri.com>
11851 Chong Yidong <cyd@stupidchicken.com>
11853 * subr.el: Extend progress reporters to perform "spinning".
11854 (progress-reporter-update, progress-reporter-do-update):
11855 Handle non-numeric value arguments.
11856 (progress-reporter--pulse-characters): New var.
11858 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
11860 * progmodes/compile.el (compilation-start): Fix regexp detection
11861 of initial cd command (Bug#5771).
11863 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
11865 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
11867 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
11869 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
11870 * progmodes/gdb-mi.el: Restore.
11871 * progmodes/gdb-ui.el: Remove.
11872 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
11874 2010-03-25 Glenn Morris <rgm@gnu.org>
11876 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
11877 all dired buffers, even tramp ones. (Bug#5755)
11879 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
11881 Add "union tags" in mpc.el.
11882 * mpc.el: Remove backward compatibility code.
11883 (mpc-browser-tags): Change default.
11884 (mpc--find-memoize-union-tags): New var.
11885 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
11886 (mpc-cmd-find): Handle the case where the playlist does not exist.
11888 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
11889 (mpc-cmd-add): Use mpc-cmd-flush.
11890 (mpc-tagbrowser-tag-name): New fun.
11891 (mpc-tagbrowser-buf): Use it.
11892 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
11894 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11897 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
11898 Use replace-regexp-in-string.
11899 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
11900 (makefile-imake-mode-syntax-table): Move init into defvar.
11901 (makefile-mode): Use define-derived-mode.
11903 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
11904 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
11905 not be present any more.
11907 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
11909 * faces.el (set-face-attribute): Fix typo in docstring.
11910 (face-valid-attribute-values): Reflow docstring.
11912 2010-03-24 Glenn Morris <rgm@gnu.org>
11914 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
11916 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
11918 * indent.el (indent-for-tab-command): Doc fix.
11920 2010-03-24 Alan Mackenzie <acm@muc.de>
11922 * progmodes/cc-engine.el (c-remove-stale-state-cache):
11923 Fix off-by-one error. Fixes bug #5747.
11925 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
11927 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
11928 (image-dired-read-comment): Doc fix.
11930 * json.el (json-object-type, json-array-type, json-key-type)
11931 (json-false, json-null, json-read-number):
11932 * minibuffer.el (completion-in-region-functions):
11933 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
11934 (cal-tex-cursor-week):
11935 * emacs-lisp/trace.el (trace-function):
11936 * eshell/em-basic.el (eshell/printnl):
11937 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
11938 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
11939 * obsolete/levents.el (allocate-event, event-key, event-object)
11940 (event-point, event-process, event-timestamp, event-to-character)
11941 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
11942 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
11943 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
11944 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
11945 (reftex-highlight-selection): Fix typos in docstrings.
11947 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
11949 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
11951 2010-03-24 Glenn Morris <rgm@gnu.org>
11953 * mail/rmail.el (rmail-highlight-face): Restore option deleted
11954 2008-02-13 without comment; mark it obsolete.
11955 (rmail-highlight-headers): Use rmail-highlight-face once more.
11957 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
11959 * woman.el (woman2-process-escapes): Only consume the newline if
11960 the filler character is on a line by itself (Bug#5729).
11962 2010-03-24 Kenichi Handa <handa@m17n.org>
11964 * language/indian.el (devanagari-composable-pattern): Add more
11967 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
11969 * net/trampver.el: Update release number.
11971 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
11973 * net/tramp.el (tramp-find-executable):
11974 Use `tramp-get-connection-buffer'. Make the regexp for checking
11975 output of "wc -l" more robust.
11976 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
11977 (tramp-open-connection-setup-interactive-shell): Remove workaround
11978 for OpenSolaris bug, it is not needed anymore.
11980 2010-03-24 Glenn Morris <rgm@gnu.org>
11982 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
11984 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
11986 * files.el (auto-mode-alist): Accept more verilog file patterns.
11988 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11990 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
11992 2010-03-24 Glenn Morris <rgm@gnu.org>
11994 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
11995 log-edit-before-checkin-process.
11997 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
11999 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
12001 * vc-dispatcher.el (vc-start-logentry): Doc fix.
12002 (log-view-process-buffer, log-edit-extra-flags): Declare.
12004 * log-edit.el (log-edit-before-checkin-process): Doc fix.
12006 2010-03-23 Sam Steingold <sds@gnu.org>
12008 Fix bug#5620: recalculate all markers on compilation buffer
12009 modifications, not on file modifications.
12010 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
12011 variable: the buffer modification time, for buffers not associated with
12013 (compilation-mode): Create it.
12014 (compilation-filter): Update it.
12015 (compilation-next-error-function): Use it instead of
12016 `visited-file-modtime' for timestamp.
12018 2010-03-23 Juri Linkov <juri@jurta.org>
12020 Implement Occur multi-line matches.
12021 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
12023 * replace.el (occur): Doc fix.
12024 (occur-engine): Set `begpt' to the beginning of the first line.
12025 Set `endpt' to the end of the last match line. At first, count
12026 line numbers between `origpt' and `begpt'. Split out code from
12027 `out-line' variable to new let-bindings `match-prefix' and
12028 `match-str'. In `out-line' add non-numeric prefix to all
12029 non-first lines of multi-line matches. Finally, count lines
12030 between `begpt' and `endpt' and add to `lines'.
12032 2010-03-23 Juri Linkov <juri@jurta.org>
12034 * replace.el (occur-accumulate-lines, occur-engine):
12035 Use `occur-engine-line' instead of duplicate code.
12036 (occur-engine-line): New function created from duplicate code
12037 in `occur-accumulate-lines' and `occur-engine'.
12039 * replace.el (occur-engine-line): Add optional arg `keep-props'.
12040 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
12042 2010-03-23 Juri Linkov <juri@jurta.org>
12044 * finder.el: Remove TODO tasks.
12046 * info.el (Info-finder-find-node): Add node "all"
12047 with all package info. Handle a list of multiple keywords
12048 separated by comma.
12049 (info-finder): In interactive use with a prefix argument,
12050 use `completing-read-multiple' to read a list of keywords
12051 separated by comma.
12053 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12055 Add a new completion style `substring'.
12056 * minibuffer.el (completion-basic--pattern): New function.
12057 (completion-basic-try-completion, completion-basic-all-completions):
12059 (completion-substring--all-completions)
12060 (completion-substring-try-completion)
12061 (completion-substring-all-completions): New functions.
12062 (completion-styles-alist): New style `substring'.
12064 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12066 Get rid of .elc files after removal of the corresponding .el.
12067 * Makefile.in (compile-clean): New target.
12068 (compile-main): Use it.
12070 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
12072 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
12073 don't do make there. When compiling with separate object dir, there
12074 is no Makefile there.
12076 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12078 Get rid of the ELCFILES abomination, again.
12079 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12080 (all, compile): Don't call compile-last.
12081 (compile-main): Build the "elcfiles" list dynamically.
12082 (compile-targets): New (internal) target.
12084 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
12086 * Makefile.in (top_srcdir): Define.
12087 (abs_top_builddir): Define.
12088 (srcdir): Don't append `/..'.
12089 (EMACS): Use ${abs_top_builddir}.
12090 (all, compile, compile-always, compile-last): Don't set emacswd.
12091 (update-subdirs, update-authors): Use $(top_srcdir) instead of
12093 (lisp): Use $(srcdir) instead of @srcdir@.
12095 2010-03-21 Juri Linkov <juri@jurta.org>
12097 Fix message of multi-line occur regexps and multi-buffer header lines.
12098 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
12100 * replace.el (occur-1): Don't display regexp if it is longer
12101 than window-width. Use `query-replace-descr' to display regexp.
12102 (occur-engine): Don't display regexp in the buffer header for
12103 multi-buffer occur. Display a separate header line with total
12104 match count and regexp for multi-buffer occur.
12105 Use `query-replace-descr' to display regexp.
12107 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12109 * net/secrets.el: Fix parenthesis.
12110 (secrets-enabled): Fix parenthesis.
12112 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12114 Use more relative file and directory names.
12115 * Makefile.in (EMACS): Arrange for it to work when we chdir.
12116 (setwins, setwins_almost, setwins_for_subdirs):
12117 Don't `cd'; output relative names.
12118 (all, compile, compile-always, compile-last): Set emacswd.
12119 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
12120 Just cd to the lisp source dir so we can use relative file names.
12122 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
12124 2010-03-20 Glenn Morris <rgm@gnu.org>
12126 * textmodes/rst.el: Use faces for font-lock customization, and make the
12127 old -face variables obsolete.
12128 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
12129 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
12130 (rst-block-face, rst-external-face, rst-definition-face)
12131 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
12132 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
12134 (rst-font-lock-keywords-function): Update for above changes.
12136 2010-03-20 Juri Linkov <juri@jurta.org>
12139 * obsolete/s-region.el: Move to obsolete.
12141 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
12143 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
12145 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12147 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
12149 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12151 Add special markup processing for commit logs.
12152 * log-edit.el (log-edit-extra-flags): New variable.
12153 (log-edit): Add new argument MODE. Use that mode when non-nil
12154 instead of the log-view-mode.
12155 (log-view-process-buffer): New function.
12157 * vc.el: Document that the checkin method takes optional
12158 arguments. Document new backend specific method: log-view-mode.
12159 (vc-default-log-edit-mode): New function.
12160 (vc-checkin): Use a backend specific log-view-mode.
12161 Pass extra arguments to the checkin method.
12162 (vc-modify-change-comment): Pass a dummy extra argument.
12164 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
12166 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
12167 (vc-finish-logentry): Process the log buffer before passing it
12168 down. Pass log-edit-extra-flags.
12170 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
12172 (log-edit-extra-flags, log-edit-before-checkin-process):
12175 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
12177 (log-edit-extra-flags, log-edit-before-checkin-process):
12179 (vc-hg-log-edit-mode): New derived mode.
12181 * vc-arch.el (vc-arch-checkin):
12182 * vc-cvs.el (vc-cvs-checkin):
12183 * vc-git.el (vc-git-checkin):
12184 * vc-mtn.el (vc-mtn-checkin):
12185 * vc-rcs.el (vc-rcs-checkin):
12186 * vc-sccs.el (vc-sccs-checkin):
12187 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
12189 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12191 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
12194 2010-03-19 Glenn Morris <rgm@gnu.org>
12196 * password-cache.el (password-cache, password-cache-expiry): Autoload.
12198 2010-03-18 Glenn Morris <rgm@gnu.org>
12200 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
12202 * replace.el (query-replace-history): Give it a doc string.
12203 (map-query-replace-regexp): Use query-replace-from-history-variable
12204 and query-replace-to-history-variable.
12206 * mail/hashcash.el (declare-function): Remove duplicate definition.
12208 * mail/emacsbug.el (report-emacs-bug-pretest-address):
12209 Make it an obsolete alias for report-emacs-bug-address.
12210 (message-strip-special-text-properties): Declare.
12211 (report-emacs-bug): Remove test for a pretest bug address.
12212 Combine message-mode-specific code.
12214 * mail/supercite.el: Don't require sendmail.
12215 (mh-in-header-p): Declare rather than using with-no-warnings.
12216 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
12217 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
12219 * calendar/cal-french.el: Convert to utf-8.
12221 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
12224 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
12226 * net/secrets.el (secrets-enabled): New variable. Use it instead
12229 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
12231 * net/secrets.el (top): Register the D-Bus signals only when the
12232 service "org.freedesktop.secrets" can be pinged.
12233 Provide subfeature `enabled'.
12235 2010-03-14 Juri Linkov <juri@jurta.org>
12237 Add finder unknown keywords.
12239 * finder.el (finder-unknown-keywords): New function.
12241 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
12242 to create a Finder node with unknown keywords.
12244 2010-03-14 Juri Linkov <juri@jurta.org>
12246 * finder.el (finder-compile-keywords): Replace `princ' with
12247 `prin1' on a list of symbols interned from keyword strings.
12249 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
12250 a comma, then split keywords using a comma and optional whitespace.
12251 Otherwise, split by whitespace.
12259 * progmodes/mixal-mode.el: Fix keywords.
12261 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
12263 * Makefile.in (ELCFILES): Add net/secrets.elc.
12265 * net/secrets.el: New file.
12267 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
12269 * facemenu.el (list-colors-display, list-colors-print): New arg
12270 callback. Use it to allow selecting colors.
12272 * wid-edit.el (widget-image-insert): Insert image prop even if the
12273 current display is non-graphic.
12274 (widget-field-value-set): New fun.
12275 (editable-field): Use it.
12276 (widget-field-value-get): Clean up unused var.
12277 (widget-color-value-create, widget-color--choose-action):
12278 New funs. Allow using list-colors-display to choose color.
12280 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
12282 * cus-edit.el: Resort topmost custom groups.
12283 (custom-buffer-sort-alphabetically): Default to t.
12284 (customize-apropos): Use apropos-parse-pattern.
12285 (custom-search-field): New var.
12286 (custom-buffer-create-internal): Add custom-apropos search field.
12287 (custom-add-parent-links): Don't display parent doc.
12288 (custom-group-value-create): Don't sort top-level custom group.
12289 (custom-magic-value-create): Show visibility button before option name.
12291 (custom-variable-state): New fun, from custom-variable-state-set.
12292 (custom-variable-state-set): Use it.
12293 (custom-group-value-create): Hide options with standard values
12294 using the :hidden-states property. Use progress reporter.
12296 (custom-show): Simplify.
12297 (custom-visibility): Disable images by default.
12298 (custom-variable): New property :hidden-states.
12299 (custom-variable-value-create): Enable images for
12300 custom-visibility widgets. Use :hidden-states property to
12301 determine initial visibility.
12303 * wid-edit.el (widget-image-find): Give images center ascent.
12304 (visibility): Add :on-image and :off-image properties.
12305 (widget-visibility-value-create): Use them.
12307 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
12309 * cus-edit.el (processes): Remove from development group.
12310 (oop, hypermedia): Delete group.
12311 (comm): Promote to top-level group.
12313 * net/browse-url.el (browse-url):
12314 * net/xesam.el (xesam):
12315 * net/tramp.el (tramp):
12316 * net/goto-addr.el (goto-address):
12317 * net/ange-ftp.el (ange-ftp): Put in comm group.
12319 * view.el (view): Remove from editing group.
12321 * uniquify.el (uniquify): Put in files group.
12323 * net/browse-url.el (browse-url):
12324 * ps-print.el (postscript): Put in external group.
12326 * cus-edit.el (outlines):
12327 * textmodes/text-mode.el (text-mode-hook):
12328 * textmodes/table.el (table):
12329 * textmodes/picture.el (picture):
12330 * outline.el (outlines): Put in wp group.
12332 * nxml/nxml-mode.el (nxml): Remove from wp group.
12334 * net/tramp-imap.el (tramp-imap): Put in tramp group.
12336 * mail/metamail.el (metamail): Remove from hypermedia group.
12338 * cus-edit.el (abbrev):
12339 * whitespace.el (whitespace):
12340 * vcursor.el (vcursor):
12341 * reveal.el (reveal):
12342 * hl-line.el (hl-line): Put in convenience group.
12344 * epg-config.el (epg): Put in data group.
12346 * emulation/pc-select.el (pc-select): Put in emulations group.
12348 * calculator.el (calculator): Put in applications group.
12350 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12352 Add .dir-locals.el support for file-less buffers.
12353 * files.el (hack-local-variables): Split out code to apply local
12354 variable settings ...
12355 (hack-local-variables-apply): ... here. New function.
12356 (hack-dir-local-variables): Use the default directory for when the
12357 buffer does not have an associated file.
12358 (hack-dir-local-variables-non-file-buffer): New function.
12359 * diff-mode.el (diff-mode):
12360 * vc-annotate.el (vc-annotate-mode):
12361 * vc-dir.el (vc-dir-mode):
12362 * log-edit.el (log-edit-mode):
12363 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
12365 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12367 Add support for shelving snapshots and for showing shelves.
12368 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
12369 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
12371 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
12372 (vc-bzr-extra-menu-map): Map them.
12374 2010-03-11 Glenn Morris <rgm@gnu.org>
12376 * cus-edit.el (customize-changed-options-previous-release):
12379 * image.el (image-animate-max-time): Fix :version tag.
12381 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
12385 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12387 * vc-git.el (vc-git-revision-table): Include remote branches.
12389 2010-03-10 Kim F. Storm <storm@cua.dk>
12391 Animated image API.
12392 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
12394 * image.el (image-animate-max-time): New defcustom.
12395 (image-animated-types): New defconst.
12396 (create-animated-image, image-animate-timer)
12397 (image-animate-start, image-animate-stop, image-animate-timeout)
12398 (image-animated-p): New functions.
12400 * image-mode.el (image-toggle-display-image):
12401 Replace `create-image' with `create-animated-image'.
12403 2010-03-09 Miles Bader <miles@gnu.org>
12405 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
12406 instead of "format:"; this ensures that the output is
12407 newline-terminated.
12409 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
12411 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
12412 that all errors are caught, and that the return value is always a
12415 2010-03-08 Kenichi Handa <handa@m17n.org>
12417 * language/misc-lang.el (windows-1256): New coding system.
12418 (cp1256): New alias of windows-1256 (bug#5690).
12420 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
12422 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
12423 call to rfc822-bad-address. (Bug#5692)
12425 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
12427 * vc-git.el (vc-git-annotate-extract-revision-at-line):
12428 Use vc-git-root as default directory for revision path (Bug#5657).
12430 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
12432 * calculator.el (calculator): Don't bind split-window-keep-point
12435 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
12437 * vc-git.el: Re-flow to fit into 80 columns.
12438 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
12439 Remove spurious `quote' element in each case alternative.
12440 (vc-git-show-log-entry): Use prog1.
12441 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
12443 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
12445 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
12447 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
12449 * macros.el (insert-kbd-macro): Look up keyboard macro using the
12450 definition, not the name (Bug#5481).
12452 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
12454 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
12455 argument with a local variable. (Bug#5670)
12457 2010-03-02 Juri Linkov <juri@jurta.org>
12459 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
12461 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
12463 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
12464 error when FILENAME and NEWNAME are existing remote directories.
12466 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
12467 parameter DIR-FLAG.
12469 2010-03-02 Glenn Morris <rgm@gnu.org>
12471 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
12472 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
12474 2010-03-01 Kenichi Handa <handa@m17n.org>
12476 * language/burmese.el (burmese-composable-pattern): Rename from
12477 myanmar-composable-pattern.
12479 * international/characters.el (script-list):
12480 * international/fontset.el (script-representative-chars):
12481 Change myanmar to burmese.
12482 (otf-script-alist): Likewise.
12483 (setup-default-fontset): Likewise. Re-fix :otf spec.
12485 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
12487 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
12489 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
12491 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
12493 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
12495 * net/tramp.el (tramp-handle-write-region): START can be a string.
12496 Take care in the checks. Reported by Dan Davison
12497 <davison@stats.ox.ac.uk>.
12499 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
12501 * net/dbus.el (dbus-introspect, dbus-get-property)
12502 (dbus-set-property, dbus-get-all-properties):
12503 Use `dbus-call-method' when noninteractive. (Bug#5645)
12505 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
12507 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
12508 * emacs-lisp/elint.el (elint-add-required-env):
12509 * calendar/icalendar.el (icalendar--add-diary-entry):
12510 * calc/calcalg2.el (math-tracing-integral):
12511 * files.el (recover-session-finish): Use with-current-buffer
12512 instead of save-excursion.
12514 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
12516 Fix in-buffer completion when after-change-functions modify the buffer.
12517 * minibuffer.el (completion--replace): New function.
12518 (completion--do-completion): Use it and use relative movement.
12520 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
12522 * international/fontset.el (setup-default-fontset): Fix :otf spec.
12524 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
12526 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
12527 Allow the characters _<> in the stack entry (Bug#5653).
12529 2010-02-26 Kenichi Handa <handa@m17n.org>
12531 * language/burmese.el: Fix entries in composition-function-table.
12532 (myanmar-composable-pattern): New variable.
12534 * international/fontset.el (setup-default-fontset): Add an entry
12537 * international/characters.el (script-list): Add Myanmar
12540 2010-02-26 Glenn Morris <rgm@gnu.org>
12542 * custom.el (custom-initialize-delay): Doc fix.
12544 * mail/sendmail.el (send-mail-function): Autoload the call
12545 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
12547 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
12549 * files.el (hack-local-variables-filter): For eval forms, also
12550 check safe-local-variable-p (Bug#5636).
12552 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
12554 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
12555 setting the modes by `ignore-errors'. It might fail, for example
12556 if the file is not owned by the user but the group.
12557 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
12559 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
12561 * files.el (directory-listing-before-filename-regexp):
12562 Use stricter matching for iso-style dates, to avoid false matches with
12563 date-like filenames (Bug#5597).
12565 * htmlfontify.el (htmlfontify): Doc fix.
12567 * eshell/eshell.el (eshell): Doc fix.
12569 * startup.el (fancy-about-screen): In mode-line, apply
12570 mode-line-buffer-id face only to the buffer name (Bug#5613).
12572 2010-02-20 Kevin Ryde <user42@zip.com.au>
12574 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12575 In `watcom' anchor regexp to start of line, to avoid slowness
12578 2010-02-20 Eli Zaretskii <eliz@gnu.org>
12580 * subr.el (remove-yank-excluded-properties): Explain in a comment
12581 why `category' property is removed.
12583 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
12585 * isearch.el (isearch-update-post-hook, isearch-update):
12586 Revert 2010-02-17 change.
12588 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
12590 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
12591 (icalendar--convert-weekly-to-ical)
12592 (icalendar--convert-yearly-to-ical)
12593 (icalendar--convert-block-to-ical)
12594 (icalendar--convert-cyclic-to-ical)
12595 (icalendar--convert-anniversary-to-ical): Take care of time
12596 specifications where hour has 1-digit only (Bug#5549).
12598 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
12600 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
12601 of disassemble output in GDB 7.1.
12603 2010-02-19 Glenn Morris <rgm@gnu.org>
12605 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
12606 property. (Bug#5593)
12608 2010-02-18 Sam Steingold <sds@gnu.org>
12610 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
12612 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
12614 Use abbreviated file names in bookmarks (bug#5591).
12615 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
12616 calls to expand-file-name.
12617 (bookmark-relocate): Use abbreviated file names in bookmarks.
12618 (bookmark-load): Use abbreviated file names in messages.
12620 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
12622 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
12623 expand "." and "..". Reported by Thierry Volpiatto
12624 <thierry.volpiatto@gmail.com>.
12626 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
12628 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
12629 permissions of the temporary file to "0600". In case the remote
12630 file has no read permissions for the owner, there might be
12631 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
12633 22010-02-18 Glenn Morris <rgm@gnu.org>
12635 * emacs-lisp/authors.el (authors-renamed-files-alist):
12636 Add entries for INSTALL.CVS.
12638 2010-02-17 Mark A. Hershberger <mah@everybody.org>
12640 * vc-bzr.el: Fix typo in Known Bugs section.
12642 * isearch.el (isearch-update-post-hook): New hook.
12643 (isearch-update): Use the new hook.
12645 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
12647 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
12648 Fix errors in copying directories.
12649 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
12650 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
12651 (tramp-handle-delete-file)
12652 (tramp-handle-dired-recursive-delete-directory)
12653 (tramp-handle-write-region): Flush also the cache for the upper
12656 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
12658 * simple.el (save-interprogram-paste-before-kill): Doc fix.
12660 * cus-edit.el (hardware): Doc fix.
12662 * man.el (man): Add to external custom group.
12664 * delim-col.el (columns): Move to wp custom group.
12666 * doc-view.el (doc-view): Add to data custom group.
12668 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
12670 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
12671 by ispell-parse-output (Bug#5575).
12673 2010-02-16 Kenichi Handa <handa@m17n.org>
12675 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
12676 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
12677 (skkdic-convert): Use `euc-japan' coding system for writing.
12679 2010-02-16 Glenn Morris <rgm@gnu.org>
12681 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
12682 tex-main-file before using it. (Bug#5562)
12684 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
12686 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
12687 warnings, since it is annoying for the user to see them each time he
12690 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
12692 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
12693 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
12694 instead of PROC for caching "first-password-request". Otherwise,
12695 new processes would not profit from passwords already entered.
12697 * net/tramp-cache.el (tramp-dump-connection-properties):
12698 Don't save "first-password-request" property.
12700 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
12702 * outline.el (outline-head-from-level):
12703 * simple.el (with-wrapper-hook):
12704 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
12705 (elint-defun, elint-buffer-env, elint-top-form-logged)
12706 (elint-unbound-variable):
12707 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
12708 Fix typos in docstrings.
12710 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
12712 * files.el (insert-directory): When WILDCARD-REGEXP and
12713 FULL-DIRECTORY-P are nil, insert the file entry instead of the
12714 whole directory. (Bug#5551)
12716 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
12717 dired's alignment sanity. (Bug#5516)
12719 2010-02-14 Juri Linkov <juri@jurta.org>
12721 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
12722 Remove remaining ^H with their preceding chars. (Bug#5566)
12724 2010-02-13 Glenn Morris <rgm@gnu.org>
12726 * simple.el (transpose-subr): Give it a doc-string.
12728 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
12731 2010-02-12 Juri Linkov <juri@jurta.org>
12733 * arc-mode.el (archive-unique-fname): Make directories for nested
12734 archives. (Bug#5540)
12736 2010-02-12 Juri Linkov <juri@jurta.org>
12738 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
12740 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
12742 * subr.el (copy-overlay): Handle deleted overlays.
12744 * man.el (Man-completion-table): Don't signal an error if we can't run
12745 manual-program (bug#4056).
12747 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
12749 * textmodes/artist.el (artist-mt): Fix typos in docstring.
12751 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12753 * info.el (Info-bookmark-jump): Simplify.
12755 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
12756 (bookmark-default-handler): Accept new bookmark field `buffer'.
12758 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
12760 * iswitchb.el (iswitchb-completions): Revert last change.
12762 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
12764 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
12765 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
12766 This prevents file names like "~/" being listed literally.
12768 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
12770 * term/xterm.el (xterm-maybe-set-dark-background-mode):
12771 Remove dead code. (Bug#5546)
12773 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
12775 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
12776 correctly (Bug#5548).
12778 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
12780 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
12781 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
12783 2010-02-08 Kenichi Handa <handa@m17n.org>
12785 * international/mule-util.el (with-coding-priority): Add autoload
12786 cookie for putting `lisp-indent-function'.
12788 2010-02-07 Glenn Morris <rgm@gnu.org>
12790 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
12791 Move F2003 named interfaces from keywords-2 to keywords-1, and
12792 use function-name-face rather than constant-face.
12793 Simplify "abstract interface" regexp.
12795 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
12797 * eshell/esh-util.el (eshell-file-attributes): New optional arg
12798 ID-FORMAT. Pass it to `file-attributes'.
12800 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
12802 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
12804 * faces.el (set-face-attribute): Allow calling
12805 internal-set-lisp-face-attribute with 'unspecified family and
12806 foundry argument (Bug#5536).
12808 2010-02-07 Glenn Morris <rgm@gnu.org>
12810 * progmodes/f90.el (f90-font-lock-keywords-2)
12811 (f90-looking-at-type-like, f90-looking-at-program-block-end):
12812 Handle F2003 named interfaces.
12814 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
12816 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
12817 beg and end before calling c-get-state-before-change-functions.
12819 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
12821 * vc-bzr.el (vc-bzr-dir-extra-headers):
12822 Disable the pending merges header.
12824 2010-02-05 Juri Linkov <juri@jurta.org>
12826 * doc-view.el (doc-view-mode):
12827 * image-mode.el (image-mode): Put property mode-class=special.
12830 2010-02-05 Mark A. Hershberger <mah@everybody.org>
12832 * vc-svn.el (vc-svn-revision-table): New function.
12834 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
12836 * net/ange-ftp.el (ange-ftp-insert-directory):
12837 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
12838 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
12839 Handle also directories. (Bug#5478)
12841 2010-02-05 Glenn Morris <rgm@gnu.org>
12843 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
12845 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
12847 * startup.el (command-line-1): Convert options beginning with a
12848 single dash as well (Bug#5519).
12850 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
12852 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
12853 * minibuffer.el (completion-initials-expand): Only check the presence
12854 of delims *within* the boundaries, since otherwise the / delim is
12855 always found for files.
12857 Fix up various corner case problems.
12858 * doc-view.el (doc-view-last-page-number): New function.
12859 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
12860 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
12861 (doc-view-kill-proc): Avoid inf-loop in freak cases.
12862 (doc-view-reconvert-doc): Use the new recursive delete-directory.
12863 (doc-view-convert-current-doc): Don't create the resolution.el file
12865 (doc-view-pdf/ps->png): Do it here instead.
12866 (doc-view-already-converted-p): Check that resolution.el is present.
12867 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
12868 windows that are not yet showing images.
12870 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
12872 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
12873 `dired-uncache' for every elemnt which is an absolute file name.
12875 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
12876 directory, handle its directory component.
12877 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
12878 function is called permanently and creates noise, otherwise.
12880 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
12881 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
12882 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
12884 2010-02-04 David Burger <dburger@google.com> (tiny change)
12886 * macros.el (apply-macro-to-region-lines):
12887 Minor simplification. (Bug#5485)
12889 2010-02-04 Glenn Morris <rgm@gnu.org>
12891 * mail/rmail.el (rmail-show-message-1): Handle malformed
12892 quoted-printable text. (Bug#5441)
12894 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
12896 * simple.el (visual-line-mode): Capitalize lighter.
12898 2010-02-03 John Wiegley <jwiegley@gmail.com>
12900 * iswitchb.el (iswitchb-completions): Add bookmark files to the
12901 list of files considered for "virtual buffer" completions.
12903 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
12905 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
12906 also in case of (and (not full) (not wildcard)). This is needed
12907 when dired is called with a list of files, which are not in
12908 `default-directory'. (Bug#5478)
12910 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
12912 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
12914 2010-02-02 Juri Linkov <juri@jurta.org>
12916 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
12917 from unidiff to allow function-line after @@.
12919 2010-02-02 Juri Linkov <juri@jurta.org>
12921 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
12922 '(RCS SCCS) with inverted condition.
12924 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
12926 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
12929 2010-02-01 Juri Linkov <juri@jurta.org>
12931 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
12932 compare with "pkunzip" and "pkzip" instead of only "pkzip".
12933 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
12934 only when (car archive-zip-extract) is "unzip". (Bug#5475)
12936 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
12938 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
12939 (doc-view-revert-buffer): New command.
12940 (doc-view-mode-map): Use it.
12942 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
12944 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
12945 pending merge is detected.
12947 2010-01-31 Juri Linkov <juri@jurta.org>
12949 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
12950 beginning of interactive spec like all other grep commands do.
12951 Put "all" in front of "gz". (Bug#5260)
12953 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
12955 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
12957 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
12959 * dirtrack.el (dirtrack): Warn instead of signalling error if the
12960 regexp is incorrect (Bug#5476).
12962 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
12964 * net/tramp.el (tramp-handle-insert-directory): Handle also
12965 symlinks, when FILENAME is not in `default-directory'.
12967 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
12969 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
12970 FILE is not in `default-directory'. (Bug#5478)
12972 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
12973 of SWITCHES. Handle the case, FILENAME is not in
12974 `default-directory'. (Bug#5478)
12975 (tramp-register-file-name-handlers): Add safe-magic property.
12977 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
12979 * arc-mode.el (archive-zip-extract): Quote the argument passed to
12982 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
12984 * progmodes/flymake.el (flymake-allowed-file-name-masks)
12985 (flymake-master-make-header-init): Add other C++ filename masks.
12986 (flymake-find-possible-master-files)
12987 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
12989 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
12991 Fix some busybox annoyances.
12993 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
12994 not responding." string.
12995 (tramp-open-connection-setup-interactive-shell): Dump stty
12996 settings. Enable "neveropen" arg for all `tramp-send-command'
12997 calls. Handle "=" in variable values properly.
12998 (tramp-find-inline-encoding): Raise an error, when no encoding is
13000 (tramp-wait-for-output): Check, whether PROC buffer is available.
13001 Remove spurious " ^H" sequences, sent by busybox.
13002 (tramp-get-ls-command): Suppress coloring, if possible.
13004 2010-01-28 Glenn Morris <rgm@gnu.org>
13006 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
13008 * log-edit.el (log-edit-strip-single-file-name): Add missing
13009 :safe, :group, and :version tags.
13011 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
13013 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
13014 buffers. (Bug#5477)
13016 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
13018 * files.el (delete-directory): Handle moving to trash without
13019 first doing recursion (Bug#5436).
13021 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
13023 * vc-hooks.el (vc-path): Mark as obsolete.
13025 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
13027 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
13030 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
13032 (vc-bzr-log-view-mode): Adjust regexp for the above change.
13034 2010-01-25 Mark A. Hershberger <mah@everybody.org>
13036 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
13038 * vc-bzr.el (vc-bzr-revision-table): New function.
13040 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
13042 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
13043 diff-index command. This requires at least git-1.5.5. (Bug#1589).
13045 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13047 Remove support for adding --signoff on commit.
13048 Future support will use an incompatible generic mechanism.
13049 * vc-git.el (vc-git-add-signoff): Remove variable.
13050 (vc-git-toggle-signoff): Remove function.
13051 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
13053 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13054 Rename from xterm-set-background-mode. Return t if the background mode
13056 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
13057 earlier, call it again in case the background mode has changed.
13059 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
13061 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
13064 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
13066 * emacs-lisp/assoc.el (aelement): Doc fix.
13067 (aput, adelete, amake): Use lexical-let (Bug#5450).
13069 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
13071 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
13072 is the same as subprogram call, not declaration. (Bug#5435).
13074 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
13076 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
13077 (tramp-smb-maybe-open-connection): Use it.
13079 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
13081 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
13083 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13085 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
13086 just because we see "encoding: 8bit".
13087 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
13089 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
13091 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
13093 2010-01-22 Eli Zaretskii <eliz@gnu.org>
13095 * jka-compr.el (jka-compr-load): If load-file is not in
13096 load-history, try its file-truename version. (bug#5447)
13098 2010-01-21 Alan Mackenzie <acm@muc.de>
13100 Fix a situation where deletion of a cpp construct throws an error.
13101 * progmodes/cc-engine.el (c-invalidate-state-cache):
13102 Before invoking c-with-all-but-one-cpps-commented-out, check that the
13103 special cpp construct is still in the buffer.
13104 (c-parse-state): Record the special cpp with markers, not numbers.
13106 2010-01-21 Kenichi Handa <handa@m17n.org>
13108 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
13109 process last-command-event, as it is now decoded first (Bug#5380).
13111 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
13113 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
13115 2010-01-20 Glenn Morris <rgm@gnu.org>
13117 * indent.el (tab-always-indent): Fix custom-type.
13119 2010-01-19 Alan Mackenzie <acm@muc.de>
13121 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
13122 buffer throws "args out of range".
13123 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
13124 playing the role of delimiter.
13126 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
13128 * progmodes/ada-mode.el: Fix bug#5400.
13129 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
13130 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
13131 changed. Delete RECURSIVE parameter; never used. Improve doc string.
13132 Improve comments in "is" portion. Handle null procedure declaration.
13133 (ada-move-to-end): Improve doc string.
13135 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
13137 * ido.el (ido-cur-list): Initialize to nil.
13138 Remove obsolete information from commentary.
13139 (ido-choice-list): Initialize to nil.
13140 (ido-get-bufname): Reject minibuffers.
13141 (ido-make-buffer-list): If "default" is a nonexistent
13142 buffer, ignore it, as per the function's comment.
13143 (ido-kill-buffer-internal): New function.
13144 (ido-kill-buffer-at-head): Use it.
13145 (ido-visit-buffer): Likewise.
13147 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
13149 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
13151 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
13153 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
13154 Fix typos in chart titles.
13156 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
13157 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
13158 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
13159 (describe-class, eieio-describe-generic, describe-generic):
13160 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
13161 (eieio-speedbar-expand):
13162 * emulation/viper-cmd.el (viper-exec-form-in-vi)
13163 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
13164 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
13165 (viper-del-backward-char-in-replace, viper-backward-indent)
13166 (viper-brac-function, viper-register-to-point, viper-submit-report):
13167 * net/tramp.el (tramp-remote-coding-commands):
13168 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
13169 Fix typos in docstrings.
13171 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
13173 * mail/sendmail.el (mail-yank-original): Set the mark if the
13174 specified function for yanking does not do it.
13176 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
13178 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
13180 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
13181 resyncing a directory.
13183 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
13185 * progmodes/ada-mode.el: Fix bug#1920.
13186 (ada-ident-re): Delete ., allow multibyte characters.
13187 (ada-goto-label-re): New; matches goto labels.
13188 (ada-block-label-re): New; matches block labels.
13189 (ada-label-re): New; matches both.
13190 (ada-named-block-re): Delete; callers changed to use
13191 `ada-block-label-re' instead.
13192 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
13193 Use `ada-block-label-re'.
13194 (ada-indent-on-previous-lines): Improve handling of goto labels.
13195 (ada-get-indent-block-start): Special-case block label.
13196 (ada-get-indent-label): Split into `ada-indent-block-label' and
13197 `ada-indent-goto-label'.
13198 (ada-goto-stmt-start, ada-goto-next-non-ws):
13199 Optionally ignore goto labels.
13200 (ada-goto-next-word): Simplify.
13201 (ada-indent-newline-indent-conditional): Insert newline before
13202 trying to fix indentation; doc fix.
13204 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
13206 * calc/calc.el (calc-command-flags): Give it an initial value.
13208 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
13210 * files.el (minibuffer-with-setup-hook):
13211 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
13212 (artist-key-draw-continously, artist-key-do-continously-continously)
13213 (artist-key-set-point-continously, artist-mouse-draw-continously):
13214 Fix typos in docstrings.
13216 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
13218 * nxml/nxml-mode.el (nxml-extend-after-change-region):
13219 Never return t (Bug#3898).
13221 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
13223 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
13224 can parse the output of the external commands (Bug#5279).
13226 2010-01-16 Jari Aalto <jari.aalto@cante.net>
13228 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
13230 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
13232 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
13234 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
13236 * startup.el (command-line): Remove unused --icon-type arg.
13237 Handle --display arg, passing it to command-line-1 (Bug#5392).
13239 2010-01-16 Mario Lang <mlang@delysid.org>
13241 * emacs-lisp/chart.el (chart-translate-namezone):
13242 * textmodes/artist.el (artist-compute-popup-menu-table):
13243 Remove duplicated words in doc-strings.
13245 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
13247 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
13248 to mairix-search to suppress threading (Bug#5342).
13250 2010-01-15 Kenichi Handa <handa@m17n.org>
13252 * international/mule-cmds.el (canonicalize-coding-system-name):
13253 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
13255 2010-01-15 Glenn Morris <rgm@gnu.org>
13257 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
13259 * wid-edit.el (widget-keymap): Doc fix.
13261 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
13262 former seems to be more widely accepted by various svn versions.
13264 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
13266 * find-cmd.el (find-constituents):
13267 * vc-arch.el (vc-arch-root):
13268 * window.el (window-body-height, pop-up-frames):
13269 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
13270 * progmodes/ada-stmt.el (ada-if):
13271 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
13272 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
13273 (ispell-encoding8-command, ispell-aspell-supports-utf8)
13274 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
13276 * progmodes/flymake.el (flymake-post-syntax-check):
13277 Fix typo in error message.
13279 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
13281 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
13282 which is always a string. (Bug#5313)
13284 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
13286 * progmodes/ada-xref.el (ada-default-prj-properties):
13287 Simplify previous change.
13289 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13291 * progmodes/ada-xref.el (ada-default-prj-properties):
13292 Default ada_project_path to $ADA_PROJECT_PATH.
13294 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13296 * progmodes/ada-mode.el (ada-create-keymap):
13297 Override `narrow-to-defun' with `ada-narrow-to-defun'.
13299 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13301 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
13302 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
13303 (ada-get-current-indent, ada-imenu-generic-expression)
13304 (ada-which-function): Check for it.
13306 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13308 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
13309 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
13311 2010-01-14 Glenn Morris <rgm@gnu.org>
13313 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
13315 2010-01-14 Kenichi Handa <handa@m17n.org>
13317 * composite.el (auto-composition-mode): Make it a buffer local
13318 variable (permanent-local).
13319 (auto-composition-function): Set the default value to
13320 auto-compose-chars.
13321 (auto-composition-mode): Make it a simple function, not a minor mode.
13322 (global-auto-composition-mode): Likewise.
13323 (turn-on-auto-composition-if-enabled): Delete it.
13325 2010-01-13 Karl Fogel <kfogel@red-bean.com>
13327 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
13329 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
13331 * files.el (copy-directory): Compute target for recursive
13332 directories with identical names. (Bug#5343)
13334 2010-01-12 Glenn Morris <rgm@gnu.org>
13336 * mail/emacsbug.el (report-emacs-bug-pretest-address):
13337 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
13339 2010-01-11 Sam Steingold <sds@gnu.org>
13341 * imenu.el (imenu-default-create-index-function): Detect infinite
13342 loops caused by imenu-prev-index-position-function.
13344 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
13346 * htmlfontify.el (htmlfontify-load-rgb-file)
13347 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
13348 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
13349 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
13350 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
13351 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
13352 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
13353 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
13354 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
13355 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
13356 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
13357 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
13358 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
13359 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
13360 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
13361 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
13362 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
13363 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
13364 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
13365 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
13366 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
13367 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
13368 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
13369 backslash-quoting from parentheses, etc.
13371 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
13373 * progmodes/js.el: Autoload javascript-mode alias.
13375 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
13377 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
13378 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
13379 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
13380 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
13381 Fix typos in docstrings.
13382 (ffap-url-regexp): Doc fix.
13383 (ffap-at-mouse): Fix typo in message.
13385 2010-01-11 Glenn Morris <rgm@gnu.org>
13387 * version.el (emacs-copyright): Set copyright year to 2010.
13389 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
13391 * format.el (format-annotate-function): Only set
13392 write-region-post-annotation-function after running to-fn so as not to
13393 affect nested write-region calls (bug#5273).
13395 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
13397 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
13400 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
13402 * man.el (Man-goto-section): Signal error if the section is not
13405 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
13407 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
13408 URLs with a leading triple slash in the file: scheme. (Bug#5345)
13410 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
13412 * progmodes/compile.el: Don't treat compile-command as safe if
13413 compilation-read-command might be nil (Bug#4218).
13415 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
13417 * startup.el (command-line-1): Use orig-argi to check for ignored X and
13420 2010-01-08 Kenichi Handa <handa@m17n.org>
13422 * international/fontset.el (build-default-fontset-data):
13423 Exclude characters in scripts kana, hangul, han, or cjk-misc.
13425 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
13427 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
13428 to `create-file-buffer' as it expects, not just a buffer name.
13429 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
13430 to help uniquify. (Bug#3224)
13432 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
13434 * font-setting.el (font-setting-change-default-font): Use user-spec
13437 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
13439 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
13441 2010-01-05 Tom Tromey <tromey@redhat.com>
13443 * progmodes/python.el (python-font-lock-keywords):
13444 Handle qualified decorators (Bug#881).
13446 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13448 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
13449 in a lightweight checkout.
13451 2010-01-05 Kenichi Handa <handa@m17n.org>
13453 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
13455 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13457 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
13459 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
13461 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
13462 checkouts. (Bug#618)
13463 (vc-bzr-log-view-mode): Also highlight the author.
13464 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
13465 (vc-bzr-shelve-menu-map):
13466 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
13467 (vc-bzr-shelve-apply): Make prompt more explicit.
13469 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
13471 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
13472 They are valid characters in URL paths (rfc3986), and at least
13473 Firefox does not understand the encoded version (Bug#3166).
13475 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
13477 * progmodes/octave-mod.el (octave-end-keywords)
13478 (octave-block-begin-or-end-regexp, octave-block-match-alist):
13479 Add "end" keyword (Bug#3061).
13480 (octave-end-as-array-index-p): New function.
13481 (calculate-octave-indent): Use it.
13483 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13485 * bookmark.el: Consistently put the text property on the bookmark name.
13486 (bookmark-bmenu-marks-width): Bump back to 2, to include
13488 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
13489 property on the bookmark name, instead of not putting it at all.
13490 (bookmark-bmenu-list): Fix where we put the text property.
13492 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13494 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
13495 for showing buffer modified state (as added in the previous change).
13497 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13499 * bookmark.el: Show modified state of bookmark buffer more accurately.
13500 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
13501 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
13502 (with-buffer-modified-unmodified): New macro.
13503 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
13504 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
13505 Use new macro to preserve the buffer modified state.
13507 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13509 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
13510 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
13511 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
13512 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
13513 (bookmark-bmenu-rename, bookmark-bmenu-locate)
13514 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
13515 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
13517 2010-01-02 Eli Zaretskii <eliz@gnu.org>
13519 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13520 Make the lines in the generated doc string shorter. (Bug#4668)
13522 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
13524 * net/rcirc.el: Add follow-link binding (Bug#4738).
13526 2010-01-02 Eli Zaretskii <eliz@gnu.org>
13528 * Makefile.in (bzr-update): Rename from cvs-update.
13529 (cvs-update): New target for backward compatibility.
13531 * makefile.w32-in (bzr-update): Rename from cvs-update.
13532 (cvs-update): New target for backward compatibility.
13534 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13536 * bookmark.el: Remove gratuitous gratitude.
13538 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13540 * bookmark.el (bookmark-bmenu-any-marks): New function.
13541 (bookmark-bmenu-save): Clear buffer modification if no marks.
13543 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13545 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
13546 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
13547 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
13548 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
13550 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
13551 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
13552 To: emacs-devel {_AT_} gnu.org
13553 Subject: bookmark.el bug report
13554 Date: Mon, 28 Dec 2009 14:19:16 +0800
13555 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
13557 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13559 * bookmark.el: Improvements suggested by Drew Adams:
13560 (bookmark-bmenu-ensure-position): New name for
13561 `bookmark-bmenu-check-position'. Just ensure the position,
13562 don't return any meaningful value.
13563 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
13566 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
13568 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
13569 (bookmark-yank-point, bookmark-bmenu-check-position):
13570 Fix typos in docstrings.
13571 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
13572 (bookmark-name-from-full-record, bookmark-get-position)
13573 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
13574 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
13575 Remove useless quoting of parenthesis, etc. in docstrings.
13577 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
13578 (ediff-append-custom-diff): Fix typo in error message.
13579 (ediff-meta-mark-equal-files): Fix typos in messages.
13581 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
13583 * net/imap-hash.el (imap-hash-make): Doc fix.
13584 (imap-hash-test): Fix typo in error message; reflow docstring.
13585 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
13586 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
13587 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
13588 Fix typos in docstrings.
13589 (imap-hash-open-connection): Fix typo in error message.
13591 * play/gomoku.el (gomoku): Fix typos in docstring.
13593 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
13594 (gdb-jsonify-buffer): Fix typos in docstring.
13595 (gdb-goto-breakpoint): Fix typo in error message.
13596 ("Display Other Windows"): Fix typo in help message.
13597 (gdb-speedbar-expand-node): Fix typo in question.
13599 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
13600 (idlwave-html-system-help-location, idlwave-html-help-location)
13601 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
13602 (idlwave-help-browser-generic-args, idlwave-help-directory)
13603 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
13604 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
13605 (idlwave-online-help, idlwave-help-html-link)
13606 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
13607 Fix typos in docstrings.
13608 (idlwave-help-with-source, idlwave-help-find-routine-definition):
13610 (idlwave-help-assistant-start): Fix typo in error message.
13612 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
13613 (octave-electric-space): Fix typos in docstrings.
13615 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
13617 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
13619 2010-01-01 Juri Linkov <juri@jurta.org>
13621 * comint.el (comint-input-ring-size): Make it a defcustom and
13622 increase the default to 500 (Bug#5148).
13624 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
13626 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
13627 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
13628 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
13630 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
13632 Show working revision correctly for mercurial.
13633 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
13634 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
13636 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
13638 Declare some functions for the byte-compiler.
13639 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
13640 (speedbar-timer-fn, speedbar-change-expand-button-char)
13641 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
13643 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
13645 This changeset reverts GDB Graphical Interface to use annotations.
13646 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
13648 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
13650 Make vc-dir work on subdirectories of the bzr root.
13651 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
13652 Return file names relative to it.
13653 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
13654 relative directory to vc-bzr-after-dir-status.
13656 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
13658 * font-lock.el (font-lock-refresh-defaults): New function, which
13659 can be used to let font-lock react to external changes in
13660 variables like font-lock-defaults and keywords.
13661 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
13663 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
13665 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
13667 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
13669 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
13671 Supersede color.diff settings in git log (bug#5211).
13673 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
13674 escape chars in its output when the user has color.diff set to `always'.
13675 This fix works on git 1.4.2 and newer (released on 2006-08-13).
13677 2009-12-26 Kevin Ryde <user42@zip.com.au>
13679 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
13680 node. Keep previous "Index" name to work with past coreutils too.
13682 * man.el (man): Revise docstring a bit to show -a and -l as
13683 examples. Add -k description since support for it has otherwise
13684 been a secret. (Further to bug#3717.)
13685 (Man-bgproc-sentinel): When "-k foo" produces no output show error
13686 "no matches" rather than "Can't find manpage", as the latter reads
13687 like -k was interpreted as a page name, which is not so. (Bug#5431)
13689 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
13691 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
13692 switches. Check also for //SUBDIRED// line.
13694 2009-12-25 Kenichi Handa <handa@m17n.org>
13696 * language/indian.el (devanagari-composable-pattern): Fix to
13697 handle ZWNJ and ZWJ. Use it in composition-function-table for
13699 (malayalam-composable-pattern): Fix previous change.
13701 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13703 * ps-print.el (ps-face-attributes): It was not returning the
13704 attribute face for faces specified as string. Reported by harven
13705 <harven@free.fr>. (Bug#5254)
13706 (ps-print-version): New version 7.3.5.
13708 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
13710 * calendar/icalendar.el (icalendar--convert-tz-offset):
13711 Fix timezone names.
13712 (icalendar--convert-tz-offset): Fix the "last-day-problem".
13713 (icalendar--add-diary-entry): Remove the trailing blank that
13714 diary-make-entry inserts.
13716 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
13718 Make `file-expand-wildcards' work for remote files.
13720 * files.el (file-expand-wildcards): In case of remote files, check
13721 only local file name part for wildcards. Provide feature 'files
13722 and subfeature 'remote-wildcards. (Bug#5198)
13724 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
13725 if there is already an established connection.
13726 (tramp-advice-file-expand-wildcards): Remove it.
13728 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
13729 (tramp-advice-file-expand-wildcards): Move from tramp.el.
13730 Activate advice for older GNU Emacs versions. (Bug#5237)
13732 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
13734 Some doc fixes (more needed).
13736 * find-cmd.el (find-constituents): Reflow docstring.
13737 (find-cmd, find-prune, find-command): Fix typos in docstrings.
13738 (find-generic): Doc fix.
13740 2009-12-17 Juri Linkov <juri@jurta.org>
13742 Fix regression from 23.1 to allow multiple modes in Local Variables.
13744 * files.el (hack-local-variables-filter): While ignoring duplicates,
13745 don't take `mode' into account.
13746 (hack-local-variables-filter, hack-dir-local-variables):
13747 Don't remove duplicate `mode' from local-variables-alist (like `eval').
13749 2009-12-17 Juri Linkov <juri@jurta.org>
13751 Make `dired-diff' safer. (Bug#5225)
13753 * dired-aux.el (dired-diff): Signal an error when `file' equals to
13754 `current' or when `file' is a directory of the `current' file.
13756 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
13758 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
13759 unconditionally preloaded files.
13761 2009-12-16 Juri Linkov <juri@jurta.org>
13763 Revert to old 23.1 logic of using the file at the mark as default.
13764 * dired-aux.el (dired-diff): Use the file at the mark as default
13765 if it's not the same as the current file, and the target dir is
13766 the current dir or the mark is active. Add the current file
13767 as the arg of `dired-dwim-target-defaults'. Use the default file
13768 in the prompt. (Bug#5225)
13770 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
13772 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
13773 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
13774 (tramp-check-for-regexp): Check also, when an echoing shell stops
13775 to echo sent commands.
13777 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
13779 * Makefile.in: Revert last change (Bug#5191).
13781 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
13783 * vc-hg.el (vc-hg-print-log): Fix argument order.
13784 (vc-hg-working-revision): Make sure the command is executed in a
13785 known environment so that we can parse the output. (Bug#4417)
13787 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
13789 * progmodes/python.el (python-symbol-completions): Remove text
13790 properties from symbol string before calling python-send-receive.
13792 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
13794 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
13795 when there are values for both file and line. (Bug#5060)
13797 2009-12-14 Juri Linkov <juri@jurta.org>
13799 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
13800 whitespace after the file name of the first line of unified format,
13801 because git-diff doesn't output whitespace and file modification time
13802 after the file name.
13804 2009-12-14 David Kastrup <dak@gnu.org>
13806 * info.el (Info-hide-cookies-node): Before hiding a cookie,
13807 check if it already has the `display' property added by
13808 `Info-display-images-node', and not put the `invisible' property
13811 2009-12-13 Glenn Morris <rgm@gnu.org>
13813 * mail/emacsbug.el (message-sort-headers): Define for compiler.
13814 (report-emacs-bug): In message-mode, sort manually before storing
13815 original report text. (Bug#5178)
13816 Remove superfluous save-excursion.
13818 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
13820 * net/dbus.el (dbus-property-handler): Filter lambda forms out
13821 when responding to "GetAll" properties.
13823 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
13825 * simple.el (compose-mail): Remove mail-setup-with-from from
13826 customization checks.
13828 2009-12-12 Eli Zaretskii <eliz@gnu.org>
13830 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
13831 RAR archives created on Unix systems.
13833 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
13835 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
13836 the varalias that was accidentally removed by the 2009-11-19 change
13839 2009-12-12 Kenichi Handa <handa@m17n.org>
13841 * language/indian.el (indian-compose-regexp): New function.
13842 (malayalam-composable-pattern): Fix the pattern.
13843 (composition-function-table): Set malayalam-composable-pattern for
13844 Malayalam characters.
13846 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
13848 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
13849 rather than down-mouse-1, based on follow-link conventions.
13851 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
13854 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
13856 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
13857 (verilog-vmm-statement-re, verilog-ovm-statement-re)
13858 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
13859 (verilog-leap-to-head, verilog-backward-token):
13860 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
13862 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
13864 * progmodes/verilog-mode.el (verilog-auto-lineup)
13865 (verilog-nameable-item-re): Cleanup user-visible spelling and
13866 documentation errors. One reported by Gary Delp.
13867 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
13868 (verilog-read-decls): Fix AUTOWIRE with types declared in a
13869 package, bug195. Reported by Pierre-David Pfister.
13871 2009-12-11 Glenn Morris <rgm@gnu.org>
13873 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
13875 * mail/emacsbug.el: No longer require sendmail.
13876 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
13877 (report-emacs-bug-orig-text): Doc fix.
13878 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
13879 New local variables, to adapt to different mail-user-agents.
13880 (report-emacs-bug): Fix test for a gnu.org address.
13881 Use overlays for emphasis, since font-lock defeats 'face property.
13882 Pretest bugs also end up at the newsgroup these days.
13883 Stop message-mode stripping text properties.
13884 Set and use the new buffer-local variables.
13885 (report-emacs-bug-hook): Add doc-string.
13886 Remove some unnecessary save-excursions and simplify.
13887 Use the appropriate hook and send-command.
13889 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
13890 capitalization of some menu entries.
13892 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13894 * whitespace.el (whitespace-display-char-on):
13895 Ensure `buffer-display-table' is unique when two or more windows are
13896 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
13899 2009-12-10 Eli Zaretskii <eliz@gnu.org>
13901 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
13902 characters in the Attribute field.
13904 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
13906 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
13908 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
13910 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
13911 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
13912 Disregard autoload-excludes.
13913 (update-directory-autoloads): Obey autoload-excludes here instead.
13914 But don't store its contents in no-autoloads and remove entries that
13915 refer to excludes files.
13917 2009-12-10 Glenn Morris <rgm@gnu.org>
13919 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
13920 (expand-mail-aliases): Define for compiler.
13922 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
13923 Define for compiler.
13925 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
13926 appropriate for the mail-user-agent in use.
13928 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
13930 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
13932 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
13934 Fix short log parsing and fontification.
13935 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
13936 Fix fontification for the [merge] label.
13938 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
13940 Drop some properties to avoid surprises (bug#5002).
13941 * htmlfontify.el (hfy-ignored-properties): New defcustom.
13942 (hfy-fontify-buffer): Use it.
13944 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
13947 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
13948 Adjust all callers.
13949 (ffap-locate-file): Remove unused arg `dir-ok' and make other
13950 args compulsory. Adjust callers.
13951 (ffap-gopher-at-point): Remove unused var `name'.
13953 Get rid of the ELCFILES abomination.
13954 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
13955 (compile-elcfiles): New phony target.
13956 (compile-main): Compute ELCFILES dynamically.
13957 (compile-clean): New target to remove left-over elc files.
13958 (compile, all): Use it.
13960 2009-12-09 Kenichi Handa <handa@etlken>
13962 * international/mule-diag.el: Require help-mode instead of help-fns.
13964 2009-12-09 Kenichi Handa <handa@m17n.org>
13966 * international/mule-cmds.el (ucs-names): Supply sufficiently
13967 fine ranges instead of pre-calculating accurate ranges.
13968 Iterate with bigger gc-cons-threshold.
13970 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
13972 Add support for stashing a snapshot of the current tree.
13973 * vc-git.el (vc-git-stash-snapshot): New function.
13974 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
13976 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
13978 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
13979 instead of `(beginning|end)-of-line'.
13981 2009-12-08 Glenn Morris <rgm@gnu.org>
13983 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
13985 * Makefile.in (ELCFILES): Regenerate.
13987 2009-12-07 Juri Linkov <juri@jurta.org>
13989 Don't lazy-highlight the comint output in history Isearch mode.
13991 * comint.el (comint-history-isearch-search): Instead of
13992 `comint-line-beginning-position', use `comint-after-pmark-p'
13993 to check if point if before the process mark, and go to
13994 `process-mark' in this case.
13996 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
13998 * textmodes/tex-mode.el (latex-complete)
13999 (latex-indent-or-complete): Remove.
14000 (latex-mode): Set completion-at-point-functions instead.
14002 Provide a standard completion command and hook it into TAB.
14003 * minibuffer.el (completion-at-point-functions): New var.
14004 (completion-at-point): New command.
14005 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
14006 * progmodes/python.el (python-mode-map): Use completion-at-point.
14007 (python-completion-at-point): Rename from python-partial-symbol and
14008 adjust for use in completion-at-point-functions.
14009 (python-mode): Setup completion-at-point for Python completion.
14010 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
14011 extracted from lisp-complete-symbol.
14012 (lisp-complete-symbol): Use it.
14013 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
14014 setup completion-at-point for Elisp completion.
14015 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14016 Use completion-at-point.
14017 * ielm.el (ielm-map): Use completion-at-point.
14018 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
14019 * progmodes/sym-comp.el: Move to...
14020 * obsolete/sym-comp.el: Move from progmodes.
14022 2009-12-07 Eli Zaretskii <eliz@gnu.org>
14024 Prevent save-buffer in Rmail buffers from using the coding-system
14025 of the current message, and from clobbering the encoding mnemonics
14026 in the mode line (Bug#4623).
14028 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
14030 (rmail-message-encoding): New variable.
14031 (rmail-write-region-annotate): Record the encoding of the current
14032 message in rmail-message-encoding.
14033 (rmail-after-save-hook): New function, restores the encoding of
14034 the current message after the message collection is saved.
14036 2009-12-07 Juri Linkov <juri@jurta.org>
14038 * progmodes/grep.el (grep-read-files): Use `completing-read'
14039 instead of `read-string'. Set its `collection' arg to
14040 `read-file-name-internal'. (Bug#4301)
14042 2009-12-07 Juri Linkov <juri@jurta.org>
14044 Correctly restore original Isearch point. (Bug#4994)
14046 * isearch.el (isearch-mode): Move `isearch-push-state' after
14047 `(run-hooks 'isearch-mode-hook)'.
14048 (isearch-cancel): When `isearch-push-state-function' is defined,
14049 let-bind `isearch-cmds' to the first state (the last element of
14050 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
14051 function and restores the original point). Otherwise, move point
14052 to `isearch-opoint'.
14054 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14056 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
14057 chars that don't have names, so the table can be built much faster at
14060 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
14062 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
14063 change. Suggested by David Kastrup.
14065 * simple.el (compose-mail): Check for incompatibilities and warn.
14066 (compose-mail-user-agent-warnings): New option.
14068 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14070 Support showing a single log entry from vc-annotate.
14071 * vc.el (print-log): Add a new argument: START-REVISION.
14072 (vc-print-log-internal): Add a new optional argument and
14073 pass it to the backend.
14074 (vc-print-log, vc-print-root-log): Adjust callers.
14075 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
14076 buffer already displays the requested log entry, use it.
14077 Otherwise display only the log entry in question.
14078 * vc-svn.el (vc-svn-print-log):
14079 * vc-mtn.el (vc-mtn-print-log):
14080 * vc-hg.el (vc-hg-state):
14081 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
14082 (vc-git-show-log-entry): Return t on success.
14083 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
14084 (vc-bzr-show-log-entry): Return t on success.
14085 * vc-rcs.el (vc-rcs-print-log):
14086 * vc-sccs.el (vc-sccs-print-log):
14087 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
14089 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14091 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
14092 Add menus to the meta mode. (Bug#5043)
14094 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
14096 * ediff-init.el (ediff-event-key): Use event-to-character instead of
14099 * ediff.el (ediff-buffers-internal): Add unwind-protect.
14101 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
14103 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
14104 Berbain <raphael.berbain@gmail.com>.
14106 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
14108 (tramp-initial-end-of-output): New defconst.
14109 (tramp-methods, tramp-find-shell)
14110 (tramp-open-connection-setup-interactive-shell)
14111 (tramp-maybe-open-connection): Use it.
14112 (tramp-shell-prompt-pattern, tramp-wait-for-output):
14113 Handle existence of `#' and `$'.
14115 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
14116 Use `tramp-initial-end-of-output'.
14118 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14120 Get the background mode from the terminal for xterm, and set
14122 * term/xterm.el (xterm-set-background-mode): New function.
14123 (terminal-init-xterm): Use it in case xterm supports background
14124 color queries. Recompute faces after getting the background
14127 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
14129 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
14130 number comment back on its own line, for easier parsing.
14132 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14134 Make it work for non-file buffers (bug#5102).
14135 * doc-view.el (doc-view-current-cache-dir):
14136 Use doc-view-buffer-file-name rather than buffer-file-name.
14137 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
14139 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
14141 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
14142 author field is too short.
14144 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
14146 * vc-git.el (vc-git-print-log): Handle a limit argument.
14147 Display the short log in graph form and with labels.
14148 (vc-git-log-view-mode): Handle labels.
14150 Make vc-revert change VC state from 'added to 'unregistered.
14151 * vc-git.el (vc-git-revert): Call git reset first.
14153 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
14155 * net/newst-backend.el, net/newst-plainview.el:
14156 * net/newst-reader.el, net/newst-ticker.el:
14157 * net/newst-treeview.el, net/newsticker.el:
14158 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
14160 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
14162 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
14164 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
14165 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
14166 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14167 Update annotation regexp.
14169 * simple.el (beginning-of-visual-line): Constrain to field
14170 boundaries (Bug#5106).
14172 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
14174 * xml.el (xml-substitute-numeric-entities):
14175 Move newsticker--decode-numeric-entities in newst-backend.el to
14176 xml-substitute-numeric-entities in xml.el. (Bug#5008)
14177 * net/newst-backend.el (newsticker--parse-generic-feed)
14178 (newsticker--parse-generic-items)
14179 (newsticker--decode-numeric-entities):
14180 Move newsticker--decode-numeric-entities in newst-backend.el to
14181 xml-substitute-numeric-entities in xml.el. (Bug#5008)
14183 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
14185 * progmodes/js.el (js--js-not): Add null to the list of values.
14187 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
14189 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
14191 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14193 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
14194 delimiter if it is at the end of the current line.
14195 (bibtex-generate-url-list): Fix docstring.
14197 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14199 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
14200 minibuffer's content with itself.
14201 Fold the confirm-after-completion case into the `confirm' case.
14202 (completion-pcm-word-delimiters): Add : and / to the delimiters.
14204 2009-12-06 Kevin Ryde <user42@zip.com.au>
14206 * ffap.el (ffap-rfc-path): Make this a defcustom since
14207 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
14209 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
14210 manuals, similar to existing setup for help-mode. (Bug#3913.)
14212 2009-12-05 Juri Linkov <juri@jurta.org>
14214 Save and restore dired buffer's point positions too. (Bug#4880)
14216 * dired.el (dired-save-positions): Return in the first element
14217 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
14219 (dired-restore-positions): First restore buffer's position.
14220 While restoring window's positions, check if window still displays
14221 the original buffer.
14223 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
14225 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
14228 * shell.el (shell): Require ansi-color (Bug#5113).
14230 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
14232 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
14234 2009-12-05 Alan Mackenzie <acm@muc.de>
14236 * progmodes/cc-mode.el (c-before-hack-hook)
14237 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
14238 `c-file-style' to work again. This reversion restores the current
14239 software to its state in Emacs 23.1. (Bug#4146)
14241 2009-12-05 Kevin Ryde <user42@zip.com.au>
14243 * textmodes/sgml-mode.el (sgml-lexical-context):
14244 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
14246 2009-12-05 Juri Linkov <juri@jurta.org>
14248 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
14249 for virtual nodes. (Bug#4147)
14250 (Info-find-node-2): Set `Info-current-node-virtual' to nil
14251 when moving from a virtual node.
14252 (Info-mode-menu): Add `Info-virtual-index' to the menu.
14253 (Info-mode): Add `Info-virtual-index' to the docstring.
14255 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14257 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
14258 track of the buffer position of the end of a BibTeX entry as this
14259 position may change during reformatting.
14260 (bibtex-format-entry): Remove whitespace before processing
14261 numerical fields so that we recognize the latter properly.
14262 (bibtex-reformat): Do not use push which changes the global value
14263 of bibtex-entry-format.
14264 (bibtex-field-braces-alist, bibtex-field-strings-alist)
14265 (bibtex-field-re-init): Replace only space characters by regexp
14267 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
14268 (bibtex-initialize): Also update bibtex-strings.
14269 (bibtex-kill-field): Preserve white space at end of entry.
14270 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
14271 Update bibtex-reference-keys.
14273 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
14275 * minibuffer.el (completion-pcm--merge-try): Also consider placing
14276 point after a star, if that's the only place where modifications can
14279 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
14281 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
14284 2009-12-04 Juri Linkov <juri@jurta.org>
14286 * proced.el (proced): Call `(proced-update t)' to update process
14287 information instead of only running proced-post-display-hook.
14288 (proced-send-signal): Add a leading space to the buffer name
14289 " *Marked Processes*" to make this buffer ephemeral.
14291 2009-12-04 Juri Linkov <juri@jurta.org>
14293 * dired.el (dired-auto-revert-buffer): New defcustom.
14294 (dired-internal-noselect): Use it.
14296 2009-12-04 Juri Linkov <juri@jurta.org>
14298 Change roles of modes and functions in image-mode.el (Bug#5062).
14300 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
14301 in `auto-mode-alist'.
14302 (image-mode-previous-major-mode): New variable.
14303 (image-minor-mode-map): Rename from `image-mode-text-map'.
14304 (image-mode): Move graceful error-handling code from
14305 `image-minor-mode' to here. On errors call `image-mode-as-text'.
14306 (image-minor-mode): Remove all image-handling code.
14307 Replace `image-mode-text-map' with `image-minor-mode-map'.
14308 Check for `image-type' in mode-line format string.
14309 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
14310 (image-mode-as-text): New function with most code from
14311 `image-mode-maybe'.
14312 (image-toggle-display-text): Move code that removes image
14313 properties from `image-toggle-display' to here.
14314 (image-toggle-display-image): New function with code that adds
14315 image properties copied from `image-toggle-display'.
14316 (image-toggle-display): Remove most code with leaving only code
14317 that toggles between `image-mode-as-text' and `image-mode'.
14319 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
14321 * net/newst-treeview.el
14322 (newsticker--treeview-list-highlight-start): Restored call to
14323 save-excursion: Selected item was stuck.
14324 (newsticker--treeview-list-select): New.
14325 (newsticker--treeview-item-show-text)
14326 (newsticker--treeview-item-show)
14327 (newsticker--treeview-item-update): Use new
14328 newsticker-treeview-item-mode.
14329 (newsticker-treeview-update): Keep current item.
14330 (newsticker-treeview-next-new-or-immortal-item): Doc change.
14331 (newsticker--treeview-first-feed): Doc change.
14332 (newsticker-treeview-list-menu)
14333 (newsticker-treeview-item-menu): Add menu entries.
14334 (newsticker-treeview-item-mode): New.
14336 * net/newst-backend.el (newsticker-customize): Delete other
14339 2009-12-04 Sam Steingold <sds@gnu.org>
14341 * log-view.el (log-view-mode-map): "q" calls quit-window,
14342 like in all the other non-self-insert buffers.
14344 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
14347 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
14348 key decoding rather than do it manually via last-input-event +
14350 (term-exec): Use delete-and-extract-region.
14351 (term-handle-ansi-terminal-messages): Remove unused var `end'.
14352 (term-process-pager): Remove unused var `i'.
14353 (term-dynamic-simple-complete): Make obsolete.
14354 (serial-update-config-menu): Remove unused vars `y' and `str'.
14355 (term-update-mode-line): Remove unused var `temp'.
14357 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14359 Limit the number of log entries displayed by default.
14360 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
14361 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
14362 using a prefix argument.
14364 2009-12-03 Glenn Morris <rgm@gnu.org>
14366 * progmodes/idlwave.el (class): Restore still useful declaration.
14368 2009-12-03 Alan Mackenzie <acm@muc.de>
14370 Enhance `c-parse-state' to run efficiently in "brace deserts".
14372 * progmodes/cc-mode.el (c-basic-common-init):
14373 Call c-state-cache-init.
14374 (c-neutralize-syntax-in-and-mark-CPP): Rename from
14375 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
14376 placing `category' properties value 'c-cpp-delimiter at its boundaries.
14378 * progmodes/cc-langs.el (c-before-font-lock-function):
14379 c-extend-and-neutralize-syntax-in-CPP has been renamed
14380 c-neutralize-syntax-in-and-mark-CPP.
14382 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
14383 with `category' properties now, not `syntax-table' ones.
14385 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
14386 enhanced (but slower) version of c-end-of-macro that won't land
14387 inside a literal or on another awkward character.
14388 (c-state-cache-too-far, c-state-cache-start)
14389 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
14390 (c-state-nonlit-pos-cache-limit, c-state-point-min)
14391 (c-state-point-min-lit-type, c-state-point-min-lit-start)
14392 (c-state-min-scan-pos, c-state-brace-pair-desert)
14393 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
14394 buffer local variables.
14395 (c-state-literal-at, c-state-lit-beg)
14396 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
14397 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
14398 (c-state-cache-top-paren, c-state-cache-after-top-paren)
14399 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
14400 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
14401 (c-renarrow-state-cache)
14402 (c-append-lower-brace-pair-to-state-cache)
14403 (c-state-push-any-brace-pair, c-append-to-state-cache)
14404 (c-remove-stale-state-cache)
14405 (c-remove-stale-state-cache-backwards, c-state-cache-init)
14406 (c-invalidate-state-cache-1, c-parse-state-1)
14407 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
14408 (c-parse-state): Enhance and refactor.
14409 (c-debug-parse-state): Amend to deal with all the new variables.
14411 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
14412 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
14413 modify to use category text properties rather than syntax-table ones.
14414 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
14415 to switch off/on the syntactic paren property of C++ template
14416 delimiters using the category property.
14417 (c-with-<->-as-parens-suppressed): Macro to invoke code with
14418 template delims suppressed.
14419 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
14420 New constant/macros which apply category properties to the start
14421 and end of preprocessor constructs.
14422 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
14423 "comment out" the syntactic value of characters in preprocessor
14425 (c-with-cpps-commented-out)
14426 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
14427 with characters in all or all but one preprocessor constructs
14430 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14432 * proced.el (proced-filter-alist): Use regexp-quote.
14434 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
14437 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
14438 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
14439 arguments. Expand `default-directory'.
14441 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
14442 the benefit of returning an expanded localname.
14443 (tramp-tramp-file-p): Handle the case NAME is not a string.
14445 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14447 Add support for bzr shelve/unshelve.
14448 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
14449 (vc-bzr-extra-menu-map): New variables.
14450 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
14451 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
14452 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
14453 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
14454 (vc-bzr-dir-extra-headers): Display shelves.
14456 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
14458 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14460 * textmodes/bibtex.el (bibtex-complete-internal):
14461 Use completion-in-region.
14462 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
14464 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14466 Support applying stashes. Improve UI.
14467 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
14468 (vc-git-stash-apply, vc-git-stash-pop)
14469 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
14470 (vc-git-stash-menu): New functions.
14471 (vc-git-stash-menu-map): New variable.
14472 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
14474 2009-12-03 Glenn Morris <rgm@gnu.org>
14476 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
14477 (vc-print-log-internal): Fix previous change.
14478 (vc-revert): Correct pluralization.
14480 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14482 * progmodes/make-mode.el (makefile-special-targets-list): No need for
14483 it to be an alist any more.
14484 (makefile-complete): Use completion-in-region.
14486 * progmodes/octave-mod.el (octave-complete-symbol):
14487 Use completion-in-region.
14490 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
14491 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
14492 (idlwave-complete-class): Don't quote lambda.
14493 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
14494 (idlwave-mode-map): Move initialization into declaration.
14495 (idlwave-action-and-binding): Use backquotes.
14496 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
14498 (idlwave-is-pointer-dereference): Remove unused var `pos'.
14499 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
14500 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
14501 `parts', and `all-parts'.
14502 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
14503 (idlwave-convert-xml-system-routine-info): Remove unused string
14505 (idlwave-display-user-catalog-widget): Use dolist.
14506 (idlwave-scanning-lib): Declare dynamically-scoped var.
14507 (idlwave-scan-library-catalogs): Remove unused var `flags'.
14508 (completion-highlight-first-word-only): Declare to silence bytecomp.
14509 (idlwave-popup-select): Tighten scope of `resp'.
14510 (idlwave-find-struct-tag): Remove unused var `beg'.
14511 (idlwave-after-load-rinfo-hook): Declare.
14512 (idlwave-sintern-class-info): Remove unused var `taglist'.
14513 (idlwave-find-class-definition): Remove unused var `list'.
14514 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
14515 (idlwave-what-module-find-class): Remove unused var `classes'.
14517 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
14519 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
14521 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14523 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
14524 buffers visited. Remove redundant current-buffer-saving.
14526 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14528 Use completion-in-buffer and remove uses of dynamic scoping.
14529 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
14530 (pascal-buffer-to-use, pascal-flag): Don't declare.
14531 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
14532 (pascal-get-completion-decl, pascal-keyword-completion):
14533 Add `pascal-str' argument, save-excursion,
14534 return the found completions, and don't filter with pascal-pred.
14535 (pascal-completion-cache): New var.
14536 (pascal-completion): Don't switch buffer any more (it was never
14537 necessary). Don't save-excursion any more (it's done by the called
14538 subroutines). Use a cache to avoid redundant computations.
14539 Use complete-with-action rather than pascal-completion-response and
14540 let it apply the predicate as well.
14541 (pascal-complete-word): Use completion-in-buffer when
14542 pascal-toggle-completions is nil.
14543 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
14545 (pascal-comp-defun): Don't change buffer any more.
14546 Use complete-with-action rather than pascal-completion-response and
14547 let it apply the predicate as well.
14548 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
14551 2009-12-02 Kenichi Handa <handa@m17n.org>
14553 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
14554 shape for all Indic scripts.
14556 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14558 Use completion-in-buffer.
14559 * wid-edit.el (widget-field-text-end): New function.
14560 (widget-field-value-get): Use it.
14561 (widget-string-complete, widget-file-complete)
14562 (widget-color-complete): Use it and completion-in-region.
14563 (widget-complete): Don't narrow the buffer.
14565 2009-12-02 Glenn Morris <rgm@gnu.org>
14567 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
14568 (rmail-select-summary): Use rmail-pop-to-buffer.
14569 * mail/rmailsum.el: Replace all pop-to-buffer calls with
14570 rmail-pop-to-buffer, to prevent horizontal splits.
14572 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
14573 save-excursion with save-current-buffer.
14574 Widen before searching. (Bug#5093)
14575 (diary-list-sexp-entries): Remove superfluous save-excursion.
14577 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
14579 * woman.el (woman-make-bufname): Handle man-pages with "." in the
14582 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
14584 * ido.el (ido-file-internal): Handle filenames at point that do
14585 not have a directory part. (Bug#5049)
14587 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
14589 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
14590 (mpc-songs-jump-to, mpc-resume): Doc fixes.
14592 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
14594 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
14595 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
14598 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
14600 * comint.el (comint-insert-input): Ignore clicks to the right of
14601 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
14603 * vc.el (vc-print-log-internal): Don't wait for the process to
14604 terminate before setting up the major mode.
14606 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
14609 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
14612 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
14614 2009-12-01 Glenn Morris <rgm@gnu.org>
14616 * window.el (window--display-buffer-2): Fix previous changes.
14618 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
14620 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
14622 2009-12-01 Glenn Morris <rgm@gnu.org>
14624 * Makefile.in (ELCFILES): Add mpc.elc.
14626 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
14628 * mpc.el: New file.
14630 2009-12-01 Glenn Morris <rgm@gnu.org>
14632 * window.el (window-to-use): Define for compiler.
14634 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
14635 consistent with others (no final period).
14637 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
14638 (rmail-mime-show): Downcase the encoding. (Bug#5070)
14640 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
14642 Make vc-print-log buttons work.
14643 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
14645 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
14647 * savehist.el (savehist-autosave-interval): Allow setting to nil
14648 through customize. (Bug#5056)
14650 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
14652 Fix references to jit-lock properties.
14653 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14654 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
14655 (perl-font-lock-special-syntactic-constructs):
14656 Quote jit-lock-defer-multiline property.
14658 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
14660 * vc-git.el (vc-git-registered): Call vc-git-root only once.
14662 2009-11-30 Juri Linkov <juri@jurta.org>
14664 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
14665 value `buffer' of `multi-isearch-next-buffer-current-function'.
14666 Use `(current-buffer)' when `buffer' is nil.
14667 (multi-isearch-next-buffer-from-list): Don't fallback to
14668 `(current-buffer)' when `buffer' is nil. (Bug#4947)
14670 2009-11-30 Juri Linkov <juri@jurta.org>
14672 * misearch.el (multi-isearch-read-buffers): Move canonicalization
14673 of buffers with `get-buffer' to `multi-isearch-buffers'.
14674 (multi-isearch-buffers, multi-isearch-buffers-regexp):
14675 Canonicalize BUFFERS with `get-buffer'. Doc fix.
14676 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
14677 FILES with `expand-file-name' converting relative file names
14678 to absolute. Doc fix. (Bug#4727)
14680 2009-11-30 Juri Linkov <juri@jurta.org>
14682 * misearch.el (multi-isearch-read-buffers)
14683 (multi-isearch-read-matching-buffers): New functions.
14684 (multi-isearch-buffers, multi-isearch-buffers-regexp):
14685 Use them in the `interactive' spec. Doc fix.
14686 (multi-isearch-read-files, multi-isearch-read-matching-files):
14688 (multi-isearch-files, multi-isearch-files-regexp):
14689 Use them in the `interactive' spec. Doc fix. (Bug#4725)
14691 2009-11-30 Juri Linkov <juri@jurta.org>
14693 * doc-view.el (doc-view-continuous):
14694 Rename from `doc-view-continuous-mode'.
14695 (doc-view-menu): Move "Toggle display" to the top.
14696 Add submenu "Continuous" with radio buttons "Off"/"On"
14697 and "Save as Default".
14698 (doc-view-scroll-up-or-next-page)
14699 (doc-view-scroll-down-or-previous-page)
14700 (doc-view-next-line-or-next-page)
14701 (doc-view-previous-line-or-previous-page):
14702 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
14704 2009-11-30 Juri Linkov <juri@jurta.org>
14706 * comint.el (comint-mode-map): Rebind `M-r' from
14707 `comint-previous-matching-input' to
14708 `comint-history-isearch-backward-regexp'.
14709 Unbind `M-s' to allow global key binding `M-s'.
14710 Add menu items for `comint-history-isearch-backward' and
14711 `comint-history-isearch-backward-regexp'. (Bug#3746)
14713 2009-11-30 Juri Linkov <juri@jurta.org>
14715 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
14716 For def=recenter, replace `recenter' with `recenter-top-bottom'
14717 that is called with `this-command' and `last-command' let-bound
14718 to `recenter-top-bottom'. When the last `def' was not `recenter',
14719 set `recenter-last-op' to nil. (Bug#4981)
14721 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
14723 Minor cleanup and simplification.
14724 * filecache.el (file-cache-add-directory)
14725 (file-cache-add-directory-recursively)
14726 (file-cache-add-from-file-cache-buffer)
14727 (file-cache-delete-file-regexp, file-cache-delete-directory)
14728 (file-cache-files-matching-internal, file-cache-display): Use dolist.
14729 (file-cache-temp-minibuffer-message): Delete function.
14730 (file-cache-minibuffer-complete): Use minibuffer-message instead.
14732 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
14733 Don't signal an error when bumping into EOB in tr, s, or y.
14735 2009-11-29 Juri Linkov <juri@jurta.org>
14737 * startup.el (fancy-about-text): Fix wording of Guided Tour.
14740 * descr-text.el (describe-char-unidata-list): Use lowercase name
14741 for "Unicode name" like in other tags.
14743 2009-11-29 Juri Linkov <juri@jurta.org>
14745 * ediff-util.el (ediff-minibuffer-with-setup-hook):
14746 New compatibility macro.
14747 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
14749 2009-11-29 Juri Linkov <juri@jurta.org>
14751 Add defcustom to define the cycling order of `recenter-top-bottom'.
14754 * window.el (recenter-last-op): Doc fix.
14755 (recenter-positions): New defcustom.
14756 (recenter-top-bottom): Rewrite to use `recenter-positions'.
14757 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
14759 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
14761 Improve integration of Tramp and ange-ftp in eshell.
14763 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
14764 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
14765 (eshell/sudo): Flatten args. Let-bind `default-directory'.
14767 * eshell/esh-util.el (top): Require also Tramp when compiling.
14768 (eshell-directory-files-and-attributes): Check for FTP remote
14770 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
14771 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
14772 (eshell-file-attributes): Handle ".". Return `entry'.
14774 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
14775 (ange-ftp-directory-files-and-attributes)
14776 (ange-ftp-real-directory-files-and-attributes): New defuns.
14778 * net/tramp.el (tramp-maybe-open-connection): Open the remote
14779 shell with "exec" when possible. This prevents trailing prompts
14780 in `start-file-process'.
14782 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
14784 Try and remove assumptions about point-min==1.
14785 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
14786 (rng-compute-mode-line-string): Show the validation percentage in
14787 terms of the narrowed text, not the widened text.
14788 (rng-do-some-validation): Don't catch internal errors when debugging.
14789 (rng-first-error): Simplify.
14790 (rng-after-change-function): Remove work around. AFAIK the bug has
14791 been fixed a while ago.
14793 * image-mode.el (image-minor-mode): Exit more gracefully when the image
14794 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
14796 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
14798 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
14799 `cd' doesn't always do it for us (bug#5067).
14801 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
14802 on 2009-10-25 as part of some other change (bug#5067).
14804 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
14806 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
14808 (byte-compile-warnings): Use byte-compile-warning-types.
14809 (byte-compile-save-excursion): Warn about use of set-buffer right
14810 after save-excursion.
14812 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
14813 the excursion as well.
14815 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
14817 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
14818 providing a Tramp related implementation of "su" and "sudo".
14819 (eshell-unix-initialize): Add "su" and "sudo".
14821 2009-11-27 Daiki Ueno <ueno@unixuser.org>
14823 * net/socks.el (socks-send-command): Convert binary request to
14824 unibyte before sending. This fixes mishandling of some port
14825 numbers such as 129.
14827 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
14829 * help.el (describe-bindings-internal): Remove `interactive'.
14831 * man.el (Man-completion-table): Trim a terminating "(".
14832 Remove the space between name page a section.
14833 Add the command's description on the `help-echo' property.
14834 Remove `process-connection-type' binding since it's unused by
14836 Provide completion for the "<section> <name>" format as well.
14837 (Man-default-man-entry): Remove spurious var shadowing the argument.
14839 2009-11-26 Kevin Ryde <user42@zip.com.au>
14841 * log-view.el: Add "Keywords: tools", since its other keywords
14842 aren't in finder-known-keywords, and following vc.el.
14844 * sha1.el (sha1-string-external): default-directory "/" in case
14845 otherwise non-existent. process-connection-type pipe for touch of
14846 efficiency recommended by elisp manual. (An aside in Bug#3911.)
14848 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
14850 Misc coding convention cleanups.
14851 * htmlfontify.el (hfy-init-kludge-hook): Rename from
14852 hfy-init-kludge-hooks.
14853 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
14854 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
14855 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
14857 (hfy-slant, hfy-weight): Use tables rather than code.
14858 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
14859 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
14860 (hfy-face-attr-for-class): Initialize `face-spec' directly.
14861 (hfy-face-to-css): Remove `nconc' with single arg.
14862 (hfy-p-to-face-lennart): Use `or'.
14863 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
14864 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
14865 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
14866 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
14867 (hfy-force-fontification): Use run-hooks.
14869 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
14871 Various minor fixes.
14872 * htmlfontify.el (hfy-default-header): Add toggle_invis since
14873 Javascript belongs in the header, not the body.
14874 (hfy-javascript): Remove.
14875 (hfy-fontify-buffer): Don't insert it any more.
14876 (hfy-face-at): Handle (face0 face1 face2) style face properties.
14877 Fix bug in invis handling when there were no invis props in a chunk.
14879 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
14881 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
14883 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
14885 * finder.el (finder-mode-map): Add a menu.
14887 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
14889 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
14890 "unsigned" structs.
14892 (verilog-leap-to-head, verilog-backward-token): Handle "disable
14893 fork" statement better.
14895 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
14897 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
14898 (verilog-delete-auto, verilog-delete-empty-auto-pair)
14899 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
14900 Reported by Clay Douglass.
14902 (verilog-auto-inst, verilog-auto-star-safe)
14903 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
14904 Fix removing "// Interfaces" when saving .* expansions.
14905 Reported by Pierre-David Pfister.
14907 2009-11-26 Glenn Morris <rgm@gnu.org>
14909 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
14912 2009-11-25 Johan Bockgård <bojohan@gnu.org>
14914 * vc-annotate.el (vc-annotate-revision-previous-to-line):
14915 Really use previous revision.
14917 2009-11-25 Kevin Ryde <user42@zip.com.au>
14919 * man.el (Man-completion-table): default-directory "/" in case
14920 doesn't otherwise exist. process-environment COLUMNS=999 so as
14921 not to truncate long names. process-connection-type pipe to avoid
14922 any chance of hitting the pseudo-tty TIOCGWINSZ.
14923 (man): completion-ignore-case t for friendliness and since man
14924 itself is case-insensitive on the command line.
14925 Further to Bug#3717.
14927 * arc-mode.el: Add "Keywords: files", so the details in its
14928 commentary can be reached from finder-by-keyword.
14929 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
14930 editing mode, but it's comms related and sgml-mode.el has "comm"
14932 * textmodes/bibtex-style.el: Add "Keywords: tex".
14933 * international/isearch-x.el, international/ja-dic-cnv.el:
14934 * international/ja-dic-utl.el, international/kkc.el:
14935 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
14937 2009-11-25 Juri Linkov <juri@jurta.org>
14939 * man.el (Man-completion-table): Modify regexp to include
14940 section names to completion strings. (Bug#3717)
14942 2009-11-25 Juri Linkov <juri@jurta.org>
14944 Search recursively in gzipped files. (Bug#4982)
14946 * progmodes/grep.el (grep-highlight-matches): Add new options
14947 `always' and `auto'. Doc fix.
14948 (grep-process-setup): Check `grep-highlight-matches' for
14949 `auto-detect' to determine the need to compute grep defaults.
14950 Move Windows/DOS specific --colors settings handling
14951 to `grep-compute-defaults'. Check `grep-highlight-matches'
14952 to get the value of "--color=".
14953 (grep-compute-defaults): Compute `grep-highlight-matches' when it
14954 has the value `auto-detect'. Move Windows/DOS specific settings
14955 from `grep-process-setup'.
14956 (zrgrep): New command with alias `rzgrep'.
14958 2009-11-25 Juri Linkov <juri@jurta.org>
14960 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
14961 to nil instead of switching off view-mode. (Bug#4896)
14963 2009-11-25 Juri Linkov <juri@jurta.org>
14965 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
14967 * mwheel.el (mwheel-scroll-up-function)
14968 (mwheel-scroll-down-function): New defvars.
14969 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
14970 `scroll-up', and `mwheel-scroll-down-function' instead of
14973 * doc-view.el (doc-view-scroll-up-or-next-page)
14974 (doc-view-scroll-down-or-previous-page): Add optional ARG.
14975 Use this ARG in the call to image-scroll-up/image-scroll-down.
14976 Change `interactive' spec to "P". Goto next/previous page only
14977 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
14978 SPC/DEL case). Doc fix.
14979 (doc-view-next-line-or-next-page)
14980 (doc-view-previous-line-or-previous-page): Rename arg to ARG
14982 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
14983 `doc-view-scroll-up-or-next-page', and buffer-local
14984 `mwheel-scroll-down-function' to
14985 `doc-view-scroll-down-or-previous-page'.
14987 2009-11-25 Juri Linkov <juri@jurta.org>
14989 Provide additional default values (directories at other Dired
14990 windows) via M-n in the minibuffer of some Dired commands.
14992 * dired-aux.el (dired-diff, dired-compare-directories)
14993 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
14994 `minibuffer-default' in `minibuffer-with-setup-hook'.
14995 (dired-dwim-target-directory): Find a window that displays Dired
14996 buffer instead of failing when the next window is not Dired.
14997 Use `get-window-with-predicate' to find for the next Dired window.
14998 (dired-dwim-target-defaults): New function.
15000 * ediff-util.el (ediff-read-file-name):
15001 Use `dired-dwim-target-defaults' to set `minibuffer-default'
15002 in `minibuffer-with-setup-hook'.
15004 2009-11-25 Juri Linkov <juri@jurta.org>
15006 Provide additional default values (file name at point or at the
15007 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
15009 * minibuffer.el (read-file-name-defaults): New function.
15010 (read-file-name): Reset `minibuffer-default' to nil when
15011 it duplicates initial input `insdef'.
15012 Bind `minibuffer-default-add-function' to lambda that
15013 calls `read-file-name-defaults' in `minibuffer-selected-window'.
15014 (minibuffer-insert-file-name-at-point): New command.
15016 * files.el (file-name-at-point-functions): New defcustom.
15017 (find-file-default): Remove defvar.
15018 (find-file-read-args): Don't use `find-file-default'.
15019 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15020 to `read-file-name'.
15021 (find-file-literally): Use `read-file-name' with
15022 `confirm-nonexistent-file-or-buffer'.
15024 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
15026 * dired.el (dired-read-dir-and-switches):
15027 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15028 to `read-file-name'.
15029 (dired-file-name-at-point): New function.
15030 (dired-mode): Add hook `dired-file-name-at-point' to
15031 `file-name-at-point-functions'.
15033 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15035 Really make the *Completions* window soft-dedicated (bug#5030).
15036 * window.el (window--display-buffer-2): Add `dedicated' argument.
15037 (display-buffer): Pass it when needed so the dedicated flag is set
15038 after calling set-window-buffer, which would otherwise reset it.
15040 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15042 * progmodes/meta-mode.el (meta-complete-symbol):
15043 * progmodes/etags.el (complete-tag):
15044 * mail/mailabbrev.el (mail-abbrev-complete-alias):
15045 Use completion-in-region.
15047 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
15048 (dabbrev-completion): Use completion-in-region.
15049 (dabbrev--abbrev-at-point): Simplify regexp.
15051 * abbrev.el (abbrev--before-point): Use word-motion functions
15052 if :regexp is not specified (bug#5031).
15054 * subr.el (string-prefix-p): New function.
15056 * man.el (Man-completion-cache): New var.
15057 (Man-completion-table): Use it.
15059 * vc.el (vc-print-log-internal): Make `limit' optional for better
15060 compatibility (e.g. with vc-annotate.el).
15062 2009-11-24 Kevin Ryde <user42@zip.com.au>
15064 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
15065 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
15067 * emacs-lisp/elint.el (elint-add-required-env): Better error message
15068 when .el source file not found or other error.
15070 2009-11-24 Markus Triska <markus.triska@gmx.at>
15072 * linum.el (linum-update-window): Ignore intangible (bug#4996).
15074 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15076 Handle the [back] button properly (bug#4979).
15077 * descr-text.el (describe-text-properties): Add a `buffer' argument.
15078 Use help-setup-xref, help-buffer, and with-help-window.
15079 (describe-char): Add `buffer' argument.
15080 Pass proper command to help-setup-xref. Don't meddle with
15081 help-xref-stack-item directly.
15082 (describe-text-category): Use with-help-window and help-buffer.
15084 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
15085 for the displayed buffer (bug#4887).
15087 * man.el (Man-completion-table): New function.
15090 2009-11-24 David Reitter <david.reitter@gmail.com>
15092 * vc-git.el (vc-git-registered): Use checkout directory (where
15093 .git is) rather than the file's directory and a relative path spec
15094 to work around a bug in git.
15096 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
15098 Improve handling of processes on remote hosts.
15100 * eshell/esh-util.el (eshell-path-env): New defvar.
15101 (eshell-parse-colon-path): New defun.
15102 (eshell-file-attributes): Use `eshell-parse-colon-path'.
15104 * eshell/esh-ext.el (eshell-search-path):
15105 Use `eshell-parse-colon-path'.
15106 (eshell-remote-command): Remove argument HANDLER.
15107 (eshell-external-command): Check for FTP remote connection.
15109 * eshell/esh-proc.el (eshell-gather-process-output):
15110 Use `file-truename', in order to start also symlinked files.
15111 Apply `start-file-process' instead of `start-process'.
15112 Shorten `command' to the local file name part.
15114 * eshell/em-cmpl.el (eshell-complete-commands-list):
15115 Use `eshell-parse-colon-path'.
15117 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
15119 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
15120 to `eshell-directory-change-hook'.
15122 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
15124 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
15125 because it could be enabled automatically if view-read-only is non-nil.
15127 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
15129 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
15130 made on 2009-11-22.
15132 2009-11-24 Glenn Morris <rgm@gnu.org>
15134 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
15135 deleted variable bookmark-bmenu-bookmark-column.
15137 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15139 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
15141 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
15143 * net/browse-url.el (browse-url-filename-alist): On Windows, add
15144 two slashes to the "file:" prefix.
15145 (browse-url-file-url): De-munge Cygwin filenames before passing
15146 them to Windows browser.
15147 (browse-url-default-windows-browser): Use call-process.
15149 2009-11-23 Juri Linkov <juri@jurta.org>
15151 Implement DocView Continuous mode. (Bug#4896)
15152 * doc-view.el (doc-view-continuous-mode): New defcustom.
15153 (doc-view-mode-map): Bind C-n/<down> to
15154 `doc-view-next-line-or-next-page', C-p/<up> to
15155 `doc-view-previous-line-or-previous-page'.
15156 (doc-view-next-line-or-next-page)
15157 (doc-view-previous-line-or-previous-page): New commands.
15159 2009-11-23 Juri Linkov <juri@jurta.org>
15161 Implement Isearch in comint input history. (Bug#3746)
15162 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
15163 `isearch-mode-hook'.
15164 (comint-history-isearch): New defcustom.
15165 (comint-history-isearch-backward)
15166 (comint-history-isearch-backward-regexp): New commands.
15167 (comint-history-isearch-message-overlay): New buffer-local variable.
15168 (comint-history-isearch-setup, comint-history-isearch-end)
15169 (comint-goto-input, comint-history-isearch-search)
15170 (comint-history-isearch-message, comint-history-isearch-wrap)
15171 (comint-history-isearch-push-state)
15172 (comint-history-isearch-pop-state): New functions.
15174 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
15176 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
15178 (tramp-handle-make-symbolic-link)
15179 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
15181 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
15182 (tramp-handle-process-file): Use it.
15184 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
15186 * window.el (move-to-window-line-last-op): Remove.
15187 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
15189 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
15191 Make M-r mirror the new cycling behavior of C-l.
15192 * window.el (move-to-window-line-last-op): New var.
15193 (move-to-window-line-top-bottom): New command.
15194 (global-map): Bind M-r move-to-window-line-top-bottom.
15196 2009-11-23 Sven Joachim <svenjoac@gmx.de>
15198 * dired-x.el (dired-guess-shell-alist-default):
15199 Support xz format. (Bug#4953)
15201 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
15203 * emulation/viper-cmd.el: Use viper-last-command-char instead of
15204 last-command-char/last-command-event.
15205 (viper-prefix-arg-value): Do correct conversion of event-char for
15208 * emulation/viper-util.el, emulation/viper.el:
15209 Use viper-last-command-char instead of
15210 last-command-char/last-command-event.
15212 * ediff-init.el, ediff-mult.el, ediff-util.el:
15213 Replace last-command-char and last-command-event
15214 with (ediff-last-command-char) everywhere.
15216 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
15217 created in fundamental mode.
15219 * ediff.el (ediff-version): Revert the change of interactive-p to
15220 called-interactively-p.
15222 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
15224 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
15225 generation from word-movement command names.
15227 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
15229 * cus-start.el (all): Add native condition for font-use-system-font.
15231 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
15233 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
15234 Correct the patch from 2009-11-18. (Bug#3910)
15236 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
15238 * progmodes/subword.el: Rename from lisp/subword.el.
15240 * subword.el: Rename to progmodes/subword.el.
15242 * Makefile.in (ELCFILES): Adapt to subword.el move.
15244 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15245 Stefan Monnier <monnier@iro.umontreal.ca>
15247 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
15248 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
15249 (bookmark-bmenu-show-filenames): Use push.
15250 (bookmark-bmenu-hide-filenames): Use local var instead of
15251 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
15252 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
15253 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
15254 filenames now that the bookmark names are always available.
15256 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15258 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
15259 (bookmark-search-pattern): Move and leave unbound.
15260 (bookmark-bmenu-mode-map): Change binding.
15261 (bookmark-read-search-input): Simplify.
15262 Don't use text-char-description. Don't error on non-char events.
15263 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
15264 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
15265 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
15266 Use a local var for the timer.
15267 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
15268 (i.e. bookmark-bmenu-search).
15270 2009-11-21 Glenn Morris <rgm@gnu.org>
15272 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
15274 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
15276 * net/browse-url.el (browse-url-default-windows-browser):
15277 Use cygstart for cygwin.
15279 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
15281 * bookmark.el: Formatting and doc fixes only:
15282 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
15283 (bookmark-bmenu-search): Wrap to fit within 80 columns.
15284 Minor grammar and punctuation fixes in doc string.
15285 (bookmark-read-search-input): Adjust to fit within 80 columns.
15287 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15289 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
15290 (c-backward-into-nomenclature): Adapt to subword renaming.
15292 * subword.el (subword-forward, subword-backward, subword-mark)
15293 (subword-kill, subword-backward-kill, subword-transpose)
15294 (subword-downcase, subword-upcase, subword-capitalize)
15295 (subword-forward-internal, subword-backward-internal):
15296 Rename from forward-subword, backward-subword, mark-subword,
15297 kill-subword, backward-kill-subword, transpose-subwords,
15298 downcase-subword, upcase-subword, capitalize-subword,
15299 forward-subword-internal, backward-subword-internal.
15301 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15303 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
15305 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
15307 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
15308 (bookmark-bmenu-filter-alist-by-regexp)
15309 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
15310 (bookmark-bmenu-search): New command.
15311 (bookmark-bmenu-mode-map): Bind it.
15313 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15315 * progmodes/cc-cmds.el: declare-functioned forward-subword and
15316 backward-subword to quit the byte-compiler.
15318 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
15320 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
15322 * progmodes/cc-cmds.el (c-update-modeline)
15323 (c-forward-into-nomenclature, c-backward-into-nomenclature):
15324 Refer to subword.el functions instead of cc-subword.el.
15326 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
15327 subword.el functions instead of cc-subword.el.
15329 * progmodes/cc-subword.el: Rename to subword.el.
15330 * subword.el: Rename from progmodes/cc-subword.el.
15331 (subword-mode-map): Rename from c-subword-mode-map.
15332 (subword-mode): Rename from c-subword-mode.
15333 (global-subword-mode): New global minor mode.
15334 (forward-subword): Rename from c-forward-subword.
15335 (backward-subword): Rename from c-backward-subword.
15336 (mark-subword): Rename from c-mark-subword.
15337 (kill-subword): Rename from c-kill-subword.
15338 (backward-kill-subword): Rename from c-backward-kill-subword.
15339 (transpose-subwords): Rename from c-tranpose-subword.
15340 (downcase-subword): Rename from c-downcase-subword.
15341 (capitalize-subword): Rename from c-capitalize-subword.
15342 (forward-subword-internal): Rename from c-forward-subword-internal.
15343 (backward-subword-internal): Rename from c-backward-subword-internal.
15345 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
15347 * vc.el (vc-deduce-fileset): Allow non-state changing operations
15348 from a dired buffer.
15349 (vc-dired-deduce-fileset): New function.
15350 (vc-root-diff, vc-print-root-log): Use it.
15352 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
15353 nil LIMIT argument to vc-print-log-internal.
15355 2009-11-20 Glenn Morris <rgm@gnu.org>
15357 * Makefile.in (ELCFILES): Regenerate.
15359 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
15361 * calc/calc.el (calc-set-mode-line):
15362 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
15363 (math-format-number): Rename `math-format-complement-signed' to
15364 `math-format-twos-complement'.
15366 * calc/calc-bin.el (math-format-twos-complement): Rename from
15367 math-format-complement-signed.
15368 (calc-radix): Rename `calc-complement-signed-mode' to
15369 `calc-twos-complement-mode'.
15370 (calc-octal-radix, calc-hex-radix): Add an argument for
15373 * calc/calc-embed.el (calc-embedded-mode-vars):
15374 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
15376 * calc/calc-ext.el (calc-init-extensions):
15377 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
15378 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
15380 * calc/calc-units.el (math-build-units-table-buffer):
15381 Let `calc-twos-complement-mode' be nil.
15383 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
15386 * calc/calc-vec.el (calcFunc-vunpack):
15387 * calc/calc-aent.el (calc-do-calc-eval):
15388 * calc/calc-forms.el (math-format-date):
15389 * calc/calc-graph.el (calc-graph-plot):
15390 * calc/calc-math.el (math-use-emacs-fn):
15391 * calc/calccomp.el (math-compose-expr):
15392 Let `calc-twos-complement-mode' be nil.
15394 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15396 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
15397 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
15398 * minibuffer.el (completion-in-region-functions): New hook.
15399 (completion-in-region): New function.
15400 * emacs-lisp/lisp.el (lisp-complete-symbol):
15401 * pcomplete.el (pcomplete-std-complete): Use it.
15403 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15405 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
15406 (latex-complete-alist): New vars.
15407 (latex-string-prefix-p, latex-complete-bibtex-keys)
15408 (latex-complete-envnames, latex-complete-refkeys)
15409 (latex-complete-data): New functions.
15410 (latex-complete, latex-indent-or-complete): New commands.
15412 * window.el (display-buffer-mark-dedicated): New var.
15413 (display-buffer): Obey it.
15414 * minibuffer.el (minibuffer-completion-help): Use it.
15416 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
15418 * filecache.el (file-cache-add-file): Use push and cons.
15419 (file-cache-delete-file-regexp): Use push.
15420 (file-cache-complete): Use completion-in-region.
15422 * simple.el (with-wrapper-hook): Fix thinko.
15424 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
15425 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
15426 Use with-current-buffer and string-to-number.
15427 (hfy-fallback-colour-values): Use assoc-string.
15428 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
15429 (hfy-face-at): Remove unused var `found-face'.
15430 (hfy-compile-stylesheet): Remove unused var `css'.
15431 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
15433 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
15434 Use with-current-buffer.
15435 (hfy-text-p): Use expand-file-name and fewer setq.
15437 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
15439 * htmlfontify.el, hfy-cmap.el: New files.
15441 2009-11-19 Juri Linkov <juri@jurta.org>
15443 * minibuffer.el (completions-format): New defcustom.
15444 (completion--insert-strings): Implement vertical format.
15446 * simple.el (switch-to-completions): Move point to the first
15447 completion when point was at the beginning of the buffer.
15449 2009-11-19 Juri Linkov <juri@jurta.org>
15451 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
15453 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
15455 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
15457 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
15458 (mail-signature): Change default to t.
15459 (mail-from-style): Deprecate `system-default' value.
15460 (mail-insert-from-field): For default value of mail-from-style,
15461 default to `angles' unless `angles' needs quoting and `parens'
15463 (mail-citation-prefix-regexp): Use citation regexp from
15466 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
15468 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
15469 Set variables for computing the prompt for reading password.
15471 2009-11-19 Glenn Morris <rgm@gnu.org>
15473 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
15475 * textmodes/flyspell.el (sgml-lexical-context): Declare.
15477 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
15478 (newsticker-treeview-listwindow-height): Fix custom type.
15480 2009-11-19 Kenichi Handa <handa@m17n.org>
15482 * descr-text.el (describe-char-padded-string): Compose with TAB
15483 only if there's a font for CH.
15484 (describe-char): Fix the condition for detecting a trivial composition.
15486 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
15488 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
15489 more accurate version of the regexp. (Bug#3910)
15491 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
15493 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
15495 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
15497 * font-setting.el (font-use-system-font): Declare for byte-compiler.
15498 (font-setting-change-default-font): Fix typo in docstring.
15500 2009-11-18 Alan Mackenzie <acm@muc.de>
15502 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
15504 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
15506 * font-setting.el (font-use-system-font): Move ...
15508 * cus-start.el (all): ... to here.
15510 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
15512 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
15513 Don't set `ad-return-value' if `ad-do-it' doesn't.
15515 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
15518 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
15520 * menu-bar.el: Put "Use system font" in Option-menu.
15521 (menu-bar-options-save): Add font-use-system-font.
15523 * loadup.el: If feature system-font-setting or font-render-setting is
15524 there, load font-setting.
15526 * Makefile.in (ELCFILES): Add font-settings.el.
15527 * font-setting.el: New file.
15529 2009-11-17 Glenn Morris <rgm@gnu.org>
15531 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
15533 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
15534 Preserve point in the list buffer. (Bug#4939)
15536 (newsticker--treeview-list-update-highlight)
15537 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
15539 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
15541 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
15544 * calc/calc-ext.el (calc-init-extensions): Remove references to
15547 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
15549 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
15550 * calc/calc-help.el (calc-b-prefix-help): Remove references to
15553 2009-11-16 Kevin Ryde <user42@zip.com.au>
15555 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
15556 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
15558 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
15559 (lm-keywords-list): Allow comma-only separator like "foo,bar".
15560 Ignore trailing spaces by omit-nulls to split-string (fixing
15561 regression from Emacs 21 due to the incompatible split-string
15562 change). (Bug #4928.)
15564 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
15566 * vc.el (vc-log-show-limit): Default to 2000.
15567 (vc-print-log-internal): Insert buttons to request more entries
15568 when limiting the output.
15570 * vc-sccs.el (vc-sccs-print-log):
15571 * vc-rcs.el (vc-rcs-print-log):
15572 * vc-cvs.el (vc-cvs-print-log):
15573 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
15576 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
15578 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
15579 error when `tramp-gvfs-dbus-event-vector' is set.
15580 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
15582 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
15584 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
15586 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
15588 * net/dbus.el (dbus-unregister-service): New defun.
15589 (dbus-register-property): Register the handlers of
15590 "org.freedesktop.DBus.Properties" for SERVICE.
15591 (dbus-property-handler): Fix docstring.
15593 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15595 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
15596 Quote doc string reference in defvaralias as it is not in special form.
15597 (byte-compile-output-docform): Doc fix.
15599 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
15601 * calc/calc.el (math-2-word-size, math-half-2-word-size)
15602 (calc-complement-signed-mode): New variables.
15603 (calc-set-mode-line): Add indicator for twos-complements.
15604 (math-format-number): Format twos-complement notation.
15606 * calc/calc-bin.el (calc-word-size): Reset the variables
15607 `math-2-word-size' and `math-half-2-word-size'.
15608 (math-format-complement-signed, math-symclip, calcFunc-symclip)
15609 (calc-symclip): New functions.
15611 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
15613 * calc/calc-embed.el (calc-embedded-mode-vars):
15614 Add `calc-complement-signed-mode' to the list of modes.
15616 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
15617 (calc-b-oper-keys): Add `calc-symclip' to list.
15619 * calc/calc-ext.el (math-read-number-fancy): Read complement
15621 (calc-init-extensions): Add binding for `calc-symclip'.
15622 Add autoload for `calcFunc-symclip' and `calc-symclip'.
15624 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
15626 (calc-modes-menu): Add item for twos complement mode.
15628 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
15630 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
15632 * register.el (jump-to-register, insert-register): Handle Semantic
15633 tags. From commented-out advice in semantic/senator.el.
15635 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
15637 * vc.el (vc-log-show-limit): New variable.
15638 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
15639 when using a prefix argument.
15640 (vc-print-log-internal): Add new argument LIMIT.
15642 * vc-svn.el (vc-svn-print-log):
15643 * vc-mtn.el (vc-mtn-print-log):
15644 * vc-hg.el (vc-hg-print-log):
15645 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
15646 pass it to the log command when set. Make the BUFFER argument
15649 * vc-sccs.el (vc-sccs-print-log):
15650 * vc-rcs.el (vc-rcs-print-log):
15651 * vc-git.el (vc-git-print-log):
15652 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
15653 ignore it. Make the BUFFER argument non-optional
15655 * bindings.el (mode-line-buffer-identification): Do not purecopy.
15657 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
15659 * dired.el (dired-mode-map): Move encryption items to "Operate"
15662 * strokes.el (strokes-update-window-configuration): Make strokes
15663 buffer current before erasing (Bug#4906).
15665 2009-11-15 Juri Linkov <juri@jurta.org>
15667 * simple.el (set-mark-default-inactive): Add :type, :group
15668 and :version. (Bug#4876)
15670 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
15672 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
15673 (archive-unique-fname): ... here. (Bug#4929)
15675 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
15677 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
15680 * novice.el (disabled-command-function): Add useful args.
15681 Setup the help buffer so that [back] works.
15682 Remove redundant call to help-mode.
15683 (disabled-command-function): Use `case'.
15684 (en/disable-command): New function extracted from enable-command.
15685 (enable-command, disable-command): Use it.
15687 2009-11-14 Glenn Morris <rgm@gnu.org>
15689 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
15690 constants. (Bug#4913)
15692 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
15694 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
15696 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
15697 defined in C that have no doc-strings. (Bug#1063)
15699 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
15701 * cus-edit.el (data, files):
15702 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
15704 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
15706 * simple.el (shell-command): Doc fix (Bug#4891).
15708 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
15710 2009-11-14 Glenn Morris <rgm@gnu.org>
15712 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
15713 statements for vc-diff, emerge-quit, and rmail-cease-edit.
15714 If they are already loaded, eval-after-load will do the right thing.
15716 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
15719 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
15721 * simple.el (x-selection-owner-p): Declare.
15722 (read-mail-command): Use custom radio type rather than choice.
15723 (completion-no-auto-exit): Doc fix.
15725 * custom.el (defgroup):
15726 * epg-config.el (epg): Doc fixes.
15728 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
15730 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
15731 * international/ccl.el (define-ccl-program): Do not purecopy the
15732 docstring, defconst does it anyway.
15734 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
15736 * add-log.el (add-change-log-entry): Avoid displaying the changelog
15739 * x-dnd.el (x-dnd-maybe-call-test-function):
15740 * window.el (split-window-vertically):
15741 * whitespace.el (whitespace-help-on):
15742 * vc-rcs.el (vc-rcs-consult-headers):
15743 * userlock.el (ask-user-about-lock-help)
15744 (ask-user-about-supersession-help):
15745 * type-break.el (type-break-force-mode-line-update):
15746 * time-stamp.el (time-stamp-conv-warn):
15747 * terminal.el (te-set-output-log, te-more-break, te-filter)
15748 (te-sentinel, terminal-emulator):
15749 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
15750 (term-write-input-ring, term-check-source, term-start-output-log):
15751 (term-display-buffer-line, term-dynamic-list-completions):
15752 (term-ansi-make-term, serial-term):
15753 * subr.el (selective-display):
15754 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
15755 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
15756 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
15757 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
15758 (speedbar-remove-localized-speedbar-support)
15759 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
15760 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
15761 (speedbar-buffers-line-directory):
15762 * simple.el (shell-command-on-region, append-to-buffer)
15763 (prepend-to-buffer):
15764 * shadowfile.el (shadow-save-todo-file):
15765 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
15766 (scroll-bar-maybe-set-window-start):
15767 * sb-image.el (speedbar-image-dump):
15768 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
15769 (load-save-place-alist-from-file):
15770 * ps-samp.el (ps-print-message-from-summary):
15771 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
15772 (ps-background-image, ps-begin-job, ps-do-despool):
15773 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
15774 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
15775 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
15776 (pr-call-process, pr-file-list, pr-interface-save):
15777 * novice.el (disabled-command-function)
15778 (enable-command, disable-command):
15779 * mouse.el (mouse-buffer-menu-alist):
15780 * mouse-copy.el (mouse-kill-preserving-secondary):
15781 * macros.el (kbd-macro-query):
15782 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
15783 * informat.el (batch-info-validate):
15784 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
15785 * hippie-exp.el (try-expand-dabbrev-visible):
15786 * help-mode.el (help-make-xrefs):
15787 * help-fns.el (describe-variable):
15788 * generic-x.el (bat-generic-mode-run-as-comint):
15789 * finder.el (finder-mouse-select):
15790 * find-dired.el (find-dired-sentinel):
15791 * filesets.el (filesets-file-close):
15792 * files.el (list-directory):
15793 * faces.el (list-faces-display, describe-face):
15794 * facemenu.el (list-colors-display):
15795 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
15796 * epg.el (epg--process-filter, epg-cancel):
15797 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
15798 (epa--read-signature-type):
15799 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
15800 (emerge-file-names):
15801 * ehelp.el (electric-helpify):
15802 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
15803 * ediff-vers.el (rcs-ediff-view-revision):
15804 * ediff-util.el (ediff-setup):
15805 * ediff-mult.el (ediff-append-custom-diff):
15806 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
15808 * echistory.el (Electric-command-history-redo-expression):
15809 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
15810 * disp-table.el (describe-display-table):
15811 * dired.el (dired-find-buffer-nocreate):
15812 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
15813 * dabbrev.el (dabbrev--same-major-mode-p):
15814 * chistory.el (list-command-history):
15815 * apropos.el (apropos-documentation):
15816 * allout.el (allout-obtain-passphrase):
15817 (allout-copy-exposed-to-buffer):
15818 (allout-verify-passphrase): Use with-current-buffer.
15820 2009-11-13 Glenn Morris <rgm@gnu.org>
15822 * Makefile.in (ELCFILES): Regenerate.
15824 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
15826 * net/dbus.el (dbus-registered-objects-table): Rename from
15827 `dbus-registered-functions-table', because it contains also properties.
15828 (dbus-unregister-object): Unregister also properties.
15829 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
15830 Use a timeout of 500 msec, in order to not block.
15831 (dbus-register-property, dbus-property-handler): New defuns.
15833 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
15835 * simple.el (minibuffer-default-add-completions): Drop deprecated
15838 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
15840 * textmodes/artist.el (artist-mouse-choose-operation):
15841 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
15842 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
15843 (artist-compute-up-event-key): New function.
15844 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
15846 2009-11-13 Kenichi Handa <handa@m17n.org>
15848 * language/japan-util.el: Make sure that the value of jisx0208
15849 property is jisx0208 character.
15851 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
15853 * international/mule.el (auto-coding-regexp-alist): Only purecopy
15854 car or each item, not the whole list.
15856 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
15858 * minibuffer.el (minibuffer-completion-help):
15859 Use minibuffer-hide-completions.
15861 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
15863 * dired.el (dired-save-positions, dired-restore-positions): New funs.
15864 (dired-revert): Use them (bug#4880).
15866 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
15868 * tooltip.el (tooltip-frame-parameters): Undo previous change.
15870 2009-11-12 Juri Linkov <juri@jurta.org>
15872 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
15874 (find-file-literally-at-point): Alias of `ffap-literally'.
15876 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
15878 * textmodes/ispell.el (ispell-skip-region-alist):
15879 * textmodes/css-mode.el (auto-mode-alist):
15880 * progmodes/compile.el (auto-mode-alist):
15881 * international/mule.el (ctext-non-standard-encodings-alist)
15882 (ctext-non-standard-encodings-regexp):
15883 * simple.el (shell-command-switch, text-read-only):
15884 * replace.el (occur-mode-map):
15885 * paths.el (rmail-file-name):
15886 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
15887 * find-file.el (ff-special-constructs):
15888 * files.el (file-name-handler-alist):
15889 * composite.el: Purecopy strings.
15891 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
15893 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
15895 * widget.el (define-widget): Purecopy the docstring.
15896 * international/mule-cmds.el (charset): Do not purecopy the
15897 docstring here, define-widget does it.
15899 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
15900 * textmodes/bibtex-style.el (auto-mode-alist):
15901 * progmodes/inf-lisp.el (inferior-lisp-prompt):
15902 * progmodes/compile.el (compile-command):
15903 * language/korea-util.el (default-korean-keyboard):
15904 * international/mule-conf.el (file-coding-system-alist):
15905 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
15906 * tooltip.el (tooltip-frame-parameters):
15907 * newcomment.el (comment-end, comment-padding):
15908 * dired.el (dired-trivial-filenames):
15909 * comint.el (comint-file-name-prefix): Purecopy initial values.
15911 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
15913 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
15914 (tramp-advice-minibuffer-electric-tilde): Unload advices via
15916 (tramp-advice-make-auto-save-file-name)
15917 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
15918 after removing the advice.
15920 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
15922 * progmodes/grep.el (grep-regexp-alist):
15923 * international/mule-cmds.el (iso-2022-control-alist):
15924 * emacs-lisp/timer.el (timer-duration-words):
15925 * subr.el (version-separator, version-regexp-alist):
15926 * minibuffer.el (completion-styles-alist):
15927 * faces.el (face-attribute-name-alist, list-faces-sample-text):
15928 Change defvars to defconsts.
15930 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
15931 * loadup.el ("international/mule-conf"): Load the byte compiled version.
15932 * international/mule-conf.el: Allow to be byte compiled.
15934 * international/mule.el (define-charset): Purecopy props.
15935 (load-with-code-conversion): Purecopy doc string and file name.
15936 (put-charset-property): Purecopy strings.
15937 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
15939 * international/mule-cmds.el (register-input-method): Purecopy arguments.
15940 (define-char-code-property): Correctly purecopy the table.
15942 * international/ccl.el (define-ccl-program): Purecopy the docstring.
15944 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
15946 * subr.el (add-hook): Purecopy strings.
15947 (eval-after-load): Purecopy load-history-regexp and the form.
15949 * custom.el (custom-declare-group): Purecopy load-file-name.
15951 * subr.el (menu-bar-separator): New defconst.
15952 * net/eudc.el (eudc-tools-menu):
15953 * international/mule-cmds.el (set-coding-system-map)
15954 (mule-menu-keymap):
15955 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
15956 * vc-hooks.el (vc-menu-map):
15957 * replace.el (occur-mode-map):
15958 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
15959 (menu-bar-edit-menu, menu-bar-goto-menu)
15960 (menu-bar-custom-menu, menu-bar-showhide-menu)
15961 (menu-bar-options-menu, menu-bar-tools-menu)
15962 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
15963 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
15964 (menu-bar-help-menu):
15965 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
15966 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
15968 * term/x-win.el (x-gtk-stock-map):
15969 * progmodes/vera-mode.el (auto-mode-alist):
15970 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
15971 (inferior-lisp-program, inferior-lisp-load-command):
15972 * progmodes/hideshow.el (hs-special-modes-alist):
15973 * progmodes/gud.el (same-window-regexps):
15974 * progmodes/grep.el (grep-program, find-program, xargs-program):
15975 * net/telnet.el (same-window-regexps):
15976 * net/rlogin.el (same-window-regexps):
15977 * language/ethiopic.el (font-ccl-encoder-alist):
15978 * vc-sccs.el (vc-sccs-master-templates):
15979 * vc-rcs.el (vc-rcs-master-templates):
15980 * subr.el (cl-assertion-failed):
15981 * simple.el (next-error-overlay-arrow-position):
15982 * lpr.el (lpr-command):
15983 * locate.el (locate-ls-subdir-switches):
15984 * info.el (same-window-regexps, info)
15985 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
15986 * image-mode.el (image-mode, auto-mode-alist):
15987 * hippie-exp.el (hippie-expand-ignore-buffers):
15988 * format.el (format-alist):
15989 * find-dired.el (find-ls-subdir-switches, find-grep-options)
15991 * facemenu.el (facemenu-keybindings):
15992 * dired.el (dired-listing-switches, dired-chown-program):
15993 * diff.el (diff-switches, diff-command):
15994 * cus-edit.el (same-window-regexps):
15995 * bindings.el (mode-line-mule-info)
15996 (mode-line-buffer-identification): Purecopy strings.
15998 2009-11-11 Juri Linkov <juri@jurta.org>
16000 * simple.el (dired-get-filename) <declare-function>:
16001 Tell the byte-compiler about dired-get-filename.
16002 (shell-command): In Dired mode, get filename from the current line
16003 as the default value.
16005 2009-11-10 Glenn Morris <rgm@gnu.org>
16007 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
16008 * calendar/holidays.el, progmodes/cperl-mode.el:
16009 Update x-popup-menu declarations.
16011 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
16012 (list-load-path-shadows): Use dolist.
16013 (list-load-path-shadows): Use with-current-buffer.
16015 2009-11-10 Juri Linkov <juri@jurta.org>
16017 * minibuffer.el (read-file-name): Support a list of default values
16018 in `default-filename'. Use the first file name where only one
16019 element is required. Doc fix.
16021 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
16023 * net/dbus.el (dbus-unregister-object): Release service, if no
16024 other method is registered for it.
16026 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
16028 * bookmark.el (bookmark-completing-read): Sort bookmark names if
16029 bookmark-sort-flag is non-nil (Bug#4653).
16031 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
16033 * emulation/cua-base.el: Add CUA property to some CC mode commands
16036 2009-11-08 Kevin Ryde <user42@zip.com.au>
16038 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
16039 at end of sentence (Bug#4818).
16041 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
16043 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16044 Handle "see declaration of" MSFT statements (Bug#4100).
16046 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
16048 * net/tramp.el (tramp-advice-make-auto-save-file-name)
16049 (tramp-advice-file-expand-wildcards): Unload via
16050 `ad-remove-advice'.
16052 * net/trampver.el: Update release number.
16054 2009-11-08 Kevin Ryde <user42@zip.com.au>
16056 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
16059 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
16061 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
16062 in order to keep context in SELinux.
16064 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
16066 * dired-aux.el (dired-query): Place cursor in echo area and allow
16069 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
16070 menu item if not on a directory (Bug#4701).
16072 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
16074 Sync with Tramp 2.1.17.
16076 * net/tramp.el (tramp-handle-copy-directory): Don't use
16077 `file-remote-p' (due to compatibility).
16079 * net/tramp-compat.el (tramp-compat-copy-directory)
16080 (tramp-compat-delete-directory): New defuns.
16082 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
16083 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16084 Use `tramp-compat-delete-directory'.
16086 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
16087 (tramp-smb-handle-delete-directory):
16088 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
16090 * net/trampver.el: Update release number.
16092 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
16094 * tar-mode.el (tar-copy): Call write-region on the right buffer
16097 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
16098 by hand, if necessary (Bug#4878).
16100 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
16102 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
16103 align size column (Bug#4839).
16105 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
16108 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16110 * progmodes/ld-script.el (auto-mode-alist):
16111 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
16113 * cus-face.el (custom-declare-face): Purecopy face spec.
16115 2009-11-06 Kenichi Handa <handa@m17n.org>
16117 * international/uni-bidi.el: Re-generated.
16118 * international/uni-category.el: Re-generated.
16119 * international/uni-combining.el: Re-generated.
16120 * international/uni-mirrored.el: Re-generated.
16122 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16124 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
16125 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
16126 (tex-start-options, slitex-run-command, latex-run-command)
16127 (tex-run-command, tex-directory):
16128 * textmodes/ispell.el (ispell-html-skip-alists)
16129 (ispell-tex-skip-alists, ispell-tex-skip-alists):
16130 * textmodes/fill.el (adaptive-fill-first-line-regexp):
16131 (adaptive-fill-regexp):
16132 * textmodes/dns-mode.el (auto-mode-alist):
16133 * progmodes/python.el (interpreter-mode-alist):
16134 * progmodes/etags.el (tags-compression-info-list):
16135 * progmodes/etags.el (tags-file-name):
16136 * net/browse-url.el (browse-url-galeon-program)
16137 (browse-url-firefox-program):
16138 * mail/sendmail.el (mail-signature-file)
16139 (mail-citation-prefix-regexp):
16140 * international/mule-conf.el (eight-bit):
16141 * international/latexenc.el (latex-inputenc-coding-alist):
16142 * international/fontset.el (x-pixel-size-width-font-regexp):
16143 * emacs-lisp/warnings.el (warning-type-format):
16144 * emacs-lisp/trace.el (trace-buffer):
16145 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
16146 (emacs-lisp-mode-map):
16147 * calendar/holidays.el (holiday-solar-holidays)
16148 (holiday-bahai-holidays, holiday-islamic-holidays)
16149 (holiday-christian-holidays, holiday-hebrew-holidays)
16150 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
16151 (hebrew-holidays-1, holiday-oriental-holidays)
16152 (holiday-general-holidays):
16153 * x-dnd.el (x-dnd-known-types):
16154 * tool-bar.el (tool-bar):
16155 * startup.el (site-run-file):
16156 * shell.el (shell-dumb-shell-regexp):
16157 * rfn-eshadow.el (file-name-shadow-tty-properties)
16158 (file-name-shadow-properties):
16159 * paths.el (remote-shell-program, news-directory):
16160 * mouse.el ([C-down-mouse-3]):
16161 * menu-bar.el (menu-bar-tools-menu):
16162 * jka-cmpr-hook.el (jka-compr-load-suffixes)
16163 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
16164 (jka-compr-compression-info-list):
16165 * isearch.el (search-whitespace-regexp):
16166 * image-file.el (image-file-name-extensions):
16167 * find-dired.el (find-ls-option):
16168 * files.el (directory-listing-before-filename-regexp)
16169 (directory-free-space-args, insert-directory-program)
16170 (list-directory-brief-switches, magic-fallback-mode-alist)
16171 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
16172 (automount-dir-prefix):
16173 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
16174 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
16175 (face-font-registry-alternatives, face-font-registry-alternatives)
16176 (face-font-family-alternatives):
16177 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
16178 (facemenu-foreground-menu, facemenu-face-menu):
16179 * epa-hook.el (epa-file-name-regexp):
16180 * dnd.el (dnd-protocol-alist):
16181 * textmodes/rst.el (auto-mode-alist):
16182 * button.el (default-button): Purecopy strings.
16184 2009-11-06 Glenn Morris <rgm@gnu.org>
16186 * Makefile.in (ELCFILES): Update.
16188 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
16190 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
16191 * emacs-lisp/levents.el: Move to obsolete/levents.el.
16193 * nxml/xsd-regexp.el (xsdre-gen-categories):
16194 * nxml/xmltok.el (xmltok-parse-entity):
16195 * nxml/rng-parse.el (rng-parse-validate-file):
16196 * nxml/rng-maint.el (rng-format-manual)
16197 (rng-manual-output-force-new-line):
16198 * nxml/rng-loc.el (rng-save-schema-location-1):
16199 * nxml/rng-cmpct.el (rng-c-parse-file):
16200 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
16201 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
16203 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
16205 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
16206 Remove extra save-excursions and make-variable-buffer-local's.
16207 Suggested by Stefan Monnier.
16209 (verilog-getopt-file, verilog-module-inside-filename-p)
16210 (verilog-set-define): Merge GNU 1.35 and repair changes from
16211 switching to using with-current-buffer.
16213 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
16214 being treated as a number and confusing AUTORESET.
16215 Reported by Dan Dever.
16217 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
16218 Add verilog-auto-ignore-concat to fix backward compatibility with
16219 older verilog-modes. Reported by Dan Katz.
16221 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
16222 containing closing anchors "...$".
16224 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
16225 Reported by Wade Smith.
16227 (verilog-batch-execute-func): Comment on function usage.
16229 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
16231 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
16234 (verilog-label-re, verilog-calc-1): Support proper indent of named
16237 (verilog-backward-token, verilog-basic-complete-re)
16238 (verilog-beg-of-statement, verilog-indent-re): Support proper
16239 indent of the assert statement at the beginning of a block of text.
16241 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
16242 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
16245 2009-11-05 Glenn Morris <rgm@gnu.org>
16247 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
16248 Emacs 19. (Bug#1531)
16249 (byte-compile-fix-header): Update for the above change.
16250 Drop test for epoch::version.
16252 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
16253 * cus-dep.el (custom-make-dependencies):
16254 * finder.el (finder-compile-keywords):
16255 Use autoload-rubric's feature argument.
16257 * calendar/diary-lib.el (top-level): Make load behave more like require.
16259 * vc-git.el (vc-git-stash-map): Move definition before use.
16261 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
16263 * custom.el (custom-declare-group): Purecopy standard-value.
16264 (custom-declare-group): Purecopy custom-prefix.
16266 * international/mule.el (load-with-code-conversion):
16267 Call do-after-load-evaluation unconditionally.
16269 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
16271 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
16273 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
16275 2009-11-04 Glenn Morris <rgm@gnu.org>
16277 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
16278 (byte-compile-compatibility): Remove option.
16279 (byte-compile-close-variables, byte-compile-fix-header)
16280 (byte-compile-insert-header, byte-compile-output-docform)
16281 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
16282 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
16283 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
16284 (byte-compile-insert, byte-compile-defun):
16285 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
16286 (byte-defop-compiler19): Remove.
16287 Without byte-compile-compatibility, the 'emacs19-opcode property is not
16288 used by anything. Replace all calls with byte-defop-compiler.
16290 2009-11-04 Juri Linkov <juri@jurta.org>
16292 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
16293 (menu-bar-options-menu): Don't quote the `prop' arg of
16294 `menu-bar-make-mm-toggle'.
16296 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
16298 * calendar/calendar.el (cal-loaddefs):
16299 * calendar/diary-lib.el (diary-loaddefs):
16300 * calendar/holidays.el (hol-loaddefs):
16301 * eshell/esh-module.el (esh-groups): Load rather than require.
16303 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16305 * calendar/todo-mode.el (todo-add-category): Don't hardcode
16307 (todo-top-priorities): Only display-buffer when called interactively.
16308 (todo-item-start): Don't save excursion point.
16309 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
16310 (todo-insert-item-here, todo-file-item, todo-remove-item):
16311 Adjust uses of todo-item-start and todo-item-end.
16313 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
16314 (autoload-rubric): Don't use any more.
16316 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
16317 and only put a prop if it is non-nil.
16319 2009-11-03 Juri Linkov <juri@jurta.org>
16321 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
16322 (menu-bar-options-menu): Fix list quoting (Bug#4429).
16324 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
16325 and "Menu" to make top-level menu item visually one unit (like
16326 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
16327 multi-word menu items). Fix :help string for quit-window.
16329 2009-11-03 Glenn Morris <rgm@gnu.org>
16331 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
16332 (byte-compile-file-form-define-abbrev-table)
16333 (byte-compile-file-form-custom-declare-variable)
16334 (byte-compile-variable-ref, byte-compile-defvar):
16335 Whether or not a warning is enabled should only affect whether we issue
16336 the warning, not whether or not we collect the relevant data.
16337 Eg warnings can be turned on and off throughout the course of a file.
16339 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
16340 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
16342 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16344 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
16345 * play/mpuz.el (mpuz-create-buffer):
16346 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
16347 (lm-print-y,s,noise, lm-print-w0, lm-init):
16348 * play/gomoku.el (gomoku-prompt-for-move):
16349 * play/fortune.el (fortune-in-buffer):
16350 * play/dissociate.el (dissociated-press):
16351 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
16352 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
16353 * mail/supercite.el (sc-eref-show):
16354 * mail/smtpmail.el (smtpmail-send-it):
16355 * mail/rmailsum.el (rmail-summary-next-labeled-message)
16356 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
16357 (rmail-summary-undelete-many, rmail-summary-rmail-update)
16358 (rmail-summary-goto-msg, rmail-summary-expunge)
16359 (rmail-summary-get-new-mail, rmail-summary-search-backward)
16360 (rmail-summary-add-label, rmail-summary-output-menu)
16361 (rmail-summary-output-body):
16362 * mail/rfc822.el (rfc822-addresses):
16363 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
16364 * mail/mailpost.el (post-mail-send-it):
16365 * mail/hashcash.el (hashcash-generate-payment):
16366 * mail/feedmail.el (feedmail-run-the-queue)
16367 (feedmail-queue-send-edit-prompt-help-first)
16368 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
16369 (feedmail-deduce-address-list):
16370 * eshell/esh-ext.el (eshell-remote-command):
16371 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
16372 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
16373 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
16374 (viper-save-string-in-file, viper-valid-marker):
16375 * emulation/viper-keym.el (viper-toggle-key):
16376 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
16377 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
16378 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
16379 * emulation/viper-cmd.el (viper-exec-form-in-vi)
16380 (viper-exec-form-in-emacs, viper-brac-function):
16381 * emulation/viper.el (viper-delocalize-var):
16382 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
16383 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
16384 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
16385 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
16386 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
16387 * emulation/edt.el (edt-electric-helpify):
16388 * emulation/cua-rect.el (cua--rectangle-aux-replace):
16389 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
16390 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
16391 (cua-indent-to-global-mark-column):
16392 * calendar/diary-lib.el (calendar-mark-1):
16393 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
16394 Use with-current-buffer.
16395 * emulation/viper.el (viper-delocalize-var): Use dolist.
16397 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
16399 * comint.el (comint-replace-by-expanded-history-before-point):
16400 Replace !! with the previous input string literally (Bug#1795).
16402 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
16404 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
16405 to be made up of whitespace.
16407 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
16409 * minibuffer.el (read-file-name): Don't use file dialogs for
16410 remote directories (Bug#99).
16412 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
16414 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
16416 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
16418 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
16419 instead of deleting the window or frame.
16421 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
16423 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
16424 Support face colors.
16426 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
16427 New function. Support face colors (Bug#1168).
16428 (tex-common-initialization): Use it.
16430 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
16431 mode allows it (Bug#1168).
16433 2009-10-31 Juri Linkov <juri@jurta.org>
16435 * facemenu.el (list-colors-display): Don't mark buffer as
16436 modified (Bug#3948).
16438 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
16440 * international/mule-diag.el (list-character-sets-1):
16441 Minor message fix (Bug#3526).
16443 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
16444 Fix face property (Bug#4834).
16445 (etags-list-tags, etags-tags-apropos-additional)
16446 (etags-tags-apropos, tags-select-tags-table): Add follow-link
16449 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
16452 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
16454 * textmodes/two-column.el (2C-split):
16455 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
16456 * textmodes/tex-mode.el (tex-set-buffer-directory):
16457 * textmodes/spell.el (spell-region, spell-string):
16458 * textmodes/reftex.el (reftex-erase-buffer):
16459 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
16460 * textmodes/reftex-toc.el (reftex-toc-promote-action):
16461 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
16462 (reftex-select-item):
16463 * textmodes/reftex-ref.el (reftex-label-info-update)
16464 (reftex-offer-label-menu):
16465 * textmodes/reftex-index.el (reftex-index-change-entry)
16466 (reftex-index-phrases-info):
16467 * textmodes/reftex-global.el (reftex-create-tags-file)
16468 (reftex-save-all-document-buffers, reftex-ensure-write-access):
16469 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
16470 (reftex-view-crossref-from-bibtex):
16471 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
16472 (reftex-extract-bib-entries-from-thebibliography)
16473 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
16474 * textmodes/refbib.el (r2b-capitalize-title):
16475 (r2b-convert-buffer, r2b-help):
16476 * textmodes/page-ext.el (pages-directory)
16477 (pages-directory-goto-with-mouse):
16478 * textmodes/bibtex.el (bibtex-validate-globally):
16479 * textmodes/bib-mode.el (bib-capitalize-title):
16480 * textmodes/artist.el (artist-clear-buffer, artist-system):
16481 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
16482 (local-set-scheme-interaction-buffer, xscheme-process-filter)
16483 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
16484 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
16485 (xscheme-send-control-g-interrupt, xscheme-start-process)
16486 (xscheme-process-sentinel, xscheme-cd):
16487 * progmodes/verilog-mode.el (verilog-read-always-signals)
16488 (verilog-set-define, verilog-getopt-file)
16489 (verilog-module-inside-filename-p):
16490 * progmodes/sh-script.el:
16491 * progmodes/python.el (python-pdbtrack-get-source-buffer)
16492 (python-pdbtrack-grub-for-buffer, python-execute-file):
16493 * progmodes/octave-inf.el (inferior-octave):
16494 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
16495 (idlwave-shell-compile-helper-routines, idlwave-set-local)
16496 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
16497 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
16498 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
16499 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
16500 (idlwave-shell-filter, idlwave-shell-examine-highlight)
16501 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
16502 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
16503 (idlwave-shell-examine-display, idlwave-shell-run-region)
16504 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
16505 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
16506 * progmodes/idlw-help.el (idlwave-help-get-special-help)
16507 (idlwave-help-get-help-buffer):
16508 * progmodes/gud.el (gud-basic-call, gud-find-class)
16509 (gud-tooltip-activate-mouse-motions-if-enabled):
16510 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
16511 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
16512 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
16513 (ebrowse-tags-next-file):
16514 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
16515 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
16516 (ebnf-eps-finish-and-write):
16517 * progmodes/cpp.el (cpp-edit-save):
16518 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
16519 * progmodes/cc-defs.el (c-emacs-features):
16520 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
16521 (antlr-directory-dependencies):
16522 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
16523 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
16524 (ada-find-any-references, ada-make-filename-from-adaname)
16525 (ada-make-body-gnatstub):
16526 * obsolete/rnews.el (news-list-news-groups):
16527 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
16528 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
16529 * net/rcirc.el (rcirc-debug):
16530 * net/newst-treeview.el (newsticker--treeview-list-add-item)
16531 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
16532 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
16533 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
16534 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
16535 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
16536 (newsticker--treeview-list-clear-highlight)
16537 (newsticker--treeview-list-update-highlight)
16538 (newsticker--treeview-list-highlight-start)
16539 (newsticker--treeview-tree-update-highlight)
16540 (newsticker--treeview-get-selected-item)
16541 (newsticker-treeview-mark-list-items-old)
16542 (newsticker--treeview-set-current-node):
16543 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
16544 * net/newst-backend.el (newsticker--get-news-by-funcall)
16545 (newsticker--get-news-by-wget, newsticker--image-get)
16546 (newsticker--image-sentinel):
16547 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
16548 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
16549 (eudc-ph-close-session):
16550 * net/eudc.el (eudc-save-options):
16551 * language/thai-word.el (thai-update-word-table):
16552 * language/japan-util.el (japanese-string-conversion):
16553 * international/titdic-cnv.el (tsang-quick-converter)
16554 (ziranma-converter, ctlau-converter):
16555 * international/mule-cmds.el (describe-language-environment):
16556 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
16557 (skkdic-convert-postfix, skkdic-convert-prefix):
16558 (skkdic-convert-okuri-nasi, skkdic-convert):
16559 * emacs-lisp/re-builder.el (reb-update-overlays):
16560 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
16561 * emacs-lisp/gulp.el (gulp-send-requests):
16562 * emacs-lisp/find-gc.el (trace-call-tree):
16563 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
16564 (eieio-describe-generic):
16565 * emacs-lisp/eieio-base.el (eieio-persistent-read):
16566 * emacs-lisp/edebug.el (edebug-outside-excursion):
16567 * emacs-lisp/debug.el (debugger-make-xrefs):
16568 * emacs-lisp/cust-print.el (custom-prin1-to-string):
16569 * emacs-lisp/chart.el (chart-new-buffer):
16570 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
16571 Use with-current-buffer.
16572 * textmodes/artist.el (artist-system): Don't call
16573 copy-sequence on a fresh string.
16574 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
16576 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
16578 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
16579 is no item to edit. (Bug#4820)
16580 (todo-top-priorities): Restore point and restore narrowing in Todo
16583 2009-10-31 Glenn Morris <rgm@gnu.org>
16585 * net/ange-ftp.el (top-level): Don't require dired when compiling.
16586 (comint-last-output-start, comint-last-input-start)
16587 (comint-last-input-end): Don't defvar when compiling.
16588 (ange-ftp-process-file): Use bound-and-true-p.
16590 * pcmpl-rpm.el (top-level): Move provide statement to end.
16591 (pcmpl-rpm): Remove unused custom group.
16593 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
16595 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
16597 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
16598 (byte-compile-warnings): Add `constants' as an option.
16599 (byte-compile-callargs-warn, byte-compile-arglist-warn)
16600 (display-call-tree): Update for byte-compile-fdefinition possibly
16601 returning `(macro lambda ...)'. (Bug#4778)
16602 (byte-compile-variable-ref, byte-compile-setq-default):
16603 Respect `constants' member of byte-compile-warnings.
16605 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
16607 * vc-bzr.el (vc-bzr-revision-keywords): New var.
16608 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
16611 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
16613 * textmodes/ispell.el (ispell-skip-region-alist):
16614 * international/mule-conf.el (eight-bit):
16615 * international/fontset.el (font-encoding-alist):
16616 * startup.el (pure-space-overflow-message):
16617 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
16618 * paths.el (gnus-nntp-service, rmail-spool-directory)
16619 (term-file-prefix):
16620 * files.el (save-some-buffers-action-alist):
16621 * cmuscheme.el (same-window-buffer-names):
16622 * ielm.el (same-window-buffer-names):
16623 * shell.el (same-window-buffer-names):
16624 * mail/sendmail.el (same-window-buffer-names):
16625 * progmodes/inf-lisp.el (same-window-buffer-names):
16626 * bindings.el (mode-line-client)
16627 (mode-line-column-line-number-mode-map):
16628 * language/tibetan.el (tibetan-precomposition-rule-regexp)
16629 (tibetan-precomposed-regexp): Purecopy string arguments.
16631 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16633 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
16634 (calcDigit-nondigit):
16635 * calc/calc-yank.el (calc-copy-to-buffer):
16636 * calc/calc-units.el (calc-invalidate-units-table):
16637 * calc/calc-trail.el (calc-trail-yank):
16638 * calc/calc-store.el (calc-insert-variables):
16639 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
16640 * calc/calc-prog.el (calc-read-parse-table):
16641 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
16642 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
16643 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
16644 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
16645 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
16646 (calc-graph-name, calc-graph-find-command, calc-graph-view)
16647 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
16648 * calc/calc-ext.el (calc-realign):
16649 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
16650 (calc-embedded-finish-edit, calc-embedded-make-info)
16651 (calc-embedded-finish-command, calc-embedded-stack-change):
16652 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
16654 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
16655 shell-dynamic-complete-filename in preference to
16656 comint-dynamic-complete-filename.
16658 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
16659 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
16660 Don't consider whether the display supports colors.
16661 (bookmark-import-new-list): Use dolist.
16662 (bookmark-bmenu-mode-map): Move initialization into declaration.
16663 (bookmark-bmenu-list): Use dolist, simplify.
16664 (bookmark-show-all-annotations): Use save-selected-window and dolist.
16665 (menu-bar-final-items): Use push.
16667 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
16669 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
16670 it works on remote files.
16671 (vc-hg-diff): Don't pass any `--cwd' argument.
16673 2009-10-27 Kevin Ryde <user42@zip.com.au>
16675 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
16676 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
16677 (Further to Bug#3921).
16679 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
16681 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
16682 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
16683 calling `tramp-imap-put-file'. Add file size to the call.
16684 (tramp-imap-get-file-entries): Compute also user name, file size,
16686 (tramp-imap-handle-insert-directory): Insert uid and gid.
16687 (tramp-imap-handle-file-attributes): Transform uid and gid
16688 according to `id-format'.
16689 (tramp-imap-put-file): New optional parameter SIZE. Encode file
16690 size in header X-Size.
16692 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
16694 * simple.el (transpose-subr): Give clearer error when the mark
16695 is not set. (Bug#4807)
16697 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
16699 * net/tramp.el (tramp-perl-file-truename): New defconst.
16700 Perl code contributed by yary <not.com@gmail.com> (tiny change).
16701 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
16702 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
16703 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
16705 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
16706 Ignore `dired-call-process'.
16707 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
16709 2009-10-26 Julian Scheid <julians37@gmail.com>
16711 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
16712 (tramp-get-remote-readlink): New defun.
16713 (tramp-handle-file-truename): Use it.
16714 (tramp-handle-file-exists-p): Check file-attributes cache, assume
16715 file exists if cache value present.
16716 (tramp-check-cached-permissions): New defun.
16717 (tramp-handle-file-readable-p): Use it.
16718 (tramp-handle-file-writable-p): Likewise.
16719 (tramp-handle-file-executable-p): Likewise.
16720 (tramp-handle-file-name-all-completions): Try using Perl to get
16721 partial completions. When perl not available, combine `cd' and
16722 `ls' into single remote operation and use shell expansion to get
16723 partial remote directory contents. Set `file-exists-p' cache for
16724 directory and any files returned by ls. Change cache handling to
16725 support partial directory contents. Use error message emitted by
16726 remote `cd' or Perl code for local tramp-error.
16727 (tramp-do-copy-or-rename-file-directly): Avoid separate
16728 tramp-send-command-and-check call.
16729 (tramp-handle-process-file): Merge three remote ops into one.
16730 Do not flush all caches when `process-file-side-effects' is set.
16731 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
16732 file-attributes shows uid/gid to be set already.
16734 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
16736 * textmodes/tex-mode.el (tex-dvi-view-command)
16737 (tex-show-queue-command, tex-open-quote):
16738 * progmodes/ruby-mode.el (auto-mode-alist)
16739 (interpreter-mode-alist): Purecopy strings.
16741 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
16743 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
16744 string for the hook, keymap and abbrev table.
16746 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
16748 * x-dnd.el (x-dnd-xdnd-to-action):
16749 * startup.el (fancy-startup-text, fancy-about-text): Change to
16750 defconst from defvar.
16752 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
16754 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
16755 Purecopy initialization strings.
16757 * mail/sendmail.el (mail-header-separator)
16758 (mail-personal-alias-file):
16759 * mail/rmail.el (rmail-default-dont-reply-to-names)
16760 (rmail-ignored-headers, rmail-retry-ignored-headers)
16761 (rmail-highlighted-headers, rmail-secondary-file-directory)
16762 (rmail-secondary-file-regexp):
16763 * files.el (null-device, file-name-invalid-regexp)
16764 (locate-dominating-stop-dir-regexp)
16765 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
16766 (interpreter-mode-alist): Use mapcar instead of mapc.
16768 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
16770 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
16771 (completion-ignored-extensions):
16772 (debug-ignored-errors): Purecopy strings.
16774 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
16776 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
16777 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
16778 (pcomplete--here): Use push.
16780 * subr.el (all-completions): Declare the 4th arg obsolete.
16782 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16784 * pcomplete.el (pcomplete-unquote-argument-function): New var.
16785 (pcomplete-unquote-argument): New function.
16786 (pcomplete--common-suffix): Always pay attention to case.
16787 (pcomplete--table-subvert): Quote and unquote the text.
16788 (pcomplete--common-quoted-suffix): New function.
16789 (pcomplete-std-complete): Use it and pcomplete-begin.
16791 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
16792 we're inside a dedicated or minibuffer window.
16794 2009-10-24 Karl Fogel <kfogel@red-bean.com>
16796 * bookmark.el: Update documentation, especially documentation
16797 of `bookmark-alist' and of the bookmark file format.
16798 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
16800 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
16802 * mail/emacsbug.el (report-emacs-bug): Clarify that the
16803 keybindings apply to the mail buffer (Bug#4003). Shrink help
16806 * whitespace.el (whitespace-mode, whitespace-newline-mode)
16807 (global-whitespace-mode, global-whitespace-newline-mode)
16808 (whitespace-toggle-options, global-whitespace-toggle-options):
16809 Doc fix (Bug#3660).
16811 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
16812 of xmltok-start before the end tag was inserted (Bug#2840).
16814 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
16815 patterns that are preceded by an open-paren (Bug#1320).
16817 2009-10-24 Sven Joachim <svenjoac@gmx.de>
16819 * files.el (delete-directory): Delete symlinks to directories with
16820 delete-file (Bug#4739).
16822 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
16824 * vc.el (vc-backend-for-registration): Rename from
16825 vc-get-backend-for-registration. Update callers.
16827 * international/mule-cmds.el (set-language-info-alist):
16829 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
16830 (charset): Purecopy the name.
16831 (define-char-code-property): Purecopy string arguments.
16833 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
16834 Purecopy string arguments.
16836 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16837 * ediff-hook.el (menu-bar-ediff-menu):
16838 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
16839 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
16841 2009-10-24 Glenn Morris <rgm@gnu.org>
16843 * comint.el (comint-dynamic-list-completions):
16844 * term.el (term-dynamic-list-completions): Use choose-completion rather
16845 than obsolete alias mouse-choose-completion.
16847 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
16848 file-cache-choose-completion.
16849 (file-cache-choose-completion): Handle an optional event argument.
16850 (file-cache-mouse-choose-completion): Make it an obsolete alias.
16852 * progmodes/octave-mod.el (octave-complete-symbol):
16853 Use choose-completion if mouse-choose-completion is ever removed.
16855 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
16858 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
16861 * vc-hooks.el (vc-responsible-backend): Fix declaration.
16863 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16865 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
16866 Ignore `pred' now that we receive one.
16867 Handle test-completion specially.
16869 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
16871 * vc.el (vc-responsible-backend): Throw an error if not backend is
16872 found. Remove the REGISTER argument. Move the code dealing with
16874 (vc-get-backend-for-registration): ... here. New function.
16875 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
16876 of vc-responsible-backend, pass the file name instead of the
16879 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
16881 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
16883 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
16884 (pcomplete-comint-setup): Don't modify a global var via
16885 accidental side-effects.
16886 (pcomplete-shell-setup): Adjust call accordingly.
16887 (pcomplete-parse-comint-arguments): Use push.
16889 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
16891 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
16892 Allow uncapitalized info node names (Bug#3921).
16894 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
16895 to the DEBUG file (Bug#3781).
16897 2009-10-23 Jari Aalto <jari.aalto@cante.net>
16899 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
16900 dictionary entry (Bug#4579).
16902 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
16904 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
16905 from `rfn-eshadow-update-overlay-hook' when unloading.
16906 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
16907 "rsyncc". Adjust doc string.
16908 (tramp-temp-buffer-file-name): New buffer-local defvar.
16909 (tramp-handle-insert-file-contents, tramp-handle-write-region):
16910 Keep temporary file when indicated by method ("rsync" and
16912 (tramp-handle-write-region): Handle APPEND.
16913 (tramp-delete-temp-file-function): New defun. Added to
16914 `kill-buffer-hook'.
16916 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
16918 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
16920 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
16922 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
16923 (color-name-rgb-alist, tty-standard-colors)
16924 (tty-color-mode-alist): Change to defconst.
16926 * simple.el (mark-inactive): Purecopy message.
16928 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
16929 (global-map, yank-menu):
16930 * textmodes/ispell.el (ispell-menu-map):
16931 * net/eudc.el (eudc-tools-menu):
16932 * international/mule-cmds.el (describe-language-environment-map)
16933 (setup-language-environment-map, set-coding-system-map)
16934 (mule-menu-keymap):
16935 * vc-hooks.el (vc-menu-entry, vc-menu-map):
16936 * replace.el (occur-mode-map):
16937 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
16939 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
16941 * calc/calc.el (math-read-number, math-read-number-simple):
16942 Use `save-match-data'.
16944 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
16946 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
16947 rather than fiddling with global-map bindings, since it should only
16948 affect per-terminal settings.
16949 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
16951 * minibuffer.el (completion-table-with-terminator): Allow to specify
16952 the terminator-regexp.
16954 * simple.el (switch-to-completions): Look for *Completions* in other
16957 * pcomplete.el: Allow the use of completion-tables.
16958 (pcomplete-std-complete): New command.
16959 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
16960 (pcomplete--here): Use a function for `form' rather than an expression,
16961 so it can be byte-compiled.
16962 (pcomplete-here, pcomplete-here*): Adjust accordingly.
16963 Add edebug declaration.
16964 (pcomplete-show-completions): Remove unused var `curbuf'.
16965 (pcomplete-do-complete, pcomplete-stub):
16966 Don't assume `completions' is a list of strings any more.
16968 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
16970 * find-dired.el (find-name-arg): Fix typo in docstring.
16972 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
16974 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
16975 (pcmpl-linux-fs-types): Same, and update to new modules layout.
16977 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
16980 * comint.el (comint-read-input-ring, comint-write-input-ring)
16981 (comint-substitute-in-file-name)
16982 (comint-dynamic-complete-as-filename)
16983 (comint-dynamic-simple-complete)
16984 (comint-dynamic-list-filename-completions)
16985 (comint-dynamic-list-completions)
16986 (comint-redirect-results-list-from-process): Minor simplifications.
16988 2009-10-21 Kevin Ryde <user42@zip.com.au>
16990 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
16991 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
16992 the first form. And insert a blank line after ";;; Code" since
16993 that's usual style. (Bug#4612)
16995 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
16997 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
16999 * minibuffer.el (completion-table-with-terminator): Properly implement
17000 boundaries, in case `terminator' appears in the suffix.
17001 (completion--embedded-envvar-table): Don't return boundaries if
17002 there's no valid completion. Simplify.
17003 (completion-file-name-table): New completion table extracted from
17004 completion--file-name-table.
17005 (completion--file-name-table): Use it.
17006 (read-file-name-predicate): Declare obsolete.
17007 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
17008 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
17009 completion-file-name-table, and use the `pred' argument.
17010 * files.el (locate-file-completion-table): Use the `pred' arg rather
17011 than read-file-name-predicate.
17012 (abbreviate-file-name): Use \` rather than ^ for BOS.
17014 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
17016 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
17017 vc-responsible-backend to register, it causes problems.
17019 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17021 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
17023 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
17025 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
17026 (tramp-smb-handle-file-attributes): Use it.
17027 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
17028 (tramp-smb-handle-insert-directory): Use `mapc' rather than
17029 `mapcar'. Use `tramp-smb-get-stat-capability'.
17030 Add `dired-filename' text properties.
17031 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
17032 (tramp-smb-maybe-open-connection): Simplify check for smbclient
17035 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
17037 * subr.el (read-key-delay): Reduce to 0.01.
17038 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
17041 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17043 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
17045 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
17046 (Info-menu): Remove unused vars `last' and `completions'.
17047 (Info-index-nodes): Remove unused var `node'.
17049 * info.el (Info-complete-menu-item): Use complete-with-action.
17051 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
17053 Make vc-annotate work through copies and renames.
17054 * vc-annotate.el (vc-annotate-extract-revision-at-line):
17055 Return the file name too.
17056 (vc-annotate-revision-at-line)
17057 (vc-annotate-find-revision-at-line)
17058 (vc-annotate-revision-previous-to-line)
17059 (vc-annotate-show-log-revision-at-line): Update to get the file
17060 name from vc-annotate-extract-revision-at-line.
17061 (vc-annotate-show-diff-revision-at-line-internal): Change the
17062 argument to mean whether to show a file diff or not. Get the file
17063 name from vc-annotate-extract-revision-at-line.
17064 (vc-annotate-show-diff-revision-at-line):
17065 Update vc-annotate-show-diff-revision-at-line call.
17066 (vc-annotate-warp-revision): Add an optional file argument.
17068 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
17069 (vc-git-annotate-extract-revision-at-line): Also return the file
17072 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
17073 command. Remove unused code.
17074 (vc-hg-annotate-re): Update to match --follow output.
17075 (vc-hg-annotate-extract-revision-at-line): Also return the file
17078 * vc.el: Update annotate-extract-revision-at-line documentation.
17080 2009-10-18 Kevin Ryde <user42@zip.com.au>
17082 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
17083 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
17085 * net/browse-url.el (browse-url): Identify alist with "consp and
17086 not functionp" and let all other things go down the `apply' leg,
17087 as suggested by Stefan. (Further to bug#4531.)
17089 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
17091 * minibuffer.el (read-file-name): Check for repeat before putting
17092 a default argument in file-name-history (Bug#4657).
17094 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
17095 read syntax (Bug#4737).
17097 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
17099 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
17101 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
17102 (html-tag-alist, html-tag-help): Add descriptions for undocumented
17103 entries and make note of obsolete tags.
17105 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17107 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
17109 2009-10-18 Glenn Morris <rgm@gnu.org>
17111 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
17112 grep, so that binary files (eg international/uni-bidi.el) can match.
17113 Remove test for "UnicodeData" files, since it is hopefully unnecessary
17114 now, and in any case the file header format has changed.
17116 2009-10-17 Glenn Morris <rgm@gnu.org>
17118 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
17119 (flyspell-get-word, flyspell-large-region)
17120 (flyspell-auto-correct-previous-word): Doc/error message fixes.
17122 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
17124 * Makefile.in (ELCFILES): Add ede/shell.
17126 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
17128 * term/common-win.el (x-colors): Purecopy it.
17130 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17132 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
17133 permissive for when the buffer is empty.
17134 (tar-header-block-tokenize): Decode the username and groupname.
17135 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
17137 2009-10-17 Eric Ludlam <zappo@gnu.org>
17139 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
17140 contains multibyte characters, choose first applicable coding
17141 system automatically.
17143 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17145 * international/mule-cmds.el (select-safe-coding-system): If the file
17146 has a coding cookie, use it regardless of any other setting (bug#4712).
17148 2009-10-17 Glenn Morris <rgm@gnu.org>
17150 * foldout.el (foldout-mouse-swallow-events):
17151 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
17153 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
17154 (dired-keep-marker-copy, dired-keep-marker-hardlink)
17155 (dired-keep-marker-symlink, dired-dwim-target)
17156 (dired-copy-preserve-time): Do not autoload these defcustoms.
17158 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
17159 messages from messing up the file coding. (Bug#4623)
17161 2009-10-17 Jari Aalto <jari.aalto@cante.net>
17163 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
17164 if no match is found for the current dictionary. (Bug#4578)
17166 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
17167 optional, since that is how it is documented, and this is often called
17168 with a nil argument. (Bug#4577)
17169 (flyspell-external-point-words, flyspell-auto-correct-word)
17170 (flyspell-correct-word-before-point, flyspell-word-search-forward)
17171 (flyspell-word-search-backward): Remove nil argument in calls to
17172 flyspell-get-word, since it is not needed now.
17174 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
17176 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
17178 2009-10-16 Glenn Morris <rgm@gnu.org>
17180 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
17182 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
17184 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
17185 (ange-ftp-file-size): New function.
17186 (ange-ftp-file-attributes): Use it.
17188 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
17190 * net/tramp-smb.el (tramp-smb-version): New defvar.
17191 (tramp-smb-maybe-open-connection): Use it, in order to avoid
17194 2009-10-16 Glenn Morris <rgm@gnu.org>
17196 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
17197 Maybe copy some custom properties from old to new name. (Bug#4706)
17199 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
17201 * subr.el (error, sit-for, start-process-shell-command)
17202 (start-file-process-shell-command): Set the calling convention
17203 after the function definition.
17205 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
17207 * subr.el (error, sit-for, start-process-shell-command)
17208 (start-file-process-shell-command): Use the new
17209 set-advertised-calling-convention feature.
17211 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
17213 * international/ucs-normalize.el (ucs-normalize-version):
17215 (check-range): Adjust for Unicode 5.2.
17217 2009-10-15 Juri Linkov <juri@jurta.org>
17219 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
17220 to the `menu-item' format.
17222 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
17224 * net/tramp.el (tramp-replace-environment-variables): Do not fail
17225 if the environment variable does not exist.
17227 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17228 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
17230 (tramp-smb-handle-add-name-to-file)
17231 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17232 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17233 (tramp-smb-handle-file-attributes)
17234 (tramp-smb-do-file-attributes-with-stat)
17235 (tramp-smb-handle-file-local-copy)
17236 (tramp-smb-handle-insert-directory)
17237 (tramp-smb-handle-make-directory)
17238 (tramp-smb-handle-make-directory-internal)
17239 (tramp-smb-handle-make-symbolic-link)
17240 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
17241 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
17242 (tramp-smb-maybe-open-connection): Apply the changed parameters.
17243 (tramp-smb-read-file-entry): Read Disk names in compressed format.
17244 Handle long file names.
17245 (tramp-smb-get-cifs-capabilities): Check, whether the connection
17246 process is running.
17247 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
17248 Read share names with "-g" option.
17250 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
17252 * net/rcirc.el (rcirc-view-log-file): New command.
17253 (rcirc-track-minor-mode-map): Remove C-c ` binding.
17254 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
17257 2009-10-15 Glenn Morris <rgm@gnu.org>
17259 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
17260 from the second command-line argument.
17261 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
17262 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
17263 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
17264 w32-batch-update-autoloads.
17265 * emacs-lisp/autoload.el (autoload-make-program): New variable.
17266 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
17268 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
17269 the headers cannot be located. Simplify, subtracting superflous
17272 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
17274 Replace completion-base-size by completion-base-position to fix bugs
17275 such as (bug#4699).
17276 * simple.el (completion-base-position): New var.
17277 (completion-base-size): Mark as obsolete.
17278 (choose-completion): Make it work for mouse events as well.
17279 Pass the new base-position to choose-completion-string.
17280 (choose-completion-guess-base-position): New function, extracted from
17281 choose-completion-delete-max-match.
17282 (choose-completion-delete-max-match): Use it. Make obsolete.
17283 (choose-completion-string): Use the new base-position info.
17284 (completion-root-regexp): Delete.
17285 (completion-setup-function): Preserve completion-base-position.
17286 Eliminate obsolete base-size manipulation.
17287 * minibuffer.el (display-completion-list): Don't mess with base-size.
17288 (minibuffer-completion-help): Set completion-base-position instead.
17289 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
17291 * textmodes/bibtex.el (bibtex-complete):
17292 * emacs-lisp/crm.el (crm--choose-completion-string):
17293 Adjust to new calling convention.
17294 * complete.el (partial-completion-mode): Use minibufferp to avoid
17295 bumping into incompatible change to choose-completion-string-functions.
17296 * ido.el (ido-choose-completion-string): Make its calling convention
17298 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
17299 base-size manipulation.
17300 (comint-dynamic-list-input-ring): Use dotimes and push.
17301 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
17302 fundamental-mode. Use `or'.
17304 2009-10-14 Juri Linkov <juri@jurta.org>
17306 * misearch.el (multi-isearch-next-buffer-from-list)
17307 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
17309 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17311 * Makefile.in (compile-onefile): Load `bytecomp' rather than
17314 * minibuffer.el (completion-pcm--merge-completions): Make sure the
17315 string we return is all made up of text from the completions rather
17316 than part from the completions and part from the input (bug#4219).
17318 * ido.el (ido-everywhere): Use define-minor-mode.
17320 * buff-menu.el (list-buffers, ctl-x-map):
17321 Mark the entry points with ;;;###autoload cookies.
17323 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
17325 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
17326 correctly in the detached head case.
17327 (vc-git-print-log): Remove unused binding.
17329 * vc.el (vc-responsible-backend): When a directory is passed for
17330 for registration create a VC repository if no backend is
17331 responsible for the directory argument.
17332 (vc-deduce-fileset): Tell vc-responsible-backend to register.
17334 * vc.el: Move comments about RCS and SCCS ...
17336 * vc-sccs.el: ... here, respectively.
17338 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17340 * minibuffer.el (completion--file-name-table): Return nil if there's
17341 no file completion, even if substitute-in-file-name changed
17342 the string (bug#4708).
17344 2009-10-13 Juri Linkov <juri@jurta.org>
17346 * files-x.el (read-file-local-variable-value): Don't filter out
17347 minor modes from mode name completion (bug#4664).
17349 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
17351 * international/mule-cmds.el (ucs-names): Remove exclusion of
17352 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
17354 2009-10-13 Kenichi Handa <handa@m17n.org>
17356 * international/uni-name.el: Regenerated.
17358 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
17360 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
17361 should be automatically buffer-local, but isn't.)
17363 2009-10-12 Sam Steingold <sds@gnu.org>
17365 * progmodes/compile.el (compilation-next-error-function): Fix the
17366 timestamps if the buffer has been visited before.
17367 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
17368 non-anchored patterns, like the perl one (bug#3928).
17370 2009-10-12 Glenn Morris <rgm@gnu.org>
17372 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
17375 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
17377 * proced.el (proced-unload-function): New function.
17379 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
17380 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
17383 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
17385 2009-10-11 Juri Linkov <juri@jurta.org>
17387 * files-x.el (read-file-local-variable-value):
17388 Provide default value only for bound variables (bug#4664).
17390 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
17392 * net/tramp.el (tramp-local-host-p): Function shall return nil for
17393 connection methods like smb.
17395 * net/tramp-cache.el (tramp-flush-connection-property): The hash
17398 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17399 (tramp-smb-file-name-handler-alist): Add handlers for
17400 `add-name-to-file', `make-symbolic-link'.
17401 (tramp-smb-handle-add-name-to-file)
17402 (tramp-smb-do-file-attributes-with-stat)
17403 (tramp-smb-handle-make-symbolic-link)
17404 (tramp-smb-get-cifs-capabilities): New defuns.
17405 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17406 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17407 (tramp-smb-handle-file-local-copy)
17408 (tramp-smb-handle-make-directory-internal)
17409 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
17410 The file name syntax depends on cifs capabilities.
17411 (tramp-smb-handle-file-attributes):
17412 Call `tramp-smb-do-file-attributes-with-stat' if possible.
17413 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
17414 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
17416 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
17418 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
17419 (eieio-defclass): Apply deftype handler and setf-method properties
17421 (eieio-add-new-slot): Avoid union function from cl library.
17422 (eieio--typep): New function.
17423 (eieio-perform-slot-validation): Use it.
17425 2009-10-10 Karl Fogel <kfogel@red-bean.com>
17427 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
17428 Update documentation to refer to the variables documented in r1.135.
17431 2009-10-10 Karl Fogel <kfogel@red-bean.com>
17433 * bookmark.el (Info-suffix-list): Remove this unused variable.
17434 (bookmark-current-point): Remove this obsolete variable.
17435 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
17436 Adjust for removal of bookmark-current-point.
17438 (bookmarks-already-loaded, bookmark-current-buffer)
17439 (bookmark-yank-point): Document. (Bug#4188)
17441 2009-10-10 Glenn Morris <rgm@gnu.org>
17443 * frame.el (frame-height): Doc fix.
17445 * calendar/calendar.el (calendar-split-width-threshold): New option.
17446 (calendar-basic-setup): Use calendar-split-width-threshold.
17448 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
17450 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
17451 Ideographic Supplement" range (U+1F200..U+1F2FF).
17453 2009-10-09 Karl Fogel <kfogel@red-bean.com>
17455 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
17456 since the list will have been rebuilt anyway. (Bug#4349)
17458 2009-10-09 Karl Fogel <kfogel@red-bean.com>
17460 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
17461 (bookmark-bmenu-execute-deletions): Don't save here, as
17462 bookmark-delete will now do so if necessary.
17463 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
17466 2009-10-09 Glenn Morris <rgm@gnu.org>
17468 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
17470 2009-10-09 Karl Fogel <kfogel@red-bean.com>
17472 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
17473 (bookmark-jump-other-window): Just invoke bookmark-jump with new
17474 argument now, so the two function's behaviors will match. (Bug#3645)
17476 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
17478 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
17479 (tramp-file-name-real-host, tramp-file-name-port):
17480 Apply `save-match-data'.
17482 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
17483 case both directories are remote.
17484 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
17485 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
17487 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
17489 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
17491 2009-10-07 Glenn Morris <rgm@gnu.org>
17493 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
17496 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
17498 * files-x.el (read-file-local-variable): Include some
17499 non-user-variables in the completion table (bug#4664).
17501 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
17503 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
17506 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17507 (tramp-smb-file-name-handler-alist): Add handler for
17508 `copy-directory', `expand-file-name', `set-file-modes'.
17509 (tramp-smb-handle-copy-directory)
17510 (tramp-smb-handle-expand-file-name)
17511 (tramp-smb-handle-set-file-modes): New defuns.
17512 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
17513 (tramp-smb-handle-file-attributes): Simplify check for retrieving
17515 (tramp-smb-handle-insert-directory): Don't flush the cache.
17516 (tramp-smb-maybe-open-connection): Check for samba client and
17519 2009-10-07 Eli Zaretskii <eliz@gnu.org>
17521 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
17522 to not error out of search for "^lisp=" fails.
17524 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
17526 * makefile.w32-in (WINS_UPDATES): New macro.
17527 (custom-deps, finder-data, autoloads): Use it.
17529 2009-10-07 Glenn Morris <rgm@gnu.org>
17531 * Makefile.in (autoloads): Revert previous change.
17532 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
17533 the list of preloaded files passed on the command-line, get
17534 it from src/Makefile.
17536 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
17537 show the original buffer rather than a random one.
17539 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
17541 * help.el (describe-no-warranty): Place point in a slightly better
17542 position in the GPLv3 text.
17544 2009-10-06 Sam Steingold <sds@gnu.org>
17546 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
17547 the comm attribute is present before calling regexp-quote.
17549 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
17551 * play/animate.el (animate-string): For good effect, make sure
17552 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
17554 * play/animate.el (animate-sequence, animate-birthday-present):
17555 * misc.el (butterfly): Don't set `indent-tabs-mode'.
17557 2009-10-06 Glenn Morris <rgm@gnu.org>
17559 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
17561 * emacs-lisp/autoload.el (autoload-excludes): New variable.
17562 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
17563 (batch-update-autoloads): Process a string value of autoload-excludes,
17564 set during the build process.
17565 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
17567 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
17568 inside with-parsed... macro so that `v' is defined.
17570 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
17571 * progmodes/fortran.el (fortran-end-of-block)
17572 (fortran-beginning-of-block):
17573 Also push mark in the macro case.
17575 * emerge.el (emerge-show-file-name):
17576 * calc/calc.el (calc-quit):
17577 * calc/calc-misc.el (calc-big-or-small):
17578 * calc/calc-graph.el (calc-graph-view):
17579 * calc/calc-ext.el (calc-reset):
17580 * calendar/calendar.el (calendar-basic-setup):
17581 Use window-full-height-p.
17583 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
17584 header we don't understand, don't insert another. (Bug#4624)
17585 If changing mime charset, insert the new one in the right place.
17587 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
17589 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
17590 (cal-tex-cursor-month): Correctly increment the end date for diary and
17591 holiday listing. (Bug#4626)
17593 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
17595 * help-fns.el (describe-function-1): Don't burp if the function is not
17598 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
17600 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
17601 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
17602 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
17603 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
17605 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
17606 (eieio-default-superclass): Reflow docstrings.
17607 (this, class-option-assoc, defclass, eieio-class-un-autoload)
17608 (eieio-unbind-method-implementations, defmethod)
17609 (eieio-validate-slot-value, eieio-validate-class-slot-value)
17610 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
17611 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
17612 (eieio-slot-originating-class-p, eieio-slot-name-index)
17613 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
17614 (constructor, initialize-instance, no-next-method, object-print)
17615 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
17616 Fix typos in docstrings.
17617 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
17618 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
17619 (next-method-p): Doc fixes.
17620 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
17621 Fix typos in error messages.
17622 (eieio-defmethod): Fix typo in description of generic method.
17624 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
17625 (eieio-persistent-save-interactive, slot-missing):
17626 Fix typos in docstrings.
17627 (eieio-instance-inheritor-slot-boundp): Doc fix.
17629 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
17630 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
17632 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
17633 (eieio-custom-object-apply-reset):
17634 Fix typos in docstrings and error messages.
17636 * emacs-lisp/eieio-datadebug.el (data-debug-show):
17637 Fix typo in docstring.
17639 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
17640 (eieio-browse-tree): Doc fix.
17641 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
17642 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
17643 Fix typos in docstrings.
17645 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
17646 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
17647 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
17648 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
17651 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
17653 * vc-hg.el (log-view-vc-backend): Declare for compiler.
17654 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
17655 Set log-view-vc-backend so that diff can work.
17657 * log-view.el (log-view-diff): Use vc-diff-internal instead of
17659 (vc-diff-internal): Autoload this instead of vc-version-diff.
17661 2009-10-05 Eli Zaretskii <eliz@gnu.org>
17663 * simple.el (eval-expression): Doc fix.
17665 * progmodes/cwarn.el (cwarn-mode): Doc fix.
17667 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
17669 * files.el (directory-files-no-dot-files-regexp): New defconst.
17670 (delete-directory): Use it.
17671 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
17673 * net/tramp.el (tramp-verbose): Fix docstring.
17674 (tramp-methods): Add recursive option to `tramp-copy-args'.
17675 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
17676 "scp1_old", "scp2_old", "rsync", "rsyncc".
17677 (tramp-default-method): Check also for `auth-source-user-or-password'.
17678 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
17679 Add handler for `copy-directory'.
17680 (tramp-handle-copy-directory): New defun.
17681 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
17682 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
17683 Optimize sent command.
17685 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
17687 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
17688 window if necessary.
17690 * calendar/calendar.el (calendar-basic-setup): Don't call
17691 switch-to-buffer in a dedicated window.
17693 2009-10-05 Karl Fogel <kfogel@red-bean.com>
17695 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
17696 don't do anything related to relocating, just return nil.
17697 (bookmark-error-no-filename): New error.
17698 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
17699 bookmark has no file. Don't even attempt to handle things that
17700 are not files; the whole point of custom handlers is to keep that
17701 knowledge elsewhere anyway. Tighten some comments.
17702 (bookmark-file-or-variation-thereof): Remove now-unused function.
17703 (bookmark-location): Doc string fix.
17706 2009-10-04 Karl Fogel <kfogel@red-bean.com>
17708 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
17709 don't use a file dialog, because they usually don't know how to read
17710 a directory target from the user. (Bug#4230)
17711 Also, make sure the prompt can display directories as well as files.
17713 2009-10-04 Karl Fogel <kfogel@red-bean.com>
17715 * bookmark.el (bookmark-set, bookmark-buffer-name):
17716 Improve doc strings. (Bug#1193)
17718 2009-10-04 Karl Fogel <kfogel@red-bean.com>
17720 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
17721 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
17722 (bookmark-get-annotation, bookmark-set-annotation)
17723 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
17724 (bookmark-set-position, bookmark-get-front-context-string)
17725 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
17726 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
17727 (bookmark-jump-other-window, bookmark-handle-bookmark)
17728 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
17729 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
17730 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
17731 Improve doc strings to say whether bookmark can be a string or
17732 a record or both, and make other consistency and clarity fixes.
17733 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
17734 (bookmark-default-annotation-text, bookmark-yank-word)
17735 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
17736 (bookmark-import-new-list, bookmark-maybe-rename)
17737 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
17738 (bookmark-bmenu-bookmark): Give these doc strings.
17739 (bookmark-bmenu-check-position): Give this a doc string, but also
17740 add a FIXME comment about how the function may be pointless.
17741 (bookmark-default-handler): Rework doc string and change a
17742 parameter name, to clarify that this takes a bookmark record
17743 not a bookmark name.
17744 (bookmark-set): Change a parameter name to indicate its meaning,
17745 and improve the doc string a bit.
17748 2009-10-04 Karl Fogel <kfogel@red-bean.com>
17750 * bookmark.el (bookmark-alist): Document the new `handler' element
17751 in the param alist.
17752 (bookmark-make-record-function): Adjust documentation for above.
17755 2009-10-04 Karl Fogel <kfogel@red-bean.com>
17757 * info.el (Info-bookmark-make-record): Document this function.
17758 (Info-bookmark-jump): Document with a doc string, not just a comment.
17761 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
17763 * files.el (copy-directory): New defun.
17765 * dired-aux.el (dired-copy-file-recursive): Use it.
17767 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
17769 * files-x.el (modify-dir-local-variable)
17770 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
17773 * recentf.el (recentf-unload-function): New function.
17775 2009-10-04 Glenn Morris <rgm@gnu.org>
17777 * window.el (window-full-height-p): Add doc string.
17779 2009-10-04 Martin Rudalics <rudalics@gmx.at>
17781 * window.el (window-full-height-p): New function. (Bug#4543)
17783 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
17785 * vc.el: Remove commented out code.
17786 (vc-derived-from-dir-mode): Remove, unused.
17787 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
17789 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
17791 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
17792 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
17793 there could be recursive loading when `default-directory' is a
17794 remote file name. (Bug#4614)
17796 2009-10-03 Glenn Morris <rgm@gnu.org>
17798 * calendar/calendar.el (calendar-basic-setup): Handle the case where
17800 (calendar-generate-window): Test for shrinkability rather than width.
17802 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
17803 reusing existing buffers, in case we happen to visit two files with the
17804 same basename. (Bug#4593)
17806 2009-10-02 Eli Zaretskii <eliz@gnu.org>
17808 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
17809 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
17810 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
17811 subdirs of cedet as well.
17812 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
17814 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
17816 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
17817 Obey advertised-signature-table.
17819 * help-fns.el (help-function-arglist): Don't check
17820 advertised-signature-table.
17821 (describe-function-1): Do it here instead so it also applies to subrs.
17823 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
17825 * simple.el (start-file-process): Say in the doc-string, that file
17826 handlers might not support pty association, if PROGRAM is nil.
17828 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
17829 HOST and USER are strings. They are nil, when there are
17830 incomplete entries in ~/.netrc, for example.
17831 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
17832 root directory ("device busy" error otherwise).
17834 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
17835 Flush file properties of created directory.
17837 2009-10-02 Eli Zaretskii <eliz@gnu.org>
17839 * makefile.w32-in (WINS_BASIC): Remove cedet.
17840 (WINS_CEDET): Add cedet.
17841 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
17843 2009-10-02 Kevin Ryde <user42@zip.com.au>
17845 * net/browse-url.el (browse-url): Pass any symbol in
17846 browse-url-browser-function to `apply', since if you've mistakenly put
17847 an unbound symbol then the error is clearer. (Bug#4531)
17849 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
17851 * allout.el (allout-init, allout-back-to-current-heading)
17852 (allout-beginning-of-current-entry, allout-ascend-to-depth)
17853 (allout-ascend, allout-up-current-level, allout-end-of-level)
17854 (allout-previous-visible-heading, allout-forward-current-level)
17855 (allout-backward-current-level, allout-show-children):
17856 * apropos.el (apropos-describe-plist):
17857 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
17858 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
17859 * completion.el (add-completion, add-permanent-completion):
17860 * descr-text.el (describe-text-category, describe-char):
17861 * desktop.el (desktop-lazy-abort):
17862 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
17863 * dired.el (dired-build-subdir-alist):
17864 * ediff.el (ediff-version):
17865 * elide-head.el (elide-head, elide-head-show):
17866 * emerge.el (emerge-version):
17868 * face-remap.el (variable-pitch-mode):
17869 * faces.el (describe-face):
17870 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
17872 * files.el (find-file-existing, auto-save-mode):
17873 * font-lock.el (font-lock-fontify-buffer):
17874 * help-fns.el (describe-function, describe-variable)
17875 (describe-syntax, describe-categories):
17876 * help.el (view-lossage, describe-bindings, describe-key)
17878 * hexl.el (hexl-current-address):
17879 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
17880 * info.el (Info-goto-emacs-key-command-node):
17881 * log-edit.el (log-edit-insert-cvs-template)
17882 (log-edit-insert-cvs-rcstemplate):
17883 * menu-bar.el (menu-bar-mode):
17884 * mouse.el (mouse-appearance-menu):
17885 * newcomment.el (comment-indent-new-line):
17886 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
17887 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
17888 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
17889 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
17890 * recentf.el (recentf-mode):
17891 * savehist.el (savehist-mode, savehist-save):
17892 * shadowfile.el (shadow-copy-files):
17893 * simple.el (kill-ring-save, next-line, previous-line)
17894 (normal-erase-is-backspace-mode):
17895 * strokes.el (strokes-update-window-configuration)
17896 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
17897 (strokes-xpm-for-stroke):
17898 * time.el (emacs-uptime, emacs-init-time):
17899 * tutorial.el (tutorial--describe-nonstandard-key)
17900 (tutorial--detailed-help):
17901 * type-break.el (type-break-mode)
17902 (type-break-mode-line-message-mode, type-break-query-mode)
17903 (type-break-guesstimate-keystroke-threshold):
17904 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
17905 * version.el (emacs-version):
17906 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
17907 * winner.el (winner-mode):
17908 * calendar/timeclock.el (timeclock-in, timeclock-out)
17909 (timeclock-status-string, timeclock-change)
17910 (timeclock-workday-remaining-string)
17911 (timeclock-workday-elapsed-string)
17912 (timeclock-when-to-leave-string):
17913 * calendar/todo-mode.el (todo-add-category):
17914 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
17915 * emacs-lisp/autoload.el (update-file-autoloads):
17916 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
17917 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
17918 (checkdoc-message-text, checkdoc-defun):
17919 * emacs-lisp/debug.el (debugger-list-functions):
17920 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
17921 * emacs-lisp/eieio-opt.el (eieio-describe-class)
17922 (eieio-describe-generic):
17923 * emacs-lisp/lisp-mnt.el (lm-synopsis):
17924 * emacs-lisp/shadow.el (list-load-path-shadows):
17925 * emulation/cua-base.el (cua-mode):
17926 * emulation/edt.el (edt-set-scroll-margins):
17927 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
17928 (tpu-toggle-regexp, tpu-toggle-search-direction)
17929 (tpu-toggle-rectangle, tpu-toggle-control-keys):
17930 * emulation/tpu-extras.el (tpu-set-scroll-margins):
17931 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
17932 (viper-set-parsing-style-toggling-macro)
17933 (viper-set-emacs-state-searchstyle-macros):
17934 * emulation/viper.el (viper-set-hooks):
17935 * eshell/esh-mode.el (eshell-truncate-buffer):
17936 * international/mule-cmds.el (prefer-coding-system)
17937 (describe-input-method, describe-language-environment):
17938 * international/mule-diag.el (list-character-sets)
17939 (describe-character-set, describe-coding-system)
17940 (describe-fontset, list-fontsets, list-input-methods):
17941 * mail/sendmail.el (mail-signature):
17942 * net/ange-ftp.el (ange-ftp-copy-file):
17943 * net/browse-url.el (browse-url):
17944 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
17945 * net/quickurl.el (quickurl-add-url):
17946 * net/rcirc.el (names, topic):
17947 * net/xesam.el (xesam-mode):
17948 * play/5x5.el (5x5-new-game):
17949 * play/yow.el (apropos-zippy):
17950 * progmodes/ada-mode.el (ada-mode-version):
17951 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
17953 (f90-beginning-of-block):
17954 * progmodes/fortran.el (fortran-end-of-block)
17955 (fortran-beginning-of-block):
17956 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
17957 * progmodes/python.el (python-describe-symbol, python-shell):
17958 * term/ns-win.el (ns-print-buffer):
17959 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
17960 * textmodes/flyspell.el (flyspell-mode-on):
17961 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
17962 (pages-directory-for-addresses):
17963 * textmodes/table.el (table-recognize-cell)
17964 (table-query-dimension, table-generate-source)
17965 (table-insert-sequence, table--warn-incompatibility):
17966 * textmodes/tex-mode.el (tex-validate-buffer):
17967 * textmodes/texinfmt.el (texinfmt-version)
17968 (texinfo-format-buffer):
17969 Use `called-interactively-p' instead of `interactive-p'.
17971 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
17973 * image-mode.el (image-toggle-display):
17974 * emacs-lisp/elp.el (elp-instrument-function):
17975 * emacs-lisp/advice.el (ad-make-advised-definition):
17976 * emacs-lisp/easy-mmode.el (define-minor-mode):
17977 * net/browse-url.el (browse-url-maybe-new-window):
17978 * progmodes/sh-script.el (sh-learn-buffer-indent):
17979 Pass new argument 'any to `called-interactively-p'.
17981 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
17983 * international/uni-bidi.el:
17984 * international/uni-category.el:
17985 * international/uni-combining.el:
17986 * international/uni-comment.el:
17987 * international/uni-decimal.el:
17988 * international/uni-decomposition.el:
17989 * international/uni-digit.el:
17990 * international/uni-lowercase.el:
17991 * international/uni-mirrored.el:
17992 * international/uni-name.el:
17993 * international/uni-numeric.el:
17994 * international/uni-old-name.el:
17995 * international/uni-titlecase.el:
17996 * international/uni-uppercase.el:
17997 Regenerate from Unicode 5.2.0 data.
17999 2009-10-01 Glenn Morris <rgm@gnu.org>
18001 * Makefile.in (ELCFILES): Regenerate.
18003 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18005 * subr.el (interactive-p): Mark obsolete.
18006 (called-interactively-p): Make the optional-ness of `kind' obsolete.
18007 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
18008 advertised-signature-table for subroutines as well.
18010 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
18011 (set-advertised-calling-convention): New function.
18012 (make-obsolete, define-obsolete-function-alias)
18013 (make-obsolete-variable, define-obsolete-variable-alias):
18014 Make the optional-ness of `when' obsolete.
18015 (define-obsolete-face-alias): Make `when' non-optional.
18016 * help-fns.el (help-function-arglist):
18017 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
18018 Use advertised-signature-table.
18020 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
18022 * files.el (delete-directory): New defun. The original function
18023 in fileio.c has been renamed to `delete-directory-internal'.
18025 * dired.el (dired-delete-file): Call `delete-directory' with
18026 RECURSIVE parameter.
18028 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
18029 parameter RECURSIVE. Implementation is missing.
18031 * net/tramp.el (tramp-handle-make-directory): Flush upper
18032 directory's file properties.
18033 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
18034 (tramp-handle-dired-recursive-delete-directory): Flush directory
18035 properties after the remove command only.
18037 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
18038 Handle optional parameter RECURSIVE.
18040 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
18041 Handle optional parameter RECURSIVE.
18043 * net/tramp-smb.el (tramp-smb-errors): Add error message for
18044 connection timeout.
18045 (tramp-smb-handle-delete-directory): Handle optional parameter
18048 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18050 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
18051 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
18052 (byte-compile-defmacro): Use backquotes.
18054 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
18056 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
18057 has no associated file.
18058 (vc-resynch-buffer): Use vc-dir-buffers.
18060 2009-10-01 Glenn Morris <rgm@gnu.org>
18062 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
18063 (chart-file-count):
18064 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
18065 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
18066 * emacs-lisp/eieio-opt.el (eieio-describe-class):
18067 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
18068 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
18069 (eieio-copy-parents-into-subclass, make-instance, class-children)
18070 (eieio-generic-form):
18072 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
18073 match-data. (Bug#4555).
18075 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
18076 rather than parsing it as a regexp. This relaxes the layout
18077 requirements and makes errors easier to detect.
18078 (check-declare-verify): Check file is regular.
18079 (check-declare-directory): Doc fix.
18080 * subr.el (declare-function): Doc fix.
18082 * ibuffer.el (ibuffer-format-qualifier):
18083 * isearch.el (hi-lock-regexp-okay):
18084 * calc/calc.el (math-zerop):
18085 * mail/uce.el (rmail-msgbeg, rmail-msgend):
18086 * term/w32-win.el (setup-default-fontset, set-fontset-font):
18087 Remove unused declarations.
18089 2009-09-30 Eric Ludlam <zappo@gnu.org>
18091 * emacs-lisp/eieio.el (boolean-p): Delete.
18093 2009-09-30 Glenn Morris <rgm@gnu.org>
18095 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
18097 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
18098 filename is not a string.
18100 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
18102 * files.el (safe-local-eval-forms): Fix typo.
18104 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
18106 * vc-hooks.el (vc-dir-buffers): New var.
18107 (vc-state-refresh): New function.
18108 (vc-state): Use it.
18109 (vc-after-save): Always ask the backend to recompute the new state.
18110 Always call vc-dir if necessary, using vc-dir-buffers.
18111 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
18112 Use vc-dir-buffers.
18113 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
18114 (vc-dir-prepare-status-buffer, vc-dir-update)
18115 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
18116 Don't call expand-file-name on default-directory.
18118 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
18120 * speedbar.el (speedbar-item-delete):
18121 * calc/calc-prog.el (calc-kbd-if):
18122 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
18124 * epa.el (epa-key-list-mode-map):
18125 * hi-lock.el (hi-lock-menu): Fix typos in menus.
18127 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
18128 (hs-show-hook): Fix typo in docstring.
18130 2009-09-29 Glenn Morris <rgm@gnu.org>
18132 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
18133 file-name-nondirectory call preventing location of cedet files.
18134 (check-declare-verify): Use literal search rather than re-search.
18135 Add basic defmethod and defclass, and define-overloadable-function.
18137 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18138 Use tramp-compat-file-attributes rather than nonexistent
18139 tramp-compat-handle-file-attributes.
18141 * Makefile.in (lisptagsfiles4): New.
18142 (AUTOGENEL): Add cedet loaddefs files.
18143 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
18144 (update-elclist, compile-always, backup-compiled-files)
18145 (bootstrap-clean): Add yet another directory level.
18146 (update-elclist): Use LC_COLLATE rather than COLLATE.
18147 (ELCFILES): Update, via `make update-elclist'.
18149 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
18151 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
18152 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
18153 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
18155 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
18157 * Makefile.in (lisptagsfiles3): Define.
18158 (TAGS, TAGS-LISP): Use it.
18159 (update-elclist): Add third directory level to look for elc files.
18160 (compile-always): Likewise.
18161 (backup-compiled-files): Likewise.
18162 (bootstrap-clean): Likewise.
18163 (ELCFILES): Update.
18165 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
18167 * Makefile.in (ELCFILES): Add CEDET files.
18169 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
18171 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
18173 * net/tramp.el (top): Require tramp-imap.
18175 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18176 Use `tramp-compat-handle-file-attributes'.
18178 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18180 * net/tramp-imap.el: New package.
18182 2009-09-28 Eric Ludlam <zappo@gnu.org>
18184 * emacs-lisp/chart.el:
18185 * emacs-lisp/eieio-base.el:
18186 * emacs-lisp/eieio-comp.el:
18187 * emacs-lisp/eieio-custom.el:
18188 * emacs-lisp/eieio-datadebug.el:
18189 * emacs-lisp/eieio-opt.el:
18190 * emacs-lisp/eieio-speedbar.el:
18191 * emacs-lisp/eieio.el: New files.
18193 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18195 * whitespace.el (whitespace-trailing-regexp)
18196 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
18199 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
18201 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
18204 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
18205 menu-bar-ediff-menu.
18207 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
18208 define-overloadable-function.
18210 * progmodes/autoconf.el: Provide autoconf as well, so that this
18211 file can be `require'd.
18213 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
18215 * emacs-lisp/autoload.el (generated-autoload-feature)
18216 (generated-autoload-load-name): New vars.
18217 (autoload-rubric, autoload-generate-file-autoloads): Use them.
18218 (make-autoload): Recognize define-overloadable-function and
18219 defclass forms (for EIEIO).
18221 * Makefile.in (update-subdirs): Exclude cedet directory.
18223 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
18225 * term/ns-win.el: Don't set the region face background. (Bug#4381)
18227 * faces.el: Default light-background background for region face to
18228 ns_selection_color under NS.
18230 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
18232 * net/imap-hash.el: New library, see NEWS.
18234 * Makefile.in (ELCFILES): Add imap-hash.el.
18236 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
18238 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
18239 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
18240 * help-macro.el (make-help-screen): Avoid using an ambiguous function
18241 definition where the docstring could be taken for the return value.
18243 2009-09-26 Glenn Morris <rgm@gnu.org>
18245 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
18246 Add option to only show images below a certain size.
18247 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
18248 save-excursion calls.
18250 2009-09-26 Eli Zaretskii <eliz@gnu.org>
18252 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
18253 subdirectories) and eieio.
18255 2009-09-26 Alan Mackenzie <acm@muc.de>
18257 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18258 Correct buggy bracketing. (Bug#4289)
18260 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
18261 character constants (as case labels). (Bug#4289)
18263 2009-09-25 Juri Linkov <juri@jurta.org>
18265 * files.el (safe-local-eval-forms): Allow time-stamp in
18266 before-save-hook (Bug#4554).
18268 2009-09-25 Drew Adams <drew.adams@oracle.com>
18270 * menu-bar.el (list-buffers-directory): Doc fix.
18272 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
18274 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
18275 Try and avoid copying twice the same paragraph.
18276 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
18277 Remove save-excursion.
18278 (log-edit-changelog-entry): Do it here instead.
18280 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
18282 * bs.el (bs--get-file-name): Use `list-buffers-directory'
18283 when available, instead of hardcoding mode names. Doc fix.
18285 * menu-bar.el (list-buffers-directory): Add docstring.
18286 Make automatically buffer-local.
18288 * dired.el (dired-mode):
18289 * files.el (cd-absolute):
18290 * pcvs.el (cvs-temp-buffer):
18291 * pcvs-util.el (cvs-get-buffer-create):
18292 * shell.el (shell-mode):
18293 * vc-dir.el (vc-dir-mode):
18294 Don't make `list-buffers-directory' buffer local.
18296 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
18298 * comint.el (comint-exec, comint-run, make-comint):
18299 Doc fixes (Bug#4542).
18301 2009-09-25 Glenn Morris <rgm@gnu.org>
18303 * mail/rmailmm.el (rmail-mime): New custom group.
18304 Move all defcustoms in this file into this group.
18305 (rmail-mime-media-type-handlers-alist): Revert previous change.
18306 (rmail-mime-show-images): New option.
18307 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
18308 references to it, since it wasn't actually used for anything.
18309 (rmail-mime-insert-image): New function.
18310 (rmail-mime-image): Use rmail-mime-insert-image.
18311 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
18312 obey the value of `rmail-mime-show-images' option. Print the size of
18315 2009-09-25 David Engster <deng@randomsample.de>
18317 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
18319 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18321 * whitespace.el: Does not highlight trailing spaces While point is
18322 at end of line. Does not highligt spaces at beginning of buffer
18323 while point is at beginning of buffer. Does not highlight spaces
18324 at end of buffer while point is at end of buffer. (Bug#4177)
18326 (whitespace-display-mappings): Adjust initialization.
18327 (whitespace-point, whitespace-font-lock-refontify): New vars.
18328 (whitespace-color-on, whitespace-color-off): Adjust code.
18329 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
18330 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
18331 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
18333 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
18335 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
18337 * textmodes/sgml-mode.el: Remove xml-mode alias.
18339 * files.el (auto-mode-alist, conf-mode-maybe)
18340 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
18342 2009-09-24 Alan Mackenzie <acm@muc.de>
18344 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
18345 c-forward-conditionals, but it doesn't move point and doesn't set
18347 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
18348 (c-down-conditional-with-else, c-backward-conditional)
18349 (c-forward-conditional): Refactor to use c-scan-conditionals.
18351 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
18353 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
18354 (help-default-arg-highlight): Remove.
18355 (help-highlight-arg): New function.
18356 (help-do-arg-highlight): Use it.
18357 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
18359 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18361 * term.el (term-set-scroll-region, term-handle-ansi-escape):
18362 Undo last change, which didn't fix the problem and introduced others.
18364 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
18366 * progmodes/gdb-mi.el: Don't require speedbar.
18367 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
18369 2009-09-24 Glenn Morris <rgm@gnu.org>
18371 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
18373 * term/ns-win.el (ns-reg-to-script): Define for compiler.
18375 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
18376 there is no newline after the final mime boundary. (Bug#4539)
18377 Move markers on insertion so that any buttons inserted don't end up in
18378 the next part of a multipart message.
18379 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
18380 (rmail-mime-bulk-handler): Optionally handle images.
18381 (rmail-mime-image): New button action.
18382 (rmail-mime-image-handler): New function.
18383 (rmail-mime-mode): New mode.
18384 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
18386 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18388 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
18389 than just dropping elements from it (bug#4504).
18391 * term.el (term-set-scroll-region): Don't move cursor any more.
18392 (term-handle-ansi-escape): Call term-goto here instead.
18393 Suggested by Ivan Kanis <apple@kanis.eu>.
18395 * term.el: Require CL.
18396 (term-ansi-reset): New function.
18397 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
18398 (term-handle-colors-array): Simplify.
18400 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
18402 * allout.el (allout-overlay-interior-modification-handler)
18403 (allout-obtain-passphrase):
18404 * epa-file.el (epa-file-write-region):
18405 * ps-print.el (ps-begin-job):
18406 * vc-hooks.el (vc-toggle-read-only):
18407 * vc-rcs.el (vc-rcs-rollback):
18408 * vc-sccs.el (vc-sccs-rollback):
18409 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
18410 (vc-version-diff, vc-revert, vc-rollback):
18411 * wdired.el (wdired-check-kill-buffer):
18412 * emacs-lisp/authors.el (authors):
18413 * net/socks.el (socks-open-connection):
18414 * net/zeroconf.el (zeroconf-service-add-hook):
18415 * obsolete/vc-mcvs.el (vc-mcvs-register):
18416 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
18417 (gdb-select-frame):
18418 * progmodes/grep.el (lgrep, rgrep):
18419 * progmodes/idlw-help.el (idlwave-help-check-locations)
18420 (idlwave-help-html-link, idlwave-help-assistant-open-link):
18421 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
18422 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
18423 (reftex-toc-rename-label): Fix typos in error messages.
18425 * dired-aux.el (dired-do-shell-command): Reflow docstring.
18426 (dired-copy-how-to-fn): Doc fix.
18427 (dired-files-attributes, dired-read-shell-command):
18428 Fix typos in docstrings.
18430 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
18431 (dired-x-find-file-other-window): Reflow docstrings.
18432 (dired-omit-marker-char, dired-read-shell-command)
18433 (dired-x-submit-report): Fix typos in docstrings.
18435 * shell.el (shell-mode-hook):
18436 * view.el (View-scroll-line-forward):
18437 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
18438 Fix typos in docstrings.
18440 * net/dig.el (dig-invoke): Fix typo in docstring.
18441 (query-dig): Reflow docstring.
18443 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
18444 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
18445 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
18446 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
18447 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
18448 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
18449 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
18450 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
18451 (idlwave-completion-map, idlwave-current-indent)
18452 (idlwave-custom-ampersand-surround, idlwave-customize)
18453 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
18454 (idlwave-define-abbrev, idlwave-determine-class-special)
18455 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
18456 (idlwave-end-block-reg, idlwave-end-of-statement)
18457 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
18458 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
18459 (idlwave-explicit-class-listed, idlwave-file-header)
18460 (idlwave-fill-paragraph, idlwave-find-class-definition)
18461 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
18462 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
18463 (idlwave-in-quote, idlwave-indent-action-table)
18464 (idlwave-indent-expand-table, idlwave-indent-line)
18465 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
18466 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
18467 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
18468 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
18469 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
18470 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
18471 (idlwave-outlawed-buffers, idlwave-popup-select)
18472 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
18473 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
18474 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
18475 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
18476 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
18477 (idlwave-statement-type, idlwave-struct-skip)
18478 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
18479 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
18480 (idlwave-what-module-find-class): Fix typos in docstrings.
18481 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
18482 (idlwave-calculate-cont-indent, idlwave-expand-equal)
18483 (idlwave-find-module, idlwave-find-structure-definition)
18484 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
18485 (idlwave-list-load-path-shadows, idlwave-next-statement)
18486 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
18487 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
18488 (idlwave-template): Reflow docstrings.
18490 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
18491 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
18492 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
18493 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
18494 (idlwave-shell-display-line, idlwave-shell-display-wframe)
18495 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
18496 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
18497 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
18498 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
18499 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
18500 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
18501 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
18502 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
18503 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
18504 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
18505 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
18506 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
18507 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
18508 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
18509 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
18510 Fix typos in docstrings.
18511 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
18512 (idlwave-shell-hide-output, idlwave-shell-mode)
18513 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
18516 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
18518 2009-09-24 Ivan Kanis <apple@kanis.eu>
18520 * term.el (term-bold-attribute): New var.
18521 (term-handle-colors-array): Use it.
18523 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
18525 * progmodes/gdb-mi.el (gdb-version): New variable.
18526 (gdb-non-stop-handler): Set gdb-version.
18527 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
18528 Condition "--thread" option on gdb-version.
18529 (gdb-invalidate-threads): Remove unused argument.
18531 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18533 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
18534 to looking-back to avoid ridiculous slow down in large files (bug#4511).
18536 2009-09-23 Glenn Morris <rgm@gnu.org>
18538 * mail/rmail.el (rmail-reply): Don't try to add a References header when
18539 replying to mail without References or Message-Id. (Bug#4525)
18541 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
18543 * term/ns-win.el (ns-reg-to-script): New variable.
18545 2009-09-23 Daiki Ueno <ueno@unixuser.org>
18547 * epg.el (epg-wait-for-status): Preserve existing 'error results.
18549 2009-09-22 Sam Steingold <sds@gnu.org>
18551 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
18552 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
18553 to 1 because hg returns status 1 when nothing is found.
18554 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
18556 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
18558 * textmodes/fill.el: Convert to utf-8 encoding.
18559 (fill-french-nobreak-p): Remove redundant » and « inherited from our
18562 * add-log.el (change-log-fill-forward-paragraph): New function.
18563 (change-log-mode): Use it so fill-region DTRT.
18564 Set fill-indent-according-to-mode here rather than in
18565 change-log-fill-paragraph.
18566 (change-log-fill-paragraph): Remove.
18568 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
18570 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
18571 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
18573 2009-09-22 Glenn Morris <rgm@gnu.org>
18575 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
18576 the scroll-bar scroll the calendar window rather than the buffer.
18578 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
18579 commands that move point (as opposed to scrolling).
18581 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
18583 * emacs-lisp/elint.el (elint): New custom group.
18584 (elint-log-buffer): Make it a defcustom.
18585 (elint-scan-preloaded, elint-ignored-warnings)
18586 (elint-directory-skip-re): New options.
18587 (elint-builtin-variables): Doc fix.
18588 (elint-preloaded-env): New variable.
18589 (elint-unknown-builtin-args): Add an entry for encode-time.
18590 (elint-extra-errors): Make it a variable rather than a constant.
18591 (elint-preloaded-skip-re): New constant.
18592 (elint-directory): Skip files matching elint-directory-skip-re.
18593 (elint-features): New variable, local to linted buffers.
18594 (elint-update-env): Initialize elint-features. Possibly add
18595 elint-preloaded-env to the buffer's environment.
18596 (elint-get-top-forms): Bind elint-current-pos, for log messages.
18598 (elint-init-form): New function, extracted from elint-init-env.
18599 Make non-list forms a warning rather than an error.
18600 Add the mode-map for define-derived-mode. Handle define-minor-mode,
18601 easy-menu-define, put that adds an error-condition, and provide.
18602 When requiring cl, also require cl-macs. Really require cl, to handle
18603 some cl macros. Store required libraries in the list elint-features,
18604 so as not to re-load them. Treat cc-require like require.
18605 (elint-init-env): Call elint-init-form to do the work.
18606 Handle eval-and-compile and such like.
18607 (elint-add-required-env): Do not clear messages.
18608 (elint-special-forms): Add handlers for function, defalias, if, when,
18610 (elint-form): Add optional argument to ignore elint-special-forms,
18611 useful to prevent recursive calls from handlers. Doc fix.
18612 Respect elint-ignored-warnings.
18613 (elint-form): Respect elint-ignored-warnings.
18614 (elint-bound-variable, elint-bound-function): New variables.
18615 (elint-unbound-variable): Respect elint-bound-variable.
18616 (elint-get-args): Respect elint-bound-function.
18617 (elint-check-cond-form): Add some simple handling for (f)boundp and
18619 (elint-check-defalias-form): New handler.
18620 (elint-check-let-form): Make an empty let a warning rather than an
18622 (elint-check-setq-form): Make an empty setq a warning rather than an
18623 error. Respect elint-ignored-warnings.
18624 (elint-check-defvar-form): Accept null doc-strings.
18625 (elint-check-conditional-form): New handler. Does some simple-minded
18626 checking of featurep and (f)boundp tests.
18627 (elint-put-function-args): New function.
18628 (elint-initialize): Use elint-scan-doc-file rather than
18629 elint-find-builtin-variables. Use elint-put-function-args.
18630 Possibly scan preloaded-file-list.
18631 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
18632 extend to handle functions as well.
18634 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
18636 * linum.el (linum-delete-overlays, linum-update-window):
18637 Do not modify the right margin. (Bug#3971)
18639 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
18641 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
18642 Use nxml-mode instead of xml-mode.
18644 2009-09-21 Kevin Ryde <user42@zip.com.au>
18646 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
18648 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
18650 * net/dig.el (dig-mode): Use define-derived-mode.
18652 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
18654 * vc-dispatcher.el (vc-do-command): Return the process object in
18655 the asynchronous case. Use when instead of if. Do not run
18656 vc-exec-after to display a message if not enabled. (Bug#4463)
18658 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
18659 properties to the stash strings.
18660 (vc-git-stash-list): Return a list of strings.
18661 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
18662 (vc-git-stash-show-at-point): New functions.
18663 (vc-git-stash-map): New keymap.
18665 * register.el (ctl-x-r-map): Define the keys here instead of
18668 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
18670 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
18671 list, to workaround performance problem (bug#4485).
18673 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
18675 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
18677 2009-09-20 Daiki Ueno <ueno@unixuser.org>
18679 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
18680 Document that this option is not recommended to use.
18682 2009-09-19 Glenn Morris <rgm@gnu.org>
18684 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
18687 * calc/calc-alg.el (var):
18688 * calc/calcalg2.el (var): Define for compiler.
18690 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
18692 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
18693 Doc fix (Bug#3932).
18695 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
18697 * time-stamp.el (time-stamp-month-dd-yyyy)
18698 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
18699 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
18700 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
18701 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
18702 Remove functions that have been obsolete since 1995 (Bug#4436).
18704 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
18705 indent buffer only if called interactively (Bug#4452).
18707 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
18708 Eli Zaretskii <eliz@gnu.org>
18710 This fixes bug#4197 (merged to bug#865, though not identical).
18711 * server.el (server-auth-dir): Add docstring note about FAT32.
18712 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
18713 but warn against using them.
18715 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
18717 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
18718 older GDB where there is no has_more field.
18720 2009-09-19 Glenn Morris <rgm@gnu.org>
18722 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
18724 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
18726 * files.el (auto-mode-alist): Change default for XML files to nXML
18729 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
18731 * server.el (server-ensure-safe-dir): Pass 'integer
18732 to `file-attributes', as suggested.
18734 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
18736 * dired-aux.el (dired-query-alist): Remove spurious backslash.
18737 (dired-query): Use read-key.
18739 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
18741 * cus-start.el (ns-use-qd-smoothing): Remove.
18743 2009-09-18 Glenn Morris <rgm@gnu.org>
18745 * allout.el (top-level): Remove unnecessary progn.
18747 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
18749 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
18750 definition of abbrev table.
18752 * speedbar.el (speedbar-track-mouse):
18753 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
18754 * net/eudc.el (eudc-expand-inline):
18755 * net/newst-backend.el (newsticker--cache-read-feed):
18756 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
18757 condition-case handlers.
18759 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
18761 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
18762 (gdb-var-list): Add an element for has_more field.
18763 (gdb-non-stop-handler): Enable pretty printing for STL containers.
18764 (gdb-var-create-handler, gdb-var-list-children-handler-1)
18765 (gdb-var-update-handler-1): Parse output of dynamic variable
18766 objects (STL containers).
18767 (gdb-var-delete-1): Pass var1 as an explicit second argument.
18768 (gdb-get-field): Delete alias. Use bindat-get-field directly.
18770 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
18772 (gud-speedbar-buttons): Make node expandable if expression "has more"
18775 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
18777 * startup.el (emacs-quick-startup): Remove variable and all uses.
18778 (command-line): Set `inhibit-x-resources' instead.
18779 (command-line-1): Use `inhibit-x-resources' instead.
18781 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
18783 * subr.el: Fix last change to avoid using the `unless' macro,
18784 which breaks bootstrapping.
18786 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
18788 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
18789 extended definitions, in case we reload subr.el after having
18791 (eval-next-after-load): Mark as obsolete.
18793 2009-09-17 Juri Linkov <juri@jurta.org>
18795 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
18796 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
18797 (menu-bar-showhide-menu, menu-bar-tools-menu)
18798 (menu-bar-describe-menu, menu-bar-help-menu)
18799 (minibuffer-local-completion-map, minibuffer-local-map):
18802 2009-09-17 Glenn Morris <rgm@gnu.org>
18804 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
18805 arguments, whether or not it has a handler.
18807 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
18809 * simple.el (hard-newline): Give it a doc-string.
18811 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
18812 (lisp-mode-syntax-table): Give them doc-strings.
18814 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
18816 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
18817 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
18818 (menu-bar-options-menu, menu-bar-showhide-menu)
18819 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
18820 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
18821 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
18822 (menu-bar-options-menu, menu-bar-tools-menu)
18823 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
18824 (menu-bar-help-menu):
18825 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
18828 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
18829 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
18830 calls for the menu names and :help.
18832 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
18834 * mouse.el (minor-mode-menu-from-indicator): Pay attention
18835 to :minor-mode-function (bug#4455).
18837 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
18839 * startup.el (command-line): Initialize the window-system after
18840 processing the command-line.
18842 * textmodes/page.el (what-page): Make sure we don't inf-loop if
18843 page-delimiter matches the empty string.
18845 2009-09-16 Glenn Morris <rgm@gnu.org>
18847 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
18848 byte-compile-not-obsolete-var. It's a list now.
18849 (byte-compile-not-obsolete-funcs): New variable.
18850 (byte-compile-warn-obsolete): Don't warn about functions if they are in
18851 byte-compile-not-obsolete-funcs.
18852 (byte-compile-variable-ref, byte-compile-defvar): Update for
18853 byte-compile-not-obsolete-vars name-change and list nature.
18854 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
18855 and variables behind (f)boundp tests.
18856 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
18858 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
18860 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
18862 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
18864 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
18865 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
18868 2009-09-15 Stephen Eglen <stephen@gnu.org>
18870 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
18871 the virtual-buffers, use the name of the buffer specified by
18872 find-file-noselect, as the match may be a symlink. (This was a
18873 problem if the target and the symlink had different names.)
18875 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
18877 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
18879 * desktop.el (desktop-path): Check user-emacs-directory.
18881 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
18883 * loadup.el: Use after-load-functions to GC after loading each file.
18884 Remove the explicit GC calls that used to be sprinkled around.
18886 * subr.el (after-load-functions): New hook.
18887 (do-after-load-evaluation): Run it. Use string-match-p to detect
18888 `obsolete' packages, rather than painfully extracting the relevant
18891 2009-09-15 Glenn Morris <rgm@gnu.org>
18893 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
18894 free variable `doc'.
18896 * dired.el (dired-mode-map): Add menu entry for async shell command.
18898 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
18899 variables, also consider the .elc files, since the .el files are
18900 normally gzipped (subsequent code locates the .el.gz from the .elc).
18902 * calc/calc-prog.el (arglist): Define for compiler.
18904 * calendar/diary-lib.el (diary-display-function): Change the default to
18906 (body): Define for compiler.
18908 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
18909 (byte-compile-file-form, byte-compile-lambda)
18910 (byte-compile-top-level-body, byte-compile-form)
18911 (byte-compile-variable-ref, byte-compile-setq)
18912 (byte-compile-setq-default, byte-compile-body)
18913 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
18914 (batch-byte-compile): Give some more local variables with common names
18915 a "bytecomp-" prefix to avoid masking warnings about free variables.
18917 * startup.el (command-line-1): Give local variables with common names a
18918 distinguishing prefix, so as not to hide free variable warnings during
18921 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
18922 clever and add a suffix to make a unique name, just let the user decide
18923 whether or not to overwrite it. If the input is a directory, write the
18924 default filename to that directory. (Bug#4388)
18925 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
18926 is a filename-as-a-directory.
18928 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
18930 * textmodes/page.el (what-page): Don't move to beginning of line.
18931 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
18933 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
18935 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
18937 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
18939 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
18940 * help.el (help-for-help-internal): Add purecopy calls for text.
18942 * vc.el (top): print-log method now takes an optional SHORTLOG
18943 argument. Add a new method: root.
18944 (vc-root-diff, vc-print-root-log): New functions.
18945 (vc-log-short-style): New variable.
18946 (vc-print-log-internal): Add support for showing short logs.
18948 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
18949 vc-print-root-log and vc-print-root-diff.
18951 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
18952 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
18953 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
18956 * vc-cvs.el (vc-cvs-print-log):
18957 * vc-mtn.el (vc-mtn-print-log):
18958 * vc-rcs.el (vc-rcs-print-log):
18959 * vc-sccs.el (vc-sccs-print-log):
18960 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
18961 that is ignored for now.
18963 * vc-mtn.el (vc-mtn-annotate-command):
18964 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
18966 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
18968 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
18969 to function-key-map, and give them ascii-character property.
18970 * term/x-win.el (x-alternatives-map):
18971 * term/ns-win.el (ns-alternatives-map):
18972 * term/internal.el (msdos-key-remapping-map):
18973 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
18975 2009-09-14 Glenn Morris <rgm@gnu.org>
18977 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
18978 temp-buffers (2009-09-12).
18980 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
18982 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
18983 the new read-key function.
18985 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
18987 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
18988 is defined (Bug#4405).
18990 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
18992 * recentf.el (recentf-cleanup): Use a hash table to find
18993 duplicates (Bug#4407).
18995 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
18997 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
18998 kp-0 to ascii equivalents (Bug#4325).
19000 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
19002 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
19004 * eshell/em-hist.el:
19005 * eshell/em-dirs.el (eshell-complete-user-reference):
19006 Declare pcomplete functions and variables to avoid compiler warnings.
19008 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
19010 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
19011 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
19012 * eshell/em-alias.el (eshell-aliases-file):
19013 * eshell/em-hist.el (eshell-history-file-name):
19014 Use expand-file-name instead of concat to make file names (Bug#4308).
19016 2009-09-13 Glenn Morris <rgm@gnu.org>
19018 * ediff-merg.el (ediff-do-merge):
19019 * filesets.el (filesets-run-cmd):
19020 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
19021 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
19022 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
19023 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
19024 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
19025 Replace empty `let's with `progn'.
19027 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19029 * mail/sendmail.el (send-mail-function):
19030 * tooltip.el (tooltip-mode):
19031 * simple.el (transient-mark-mode):
19032 * rfn-eshadow.el (file-name-shadow-mode):
19033 * frame.el (blink-cursor-mode):
19034 * font-core.el (global-font-lock-mode):
19035 * files.el (temporary-file-directory)
19036 (small-temporary-file-directory, auto-save-file-name-transforms):
19037 * epa-hook.el (auto-encryption-mode):
19038 * composite.el (global-auto-composition-mode):
19039 Use custom-initialize-delay.
19040 * startup.el (command-line): Don't explicitly call
19041 custom-reevaluate-setting for all the above vars.
19042 * custom.el (custom-initialize-safe-set)
19043 (custom-initialize-safe-default): Delete.
19045 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19047 * term/x-win.el (x-initialize-window-system):
19048 * term/w32-win.el (w32-initialize-window-system):
19049 * term/ns-win.el (ns-initialize-window-system): Don't call
19050 mouse-wheel-mode since it's enabled globally by default already.
19052 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
19053 actually define the variable, but only silences the byte-compiler.
19054 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
19055 before looking it up.
19056 (mouse-wheel-scroll-amount): Also reset the bindings if this value
19059 2009-09-12 Glenn Morris <rgm@gnu.org>
19061 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
19063 (elint-add-required-env): Don't beep on error.
19064 (elint-forms): In case of error, return ENV unchanged.
19065 (elint-init-env): Skip non-list forms.
19066 (elint-log): Handle unknown file positions.
19068 2009-09-12 Daiki Ueno <ueno@unixuser.org>
19070 * epg.el (epg-make-context): Add autoload cookie.
19071 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
19072 (epg-decrypt-string, epg-start-verify, epg-verify-file)
19073 (epg-verify-string, epg-start-sign, epg-sign-file)
19074 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
19075 (epg-encrypt-string, epg-start-export-keys)
19076 (epg-export-keys-to-file, epg-export-keys-to-string)
19077 (epg-start-import-keys, epg-import-keys-from-file)
19078 (epg-import-keys-from-string, epg-start-receive-keys)
19079 (epg-receive-keys, epg-import-keys-from-server)
19080 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
19081 (epg-sign-keys, epg-start-generate-key)
19082 (epg-generate-key-from-file, epg-generate-key-from-string):
19083 Remove autoload cookie.
19085 2009-09-12 Eli Zaretskii <eliz@gnu.org>
19087 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
19088 reevaluation of trash-directory.
19090 * mwheel.el: Fix last change.
19091 (mouse-wheel-mode): New defvar.
19092 (mouse-wheel-mode): Remove autoload cookie.
19094 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19096 * mwheel.el (mwheel-installed-bindings): New var.
19097 (mouse-wheel-mode): Use it, so as to make sure we really remove all
19098 the bindings we set last time. Use custom-initialize-delay.
19099 * loadup.el: Load mwheel after term/*-win.el.
19100 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
19101 and mouse-wheel-up-event now that their first evaluation is done
19102 sufficiently late to be correct.
19104 * startup.el (tutorial-directory): Make it a defcustom.
19105 Use custom-initialize-delay rather than eval-at-startup to set it.
19106 * image.el (image-load-path): Make it a defcustom.
19107 Use custom-initialize-delay rather than eval-at-startup to set it.
19108 * subr.el (eval-at-startup): Remove.
19109 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
19111 * subr.el (do-after-load-evaluation): Warn the user after loading an
19114 2009-09-12 Glenn Morris <rgm@gnu.org>
19116 * proced.el (proced-mark-alt): Remove alias.
19117 (proced-mode-map): Remove proced-mark-alt.
19119 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
19120 Elint file and directory. Remove initialization entry.
19122 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
19124 (elint-current-buffer): Set mode-line-process.
19125 (elint-init-env): Handle define-derived-mode.
19126 Fix declare-function with unspecified arglist. Guard against odd
19127 defalias statements (eg iso-insert's 8859-1-map).
19128 (elint-add-required-env): Use a temp buffer.
19129 (elint-form): Just print the function/macro name, not the whole form.
19130 Return env unchanged if we fail to parse a macro.
19131 (elint-forms): Guard against parse errors.
19132 (elint-output): New function, to handle batch mode.
19133 (elint-log-message): Add optional argument. Use elint-output.
19134 (elint-set-mode-line): New function.
19136 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
19138 * emacs-lisp/elp.el (elp-not-profilable): Add more
19139 functions (Bug#4233).
19141 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
19143 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
19144 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
19146 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
19148 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
19149 (gdb-var-list-children): Use json parsing.
19151 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
19153 * progmodes/js.el (js--proper-indentation): Handle the case where
19154 char-before is null. Reported by Deniz Dogan.
19156 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
19158 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
19160 2009-09-11 Daiki Ueno <ueno@unixuser.org>
19162 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
19163 (epg-digest-algorithm-alist): Add SHA224.
19164 (epg-context-set-passphrase-callback)
19165 (epg-context-set-progress-callback): Add description about
19168 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19170 * custom.el (custom-delayed-init-variables): New var.
19171 (custom-initialize-delay): New function.
19172 * startup.el (command-line): "Re"evaluate all vars in
19173 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
19174 explicitly any more.
19175 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
19176 to avoid creating a ~/.emacs.d at build-time (bug#4347).
19178 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
19180 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
19182 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
19183 (gdb-var-update-handler): Use json parsing.
19185 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
19187 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
19188 decode annotated text, regardless of language environment. (Bug#2741)
19190 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19192 * Makefile.in (autoloads): Make rmail.el writable as well.
19194 2009-09-11 Glenn Morris <rgm@gnu.org>
19196 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
19198 * dired.el: Regenerate with extracted autoloads.
19199 * Makefile.in (autoloads): Make dired.el writable.
19201 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
19202 * ibuffer.el: Regenerate with extracted autoloads.
19203 * Makefile.in (autoloads): Make ibuffer.el writable.
19205 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
19206 * version.el (emacs-copyright, emacs-major-version)
19207 (emacs-minor-version): Reformat doc-strings for make-docfile.
19209 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
19210 functions and variables, since they must be stuff specific to some other
19212 (apropos-print): Make mouse-click message less specific about button.
19214 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
19215 that records where a macro was defined.
19216 * help-fns.el (describe-function-1): Mention if a function has a
19218 * help-mode.el (help-function-cmacro): New button.
19220 * locate.el (top-level): Always require dired.
19221 (locate-mode-map): Initialize inside the defvar.
19223 * net/ange-ftp.el (dired-compress-file): Declare.
19224 (ange-ftp-dired-compress-file): Add doc string.
19226 * term/ns-win.el (x-display-name, x-setup-function-keys):
19227 Unify doc-strings with X versions.
19229 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19231 * emulation/crisp.el (crisp-mode-map): Move initialization
19233 (crisp-mode): Use define-minor-mode.
19235 * progmodes/xscheme.el (xscheme-evaluation-commands):
19236 Put a :advertised-binding property rather than using
19237 advertised-xscheme-send-previous-expression.
19238 (advertised-xscheme-send-previous-expression): Declare obsolete.
19239 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
19241 (crisp-mode): Add corresponding bindings to
19242 undo's :advertised-binding instead.
19243 * dired.el (dired-mode-map): Put a :advertised-binding property rather
19244 than using dired-advertised-find-file.
19245 (dired-advertised-find-file):
19246 * simple.el (advertised-undo):
19247 * wid-edit.el (advertised-widget-backward): Declare obsolete.
19248 (widget-keymap): Put a :advertised-binding property rather
19249 than using advertised-widget-backward.
19250 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
19251 than using advertised-undo.
19252 * tutorial.el (tutorial--default-keys): Adjust accordingly.
19254 2009-09-10 Simon South <ssouth@slowcomputing.org>
19256 * progmodes/delphi.el (delphi-tab): Indent region when Transient
19257 Mark mode is enabled and region is active; otherwise indent or
19258 insert TAB as usual.
19259 (delphi-mode): Update description of TAB-key binding.
19261 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
19263 * subr.el (define-key-rebound-commands): Mark obsolete.
19264 * startup.el (precompute-menubar-bindings): Remove.
19265 (normal-top-level): Remove obsolete code that tried to precompute
19267 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
19268 define-key-rebound-commands and precompute-menubar-bindings.
19270 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
19272 * net/imap.el (imap-interactive-login): Better messages.
19273 (imap-open): Fix bug with renamed buffer on reconnect.
19274 (imap-authenticate): Add buffer-local imap-last-authenticator variable
19275 for easier debugging and cleaner code. On successful (guessed based on
19276 server capabilities) secondary authentication, set imap-state
19278 (imap-last-authenticator): Define imap-last-authenticator as a variable
19281 2009-09-10 Glenn Morris <rgm@gnu.org>
19283 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
19285 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
19286 (byte-compile-file-form-autoload): Don't warn about unknown functions
19287 where the autoload statement comes after the use.
19288 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
19289 that any handlers inside the body (eg require) are in turn respected.
19291 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
19294 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
19295 and syntax and abbrev tables basic docs, if they don't have any.
19297 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
19299 * international/mule-cmds.el (top-level): Require cl when compiling.
19300 (view-hello-file): Use default-value rather than
19301 default-enable-multibyte-characters.
19303 * progmodes/fortran.el: Move all safe and risky properties into the
19306 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
19307 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
19308 * mail/undigest.el:
19309 Put autoloads in rmail.el rather than loaddefs.el.
19310 * mail/rmail.el: Regenerate with extracted autoloads.
19312 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
19313 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
19315 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
19317 Reported in thread for Bug#4375.
19318 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
19319 "-data-evaluate-expression" instead of print.
19320 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
19321 (gdb-tooltip-print): Parse output from above MI command.
19322 (gdb): Revert 2009-08-11 change. User should detach inferior
19325 Remove the word "separate" from IO functions as inferior
19326 output is now never displayed in the GUD buffer.
19328 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
19330 * startup.el (command-line-normalize-file-name): On Windows and
19331 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
19333 2009-09-10 Juri Linkov <juri@jurta.org>
19335 * isearch.el (isearch-text-char-description): Propertize escape
19336 character sequences with the `escape-glyph' face. (Bug#4344)
19338 * simple.el (shell-command): Set asynchronous process filter to
19339 `comint-output-filter'. (Bug#4343)
19341 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
19342 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
19343 the list. Move "asm" to the bottom.
19344 (grep-find-ignored-directories): Add `choice' with nil value
19345 to empty the list easily.
19346 (grep-find-ignored-files): New option.
19347 (grep-files-history): Set to nil by default instead of '("ch" "el").
19348 (grep-compute-defaults): Add "<X>" to `grep-template'.
19349 (grep-read-files): Bind new local variables `default-alias' and
19350 `default-extension'. Use a list of default values for the file prompt.
19351 (lgrep): Add `--exclude=' command line options composed from
19352 `grep-find-ignored-files'.
19353 (rgrep): Add `-name' command line options composed from
19354 `grep-find-ignored-files'. (Bug#4301)
19356 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
19358 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
19361 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
19363 * calendar/time-date.el (autoload):
19364 Expand define-obsolete-function-alias into defalias and make-obsolete
19365 for old Emacsen that Gnus supports.
19366 (with-no-warnings): Define it for old Emacsen.
19367 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
19369 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
19370 float-time is available; suppress compile warning for time-to-seconds.
19372 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
19374 * net/imap.el (imap-message-map): Docstring fix.
19376 2009-09-09 Glenn Morris <rgm@gnu.org>
19378 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
19379 line numbers too. (Bug#4374)
19381 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
19383 * smerge-mode.el (smerge-remove-props, smerge-refine):
19384 Use with-silent-modifications (bug#4342).
19386 * subr.el (with-silent-modifications): New macro.
19388 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
19390 * files.el (top-level): Require `cl' when compiling.
19392 2009-09-07 Glenn Morris <rgm@gnu.org>
19394 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
19396 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
19397 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
19399 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
19401 * vc-git.el (vc-git-annotate-command): Use separator to parse
19402 arguments correctly.
19404 2009-09-06 Eli Zaretskii <eliz@gnu.org>
19406 * proced.el (proced-mode): Doc fix.
19408 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
19410 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
19412 (tramp-do-file-attributes-with-ls): Check for file existence at
19414 (tramp-do-file-attributes-with-stat): Likewise.
19415 (tramp-convert-file-attributes): Return nil when attr is nil.
19417 2009-09-05 Glenn Morris <rgm@gnu.org>
19419 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
19420 properties to this button.
19421 (diary-fancy-display): Don't extend the button to the final newline.
19422 (diary-fancy-display-mode): Continue to define "q" as a local key.
19424 * calendar/cal-china.el (holiday-chinese): Make it slightly more
19427 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
19429 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
19430 (byte-compile-dest-file-function): New option.
19431 (byte-compile-dest-file): Doc fix.
19432 Obey byte-compile-dest-file-function.
19433 (byte-compile-cl-file-p): New function.
19434 (byte-compile-eval): Only suppress noruntime warnings about cl functions
19435 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
19436 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
19437 than for file being previously loaded.
19438 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
19439 (byte-compile-file-form-require): Handle the case where requiring a file
19440 indirectly causes CL to be loaded.
19442 2009-09-05 Karl Fogel <kfogel@red-bean.com>
19444 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
19445 before killing the old buffer, since by the time `kill-buffer' is
19446 run so many buffer variables have been set to nil that it may not
19447 behave as expected. (Bug#4061)
19449 2009-09-05 Karl Fogel <kfogel@red-bean.com>
19451 * files.el (find-alternate-file): If the old buffer is modified
19452 and visiting a file, behave similarly to `kill-buffer' when
19453 killing it, thus reverting to the pre-1.878 behavior; see
19454 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
19455 for discussion. Also, consult `buffer-file-name' as a variable
19456 not as a function, for consistency with the rest of the code.
19458 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
19460 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
19461 also when adding a new directory.
19463 * net/tramp-compat.el (tramp-compat-line-beginning-position):
19466 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
19468 * files.el (locate-file-completion-table): Make it provide boundary
19469 information, so partial-completion works better.
19471 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
19473 * mail/footnote.el (Footnote-text-under-cursor):
19474 Check footnote-text-marker-alist before using it (bug#4324).
19476 2009-09-04 Glenn Morris <rgm@gnu.org>
19478 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
19479 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
19480 * play/solitaire.el, play/tetris.el:
19481 Remove leading * from defcustom and defface docs.
19483 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
19485 (diary-fancy-overriding-map): New variable.
19486 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
19489 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
19492 2009-09-03 Glenn Morris <rgm@gnu.org>
19494 * arc-mode.el (archive-mode):
19495 * dos-fns.el (set-default-process-coding-system):
19496 * man.el (Man-getpage-in-background):
19497 * menu-bar.el (menu-bar-describe-menu):
19498 * server.el (server-process-filter):
19499 * startup.el (command-line):
19500 * tar-mode.el (tar-header-block-tokenize, tar-extract):
19501 * w32-fns.el (set-default-process-coding-system):
19502 * x-dnd.el (x-dnd-handle-file-name):
19503 * international/mule-cmds.el (mule-menu-keymap)
19504 (set-default-coding-systems, language-info-alist, set-language-info)
19505 (set-language-environment, standard-display-european-internal)
19506 (set-locale-environment):
19507 * international/mule-diag.el (mule-diag):
19508 * mail/emacsbug.el (report-emacs-bug):
19509 * mail/rmail.el (rmail-mode):
19510 * mail/sendmail.el (mail-setup):
19511 Use default-value rather than default-enable-multibyte-characters.
19513 * progmodes/f90.el: Move all safe properties into the defcustoms.
19514 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
19516 * calendar/appt.el (appt-check):
19517 * calendar/diary-lib.el (diary-set-header, diary-live-p)
19518 (diary-check-diary-file, diary-list-entries)
19519 (diary-include-other-diary-files, diary-simple-display)
19520 (diary-fancy-display, diary-print-entries)
19521 (diary-mark-included-diary-files, diary-make-entry):
19522 Don't call substitute-in-file-name on diary-file.
19524 2009-09-03 Eduard Wiebe <usenet@pusto.de>
19525 Stefan Monnier <monnier@iro.umontreal.ca>
19527 * mail/footnote.el (footnote-prefix): Make it a defcustom.
19528 (footnote-mode-map): Move initialization into the declaration.
19529 (footnote-minor-mode-map): Define it rather than changing global-map.
19530 (footnote-mode): Use define-minor-mode.
19532 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
19534 * net/tramp.el (tramp-handle-file-attributes-with-ls)
19535 (tramp-do-file-attributes-with-perl)
19536 (tramp-do-file-attributes-with-stat): Rename from
19537 `tramp-handle-file-attributes-with-*'.
19538 (tramp-handle-file-attributes): Use them.
19539 (tramp-do-directory-files-and-attributes-with-perl)
19540 (tramp-do-directory-files-and-attributes-with-stat): Rename from
19541 `tramp-handle-directory-files-and-attributes-with-*'.
19542 (tramp-handle-directory-files-and-attributes): Use them.
19543 (tramp-method-out-of-band-p): Additional parameter SIZE.
19544 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
19545 (tramp-handle-write-region): Use it.
19546 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
19547 (tramp-handle-vc-registered): Check, whether the first run did
19548 return files to be tested.
19549 (tramp-advice-make-auto-save-file-name): Do not call directly
19550 `tramp-handle-make-auto-save-file-name', because this would bypass
19551 the locking mechanism.
19553 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
19554 (file-remote-p, process-file, start-file-process, set-file-times)
19555 (tramp-compat-file-attributes): Compatibility functions shall not
19556 call directly `tramp-handle-*', because this would bypass the
19558 (tramp-compat-number-sequence): New defun.
19560 2009-09-02 Glenn Morris <rgm@gnu.org>
19562 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
19563 alias for float-time.
19564 (time-to-number-of-days): In Emacs, use float-time.
19565 * net/newst-backend.el (time-add): Suppress warnings from compat
19567 * time.el (emacs-uptime, emacs-init-time):
19568 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
19569 Use float-time rather than time-to-seconds.
19571 * minibuffer.el (completion-initials-expand): Fix typo.
19573 * faces.el (modeline, modeline-inactive, modeline-highlight)
19574 (modeline-buffer-id):
19575 * info.el (info-menu-5): Mark these face aliases as obsolete.
19577 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
19579 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
19581 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
19582 no "--thread" option.
19583 (gdb-stopped): Don't print "Switched to thread" message when it is
19586 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
19588 * minibuffer.el (completion-try-completion)
19589 (completion-all-completions): Remove ill-defined (and
19590 mistakenly installed and luckily never used nor documented)
19591 `completion-styles' property.
19592 (completion-initials-expand, completion-initials-all-completions)
19593 (completion-initials-try-completion): New functions.
19594 (completion-styles-alist): Add doc to each entry.
19595 Add new `initials' entry.
19597 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
19599 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
19600 MI command -var-evaluate-expression.
19601 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
19602 and tweak for case of string child.
19603 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
19605 2009-09-01 Glenn Morris <rgm@gnu.org>
19607 * add-log.el (change-log-date-face, change-log-name-face)
19608 (change-log-email-face, change-log-file-face, change-log-list-face)
19609 (change-log-conditionals-face, change-log-function-face)
19610 (change-log-acknowledgement-face):
19611 * cus-edit.el (custom-invalid-face, custom-rogue-face)
19612 (custom-modified-face, custom-set-face, custom-changed-face)
19613 (custom-saved-face, custom-button-face, custom-button-pressed-face)
19614 (custom-documentation-face, custom-state-face, custom-comment-face)
19615 (custom-comment-tag-face, custom-variable-tag-face)
19616 (custom-variable-button-face, custom-face-tag-face)
19617 (custom-group-tag-face-1, custom-group-tag-face):
19618 * diff-mode.el (diff-header-face, diff-file-header-face)
19619 (diff-index-face, diff-hunk-header-face, diff-removed-face)
19620 (diff-added-face, diff-changed-face, diff-function-face)
19621 (diff-context-face, diff-nonexistent-face):
19622 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19623 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
19624 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19625 (Info-title-4-face):
19626 * isearch.el (isearch-lazy-highlight-face):
19627 * log-view.el (log-view-file-face, log-view-message-face):
19628 * paren.el (show-paren-match-face, show-paren-mismatch-face):
19629 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
19630 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
19632 * smerge-mode.el (smerge-mine-face, smerge-other-face)
19633 (smerge-base-face, smerge-markers-face):
19634 * wid-edit.el (widget-documentation-face, widget-button-face)
19635 (widget-field-face, widget-single-line-field-face)
19636 (widget-inactive-face, widget-button-pressed-face):
19637 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
19638 (woman-addition-face):
19639 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
19640 (eshell-ls-executable-face, eshell-ls-readonly-face)
19641 (eshell-ls-unreadable-face, eshell-ls-special-face)
19642 (eshell-ls-missing-face, eshell-ls-archive-face)
19643 (eshell-ls-backup-face, eshell-ls-product-face)
19644 (eshell-ls-clutter-face):
19645 * eshell/em-prompt.el (eshell-prompt-face):
19646 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
19647 * obsolete/old-whitespace.el (whitespace-highlight-face):
19648 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
19649 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
19650 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
19651 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
19652 (antlr-font-lock-literal-face):
19653 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19654 (ebrowse-root-class-face, ebrowse-file-name-face)
19655 (ebrowse-default-face, ebrowse-member-attribute-face)
19656 (ebrowse-member-class-face, ebrowse-progress-face):
19657 * progmodes/make-mode.el (makefile-space-face):
19658 * progmodes/sh-script.el (sh-heredoc-face):
19659 * textmodes/flyspell.el (flyspell-incorrect-face)
19660 (flyspell-duplicate-face):
19661 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
19662 * textmodes/texinfo.el (texinfo-heading-face):
19663 Mark face aliases with "-face" suffix as obsolete.
19665 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
19668 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
19669 (eudc-bob-sound-menu): Use defvar rather than defconst, since
19670 easy-menu-define wants to modify these.
19672 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
19674 * net/browse-url.el (browse-url-file-url):
19675 * term/internal.el (dos-codepage-setup):
19676 Use default-value rather than default-enable-multibyte-characters.
19678 * progmodes/etags.el (etags-goto-tag-location):
19679 * progmodes/flymake.el (flymake-highlight-line)
19680 (flymake-goto-file-and-line, flymake-goto-line):
19681 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
19682 (gdb-goto-breakpoint):
19683 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
19684 * progmodes/python.el (python-find-function)
19685 (python-pdbtrack-track-stack-file):
19686 * progmodes/verilog-mode.el (verilog-surelint-off):
19687 * term/ns-win.el (ns-open-file-select-line):
19688 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
19689 Use forward-line rather than goto-line.
19691 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
19692 * textmodes/reftex-index.el (reftex-display-index):
19693 * textmodes/reftex-ref.el (reftex-offer-label-menu):
19694 * textmodes/reftex-toc.el (reftex-toc):
19695 Remove unnecessary bindings of default-major-mode (all are followed by
19696 major-mode check and possible mode switch).
19698 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
19700 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
19701 Handle watchpoints (bug#4282).
19702 (def-gdb-thread-buffer-command): Enable thread to be selected by
19703 clicking without selecting threads buffer first.
19704 (gdb-current-context-command): Use selected frame so that "up",
19705 "down" etc work in the GUD buffer.
19706 (gdb-update): Find selected frame before rendering stack buffer.
19707 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
19709 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
19711 * progmodes/sym-comp.el (displayed-completions): Remove.
19712 (symbol-complete): Use minibuffer-complete.
19714 2009-08-31 Glenn Morris <rgm@gnu.org>
19716 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
19718 * apropos.el (apropos-symbols-internal):
19719 Handle (obsolete) face aliases.
19721 * faces.el (describe-face): Adjust the output format to be more like
19722 describe-variable, and to mention (obsolete) face aliases.
19723 Adjust the whitespace so that help-setup-xref works.
19725 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
19726 * calendar/diary-lib.el (diary-button-face):
19727 Mark these face aliases as obsolete.
19729 * calendar/calendar.el (calendar-today): Doc fix.
19731 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
19733 * progmodes/gdb-mi.el (gdb-control-all-threads)
19734 (gdb-control-current-thread): Force tool bar update.
19735 (gdb-non-stop-handler): New function.
19736 (gdb-init-1): Use it to test if non-stop mode is supported.
19737 Remove unused gdbmi buffer type.
19739 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
19741 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
19742 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
19744 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
19746 * comint.el (comint-exec-1): Check command is non-null first.
19747 Part of gdb-mi.el change (2009-08-28).
19749 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
19751 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
19753 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
19755 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
19756 instead of `dolist' to avoid a recursive require when bootstrapping.
19758 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
19760 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
19762 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
19764 * net/imap.el (imap-send-command): Simplify.
19765 (imap-wait-for-tag): point-max -> buffer-size.
19767 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
19769 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
19770 with constant argument.
19772 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
19774 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
19776 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
19777 Change default, since most of our files don't have a history.
19778 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
19781 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19784 * calc/calc.el: Improve commenting convention.
19785 (calc-digit-map, toplevel): Simplify.
19787 * comint.el (comint-insert-input): Be careful to only set point if we
19788 don't delegate to some other command.
19790 * proced.el (proced-signal-list): Make it an alist.
19791 (proced-grammar-alist): Capitalize names.
19792 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
19793 Disable undo manually and make it read-only.
19794 Use completion-annotate-function.
19796 * minibuffer.el (minibuffer-message): If the current buffer is not
19797 a minibuffer, insert the message in the echo area rather than at the
19799 (completion-annotate-function): New variable.
19800 (minibuffer-completion-help): Use it.
19801 (completion--embedded-envvar-table): Environment vars are
19802 always case-sensitive.
19804 2009-08-30 Glenn Morris <rgm@gnu.org>
19806 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
19807 from fortran-current-defun.
19808 (fortran-beginning-of-subprogram): Be more precise about finding the
19809 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
19810 (fortran-end-of-subprogram): Simplify.
19811 (fortran-current-defun): Use fortran-start-prog-re.
19813 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
19815 * subr.el (do-after-load-evaluation): Simplify.
19817 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
19819 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
19821 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
19822 (vc-rcs-print-log): Use it.
19824 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
19826 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
19828 * paths.el (abbrev-file-name): Move to abbrev.el.
19829 * abbrev.el (abbrev-file-name): Move from paths.el.
19830 Obey user-emacs-directory.
19831 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
19832 user-emacs-directory.
19833 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
19834 abbrev-file-name and calc-settings-file any more.
19835 * startup.el (command-line): Recompute abbrev-file-name and
19836 abbreviated-home-dir.
19837 (normal-no-mouse-startup-screen): Improve the generic code and get rid
19838 of the special code for when C-h bindings haven't been changed.
19839 (display-startup-echo-area-message): Use with-current-buffer.
19840 (command-line-1): Use a list of strings, rather than a list of lists
19841 of strings for longopts.
19843 * files.el (get-free-disk-space): Use / for default-directory.
19845 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
19846 Use with-current-buffer.
19848 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
19849 Recognize immutable variables like most-positive-fixnum.
19850 (byte-compile-setq-default): Check and warn if trying to assign
19851 to an immutable variable, or a non-variable.
19853 * progmodes/cc-vars.el (c-comment-continuation-stars):
19854 * progmodes/cc-engine.el (c-looking-at-bos):
19855 * progmodes/cc-cmds.el (c-toggle-auto-state)
19856 (c-forward-into-nomenclature, c-backward-into-nomenclature)
19857 (c-comment-line-break-function): Add version of obsolescence.
19859 2009-08-28 Juri Linkov <juri@jurta.org>
19861 * files.el (magic-fallback-mode-alist): Add ZIP magic number
19862 associated with `archive-mode'.
19864 * image.el (image-type-header-regexps): Use only JPEG magic number
19865 to determine JPEG images, and don't use `image-jpeg-p' because
19866 Emacs can display non-JFIF non-Exif JPEG images.
19868 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
19870 * arc-mode.el (archive-mode):
19871 * emacs-lisp/re-builder.el (re-builder-unload-function):
19872 Protect against the default value of `major-mode' being nil.
19874 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
19876 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
19877 Fix typos in docstrings.
19879 * progmodes/js.el (js--macro-decl-re): Doc fix.
19880 (js--plain-method-re, js--split-name): Refloc docstring.
19881 (js--class-styles, js--make-merged-item, js--splice-into-items):
19882 Fix typos in docstrings; reflow docstrings.
19883 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
19884 (js--variable-decl-matcher, js--inside-pitem-p)
19885 (js--parse-state-at-point, js--get-all-known-symbols)
19886 (js--symbol-history, js-find-symbol, js--js-references)
19887 (js--moz-interactor, js--js-encode-value, js--read-tab):
19888 Fix typos in docstrings.
19890 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
19892 * textmodes/reftex.el (reftex-get-file-buffer-force):
19893 * progmodes/verilog-mode.el (verilog-batch-execute-func):
19894 * emulation/viper.el (viper-go-away, viper-set-hooks):
19895 * emacs-lisp/re-builder.el (re-builder-unload-function):
19896 * emacs-lisp/bytecomp.el (byte-compile-file):
19897 * ses.el (ses-unload-function):
19898 * hexl.el (hexl-find-file):
19899 * files.el (normal-mode):
19900 * ehelp.el (with-electric-help):
19901 * autoinsert.el (auto-insert-alist):
19902 * arc-mode.el (archive-mode):
19903 Use (default-value 'major-mode) instead of default-major-mode.
19905 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
19906 * international/mule.el (load-with-code-conversion):
19907 * emacs-lisp/debug.el (debug):
19908 * ediff-vers.el (ediff-rcs-get-output-buffer):
19909 * dired.el (dired-internal-noselect): Don't let-bind
19910 default-major-mode around code that doesn't use it.
19911 E.g. buffer creation via get-buffer-create doesn't use it.
19913 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
19915 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
19916 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
19917 when writing the temp file. Otherwise, epa-file gets confused.
19918 (tramp-register-file-name-handlers): Make it a defun. Move also
19919 `epa-file-handler' to the front of `file-name-handler-alist'.
19921 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
19923 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
19924 start right after a ^M.
19925 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
19926 (tramp-completion-file-name-regexp-separate)
19927 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
19928 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
19929 Don't modify last-coding-system-used by accident.
19930 (tramp-completion-file-name-handler): Apply the checks here,
19931 instead during registration.
19932 (tramp-register-file-name-handlers): Rename from
19933 `tramp-register-file-name-handler'. Register both
19934 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
19935 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
19937 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
19939 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
19940 Remove variable ...
19941 (gdb-init-1, gdb-display-separate-io-buffer)
19942 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
19944 (gdb-inferior-io-mode): Use make-comint-in-buffer.
19945 (gdb-inferior-filter): Use comint-output-filter to stop
19946 echoing and remove ^M characters.
19948 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
19950 * emulation/viper-init.el (viper-restore-cursor-type):
19951 * emulation/cua-base.el (cua--update-indications):
19952 Replace default-cursor-type with (default-value 'cursor-type).
19954 * mail/sendmail.el (mail-recover-1):
19955 * international/mule-diag.el (describe-current-coding-system-briefly)
19956 (describe-current-coding-system):
19957 * international/mule-cmds.el (select-safe-coding-system)
19958 (select-message-coding-system)
19959 (set-language-environment-coding-systems, set-locale-environment):
19960 * hexl.el (hexl-insert-multibyte-char):
19961 * dos-w32.el (find-buffer-file-type-coding-system):
19962 * simple.el (what-cursor-position):
19963 Replace uses of default-buffer-file-coding-system
19964 with (default-value 'buffer-file-coding-system).
19966 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
19967 Replace uses of default-cursor-in-non-selected-windows
19968 with (default-value 'cursor-in-non-selected-windows).
19969 Use with-current-buffer.
19971 * mail/feedmail.el: Use CL macros.
19972 (feedmail-run-the-queue, feedmail-send-it-immediately):
19973 * dos-w32.el (find-buffer-file-type): Replace uses of
19974 default-buffer-file-type with (default-value 'buffer-file-type).
19976 2009-08-28 Glenn Morris <rgm@gnu.org>
19978 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
19979 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
19980 Use default-value of major-mode rather than default-major-mode.
19982 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
19984 * Makefile.in (update-elcfiles): Report left over elc files.
19986 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
19987 expand-file-name and with-current-buffer.
19988 (mail-get-names, mail-directory): Use with-current-buffer.
19990 * vc.el (vc-read-revision): New function.
19991 (vc-version-diff, vc-merge): Use it.
19993 2009-08-27 Sam Steingold <sds@gnu.org>
19995 * simple.el (kill-do-not-save-duplicates): New user option.
19996 (kill-new): When it is non-nil, and the new string is the same as
19997 the latest kill, set replace to t to avoid duplicates in kill-ring.
19999 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
20001 * net/tramp.el (tramp-handle-process-file): Do not flush all
20002 caches when `process-file-side-effects' is set.
20003 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
20004 instead of `tramp-find-file-exists-command'.
20005 Unset `process-file-side-effects'.
20007 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
20009 * net/tramp.el (tramp-methods): New method "rsyncc".
20010 (top): Add completion function for "rsyncc".
20011 (tramp-message-show-message): New defvar.
20012 (tramp-message, tramp-error): Use it.
20013 (tramp-do-copy-or-rename-file-directly): Extend check for direct
20015 (tramp-do-copy-or-rename-file-out-of-band): Handle new
20016 `tramp-methods' entry `copy-env' of "rsyncc".
20017 (tramp-vc-registered-read-file-names): New defconst.
20018 (tramp-vc-registered-file-names): New defvar.
20019 (tramp-handle-vc-registered): Implement optimization strategy.
20020 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
20021 (tramp-vc-file-name-handler): New defun.
20022 (tramp-get-ls-command, tramp-get-test-command)
20023 (tramp-get-file-exists-command, tramp-get-remote-ln)
20024 (tramp-get-remote-perl, tramp-get-remote-stat)
20025 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
20027 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
20028 (tramp-cache-inhibit-cache): Extend doc string. It allows also
20030 (tramp-get-file-property): Check for timestamps in
20031 `tramp-cache-inhibit-cache'.
20032 (tramp-set-file-property): Write timestamp.
20034 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20036 * language/japan-util.el (japanese-symbol-table): Add entries for
20039 * international/characters.el: Add category `j' to cp932-2-byte.
20041 2009-08-27 Kenichi Handa <handa@m17n.org>
20043 * international/fontset.el (build-default-fontset-data): New macro.
20044 (setup-default-fontset): Use build-default-fontset-data for CJK,
20045 tibetan, ethiopic, and ipa.
20047 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20049 * cus-start.el (default-major-mode): Customize `major-mode' instead.
20050 (enable-multibyte-characters): Not customizable any more.
20052 * subr.el (default-mode-line-format, default-header-line-format)
20053 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
20054 (default-direction-reversed, default-truncate-lines)
20055 (default-left-margin, default-tab-width, default-case-fold-search)
20056 (default-left-margin-width, default-right-margin-width)
20057 (default-left-fringe-width, default-right-fringe-width)
20058 (default-fringes-outside-margins, default-scroll-bar-width)
20059 (default-vertical-scroll-bar, default-indicate-empty-lines)
20060 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
20061 (default-fringe-cursor-alist, default-scroll-up-aggressively)
20062 (default-scroll-down-aggressively, default-fill-column)
20063 (default-cursor-type, default-buffer-file-type)
20064 (default-cursor-in-non-selected-windows)
20065 (default-buffer-file-coding-system, default-major-mode)
20066 (default-enable-multibyte-characters): Mark as obsolete.
20068 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
20070 * vc-dir.el (vc-dir-update): Remove debug helper.
20072 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
20074 2009-08-26 Sam Steingold <sds@gnu.org>
20076 * simple.el (save-interprogram-paste-before-kill): New user option.
20077 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
20078 save the interprogram-paste into kill-ring before overriding it
20079 with the Emacs kill.
20081 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20083 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
20084 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
20085 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
20086 and move to vc-rcs.el.
20087 (vc-default-next-revision): Rename to vc-rcs-next-revision and
20089 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
20090 (vc-rcs-update-changelog): Remove.
20091 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
20092 and move to vc-rcs.el.
20094 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
20095 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
20097 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
20098 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
20099 vc.el, renamed to be RCS specific.
20101 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
20103 (vc-cvs-update-changelog): Move here from vc.el.
20105 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
20108 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
20110 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
20112 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20114 * vc-git.el (vc-git-register): Use "git add" for directories.
20115 (vc-git-stash, vc-git-stash-show): New functions.
20116 (vc-git-extra-menu-map): Bind them.
20118 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
20119 directory correctly in case the item is a directory itself.
20121 * vc.el: Document the desired behavior for reverted files in the
20123 (vc-default-prettify-state-info): Remove function, unused.
20125 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
20127 2009-08-26 Glenn Morris <rgm@gnu.org>
20129 * bindings.el (standard-mode-line-format): Reposition dashes in
20130 which-func entry. (Bug#4217)
20132 * files.el (enable-local-variables, enable-local-eval)
20133 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
20135 (auto-mode-alist, ignored-local-variables)
20136 (save-some-buffers-action-alist): Move risky declarations to the
20138 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
20139 (font-lock-defaults, format-alist, imenu--index-alist)
20140 (imenu-generic-expression, input-method-alist, minor-mode-alist)
20141 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
20142 (mode-line-modified, mode-line-mule-info, mode-line-position)
20143 (mode-line-process, mode-line-remote, outline-level)
20144 (parse-time-rules, rmail-output-file-alist)
20145 (special-display-buffer-names, vc-mode):
20146 Move risky declarations to the relevant files.
20147 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
20148 (mode-line-modified, mode-line-process, mode-line-position)
20149 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
20150 * font-core.el (font-lock-defaults):
20151 * format.el (format-alist):
20152 * vc-hooks.el (vc-mode):
20153 * window.el (special-display-buffer-names):
20154 * international/mule-cmds.el (input-method-alist):
20155 Define riskiness here (dumped file) rather than in files.el.
20156 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
20157 * imenu.el (imenu-generic-expression, imenu--index-alist):
20158 * outline.el (outline-level):
20159 * time.el (display-time-string):
20160 * calendar/parse-time.el (parse-time-rules):
20161 * mail/rmailout.el (rmail-output-file-alist):
20162 Autoload riskiness here, rather than placing in files.el.
20164 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
20166 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
20168 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
20170 * simple.el (process-file-side-effects): New defvar.
20172 * dired-aux.el (dired-show-file-type):
20173 * vc.el (vc-diff-internal):
20174 * vc-arch.el (vc-arch-diff):
20175 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
20176 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
20177 * vc-git.el (vc-git-registered, vc-git-working-revision)
20178 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
20179 (vc-git--empty-db-p):
20180 * vc-hooks.el (vc-user-login-name):
20181 * vc-svn.el (vc-svn-registered, vc-svn-state)
20182 (vc-svn-dir-extra-headers, vc-svn-find-revision):
20183 * progmodes/grep.el (grep-probe): Let-bind
20184 `process-file-side-effects' with nil.
20186 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
20188 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
20189 daemon. Replace ping by checking for running service for bluez
20190 and zeroconf. (Bug#4239)
20192 2009-08-25 Kevin Ryde <user42@zip.com.au>
20194 * net/dig.el (dig): Add autoload cookie.
20196 2009-08-25 Glenn Morris <rgm@gnu.org>
20198 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
20199 load-history for absolute file-names.
20200 (byte-compile-file-form-require): Warn about use of the cl package.
20202 * format.el (format-alist): Doc fix.
20204 * play/bubbles.el (top-level): Don't require cl at run-time.
20206 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
20209 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
20211 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
20213 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
20215 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
20217 * calc/calc-alg.el (math-trig-rewrite)
20218 (math-hyperbolic-trig-rewrite): New functions.
20219 (calc-simplify): Simplify trig functions when asked.
20221 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20223 * diff-mode.el (diff-find-source-location): Avoid goto-line.
20225 2009-08-24 Kenichi Handa <handa@m17n.org>
20227 * language/ind-util.el (mapthread): Delete it.
20228 (combinatorial): New function.
20229 (indian--puthash-cv): Use combinatorial instead of mapthread.
20231 2009-08-22 Kevin Ryde <user42@zip.com.au>
20233 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
20234 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
20235 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
20236 Clarify docstring that the value is strings not symbols.
20237 (checkdoc-list-of-strings-p): New function.
20239 2009-08-22 Glenn Morris <rgm@gnu.org>
20241 * files.el (auto-mode-alist):
20242 * hippie-exp.el (he-concat-directory-file-name):
20243 * lpr.el (lpr-windows-system, printer-name):
20244 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
20245 * ps-print.el (ps-windows-system):
20246 * startup.el (command-line):
20247 * emulation/viper-ex.el (viper-glob-function):
20248 * international/mule-cmds.el (set-language-environment-coding-systems):
20249 * net/ange-ftp.el (ange-ftp-write-region):
20250 * obsolete/fast-lock.el (fast-lock-cache-name):
20251 Remove code for defunct system-types emx, macos, mswindows, next-mach,
20252 unisoft-unix, vax-vms, win32, w32.
20254 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
20255 given name if the pattern is not more specific.
20257 * calendar/lunar.el (lunar-phase-names): New option.
20258 (lunar-phase): Doc fix.
20259 (lunar-cycles-per-year): New constant.
20260 (lunar-index): New function.
20261 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
20262 (lunar-phase-name): Use lunar-phase-names.
20263 (calendar-lunar-phases): Use format.
20264 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
20266 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
20267 Copy imenu-example--name-and-position function here for own use.
20268 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
20270 * bs.el (bs--redisplay):
20271 * cus-edit.el (custom-redraw):
20272 * ibuffer.el (ibuffer-bury-buffer):
20273 * server.el (server-goto-line-column):
20274 * startup.el (command-line-1):
20275 * strokes.el (strokes-xpm-for-stroke):
20276 * term.el (term-display-buffer-line):
20277 * view.el (View-goto-line):
20278 * calc/calc.el (calc-do, calc-trail-buffer):
20279 * play/gamegrid.el (gamegrid-add-score-insecure):
20280 * progmodes/ada-mode.el (ada-compile-goto-error):
20281 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
20282 (ebrowse-select-1st-to-9nth):
20283 * progmodes/cperl-mode.el (cperl-time-fontification):
20284 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
20285 * progmodes/gud.el (gud-display-line):
20286 (idlwave-shell-display-line):
20287 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
20288 * progmodes/make-mode.el (makefile-browser-toggle):
20289 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
20290 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
20291 * textmodes/picture.el (picture-draw-rectangle):
20292 * textmodes/reftex-index.el (reftex-index-goto-letter):
20293 (reftex-select-jump-to-previous):
20294 * textmodes/reftex-sel.el (reftex-find-start-point)
20295 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
20296 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
20297 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
20298 * textmodes/tex-mode.el (tex-compilation-parse-errors):
20299 * textmodes/two-column.el (2C-associated-buffer):
20300 Use forward-line rather than goto-line.
20302 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
20305 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
20306 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
20307 (quick-check-list-to-regexp): Declare.
20309 * progmodes/make-mode.el (makefile-browser-insert-selection):
20310 Use goto-char rather than goto-line.
20312 * progmodes/prolog.el (compilation-error-regexp-alist)
20313 (compilation-forget-errors): Declare.
20315 2009-08-22 Juri Linkov <juri@jurta.org>
20317 * progmodes/grep.el (lgrep, rgrep): At the beginning
20318 set `dir' to `default-directory' unless `dir' is a non-nil
20319 readable directory. (Bug#4052)
20320 (lgrep, rgrep): Change a weird way to report an error
20321 from using `read-string' to using `error'.
20322 Instead of using interactive arguments in the function body,
20323 add new argument `confirm'.
20325 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
20327 * textmodes/remember.el (remember-buffer):
20328 * progmodes/cperl-mode.el (cperl-vc-header-alist):
20329 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
20330 (icalendar-extract-ical-from-buffer):
20331 * net/newst-treeview.el (newsticker-groups-filename):
20332 * net/newst-backend.el (newsticker-cache-filename):
20333 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
20334 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
20335 (speedbar-add-ignored-path-regexp, speedbar-line-path)
20336 (speedbar-buffers-line-path, speedbar-path-line)
20337 (speedbar-buffers-line-path):
20338 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
20340 * epa.el (epa-display-verify-result):
20341 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
20343 2009-08-21 Glenn Morris <rgm@gnu.org>
20345 * progmodes/js.el (inferior-moz-process): Fix declaration.
20347 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
20349 * obsolete/rnewspost.el (news-mail-reply):
20350 Use goto-char rather than goto-line.
20352 * term/ns-win.el (ns-open-file-select-line):
20353 Use line-beginning-position rather than goto-line.
20355 * apropos.el (apropos-command):
20356 * ehelp.el (electric-helpify):
20357 * printing.el (pr-show-setup):
20358 * strokes.el (strokes-help):
20359 * tutorial.el (tutorial--describe-nonstandard-key)
20360 (tutorial--detailed-help):
20361 * woman.el (woman-mini-help, woman-display-extended-fonts):
20362 * calc/calc-help.el (calc-describe-key):
20363 * emulation/edt.el (edt-electric-helpify):
20364 * international/mule-diag.el (mule-diag):
20365 * play/yow.el (apropos-zippy):
20366 * progmodes/python.el (python-describe-symbol):
20367 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
20368 * textmodes/table.el (*table--cell-describe-mode)
20369 (*table--cell-describe-bindings):
20370 Use help-print-return-message rather than the now obsolete alias.
20372 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
20373 (calendar-cursor-to-visible-date):
20374 * play/5x5.el (5x5-position-cursor):
20375 * play/decipher.el (decipher):
20376 * play/gomoku.el (gomoku-goto-xy):
20377 * play/landmark.el (lm-goto-xy):
20378 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
20379 (mpuz-paint-digit):
20380 Use forward-line, not goto-line.
20382 * mail/rmail.el (rmail-obsolete): Delete custom group.
20383 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
20384 (rmail-remote-password, rmail-remote-password-required):
20385 Remove unneeded :set-after and :set properties.
20387 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
20389 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
20391 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
20393 * loadup.el: Remove leftover macos code.
20395 * vc-git.el (vc-git-annotate-command): Run asynchronously.
20396 Explicitly pass the date format to git blame so that user local
20397 so that the output format can be parsed.
20399 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
20401 * net/dbus.el (top): Don't check for (getenv
20402 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
20404 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
20406 * log-edit.el (log-edit-strip-single-file-name): New var.
20407 (log-edit-insert-changelog): Use it. Bug#3571
20409 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20411 * subr.el (read-passwd): Use read-key so keypad keys work as well.
20414 * help.el (help-print-return-message): Rename from
20415 print-help-return-message.
20417 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
20418 cvs-mode-map parent hack.
20419 (log-view-mode): Derive from special-mode.
20421 * linum.el (linum-mode): window-size-change-functions is redundant.
20422 Adapt to new window-configuration-change-hook behavior.
20423 (linum-after-size, linum-after-config): Remove.
20425 * imenu.el (imenu-example--name-and-position)
20426 (imenu-example--lisp-extract-index-name)
20427 (imenu-example--create-lisp-index, imenu-example--create-c-index):
20430 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
20431 (inferior-prolog-mode): Use it.
20432 (inferior-prolog-load-file): Reset list of errors.
20434 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20436 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
20438 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
20440 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
20442 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
20443 is running already.
20445 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20447 * subr.el (listify-key-sequence-1): Use normal syntax since those
20448 integers are nowadays always represented by the same (positive) number
20450 (read-key-empty-map): New const.
20451 (read-key-delay): New var.
20452 (read-key): New function.
20453 (force-mode-line-update): Use with-current-buffer.
20454 (locate-user-emacs-file): Don't forget to abbreviate the file name.
20455 (start-process-shell-command, start-file-process-shell-command):
20456 Discourage the use of command-args.
20458 2009-08-19 Glenn Morris <rgm@gnu.org>
20460 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
20462 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20464 * simple.el (choose-completion-string): Don't rely on
20465 minibuffer-completing-file-name and ad-hoc checks to decide whether
20466 to continue completion or not.
20468 * minibuffer.el (minibuffer-hide-completions): New function.
20469 (completion--do-completion): Use it.
20470 (completions-annotations): New face.
20471 (completion--insert-strings): Use it.
20472 (completion-pcm--delim-wild-regex): Add docstring.
20473 (completion-pcm--string->pattern): Add support for 0-width delimiters
20474 in completion-pcm--delim-wild-regex.
20476 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
20478 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
20479 Remove unused var `buffer-modified-p'.
20481 * minibuffer.el (completion--do-completion): Move point for the #b001
20482 case as well (bug#4176).
20483 (minibuffer-complete, minibuffer-complete-word): Don't move point.
20485 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
20487 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
20488 and :session buses.
20490 2009-08-18 Kenichi Handa <handa@m17n.org>
20492 * international/ucs-normalize.el (ucs-normalize-version):
20494 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
20495 (utf-8-hfs): Make it perform normalization on encoding too.
20497 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
20498 (sentence-end-without-space): Delete duplicated chars.
20499 (sentence-end-base): Likewise.
20501 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
20502 (html-mode): Delete duplicated chars from sentence-end-base.
20504 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
20505 (texinfo-mode): Delete duplicated chars from sentence-end-base.
20507 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
20509 * files.el (hack-one-local-variable): If the mode function is for
20510 a minor mode, pass it an argument (Bug#4148).
20512 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
20514 * net/tramp.el (tramp-register-completion-file-name-handler):
20515 Check also for (member 'partial-completion completion-styles).
20517 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
20519 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
20522 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
20524 * progmodes/cperl-mode.el: Merge upstream 6.2.
20525 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
20526 (cperl-forward-re): Check cperl-brace-recursing.
20527 (cperl-highlight-charclass): New function.
20528 (cperl-find-pods-heres): Use it.
20529 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
20530 (cperl-beautify-regexp-piece): Fix column calculation.
20531 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
20532 (cperl-beautify-level): Don't process entire regexp.
20533 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
20535 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
20536 (cperl-init-faces): Build a list in the normal way.
20538 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
20540 * calendar/parse-time.el (parse-time-string-chars): Save match
20543 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
20545 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
20546 (sql-product): Use it.
20547 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
20548 (sql-set-product): Add completion.
20549 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
20550 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
20551 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
20552 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
20553 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
20554 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
20555 (sql-highlight-db2-keywords): Remove.
20556 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
20557 (sql-highlight-product): Use derived-mode-p.
20558 (sql-set-sqli-buffer): Use with-current-buffer.
20559 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
20562 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
20564 * term.el: Fix commenting convention, turn comments into docstrings.
20566 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
20568 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
20570 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
20572 * calendar/parse-time.el (parse-time-string-chars): Compute using
20573 character classes, to handle non-ascii characters (Bug#3190).
20575 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
20577 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
20578 another heredoc if the user adds another < (Bug#3226).
20580 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20581 Don't initialize based on window-system (Bug#4124).
20583 * facemenu.el (facemenu-read-color): Use a completion function
20584 that accepts any defined color, such as RGB triplets (Bug#3677).
20586 * files.el (get-free-disk-space): Change fallback default
20587 directory to /. Expand DIR argument before switching to fallback.
20588 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
20590 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
20592 * files.el (load-library): Doc fix.
20594 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
20596 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
20597 (viper-if-string): Redefine C-s in the minibuffer to insert the last
20598 incremental search string.
20600 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
20603 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
20604 (ediff-merge-region-is-non-clash)
20605 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
20606 Also check if the job is really a merge job.
20608 * ediff.el (ediff-current-file): New function.
20610 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
20612 * progmodes/js.el: Edit docstrings throughout to follow Emacs
20614 (js-insert-and-indent): Delete function.
20615 (js-mode-map): Don't bind keys to js-insert-and-indent.
20616 (js-beginning-of-defun): Rename from js--beginning-of-defun.
20617 (js-end-of-defun): Rename from js--end-of-defun.
20618 (js-auto-indent-flag): Delete variable.
20620 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
20622 * progmodes/js.el: Remove proclaim statement.
20623 Defvar which-func-imenu-joiner-function to silence compiler.
20625 * files.el (auto-mode-alist): Use js-mode for .js files.
20627 * progmodes/js2-mode.el: Remove file.
20629 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
20631 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
20633 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
20635 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
20636 Karl Landstrom <karl.landstrom@brgeight.se>
20638 * progmodes/js.el: New file.
20640 2009-08-14 Mark A. Hershberger <mah@everybody.org>
20642 * timezone.el (timezone-parse-date): Add ability to understand ISO
20643 basic format (minimal separators) dates in addition to the
20644 already-supported extended format dates.
20646 2009-08-14 Eli Zaretskii <eliz@gnu.org>
20648 * international/ucs-normalize.el: Add a `coding' file variable.
20650 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
20652 2009-08-14 Sam Steingold <sds@gnu.org>
20654 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
20656 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
20658 * faces.el (help-argument-name): Define it here instead of
20659 help-fns.el, because in daemon mode help-fns.el may be loaded when
20660 faces are still uninitialized (Bug#1078).
20662 * help-fns.el (help-argument-name): Move defface to faces.el.
20664 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
20666 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
20667 create buffer with a pty but no process so that GDB can make the
20668 inferior the controlling process.
20670 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
20672 * international/ucs-normalize.el: New file.
20674 2009-08-13 Richard Stallman <rms@gnu.org>
20676 * mail/rmail.el (rmail-get-attr-names):
20677 Accept an attribute header that is too short.
20679 * mail/rmail.el (rmail-forget-messages):
20680 Ignore nil elt in rmail-message-vector. Use dotimes.
20682 * progmodes/compile.el (compilation-goto-locus):
20683 Use next-error-move-function.
20685 * simple.el (next-error-move-function): New variable.
20687 2009-08-12 Juri Linkov <juri@jurta.org>
20689 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
20690 always non-nil. (Bug#4052)
20692 * replace.el (read-regexp): Return empty string when
20693 `default-value' is nil.
20694 (keep-lines-read-args): Don't use empty string as the
20695 default value for `read-regexp'. (Bug#2495)
20697 2009-08-12 Juri Linkov <juri@jurta.org>
20699 * international/mule-cmds.el (ucs-insert): Change arguments
20700 from `arg' to `character', `count', `inherit' to be the same
20701 as in `insert-char'. Doc fix. (Bug#4039)
20703 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
20705 2009-08-12 Juri Linkov <juri@jurta.org>
20707 * files-x.el: New file.
20709 * files.el: Move code that deals with adding/deleting
20710 file/directory-local variables to files-x.el.
20712 * Makefile.in (ELCFILES): Add files-x.elc.
20714 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
20716 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
20717 to use `goto-line'.
20718 (gdb-place-breakpoints, gdb-get-location): Rewritten without
20720 (gdb-invalidate-disassembly): Do not refresh upon receiving
20721 'update signal. Instead, update all disassembly buffers only after
20723 (gdb): Send -target-detach when buffer is killed (Bug#3794).
20724 (gdb-starting): Move -data-list-register-names...
20725 (gdb-stopped): ...here so it's sent when first thread stops.
20726 (gdb-registers-handler-custom): Do nothing if register names are
20729 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
20730 from `gdb-mi.el' to avoid extra tangling.
20732 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
20733 change which breaks `gud-def' definitions used in `gdb'.
20734 (gdb-update-gud-running): No extra fuss for updating frame number.
20736 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
20738 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
20739 (describe-language-environment-map, setup-language-environment-map)
20740 (set-coding-system-map): Move initialization into declaration.
20741 (set-language-info-alist): Last arg to define-key-after can be skipped.
20743 * international/quail.el (quail-completion-1): Simplify.
20744 (quail-define-rules): Use slightly more compact code.
20745 (quail-insert-decode-map): Propertize keys, compact columns.
20747 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20750 2009-08-10 Miles Bader <miles@gnu.org>
20752 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
20753 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
20754 (js2-instance-member, js2-private-member, js2-private-function-call)
20755 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
20756 (js2-magic-paren, js2-external-variable):
20757 Remove "-face" suffix from face names.
20758 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
20759 (js2-highlight-undeclared-vars, js2-peek-token)
20760 (js2-parse-function-params, js2-mode-show-errors)
20761 (js2-mode-show-warnings, js2-make-magic-delimiter)
20762 (js2-mode-highlight-magic-parens): Update to use new face names.
20764 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
20766 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
20767 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
20769 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
20771 * subr.el: Provide hashtable-print-readable.
20773 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
20774 hs-c-like-adjust-block-beginning.
20775 (hs-hide-block-at-point): Stop hiding at the beginning of
20776 hs-block-end-regexp (Bug#700).
20778 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
20780 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
20782 (gdb-registers-handler-custom): Do not fail when register names
20785 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
20787 * progmodes/gdb-mi.el (gdb-control-all-threads)
20788 (gdb-control-current-thread): Interactive setters for
20789 `gdb-gud-control-all-threads' to use in menu.
20790 (gdb-show-run-p): Show «Go» when process is not active.
20791 (gud-tool-bar-map): Add non-stop/A,T indicator.
20792 Uses gud/thread.xpm and gud/all.xpm.
20794 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
20796 * net/net-utils.el (net-utils-font-lock-keywords): New var.
20797 (nslookup-font-lock-keywords): Make it a variable.
20798 (net-utils-mode): New mode for viewing diagnostic network output.
20799 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
20800 (net-utils-run-simple): New function.
20801 (ifconfig, iwconfig, netstat, arp, route): Use it.
20803 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
20805 * progmodes/gdb-mi.el (gdb-read-memory-custom)
20806 (gdb-memory-set-address, def-gdb-set-positive-number)
20807 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
20808 after changing settings.
20809 (gdb-invalidate-disassembly): Update when first shown.
20810 (gdb-edit-locals-value): Fix.
20811 (gdb-registers-handler-custom): Print registers in right order and
20812 allow changing register values (only for current thread yet).
20813 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
20814 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
20815 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
20816 (gdb-locals-handler-custom, gdb-registers-handler-custom):
20817 Thread info in mode name.
20818 (gdb-registers-mode-map): TAB to switch to locals.
20820 2009-08-08 Eli Zaretskii <eliz@gnu.org>
20822 * mail/rmail.el (rmail-add-mbox-headers)
20823 (rmail-set-message-counters-counter): Search for
20824 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
20826 2009-08-08 Glenn Morris <rgm@gnu.org>
20828 * Makefile.in (ELCFILES): Update.
20830 2009-08-07 Eli Zaretskii <eliz@gnu.org>
20832 * mail/sendmail.el (mail-yank-original):
20833 Set buffer-file-coding-system from the one used by the message whose
20836 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
20837 to "windows" when "pgnuplot" is used.
20838 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
20839 Don't call accept-process-output if "pgnuplot" is used.
20840 (calc-graph-init): Don't send -display and -geometry to
20841 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
20842 running "pgnuplot -V" with shell-command-to-string.
20844 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
20847 2009-08-07 Eli Zaretskii <eliz@gnu.org>
20849 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
20852 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
20854 * vc-dispatcher.el (vc-resynch-window): Update comment.
20856 * term.el (term-handle-ansi-escape): Add comments with the
20857 terminfo capabilities implemented.
20859 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
20861 * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
20862 (gdb-var-create-handler): Rewritten using JSON parser.
20863 (gdb-propertize-header): Move earlier.
20864 (gdb-set-header): Remove to avoid duplication.
20865 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
20866 Refresh disassembly buffers only after threads list have been
20868 (gdb-threads-header, gdb-registers-header): Per-buffer header line
20871 2009-08-04 Juri Linkov <juri@jurta.org>
20873 * files.el: Commands to add/delete file/directory-local variables.
20874 (read-file-local-variable, read-file-local-variable-value)
20875 (read-file-local-variable-mode, modify-file-local-variable)
20876 (modify-file-local-variable-prop-line)
20877 (modify-dir-local-variable): New functions.
20878 (add-file-local-variable, delete-file-local-variable)
20879 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
20880 (add-dir-local-variable, delete-dir-local-variable)
20881 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
20882 (copy-dir-locals-to-file-locals-prop-line): New commands.
20884 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
20886 * abbrev.el (insert-abbrev-table-description): Prettify output.
20887 Suggested by Karl Chen.
20889 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
20891 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
20892 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
20893 (gdb-overlay-arrow-position, gdb-thread-position)
20894 (gdb-disassembly-position): Declare variables.
20895 (gdb-wait-for-pending): Function now.
20896 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
20897 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
20898 compilation goes smoothly.
20899 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
20900 (gdb-non-stop-setting): New customization setting which replaces
20901 `gdb-non-stop' so changing it doesn't break active GDB session.
20902 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
20903 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
20904 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
20905 (gdb-show-threads-by-default): New customization options.
20906 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
20908 (gdb-get-buffer-create): Send buffers update signal when they are
20910 (gdb-invalidate-locals, gdb-invalidate-registers)
20911 (gdb-invalidate-breakpoints)
20912 (gdb-invalidate-threads, gdb-invalidate-disassembly)
20913 (gdb-invalidate-memory): Accept update signal.
20914 (gdb-current-context-command): Use --frame option.
20915 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
20916 Implement `gdb-frame-number' selection logic.
20917 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
20918 whether to show GUD toolbar buttons.
20919 (gdb-thread-exited): Unselect current thread when it exits.
20920 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
20921 (gdb-mark-line): Routine which sets overlay arrow or inverses
20922 video on fringeless displays.
20923 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
20924 to build aligned columns of data in GDB buffers and set text
20925 properties line-by-line.
20926 (gdb-invalidate-breakpoints)
20927 (gdb-breakpoints-list-handler-custom)
20928 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
20929 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
20930 (gdb-registers-handler-custom): Align data columns.
20931 (gdb-locals-handler-custom): Now prints data like in variable
20933 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
20934 Remove confusing buttons.
20935 (gdb-invalidate-threads): Append --frame.
20936 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
20937 between breakpoints/threads buffers.
20938 (gdb-set-window-buffer): Now can ignore dedicated windows.
20939 (gdb-propertize-header): Use `gdb-set-window-buffer'.
20940 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
20941 (def-gdb-thread-buffer-gud-command): Replaces
20942 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
20943 for fine thread control.
20944 (gdb-preempt-existing-or-display-buffer): New function used to
20945 display bound buffers without breaking window layout.
20946 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
20947 (gdb-select-frame): New version of `gdb-frames-select' which now
20948 sets `gdb-frame-number' so commands may use --frame option instead
20949 of inner debugger state.
20950 (gdb-frame-handler): Do not set `gdb-frame-number'.
20951 (gdb-threads-mode-map): Select threads with mouse.
20953 * progmodes/gud.el (gdb-gud-context-call): Declare function to
20954 avoid compilation warning.
20955 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
20958 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
20959 Argument `key' renamed to `buffer-type'.
20960 (gdb-current-context-buffer-name): Do not add thread info to
20961 buffer name when no thread is selected.
20962 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
20963 command (bug 3794).
20964 (gdb-thread-selected): Handle `=thread-selected' notification.
20965 (gdb-wait-for-pending): New macro to deal with congestion problems.
20966 (gdb-breakpoints-list-handler-custom): Don't fail on pending
20968 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
20969 This fixes problem similar to one described in bug 3947.
20970 (gud-menu-map): More menu items.
20971 (gdb-init-1): Reset `gdb-thread-number' to nil.
20973 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
20976 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
20977 (gdb-current-context-command): Do not append --thread if
20978 `gdb-thread-number' is nil.
20979 (gdb-running-threads-count, gdb-stopped-threads-count):
20981 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
20982 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
20983 New customization options.
20984 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
20986 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
20987 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
20988 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
20989 set `gdb-thread-number' and update `gud-running' properly.
20990 (gdb-running): Update threads list when new threads appear.
20991 (gdb-stopped): Support non-stop operation and new thread switching
20993 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
20994 (gdb-json-partial-output): New set of JSON routines.
20995 (def-gdb-auto-update-trigger): New `signal-list' optional
20997 (gdb-thread-list-handler-custom): Update `gud-running',
20998 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
20999 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
21000 (gdb-continue-thread, gdb-step-thread): New commands for fine
21001 thread execution control.
21002 (gud-menu-map): New menu items to switch non-stop options.
21003 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
21004 (gdb-send): Mimic RET properly (bug 3794).
21006 * progmodes/gdb-mi.el (gdb-rules-name-maker)
21007 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
21009 (def-gdb-auto-update-handler): New nopreserve optional argument.
21010 (gdb-stack-list-frames-custom): Print stack from top to bottom.
21012 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
21013 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
21014 (gdb-parent-mode): New mode to derive other GDB modes from.
21015 (gdb-display-disassembly-for-thread)
21016 (gdb-frame-disassembly-for-thread): New commands for threads
21019 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
21020 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
21021 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
21022 (gdb-update): We now store all GDB buffers in a list so that they
21023 can be updated by traversing a list instead of calling invalidate
21024 triggers explicitly.
21025 (def-gdb-trigger-and-handler): New macro to define trigger-handler
21026 pair for GDB buffer.
21027 (gdb-stack-buffer-name): Add thread information.
21028 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
21029 handle pending triggers.
21030 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
21031 (def-gdb-thread-buffer-simple-command)
21032 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
21033 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
21034 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
21035 New commands which show buffers bound to thread.
21036 (gdb-stack-list-locals-regexp): Remove unused regexp.
21038 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
21039 (gdb-locals-buffer-name, gdb-registers-buffer-name)
21040 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
21041 to (gud-comint-buffer) in *-buffer-name functions
21042 because (gdb-get-target-string) already does that.
21043 (gdb-locals-handler-custom, gdb-registers-handler-custom)
21044 (gdb-changed-registers-handler): Rewritten without regexps.
21046 * progmodes/gdb-mi.el: Basic thread selection support.
21047 (gdb-thread-number): New variable.
21048 (gdb-current-context-command): New macro which adds --thread
21050 (gdb-threads-mode-map): Select thread with SPC.
21051 (gdb-thread-list-handler-custom): Mark current thread with overlay
21052 arrow. Synchronize GDB thread and Emacs thread.
21053 (gdb-select-thread): New command which selects current thread.
21054 (gdb-invalidate-frames, gdb-invalidate-locals)
21055 (gdb-invalidate-registers): Use --thread option.
21057 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
21059 * net/tramp.el (top): Make check for tramp-gvfs loading more
21061 (tramp-handle-insert-file-contents): `unwind-protect' must be
21062 inside `with-parsed-tramp-file-name'.
21064 * net/tramp-gvfs.el (top): Remove superfluous message when loading
21067 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
21069 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
21070 directory if CLASSPATH is not set.
21072 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
21074 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
21076 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
21078 2009-08-02 Kevin Ryde <user42@zip.com.au>
21080 * net/newst-backend.el (newsticker--raw-url-list-defaults):
21081 Update freshmeat link. Delete newsforge.com as it seems gone.
21083 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
21085 * select.el (x-set-selection): Doc fix (Bug#4021).
21087 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
21089 * help-fns.el (describe-variable): Treat list return values from
21090 dir-locals-find-file properly (Bug#4005).
21092 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
21094 * net/tramp.el (tramp-debug-message): Print also microseconds.
21096 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
21098 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
21100 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
21101 (tramp-get-debug-buffer): Change `outline-regexp' according to new
21104 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
21105 (tramp-get-file-property): Use it.
21107 * autorevert.el (auto-revert-handler):
21108 Allow `auto-revert-tail-mode' for remote files.
21110 2009-08-02 Jason Rumney <jasonr@gnu.org>
21112 * minibuffer.el (read-file-name): Treat confirm options to
21113 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
21115 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
21117 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
21118 (font-lock-variable-name-face, font-lock-constant-face):
21119 Darken the colors for light backgrounds.
21121 2009-08-01 Eli Zaretskii <eliz@gnu.org>
21123 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
21124 month names. (Bug#3987)
21126 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
21128 * simple.el (line-move-finish): Pass whole number to
21129 line-move-to-column.
21130 (line-move-visual): Perform hscroll to the recorded position.
21132 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
21134 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
21136 2009-07-29 Alan Mackenzie <acm@muc.de>
21138 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
21140 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
21142 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
21143 (gdb-place-breakpoints): Use full path when setting breakpoints.
21145 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
21147 * calc/calc.el (calc-mode-map): Add keybinding for
21148 `calc-transpose-lines'.
21150 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
21152 * calc/calc-misc.el (calc-transpose-lines): New function.
21154 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
21156 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
21157 Simplify check for out-of-band methods.
21158 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
21159 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
21161 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
21163 * vc-git.el (vc-git-checkin): Fix typo.
21165 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
21167 * progmodes/js2-mode.el: New file.
21169 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
21171 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
21172 (gud-menu-map): Adjust tooltip accordingly.
21174 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
21176 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
21177 (vc-bzr-log-view-mode): Adjust log-view-file-re.
21179 * add-log.el (change-log-mode-map): Add a menu.
21181 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
21183 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
21184 function returns nil.
21185 (dbus-handle-event): Handle special return value :ignore.
21186 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
21188 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
21190 * view.el (view-mode-enable): Don't define Helper-return-blurb if
21193 2009-07-25 Eli Zaretskii <eliz@gnu.org>
21197 * w32-vars.el (x-select-enable-clipboard): Doc fix.
21199 * term/pc-win.el (x-display-name, x-colors)
21200 (x-select-enable-clipboard, x-select-text): Doc fix.
21202 * term/common-win.el (x-display-name, x-colors): Doc fix.
21204 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
21205 (xw-defined-colors): Doc fix.
21207 * w32-fns.el (x-select-text, x-setup-function-keys)
21208 (x-get-selection, x-set-selection): Doc fix.
21210 * term/x-win.el (x-select-text, x-setup-function-keys)
21211 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
21213 * select.el (x-set-selection): Doc fix.
21215 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
21217 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
21218 instead of "IsNSSSupportAvailable". Avahi ought to work also when
21219 "IsNSSSupportAvailable" method is not available.
21220 Reported by Steve Youngs <steve@sxemacs.org>.
21222 2009-07-24 Kenichi Handa <handa@m17n.org>
21224 * international/characters.el: Fix setting of category ?C, ?|, ?K,
21225 and ?H. Fix setting of case for Latin Extended and Greek Extended.
21226 (build-unicode-category-table): Fix range checks.
21228 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
21230 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
21231 the buffer we try to sync is current when calling
21234 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
21235 not show up to date files.
21237 2009-07-24 Glenn Morris <rgm@gnu.org>
21239 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
21240 Add autoload cookies. If necessary, initialize.
21241 (elint-log): Handle non-file buffers.
21242 (elint-initialize): Add optional argument to reinitialize.
21243 (elint-find-builtin-variables): Save excursion.
21245 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
21247 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
21250 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21252 * vc.el (vc-print-log-internal): New function, split out from ...
21253 (vc-print-log): ... here.
21254 (vc-dir-move-to-goal-column): Declare.
21256 * vc-git.el (vc-git-add-signoff): New variable.
21257 (vc-git-checkin): Use it.
21258 (vc-git-toggle-signoff): New function.
21259 (vc-git-extra-menu-map): Bind it to menu.
21260 (vc-git--run-command-string): Accept a nil FILE argument.
21261 (vc-git-stash-list): New function.
21262 (vc-git-dir-extra-headers): Use it.
21264 2009-07-23 Glenn Morris <rgm@gnu.org>
21266 * help-fns.el (describe-variable): Describe ignored and risky local
21267 variables in a similar way to that in which we describe safe ones.
21269 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
21270 (byte-compile-output-file-form, byte-compile-output-docform)
21271 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
21272 Give some more local variables with common names a "bytecomp-" prefix,
21273 so as not to shadow things during compilation.
21274 * emacs-lisp/cl-macs.el (load-time-value)
21275 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
21276 `outbuffer' to `bytecomp-outbuffer'.
21278 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
21279 since the next two variables cover them automatically now.
21280 (elint-builtin-variables, elint-autoloaded-variables): New.
21281 (elint-unknown-builtin-args): Remove all members, since they can be
21282 parsed automatically now.
21283 (elint-extra-errors): New.
21284 (elint-env-add-env, elint-env-add-macro): Use cadr.
21285 (elint-current-buffer): Use or. Change final message.
21286 (elint-get-top-forms): Use line-end-position.
21287 (elint-init-env): Use cadr. Handle autoload, declare-function,
21289 (elint-add-required-env): Doc fix. Use or. Standardize error.
21290 (regexp-assoc): Remove unused function.
21291 (elint-top-form): Set elint-current-pos, to record the start of the
21292 top-level form, for compilation-mode.
21293 (elint-form): Trap errors in macro expansion. Use dolist.
21294 (elint-unbound-variable): Use elint-builtin-variables and
21295 elint-autoloaded-variables.
21296 (elint-get-args): Use cadr, or.
21297 (elint-check-cond-form): Use dolist, cadr.
21298 (elint-check-condition-case-form): Doc fix. Use cadr.
21299 Use elint-extra-errors.
21300 (elint-log): New function.
21301 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
21302 Distinguish errors and warnings.
21303 (elint-log-message): Use with-current-buffer. Inhibit read-only.
21304 Use a bytecomp-style format.
21305 (elint-clear-log): Preserve default-directory. Inhibit read-only.
21306 (elint-get-log-buffer): Use compilation mode. Disable undo.
21307 Don't truncate lines.
21308 (elint-initialize): Set builtin and autoloaded variable lists.
21309 Only process elint-unknown-builtin-args if non-nil.
21310 (elint-find-builtin-variables, elint-find-autoloaded-variables):
21312 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
21314 2009-07-22 Kevin Ryde <user42@zip.com.au>
21316 * net/newst-backend.el (newsticker--parse-atom-1.0)
21317 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21318 (newsticker--parse-rss-1.0):
21319 * progmodes/idlwave.el (idlwave-mode):
21320 * progmodes/idlw-shell.el (idlwave-shell-mode):
21321 * progmodes/vera-mode.el (vera-mode):
21322 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
21323 * progmodes/vhdl-mode.el (vhdl-mode):
21324 * textmodes/table.el (table-generate-source)
21325 (table--warn-incompatibility):
21326 Hyperlink urls in docstrings with URL `...'.
21328 2009-07-22 Glenn Morris <rgm@gnu.org>
21330 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
21331 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
21332 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
21333 Remove leading * from defcustom docs.
21335 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
21337 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
21339 (list-load-path-shadows): Optionally, just return shadows as a string.
21341 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
21343 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
21345 * mail/rmailedit.el (rmail-edit-mode):
21346 Use auto-save-include-big-deletions.
21348 * mail/rmail.el (rmail-variables):
21349 Use auto-save-include-big-deletions.
21351 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
21354 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
21356 * calc/calc.el (calc-undo-length): New variable.
21357 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
21359 2009-07-21 Richard Stallman <rms@gnu.org>
21361 * files.el (auto-save-mode): Handle buffer-save-size = -2
21364 2009-07-21 Glenn Morris <rgm@gnu.org>
21366 * textmodes/ispell.el (ispell-looking-back): Update declaration.
21368 * calendar/todo-mode.el (calendar-current-date): Update declaration.
21370 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
21371 silence compiler. Instead...
21372 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
21373 (ps-print-ensure-fontified): Update for above function name changes.
21375 * printing.el (pr-mh-get-msg-num, pr-mh-show)
21376 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
21377 silence compiler. Instead...
21378 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
21379 (mh-show-buffer): Only define for compiler.
21380 (pr-mh-current-message): Update for above function name changes.
21382 * files.el (abort-if-file-too-large): Explicitly pass `filename'
21384 (find-file-noselect, insert-file-1): Update for above change.
21386 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
21388 * mail/mailclient.el (mailclient-send-it): Fix message.
21390 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
21391 (edebug-eval): Check cl-debug-env is bound.
21392 (print-level, print-circle): Don't redefine built-in variables.
21394 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
21395 (custom-print-vectors): Remove old comments from doc.
21397 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
21398 (emerge-version): Make the variable an obsolete alias for the
21399 emacs-version variable. Make the function obsolete.
21400 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
21401 Emerge options, rather than merging in into the main Options menu.
21402 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
21403 and auto advance modes. Disable edit/fast items when not relevant.
21405 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
21407 * term/vt420.el (terminal-init-vt420): Fix typo.
21409 2009-07-20 Sam Steingold <sds@gnu.org>
21411 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
21412 variable (removed from compile.el on 2004-03-11).
21414 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
21416 * files.el (hack-local-variables-filter): Fix last change.
21418 2009-07-19 Juri Linkov <juri@jurta.org>
21420 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
21421 (dir-local-variables-alist): New buffer-local variable.
21422 (hack-local-variables-filter): If variable is not dir-local,
21423 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
21424 because file-local overrides dir-local.
21425 (c-postprocess-file-styles) <declare-function>:
21426 Remove obsolete declaration.
21427 (hack-dir-local-variables): Add dir-local variable/value pair to
21428 `dir-local-variables-alist' and remove duplicates. Doc fix.
21430 * help-fns.el (describe-variable): Add information about
21431 file-local and dir-local variables.
21433 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
21435 * files.el (hack-local-variables-filter): Rewrite.
21437 2009-07-19 Glenn Morris <rgm@gnu.org>
21439 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
21440 Silence compiler by only defining on XEmacs.
21442 * international/mule.el (auto-coding-regexp-alist): Only match
21443 BABYL... at the start of buffer, not of lines. (Bug#3790)
21445 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
21446 non-calendar buffers (Bug#3862). Restore "not on a date" message.
21447 (cal-menu-context-mouse-menu): Doc fix.
21449 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
21451 * simple.el (mail-user-agent): Doc fix. Set :version tag.
21453 2009-07-18 Juri Linkov <juri@jurta.org>
21455 * info.el: Virtual Info keyword finder.
21456 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
21457 (Info-finder-file): New variable.
21458 (Info-finder-find-file): New function.
21459 (finder-known-keywords, finder-package-info)
21460 (find-library-name, lm-commentary): Use defvar and
21461 declare-function to silence compiler warnings.
21462 (Info-finder-find-node): New function.
21463 (info-finder): New command.
21465 * subr.el (process-kill-buffer-query-function): New function.
21466 (add-hook)<kill-buffer-query-functions>: Add hook
21467 `process-kill-buffer-query-function'.
21469 2009-07-18 Alan Mackenzie <acm@muc.de>
21471 * progmodes/cc-mode.el (c-before-hack-hook)
21472 (c-postprocess-file-styles): Give invocation of `c-set-style'
21473 DONT-OVERRIDE parameter of t. Already set style variables will
21474 thus not be overridden by style settings given by `c-file-syle'.
21476 * files.el (hack-local-variables-filter): Remove entries with
21477 duplicate keys from `file-local-variables-alist'.
21479 2009-07-18 Eli Zaretskii <eliz@gnu.org>
21481 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
21482 x-set-selection if display-selections-p returns nil for the
21485 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
21487 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
21489 2009-07-18 Eli Zaretskii <eliz@gnu.org>
21491 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
21492 Accept nil in addition to a regexp.
21493 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
21494 Accept nil in addition to a regexp.
21495 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
21496 buffers that have an associated file. Handle nil values of
21497 desktop-buffers-not-to-save and desktop-files-not-to-save.
21500 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
21501 (x-disown-selection-internal): New functions.
21503 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
21505 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
21507 (gdb-breakpoints-header): Move forward to avoid compiler warning.
21508 (gdb-make-header-line-mouse-map): Remove duplicate definition.
21510 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
21512 * simple.el (set-mark): Revert last change.
21514 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
21516 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
21517 rendering of pngs is not possible instead of messaging a long
21520 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
21522 * w32-fns.el (x-selection-owner-p): New function.
21524 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
21525 (mouse-yank-at-click, mouse-yank-primary):
21526 If select-active-regions is non-nil, deactivate the mark before
21529 * simple.el (deactivate-mark, set-mark): Only save selection if we
21532 2009-07-17 Kenichi Handa <handa@m17n.org>
21534 * case-table.el (describe-buffer-case-table): Fix for the case
21535 that KEY is a cons.
21537 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
21539 * vc-rcs.el (vc-rcs-find-file-hook):
21540 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
21542 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
21544 * net/tramp.el (tramp-wait-for-output): Handle the case when
21545 commands do not return a newline but a null byte before the shell
21548 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21550 * term/ns-win.el (ns-set-alpha): Don't declare.
21551 (ns-set-background-alpha): Remove function.
21553 2009-07-16 Kevin Ryde <user42@zip.com.au>
21555 * emacs-lisp/copyright.el (copyright-update): Save match-data across
21556 y-or-n-p, for safety.
21558 2009-07-16 Richard Stallman <rms@gnu.org>
21560 * files.el (auto-save-mode): If buffer-saved-size is -2,
21563 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
21564 (rmail-retry-ignored-headers): Add more uninteresting fields.
21566 2009-07-15 Jari Aalto <jari.aalto@cante.net>
21568 * net/rcirc.el (rcirc): Use history variables.
21569 (rcirc-server-name-history, rcirc-nick-name-history)
21570 (rcirc-server-port-history): New variables.
21572 2009-07-15 Kenichi Handa <handa@m17n.org>
21574 * international/mule-cmds.el (set-language-environment-charset):
21575 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
21578 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
21579 Delete unibyte-display.
21581 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
21583 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
21585 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
21587 * simple.el (deactivate-mark): Optional argument FORCE.
21588 (set-mark): Use deactivate-mark.
21590 * info.el (Info-search): No need to check transient-mark-mode
21591 before calling deactivate-mark.
21593 * select.el (x-set-selection): Doc fix.
21594 (x-valid-simple-selection-p): Allow buffer values.
21595 (xselect--selection-bounds): Handle buffer values.
21596 Suggested by David De La Harpe Golden.
21598 * mouse.el (mouse-set-region, mouse-drag-track):
21599 Call copy-region-as-kill before setting the mark, to let
21600 select-active-regions work.
21602 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
21604 * simple.el (deactivate-mark): If select-active-regions is
21605 non-nil, copy the selection data into a string.
21606 (activate-mark): If select-active-regions is non-nil, set the
21607 selection to the current buffer.
21608 (set-mark): Update selection if select-active-regions is non-nil.
21610 * select.el (x-valid-simple-selection-p): Allow buffer values.
21612 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
21614 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
21615 and more featureful message-mode.
21617 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
21619 * select.el (x-set-selection): Doc fix.
21620 (x-valid-simple-selection-p): Disallow selection data consisting
21621 of a list or cons of integers, since that is not used.
21622 (xselect--selection-bounds, xselect--int-to-cons): New functions.
21623 (xselect-convert-to-string, xselect-convert-to-length)
21624 (xselect-convert-to-filename, xselect-convert-to-charpos)
21625 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
21627 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
21629 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
21630 output in -break-info command (Emacs bug #3794).
21632 2009-07-14 Glenn Morris <rgm@gnu.org>
21634 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
21635 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
21636 (edebug-print-length, edebug-print-level, edebug-print-circle)
21637 (edebug-sit-for-seconds, edebug-view-outside)
21638 (edebug-bounce-point, edebug-set-global-break-condition)
21639 (edebug-Go-nonstop-mode, edebug-trace-mode)
21640 (edebug-Trace-fast-mode, edebug-continue-mode)
21641 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
21642 (edebug-visit-eval-list): Doc fixes.
21644 * subr.el (def-edebug-spec): Doc fix.
21646 2009-07-14 Kenichi Handa <handa@m17n.org>
21648 * international/characters.el: Fix setting of category ?C.
21650 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
21652 * term/ns-win.el (x-select-font): defalias x-select-font to
21653 ns-popup-font-panel instead of generate-fontset-menu.
21655 2009-07-12 Eli Zaretskii <eliz@gnu.org>
21657 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
21659 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
21661 * arc-mode.el (archive-find-type): Allow for a PK00 string before
21662 the PK\003\004 header (Bug#3770).
21664 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
21666 * pcomplete.el (pcomplete-comint-setup): Check for
21667 shell-dynamic-complete-filename too.
21669 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
21671 * simple.el (temporary-goal-column): Change the value for
21672 line-move-visual to a cons cell.
21673 (line-move-visual): Record or set the window hscroll, if
21674 necessary (Bug#3494).
21675 (line-move-1): Handle cons value of temporary-goal-column.
21677 2009-07-11 Kenichi Handa <handa@m17n.org>
21679 * international/mule-diag.el (describe-character-set): Don't show
21682 2009-07-10 Sam Steingold <sds@gnu.org>
21684 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21685 Omake sometimes indents the errors it prints, so allow all
21686 regexps to start with spaces.
21688 2009-07-10 Eli Zaretskii <eliz@gnu.org>
21690 * cus-edit.el (customize-changed-options-previous-release):
21691 Bump value to 22.1. (Bug#3804)
21693 2009-07-08 Sam Steingold <sds@gnu.org>
21695 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
21696 to be a cons cell (test . ignored-directory) to selectively ignore
21697 some directories depending on the location of the search.
21699 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
21701 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
21702 remote user is root, on the local host.
21703 (tramp-local-host-p): Either the local user or the remote user
21704 must be root. (Bug#3771)
21706 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
21708 * progmodes/gdb-mi.el (gdb): Remove description of
21709 gdb-use-separate-io-buffer.
21710 (menu): Don't allow toggling of or enable
21711 gdb-use-separate-io-buffer from menubar.
21713 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
21715 * mail/unrmail.el (unrmail): Make sure the message ends with two
21716 newlines (Bug#3769).
21718 2009-07-08 Glenn Morris <rgm@gnu.org>
21720 * calendar/calendar.el (calendar-current-date): Rework previous change.
21722 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
21724 * calendar/calendar.el (calendar-current-date):
21725 Add an optional argument giving an offset from today.
21727 2009-07-08 Glenn Morris <rgm@gnu.org>
21729 * tutorial.el (tutorial--describe-nonstandard-key):
21730 Adjust the message for when a key has been unbound.
21731 (help-with-tutorial): Hide the arch-tag.
21733 2009-07-08 Kenichi Handa <handa@m17n.org>
21735 * international/fontset.el (setup-default-fontset): For each
21736 script, append (not set) font-specs.
21738 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
21741 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
21743 * progmodes/gdb-mi.el (gdb-init-1): Move sending
21744 -data-list-register-names to ...
21745 (gdb-starting): ... here because GDB 7.0 requires execution to
21746 have started when using this MI command.
21747 (gdb-set-header): New function to distinguish select and
21748 unselected tabs in gdb buffers.
21749 (gdb-propertize-header): New macro that uses gdb-set-header.
21750 (gdb-breakpoints-header, gdb-locals-header): Use it.
21751 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
21753 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
21755 * Makefile.in (ELCFILES): Remove fadr.elc.
21757 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
21759 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
21760 may contain frame information, so `string-match' should be used.
21761 (gdb-update): Disassembly is invalidated through
21762 `gdb-get-selected-frame'.
21763 (gdb-pad-string): New function to pad string with spaces.
21764 (gdb-invalidate-disassembly): Invalidate only if the buffer
21766 (gdb-disassembly-handler-custom): Column alignment.
21767 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
21769 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
21771 (gdb-frame-handler): Match convention to for disassembly buffer
21773 (gdb-stack-list-frames-handler): Rewritten without regexps.
21774 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
21775 not highlight breakpoints without line information.
21776 (gdb-input): Add trailing newline to command.
21778 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
21780 (gdb-breakpoints-list-handler-custom): Replacement for
21781 `gdb-break-list-handler'. Using real parser instead of regexps
21783 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
21784 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
21785 to place breakpoints.
21786 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
21788 (gdb-disassembly-handler-custom): Show overlay arrow.
21789 (gdb-disassembly-place-breakpoints): Show breakpoints in
21790 disassembly buffer.
21791 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
21792 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
21793 instead of parsing breakpoints buffer. Fixed old menu references
21798 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
21799 (gdb-memory-address): New variable which holds top address of
21800 memory page shown in memory buffer.
21801 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
21802 New customization variables.
21804 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
21805 display the memory buffer.
21806 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
21807 buffer display parameters.
21808 (def-gdb-memory-format, gdb-memory-format-binary)
21809 (gdb-memory-format-octal, gdb-memory-format-unsigned)
21810 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
21811 Functions for setting memory buffer format.
21812 (gdb-memory-unit-word, gdb-memory-unit-halfword)
21813 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
21814 unit size used in memory buffer.
21815 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
21816 Switch to next/previous page of memory buffer.
21817 Now using (bindat-get-field) instead of fadr functions.
21819 2009-07-07 Sam Steingold <sds@gnu.org>
21821 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
21822 non-top-level files.
21824 2009-07-07 Kenichi Handa <handa@m17n.org>
21826 * international/mule-cmds.el (reset-language-environment):
21827 Put the highset priority to the charset iso-8859-1.
21829 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
21831 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
21832 to the end of the line when locating the block (Bug#700).
21834 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
21836 * net/tramp.el (tramp-handle-write-region): Flush file properties
21837 in case of short track.
21839 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
21841 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
21842 Coded custom representation of verilog error regular expressions
21843 to work with Emacs-22's new format.
21844 (verilog-error-regexp-xemacs-alist): Coded custom representation
21845 of verilog error regular expressions to work with XEmacs format.
21846 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
21847 error recognition into XEmacs.
21848 (verilog-error-regexp-add-emacs): Hook routine to install verilog
21849 error recognition into Emacs-22.
21851 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
21853 * woman.el: Remove stand-alone closing parentheses.
21854 (woman-file-name, woman2-format-paragraphs)
21855 (woman-leave-blank-lines): Code cleanup.
21856 (woman-use-own-frame): Change default to nil.
21857 (woman-italic, woman-bold, woman-unknown, woman-addition):
21858 Change defaults to inherit from default faces.
21859 (woman2-process-escapes): Consume the newline after a stand-alone
21860 filler character (Bug#3651).
21862 2009-07-06 Glenn Morris <rgm@gnu.org>
21864 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
21865 (top-level): Move provide to the end.
21866 (ffap): Remove defunct URL from custom group.
21868 * subr.el (eval-after-load): Doc fix.
21870 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
21872 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
21873 `calc-embedded-word' is called twice.
21875 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21877 * files.el (find-alternate-file-other-window, find-alternate-file):
21878 Obey confirm-nonexistent-file-or-buffer.
21880 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
21882 * dired-aux.el (dired-show-file-type): Handle remote files.
21884 2009-07-05 Jari Aalto <jari.aalto@cante.net>
21886 * desktop.el (desktop-globals-to-save):
21887 Add file-name-history (Bug#2750).
21889 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
21891 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
21893 2009-07-04 Johan Bockgård <bojohan@gnu.org>
21895 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
21896 property on entire argument since this is what eshell-lisp-command
21899 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
21901 * net/tramp-gvfs.el (tramp-gvfs-methods)
21902 (tramp-gvfs-zeroconf-domain)
21903 (tramp-bluez-discover-devices-timeout): Add version flag.
21904 (tramp-gvfs-handler-mounted-unmounted)
21905 (tramp-gvfs-connection-mounted-p): Polish handling of
21906 incompatibilities between GVFS 0.2 and 1.0.
21908 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
21910 * cus-start.el (all): Add make-pointer-invisible.
21912 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
21914 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
21915 formatted correctly.
21917 2009-07-02 Juri Linkov <juri@jurta.org>
21919 * info.el: Virtual Info files and nodes.
21920 (Info-virtual-files, Info-virtual-nodes): New variables.
21921 (Info-current-node-virtual): New variable.
21922 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
21924 (Info-file-supports-index-cookies): Use Info-virtual-file-p
21925 to check for a virtual file instead of checking a fixed list
21927 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
21928 instead of ad-hoc processing of "dir" and (apropos history toc).
21929 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
21930 instead of ad-hoc processing of "dir" and (apropos history toc).
21931 Reread a file when moving from a virtual node.
21932 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
21933 (Info-directory-toc-nodes, Info-directory-find-file)
21934 (Info-directory-find-node): New functions.
21935 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
21936 (Info-history): Move part of code to
21937 `Info-history-find-node'.
21938 (Info-history-toc-nodes, Info-history-find-file)
21939 (Info-history-find-node): New functions.
21940 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
21941 (Info-toc): Move part of code to `Info-toc-find-node'.
21942 (Info-toc-find-node): New function.
21943 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
21944 the current Info file name to references because now the node
21945 "*TOC*" belongs to the same Info manual.
21946 (Info-toc-build): Rename from `Info-build-toc'.
21947 (Info-toc-nodes): Rename input argument `file' to `filename'.
21948 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
21949 instead of ad-hoc processing of ("dir" apropos history toc).
21950 (Info-index-nodes): Use Info-virtual-file-p
21951 to check for a virtual file instead of checking a fixed list
21953 (Info-index-node): Add check for `Info-current-node-virtual'.
21954 Raise `save-match-data' higher up the tree to contain
21955 `search-forward' too (bug fix).
21956 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
21957 (Info-virtual-index-nodes): New variable.
21958 (Info-virtual-index-find-node, Info-virtual-index): New functions.
21959 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
21960 (Info-apropos-file, Info-apropos-nodes): New variables.
21961 (Info-apropos-toc-nodes, Info-apropos-find-file)
21962 (Info-apropos-find-node, Info-apropos-matches): New functions.
21963 (info-apropos): Move part of code to `Info-apropos-find-node' and
21964 `Info-apropos-matches'.
21965 (Info-mode-map): Bind "I" to `Info-virtual-index'.
21966 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
21967 for a virtual file instead of checking a fixed list of node names.
21969 * simple.el (async-shell-command): New command.
21971 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
21973 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
21974 instead of `mount-info'.
21976 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
21978 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
21979 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
21981 2009-07-02 Kenichi Handa <handa@m17n.org>
21983 * international/mule.el (set-keyboard-coding-system): Force *-unix
21984 coding-system to avoid eol conversion.
21986 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
21988 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
21989 Add handler for `process-file', `shell-command' and
21990 `start-file-process'.
21991 (tramp-gvfs-handle-shell-command)
21992 (tramp-gvfs-handle-start-file-process)
21993 (tramp-gvfs-handle-process-file): New defuns.
21994 (tramp-synce-list-devices): Simplify check for existence of property.
21996 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
21998 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
22000 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
22002 * language/korean.el (set-language-info-alist): Add korean-cp949,
22005 2009-07-01 Kenichi Handa <handa@m17n.org>
22007 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
22009 * international/encoded-kb.el: Deleted.
22011 * international/mule.el (set-keyboard-coding-system): Perform the
22012 necessary setup here instead of calling encoded-kbd-setup-display.
22014 2009-07-01 Glenn Morris <rgm@gnu.org>
22016 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
22018 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
22020 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
22022 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
22024 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
22025 Handle also the 'rename case, when setting file modes. (Bug#3712)
22026 (tramp-default-file-modes): Remove execute permissions.
22028 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
22029 (top): Add a default for "synce" in `tramp-default-user-alist'.
22030 Add completion function for "synce" method.
22031 (tramp-hal-service, tramp-hal-path-manager)
22032 (tramp-hal-interface-manager, tramp-hal-interface-device):
22034 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
22035 (tramp-synce-list-devices, tramp-synce-parse-device-names):
22038 * net/trampver.el: Update release number.
22040 2009-06-30 Kenichi Handa <handa@m17n.org>
22042 * international/fontset.el (setup-default-fontset): Add CJK fonts
22043 for symbols and the other miscellaneous characters.
22045 * language/korea-util.el (setup-korean-environment-internal):
22046 Make char-width-table suitable for Korean environments.
22047 (exit-korean-environment): Cancel above.
22049 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
22050 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
22051 setup-function to make char-width-table suitable for respective
22052 environments, and an exit-function to cancel that.
22054 * language/japan-util.el (setup-japanese-environment-internal):
22055 Call use-cjk-char-width-table with arg `ja_JP'.
22057 * international/characters.el (cjk-char-width-table): Delete it.
22058 (cjk-char-width-table-list): New variable.
22059 (use-cjk-char-width-table): New arg local-name.
22060 (use-default-char-width-table): Fix for the case that Emacs is
22061 already using the default char-width-table.
22063 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
22065 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
22066 modes mandatory. (Bug#3712)
22068 2009-06-29 Alan Mackenzie <acm@muc.de>
22070 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
22071 correction between the visible width of TABs and their number of bytes.
22073 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
22075 * server.el (server-buffer-done): Prevent kill-buffer from
22076 prompting by clearing the buffer modification flag (Bug#3696).
22078 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
22080 * progmodes/verilog-mode.el (verilog-beg-of-statement)
22081 (verilog-endcomment-reason-re): Support unique case and priority case.
22082 (verilog-basic-complete-re): Support localparam lineup.
22083 (verilog-beg-of-statement-1): Fix for robustness, unique case.
22084 (verilog-set-auto-endcomments): Fix for unique case, always_comb
22086 (verilog-leap-to-case-head): Now support *nested* unique &
22087 priority case statements.
22088 (verilog-auto-lineup): Make just declarations the default (as it
22090 (verilog-leap-to-case-head): Support priority/unique case statements.
22091 (verilog-auto-lineup): Rework to give users radio buttons to
22092 select the various styles of automatic lineup.
22093 (verilog-error-regexp-alist): Rework to support the XEmacs style
22094 of error regular expressions from compilers, lint tools &
22095 simulators. Note that GNU Emacs has made it impossible for a mode
22096 to load such things.
22097 (electric-verilog-terminate-line, verilog-indent-declaration)
22098 (verilog-auto-wiure): Rework for radio button selection of
22099 auto-lineup selection of specification of auto lineup.
22100 (verilog-beg-of-statement-1): Redesign to support proper operation
22101 in additional code, based on testing with auto-lineup.
22102 (verilog-calculate-indent, assignments & declarations)
22103 (verilog-backward-token): Enhance to support auto-lineup of
22104 assignments & declarations.
22105 (verilog-in-directive-p, verilog-at-struct-p): New function for
22106 easy test of whether we are.
22107 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
22108 to support safe execution at almost anyline.
22109 (verilog-calc-1): Properly support indenting deep inside generate
22111 (verilog-init-font): Remove definition & use of verilog-init-font,
22112 as it is redundant with font-lock-defaults.
22113 (verilog-mode): Alter the definition of verilog-font-lock-defaults
22114 to avoid circular calls if syntax-ppss is a function (as is the
22115 case now in 22.x GNU Emacs) as that function would sometimes call
22116 itself, leading to (nearly) infinite recursion.
22117 (verilog-ovm-begin-re, verilog-ovm-end-re)
22118 (verilog-ovm-statement-re, verilog-leap-to-head)
22119 (verilog-backward-token): Add support for OVM macros. Some are
22120 complete statements, and others open and close scopes like begin
22122 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
22123 (verilog-defun-level-generate-only-re): Really fix the defun-list
22125 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
22126 coverpoint, constraint and cross statements.
22127 (verilog-defun-level-list, verilog-generate-defun-level-list)
22128 (verilog-all-defun-level-list): Redo these specifications - it is
22129 too hard to support eval-when compile aggregation of lists also
22130 built at when-compile time.
22131 (verilog-defun-level-list): Place defconsts of variables used in
22132 building regular expressions which are built in eval-when-compile
22133 bodies in the same eval-when-compile body to facilitate compile
22135 (verilog-beg-block-re-ordered): Support indenting
22136 virtual/protected tasks and functions.
22137 (verilog-defun-level-list, verilog-in-generate-region-p)
22138 (verilog-backward-ws&directives, verilog-calc-1): Speed up
22139 indentation of some module items (generate items).
22140 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
22141 across virtual/protected tasks and functions.
22143 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
22145 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
22146 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
22147 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
22148 in concatenations. Reported by Yishay Belkind.
22149 (verilog-auto-ascii-enum): Support one-hot state machines in
22150 AUTOASCIIENUM. Suggested by Lloyd Gomez.
22151 (verilog-auto-inst, verilog-auto-inst-port): Include interface
22152 modport in AUTOINST and add vl-modport for users.
22153 Reported by David Rogoff.
22154 (verilog-auto-inout-module, verilog-auto-inst)
22155 (verilog-decls-get-interfaces, verilog-insert-definition)
22156 (verilog-insert-one-definition, verilog-read-decls)
22157 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
22158 (verilog-sig-modport, verilog-signals-combine-bus)
22159 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
22160 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
22161 Suggested by David Rogoff.
22162 (verilog-repair-open-comma): Fix non-insertion of comma when
22163 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
22164 (verilog-make-width-expression): Simplify [A-1:0] expression
22165 widths to just {A{1'b0}}.
22166 (verilog-mode): Cleanup checkdoc warnings.
22167 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
22168 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
22169 inputs/outputs or data type. Suggested by Vasu Kandadi.
22170 (next-error-last-buffer): Fix byte-compiler warning.
22171 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
22172 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
22173 or shell command text during AUTO expansion. Suggested by Tad Truex.
22174 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
22175 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
22176 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
22177 in AUTOINOUT. Reported by Matthew Lovell.
22178 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
22179 causing use of <= assignments. Reported by Alex Reed.
22180 (verilog-read-decls): Fix triand, trior, wand, wor to be
22181 recognized by AUTOWIRE. Reported by Spencer Isaacson.
22182 (verilog-extended-complete-re): Support import "DPI-C" functions.
22183 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
22184 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
22185 (verilog-insert-date, verilog-insert-year)
22186 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
22187 Windows systems. Reported by Michael Potts.
22188 (verilog-read-module-name): Fix AUTOINST when the child module
22189 declaration's name is a tick define. Reported by Elliot Mednick.
22190 (verilog-read-decls): Fix V2K parameter bit subscripts getting
22191 passed to next parameter's definition. Reported by Bruce T.
22192 (verilog-read-decls): Fix detecting "parameter int" when using
22193 AUTOINSTPARAM. Reported by Bruce T.
22194 (verilog-goto-defun): Fix goto not finding modules unless first
22195 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
22196 (verilog-mode): Expand -f flag arguments on entry to mode so
22197 verilog-goto-defun will work. Reported by Lawrence Butcher.
22198 (verilog-getopt): Expand environment variables in -f file
22199 arguments. Suggested by Lawrence Butcher.
22200 (verilog-set-define): Fix "Symbol's value as variable is void"
22201 when reading enumerations.
22202 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
22203 Suggested by Stephen Peltan.
22204 (verilog-read-defines): Fix reading of enumerations in include
22205 files. Reported by Steve Peltan.
22207 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
22209 * files.el (trash-directory): Fix defcustom type.
22211 2009-06-28 Juri Linkov <juri@jurta.org>
22213 * help-fns.el (describe-function-1): Correctly locate adviced
22214 functions in hyperlink (Bug#2438).
22216 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
22218 * files.el (trash-directory): Change default to nil.
22219 (move-file-to-trash): If trash-directory is nil and
22220 system-move-file-to-trash is unbound, perform freedesktop-style
22223 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
22225 * files.el (move-file-to-trash): Add freedesktop trash
22228 2009-06-28 Glenn Morris <rgm@gnu.org>
22230 * autorevert.el (global-auto-revert-non-file-buffers)
22231 (global-auto-revert-mode): Doc fixes.
22233 2009-06-27 Johan Bockgård <bojohan@gnu.org>
22235 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
22237 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
22239 * faces.el (x-handle-named-frame-geometry): Ensure that we have
22240 opened an X connection before calling x-get-resource (Bug#3194).
22242 * play/doctor.el: Remove reference to obsolete website.
22243 (make-doctor-variables): Correct grammar mistake (Bug#2633).
22245 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
22247 Remove find-file-not-found-hook VC method. (Bug#2757)
22248 * vc-hooks.el (vc-file-not-found-hook)
22249 (vc-default-find-file-not-found-hook): Remove functions.
22250 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
22251 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
22254 * vc-git.el: Do not mention find-file-not-found-hook VC method.
22256 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
22258 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
22259 compatibility function for `looking-back'.
22261 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
22262 Use `ispell-looking-back'.
22264 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
22266 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
22267 rather than `filename'.
22269 2009-06-23 Miles Bader <miles@gnu.org>
22271 * face-remap.el (text-scale-set): New function.
22273 2009-06-23 Glenn Morris <rgm@gnu.org>
22275 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
22277 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
22279 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
22281 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
22283 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
22284 Simplify Persian conditionals.
22286 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
22287 variable `filename'.
22289 * comint.el (comint-insert-input): Doc fix.
22291 * Makefile.in (ELCFILES): Fix typo in previous change.
22293 2009-06-23 Miles Bader <miles@gnu.org>
22295 * cus-start.el: Add entry for `recenter-redisplay'.
22297 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
22299 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
22300 Add an optional argument for the backend, use it instead of
22301 calling vc-backend.
22302 (vc-mode-line): Add an optional argument for the backend.
22303 Pass the backend to vc-state and vc-working-revision. Move code for
22304 special handling for vc-state being a buffer to ...
22306 * vc-rcs.el (vc-rcs-find-file-hook):
22307 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
22309 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
22310 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
22311 vc-stay-local-p and vc-mode-line calls.
22313 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
22314 (vc-cvs-diff, vc-cvs-annotate-command)
22315 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
22316 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
22317 vc-mode-line calls.
22319 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
22321 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
22322 backend when calling vc-mode-line.
22323 (vc-register): Do not create a closure for calling the vc register
22324 function, call it directly.
22326 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
22328 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
22329 to make it obvious item can be clicked.
22331 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
22333 2009-06-23 Kenichi Handa <handa@m17n.org>
22335 * language/korea-util.el (korean-key-bindings): Change the binding
22336 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
22339 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
22341 Sync with Tramp 2.1.16.
22343 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
22345 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
22346 when a loading of a package fails. Completion function for rsync
22347 is `tramp-completion-function-alist-ssh'.
22348 (all): Replace all calls of `split-string' and
22349 `tramp-split-string' by `tramp-compat-split-string'.
22350 (tramp-default-method): Use `tramp-compat-process-running-p'.
22351 (tramp-default-proxies-alist): Allow also Lisp forms.
22352 (tramp-remote-path): Add choice "Private Directories".
22353 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
22354 (tramp-domain-regexp): Allow also "-", "_" and ".".
22355 (tramp-end-of-output): Remove newlines, and add "$" at the end.
22356 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
22357 (tramp-debug-message): Insert header line in debug buffer.
22358 (tramp-handle-directory-files-and-attributes-with-stat):
22359 Care about filenames with spaces, or starting with "-".
22360 (tramp-handle-dired-uncache): New defun.
22361 (tramp-handle-insert-directory): Don't flush the directory from
22362 cache, this is handled by `dired-uncache' now.
22363 (tramp-handle-insert-file-contents): Improve error handling.
22364 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
22365 Quote `tramp-end-of-output'.
22366 (tramp-action-password): Improve trace message.
22367 (tramp-check-for-regexp): Both echoes must be present, before removing.
22368 (tramp-open-connection-setup-interactive-shell): Trace coding system.
22369 (tramp-compute-multi-hops): Eval cons cells of
22370 `tramp-default-proxies-alist'.
22371 (tramp-maybe-open-connection): Use the same command pattern for
22372 first hop and further hops.
22373 (tramp-wait-for-output): Remove handling of newlines.
22374 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
22375 (tramp-split-string): Remove function. It is handled in
22378 * net/tramp-cmds.el (tramp-bug):
22379 Recommend `tramp-cleanup-all-connections' in the bug mail.
22381 * net/tramp-compat.el (tramp-compat-split-string)
22382 (tramp-compat-process-running-p): New defuns.
22384 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
22385 for `dired-uncache'.
22387 * net/tramp-gvfs.el: New package.
22389 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
22390 Add handler for `dired-uncache'.
22391 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
22393 * net/trampver.el: Update release number. Make version check fit
22396 2009-06-22 Jim Meyering <meyering@redhat.com>
22398 Automatically handle .xz suffix (XZ-compressed files), too.
22399 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
22400 XZ is the successor to LZMA: <http://tukaani.org/xz/>
22402 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
22403 Nick Roberts <nickrob@snap.net.nz>
22405 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
22406 repository (http://sphinx.net.ru/hg/gdb-mi/).
22408 2009-06-22 Glenn Morris <rgm@gnu.org>
22410 * files.el (dir-locals-collect-mode-variables): Allow for any number of
22411 `mode' and `eval' entries. (Bug#3430)
22413 * Makefile.in (ELCFILES): Add fadr.elc.
22415 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
22416 differing behavior of \n and ^ in strings. (Bug#3385)
22418 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
22420 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
22422 (lisp-indent-function): Make it a defcustom.
22424 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
22426 * progmodes/gdb-ui.el: Replace with ...
22427 * progmodes/gdb-mi.el: ... this file.
22428 * progmodes/gud.el: Modify for gdb-mi.el.
22430 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
22432 * fadr.el: New file.
22434 See ChangeLog.14 for earlier changes.
22436 ;; Local Variables:
22440 Copyright (C) 2009-2011 Free Software Foundation, Inc.
22442 This file is part of GNU Emacs.
22444 GNU Emacs is free software: you can redistribute it and/or modify
22445 it under the terms of the GNU General Public License as published by
22446 the Free Software Foundation, either version 3 of the License, or
22447 (at your option) any later version.
22449 GNU Emacs is distributed in the hope that it will be useful,
22450 but WITHOUT ANY WARRANTY; without even the implied warranty of
22451 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22452 GNU General Public License for more details.
22454 You should have received a copy of the GNU General Public License
22455 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.