1 2011-03-02 Glenn Morris <rgm@gnu.org>
3 * dired-x.el (dired-default-directory-alist, dired-default-directory):
5 (dired-smart-shell-command): Just call dired-current-directory.
7 * dired-x.el (dired-jump-other-window): Add autoload.
8 (dired-default-directory-alist, dired-default-directory): Doc fixes.
9 (dired-default-directory-alist): Mark as risky.
11 * dired-x.el (dired-omit-here-always): Make it obsolete.
13 2011-03-02 Chong Yidong <cyd@stupidchicken.com>
15 * textmodes/artist.el (artist-curr-go): Default to pen-line.
16 (artist-select-op-pen-line): New function.
17 (artist-menu-map): New variable.
18 (artist-mode-map): Add a menu to the menu-bar.
20 2011-03-02 Jay Belanger <jay.p.belanger@gmail.com>
22 * calc/calc-math.el (calcFunc-log10): Check for symbolic mode
25 * calc/calc-units.el (math-conditional-apply, math-conditional-pow):
27 (math-logunits-add, math-logunits-mul, math-logunits-divide):
28 (math-logunits-quant, math-logunits-level):
29 Use `math-conditional-apply' and `math-conditional-pow' to evaluate
31 (math-logunits-level): Extract units from ratio.
33 2011-03-01 Juanma Barranquero <lekktu@gmail.com>
35 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
37 2011-03-01 Glenn Morris <rgm@gnu.org>
39 * calendar/cal-hebrew.el (calendar-hebrew-birthday, diary-hebrew-date):
40 Rename and rework functions added in previous change.
42 2011-03-01 Ed Reingold <reingold@emr.cs.iit.edu>
44 * calendar/cal-hebrew.el (hebrew-calendar-birthday)
45 (diary-hebrew-birthday): New functions.
47 2011-03-01 Glenn Morris <rgm@gnu.org>
49 * dired.el (dired-safe-switches-p): Beef it up.
50 (dired-actual-switches): Use it for the safe-local prop. (Bug#3230)
52 2011-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
54 * dired.el (dired-safe-switches-p): New function.
56 2011-03-01 Glenn Morris <rgm@gnu.org>
58 * files.el (dir-locals-collect-variables):
59 Add the ability to exclude subdirectories. (Bug#8100)
61 * dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
63 2011-02-28 Christoph Scholtes <cschol2112@googlemail.com>
65 * ido.el (ido-everywhere): Doc fix.
68 2011-02-28 Glenn Morris <rgm@gnu.org>
70 * dired-x.el (dired-guess-shell-alist-default): Use \\', not $.
72 2011-02-28 Michael Albinus <michael.albinus@gmx.de>
74 * net/tramp-cmds.el (tramp-append-tramp-buffers): Dump load-path
77 2011-02-28 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
79 * dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
81 2011-02-28 Juanma Barranquero <lekktu@gmail.com>
83 * emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1):
84 Fix typos in docstrings.
86 2011-02-28 Stephen Berman <stephen.berman@gmx.net>
88 * dired-aux.el (dired-update-file-line):
89 Fix 2010-11-09 change. (Bug#8131)
91 2011-02-28 Eli Zaretskii <eliz@gnu.org>
93 * international/mule-cmds.el (set-default-coding-systems): Use the
94 -unix variant of encoding in default-keyboard-coding-system.
97 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
99 * facemenu.el (list-colors-display): Use with-help-window (Bug#8048).
101 2011-02-27 Prestoo Ten <prestooten@gmail.com> (tiny change)
103 * term/screen.el: New file (Bug#2650).
105 2011-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
107 * emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth.
108 (pcase-mutually-exclusive-predicates): New var.
109 (pcase--split-consp, pcase--split-pred): Use it.
110 (pcase--split-equal, pcase--split-member): When splitting against
111 a pure predicate, run it to know the outcome.
112 (pcase--u1): Mark vars that are actually used.
113 (pcase--q1): Avoid introducing unused vars.
115 2011-02-27 Jay Belanger <jay.p.belanger@gmail.com>
117 * calc/calc-ext.el (calc-init-extensions):
118 Autoload `calc-l-prefix-help' instead of `calc-ul-prefix-help'.
120 * calc/calc-math.el (calcFunc-log10): Don't signal an error in
123 * calc/calc-vec.el (calcFunc-subscr): Return nil if the first
124 argument is a variable.
126 2011-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
128 * emacs-lisp/assoc.el: Remove misleading `sort' (bug#8126).
129 (aput, adelete, amake): Replace `eval' -> `symbol-value'.
130 Suggested by Michael Heerdegen <michael_heerdegen@web.de>.
132 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
134 * password-cache.el (password-in-cache-p): Convenience function to
135 check if a key is in the cache, even if the value is nil.
137 2011-02-25 Jambunathan K <kjambunathan@gmail.com>
139 * emacs-lisp/package-x.el (package--archive-contents-from-url)
140 (package--archive-contents-from-file): New functions.
141 (package-update-news-on-upload): New var.
142 (package-upload-buffer-internal): Extract archive-contents from
143 package-archive-upload-base if it is not found at archive-url.
144 Obey package-update-news-on-upload.
145 (package-upload-buffer, package-upload-file): Doc fix.
147 2011-02-24 Glenn Morris <rgm@gnu.org>
149 * files-x.el (modify-dir-local-variable): Handle dir-locals from
150 the cache, and from non-file sources.
152 * help-fns.el (describe-variable): Return consistent results when a
153 dir-local from a file came from the cache or did not. (Bug#8095)
154 If a dir-local has no associated file, say it came from a "directory".
156 * files.el (hack-dir-local-variables): Fix setting of `dir-name'.
157 (hack-local-variables-confirm, hack-local-variables-filter): Doc fix.
159 * files.el (dir-locals-find-file): Doc fix.
160 Fix the check for cache elements that have no associated file,
161 and the mtime check for those that do. (Bug#8095)
163 * dired-x.el (dired-hack-local-variables):
164 Handle interrupts during hacking local variables. (Bug#5216)
166 * emacs-lisp/autoload.el (autoload-save-buffers)
167 (autoload-find-destination, update-directory-autoloads):
168 Avoid prompts when updating autoloads.
170 2011-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
172 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
174 2011-02-23 Kenichi Handa <handa@m17n.org>
176 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
177 error when a multipart boundary in the nested multipart is found.
179 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
182 2011-02-23 Glenn Morris <rgm@gnu.org>
184 * dired.el (dired-mode): Call hack-dir-local-variables-non-file-buffer.
185 * dired-x.el (dired-omit-mode): Safe if boolean.
186 (dired-enable-local-variables): Fix doc and custom type.
187 (dired-enable-local-variables, dired-local-variables-file)
188 (dired-hack-local-variables): Make obsolete.
189 (dired-omit-here-always): Use dir-locals.el instead.
191 * files.el (safe-local-eval-forms): Add the write-file-hooks version.
193 2011-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
195 * help-fns.el (describe-function-1): Don't signal an error just because
196 the DOC file disappeared.
198 2011-02-22 Seppo Sade <sepposade1@gmail.com> (tiny change)
200 * eshell/esh-ext.el (eshell-external-command): Do not restrict
201 remote check to "ftp". (Bug#8089)
203 2011-02-21 Alan Mackenzie <acm@muc.de>
206 * progmodes/cc-engine.el (c-state-literal-at): Prevent positions
207 in macros finding their way into c-state-nonlit-pos-cache.
208 Strengthen the comments.
209 (c-state-dump): New commented out diagnostic routine.
211 2011-02-21 Michael Albinus <michael.albinus@gmx.de>
213 * net/tramp.el (tramp-rfn-eshadow-setup-minibuffer): Do not use
214 `field' property of `rfn-eshadow-overlay'.
216 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
218 * net/netrc.el (netrc-parse): Comment fix.
220 2011-02-21 Chong Yidong <cyd@stupidchicken.com>
222 * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
223 Autoload. Add optional arg FRAME, and pass it to color-values.
224 (color-complement): Caller changed. Doc fix.
225 (color-gradient): Rewrite for better clarity and efficiency.
227 * faces.el (color-values): Use cond for clarity. Doc fix.
229 * facemenu.el (color-rgb-to-hsv): Delete; use the version in
231 (list-colors-sort-key, list-colors-print):
232 Use color-normalized-values.
234 2011-02-20 Drew Adams <drew.adams@oracle.com>
236 * color.el: First part of merge from hexrgb.el.
237 (color-rgb-to-hex): Rename from color-rgb->hex.
238 (color-rgb-to-hsv): Rename from color-rgb->hsv. Force hue and
239 saturation to zero if the value is too small.
240 (color-rgb-to-hsl): Rename from color-rgb->hsl.
241 (color-srgb-to-xyz): Rename from color-srgb->xyz. Doc fix.
242 (color-xyz-to-srgb): Rename from color-xyz->srgb. Doc fix.
243 (color-xyz-to-lab): Rename from color-xyz->lab. Doc fix.
244 (color-lab-to-xyz): Rename from color-lab->xyz. Doc fix.
245 (color-lab-to-srgb): Rename from color-lab->srgb. Doc fix.
246 (color-cie-de2000): Doc fix.
248 2011-02-20 Alan Mackenzie <acm@muc.de>
250 * progmodes/cc-cmds.el (c-beginning-of-statement): Avoid loop in
251 locating the beginning of a macro. (Bug#7595)
253 2011-02-20 Glenn Morris <rgm@gnu.org>
255 * edmacro.el (edmacro-eight-bits): Make it a defcustom.
258 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
259 (global-auto-revert-ignore-buffer): Remove leading "*" from docs.
261 2011-02-19 Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com>
262 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
264 * progmodes/hideshow.el (hs-find-block-beginning)
265 (hs-hide-level-recursive): Ignore comments when parsing braces
268 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
270 * vc/vc-bzr.el (vc-bzr-bound-branch-p): New function.
271 (vc-bzr-pull): Use it.
273 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
275 * vc/vc-bzr.el (vc-bzr--branch-conf): Function deleted.
276 (vc-bzr-branch-conf): New function, similar to vc-bzr--branch-conf
277 but returning an alist. Ignore comments in bzr conffile.
278 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-bzr-branch-conf.
279 (vc-bzr-error-regex-alist): New var.
280 (vc-bzr-merge-branch): Use it to highlight the pull/merge buffer.
282 * vc/vc-dispatcher.el (vc-do-async-command):
283 Bind inhibit-read-only to t.
285 * progmodes/compile.el (compilation--flush-directory-cache):
286 Handle the case where cdr of compilation--flush-directory-cache
287 points to no buffer, which can occur if we previously switched to
288 compilation-mode in a pregenerated buffer.
290 2011-02-19 Kenichi Handa <handa@m17n.org>
292 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
293 get the header copy into the temporary buffer.
294 (rmail-mime-insert-decoded-text): Ignore us-ascii.
295 (rmail-show-mime): When rmail-mime-coding-system is nil, set
296 buffer-file-coding-system to undecided.
298 2011-02-19 Eli Zaretskii <eliz@gnu.org>
300 * international/mule-cmds.el (read-char-by-name, ucs-insert):
301 Document completion with asterisk and a substring.
303 2011-02-19 Glenn Morris <rgm@gnu.org>
305 * files.el (find-file-literally): Doc fix.
307 * simple.el (rfc822-goto-eoh): Give it a doc-string.
309 * log-edit.el (log-edit-insert-changelog):
310 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
312 2011-02-19 Glenn Morris <rgm@gnu.org>
314 * dired-x.el: Don't require dired-aux.
315 (dired-do-create-files, dired-mark-read-regexp)
316 (dired-do-create-files-regexp): Autoload from dired-aux.
318 * dired-x.el (dired-find-buffer-nocreate): Merge into dired.el.
319 * dired.el (dired-find-buffer-nocreate): Merge dired-x version.
321 * dired-x.el (dired-read-shell-command): Merge into dired-aux's version.
322 * dired-aux.el (dired-read-shell-command): Merge dired-x's version.
324 * dired-x.el (dired-clean-up-after-deletion): Merge into dired.el.
325 * dired.el (dired-clean-up-after-deletion): Merge dired-x's version.
326 (dired-clean-up-buffers-too): Declare.
328 * dired-x.el (dired-initial-position): Merge into dired.el's version.
329 * dired.el (dired-initial-position): Merge dired-x's version here.
330 (dired-find-subdir): Declare.
332 * dired-x.el (dired-omit-new-add-entry): Merge into dired-add-entry.
333 * dired-aux.el (dired-add-entry): Give it a doc-string.
334 Merge dired-x's dired-omit handling here.
335 (dired-omit-mode, dired-omit-regexp, dired-omit-localp): Declare.
337 * international/mule-diag.el (list-input-methods-1):
338 Indent all lines of multi-line doc-strings. (Bug#8066)
340 2011-02-18 Chong Yidong <cyd@stupidchicken.com>
342 Fix 2011-02-02 changes.
344 * apropos.el (apropos-print): Call apropos-mode before setting up
345 buffer variables. Use inhibit-read-only.
347 * emacs-lisp/package.el (package--list-packages):
348 Call package-menu-mode before setting up buffer variables.
350 * play/solitaire.el (solitaire): Call solitaire-mode before
351 setting up buffer variables. Use inhibit-read-only.
353 2011-02-18 Lawrence Mitchell <wence@gmx.li>
355 * progmodes/sh-script.el (sh-syntax-propertize-here-doc): (bug#8053)
356 Bind case-fold-search to nil when looking for end of here-doc.
358 2011-02-18 Eli Zaretskii <eliz@gnu.org>
360 * image-mode.el (image-toggle-display-image):
361 Set find-file-literally non-nil in buffers visiting binary image
364 2011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
366 * files.el (cd): Make completion obey cd-path (bug#7924).
368 2011-02-18 Glenn Morris <rgm@gnu.org>
370 * progmodes/prolog.el: Don't require compile when compiling.
371 (compilation-shell-minor-mode, compilation-error-regexp-alist)
372 (compilation-forget-errors, compilation-fake-loc)
373 (compilation-parse-errors-function, compilation-error-list): Declare.
374 (prolog-inferior-mode): Require 'compile.
376 * emulation/cua-base.el (pc-selection-mode): Declare.
378 * emacs-lisp/eieio-custom.el: Set generated-autoload-file.
379 (customize-object): Add autoload cookie.
380 * emacs-lisp/eieio-opt.el: Set generated-autoload-file.
381 (eieio-browse, describe-class, eieio-describe-class)
382 (eieio-describe-constructor, describe-generic, eieio-describe-generic)
383 (eieio-help-mode-augmentation-maybee): Add autoload cookies.
384 * emacs-lisp/eieio.el: Regenerate with automatic autoloads.
385 * Makefile.in (autoloads): Make eieio.el writable.
387 * dired-x.el (dired-clean-up-after-deletion, dired-do-relsymlink)
388 (dired-do-relsymlink-regexp, dired-find-buffer-nocreate): Use #'.
389 (dired-hack-local-variables): Use inhibit-read-only.
390 (dired-guess-default): Simplify.
391 (dired-make-relative-symlink): Use dotimes.
392 (dired-simultaneous-find-file): Use dolist.
393 (dired-mark-sexp): Remove unneeded `if'. Use line-end-position.
394 (dired-x-hands-off-my-keys): Doc fix.
395 (dired-x-bind-find-file): Doc fix. Use remapping.
396 (after-init-hook): No need to add dired-x-bind-find-file.
397 (dired-x-find-file, dired-x-find-file-other-window): Doc fixes.
398 No need to call expand-file-name.
399 (dired-filename-at-point): Remove unused locals `end', `filename'.
401 2011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
403 * emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns.
405 2011-02-18 Christian Ohler <ohler@gnu.org>
407 * emacs-lisp/ert.el (ert--setup-results-buffer)
408 (ert-results-pop-to-backtrace-for-test-at-point)
409 (ert-results-pop-to-messages-for-test-at-point)
410 (ert-results-pop-to-should-forms-for-test-at-point)
411 (ert-results-pop-to-timings): Revert parts of change 2011-02-02T17:59:44Z!sds@gnu.org that
412 were incorrect and unnecessary. This should make `make check'
415 2011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
417 * lisp/allout-widgets.el: (allout-widgets-icons-light-subdir)
418 (allout-widgets-icons-dark-subdir): Track relocations of icons
419 * lisp/allout.el: Remove commentary about remove encryption
420 passphrase mnemonic support and verification.
421 (allout-encrypt-string): (allout-encrypt-string): Recognize epg
422 failure to decrypt gpg2 armored text using gpg1, and indicate that
423 the gpg version *might* be the problem in the error message.
425 2011-02-17 Deniz Dogan <deniz.a.m.dogan@gmail.com>
427 * net/rcirc.el (rcirc-float-time): New function.
428 (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE)
429 (rcirc-ctcp-sender-PING): Use it.
431 2011-02-17 Glenn Morris <rgm@gnu.org>
433 * speedbar.el (speedbar-ignored-modes, speedbar-file-unshown-regexp)
434 (speedbar-update-flag, speedbar-fetch-etags-command)
435 (speedbar-fetch-etags-arguments):
436 * term.el (term-buffer-maximum-size, term-input-chunk-size)
437 (term-completion-autolist, term-completion-addsuffix)
438 (term-completion-recexact, term-completion-fignore):
439 * term/sup-mouse.el (sup-mouse-fast-select-window):
440 * term/x-win.el (x-select-request-type):
441 Convert some defvars with "*" to defcustoms.
443 * shell.el (shell-delimiter-argument-list): Set it to nil. (Bug#8027)
445 * vc/vc.el (vc-default-previous-version):
446 Remove alias that points nowhere. (Bug#4496)
448 * dired-x.el (dired-clean-up-after-deletion):
449 kill-buffer does not need save-excursion.
450 (dired-do-run-mail): Doc fix.
451 (dired-filename-at-point): Doc fix.
452 Use looking-at, and skip-chars rather than re search.
454 * dired-x.el (dired-filename-at-point): Fix 8-year old typo.
456 2011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
458 * allout-widgets.el: New allout extension that shows allout
459 outline structure with graphical widgets. 'allout-widgets'
460 customize group is an 'allout' subgroup, for easy discovery.
462 * allout.el: Include PGP and GnuPG in Keywords, and other
463 commentary refinements.
464 (allout-abbreviate-flattened-numbering): Rename to
465 allout-flattened-numbering-abbreviation, and
466 define-obsolete-variable-alias the old name.
467 (allout-flattened-numbering-abbreviation): Rename from
468 allout-abbreviate-flattened-numbering.
469 (allout-mode-p): Include among autoloads, for use by other modes
471 (allout-listify-exposed):
472 Use allout-flattened-numbering-abbreviation.
473 (allout-encrypt-string): Use set-buffer-multibyte directly.
474 (allout-set-buffer-multibyte): Remove.
476 2011-02-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
478 * simple.el (just-one-space): Remove useless `or' call.
480 2011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
482 * net/soap-client.el (soap-well-known-xmlns, soap-local-xmlns)
483 (soap-default-xmlns, soap-target-xmlns, soap-multi-refs)
484 (soap-decoded-multi-refs, soap-current-wsdl)
485 (soap-encoded-namespaces): Rename CL-style *...* variables.
487 2011-02-16 Michael Albinus <michael.albinus@gmx.de>
489 * net/soap-client.el: Add "comm" and "hypermedia" to the
490 keywords. Reflow too long lines.
492 * net/soap-inspect.el: Ditto. Require 'cl.
494 2011-02-16 Bastien Guerry <bzg@altern.org>
496 * play/doctor.el (doctor-mode): Bugfix: escape the "," character
497 in a `doctor-type' argument.
499 2011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
501 * net/soap-client.el:
502 * net/soap-inspect.el: New files.
504 2011-02-16 Leo <sdl.web@gmail.com>
506 * dired-x.el (dired-mode-map, dired-extra-startup):
507 Remove dired-copy-filename-as-kill since it's already in dired.el.
509 2011-02-16 Glenn Morris <rgm@gnu.org>
511 * dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
512 Doc fixes. Add :set property, replacing top-level calls.
513 (dired-vm-read-only-folders, dired-vm): Doc fix (drop v. old VM 4).
514 (dired-guess-shell-gnutar): Test tar version rather than system-type.
515 (dired-extra-startup, dired-man, dired-info): Doc fixes.
516 (dired-clean-up-after-deletion): Use when and dolist.
517 (dired-jump): Use unless and when.
518 (dired-virtual): Use line-end-position.
519 (dired-default-directory-alist): Rename from default-directory-alist.
520 (dired-default-directory): Update for above name change.
521 (dired-vm): Drop VM < 5 and simplify.
522 (dired-buffer-more-recently-used-p): Rewrite.
523 (dired-filename-at-point): Use when and or.
524 (dired-x-read-filename-at-point): Rename from read-filename-at-point.
527 2011-02-15 Glenn Morris <rgm@gnu.org>
529 * dired-x.el: Use easymenu for menu items. Fix item capitalization.
531 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
533 * vc/vc-git.el (vc-git-root-log-format): New option for
534 customizing log format.
535 (vc-git-print-log, vc-git-log-outgoing, vc-git-log-incoming)
536 (vc-git-log-view-mode): Use it.
537 (vc-git-expanded-log-entry): New function.
538 (vc-git-log-view-mode): Use it. Truncate lines in root log.
540 * vc/vc-hg.el (vc-hg-root-log-template): New option for
541 customizing log format.
542 (vc-hg-print-log): Use it.
543 (vc-hg-expanded-log-entry): New function.
544 (vc-hg-log-view-mode): Use vc-hg-root-log-template and
545 vc-hg-expanded-log-entry. Truncate lines in root log.
547 * vc/vc-bzr.el (vc-bzr-log-view-mode): Truncate lines in root log.
549 * vc/log-view.el (log-view-mode-menu):
550 Add log-view-toggle-entry-display.
552 2011-02-14 Glenn Morris <rgm@gnu.org>
554 * dired-x.el: Don't require man when compiling.
555 (dired-omit-extensions, dired-local-variables-file)
556 (dired-x-hands-off-my-keys): Make them defcustoms.
557 (Man-support-local-filenames, Man-getpage-in-background): Declare.
558 (vm-visit-folder): Declare rather than defining.
559 (dired-x-help-address, dired-x-variable-list): Remove.
560 (dired-x-submit-report): Make it an obsolete alias.
562 2011-02-14 Juanma Barranquero <lekktu@gmail.com>
564 * makefile.w32-in (TRAMP_SRC): Remove tramp-imap.el.
566 2011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
568 * net/imap.el: Bring it back.
570 2011-02-13 Alan Mackenzie <acm@muc.de>
572 * progmodes/cc-fonts.el (c-font-lock-declarations): Remove a
573 narrow-to-region call that cuts context off the end (Bug#7722).
575 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
576 Refactor nested if-forms with a simple cond.
577 (c-forward-<>-arglist): Revert 2011-01-31 change.
579 2011-02-13 Chong Yidong <cyd@stupidchicken.com>
581 * vc/log-view.el: New command log-view-toggle-entry-display for
582 toggling log entries between concise and detailed forms.
583 (log-view-toggle-entry-display): New command.
584 (log-view-mode-map): Bind RET to it.
585 (log-view-expanded-log-entry-function): New variable.
586 (log-view-current-entry, log-view-inside-comment-p)
587 (log-view-current-tag): New functions.
588 (log-view-toggle-mark-entry): Use log-view-current-entry and
589 log-view-end-of-defun instead of searching directly with
591 (log-view-end-of-defun): Likewise. Add optional ARG for
592 compatibility with end-of-defun.
593 (log-view-end-of-defun): Ignore comments and VC buttons.
595 * vc/vc-bzr.el (vc-bzr-expanded-log-entry): New function.
596 (vc-bzr-log-view-mode): Use log-view-expanded-log-entry-function.
598 2011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
600 * net/imap.el: Remove file. All the functionality is in nnimap.el.
602 * net/imap-hash.el: Remove file.
604 2011-02-13 Michael Albinus <michael.albinus@gmx.de>
606 * Makefile.in (TRAMP_SRC): Remove tramp-imap.el.
608 * net/tramp.el (tramp-read-passwd): Simplify `auth-source-search'
611 * net/tramp-imap.el: Remove file.
613 2011-02-13 Chong Yidong <cyd@stupidchicken.com>
615 * vc/vc.el (vc-print-log-setup-buttons): Instead of using the
616 widget library for buttons, just use button.el.
618 * vc/log-view.el (log-view-mode-map): Don't inherit from
621 2011-02-12 Glenn Morris <rgm@gnu.org>
623 * emacs-lisp/cl-seq.el (union, nunion, intersection)
624 (nintersection, set-difference, nset-difference)
625 (set-exclusive-or, nset-exclusive-or): Doc fix.
627 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
629 * faces.el (face-attr-match-p): Handle the obsolete :bold and
630 :italic props, so that frame-set-background-mode works. (Bug#7966)
632 * simple.el (next-error): Doc fix.
634 2011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
636 * dired-aux.el (dired-create-files): Adapt destination name to
637 match the new behavior of copy-directory.
639 2011-02-12 Chong Yidong <cyd@stupidchicken.com>
641 * mail/mail-utils.el (mail-dont-reply-to-names): New variable,
642 from rmail-dont-reply-to-names. Callers changed.
643 (mail-dont-reply-to): Rename from mail-dont-reply-to.
644 (rmail-dont-reply-to): Make it an obsolete alias.
646 * mail/rmail.el (rmail-default-dont-reply-to-names): Default to
647 nil, and make obsolete (Bug#7888).
648 (rmail-dont-reply-to-names): Alias to mail-dont-reply-to-names.
650 * mail/rmailsum.el (rmail-summary-sort-by-correspondent): Doc fix.
652 * mail/rmailsort.el (rmail-sort-by-correspondent)
653 (rmail-select-correspondent): Doc fix. Use mail-dont-reply-to.
655 * mail/rmail.el (rmail-reply): Use mail-dont-reply-to.
657 2011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
659 * files.el (copy-directory): New argument COPY-CONTENTS for
660 copying directory contents into another existing directory.
662 2011-02-12 Tassilo Horn <tassilo@member.fsf.org>
664 * minibuffer.el (completion-table-case-fold): New function for
665 creating a case-insensitive completion table.
667 2011-02-12 Teodor Zlatanov <tzz@lifelogs.com>
669 * net/tramp.el (tramp-default-method): Also check if
670 `auth-source-search' is bound.
671 (tramp-read-passwd): Use `auth-source-search' instead of
672 `auto-source-user-or-password'.
674 * net/tramp-imap.el: Autoload `auto-source-search' instead of
675 `auto-source-user-or-password.
676 (tramp-imap-passphrase-callback-function): Use it.
678 * net/imap-hash.el: Autoload `auto-source-search' instead of
679 `auto-source-user-or-password.
680 (imap-hash-open-connection): Use it.
682 * mail/smtpmail.el: Autoload `auto-source-search' instead of
683 `auto-source-user-or-password.
684 (smtpmail-try-auth-methods): Use it.
686 2011-02-12 Phil Hagelberg <phil@hagelb.org>
688 * emacs-lisp/package.el: Allow packages to be reinstalled.
689 (package--write-file-no-coding): Remove EXCL arg.
690 (package-unpack-single): Don't use it.
692 2011-02-12 Karl Pflästerer <k@rl.pflaesterer.de> (tiny change)
694 * vc/vc-svn.el: Adapt to Subversion change, with no .svn directory
695 in each sub directory.
696 (vc-svn-registered): Use vc-svn-root.
697 (vc-svn-root): New function. Make vc-svn-responsible-p an alias.
698 (vc-svn-repository-hostname): Use "svn info".
700 2011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
702 * simple.el (delete-trailing-whitespace): New optional buffer
705 2011-02-11 Bastien Guerry <bzg@altern.org>
707 * files.el (basic-save-buffer): save unmodified buffers when
708 the file pointed by buffer-file-name doesn't exist.
710 2011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
712 * net/rcirc.el (defun-rcirc-join): Accept multiple channels.
714 2011-02-11 Glenn Morris <rgm@gnu.org>
716 * emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
718 2011-02-11 Juanma Barranquero <lekktu@gmail.com>
720 * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'.
722 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
724 * server.el (server-process-filter): Use pcase.
726 * emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two
728 (smie-indent--parent): Extend to "parent of arg".
729 (smie-indent-inside-string): New function.
730 (smie-indent-functions): Use it.
732 * vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid
733 bzr locking race condition.
735 * emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is
736 still valid before using it.
738 * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
739 `message' -> `compilation-message' rename (bug#8004).
741 Move keymap initialization into declaration.
742 * textmodes/enriched.el (enriched-mode-map):
743 * textmodes/bib-mode.el (bib-mode-map):
744 * term/lk201.el (lk201-function-map):
745 * tar-mode.el (tar-mode-map):
746 * replace.el (occur-mode-map):
747 * progmodes/idlwave.el (idlwave-rinfo-mouse-map, idlwave-rinfo-map):
748 * progmodes/idlw-help.el (idlwave-help-mode-map):
749 * progmodes/gdb-mi.el (gdb-memory-format-menu, gdb-memory-unit-menu):
750 * play/solitaire.el (solitaire-mode-map):
751 * play/snake.el (snake-mode-map, snake-null-map):
752 * play/pong.el (pong-mode-map):
753 * play/handwrite.el (menu-bar-handwrite-map):
754 * play/gametree.el (gametree-mode-map):
755 * net/rcirc.el (rcirc-mode-map, rcirc-browse-url-map
756 (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map):
757 * net/newst-plainview.el (newsticker-menu, newsticker-mode-map)
758 (newsticker--url-keymap):
759 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
760 * menu-bar.el (menu-bar-file-menu, menu-bar-i-search-menu)
761 (menu-bar-search-menu, menu-bar-replace-menu, menu-bar-goto-menu)
762 (menu-bar-edit-menu, menu-bar-custom-menu)
763 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
764 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
765 (menu-bar-line-wrapping-menu, menu-bar-options-menu)
766 (menu-bar-games-menu, menu-bar-encryption-decryption-menu)
767 (menu-bar-tools-menu, menu-bar-describe-menu)
768 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
769 (menu-bar-help-menu):
770 * mail/rmailsum.el (rmail-summary-mode-map):
771 * kmacro.el (kmacro-step-edit-map):
772 * ibuffer.el (ibuffer-mode-groups-popup, ibuffer-mode-map)
773 (ibuffer-mode-operate-map):
774 * hi-lock.el (hi-lock-menu, hi-lock-map):
775 * emulation/vip.el (vip-mode-map):
776 * emacs-lisp/re-builder.el (reb-lisp-mode-map):
777 * bookmark.el (bookmark-bmenu-mode-map):
778 * help-mode.el (help-mode-map): Move initialization into declaration.
780 2011-02-10 Deniz Dogan <deniz.a.m.dogan@gmail.com>
782 * net/rcirc.el: Add PRIVMSG and CTCP functions.
783 (rcirc-send-privmsg, rcirc-send-ctcp): New functions.
784 (rcirc-keepalive, rcirc-cmd-ctcp, rcirc-ctcp-sender-PING)
785 (rcirc-cmd-me, rcirc-authenticate): Use them.
787 2011-02-10 Ken Manheimer <ken.manheimer@gmail.com>
789 * allout.el: Synopsis: Change allout user configuration so
790 auto-activation is controlled solely by customization
791 `allout-auto-activation'.
793 (allout-auto-activation-helper) (allout-setup): New autoloads
794 implement new custom set procedure for allout-auto-activation.
795 Also, explicitly invoke
796 (allout-setup) after allout-auto-activation is custom-defined, to
797 effect the settings in emacs sessions besides the few where
798 allout-auto-activation customization is donea.
799 (allout-auto-activation): Use allout-auto-activation-helper to
800 :set. Revise the docstring.
801 (allout-init): Reduce functionality to just customizing
802 allout-auto-activation, and mark obsolete.
803 (allout-mode): Respect string values for allout-auto-activation.
804 Run allout-after-copy-or-kill-hook without any args.
805 (allout-mode) (allout-layout) (allout-default-layout)
806 (outlineify-sticky): Adjust docstring for new scheme.
807 (allout-after-copy-or-kill-hook): No arguments - hook implementers
808 should concentrate on the kill ring.
810 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
812 * password-cache.el (password-cache-remove): Accept secrets that are
815 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
817 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case
818 of here-doc that immediately follows a comment.
820 2011-02-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
822 * net/rcirc.el (rcirc-ctcp-sender-PING): Simplifying.
824 * net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function when
826 (rcirc-ctcp-sender-PING): New function.
828 2011-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
830 * obsolete/pc-select.el: Rename from emulation/pc-select.el (bug#7940).
831 Remove the mark/nomark handling, and activate shift-select-mode instead.
833 * obsolete/pc-mode.el: Rename from emulation/pc-mode.el.
835 2011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
837 * calc/calc-units.el (math-logunits-quant): Add support for
838 non-logarithmic units.
840 2011-02-07 Ken Manheimer <ken.manheimer@gmail.com>
842 * allout.el (allout-after-copy-or-kill-hook): New hook for
843 extension-specific processing of killed text.
844 (allout-mode): Include new allout-after-copy-or-kill-hook among
846 (allout-kill-line) (allout-kill-topic): Ensure that processing
847 after kill happens even if barf-if-buffer-read-only is raised.
848 Include new allout-after-copy-or-kill-hook among that subsequent
850 (allout-deannotate-hidden): Actually remove the annotation text
853 * allout.el (allout-listify-exposed): Copy text sans text properties.
855 2011-02-07 Michael Albinus <michael.albinus@gmx.de>
857 * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS.
859 2011-02-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
861 * net/rcirc.el (rcirc-handler-317): New function (Bug#6507).
863 2011-02-06 Jay Belanger <jay.p.belanger@gmail.com>
865 * calc/calc.el (calc-logunits-field-reference): Rename from
866 `calc-default-field-reference-level'.
867 (calc-logunits-power-reference): Rename from
868 `calc-default-power-reference-level'
870 * calc/calc-units.el (math-logunits-quant): Rename from
871 `math-logunits-level'
872 (math-logunits-plus): Rename from math-logcombine.
873 (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
874 (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
875 (calcFunc-lufieldsub,calc-logunits-add calc-logunits-sub):
877 (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
878 (calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
879 (calc-logunits-quantity): Rename from `calc-level'.
880 (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
881 (calcFunc-nppowerlevel,calc-logunits-dblevel, calc-logunits-nplevel)
882 (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
883 (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
884 (calcFunc-lupowerdiv,calc-logunits-divide,math-logunits-level):
887 * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
888 (calc-ul-prefix-help): Remove.
889 (calc-l-prefix-help): New function.
890 (calc-full-help): Add reference to `calc-l-prefix-help'.
892 * calc/calc-ext.el (calc-init-extensions): Update autoloads.
894 * calc/README: Mention logarithmic units.
896 2011-02-06 Chong Yidong <cyd@stupidchicken.com>
898 * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
899 non-ASCII characters (Bug#7925).
901 2011-02-05 Glenn Morris <rgm@gnu.org>
903 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
905 * calendar/diary-lib.el (diary-font-lock-keywords):
906 Tweak diary-time-regexp match. (Bug#7891)
908 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
909 (f90-mode): Use it for mode's `find-tag-default-function' property.
911 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
913 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
915 2011-02-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
917 * net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-process
920 2011-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
922 * progmodes/sh-script.el (sh-here-doc-open-re): Don't rely on the
923 font-lock-syntax-table remappings.
924 (sh-here-doc-markers, sh-here-doc-re): Remove.
925 (sh-font-lock-close-heredoc): Remove.
926 (sh-syntax-propertize-here-doc): New function.
927 (sh-font-lock-open-heredoc): Set the sh-here-doc-marker property
928 instead of the sh-here-doc-re.
929 (sh-font-lock-paren): Don't do anything in comments or strings.
930 Handle line continuations. Accept a few more chars.
931 Don't rely on the font-lock-syntax-table remappings.
932 `esac' is not a valid pattern.
933 (sh-syntax-propertize-function): Handle here-docs differently, so we
934 don't bother syntax-propertizing the insides.
936 * progmodes/sh-script.el (sh-font-lock-paren, sh-kw, sh-prev-thing):
937 Handle new bashisms ";&" and ";;&" (bug#7947).
939 2011-02-05 Michael Albinus <michael.albinus@gmx.de>
941 * net/tramp-smb.el (tramp-smb-errors): Use `regexp-opt'.
942 Add "NT_STATUS_IO_TIMEOUT" and "NT_STATUS_NO_SUCH_USER".
944 2011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
946 * net/tramp.el (tramp-postfix-method-format)
947 (tramp-postfix-method-regexp, tramp-prefix-domain-format)
948 (tramp-prefix-domain-regexp, tramp-postfix-user-format)
949 (tramp-postfix-user-regexp, tramp-prefix-port-format)
950 (tramp-prefix-port-regexp, tramp-postfix-host-format)
951 (tramp-postfix-host-regexp, tramp-handle-substitute-in-file-name):
954 2011-02-04 Sam Steingold <sds@gnu.org>
956 * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
958 2011-02-04 Andreas Schwab <schwab@linux-m68k.org>
960 * international/mule-util.el (with-coding-priority): Doc fix.
962 2011-02-04 Eli Zaretskii <eliz@gnu.org>
964 * arc-mode.el (archive-mode-map): Fix a typo in last change.
966 2011-02-03 Sam Steingold <sds@gnu.org>
968 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
969 Do not error out when `func' is nil.
971 2011-02-03 Michael Albinus <michael.albinus@gmx.de>
973 * net/tramp-sh.el (tramp-remote-path): Add default settings for
974 `tramp-default-remote-path' to the docstring.
975 (tramp-get-remote-path): Suppress error message when `getconf
978 * net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_UNSUCCESSFUL".
980 2011-02-03 Glenn Morris <rgm@gnu.org>
982 * vc/vc-hg.el (vc-hg-command): Doc fix.
984 * term/w32-win.el (libpng-version): Declare for compiler.
986 * msb.el: No need to load dired while compiling.
988 * emacs-lisp/elint.el (elint-standard-variables):
989 Remove a couple of built-ins that now have doc-strings.
991 * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
992 `require' is automatically `eval-and-compile'd.
994 * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
995 (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
997 * strokes.el (strokes-fill-current-buffer-with-whitespace):
998 Move definition before use.
999 (strokes-report-bug): Make it obsolete.
1001 2011-02-02 Sam Steingold <sds@gnu.org>
1003 * apropos.el (apropos-print): Now that `apropos-mode' inherits
1004 from `special-mode', entering it makes the buffer read-only, so
1005 call it only when everything has been already inserted.
1006 * emacs-lisp/ert.el (ert--setup-results-buffer)
1007 (ert-results-pop-to-backtrace-for-test-at-point)
1008 (ert-results-pop-to-messages-for-test-at-point)
1009 (ert-results-pop-to-timings): Ditto.
1010 * emacs-lisp/package.el (package--list-packages): Ditto.
1011 * play/solitaire.el (solitaire): Ditto.
1013 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
1015 * progmodes/compile.el: Make all faces inherit.
1016 (compilation-warning): Inherit from font-lock-variable-name-face.
1017 (compilation-info): Inherit from font-lock-type-face.
1018 (compilation-line-number): Reassign to font-lock-keyword-face.
1019 (compilation-column-number): Reassign to font-lock-doc-face.
1020 (compilation-leave-directory-face): Reassign to
1021 font-lock-builtin-face.
1023 2011-02-02 Eli Zaretskii <eliz@gnu.org>
1025 * dired.el (dired-insert-directory): Don't invoke `ls' when
1026 ls-lisp.el is used to emulate it.
1028 2011-02-01 Julien Danjou <julien@danjou.info>
1030 * color.el (color-gradient): Add a color-gradient function.
1032 2011-02-01 Sam Steingold <sds@gnu.org>
1034 * simple.el (special-mode-map): Bind "h" to `describe-mode';
1035 bind "z" to `kill-this-buffer'.
1036 (completion-list-mode-map): Bind "z" to `kill-this-buffer'.
1037 * apropos.el (apropos-mode-map): Inherit from `special-mode-map'.
1038 (apropos-mode): Inherit from `special-mode'.
1039 * arc-mode.el (archive-mode-map): Inherit from `special-mode-map'.
1040 * bookmark.el (bookmark-bmenu-mode): Define using
1041 `define-derived-mode' inheriting from `special-mode'.
1042 * dired.el (dired-mode-map): Inherit from `special-mode-map'.
1043 * image-mode.el (image-mode-map): Ditto.
1044 * replace.el (occur-mode): Define using
1045 `define-derived-mode' inheriting from `special-mode'.
1046 * tar-mode.el (tar-mode): Inherit from `special-mode'.
1047 * calendar/diary-lib.el (diary-fancy-display-mode):
1048 Inherit from `special-mode-map'.
1049 * emacs-lisp/ert.el (ert-simple-view-mode, ert-results-mode):
1050 Inherit from `special-mode'.
1051 * emacs-lisp/package.el (package-menu-mode-map): Copy from
1053 (package-menu-mode): Define using `define-derived-mode'
1054 inheriting from `special-mode'.
1055 * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
1056 * net/xesam.el (xesam-mode): Inherit from `special-mode'.
1057 (xesam-mode-map): Define separately.
1058 * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
1059 * progmodes/compile.el (compilation-minor-mode-map)
1060 (compilation-mode-map): Inherit from `special-mode-map'.
1061 * vc/diff-mode.el (diff-mode-shared-map):
1062 Inherit from `special-mode-map'.
1063 * vc/log-view.el (log-view-mode-map): Add a comment.
1065 2011-02-01 Chong Yidong <cyd@stupidchicken.com>
1067 * custom.el (load-theme): Define return value. Drop use of
1068 unsafep; call custom-theme-load-confirm for non-known-safe themes.
1069 (custom-theme-load-confirm): Scroll in the correct window.
1070 (custom-enabled-themes): Add custom-safe-themes to :set-after.
1072 * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
1073 checkbox if load-theme fails.
1075 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1077 * progmodes/compile.el (compilation-next-error): Check there's
1078 a message before using it (bug#7941).
1080 2011-02-01 Jay Belanger <jay.p.belanger@gmail.com>
1082 * calc/calc-mtx.el (math-lud-pivot-check): New function.
1083 (math-do-matrix-lud): Use `math-lud-pivot-check' to check the size
1084 of potential pivots.
1086 2011-01-31 Alan Mackenzie <acm@muc.de>
1088 * progmodes/cc-cmds.el (c-forward-over-illiterals):
1089 Continue parsing if we encounter a naked # (Bug#7595).
1090 (c-beginning-of-statement): Avoid loop in locating the beginning
1091 of a macro. (Not actually committed until 2011-02-20, see above).
1093 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1095 * files.el (copy-directory): Fix arguments to recursive call.
1097 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1099 * files.el (copy-directory): If destination is an existing
1100 directory, copy into a subdirectory there.
1102 2011-01-31 Andreas Schwab <schwab@linux-m68k.org>
1104 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
1107 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1109 * image-dired.el (image-dired-mouse-display-image): No-op if no
1110 file is found (Bug#7817).
1112 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
1114 2011-01-31 Kenichi Handa <handa@m17n.org>
1116 * international/quail.el (quail-keyboard-layout-alist):
1117 Remove superfluous SPC for "pc105-uk" (bug#7927).
1119 2011-01-31 Glenn Morris <rgm@gnu.org>
1121 * msb.el (msb-menu-bar-update-buffers): Update for changed
1122 argument handling of menu-bar-select-frame. (Bug#7902)
1124 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1126 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
1127 to the recursion depth (Bug#7722).
1129 2011-01-31 Roy Liu <carsomyr@gmail.com> (tiny change)
1131 * term/ns-win.el (ns-find-file): Expand ns-input-file with
1132 command-line-default-directory (Bug#7872).
1134 2011-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1136 * progmodes/compile.el (compilation--flush-directory-cache):
1137 New function, extracted from compilation--remove-properties.
1138 (compilation--remove-properties, compilation--parse-region): Use it.
1139 (compilation--previous-directory): Handle one more case.
1140 (compilation-enable-debug-messages): Remove.
1141 (compilation-parse-errors, compilation--flush-parse): Just remove the
1142 left over debug messages.
1144 2011-01-31 Sam Steingold <sds@gnu.org>
1146 * progmodes/compile.el (compilation-enable-debug-messages):
1147 Add a variable to make the parsing messages introduced in
1148 2011-01-28T22:12:05Z!monnier@iro.umontreal.ca optional.
1149 (compilation-parse-errors, compilation--flush-parse): Use it.
1151 2011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1153 * net/rcirc.el: New customizable nick completion format. (Bug#6314)
1154 (rcirc-nick-completion-format): New defcustom.
1155 (rcirc-complete): Use it.
1157 2011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1159 * net/rcirc.el: Clean log filenames (Bug#7933).
1160 (rcirc-log-write): Use convert-standard-filename.
1161 (rcirc-log-filename-function): Documentation updates.
1163 2011-01-30 Jan Djärv <jan.h.d@swipnet.se>
1165 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer):
1166 Check report-emacs-bug-can-use-osx-open and use that if t.
1167 (report-emacs-bug-can-use-osx-open): New function.
1168 (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
1169 Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
1171 2011-01-29 Chong Yidong <cyd@stupidchicken.com>
1173 * vc/vc-dispatcher.el (vc-set-async-update): New function for
1174 updating Dired or VC-dir buffers after async command completes.
1176 * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
1177 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
1179 * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
1180 completions if it exists. Use vc-set-async-update.
1181 (vc-git-pull): Use vc-set-async-update.
1183 * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
1184 read-shell-command. Use vc-set-async-update.
1185 (vc-hg-merge-branch): Use vc-set-async-update.
1187 2011-01-29 Daiki Ueno <ueno@unixuser.org>
1189 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
1190 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
1193 2011-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
1195 * progmodes/compile.el: Avoid an N² behavior in grep.
1196 (compilation--previous-directory): New fun.
1197 (compilation--previous-directory-cache): New var.
1198 (compilation--remove-properties): Flush it.
1199 (compilation-directory-properties, compilation-error-properties):
1200 Use the new fun to speed up looking for the current directory.
1202 2011-01-29 Chong Yidong <cyd@stupidchicken.com>
1204 * vc/vc-hg.el (vc-hg-history): New var.
1205 (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
1206 (vc-hg-merge-branch): New function.
1208 * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
1209 the other way around.
1211 * vc/vc-git.el (vc-git-branches, vc-git-pull)
1212 (vc-git-merge-branch): New functions.
1213 (vc-git-history): New var.
1215 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
1217 * vc/vc-dispatcher.el (vc-do-async-command): New function.
1219 * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
1220 vc-do-async-command.
1222 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
1225 2011-01-28 Leo <sdl.web@gmail.com>
1227 * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
1228 highlighting to the "this function is advised" message.
1230 * help-mode.el (help-mode-finish): Apply highlighting here, to
1231 avoid clobbering by substitute-command-keys (Bug#6304).
1233 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
1235 * woman.el (woman0-roff-buffer): Process roff escape sequences
1236 occurring prior to the first request (Bug#7843).
1238 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1240 * progmodes/compile.el: Don't use font-lock any more.
1241 (compilation-error-regexp-alist-alist): Change handling of makepp
1242 so it preserves the warning/error distinction on subsequent files.
1243 Simplify various rules.
1244 (compilation-directory-properties): Use font-lock-face.
1245 Add a compilation-message property.
1246 (compilation-internal-error-properties): Use font-lock-face.
1247 Don't set the compilation-debug property here.
1248 (compilation--put-prop, compilation--remove-properties)
1249 (compilation--parse-region, compilation--ensure-parse)
1250 (compilation--ensure-parse): New functions.
1251 (compilation-parse-errors): New function, largely inspired of
1252 compilation-mode-font-lock-keywords. Set compilation-debug here.
1253 (compilation--parsed): New var.
1254 (compilation--flush-parse): Use compilation--ensure-parse.
1255 (compilation-start): Don't call font-lock.
1256 (compilation-turn-on-font-lock): Remove.
1257 (compilation-setup): Don't set font-lock-extra-managed-props not change
1258 other font-lock settings, other than keywords.
1259 Don't activate font-lock-mode.
1260 Set change-major-mode-hook and before-change-functions.
1261 (compilation--unsetup): Remove properties and hooks.
1262 (compilation-next-single-property-change): New function.
1263 (compilation-next-error): Use it to parse when needed.
1264 (compile-goto-error): Parse buffer as needed.
1265 (compilation--compat-error-properties): Don't need a dummy `face'
1268 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1270 * progmodes/compile.el: Use accessors for clarity and fix omake hack.
1271 (compilation-process-setup-function): Fix docstring's false promises.
1272 (compilation-error-regexp-alist-alist): Catch omake's continuous
1273 recompilation message and avoid reuse of old markers.
1274 (compilation-parse-errors-function): Declare obsolete.
1275 (compilation-buffer-modtime): Remove.
1276 (compilation--make-cdrloc, compilation--loc->col)
1277 (compilation--loc->line, compilation--loc->file-struct)
1278 (compilation--loc->marker, compilation--loc->visited)
1279 (compilation--make-file-struct, compilation--file-struct->file-spec)
1280 (compilation--file-struct->formats)
1281 (compilation--file-struct->loc-tree): New macros. Use them.
1282 (compilation--message): New defstruct. Use them.
1283 (compilation-next-error-function): Don't mess with timestamps to try
1284 and guess when to reparse.
1286 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1288 * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
1289 (tex-old-error-file-name): New function,
1290 extracted from tex-compilation-parse-errors.
1291 (tex-compilation-parse-errors): Remove.
1292 (tex-error-regexp-alist): New var.
1293 (tex-shell): Use it to avoid compilation-parse-errors-function.
1295 * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
1296 (grep-mode-font-lock-keywords): Remove regexp that seems like
1297 a left-over from before we used compile.el.
1298 (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
1299 modifying the buffer within with-silent-modifications.
1301 * progmodes/compile.el: Cleanup text-properties namespace by using
1302 `compilation-message' instead of `message', `compilation-directory'
1303 instead of `directory', and `compilation-debug' instead of `debug'.
1304 (compilation-last-buffer, compilation-parsing-end)
1305 (compilation-error-list, compilation-old-error-list): Move to the
1306 compatibility part of the code.
1307 (compilation-error-properties): If `file' is a function, let it return
1309 (compilation-mode-font-lock-keywords): Be more conservative with the
1310 omake "^ *" pattern prefix, to try and minimize the risk of
1311 pathologically slow regexp matching.
1312 (compilation-start): Use inhibit-read-only.
1313 (compilation--unsetup): New function.
1314 (compilation-shell-minor-mode, compilation-minor-mode): Use it.
1315 (compilation-filter): Minor tweaks.
1316 (compilation-next-error-function): Try and avoid abusing variables.
1317 (compilation--flush-file-structure): New fun.
1318 (compilation-fake-loc): Use it to improve behavior when file is reused.
1319 (debug-ignored-errors): Add "Moved past last ...".
1320 (compilation--compat-error-properties)
1321 (compilation--compat-parse-errors): Rename by doubling the "-".
1323 Port features from the previous prolog.el to the new one.
1324 * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
1325 (prolog-program-name, prolog-program-switches, prolog-consult-string)
1326 (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
1327 variable and use a function to compute the value dynamically.
1328 (prolog-prompt-regexp): Add regexp for GNU Prolog.
1329 (prolog-continued-prompt-regexp): Remove, unused.
1330 (prolog-find-value-by-system): Try and use the value of prolog-system
1331 in the *prolog* buffer if it helps.
1332 (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
1333 (prolog-zip-on): ..and check prolog-system and version here instead.
1334 (prolog-inferior-self-insert-command): New command.
1335 (prolog-inferior-mode-map): Use it.
1336 (prolog-inferior-error-regexp-alist): New var.
1337 (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
1338 (prolog-input-filter): Use derived-mode-p.
1339 (prolog-inferior-guess-flavor): New function.
1340 (prolog-ensure-process): Use it. Use make-comint-in-buffer rather than
1341 make-comint to avoid running comint-mode twice.
1342 (prolog-inferior-buffer): New fun.
1343 (prolog-old-process-region, prolog-old-process-file):
1344 Don't call prolog-bsts here...
1345 (prolog-build-prolog-command): ...do it here instead.
1346 (prolog-old-process-region, prolog-old-process-file):
1347 Use compilation-fake-loc and compilation-forget-errors.
1348 (prolog-consult-compile-region): Use bolp.
1350 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
1352 * image-mode.el (image-display-size): Doc fix (Bug#7820).
1354 2011-01-27 Sam Steingold <sds@gnu.org>
1356 * midnight.el (clean-buffer-list-kill-never-buffer-names):
1357 Remove "*server*" which is never created by emacs server.
1359 2011-01-27 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1361 * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
1362 there are some diff switches.
1364 2011-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
1366 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1367 Copy change made to ruby-font-lock-syntactic-keywords.
1369 * htmlfontify.el: Make it obey the font-lock-face text property.
1370 Miscellaneous cleanup such as:
1371 - Don't hide expressions after a closing paren.
1372 - Move initial setq into let.
1373 - Hoist common parts out of ifs.
1374 (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
1375 (hfy-face-at): Use get-text-property instead.
1376 (hfy-prop-invisible-p): Use invisible-p if available.
1377 (htmlfontify-manual): Use \\[...].
1378 (hfy-html-quote-regex): Use [...].
1379 (hfy-combined-face-spec): Simplify.
1380 (hfy-compile-face-map): Don't presume point-min==1.
1381 (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
1382 match end of string.
1383 (hfy-text-p): η-reduce.
1384 (hfy-tags-for-file): Receive cache-hash directly.
1385 (hfy-mark-tag-names): Adjust call.
1387 2011-01-27 Glenn Morris <rgm@gnu.org>
1389 * msb.el (msb-after-load-hooks): Make it an obsolete alias.
1390 (msb-after-load-hook): Remove eval-after-load wackiness.
1392 2011-01-25 Sam Steingold <sds@gnu.org>
1394 * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
1395 literal "diff" (important for windows-nt).
1397 2011-01-25 Glenn Morris <rgm@gnu.org>
1399 * emacs-lisp/copyright.el (copyright-at-end-flag)
1400 (copyright-names-regexp): Add safety properties.
1401 (copyright-year-ranges): New option.
1402 (copyright-find-end): New function, split from copyright-update-year.
1403 (copyright-update-year): Use copyright-find-end.
1404 (copyright-fix-years): Optionally, convert years to ranges.
1405 Handle years continued over comment lines.
1406 Do not mess with the fill-prefix.
1407 Do not call copyright-update.
1408 (copyright-update-directory): Optionally, fix years rather than update.
1409 Skip directories. Find files with only safe local vars.
1411 2011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
1413 * files.el (file-name-non-special): Only change buffer-file-name after
1414 insert-file-contents if it's `visit'ing the file (bug#7854).
1416 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
1418 * dired.el (dired-revert): Doc fix (Bug#7758).
1420 * simple.el (line-move-visual): Doc fix (Bug#7594).
1422 2011-01-25 Nobuyoshi Nakada <nobu@ruby-lang.org>
1424 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
1425 here-doc which ends with an underscore.
1426 (ruby-mode-set-encoding): Skip shebang line always.
1427 (ruby-mode-map): Bind C-c C-c to comment-region.
1428 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
1429 (ruby-forward-sexp): Stop after literal hash key labels.
1430 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
1433 2011-01-25 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
1435 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
1436 the correct buffer (Bug#7650).
1438 2011-01-25 Glenn Morris <rgm@gnu.org>
1440 * comint.el (comint-mode): Doc fix. (Bug#7897)
1442 * simple.el (do-auto-fill): Give it a doc string.
1444 * button.el (make-text-button): Doc fix. (See bug#7881)
1446 2011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
1448 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
1449 Don't move backward, so as not to fall in an inf-loop (bug#7736).
1451 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
1452 Handle ?" and friends differently (e.g. don't use backrefs).
1454 2011-01-24 Jay Belanger <jay.p.belanger@gmail.com>
1456 * calc/calc.el (calc-default-power-reference-level)
1457 (calc-default-field-reference-level): New variables.
1458 * calc/calc-units.el (math-standard-units): Add dB and Np.
1459 (math-logunits): New variable.
1460 (math-extract-logunits, math-logcombine, calcFunc-luplus)
1461 (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
1462 (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
1464 (math-find-base-units-rec): Add entry for ln(10).
1465 * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
1466 (calc-ul-prefix-help): New function.
1467 * calc/calc-ext.el (calc-init-extensions): Autoload new units
1468 functions. Add keybindings for new units functions.
1470 2011-01-22 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1472 * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
1473 rcirc buffers. (Bug#4940)
1475 2011-01-22 Glenn Morris <rgm@gnu.org>
1477 * emacs-lisp/copyright.el (copyright-find-copyright): New function,
1478 split out from copyright-update-year.
1479 (copyright-update): Don't mess with the GPL version if we don't own the
1480 copyright. Update license regexp, and remove no longer needed
1482 (copyright-fix-years): Use copyright-find-copyright.
1484 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
1486 * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
1488 2011-01-22 Jari Aalto <jari.aalto@cante.net>
1490 * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
1491 (lm): Rename to landmark.
1492 (lm-test-run): Rename to landmark-test-run.
1494 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
1496 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
1497 "Case sensitive" menu item.
1499 2011-01-22 Roland McGrath <roland@frob.com>
1501 * comint.el (comint-replace-by-expanded-history-before-point): Fix
1502 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
1504 2011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1506 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
1508 2011-01-22 Jari Aalto <jari.aalto@cante.net>
1510 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1511 Assume foo(bar) is a manpage reference rather than some unquoted
1514 2011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1516 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
1517 Suggested by Flo <sensorflo@gmail.com>.
1519 2011-01-22 Glenn Morris <rgm@gnu.org>
1521 * progmodes/compile.el (compilation-error-regexp-alist):
1522 Fix custom type. (Bug#7812)
1524 2011-01-22 Ken Manheimer <ken.manheimer@gmail.com>
1526 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
1527 allout-number-siblings, in keeping with what obtained due to
1528 (now-defunct) allout-keybindings-list. Ditch repeat binding to
1530 (allout-before-change-handler): Better expose spots affected by
1533 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
1535 * man.el (Man-highlight-references0): Use make-button (Bug#7881).
1537 2011-01-22 Phil Hagelberg <phil@evri.com>
1539 * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
1540 (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
1541 (pcmpl-ssh-config-hosts): New function.
1542 (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
1543 pcmpl-ssh-known-hosts.
1545 2011-01-21 Jay Belanger <jay.p.belanger@gmail.com>
1547 * calc/calc-undo.el (calc-undo): Autoload it.
1548 * calc/calc-ext.el (calc-init-extensions): Remove keybindings
1549 and autoload for `calc-undo'.
1550 * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
1551 * calc/calc-prog.el:
1552 * calc/calc-graph.el:
1553 * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
1555 2011-01-21 Štěpán Němec <stepnem@gmail.com> (tiny change)
1557 * calc/calc-ext.el (calc-init-extensions): Map all `undo'
1558 keybindings to `calc-undo'.
1560 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1562 Don't mess with *temp*.
1563 * obsolete/spell.el: Move from textmodes/spell.el.
1565 * term.el (term-read-input-ring):
1566 * startup.el (display-startup-echo-area-message):
1567 * progmodes/antlr-mode.el (antlr-directory-dependencies):
1568 * comint.el (comint-read-input-ring): Use with-temp-buffer.
1569 * international/mule.el (ctext-pre-write-conversion): Don't hardcode
1572 2011-01-20 Ken Manheimer <ken.manheimer@gmail.com>
1574 * allout.el (allout-institute-keymap): Use fset instead of
1575 reapplying defalias.
1577 (allout-hotspot-key-handler): Check for non-control-modified
1578 bindings for hotspot characters if there are no control-modified
1581 * allout.el: Summary - migrate to defining allout mode using
1582 define-minor-mode instead of defun. Significantly clean-up
1583 internal keymap provisions, refactoring and, in the process,
1584 removing a lot of accumulated cruft.
1586 allout-mode-map is now a keymap by virtue of being a defalias to
1587 allout-mode-map-value, which contains the actual keymap structure.
1589 (allout-mode): Use define-minor-mode rather than defun.
1590 Remove now-unnecessary minor-mode setup activities from the body.
1591 Specify :keymap as allout-mode-map so the minor-mode-map-alist
1592 entry will be '(allout-mode . allout-mode-map) - see
1593 allout-mode-map-value, below. Adjust docstring to track changes.
1594 (allout-minor-mode): Remove this defalias, now that we're using
1596 (allout-mode-map): Set value to be 'allout-mode-map. The actual
1597 keymap is allout-mode-map-value, via defalias.
1598 (allout-mode-map-value): The variable holding the actual mode
1599 keymap structure, by virtue of defalias from allout-mode-map.
1600 (allout-compose-and-institute-keymap): Rename from
1601 allout-bind-keys, and including the binding-composition
1602 functionality of the former produce-allout-mode-map and
1603 allout-setup-mode-map.
1604 (allout-institute-keymap): Take over the "setup" part of the former
1605 allout-setup-mode-map. Reassign allout-mode-map-value value and
1606 update the defalias.
1607 (allout-command-prefix) (allout-prefixed-keybindings)
1608 (allout-unprefixed-keybindings):
1609 Use allout-compose-and-institute-keymap to process the bindings.
1610 (allout-unprefixed-keybindings): Remove extraneous '?' question marks.
1611 (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
1612 user can customize if they want to use that binding.
1613 Bind allout-copy-topic-as-kill to (prefixed) \M-k.
1614 Bind allout-up-current-level to (prefixed) \C-u. (I think i mistakenly
1615 elided that, previously, instead of the one for \C-h.)
1616 (allout-hotspot-key-handler): Remove attempt to resolve the key
1617 through the literal key-string lookup on allout-keybindings-list.
1618 That probably hasn't worked for a Long Time, and removal of
1619 allout-keybindings-list further simplifies the keybindings situation.
1620 (allout-pre-command-business): Use allout-mode-map-value instead
1622 (allout-preempt-trailing-ctrl-h): Remove. The user can customize
1623 the bindings if they want to use a keybinding having a trailing
1624 \C-h. No deprecation needed since this feature was never in a release.
1625 (allout-keybindings-list): Remove. It's not been useful for a
1626 while. (See allout-hotspot-key-handler changes, above.)
1627 (produce-allout-mode-map): Remove. Consolidate into
1628 allout-compose-and-institute-keymap.
1629 (allout-mode-map-adjustments): Remove. No longer necessary with
1630 removal of allout-preempt-trailing-ctrl-h.
1631 (allout-setup-mode-map): Remove. Consolidate into
1632 allout-compose-and-institute-keymap and allout-institute-keymap.
1634 2011-01-20 Glenn Morris <rgm@gnu.org>
1636 * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
1638 * simple.el (read-expression-history): Remove, it's in minibuf.c.
1640 2011-01-20 Chong Yidong <cyd@stupidchicken.com>
1642 * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
1644 * files.el (find-alternate-file, basic-save-buffer)
1645 (basic-save-buffer-2, revert-buffer, recover-file)
1646 (kill-buffer-ask, abort-if-file-too-large)
1647 (set-visited-file-name, write-file, backup-buffer)
1648 (basic-save-buffer, save-some-buffers):
1649 * dired-aux.el (dired-compress-file): Callers changed.
1651 2011-01-19 Glenn Morris <rgm@gnu.org>
1653 * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
1654 Also check the property status. (Bug#7861)
1656 2011-01-18 Michael Albinus <michael.albinus@gmx.de>
1658 * net/tramp.el (tramp-debug-message): Extend function exclude
1659 list. Use `regexp-opt'.
1661 2011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1663 * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
1664 highlighting doesn't spill over subsequent lines.
1666 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
1667 keymap expression. Improve docstring.
1669 * electric.el (electric-indent-post-self-insert-function):
1670 Don't auto-indent for indent-to-left-margin, it's too often
1673 2011-01-16 Tassilo Horn <tassilo@member.fsf.org>
1675 * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
1676 spaces if the frame was resized, so that the full visible buffer
1677 serves as canvas for strokes.
1679 2011-01-16 Glenn Morris <rgm@gnu.org>
1681 * info-xref.el (info-xref-docstrings): Replace cl function.
1682 Also skip directories.
1684 2011-01-16 Kevin Ryde <user42@zip.com.au>
1686 * info-xref.el: Version 3.
1687 (info-xref-check, info-xref-check-all): Move commentary details
1688 into docstrings for better visibility.
1689 Use compilation-mode for the results buffer.
1690 (info-xref-output, info-xref-output-error, info-xref-with-output)
1691 (info-xref-filename, info-xref-in-progress):
1692 New internals for this.
1693 (info-xref-check-list, info-xref-check-buffer)
1694 (info-xref-check-all-custom): Use those.
1695 (info-xref-output-buffer): Rename from info-xref-results-buffer.
1696 (info-xref-output-heading): Rename from info-xref-filename-heading.
1697 (info-xref-good, info-xref-bad, info-xref-xfile-alist)
1698 (info-xref-filename-heading): Move to output managing section.
1699 (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
1700 (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
1701 (info-xref-subfile-p): Move to generic section with those two.
1702 (info-xref-check-node): New function split from
1703 info-xref-check-buffer, shared by info-xref-docstrings.
1704 (info-xref-goto-node-p): Move to a checking section with that func.
1705 (info-xref-unavail): New counter.
1706 (info-xref-check-node): Use it.
1707 (info-xref-with-output): Show count of unavailables at end of output.
1708 (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken
1709 symlinks. Exclude .texi files. Exclude Emacs backup files.
1710 (info-xref-check-all-custom): Fix quietening viper-mode and
1711 gnus-registry-install -- use setq not let so as not to unbind
1714 2011-01-16 Juri Linkov <juri@jurta.org>
1716 * isearch.el (isearch-abort): Don't quit if search has
1717 an incomplete regexp (isearch-error is non-nil). (Bug#7534)
1719 2011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
1721 * files.el (backup-buffer): Make last-resort backup file in
1722 .emacs.d (Bug#6953).
1724 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
1725 make it with permission 700.
1727 2011-01-15 Kenichi Handa <handa@m17n.org>
1729 * mail/rmailmm.el (rmail-mime-insert-header):
1730 Set rmail-mime-coding-system to a cons whose car is the last coding
1731 system used to decode the header.
1732 (rmail-mime-find-header-encoding): New function.
1733 (rmail-mime-insert-decoded-text):
1734 Override rmail-mime-coding-system if it is a cons.
1735 (rmail-show-mime): If only a header part was decoded, find the
1736 coding system while ignoring mm-charset-override-alist.
1738 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
1740 * subr.el (event-start, event-end): Doc fix (Bug#7826).
1742 2011-01-15 Kenichi Handa <handa@m17n.org>
1744 * mail/rmailmm.el (rmail-mime-next-item)
1745 (rmail-mime-previous-item): Delete them.
1746 (rmail-mime-shown-mode): Recursively call for children.
1747 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
1749 (rmail-mime-raw-mode): Recursively call for children.
1750 (rmail-mode-map): Change mapping of tab and backtab to
1751 forward-button and backward-button respectively.
1752 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
1754 (rmail-mime-update-tagline): New function.
1755 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
1756 body display is changed.
1757 (rmail-mime-toggle-button): Rename from rmail-mime-image.
1758 (rmail-mime-image): Delete this button type.
1759 (rmail-mime-toggle): New button type.
1760 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
1761 body display is changed. Change the save button label to "Save".
1762 Don't process show/hide button here.
1763 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
1764 the body display is changed. Unconditionally call
1765 rmail-mime-insert for children.
1766 (rmail-mime-handle): Update `display' vector of the just inserted
1768 (rmail-mime-process): If mail-header-parse-content-type returns
1769 nil, use "text/plain" as the fallback type.
1770 (rmail-mime-insert): For raw-mode, recursively call
1771 rmail-mim-insert for children.
1772 (rmail-mime): Handle the case that the current buffer is not rmail
1773 buffer (e.g. in summary buffer).
1775 2011-01-15 Kenichi Handa <handa@m17n.org>
1777 * mail/rmailmm.el (rmail-mime-next-item)
1778 (rmail-mime-previous-item): Skip the body of a non-multipart
1779 entity if a tagline is shown.
1781 2011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1783 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
1784 (tmm-prompt): Simplify.
1785 (tmm-add-prompt): Remove unused var `win'.
1787 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
1788 to minor mode which used nil accidentally to mean "turn off".
1790 2011-01-15 Michael Albinus <michael.albinus@gmx.de>
1792 * net/tramp-sh.el (tramp-find-inline-compress)
1793 (tramp-get-inline-coding): Quote command after pipe symbol for
1794 local calls under W32. (Bug#6784)
1796 2011-01-15 Michael Albinus <michael.albinus@gmx.de>
1798 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
1799 only when running under W32.
1801 2011-01-15 Eli Zaretskii <eliz@gnu.org>
1803 * progmodes/grep.el (grep-compute-defaults): Quote the program
1804 file name after the pipe symbol in Grep templates. (Bug#6784)
1805 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
1807 2011-01-15 Lennart Borgman <lennart.borgman@gmail.com>
1809 * buff-menu.el (Buffer-menu-buffer-list): New var.
1810 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
1811 restricted buffer list is not lost on revert (Bug#7749).
1813 2011-01-15 Eric Hanchrow <eric.hanchrow@gmail.com>
1815 * net/ldap.el (ldap-search-internal): Discard stderr output.
1817 2011-01-15 Eli Zaretskii <eliz@gnu.org>
1819 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
1821 2011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1823 * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
1825 2011-01-15 Kenichi Handa <handa@m17n.org>
1827 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
1828 part as a plain text.
1829 (rmail-mime-process-multipart): Set the default content-type to
1830 nil for unknown multipart subtypes (bug#7651).
1832 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
1834 * hexl.el (hexl-mode-old-*): Remove.
1835 (hexl-mode--old-var-vals): New var to replace them.
1836 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
1837 (hexl-mode, hexl-follow-line, hexl-activate-ruler):
1838 Use them to set local vars (bug#7846).
1839 (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
1840 (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
1841 (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
1843 * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
1844 (smerge-resolve--normalize-re): New var.
1845 (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
1846 (smerge-resolve): Use them.
1847 * newcomment.el (comment-only-p): New function.
1848 (comment-or-uncomment-region): Use it.
1850 2011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change)
1852 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
1853 table, get the value before switching to the output buffer. (Bug#7733)
1855 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
1857 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
1859 2011-01-14 Kim F. Storm <storm@cua.dk>
1861 * emulation/cua-base.el (cua--init-keymaps):
1862 Remap exchange-point-and-mark in cua-global-keymap.
1864 2011-01-14 Tassilo Horn <tassilo@member.fsf.org>
1866 * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
1869 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
1871 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
1873 (easy-menu-create-menu, easy-menu-convert-item-1):
1874 Use :label rather than nil for labels. Use `case'.
1875 Add :enable as alias for :active.
1876 (easy-menu-binding): Obey :label.
1878 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1880 Use run-mode-hooks for major mode hooks (bug#513).
1881 * textmodes/reftex-toc.el (reftex-toc-mode-map):
1882 Rename from reftex-toc-map.
1883 (reftex-toc-mode): Use define-derived-mode.
1884 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
1885 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
1886 Rename from reftex-select-(label|bib)-map. Move init into declaration.
1887 (reftex-select-label-mode, reftex-select-bib-mode):
1888 Use define-derived-mode.
1889 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
1890 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
1891 Move init into delcaration.
1892 (reftex-index-mode, reftex-index-phrases-mode):
1893 Use define-derived-mode.
1894 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
1895 speedbar-syntax-table. Move init into declaration.
1896 (speedbar-mode-map): Rename from speedbar-key-map.
1897 Move init into declaration.
1898 (speedbar-file-key-map): Move init into declaration.
1899 (speedbar-mode): Use define-derived-mode.
1900 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
1901 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
1902 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
1903 (chart-face-list): Move initialization into declaration.
1904 (chart-mode): Use define-derived-mode.
1905 * calculator.el (calculator-mode-map): Move init into declaration.
1906 (calculator-mode): Use define-derived-mode.
1908 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
1909 work for nested comments.
1911 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
1912 (prolog-use-prolog-tokenizer-flag): Change default when
1913 syntax-propertize can be used.
1914 (prolog-syntax-propertize-function): New var.
1915 (prolog-mode-variables): Move make-local-variable into `set'.
1916 Don't make comment-column local since we don't set it.
1917 Set comment-add (as it was in previous prolog.el). Use dolist.
1918 Set syntax-propertize-function.
1919 (prolog-mode, prolog-inferior-mode):
1920 Call prolog(-inferior)-menu directly, not through the mode-hook.
1921 (prolog-buffer-module, prolog-indent-level)
1922 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
1923 (prolog-comment-limits, prolog-goto-comment-column):
1924 Use line-(end|beginning)-position.
1925 (prolog-build-prolog-command): Tighten up regexp.
1926 (prolog-consult-compile): Move make-local-variable into `set'.
1927 (prolog-consult-compile-filter, prolog-goto-next-paren)
1928 (prolog-help-on-predicate, prolog-clause-info)
1929 (prolog-mark-predicate): Don't let+setq.
1930 (prolog-indent-line): Use indent-line-to.
1931 Only call prolog-goto-comment-column if necessary.
1932 (prolog-indent-level): Use bobp.
1933 (prolog-first-pos-on-line): Remove, not used any more.
1934 (prolog-in-string-or-comment): Use syntax-ppss if available.
1935 (prolog-help-on-predicate): Use read-string.
1936 (prolog-goto-predicate-info): Simplify.
1937 (prolog-read-predicate): Use `default' rather than `initial'.
1938 (prolog-temporary-file): Use make-temp-file to close a security hole.
1939 (prolog-toggle-sicstus-sd): New command.
1940 (prolog-electric-underscore, prolog-variables-to-anonymous):
1941 Use dynamic-scoping as it was meant.
1942 (prolog-menu): Move menu definitions to top-level.
1943 Use a toggle-button for Sicstus's source debugger.
1944 Change "Code" to the more usual "Prolog", and hence change "Prolog"
1946 (prolog-inferior-menu): Reuse prolog-menu's help menu.
1947 Move other menu definition to top-level.
1949 2011-01-13 Tassilo Horn <tassilo@member.fsf.org>
1951 * doc-view.el (doc-view-open-text): Use meaningful text buffer
1952 name. Keep original document's directory as default-directory
1954 (doc-view-initiate-display): Fall back to normal mode when
1955 doc-view-mode cannot be enabled, also when extracting the document
1956 text into a separate buffer (bug#6446).
1958 * simple.el (shell-command): Don't error out if shell command
1959 buffer contains text with non-nil read-only property when erasing
1962 2011-01-13 Kim F. Storm <storm@cua.dk>
1964 * ido.el (ido-may-cache-directory): Move "too-big" check later.
1965 (ido-next-match, ido-prev-match): Fix stray reordering of matching
1966 items when cycling through the matches.
1968 2011-01-13 Tassilo Horn <tassilo@member.fsf.org>
1970 * dired-x.el (dired-omit-verbose): New defcustom that allows
1971 disabling the omit messages.
1972 (dired-omit-expunge): Use it.
1974 2011-01-13 Christian Ohler <ohler@gnu.org>
1976 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
1978 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
1980 * font-lock.el (font-lock-verbose): Default to nil.
1982 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
1984 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
1985 (compose-mail): New arg RETURN-ACTION.
1986 (compose-mail-other-window, compose-mail-other-frame): Likewise.
1988 * mail/sendmail.el (mail-return-action): New var.
1989 (mail-mode): Make it buffer-local.
1990 (mail-bury): Obey it. Move special Rmail window handling to
1992 (mail, mail-setup): New arg RETURN-ACTION.
1993 (sendmail-user-agent-compose): Move from simple.el.
1995 * mail/rmail.el (rmail-mail-return): New function.
1996 (rmail-start-mail): Pass it to compose-mail.
1998 2011-01-12 Chong Yidong <cyd@stupidchicken.com>
2000 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
2001 menus. Add menu item for customize-themes.
2003 * cus-theme.el (customize-themes):
2004 * emacs-lisp/package.el (package--list-packages):
2005 Use switch-to-buffer.
2007 2011-01-11 Johan Bockgård <bojohan@gnu.org>
2009 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
2011 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2013 * progmodes/prolog.el: Fix up coding convention and such.
2014 (prolog-indent-width): Use the same default as in
2015 previous prolog.el rather than tab-width which depends on which buffer
2016 is current when the file is loaded.
2017 (prolog-electric-newline-flag): Only enable if electric-indent-mode
2019 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
2020 (prolog-known-systems): Remove.
2021 (prolog-mode-syntax-table, prolog-inferior-mode-map):
2022 Move initialization into declaration.
2023 (prolog-mode-map): Move initialization into declaration.
2024 Remove system-specific mode-map vars, since they referred to the same
2026 (prolog-mode-variables): Obey the user's preference w.r.t
2027 adaptive-fill-mode. Prefer symbol-value to `eval'.
2028 (prolog-mode-keybindings-edit): Add compatibility bindings.
2029 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
2030 (mercury-mode-map): New var.
2031 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
2032 (prolog-ensure-process, prolog-process-insert-string)
2033 (prolog-consult-compile): Use with-current-buffer.
2034 (prolog-guess-fill-prefix): Simplify data flow.
2035 (prolog-replace-in-string): New function to use instead of
2037 (prolog-enable-sicstus-sd): Don't abuse `eval'.
2038 (prolog-uncomment-region): Use `uncomment-region' when available.
2039 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
2040 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
2041 of int-to-char and char-to-int.
2042 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
2044 2011-01-11 Stefan Bruda <stefan@bruda.ca>
2046 * progmodes/prolog.el: Replace by a whole new file.
2048 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2050 * subr.el (eval-after-load): Fix timing for features (bug#7769).
2051 (declare-function, undefined, insert-for-yank)
2052 (replace-regexp-in-string): Follow checkdoc's recommendations.
2054 2011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2056 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
2057 refreshing the diary buffer.
2059 2011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
2061 * allout.el: Add 2011 to the file copyright.
2062 (allout-encrypt-string): Prevent encryption from adding an extra
2063 newline at the end of the topic body.
2064 (allout-version): Increment to 2.3.
2066 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
2068 * net/dbus.el (dbus-unregister-service): Complete doc.
2069 Fix call of dbus-error signal.
2070 (dbus-register-property): Use `dont-register' keyword.
2072 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2074 * net/dbus.el (dbus-unregister-service): Translate returned
2075 integer into a symbol.
2076 (dbus-register-property): Use `dbus-register-service' to do the
2079 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2081 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
2082 Suggested by Joakim Verona.
2084 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
2086 * wid-edit.el (visibility): Replace :on-image and :off-image
2087 widget properties with :on-glyph and :off-glyph, for consistency
2088 with the `visibility' widget.
2089 (widget-toggle-value-create, widget-visibility-value-create):
2090 Merge into a single function `widget-toggle-value-create'.
2092 * cus-edit.el (custom-variable-value-create, custom-visibility)
2093 (custom-face-edit-value-create, custom-face-value-create):
2094 Replace :on-image and :off-image widget properties with :on-glyph and
2095 :off-glyph, for consistency with the `visibility' widget.
2097 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
2099 * net/ldap.el (ldap-search-internal): Don't use eval.
2101 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2103 * subr.el (read-char-choice): Use read-key.
2105 * custom.el (custom-safe-themes): Rename from
2106 custom-safe-theme-files. Add :risky tag.
2107 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
2108 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
2110 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2112 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
2113 from Search and add a label to Undo.
2115 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
2116 inappropriate buttons and adding :vert-only tags.
2118 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
2119 removal of Help tool-bar button. Remove Undo button for space.
2121 * info.el (info-tool-bar-map): Add :vert-only tags.
2123 2011-01-08 Tassilo Horn <tassilo@member.fsf.org>
2125 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
2126 image backend support. Either of them is fine.
2128 2011-01-08 Chong Yidong <cyd@stupidchicken.com>
2130 * subr.el (y-or-n-p): Doc fix.
2132 * custom.el (custom-safe-theme-files): New defcustom.
2133 (custom-theme-load-confirm): New function.
2134 (load-theme): Load theme using `load', confirming with
2135 custom-theme-load-confirm if necessary.
2137 * subr.el (read-char-choice): New function, factored out from
2138 dired-query and hack-local-variables-confirm.
2140 * dired-aux.el (dired-query):
2141 * files.el (hack-local-variables-confirm): Use it.
2143 * dired-aux.el (dired-compress-file):
2144 * files.el (abort-if-file-too-large, find-alternate-file)
2145 (set-visited-file-name, write-file, backup-buffer)
2146 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
2147 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
2148 Use new format string args for y-or-n-p and yes-or-no-p.
2150 2011-01-08 Andreas Schwab <schwab@linux-m68k.org>
2152 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2153 [gcc-include]: Tighten file name match, add match for column
2155 [gnu]: Remove unused group.
2157 2011-01-08 Glenn Morris <rgm@gnu.org>
2159 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
2161 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
2163 2011-01-07 Sam Steingold <sds@gnu.org>
2165 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
2166 the `explicit-shell-file-name' because that is the
2167 non-interactive shell.
2169 2011-01-07 Chong Yidong <cyd@stupidchicken.com>
2171 * subr.el (y-or-n-p): Accept format string args.
2173 2011-01-07 Glenn Morris <rgm@gnu.org>
2175 * Makefile.in (EMACSOPT): Add --no-site-lisp.
2177 2011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
2179 * allout.el (allout-back-to-current-heading): Ensure return to
2180 the visible containing topic, rather than a collapsed one.
2181 (allout-view-change-hook): Remove hook that was deprecated long ago.
2182 (allout-exposure-change-hook): Remove documentation remarks
2183 concerning removed allout-view-change-hook.
2184 (allout-flag-region): Remove invocation of and documentation
2185 remarks concerning allout-view-change-hook.
2187 2011-01-06 Glenn Morris <rgm@gnu.org>
2189 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
2190 (vc-bzr-annotate-extract-revision-at-line):
2191 Handle authors with embedded spaces. (Bug#7792)
2193 2011-01-05 Tassilo Horn <tassilo@member.fsf.org>
2195 * doc-view.el (doc-view-image-width): New variable.
2196 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
2197 backend for PNG images, and do dynamic rescaling instead of
2198 reconverting the whole doc.
2200 2011-01-05 Glenn Morris <rgm@gnu.org>
2202 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
2204 2011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
2206 * allout.el: Reconcile with changes in line movement behavior for
2207 long text lines that cross more than a single physical window
2208 line, ie when truncate-lines is nil.
2209 (allout-next-visible-heading): Provide for change in line-move
2210 behavior on long lines when truncate-lines is nil. In that case,
2211 line-move can wind up on the same textual line when it moves to
2212 the next window line, and moving to the bullet position after the
2213 move yields zero advancement. Add logic to detect and compensate
2214 for the lack of progress.
2215 (allout-current-topic-collapsed-p): move-end-of-line respect for
2216 field boundaries is different when operating with body lines
2217 shorter than window width versus ones greater than window width,
2218 which can yield false negatives in this function. Avoid
2219 difference by applying move-end-of-line while field-text-motion is
2222 2011-01-04 Glenn Morris <rgm@gnu.org>
2224 * textmodes/rst.el (rst-compile-toolsets):
2225 Add pdf and s5 to option alist.
2227 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2229 * net/dbus.el (dbus-register-property): Add optional parameter
2230 dont-register-service. Updated docstring accordingly.
2232 2011-01-04 Andreas Schwab <schwab@linux-m68k.org>
2234 * textmodes/rst.el (rst-compile-pdf-preview)
2235 (rst-compile-slides-preview): Remove extra line.
2237 2011-01-04 Glenn Morris <rgm@gnu.org>
2239 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
2240 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
2241 default to `prog' without a .py extension.
2242 (rst-compile-pdf-preview, rst-compile-slides-preview):
2243 Use program names from rst-compile-toolsets, rather than hard-coding.
2244 (rst-portable-mark-active-p): Fix presumed typo.
2246 2011-01-02 Eli Zaretskii <eliz@gnu.org>
2248 * term/w32-win.el (dynamic-library-alist): Set up correctly for
2249 libpng versions both before and after 1.4.0. (Bug#7716)
2251 2011-01-02 Eli Zaretskii <eliz@gnu.org>
2253 * time.el (display-time-mode): Mention display-time-interval in
2254 the doc string. (Bug#7713)
2256 2011-01-02 Kenichi Handa <handa@m17n.org>
2258 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
2259 condition-case and return an error message string if something
2261 (rmail-show-mime): Adjust for the above change. Insert the
2262 header by rmail-mime-insert-header.
2264 2011-01-02 Kenichi Handa <handa@m17n.org>
2266 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
2267 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
2268 (rmail-mime-mbox-buffer)
2269 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
2270 (rmail-mime-entity): Argument changed. All codes handling an
2271 entity object are changed.
2272 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
2274 (rmail-mime-entity-children, rmail-mime-entity-handler)
2275 (rmail-mime-entity-tagline): New functions.
2276 (rmail-mime-message-p): New function.
2277 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
2278 (rmail-mime-entity-segment, rmail-mime-next-item)
2279 (rmail-mime-previous-item, rmail-mime-shown-mode)
2280 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
2281 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
2282 (rmail-mime-insert-tagline, rmail-mime-insert-header):
2284 (rmail-mime-text-handler): Call rmail-mime-insert-text.
2285 (rmail-mime-insert-decoded-text): New function.
2286 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
2287 (rmail-mime-insert-image): Argument changed. Caller changed.
2288 (rmail-mime-image): Call rmail-mime-toggle-hidden.
2289 (rmail-mime-set-bulk-data): New function.
2290 (rmail-mime-insert-bulk): Argument changed.
2291 (rmail-mime-multipart-handler): Return t.
2292 (rmail-mime-process-multipart): Argument changed.
2293 Handle "multipart/alternative" here.
2294 (rmail-mime-process): Argument changed.
2295 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
2296 (rmail-mime-insert): Argument changed. Handle raw display mode.
2297 (rmail-mime): Argument changed. Handle toggling of raw display
2299 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
2300 rmail-mime-view-buffer.
2301 (rmail-insert-mime-forwarded-message): Likewise.
2302 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
2304 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
2305 non-nil, handle the header in rmail-show-mime-function.
2307 2011-01-02 Leo <sdl.web@gmail.com>
2309 * help-fns.el (describe-variable): Fix previous change.
2311 2011-01-02 Juri Linkov <juri@jurta.org>
2313 * isearch.el (isearch-lazy-highlight-error): New variable.
2314 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
2315 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
2316 to the current value of `isearch-error' (Bug#7468).
2318 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
2320 * help-fns.el (describe-variable): Don't emit trailing whitespace
2323 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
2325 * textmodes/rst.el (rst-compile-pdf-preview)
2326 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
2328 2011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
2330 * emulation/edt-mapper.el: Override mapping of function keys so
2331 that the later call to read-key-sequence works.
2333 2011-01-02 Eli Zaretskii <eliz@gnu.org>
2335 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
2336 Unix EOLs. (Bug#7589)
2338 2011-01-02 Leo <sdl.web@gmail.com>
2340 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
2341 if point is not behind eshell-last-output-end (Bug#7585).
2343 2011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
2345 * files.el (file-local-variables-alist):
2346 Make permanent-local (bug#7767).
2348 2011-01-02 Glenn Morris <rgm@gnu.org>
2350 * version.el (emacs-copyright): Set short copyright year to 2011.
2352 2011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2354 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
2355 an existing temp buffer. (Bug#7746)
2357 2011-01-02 Glenn Morris <rgm@gnu.org>
2359 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
2360 multiple addresses. (Bug#7760)
2362 2011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
2364 * allout.el (allout-auto-fill): Do not infinitely recurse - use
2365 do-auto-fill if everything points back to allout-auto-fill.
2366 (allout-mode-deactivate-hook): Declare obsolete, in favor of
2367 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
2369 2010-12-31 Michael Albinus <michael.albinus@gmx.de>
2371 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
2374 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2376 * doc-view.el (doc-view-set-doc-type): New function refactored
2378 (doc-view-fallback-mode): New function.
2379 (doc-view-mode): Use it.
2380 (doc-view-mode-maybe): New function that checks if doc-view-mode
2381 can be used and falls back to the next best mode otherwise.
2383 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
2384 DVI, OpenDocument, and MS Office files.
2386 2010-12-30 Andreas Schwab <schwab@linux-m68k.org>
2388 * emacs-lisp/rx.el (rx-syntax): Fix typo.
2390 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2392 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
2393 on a copy of auto-mode-alist, because that deletes with side
2396 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2398 * doc-view.el (doc-view-mode, doc-view-toggle-display):
2399 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
2400 fallback instead of hard coding fundamental mode.
2402 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2404 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
2405 Office) files also for searching.
2407 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2409 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
2410 Office) files. Not yet enabled via auto-mode-list.
2411 (doc-view-unoconv-program): New custom variable.
2412 (doc-view-mode-p): Handle new odf document type.
2413 (doc-view-odf->pdf): New conversion function.
2414 (doc-view-convert-current-doc): Call it for odf files.
2415 (doc-view-mode): Recognize newly supported file extensions.
2417 2010-12-30 Michael Albinus <michael.albinus@gmx.de>
2419 * net/tramp.el (tramp-default-method-alist)
2420 (tramp-default-user-alist)
2421 (tramp-local-host-regexp, tramp-prefix-domain-format)
2422 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
2425 * net/tramp-gvfs.el:
2427 * net/tramp-imap.el:
2429 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
2430 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
2432 2010-12-29 Karl Fogel <kfogel@red-bean.com>
2434 * saveplace.el (save-place-alist-to-file): Save list sorted and
2435 pretty-printed, so that it is mergeable by line-based text merging,
2436 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
2438 2010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
2440 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
2441 (allout-mode): Argument "toggle" => "force".
2442 Refine the docstring.
2443 Remove special provisions for reactivation, besides the 'force'
2445 Consolidate layout provisions coce directly into the activation
2446 condition branch, now that we've removed those provisions.
2447 (allout-unload-function): Explicitly activate the mode before
2448 deactivating, if it's initially deactivated.
2449 (allout-set-buffer-multibyte): Properly prevent byte-compiler
2450 warnings for version of function used only where
2451 set-buffer-multibyte is unavailable.
2453 2010-12-28 Chong Yidong <cyd@stupidchicken.com>
2455 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
2456 are handled by the menu-bar entries. As before, don't use
2457 :visibile to avoid changing the tool-bar.
2459 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
2461 * net/secrets.el (secrets-delete-alias): New defun.
2463 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
2465 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
2466 methods, otherwise ~/.ssh/config would be ignored.
2468 2010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
2470 * emacs-lisp/rx.el: Make it a superset of sregex.
2471 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
2472 of args, add `regex' alias.
2473 (rx-info): Add arg to distinguish head and standalone forms.
2474 (rx-check, rx-form): Pass the corresponding arg.
2476 (rx-repeat): Make it work for any number of args.
2477 (rx-syntax): Make it accept syntax chars as is.
2478 * obsolete/sregex.el: Move from emacs-lisp/.
2479 * emacs-lisp/re-builder.el: Remove sregex support.
2480 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
2482 2010-12-25 Eli Zaretskii <eliz@gnu.org>
2484 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
2485 PRIMARY first, then the clipboard. (Bug#7699)
2487 2010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
2489 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
2492 2010-12-21 Chong Yidong <cyd@stupidchicken.com>
2494 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
2495 .emacs.elc (Bug#7530).
2497 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
2498 image spec (Bug#7480).
2500 2010-12-21 Daiki Ueno <ueno@unixuser.org>
2502 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
2503 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
2506 2010-12-20 Leo <sdl.web@gmail.com>
2508 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
2509 always be performed (Bug#7680).
2511 2010-12-20 Chong Yidong <cyd@stupidchicken.com>
2513 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
2514 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
2517 * color.el: Move from gnus/.
2519 * vc/diff.el (diff-better-file-name): Function deleted.
2520 abbreviating file names causes problems with shell-quote-argument.
2521 (diff-no-select): Just use expand-file-name.
2523 * tool-bar.el (tool-bar--image-expression): New function.
2524 (tool-bar-local-item, tool-bar--image-exp): Use it.
2525 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
2526 Use :enable instead of :visible to avoid changing the tool-bar
2527 configuration unnecessarily.
2529 * info.el (info-tool-bar-map): Add separators.
2531 2010-12-17 Ken Brown <kbrown@cornell.edu>
2533 * loadup.el: Use version numbers in Cygwin build.
2535 2010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
2537 * ido.el (ido-file-internal): Ask for confirmation before
2538 overwriting an existing file (Bug#1238).
2540 2010-12-16 Chong Yidong <cyd@stupidchicken.com>
2542 * tool-bar.el (tool-bar-setup): Add separators.
2544 * menu-bar.el (featurep): Use menu-bar-separator.
2546 2010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
2548 Migrate allout encryption provisions from pgg to epg.
2550 * allout.el (allout-toggle-current-subtree-encryption)
2551 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
2552 defaulting policy and other changes. Change fetch-pass to keymode-cue,
2553 for simpler universal argument interpretation.
2554 (allout-toggle-subtree-encryption): Adjust docstring to describe
2555 changed encryption provisions. Change fetch-pass to keymode-cue, for
2556 simpler universal argument interpretation. Remove provisions for
2557 handling key type and identity - they'll all be within
2558 allout-encrypt-string or epg/epg or even contained all the way in gpg.
2559 (allout-encrypt-string): Include keymode-cue, for optionally prompting
2560 for keypair recipients (universal argument > 1) and, in addition,
2561 associating the specified recipients with the outline (universal
2562 argument > 4) using a file local variable setting for
2563 'epa-file-encrypt-to'.
2564 Require epa, for recipients handling.
2565 Change how regexp filtering elements are named.
2566 Describe the problem with caching of incorrect symmetric-decryption
2568 Use the epa-passphrase-callback-function, in case the user is using
2570 Support saving of the selected keypair recipients when invoked with a
2572 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
2574 Establish epg-context with armoring and default epg-protocol.
2575 Remove all passphrase cache, verification, and hinting code.
2576 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
2577 No longer used, delete.
2578 (allout-mode): Adjust docstring to describe changed encryption
2579 provisions. Describe the problem with caching of incorrect
2580 symmetric-decryption keys.
2581 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
2582 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
2583 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
2584 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
2587 2010-12-16 Daiki Ueno <ueno@unixuser.org>
2589 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
2590 key selection prompt; make 'silent as default (Bug#7487).
2592 2010-12-16 Leo <sdl.web@gmail.com>
2594 * eshell/eshell.el (eshell-directory-name):
2595 Use locate-user-emacs-file (Bug#7578).
2597 2010-12-15 Glenn Morris <rgm@gnu.org>
2599 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
2601 2010-12-15 Jari Aalto <jari.aalto@cante.net>
2602 Scott Evans <gse@antisleep.com>
2604 * rect.el (rectange--default-line-number-format)
2605 (rectangle-number-line-callback): New functions.
2606 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
2608 2010-12-15 Chong Yidong <cyd@stupidchicken.com>
2610 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
2611 Delete unused variables.
2612 (move-to-column-force): Remove function obsolete since 21.2.
2614 2010-12-14 Michael Albinus <michael.albinus@gmx.de>
2616 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
2617 (tramp-handle-insert-file-contents): Do not set permanent-local
2620 * net/tramp-cache.el (tramp-persistency-file-name):
2621 Use `locate-user-emacs-file' if fboundp.
2623 * net/tramp-sh.el (tramp-methods): Add "ksu".
2624 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
2627 2010-12-14 Glenn Morris <rgm@gnu.org>
2629 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
2630 (find-tag-marker-ring): Declare.
2631 (js-find-symbol): Require etags.
2633 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
2635 (mail-alias-file): Don't autoload. Doc fix.
2636 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
2637 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
2638 Mark as obsolete, and risky.
2639 (mail-setup): Simplify.
2641 * mail/mailalias.el (build-mail-aliases): Make it interactive.
2642 * mail/sendmail.el (build-mail-aliases): Update autoload.
2644 * dired.el (dired-trivial-filenames, dired-chown-program)
2645 (dired-auto-revert-buffer): Remove autoload cookies.
2646 * mail/sendmail.el (mail-recover-1): Require 'dired.
2648 * dired.el (dired-subdir-switches, dired-chown-program)
2649 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
2650 Make into defcustoms.
2651 (dired-chown-program): Simplify initialization.
2653 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
2655 2010-12-13 Romain Francoise <romain@orebokech.com>
2657 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
2659 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2661 * net/netrc.el (netrc-point-at-eol): Remove the unused
2662 netrc-point-at-old and netrc-bound-and-true-p bindings.
2663 (netrc-parse): Cache the netrc contents.
2665 2010-12-13 Eli Zaretskii <eliz@gnu.org>
2667 * subr.el (posn-col-row): Evaluate header-line-format in the
2668 context of the POSITION window's buffer.
2670 2010-12-13 Glenn Morris <rgm@gnu.org>
2672 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
2673 (with-silent-modifications): Doc fixes.
2675 2010-12-13 Michael Albinus <michael.albinus@gmx.de>
2677 * net/tramp.el (tramp-action-password, tramp-process-actions):
2678 Revert previous from. Use `save-restriction'.
2680 2010-12-13 Stephen Berman <stephen.berman@gmx.net>
2682 * calendar/diary-lib.el (diary-list-sexp-entries):
2683 Handle case of no newline at end of file. (Bug#7536)
2685 2010-12-13 Glenn Morris <rgm@gnu.org>
2687 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
2689 2010-12-13 Michael Albinus <michael.albinus@gmx.de>
2691 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
2692 (tramp-process-actions): Do not widen.
2694 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2695 Protect buffer-modified value. (Bug#7557)
2697 2010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
2699 * log-edit.el (log-edit-changelog-entries):
2700 Regexp quote filename. (Bug#7505)
2702 2010-12-13 Tom Breton <tehom@panix.com>
2704 * cus-edit.el (custom-save-all):
2705 Bind print-length and print-level to nil. (Bug#7581)
2707 2010-12-13 Glenn Morris <rgm@gnu.org>
2709 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
2710 Run hooks to update menu contents. (Bug#7586)
2712 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
2713 file names, for the sake of MS Windows. (Bug#7588)
2715 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2717 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
2718 empty lines without a leading space.
2720 2010-12-13 Leo <sdl.web@gmail.com>
2722 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
2723 while mapping over marks (Bug#6810).
2725 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
2727 * image-dired.el (image-dired-db-file)
2728 (image-dired-temp-image-file, image-dired-gallery-dir)
2729 (image-dired-temp-rotate-image-file): Set default values relative
2730 to image-dired-dir (Bug#7518).
2732 2010-12-13 Lawrence Mitchell <wence@gmx.li>
2734 * format.el (format-decode-run-method): Pass args FROM and TO, not
2735 point-min and point-max, to shell-command-on-region (Bug#7488).
2737 2010-12-13 Jan Djärv <jan.h.d@swipnet.se>
2739 * frame.el (blink-cursor-mode): Make default t for ns.
2741 2010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
2743 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
2745 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
2747 * comint.el (comint-dynamic-list-input-ring)
2748 (comint-dynamic-complete-filename)
2749 (comint-replace-by-expanded-filename)
2750 (comint-dynamic-simple-complete)
2751 (comint-dynamic-list-filename-completions)
2752 (comint-dynamic-list-completions): Doc fix (Bug#7499).
2754 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
2757 2010-12-13 Martin Rudalics <rudalics@gmx.at>
2759 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
2762 2010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
2764 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
2767 2010-12-13 Eli Zaretskii <eliz@gnu.org>
2769 * files.el (file-relative-name): Handle UNC file names on
2770 DOS/Windows. (Bug#4674)
2772 2010-12-13 Daiki Ueno <ueno@unixuser.org>
2774 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
2775 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
2776 (epg-context-set-passphrase-callback): Mention that the callback
2777 is not called when used with GnuPG 2.x.
2779 2010-12-13 Glenn Morris <rgm@gnu.org>
2781 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
2782 Ensure ps-footer-font-size-internal is initialized.
2783 Call ps-get-page-dimensions before trying to use ps-font-for-text.
2785 2010-12-13 Kenichi Handa <handa@m17n.org>
2787 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
2788 within condition-case.
2789 (rmail-show-mime): Don't use condition-case.
2790 (rmail-search-mime-message): New function.
2791 (rmail-search-mime-message-function): Set to
2792 rmail-search-mime-message.
2794 2010-12-13 Leo <sdl.web@gmail.com>
2796 * ido.el (ido-common-initialization): New function. (bug#3274)
2798 (ido-completing-read): Call it.
2800 2010-12-12 Karl Fogel <kfogel@red-bean.com>
2802 * bookmark.el (bookmark-name-from-full-record): Rename back to
2803 this original name from `bookmark-name-from-record' reverting part
2804 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
2805 As Drew Adams pointed out, there was no reason to cause churn for
2806 third-party callers. (Bug#7609)
2808 2010-12-12 Alan Mackenzie <acm@muc.de>
2810 * progmodes/cc-engine.el (c-forward-type): Before scanning a
2811 template arglist, check that the current language supports this.
2813 2010-12-11 Glenn Morris <rgm@gnu.org>
2815 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
2816 state of the file matches. (Bug#7544)
2817 (vc-bzr-register, vc-bzr-checkin)
2818 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
2819 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
2821 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
2823 2010-12-11 Karel Klíč <kklic@redhat.com>
2825 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
2827 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2829 Derive from prog-mode, use derived-mode-p, and fix up various
2830 minor style issues in lisp/progmodes.
2832 * progmodes/vhdl-mode.el (vhdl-mode):
2833 * progmodes/verilog-mode.el (verilog-mode):
2834 * progmodes/vera-mode.el (vera-mode):
2835 * progmodes/sql.el (sql-mode):
2836 * progmodes/scheme.el (scheme-mode):
2837 * progmodes/perl-mode.el (perl-mode):
2838 * progmodes/octave-inf.el (inferior-octave-mode):
2839 * progmodes/autoconf.el (autoconf-mode):
2840 * progmodes/m4-mode.el (m4-mode):
2841 * progmodes/inf-lisp.el (inferior-lisp-mode):
2842 * progmodes/idlwave.el (idlwave-mode):
2843 * progmodes/icon.el (icon-mode):
2844 * progmodes/idlw-help.el (idlwave-help-mode):
2845 * progmodes/dcl-mode.el (dcl-mode):
2846 * progmodes/idlw-shell.el (idlwave-shell-mode):
2847 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
2848 (ebrowse-member-mode, ebrowse-electric-position-mode):
2849 Use define-derived-mode.
2851 * progmodes/xscheme.el (exit-scheme-interaction-mode)
2852 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
2853 (xscheme-debugger-mode-p, xscheme-send-string-1):
2854 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
2855 (tcl-load-file, tcl-restart-with-file):
2856 * progmodes/ps-mode.el (ps-run-running):
2857 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
2858 * progmodes/js.el (js--get-all-known-symbols):
2859 * progmodes/inf-lisp.el (inferior-lisp-proc):
2860 * progmodes/idlwave.el (idlwave-beginning-of-statement)
2861 (idlwave-template, idlwave-update-buffer-routine-info)
2862 (idlwave-update-current-buffer-info)
2863 (idlwave-get-routine-info-from-buffers, idlwave-choose)
2864 (idlwave-scan-class-info, idlwave-fix-keywords)
2865 (idlwave-list-buffer-load-path-shadows):
2866 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
2867 (idlwave-toolbar-remove):
2868 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
2869 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
2870 (idlwave-shell-menu-def):
2871 * progmodes/idlw-complete-structtag.el
2872 (idlwave-prepare-structure-tag-completion):
2873 * progmodes/gud.el (gud-set-buffer):
2874 * progmodes/f90.el (f90-backslash-not-special):
2875 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
2877 * progmodes/xscheme.el (xscheme-start)
2878 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
2879 * progmodes/which-func.el (which-function):
2880 * progmodes/vhdl-mode.el (vhdl-set-style):
2881 * progmodes/verilog-mode.el (verilog-set-compile-command)
2882 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
2883 (verilog-set-define, verilog-auto-reeval-locals):
2884 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
2885 * progmodes/simula.el (simula-mode):
2886 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
2887 * progmodes/python.el (python-check, python-mode):
2888 * progmodes/prolog.el (prolog-mode-variables):
2889 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
2890 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
2891 * progmodes/delphi.el (delphi-mode):
2892 * progmodes/cc-styles.el (c-setup-paragraph-variables):
2893 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
2894 (c-font-lock-init): Move make-local-variable to their setq.
2896 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
2897 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
2899 * progmodes/sh-script.el (sh-require-final-newline): Remove.
2900 (sh-set-shell): Don't set require-final-newline since it's already done
2902 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
2903 since we never set it.
2904 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
2905 Use read-string and standard prompt.
2906 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
2907 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
2908 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
2909 (meta-common-mode-map): Rename from meta-mode-map.
2910 Remove C-m binding, which is a user preference, not mode specific.
2911 (meta-common-mode): New major mode; replace meta-common-initialization.
2912 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
2913 around with font-lock.
2914 * progmodes/etags.el (select-tags-table-mode):
2915 Derive from special-mode.
2916 * progmodes/octave-mod.el (octave-mode):
2917 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
2918 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
2919 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
2920 Let define-derived-mode do its job.
2921 * progmodes/cpp.el (cpp-edit-mode-map):
2922 Move initialization into declaration.
2923 (cpp-edit-mode): Use define-derived-mode.
2924 (cpp-edit-load): Use derived-mode-p.
2925 * progmodes/mixal-mode.el (mixal-mode):
2926 * progmodes/f90.el (f90-mode):
2927 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
2928 require-final-newline since prog-mode does it already.
2929 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
2930 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
2931 * progmodes/antlr-mode.el: Require cc-mode upfront.
2932 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
2934 (antlr-directory-dependencies, antlr-show-makefile-rules):
2936 (antlr-language-option): Don't assume point-min==1.
2937 (antlr-mode): Use define-derived-mode.
2938 * progmodes/ada-mode.el: Use derived-mode-p.
2939 (ada-mode): Use define-derived-mode.
2940 Use hack-local-variables-hook.
2942 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2944 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
2945 (texinfo-mode): Don't disable adaptive-fill-mode.
2946 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
2947 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
2948 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
2949 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
2950 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
2951 (texinfo-insert-@quotation, texinfo-insert-@samp)
2952 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
2953 (texinfo-insert-@uref): Use define-skeleton.
2954 (texinfo-insert-@-with-arg): Delete.
2956 2010-12-10 Eli Zaretskii <eliz@gnu.org>
2958 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
2959 nil, do quote archive member names. (Bug#6144)
2961 2010-12-10 Glenn Morris <rgm@gnu.org>
2963 * files.el (diff-no-select): Declare.
2965 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
2966 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
2968 * comint.el (comint-input-ring-file-name): Doc fix.
2970 2010-12-09 Eli Zaretskii <eliz@gnu.org>
2972 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
2974 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
2975 Use them instead of `nil' and `>', respectively.
2976 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
2978 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
2979 and menu-bar-positive-p instead of `nil' and `>', respectively.
2982 2010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2984 * whitespace.el (whitespace-newline-mode): Code fix.
2986 2010-12-09 Glenn Morris <rgm@gnu.org>
2988 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
2989 Rename functions without commas, update callers.
2991 2010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
2993 * whitespace.el (whitespace-cleanup-region):
2994 Clean up spaces before tabs. (Bug#7582)
2996 2010-12-08 Karl Fogel <kfogel@red-bean.com>
2998 * bookmark.el: Adjust parameter names and doc strings to resolve
2999 confusion over whether "bookmark" meant a bookmark name or a
3000 bookmark record. Along the way, shorten one function's name for
3001 similar reasons. (Issue #7548)
3002 (bookmark-name-from-record): New name for
3003 `bookmark-name-from-full-record'. All callers changed.
3004 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3005 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
3006 (bookmark-get-annotation, bookmark-set-annotation)
3007 (bookmark-get-filename, bookmark-set-filename)
3008 (bookmark-get-position, bookmark-set-position)
3009 (bookmark-get-front-context-string, bookmark-set-front-context-string)
3010 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
3011 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
3012 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
3013 Rename `bookmark' parameter to `bookmark-name-or-record', to
3014 clearly show its role, and shorten or adjust doc strings accordingly.
3015 (bookmark-set-name): Same, and pass the parameter directly to
3016 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
3017 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
3018 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
3019 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
3020 and in some cases shorten doc string accordingly.
3021 (bookmark-rename): Change `old' and `new' parameters to `old-name'
3022 and `new-name', and adjust an internal variable to avoid confusion.
3023 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
3024 parameter in doc string.
3026 2010-12-08 Glenn Morris <rgm@gnu.org>
3028 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
3029 from gdb's history file. (Bug#7575)
3031 * mail/emacsbug.el (report-emacs-bug):
3032 Try to handle some other mail clients.
3034 2010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3036 * files.el (dir-locals-collect-variables): Don't let errors stop us.
3037 Use string-prefix-p.
3038 (file-name-version-regexp): New var.
3039 (file-name-sans-versions):
3040 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
3041 (jka-compr-get-compression-info): Use dolist.
3042 (jka-compr-compression-info-list): Don't bother specifying
3043 version/backup regexps.
3045 2010-12-07 Tassilo Horn <tassilo@member.fsf.org>
3047 * simple.el (just-one-space): Make argument n default to 1 if
3050 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3052 * electric.el (electric-indent-post-self-insert-function):
3053 Delete trailing newlines even if we don't reindent.
3055 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3057 * minibuffer.el (completion-at-point): Remove the `arg'.
3058 * bindings.el (complete-symbol): Move back from minibuffer.el.
3060 2010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3062 * simple.el (just-one-space): Delete newlines for negative arg.
3064 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3066 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
3067 (ansi-color-filter-apply): Simplify.
3068 (ansi-color-apply): Use `font-lock-face' rather than `face'.
3070 2010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3072 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3074 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
3076 * dired.el (dired-use-ls-dired): Set default to a special
3077 "unspecified" value.
3078 (dired-insert-directory): When called the first time, check
3079 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
3081 2010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
3083 * replace.el: Add "collect" feature to occur.
3084 (occur-collect-regexp-history): New var.
3085 (occur-read-primary-args): Return a replace string for nlines,
3087 (occur): Extend the meaning of nlines.
3089 2010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3091 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
3092 (which-func-update-1): Distinguish symbols from strings.
3093 (which-function): Stay within 80 columns.
3095 2010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3097 * subr.el (with-demoted-errors): Distinguish symbols from strings.
3099 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
3101 (comment-style): Use comment-styles's docs to describe values.
3103 2010-12-03 Jan Djärv <jan.h.d@swipnet.se>
3105 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
3106 and ns-show-prefs (Bug#7535).
3108 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
3109 bindings (Bug#7535).
3111 2010-12-03 Glenn Morris <rgm@gnu.org>
3113 * nxml/nxml-mode.el: Require rng-nxml.
3114 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
3115 Remove declarations.
3117 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
3118 * nxml/rng-nxml.el, nxml/rng-valid.el:
3119 Remove leading `*' from defcustom docs.
3121 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3122 (normal-top-level-add-to-load-path, tty-handle-args):
3123 Convert comments to basic doc-strings.
3125 * net/browse-url.el (browse-url-url-at-point)
3126 (browse-url-default-browser): Remove autoload cookies.
3128 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3129 Remove more undefined cl functions.
3131 * vc/diff.el (diff-sentinel): Make new arguments optional.
3132 * ibuf-ext.el (diff-sentinel): Update declaration.
3134 2010-12-03 Daiki Ueno <ueno@unixuser.org>
3136 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3137 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3138 (epg-context-set-passphrase-callback): Mention that the callback
3139 is not called when used with GnuPG 2.x.
3141 2010-12-02 Michael Albinus <michael.albinus@gmx.de>
3143 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
3144 (tramp-file-name-port): Check also for `tramp-default-port'.
3145 (tramp-get-connection-name): New defun.
3146 (tramp-get-connection-process): Use it.
3147 (tramp-debug-message): Extend function exclude list.
3148 (tramp-drop-volume-letter): Fix doc string.
3150 * net/tramp-cmds.el: Remove solved todo item.
3153 * net/tramp-gvfs.el:
3155 * net/tramp-imap.el:
3156 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
3157 and `tramp-default-user-alist', respectively.
3159 * net/tramp-gw.el (tramp-gw-open-connection):
3160 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
3162 * net/tramp-imap.el (tramp-imap-make-iht): Use just
3163 `tramp-file-name-port'.
3165 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
3166 and "psftp". Exchange "%k" marker with options.
3167 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
3168 Compute size of link target.
3169 (tramp-do-copy-or-rename-file-out-of-band): Move setting of
3170 `tramp-current-*' up due to gateway methods. Optimize computing of
3171 copy arguments. Use `tramp-get-connection-name' and
3172 `tramp-get-connection-buffer'. Improve debug messages.
3173 (tramp-compute-multi-hops): Remove port determination.
3174 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
3176 * net/trampver.el: Update release number.
3178 2010-12-02 Glenn Morris <rgm@gnu.org>
3180 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3181 Avoid infinite loop over windows. (Bug#7492)
3183 * progmodes/flymake.el (flymake-check-file-limit):
3184 Allow nil to mean "no limit".
3185 (flymake-check-patch-master-file-buffer): Update for above change.
3186 Allow a .tex file-name extension to be optional.
3187 (flymake-master-tex-init): Also match \include statements.
3189 2010-11-30 Sam Steingold <sds@gnu.org>
3191 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
3192 (nxml-parent-document-set): A function to set `nxml-parent-document'.
3193 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
3194 (nxml-mode-hook): Remove `defcustom' (auto-defined by
3195 define-derived-mode').
3196 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
3197 users who want to call `nxml-parent-document-set'.
3199 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3201 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
3202 stand-alone lines, since that is handled by log-edit-match-to-eoh
3205 2010-11-27 Eduard Wiebe <usenet@pusto.de>
3207 * dired.el (dired-get-filename): Replace backslashes with slashes
3208 in file names on MS-Windows, needed by `locate'. (Bug#7308)
3209 * locate.el (locate-default-make-command-line): Don't consider
3210 drive letter and root directory part of
3211 `directory-listing-before-filename-regexp'. (Bug#7308)
3212 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
3214 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3216 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
3217 of :smie-open/close-alist.
3218 (smie-next-sexp): Make it accept a "start token" as argument.
3219 (smie-indent-keyword): Be careful not to misidentify tokens that span
3220 more than one line, as empty lines. Add argument `token'.
3222 2010-11-27 Kenichi Handa <handa@m17n.org>
3224 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
3225 multipart subtypes, insert all as usual.
3227 * mail/rmail.el: Require rfc2047.
3229 2010-11-27 Kenichi Handa <handa@m17n.org>
3231 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
3232 (rmail-mime-entity-disposition)
3233 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
3234 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
3235 (rmail-mime-save): Handle the case that the button's `data' is a
3237 (rmail-mime-insert-text): New function.
3238 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
3239 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
3240 (rmail-mime-insert-bulk): New function mostly copied from the old
3241 rmail-mime-bulk-handler.
3242 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
3243 (rmail-mime-process-multipart): New function mostly copied from
3244 the old rmail-mime-multipart-handler.
3245 (rmail-mime-show): Just call rmail-mime-process.
3246 (rmail-mime-process): New function mostly copied from the old
3248 (rmail-mime-insert-multipart, rmail-mime-parse)
3249 (rmail-mime-insert, rmail-show-mime)
3250 (rmail-insert-mime-forwarded-message)
3251 (rmail-insert-mime-resent-message): New functions.
3252 (rmail-insert-mime-forwarded-message-function): Set to
3253 rmail-insert-mime-forwarded-message.
3254 (rmail-insert-mime-resent-message-function): Set to
3255 rmail-insert-mime-resent-message.
3257 * mail/rmailsum.el: Require rfc2047.
3258 (rmail-header-summary): Handle multiline Subject: field.
3259 (rmail-summary-line-decoder): Change the default to
3260 rfc2047-decode-string.
3262 * mail/rmail.el (rmail-enable-mime): Change the default to t.
3263 (rmail-mime-feature): Change the default to `rmailmm'.
3264 (rmail-quit): Delete the specifal code for rmail-enable-mime.
3265 (rmail-display-labels): Likewise.
3266 (rmail-show-message-1): Check rmail-enable-mime, and use
3267 rmail-show-mime-function for a MIME message. Decode the headers
3268 according to RFC2047.
3270 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3272 * progmodes/which-func.el (which-func-imenu-joiner-function):
3273 Return a string, as expected.
3274 (which-function-mode): Make sure we stop any previous timer before
3277 2010-11-27 Michael Albinus <michael.albinus@gmx.de>
3279 * net/tramp.el (tramp-default-method-alist)
3280 (tramp-default-user-alist, tramp-default-proxies-alist):
3281 Adapt custom options type. (Bug#7445)
3283 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3285 * progmodes/python.el: Add Ipython support (Bug#5390).
3286 (python-shell-prompt-alist)
3287 (python-shell-continuation-prompt-alist): New options.
3288 (python--set-prompt-regexp): New function.
3289 (inferior-python-mode, run-python, python-shell):
3290 Require ansi-color. Use python--set-prompt-regexp to set the comint
3291 prompt based on the Python interpreter.
3292 (python--prompt-regexp): New var.
3293 (python-check-comint-prompt)
3294 (python-comint-output-filter-function): Use it.
3295 (run-python): Use a pipe (Bug#5694).
3297 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3299 * progmodes/python.el (run-python): Doc fix.
3300 (python-keep-current-directory-in-path): New var (Bug#7454).
3302 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3304 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3305 Prompt user before actually printing.
3307 2010-11-27 Glenn Morris <rgm@gnu.org>
3309 * startup.el (package-enable-at-startup, package-initialize):
3310 Remove unnecessary declarations.
3312 2010-11-27 Eli Zaretskii <eliz@gnu.org>
3314 * international/characters.el (glyphless-char-display-control):
3315 Exclude newline and TAB from the c0-control group.
3317 2010-11-27 Glenn Morris <rgm@gnu.org>
3319 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
3320 (expand-mail-aliases): Remove unnecessary autoload.
3322 * allout.el (allout-command-prefix, allout-mode-map): Declare.
3324 * shell.el (shell-dir-cookie-re): Move definition before use.
3326 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3327 Replace undefined CL functions.
3329 2010-11-26 Eli Zaretskii <eliz@gnu.org>
3331 * simple.el (prog-mode): Set bidi-paragraph-direction to
3334 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
3336 2010-11-26 Glenn Morris <rgm@gnu.org>
3338 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
3339 diary-outlook-formats can be sensitive to calendar-date-style.
3340 (diary-outlook-formats): Simplify the default setting.
3341 (diary-from-outlook-internal): Pass subject and body as arguments.
3342 Use dolist rather than dotimes. Don't save the diary buffer.
3343 (diary-from-outlook-gnus, diary-from-outlook-rmail):
3344 Pass subject and body as explicit arguments to the -internal function.
3346 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3348 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
3349 parsing them. This makes mailto:...?subject=foo\nbar work.
3351 2010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3353 * vc/diff.el (diff): Fix last change.
3355 2010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3357 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
3358 (pcase--dontcare-upats): New var.
3359 (pcase-let, pcase-let*): Generate better code.
3360 Accept the same bodies as `let'.
3361 (pcase-dolist): New macro.
3362 (pcase--trivial-upat-p): New helper function.
3363 (pcase--expand): Strip leading "(let nil" if any.
3365 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3367 * mail/mailclient.el (browse-url): Require.
3368 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
3369 use the external browser function to send the mail (bug#7469).
3371 * net/browse-url.el (browse-url-browser-function): Revert the
3372 default back to the previous value, since the new value broke
3374 (browse-url-mailto-function): New variable for mailto: URLs.
3375 (browse-url): Use the new variable for mailto: URLs.
3377 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3379 * eshell/esh-cmd.el (eshell-parse-command):
3380 * eshell/esh-arg.el (eshell-parse-arguments):
3381 * eshell/em-script.el (eshell-source-file):
3382 Use with-silent-modifications.
3384 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
3386 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
3387 for a merge location.
3389 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
3390 (vc-bzr-merge-branch): Always prompt.
3391 (vc-bzr-async-command): Use the full branch filename.
3393 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3395 * shell.el (shell): Use current-buffer by default if it's already
3396 a shell mode buffer and its process is dead.
3397 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
3399 2010-11-23 Tassilo Horn <tassilo@member.fsf.org>
3401 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
3402 Mention that the keywords should be comma separated.
3404 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
3406 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
3407 Accept optional prefix arg meaning to prompt for a command.
3408 (vc-update): Use vc-BACKEND-pull if available. Accept optional
3409 prefix arg meaning to prompt for a command.
3410 (vc-pull): Alias for vc-update.
3412 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
3413 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
3414 (vc-bzr-merge-branch): New functions, implementing merge-branch
3415 and pull operations.
3417 2010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3419 * Makefile.in: Fix up last merge.
3421 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
3422 (diff-sentinel): Get them as arguments instead.
3423 (diff-old-file, diff-new-file, diff-extra-args): Remove.
3424 (diff-file-local-copy, diff-better-file-name): New funs.
3425 (diff-no-select): Rename from diff-into-buffer.
3426 Support buffers additionally to files. Move `buf' arg. Don't display buf.
3427 Prefer closures to buffer-local variables.
3428 (diff): Adjust accordingly.
3429 (diff-buffer-with-file): Move from files.el.
3430 * files.el (diff-buffer-with-file): Move to vc/diff.el.
3431 (diff-buffer-internal): Remove.
3432 (diff-buffer-buffer): Remove.
3433 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
3434 the buffer name used, and so as not to mess up windows and frames.
3436 2010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3438 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
3439 (diff-buffer-internal): New function extracted from diff-buffer-with-file
3440 (diff-buffer-with-file): Use it.
3441 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
3444 2010-11-22 Tassilo Horn <tassilo@member.fsf.org>
3446 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
3447 \ref's or \pageref's value as default instead of initial input.
3449 2010-11-21 Michael Albinus <michael.albinus@gmx.de>
3451 * files.el (backup-by-copying-when-mismatch): The default value is
3454 * startup.el (normal-top-level):
3455 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
3456 `backup-by-copying-when-mismatch'.
3458 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
3460 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
3462 2010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3464 * progmodes/python.el (python-font-lock-keywords):
3465 Highlight top-level augmented assignments (Bug#6445).
3467 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
3469 * term/ns-win.el (ns-right-control-modifier)
3470 (ns-right-command-modifier): Defvar them.
3472 * cus-start.el (all): Add ns-right-control-modifier and
3473 ns-right-command-modifier (Bug#7458).
3475 2010-11-20 Glenn Morris <rgm@gnu.org>
3477 * emacs-lisp/authors.el (authors-ignored-files)
3478 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
3480 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
3482 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
3483 (report-emacs-bug-parse-query-results)
3484 (report-emacs-bug-create-existing-bugs-buffer): Pass through
3485 keywords used for querying the bug database to show them in the
3486 existing bugs buffer.
3488 2010-11-20 Jan Djärv <jan.h.d@swipnet.se>
3490 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
3492 * info.el (info-tool-bar-map): Add some :vert-only keywords.
3494 2010-11-20 Eli Zaretskii <eliz@gnu.org>
3496 * international/characters.el (glyphless-char-display-control):
3497 Make it a defcustom, with update-glyphless-char-display as its
3499 (top level): Don't call update-glyphless-char-display.
3501 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
3503 Sync with Tramp 2.2.0.
3505 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
3506 `file-remote-p' (due to compatibility).
3508 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
3509 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
3511 * net/trampver.el: Update release number.
3513 2010-11-20 Eli Zaretskii <eliz@gnu.org>
3515 * faces.el (glyphless-char): Define value for `pc'.
3517 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
3519 Implemented a bug querying mechanism.
3520 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
3521 (report-emacs-bug-create-existing-bugs-buffer)
3522 (report-emacs-bug-parse-query-results)
3523 (report-emacs-bug-query-existing-bugs): New functions.
3525 2010-11-19 Tassilo Horn <tassilo@member.fsf.org>
3527 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
3528 a \ref{} or \pageref{} macro, then use its value as initial input.
3530 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
3532 * calc/calc-units.el (math-build-units-table-buffer):
3533 calc/README: Mention that the TeX specific units won't use the
3534 `tex' prefix in TeX mode.
3535 calc/calc-lang.el (math-variable-table): Don't use the `tex'
3536 prefix for units in TeX mode.
3538 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3540 * simple.el (kill-new, kill-append, kill-region):
3541 * comint.el (comint-kill-region): Make the yank-handler argument
3544 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3546 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
3547 that are both openers (resp. closers) and something else.
3548 (smie-grammar): Loosen definition of valid values.
3549 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
3550 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
3551 (smie-indent-after-keyword): Adjust users.
3552 (smie-indent-keyword): Don't indent empty lines.
3554 * vc-hg.el (vc-hg-program): New var.
3555 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
3556 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
3558 2010-11-18 Glenn Morris <rgm@gnu.org>
3560 * emacs-lisp/autoload.el (autoload-find-destination): The function
3561 coding-system-eol-type may return non-numeric values. (Bug#7414)
3563 2010-11-18 Ulrich Mueller <ulm@gentoo.org>
3565 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
3567 2010-11-18 Eli Zaretskii <eliz@gnu.org>
3569 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
3571 2010-11-18 Chong Yidong <cyd@stupidchicken.com>
3573 * textmodes/picture.el (picture-mouse-set-point): Don't use
3574 posn-col-row; explicitly compute the motion based on the posn at
3575 the window-start (Bug#7390).
3577 2010-11-18 Glenn Morris <rgm@gnu.org>
3579 * novice.el (disabled-command-function):
3580 Fix 2009-11-15 change. (Bug#7384)
3582 2010-11-18 Glenn Morris <rgm@gnu.org>
3584 * calendar/calendar.el (diary-iso-date-forms): Make elements
3585 mutually exclusive. (Bug#7377)
3587 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3589 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
3590 when filling the remaining "unconstrained" values.
3592 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3594 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
3597 * files.el (safe-local-variable-p): Gracefully handle errors.
3599 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
3600 Use smie-indent-virtual when indenting relative to an opener.
3601 (smie-rule-separator): Use smie-rule-parent.
3602 (smie-indent-keyword): Consult rules, even for openers at bol.
3603 (smie-indent-comment-close): Try to align closer's content.
3605 2010-11-18 Glenn Morris <rgm@gnu.org>
3607 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
3609 2010-11-18 Glenn Morris <rgm@gnu.org>
3611 * printing.el (pr-menu-bind): Doc fix.
3613 * speedbar.el (speedbar-toggle-images): Doc fix.
3615 * progmodes/python.el (python-shell): Doc fix.
3617 * wid-edit.el (widget-field-use-before-change)
3618 (widget-use-overlay-change): Doc fixes.
3620 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3622 Minor cleanup to improve style.
3623 * textmodes/rst.el (rst-update-section): Use point-marker.
3624 (rst-get-decoration): Eliminate unneeded assignment.
3625 (rst-promote-region, rst-straighten-decorations)
3626 (rst-section-tree, rst-adjust): Use point-marker.
3627 (rst-toc-mode-mouse-goto): Avoid setq.
3628 (rst-shift-region-guts, rst-shift-region-left)
3629 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
3630 (rst-convert-bullets-to-enumeration): Use copy-marker.
3632 * minibuffer.el (completion-fail-discreetly): New var.
3633 (completion--do-completion): Use it.
3635 * electric.el (electric-pair-pairs): New var.
3636 (electric-pair-post-self-insert-function): Use it.
3637 (electric-layout-post-self-insert-function): Don't insert a before
3638 newline unless it's actually needed.
3640 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3642 * progmodes/python.el (run-python): Explain why we remove the current
3643 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
3645 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
3647 2010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3649 * progmodes/octave-mod.el: Rely on elecric-*-modes.
3650 (octave-mode-map): Don't bind ;, SPC, and LF.
3651 (octave-auto-indent, octave-auto-newline): Remove.
3652 (electric-layout-rules): Declare.
3653 (octave-mode): Set electric-layout-rules.
3654 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
3655 (octave-reindent-then-newline-and-indent, octave-electric-semi)
3656 (octave-electric-space): Remove.
3658 * electric.el (electric-layout-mode): New minor mode.
3659 (electric--after-char-pos): New function.
3660 (electric-indent-post-self-insert-function): Use it.
3661 (electric-layout-rules): New var.
3662 (electric-layout-post-self-insert-function): New function.
3663 (electric-indent-mode): Make them interact better.
3665 2010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3667 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
3668 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
3669 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
3671 2010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
3673 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
3674 Make sure to check inside the word (Bug#6761).
3676 2010-11-14 Chong Yidong <cyd@stupidchicken.com>
3678 * startup.el (command-line): If the cursorColor resource is set,
3679 change the cursor face-spec (Bug#7392).
3681 2010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
3683 The main features of the following allout.el changes are:
3684 - implement user customization for the allout key bindings
3685 - add a customization control by which the user can inhibit use of
3686 a trailing Ctrl-H, so by default it's reserved for use with
3687 describe-prefix-bindings
3688 - adapt to new version of called-interactively-p, while
3689 maintaining backwards compatibility with old version
3690 - fix hotspot navigation so i works properly with meta-modified keys
3692 * allout.el (allout-keybindings, allout-bind-keys)
3693 (allout-keybindings-binding, allout-prefixed-keybindings)
3694 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
3695 (allout-keybindings-list, allout-mode-map-adjustments)
3696 (allout-setup-mode-map): Establish allout-mode keymaps as user
3697 customizable settings, and also establish a customizable setting which
3698 regulates whether or not a trailing control-h is reserved for use with
3699 describe-prefix-bindings - and inhibit it by default, so that control-h
3700 *is* reserved for describe-prefix-bindings unless the user changes it.
3702 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
3703 and accurately between modified and unmodified events, and handle
3704 modified events more comprehensively.
3706 * allout.el (allout-substring-no-properties):
3707 Alias to use or provide version of `substring-no-properties'.
3708 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
3710 * allout.el (allout-next-single-char-property-change):
3711 Alias to use or provide version of `next-single-char-property-change'.
3712 (allout-annotate-hidden, allout-hide-by-annotation):
3713 Use `allout-next-single-char-property-change'.
3715 * allout.el (allout-select-safe-coding-system):
3716 Alias to use or provide version of `select-safe-coding-system'.
3717 (allout-toggle-subtree-encryption):
3718 Use `allout-select-safe-coding-system'.
3720 * allout.el (allout-set-buffer-multibyte):
3721 Alias to use or provide version of `set-buffer-multibyte'.
3722 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
3724 * allout.el (allout-called-interactively-p): Macro for using the
3725 different versions of called-interactively-p identically, depending on
3726 the subroutine's argument signature.
3727 (allout-back-to-current-heading, allout-beginning-of-current-entry):
3728 Use `(interactive "p")' instead of `(called-interactively-p)'.
3730 * allout.el (allout-init, allout-ascend, allout-end-of-level)
3731 (allout-previous-visible-heading, allout-forward-current-level)
3732 (allout-backward-current-level, allout-show-children):
3733 Use `allout-called-interactively-p' instead of `called-interactively-p'.
3735 * allout.el (allout-before-change-handler):
3736 Exempt edits to the (overlaid) character after the allout outline
3737 bullet from edit confirmation prompt.
3739 * allout.el (allout-add-resumptions):
3740 Ensure that it respects correct buffer for keybindings.
3742 * allout.el (allout-beginning-of-line):
3743 Use `allout-previous-single-char-property-change' alias for the sake of
3744 diverse compatibility.
3746 * allout.el (allout-end-of-line):
3747 Use `allout-mark-active-p' to encapsulate respect for mark activity.
3749 2010-11-13 Chong Yidong <cyd@stupidchicken.com>
3751 * frame.el (frame-notice-user-settings): Don't clobber other
3752 user-set parameters when calling face-set-after-frame-default in
3753 response to background-color parameter (Bug#7373).
3755 2010-11-13 Eli Zaretskii <eliz@gnu.org>
3757 * international/characters.el (glyphless-char-display-control):
3758 Rename from glyphless-char-control; all users changed. Doc fix.
3759 Signal an error if display method is not one of the recognized
3762 2010-11-13 Michael Albinus <michael.albinus@gmx.de>
3764 * net/tramp-compat.el (tramp-compat-line-beginning-position)
3765 (tramp-compat-line-end-position): Remove them.
3767 * net/tramp.el (tramp-parse-rhosts-group)
3768 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
3769 (tramp-parse-hosts-group, tramp-parse-passwd-group)
3770 (tramp-parse-netrc-group, tramp-parse-putty-group)
3771 * net/tramp-cmds.el (tramp-append-tramp-buffers)
3772 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
3773 (tramp-sh-handle-file-selinux-context)
3774 (tramp-sh-handle-file-name-all-completions)
3775 (tramp-sh-handle-insert-directory)
3776 (tramp-sh-handle-expand-file-name, tramp-find-executable)
3777 (tramp-wait-for-output, tramp-send-command-and-read)
3778 * net/tramp-smb.el (tramp-smb-read-file-entry)
3779 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
3781 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
3783 (tramp-remote-coding-commands): Add an alternative using "base64
3784 -d -i". This is needed for older base64 versions from GNU
3785 coreutils. Reported by Klaus Reichl
3786 <Klaus.Reichl@thalesgroup.com>.
3788 2010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
3790 * simple.el (count-words-region): New function.
3792 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3794 * shell.el (shell-dir-cookie-re): New custom variable.
3795 (shell-dir-cookie-watcher): New function.
3797 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
3798 and compilation-mode (bug#7350).
3800 * vc/smerge-mode.el (smerge-refine): Choose better default part to
3801 highlight when one of them is empty.
3803 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
3805 (skeleton-newline): New function.
3806 (skeleton-internal-1): Use it.
3808 * simple.el (open-line): `newline' may strip trailing space.
3810 2010-11-12 Kevin Ryde <user42@zip.com.au>
3812 * international/mule-cmds.el (princ-list): Use mapc.
3814 2010-11-12 Glenn Morris <rgm@gnu.org>
3816 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
3817 Use it to replace all instances of "*Compile-Log*"
3819 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3821 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
3824 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3826 * progmodes/modula2.el: Use SMIE and skeleton.
3827 (m2-mode-syntax-table): (*..*) can be nested.
3828 Add //...\n. Fix paren syntax.
3829 (m2-mode-map): Remove LF and TAB bindings.
3830 (m2-indent): Add safety property.
3831 (m2-smie-grammar): New var.
3832 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
3833 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
3834 (m2-mode): Use define-derived-mode.
3835 (m2-newline, m2-tab): Remove.
3836 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
3837 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
3838 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
3839 (m2-import): Use define-skeleton.
3841 2010-11-11 Glenn Morris <rgm@gnu.org>
3843 * obsolete/lucid.el: Don't warn about any CL functions in this file.
3845 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
3846 (ls-lisp-verbosity): Add custom :set-after property.
3847 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
3848 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
3849 (ls-lisp-insert-directory): Update caller.
3850 (ls-lisp-set-options): New function.
3851 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
3854 * play/landmark.el (lm-prompt-for-move):
3855 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
3857 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
3859 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
3860 (idlwave-study-twins): Prefix dynamic local variable `name'.
3861 (idlwave-routine-twin-compare): Update for above change.
3863 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
3864 Prefix dynamic local variables `name', `kwd', and `link'.
3865 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
3866 * progmodes/idlw-complete-structtag.el
3867 (idlwave-complete-structure-tag-help):
3868 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
3869 (idlwave-complete-sysvar-tag-help)
3870 (idlwave-complete-class-structure-tag-help):
3871 Update for above name changes.
3873 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3875 * net/browse-url.el (browse-url-browser-function): Change the
3876 default to use `browse-url-mail' on mailto: URLs.
3878 2010-11-10 Chong Yidong <cyd@stupidchicken.com>
3880 * emacs-lisp/package.el (package-read-all-archive-contents):
3881 Reset package-archive-contents to nil before re-reading.
3883 2010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
3885 * textmodes/flyspell.el (flyspell-word): Do not re-check words
3886 already found as misspellings by (flyspell-large-region), just
3887 do highlighting (bug#7322).
3889 2010-11-10 Glenn Morris <rgm@gnu.org>
3891 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
3893 * emulation/edt.el (edt-with-position): New macro.
3894 (edt-find-forward, edt-find-backward, edt-find-next-forward)
3895 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
3896 (edt-paragraph-forward, edt-paragraph-backward): Use it.
3898 * emulation/tpu-extras.el (tpu-with-position): New macro.
3899 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
3901 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
3903 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
3904 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
3905 (texinfo-master-menu, texinfo-insert-node-lines)
3906 (texinfo-multiple-files-update):
3907 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
3908 Use line-beginning-position.
3910 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
3911 No recent Emacs supports system-type `emx'.
3913 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
3914 (ada-command-separator, ada-default-prj-properties)
3915 (ada-find-any-references): Update for above name change.
3917 * dirtrack.el (dirtrack-directory-function)
3918 (dirtrack-canonicalize-function):
3919 * filecache.el (file-cache-completion-ignore-case)
3920 (file-cache-case-fold-search, file-cache-ignore-case):
3921 * term.el (serial-port-is-file-p): Cosmetic change.
3923 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
3924 Remove non-existent `windows-95' system-type.
3925 * dired.el (dired-chown-program): Remove non-existent `linux'
3928 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
3929 (ping-program-options): Remove non-existent `linux' system-type.
3931 * startup.el (package-initialize): Update declaration.
3933 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
3934 (ls-lisp-handle-switches): Use time-less-p.
3935 (ls-lisp-format-time): Use float-time.
3937 * textmodes/remember.el (remember-time-to-seconds): Remove.
3938 (remember-store-in-mailbox): Use float-time.
3940 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
3942 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
3943 never a real function.
3944 (with-no-warnings): Remove compat stub, now unused.
3945 (time-less-p): Doc fix.
3946 (time-to-number-of-days): Simplify.
3948 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
3950 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
3951 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
3952 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
3953 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
3954 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
3956 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
3957 (eshell-shuffle-files, eshell-shorthand-tar-command)
3958 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
3959 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
3960 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
3961 Prefix dynamic local variable `matches'.
3963 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
3964 Prefix dynamic local variable `skeleton'.
3966 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3968 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
3969 in mail buffer; make yank-action always a command that yanks original
3972 2010-11-09 Glenn Morris <rgm@gnu.org>
3974 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
3976 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3978 * minibuffer.el (minibuffer-completion-help): Specify the end of the
3979 completion field (bug#7211).
3981 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
3982 Fix handling of backslash escapes.
3983 (python-quote-syntax): Adjust accordingly.
3985 2010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
3987 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
3988 (vc-mtn-workfile-branch): Adjust to new output format.
3990 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3992 * international/mule-cmds.el (princ-list): Mark as obsolete.
3994 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3996 * emacs-lisp/smie.el: New package.
3998 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
4000 * files.el (backup-by-copying-when-mismatch):
4001 Set `permanent-local' property.
4003 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
4004 `permanent-local' property for `backup-by-copying-when-mismatch'.
4006 2010-11-09 Eli Zaretskii <eliz@gnu.org>
4008 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
4010 2010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
4012 * progmodes/verilog-mode.el (verilog-insert-one-definition)
4013 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
4014 AUTOINOUT for SV style multidimensional arrays, bug294.
4015 Reported by Eric Mastromarchi.
4016 (verilog-preprocess): Use with-current-buffer and
4017 font-lock-fontify-buffer to cleanup style issues.
4019 2010-11-09 Glenn Morris <rgm@gnu.org>
4021 * locate.el (locate, locate-mode): Doc fixes.
4023 2010-11-09 Chong Yidong <cyd@stupidchicken.com>
4025 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
4026 user for confirmation.
4027 (server-force-stop): Use it.
4028 (server-start): Use server-force-stop for kill-emacs-hook, to
4029 avoid user interaction while killing Emacs.
4031 2010-11-09 Glenn Morris <rgm@gnu.org>
4033 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
4034 (meta-indent-line): Simplify.
4036 * vc/emerge.el (emerge-line-number-in-buf):
4037 * textmodes/ispell.el (ispell-region):
4038 * textmodes/fill.el (current-fill-column):
4039 * progmodes/xscheme.el (xscheme-send-current-line):
4040 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
4041 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
4042 * progmodes/sh-script.el (sh-handle-prev-do):
4043 * progmodes/meta-mode.el (meta-indent-line):
4044 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
4046 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
4047 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
4048 * progmodes/fortran.el (fortran-looking-at-if-then):
4049 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
4050 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
4051 (cperl-find-pods-heres):
4052 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
4053 * net/quickurl.el (quickurl-list-insert):
4054 * net/ldap.el (ldap-search-internal):
4055 * net/eudc.el (eudc-expand-inline):
4056 * mail/sendmail.el (sendmail-send-it):
4057 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
4058 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
4059 (viper-brac-function):
4060 * calc/calc-yank.el (calc-do-grab-region):
4061 * calc/calc-keypd.el (calc-keypad-press):
4062 * term.el (term-move-columns, term-insert-spaces):
4063 * speedbar.el (speedbar-highlight-one-tag-line):
4064 * simple.el (current-word):
4065 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4066 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
4068 * hippie-exp.el (he-line-beg):
4069 * epa.el (epa--marked-keys):
4070 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
4071 (dired-update-file-line, dired-add-entry, dired-remove-entry)
4072 (dired-relist-entry):
4073 * buff-menu.el (Buffer-menu-buffer):
4074 * array.el (current-line):
4075 * allout.el (allout-resolve-xref)
4076 (allout-latex-verbatim-quote-curr-line):
4077 Replace yet more uses of end-of-line etc with line-end-position, etc.
4079 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4081 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
4082 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
4083 (checkdoc-syntax-table): Initialize in the declaration.
4084 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
4085 the mode on unconditionally.
4087 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
4088 (extent-end-position, extent-start-position): Remove setf method for
4089 non-existing functions (bug#7319).
4091 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4093 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
4094 (smie-precs->prec2): Rename from smie-precs-precedence-table.
4095 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
4096 (smie-prec2->grammar): Rename from smie-prec2-levels.
4097 (smie-grammar): Rename from smie-op-levels.
4098 (smie-indent--hanging-p): Rename from smie-hanging-p.
4099 (smie-rule-hanging-p): New alias.
4100 (smie-indent--bolp): Rename from smie-bolp.
4101 (smie-indent--hanging-p): New alias.
4102 (smie--token): New dynamically bound variable.
4103 (smie-indent--parent): New function.
4104 (smie-rule-parent-p): Use it; rename from smie-parent-p.
4105 (smie-rule-next-p): Rename from smie-next-p.
4106 (smie-rule-prev-p): Rename from smie-prev-p.
4107 (smie-rule-sibling-p, smie-rule-parent)
4108 (smie-indent--separator-outdent, smie-rule-separator): New functions.
4109 (smie-rule-separator-outdent): New var.
4110 (smie-indent--rule): Merge with smie-indent--column.
4111 (smie-indent-forward-token, smie-indent-backward-token):
4112 Also recognize close parens.
4113 (smie-indent-keyword): Don't use smie-indent--column any more.
4114 (smie-indent-after-keyword): Ignore closers by default.
4115 (smie-indent-line): Use with-demoted-errors.
4116 * progmodes/octave-mod.el (octave-smie-grammar):
4117 Rename from octave-smie-op-levels.
4118 (octave-smie-rules): Adjust to new behavior.
4119 * progmodes/prolog.el (prolog-smie-grammar):
4120 Rename from prolog-smie-op-levels.
4122 2010-11-07 Glenn Morris <rgm@gnu.org>
4124 * eshell/esh-util.el (subst-char-in-string)
4125 (directory-files-and-attributes): These compatibility definitions are
4126 not needed on any version of Emacs since at least 21.4.
4128 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
4129 (verilog-get-end-of-line): Remove.
4130 (verilog-within-string, verilog-re-search-forward-substr)
4131 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
4132 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
4133 Use point-at-bol, point-at-eol.
4134 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
4136 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
4137 (electric-pascal-terminate-line, pascal-set-auto-comments)
4138 (pascal-indent-paramlist, pascal-indent-declaration)
4139 (pascal-get-lineup-indent, pascal-func-completion)
4140 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
4141 Use point-at-bol, point-at-eol.
4142 * progmodes/flymake.el (flymake-line-beginning-position)
4143 (flymake-line-end-position): Remove.
4144 (flymake-highlight-line): Use point-at-bol, point-at-eol.
4145 * eshell/esh-util.el (line-end-position, line-beginning-position):
4146 Remove compat definitions.
4148 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4150 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
4151 Use line-end-position.
4153 * emacs-lisp/chart.el (chart-zap-chars):
4154 * play/decipher.el (decipher-set-map):
4155 * progmodes/ada-mode.el (ada-get-current-indent)
4156 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
4157 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
4158 * progmodes/ada-xref.el (ada-initialize-runtime-library)
4159 (ada-get-all-references):
4160 * progmodes/cperl-mode.el (cperl-electric-paren)
4161 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
4162 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
4163 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
4164 (cperl-word-at-point-hard):
4165 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
4166 (idlwave-shell-filename-string, idlwave-shell-batch-command)
4167 (idlwave-shell-display-line):
4168 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
4169 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
4170 * progmodes/js.el (js--re-search-forward-inner)
4171 (js--re-search-backward-inner):
4172 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
4173 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
4174 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
4175 * textmodes/flyspell.el (flyspell-process-localwords):
4176 * textmodes/ispell.el (ispell-buffer-local-parsing)
4177 (ispell-buffer-local-dict, ispell-buffer-local-words):
4178 Use point-at-bol and point-at-eol.
4180 * speedbar.el (speedbar-generic-item-info)
4181 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
4182 (speedbar-add-indicator, speedbar-check-vc-this-line)
4183 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
4184 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
4185 Replace more uses of end-of-line etc with line-end-position.
4187 2010-11-06 Glenn Morris <rgm@gnu.org>
4189 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
4190 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
4191 (texinfo-delete-existing-pointers, texinfo-find-pointer)
4192 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
4193 (texinfo-multiple-files-update):
4194 * textmodes/table.el (table--probe-cell-left-up)
4195 (table--probe-cell-right-bottom):
4196 * textmodes/picture.el (picture-tab-search):
4197 * textmodes/page-ext.el (pages-copy-header-and-position)
4198 (pages-directory-for-addresses):
4199 * progmodes/vera-mode.el (vera-get-offset):
4200 * progmodes/simula.el (simula-calculate-indent):
4201 * progmodes/python.el (python-pdbtrack-overlay-arrow):
4202 * progmodes/prolog.el (end-of-prolog-clause):
4203 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
4204 * progmodes/icon.el (indent-icon-exp):
4205 * progmodes/etags.el (tag-re-match-p):
4206 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
4207 * progmodes/ebnf2ps.el (ebnf-begin-file):
4208 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
4209 (dcl-save-local-variable):
4210 * play/life.el (life-setup):
4211 * play/gametree.el (gametree-looking-at-ply):
4212 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4213 * mail/sendmail.el (mail-mode-auto-fill):
4214 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4215 * emacs-lisp/edebug.el (edebug-overlay-arrow):
4216 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
4217 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
4218 (woman-tab-to-tab-stop, WoMan-warn-ignored):
4219 * type-break.el (type-break-file-keystroke-count):
4220 * term.el (term-replace-by-expanded-history-before-point)
4221 (term-skip-prompt, term-extract-string):
4222 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
4223 (speedbar-contract-line, speedbar-toggle-line-expansion)
4224 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
4225 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
4226 * sort.el (sort-skip-fields):
4227 * skeleton.el (skeleton-internal-list):
4228 * simple.el (line-move-finish, line-move-to-column):
4229 * shell.el (shell-forward-command):
4230 * misc.el (copy-from-above-command):
4231 * makesum.el (double-column):
4232 * ebuff-menu.el (electric-buffer-update-highlight):
4233 * dired.el (dired-move-to-end-of-filename):
4234 * dframe.el (dframe-popup-kludge):
4235 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
4236 * arc-mode.el (archive-get-lineno):
4237 Use line-end-position and line-beginning-position.
4239 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
4240 (idlwave-study-twins): Prefix dynamic local `class'.
4241 (idlwave-routine-twin-compare): Update for above name change.
4243 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
4244 Use boundp tests to silence compiler. Update for changed name of
4245 bytecomp-filename variable.
4247 * emulation/viper-cmd.el (viper-read-string-with-history):
4248 Prefix dynamic local `initial'.
4249 (viper-minibuffer-standard-hook): Update for above name change.
4251 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
4252 (elint-init-form): Update for above name change.
4254 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
4255 local variables `cbeg' and `cend' a prefix.
4256 (mail-extr-voodoo): Update for above name change.
4258 * textmodes/reftex-toc.el (reftex-toc-do-promote)
4259 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
4260 (reftex-toc-promote-action): Doc fix.
4262 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
4263 `prompt', `data' a prefix.
4264 (reftex-select-post-command-hook, reftex-select-callback)
4265 (reftex-select-mouse-accept, reftex-select-read-cite):
4266 Update for above name changes.
4268 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
4269 `refstyle' to reftex-refstyle.
4270 (reftex-offer-label-menu): Update for above name change.
4271 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
4272 `refstyle' name change.
4274 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
4275 with with-current-buffer.
4276 (diff, template): Give dynamic local variables a prefix.
4277 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
4278 (emerge-line-number-in-buf): Update for above name change.
4279 (emerge-combine-versions-internal): Rename local `template' to
4280 emerge-combine-template.
4281 (emerge-combine-versions-edit): Update for above name change.
4283 2010-11-06 Ralf Angeli <angeli@caeruleus.net>
4285 * textmodes/reftex-cite.el
4286 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
4287 entries with whitespace after \bibitem.
4288 (reftex-create-bibtex-file): Match entries containing numbers and
4289 symbol constituents. Make sure that entries with whitespace at
4290 various places are found.
4292 2010-11-05 Christian Millour <cm@abtela.com> (tiny change)
4294 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
4296 2010-11-05 Jan Djärv <jan.h.d@swipnet.se>
4298 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
4300 2010-11-05 Glenn Morris <rgm@gnu.org>
4302 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
4303 (woman2-roff-buffer): Give local variable `request' a prefix.
4304 (woman0-macro): Rename argument `request' in the same way.
4305 (woman-request): New name for `request' dynamic variable.
4306 (woman-unquote, woman-forward-arg): Update for above name change.
4307 (woman1-roff-buffer): Give local variable `unquote' a prefix.
4308 (woman1-unquote): New name for `unquote' dynamic variable.
4309 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
4310 (woman-translations): Rename from `translations'. No longer global.
4311 (woman2-tr, woman-translate): Update for above name change.
4312 (woman-translate): Check for bound variable.
4313 (woman2-roff-buffer): Give local variable `translations' a prefix.
4315 * play/doctor.el: Give all local variables a prefix. Update callers.
4316 (doc$, doctor-put-meaning): Use backquote.
4318 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
4319 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
4321 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
4322 variables bytes, ptr, op a prefix.
4323 (disassemble-offset): Update for above change.
4325 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
4327 * emacs-lisp/package.el (package-unpack): Remove no-op.
4328 (package--builtins, package--dir): Doc fix.
4329 (package-activate-1, package-activate, package-install)
4330 (package-compute-transaction): Fix error message.
4331 (package-delete): Use delete-directory. Omit system packages.
4332 (package-initialize): Set package-alist to nil first.
4333 (package-menu-mark-delete, package-menu-mark-install): Don't add
4334 symbols that are inconsistent with the package state.
4335 (package-menu-execute): Perform deletions and installations as
4336 single batch operations.
4338 2010-11-03 Glenn Morris <rgm@gnu.org>
4340 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
4341 (props): Remove unnecessary declaration.
4343 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
4344 set-process-query-on-exit-flag.
4346 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
4347 (reftex-toc-do-promote): Remove unused local `mpos'.
4348 (reftex-toc-restore-region): Make `mpos' local to this function.
4350 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
4352 * play/landmark.el (lm-losing-threshold): Correct spelling.
4353 (lm-human-plays): Use new name.
4355 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
4356 (gomoku-human-plays): Use new name.
4358 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
4359 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
4360 (gomoku-score-trans-table, gomoku-winning-threshold)
4361 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
4363 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
4365 * emacs-lisp/package.el: Don't put built-in packages in
4366 package-alist, to avoid loading inefficiencies.
4367 (package-built-in-p): Make VERSION optional, and treat it as a
4368 minimum acceptable version.
4369 (package-activate): Search separately for built-in packages.
4370 Emit a warning if a dependency fails.
4371 (define-package): Handle most common case, where there is no
4372 obsolete package, first.
4373 (package-compute-transaction): Print required version in error.
4374 (package--initialized): New variable.
4375 (list-packages): Use it.
4376 (package-initialize): Optional arg NO-ACTIVATE. Don't put
4377 built-in packages in packages-alist; keep it separate.
4378 Set package--initialized.
4379 (describe-package): Avoid activating packages as a side-effect.
4380 Search separately for built-in packages.
4381 (describe-package-1): Handle the case where an elpa package is
4382 simultaneously built-in and available/installed.
4383 (package-installed-p, package--generate-package-list):
4384 Search separately for built-in packages.
4385 (package-load-descriptor): Doc fix.
4387 2010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4389 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4390 Handle __DATA__ and __END__.
4392 2010-11-02 Noah Friedman <friedman@splode.com>
4394 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
4395 nil, do not ask to recompile files that are not already compiled,
4396 and do not recompile them.
4398 2010-11-02 Chong Yidong <cyd@stupidchicken.com>
4400 * emacs-lisp/package.el (package-initialize): Ensure that
4401 obsoleted built-in packages are not in package-activated-list
4403 (describe-package-1): Make the "installed" status override
4406 2010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4408 * subr.el (version-separator, version-regexp-alist): Remove '*'
4410 (version-list-<=, version<=, version=): Doc fix.
4412 2010-11-01 Kenichi Handa <handa@m17n.org>
4414 * faces.el (glyphless-char): Inherit underline for tty.
4416 2010-11-01 Kenichi Handa <handa@m17n.org>
4418 Implement various display methods for glyphless characters.
4420 * international/characters.el (char-acronym-table): New variable.
4421 (glyphless-char-control): New variable.
4422 (update-glyphless-char-display): New function.
4424 * faces.el (glyphless-char): New face.
4426 2010-11-01 Glenn Morris <rgm@gnu.org>
4428 * calendar/holidays.el (general-holidays, oriental-holidays)
4429 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
4430 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
4431 the definitions of their targets.
4433 * emacs-lisp/smie.el (smie): New custom group.
4434 (smie-blink-matching-inners, smie-indent-basic): Add :group.
4436 * faces.el (xw-defined-colors, x-setup-function-keys):
4437 * mouse-sel.el (x-select-text):
4438 * term/w32console.el (x-setup-function-keys): Update declarations.
4440 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
4442 * textmodes/ispell.el (comment-add): Declare.
4444 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
4447 * info.el (finder-keywords-hash, package-alist): Declare.
4449 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
4451 * finder.el (finder-compile-keywords): Don't use intern-soft,
4452 since package names may not yet exist in the obarray.
4454 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
4456 * vc/vc-arch.el (vc-arch-checkin):
4457 * vc/vc-cvs.el (vc-cvs-checkin):
4458 * vc/vc-mtn.el (vc-mtn-checkin):
4459 * vc/vc-rcs.el (vc-rcs-checkin):
4460 * vc/vc-sccs.el (vc-sccs-checkin):
4461 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
4462 since 2010-04-21 commit by Stefan Monnier.
4464 2010-11-01 Glenn Morris <rgm@gnu.org>
4466 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
4468 * startup.el (package-enable-at-startup, package-initialize):
4471 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
4474 2010-10-31 Julien Danjou <julien@danjou.info>
4476 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
4477 (byte-recompile-directory):
4478 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
4479 Use `byte-recompile-file'.
4481 2010-10-31 Glenn Morris <rgm@gnu.org>
4483 * cus-start.el: Handle standard values via a keyword.
4484 Only set version property if specified.
4485 (cursor-in-non-selected-windows, menu-bar-mode)
4486 (tool-bar-mode, show-trailing-whitespace):
4487 Do not specify standard values.
4488 (transient-mark-mode, temporary-file-directory): Use :standard.
4490 2010-10-31 Jan Djärv <jan.h.d@swipnet.se>
4492 * term/x-win.el (x-get-selection-value): New function that gets
4493 PRIMARY with type as specified in x-select-request-type. (Bug#6802)
4495 2010-10-31 Michael Albinus <michael.albinus@gmx.de>
4497 * net/tramp.el (tramp-handle-insert-file-contents): For root,
4498 preserve owner and group when editing files. (Bug#7289)
4500 2010-10-31 Glenn Morris <rgm@gnu.org>
4502 * speedbar.el (speedbar-mode):
4503 * play/fortune.el (fortune-in-buffer, fortune):
4504 * play/gomoku.el (gomoku-mode):
4505 * play/landmark.el (lm-mode):
4506 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
4507 Replace inappropriate uses of toggle-read-only. (Bug#7292)
4509 * select.el (x-selection): Mark it as an obsolete alias.
4511 2010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4513 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
4514 major-mode (bug#7284).
4516 2010-10-31 Glenn Morris <rgm@gnu.org>
4518 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
4519 rather than just an unused variable that inherits from the real one.
4521 2010-10-31 Alan Mackenzie <acm@muc.de>
4523 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
4524 This fixes bug #7185.
4526 2010-10-30 Chong Yidong <cyd@stupidchicken.com>
4528 * startup.el (command-line): Search for package directories, and
4529 don't load package.el if none are found.
4531 * emacs-lisp/package.el (describe-package, list-packages):
4532 Call package-initialize if it has not been called yet.
4534 2010-10-30 Alan Mackenzie <acm@muc.de>
4536 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
4537 which fontifies the tail of an enum.
4538 (c-basic-matchers-after): Insert a call to the above new function.
4539 This fixes bug #7264.
4541 2010-10-30 Glenn Morris <rgm@gnu.org>
4543 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
4544 tool-bar-mode, transient-mark-mode. (Bug#7306)
4545 Include the :set property in the dumped Emacs.
4547 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4549 SMIE: change indent rules format, improve smie-setup.
4550 * emacs-lisp/smie.el (smie-precs-precedence-table)
4551 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
4552 Mark them pure so the tables gets built at compile time.
4553 (smie-bnf-precedence-table): Store the closer-alist in the table.
4554 (smie-prec2-levels): Preserve the closer-alist.
4555 (smie-blink-matching-open): Be more forgiving in case of indentation.
4556 (smie-hanging-p): Rename from smie-indent--hanging-p.
4557 (smie-bolp): Rename from smie-indent--bolp.
4558 (smie--parent, smie--after): New dynamic vars.
4559 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
4560 (smie-indent-rules): Remove.
4561 (smie-indent--offset-rule): Remove fun.
4562 (smie-rules-function): New var.
4563 (smie-indent--rule): New fun.
4564 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
4565 (smie-indent-exps): Use it.
4566 (smie-setup): Setup paren blinking; add keyword args for token
4567 functions; extract closer-alist from op-levels.
4568 (smie-indent-debug-log): Remove var.
4569 (smie-indent-debug): Remove fun.
4570 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
4571 (prolog-smie-rules): New fun to replace it.
4572 (prolog-mode-variables): Simplify.
4573 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
4574 it's setup automatically.
4575 (octave-smie-indent-rules): Remove.
4576 (octave-smie-rules): New fun to replace it.
4577 (octave-mode): Simplify.
4579 2010-10-29 Glenn Morris <rgm@gnu.org>
4581 * files.el (temporary-file-directory): Remove (already defined in C).
4582 * cus-start.el: Add temporary-file-directory.
4584 * abbrev.el (abbrev-mode):
4585 * composite.el (auto-composition-mode):
4586 * menu-bar.el (menu-bar-mode):
4587 * simple.el (transient-mark-mode):
4588 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
4589 that they do not define the associated variables twice.
4590 * simple.el (transient-mark-mode): Remove defvar.
4591 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
4592 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
4593 Handle multiple groups, and also custom-delayed-init-variables.
4594 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
4596 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4598 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
4599 (pcase-if): Add one minor optimization.
4600 (pcase-split-equal): Rename from pcase-split-eq.
4601 (pcase-split-member): Rename from pcase-split-memq.
4602 (pcase-u1): Add strings to the member optimization.
4603 Add `guard' variant of predicates.
4604 (pcase-q1): Add string patterns.
4606 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4608 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
4610 2010-10-28 Glenn Morris <rgm@gnu.org>
4612 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
4613 Move menu-bar related settings to ../menu-bar.el.
4614 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
4615 Move ns-specific settings here from term/ns-win.el.
4617 * simple.el (x-selection-owner-p): Remove unused declaration.
4619 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4621 * minibuffer.el (completion-cycling): New var (bug#7266).
4622 (minibuffer-complete, completion--do-completion):
4623 Use completion--flush-all-sorted-completions.
4624 (minibuffer-complete): Only cycle if completion-cycling is set.
4625 (completion--flush-all-sorted-completions): Unset completion-cycling.
4626 (minibuffer-force-complete): Set completion-cycling.
4627 (completion-all-sorted-completions): Move declaration before first use.
4629 2010-10-28 Leo <sdl.web@gmail.com>
4631 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
4632 which changes the order of matches seen by users (bug#7231).
4634 2010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
4636 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4637 Don't confuse -omega as "-o mega".
4639 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
4641 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
4642 (log-edit-author): New dynamic var.
4643 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
4644 to return the author if different from committer.
4645 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
4647 * play/landmark.el: Adjust commenting convention.
4648 (lm-nil-score): Rename from nil-score.
4649 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
4650 (OOOOscore): Move into a let in lm-score-trans-table.
4651 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
4653 * electric.el (electric-indent-chars): Autoload.
4654 * progmodes/octave-mod.el (octave-mode):
4655 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
4656 (ruby-mode-abbrev-table): Merge initialization and declaration.
4658 2010-10-27 Glenn Morris <rgm@gnu.org>
4660 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
4663 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
4665 * term/ns-win.el: Restore require of cl when compiling.
4666 (menu-bar-final-items): Remove non-existent `windows' menu.
4667 (ns-handle-nxopen): Optionally handle the temp-case.
4668 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
4669 (ns-insert-file, ns-find-file): Use `pop'.
4671 2010-10-26 Glenn Morris <rgm@gnu.org>
4673 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
4675 2010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
4677 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
4679 * term/common-win.el (x-setup-function-keys): Remove most of the
4680 keymappings. Comment on the remaining ones.
4682 2010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
4684 * server.el (server-port): New option. (Bug#854)
4685 (server-start): Use server-port.
4687 2010-10-26 Glenn Morris <rgm@gnu.org>
4689 * term/ns-win.el (ns-version-string): Remove unused declaration.
4690 (ns-invocation-args): Change to x-invocation-args.
4691 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
4692 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
4693 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
4694 Use x-invocation-args instead of ns-invocation-args.
4695 (ns-initialize-window-system, handle-args-function-alist):
4696 Use x-handle-args instead of ns-handle-args.
4697 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
4698 * startup.el (command-line-ns-option-alist): Replace
4699 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
4700 ns-handle-iconic with the x- equivalents.
4702 * term/common-win.el (x-select-enable-clipboard):
4703 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
4705 * term/ns-win.el: No need to require cl when compiling.
4706 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
4707 (xw-defined-colors): Use the common-win definitions.
4708 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
4709 (ns-handle-iconic): Make it an alias for x-handle-iconic.
4710 * term/common-win.el (x-select-text, x-alternatives-map)
4711 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
4712 * loadup.el [ns]: Load common-win.
4714 2010-10-26 Daiki Ueno <ueno@unixuser.org>
4716 * epa-mail.el (epa-mail-encrypt): Handle local-part only
4717 recipients; expand mail aliases (Bug#7280).
4719 2010-10-25 Glenn Morris <rgm@gnu.org>
4721 * term/common-win.el (x-handle-switch): Simplify with pop.
4722 Optionally handle numeric switches.
4723 (x-handle-numeric-switch): Just call x-handle-switch.
4724 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
4725 (x-handle-name-switch, x-handle-display, x-handle-args):
4728 * term/ns-win.el: Do not require easymenu.
4729 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
4730 <spell>: Move adjustments to menu-bar.el.
4731 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
4732 <separator-undo, spell>: Move ns-win's adjustments here.
4733 * loadup.el [ns]: Do not load easymenu.
4735 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
4737 * image.el (image-checkbox-checked, image-checkbox-unchecked):
4740 * startup.el (fancy-startup-tail): Instead of using inline images,
4741 refer to image files from etc/.
4743 * wid-edit.el (checkbox): Likewise.
4744 (widget-image-find): Center image specs.
4746 2010-10-24 Glenn Morris <rgm@gnu.org>
4748 * term/ns-win.el (x-select-text): Doc fix.
4749 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
4750 (x-select-text): Move to term/common-win.
4751 * term/w32-win.el (xw-defined-colors): Move to common-win.
4752 * term/x-win.el (xw-defined-colors, x-alternatives-map)
4753 (x-setup-function-keys, x-select-text): Move to common-win.
4754 * term/common-win.el (x-select-text, x-alternatives-map)
4755 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
4758 2010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
4760 * net/mairix.el (mairix-searches-mode-map):
4761 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
4763 2010-10-24 Michael McNamara <mac@mail.brushroad.com>
4765 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
4766 auto-built for efficiency of execution and updating.
4767 (verilog-extended-complete-re): Support 'pure' fucntion & task
4768 declarations (these have no bodies).
4769 (verilog-beg-of-statement): General cleanup to enable support of
4770 'pure' fucntion & task declarations (these have no bodies).
4771 These efforts together fix Verilog bug210 from veripool; which was also
4772 noticed by Steve Pearlmutter.
4773 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
4774 (verilog-directive-nest-re, verilog-set-auto-endcomments):
4775 Support `elsif. Reported by Shankar Giri.
4776 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
4777 attribute handling for lining up declarations and assignments.
4778 (verilog-beg-of-statement-1): Fix issue where continued declaration
4779 is indented differently if it is after a begin..end clock.
4780 (verilog-in-attribute-p, verilog-skip-backward-comments)
4781 (verilog-skip-forward-comment-p): Support proper treatment of
4782 attributes by indent code. Reported by Jeff Steele.
4783 (verilog-in-directive-p): Fix comment to correctly describe function.
4784 (verilog-backward-up-list, verilog-in-struct-region-p)
4785 (verilog-backward-token, verilog-in-struct-p)
4786 (verilog-in-coverage-p, verilog-do-indent)
4787 (verilog-pretty-declarations): Use verilog-backward-up-list as
4788 wrapper around backward-up-list inorder to properly skip comments.
4789 Reported by David Rogoff.
4790 (verilog-property-re, verilog-endcomment-reason-re)
4791 (verilog-beg-of-statement, verilog-set-auto-endcomments)
4792 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
4793 of if). Reported by Max Bjurling and
4794 (verilog-calc-1): Fix for clocking block in modport
4795 declaration. Reported by Brian Hunter.
4797 2010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
4799 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
4800 (verilog-gate-keywords, verilog-read-sub-decls)
4801 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
4802 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
4803 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
4804 (verilog-read-decls): Fix spaces in V2K module parameters causing
4805 mis-identification as interfaces, bug287.
4806 (verilog-read-decls): Fix not treating "parameter string" as a
4807 parameter in AUTOINSTPARAM.
4808 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
4809 treating `elsif similar to `endif inside AUTOSENSE.
4810 (verilog-do-indent): Implement correct automatic or static task or
4811 function end comment highlight. Reported by Steve Pearlmutter.
4812 (verilog-font-lock-keywords-2): Fix highlighting of single
4813 character pins, bug264. Reported by Michael Laajanen.
4814 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
4815 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
4816 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
4817 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
4818 (verilog-pretty-expr): Fix interactive arguments, bug272.
4819 Reported by Mark Johnson.
4820 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
4821 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
4822 bug269. Suggested by Gary Delp.
4823 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
4824 (verilog-preprocessor, verilog-set-compile-command):
4825 Create verilog-preprocess and verilog-preprocessor to show
4826 preprocessed output.
4827 (verilog-get-beg-of-line, verilog-get-end-of-line)
4828 (verilog-modi-file-or-buffer, verilog-modi-name)
4829 (verilog-modi-point, verilog-within-string): Move defmacro's
4830 before first use to avoid warning. Reported by Steve Pearlmutter.
4831 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
4832 (verilog-colorize-region, verilog-highlight-buffer)
4833 (verilog-highlight-includes, verilog-highlight-modules)
4834 (verilog-highlight-region, verilog-mode): Rename colorize to
4835 highlight to match other packages. Disable module highlighting,
4836 as received speed complaints, reenable for experimentation only
4837 using new verilog-highlight-modules.
4838 (verilog-read-decls): Fix regexp stack overflow in very large
4839 AUTO_TEMPLATEs, bug250.
4840 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
4841 (verilog-scan): Create verilog-save-buffer-state to standardize
4842 making insignificant changes that shouldn't call hooks.
4843 (verilog-save-no-change-functions, verilog-save-scan-cache)
4844 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
4845 Create verilog-save-no-change-functions to wrap verilog-scan
4846 preservation, and fix to work with nested preserved calls.
4847 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
4848 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
4849 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
4850 (verilog-submit-bug-report): Update variable list to be complete.
4851 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
4852 breaking on-the-fly font-locking.
4853 (verilog-colorize-buffer, verilog-colorize-include-files)
4854 (verilog-colorize-include-files-buffer, verilog-colorize-region)
4855 (verilog-load-file-at-mouse, verilog-load-file-at-point)
4856 (verilog-mode, verilog-read-inst-module-matcher): With point on a
4857 AUTOINST cell instance name, middle mouse button now finds-file on
4858 it. Suggested by Brad Dobbie.
4859 (verilog-alw-get-temps, verilog-auto-reset)
4860 (verilog-auto-sense-sigs, verilog-read-always-signals)
4861 (verilog-read-always-signals-recurse): Fix loop indexes being
4862 AUTORESET. AUTORESET now assumes any variables in the
4863 initialization section of a for() should be ignored.
4864 Reported by Dan Dever.
4865 (verilog-error-font-lock-keywords)
4866 (verilog-error-regexp-emacs-alist)
4867 (verilog-error-regexp-xemacs-alist): Fix error detection of
4868 Cadence HAL, reported by David Asher. Repair drift between the
4869 three similar error variables.
4870 (verilog-modi-lookup, verilog-modi-lookup-cache)
4871 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
4872 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
4873 Fix slow verilog-auto expansion on very large files.
4874 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
4875 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
4876 "{1*2{...". Broke in last revision.
4877 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
4878 submodule connections with replications "{#{a},#{b}}".
4880 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
4882 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
4883 Fix typo in docstring.
4885 2010-10-24 Kenichi Handa <handa@m17n.org>
4887 * face-remap.el (text-scale-adjust): Call read-event with a proper
4890 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
4892 * emacs-lisp/unsafep.el: Don't mark functions that display
4893 messages as safe. Suggested by Johan Bockgård.
4895 2010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4897 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
4898 Turn comments into docstrings.
4900 * minibuffer.el (completion--replace): Move point where it belongs
4901 when there's a common suffix (bug#7215).
4903 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
4905 Merge read-color and facemenu-read-color (Bug#7242).
4907 * faces.el (read-color): Use the completion code from
4908 facemenu-read-color. Require match in completion. Doc fix.
4910 * facemenu.el (facemenu-read-color): Alias for read-color.
4911 (facemenu-set-foreground, facemenu-set-background):
4914 * frame.el (set-background-color, set-foreground-color)
4915 (set-cursor-color, set-mouse-color, set-border-color):
4918 2010-10-24 Leo <sdl.web@gmail.com>
4920 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
4921 argument of delete-file and delete-directory (Bug#7011).
4923 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
4925 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
4928 2010-10-24 Ralf Angeli <angeli@caeruleus.net>
4930 * emacs-lisp/package.el (package--generate-package-list): Make the
4931 *Packages* buffer read-only.
4933 2010-10-24 Alan Mackenzie <acm@muc.de>
4935 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
4936 result of `c-beginning-of-decl-1' between invocations of a lambda
4937 function (Bug #7265).
4939 2010-10-24 Daiki Ueno <ueno@unixuser.org>
4941 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
4942 executable is not available on the system (Bug#7268).
4944 2010-10-24 Glenn Morris <rgm@gnu.org>
4946 * select.el (selection-coding-system, next-selection-coding-system):
4947 Sync doc with C versions.
4949 * w32-vars.el (x-select-enable-clipboard):
4950 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
4951 * term/common-win.el (x-select-enable-clipboard): Move here.
4953 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
4954 definition of C variable.
4956 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
4957 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
4958 Don't redefine things that are defined in C.
4959 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
4960 (show-trailing-whitespace, auto-hscroll-mode)
4961 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
4962 Set up the appropriate custom properties.
4964 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
4967 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
4968 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
4969 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
4970 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
4972 2010-10-23 Glenn Morris <rgm@gnu.org>
4974 * textmodes/flyspell.el (flyspell-mode): If there was an error,
4977 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
4978 Sync docs with C version.
4980 * term/ns-win.el (xw-defined-colors):
4981 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
4983 * term/pc-win.el (x-select-enable-clipboard):
4984 * term/x-win.el (x-select-enable-clipboard):
4985 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
4987 * comint.el (comint-password-prompt-regexp): Make it less vague.
4990 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
4992 * help.el (finder-by-keyword): Remove unnecessary autoload.
4994 2010-10-22 Glenn Morris <rgm@gnu.org>
4996 * loadup.el: Unconditionally load float-sup.
4997 * paren.el (show-paren-delay):
4998 * emacs-lisp/float-sup.el:
4999 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
5000 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
5001 (lazy-lock-stealth-verbose): Assume float support.
5002 * ps-print.el: Assume float support on Emacs.
5003 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
5004 Remove non-float branch.
5006 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
5007 src/Makefile no longer being pre-processed.
5009 2010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5011 * emacs-lisp/find-func.el (find-library): Use test-completion.
5013 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5015 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
5017 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
5019 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
5020 space in stat format string.
5021 (tramp-send-command): Unset $PS1 when using here documents, in
5022 order not to get several prompts.
5023 (tramp-get-inline-coding): Return `nil' in case of errors.
5025 2010-10-21 Daiki Ueno <ueno@unixuser.org>
5027 * hexl.el (hexl-mode, hexl-mode-exit):
5028 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
5029 (hexl-revert-buffer-function): New function.
5030 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
5032 2010-10-19 Alan Mackenzie <acm@muc.de>
5034 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
5035 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
5036 that these keywords aren't wrongly matched as identifiers.
5038 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
5039 setting of c-new-BEG and c-new-END from c-before-change to
5040 c-after-change. (Bug#7181)
5042 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
5044 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
5047 * custom.el (custom-theme-set-variables): Likewise.
5048 (load-theme): Add custom-theme-set-faces and
5049 custom-theme-set-variables to safe-functions while loading.
5050 (custom-enabled-themes): Mark as risky.
5052 2010-10-18 Julien Danjou <julien@danjou.info>
5054 * bindings.el: Remove end dashes in default mode-line-format.
5056 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
5058 * bindings.el (global-map): Bind C-d to delete-char and deletechar
5059 to delete-forward-char.
5061 * simple.el (normal-erase-is-backspace-mode): Remap delete to
5062 deletechar, and hence delete-forward-char.
5064 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5066 * repeat.el (repeat): Use read-key (bug#6256).
5068 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
5070 * emacs-lisp/unsafep.el: Don't mark functions that display
5071 messages as safe. Suggested by Johan Bockgård.
5073 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5075 * minibuffer.el (completion--replace): Move point where it belongs
5076 when there's a common suffix (bug#7215).
5078 2010-10-19 Kenichi Handa <handa@m17n.org>
5080 * international/characters.el: Add category '|' (word breakable)
5081 to fullwidth characters.
5083 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
5085 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
5086 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
5087 order to make stat results a float. Patch by Andreas Schwab
5088 <schwab@linux-m68k.org>.
5090 2010-10-18 Julien Danjou <julien@danjou.info>
5092 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
5093 hidden by `make-pointer-invisible'.
5095 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5097 * files.el (locate-file-completion-table): Strip non-matching elements
5098 before checking length of list (bug#7238).
5100 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
5102 * custom.el (custom-theme-set-variables): Mark as a safe function.
5103 (load-theme): Check forms using unsafep.
5105 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
5107 2010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
5109 * textmodes/ispell.el (ispell-aspell-find-dictionary):
5110 Fix aspell data file searching (bug#7230).
5112 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
5114 * cus-theme.el (custom-theme--migrate-settings): New var.
5115 (customize-create-theme): Allow editing the `user' theme.
5116 (custom-theme-add-variable, custom-theme-add-var-1)
5117 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
5118 to the front of each variable or face widget.
5119 (custom-theme-write): Save theme settings in the correct order.
5120 Optionally, remove saved settings from user customizations.
5121 (custom-theme-write-variables, custom-theme-write-faces):
5122 Save only the checked widgets.
5123 (customize-themes): Add a link for migrating custom settings.
5125 * custom.el (custom-declare-theme, provide-theme):
5126 Use custom-theme-name-valid-p.
5127 (custom-theme-name-valid-p): Remove checks that are now
5128 unnecessary since themes no longer obey load-path.
5130 * cus-edit.el (custom-variable-value-create): For the simple
5131 style, hide documentation string when hidden.
5133 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
5135 * cus-edit.el (custom-variable, custom-face): Combine the
5136 :inhibit-magic and :display-style properties into a single
5137 :custom-style property.
5138 (custom-toggle-hide-variable, custom-toggle-hide-face):
5139 New functions. If hiding an edited value, save it to :shown-value.
5140 (custom-variable-value-create, custom-face-value-create): Use them.
5141 (custom-magic-reset): Allow magic property to be unset.
5143 * custom.el: Custom themes no longer use load-path.
5144 (custom-theme-load-path): New option. Change built-in theme
5146 (custom-enabled-themes): Add custom-theme-load-path dependency.
5147 (custom-theme--load-path): New function.
5148 (load-theme, custom-available-themes): Use it.
5150 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
5151 (customize-themes): Link to custom-theme-load-path variable.
5152 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
5153 :custom-style property.
5155 * themes/*.el: Moved to etc/.
5157 2010-10-16 Ralf Angeli <angeli@caeruleus.net>
5159 * textmodes/reftex-cite.el
5160 (reftex-extract-bib-entries-from-thebibliography): Do not move
5161 point when searching for \bibitem entries. Match entries with
5162 spaces or tabs in front of arguments.
5164 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
5166 * cus-theme.el (customize-create-theme): Delete overlays after
5167 erasing. If given a THEME arg, display only the faces of that arg
5168 instead of custom-theme--listed-faces.
5169 (custom-theme-variable-menu, custom-theme-variable-action)
5170 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
5171 (custom-theme-add-variable, custom-theme-add-face): Apply value
5172 from the theme settings, instead of the current value.
5173 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
5174 (custom-theme-visit-theme): Allow calling outside theme buffers.
5175 (custom-theme-merge-theme): Don't enable the theme when merging.
5176 (custom-theme-write-variables, custom-theme-write-faces): Use the
5177 :shown-value properties to save buffer values, not global ones.
5178 (customize-themes): Display a warning about user customizations.
5180 * cus-edit.el (custom-variable-value-create)
5181 (custom-face-value-create): Obey new special properties
5182 :shown-value and :inhibit-magic.
5184 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
5186 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
5187 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
5190 2010-10-14 Kenichi Handa <handa@m17n.org>
5192 * mail/rmail.el (rmail-show-message-1): Catch an error of
5193 base64-decode-region and just show an error message (bug#7165).
5195 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
5196 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
5197 a font-spec (bug#7197).
5199 2010-10-14 Glenn Morris <rgm@gnu.org>
5201 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
5203 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
5205 * international/mule.el (define-coding-system):
5206 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5207 * composite.el (compose-region): Fix typo in docstring.
5209 2010-10-14 Chong Yidong <cyd@stupidchicken.com>
5211 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
5212 only after checking the theme-face property.
5214 * faces.el (face-spec-reset-face): Reset all attributes in one
5215 single call to set-face-attribute.
5216 (face-spec-match-p): Make it a defsubst.
5217 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
5218 (x-create-frame-with-faces, tty-create-frame-with-faces)
5219 (tty-set-up-initial-frame-faces): Don't recompute face specs in
5220 frame-set-background-mode, since they are recomputed immediately
5221 afterwards in face-set-after-frame-default.
5222 (face-set-after-frame-default): Minor optimization.
5223 (cursor): Provide non-trivial defface spec.
5225 * custom.el (custom-theme-recalc-face): Simplify.
5227 2010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
5229 * calc/calc-alg.el (math-var): Rename from `var'.
5230 (math-is-polynomial, math-is-poly-rec): Replace `var'
5233 * calc/calcalg2.el (math-var): Rename from `var'.
5234 (calcFunc-table, math-scan-for-limits): Replace `var'
5237 2010-10-13 Glenn Morris <rgm@gnu.org>
5239 * subr.el (last): Deal with dotted lists (reported in bug#7174).
5241 2010-10-13 Stephen Berman <stephen.berman@gmx.net>
5243 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
5245 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5247 * net/tls.el (tls-program): Remove spurious %s from openssl.
5248 (tls-starttls-switches): Remove starttls hack.
5249 (open-tls-stream): Ditto.
5250 (tls-find-starttls-argument): Ditto.
5252 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
5254 * image.el (image-library-alist): Declare as obsolete alias.
5255 (image-type-available-p): Use `dynamic-library-alist'.
5257 * term/w32-win.el (dynamic-library-alist):
5258 Use instead of `image-library-alist'.
5260 2010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
5262 * subr.el (last): Make it faster. (Bug#7174)
5264 2010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
5266 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
5268 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
5270 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
5271 (describe-theme-1): Extract doc from unloaded themes.
5273 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
5275 * themes/tango-theme.el:
5276 * themes/tango-dark-theme.el:
5277 * themes/wheatgrass-theme.el: New files.
5279 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
5281 * cus-theme.el (describe-theme, customize-themes)
5282 (custom-theme-save): New commands.
5283 (custom-new-theme-mode-map): Bind C-x C-s.
5284 (custom-new-theme-mode): Use custom--initialize-widget-variables.
5285 (customize-create-theme): New optional arg THEME.
5286 (custom-theme-revert): Use it.
5287 (custom-theme-visit-theme): Remove dead code.
5288 (custom-theme-merge-theme): Use custom-available-themes.
5289 (custom-theme-write): Make interactive.
5290 (custom-theme-write): Use custom-theme-name-valid-p.
5291 (describe-theme-1, custom-theme-choose-revert)
5292 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
5294 (custom-theme-allow-multiple-selections): New option.
5295 (custom-theme-choose-mode): New major mode.
5297 * custom.el (custom-theme-set-variables): Remove dead code.
5298 Obey custom--inhibit-theme-enable.
5299 (custom--inhibit-theme-enable): New var.
5300 (provide-theme): Obey it.
5301 (load-theme): Replace load with manual read/eval, in order to
5302 check for correctness. Use custom-theme-name-valid-p.
5303 (custom-theme-name-valid-p): New function.
5304 (custom-available-themes): Use it.
5306 * cus-edit.el (custom--initialize-widget-variables): New function.
5307 (Custom-mode): Use it.
5309 * cus-face.el (custom-theme-set-faces): Remove dead code.
5310 Obey custom--inhibit-theme-enable.
5312 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
5314 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
5316 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
5318 2010-10-12 Jan Djärv <jan.h.d@swipnet.se>
5320 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
5321 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
5322 (mac-right-option-modifier): New alias for ns-right-option-modifier.
5324 * cus-start.el (all): ns-right-alternate-modifier is new.
5326 2010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5328 * emacs-lisp/lisp.el (lisp-completion-at-point):
5329 Use emacs-lisp-mode-syntax-table for the whole function.
5331 2010-10-12 David Koppelman <koppel@ece.lsu.edu>
5333 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
5334 instead of font-lock-mode before adding keywords.
5335 Remove hi-lock-mode off code. Remove inhibit hack.
5336 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
5337 non-nil; removed hook inhibit hack.
5339 2010-10-12 Glenn Morris <rgm@gnu.org>
5341 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
5342 (load-path-shadows-find): ... to this.
5343 (list-load-path-shadows): Update for above change.
5345 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
5347 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
5349 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
5350 Fix comment for declare-function.
5352 2010-10-11 Chong Yidong <cyd@stupidchicken.com>
5354 * custom.el (custom-fix-face-spec): New function; code moved from
5355 custom-face-edit-fix-value.
5356 (custom-push-theme): Use it when checking if a face has been
5357 changed outside customize.
5358 (custom-available-themes): New function.
5359 (load-theme): Use it.
5361 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
5363 * custom.el (custom-push-theme): Cleanup (use cond).
5364 (disable-theme): Recompute the saved-face property.
5365 (custom-theme-recalc-face): Follow face alias before setting prop.
5367 * image.el (image-checkbox-checked, image-checkbox-unchecked):
5368 New variables, containing checkbox images.
5370 * startup.el (fancy-startup-tail):
5371 * wid-edit.el (checkbox): Use them.
5373 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
5375 * shell.el (shell-mode-map):
5376 * progmodes/modula2.el (m2-mode-map):
5377 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
5378 * play/mpuz.el (mpuz-mode-map):
5379 * play/landmark.el (lm-mode-map):
5380 * play/decipher.el (decipher-mode-map):
5381 * play/5x5.el (5x5-mode-map):
5382 * net/telnet.el (telnet-mode-map):
5383 * net/quickurl.el (quickurl-list-mode-map):
5384 * net/mairix.el (mairix-searches-mode-map):
5385 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
5386 * net/dig.el (dig-mode-map):
5387 * mail/mspools.el (mspools-mode-map):
5388 * hexl.el (hexl-mode-map):
5389 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
5390 (wordstar-C-o-map, wordstar-C-q-map):
5391 * emacs-lisp/edebug.el (edebug-eval-mode-map):
5392 * emacs-lisp/chart.el (chart-map):
5393 * edmacro.el (edmacro-mode-map):
5394 * erc/erc-list.el (erc-list-menu-mode-map):
5395 * array.el (array-mode-map): Declare and define in one step.
5397 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
5399 2010-10-10 Daiki Ueno <ueno@unixuser.org>
5401 * epa.el (epa-passphrase-callback-function): Display filename
5402 passed as the 3rd arg.
5403 * epa-file.el (epa-file-passphrase-callback-function):
5404 Pass filename to epa-passphrase-callback-function.
5406 2010-10-09 Chong Yidong <cyd@stupidchicken.com>
5408 * cus-edit.el (custom-face-widget-to-spec)
5409 (custom-face-get-current-spec, custom-face-state): New functions.
5410 (custom-face-set, custom-face-mark-to-save)
5411 (custom-face-value-create, custom-face-state-set): Use them.
5413 * cus-theme.el (custom-theme--listed-faces): New var.
5414 (customize-create-theme): Use *Custom Theme* as the buffer name.
5415 Set revert-buffer-function. Optional arg BUFFER. Insert all
5416 faces listed in custom-theme--listed-faces.
5417 (custom-theme-revert): New function.
5418 (custom-theme-add-variable, custom-theme-add-face): Insert at the
5420 (custom-theme-write): Prompt for theme name if empty.
5421 (custom-theme-write-variables): Use dolist.
5422 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
5424 2010-10-09 Alan Mackenzie <acm@muc.de>
5426 Enhance fontification of declarators to take account of the
5427 presence/absence of "typedef".
5429 * cc-engine.el (c-forward-type): New &optional param
5431 (c-forward-decl-or-cast-1): cdr of return value now indicates the
5432 presence of either or both of a "struct"-like keyword and "typedef".
5434 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
5435 fontification of declarators which follow a "}".
5436 (c-font-lock-declarations): Fontify declarators according to the
5437 presence/absence of "typedef".
5439 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
5441 (c-typedef-decl-key): New lang variable built from
5442 c-typedef-decl-kwds.
5444 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5446 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
5447 since that's too annoying. Move the filter groups commands to
5450 * epa.el (epa-passphrase-callback-function): Say what we're
5451 querying the password for.
5453 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
5454 behaviour, don't bury the ibuffer buffer when visiting other buffers.
5456 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
5458 * cus-edit.el (custom-commands, custom-buffer-create-internal)
5459 (custom-magic-value-create): Pad button tags with spaces.
5460 (custom-face-edit): New variable.
5461 (custom-face-value-create): Determine whether to use the usual
5462 face editor here, instead of using custom-face-selected.
5463 Pass face defaults to custom-face-edit widget.
5464 (custom-face-selected, custom-display-unselected): Delete widgets.
5465 (custom-display-unselected-match): Function removed.
5466 (custom-face-set, custom-face-mark-to-save):
5467 Accept custom-face-edit widgets as the direct widget child.
5469 * wid-edit.el (widget--completing-widget): New var.
5470 (widget-default-complete): Bind it when doing completion.
5471 (widget-string-complete, widget-file-complete): Use it.
5473 2010-10-09 Glenn Morris <rgm@gnu.org>
5475 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
5476 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
5477 (holiday-hebrew-misc): Small simplifications.
5479 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
5481 * net/browse-url.el: Don't require thingatpt, term, dired,
5482 executable, or w3-auto when compiling.
5483 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
5485 (browse-url-text-emacs): Require term.
5487 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
5489 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
5491 2010-10-08 Glenn Morris <rgm@gnu.org>
5493 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
5495 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
5496 (shadows-compare-text-p): Make it an obsolete alias for...
5497 (load-path-shadows-compare-text): ... new name.
5498 (find-emacs-lisp-shadows): Update for above name change.
5499 (load-path-shadows-same-file-or-nonexistent): New name for the old
5500 shadow-same-file-or-nonexistent.
5502 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
5504 * minibuffer.el (completion--some, completion--do-completion)
5505 (minibuffer-complete-and-exit, minibuffer-completion-help)
5506 (completion-basic-try-completion)
5507 (completion-basic-all-completions)
5508 (completion-pcm--find-all-completions): Use lexical-let to
5509 avoid some false matches in variable completion (Bug#7056)
5511 2010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
5513 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
5515 2010-10-08 Leo <sdl.web@gmail.com>
5517 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
5518 return non-nil if the file exists (Bug#7090).
5520 2010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5522 * minibuffer.el (completion--replace):
5523 Better preserve markers (bug#7138).
5525 2010-10-08 Juanma Barranquero <lekktu@gmail.com>
5527 * server.el (server-process-filter): Doc fix.
5529 2010-10-08 Drew Adams <drew.adams@oracle.com>
5531 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
5533 2010-10-08 Glenn Morris <rgm@gnu.org>
5535 * vc/ediff-wind.el (ediff-setup-control-frame):
5536 * vc/ediff-ptch.el (ediff-default-backup-extension):
5537 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
5538 (ediff-exec-process): Remove system-types emx, windows-95.
5540 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
5542 2010-10-07 Chong Yidong <cyd@stupidchicken.com>
5544 * cus-edit.el (custom-variable, custom-face): Doc fix.
5545 (custom-face-edit): Add value-create attribute.
5546 (custom-face-edit-value-create)
5547 (custom-face-edit-value-visibility-action): New functions.
5548 Hide unused face attributes by default, and add a visibility toggle.
5549 (custom-face-edit-deactivate): Show empty values with shadow face.
5550 (custom-face-selected): Only use this for face specs with default
5552 (custom-face-value-create): Cleanup.
5554 * wid-edit.el (widget-checklist-value-create): Use dolist.
5555 (widget-checklist-match-find): Make second arg optional.
5557 2010-10-07 Glenn Morris <rgm@gnu.org>
5559 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
5562 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
5563 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
5564 load-path-shadows-mode, update references.
5565 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
5566 Rename variable and button.
5567 (list-load-path-shadows): Update button caller.
5569 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5571 * emacs-lisp/smie.el (smie-bnf-classify): New function.
5572 (smie-bnf-precedence-table): Use it to remember the closers/openers.
5573 (smie-merge-prec2s): Handle those new entries.
5574 (smie-prec2-levels): Only set precedence to nil for actual
5576 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
5577 that is now unnecessary.
5579 2010-10-07 Miles Bader <miles@gnu.org>
5581 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
5583 2010-10-07 Glenn Morris <rgm@gnu.org>
5585 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
5586 (mail-position-on-field): Remove declarations.
5587 (mail-position-on-field): Autoload it.
5588 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
5589 and mail-header-end. Don't require sendmail.
5591 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
5592 (shadow-mode): New mode.
5593 (shadow-find-file): New button.
5594 (list-load-path-shadows): Use shadow-mode and buttons.
5596 * iimage.el (iimage-version): Remove.
5597 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
5598 Turn into defcustoms.
5599 (iimage-mode-map): Give it a doc string.
5601 * calendar/appt.el (appt-activate): Give a warning rather than an error
5602 if there is no diary-file.
5604 2010-10-06 Michael Albinus <michael.albinus@gmx.de>
5606 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5607 Use `tramp-handle-find-backup-file-name'.
5609 2010-10-06 Glenn Morris <rgm@gnu.org>
5611 * font-core.el (font-lock-defaults-alist): Remove variable.
5612 (font-lock-mode): Doc fix.
5613 (font-lock-default-function): Do not consult font-lock-defaults-alist.
5614 * font-lock.el (font-lock-refresh-defaults): Doc fix.
5615 (font-lock-set-defaults): Doc fix.
5616 Do not consult font-lock-defaults-alist.
5618 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
5620 * emacs-lisp/cl.el: No longer provide cl-19.
5622 2010-10-05 Michael Albinus <michael.albinus@gmx.de>
5624 * net/tramp.el (tramp-handle-directory-files-and-attributes)
5625 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
5626 New defuns, taken from tramp-smb.el.
5627 (tramp-coding-system-change-eol-conversion)
5628 (tramp-set-process-query-on-exit-flag): Remove.
5630 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
5631 (tramp-compat-coding-system-change-eol-conversion)
5632 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
5635 * net/tramp-gvfs.el:
5636 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
5637 by `tramp-compat-set-process-query-on-exit-flag'.
5639 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5640 Use `tramp-handle-directory-files-and-attributes',
5641 `tramp-handle-file-exists-p' and
5642 `tramp-handle-file-newer-than-file-p'.
5643 (tramp-imap-handle-file-exists-p)
5644 (tramp-imap-handle-file-executable-p)
5645 (tramp-imap-handle-file-readable-p)
5646 (tramp-imap-handle-directory-files-and-attributes)
5647 (tramp-imap-handle-file-newer-than-file-p): Remove.
5649 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
5650 by `tramp-compat-set-process-query-on-exit-flag' and
5651 `tramp-coding-system-change-eol-conversion' by
5652 `tramp-compat-coding-system-change-eol-conversion'.
5654 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5655 Use `tramp-handle-directory-files-and-attributes',
5656 `tramp-handle-file-exists-p' and
5657 `tramp-handle-file-newer-than-file-p'.
5658 (tramp-smb-handle-directory-files-and-attributes)
5659 (tramp-smb-handle-file-exists-p)
5660 (tramp-smb-handle-file-newer-than-file-p): Remove.
5661 (tramp-smb-maybe-open-connection):
5662 Replace `tramp-set-process-query-on-exit-flag' by
5663 `tramp-compat-set-process-query-on-exit-flag'.
5665 2010-10-05 Glenn Morris <rgm@gnu.org>
5667 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
5669 2010-10-04 Michael Albinus <michael.albinus@gmx.de>
5671 Continue reorganization of load dependencies. (Bug#7156)
5673 * net/tramp.el (tramp-handle-file-local-copy-hook)
5674 (tramp-delete-temp-file-function): Move down.
5675 (tramp-exists-file-name-handler): Move up.
5676 (tramp-register-file-name-handlers): Simplify autoload.
5677 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
5678 (tramp-handle-directory-files, tramp-handle-dired-uncache)
5679 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
5680 (tramp-handle-file-name-completion)
5681 (tramp-handle-file-name-directory)
5682 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
5683 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
5684 (tramp-handle-find-backup-file-name)
5685 (tramp-handle-insert-file-contents, tramp-handle-load)
5686 (tramp-handle-substitute-in-file-name)
5687 (tramp-handle-unhandled-file-name-directory)
5688 (tramp-mode-string-to-int, tramp-local-host-p)
5689 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
5691 * net/tramp-gvfs.el (top):
5692 * net/tramp-smb.el (top): Do not require 'tramp-sh.
5694 * net/tramp-sh.el (all): Move several objects to tramp.el, see
5695 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
5697 2010-10-04 Glenn Morris <rgm@gnu.org>
5699 * calendar/appt.el (appt-add): Ensure reminders are enabled.
5700 (appt-activate): Give status messages.
5702 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
5704 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
5705 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
5706 `gnutls-negotiate' (formerly `starttls-negotiate').
5707 Remove trivial wrapper `starttls-open-stream'.
5709 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5711 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
5712 log-outgoing commands.
5713 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
5714 to create a buffer local revert-buffer-function variable.
5715 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
5716 revert-buffer-function lambda.
5718 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
5720 * net/gnutls.el (starttls-negotiate): Use the plist interface to
5721 `gnutls-boot'. Make TYPE the only required parameter.
5722 Allow TRUSTFILES and KEYFILES to be lists.
5723 (open-ssl-stream): Use it.
5725 2010-10-03 Glenn Morris <rgm@gnu.org>
5727 * subr.el (directory-sep-char): Remove obsolete variable.
5728 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
5731 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
5732 * vc/vc.el (vc-static-header-alist): Doc fix.
5733 * vc/vc-cvs.el (vc-cvs-header):
5734 * vc/vc-rcs.el (vc-rcs-header):
5735 * vc/vc-sccs.el (vc-sccs-header):
5736 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
5737 * obsolete/vc-mcvs.el (vc-mcvs-header):
5738 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
5741 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
5743 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
5744 Remove obsolete use of binary-overwrite-mode (Bug#7001).
5746 2010-10-03 Glenn Morris <rgm@gnu.org>
5748 * obsolete/x-menu.el: Remove file, obsolete since 21.1
5750 * textmodes/rst.el (rst-font-lock-keywords-function):
5753 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
5755 * printing.el: Drop Emacs 20 code.
5757 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
5758 without having used appt.el already).
5760 * subr.el (make-local-hook): Remove function obsolete since 21.1.
5761 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
5762 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
5764 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
5765 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
5767 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
5768 (charset-width, find-charset-region, chars-in-region, forward-point)
5769 (encode-coding-string, coding-system-p, ccl-execute-on-string)
5770 (define-ccl-program, multibyte-string-p, string-make-multibyte):
5771 Remove compatibility cruft (none of these are used by ps*.el).
5773 2010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
5775 * subr.el (booleanp): Return t instead of a list (Bug#7086).
5777 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
5779 * server.el (server-process-filter, server-return-error):
5780 Give emacsclient time to shut down after receiving an error string.
5782 2010-10-02 Michael Albinus <michael.albinus@gmx.de>
5784 * files.el (remote-file-name-inhibit-cache): New defcustom.
5786 * time.el (display-time-file-nonempty-p):
5787 Use `remote-file-name-inhibit-cache'.
5789 * net/tramp.el (tramp-completion-reread-directory-timeout):
5792 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
5793 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
5794 `remote-file-name-inhibit-cache'. Check also for an integer
5795 value. Add/increase counter when `tramp-verbose' >= 10.
5796 (tramp-set-file-property): Add/increase counter when
5797 `tramp-verbose' >= 10.
5799 * net/tramp-cmds.el (tramp-cleanup-all-connections)
5800 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
5801 (tramp-bug): Set tramp-autoload cookie. Report all interned
5802 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
5803 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
5804 characters only in strings.
5806 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
5807 to backward compatibility.
5809 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
5810 (tramp-handle-file-name-all-completions)
5811 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
5812 (tramp-open-connection-setup-interactive-shell):
5813 Call `tramp-cleanup-connection' directly.
5815 2010-10-02 Glenn Morris <rgm@gnu.org>
5817 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
5819 * subr.el (char-bytes): Remove obsolete function.
5821 * isearch.el (isearch-return-char): Remove obsolete function.
5823 * mouse.el: No longer provide mldrag.
5824 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
5825 Remove obsolete aliases.
5827 * comint.el (comint-kill-output): Remove obsolete alias.
5829 * composite.el (decompose-composite-char): Remove obsolete function.
5830 * ps-def.el (decompose-composite-char): Remove unused function.
5832 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
5834 * outline.el (outline-visible): Remove obsolete function.
5836 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
5837 * faces.el (internal-find-face, internal-get-face)
5838 (frame-update-faces, frame-update-face-colors)
5839 (x-frob-font-weight, x-frob-font-slant)
5840 (internal-frob-font-weight, internal-frob-font-slant)
5841 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
5842 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
5843 (x-make-font-bold-italic): Remove functions and aliases, obsolete
5845 * emulation/viper-util.el (viper-get-face):
5846 * obsolete/lucid.el (find-face, get-face): Use facep.
5847 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
5848 Remove unused functions.
5849 * vc/ediff-util.el (ediff-submit-report): Doc fix.
5851 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
5852 delete tempfile if interrupted during compilation.
5854 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5856 * net/tls.el (tls-starttls-switches): Give up on using starttls with
5858 (tls-program): Add --insecure to be consistent with the defaults from
5859 openssl s_client. Now all three commands are insecure.
5861 2010-10-01 Eli Zaretskii <eliz@gnu.org>
5863 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
5864 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
5865 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
5867 2010-10-01 Glenn Morris <rgm@gnu.org>
5869 * obsolete/sc.el: Remove file.
5871 * files.el (temporary-file-directory): On darwin, also try
5872 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
5874 2010-10-01 Juanma Barranquero <lekktu@gmail.com>
5876 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
5877 Let's not break compatibility gratuitously, shall we?
5879 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5881 * net/tls.el (tls-starttls-switches): New variable.
5882 (tls-find-starttls-argument): Use it.
5883 (open-tls-stream): Ditto.
5885 * net/netrc.el (netrc-credentials): Return the value of the "default"
5887 (netrc-machine): Ditto.
5889 2010-09-30 Eli Zaretskii <eliz@gnu.org>
5891 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
5893 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
5895 * server.el (server-start): Don't write pid to the authentication file.
5896 (server-create-tty-frame): Don't send pid.
5897 (server-process-filter): Send pid at the start of every connection.
5899 2010-09-30 Glenn Morris <rgm@gnu.org>
5901 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
5902 (show-all-diary-entries): Remove obsolete function aliases.
5904 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
5905 Remove options, obsolete since 22.1.
5906 (appt-display-format, appt-display-message):
5907 Remove backwards-compatibility code.
5908 (appt-check): No longer check appt-issue-message.
5909 (appt-make-list): No longer autoload it. Doc fix. No longer
5910 activate the package.
5912 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5914 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
5915 (starttls-negotiate): Just call boot, and let the handshake be
5916 triggered from the read loop.
5918 2010-09-29 Glenn Morris <rgm@gnu.org>
5920 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
5921 not displaying the diary.
5922 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
5923 * calendar/appt.el (appt-check): No longer need to kill diary.
5925 * calendar/diary-lib.el (diary-list-entries): Move the
5926 "Preparing..." message entirely here.
5927 (diary-simple-display, diary-fancy-display): Move "Preparing..."
5928 messages to diary-list-entries.
5929 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
5930 diary-display-function.
5932 * calendar/diary-lib.el (diary-include-other-diary-files):
5933 Trap some recursive includes.
5935 * calendar/appt.el (appt-activate): Check diary file.
5937 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
5939 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
5942 * calendar/time-date.el: No need to require cl for Emacs 21.
5944 2010-09-28 Glenn Morris <rgm@gnu.org>
5946 * calendar/appt.el (appt-check): Minor simplification.
5948 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
5950 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
5953 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
5955 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5956 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
5958 2010-09-27 Kenichi Handa <handa@m17n.org>
5960 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
5963 2010-09-27 Kenichi Handa <handa@m17n.org>
5965 * international/mule.el (define-coding-system): Docstring fixed.
5967 * international/mule-diag.el (describe-character-set): Use princ
5968 with proper print-length and print-level instead of insert.
5970 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
5972 * window.el (walk-windows): Doc fix (bug#7105).
5974 2010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
5976 * emacs-lisp/float-sup.el (e): Remove.
5978 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
5980 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
5982 (starttls-negotiate): Use it.
5984 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5986 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
5989 2010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
5991 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
5993 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5995 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
5997 * net/netrc.el (netrc-store-data): New function.
5999 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
6001 * net/gnutls.el: GnuTLS glue code to set up a connection.
6003 2010-09-25 Julien Danjou <julien@danjou.info>
6005 * notifications.el: Call dbus-register-signal only if it is bound.
6007 2010-09-25 Glenn Morris <rgm@gnu.org>
6009 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6010 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6011 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6012 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6013 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6014 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6015 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
6016 * eshell/esh-util.el, eshell/esh-var.el:
6017 Remove leading `*' from docs of faces and defcustoms.
6019 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
6021 * eshell/em-ls.el (eshell-ls-archive-regexp):
6022 * eshell/esh-util.el (eshell-tar-regexp):
6023 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6024 * info.el (Info-suffix-list):
6025 * international/mule.el (auto-coding-alist):
6026 * woman.el (woman-file-regexp, woman-file-compression-regexp):
6027 * progmodes/etags.el (tags-compression-info-list):
6028 Support xz compression.
6030 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
6032 * files.el (get-free-disk-space): Don't assume the "df" output
6033 columns line up (Bug#6995).
6035 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
6037 * finder.el (finder-unknown-keywords):
6038 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
6039 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
6041 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
6043 * server.el (server-start): Revert part of 2010-08-08 change. Using
6044 address 127.0.0.1 for local host is now done in Fmake_network_process.
6046 2010-09-24 Glenn Morris <rgm@gnu.org>
6048 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
6049 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
6050 * textmodes/css-mode.el, textmodes/dns-mode.el:
6051 Move autoloaded auto-mode-alist entries to files.el.
6052 * files.el (auto-mode-alist): Move entries here.
6054 2010-09-23 Glenn Morris <rgm@gnu.org>
6056 * isearch.el (isearch-lazy-highlight-cleanup)
6057 (isearch-lazy-highlight-initial-delay)
6058 (isearch-lazy-highlight-interval)
6059 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
6060 * net/net-utils.el (ipconfig-program-options):
6061 Move aliases to options before the associated definitions.
6063 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6065 * newcomment.el (comment-normalize-vars): Better test validity of
6068 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6070 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
6071 (float-e): New name for `e'.
6072 (degrees-to-radians, radians-to-degrees):
6073 * calendar/solar.el (solar-longitude):
6074 * calculator.el (calculator-registers, calculator-funcall):
6075 * textmodes/artist.el (artist-spray-random-points):
6076 * play/bubbles.el (bubbles--initialize-images): Use new names.
6078 2010-09-23 Eric M. Ludlam <zappo@gnu.org>
6080 Update to CEDET 1.0's version of EIEIO.
6082 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
6084 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
6085 (eieio-default-eval-maybe): Eval val instead of unquoting only.
6086 (class-precedence-list): If class is nil, return nil.
6087 (eieio-generic-call): If class of first input arg is nil, don't
6088 look up static methods, and do check for primary methods.
6089 (initialize-instance): See if the default needs to be evaluated
6090 during the constructor.
6091 (eieio-perform-slot-validation-for-default): Don't do the check
6092 for values that will eventually be evaluated.
6093 (eieio-eval-default-p): New function.
6094 (eieio-default-eval-maybe): Use it.
6096 2010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
6098 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
6099 method-invocation-order.
6100 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
6101 (eieio-class-precedence-dfs): Compute class precedence list using
6103 (eieio-class-precedence-bfs): Compute class precedence list using
6105 (eieio-class-precedence-c3): Compute class precedence list using
6107 (class-precedence-list): New function.
6108 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
6109 (inconsistent-class-hierarchy): New error symbol.
6110 (call-next-method): Stow the replacement argument list for future
6111 call-next-method invocations.
6113 2010-09-23 Glenn Morris <rgm@gnu.org>
6115 * calendar/appt.el (appt-check): If not displaying the diary,
6116 use (diary 1) to only get the entries we need.
6117 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
6118 that it is in day order. (Bug#7019)
6120 * calendar/appt.el (appt-check): Rather than showing the diary,
6121 just turn off invisible display, and only if needed.
6123 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
6125 2010-09-23 Glenn Morris <rgm@gnu.org>
6127 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6128 (byte-compile-defvar, byte-compile-cl-warn):
6129 Start warnings with lower-case, like the majority.
6131 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
6133 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
6135 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
6136 * files.el (auto-mode-alist): Move ld-script entries here, further down
6139 * vc/add-log.el: Don't require timezone when compiling.
6140 (timezone-make-date-sortable): Autoload it.
6141 (change-log-sortable-date-at): Don't require timezone.
6142 Use `ignore-errors'.
6144 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6145 Move alias before definition, so it does not need autoloading.
6147 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
6148 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
6149 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
6150 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
6151 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
6152 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
6153 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
6154 * textmodes/tex-mode.el, textmodes/two-column.el:
6155 Remove leading `*' from docs of defcustoms etc.
6157 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
6159 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
6161 2010-09-22 Dan Christensen <jdc@uwo.ca>
6163 * calendar/time-date.el (date-to-time): Try using parse-time-string
6164 first before using the slower timezone-make-date-arpa-standard.
6166 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
6168 * calendar/time-date.el (format-seconds): Comment fix.
6170 2010-09-22 Glenn Morris <rgm@gnu.org>
6172 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
6173 is not automatically buffer-local.
6175 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6177 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
6178 (smie-indent-comment): Be more careful with comment-start-skip.
6179 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
6180 (smie-indent-functions): Use them.
6182 2010-09-21 Michael Albinus <michael.albinus@gmx.de>
6184 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
6186 2010-09-21 Jan Djärv <jan.h.d@swipnet.se>
6188 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
6189 tool-bar-position. Don't modify frame parameters here.
6190 (menu-bar-options-save): Add tool-bar-position.
6192 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
6194 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6196 * textmodes/reftex-parse.el (reftex-what-macro)
6197 (reftex-context-substring): Let-bind forward-sexp-function to nil
6198 since we don't need/want to treat \begin...\end as a block (bug#7053).
6200 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
6202 * simple.el (blink-matching-open): Use syntax-class.
6204 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
6205 Set invisibility spec for pascal's outline mode.
6206 (pascal-outline-change): Clean up calling convention.
6207 (pascal-show-all, pascal-hide-other-defuns): Update callers.
6209 * progmodes/prolog.el (prolog-smie-forward-token)
6210 (prolog-smie-backward-token): New functions.
6211 (prolog-mode-variables): Use them to parse "!," correctly.
6212 Set up smie-blink-matching for ".".
6214 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
6216 (ispell-region, ispell-process-line): Update users.
6218 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
6221 * textmodes/ispell.el: Fix commenting convention.
6222 (ispell-parse-output): Simplify, use push.
6223 (ispell-region): Use match-string-no-properties.
6224 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
6225 (ispell-minor-mode): Use define-minor-mode.
6226 (ispell-message): Remove unused var `skip-regexp'.
6227 (ispell-add-per-file-word-list): Use dynamic let-binding.
6228 Try and use the proper comment marker.
6230 * mail/sendmail.el: Fix commenting convention.
6231 (sendmail-send-it): Use line-beginning-position.
6233 * help-fns.el (describe-variable): Add original value, if applicable.
6235 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
6237 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
6239 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
6241 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6243 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
6244 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
6245 (smie-prec2-levels): Use them to better diagnose precedence cycles.
6246 (smie-blink-matching-check): Don't signal a mismatch if car is t.
6247 (smie-blink-matching-open): Rewrite to remove assumptions, so that
6248 something like "." can also be a closer.
6249 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
6250 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
6251 Rename internal functions to use "--". Update callers.
6253 * frame.el (make-frame-names-alist): Don't list frames on other displays.
6255 * fringe.el (fringe-styles): New var.
6256 (fringe-mode, fringe-query-style): Use it.
6258 2010-09-18 Michael R. Mauger <mmaug@yahoo.com>
6260 * progmodes/sql.el: Version 2.8
6261 (sql-login-params): Update widget structure; changes still needed.
6262 (sql-product-alist): Add :list-all and :list-table features for
6263 SQLite, Postgres and MySQL products.
6264 (sql-redirect): Handle default value.
6265 (sql-execute, sql-execute-feature): New functions.
6266 (sql-read-table-name): New function.
6267 (sql-list-all, sql-list-table): New functions. User API.
6268 (sql-mode-map, sql-interactive-mode-map): Add key definitions
6269 for above functions.
6270 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
6271 for above functions.
6272 (sql-postgres-login-params): Add user and database defaults.
6273 (sql-buffer-live-p): Bug fix.
6274 (sql-product-history): New variable.
6275 (sql-read-product): New function. Use it.
6276 (sql-set-product, sql-product-interactive): Use it.
6277 (sql-connection-history): New variable.
6278 (sql-read-connection): New function. Use it.
6279 (sql-connect): New function.
6280 (sql-for-each-login): Redesign function interface.
6281 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
6282 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
6283 (sql-comint): Check for program. Existing live buffer.
6284 (sql-comint-postgres): Add port parameter.
6286 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6288 * emacs-lisp/warnings.el: Fix commenting convention.
6289 (display-warning): Use special mode and make the buffer read-only.
6291 2010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
6293 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
6294 empty string when it follows a repeated or optional pattern.
6296 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6298 * indent.el (indent-according-to-mode): Apply syntax-propertize.
6299 (indent-region): Use indent-according-to-mode.
6301 2010-09-18 Eli Zaretskii <eliz@gnu.org>
6303 * fringe.el (fringe-mode): Doc fix.
6305 2010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
6307 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
6308 refreshing the preview buffer.
6310 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6312 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
6313 (latex-syntax-propertize-rules): New consts; replace
6314 tex-font-lock-syntactic-keywords.
6315 (tex-env-mark, latex-env-before-change): New functions.
6316 (latex-electric-env-pair-mode): New minor mode.
6317 (tex-font-lock-verb): Change arguments; do move point.
6318 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
6319 representation as a form of comment.
6320 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
6321 (doctex-syntax-propertize-rules): New const; replaces
6322 doctex-font-lock-syntactic-keywords.
6323 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
6325 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
6326 (fortran-make-syntax-propertize-function): New function; replaces
6327 fortran-font-lock-syntactic-keywords.
6328 (fortran-mode): Use it.
6329 (fortran-line-length): Use it. Improve interactive spec.
6331 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
6332 (syntax-propertize-rules): Add var-ref case. Fix offset computation
6333 when adding surrounding \(..\).
6335 * progmodes/js.el (js-mode): Fix last change (bug#7054).
6337 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6339 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
6340 Use with-current-buffer.
6342 * isearch.el (isearch-face): Rename from `isearch'.
6343 (isearch-highlight): Use new name.
6345 2010-09-17 Eli Zaretskii <eliz@gnu.org>
6347 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
6348 5, for `half' width fringes. (Bug#6933)
6350 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6352 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6353 (byte-compile-defvar): "foo/bar" does not lack a prefix.
6355 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
6357 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
6359 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
6360 in calculating new frame position. Add more space between new and
6361 parent on the left (Bug#7048).
6363 2010-09-17 Michael Albinus <michael.albinus@gmx.de>
6365 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
6368 2010-09-16 Chong Yidong <cyd@stupidchicken.com>
6370 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6372 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
6373 obsolete alias for x-selection-value.
6375 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
6377 2010-09-16 Michael Albinus <michael.albinus@gmx.de>
6379 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
6382 2010-09-15 Michael Albinus <michael.albinus@gmx.de>
6384 * net/tramp-compat.el (tramp-compat-with-temp-message)
6385 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
6386 (tramp-compat-process-put): New defuns.
6388 * net/tramp.el (top):
6389 * net/tramp-gvfs.el (top):
6390 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
6392 * net/tramp.el (tramp-progress-reporter-update):
6393 Use `tramp-compat-funcall'.
6395 * net/tramp.el (tramp-process-actions):
6396 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
6397 * net/tramp-sh.el (tramp-handle-vc-registered)
6398 (tramp-get-remote-stat, tramp-get-remote-readlink):
6399 Use `tramp-compat-with-temp-message'.
6401 * net/tramp-sh.el (top): Require 'cl.
6402 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
6403 (tramp-open-connection-setup-interactive-shell):
6404 Use `tramp-compat-process-put'.
6406 2010-09-15 Alan Mackenzie <acm@muc.de>
6408 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
6410 (c-forward-<>-arglist-recur): Fix an infinite recursion.
6412 2010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6414 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6415 `lexical' for warnings related to lexical scoping.
6416 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
6417 global vars which don't have a prefix and could hence affect lexical
6418 scoping in unrelated files.
6420 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6422 * net/imap.el: Revert back to version
6423 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6426 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
6428 * obsolete/old-whitespace.el (whitespace-unload-function):
6429 Explicitly pass `obarray' to `unintern' to avoid a warning.
6431 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6433 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
6434 Add `when' argument. Update callers.
6436 * subr.el (unintern): Declare the obarray arg mandatory.
6438 2010-09-14 Glenn Morris <rgm@gnu.org>
6440 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
6443 * calendar/diary-lib.el (diary-included-files): New variable.
6444 (diary-list-entries): Maybe initialize diary-included-files.
6445 (diary-include-other-diary-files): Append to diary-included-files.
6446 * calendar/appt.el (appt-update-list): Also check the members of
6447 diary-included-files. (Bug#6999)
6448 (appt-check): Doc fix.
6450 2010-09-14 David Reitter <david.reitter@gmail.com>
6452 * simple.el (line-move-visual): Do not truncate goal column to
6453 integer size. (Bug#7020)
6455 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6457 * repeat.el (repeat): Allow repeating when the last event is a click.
6458 Suggested by Drew Adams (bug#6256).
6460 2010-09-14 Sascha Wilde <wilde@sha-bang.de>
6462 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
6463 Replace setting HGRCPATH to "" by some less invasive --config options.
6465 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6467 * font-lock.el (font-lock-beginning-of-syntax-function):
6470 2010-09-14 Glenn Morris <rgm@gnu.org>
6472 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
6473 and tool-bar modes. (Bug#6211)
6474 (menu-bar-mode): Move setting of standard-value after the
6475 minor-mode definition, otherwise it seems to have no effect.
6477 2010-09-14 Masatake YAMATO <yamato@redhat.com>
6479 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
6480 Fix typo. (Bug#6976)
6482 2010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6484 * whitespace.el: Allow cleaning up blanks without blank
6485 visualization (Bug#6651). Adjust help window for
6486 whitespace-toggle-options (Bug#6479). Allow to use fill-column
6487 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
6488 (whitespace-style): Add new value 'face. Adjust docstring.
6489 (whitespace-space, whitespace-hspace, whitespace-tab):
6490 Adjust foreground property face.
6491 (whitespace-line-column): Adjust docstring and type declaration.
6492 (whitespace-style-value-list, whitespace-toggle-option-alist)
6493 (whitespace-help-text): Adjust const initialization.
6494 (whitespace-toggle-options, global-whitespace-toggle-options):
6496 (whitespace-display-window, whitespace-interactive-char)
6497 (whitespace-style-face-p, whitespace-color-on): Adjust code.
6498 (whitespace-help-scroll): New fun.
6500 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
6502 * calendar/time-date.el (format-seconds): Comment fix.
6504 2010-09-13 Michael R. Mauger <mmaug@yahoo.com>
6506 * progmodes/sql.el: Version 2.7.
6507 (sql-buffer-live-p): Improve detection.
6508 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
6509 (sql-set-sqli-buffer): Use it.
6510 (sql-product-interactive): Run `sql-set-sqli-hook'.
6511 (sql-rename-buffer): Code cleanup.
6512 (sql-redirect, sql-redirect-value): New functions. More to come.
6514 2010-09-13 Juanma Barranquero <lekktu@gmail.com>
6516 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.
6517 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
6518 (TRAMP_SRC): New macro.
6519 ($(lisp)/net/tramp-loaddefs.el): New target.
6521 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
6523 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
6525 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
6527 * net/tramp.el (top): Don't show loading message. Require just
6528 'tramp-compat, everything else is required there.
6529 Use `ignore-errors' where appropriate.
6530 (tramp-inline-compress-start-size, tramp-copy-size-limit)
6531 (tramp-terminal-type, tramp-end-of-output)
6532 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
6533 (tramp-completion-function-alist-ssh)
6534 (tramp-completion-function-alist-telnet)
6535 (tramp-completion-function-alist-su)
6536 (tramp-completion-function-alist-putty, tramp-remote-path)
6537 (tramp-remote-process-environment, tramp-sh-extra-args)
6538 (tramp-actions-before-shell, tramp-uudecode)
6539 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
6540 (tramp-perl-file-attributes)
6541 (tramp-perl-directory-files-and-attributes)
6542 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
6543 (tramp-perl-encode, tramp-perl-decode)
6544 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
6545 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
6546 (tramp-handle-make-symbolic-link, tramp-handle-load)
6547 (tramp-handle-file-name-as-directory)
6548 (tramp-handle-file-name-directory)
6549 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
6550 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
6551 (tramp-do-file-attributes-with-ls)
6552 (tramp-do-file-attributes-with-perl)
6553 (tramp-do-file-attributes-with-stat)
6554 (tramp-handle-set-visited-file-modtime)
6555 (tramp-handle-verify-visited-file-modtime)
6556 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
6557 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
6558 (tramp-handle-file-selinux-context)
6559 (tramp-handle-set-file-selinux-context)
6560 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
6561 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
6562 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
6563 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
6564 (tramp-handle-file-ownership-preserved-p)
6565 (tramp-handle-directory-file-name, tramp-handle-directory-files)
6566 (tramp-handle-directory-files-and-attributes)
6567 (tramp-do-directory-files-and-attributes-with-perl)
6568 (tramp-do-directory-files-and-attributes-with-stat)
6569 (tramp-handle-file-name-all-completions)
6570 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
6571 (tramp-handle-copy-file, tramp-handle-copy-directory)
6572 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
6573 (tramp-do-copy-or-rename-file-via-buffer)
6574 (tramp-do-copy-or-rename-file-directly)
6575 (tramp-do-copy-or-rename-file-out-of-band)
6576 (tramp-handle-make-directory, tramp-handle-delete-directory)
6577 (tramp-handle-delete-file)
6578 (tramp-handle-dired-recursive-delete-directory)
6579 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
6580 (tramp-handle-insert-directory)
6581 (tramp-handle-unhandled-file-name-directory)
6582 (tramp-handle-expand-file-name)
6583 (tramp-handle-substitute-in-file-name)
6584 (tramp-handle-executable-find, tramp-process-sentinel)
6585 (tramp-handle-start-file-process, tramp-handle-process-file)
6586 (tramp-handle-call-process-region, tramp-handle-shell-command)
6587 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
6588 (tramp-handle-insert-file-contents)
6589 (tramp-handle-insert-file-contents-literally)
6590 (tramp-handle-find-backup-file-name)
6591 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
6592 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
6593 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
6594 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
6595 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
6596 (tramp-find-file-exists-command, tramp-open-shell)
6597 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
6598 (tramp-open-connection-setup-interactive-shell)
6599 (tramp-local-coding-commands, tramp-remote-coding-commands)
6600 (tramp-find-inline-encoding, tramp-call-local-coding-command)
6601 (tramp-inline-compress-commands, tramp-find-inline-compress)
6602 (tramp-compute-multi-hops, tramp-maybe-open-connection)
6603 (tramp-send-command, tramp-wait-for-output)
6604 (tramp-send-command-and-check, tramp-barf-unless-okay)
6605 (tramp-send-command-and-read, tramp-mode-string-to-int)
6606 (tramp-convert-file-attributes, tramp-check-cached-permissions)
6607 (tramp-file-mode-from-int, tramp-file-mode-permissions)
6608 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
6609 (tramp-method-out-of-band-p, tramp-local-host-p)
6610 (tramp-get-remote-path, tramp-get-remote-tmpdir)
6611 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
6612 (tramp-get-test-command, tramp-get-test-nt-command)
6613 (tramp-get-file-exists-command, tramp-get-remote-ln)
6614 (tramp-get-remote-perl, tramp-get-remote-stat)
6615 (tramp-get-remote-readlink, tramp-get-remote-trash)
6616 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
6617 (tramp-get-local-uid, tramp-get-local-gid)
6618 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
6620 (tramp-methods, tramp-default-method-alist)
6621 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
6622 Move initialization to tramp-sh.el.
6623 (tramp-temp-name-prefix): Make it a defconst.
6624 (tramp-dissect-file-name): Don't check anymore for multi-hop
6626 (tramp-debug-outline-regexp): Add a docstring.
6627 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
6628 (tramp-get-debug-buffer): Use it.
6630 * net/tramp-cache.el (top): Set tramp-autoload cookie for
6631 initialization forms.
6632 (tramp-set-connection-property): Don't protect `tramp-message'
6633 call, it isn't necessary any longer.
6634 (tramp-dump-connection-properties): Use `ignore-errors'.
6636 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
6637 'password-cache and 'auth-source.
6639 * net/tramp-gvfs.el (top):
6640 * net/tramp-smb.el (top): Require 'tramp-sh.
6642 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
6644 * net/tramp-sh.el: New file, derived from tramp.el.
6645 (top): Initialize `tramp-methods', `tramp-default-method-alist',
6646 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
6647 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
6648 Use `ignore-errors' where appropriate.
6649 (tramp-sh-file-name-handler-alist): Rename from
6650 `tramp-file-name-handler-alist'.
6651 (tramp-send-command-and-check): Return t or nil. Remove all
6652 `zerop' checks, where called.
6653 (tramp-handle-set-file-modes)
6654 (tramp-do-copy-or-rename-file-directly)
6655 (tramp-handle-delete-directory, tramp-handle-delete-file)
6656 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
6657 (tramp-sh-file-name-handler, tramp-send-command-and-check)
6658 (tramp-get-remote-ln): Set tramp-autoload cookie.
6660 * net/tramp-fish.el: Remove file.
6662 2010-09-13 Daiki Ueno <ueno@unixuser.org>
6664 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
6665 buffer-file-name to avoid file-locking. (Bug#7026)
6667 2010-09-13 Julien Danjou <julien@danjou.info>
6669 * notifications.el (notifications-notify): Add support for
6670 image-path and sound-name.
6671 (notifications-specification-version): Add this variable.
6673 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6675 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
6677 2010-09-12 Leo <sdl.web@gmail.com>
6679 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
6680 (rcirc-completion-start): New variables.
6681 (rcirc-nick-completions): Rename to rcirc-completions.
6682 (rcirc-nick-completion-start-offset): Delete.
6683 (rcirc-completion-at-point): New function for constructing
6684 completion data for both nicks and irc commands. Add to
6685 completion-at-point-functions in rcirc mode.
6686 (rcirc-complete): Rename from rcirc-nick-complete; use
6687 rcirc-completion-at-point.
6688 (defun-rcirc-command): Update rcirc-client-commands.
6690 2010-09-11 Glenn Morris <rgm@gnu.org>
6692 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
6693 atomically, to avoid parallel build errors. (Bug#4196)
6695 2010-09-11 Michael R. Mauger <mmaug@yahoo.com>
6697 * progmodes/sql.el: Version 2.6
6698 (sql-dialect): Synonym for "sql-product".
6699 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
6700 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
6701 Set "sql-buffer" to buffer name not buffer object so multiple sql
6702 interactive buffers work properly. Reverts misguided changes in
6704 (sql-comint): Make sure different buffer name is used if "*SQL*"
6705 buffer is for a different product.
6706 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
6708 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
6709 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
6710 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
6711 Accept new buffer name or prompt for one.
6712 (sql-port): Default to zero.
6713 (sql-comint-mysql): Handle "sql-port" as a numeric.
6714 (sql-port-history): Delete unused variable.
6715 (sql-get-login): Default "sql-port" to a number.
6716 (sql-product-alist): Correct Postgres prompt and terminator regexp.
6717 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
6718 "sqlite3" executables.
6719 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
6720 (sql-buffer-live-p): New function.
6721 (sql-mode-menu, sql-send-string): Use it.
6722 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
6724 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
6725 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
6727 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6729 * net/netrc.el (netrc-credentials): New convenience function.
6731 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6733 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
6734 to replace texinfo-font-lock-syntactic-keywords.
6735 (texinfo-mode): Use it.
6737 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
6738 Use syntax-propertize-function.
6740 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
6741 replace sgml-font-lock-syntactic-keywords.
6742 (sgml-mode): Use it.
6744 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
6745 since we don't use it.
6747 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
6749 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
6751 (vhdl-fontify-buffer): Adjust.
6753 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
6754 replace tcl-font-lock-syntactic-keywords.
6757 * progmodes/simula.el (simula-syntax-propertize-function): New var to
6758 replace simula-font-lock-syntactic-keywords.
6759 (simula-mode): Use it.
6761 * progmodes/sh-script.el (sh-st-symbol): Remove.
6762 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
6763 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
6764 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
6765 (sh-font-lock-paren): Set syntax-multiline.
6766 (sh-font-lock-syntactic-keywords): Remove.
6767 (sh-syntax-propertize-function): New function to replace it.
6770 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
6771 Define while compiling.
6772 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
6773 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
6774 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
6775 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
6776 (ruby-here-doc-end-syntax): Only define when
6777 syntax-propertize is not available.
6778 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
6780 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
6781 (electric-indent-chars): Silence bytecompiler.
6782 (ruby-mode): Use prog-mode, syntax-propertize-function, and
6783 electric-indent-chars.
6785 * progmodes/python.el (python-syntax-propertize-function): New var to
6786 replace python-font-lock-syntactic-keywords.
6787 (python-mode): Use it.
6788 (python-quote-syntax): Simplify and adjust to new use.
6790 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
6791 replace perl-font-lock-syntactic-keywords.
6792 (perl-syntax-propertize-special-constructs): New fun to replace
6793 perl-font-lock-special-syntactic-constructs.
6794 (perl-font-lock-syntactic-face-function): New fun.
6795 (perl-mode): Use it.
6797 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
6798 to replace octave-font-lock-close-quotes.
6799 (octave-syntax-propertize-function): New function to replace
6800 octave-font-lock-syntactic-keywords.
6801 (octave-mode): Use it.
6803 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
6804 replaces mixal-font-lock-syntactic-keywords.
6805 (mixal-mode): Use it.
6807 * progmodes/make-mode.el (makefile-syntax-propertize-function):
6808 New var; replaces makefile-font-lock-syntactic-keywords.
6809 (makefile-mode): Use it.
6810 (makefile-imake-mode): Adjust.
6812 * progmodes/js.el (js--regexp-literal): Define while compiling.
6813 (js-syntax-propertize-function): New var; replaces
6814 js-font-lock-syntactic-keywords.
6817 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
6818 replaces gdb-script-font-lock-syntactic-keywords.
6819 (gdb-script-mode): Use it.
6821 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
6822 (fortran--font-lock-syntactic-keywords): New var.
6823 (fortran-line-length): Update syntax-propertize-function and
6824 fortran--font-lock-syntactic-keywords.
6826 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
6828 * progmodes/cfengine.el (cfengine-mode):
6829 Use syntax-propertize-function.
6830 (cfengine-font-lock-syntactic-keywords): Remove.
6832 * progmodes/autoconf.el (autoconf-mode):
6833 Use syntax-propertize-function.
6834 (autoconf-font-lock-syntactic-keywords): Remove.
6836 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
6837 (ada-after-change-function, ada-initialize-syntax-table-properties)
6838 (ada-handle-syntax-table-properties): Only define when
6839 syntax-propertize is not available.
6840 (ada-mode): Use syntax-propertize-function.
6842 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
6843 (font-lock-fontify-syntactic-keywords-region): Move handling of
6844 font-lock-syntactically-fontified to...
6845 (font-lock-default-fontify-region): ...here.
6846 Let syntax-propertize-function take precedence.
6847 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
6849 * emacs-lisp/syntax.el (syntax-propertize-function)
6850 (syntax-propertize-chunk-size, syntax-propertize--done)
6851 (syntax-propertize-extend-region-functions): New vars.
6852 (syntax-propertize-wholelines, syntax-propertize-multiline)
6853 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
6854 (syntax-propertize): New functions.
6855 (syntax-propertize-rules): New macro.
6856 (syntax-ppss-flush-cache): Set syntax-propertize--done.
6857 (syntax-ppss): Call syntax-propertize.
6859 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
6861 2010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
6863 * textmodes/ispell.el (ispell-init-process): Improve comments.
6864 XEmacs compatibility changes regarding (add-hook) 'local option
6865 and (set-process-query-on-exit-flag).
6867 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
6869 * net/tramp-cache.el (tramp-parse-connection-properties):
6870 Set tramp-autoload cookie.
6872 2010-09-09 Glenn Morris <rgm@gnu.org>
6874 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
6875 (imagemagick-register-types): Doc fix.
6877 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
6879 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
6881 * progmodes/js.el (require): Require is already "eval-and-compile".
6882 (js--re-search-forward): Avoid `eval'. Preserve the error data.
6883 (js--re-search-backward): Use js--re-search-forward.
6885 * progmodes/fortran.el (fortran-line-length): Don't recompute
6886 syntactic keywords redundantly a second time.
6888 * progmodes/ada-mode.el: Replace "(set '" with setq.
6889 (ada-mode): Simplify.
6890 (ada-create-case-exception, ada-adjust-case-interactive)
6891 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
6892 (ada-search-ignore-string-comment, ada-move-to-start)
6893 (ada-move-to-end): Use with-syntax-table.
6895 * font-lock.el (save-buffer-state): Remove `varlist' arg.
6896 (font-lock-unfontify-region, font-lock-default-fontify-region):
6897 Update usage correspondingly.
6898 (font-lock-fontify-syntactic-keywords-region):
6899 Set parse-sexp-lookup-properties buffer-locally here.
6900 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
6902 * simple.el (blink-matching-open): Don't burp if we can't find a match.
6904 2010-09-08 Glenn Morris <rgm@gnu.org>
6906 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
6907 Error if not compiled with -DBYTE_CODE_METER.
6909 * emacs-lisp/bytecomp.el (byte-recompile-directory):
6910 Ignore dir-locals-file.
6912 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
6914 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6916 (compilation-error-regexp-alist-alist): Rule out ": " in file names
6917 for the `gnu' messages.
6918 (compilation-set-skip-threshold): New command.
6919 (compilation-start): Use \' rather than $.
6920 (compilation-forget-errors): Use clrhash.
6922 2010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
6924 * textmodes/ispell.el (ispell-valid-dictionary-list):
6927 2010-09-08 Michael Albinus <michael.albinus@gmx.de>
6929 Migrate to Tramp 2.2. Rearrange load dependencies.
6930 (Bug#1529, Bug#5448, Bug#5705)
6932 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
6933 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
6934 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
6936 * net/tramp.el (top): Remove all other tramp-* loads except
6937 tramp-compat.el. Remove all changes to tramp-unload-hook for
6938 other tramp-* packages. Rearrange defun order. Change calls of
6939 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
6940 `tramp-compat-octal-to-decimal' to new function names.
6941 (tramp-terminal-type, tramp-initial-end-of-output)
6942 (tramp-methods, tramp-foreign-file-name-handler-alist)
6943 (tramp-tramp-file-p, tramp-completion-mode-p)
6944 (tramp-send-command-and-check, tramp-get-remote-path)
6945 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
6946 (tramp-shell-quote-argument): Set tramp-autoload cookie.
6947 (with-file-property, with-connection-property): Move to
6949 (tramp-local-call-process, tramp-decimal-to-octal)
6950 (tramp-octal-to-decimal): Move to tramp-compat.el.
6951 (tramp-handle-shell-command): Do not require 'shell.
6952 (tramp-compute-multi-hops): No special handling for tramp-gw-*
6954 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
6956 * net/tramp-cache.el (top): Require 'tramp. Add to
6957 `tramp-unload-hook'.
6958 (tramp-cache-data, tramp-get-file-property)
6959 (tramp-set-file-property, tramp-flush-file-property)
6960 (tramp-flush-directory-property, tramp-get-connection-property)
6961 (tramp-set-connection-property, tramp-flush-connection-property)
6962 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
6964 (with-file-property, with-connection-property): New defuns, moved
6966 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
6969 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
6970 (tramp-version): Set tramp-autoload cookie.
6972 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
6973 changes to tramp-unload-hook for other tramp-* packages. Add to
6974 `tramp-unload-hook'.
6975 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
6976 (tramp-compat-call-process): New defuns, moved from tramp.el.
6978 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
6979 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
6980 Add to `tramp-unload-hook'. Change call of
6981 `tramp-compat-decimal-to-octal' to new function name.
6982 (tramp-fish-method): Make it a defconst.
6983 (tramp-fish-file-name-p): Make it a defsubst.
6984 (tramp-fish-method, tramp-fish-file-name-handler)
6985 (tramp-fish-file-name-p): Set tramp-autoload cookie.
6987 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
6988 `tramp-foreign-file-name-handler-alist'. Add to
6989 `tramp-unload-hook'.
6990 (tramp-ftp-method): Make it a defconst.
6991 (tramp-ftp-file-name-p): Make it a defsubst.
6992 (tramp-ftp-method, tramp-ftp-file-name-handler)
6993 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
6995 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
6996 `tramp-foreign-file-name-handler-alist'. Add to
6997 `tramp-unload-hook'. Change checks, whether package can be
6999 (tramp-gvfs-file-name-p): Make it a defsubst.
7000 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
7001 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
7002 (tramp-gvfs-handle-file-directory-p): New defun.
7003 (tramp-gvfs-file-name-handler-alist): Use it.
7005 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
7006 `tramp-foreign-file-name-handler-alist'. Add to
7007 `tramp-unload-hook'.
7008 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
7009 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
7011 (tramp-gw-tunnel-method, tramp-gw-socks-method)
7012 (tramp-gw-open-connection): Set tramp-autoload cookie.
7014 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
7015 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7016 Add to `tramp-unload-hook'. Change checks, whether package can be
7018 (tramp-imap-file-name-p): Make it a defsubst.
7019 (tramp-imap-method, tramp-imaps-method)
7020 (tramp-imap-file-name-handler)
7021 (tramp-imap-file-name-p): Set tramp-autoload cookie.
7023 * net/tramp-smb.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
7026 loaded. Change call of `tramp-compat-decimal-to-octal' to new
7028 (tramp-smb-tunnel-method): Make it a defconst.
7029 (tramp-smb-file-name-p): Make it a defsubst.
7030 (tramp-smb-method, tramp-smb-file-name-handler)
7031 (tramp-smb-file-name-p): Set tramp-autoload cookie.
7033 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
7034 (tramp-uuencode-region): Set tramp-autoload cookie.
7036 * net/trampver.el (top) Add to `tramp-unload-hook'.
7037 (tramp-version, tramp-bug-report-address): Set tramp-autoload
7038 cookie. Update release number.
7040 2010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
7042 * textmodes/ispell.el (ispell-start-process): Make sure original
7043 arg list is properly initialized (Bug#6993, Bug#6994).
7045 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
7047 * files.el (directory-abbrev-alist): Use \` as default regexp.
7049 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
7050 chars like - or ] (bug#6984).
7051 (rx-any-condense-range): Explode 2-char ranges.
7053 2010-09-06 Glenn Morris <rgm@gnu.org>
7055 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
7057 2010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7059 * textmodes/bibtex.el:
7060 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
7062 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7064 * net/imap.el (imap-message-map): Remove optional buffer parameter,
7065 since no callers use it.
7066 (imap-message-get): Ditto.
7067 (imap-message-put): Ditto.
7068 (imap-mailbox-map): Ditto.
7069 (imap-mailbox-put): Ditto.
7070 (imap-mailbox-get): Ditto.
7071 (imap-mailbox-get): Revert last change for this function.
7073 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7075 * net/imap.el (imap-fetch-safe): Remove function, and alter all
7076 callers to use `imap-fetch' instead. According to the comments, this
7077 should be safe, since all other IMAP clients use the 1:* syntax.
7078 (imap-enable-exchange-bug-workaround): Remove.
7079 (imap-debug): Remove -- doesn't seem very useful.
7081 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7083 * net/imap.el (imap-log): New convenience function used throughout
7084 instead of repeating the same code all over the place.
7086 2010-09-05 David De La Harpe Golden <david@harpegolden.net>
7088 * mouse.el (mouse-save-then-kill): Save region to kill-ring
7089 when mouse-drag-copy-region is non-nil (Bug#6956).
7091 2010-09-05 Chong Yidong <cyd@stupidchicken.com>
7093 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
7094 Improve regexps (Bug#6987).
7095 (dired-sort-toggle): Search more robustly for -t flag.
7097 * files.el (get-free-disk-space): Search more robustly for
7098 "available" column. Suggested by Ehud Karni
7099 <ehud@unix.mvs.co.il>.
7101 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
7103 * international/uni-bidi.el:
7104 * international/uni-category.el:
7105 * international/uni-combining.el:
7106 * international/uni-decimal.el:
7107 * international/uni-mirrored.el:
7108 * international/uni-name.el: Regenerate.
7110 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7112 * electric.el (electric-indent-post-self-insert-function):
7113 Don't reindent with a sloppy indentation function.
7115 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
7116 border case in change-log-mode.
7118 2010-09-04 Chong Yidong <cyd@stupidchicken.com>
7120 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7121 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
7122 Recognize leading tab in gcc-include regexp. Ignore names with
7123 leading "from" or "in" in gnu regexp (Bug#6937).
7125 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7127 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
7128 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
7129 (ispell-start-process): Avoid setq and simplify logic.
7130 (ispell-init-process): Setup kill-buffer-hook locally when needed.
7131 (kill-buffer-hook): Don't use it globally with code that uses
7132 expand-file-name since that may call kill-buffer via
7133 code_conversion_restore.
7135 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
7137 * emacs-lisp/package.el (package-directory-list): Only call
7138 file-name-nondirectory on a string.
7140 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
7142 * emacs-lisp/package.el (package--download-one-archive):
7143 Ensure that archive-contents is valid before saving it.
7144 (package-activate-1, package-mark-obsolete, define-package)
7145 (package-compute-transaction, package-list-maybe-add): Use push.
7147 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7149 Use SMIE's blink-paren for octave-mode.
7150 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
7151 Backslashes do not escape single-quotes, single-quotes do.
7152 (octave-block-else-regexp, octave-block-end-regexp)
7153 (octave-block-match-alist): Remove.
7154 (octave-smie-bnf-table): New var, with old content.
7155 (octave-smie-op-levels): Use it.
7156 (octave-smie-closer-alist): New var.
7157 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
7158 (octave-blink-matching-block-open): Remove.
7159 (octave-reindent-then-newline-and-indent, octave-electric-semi)
7160 (octave-electric-space): Let self-insert-command run expand-abbrev and
7163 * electric.el (electricity): New group.
7164 (electric-indent-chars): New var.
7165 (electric-indent-post-self-insert-function): New fun.
7166 (electric-indent-mode): New minor mode.
7167 (electric-pair-skip-self): New custom.
7168 (electric-pair-post-self-insert-function): New function.
7169 (electric-pair-mode): New minor mode.
7171 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
7172 calcAlg-blink-matching-open.
7173 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
7174 (calc-do-alg-entry): Only touch the part of the keymap that varies.
7175 Use the new blink-matching-check-function.
7177 Provide blink-matching support to SMIE.
7178 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
7179 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
7180 (smie-blink-matching-check, smie-blink-matching-open): New functions.
7182 * simple.el (newline): Fix last change to properly remove itself from
7185 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7187 * simple.el (newline): Eliminate optimization.
7188 Use post-self-insert-hook to set hard-newline and things before
7189 running post-self-insert-hook.
7190 (blink-matching-check-mismatch): New function.
7191 (blink-matching-check-function): New variable.
7192 (blink-matching-open): Use them.
7193 Skip back forward over prefix chars skipped by forward-sexp.
7194 Don't check if the parens are backslash escaped.
7195 (blink-paren-post-self-insert-function): Check backslash escaping here.
7197 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
7199 * emacs-lisp/package.el (package-menu-mode-map):
7200 Change package-menu-revert bindings to revert-buffer.
7201 (package-menu-mode): Set revert-buffer-function.
7202 (package-menu-revert): Doc fix.
7204 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
7206 * textmodes/ispell.el (ispell-init-process): Use "~/" as
7207 `default-directory' unless using Ispell per-directory personal
7208 dictionaries and not in a mini-buffer under XEmacs.
7209 (kill-buffer-hook): Do not kill ispell process on exit when
7210 `ispell-process-directory' is "~/". (Bug#6143)
7212 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
7214 * simple.el (kill-new): Call interprogram-cut-function with only
7217 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
7218 Remove cut buffer from error message.
7220 * term/x-win.el (x-select-text):
7221 * term/pc-win.el (x-selection-value):
7222 * term/ns-win.el (x-selection-value):
7223 * eshell/em-term.el:
7224 * w32-fns.el (x-get-selection-value):
7225 * mouse-sel.el (mouse-sel-set-selection-function):
7226 * frame.el (display-selections-p): Remove cut-buffer in documentation.
7228 * term/x-win.el: Update documentation for x-last-selected-text-*.
7229 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
7230 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
7231 (x-select-text): Remove argument PUSH, update documentation.
7232 Remove cut-buffer code.
7233 (x-selection-value-internal): Was previously x-selection-value.
7234 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
7235 Update documentation, remove cut-buffer code.
7236 Call x-selection-value-internal.
7237 (x-clipboard-yank): Call x-selection-value-internal.
7238 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
7240 * term/pc-win.el (x-last-selected-text):
7241 x-cut-buffer-or-selection-value renamed to x-selection-value
7242 (x-select-text): Remove argument PUSH, update documentation.
7244 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
7245 x-cut-buffer-or-selection-value renamed to x-selection-value
7246 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
7247 (x-select-text): Remove argument PUSH, update documentation.
7249 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
7251 * w32-fns.el (x-last-selected-text):
7252 x-cut-buffer-or-selection-value renamed to x-selection-value.
7253 (x-cut-buffer-max): Remove.
7254 (x-select-text): Remove argument PUSH, update documentation.
7256 * simple.el (interprogram-cut-function): Remove mention of PUSH.
7258 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
7260 * mouse-sel.el (mouse-sel-get-selection-function):
7261 x-cut-buffer-or-selection-value renamed to x-selection-value.
7262 (x-select-text): Remove optional push.
7264 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7266 * simple.el (blink-paren-function): Move from C to here.
7267 (blink-paren-post-self-insert-function): New function.
7268 (post-self-insert-hook): Use it.
7270 * emacs-lisp/pcase.el (pcase-split-memq):
7271 Fix overenthusiastic optimisation.
7272 (pcase-u1): Handle the case of a lambda pred.
7274 2010-08-31 Kenichi Handa <handa@m17n.org>
7276 * international/mule-cmds.el (standard-display-european-internal):
7277 Setup standard-display-table for 8-bit characters by storing 8-bit
7278 characters in the element vector.
7280 * disp-table.el (standard-display-8bit):
7281 Setup standard-display-table for 8-bit characters by storing 8-bit
7282 characters in the element vector.
7283 (standard-display-european): Likewise.
7285 2010-08-31 Masatake YAMATO <yamato@redhat.com>
7287 * textmodes/nroff-mode.el (nroff-view): New command.
7288 (nroff-mode-map): Bind it to C-c C-c.
7290 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7292 * emacs-lisp/smie.el (smie-down-list): New command.
7294 Remove old indentation and navigation code on octave-mode.
7295 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
7296 smie-down-list rather than add a binding for octave-down-block.
7297 (octave-mark-block, octave-blink-matching-block-open):
7298 Rely on forward-sexp-function.
7299 (octave-fill-paragraph): Don't narrow, so you can use
7300 indent-according-to-mode.
7301 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
7302 (octave-in-block-p, octave-re-search-forward-kw)
7303 (octave-re-search-backward-kw, octave-indent-calculate)
7304 (octave-end-as-array-index-p, octave-block-end-offset)
7305 (octave-scan-blocks, octave-forward-block, octave-backward-block)
7306 (octave-down-block, octave-backward-up-block, octave-up-block)
7307 (octave-before-magic-comment-p, octave-indent-line): Remove.
7309 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
7311 * emacs-lisp/package.el (package--read-archive-file): Just use
7312 `read', to avoid copying an additional string.
7313 (package-menu-mode): Set header-line-format here.
7314 (package-menu-refresh, package-menu-revert): Signal an error if
7315 not in the Package Menu.
7316 (package-menu-package-list): New var.
7317 (package--generate-package-list): Operate on the current buffer;
7318 don't assume that it is *Packages*, since the user may rename it.
7319 Allow persistent package listings and sort keys using
7320 package-menu-package-list and package-menu-package-sort-key.
7321 (package-menu--version-predicate): Fix version calculation.
7322 (package-menu-sort-by-column): Don't select the window.
7323 (package--list-packages): Create the *Packages* buffer.
7324 Set package-menu-package-list-key.
7325 (list-packages): Sorting by status is now the default.
7326 (package-buffer-info): Use match-string-no-properties.
7327 (define-package): Add a &rest argument for future proofing, but
7329 (package-install-from-buffer, package-install-buffer-internal):
7330 Merge into a single function, package-install-from-buffer.
7331 (package-install-file): Change caller.
7333 * finder.el: Load finder-inf using `require'.
7334 (finder-list-matches): Sorting by status is now the default.
7335 (finder-compile-keywords): Simpify printing.
7337 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7339 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
7340 (octave-mode-map): Remove special bindings for forward/backward-block
7341 and octave-backward-up-block. Use smie-close-block.
7342 (octave-continuation-marker-regexp): New var.
7343 (octave-continuation-regexp): Use it.
7344 (octave-operator-table, octave-smie-op-levels)
7345 (octave-operator-regexp, octave-smie-indent-rules): New vars.
7346 (octave-smie-backward-token, octave-smie-forward-token): New funs.
7347 (octave-mode): Use SMIE.
7348 (octave-close-block): Delete.
7350 2010-08-30 Eli Zaretskii <eliz@gnu.org>
7352 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
7353 CLIPBOARD, not in PRIMARY. (Bug#6944)
7355 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7357 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
7359 (smie-indent-column): Allow indirection through variables.
7361 * composite.el (save-buffer-state): Delete, unused.
7362 * font-lock.el (save-buffer-state): Use with-silent-modifications.
7363 (font-lock-default-fontify-region): Use with-syntax-table.
7364 * jit-lock.el (with-buffer-unmodified): Remove.
7365 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
7367 Use `declare' in defmacros.
7368 * window.el (save-selected-window):
7369 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
7370 * progmodes/python.el (def-python-skeleton):
7371 * net/dbus.el (dbus-ignore-errors):
7372 * jka-cmpr-hook.el (with-auto-compression-mode):
7373 * international/mule.el (with-category-table):
7374 * emacs-lisp/timer.el (with-timeout):
7375 * emacs-lisp/lisp-mnt.el (lm-with-file):
7376 * emacs-lisp/eieio.el (with-slots):
7377 * emacs-lisp/easymenu.el (easy-menu-define):
7378 * emacs-lisp/debug.el (debugger-env-macro):
7379 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
7380 (Multiple-value-call, Multiple-value-prog1):
7381 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
7382 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
7383 edebug rule to definition.
7384 * emacs-lisp/lisp-mode.el (save-selected-window)
7385 (with-current-buffer, combine-after-change-calls)
7386 (with-output-to-string, with-temp-file, with-temp-buffer)
7387 (with-temp-message, with-syntax-table, read-if, eval-after-load)
7388 (dolist, dotimes, when, unless):
7389 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
7391 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
7393 * finder.el: Require `package'.
7394 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
7395 (finder-package-info): Var deleted.
7396 (finder-keywords-hash, finder--builtins-alist): New vars.
7397 (finder-compile-keywords): Compute package--builtins and
7398 finder-keywords-hash instead of finder-keywords-hash, respecting
7399 the "Package" header.
7400 (finder-unknown-keywords, finder-list-matches):
7401 Use finder-keywords-hash and package--list-packages.
7402 (finder-mode): Don't set font-lock-defaults.
7403 (finder-exit): We don't use "*Finder-package*" and "*Finder
7404 Category*" buffers anymore.
7406 * emacs-lisp/package.el (package--builtins-base): Var deleted.
7407 (package--builtins): Set default value to nil.
7408 (package-initialize): Load precomputed value of package--builtins
7410 (package-alist, package-compute-transaction)
7411 (package-download-transaction): Improve docstring.
7412 (package-read-all-archive-contents): Do not change
7413 package--builtins here.
7414 (list-packages): Make package-list-packages an alias for this.
7415 Sort by status by default.
7416 (package--list-packages): Add optional PACKAGES arg.
7417 (describe-package-1): Use font-lock-face property. For built-in
7418 packages, insert file commentary.
7419 (package--generate-package-list): Rename from
7420 package-list-packages-internal; all callers changed. Add optional
7421 PACKAGES arg. Add alphabetical sort fallbacks.
7422 (package-menu--version-predicate, package-menu--status-predicate)
7423 (package-menu--description-predicate)
7424 (package-menu--name-predicate): New functions.
7426 * info.el (Info-finder-find-node): Search package-alist instead of
7427 finder-package-info.
7429 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
7431 * subr.el (version-regexp-alist): Don't use "a" and "b" for
7433 (version-to-list): Handle versions like "10.3d".
7435 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7437 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
7438 (macroexp-accumulate): Use `declare'.
7440 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7442 * whitespace.el (whitespace-style): Adjust type declaration.
7444 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
7446 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
7448 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
7450 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
7453 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
7455 * progmodes/js.el: Make indentation more customizable (Bug#6914).
7456 (js-paren-indent-offset, js-square-indent-offset)
7457 (js-curly-indent-offset): New options.
7458 (js--proper-indentation): Use them.
7460 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
7462 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
7463 instead of inspecting font-lock properties (Bug#6916).
7465 2010-08-26 David Reitter <david.reitter@gmail.com>
7467 * server.el (server-visit-files): Run pre-command-hook and
7468 post-command-hook for each buffer while it is current (Bug#6910).
7469 (server-execute): Do not run hooks here.
7471 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
7473 Sync with Tramp 2.1.19.
7475 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Protect
7477 (tramp-gvfs-maybe-open-connection): Use `tramp-compat-funcall'.
7479 * net/tramp.el (tramp-handle-expand-file-name)
7480 (tramp-completion-handle-file-name-all-completions)
7481 (tramp-completion-handle-file-name-completion):
7482 Use `tramp-connectable-p'.
7484 * net/trampver.el: Update release number.
7486 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
7488 * help.el (help-map): Bind `C-h P' to describe-package.
7490 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
7492 * emacs-lisp/package.el (package-refresh-contents): Catch errors
7493 when downloading archives.
7494 (describe-package-1): Add package commentary.
7495 (package-install-button-action): New function.
7496 (package-menu-mode-map): Bind ? to package-menu-describe-package.
7497 (package-menu-view-commentary): Function removed.
7498 (package-list-packages-internal): Hide the `package' package too.
7500 2010-08-25 Kenichi Handa <handa@m17n.org>
7502 * language/misc-lang.el ("Arabic"): New language environment.
7503 Setup composition-function-table for Arabic characters.
7505 * international/fontset.el (setup-default-fontset): Fix typo for
7506 arabic OTF spec (fini->fina).
7508 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
7510 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
7513 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7515 * whitespace.el: Allow cleaning up blanks without blank
7516 visualization (Bug#6651). Adjust help window for
7517 whitespace-toggle-options (Bug#6479). Allow to use fill-column
7518 instead of whitespace-line-column (from EmacsWiki). New version
7520 (whitespace-style): Add new value 'face. Adjust docstring.
7521 (whitespace-space, whitespace-hspace, whitespace-tab):
7522 Adjust foreground property face.
7523 (whitespace-line-column): Adjust docstring and type declaration.
7524 (whitespace-style-value-list, whitespace-toggle-option-alist)
7525 (whitespace-help-text): Adjust const initialization.
7526 (whitespace-toggle-options, global-whitespace-toggle-options):
7528 (whitespace-display-window, whitespace-interactive-char)
7529 (whitespace-style-face-p, whitespace-color-on): Adjust code.
7530 (whitespace-help-scroll): New fun.
7532 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
7534 * emacs-lisp/package.el (list-packages): Alias for
7535 package-list-packages.
7537 2010-08-24 Kevin Ryde <user42@zip.com.au>
7539 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
7542 * progmodes/ruby-mode.el (ruby): Add defgroup.
7544 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
7546 * progmodes/python.el: Add Ipython support (Bug#5390).
7547 (python-shell-prompt-alist)
7548 (python-shell-continuation-prompt-alist): New options.
7549 (python--set-prompt-regexp): New function.
7550 (inferior-python-mode, run-python, python-shell):
7551 Require ansi-color. Use python--set-prompt-regexp to set the comint
7552 prompt based on the Python interpreter.
7553 (python--prompt-regexp): New var.
7554 (python-check-comint-prompt)
7555 (python-comint-output-filter-function): Use it.
7556 (run-python): Use a pipe (Bug#5694).
7558 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
7560 * progmodes/python.el (python-send-region): Send a different
7561 Python command if Ipython is in use.
7562 (python-check-version): Use a Python command to find the version.
7564 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
7566 * mouse.el (mouse-yank-primary): Avoid setting primary when
7567 deactivating the mark (Bug#6872).
7569 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
7571 * progmodes/python.el (python-block-pairs): Allow use of "finally"
7572 with "else" (Bug#3991).
7574 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
7576 * net/dbus.el: Accept UNIX domain sockets as bus address.
7577 (top): Don't initialize `dbus-registered-objects-table' anymore,
7578 this is done in dbusbind,c.
7579 (dbus-check-event): Adapt test for bus.
7580 (dbus-return-values-table, dbus-unregister-service)
7581 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
7584 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
7586 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
7588 2010-08-22 Juri Linkov <juri@jurta.org>
7590 * simple.el (read-extended-command): New function with the logic
7591 for `completing-read' moved to Elisp from `execute-extended-command'.
7592 Use `function-called-at-point' in `minibuffer-default-add-function'
7593 to get a command name for M-n (bug#5364, bug#5214).
7595 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
7597 * startup.el (command-line-1): Issue warning for ignored arguments
7598 --unibyte, etc (Bug#6886).
7600 2010-08-22 Leo <sdl.web@gmail.com>
7602 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
7603 (ignore, bright, dim, keyword): Split list of nicknames before
7604 passing to rcirc-add-or-remove (Bug#6894).
7606 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
7608 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
7610 2010-08-22 Leo <sdl.web@gmail.com>
7612 Fix buffer-list rename&refresh after killing a buffer in ido.
7613 * ido.el: Revert Óscar's.
7614 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
7615 Remember the buffers at head, rather than their name.
7616 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
7618 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
7619 Stefan Monnier <monnier@iro.umontreal.ca>
7621 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
7622 extra backslash added to each line (bug#6890).
7624 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7626 * subr.el (read-key): Don't echo keystrokes (bug#6883).
7628 2010-08-22 Glenn Morris <rgm@gnu.org>
7630 * menu-bar.el (menu-bar-games-menu): Add landmark.
7632 2010-08-22 Glenn Morris <rgm@gnu.org>
7634 * align.el (align-regexp): Make group and spacing arguments
7635 use the interactive defaults when non-interactive. (Bug#6698)
7637 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
7638 expansion, so as not to need sendmail.
7639 (mail-text-start): Remove declaration.
7640 (rmail-retry-failure): Require sendmail.
7642 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
7644 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
7646 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
7648 * progmodes/flymake.el (flymake-start-syntax-check-process):
7649 Use `start-file-process' in order to let it run also on remote hosts.
7651 2010-08-22 Kenichi Handa <handa@m17n.org>
7653 * files.el: Add `word-wrap' as safe local variable.
7655 2010-08-22 Glenn Morris <rgm@gnu.org>
7657 * woman.el (woman-translate): Case matters. (Bug#6849)
7659 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
7661 * simple.el (kill-region): Doc fix (Bug#6787).
7663 2010-08-22 Glenn Morris <rgm@gnu.org>
7665 * calendar/diary-lib.el (diary-header-line-format):
7666 Fit it to the window, not the frame.
7668 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
7670 * subr.el (ignore-errors): Add debug declaration.
7672 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
7674 * whitespace.el (whitespace-color-off): Remove post-command-hook
7677 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7679 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
7681 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
7683 * cus-edit.el (custom-group-value-create): Add extra newline
7684 before end line (Bug#6876).
7686 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
7688 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
7689 when extending it. Before killing on the second click, check if
7690 the buffer is the correct one. Doc fix.
7691 (mouse-secondary-save-then-kill): Allow usage without first
7692 calling mouse-start-secondary, by defaulting to point. Don't save
7693 an empty secondary selection. Doc fix.
7695 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7697 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
7698 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
7700 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7701 Adjust initialization.
7702 (whitespace-bob-marker, whitespace-eob-marker)
7703 (whitespace-buffer-changed): New vars.
7704 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
7705 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
7706 (whitespace-post-command-hook, whitespace-display-char-on):
7708 (whitespace-looking-back, whitespace-buffer-changed): New funs.
7709 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
7711 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
7713 * files.el (locate-file-completion-table): Only list the .el and .elc
7714 extensions if there's no other choice (bug#5955).
7716 * facemenu.el (facemenu-self-insert-data): New var.
7717 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
7719 (facemenu-add-face): Use them.
7721 * simple.el (blink-matching-open): Obey forward-sexp-function.
7723 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
7725 * simple.el (prog-mode-map): New var.
7726 (prog-indent-sexp): New command.
7728 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
7730 * progmodes/prolog.el (smie): Require.
7732 * emacs-lisp/smie.el (smie-default-backward-token)
7733 (smie-default-forward-token): Strip properties.
7734 (smie-next-sexp): Be more careful with associative operators.
7735 (smie-forward-sexp-command): Generalize.
7736 (smie-backward-sexp-command): Simplify.
7737 (smie-closer-alist): New var.
7738 (smie-close-block): New command.
7739 (smie-indent-debug-log): New var.
7740 (smie-indent-offset-rule): Add a few more cases.
7741 (smie-indent-column): New function.
7742 (smie-indent-after-keyword): Use it.
7743 (smie-indent-keyword): Use it.
7744 Fix up the opener code's point position.
7745 (smie-indent-comment): Only applies at BOL.
7746 (smie-indent-debug): New command.
7748 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
7749 declarations that are useful before running the macro.
7751 2010-08-18 Joakim Verona <joakim@verona.se>
7753 * image.el (imagemagick-types-inhibit): New variable.
7754 (imagemagick-register-types): New function.
7755 * image-mode.el (image-transform-properties): New function.
7756 (image-transform-set-scale, image-transform-fit-to-height)
7757 (image-transform-set-rotation, image-transform-set-resize)
7758 (image-transform-fit-to-width, image-transform-fit-to-height):
7760 (image-toggle-display-image): Support image transforms.
7762 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
7764 * image.el (create-animated-image): Don't add heuristic mask to image
7767 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
7769 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
7770 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
7772 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
7774 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
7776 Font-lock '...' strings, plus various simplifications and fixes.
7777 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
7778 (octave-font-lock-close-quotes): New function.
7779 (octave-font-lock-syntactic-keywords): New var.
7780 (octave-mode): Use it. Set beginning-of-defun-function.
7781 (octave-mode-map): Don't override the <foo>-defun commands.
7782 (octave-mode-menu): Pass it directly to easy-menu-define;
7783 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
7784 (octave-block-match-alist): Fix up last change so that
7785 octave-close-block uses the more specific keyword.
7786 (info-lookup-mode): Silence byte-compiler.
7787 (octave-beginning-of-defun): Not interactive any more.
7789 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
7790 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
7791 (octave-completion-at-point-function): Make sure point is within
7793 (octave-reindent-then-newline-and-indent):
7794 Use reindent-then-newline-and-indent.
7795 (octave-add-octave-menu): Remove.
7797 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
7799 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
7800 (report-emacs-bug-can-use-xdg-email): New functions.
7801 (report-emacs-bug): Set can-xdg-email to result of
7802 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
7803 \C-cm to report-emacs-bug-insert-to-mailer and add help text
7806 * net/browse-url.el (browse-url-default-browser): Add cond
7807 for browse-url-xdg-open.
7808 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
7810 2010-08-17 Glenn Morris <rgm@gnu.org>
7812 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
7813 (c-fontify-recorded-types-and-refs): Define for compiler.
7814 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
7817 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
7820 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
7822 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
7824 (tramp-handle-process-file): Call the program in a subshell, in
7825 order to preserve working directory.
7826 (tramp-action-password): Hide password prompt before next run.
7827 (tramp-process-actions): Widen connection buffer for the trace.
7829 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
7831 * net/rcirc.el (rcirc-log-process-buffers): New option.
7832 (rcirc-print): Use it.
7833 (rcirc-generate-log-filename): New function.
7834 (rcirc-log-filename-function): Change default to
7835 rcirc-generate-log-filename (Bug#6828).
7837 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
7839 * simple.el (deactivate-mark): If select-active-regions is `only',
7840 only set selection for temporarily active regions.
7842 * cus-start.el: Change defcustom for select-active-regions.
7844 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
7846 * mouse.el (mouse--drag-set-mark-and-point): New function.
7847 (mouse-drag-track): Use LOCATION arg to push-mark.
7848 Use mouse--drag-set-mark-and-point to take click-count into
7849 consideration when updating point and mark (Bug#6840).
7851 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
7853 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7854 Give the Ruby rule a lower priority than Gnu (Bug#6778).
7856 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
7858 * font-lock.el (lisp-font-lock-keywords-2):
7859 Add combine-after-change-calls, condition-case-no-debug,
7860 with-demoted-errors, and with-silent-modifications (Bug#6025).
7862 2010-08-14 Kevin Ryde <user42@zip.com.au>
7864 * emacs-lisp/copyright.el (copyright-update-year)
7865 (copyright-update): Temporary switch-to-buffer to ensure the
7866 buffer change being queried is visible (Bug#5394).
7868 2010-08-14 Tom Tromey <tromey@redhat.com>
7870 * progmodes/etags.el (tags-file-name): Mark safe if stringp
7873 2010-08-14 Eli Zaretskii <eliz@gnu.org>
7875 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
7878 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
7880 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
7881 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
7882 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
7883 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
7884 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
7885 Call menu-bar-set-tool-bar-position.
7887 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7889 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
7890 comment style (bug#6834).
7891 * progmodes/scheme.el (scheme-mode-syntax-table):
7892 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
7893 "b" flag in "' 14b" syntax.
7895 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
7896 for (un)commenting the region and performing completion.
7897 (octave-mode-menu): Use standard commands for help and completion.
7898 (octave-mode-syntax-table): Support %{..%} comments (sort of).
7899 (octave-mode): Use define-derived-mode.
7900 Set completion-at-point-functions and don't set columns.
7901 Don't disable adaptive-fill-regexp.
7902 (octave-describe-major-mode, octave-comment-region)
7903 (octave-uncomment-region, octave-comment-indent)
7904 (octave-indent-for-comment): Remove.
7905 (octave-indent-calculate): Rename from calculate-octave-indent.
7906 (octave-indent-line, octave-fill-paragraph): Update caller.
7907 (octave-initialize-completions): No need to make an alist.
7908 (octave-completion-at-point-function): New function.
7909 (octave-complete-symbol): Use it.
7910 (octave-insert-defun): Use define-skeleton.
7912 * progmodes/octave-mod.el (octave-mode): Set comment-add.
7913 (octave-mode-map): Use comment-dwim (bug#6829).
7915 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
7917 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
7918 indentation of inserted comment.
7920 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
7922 * faces.el (region): Add type gtk that uses gtk colors.
7924 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
7925 Handle theme-name change.
7927 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
7929 * progmodes/sql.el: Version 2.5
7930 (sql-product-alist): Add :prompt-cont-regexp property for several
7932 (sql-prompt-cont-regexp): New variable.
7933 (sql-output-newline-count, sql-output-by-send):
7934 New variables. Record number of newlines in input text.
7935 (sql-send-string): Handle multiple filters and count newlines.
7936 (sql-send-magic-terminator): Count terminator newline.
7937 (sql-interactive-remove-continuation-prompt): Filters output to
7938 remove continuation prompts; one for each newline.
7939 (sql-interactive-mode): Set up new variables, prompt regexp and
7941 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
7942 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
7944 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7946 * emacs-lisp/pcase.el: New file.
7948 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
7950 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
7951 as here-document, otherwise the command could exceed maximum
7952 length of command line.
7953 (tramp-handle-vc-registered): Call script accordingly.
7954 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
7956 2010-08-10 Kenichi Handa <handa@m17n.org>
7958 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
7961 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
7963 * emacs-lisp/package.el (package-version-split)
7964 (package--version-first-nonzero, package-version-compare):
7966 (package-directory-list, package-load-all-descriptors)
7967 (package--built-in, package-activate, define-package)
7968 (package-installed-p, package-compute-transaction)
7969 (package-read-all-archive-contents)
7970 (package--add-to-archive-contents, package-buffer-info)
7971 (package-tar-file-info, package-list-packages-internal):
7972 Use version-to-list and version-list-*.
7974 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7975 Use version-to-list.
7976 (package-upload-buffer-internal): Use version-list-<=.
7978 2010-08-09 Kenichi Handa <handa@m17n.org>
7980 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
7983 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
7985 * tutorial.el (tutorial--default-keys): C-d is now bound to
7986 delete-forward-char (Bug#6826).
7988 * mouse.el (mouse-drag-track): Remove accidentally-removed check
7989 for `double' value of mouse-1-click-follows-link (Bug#6807).
7991 2010-08-08 Johan Bockgård <bojohan@gnu.org>
7993 * replace.el (replace-highlight): Bind isearch-forward and
7994 isearch-error, ensuring that highlighting is updated if the user
7995 switches the search direction (Bug#6808).
7997 * isearch.el (isearch-lazy-highlight-forward): New var.
7998 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
7999 (isearch-lazy-highlight-update): Use it.
8001 2010-08-08 Kenichi Handa <handa@m17n.org>
8003 * international/mule.el (define-charset): Store NAME as :base property.
8004 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
8005 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
8006 current priority. Force using the designation of the specific
8007 charset by adding `charset' text property. Improve the whole algorithm.
8009 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8011 * emulation/pc-select.el (pc-selection-mode-hook)
8012 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
8013 (pc-selection-mode): Fix typos in docstrings.
8015 2010-08-08 Kenichi Handa <handa@m17n.org>
8017 * language/cyrillic.el: Don't add "microsoft-cp1251" to
8018 ctext-non-standard-encodings-alist here.
8020 * international/mule.el (ctext-non-standard-encodings-alist):
8021 Add "koi8-r" and "microsoft-cp1251".
8022 (ctext-standard-encodings): New variable.
8023 (ctext-non-standard-encodings-table): List only elements for
8024 non-standard encodings.
8025 (ctext-pre-write-conversion): Adjust for the above change.
8026 Check ctext-standard-encodings.
8028 * international/mule-conf.el (compound-text): Doc fix.
8029 (ctext-no-compositions): Doc fix.
8030 (compound-text-with-extensions): Doc fix.
8032 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8034 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
8036 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8038 * progmodes/which-func.el (which-func-format): Split help-echo text
8039 into lines, like other mode-line tooltips.
8041 * server.el (server-start): When using TCP sockets, force IPv4
8042 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
8044 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8046 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
8048 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8050 * term.el (term-delimiter-argument-list): Reflow docstring.
8051 (term-read-input-ring, term-write-input-ring, term-send-input)
8052 (term-bol, term-erase-in-display, serial-supported-or-barf):
8053 Fix typos in docstrings.
8055 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8057 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
8059 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8061 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
8063 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
8065 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
8066 Fix typo in docstring (bug#6747).
8068 2010-08-08 Leo <sdl.web@gmail.com>
8070 * eshell/esh-io.el (eshell-get-target): Better detection of
8071 read-only file (Bug#6762).
8073 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8075 * align.el (align-default-spacing): Doc fix.
8076 (align-region-heuristic, align-regexp): Fix typos in docstrings.
8078 2010-08-08 Stephen Peters <speters@itasoftware.com>
8080 * calendar/icalendar.el
8081 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
8082 (icalendar--get-weekday-numbers): New.
8083 (icalendar--convert-recurring-to-diary): Handle multiple byday
8084 values in weekly rules. (Bug#6766)
8086 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
8088 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
8089 (icalendar--create-uid, icalendar-export-region)
8090 (icalendar--parse-summary-and-rest): Code formatting.
8092 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8094 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
8095 to italicize headers.
8096 (calc-highlight-selections-with-faces): New variable.
8097 (calc-selected-face, calc-nonselected-face): New faces.
8099 * calc/calccomp.el (math-comp-highlight-string): Use
8100 `calc-highlight-selections-with-faces' to determine how to highlight
8103 * calc/calc-sel.el (calc-show-selections): Change message to when
8104 using faces to highlight selections.
8106 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
8108 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
8109 Add SQLite 3 keywords, functions and datatypes.
8110 (sql-interactive-mode): Remove `comint-process-echoes' set to t
8113 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
8115 * simple.el (select-active-regions): Move to keyboard.c.
8116 (deactivate-mark): Used saved-region-selection.
8117 (select-active-region): Function removed.
8118 (activate-mark, set-mark, push-mark-command)
8119 (handle-shift-selection): Don't call it.
8120 (keyboard-quit): Avoid adding the region to the window selection.
8122 * mouse.el (mouse-drag-track): Remove hacks to deal with old
8123 select-active-regions implementation.
8124 (mouse-yank-at-click): Doc fix.
8126 * cus-start.el: Add custom declaration for select-active-regions.
8128 2010-08-07 Eli Zaretskii <eliz@gnu.org>
8130 * simple.el (delete-forward-char): Doc fix.
8132 * tutorial.el (help-with-tutorial): Hack safe file-local variables
8133 after reading the tutorial.
8135 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
8137 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
8138 Fix for the case that a C style comment has its delimiters alone on
8139 their respective lines.
8141 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
8143 * net/tramp.el (tramp-handle-start-file-process): Set connection
8145 (tramp-process-sentinel): Use it for flushing the cache.
8146 We cannot do it via the process buffer, the buffer could be deleted
8147 already when running the sentinel.
8149 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
8151 * comint.el (comint-mode): Make directory tracking functions
8152 functional on remote files. (Bug#6764)
8154 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
8156 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
8158 2010-08-05 Eli Zaretskii <eliz@gnu.org>
8160 * emacs-lisp/find-gc.el (find-gc-source-files):
8161 Rename unexec.c => unexcoff.c.
8163 * emacs-lisp/authors.el (authors-fixed-entries):
8164 Rename unexec.c => unexcoff.c.
8166 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
8168 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
8169 cache, not only file cache.
8170 (tramp-process-sentinel): New defun.
8171 (tramp-handle-start-file-process): Use it, in order to invalidate
8174 2010-08-03 Leo <sdl.web@gmail.com>
8176 * server.el (server-start): Simplify loop.
8178 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8180 * frame.el (screen-height, screen-width, set-screen-width)
8181 (set-screen-height): Remove ancient compatibility aliases.
8183 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
8184 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
8186 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
8187 that change current buffer.
8189 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8191 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
8192 beginning of the string. Use `string-match-p'. (Bug#6765)
8194 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
8196 * cus-start.el (x-gtk-use-system-tooltips): New variable.
8198 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
8200 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
8201 (package--builtins): Tweak descriptions.
8202 (package-print-package): Upcase descriptions if necessary.
8203 Show all built-in packages in font-lock-builtin-face.
8204 (package-list-packages-internal): Omit "emacs" package.
8205 Show status of built-in packages as "built-in".
8207 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
8209 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
8210 before killing to preserve the primary selection (Bug#6701).
8212 * term/x-win.el (x-select-text): Doc fix.
8214 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
8216 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
8217 (objc-font-lock-extra-types):
8218 * progmodes/cc-mode.el (c-basic-common-init):
8219 * progmodes/cc-langs.el (c-make-mode-syntax-table)
8220 (c++-make-template-syntax-table)
8221 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
8222 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
8223 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
8224 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
8225 * progmodes/cc-fonts.el (c-make-inverse-face)
8226 (c-basic-matchers-after):
8227 * progmodes/cc-engine.el (c-forward-keyword-clause)
8228 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
8229 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
8230 (c-guess-continued-construct, c-guess-basic-syntax):
8231 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
8232 The above functions were modified or created.
8234 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
8236 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
8238 2010-07-31 Eli Zaretskii <eliz@gnu.org>
8240 * files.el (bidi-paragraph-direction): Define safe local values.
8242 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
8243 language-info-alist. Remove outdated FIXME in a comment.
8245 2010-07-31 Alan Mackenzie <acm@muc.de>
8247 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
8248 Auto-fill broken in C/C++ modes.
8250 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
8252 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8253 (menu-bar-showhide-tool-bar-menu-customize-disable)
8254 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8255 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
8256 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
8257 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
8258 make a menu for Options => toolbar that can move it.
8260 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
8262 * emacs-lisp/package-x.el (package--make-rss-entry):
8263 (package-maint-add-news-item, package--update-news)
8264 (package-upload-buffer-internal): New arg ARCHIVE-URL.
8266 * emacs-lisp/package.el (package-archive-url): Rename from
8268 (package-install): Doc fix.
8269 (package-download-single, package-download-tar, package-install)
8270 (package-menu-view-commentary): Callers changed.
8272 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
8274 * net/tramp.el (tramp-handle-start-file-process): Check only for
8275 `remote-tty' process property.
8276 (tramp-open-shell): Don't check for tty.
8277 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
8280 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
8283 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
8285 * emacs-lisp/package.el (package-load-list, package-archives)
8286 (package-archive-contents, package-user-dir)
8287 (package-directory-list, package--builtins, package-alist)
8288 (package-activated-list, package-obsolete-alist): Mark as risky.
8290 2010-07-28 Phil Hagelberg <phil@evri.com>
8292 Add support for non-default package repositories.
8293 * emacs-lisp/package.el (package-archive-base): Var deleted.
8294 (package-archives): New variable.
8295 (package-archive-contents): Doc fix.
8296 (package-load-descriptor): Do nothing if descriptor file is missing.
8297 (package--write-file-no-coding): New function.
8298 (package-unpack-single): Use it.
8299 (package-archive-id): New function.
8300 (package-download-single, package-download-tar)
8301 (package-menu-view-commentary): Use it.
8302 (package-installed-p): Make second argument optional.
8303 (package-read-all-archive-contents): New function.
8304 (package-initialize): Use it.
8305 (package-read-archive-contents): Add ARCHIVE argument.
8306 (package--add-to-archive-contents): New function.
8307 (package-install): Don't call package-read-archive-contents.
8308 (package--download-one-archive): Store archive file in a
8309 subdirectory of package-user-dir.
8310 (package-menu-execute): Remove spurious line movement.
8312 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
8314 * cus-start.el (tool-bar-style): Add text-image-horiz.
8316 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
8318 * progmodes/gud.el (gud-common-init): Check for remoteness of
8319 `file', and not of `default-directory'.
8321 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
8323 * net/tramp.el (tramp-methods): Move hostname to the end in all
8324 ssh `tramp-login-args'.
8325 (tramp-verbose): Describe verbose level 9.
8326 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
8327 (tramp-open-connection-setup-interactive-shell): Trace stty
8328 settings if `tramp-verbose' >= 9.
8329 (tramp-handle-start-file-process): Implement tty setting.
8330 (Bug#4604, Bug#6360)
8332 * net/tramp-cmds.el (tramp-bug): Recommend setting of
8333 `tramp-verbose' to 9.
8335 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
8337 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
8338 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
8339 Remove references to package `lisp-re' (bug#4369).
8341 2010-07-27 Tom Tromey <tromey@redhat.com>
8343 * progmodes/js.el (js-mode):
8344 * progmodes/make-mode.el (makefile-mode):
8345 * progmodes/simula.el (simula-mode):
8346 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
8348 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
8350 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
8352 * time.el (display-time-day-and-date): Remove spurious * in docstring.
8353 (display-time-world-buffer-name, display-time-world-mode-map):
8354 Fix typos in docstrings.
8356 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
8358 * image-mode.el (image-display-size): New function.
8359 (image-forward-hscroll, image-next-line, image-eol, image-eob)
8360 (image-mode-fit-frame): Use it (Bug#6639).
8362 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
8364 * dired.el (dired-buffers-for-dir): Handle list values of
8365 dired-directory (Bug#6636).
8367 2010-07-26 Sam Steingold <sds@gnu.org>
8369 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
8370 Do not call `x-get-selection' the second time, reuse the value.
8372 2010-07-26 Daiki Ueno <ueno@unixuser.org>
8374 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
8375 which consist of control chars only. Suggested by Richard Stallman.
8377 2010-07-25 Daiki Ueno <ueno@unixuser.org>
8379 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
8380 exists before passing an error to find-file-not-found-functions
8383 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
8385 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
8386 Remove leading nil element, adjust values.
8387 (tetris-shapes, tetris-shape-scores):
8388 Change representation of shapes and remove some redundancy.
8389 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
8390 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
8391 Adjust for working with new representation of shapes.
8392 (tetris-shape-rotations): New function.
8393 (tetris-move-bottom, tetris-move-left, tetris-move-right)
8394 (tetris-rotate-prev, tetris-rotate-next):
8395 Adjust for working with the new version of tetris-test-shape.
8397 2010-07-23 Markus Triska <markus.triska@gmx.at>
8399 * progmodes/ps-mode.el: Use comint (bug#5954).
8400 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
8401 (ps-mode-other-newline): Simplify.
8402 (ps-run-mode): Derive from comint-mode instead of
8403 fundamental-mode, yielding input history etc.
8404 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
8405 (ps-run-send-string): Adapt for comint-mode.
8406 (ps-run-newline): Remove now unneeded function.
8408 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
8410 * net/tramp.el (tramp-methods): Move hostname to the end in all
8411 plink `tramp-login-args'.
8413 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
8415 * net/tramp.el (tramp-open-shell): New defun.
8416 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8419 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
8421 * net/tramp.el (tramp-file-name-regexp-unified)
8422 (tramp-completion-file-name-regexp-unified): On W32 systems, do
8423 not regard the volume letter as remote filename. (Bug#5447)
8425 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
8427 * custom.el (custom-declare-variable): Give a clearer error message
8428 when the docstring is missing (bug#6476).
8430 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
8432 * progmodes/sql.el: Version 2.4. Improved Login prompting.
8433 (sql-login-params): New widget definition.
8434 (sql-oracle-login-params, sql-mysql-login-params)
8435 (sql-solid-login-params, sql-sybase-login-params)
8436 (sql-informix-login-params, sql-ingres-login-params)
8437 (sql-ms-login-params, sql-postgres-login-params)
8438 (sql-interbase-login-params, sql-db2-login-params)
8439 (sql-linter-login-params): Use it.
8440 (sql-sqlite-login-params): Use it; Define "database" parameter as
8442 (sql-sqlite-program): Change to "sqlite3".
8443 (sql-comint-sqlite): Make sure database name is complete.
8444 (sql-for-each-login): New function.
8445 (sql-connect, sql-save-connection): Use it.
8446 (sql-get-login-ext): New function.
8447 (sql-get-login): Use it.
8448 (sql-make-alternate-buffer-name): Handle :file parameters.
8450 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
8452 * dired.el (dired-no-confirm): Document value t and fix defcustom to
8453 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
8455 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
8457 * dired.el (dired-mode-map): Use command remapping (bug#6632).
8459 2010-07-22 Lawrence Mitchell <wence@gmx.li>
8461 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
8463 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
8465 * net/tramp.el (tramp-get-ls-command)
8466 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
8469 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
8471 * progmodes/sql.el: Version 2.3.
8472 (sql-connection-alist): Change keys from symbols to strings;
8473 enhanced the widget definition.
8474 (sql-mode-menu): Add submenu to select connections.
8475 (sql-interactive-mode-menu): Add "Save Connection" item.
8476 (sql-add-product): Fix menu item.
8477 (sql-get-product-feature): Improved error handling.
8478 (sql--alt-buffer-part, sql--alt-if-not-empty): Remove.
8479 (sql-make-alternate-buffer-name): Simplified.
8480 (sql-product-interactive): Handle missing product.
8481 (sql-connect): Support string keys, minor improvements.
8482 (sql-save-connection): New function.
8483 (sql-connection-menu-filter): New function.
8485 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
8487 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
8488 (tramp-open-connection-setup-interactive-shell):
8489 Apply workaround for IRIX64 bug. Move argument of last
8490 `tramp-send-command' where it belongs to.
8492 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
8494 * net/tramp.el (tramp-perl-file-attributes)
8495 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
8496 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
8497 front of `login-args'.
8499 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
8501 * time.el (display-time-world-mode): Define with `define-derived-mode'.
8502 Set `show-trailing-whitespace' to nil.
8503 (display-time-world-display): Simplify.
8505 2010-07-18 Alan Mackenzie <acm@muc.de>
8507 Enhance `c-file-style' in file/directory local variables.
8508 * progmodes/cc-mode.el (c-count-cfss): New function.
8509 (c-before-hack-hook): Call `c-set-style' differently according to
8510 whether c-file-style was set in file or directory local
8513 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
8515 * progmodes/sql.el: Version 2.2.
8516 (sql-product, sql-user, sql-database, sql-server, sql-port):
8517 Use defcustom :safe keyword rather than putting safe-local-variable
8519 (sql-password): Use defcustom :risky keyword rather than putting
8520 risky-local-variable property.
8521 (sql-oracle-login-params, sql-sqlite-login-params)
8522 (sql-solid-login-params, sql-sybase-login-params)
8523 (sql-informix-login-params, sql-ingres-login-params)
8524 (sql-ms-login-params, sql-postgres-login-params)
8525 (sql-interbase-login-params, sql-db2-login-params)
8526 (sql-linter-login-params): Add `port' option.
8527 (sql-get-product-feature): Add NO-INDIRECT parameter.
8528 (sql-comint-oracle, sql-comint-sybase)
8529 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
8530 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
8531 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
8532 (sql-comint-linter): Rename sql-connect-* functions to
8534 (sql-product-alist, sql-mode-menu): Rename as above and
8535 :sqli-connect-func to :sqli-comint-func.
8536 (sql-connection): New variable.
8537 (sql-interactive-mode): Set it.
8538 (sql-connection-alist): New variable.
8539 (sql-connect): New function.
8540 (sql--alt-buffer-part, sql--alt-if-not-empty)
8541 (sql-make-alternate-buffer-name): Improved alternative buffer name.
8543 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8545 * image-mode.el (image-bookmark-make-record): Do not set context
8546 in an image (Bug#6650).
8548 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
8550 * simple.el (select-active-region): New function.
8551 (push-mark-command, set-mark, activate-mark)
8552 (handle-shift-selection): Use it.
8553 (deactivate-mark): Don't check for size of region.
8555 * mouse.el (mouse-drag-track): Use select-active-region.
8557 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
8559 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
8562 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
8564 * term/x-win.el (x-select-enable-primary): Change default to nil.
8565 (x-select-enable-clipboard): Add :version keyword.
8567 * mouse.el (mouse-drag-copy-region):
8568 * simple.el (select-active-regions): Likewise.
8570 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
8572 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
8573 (vc-coding-system-for-diff): Use it to decide whether to inherit
8574 from the file the EOL format for reading the diffs of that file.
8577 2010-07-16 Eli Zaretskii <eliz@gnu.org>
8579 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
8580 unibyte, so compressed attachments are not compressed again.
8582 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
8584 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
8585 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
8586 (tramp-find-shell): Simplify setting connection property.
8587 (tramp-get-ls-command): Make test for "--color=never" stronger.
8589 2010-07-15 Simon South <ssouth@member.fsf.org>
8591 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
8592 blocks within record declarations (i.e. variant parts) correctly.
8594 2010-07-15 Simon South <ssouth@member.fsf.org>
8596 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
8597 over literal tokens when parsing so newlines aren't "absorbed" by
8598 single-line comments. Corrects the indentation of case blocks
8599 that have a comment on the first line.
8601 2010-07-14 Karl Fogel <kfogel@red-bean.com>
8603 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
8604 by Drew Adams (Bug#5504).
8606 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
8608 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
8609 now that Unicode is used (Bug#6594).
8611 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
8613 * term/x-win.el (x-select-enable-clipboard): Default to t.
8614 (x-initialize-window-system): Don't overwrite Paste menu item.
8616 * simple.el (select-active-regions): Default to t.
8617 (push-mark-command): Don't overwrite primary with empty string.
8619 * mouse.el: Bind mouse-2 to mouse-yank-primary.
8620 (mouse-drag-copy-region): Default to nil.
8622 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
8623 Cut/Copy/Paste menu bar items.
8625 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8627 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
8628 Patch applied by Karl Fogel.
8630 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
8631 and `bookmark-current-buffer' if they have been already set in
8632 another buffer (e.g gnus-art).
8634 2010-07-13 Karl Fogel <kfogel@red-bean.com>
8635 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8637 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
8639 * bookmark.el (bookmark-make-record-default): Allow unneeded
8640 information to be omitted from the record.
8642 Adjust declarations and calls:
8644 * info.el (bookmark-make-record-default): Adjust declaration.
8645 (Info-bookmark-make-record): Adjust call.
8647 * woman.el (bookmark-make-record-default): Adjust declaration.
8648 (woman-bookmark-make-record): Adjust call.
8650 * man.el (bookmark-make-record-default): Adjust declaration.
8651 (Man-bookmark-make-record): Adjust call.
8653 * image-mode.el (bookmark-make-record-default): Adjust declaration.
8655 * doc-view.el (bookmark-make-record-default): Adjust declaration.
8657 2010-07-13 Karl Fogel <kfogel@red-bean.com>
8659 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
8660 This is also from Thierry Volpiatto's patch in bug #6444. However,
8661 because it was extraneous to the functional change in that patch,
8662 and causes a re-indendation, I am committing it separately.
8664 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8666 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
8667 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
8668 Patch applied by Karl Fogel (Bug#6444).
8670 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
8672 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
8674 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
8676 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
8677 Dempsky; bug#5084). Remove incorrect binding for S-tab.
8678 (ns-alternatives-map): Change S-tab binding to backtab
8681 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
8684 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
8686 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
8689 * language/tv-util.el (tai-viet-re): Remove format.
8691 2010-07-12 Kenichi Handa <handa@m17n.org>
8693 * language/hebrew.el: Remove no-byte-compile declaration.
8694 Change coding: tag to utf-8. Register hebrew-shape-gstring in
8695 composition-function-table for 3-character looking back.
8696 (hebrew-font-get-precomposed): New function.
8697 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
8699 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
8701 * mouse.el (mouse-drag-track): Handle select-active-regions
8704 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
8706 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
8707 empty argument to gvfs-copy.
8709 2010-07-10 Glenn Morris <rgm@gnu.org>
8711 * calendar/calendar.el (calendar-week-end-day): New function.
8712 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
8713 Respect calendar-week-start-day. (Bug#6606)
8714 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
8715 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
8716 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
8717 respect calendar-week-start-day.
8719 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
8721 * simple.el (use-region-p): Doc fix (Bug#6607).
8723 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
8725 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8726 Add regexps for cucumber and ruby.
8728 2010-07-08 Daiki Ueno <ueno@unixuser.org>
8730 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
8731 (epa-file-insert-file-contents): Hack to prevent
8732 find-file from opening empty buffer when decryption failed
8735 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
8737 * textmodes/ispell.el (ispell-alternate-dictionary):
8738 Use file-readable-p.
8739 Return nil if no word-list is found at default locations.
8740 (ispell-complete-word-dict): Default to nil.
8741 (ispell-command-loop): Use 'word-list' when using lookup-words.
8742 (lookup-words): Use ispell-complete-word-dict or
8743 ispell-alternate-dictionary. Check for word-list availability
8744 and handle errors if needed with better messages (Bug#6539).
8745 (ispell-complete-word): Use ispell-complete-word-dict or
8746 ispell-alternate-dictionary.
8748 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
8750 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
8751 builtins (BufferError, BytesWarning, WindowsError; callables
8752 bin, bytearray, bytes, format, memoryview, next, print; __package__).
8754 2010-07-07 Glenn Morris <rgm@gnu.org>
8756 * play/zone.el (top-level): Do not require timer, tabify, or cl.
8757 (zone-shift-left): Ignore intangibility, and any errors from
8759 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
8760 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
8761 deleting, and copying text properties.
8762 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
8763 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
8764 to point-max is hard.
8765 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
8766 (zone-fill-out-screen): Ignore intangibility.
8768 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
8770 * menu-bar.el (menu-bar-mode):
8771 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
8774 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
8775 word/line selection (Bug#6565).
8777 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
8779 * net/dbus.el (dbus-send-signal): Declare function.
8781 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
8783 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
8784 (dbus-register-property): New optional argument EMITS-SIGNAL.
8785 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
8787 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
8789 * mouse.el (mouse-drag-overlay): Variable deleted.
8790 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
8791 (mouse--remap-link-click-p): New function.
8792 (mouse-drag-track): Handle dragging by using temporary Transient
8793 Mark mode, instead of a special overlay.
8794 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
8797 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
8800 2010-07-02 Juri Linkov <juri@jurta.org>
8802 * autoinsert.el (auto-insert-alist): Fix readability
8803 by using dotted pair notation for lambda.
8805 2010-07-02 Juri Linkov <juri@jurta.org>
8807 * faces.el (read-face-name): Rename arg `string-describing-default'
8808 to `default'. Doc fix. Display the default value in quotes
8809 in the prompt. With empty input, return the `default' arg,
8810 unless the default value is a string (in which case return nil).
8811 (describe-face): Replace the string `default' arg of `read-face-name'
8812 with the symbol `default'.
8814 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
8816 * emulation/viper-cmd.el (viper-delete-backward-char)
8817 (viper-del-backward-char-in-insert)
8818 (viper-del-backward-char-in-replace, viper-change)
8819 (viper-backward-indent): Replace delete-backward-char with
8820 delete-char (Bug#6552).
8822 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
8824 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
8826 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
8828 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
8829 argument passed to frame-creation-function (Bug#5378).
8831 * faces.el (x-handle-named-frame-geometry)
8832 (x-handle-reverse-video, x-create-frame-with-faces)
8833 (face-set-after-frame-default, tty-create-frame-with-faces):
8834 Don't separately consult default-frame-alist. It is now passed as the
8837 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
8839 * startup.el (command-line): Don't call tool-bar-setup in a
8842 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
8844 * ruler-mode.el (ruler--save-header-line-format): New fun.
8845 (ruler-mode): Use it as a setter function, so as not to overwrite
8846 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
8848 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
8850 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
8851 (vc-root-diff, vc-print-root-log, vc-log-incoming)
8852 (vc-log-outgoing): Use it.
8853 (vc-diff-internal): Set diff-vc-backend.
8855 * vc/diff-mode.el (diff-vc-backend): New var.
8857 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
8859 * dynamic-setting.el (font-setting-change-default-font):
8860 Remove call to message.
8862 2010-06-28 Kenichi Handa <handa@m17n.org>
8864 * international/quail.el (quail-insert-kbd-layout): Fix the
8865 showing of untranslated characters.
8867 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
8869 * simple.el (delete-active-region): New option.
8870 (delete-backward-char): Implement in Lisp.
8871 (delete-forward-char): New command.
8873 * mouse.el (mouse-region-delete-keys): Delete.
8874 (mouse-show-mark): Simplify.
8876 * bindings.el (global-map): Bind delete and DEL, the former to
8877 delete-forward-char.
8879 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
8881 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
8882 (ruby-mode): Bind indent-line-function (Bug#5119).
8884 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
8886 * startup.el (command-line): Recognize "0" X resource value.
8888 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
8890 * startup.el (command-line): Use X resources to set the value of
8891 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
8893 * menu-bar.el (menu-bar-mode):
8894 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
8895 Set init-value to t.
8897 * frame.el (frame-notice-user-settings): Don't change
8898 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
8899 vice versa (Bug#2249).
8901 2010-06-26 Eli Zaretskii <eliz@gnu.org>
8903 * w32-fns.el (w32-convert-standard-filename): Doc fix.
8905 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
8907 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
8908 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
8910 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
8911 default directories are expanded (Bug#6143).
8913 2010-06-24 Juri Linkov <juri@jurta.org>
8915 * minibuffer.el (completions-format): Change default from nil to
8916 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
8918 2010-06-24 Juri Linkov <juri@jurta.org>
8920 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
8921 buffer-locally to lambda that re-runs the vc diff command.
8924 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
8926 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
8927 echo area is in use (Bug#3412).
8929 2010-06-22 Glenn Morris <rgm@gnu.org>
8931 * textmodes/texinfmt.el (texinfo-format-region)
8932 (texinfo-raise-lower-sections, texinfo-format-separate-node)
8933 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
8934 (texinfo-format-option, texinfo-noindent):
8935 Use line-beginning-position and line-end-position.
8937 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
8938 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
8939 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
8942 2010-06-21 Karl Fogel <kfogel@red-bean.com>
8944 * play/zone.el (zone-fall-through-ws): Fix next-line ->
8945 forward-line fallout.
8947 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
8949 * mouse.el (mouse-appearance-menu): Add docstring.
8951 * help.el (describe-key): Print up-event using key-description.
8953 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
8955 * net/zeroconf.el (zeroconf-resolve-service)
8956 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
8957 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
8959 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
8961 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
8963 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
8965 Avoid displaying files with a nil state in vc-dir.
8966 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
8967 cases that cause insertion.
8968 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
8971 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
8973 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
8975 2010-06-29 Leo <sdl.web@gmail.com>
8977 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
8979 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
8981 * generic-x.el (bat-generic-mode): Fix regexp for command line
8982 switches (Bug#5719).
8984 2010-06-27 Masatake YAMATO <yamato@redhat.com>
8986 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
8987 of nconc to avoid pure storage error (Bug#6239).
8989 2010-06-27 Christoph Scholtes <cschol2112@googlemail.com>
8991 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
8992 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
8993 bindings of bookmark-automatically-show-annotations (Bug#6515).
8995 2010-06-25 Eli Zaretskii <eliz@gnu.org>
8997 * arc-mode.el (archive-zip-extract): Don't quote the file name on
8998 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
9000 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
9002 * comint.el (make-comint, make-comint-in-buffer): Mention return
9003 value in the docstrings. (Bug#6498)
9005 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
9007 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
9008 since it is not present when using some non-default switches.
9010 2010-06-23 Karl Fogel <kfogel@red-bean.com>
9012 * simple.el (compose-mail): Fix doc string to refer to
9013 `compose-mail-user-agent-warnings', instead of to the
9014 nonexistent `compose-mail-check-user-agent'.
9016 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
9018 Fix an indentation bug:
9020 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
9021 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
9024 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
9025 (c-clear->-pair-props-if-match-before): now return t when they've
9026 cleared properties, nil otherwise.
9027 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
9028 by taking account of the existing value.
9030 * progmodes/cc-defs.el
9031 (c-clear-char-property-with-value-function): Fix this to clear the
9032 property rather than overwriting it with nil.
9034 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
9036 * emacs-lisp/package.el (package-print-package): Add link to
9037 package description via describe-package.
9038 (describe-package-1): List package requirements. Add button to
9039 perform installation.
9040 (package-menu-describe-package): New command.
9042 * help-mode.el (help-package): New button type.
9044 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
9046 * emacs-lisp/package.el: Move package-list-packages binding to
9048 (describe-package, describe-package-1, package--dir): New funs.
9049 (package-activate-1): Use package--dir.
9051 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
9053 * help-mode.el (help-package-def): New button type.
9055 * menu-bar.el: Move package-list-packages binding here from
9058 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
9060 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
9062 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9064 * emacs-lisp/edebug.el (edebug-read-list):
9065 Phase out old-style backquotes.
9067 2010-06-17 Juri Linkov <juri@jurta.org>
9069 * help-mode.el (help-mode): Set buffer-local variable
9070 revert-buffer-function to help-mode-revert-buffer.
9071 (help-mode-revert-buffer): New function.
9073 * info.el (Info-revert-find-node): Check for major-mode Info-mode
9074 before popping to "*info*" (like in other Info functions).
9075 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
9076 old-history-forward. Pop to old-buffer-name or "*info*" to
9077 recreate the killed buffer. Set Info-history-forward from
9078 old-history-forward.
9079 (Info-breadcrumbs-depth): Add :group and :version.
9081 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
9083 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
9085 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
9087 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
9088 for languages like Portuguese with pt_{BR,PT} and no plain pt.
9090 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
9092 * emacs-lisp/package.el (package-menu-mode-map):
9093 Move initialization into declaration.
9095 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
9097 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
9099 * emacs-lisp/package.el (package-archive-base): Point to
9101 (package-enable, package-load-list): New defcustoms.
9102 (package-user-dir, package-directory-list): Turn into defcustoms.
9103 Don't include package-user-dir in package-directory-list.
9104 (package--builtins-base): Don't include Emacs as a "package".
9105 (package-subdirectory-regexp): New var.
9106 (package-load-all-descriptors, package-compute-transaction)
9107 (package-download-transaction): Obey package-load-list.
9108 (package-activate-1): Rename from package-do-activate.
9109 (package-list-packages-internal): Check package-load-list.
9110 (package-load-descriptor, package-generate-autoloads)
9111 (package-unpack, package-unpack-single)
9112 (package--read-archive-file, package-delete):
9113 Use expand-file-name.
9115 * emacs-lisp/package-x.el: New file. Package uploading
9116 functionality split out from package.el.
9118 * startup.el (command-line): Load packages after reading init file.
9120 2010-06-17 Tom Tromey <tromey@redhat.com>
9122 * emacs-lisp/package.el: New file.
9124 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9126 Fix vc-annotate for renamed files when using Git.
9127 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
9128 ls-files. Doe not pass the object as a file name to cat-file, it
9130 (vc-git-annotate-command): Pass the file name using -- to avoid
9131 ambiguity with the revision.
9132 (vc-git-previous-revision): Pass a relative file name.
9134 2010-06-22 Glenn Morris <rgm@gnu.org>
9136 * progmodes/js.el (js-mode-map): Use standard capitalization and
9137 ellipses for menu entries.
9139 * wid-edit.el (widget-complete): Doc fix.
9141 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
9143 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
9145 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9147 Fix annotating other revisions for renamed files in vc-annotate.
9148 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
9149 VC backend. Use it when non-nil.
9150 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
9153 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
9154 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
9155 Do not pass the file name to the 'previous-revision call when we
9156 don't want a file diff. (Bug#6489)
9158 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9160 Fix finding revisions for renamed files in vc-annotate.
9161 * vc/vc.el (vc-find-revision): Add an optional argument for
9162 the VC backend. Use it when non-nil.
9163 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
9164 backend to vc-find-revision. (Bug#6487)
9166 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9168 Fix reading file names in Git annotate buffers.
9169 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
9170 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
9172 2010-06-20 Alan Mackenzie <acm@muc.de>
9174 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
9175 in file local variables, set it first.
9177 2010-06-19 Glenn Morris <rgm@gnu.org>
9179 * descr-text.el (describe-char-unicode-data): Insert separating
9180 space when needed. (Bug#6422)
9182 * progmodes/idlwave.el (idlwave-action-and-binding):
9183 Fix typo in 2009-12-03 change. (Bug#6450)
9185 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9187 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
9188 handling for `lambda' (misunderstanding).
9190 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
9192 * calc/calc-poly.el (math-accum-factors): Make sure that
9193 constants aren't distributed after they are factored out.
9195 2010-06-16 Juri Linkov <juri@jurta.org>
9197 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
9198 `list-colors-print'. (Bug#6332)
9200 * subr.el (read-quoted-char): Fix up last change (bug#6290).
9202 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9204 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
9205 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
9207 * font-lock.el (font-lock-major-mode): Rename from
9208 font-lock-mode-major-mode to distinguish it from
9209 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
9210 (font-lock-set-defaults):
9211 * font-core.el (font-lock-default-function): Adjust users.
9212 (font-lock-mode): Don't set it at all.
9214 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9216 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
9218 2010-06-16 Glenn Morris <rgm@gnu.org>
9220 * calendar/appt.el (appt-time-msg-list): Doc fix.
9221 (appt-check): Let-bind appt-warn-time.
9222 (appt-add): Make the 3rd argument optional.
9223 Simplify argument names. Doc fix. Check for integer WARNTIME.
9224 Only add WARNTIME to the output list if non-nil.
9226 2010-06-16 Ivan Kanis <apple@kanis.eu>
9228 * calendar/appt.el (appt-check): Let the 3rd element of
9229 appt-time-msg-list specify the warning time.
9230 (appt-add): Add new argument with the warning time. (Bug#5176)
9232 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
9234 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
9235 older than version 1.6. (Bug#6361)
9237 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
9239 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
9240 used by cl-do-arglist. (Bug#6408)
9242 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
9244 * textmodes/ispell.el (ispell-dictionary-base-alist):
9245 Fix portuguese casechars/not-casechars for missing 'çÇ'.
9246 Suggested by Rolando Pereira (bug#6434).
9248 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
9250 * facemenu.el (list-colors-sort): Doc fix.
9252 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
9254 * progmodes/sql.el (sql-connect-mysql): Fix typo.
9256 2010-06-14 Juri Linkov <juri@jurta.org>
9258 Add sort option `list-colors-sort'. (Bug#6332)
9259 * facemenu.el (color-rgb-to-hsv): New function.
9260 (list-colors-sort): New defcustom.
9261 (list-colors-sort-key): New function.
9262 (list-colors-display): Doc fix. Sort list according to the option
9264 (list-colors-print): Add HSV values to `help-echo' property of
9267 2010-06-14 Juri Linkov <juri@jurta.org>
9269 * compare-w.el: Move to the "vc" subdirectory.
9271 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9273 * image-mode.el (image-mode-map): Remap left-char and right-char.
9275 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
9277 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
9279 * term/common-win.el (x-colors): Add all the color names defined
9280 in rgb.txt (Bug#6332).
9282 * facemenu.el (list-colors-print): Don't print extra names if it
9283 will overflow the window width.
9285 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
9288 2010-06-12 Eli Zaretskii <eliz@gnu.org>
9290 * files.el (make-directory): Doc fix (bug#6396).
9292 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
9294 * net/tramp.el (tramp-remote-process-environment): Protect version
9295 string by apostroph.
9296 (tramp-shell-prompt-pattern): Do not use a shy group in case of
9298 (tramp-file-name-for-operation): Add `call-process-region'.
9299 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
9301 * net/tramp-compat.el (top): Do not autoload
9302 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
9303 only when `start-file-process' is not bound.
9304 (tramp-advice-file-expand-wildcards): Do not use
9305 `tramp-handle-file-remote-p'.
9306 (tramp-compat-make-temp-file): Handle the case, that
9307 `make-temp-file' has no third argument EXTENSION.
9309 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
9311 * makefile.w32-in (WINS_BASIC): Include new directory vc.
9313 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
9315 2010-06-11 Juri Linkov <juri@jurta.org>
9317 * finder.el (finder-known-keywords): Add keyword "vc"
9318 for version control.
9320 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
9321 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
9322 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
9323 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
9325 2010-06-11 Juri Linkov <juri@jurta.org>
9327 Move version control related files to the "vc" subdirectory.
9328 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
9329 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
9330 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
9331 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
9332 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
9333 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
9334 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
9335 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
9336 Move files to the "vc" subdirectory.
9338 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
9340 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
9343 2010-06-11 Stephen Eglen <stephen@gnu.org>
9345 * shell.el: Bind `shell-resync-dirs' to M-RET.
9347 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
9349 * notifications.el: Move file from lisp/net, because it is
9350 supposed to talk locally to the user.
9352 2010-06-10 Julien Danjou <julien@danjou.info>
9354 * net/notifications.el (notifications-on-action-signal)
9355 (notifications-on-closed-signal): Pass notification id as first
9356 argument to the callback functions. Add docstrings.
9357 (notifications-notify): Fix docstring.
9359 2010-06-10 Glenn Morris <rgm@gnu.org>
9361 * emacs-lisp/authors.el (authors-ignored-files)
9362 (authors-valid-file-names): Add some files.
9364 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9366 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
9367 merge conflict, giving preference to the emacs-23 version of the code.
9369 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9371 * emacs-lisp/advice.el (ad-compile-function):
9372 Define warning-suppress-types before we let-bind it (bug#6275).
9374 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
9375 declare it, make it buffer-local and permanent-local (bug#6324).
9376 (vc-resynch-window): Adjust name.
9377 * vc-hooks.el (vc-find-file-hook): Adjust name.
9379 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
9381 * net/notifications.el (notifications-notify): Fix docstring.
9383 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
9385 Update to Unicode 6.0.0 beta.
9386 * international/charprop.el: Update copyright.
9387 * international/mule-cmds.el (ucs-names): Update character ranges.
9388 * international/uni-bidi.el:
9389 * international/uni-category.el:
9390 * international/uni-combining.el:
9391 * international/uni-comment.el:
9392 * international/uni-decimal.el:
9393 * international/uni-decomposition.el:
9394 * international/uni-digit.el:
9395 * international/uni-lowercase.el:
9396 * international/uni-mirrored.el:
9397 * international/uni-name.el:
9398 * international/uni-numeric.el:
9399 * international/uni-old-name.el:
9400 * international/uni-titlecase.el:
9401 * international/uni-uppercase.el: Regenerate.
9403 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
9405 * emacs-lisp/smie.el (comment-string-strip): Declare function.
9406 (smie-precs-precedence-table): Fix typo in docstring.
9408 * vc-mtn.el (log-edit-extract-headers): Declare function.
9410 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
9412 * net/notifications.el (dbus-register-signal): Declare function.
9413 (notifications-notify): Fix typos and reflow docstring.
9415 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9417 Improve VC create/retrieve tag/branch.
9418 * vc.el (vc-create-tag): Do not read the directory name for VCs
9419 with repository revision granularity. Adjust the tag/branch
9420 prompt. Reset VC properties.
9421 (vc-retrieve-tag): Do not read the directory name for VCs
9422 with repository revision granularity. Reset VC properties.
9424 2010-06-09 Julien Danjou <julien@danjou.info>
9426 * net/notifications.el: New file.
9428 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9430 Add optional support for resetting VC properties.
9431 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
9432 call vc-file-clearprops when true.
9433 (vc-resynch-buffer): Add new optional argument, pass it down.
9434 (vc-resynch-buffers-in-directory): Likewise.
9436 Improve support for special markup in the VC commit message.
9437 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
9438 * vc-hg.el (vc-hg-checkin): Add support for Date:.
9439 * vc-git.el (vc-git-checkin):
9440 * vc-bzr.el (vc-bzr-checkin): Likewise.
9442 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9444 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
9445 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
9447 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
9449 * iimage.el: Remove images as soon as the underlying text is modified.
9450 (iimage-modification-hook): New function.
9451 (iimage-mode-buffer): Use it.
9453 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9455 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
9456 smie-indent-offset-after. Add :prev case. Make a bit more generic.
9457 (smie-indent-virtual): Remove `virtual' arg. Update callers.
9458 (smie-indent-keyword): Add handling of open-paren keywords.
9459 (smie-indent-comment-continue): Don't assume comment-continue.
9461 2010-06-07 Martin Rudalics <rudalics@gmx.at>
9463 * window.el (pop-to-buffer): Remove the conditional that
9464 compares new-window and old-window, so it will reselect
9465 the selected window unconditionally.
9466 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
9468 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9470 * emacs-lisp/smie.el (smie-indent-offset-after)
9471 (smie-indent-forward-token, smie-indent-backward-token): New functions.
9472 (smie-indent-after-keyword): Use them.
9473 (smie-indent-fixindent): Only applies to the indentation of the BOL.
9474 (smie-indent-keyword): Tweak the black magic.
9475 (smie-indent-comment-continue): Strip comment-continue before use.
9476 (smie-indent-functions): Indent comments before keywords.
9478 2010-06-06 Juri Linkov <juri@jurta.org>
9480 * isearch.el (isearch-lazy-highlight-search): Fix looping
9481 by checking for empty match. This syncs this loop with the
9482 similar loop in `isearch-search'. (Bug#6362)
9484 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
9486 * net/dbus.el (dbus-register-method): Declare function.
9487 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
9488 (dbus-introspect): Doc fix.
9489 (dbus-event-bus-name, dbus-introspect-get-interface)
9490 (dbus-introspect-get-argument): Reflow docstrings.
9492 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
9494 vc-log-incoming/vc-log-outgoing fixes for Git.
9495 * vc-git.el (vc-git-log-view-mode): Fix font lock for
9496 incoming/outgoing logs.
9497 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
9498 instead of vc-git-compute-remote.
9499 (vc-git-compute-remote): Remove.
9501 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
9503 * term/common-win.el (x-colors): Add "dark green" and "dark
9504 turquoise" (Bug#6332).
9506 2010-06-04 Juri Linkov <juri@jurta.org>
9508 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
9509 Instead of setting `replace' to t and replacing the same string
9510 with itself, don't do certain actions when
9511 kill-do-not-save-duplicates is non-nil and string is equal to car
9512 of kill-ring: don't call menu-bar-update-yank-menu, don't push
9513 interprogram-paste strings to kill-ring, and don't push the input
9514 argument `string' to kill-ring.
9515 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
9517 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
9519 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
9521 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
9523 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
9524 (tramp-gvfs-handler-mounted-unmounted)
9525 (tramp-gvfs-connection-mounted-p): Handle default-location.
9527 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
9528 move files to trash.
9530 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
9532 * international/mule-cmds.el (nonascii-insert-offset)
9533 (nonascii-translation-table): Add obsolescence information.
9535 * international/mule.el (make-translation-table-from-vector): Doc fix.
9537 2010-06-03 Glenn Morris <rgm@gnu.org>
9539 * desktop.el (desktop-clear-preserve-buffers):
9540 Add "*Warnings*" buffer. (Bug#6336)
9542 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
9544 vc-log-incoming/vc-log-outgoing improvements for Git.
9545 * vc-git.el (vc-git-log-outgoing): Use the same format as the
9547 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
9549 Add bindings for vc-log-incoming and vc-log-outgoing.
9550 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
9551 and vc-log-outgoing.
9552 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
9553 and vc-log-outgoing.
9555 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
9557 * net/rcirc.el (rcirc-sort-nicknames): Remove.
9558 (rcirc-handler-366): Always sort nicknames.
9560 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
9562 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
9564 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
9566 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
9568 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9570 * net/rcirc.el (rcirc-sort-nicknames): Change default.
9571 (rcirc-sort-nicknames-join): Avoid setq.
9573 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
9575 * net/rcirc.el (rcirc-sort-nicknames): New custom.
9576 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
9577 (rcirc-handler-366): Use them.
9579 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9581 Split smie-indent-calculate into more manageable chunks.
9582 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
9583 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
9584 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
9585 (smie-indent-exps): Extract from smie-indent-calculate.
9586 (smie-indent-functions): New var.
9587 (smie-indent-functions): Use them.
9589 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9591 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
9592 (smie-indent-calculate): Simplify and cleanup.
9594 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
9596 * net/tramp-gvfs.el (top): Require url-util.
9597 (tramp-gvfs-mount-point): Remove.
9598 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
9600 (with-tramp-dbus-call-method): Format trace message.
9601 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
9602 Implement backup call, when operation on local files fails.
9603 Use progress reporter. Flush properties of changed files.
9604 (tramp-gvfs-handle-make-directory): Make more traces.
9605 (tramp-gvfs-url-file-name): Hexify file name in url.
9606 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
9607 into account for the resulting file name.
9608 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
9609 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
9610 (tramp-gvfs-handler-mounted-unmounted)
9611 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
9612 attribute "default_location". Set "prefix" property.
9613 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
9614 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
9615 exists. Raise an error, if not (due to a corresponding answer
9616 "no" in interactive questions, for example).
9618 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9620 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
9622 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
9624 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
9627 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
9629 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
9630 * vc-git.el (vc-git-compute-remote): New function.
9631 (vc-git-log-outgoing): Use it instead of hard coding a value.
9632 (vc-git-log-incoming): New function.
9634 Improve state updating for VC tag commands.
9635 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
9636 to update the state of all buffers in the directory.
9638 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
9640 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9642 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
9643 `file-directory-p' to the filename part rather than to the whole text.
9645 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9647 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
9649 2010-05-31 Drew Adams <drew.adams@oracle.com>
9651 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
9653 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
9655 * subr.el (momentary-string-display): Just use read-event to read
9656 the exit event (Bug#6238).
9658 2010-05-30 Eli Zaretskii <eliz@gnu.org>
9660 * international/mule.el (define-coding-system): Doc fix (bug#6313).
9662 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
9664 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
9665 Suggested by Eli Zaretskii <eliz@gnu.org>.
9667 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9669 * minibuffer.el (completion-file-name-table): Don't return a boundary
9670 past the end of `string' (bug#6299).
9671 (completion--file-name-table): Delegate to completion-file-name-table
9672 for the `boundaries' case.
9674 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
9676 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
9679 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
9680 `path-separator', but maintain compatibility with Emacs 20.2.
9682 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
9684 * server.el (server-process-filter): Receive parent-id argument
9686 (server-create-window-system-frame): New arg. Pass parent-id as
9689 2010-05-29 Eli Zaretskii <eliz@gnu.org>
9691 Bidi-sensitive word movement with arrow keys.
9692 * subr.el (right-arrow-command, left-arrow-command): Move to
9695 * bindings.el (right-char, left-char): Move from subr.el and
9696 rename from right-arrow-command and left-arrow-command.
9697 (right-word, left-word): New functions.
9698 (global-map) <right>: Bind to right-char.
9699 (global-map) <left>: Bind to left-char.
9700 (global-map) <C-right>: Bind to right-word.
9701 (global-map) <C-left>: Bind to left-word.
9703 * ls-lisp.el (ls-lisp-classify-file): New function.
9704 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
9705 (ls-lisp-classify): Call ls-lisp-classify-file.
9706 (insert-directory): Remove blanks from switches.
9708 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
9710 * ansi-color.el: Delete unused escape sequences (Bug#6085).
9711 (ansi-color-drop-regexp): New constant.
9712 (ansi-color-apply, ansi-color-filter-region)
9713 (ansi-color-apply-on-region): Delete unrecognized control sequences.
9714 (ansi-color-apply): Build string list before calling concat.
9716 2010-05-28 Juri Linkov <juri@jurta.org>
9718 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
9719 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
9722 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
9724 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
9725 to ignored backtrace functions.
9726 (with-progress-reporter): Expand docstring.
9727 (tramp-handle-delete-file): Implement TRASH argument.
9728 (tramp-get-remote-trash): New defun.
9730 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
9732 * net/tramp-compat.el (tramp-compat-delete-file):
9733 Use `symbol-value' for backward compatibility.
9735 * net/tramp.el (tramp-handle-make-symbolic-link)
9737 (tramp-do-copy-or-rename-file-via-buffer)
9738 (tramp-do-copy-or-rename-file-directly)
9739 (tramp-do-copy-or-rename-file-out-of-band)
9740 (tramp-handle-process-file, tramp-handle-call-process-region)
9741 (tramp-handle-shell-command, tramp-handle-file-local-copy)
9742 (tramp-handle-insert-file-contents, tramp-handle-write-region)
9743 (tramp-delete-temp-file-function): Use `delete-file' instead
9744 of `tramp-compat-delete-file'.
9746 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
9747 (tramp-fish-handle-make-symbolic-link)
9748 (tramp-fish-handle-process-file): Use `delete-file' instead
9749 of `tramp-compat-delete-file'.
9751 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
9752 Use `delete-file' instead of `tramp-compat-delete-file'.
9754 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Use
9755 `delete-file' instead of `tramp-compat-delete-file'.
9757 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
9758 Use `delete-file' instead of `tramp-compat-delete-file'.
9760 * net/tramp-smb.el (tramp-smb-handle-copy-file)
9761 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
9762 (tramp-smb-handle-write-region): Use `delete-file' instead of
9763 `tramp-compat-delete-file'.
9764 (tramp-smb-handle-delete-directory): Use 'trash as arg.
9766 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
9768 * dired.el (dired-delete-file): New arg TRASH.
9769 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
9770 (dired-do-flagged-delete, dired-do-delete): Use trash.
9772 * speedbar.el (speedbar-item-delete): Allow trashing.
9774 * files.el (delete-directory): New arg TRASH.
9776 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
9777 (ange-ftp-rename-remote-to-remote)
9778 (ange-ftp-rename-local-to-remote)
9779 (ange-ftp-rename-remote-to-local, ange-ftp-load)
9780 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
9782 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
9785 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
9786 handle new TRASH arg of `delete-file'.
9788 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
9789 (tramp-handle-make-symbolic-link, tramp-handle-load)
9790 (tramp-do-copy-or-rename-file-via-buffer)
9791 (tramp-do-copy-or-rename-file-directly)
9792 (tramp-do-copy-or-rename-file-out-of-band)
9793 (tramp-handle-process-file, tramp-handle-call-process-region)
9794 (tramp-handle-shell-command, tramp-handle-file-local-copy)
9795 (tramp-handle-insert-file-contents, tramp-handle-write-region)
9796 (tramp-delete-temp-file-function): Use null TRASH arg in
9797 tramp-compat-delete-file call.
9799 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
9800 (tramp-fish-handle-delete-file)
9801 (tramp-fish-handle-make-symbolic-link)
9802 (tramp-fish-handle-process-file): Use null TRASH arg in
9803 `tramp-compat-delete-file' call.
9805 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
9806 arg in `tramp-compat-delete-file' call.
9808 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
9809 (tramp-gvfs-handle-write-region): Use null TRASH arg in
9810 `tramp-compat-delete-file' call.
9812 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
9813 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
9814 `tramp-compat-delete-file' call.
9816 * net/tramp-smb.el (tramp-smb-handle-copy-file)
9817 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
9818 (tramp-smb-handle-write-region): Use null TRASH arg in
9819 tramp-compat-delete-file call.
9820 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
9821 (tramp-smb-handle-delete-file): Rename arg.
9823 * diff.el (diff-sentinel):
9824 * epg.el (epg--make-temp-file, epg-decrypt-string)
9825 (epg-verify-string, epg-sign-string, epg-encrypt-string):
9826 * jka-compr.el (jka-compr-partial-uncompress)
9827 (jka-compr-call-process, jka-compr-write-region):
9828 * server.el (server-sentinel): Remove optional arg from
9829 delete-file, reverting 2010-05-03 change.
9831 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
9833 * progmodes/verilog-mode.el (verilog-type-font-keywords):
9834 Use font-lock-constant-face, not obsolete font-lock-reference-face.
9836 2010-05-27 Kenichi Handa <handa@m17n.org>
9838 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
9839 element of GSTRING is nil.
9841 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9843 * emacs-lisp/smie.el (smie-forward-token-function)
9844 (smie-backward-token-function): New vars.
9845 (smie-backward-sexp, smie-forward-sexp)
9846 (smie-indent-hanging-p, smie-indent-calculate): Use them.
9847 (smie-default-backward-token): Rename from smie-backward-token and
9849 (smie-default-forward-token): Rename from smie-forward-token and
9851 (smie-next-sexp): Handle nil results from next-token.
9852 (smie-indent-calculate): Add a new case for special `fixindent' comments.
9854 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
9856 * progmodes/verilog-mode.el (verilog-type-font-keywords):
9857 Use font-lock-constant-face, not obsolete font-lock-reference-face.
9859 2010-05-27 Masatake YAMATO <yamato@redhat.com>
9861 * htmlfontify.el (hfy-face-resolve-face): New function.
9862 (hfy-face-to-style): Use it (Bug#6279).
9864 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
9866 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
9867 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
9869 2010-05-26 Glenn Morris <rgm@gnu.org>
9871 * emulation/edt.el (edt-load-keys): Use locate-library.
9873 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
9875 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
9876 (log-edit-changelog-entries): Doc fix.
9877 (log-edit-changelog-insert-entries): Args changed.
9878 Rename relative filenames in ChangeLog entries. Delete tabs.
9879 (log-edit-insert-changelog-entries): Reorganize return value of
9880 `log-edit-changelog-entries' to pass filenames to
9881 log-edit-changelog-insert-entries.
9883 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9885 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
9886 `image-dired-dired-insert-marked-thumbs' to
9887 `image-dired-dired-toggle-marked-thumbs'.
9889 * image-dired.el: Require cl when compiling.
9890 (image-dired-dired-toggle-marked-thumbs): Rename from
9891 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
9892 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
9893 to 'no-dir. Skip files whose names don't match
9894 `image-file-name-regexp'. When file has a thumbnail overlay,
9895 delete it. (Bug#5270)
9897 2010-05-25 Juri Linkov <juri@jurta.org>
9899 * image-mode.el (image-mode): Add image-after-revert-hook to
9901 (image-after-revert-hook): New function. (Bug#5669)
9903 2010-05-25 Juri Linkov <juri@jurta.org>
9905 * image.el (image-animated-p): When delay between animated images
9906 is 0, set it to 10 (0.1 sec). (Bug#6258)
9908 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
9910 * net/tramp.el (tramp-handle-insert-directory): Don't use
9911 `forward-word', its default syntax could be changed.
9913 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
9915 * net/tramp.el (tramp-progress-reporter-update): New defun.
9916 (with-progress-reporter): Use it.
9917 (tramp-process-actions):
9918 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
9919 Preserve current message, in order to let progress reporter continue
9920 afterwards. (Bug#6257)
9922 2010-05-25 Glenn Morris <rgm@gnu.org>
9924 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
9927 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
9929 * net/rcirc.el (rcirc-default-user-name): Change to "user".
9930 (rcirc-default-full-name): Change to "unknown".
9931 (rcirc-user-name-history): Add variable.
9933 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
9934 Jonathan Rockway <jon@jrock.us>
9936 * net/rcirc.el (rcirc-server-alist): Add :pass.
9937 (rcirc): When prompting for connection parameters, also prompt for
9938 username and password.
9939 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
9940 value to server when connecting.
9942 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
9944 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
9945 (smie-merge-prec2s): Pass the tables as separate args.
9946 (smie-bnf-precedence-table): Adjust call accordingly.
9947 (smie-prec2-levels): Set levels at the end.
9949 Replace Lisp calls to delete-backward-char by delete-char.
9950 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
9951 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
9952 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
9953 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
9954 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
9955 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
9956 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
9957 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
9958 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
9959 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
9960 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
9961 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
9962 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
9963 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
9964 delete-backward-char by calls to delete-char.
9966 2010-05-25 Kenichi Handa <handa@m17n.org>
9968 * language/hebrew.el (hebrew-shape-gstring): New function.
9969 Register it in composition-function-table for all Hebrew combining
9972 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
9974 * epa.el (epa--select-keys): Don't explicitly delete the window since
9975 that can fail (e.g. sole window in frame). Use dedication instead.
9977 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
9979 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
9981 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
9983 * image.el (image-refresh): Define as an alias for image-flush.
9985 * image-mode.el (image-toggle-display-image): Caller changed.
9987 2010-05-21 Juri Linkov <juri@jurta.org>
9989 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
9990 Remove "all" from grep-files-aliases. Split grep-files-aliases by
9991 whitespace, call wildcard-to-regexp on substrings and concat them
9992 with "\\|". (Bug#6114)
9994 2010-05-21 Alan Mackenzie <acm@muc.de>
9996 * progmodes/cc-engine.el (c-parse-state-get-strategy):
9997 Replace parameter `here' with `here-' and `here-plus', which sandwich
9998 any pertinent CPP construct.
9999 (c-remove-stale-state-cache-backwards): Fix a bug which happens
10000 when doing (c-parse-state) in a CPP construct: Exclude any "new"
10001 CPP construct from taking part in the scanning.
10003 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
10005 * net/tramp.el (tramp-do-copy-or-rename-file)
10006 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
10007 Tune `with-progress-reporter' messages.
10008 (tramp-handle-vc-registered):
10009 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
10010 (tramp-fish-handle-insert-file-contents)
10011 (tramp-fish-maybe-open-connection):
10012 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10013 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
10014 (tramp-imap-handle-insert-file-contents)
10015 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
10017 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
10019 * add-log.el (change-log-font-lock-keywords):
10020 Highlight all authors in multi-author entries.
10022 * smerge-mode.el (smerge-refine-ignore-whitespace)
10023 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
10024 Fix typos in docstrings.
10025 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
10027 2010-05-21 Glenn Morris <rgm@gnu.org>
10029 * progmodes/fortran.el (fortran-mode):
10030 * progmodes/f90.el (f90-mode): Derive from prog-mode.
10032 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
10033 having a relative path in src/Makefile.in.
10035 2010-05-20 Kevin Ryde <user42@zip.com.au>
10037 * help-mode.el (help-make-xrefs): For Info node links turn
10038 newlines into spaces. Link node names with newlines are matched
10039 by help-xref-info-regexp and buttonized, this change ensures they
10040 can be followed successfully with RET. (Bug#6206)
10042 2010-05-20 Juri Linkov <juri@jurta.org>
10044 * locate.el (locate): Use pop-to-buffer instead of
10045 switch-to-buffer-other-window. (Bug#6204)
10047 2010-05-20 Juri Linkov <juri@jurta.org>
10049 * replace.el (replace-highlight): Fix lazy-highlighting
10050 for `M-s w str M-% str RET'.
10052 2009-12-15 Masatake YAMATO <yamato@redhat.com>
10054 * isearch.el (isearch-yank-word-or-char): Pull next subword
10055 when `subword-mode' is activated. (Bug#6220)
10057 2010-05-20 Mark A. Hershberger <mah@everybody.org>
10059 * isearch.el (isearch-update-post-hook): New hook.
10060 (isearch-update): Use the new hook. (Bug#6225)
10062 2010-05-20 Juri Linkov <juri@jurta.org>
10064 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
10065 [f1], [help], and (char-to-string help-char) instead of "\C-h".
10068 2010-05-20 Juri Linkov <juri@jurta.org>
10070 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
10073 2010-05-20 Juri Linkov <juri@jurta.org>
10075 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
10076 FILE-NAME to read from the minibuffer when called interactively
10077 with prefix argument instead of using buffer-file-name.
10078 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
10080 * dired.el: Update autoloads.
10082 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
10084 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
10085 nxml-finish-element, for consistency with SGML mode.
10087 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
10088 octave-close-block.
10090 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
10092 * composite.el: Require cl when compiling.
10093 (reference-point-alist, compose-gstring-for-graphic)
10094 (compose-gstring-for-terminal): Fix typos in docstrings.
10096 2010-05-19 Juri Linkov <juri@jurta.org>
10098 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
10099 set-window-parameter.
10101 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
10103 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
10105 (tramp-maybe-open-connection): Use it.
10107 2010-05-19 Eli Zaretskii <eliz@gnu.org>
10109 * simple.el (move-end-of-line): Make sure we are at line beginning
10110 before backing up to end of previous line.
10112 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
10114 * password-cache.el (password-cache-remove): Fix docstring.
10116 * net/secrets.el: Autoload the widget functions.
10117 (secrets-search-items, secrets-create-item)
10118 (secrets-get-attributes, secrets-expand-item): Attributes will be
10119 stored on the password database without leading ":", as all other
10120 clients do as well.
10121 (secrets-mode): Fix docstring.
10122 (secrets-show-secrets): Provide it as autoloaded command only when
10123 D-Bus support is available. Check existence of Secret Service API.
10125 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10127 * indent.el (indent-region): Deactivate region (bug#6200).
10129 2010-05-19 Glenn Morris <rgm@gnu.org>
10131 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
10133 2010-05-19 Kenichi Handa <handa@m17n.org>
10135 * composite.el: Register compose-gstring-for-graphic in
10136 composition-function-table only for combining characters (Mn, Mc, Me).
10138 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10140 * calc/calc-trail.el (calc-trail-isearch-forward)
10141 (calc-trail-isearch-backward): Ensure that the new window
10142 point is set correctly.
10144 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10146 * subr.el (read-quoted-char): Resolve modifiers after key
10147 remapping (bug#6212).
10149 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
10151 Add visualization code for secrets.
10152 * net/secrets.el (secrets-mode): New major mode.
10153 (secrets-show-secrets, secrets-show-collections)
10154 (secrets-expand-collection, secrets-expand-item)
10155 (secrets-tree-widget-after-toggle-function)
10156 (secrets-tree-widget-show-password): New defuns.
10158 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10160 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
10161 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
10162 handled in smie-next-sexp.
10163 (smie-indent-calculate): Provide a starting indentation (so the
10164 recursion is well-founded ;-).
10166 Fix handling of non-associative equal levels.
10167 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
10168 when it's not needed.
10169 (smie-op-left, smie-op-right): New functions.
10170 (smie-next-sexp): New function, extracted from smie-backward-sexp.
10171 Better handle equal levels to distinguish the associative case from
10172 the "multi-keyword construct" case.
10173 (smie-backward-sexp, smie-forward-sexp): Use it.
10175 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
10177 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
10179 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
10180 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
10182 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10184 Provide a simple generic indentation engine and use it for Prolog.
10185 * emacs-lisp/smie.el: New file.
10186 * progmodes/prolog.el (prolog-smie-op-levels)
10187 (prolog-smie-indent-rules): New var.
10188 (prolog-mode-variables): Use them to configure SMIE.
10189 (prolog-indent-line, prolog-indent-level): Remove.
10191 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
10193 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
10194 order before computing the averages.
10196 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
10198 * calc/calc-vec.el (calc-histogram):
10199 (calcFunc-histogram): Allow vectors as inputs.
10200 (math-vector-avg): New function.
10202 * calc/calc-ext.el (math-group-float): Have the number of digits
10203 being grouped depend on the radix (Bug#6189).
10205 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
10207 * version.el (emacs-copyright, emacs-version): Don't define here,
10208 now that emacs.c defines it.
10210 2010-05-15 Eli Zaretskii <eliz@gnu.org>
10212 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
10213 "Describe Language Environment" menu item.
10215 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
10217 Bidi-sensitive movement with arrow keys.
10218 * subr.el (right-arrow-command, left-arrow-command): New functions.
10220 * bindings.el (global-map): Bind them to right and left arrow keys.
10222 Don't override standard definition of convert-standard-filename.
10223 * files.el (convert-standard-filename):
10224 Call w32-convert-standard-filename and dos-convert-standard-filename on
10225 the corresponding systems.
10227 * w32-fns.el (w32-convert-standard-filename): Rename from
10228 convert-standard-filename. Doc fix.
10230 * dos-fns.el (dos-convert-standard-filename): Doc fix.
10231 (convert-standard-filename): Don't defalias.
10232 (register-name-alist, make-register, register-value)
10233 (set-register-value, intdos): Obsolete aliases for the
10234 corresponding dos-* functions and variables.
10235 (dos-intdos): Add a doc string.
10237 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
10239 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
10240 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
10241 (math-compose-tex-func):
10242 * calc/calccomp.el (math-compose-expr):
10243 * calc/calc-ext.el (math-format-flat-expr-fancy):
10244 * calc/calc-store.el (calc-read-var-name):
10245 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
10247 * calc/calc.el (var-π, var-φ, var-γ): New variables.
10248 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
10249 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
10250 (math-standard-units): Add units.
10252 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10254 * progmodes/asm-mode.el (asm-mode):
10255 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
10257 * pcomplete.el (pcomplete-completions-at-point): New function,
10258 extracted from pcomplete-std-complete.
10259 (pcomplete-std-complete): Use it.
10261 2010-05-15 Glenn Morris <rgm@gnu.org>
10263 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10264 Remove references to CVS, RCS and Old directories.
10266 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
10268 * calc/calc-bin.el (math-format-twos-complement): Group digits when
10271 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10273 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
10274 (sh-mode-syntax-table): Give it a default value instead.
10275 (sh-header-marker): Make buffer-local.
10276 (sh-mode): Move make-local-variable to the corresponding setq.
10277 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
10278 Use complete-with-action.
10280 * simple.el (prog-mode): New (abstract) major mode.
10281 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
10282 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
10284 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
10286 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
10287 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
10288 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
10289 (sql-make-alternate-buffer-name, sql-placeholders-filter)
10290 (sql-escape-newlines-filter, sql-input-sender)
10291 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
10293 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
10295 Add TeX open-block and close-block keybindings to SGML, and vice versa.
10297 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
10298 latex-open-block and C-c / to latex-close-block.
10300 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
10301 and C-c C-e to sgml-close-tag.
10303 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
10305 * net/tramp.el (with-progress-reporter): Create reporter object
10306 only when the message would be displayed. Handle nested calls.
10307 (tramp-handle-load, tramp-handle-file-local-copy)
10308 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10309 (tramp-maybe-send-script, tramp-find-shell):
10310 Use `with-progress-reporter'.
10311 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
10314 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10315 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10316 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
10317 Use `with-progress-reporter'.
10319 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
10321 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
10322 process everytime when spellchecking from the minibuffer (bug#6143).
10324 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10326 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
10328 * dos-fns.el: Add "dos-" prefix for namespace control.
10329 (convert-standard-filename): Define as alias for
10330 dos-convert-standard-filename but only if applicable.
10332 2010-05-12 Alan Mackenzie <acm@muc.de>
10334 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
10335 Push the mark at the start of these functions when appropriate.
10337 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10339 * minibuffer.el (completion-cycle-threshold): New custom var.
10340 (completion--do-completion): Use it.
10341 (minibuffer-complete): Use cycling if appropriate.
10343 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
10345 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
10346 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
10348 2010-05-11 Juri Linkov <juri@jurta.org>
10350 * scroll-all.el (scroll-all-check-to-scroll):
10351 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
10353 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10355 * iimage.el (iimage-mode-map): Move initialization into declaration.
10356 (iimage-mode-buffer): Use with-silent-modifications.
10357 Simplify calling convention. Adjust callers.
10358 (iimage-mode): Don't run hook redundantly.
10360 * minibuffer.el (completion-pcm--pattern->regex):
10361 Fix last change (bug#6160).
10363 2010-05-10 Juri Linkov <juri@jurta.org>
10365 Remove nodes visited during Isearch from the Info history.
10366 * info.el (Info-isearch-initial-history)
10367 (Info-isearch-initial-history-list): New variables.
10368 (Info-isearch-start): Record initial values of
10369 Info-isearch-initial-history and Info-isearch-initial-history-list.
10370 Add Info-isearch-end to isearch-mode-end-hook.
10371 (Info-isearch-end): New function.
10373 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
10375 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
10376 format string, in order to work around a bug in pdksh.
10377 Reported by Gilles Pion <gpion@lfdj.com>.
10378 (tramp-handle-verify-visited-file-modtime): Do not send a command
10379 when the connection is not established.
10380 (tramp-handle-set-file-times): Simplify the check for utc.
10382 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
10384 Fix use of `filter-buffer-substring' (rework previous change).
10385 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
10386 (cua-repeat-replace-region):
10387 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
10388 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10389 (cua-cut-region-to-global-mark): Use it.
10391 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
10393 * progmodes/sql.el: Version 2.1.
10394 (sql-product-alist): Redesign structure of product info.
10395 (sql-product, sql-user, sql-server, sql-database): Safe variables.
10396 (sql-port, sql-port-history): New variables.
10397 (sql-interactive-product): New variable.
10398 (sql-send-terminator): New variable.
10399 (sql-imenu-generic-expression): Add "Types" imenu entry.
10400 (sql-oracle-login-params, sql-sqlite-login-params)
10401 (sql-mysql-login-params, sql-solid-login-params)
10402 (sql-sybase-login-params, sql-informix-login-params)
10403 (sql-ingres-login-params, sql-ms-login-params)
10404 (sql-postgres-login-params, sql-interbase-login-params)
10405 (sql-db2-login-params, sql-linter-login-params)
10406 (sql-oracle-scan-on): New variables.
10407 (sql-mode-map): Add C-c C-i to start interactive mode.
10408 (sql-mode-menu): Update existing menu entries.
10409 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
10410 (sql-mode-oracle-font-lock-keywords)
10411 (sql-mode-postgres-font-lock-keywords)
10412 (sql-mode-ms-font-lock-keywords)
10413 (sql-mode-sybase-font-lock-keywords)
10414 (sql-mode-informix-font-lock-keywords)
10415 (sql-mode-interbase-font-lock-keywords)
10416 (sql-mode-ingres-font-lock-keywords)
10417 (sql-mode-solid-font-lock-keywords)
10418 (sql-mode-mysql-font-lock-keywords)
10419 (sql-mode-sqlite-font-lock-keywords)
10420 (sql-mode-db2-font-lock-keywords)
10421 (sql-mode-linter-font-lock-keywords): Update initialization to
10422 reduce run-time complexity.
10423 (sql-add-product, sql-del-product): New functions.
10424 (sql-set-product-feature, sql-get-product-feature): New functions.
10425 (sql-product-font-lock): Update product API.
10426 (sql-add-product-keywords): New function.
10427 (sql-highlight-product): Update product API.
10428 (sql-help-list-products): New function.
10429 (sql-help): Dynamically lists free and non-free products.
10430 (sql-get-login): Correct bug in handling history and added
10432 (sql-copy-column): Copy without properties.
10433 (sqli-input-sender): Apply filters to SQLi input.
10434 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
10435 Implement as a filter.
10436 (sql-escape-newlines-filter): Implement as a filter.
10437 (sql-remove-tabs-filter): New function.
10438 (sql-send-magic-terminator): New function.
10439 (sql-send-string): Implement magic terminator.
10440 (sql-send-region): Use `sql-send-string'.
10441 (sql-interactive-mode): Use product API.
10442 (sql-product-interactive): Use product API.
10443 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
10444 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
10445 (sql-db2, sql-linter): Use `sql-product-interactive'.
10446 (sql-connect): New function.
10447 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
10448 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
10449 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
10450 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
10453 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10455 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
10456 New custom variable.
10457 (completion-pcm--string->pattern): Use it.
10458 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
10459 Make it handle any symbol as `any'.
10460 (completion-pcm--merge-completions): Extract common suffix for the new
10461 `prefix' symbol as well.
10462 (completion-substring--all-completions): Use the new `prefix' symbol.
10464 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
10466 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
10468 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
10469 (tramp-compat-funcall): New defmacro.
10470 (tramp-compat-line-beginning-position)
10471 (tramp-compat-line-end-position)
10472 (tramp-compat-temporary-file-directory)
10473 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
10474 (tramp-compat-copy-file, tramp-compat-copy-directory)
10475 (tramp-compat-delete-file, tramp-compat-delete-directory)
10476 (tramp-compat-number-sequence, tramp-compat-process-running-p)
10477 * net/tramp.el (top, with-progress-reporter)
10478 (tramp-rfn-eshadow-setup-minibuffer)
10479 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
10480 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
10481 (tramp-completion-mode-p, tramp-check-for-regexp)
10482 (tramp-open-connection-setup-interactive-shell)
10483 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
10484 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
10485 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
10486 * net/tramp-cmds.el (tramp-cleanup-all-connections)
10487 (tramp-reporter-dump-variable, tramp-load-report-modules)
10488 (tramp-append-tramp-buffers)
10489 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
10491 * net/tramp-imap.el (top): Autoload `epg-make-context'.
10493 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10495 * progmodes/compile.el (compilation-buffer-modtime): Rename from
10496 buffer-modtime. Adjust users.
10498 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
10500 * international/mule.el (auto-coding-alist): Only purecopy
10501 car of each item, not the whole list (Bug#6083).
10503 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
10505 * progmodes/js.el (js-mode): Make paragraph variables local before
10506 calling c-setup-paragraph-variables (Bug#6071).
10508 2010-05-08 Eli Zaretskii <eliz@gnu.org>
10510 * composite.el (compose-region, reference-point-alist): Fix typos
10511 in the doc strings.
10513 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
10515 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
10516 gnuplot's "set" command.
10518 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
10520 * abbrev.el (last-abbrev-text): Doc fix.
10521 (abbrev-prefix-mark): Don't escape parenthesis.
10523 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
10525 * composite.el (find-composition): Doc fix.
10527 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
10529 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
10530 (sql-oracle-program, sql-sqlite-options)
10531 (sql-query-placeholders-and-send): Doc fixes.
10532 (sql-set-product, sql-interactive-mode): Reflow docstrings.
10533 (sql-imenu-generic-expression, sql-buffer)
10534 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
10535 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
10536 (sql-mode-sybase-font-lock-keywords)
10537 (sql-mode-informix-font-lock-keywords)
10538 (sql-mode-interbase-font-lock-keywords)
10539 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
10540 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
10541 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
10542 (sql-product-feature, sql-highlight-product)
10543 (comint-line-beginning-position, sql-rename-buffer)
10544 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
10545 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
10546 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
10547 Fix typos in docstrings.
10549 2010-05-08 Juri Linkov <juri@jurta.org>
10551 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
10552 property instead of `invisible' and `after-string' (bug#5998).
10554 2010-05-08 Juri Linkov <juri@jurta.org>
10556 * image-mode.el (image-mode-as-text): Fix typo in docstring.
10558 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
10560 * filecache.el (file-cache-add-directory-list)
10561 (file-cache-add-directory-recursively): Fix typos in docstrings.
10563 2010-05-08 Kenichi Handa <handa@m17n.org>
10565 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
10566 (gujarati-composable-pattern): Fix typo.
10568 2010-05-08 Kenichi Handa <handa@m17n.org>
10570 * language/indian.el (oriya-composable-pattern)
10571 (tamil-composable-pattern, malayalam-composable-pattern):
10572 Add two-part vowels to "v" (vowel sign).
10574 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
10576 * files.el (copy-directory): Handle symlinks (Bug#5982).
10578 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
10580 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
10581 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
10584 2010-05-08 Glenn Morris <rgm@gnu.org>
10586 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
10588 * minibuffer.el (completion-at-point): Doc fix.
10590 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10592 * electric.el (Electric-command-loop): Minor tweak.
10594 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
10595 better with dedicated windows.
10597 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
10599 * Version 23.2 released.
10601 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
10602 Stefan Monnier <monnier@iro.umontreal.ca>
10604 Highlight vendor specific properties.
10605 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
10606 (css-proprietary-property): New face.
10607 (css-font-lock-keywords): Use them.
10609 2010-05-07 Eli Zaretskii <eliz@gnu.org>
10611 * cus-start.el (all): Add native condition for tool-bar-* symbols.
10613 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10615 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
10616 * files.el (auto-mode-alist): Remove redundant entries.
10618 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
10619 * simple.el (auto-save-mode): Move from files.el.
10620 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
10622 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
10624 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
10626 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
10628 * mail/binhex.el (binhex-decode-region-internal)
10629 * mail/uudecode.el (uudecode-decode-region-internal)
10630 * net/dns.el (dns-read-string-name, dns-write, dns-read)
10631 (dns-read-type, dns-query)
10632 * pgg-parse.el (pgg-parse-armor)
10633 * pgg.el (pgg-verify-region)
10634 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
10637 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
10639 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
10641 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
10643 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
10644 * emulation/cua-base.el (cua-repeat-replace-region):
10645 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10646 (cua-cut-region-to-global-mark):
10647 Remove text properties with `set-text-properties'.
10649 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
10651 * net/tramp.el (top, with-progress-reporter):
10652 Use `symbol-function' inside `funcall'.
10654 * net/tramp-compat.el (tramp-compat-file-attributes)
10655 (tramp-compat-delete-file, tramp-compat-delete-directory):
10656 Handle only `wrong-number-of-arguments' error.
10658 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
10659 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
10662 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10664 * minibuffer.el (completion--sreverse, completion--common-suffix):
10666 (completion-pcm--merge-completions): Extract common suffix when safe.
10668 * emacs-lisp/easy-mmode.el (define-minor-mode):
10669 Make :variable more flexible.
10670 * files.el (auto-save-mode): Use it to define using define-minor-mode.
10672 2010-05-05 Juri Linkov <juri@jurta.org>
10674 Add `slow' and `history' tags to the desktop data.
10676 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
10677 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
10678 (Info-finder-find-node): Require `finder.el' to be able
10679 to restore node from the desktop.
10680 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
10681 data `Info-history' and `slow' tag in the assoc list.
10682 (Info-restore-desktop-buffer): Don't restore nodes with the
10683 `slow' tag. Restore `Info-history'.
10685 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
10687 Add FORCE argument to `delete-file'.
10689 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
10690 forcing to delete the temporary file.
10691 (ange-ftp-delete-file): Add FORCE arg.
10692 (ange-ftp-rename-remote-to-remote)
10693 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
10694 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
10695 Force file deletion.
10697 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
10699 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
10700 (tramp-handle-make-symbolic-link, tramp-handle-load)
10701 (tramp-do-copy-or-rename-file-via-buffer)
10702 (tramp-do-copy-or-rename-file-directly)
10703 (tramp-do-copy-or-rename-file-out-of-band)
10704 (tramp-handle-process-file, tramp-handle-call-process-region)
10705 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10706 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10707 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
10709 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
10710 (tramp-fish-handle-make-symbolic-link)
10711 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
10713 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10714 Use `tramp-compat-delete-file'.
10716 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
10717 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
10719 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
10720 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
10722 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
10723 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
10724 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
10725 Use `tramp-compat-delete-file'.
10727 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10730 * subr.el (add-minor-mode): Use push.
10731 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
10732 * emulation/edt.el (edt-select-mode): Simplify.
10734 Use define-minor-mode in more cases.
10735 * term/tvi970.el (tvi970-set-keypad-mode):
10736 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
10737 (normal-erase-is-backspace-mode):
10738 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
10739 (set-scroll-bar-mode-1): (Re)move to its sole caller.
10740 (get-scroll-bar-mode): New function.
10741 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
10743 Use define-minor-mode for less obvious cases.
10744 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
10745 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
10746 * international/iso-ascii.el (iso-ascii-mode):
10747 * frame.el (auto-raise-mode, auto-lower-mode):
10748 * composite.el (global-auto-composition-mode): Use define-minor-mode.
10750 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
10752 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
10753 in order to see error messages for failed logins.
10755 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
10757 * diff.el (diff-sentinel):
10759 * epg.el (epg--make-temp-file, epg-decrypt-string)
10760 (epg-verify-string, epg-sign-string, epg-encrypt-string):
10762 * jka-compr.el (jka-compr-partial-uncompress)
10763 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
10765 * server.el (server-sentinel): Use delete-file's new FORCE arg
10768 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10770 Use define-minor-mode where applicable.
10771 * view.el (view-mode):
10772 * type-break.el (type-break-query-mode)
10773 (type-break-mode-line-message-mode):
10774 * textmodes/reftex.el (reftex-mode):
10775 * term/vt100.el (vt100-wide-mode):
10776 * tar-mode.el (tar-subfile-mode):
10777 * savehist.el (savehist-mode):
10778 * ibuf-ext.el (ibuffer-auto-mode):
10779 * composite.el (auto-composition-mode):
10780 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
10781 Use define-minor-mode.
10782 (vhdl-mode): Use static mode-line format.
10783 (vhdl-mode-line-update): Delete.
10784 (vhdl-create-mode-menu, vhdl-activate-customizations)
10785 (vhdl-hs-minor-mode): Don't bother calling it.
10787 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
10789 * simple.el (with-wrapper-hook): Move.
10790 (buffer-substring-filters): Mark obsolete.
10791 (filter-buffer-substring-functions): New variable.
10792 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
10794 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
10795 Michael Albinus <michael.albinus@gmx.de>
10797 Implement compression for inline methods.
10799 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
10800 (tramp-copy-size-limit): Allow also nil.
10801 (tramp-inline-compress-commands): New defconst.
10802 (tramp-find-inline-compress, tramp-get-inline-compress)
10803 (tramp-get-inline-coding): New defuns.
10804 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
10805 replaced by `tramp-get-inline-coding'.
10806 (tramp-handle-file-local-copy, tramp-handle-write-region)
10807 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
10809 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
10811 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
10812 Remove unused functions.
10814 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
10815 Set find-tag-default-function as a variable rather than a property.
10817 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
10818 * progmodes/etags.el (tags-completion-at-point-function):
10819 Remove left over interactive spec. Add autoloading stub.
10820 (complete-tag): Use tags-completion-at-point-function.
10822 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
10824 * minibuffer.el (tags-completion-at-point-function): Fix return value.
10826 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
10828 * ido.el (ido-init-completion-maps): Remove C-v binding.
10829 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
10831 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
10833 * minibuffer.el (tags-completion-at-point-function): New function.
10834 (completion-at-point-functions): Use it.
10836 * progmodes/etags.el (complete-tag): Revert last change.
10838 2010-04-29 Alan Mackenzie <acm@muc.de>
10840 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
10841 off-by-one error (in end of macro position).
10843 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10845 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
10846 firefox is absent. Don't autoload.
10847 (browse-url-galeon-program): Don't autoload.
10849 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
10851 * bindings.el (complete-symbol): Move into minibuffer.el.
10853 * minibuffer.el (complete-tag): Move from etags.el. If tags
10854 completion cannot be performed, return nil instead of signalling
10856 (completion-at-point): Make it an alias for complete-symbol.
10857 (complete-symbol): Move from bindings.el, and replace with the
10858 body of completion-at-point.
10860 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
10862 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
10864 * net/tramp.el (tramp-remote-selinux-p): New defun.
10865 (tramp-handle-file-selinux-context)
10866 (tramp-handle-set-file-selinux-context): Use it.
10868 2010-04-28 Sam Steingold <sds@gnu.org>
10870 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
10871 `safe-local-variable' if the value is a string or a symbol with
10872 the property `bug-reference-url-format'.
10874 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
10876 * progmodes/bug-reference.el (bug-reference-url-format):
10877 Revert 2010-04-27 change due to security risk.
10879 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10881 Make it possible to locally disable a globally enabled mode.
10882 * simple.el (fundamental-mode): Run fundamental-mode-hook.
10883 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
10884 rather than kill-all-local-variables so it runs fundamental-mode-hook.
10885 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
10886 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
10887 that subsequent hooks get a chance to disable it.
10889 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
10891 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
10892 Avoid re-enabling a minor mode after the user turned the minor mode
10893 off if MODE-enable-in-buffers is run twice (typically once from
10894 fundamental-mode's after-change-major-mode-hook and a second time from
10895 run-mode-hook's own after-change-major-mode-hook).
10897 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
10899 2010-04-27 Sam Steingold <sds@gnu.org>
10901 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
10902 `safe-local-variable' if the value is a string or a function, as
10903 documented and implemented on 2010-04-02.
10905 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
10907 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
10908 when method is 'kill.
10910 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
10912 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
10913 condition in default directory check.
10914 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
10915 Kill ispell process when killing its associated buffer.
10917 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
10919 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
10920 but we aren't using it.
10922 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
10924 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
10925 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
10927 2010-04-24 Glenn Morris <rgm@gnu.org>
10929 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
10930 Ignore VCS-ignore files, and deleted nextstep preferences files.
10931 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
10932 (authors-ambiguous-files): New list.
10933 (authors-valid-file-names): Add some deleted files.
10934 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
10935 (authors-disambiguate-file-name): New function. (Bug#5501)
10936 (authors-canonical-file-name): Doc fix.
10937 Don't warn about obsolete files.
10938 (authors-canonical-file-name, authors-scan-el):
10939 Use authors-disambiguate-file-name.
10941 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
10942 Add autoload cookies.
10943 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
10944 (generated-autoload-file): Set file-local value to "htmlfontify.el".
10945 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
10946 They have definitions / compiler macros in cl.el.
10947 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
10948 Replace manual autoloads with generated ones.
10949 (htmlfontify-unload-rgb-file): Remove autoload.
10950 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
10952 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10954 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
10955 (byte-compile-setq-default): Optimize for the
10956 single-var case and don't call byte-compile-form in this case to avoid
10957 inf-loop with byte-compile-set-default.
10959 * progmodes/compile.el (compilation-start): Abbreviate default directory.
10961 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
10963 Implement SELINUX backends.
10965 * net/tramp.el (tramp-file-name-handler-alist):
10966 Add `file-selinux-context' and `set-file-selinux-context'.
10967 (tramp-handle-file-selinux-context)
10968 (tramp-handle-set-file-selinux-context): New defuns.
10969 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
10970 Handle PRESERVE-SELINUX-CONTEXT.
10972 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10973 Add `file-selinux-context' and `set-file-selinux-context'.
10974 (tramp-gvfs-handle-file-selinux-context)
10975 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
10976 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
10978 * net/ange-ftp.el (ange-ftp-copy-file):
10979 * net/tramp-fish.el (tramp-fish-handle-copy-file):
10980 * net/tramp-imap.el (tramp-imap-handle-copy-file):
10981 * net/tramp-smb.el (tramp-smb-handle-copy-file):
10982 Add PRESERVE-SELINUX-CONTEXT.
10984 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
10986 Synchronize with Tramp repository.
10988 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
10989 (tramp-action-process-alive, tramp-action-out-of-band)
10990 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
10991 (tramp-exists-file-name-handler): Fix docstring.
10992 (with-progress-reporter): New defmacro.
10993 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
10994 (tramp-maybe-open-connection): Use it.
10996 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
10998 Detect ssh 'ControlMaster' argument automatically in some cases.
11000 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
11001 (tramp-default-method): Use it.
11003 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
11005 * net/tramp.el (tramp-handle-copy-file): Add new optional
11006 parameter `preserve-selinux-context'.
11007 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
11009 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
11011 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
11012 Ensure, that non remote files are still checked. Oops.
11014 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
11018 * icomplete.el (icomplete-completions): Use `non-essential'.
11020 * net/tramp.el (tramp-connectable-p): New defun.
11021 (tramp-handle-expand-file-name)
11022 (tramp-completion-handle-file-name-all-completions)
11023 (tramp-completion-handle-file-name-completion): Use it.
11025 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11027 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
11029 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
11031 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
11033 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
11035 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
11038 * info.el (info-tool-bar-map): Add labels.
11040 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
11042 * cus-edit.el (custom-commands): Add labels for tool bar.
11043 (custom-buffer-create-internal, Custom-mode): Adjust for
11044 labels in custom-commands.
11046 * dynamic-setting.el: Renamed from font-setting.el.
11048 2010-04-21 John Wiegley <jwiegley@gmail.com>
11050 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
11051 toggles the use of virtual buffers.
11052 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
11053 (ido-toggle-virtual-buffers): New function.
11055 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
11057 Use `define-derived-mode'; fix window selection; doc fixes.
11058 * play/tetris.el (tetris, tetris-update-speed-function)
11059 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
11060 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
11061 (tetris-rotate-next, tetris-end-game, tetris-start-game)
11062 (tetris-pause-game): Fix typos in docstrings.
11063 (tetris-mode-map, tetris-null-map):
11064 Move initialization into declaration.
11065 (tetris-mode): Define with `define-derived-mode';
11066 set show-trailing-whitespace to nil.
11067 (tetris): Prefer window already displaying the "*Tetris*" buffer.
11069 2010-04-21 Karel Klíč <kklic@redhat.com>
11071 * files.el (backup-buffer): Handle SELinux context, and return it
11072 if a backup was made by renaming.
11073 (backup-buffer-copy): Set SELinux context to the target file.
11074 (basic-save-buffer): Set SELinux context of the newly written file.
11075 (basic-save-buffer-1): Now it also returns any SELinux context.
11076 (basic-save-buffer-2): Set SELinux context of the newly created file,
11078 * net/tramp.el (tramp-file-name-for-operation):
11079 Add file-selinux-context.
11081 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11083 Make the log-edit comments use RFC822 format throughout.
11085 * vc.el (vc-checkin, vc-modify-change-comment):
11086 Adjust to new vc-start/finish-logentry.
11087 (vc-find-conflicted-file): New command.
11088 (vc-transfer-file): Adjust to new vc-checkin.
11089 (vc-next-action): Improve scoping.
11091 * vc-hg.el (vc-hg-log-edit-mode): Remove.
11092 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
11094 * vc-git.el (vc-git-log-edit-mode): Remove.
11095 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
11096 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
11098 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
11099 (vc-start-logentry): Remove argument `extra'.
11100 (vc-finish-logentry): Remove extra args.
11102 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
11103 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
11104 (vc-bzr-conflicted-files): New function.
11106 * log-edit.el (log-edit-extra-flags)
11107 (log-edit-before-checkin-process): Remove.
11108 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
11109 (log-edit-headers-alist): New var.
11110 (log-edit-header-contents-regexp): New const.
11111 (log-edit-match-to-eoh): New function.
11112 (log-edit-font-lock-keywords): Use them.
11113 (log-edit): Insert a "Summary:" header as default.
11114 (log-edit-mode): Mark font-lock rules as case-insensitive.
11115 (log-edit-done): Cleanup headers.
11116 (log-view-process-buffer): Remove.
11117 (log-edit-extract-headers): New function to replace it.
11119 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
11121 * subr.el (default-direction-reversed): Remove obsolescence info.
11123 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11125 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
11128 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
11129 I.e. include text after point in the completion region.
11130 Also, return nil when we're not after/in a symbol.
11132 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
11133 default enable-multibyte-characters.
11135 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11137 * international/mule.el: Help the user choose a valid coding-system.
11138 (read-buffer-file-coding-system): New function.
11139 (set-buffer-file-coding-system): Use it. Prompt the user if the
11140 coding-system cannot encode all the chars.
11142 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
11143 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
11144 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
11145 Don't use *vc-bzr-shelve*.
11147 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
11149 Fix the version number for added files.
11150 * vc-hg.el (vc-hg-working-revision): Check if the file is
11151 registered after hg parent fails (Bug#5961).
11153 2010-04-19 Glenn Morris <rgm@gnu.org>
11155 * htmlfontify.el (htmlfontify-buffer)
11156 (htmlfontify-copy-and-link-dir): Autoload entry points.
11158 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
11160 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
11161 name relative to the project root (Bug#5960).
11163 2010-04-19 Glenn Morris <rgm@gnu.org>
11165 * vc-git.el (vc-git-print-log): Doc fix.
11167 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
11169 * ido.el (ido-file-internal): Fix 2009-12-02 change.
11171 2010-04-19 Christoph Scholtes <cschol2112@googlemail.com>
11173 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
11174 default settings (Bug#5928).
11176 2010-04-19 Glenn Morris <rgm@gnu.org>
11178 * progmodes/fortran.el (fortran-match-and-skip-declaration):
11180 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
11182 2010-04-19 Kenichi Handa <handa@m17n.org>
11184 * language/indian.el (malayalam-composable-pattern): Fix previous
11185 change (add U+0D4D "SIGN VIRAMA").
11186 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
11187 (tamil-composable-pattern): Fix typo in the regexp.
11188 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
11189 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
11190 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
11192 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
11194 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
11195 paragraph-separate (Bug#5821).
11197 2010-04-19 Juri Linkov <juri@jurta.org>
11199 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
11201 * info.el (Info-find-node-2): Comment out code that skips
11203 (Info-mouse-follow-link): New command.
11204 (Info-link-keymap): New keymap.
11205 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
11206 Return a string with links instead of inserting breadcrumbs
11207 to the Info buffer.
11208 (Info-fontify-node): Comment out code that inserts breadcrumbs.
11209 Instead of putting the `invisible' text property over the Info
11210 header, make an overlay over the Info header with the `invisible'
11211 property and `after-string' set to the string returned by
11212 `Info-breadcrumbs'.
11214 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
11216 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
11217 Reported by monkey@sandpframing.com.
11219 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11221 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
11222 (tmm-get-keymap): Add key-binding shortcuts now that they're not
11223 available in the "keyseq cache" any more.
11225 * custom.el (defcustom): Add edebug spec.
11227 2010-04-18 Juri Linkov <juri@jurta.org>
11229 Test for special mode-class in view-buffer instead of view-file (bug#5513).
11231 * view.el (view-file, view-buffer): Move test for special mode-class
11232 from view-file to view-buffer.
11234 * tar-mode.el (tar-extract): Turn if's into one cond
11235 like in arc-mode.el.
11237 2010-04-18 Juri Linkov <juri@jurta.org>
11239 Add 7z archive format support (bug#5475).
11241 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
11242 (archive-7z-extract): New defcustom.
11243 (archive-find-type): Add magic string for 7z.
11244 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
11245 If `stderr-file' is non-nil, use `(t stderr-file)' for the
11246 `buffer' arg of `call-process'.
11247 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
11248 call the function `archive-7z-extract' with the variable
11249 `archive-7z-extract' let-bound to `archive-zip-extract'.
11250 (archive-7z-summarize, archive-7z-extract): New functions.
11252 * international/mule.el (auto-coding-alist):
11253 * files.el (auto-mode-alist): Add 7z file extension.
11255 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11257 * loadup.el: Setup hash-cons for pure data.
11259 Fix duplicate entries in cedet's loaddefs.el files.
11260 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
11261 Should make most file-local generated-autoload-file unnecessary.
11262 (print-readably): Silence warnings.
11263 (autoload-find-destination): Take load-name as an arg to make sure
11264 it's the same as the one that will be in the file.
11265 (autoload-generate-file-autoloads): Adjust to above changes.
11266 Try to make the dataflow a bit simpler.
11268 * cvs-status.el (cvs-refontify): Remove unused.
11270 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
11272 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
11274 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
11275 twos-complement mode.
11277 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
11279 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
11280 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
11281 (calc-inverse): Add "Option" to message, as appropriate.
11282 (calc-hyperbolic): Add "Option" to message, as appropriate.
11283 (calc-option, calc-is-option): New functions.
11285 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
11286 (calc-option-prefix-help): New function.
11288 * calc/calc-misc.el (calc-help): Add "Option" entry.
11290 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
11291 (calc-option-flag): New variable.
11292 (calc-do): Set `calc-option-flag to nil.
11293 (calc-set-mode-line): Add "Opt " as appropriate.
11295 2010-04-16 Juri Linkov <juri@jurta.org>
11297 Move scrolling commands from simple.el to window.el
11298 because their primitives are implemented in window.c.
11300 * simple.el (scroll-error-top-bottom)
11301 (scroll-up-command, scroll-down-command, scroll-up-line)
11302 (scroll-down-line, scroll-other-window-down)
11303 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11304 * window.el (scroll-error-top-bottom)
11305 (scroll-up-command, scroll-down-command, scroll-up-line)
11306 (scroll-down-line, scroll-other-window-down)
11307 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11308 Move from simple.el to window.el because their primitives are
11309 implemented in window.c.
11311 2010-04-16 Juri Linkov <juri@jurta.org>
11313 * isearch.el (isearch-lookup-scroll-key): Check both
11314 `isearch-scroll' and `scroll-command' properties.
11315 (scroll-up, scroll-down): Remove `isearch-scroll' property.
11317 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
11319 * simple.el (scroll-up-command, scroll-down-command)
11320 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
11322 2010-04-15 Juri Linkov <juri@jurta.org>
11324 * simple.el (scroll-up-command, scroll-down-command)
11325 (scroll-up-line, scroll-down-line): Put `scroll-command'
11326 property on the these symbols. Remove them from
11327 `scroll-preserve-screen-position-commands'.
11329 * mwheel.el (mwheel-scroll): Put `scroll-command' and
11330 `isearch-scroll' properties on the `mwheel-scroll' symbol.
11331 Remove it from `scroll-preserve-screen-position-commands'.
11333 * isearch.el (isearch-allow-scroll): Doc fix.
11335 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
11337 * net/tramp.el (tramp-error-with-buffer): Don't show the
11338 connection buffer when we are in completion mode.
11339 (tramp-file-name-handler): Catch the error for some operations
11340 when we are in completion mode. This gives the user the chance to
11341 correct the file name in the minibuffer.
11343 2010-04-15 Glenn Morris <rgm@gnu.org>
11345 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
11347 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
11349 Simplify by using `define-derived-mode'.
11350 * info.el (Info-mode):
11351 * calendar/todo-mode.el (todo-mode):
11352 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
11353 (gomoku-mode-map): Move initialization into declaration.
11355 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
11358 * ido.el (ido-file-name-all-completions-1):
11359 * minibuffer.el (minibuffer-completion-help):
11360 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
11362 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11364 * simple.el (non-essential): New var.
11366 Add a new field `location' to bookmarks for non-file bookmarks.
11367 * bookmark.el (bookmark-location): Use the new field, if present.
11368 (bookmark-insert-location): Undo last change, not needed any more.
11369 * man.el (Man-bookmark-make-record):
11370 * woman.el (woman-bookmark-make-record): Add `location' field.
11372 2010-04-14 Juri Linkov <juri@jurta.org>
11374 * simple.el (scroll-error-top-bottom): New defcustom.
11375 (scroll-up-command, scroll-down-command): Use it. Doc fix.
11377 * emulation/pc-select.el (pc-select-override-scroll-error):
11378 Obsolete in favor of `scroll-error-top-bottom'.
11380 2010-04-14 Juri Linkov <juri@jurta.org>
11382 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
11383 `scroll-up-command' and `M-v' to `scroll-down-command'.
11385 * emulation/cua-rect.el (cua--init-rectangles):
11386 * forms.el (forms--change-commands):
11387 * image-mode.el (image-mode-map):
11388 Remap scroll-down-command and scroll-up-command
11389 in addition to scroll-down and scroll-up.
11391 2010-04-14 Juri Linkov <juri@jurta.org>
11393 * mwheel.el (scroll-preserve-screen-position-commands):
11394 Add mwheel-scroll to this list of commands.
11396 * simple.el (scroll-preserve-screen-position-commands):
11397 Add scroll-up-command, scroll-down-command, scroll-up-line,
11398 scroll-down-line to this list of commands.
11400 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
11402 * obsolete/complete.el: Move from lisp/complete.el.
11404 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
11406 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
11407 to the minor mode function now turns the mode ON unconditionally.
11409 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11411 * vc-dir.el (vc-dir-kill-line): New command.
11412 (vc-dir-mode-map): Bind it to C-k.
11414 * bookmark.el (bookmark-insert-location): Handle a nil filename.
11416 * woman.el: Add bookmark declarations to silence the compiler.
11417 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
11418 step to compatibility between man and woman bookmarks.
11419 Adjust for Man-default-bookmark-title renaming.
11420 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
11422 * man.el: Add bookmark declarations to silence the compiler.
11423 (Man-name-local-regexp): Make it match NAME as well.
11424 (Man-getpage-in-background): Return the buffer.
11425 (Man-notify-when-ready): Use `case'.
11426 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
11427 Don't hardcode "NAME". Simplify.
11428 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
11429 Rename from Man-bookmark-make-record.
11430 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
11431 we have the actual man-args. Use Man-getpage-in-background rather
11432 than `man' since the arg is already processed. Let bookmark.el do the
11433 window handling. Only wait for the relevant process.
11434 Don't forget to autoload.
11436 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
11438 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11440 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
11442 (woman-mode): Setup bookmark support.
11444 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
11445 (man-bookmark-jump): New functions.
11446 (Man-mode): Setup bookmark support.
11448 2010-04-10 Jari Aalto <jari.aalto@cante.net>
11450 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
11451 recognize ssh-keygen prompt (Bug#2817).
11453 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
11455 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
11457 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
11459 Synchronize with Tramp repository.
11461 * net/tramp.el (tramp-completion-function-alist)
11462 (tramp-file-name-regexp, tramp-chunksize)
11463 (tramp-local-coding-commands, tramp-remote-coding-commands):
11465 (tramp-remote-process-environment): Use `format' instead of `concat'.
11466 (tramp-handle-directory-files-and-attributes)
11467 (tramp-get-remote-path): Use `copy-tree'.
11468 (tramp-handle-file-name-all-completions): Backward/ XEmacs
11469 compatibility: Use `completion-ignore-case' if
11470 `read-file-name-completion-ignore-case' does not exist.
11471 (tramp-do-copy-or-rename-file-directly): Do not use
11472 `tramp-handle-file-remote-p'.
11473 (tramp-do-copy-or-rename-file-out-of-band):
11474 Use `tramp-compat-delete-directory'.
11475 (tramp-do-copy-or-rename-file-out-of-band)
11476 (tramp-compute-multi-hops, tramp-maybe-open-connection):
11477 Use `format-spec-make'.
11478 (tramp-find-foreign-file-name-handler)
11479 (tramp-advice-make-auto-save-file-name)
11480 (tramp-set-auto-save-file-modes): Remove superfluous check for
11481 `stringp'. This is done inside `tramp-tramp-file-p'.
11482 (tramp-debug-outline-regexp): New defconst.
11483 (tramp-get-debug-buffer): Use it.
11484 (tramp-check-for-regexp): Use (forward-line 1).
11485 (tramp-set-auto-save-file-modes): Adapt version check.
11487 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
11488 Wrap call of `featurep' for 2nd argument.
11489 (tramp-compat-make-temp-file): Simplify fallback implementation.
11490 (tramp-compat-copy-tree): Remove function.
11491 (tramp-compat-delete-directory): Provide implementation for older
11494 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
11495 Do not use `tramp-fish-handle-file-attributes.
11497 * net/trampver.el: Update release number.
11499 2010-04-10 Glenn Morris <rgm@gnu.org>
11501 * progmodes/compile.el (compilation-save-buffers-predicate):
11502 Add missing :version tag.
11504 2010-04-09 Sam Steingold <sds@gnu.org>
11506 * progmodes/compile.el (compilation-save-buffers-predicate):
11507 Remove the "autoload" cookie.
11509 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
11510 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
11511 and `bug-reference-prog-mode' can be used in hooks directly.
11513 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
11515 Add --author support to git commit.
11516 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
11517 (vc-git-log-edit-mode): New minor mode.
11518 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
11521 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
11523 * vc-hooks.el, vc-git.el: Improve documentation comments.
11525 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11527 Fix some of the problems in defsubst* (bug#5728).
11528 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
11529 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
11531 2010-04-07 Sam Steingold <sds@gnu.org>
11533 * progmodes/compile.el (compilation-save-buffers-predicate):
11534 New custom variable.
11535 (compile, recompile): Pass it to `save-some-buffers'.
11537 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
11539 * wid-edit.el (widget-choose): Move cursor to the second line of
11540 the buffer (Bug#5695).
11542 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
11544 Add new VC methods: vc-log-incoming and vc-log-outgoing.
11545 * vc.el (vc-print-log-setup-buttons): New function split out from
11546 vc-print-log-internal.
11547 (vc-log-internal-common): New function, a parametrized version of
11548 vc-print-log-internal.
11549 (vc-print-log-internal): Just call vc-log-internal-common with the
11551 (vc-incoming-outgoing-internal):
11552 (vc-log-incoming, vc-log-outgoing): New functions.
11553 (vc-log-view-type): New permanent local variable.
11555 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
11557 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
11558 of the dynamic bound vc-short-log.
11559 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
11561 * vc-git.el (vc-git-log-outgoing): New function.
11562 (vc-git-log-view-mode): Use vc-log-view-type instead
11563 of the dynamic bound vc-short-log.
11565 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
11566 of the dynamic bound vc-short-log. Highlight the tag.
11567 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
11568 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
11569 (vc-hg-incoming-mode): Remove.
11570 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
11572 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
11574 Fix default-directory for vc-root-diff.
11575 * vc.el (vc-root-diff): Bind default-directory to the root
11576 directory for the diff command.
11578 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
11580 * progmodes/verilog-mode.el (verilog-forward-sexp):
11581 (verilog-calc-1): Support "disable fork" and "fork wait" multi
11582 word keywords, suggested by Steve Pearlmutter.
11583 (verilog-pretty-declarations): Support lineup of declarations in
11585 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
11586 fix bug for /* / comments.
11587 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
11588 Speed up and simplfy as this is never called with a bound.
11589 (verilog-pretty-declarations): Enhance to line up declarations
11590 inside a parameter list, suggested by Alan Morgan.
11591 (verilog-pretty-expr): Tune assignment regular expression match
11592 string for corner cases; also use markers instead of character
11593 number as indent changes the later.
11595 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
11597 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
11598 as missing keyword.
11599 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
11600 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
11601 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
11602 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
11604 (verilog-keywords):
11605 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
11606 1800-2009 keywords, including "global.".
11608 2010-04-06 John Wiegley <jwiegley@gmail.com>
11610 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
11611 appearing in buffer list (if a live buffer name matched a recentf
11612 file basename). Should use uniquify to offer a real solution.
11614 2010-04-06 John Wiegley <jwiegley@gmail.com>
11616 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
11617 comment to code, and add a :version tag.
11618 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
11620 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
11622 Enable recentf-mode if using virtual buffers.
11623 * ido.el (recentf-list): Declare for byte-compiler.
11624 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
11625 (ido-make-buffer-list): Simplify.
11626 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
11628 2010-04-05 Juri Linkov <juri@jurta.org>
11630 Scrolling commands which scroll a line instead of full screen.
11631 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
11633 * simple.el (scroll-up-line, scroll-down-line): New commands.
11634 Put property isearch-scroll=t on them.
11636 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
11639 2010-04-05 Juri Linkov <juri@jurta.org>
11641 Scrolling commands which do not signal errors at top/bottom.
11642 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
11644 * simple.el (scroll-up-command, scroll-down-command): New commands.
11645 Put property isearch-scroll=t on them.
11647 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
11648 `scroll-down-command' and [next] from `scroll-up' to
11649 `scroll-up-command'.
11651 * emulation/cua-base.el: Put property CUA=move on
11652 `scroll-up-command' and `scroll-down-command'.
11653 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
11654 and `scroll-down-command' to `cua-scroll-down'.
11656 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
11658 * help.el (describe-mode): Return nil.
11660 2010-04-04 John Wiegley <jwiegley@gmail.com>
11662 * ido.el (ido-use-virtual-buffers): New variable to indicate
11663 whether "virtual buffer" support is enabled for IDO.
11664 (ido-virtual): Face used to indicate virtual buffers in the list.
11665 (ido-buffer-internal): If a buffer is chosen, and no such buffer
11666 exists, but a virtual buffer of that name does (which would be why
11667 it was in the list), recreate the buffer by reopening the file.
11668 (ido-make-buffer-list): If virtual buffers are being used, call
11669 `ido-add-virtual-buffers-to-list' before the make list hook.
11670 (ido-virtual-buffers): New variable which contains a copy of the
11671 current contents of the `recentf-list', albeit pared down for the
11672 sake of speed, and with proper faces applied.
11673 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
11674 create a list of "virtual buffers" to present to the user in
11675 addition to the currently open set. Note that this logic could
11676 get rather slow if that list is too large. With the default
11677 `recentf-max-saved-items' of 200, there is little speed penalty.
11679 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11681 * font-lock.el: Require CL when compiling.
11682 (font-lock-turn-on-thing-lock): Use `case'.
11684 2010-04-03 Eli Zaretskii <eliz@gnu.org>
11686 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
11689 2010-04-02 Juri Linkov <juri@jurta.org>
11691 * ehelp.el (electric-help-orig-major-mode):
11692 New buffer-local variable.
11693 (electric-help-mode): Set it to original major-mode. Doc fix.
11694 (with-electric-help): Use `electric-help-orig-major-mode' instead
11695 of (default-value 'major-mode). Doc fix.
11696 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
11698 2010-04-02 Sam Steingold <sds@gnu.org>
11700 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
11701 `vc-hg-command' with a list of flags.
11703 * progmodes/bug-reference.el (bug-reference-bug-regexp):
11704 Also accept "patch" and "RFE".
11705 (bug-reference-fontify): `bug-reference-url-format' can also be a
11706 function to be able to handle the bug kind.
11707 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
11709 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
11711 * tmm.el (tmm-get-keymap): Check with symbolp before passing
11712 value to fboundp, it may not be a symbol.
11714 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
11716 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
11718 2010-03-31 Juri Linkov <juri@jurta.org>
11720 * simple.el (next-line, previous-line): Re-throw a signal
11721 with `signal' instead of using `ding'.
11722 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
11724 2010-03-31 Juri Linkov <juri@jurta.org>
11726 * simple.el (keyboard-escape-quit): Raise deselecting the active
11727 region higher than exiting the minibuffer.
11728 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
11730 2010-03-31 Juri Linkov <juri@jurta.org>
11732 * image.el (image-animated-p): Use `image-metadata' instead of
11733 `image-extension-data'. Get GIF extenstion data from metadata
11734 property `extension-data'.
11736 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11738 * simple.el (append-to-buffer): Simplify.
11740 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
11742 * textmodes/artist.el (artist-mode): Fix typo in docstring.
11743 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
11745 2010-03-31 Kenichi Handa <handa@m17n.org>
11747 * language/sinhala.el (composition-function-table): Fix regexp for
11748 the new Unicode specification.
11750 * language/indian.el (devanagari-composable-pattern)
11751 (tamil-composable-pattern, kannada-composable-pattern)
11752 (malayalam-composable-pattern): Adjust for the new Unicode
11754 (bengali-composable-pattern, gurmukhi-composable-pattern)
11755 (gujarati-composable-pattern, oriya-composable-pattern)
11756 (telugu-composable-pattern): New variables to cope with the new
11757 Unicode specification. Use them in composition-function-table.
11759 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11761 Make tmm-menubar work for the Buffers menu again (bug#5726).
11762 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
11763 vectors rather than cons cells, as used in menu-bar-update-buffers.
11765 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
11767 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
11768 (js-insert-and-indent): Revert 2009-08-15 change, restoring
11769 electric punctuation for "{}();,:" (Bug#5586).
11771 * mail/sendmail.el (mail-default-directory): Doc fix.
11773 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
11775 * mail/sendmail.el (mail-default-directory): Doc fix.
11777 2010-03-31 Eli Zaretskii <eliz@gnu.org>
11779 * subr.el (version-regexp-alist, version-to-list)
11780 (version-list-<, version-list-=, version-list-<=)
11781 (version-list-not-zero, version<, version<=, version=): Doc fix.
11784 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
11786 * vc.el (vc-root-diff): Doc fix.
11788 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
11790 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
11792 * simple.el (append-to-buffer): Fix last change.
11794 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
11796 * simple.el (append-to-buffer): Ensure that point is preserved if
11797 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
11800 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11802 * files.el (auto-mode-case-fold): Change default to t.
11804 2010-03-30 Juri Linkov <juri@jurta.org>
11806 * dired-x.el (dired-omit-mode): Doc fix.
11808 2010-03-30 Juri Linkov <juri@jurta.org>
11810 * replace.el (occur-accumulate-lines): Move occur-engine related
11811 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
11812 to be located after `occur-engine'.
11814 2010-03-30 Juri Linkov <juri@jurta.org>
11816 Make occur handle multi-line matches cleanly with context.
11817 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
11819 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
11820 (occur-engine): Add local variables `ret', `prev-after-lines',
11821 `prev-lines'. Use more arguments for `occur-context-lines'.
11822 Set first elem of its returned list to `data', and the second elem
11823 to `prev-after-lines'. Don't print the separator line.
11824 In the end, print remaining context after-lines.
11825 (occur-context-lines): Add new arguments `begpt', `endpt',
11826 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
11827 after-lines of the previous match with before-lines of the
11828 current match and not overlap them. Return a list with two
11829 values: the output line and the list of context after-lines.
11831 2010-03-30 Juri Linkov <juri@jurta.org>
11833 * replace.el (occur-accumulate-lines): Fix a bug where the first
11834 context line at the beginning of the buffer was missing.
11836 2010-03-30 Eli Zaretskii <eliz@gnu.org>
11838 * files.el: Make bidi-display-reordering safe variable for boolean
11841 2010-03-29 Phil Hagelberg <phil@evri.com>
11842 Chong Yidong <cyd@stupidchicken.com>
11844 * subr.el: Extend progress reporters to perform "spinning".
11845 (progress-reporter-update, progress-reporter-do-update):
11846 Handle non-numeric value arguments.
11847 (progress-reporter--pulse-characters): New var.
11849 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
11851 * progmodes/compile.el (compilation-start): Fix regexp detection
11852 of initial cd command (Bug#5771).
11854 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
11856 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
11858 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
11860 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
11861 * progmodes/gdb-mi.el: Restore.
11862 * progmodes/gdb-ui.el: Remove.
11863 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
11865 2010-03-25 Glenn Morris <rgm@gnu.org>
11867 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
11868 all dired buffers, even tramp ones. (Bug#5755)
11870 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
11872 Add "union tags" in mpc.el.
11873 * mpc.el: Remove backward compatibility code.
11874 (mpc-browser-tags): Change default.
11875 (mpc--find-memoize-union-tags): New var.
11876 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
11877 (mpc-cmd-find): Handle the case where the playlist does not exist.
11879 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
11880 (mpc-cmd-add): Use mpc-cmd-flush.
11881 (mpc-tagbrowser-tag-name): New fun.
11882 (mpc-tagbrowser-buf): Use it.
11883 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
11885 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11888 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
11889 Use replace-regexp-in-string.
11890 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
11891 (makefile-imake-mode-syntax-table): Move init into defvar.
11892 (makefile-mode): Use define-derived-mode.
11894 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
11895 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
11896 not be present any more.
11898 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
11900 * faces.el (set-face-attribute): Fix typo in docstring.
11901 (face-valid-attribute-values): Reflow docstring.
11903 2010-03-24 Glenn Morris <rgm@gnu.org>
11905 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
11907 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
11909 * indent.el (indent-for-tab-command): Doc fix.
11911 2010-03-24 Alan Mackenzie <acm@muc.de>
11913 * progmodes/cc-engine.el (c-remove-stale-state-cache):
11914 Fix off-by-one error. Fixes bug #5747.
11916 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
11918 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
11919 (image-dired-read-comment): Doc fix.
11921 * json.el (json-object-type, json-array-type, json-key-type)
11922 (json-false, json-null, json-read-number):
11923 * minibuffer.el (completion-in-region-functions):
11924 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
11925 (cal-tex-cursor-week):
11926 * emacs-lisp/trace.el (trace-function):
11927 * eshell/em-basic.el (eshell/printnl):
11928 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
11929 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
11930 * obsolete/levents.el (allocate-event, event-key, event-object)
11931 (event-point, event-process, event-timestamp, event-to-character)
11932 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
11933 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
11934 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
11935 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
11936 (reftex-highlight-selection): Fix typos in docstrings.
11938 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
11940 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
11942 2010-03-24 Glenn Morris <rgm@gnu.org>
11944 * mail/rmail.el (rmail-highlight-face): Restore option deleted
11945 2008-02-13 without comment; mark it obsolete.
11946 (rmail-highlight-headers): Use rmail-highlight-face once more.
11948 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
11950 * woman.el (woman2-process-escapes): Only consume the newline if
11951 the filler character is on a line by itself (Bug#5729).
11953 2010-03-24 Kenichi Handa <handa@m17n.org>
11955 * language/indian.el (devanagari-composable-pattern): Add more
11958 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
11960 * net/trampver.el: Update release number.
11962 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
11964 * net/tramp.el (tramp-find-executable):
11965 Use `tramp-get-connection-buffer'. Make the regexp for checking
11966 output of "wc -l" more robust.
11967 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
11968 (tramp-open-connection-setup-interactive-shell): Remove workaround
11969 for OpenSolaris bug, it is not needed anymore.
11971 2010-03-24 Glenn Morris <rgm@gnu.org>
11973 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
11975 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
11977 * files.el (auto-mode-alist): Accept more verilog file patterns.
11979 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11981 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
11983 2010-03-24 Glenn Morris <rgm@gnu.org>
11985 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
11986 log-edit-before-checkin-process.
11988 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
11990 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
11992 * vc-dispatcher.el (vc-start-logentry): Doc fix.
11993 (log-view-process-buffer, log-edit-extra-flags): Declare.
11995 * log-edit.el (log-edit-before-checkin-process): Doc fix.
11997 2010-03-23 Sam Steingold <sds@gnu.org>
11999 Fix bug#5620: recalculate all markers on compilation buffer
12000 modifications, not on file modifications.
12001 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
12002 variable: the buffer modification time, for buffers not associated with
12004 (compilation-mode): Create it.
12005 (compilation-filter): Update it.
12006 (compilation-next-error-function): Use it instead of
12007 `visited-file-modtime' for timestamp.
12009 2010-03-23 Juri Linkov <juri@jurta.org>
12011 Implement Occur multi-line matches.
12012 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
12014 * replace.el (occur): Doc fix.
12015 (occur-engine): Set `begpt' to the beginning of the first line.
12016 Set `endpt' to the end of the last match line. At first, count
12017 line numbers between `origpt' and `begpt'. Split out code from
12018 `out-line' variable to new let-bindings `match-prefix' and
12019 `match-str'. In `out-line' add non-numeric prefix to all
12020 non-first lines of multi-line matches. Finally, count lines
12021 between `begpt' and `endpt' and add to `lines'.
12023 2010-03-23 Juri Linkov <juri@jurta.org>
12025 * replace.el (occur-accumulate-lines, occur-engine):
12026 Use `occur-engine-line' instead of duplicate code.
12027 (occur-engine-line): New function created from duplicate code
12028 in `occur-accumulate-lines' and `occur-engine'.
12030 * replace.el (occur-engine-line): Add optional arg `keep-props'.
12031 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
12033 2010-03-23 Juri Linkov <juri@jurta.org>
12035 * finder.el: Remove TODO tasks.
12037 * info.el (Info-finder-find-node): Add node "all"
12038 with all package info. Handle a list of multiple keywords
12039 separated by comma.
12040 (info-finder): In interactive use with a prefix argument,
12041 use `completing-read-multiple' to read a list of keywords
12042 separated by comma.
12044 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12046 Add a new completion style `substring'.
12047 * minibuffer.el (completion-basic--pattern): New function.
12048 (completion-basic-try-completion, completion-basic-all-completions):
12050 (completion-substring--all-completions)
12051 (completion-substring-try-completion)
12052 (completion-substring-all-completions): New functions.
12053 (completion-styles-alist): New style `substring'.
12055 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12057 Get rid of .elc files after removal of the corresponding .el.
12058 * Makefile.in (compile-clean): New target.
12059 (compile-main): Use it.
12061 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
12063 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
12064 don't do make there. When compiling with separate object dir, there
12065 is no Makefile there.
12067 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12069 Get rid of the ELCFILES abomination, again.
12070 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12071 (all, compile): Don't call compile-last.
12072 (compile-main): Build the "elcfiles" list dynamically.
12073 (compile-targets): New (internal) target.
12075 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
12077 * Makefile.in (top_srcdir): Define.
12078 (abs_top_builddir): Define.
12079 (srcdir): Don't append `/..'.
12080 (EMACS): Use ${abs_top_builddir}.
12081 (all, compile, compile-always, compile-last): Don't set emacswd.
12082 (update-subdirs, update-authors): Use $(top_srcdir) instead of
12084 (lisp): Use $(srcdir) instead of @srcdir@.
12086 2010-03-21 Juri Linkov <juri@jurta.org>
12088 Fix message of multi-line occur regexps and multi-buffer header lines.
12089 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
12091 * replace.el (occur-1): Don't display regexp if it is longer
12092 than window-width. Use `query-replace-descr' to display regexp.
12093 (occur-engine): Don't display regexp in the buffer header for
12094 multi-buffer occur. Display a separate header line with total
12095 match count and regexp for multi-buffer occur.
12096 Use `query-replace-descr' to display regexp.
12098 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12100 * net/secrets.el: Fix parenthesis.
12101 (secrets-enabled): Fix parenthesis.
12103 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12105 Use more relative file and directory names.
12106 * Makefile.in (EMACS): Arrange for it to work when we chdir.
12107 (setwins, setwins_almost, setwins_for_subdirs):
12108 Don't `cd'; output relative names.
12109 (all, compile, compile-always, compile-last): Set emacswd.
12110 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
12111 Just cd to the lisp source dir so we can use relative file names.
12113 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
12115 2010-03-20 Glenn Morris <rgm@gnu.org>
12117 * textmodes/rst.el: Use faces for font-lock customization, and make the
12118 old -face variables obsolete.
12119 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
12120 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
12121 (rst-block-face, rst-external-face, rst-definition-face)
12122 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
12123 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
12125 (rst-font-lock-keywords-function): Update for above changes.
12127 2010-03-20 Juri Linkov <juri@jurta.org>
12130 * obsolete/s-region.el: Move to obsolete.
12132 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
12134 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
12136 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12138 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
12140 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12142 Add special markup processing for commit logs.
12143 * log-edit.el (log-edit-extra-flags): New variable.
12144 (log-edit): Add new argument MODE. Use that mode when non-nil
12145 instead of the log-view-mode.
12146 (log-view-process-buffer): New function.
12148 * vc.el: Document that the checkin method takes optional
12149 arguments. Document new backend specific method: log-view-mode.
12150 (vc-default-log-edit-mode): New function.
12151 (vc-checkin): Use a backend specific log-view-mode.
12152 Pass extra arguments to the checkin method.
12153 (vc-modify-change-comment): Pass a dummy extra argument.
12155 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
12157 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
12158 (vc-finish-logentry): Process the log buffer before passing it
12159 down. Pass log-edit-extra-flags.
12161 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
12163 (log-edit-extra-flags, log-edit-before-checkin-process):
12166 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
12168 (log-edit-extra-flags, log-edit-before-checkin-process):
12170 (vc-hg-log-edit-mode): New derived mode.
12172 * vc-arch.el (vc-arch-checkin):
12173 * vc-cvs.el (vc-cvs-checkin):
12174 * vc-git.el (vc-git-checkin):
12175 * vc-mtn.el (vc-mtn-checkin):
12176 * vc-rcs.el (vc-rcs-checkin):
12177 * vc-sccs.el (vc-sccs-checkin):
12178 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
12180 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12182 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
12185 2010-03-19 Glenn Morris <rgm@gnu.org>
12187 * password-cache.el (password-cache, password-cache-expiry): Autoload.
12189 2010-03-18 Glenn Morris <rgm@gnu.org>
12191 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
12193 * replace.el (query-replace-history): Give it a doc string.
12194 (map-query-replace-regexp): Use query-replace-from-history-variable
12195 and query-replace-to-history-variable.
12197 * mail/hashcash.el (declare-function): Remove duplicate definition.
12199 * mail/emacsbug.el (report-emacs-bug-pretest-address):
12200 Make it an obsolete alias for report-emacs-bug-address.
12201 (message-strip-special-text-properties): Declare.
12202 (report-emacs-bug): Remove test for a pretest bug address.
12203 Combine message-mode-specific code.
12205 * mail/supercite.el: Don't require sendmail.
12206 (mh-in-header-p): Declare rather than using with-no-warnings.
12207 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
12208 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
12210 * calendar/cal-french.el: Convert to utf-8.
12212 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
12215 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
12217 * net/secrets.el (secrets-enabled): New variable. Use it instead
12220 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
12222 * net/secrets.el (top): Register the D-Bus signals only when the
12223 service "org.freedesktop.secrets" can be pinged.
12224 Provide subfeature `enabled'.
12226 2010-03-14 Juri Linkov <juri@jurta.org>
12228 Add finder unknown keywords.
12230 * finder.el (finder-unknown-keywords): New function.
12232 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
12233 to create a Finder node with unknown keywords.
12235 2010-03-14 Juri Linkov <juri@jurta.org>
12237 * finder.el (finder-compile-keywords): Replace `princ' with
12238 `prin1' on a list of symbols interned from keyword strings.
12240 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
12241 a comma, then split keywords using a comma and optional whitespace.
12242 Otherwise, split by whitespace.
12250 * progmodes/mixal-mode.el: Fix keywords.
12252 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
12254 * Makefile.in (ELCFILES): Add net/secrets.elc.
12256 * net/secrets.el: New file.
12258 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
12260 * facemenu.el (list-colors-display, list-colors-print): New arg
12261 callback. Use it to allow selecting colors.
12263 * wid-edit.el (widget-image-insert): Insert image prop even if the
12264 current display is non-graphic.
12265 (widget-field-value-set): New fun.
12266 (editable-field): Use it.
12267 (widget-field-value-get): Clean up unused var.
12268 (widget-color-value-create, widget-color--choose-action):
12269 New funs. Allow using list-colors-display to choose color.
12271 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
12273 * cus-edit.el: Resort topmost custom groups.
12274 (custom-buffer-sort-alphabetically): Default to t.
12275 (customize-apropos): Use apropos-parse-pattern.
12276 (custom-search-field): New var.
12277 (custom-buffer-create-internal): Add custom-apropos search field.
12278 (custom-add-parent-links): Don't display parent doc.
12279 (custom-group-value-create): Don't sort top-level custom group.
12280 (custom-magic-value-create): Show visibility button before option name.
12282 (custom-variable-state): New fun, from custom-variable-state-set.
12283 (custom-variable-state-set): Use it.
12284 (custom-group-value-create): Hide options with standard values
12285 using the :hidden-states property. Use progress reporter.
12287 (custom-show): Simplify.
12288 (custom-visibility): Disable images by default.
12289 (custom-variable): New property :hidden-states.
12290 (custom-variable-value-create): Enable images for
12291 custom-visibility widgets. Use :hidden-states property to
12292 determine initial visibility.
12294 * wid-edit.el (widget-image-find): Give images center ascent.
12295 (visibility): Add :on-image and :off-image properties.
12296 (widget-visibility-value-create): Use them.
12298 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
12300 * cus-edit.el (processes): Remove from development group.
12301 (oop, hypermedia): Delete group.
12302 (comm): Promote to top-level group.
12304 * net/browse-url.el (browse-url):
12305 * net/xesam.el (xesam):
12306 * net/tramp.el (tramp):
12307 * net/goto-addr.el (goto-address):
12308 * net/ange-ftp.el (ange-ftp): Put in comm group.
12310 * view.el (view): Remove from editing group.
12312 * uniquify.el (uniquify): Put in files group.
12314 * net/browse-url.el (browse-url):
12315 * ps-print.el (postscript): Put in external group.
12317 * cus-edit.el (outlines):
12318 * textmodes/text-mode.el (text-mode-hook):
12319 * textmodes/table.el (table):
12320 * textmodes/picture.el (picture):
12321 * outline.el (outlines): Put in wp group.
12323 * nxml/nxml-mode.el (nxml): Remove from wp group.
12325 * net/tramp-imap.el (tramp-imap): Put in tramp group.
12327 * mail/metamail.el (metamail): Remove from hypermedia group.
12329 * cus-edit.el (abbrev):
12330 * whitespace.el (whitespace):
12331 * vcursor.el (vcursor):
12332 * reveal.el (reveal):
12333 * hl-line.el (hl-line): Put in convenience group.
12335 * epg-config.el (epg): Put in data group.
12337 * emulation/pc-select.el (pc-select): Put in emulations group.
12339 * calculator.el (calculator): Put in applications group.
12341 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12343 Add .dir-locals.el support for file-less buffers.
12344 * files.el (hack-local-variables): Split out code to apply local
12345 variable settings ...
12346 (hack-local-variables-apply): ... here. New function.
12347 (hack-dir-local-variables): Use the default directory for when the
12348 buffer does not have an associated file.
12349 (hack-dir-local-variables-non-file-buffer): New function.
12350 * diff-mode.el (diff-mode):
12351 * vc-annotate.el (vc-annotate-mode):
12352 * vc-dir.el (vc-dir-mode):
12353 * log-edit.el (log-edit-mode):
12354 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
12356 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12358 Add support for shelving snapshots and for showing shelves.
12359 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
12360 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
12362 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
12363 (vc-bzr-extra-menu-map): Map them.
12365 2010-03-11 Glenn Morris <rgm@gnu.org>
12367 * cus-edit.el (customize-changed-options-previous-release):
12370 * image.el (image-animate-max-time): Fix :version tag.
12372 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
12376 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12378 * vc-git.el (vc-git-revision-table): Include remote branches.
12380 2010-03-10 Kim F. Storm <storm@cua.dk>
12382 Animated image API.
12383 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
12385 * image.el (image-animate-max-time): New defcustom.
12386 (image-animated-types): New defconst.
12387 (create-animated-image, image-animate-timer)
12388 (image-animate-start, image-animate-stop, image-animate-timeout)
12389 (image-animated-p): New functions.
12391 * image-mode.el (image-toggle-display-image):
12392 Replace `create-image' with `create-animated-image'.
12394 2010-03-09 Miles Bader <miles@gnu.org>
12396 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
12397 instead of "format:"; this ensures that the output is
12398 newline-terminated.
12400 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
12402 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
12403 that all errors are caught, and that the return value is always a
12406 2010-03-08 Kenichi Handa <handa@m17n.org>
12408 * language/misc-lang.el (windows-1256): New coding system.
12409 (cp1256): New alias of windows-1256 (bug#5690).
12411 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
12413 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
12414 call to rfc822-bad-address. (Bug#5692)
12416 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
12418 * vc-git.el (vc-git-annotate-extract-revision-at-line):
12419 Use vc-git-root as default directory for revision path (Bug#5657).
12421 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
12423 * calculator.el (calculator): Don't bind split-window-keep-point
12426 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
12428 * vc-git.el: Re-flow to fit into 80 columns.
12429 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
12430 Remove spurious `quote' element in each case alternative.
12431 (vc-git-show-log-entry): Use prog1.
12432 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
12434 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
12436 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
12438 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
12440 * macros.el (insert-kbd-macro): Look up keyboard macro using the
12441 definition, not the name (Bug#5481).
12443 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
12445 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
12446 argument with a local variable. (Bug#5670)
12448 2010-03-02 Juri Linkov <juri@jurta.org>
12450 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
12452 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
12454 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
12455 error when FILENAME and NEWNAME are existing remote directories.
12457 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
12458 parameter DIR-FLAG.
12460 2010-03-02 Glenn Morris <rgm@gnu.org>
12462 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
12463 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
12465 2010-03-01 Kenichi Handa <handa@m17n.org>
12467 * language/burmese.el (burmese-composable-pattern): Rename from
12468 myanmar-composable-pattern.
12470 * international/characters.el (script-list):
12471 * international/fontset.el (script-representative-chars):
12472 Change myanmar to burmese.
12473 (otf-script-alist): Likewise.
12474 (setup-default-fontset): Likewise. Re-fix :otf spec.
12476 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
12478 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
12480 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
12482 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
12484 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
12486 * net/tramp.el (tramp-handle-write-region): START can be a string.
12487 Take care in the checks. Reported by Dan Davison
12488 <davison@stats.ox.ac.uk>.
12490 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
12492 * net/dbus.el (dbus-introspect, dbus-get-property)
12493 (dbus-set-property, dbus-get-all-properties):
12494 Use `dbus-call-method' when noninteractive. (Bug#5645)
12496 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
12498 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
12499 * emacs-lisp/elint.el (elint-add-required-env):
12500 * calendar/icalendar.el (icalendar--add-diary-entry):
12501 * calc/calcalg2.el (math-tracing-integral):
12502 * files.el (recover-session-finish): Use with-current-buffer
12503 instead of save-excursion.
12505 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
12507 Fix in-buffer completion when after-change-functions modify the buffer.
12508 * minibuffer.el (completion--replace): New function.
12509 (completion--do-completion): Use it and use relative movement.
12511 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
12513 * international/fontset.el (setup-default-fontset): Fix :otf spec.
12515 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
12517 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
12518 Allow the characters _<> in the stack entry (Bug#5653).
12520 2010-02-26 Kenichi Handa <handa@m17n.org>
12522 * language/burmese.el: Fix entries in composition-function-table.
12523 (myanmar-composable-pattern): New variable.
12525 * international/fontset.el (setup-default-fontset): Add an entry
12528 * international/characters.el (script-list): Add Myanmar
12531 2010-02-26 Glenn Morris <rgm@gnu.org>
12533 * custom.el (custom-initialize-delay): Doc fix.
12535 * mail/sendmail.el (send-mail-function): Autoload the call
12536 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
12538 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
12540 * files.el (hack-local-variables-filter): For eval forms, also
12541 check safe-local-variable-p (Bug#5636).
12543 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
12545 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
12546 setting the modes by `ignore-errors'. It might fail, for example
12547 if the file is not owned by the user but the group.
12548 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
12550 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
12552 * files.el (directory-listing-before-filename-regexp):
12553 Use stricter matching for iso-style dates, to avoid false matches with
12554 date-like filenames (Bug#5597).
12556 * htmlfontify.el (htmlfontify): Doc fix.
12558 * eshell/eshell.el (eshell): Doc fix.
12560 * startup.el (fancy-about-screen): In mode-line, apply
12561 mode-line-buffer-id face only to the buffer name (Bug#5613).
12563 2010-02-20 Kevin Ryde <user42@zip.com.au>
12565 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12566 In `watcom' anchor regexp to start of line, to avoid slowness
12569 2010-02-20 Eli Zaretskii <eliz@gnu.org>
12571 * subr.el (remove-yank-excluded-properties): Explain in a comment
12572 why `category' property is removed.
12574 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
12576 * isearch.el (isearch-update-post-hook, isearch-update):
12577 Revert 2010-02-17 change.
12579 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
12581 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
12582 (icalendar--convert-weekly-to-ical)
12583 (icalendar--convert-yearly-to-ical)
12584 (icalendar--convert-block-to-ical)
12585 (icalendar--convert-cyclic-to-ical)
12586 (icalendar--convert-anniversary-to-ical): Take care of time
12587 specifications where hour has 1-digit only (Bug#5549).
12589 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
12591 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
12592 of disassemble output in GDB 7.1.
12594 2010-02-19 Glenn Morris <rgm@gnu.org>
12596 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
12597 property. (Bug#5593)
12599 2010-02-18 Sam Steingold <sds@gnu.org>
12601 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
12603 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
12605 Use abbreviated file names in bookmarks (bug#5591).
12606 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
12607 calls to expand-file-name.
12608 (bookmark-relocate): Use abbreviated file names in bookmarks.
12609 (bookmark-load): Use abbreviated file names in messages.
12611 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
12613 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
12614 expand "." and "..". Reported by Thierry Volpiatto
12615 <thierry.volpiatto@gmail.com>.
12617 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
12619 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
12620 permissions of the temporary file to "0600". In case the remote
12621 file has no read permissions for the owner, there might be
12622 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
12624 22010-02-18 Glenn Morris <rgm@gnu.org>
12626 * emacs-lisp/authors.el (authors-renamed-files-alist):
12627 Add entries for INSTALL.CVS.
12629 2010-02-17 Mark A. Hershberger <mah@everybody.org>
12631 * vc-bzr.el: Fix typo in Known Bugs section.
12633 * isearch.el (isearch-update-post-hook): New hook.
12634 (isearch-update): Use the new hook.
12636 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
12638 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
12639 Fix errors in copying directories.
12640 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
12641 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
12642 (tramp-handle-delete-file)
12643 (tramp-handle-dired-recursive-delete-directory)
12644 (tramp-handle-write-region): Flush also the cache for the upper
12647 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
12649 * simple.el (save-interprogram-paste-before-kill): Doc fix.
12651 * cus-edit.el (hardware): Doc fix.
12653 * man.el (man): Add to external custom group.
12655 * delim-col.el (columns): Move to wp custom group.
12657 * doc-view.el (doc-view): Add to data custom group.
12659 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
12661 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
12662 by ispell-parse-output (Bug#5575).
12664 2010-02-16 Kenichi Handa <handa@m17n.org>
12666 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
12667 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
12668 (skkdic-convert): Use `euc-japan' coding system for writing.
12670 2010-02-16 Glenn Morris <rgm@gnu.org>
12672 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
12673 tex-main-file before using it. (Bug#5562)
12675 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
12677 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
12678 warnings, since it is annoying for the user to see them each time he
12681 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
12683 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
12684 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
12685 instead of PROC for caching "first-password-request". Otherwise,
12686 new processes would not profit from passwords already entered.
12688 * net/tramp-cache.el (tramp-dump-connection-properties):
12689 Don't save "first-password-request" property.
12691 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
12693 * outline.el (outline-head-from-level):
12694 * simple.el (with-wrapper-hook):
12695 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
12696 (elint-defun, elint-buffer-env, elint-top-form-logged)
12697 (elint-unbound-variable):
12698 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
12699 Fix typos in docstrings.
12701 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
12703 * files.el (insert-directory): When WILDCARD-REGEXP and
12704 FULL-DIRECTORY-P are nil, insert the file entry instead of the
12705 whole directory. (Bug#5551)
12707 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
12708 dired's alignment sanity. (Bug#5516)
12710 2010-02-14 Juri Linkov <juri@jurta.org>
12712 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
12713 Remove remaining ^H with their preceding chars. (Bug#5566)
12715 2010-02-13 Glenn Morris <rgm@gnu.org>
12717 * simple.el (transpose-subr): Give it a doc-string.
12719 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
12722 2010-02-12 Juri Linkov <juri@jurta.org>
12724 * arc-mode.el (archive-unique-fname): Make directories for nested
12725 archives. (Bug#5540)
12727 2010-02-12 Juri Linkov <juri@jurta.org>
12729 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
12731 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
12733 * subr.el (copy-overlay): Handle deleted overlays.
12735 * man.el (Man-completion-table): Don't signal an error if we can't run
12736 manual-program (bug#4056).
12738 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
12740 * textmodes/artist.el (artist-mt): Fix typos in docstring.
12742 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12744 * info.el (Info-bookmark-jump): Simplify.
12746 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
12747 (bookmark-default-handler): Accept new bookmark field `buffer'.
12749 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
12751 * iswitchb.el (iswitchb-completions): Revert last change.
12753 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
12755 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
12756 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
12757 This prevents file names like "~/" being listed literally.
12759 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
12761 * term/xterm.el (xterm-maybe-set-dark-background-mode):
12762 Remove dead code. (Bug#5546)
12764 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
12766 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
12767 correctly (Bug#5548).
12769 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
12771 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
12772 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
12774 2010-02-08 Kenichi Handa <handa@m17n.org>
12776 * international/mule-util.el (with-coding-priority): Add autoload
12777 cookie for putting `lisp-indent-function'.
12779 2010-02-07 Glenn Morris <rgm@gnu.org>
12781 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
12782 Move F2003 named interfaces from keywords-2 to keywords-1, and
12783 use function-name-face rather than constant-face.
12784 Simplify "abstract interface" regexp.
12786 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
12788 * eshell/esh-util.el (eshell-file-attributes): New optional arg
12789 ID-FORMAT. Pass it to `file-attributes'.
12791 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
12793 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
12795 * faces.el (set-face-attribute): Allow calling
12796 internal-set-lisp-face-attribute with 'unspecified family and
12797 foundry argument (Bug#5536).
12799 2010-02-07 Glenn Morris <rgm@gnu.org>
12801 * progmodes/f90.el (f90-font-lock-keywords-2)
12802 (f90-looking-at-type-like, f90-looking-at-program-block-end):
12803 Handle F2003 named interfaces.
12805 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
12807 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
12808 beg and end before calling c-get-state-before-change-functions.
12810 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
12812 * vc-bzr.el (vc-bzr-dir-extra-headers):
12813 Disable the pending merges header.
12815 2010-02-05 Juri Linkov <juri@jurta.org>
12817 * doc-view.el (doc-view-mode):
12818 * image-mode.el (image-mode): Put property mode-class=special.
12821 2010-02-05 Mark A. Hershberger <mah@everybody.org>
12823 * vc-svn.el (vc-svn-revision-table): New function.
12825 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
12827 * net/ange-ftp.el (ange-ftp-insert-directory):
12828 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
12829 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
12830 Handle also directories. (Bug#5478)
12832 2010-02-05 Glenn Morris <rgm@gnu.org>
12834 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
12836 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
12838 * startup.el (command-line-1): Convert options beginning with a
12839 single dash as well (Bug#5519).
12841 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
12843 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
12844 * minibuffer.el (completion-initials-expand): Only check the presence
12845 of delims *within* the boundaries, since otherwise the / delim is
12846 always found for files.
12848 Fix up various corner case problems.
12849 * doc-view.el (doc-view-last-page-number): New function.
12850 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
12851 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
12852 (doc-view-kill-proc): Avoid inf-loop in freak cases.
12853 (doc-view-reconvert-doc): Use the new recursive delete-directory.
12854 (doc-view-convert-current-doc): Don't create the resolution.el file
12856 (doc-view-pdf/ps->png): Do it here instead.
12857 (doc-view-already-converted-p): Check that resolution.el is present.
12858 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
12859 windows that are not yet showing images.
12861 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
12863 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
12864 `dired-uncache' for every elemnt which is an absolute file name.
12866 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
12867 directory, handle its directory component.
12868 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
12869 function is called permanently and creates noise, otherwise.
12871 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
12872 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
12873 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
12875 2010-02-04 David Burger <dburger@google.com> (tiny change)
12877 * macros.el (apply-macro-to-region-lines):
12878 Minor simplification. (Bug#5485)
12880 2010-02-04 Glenn Morris <rgm@gnu.org>
12882 * mail/rmail.el (rmail-show-message-1): Handle malformed
12883 quoted-printable text. (Bug#5441)
12885 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
12887 * simple.el (visual-line-mode): Capitalize lighter.
12889 2010-02-03 John Wiegley <jwiegley@gmail.com>
12891 * iswitchb.el (iswitchb-completions): Add bookmark files to the
12892 list of files considered for "virtual buffer" completions.
12894 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
12896 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
12897 also in case of (and (not full) (not wildcard)). This is needed
12898 when dired is called with a list of files, which are not in
12899 `default-directory'. (Bug#5478)
12901 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
12903 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
12905 2010-02-02 Juri Linkov <juri@jurta.org>
12907 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
12908 from unidiff to allow function-line after @@.
12910 2010-02-02 Juri Linkov <juri@jurta.org>
12912 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
12913 '(RCS SCCS) with inverted condition.
12915 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
12917 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
12920 2010-02-01 Juri Linkov <juri@jurta.org>
12922 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
12923 compare with "pkunzip" and "pkzip" instead of only "pkzip".
12924 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
12925 only when (car archive-zip-extract) is "unzip". (Bug#5475)
12927 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
12929 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
12930 (doc-view-revert-buffer): New command.
12931 (doc-view-mode-map): Use it.
12933 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
12935 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
12936 pending merge is detected.
12938 2010-01-31 Juri Linkov <juri@jurta.org>
12940 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
12941 beginning of interactive spec like all other grep commands do.
12942 Put "all" in front of "gz". (Bug#5260)
12944 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
12946 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
12948 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
12950 * dirtrack.el (dirtrack): Warn instead of signalling error if the
12951 regexp is incorrect (Bug#5476).
12953 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
12955 * net/tramp.el (tramp-handle-insert-directory): Handle also
12956 symlinks, when FILENAME is not in `default-directory'.
12958 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
12960 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
12961 FILE is not in `default-directory'. (Bug#5478)
12963 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
12964 of SWITCHES. Handle the case, FILENAME is not in
12965 `default-directory'. (Bug#5478)
12966 (tramp-register-file-name-handlers): Add safe-magic property.
12968 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
12970 * arc-mode.el (archive-zip-extract): Quote the argument passed to
12973 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
12975 * progmodes/flymake.el (flymake-allowed-file-name-masks)
12976 (flymake-master-make-header-init): Add other C++ filename masks.
12977 (flymake-find-possible-master-files)
12978 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
12980 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
12982 Fix some busybox annoyances.
12984 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
12985 not responding." string.
12986 (tramp-open-connection-setup-interactive-shell): Dump stty
12987 settings. Enable "neveropen" arg for all `tramp-send-command'
12988 calls. Handle "=" in variable values properly.
12989 (tramp-find-inline-encoding): Raise an error, when no encoding is
12991 (tramp-wait-for-output): Check, whether PROC buffer is available.
12992 Remove spurious " ^H" sequences, sent by busybox.
12993 (tramp-get-ls-command): Suppress coloring, if possible.
12995 2010-01-28 Glenn Morris <rgm@gnu.org>
12997 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
12999 * log-edit.el (log-edit-strip-single-file-name): Add missing
13000 :safe, :group, and :version tags.
13002 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
13004 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
13005 buffers. (Bug#5477)
13007 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
13009 * files.el (delete-directory): Handle moving to trash without
13010 first doing recursion (Bug#5436).
13012 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
13014 * vc-hooks.el (vc-path): Mark as obsolete.
13016 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
13018 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
13021 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
13023 (vc-bzr-log-view-mode): Adjust regexp for the above change.
13025 2010-01-25 Mark A. Hershberger <mah@everybody.org>
13027 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
13029 * vc-bzr.el (vc-bzr-revision-table): New function.
13031 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
13033 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
13034 diff-index command. This requires at least git-1.5.5. (Bug#1589).
13036 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13038 Remove support for adding --signoff on commit.
13039 Future support will use an incompatible generic mechanism.
13040 * vc-git.el (vc-git-add-signoff): Remove variable.
13041 (vc-git-toggle-signoff): Remove function.
13042 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
13044 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13045 Rename from xterm-set-background-mode. Return t if the background mode
13047 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
13048 earlier, call it again in case the background mode has changed.
13050 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
13052 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
13055 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
13057 * emacs-lisp/assoc.el (aelement): Doc fix.
13058 (aput, adelete, amake): Use lexical-let (Bug#5450).
13060 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
13062 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
13063 is the same as subprogram call, not declaration. (Bug#5435).
13065 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
13067 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
13068 (tramp-smb-maybe-open-connection): Use it.
13070 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
13072 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
13074 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13076 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
13077 just because we see "encoding: 8bit".
13078 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
13080 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
13082 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
13084 2010-01-22 Eli Zaretskii <eliz@gnu.org>
13086 * jka-compr.el (jka-compr-load): If load-file is not in
13087 load-history, try its file-truename version. (bug#5447)
13089 2010-01-21 Alan Mackenzie <acm@muc.de>
13091 Fix a situation where deletion of a cpp construct throws an error.
13092 * progmodes/cc-engine.el (c-invalidate-state-cache):
13093 Before invoking c-with-all-but-one-cpps-commented-out, check that the
13094 special cpp construct is still in the buffer.
13095 (c-parse-state): Record the special cpp with markers, not numbers.
13097 2010-01-21 Kenichi Handa <handa@m17n.org>
13099 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
13100 process last-command-event, as it is now decoded first (Bug#5380).
13102 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
13104 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
13106 2010-01-20 Glenn Morris <rgm@gnu.org>
13108 * indent.el (tab-always-indent): Fix custom-type.
13110 2010-01-19 Alan Mackenzie <acm@muc.de>
13112 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
13113 buffer throws "args out of range".
13114 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
13115 playing the role of delimiter.
13117 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
13119 * progmodes/ada-mode.el: Fix bug#5400.
13120 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
13121 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
13122 changed. Delete RECURSIVE parameter; never used. Improve doc string.
13123 Improve comments in "is" portion. Handle null procedure declaration.
13124 (ada-move-to-end): Improve doc string.
13126 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
13128 * ido.el (ido-cur-list): Initialize to nil.
13129 Remove obsolete information from commentary.
13130 (ido-choice-list): Initialize to nil.
13131 (ido-get-bufname): Reject minibuffers.
13132 (ido-make-buffer-list): If "default" is a nonexistent
13133 buffer, ignore it, as per the function's comment.
13134 (ido-kill-buffer-internal): New function.
13135 (ido-kill-buffer-at-head): Use it.
13136 (ido-visit-buffer): Likewise.
13138 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
13140 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
13142 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
13144 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
13145 Fix typos in chart titles.
13147 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
13148 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
13149 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
13150 (describe-class, eieio-describe-generic, describe-generic):
13151 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
13152 (eieio-speedbar-expand):
13153 * emulation/viper-cmd.el (viper-exec-form-in-vi)
13154 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
13155 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
13156 (viper-del-backward-char-in-replace, viper-backward-indent)
13157 (viper-brac-function, viper-register-to-point, viper-submit-report):
13158 * net/tramp.el (tramp-remote-coding-commands):
13159 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
13160 Fix typos in docstrings.
13162 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
13164 * mail/sendmail.el (mail-yank-original): Set the mark if the
13165 specified function for yanking does not do it.
13167 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
13169 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
13171 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
13172 resyncing a directory.
13174 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
13176 * progmodes/ada-mode.el: Fix bug#1920.
13177 (ada-ident-re): Delete ., allow multibyte characters.
13178 (ada-goto-label-re): New; matches goto labels.
13179 (ada-block-label-re): New; matches block labels.
13180 (ada-label-re): New; matches both.
13181 (ada-named-block-re): Delete; callers changed to use
13182 `ada-block-label-re' instead.
13183 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
13184 Use `ada-block-label-re'.
13185 (ada-indent-on-previous-lines): Improve handling of goto labels.
13186 (ada-get-indent-block-start): Special-case block label.
13187 (ada-get-indent-label): Split into `ada-indent-block-label' and
13188 `ada-indent-goto-label'.
13189 (ada-goto-stmt-start, ada-goto-next-non-ws):
13190 Optionally ignore goto labels.
13191 (ada-goto-next-word): Simplify.
13192 (ada-indent-newline-indent-conditional): Insert newline before
13193 trying to fix indentation; doc fix.
13195 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
13197 * calc/calc.el (calc-command-flags): Give it an initial value.
13199 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
13201 * files.el (minibuffer-with-setup-hook):
13202 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
13203 (artist-key-draw-continously, artist-key-do-continously-continously)
13204 (artist-key-set-point-continously, artist-mouse-draw-continously):
13205 Fix typos in docstrings.
13207 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
13209 * nxml/nxml-mode.el (nxml-extend-after-change-region):
13210 Never return t (Bug#3898).
13212 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
13214 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
13215 can parse the output of the external commands (Bug#5279).
13217 2010-01-16 Jari Aalto <jari.aalto@cante.net>
13219 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
13221 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
13223 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
13225 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
13227 * startup.el (command-line): Remove unused --icon-type arg.
13228 Handle --display arg, passing it to command-line-1 (Bug#5392).
13230 2010-01-16 Mario Lang <mlang@delysid.org>
13232 * emacs-lisp/chart.el (chart-translate-namezone):
13233 * textmodes/artist.el (artist-compute-popup-menu-table):
13234 Remove duplicated words in doc-strings.
13236 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
13238 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
13239 to mairix-search to suppress threading (Bug#5342).
13241 2010-01-15 Kenichi Handa <handa@m17n.org>
13243 * international/mule-cmds.el (canonicalize-coding-system-name):
13244 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
13246 2010-01-15 Glenn Morris <rgm@gnu.org>
13248 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
13250 * wid-edit.el (widget-keymap): Doc fix.
13252 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
13253 former seems to be more widely accepted by various svn versions.
13255 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
13257 * find-cmd.el (find-constituents):
13258 * vc-arch.el (vc-arch-root):
13259 * window.el (window-body-height, pop-up-frames):
13260 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
13261 * progmodes/ada-stmt.el (ada-if):
13262 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
13263 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
13264 (ispell-encoding8-command, ispell-aspell-supports-utf8)
13265 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
13267 * progmodes/flymake.el (flymake-post-syntax-check):
13268 Fix typo in error message.
13270 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
13272 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
13273 which is always a string. (Bug#5313)
13275 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
13277 * progmodes/ada-xref.el (ada-default-prj-properties):
13278 Simplify previous change.
13280 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13282 * progmodes/ada-xref.el (ada-default-prj-properties):
13283 Default ada_project_path to $ADA_PROJECT_PATH.
13285 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13287 * progmodes/ada-mode.el (ada-create-keymap):
13288 Override `narrow-to-defun' with `ada-narrow-to-defun'.
13290 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13292 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
13293 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
13294 (ada-get-current-indent, ada-imenu-generic-expression)
13295 (ada-which-function): Check for it.
13297 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13299 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
13300 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
13302 2010-01-14 Glenn Morris <rgm@gnu.org>
13304 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
13306 2010-01-14 Kenichi Handa <handa@m17n.org>
13308 * composite.el (auto-composition-mode): Make it a buffer local
13309 variable (permanent-local).
13310 (auto-composition-function): Set the default value to
13311 auto-compose-chars.
13312 (auto-composition-mode): Make it a simple function, not a minor mode.
13313 (global-auto-composition-mode): Likewise.
13314 (turn-on-auto-composition-if-enabled): Delete it.
13316 2010-01-13 Karl Fogel <kfogel@red-bean.com>
13318 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
13320 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
13322 * files.el (copy-directory): Compute target for recursive
13323 directories with identical names. (Bug#5343)
13325 2010-01-12 Glenn Morris <rgm@gnu.org>
13327 * mail/emacsbug.el (report-emacs-bug-pretest-address):
13328 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
13330 2010-01-11 Sam Steingold <sds@gnu.org>
13332 * imenu.el (imenu-default-create-index-function): Detect infinite
13333 loops caused by imenu-prev-index-position-function.
13335 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
13337 * htmlfontify.el (htmlfontify-load-rgb-file)
13338 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
13339 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
13340 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
13341 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
13342 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
13343 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
13344 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
13345 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
13346 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
13347 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
13348 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
13349 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
13350 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
13351 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
13352 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
13353 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
13354 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
13355 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
13356 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
13357 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
13358 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
13359 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
13360 backslash-quoting from parentheses, etc.
13362 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
13364 * progmodes/js.el: Autoload javascript-mode alias.
13366 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
13368 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
13369 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
13370 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
13371 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
13372 Fix typos in docstrings.
13373 (ffap-url-regexp): Doc fix.
13374 (ffap-at-mouse): Fix typo in message.
13376 2010-01-11 Glenn Morris <rgm@gnu.org>
13378 * version.el (emacs-copyright): Set copyright year to 2010.
13380 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
13382 * format.el (format-annotate-function): Only set
13383 write-region-post-annotation-function after running to-fn so as not to
13384 affect nested write-region calls (bug#5273).
13386 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
13388 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
13391 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
13393 * man.el (Man-goto-section): Signal error if the section is not
13396 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
13398 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
13399 URLs with a leading triple slash in the file: scheme. (Bug#5345)
13401 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
13403 * progmodes/compile.el: Don't treat compile-command as safe if
13404 compilation-read-command might be nil (Bug#4218).
13406 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
13408 * startup.el (command-line-1): Use orig-argi to check for ignored X and
13411 2010-01-08 Kenichi Handa <handa@m17n.org>
13413 * international/fontset.el (build-default-fontset-data):
13414 Exclude characters in scripts kana, hangul, han, or cjk-misc.
13416 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
13418 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
13419 to `create-file-buffer' as it expects, not just a buffer name.
13420 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
13421 to help uniquify. (Bug#3224)
13423 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
13425 * font-setting.el (font-setting-change-default-font): Use user-spec
13428 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
13430 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
13432 2010-01-05 Tom Tromey <tromey@redhat.com>
13434 * progmodes/python.el (python-font-lock-keywords):
13435 Handle qualified decorators (Bug#881).
13437 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13439 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
13440 in a lightweight checkout.
13442 2010-01-05 Kenichi Handa <handa@m17n.org>
13444 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
13446 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13448 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
13450 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
13452 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
13453 checkouts. (Bug#618)
13454 (vc-bzr-log-view-mode): Also highlight the author.
13455 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
13456 (vc-bzr-shelve-menu-map):
13457 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
13458 (vc-bzr-shelve-apply): Make prompt more explicit.
13460 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
13462 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
13463 They are valid characters in URL paths (rfc3986), and at least
13464 Firefox does not understand the encoded version (Bug#3166).
13466 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
13468 * progmodes/octave-mod.el (octave-end-keywords)
13469 (octave-block-begin-or-end-regexp, octave-block-match-alist):
13470 Add "end" keyword (Bug#3061).
13471 (octave-end-as-array-index-p): New function.
13472 (calculate-octave-indent): Use it.
13474 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13476 * bookmark.el: Consistently put the text property on the bookmark name.
13477 (bookmark-bmenu-marks-width): Bump back to 2, to include
13479 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
13480 property on the bookmark name, instead of not putting it at all.
13481 (bookmark-bmenu-list): Fix where we put the text property.
13483 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13485 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
13486 for showing buffer modified state (as added in the previous change).
13488 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13490 * bookmark.el: Show modified state of bookmark buffer more accurately.
13491 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
13492 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
13493 (with-buffer-modified-unmodified): New macro.
13494 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
13495 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
13496 Use new macro to preserve the buffer modified state.
13498 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13500 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
13501 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
13502 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
13503 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
13504 (bookmark-bmenu-rename, bookmark-bmenu-locate)
13505 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
13506 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
13508 2010-01-02 Eli Zaretskii <eliz@gnu.org>
13510 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13511 Make the lines in the generated doc string shorter. (Bug#4668)
13513 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
13515 * net/rcirc.el: Add follow-link binding (Bug#4738).
13517 2010-01-02 Eli Zaretskii <eliz@gnu.org>
13519 * Makefile.in (bzr-update): Rename from cvs-update.
13520 (cvs-update): New target for backward compatibility.
13522 * makefile.w32-in (bzr-update): Rename from cvs-update.
13523 (cvs-update): New target for backward compatibility.
13525 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13527 * bookmark.el: Remove gratuitous gratitude.
13529 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13531 * bookmark.el (bookmark-bmenu-any-marks): New function.
13532 (bookmark-bmenu-save): Clear buffer modification if no marks.
13534 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13536 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
13537 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
13538 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
13539 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
13541 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
13542 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
13543 To: emacs-devel {_AT_} gnu.org
13544 Subject: bookmark.el bug report
13545 Date: Mon, 28 Dec 2009 14:19:16 +0800
13546 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
13548 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13550 * bookmark.el: Improvements suggested by Drew Adams:
13551 (bookmark-bmenu-ensure-position): New name for
13552 `bookmark-bmenu-check-position'. Just ensure the position,
13553 don't return any meaningful value.
13554 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
13557 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
13559 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
13560 (bookmark-yank-point, bookmark-bmenu-check-position):
13561 Fix typos in docstrings.
13562 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
13563 (bookmark-name-from-full-record, bookmark-get-position)
13564 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
13565 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
13566 Remove useless quoting of parenthesis, etc. in docstrings.
13568 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
13569 (ediff-append-custom-diff): Fix typo in error message.
13570 (ediff-meta-mark-equal-files): Fix typos in messages.
13572 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
13574 * net/imap-hash.el (imap-hash-make): Doc fix.
13575 (imap-hash-test): Fix typo in error message; reflow docstring.
13576 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
13577 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
13578 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
13579 Fix typos in docstrings.
13580 (imap-hash-open-connection): Fix typo in error message.
13582 * play/gomoku.el (gomoku): Fix typos in docstring.
13584 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
13585 (gdb-jsonify-buffer): Fix typos in docstring.
13586 (gdb-goto-breakpoint): Fix typo in error message.
13587 ("Display Other Windows"): Fix typo in help message.
13588 (gdb-speedbar-expand-node): Fix typo in question.
13590 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
13591 (idlwave-html-system-help-location, idlwave-html-help-location)
13592 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
13593 (idlwave-help-browser-generic-args, idlwave-help-directory)
13594 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
13595 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
13596 (idlwave-online-help, idlwave-help-html-link)
13597 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
13598 Fix typos in docstrings.
13599 (idlwave-help-with-source, idlwave-help-find-routine-definition):
13601 (idlwave-help-assistant-start): Fix typo in error message.
13603 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
13604 (octave-electric-space): Fix typos in docstrings.
13606 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
13608 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
13610 2010-01-01 Juri Linkov <juri@jurta.org>
13612 * comint.el (comint-input-ring-size): Make it a defcustom and
13613 increase the default to 500 (Bug#5148).
13615 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
13617 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
13618 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
13619 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
13621 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
13623 Show working revision correctly for mercurial.
13624 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
13625 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
13627 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
13629 Declare some functions for the byte-compiler.
13630 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
13631 (speedbar-timer-fn, speedbar-change-expand-button-char)
13632 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
13634 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
13636 This changeset reverts GDB Graphical Interface to use annotations.
13637 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
13639 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
13641 Make vc-dir work on subdirectories of the bzr root.
13642 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
13643 Return file names relative to it.
13644 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
13645 relative directory to vc-bzr-after-dir-status.
13647 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
13649 * font-lock.el (font-lock-refresh-defaults): New function, which
13650 can be used to let font-lock react to external changes in
13651 variables like font-lock-defaults and keywords.
13652 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
13654 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
13656 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
13658 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
13660 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
13662 Supersede color.diff settings in git log (bug#5211).
13664 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
13665 escape chars in its output when the user has color.diff set to `always'.
13666 This fix works on git 1.4.2 and newer (released on 2006-08-13).
13668 2009-12-26 Kevin Ryde <user42@zip.com.au>
13670 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
13671 node. Keep previous "Index" name to work with past coreutils too.
13673 * man.el (man): Revise docstring a bit to show -a and -l as
13674 examples. Add -k description since support for it has otherwise
13675 been a secret. (Further to bug#3717.)
13676 (Man-bgproc-sentinel): When "-k foo" produces no output show error
13677 "no matches" rather than "Can't find manpage", as the latter reads
13678 like -k was interpreted as a page name, which is not so. (Bug#5431)
13680 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
13682 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
13683 switches. Check also for //SUBDIRED// line.
13685 2009-12-25 Kenichi Handa <handa@m17n.org>
13687 * language/indian.el (devanagari-composable-pattern): Fix to
13688 handle ZWNJ and ZWJ. Use it in composition-function-table for
13690 (malayalam-composable-pattern): Fix previous change.
13692 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13694 * ps-print.el (ps-face-attributes): It was not returning the
13695 attribute face for faces specified as string. Reported by harven
13696 <harven@free.fr>. (Bug#5254)
13697 (ps-print-version): New version 7.3.5.
13699 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
13701 * calendar/icalendar.el (icalendar--convert-tz-offset):
13702 Fix timezone names.
13703 (icalendar--convert-tz-offset): Fix the "last-day-problem".
13704 (icalendar--add-diary-entry): Remove the trailing blank that
13705 diary-make-entry inserts.
13707 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
13709 Make `file-expand-wildcards' work for remote files.
13711 * files.el (file-expand-wildcards): In case of remote files, check
13712 only local file name part for wildcards. Provide feature 'files
13713 and subfeature 'remote-wildcards. (Bug#5198)
13715 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
13716 if there is already an established connection.
13717 (tramp-advice-file-expand-wildcards): Remove it.
13719 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
13720 (tramp-advice-file-expand-wildcards): Move from tramp.el.
13721 Activate advice for older GNU Emacs versions. (Bug#5237)
13723 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
13725 Some doc fixes (more needed).
13727 * find-cmd.el (find-constituents): Reflow docstring.
13728 (find-cmd, find-prune, find-command): Fix typos in docstrings.
13729 (find-generic): Doc fix.
13731 2009-12-17 Juri Linkov <juri@jurta.org>
13733 Fix regression from 23.1 to allow multiple modes in Local Variables.
13735 * files.el (hack-local-variables-filter): While ignoring duplicates,
13736 don't take `mode' into account.
13737 (hack-local-variables-filter, hack-dir-local-variables):
13738 Don't remove duplicate `mode' from local-variables-alist (like `eval').
13740 2009-12-17 Juri Linkov <juri@jurta.org>
13742 Make `dired-diff' safer. (Bug#5225)
13744 * dired-aux.el (dired-diff): Signal an error when `file' equals to
13745 `current' or when `file' is a directory of the `current' file.
13747 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
13749 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
13750 unconditionally preloaded files.
13752 2009-12-16 Juri Linkov <juri@jurta.org>
13754 Revert to old 23.1 logic of using the file at the mark as default.
13755 * dired-aux.el (dired-diff): Use the file at the mark as default
13756 if it's not the same as the current file, and the target dir is
13757 the current dir or the mark is active. Add the current file
13758 as the arg of `dired-dwim-target-defaults'. Use the default file
13759 in the prompt. (Bug#5225)
13761 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
13763 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
13764 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
13765 (tramp-check-for-regexp): Check also, when an echoing shell stops
13766 to echo sent commands.
13768 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
13770 * Makefile.in: Revert last change (Bug#5191).
13772 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
13774 * vc-hg.el (vc-hg-print-log): Fix argument order.
13775 (vc-hg-working-revision): Make sure the command is executed in a
13776 known environment so that we can parse the output. (Bug#4417)
13778 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
13780 * progmodes/python.el (python-symbol-completions): Remove text
13781 properties from symbol string before calling python-send-receive.
13783 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
13785 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
13786 when there are values for both file and line. (Bug#5060)
13788 2009-12-14 Juri Linkov <juri@jurta.org>
13790 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
13791 whitespace after the file name of the first line of unified format,
13792 because git-diff doesn't output whitespace and file modification time
13793 after the file name.
13795 2009-12-14 David Kastrup <dak@gnu.org>
13797 * info.el (Info-hide-cookies-node): Before hiding a cookie,
13798 check if it already has the `display' property added by
13799 `Info-display-images-node', and not put the `invisible' property
13802 2009-12-13 Glenn Morris <rgm@gnu.org>
13804 * mail/emacsbug.el (message-sort-headers): Define for compiler.
13805 (report-emacs-bug): In message-mode, sort manually before storing
13806 original report text. (Bug#5178)
13807 Remove superfluous save-excursion.
13809 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
13811 * net/dbus.el (dbus-property-handler): Filter lambda forms out
13812 when responding to "GetAll" properties.
13814 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
13816 * simple.el (compose-mail): Remove mail-setup-with-from from
13817 customization checks.
13819 2009-12-12 Eli Zaretskii <eliz@gnu.org>
13821 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
13822 RAR archives created on Unix systems.
13824 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
13826 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
13827 the varalias that was accidentally removed by the 2009-11-19 change
13830 2009-12-12 Kenichi Handa <handa@m17n.org>
13832 * language/indian.el (indian-compose-regexp): New function.
13833 (malayalam-composable-pattern): Fix the pattern.
13834 (composition-function-table): Set malayalam-composable-pattern for
13835 Malayalam characters.
13837 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
13839 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
13840 rather than down-mouse-1, based on follow-link conventions.
13842 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
13845 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
13847 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
13848 (verilog-vmm-statement-re, verilog-ovm-statement-re)
13849 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
13850 (verilog-leap-to-head, verilog-backward-token):
13851 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
13853 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
13855 * progmodes/verilog-mode.el (verilog-auto-lineup)
13856 (verilog-nameable-item-re): Cleanup user-visible spelling and
13857 documentation errors. One reported by Gary Delp.
13858 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
13859 (verilog-read-decls): Fix AUTOWIRE with types declared in a
13860 package, bug195. Reported by Pierre-David Pfister.
13862 2009-12-11 Glenn Morris <rgm@gnu.org>
13864 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
13866 * mail/emacsbug.el: No longer require sendmail.
13867 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
13868 (report-emacs-bug-orig-text): Doc fix.
13869 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
13870 New local variables, to adapt to different mail-user-agents.
13871 (report-emacs-bug): Fix test for a gnu.org address.
13872 Use overlays for emphasis, since font-lock defeats 'face property.
13873 Pretest bugs also end up at the newsgroup these days.
13874 Stop message-mode stripping text properties.
13875 Set and use the new buffer-local variables.
13876 (report-emacs-bug-hook): Add doc-string.
13877 Remove some unnecessary save-excursions and simplify.
13878 Use the appropriate hook and send-command.
13880 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
13881 capitalization of some menu entries.
13883 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13885 * whitespace.el (whitespace-display-char-on):
13886 Ensure `buffer-display-table' is unique when two or more windows are
13887 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
13890 2009-12-10 Eli Zaretskii <eliz@gnu.org>
13892 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
13893 characters in the Attribute field.
13895 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
13897 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
13899 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
13901 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
13902 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
13903 Disregard autoload-excludes.
13904 (update-directory-autoloads): Obey autoload-excludes here instead.
13905 But don't store its contents in no-autoloads and remove entries that
13906 refer to excludes files.
13908 2009-12-10 Glenn Morris <rgm@gnu.org>
13910 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
13911 (expand-mail-aliases): Define for compiler.
13913 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
13914 Define for compiler.
13916 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
13917 appropriate for the mail-user-agent in use.
13919 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
13921 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
13923 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
13925 Fix short log parsing and fontification.
13926 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
13927 Fix fontification for the [merge] label.
13929 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
13931 Drop some properties to avoid surprises (bug#5002).
13932 * htmlfontify.el (hfy-ignored-properties): New defcustom.
13933 (hfy-fontify-buffer): Use it.
13935 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
13938 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
13939 Adjust all callers.
13940 (ffap-locate-file): Remove unused arg `dir-ok' and make other
13941 args compulsory. Adjust callers.
13942 (ffap-gopher-at-point): Remove unused var `name'.
13944 Get rid of the ELCFILES abomination.
13945 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
13946 (compile-elcfiles): New phony target.
13947 (compile-main): Compute ELCFILES dynamically.
13948 (compile-clean): New target to remove left-over elc files.
13949 (compile, all): Use it.
13951 2009-12-09 Kenichi Handa <handa@etlken>
13953 * international/mule-diag.el: Require help-mode instead of help-fns.
13955 2009-12-09 Kenichi Handa <handa@m17n.org>
13957 * international/mule-cmds.el (ucs-names): Supply sufficiently
13958 fine ranges instead of pre-calculating accurate ranges.
13959 Iterate with bigger gc-cons-threshold.
13961 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
13963 Add support for stashing a snapshot of the current tree.
13964 * vc-git.el (vc-git-stash-snapshot): New function.
13965 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
13967 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
13969 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
13970 instead of `(beginning|end)-of-line'.
13972 2009-12-08 Glenn Morris <rgm@gnu.org>
13974 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
13976 * Makefile.in (ELCFILES): Regenerate.
13978 2009-12-07 Juri Linkov <juri@jurta.org>
13980 Don't lazy-highlight the comint output in history Isearch mode.
13982 * comint.el (comint-history-isearch-search): Instead of
13983 `comint-line-beginning-position', use `comint-after-pmark-p'
13984 to check if point if before the process mark, and go to
13985 `process-mark' in this case.
13987 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
13989 * textmodes/tex-mode.el (latex-complete)
13990 (latex-indent-or-complete): Remove.
13991 (latex-mode): Set completion-at-point-functions instead.
13993 Provide a standard completion command and hook it into TAB.
13994 * minibuffer.el (completion-at-point-functions): New var.
13995 (completion-at-point): New command.
13996 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
13997 * progmodes/python.el (python-mode-map): Use completion-at-point.
13998 (python-completion-at-point): Rename from python-partial-symbol and
13999 adjust for use in completion-at-point-functions.
14000 (python-mode): Setup completion-at-point for Python completion.
14001 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
14002 extracted from lisp-complete-symbol.
14003 (lisp-complete-symbol): Use it.
14004 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
14005 setup completion-at-point for Elisp completion.
14006 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14007 Use completion-at-point.
14008 * ielm.el (ielm-map): Use completion-at-point.
14009 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
14010 * progmodes/sym-comp.el: Move to...
14011 * obsolete/sym-comp.el: Move from progmodes.
14013 2009-12-07 Eli Zaretskii <eliz@gnu.org>
14015 Prevent save-buffer in Rmail buffers from using the coding-system
14016 of the current message, and from clobbering the encoding mnemonics
14017 in the mode line (Bug#4623).
14019 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
14021 (rmail-message-encoding): New variable.
14022 (rmail-write-region-annotate): Record the encoding of the current
14023 message in rmail-message-encoding.
14024 (rmail-after-save-hook): New function, restores the encoding of
14025 the current message after the message collection is saved.
14027 2009-12-07 Juri Linkov <juri@jurta.org>
14029 * progmodes/grep.el (grep-read-files): Use `completing-read'
14030 instead of `read-string'. Set its `collection' arg to
14031 `read-file-name-internal'. (Bug#4301)
14033 2009-12-07 Juri Linkov <juri@jurta.org>
14035 Correctly restore original Isearch point. (Bug#4994)
14037 * isearch.el (isearch-mode): Move `isearch-push-state' after
14038 `(run-hooks 'isearch-mode-hook)'.
14039 (isearch-cancel): When `isearch-push-state-function' is defined,
14040 let-bind `isearch-cmds' to the first state (the last element of
14041 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
14042 function and restores the original point). Otherwise, move point
14043 to `isearch-opoint'.
14045 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14047 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
14048 chars that don't have names, so the table can be built much faster at
14051 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
14053 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
14054 change. Suggested by David Kastrup.
14056 * simple.el (compose-mail): Check for incompatibilities and warn.
14057 (compose-mail-user-agent-warnings): New option.
14059 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14061 Support showing a single log entry from vc-annotate.
14062 * vc.el (print-log): Add a new argument: START-REVISION.
14063 (vc-print-log-internal): Add a new optional argument and
14064 pass it to the backend.
14065 (vc-print-log, vc-print-root-log): Adjust callers.
14066 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
14067 buffer already displays the requested log entry, use it.
14068 Otherwise display only the log entry in question.
14069 * vc-svn.el (vc-svn-print-log):
14070 * vc-mtn.el (vc-mtn-print-log):
14071 * vc-hg.el (vc-hg-state):
14072 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
14073 (vc-git-show-log-entry): Return t on success.
14074 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
14075 (vc-bzr-show-log-entry): Return t on success.
14076 * vc-rcs.el (vc-rcs-print-log):
14077 * vc-sccs.el (vc-sccs-print-log):
14078 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
14080 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14082 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
14083 Add menus to the meta mode. (Bug#5043)
14085 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
14087 * ediff-init.el (ediff-event-key): Use event-to-character instead of
14090 * ediff.el (ediff-buffers-internal): Add unwind-protect.
14092 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
14094 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
14095 Berbain <raphael.berbain@gmail.com>.
14097 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
14099 (tramp-initial-end-of-output): New defconst.
14100 (tramp-methods, tramp-find-shell)
14101 (tramp-open-connection-setup-interactive-shell)
14102 (tramp-maybe-open-connection): Use it.
14103 (tramp-shell-prompt-pattern, tramp-wait-for-output):
14104 Handle existence of `#' and `$'.
14106 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
14107 Use `tramp-initial-end-of-output'.
14109 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14111 Get the background mode from the terminal for xterm, and set
14113 * term/xterm.el (xterm-set-background-mode): New function.
14114 (terminal-init-xterm): Use it in case xterm supports background
14115 color queries. Recompute faces after getting the background
14118 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
14120 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
14121 number comment back on its own line, for easier parsing.
14123 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14125 Make it work for non-file buffers (bug#5102).
14126 * doc-view.el (doc-view-current-cache-dir):
14127 Use doc-view-buffer-file-name rather than buffer-file-name.
14128 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
14130 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
14132 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
14133 author field is too short.
14135 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
14137 * vc-git.el (vc-git-print-log): Handle a limit argument.
14138 Display the short log in graph form and with labels.
14139 (vc-git-log-view-mode): Handle labels.
14141 Make vc-revert change VC state from 'added to 'unregistered.
14142 * vc-git.el (vc-git-revert): Call git reset first.
14144 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
14146 * net/newst-backend.el, net/newst-plainview.el:
14147 * net/newst-reader.el, net/newst-ticker.el:
14148 * net/newst-treeview.el, net/newsticker.el:
14149 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
14151 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
14153 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
14155 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
14156 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
14157 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14158 Update annotation regexp.
14160 * simple.el (beginning-of-visual-line): Constrain to field
14161 boundaries (Bug#5106).
14163 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
14165 * xml.el (xml-substitute-numeric-entities):
14166 Move newsticker--decode-numeric-entities in newst-backend.el to
14167 xml-substitute-numeric-entities in xml.el. (Bug#5008)
14168 * net/newst-backend.el (newsticker--parse-generic-feed)
14169 (newsticker--parse-generic-items)
14170 (newsticker--decode-numeric-entities):
14171 Move newsticker--decode-numeric-entities in newst-backend.el to
14172 xml-substitute-numeric-entities in xml.el. (Bug#5008)
14174 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
14176 * progmodes/js.el (js--js-not): Add null to the list of values.
14178 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
14180 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
14182 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14184 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
14185 delimiter if it is at the end of the current line.
14186 (bibtex-generate-url-list): Fix docstring.
14188 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14190 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
14191 minibuffer's content with itself.
14192 Fold the confirm-after-completion case into the `confirm' case.
14193 (completion-pcm-word-delimiters): Add : and / to the delimiters.
14195 2009-12-06 Kevin Ryde <user42@zip.com.au>
14197 * ffap.el (ffap-rfc-path): Make this a defcustom since
14198 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
14200 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
14201 manuals, similar to existing setup for help-mode. (Bug#3913.)
14203 2009-12-05 Juri Linkov <juri@jurta.org>
14205 Save and restore dired buffer's point positions too. (Bug#4880)
14207 * dired.el (dired-save-positions): Return in the first element
14208 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
14210 (dired-restore-positions): First restore buffer's position.
14211 While restoring window's positions, check if window still displays
14212 the original buffer.
14214 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
14216 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
14219 * shell.el (shell): Require ansi-color (Bug#5113).
14221 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
14223 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
14225 2009-12-05 Alan Mackenzie <acm@muc.de>
14227 * progmodes/cc-mode.el (c-before-hack-hook)
14228 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
14229 `c-file-style' to work again. This reversion restores the current
14230 software to its state in Emacs 23.1. (Bug#4146)
14232 2009-12-05 Kevin Ryde <user42@zip.com.au>
14234 * textmodes/sgml-mode.el (sgml-lexical-context):
14235 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
14237 2009-12-05 Juri Linkov <juri@jurta.org>
14239 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
14240 for virtual nodes. (Bug#4147)
14241 (Info-find-node-2): Set `Info-current-node-virtual' to nil
14242 when moving from a virtual node.
14243 (Info-mode-menu): Add `Info-virtual-index' to the menu.
14244 (Info-mode): Add `Info-virtual-index' to the docstring.
14246 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14248 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
14249 track of the buffer position of the end of a BibTeX entry as this
14250 position may change during reformatting.
14251 (bibtex-format-entry): Remove whitespace before processing
14252 numerical fields so that we recognize the latter properly.
14253 (bibtex-reformat): Do not use push which changes the global value
14254 of bibtex-entry-format.
14255 (bibtex-field-braces-alist, bibtex-field-strings-alist)
14256 (bibtex-field-re-init): Replace only space characters by regexp
14258 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
14259 (bibtex-initialize): Also update bibtex-strings.
14260 (bibtex-kill-field): Preserve white space at end of entry.
14261 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
14262 Update bibtex-reference-keys.
14264 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
14266 * minibuffer.el (completion-pcm--merge-try): Also consider placing
14267 point after a star, if that's the only place where modifications can
14270 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
14272 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
14275 2009-12-04 Juri Linkov <juri@jurta.org>
14277 * proced.el (proced): Call `(proced-update t)' to update process
14278 information instead of only running proced-post-display-hook.
14279 (proced-send-signal): Add a leading space to the buffer name
14280 " *Marked Processes*" to make this buffer ephemeral.
14282 2009-12-04 Juri Linkov <juri@jurta.org>
14284 * dired.el (dired-auto-revert-buffer): New defcustom.
14285 (dired-internal-noselect): Use it.
14287 2009-12-04 Juri Linkov <juri@jurta.org>
14289 Change roles of modes and functions in image-mode.el (Bug#5062).
14291 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
14292 in `auto-mode-alist'.
14293 (image-mode-previous-major-mode): New variable.
14294 (image-minor-mode-map): Rename from `image-mode-text-map'.
14295 (image-mode): Move graceful error-handling code from
14296 `image-minor-mode' to here. On errors call `image-mode-as-text'.
14297 (image-minor-mode): Remove all image-handling code.
14298 Replace `image-mode-text-map' with `image-minor-mode-map'.
14299 Check for `image-type' in mode-line format string.
14300 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
14301 (image-mode-as-text): New function with most code from
14302 `image-mode-maybe'.
14303 (image-toggle-display-text): Move code that removes image
14304 properties from `image-toggle-display' to here.
14305 (image-toggle-display-image): New function with code that adds
14306 image properties copied from `image-toggle-display'.
14307 (image-toggle-display): Remove most code with leaving only code
14308 that toggles between `image-mode-as-text' and `image-mode'.
14310 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
14312 * net/newst-treeview.el
14313 (newsticker--treeview-list-highlight-start): Restored call to
14314 save-excursion: Selected item was stuck.
14315 (newsticker--treeview-list-select): New.
14316 (newsticker--treeview-item-show-text)
14317 (newsticker--treeview-item-show)
14318 (newsticker--treeview-item-update): Use new
14319 newsticker-treeview-item-mode.
14320 (newsticker-treeview-update): Keep current item.
14321 (newsticker-treeview-next-new-or-immortal-item): Doc change.
14322 (newsticker--treeview-first-feed): Doc change.
14323 (newsticker-treeview-list-menu)
14324 (newsticker-treeview-item-menu): Add menu entries.
14325 (newsticker-treeview-item-mode): New.
14327 * net/newst-backend.el (newsticker-customize): Delete other
14330 2009-12-04 Sam Steingold <sds@gnu.org>
14332 * log-view.el (log-view-mode-map): "q" calls quit-window,
14333 like in all the other non-self-insert buffers.
14335 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
14338 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
14339 key decoding rather than do it manually via last-input-event +
14341 (term-exec): Use delete-and-extract-region.
14342 (term-handle-ansi-terminal-messages): Remove unused var `end'.
14343 (term-process-pager): Remove unused var `i'.
14344 (term-dynamic-simple-complete): Make obsolete.
14345 (serial-update-config-menu): Remove unused vars `y' and `str'.
14346 (term-update-mode-line): Remove unused var `temp'.
14348 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14350 Limit the number of log entries displayed by default.
14351 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
14352 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
14353 using a prefix argument.
14355 2009-12-03 Glenn Morris <rgm@gnu.org>
14357 * progmodes/idlwave.el (class): Restore still useful declaration.
14359 2009-12-03 Alan Mackenzie <acm@muc.de>
14361 Enhance `c-parse-state' to run efficiently in "brace deserts".
14363 * progmodes/cc-mode.el (c-basic-common-init):
14364 Call c-state-cache-init.
14365 (c-neutralize-syntax-in-and-mark-CPP): Rename from
14366 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
14367 placing `category' properties value 'c-cpp-delimiter at its boundaries.
14369 * progmodes/cc-langs.el (c-before-font-lock-function):
14370 c-extend-and-neutralize-syntax-in-CPP has been renamed
14371 c-neutralize-syntax-in-and-mark-CPP.
14373 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
14374 with `category' properties now, not `syntax-table' ones.
14376 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
14377 enhanced (but slower) version of c-end-of-macro that won't land
14378 inside a literal or on another awkward character.
14379 (c-state-cache-too-far, c-state-cache-start)
14380 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
14381 (c-state-nonlit-pos-cache-limit, c-state-point-min)
14382 (c-state-point-min-lit-type, c-state-point-min-lit-start)
14383 (c-state-min-scan-pos, c-state-brace-pair-desert)
14384 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
14385 buffer local variables.
14386 (c-state-literal-at, c-state-lit-beg)
14387 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
14388 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
14389 (c-state-cache-top-paren, c-state-cache-after-top-paren)
14390 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
14391 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
14392 (c-renarrow-state-cache)
14393 (c-append-lower-brace-pair-to-state-cache)
14394 (c-state-push-any-brace-pair, c-append-to-state-cache)
14395 (c-remove-stale-state-cache)
14396 (c-remove-stale-state-cache-backwards, c-state-cache-init)
14397 (c-invalidate-state-cache-1, c-parse-state-1)
14398 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
14399 (c-parse-state): Enhance and refactor.
14400 (c-debug-parse-state): Amend to deal with all the new variables.
14402 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
14403 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
14404 modify to use category text properties rather than syntax-table ones.
14405 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
14406 to switch off/on the syntactic paren property of C++ template
14407 delimiters using the category property.
14408 (c-with-<->-as-parens-suppressed): Macro to invoke code with
14409 template delims suppressed.
14410 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
14411 New constant/macros which apply category properties to the start
14412 and end of preprocessor constructs.
14413 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
14414 "comment out" the syntactic value of characters in preprocessor
14416 (c-with-cpps-commented-out)
14417 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
14418 with characters in all or all but one preprocessor constructs
14421 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14423 * proced.el (proced-filter-alist): Use regexp-quote.
14425 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
14428 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
14429 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
14430 arguments. Expand `default-directory'.
14432 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
14433 the benefit of returning an expanded localname.
14434 (tramp-tramp-file-p): Handle the case NAME is not a string.
14436 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14438 Add support for bzr shelve/unshelve.
14439 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
14440 (vc-bzr-extra-menu-map): New variables.
14441 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
14442 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
14443 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
14444 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
14445 (vc-bzr-dir-extra-headers): Display shelves.
14447 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
14449 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14451 * textmodes/bibtex.el (bibtex-complete-internal):
14452 Use completion-in-region.
14453 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
14455 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14457 Support applying stashes. Improve UI.
14458 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
14459 (vc-git-stash-apply, vc-git-stash-pop)
14460 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
14461 (vc-git-stash-menu): New functions.
14462 (vc-git-stash-menu-map): New variable.
14463 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
14465 2009-12-03 Glenn Morris <rgm@gnu.org>
14467 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
14468 (vc-print-log-internal): Fix previous change.
14469 (vc-revert): Correct pluralization.
14471 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14473 * progmodes/make-mode.el (makefile-special-targets-list): No need for
14474 it to be an alist any more.
14475 (makefile-complete): Use completion-in-region.
14477 * progmodes/octave-mod.el (octave-complete-symbol):
14478 Use completion-in-region.
14481 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
14482 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
14483 (idlwave-complete-class): Don't quote lambda.
14484 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
14485 (idlwave-mode-map): Move initialization into declaration.
14486 (idlwave-action-and-binding): Use backquotes.
14487 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
14489 (idlwave-is-pointer-dereference): Remove unused var `pos'.
14490 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
14491 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
14492 `parts', and `all-parts'.
14493 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
14494 (idlwave-convert-xml-system-routine-info): Remove unused string
14496 (idlwave-display-user-catalog-widget): Use dolist.
14497 (idlwave-scanning-lib): Declare dynamically-scoped var.
14498 (idlwave-scan-library-catalogs): Remove unused var `flags'.
14499 (completion-highlight-first-word-only): Declare to silence bytecomp.
14500 (idlwave-popup-select): Tighten scope of `resp'.
14501 (idlwave-find-struct-tag): Remove unused var `beg'.
14502 (idlwave-after-load-rinfo-hook): Declare.
14503 (idlwave-sintern-class-info): Remove unused var `taglist'.
14504 (idlwave-find-class-definition): Remove unused var `list'.
14505 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
14506 (idlwave-what-module-find-class): Remove unused var `classes'.
14508 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
14510 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
14512 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14514 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
14515 buffers visited. Remove redundant current-buffer-saving.
14517 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14519 Use completion-in-buffer and remove uses of dynamic scoping.
14520 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
14521 (pascal-buffer-to-use, pascal-flag): Don't declare.
14522 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
14523 (pascal-get-completion-decl, pascal-keyword-completion):
14524 Add `pascal-str' argument, save-excursion,
14525 return the found completions, and don't filter with pascal-pred.
14526 (pascal-completion-cache): New var.
14527 (pascal-completion): Don't switch buffer any more (it was never
14528 necessary). Don't save-excursion any more (it's done by the called
14529 subroutines). Use a cache to avoid redundant computations.
14530 Use complete-with-action rather than pascal-completion-response and
14531 let it apply the predicate as well.
14532 (pascal-complete-word): Use completion-in-buffer when
14533 pascal-toggle-completions is nil.
14534 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
14536 (pascal-comp-defun): Don't change buffer any more.
14537 Use complete-with-action rather than pascal-completion-response and
14538 let it apply the predicate as well.
14539 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
14542 2009-12-02 Kenichi Handa <handa@m17n.org>
14544 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
14545 shape for all Indic scripts.
14547 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14549 Use completion-in-buffer.
14550 * wid-edit.el (widget-field-text-end): New function.
14551 (widget-field-value-get): Use it.
14552 (widget-string-complete, widget-file-complete)
14553 (widget-color-complete): Use it and completion-in-region.
14554 (widget-complete): Don't narrow the buffer.
14556 2009-12-02 Glenn Morris <rgm@gnu.org>
14558 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
14559 (rmail-select-summary): Use rmail-pop-to-buffer.
14560 * mail/rmailsum.el: Replace all pop-to-buffer calls with
14561 rmail-pop-to-buffer, to prevent horizontal splits.
14563 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
14564 save-excursion with save-current-buffer.
14565 Widen before searching. (Bug#5093)
14566 (diary-list-sexp-entries): Remove superfluous save-excursion.
14568 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
14570 * woman.el (woman-make-bufname): Handle man-pages with "." in the
14573 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
14575 * ido.el (ido-file-internal): Handle filenames at point that do
14576 not have a directory part. (Bug#5049)
14578 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
14580 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
14581 (mpc-songs-jump-to, mpc-resume): Doc fixes.
14583 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
14585 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
14586 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
14589 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
14591 * comint.el (comint-insert-input): Ignore clicks to the right of
14592 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
14594 * vc.el (vc-print-log-internal): Don't wait for the process to
14595 terminate before setting up the major mode.
14597 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
14600 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
14603 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
14605 2009-12-01 Glenn Morris <rgm@gnu.org>
14607 * window.el (window--display-buffer-2): Fix previous changes.
14609 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
14611 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
14613 2009-12-01 Glenn Morris <rgm@gnu.org>
14615 * Makefile.in (ELCFILES): Add mpc.elc.
14617 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
14619 * mpc.el: New file.
14621 2009-12-01 Glenn Morris <rgm@gnu.org>
14623 * window.el (window-to-use): Define for compiler.
14625 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
14626 consistent with others (no final period).
14628 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
14629 (rmail-mime-show): Downcase the encoding. (Bug#5070)
14631 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
14633 Make vc-print-log buttons work.
14634 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
14636 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
14638 * savehist.el (savehist-autosave-interval): Allow setting to nil
14639 through customize. (Bug#5056)
14641 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
14643 Fix references to jit-lock properties.
14644 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14645 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
14646 (perl-font-lock-special-syntactic-constructs):
14647 Quote jit-lock-defer-multiline property.
14649 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
14651 * vc-git.el (vc-git-registered): Call vc-git-root only once.
14653 2009-11-30 Juri Linkov <juri@jurta.org>
14655 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
14656 value `buffer' of `multi-isearch-next-buffer-current-function'.
14657 Use `(current-buffer)' when `buffer' is nil.
14658 (multi-isearch-next-buffer-from-list): Don't fallback to
14659 `(current-buffer)' when `buffer' is nil. (Bug#4947)
14661 2009-11-30 Juri Linkov <juri@jurta.org>
14663 * misearch.el (multi-isearch-read-buffers): Move canonicalization
14664 of buffers with `get-buffer' to `multi-isearch-buffers'.
14665 (multi-isearch-buffers, multi-isearch-buffers-regexp):
14666 Canonicalize BUFFERS with `get-buffer'. Doc fix.
14667 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
14668 FILES with `expand-file-name' converting relative file names
14669 to absolute. Doc fix. (Bug#4727)
14671 2009-11-30 Juri Linkov <juri@jurta.org>
14673 * misearch.el (multi-isearch-read-buffers)
14674 (multi-isearch-read-matching-buffers): New functions.
14675 (multi-isearch-buffers, multi-isearch-buffers-regexp):
14676 Use them in the `interactive' spec. Doc fix.
14677 (multi-isearch-read-files, multi-isearch-read-matching-files):
14679 (multi-isearch-files, multi-isearch-files-regexp):
14680 Use them in the `interactive' spec. Doc fix. (Bug#4725)
14682 2009-11-30 Juri Linkov <juri@jurta.org>
14684 * doc-view.el (doc-view-continuous):
14685 Rename from `doc-view-continuous-mode'.
14686 (doc-view-menu): Move "Toggle display" to the top.
14687 Add submenu "Continuous" with radio buttons "Off"/"On"
14688 and "Save as Default".
14689 (doc-view-scroll-up-or-next-page)
14690 (doc-view-scroll-down-or-previous-page)
14691 (doc-view-next-line-or-next-page)
14692 (doc-view-previous-line-or-previous-page):
14693 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
14695 2009-11-30 Juri Linkov <juri@jurta.org>
14697 * comint.el (comint-mode-map): Rebind `M-r' from
14698 `comint-previous-matching-input' to
14699 `comint-history-isearch-backward-regexp'.
14700 Unbind `M-s' to allow global key binding `M-s'.
14701 Add menu items for `comint-history-isearch-backward' and
14702 `comint-history-isearch-backward-regexp'. (Bug#3746)
14704 2009-11-30 Juri Linkov <juri@jurta.org>
14706 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
14707 For def=recenter, replace `recenter' with `recenter-top-bottom'
14708 that is called with `this-command' and `last-command' let-bound
14709 to `recenter-top-bottom'. When the last `def' was not `recenter',
14710 set `recenter-last-op' to nil. (Bug#4981)
14712 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
14714 Minor cleanup and simplification.
14715 * filecache.el (file-cache-add-directory)
14716 (file-cache-add-directory-recursively)
14717 (file-cache-add-from-file-cache-buffer)
14718 (file-cache-delete-file-regexp, file-cache-delete-directory)
14719 (file-cache-files-matching-internal, file-cache-display): Use dolist.
14720 (file-cache-temp-minibuffer-message): Delete function.
14721 (file-cache-minibuffer-complete): Use minibuffer-message instead.
14723 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
14724 Don't signal an error when bumping into EOB in tr, s, or y.
14726 2009-11-29 Juri Linkov <juri@jurta.org>
14728 * startup.el (fancy-about-text): Fix wording of Guided Tour.
14731 * descr-text.el (describe-char-unidata-list): Use lowercase name
14732 for "Unicode name" like in other tags.
14734 2009-11-29 Juri Linkov <juri@jurta.org>
14736 * ediff-util.el (ediff-minibuffer-with-setup-hook):
14737 New compatibility macro.
14738 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
14740 2009-11-29 Juri Linkov <juri@jurta.org>
14742 Add defcustom to define the cycling order of `recenter-top-bottom'.
14745 * window.el (recenter-last-op): Doc fix.
14746 (recenter-positions): New defcustom.
14747 (recenter-top-bottom): Rewrite to use `recenter-positions'.
14748 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
14750 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
14752 Improve integration of Tramp and ange-ftp in eshell.
14754 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
14755 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
14756 (eshell/sudo): Flatten args. Let-bind `default-directory'.
14758 * eshell/esh-util.el (top): Require also Tramp when compiling.
14759 (eshell-directory-files-and-attributes): Check for FTP remote
14761 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
14762 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
14763 (eshell-file-attributes): Handle ".". Return `entry'.
14765 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
14766 (ange-ftp-directory-files-and-attributes)
14767 (ange-ftp-real-directory-files-and-attributes): New defuns.
14769 * net/tramp.el (tramp-maybe-open-connection): Open the remote
14770 shell with "exec" when possible. This prevents trailing prompts
14771 in `start-file-process'.
14773 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
14775 Try and remove assumptions about point-min==1.
14776 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
14777 (rng-compute-mode-line-string): Show the validation percentage in
14778 terms of the narrowed text, not the widened text.
14779 (rng-do-some-validation): Don't catch internal errors when debugging.
14780 (rng-first-error): Simplify.
14781 (rng-after-change-function): Remove work around. AFAIK the bug has
14782 been fixed a while ago.
14784 * image-mode.el (image-minor-mode): Exit more gracefully when the image
14785 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
14787 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
14789 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
14790 `cd' doesn't always do it for us (bug#5067).
14792 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
14793 on 2009-10-25 as part of some other change (bug#5067).
14795 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
14797 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
14799 (byte-compile-warnings): Use byte-compile-warning-types.
14800 (byte-compile-save-excursion): Warn about use of set-buffer right
14801 after save-excursion.
14803 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
14804 the excursion as well.
14806 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
14808 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
14809 providing a Tramp related implementation of "su" and "sudo".
14810 (eshell-unix-initialize): Add "su" and "sudo".
14812 2009-11-27 Daiki Ueno <ueno@unixuser.org>
14814 * net/socks.el (socks-send-command): Convert binary request to
14815 unibyte before sending. This fixes mishandling of some port
14816 numbers such as 129.
14818 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
14820 * help.el (describe-bindings-internal): Remove `interactive'.
14822 * man.el (Man-completion-table): Trim a terminating "(".
14823 Remove the space between name page a section.
14824 Add the command's description on the `help-echo' property.
14825 Remove `process-connection-type' binding since it's unused by
14827 Provide completion for the "<section> <name>" format as well.
14828 (Man-default-man-entry): Remove spurious var shadowing the argument.
14830 2009-11-26 Kevin Ryde <user42@zip.com.au>
14832 * log-view.el: Add "Keywords: tools", since its other keywords
14833 aren't in finder-known-keywords, and following vc.el.
14835 * sha1.el (sha1-string-external): default-directory "/" in case
14836 otherwise non-existent. process-connection-type pipe for touch of
14837 efficiency recommended by elisp manual. (An aside in Bug#3911.)
14839 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
14841 Misc coding convention cleanups.
14842 * htmlfontify.el (hfy-init-kludge-hook): Rename from
14843 hfy-init-kludge-hooks.
14844 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
14845 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
14846 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
14848 (hfy-slant, hfy-weight): Use tables rather than code.
14849 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
14850 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
14851 (hfy-face-attr-for-class): Initialize `face-spec' directly.
14852 (hfy-face-to-css): Remove `nconc' with single arg.
14853 (hfy-p-to-face-lennart): Use `or'.
14854 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
14855 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
14856 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
14857 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
14858 (hfy-force-fontification): Use run-hooks.
14860 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
14862 Various minor fixes.
14863 * htmlfontify.el (hfy-default-header): Add toggle_invis since
14864 Javascript belongs in the header, not the body.
14865 (hfy-javascript): Remove.
14866 (hfy-fontify-buffer): Don't insert it any more.
14867 (hfy-face-at): Handle (face0 face1 face2) style face properties.
14868 Fix bug in invis handling when there were no invis props in a chunk.
14870 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
14872 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
14874 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
14876 * finder.el (finder-mode-map): Add a menu.
14878 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
14880 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
14881 "unsigned" structs.
14883 (verilog-leap-to-head, verilog-backward-token): Handle "disable
14884 fork" statement better.
14886 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
14888 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
14889 (verilog-delete-auto, verilog-delete-empty-auto-pair)
14890 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
14891 Reported by Clay Douglass.
14893 (verilog-auto-inst, verilog-auto-star-safe)
14894 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
14895 Fix removing "// Interfaces" when saving .* expansions.
14896 Reported by Pierre-David Pfister.
14898 2009-11-26 Glenn Morris <rgm@gnu.org>
14900 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
14903 2009-11-25 Johan Bockgård <bojohan@gnu.org>
14905 * vc-annotate.el (vc-annotate-revision-previous-to-line):
14906 Really use previous revision.
14908 2009-11-25 Kevin Ryde <user42@zip.com.au>
14910 * man.el (Man-completion-table): default-directory "/" in case
14911 doesn't otherwise exist. process-environment COLUMNS=999 so as
14912 not to truncate long names. process-connection-type pipe to avoid
14913 any chance of hitting the pseudo-tty TIOCGWINSZ.
14914 (man): completion-ignore-case t for friendliness and since man
14915 itself is case-insensitive on the command line.
14916 Further to Bug#3717.
14918 * arc-mode.el: Add "Keywords: files", so the details in its
14919 commentary can be reached from finder-by-keyword.
14920 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
14921 editing mode, but it's comms related and sgml-mode.el has "comm"
14923 * textmodes/bibtex-style.el: Add "Keywords: tex".
14924 * international/isearch-x.el, international/ja-dic-cnv.el:
14925 * international/ja-dic-utl.el, international/kkc.el:
14926 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
14928 2009-11-25 Juri Linkov <juri@jurta.org>
14930 * man.el (Man-completion-table): Modify regexp to include
14931 section names to completion strings. (Bug#3717)
14933 2009-11-25 Juri Linkov <juri@jurta.org>
14935 Search recursively in gzipped files. (Bug#4982)
14937 * progmodes/grep.el (grep-highlight-matches): Add new options
14938 `always' and `auto'. Doc fix.
14939 (grep-process-setup): Check `grep-highlight-matches' for
14940 `auto-detect' to determine the need to compute grep defaults.
14941 Move Windows/DOS specific --colors settings handling
14942 to `grep-compute-defaults'. Check `grep-highlight-matches'
14943 to get the value of "--color=".
14944 (grep-compute-defaults): Compute `grep-highlight-matches' when it
14945 has the value `auto-detect'. Move Windows/DOS specific settings
14946 from `grep-process-setup'.
14947 (zrgrep): New command with alias `rzgrep'.
14949 2009-11-25 Juri Linkov <juri@jurta.org>
14951 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
14952 to nil instead of switching off view-mode. (Bug#4896)
14954 2009-11-25 Juri Linkov <juri@jurta.org>
14956 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
14958 * mwheel.el (mwheel-scroll-up-function)
14959 (mwheel-scroll-down-function): New defvars.
14960 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
14961 `scroll-up', and `mwheel-scroll-down-function' instead of
14964 * doc-view.el (doc-view-scroll-up-or-next-page)
14965 (doc-view-scroll-down-or-previous-page): Add optional ARG.
14966 Use this ARG in the call to image-scroll-up/image-scroll-down.
14967 Change `interactive' spec to "P". Goto next/previous page only
14968 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
14969 SPC/DEL case). Doc fix.
14970 (doc-view-next-line-or-next-page)
14971 (doc-view-previous-line-or-previous-page): Rename arg to ARG
14973 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
14974 `doc-view-scroll-up-or-next-page', and buffer-local
14975 `mwheel-scroll-down-function' to
14976 `doc-view-scroll-down-or-previous-page'.
14978 2009-11-25 Juri Linkov <juri@jurta.org>
14980 Provide additional default values (directories at other Dired
14981 windows) via M-n in the minibuffer of some Dired commands.
14983 * dired-aux.el (dired-diff, dired-compare-directories)
14984 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
14985 `minibuffer-default' in `minibuffer-with-setup-hook'.
14986 (dired-dwim-target-directory): Find a window that displays Dired
14987 buffer instead of failing when the next window is not Dired.
14988 Use `get-window-with-predicate' to find for the next Dired window.
14989 (dired-dwim-target-defaults): New function.
14991 * ediff-util.el (ediff-read-file-name):
14992 Use `dired-dwim-target-defaults' to set `minibuffer-default'
14993 in `minibuffer-with-setup-hook'.
14995 2009-11-25 Juri Linkov <juri@jurta.org>
14997 Provide additional default values (file name at point or at the
14998 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
15000 * minibuffer.el (read-file-name-defaults): New function.
15001 (read-file-name): Reset `minibuffer-default' to nil when
15002 it duplicates initial input `insdef'.
15003 Bind `minibuffer-default-add-function' to lambda that
15004 calls `read-file-name-defaults' in `minibuffer-selected-window'.
15005 (minibuffer-insert-file-name-at-point): New command.
15007 * files.el (file-name-at-point-functions): New defcustom.
15008 (find-file-default): Remove defvar.
15009 (find-file-read-args): Don't use `find-file-default'.
15010 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15011 to `read-file-name'.
15012 (find-file-literally): Use `read-file-name' with
15013 `confirm-nonexistent-file-or-buffer'.
15015 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
15017 * dired.el (dired-read-dir-and-switches):
15018 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15019 to `read-file-name'.
15020 (dired-file-name-at-point): New function.
15021 (dired-mode): Add hook `dired-file-name-at-point' to
15022 `file-name-at-point-functions'.
15024 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15026 Really make the *Completions* window soft-dedicated (bug#5030).
15027 * window.el (window--display-buffer-2): Add `dedicated' argument.
15028 (display-buffer): Pass it when needed so the dedicated flag is set
15029 after calling set-window-buffer, which would otherwise reset it.
15031 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15033 * progmodes/meta-mode.el (meta-complete-symbol):
15034 * progmodes/etags.el (complete-tag):
15035 * mail/mailabbrev.el (mail-abbrev-complete-alias):
15036 Use completion-in-region.
15038 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
15039 (dabbrev-completion): Use completion-in-region.
15040 (dabbrev--abbrev-at-point): Simplify regexp.
15042 * abbrev.el (abbrev--before-point): Use word-motion functions
15043 if :regexp is not specified (bug#5031).
15045 * subr.el (string-prefix-p): New function.
15047 * man.el (Man-completion-cache): New var.
15048 (Man-completion-table): Use it.
15050 * vc.el (vc-print-log-internal): Make `limit' optional for better
15051 compatibility (e.g. with vc-annotate.el).
15053 2009-11-24 Kevin Ryde <user42@zip.com.au>
15055 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
15056 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
15058 * emacs-lisp/elint.el (elint-add-required-env): Better error message
15059 when .el source file not found or other error.
15061 2009-11-24 Markus Triska <markus.triska@gmx.at>
15063 * linum.el (linum-update-window): Ignore intangible (bug#4996).
15065 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15067 Handle the [back] button properly (bug#4979).
15068 * descr-text.el (describe-text-properties): Add a `buffer' argument.
15069 Use help-setup-xref, help-buffer, and with-help-window.
15070 (describe-char): Add `buffer' argument.
15071 Pass proper command to help-setup-xref. Don't meddle with
15072 help-xref-stack-item directly.
15073 (describe-text-category): Use with-help-window and help-buffer.
15075 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
15076 for the displayed buffer (bug#4887).
15078 * man.el (Man-completion-table): New function.
15081 2009-11-24 David Reitter <david.reitter@gmail.com>
15083 * vc-git.el (vc-git-registered): Use checkout directory (where
15084 .git is) rather than the file's directory and a relative path spec
15085 to work around a bug in git.
15087 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
15089 Improve handling of processes on remote hosts.
15091 * eshell/esh-util.el (eshell-path-env): New defvar.
15092 (eshell-parse-colon-path): New defun.
15093 (eshell-file-attributes): Use `eshell-parse-colon-path'.
15095 * eshell/esh-ext.el (eshell-search-path):
15096 Use `eshell-parse-colon-path'.
15097 (eshell-remote-command): Remove argument HANDLER.
15098 (eshell-external-command): Check for FTP remote connection.
15100 * eshell/esh-proc.el (eshell-gather-process-output):
15101 Use `file-truename', in order to start also symlinked files.
15102 Apply `start-file-process' instead of `start-process'.
15103 Shorten `command' to the local file name part.
15105 * eshell/em-cmpl.el (eshell-complete-commands-list):
15106 Use `eshell-parse-colon-path'.
15108 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
15110 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
15111 to `eshell-directory-change-hook'.
15113 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
15115 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
15116 because it could be enabled automatically if view-read-only is non-nil.
15118 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
15120 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
15121 made on 2009-11-22.
15123 2009-11-24 Glenn Morris <rgm@gnu.org>
15125 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
15126 deleted variable bookmark-bmenu-bookmark-column.
15128 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15130 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
15132 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
15134 * net/browse-url.el (browse-url-filename-alist): On Windows, add
15135 two slashes to the "file:" prefix.
15136 (browse-url-file-url): De-munge Cygwin filenames before passing
15137 them to Windows browser.
15138 (browse-url-default-windows-browser): Use call-process.
15140 2009-11-23 Juri Linkov <juri@jurta.org>
15142 Implement DocView Continuous mode. (Bug#4896)
15143 * doc-view.el (doc-view-continuous-mode): New defcustom.
15144 (doc-view-mode-map): Bind C-n/<down> to
15145 `doc-view-next-line-or-next-page', C-p/<up> to
15146 `doc-view-previous-line-or-previous-page'.
15147 (doc-view-next-line-or-next-page)
15148 (doc-view-previous-line-or-previous-page): New commands.
15150 2009-11-23 Juri Linkov <juri@jurta.org>
15152 Implement Isearch in comint input history. (Bug#3746)
15153 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
15154 `isearch-mode-hook'.
15155 (comint-history-isearch): New defcustom.
15156 (comint-history-isearch-backward)
15157 (comint-history-isearch-backward-regexp): New commands.
15158 (comint-history-isearch-message-overlay): New buffer-local variable.
15159 (comint-history-isearch-setup, comint-history-isearch-end)
15160 (comint-goto-input, comint-history-isearch-search)
15161 (comint-history-isearch-message, comint-history-isearch-wrap)
15162 (comint-history-isearch-push-state)
15163 (comint-history-isearch-pop-state): New functions.
15165 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
15167 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
15169 (tramp-handle-make-symbolic-link)
15170 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
15172 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
15173 (tramp-handle-process-file): Use it.
15175 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
15177 * window.el (move-to-window-line-last-op): Remove.
15178 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
15180 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
15182 Make M-r mirror the new cycling behavior of C-l.
15183 * window.el (move-to-window-line-last-op): New var.
15184 (move-to-window-line-top-bottom): New command.
15185 (global-map): Bind M-r move-to-window-line-top-bottom.
15187 2009-11-23 Sven Joachim <svenjoac@gmx.de>
15189 * dired-x.el (dired-guess-shell-alist-default):
15190 Support xz format. (Bug#4953)
15192 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
15194 * emulation/viper-cmd.el: Use viper-last-command-char instead of
15195 last-command-char/last-command-event.
15196 (viper-prefix-arg-value): Do correct conversion of event-char for
15199 * emulation/viper-util.el, emulation/viper.el:
15200 Use viper-last-command-char instead of
15201 last-command-char/last-command-event.
15203 * ediff-init.el, ediff-mult.el, ediff-util.el:
15204 Replace last-command-char and last-command-event
15205 with (ediff-last-command-char) everywhere.
15207 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
15208 created in fundamental mode.
15210 * ediff.el (ediff-version): Revert the change of interactive-p to
15211 called-interactively-p.
15213 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
15215 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
15216 generation from word-movement command names.
15218 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
15220 * cus-start.el (all): Add native condition for font-use-system-font.
15222 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
15224 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
15225 Correct the patch from 2009-11-18. (Bug#3910)
15227 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
15229 * progmodes/subword.el: Rename from lisp/subword.el.
15231 * subword.el: Rename to progmodes/subword.el.
15233 * Makefile.in (ELCFILES): Adapt to subword.el move.
15235 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15236 Stefan Monnier <monnier@iro.umontreal.ca>
15238 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
15239 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
15240 (bookmark-bmenu-show-filenames): Use push.
15241 (bookmark-bmenu-hide-filenames): Use local var instead of
15242 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
15243 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
15244 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
15245 filenames now that the bookmark names are always available.
15247 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15249 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
15250 (bookmark-search-pattern): Move and leave unbound.
15251 (bookmark-bmenu-mode-map): Change binding.
15252 (bookmark-read-search-input): Simplify.
15253 Don't use text-char-description. Don't error on non-char events.
15254 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
15255 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
15256 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
15257 Use a local var for the timer.
15258 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
15259 (i.e. bookmark-bmenu-search).
15261 2009-11-21 Glenn Morris <rgm@gnu.org>
15263 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
15265 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
15267 * net/browse-url.el (browse-url-default-windows-browser):
15268 Use cygstart for cygwin.
15270 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
15272 * bookmark.el: Formatting and doc fixes only:
15273 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
15274 (bookmark-bmenu-search): Wrap to fit within 80 columns.
15275 Minor grammar and punctuation fixes in doc string.
15276 (bookmark-read-search-input): Adjust to fit within 80 columns.
15278 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15280 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
15281 (c-backward-into-nomenclature): Adapt to subword renaming.
15283 * subword.el (subword-forward, subword-backward, subword-mark)
15284 (subword-kill, subword-backward-kill, subword-transpose)
15285 (subword-downcase, subword-upcase, subword-capitalize)
15286 (subword-forward-internal, subword-backward-internal):
15287 Rename from forward-subword, backward-subword, mark-subword,
15288 kill-subword, backward-kill-subword, transpose-subwords,
15289 downcase-subword, upcase-subword, capitalize-subword,
15290 forward-subword-internal, backward-subword-internal.
15292 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15294 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
15296 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
15298 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
15299 (bookmark-bmenu-filter-alist-by-regexp)
15300 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
15301 (bookmark-bmenu-search): New command.
15302 (bookmark-bmenu-mode-map): Bind it.
15304 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15306 * progmodes/cc-cmds.el: declare-functioned forward-subword and
15307 backward-subword to quit the byte-compiler.
15309 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
15311 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
15313 * progmodes/cc-cmds.el (c-update-modeline)
15314 (c-forward-into-nomenclature, c-backward-into-nomenclature):
15315 Refer to subword.el functions instead of cc-subword.el.
15317 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
15318 subword.el functions instead of cc-subword.el.
15320 * progmodes/cc-subword.el: Rename to subword.el.
15321 * subword.el: Rename from progmodes/cc-subword.el.
15322 (subword-mode-map): Rename from c-subword-mode-map.
15323 (subword-mode): Rename from c-subword-mode.
15324 (global-subword-mode): New global minor mode.
15325 (forward-subword): Rename from c-forward-subword.
15326 (backward-subword): Rename from c-backward-subword.
15327 (mark-subword): Rename from c-mark-subword.
15328 (kill-subword): Rename from c-kill-subword.
15329 (backward-kill-subword): Rename from c-backward-kill-subword.
15330 (transpose-subwords): Rename from c-tranpose-subword.
15331 (downcase-subword): Rename from c-downcase-subword.
15332 (capitalize-subword): Rename from c-capitalize-subword.
15333 (forward-subword-internal): Rename from c-forward-subword-internal.
15334 (backward-subword-internal): Rename from c-backward-subword-internal.
15336 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
15338 * vc.el (vc-deduce-fileset): Allow non-state changing operations
15339 from a dired buffer.
15340 (vc-dired-deduce-fileset): New function.
15341 (vc-root-diff, vc-print-root-log): Use it.
15343 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
15344 nil LIMIT argument to vc-print-log-internal.
15346 2009-11-20 Glenn Morris <rgm@gnu.org>
15348 * Makefile.in (ELCFILES): Regenerate.
15350 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
15352 * calc/calc.el (calc-set-mode-line):
15353 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
15354 (math-format-number): Rename `math-format-complement-signed' to
15355 `math-format-twos-complement'.
15357 * calc/calc-bin.el (math-format-twos-complement): Rename from
15358 math-format-complement-signed.
15359 (calc-radix): Rename `calc-complement-signed-mode' to
15360 `calc-twos-complement-mode'.
15361 (calc-octal-radix, calc-hex-radix): Add an argument for
15364 * calc/calc-embed.el (calc-embedded-mode-vars):
15365 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
15367 * calc/calc-ext.el (calc-init-extensions):
15368 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
15369 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
15371 * calc/calc-units.el (math-build-units-table-buffer):
15372 Let `calc-twos-complement-mode' be nil.
15374 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
15377 * calc/calc-vec.el (calcFunc-vunpack):
15378 * calc/calc-aent.el (calc-do-calc-eval):
15379 * calc/calc-forms.el (math-format-date):
15380 * calc/calc-graph.el (calc-graph-plot):
15381 * calc/calc-math.el (math-use-emacs-fn):
15382 * calc/calccomp.el (math-compose-expr):
15383 Let `calc-twos-complement-mode' be nil.
15385 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15387 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
15388 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
15389 * minibuffer.el (completion-in-region-functions): New hook.
15390 (completion-in-region): New function.
15391 * emacs-lisp/lisp.el (lisp-complete-symbol):
15392 * pcomplete.el (pcomplete-std-complete): Use it.
15394 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15396 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
15397 (latex-complete-alist): New vars.
15398 (latex-string-prefix-p, latex-complete-bibtex-keys)
15399 (latex-complete-envnames, latex-complete-refkeys)
15400 (latex-complete-data): New functions.
15401 (latex-complete, latex-indent-or-complete): New commands.
15403 * window.el (display-buffer-mark-dedicated): New var.
15404 (display-buffer): Obey it.
15405 * minibuffer.el (minibuffer-completion-help): Use it.
15407 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
15409 * filecache.el (file-cache-add-file): Use push and cons.
15410 (file-cache-delete-file-regexp): Use push.
15411 (file-cache-complete): Use completion-in-region.
15413 * simple.el (with-wrapper-hook): Fix thinko.
15415 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
15416 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
15417 Use with-current-buffer and string-to-number.
15418 (hfy-fallback-colour-values): Use assoc-string.
15419 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
15420 (hfy-face-at): Remove unused var `found-face'.
15421 (hfy-compile-stylesheet): Remove unused var `css'.
15422 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
15424 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
15425 Use with-current-buffer.
15426 (hfy-text-p): Use expand-file-name and fewer setq.
15428 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
15430 * htmlfontify.el, hfy-cmap.el: New files.
15432 2009-11-19 Juri Linkov <juri@jurta.org>
15434 * minibuffer.el (completions-format): New defcustom.
15435 (completion--insert-strings): Implement vertical format.
15437 * simple.el (switch-to-completions): Move point to the first
15438 completion when point was at the beginning of the buffer.
15440 2009-11-19 Juri Linkov <juri@jurta.org>
15442 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
15444 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
15446 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
15448 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
15449 (mail-signature): Change default to t.
15450 (mail-from-style): Deprecate `system-default' value.
15451 (mail-insert-from-field): For default value of mail-from-style,
15452 default to `angles' unless `angles' needs quoting and `parens'
15454 (mail-citation-prefix-regexp): Use citation regexp from
15457 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
15459 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
15460 Set variables for computing the prompt for reading password.
15462 2009-11-19 Glenn Morris <rgm@gnu.org>
15464 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
15466 * textmodes/flyspell.el (sgml-lexical-context): Declare.
15468 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
15469 (newsticker-treeview-listwindow-height): Fix custom type.
15471 2009-11-19 Kenichi Handa <handa@m17n.org>
15473 * descr-text.el (describe-char-padded-string): Compose with TAB
15474 only if there's a font for CH.
15475 (describe-char): Fix the condition for detecting a trivial composition.
15477 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
15479 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
15480 more accurate version of the regexp. (Bug#3910)
15482 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
15484 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
15486 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
15488 * font-setting.el (font-use-system-font): Declare for byte-compiler.
15489 (font-setting-change-default-font): Fix typo in docstring.
15491 2009-11-18 Alan Mackenzie <acm@muc.de>
15493 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
15495 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
15497 * font-setting.el (font-use-system-font): Move ...
15499 * cus-start.el (all): ... to here.
15501 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
15503 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
15504 Don't set `ad-return-value' if `ad-do-it' doesn't.
15506 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
15509 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
15511 * menu-bar.el: Put "Use system font" in Option-menu.
15512 (menu-bar-options-save): Add font-use-system-font.
15514 * loadup.el: If feature system-font-setting or font-render-setting is
15515 there, load font-setting.
15517 * Makefile.in (ELCFILES): Add font-settings.el.
15518 * font-setting.el: New file.
15520 2009-11-17 Glenn Morris <rgm@gnu.org>
15522 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
15524 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
15525 Preserve point in the list buffer. (Bug#4939)
15527 (newsticker--treeview-list-update-highlight)
15528 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
15530 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
15532 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
15535 * calc/calc-ext.el (calc-init-extensions): Remove references to
15538 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
15540 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
15541 * calc/calc-help.el (calc-b-prefix-help): Remove references to
15544 2009-11-16 Kevin Ryde <user42@zip.com.au>
15546 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
15547 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
15549 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
15550 (lm-keywords-list): Allow comma-only separator like "foo,bar".
15551 Ignore trailing spaces by omit-nulls to split-string (fixing
15552 regression from Emacs 21 due to the incompatible split-string
15553 change). (Bug #4928.)
15555 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
15557 * vc.el (vc-log-show-limit): Default to 2000.
15558 (vc-print-log-internal): Insert buttons to request more entries
15559 when limiting the output.
15561 * vc-sccs.el (vc-sccs-print-log):
15562 * vc-rcs.el (vc-rcs-print-log):
15563 * vc-cvs.el (vc-cvs-print-log):
15564 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
15567 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
15569 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
15570 error when `tramp-gvfs-dbus-event-vector' is set.
15571 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
15573 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
15575 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
15577 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
15579 * net/dbus.el (dbus-unregister-service): New defun.
15580 (dbus-register-property): Register the handlers of
15581 "org.freedesktop.DBus.Properties" for SERVICE.
15582 (dbus-property-handler): Fix docstring.
15584 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15586 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
15587 Quote doc string reference in defvaralias as it is not in special form.
15588 (byte-compile-output-docform): Doc fix.
15590 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
15592 * calc/calc.el (math-2-word-size, math-half-2-word-size)
15593 (calc-complement-signed-mode): New variables.
15594 (calc-set-mode-line): Add indicator for twos-complements.
15595 (math-format-number): Format twos-complement notation.
15597 * calc/calc-bin.el (calc-word-size): Reset the variables
15598 `math-2-word-size' and `math-half-2-word-size'.
15599 (math-format-complement-signed, math-symclip, calcFunc-symclip)
15600 (calc-symclip): New functions.
15602 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
15604 * calc/calc-embed.el (calc-embedded-mode-vars):
15605 Add `calc-complement-signed-mode' to the list of modes.
15607 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
15608 (calc-b-oper-keys): Add `calc-symclip' to list.
15610 * calc/calc-ext.el (math-read-number-fancy): Read complement
15612 (calc-init-extensions): Add binding for `calc-symclip'.
15613 Add autoload for `calcFunc-symclip' and `calc-symclip'.
15615 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
15617 (calc-modes-menu): Add item for twos complement mode.
15619 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
15621 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
15623 * register.el (jump-to-register, insert-register): Handle Semantic
15624 tags. From commented-out advice in semantic/senator.el.
15626 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
15628 * vc.el (vc-log-show-limit): New variable.
15629 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
15630 when using a prefix argument.
15631 (vc-print-log-internal): Add new argument LIMIT.
15633 * vc-svn.el (vc-svn-print-log):
15634 * vc-mtn.el (vc-mtn-print-log):
15635 * vc-hg.el (vc-hg-print-log):
15636 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
15637 pass it to the log command when set. Make the BUFFER argument
15640 * vc-sccs.el (vc-sccs-print-log):
15641 * vc-rcs.el (vc-rcs-print-log):
15642 * vc-git.el (vc-git-print-log):
15643 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
15644 ignore it. Make the BUFFER argument non-optional
15646 * bindings.el (mode-line-buffer-identification): Do not purecopy.
15648 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
15650 * dired.el (dired-mode-map): Move encryption items to "Operate"
15653 * strokes.el (strokes-update-window-configuration): Make strokes
15654 buffer current before erasing (Bug#4906).
15656 2009-11-15 Juri Linkov <juri@jurta.org>
15658 * simple.el (set-mark-default-inactive): Add :type, :group
15659 and :version. (Bug#4876)
15661 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
15663 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
15664 (archive-unique-fname): ... here. (Bug#4929)
15666 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
15668 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
15671 * novice.el (disabled-command-function): Add useful args.
15672 Setup the help buffer so that [back] works.
15673 Remove redundant call to help-mode.
15674 (disabled-command-function): Use `case'.
15675 (en/disable-command): New function extracted from enable-command.
15676 (enable-command, disable-command): Use it.
15678 2009-11-14 Glenn Morris <rgm@gnu.org>
15680 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
15681 constants. (Bug#4913)
15683 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
15685 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
15687 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
15688 defined in C that have no doc-strings. (Bug#1063)
15690 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
15692 * cus-edit.el (data, files):
15693 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
15695 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
15697 * simple.el (shell-command): Doc fix (Bug#4891).
15699 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
15701 2009-11-14 Glenn Morris <rgm@gnu.org>
15703 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
15704 statements for vc-diff, emerge-quit, and rmail-cease-edit.
15705 If they are already loaded, eval-after-load will do the right thing.
15707 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
15710 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
15712 * simple.el (x-selection-owner-p): Declare.
15713 (read-mail-command): Use custom radio type rather than choice.
15714 (completion-no-auto-exit): Doc fix.
15716 * custom.el (defgroup):
15717 * epg-config.el (epg): Doc fixes.
15719 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
15721 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
15722 * international/ccl.el (define-ccl-program): Do not purecopy the
15723 docstring, defconst does it anyway.
15725 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
15727 * add-log.el (add-change-log-entry): Avoid displaying the changelog
15730 * x-dnd.el (x-dnd-maybe-call-test-function):
15731 * window.el (split-window-vertically):
15732 * whitespace.el (whitespace-help-on):
15733 * vc-rcs.el (vc-rcs-consult-headers):
15734 * userlock.el (ask-user-about-lock-help)
15735 (ask-user-about-supersession-help):
15736 * type-break.el (type-break-force-mode-line-update):
15737 * time-stamp.el (time-stamp-conv-warn):
15738 * terminal.el (te-set-output-log, te-more-break, te-filter)
15739 (te-sentinel, terminal-emulator):
15740 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
15741 (term-write-input-ring, term-check-source, term-start-output-log):
15742 (term-display-buffer-line, term-dynamic-list-completions):
15743 (term-ansi-make-term, serial-term):
15744 * subr.el (selective-display):
15745 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
15746 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
15747 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
15748 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
15749 (speedbar-remove-localized-speedbar-support)
15750 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
15751 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
15752 (speedbar-buffers-line-directory):
15753 * simple.el (shell-command-on-region, append-to-buffer)
15754 (prepend-to-buffer):
15755 * shadowfile.el (shadow-save-todo-file):
15756 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
15757 (scroll-bar-maybe-set-window-start):
15758 * sb-image.el (speedbar-image-dump):
15759 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
15760 (load-save-place-alist-from-file):
15761 * ps-samp.el (ps-print-message-from-summary):
15762 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
15763 (ps-background-image, ps-begin-job, ps-do-despool):
15764 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
15765 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
15766 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
15767 (pr-call-process, pr-file-list, pr-interface-save):
15768 * novice.el (disabled-command-function)
15769 (enable-command, disable-command):
15770 * mouse.el (mouse-buffer-menu-alist):
15771 * mouse-copy.el (mouse-kill-preserving-secondary):
15772 * macros.el (kbd-macro-query):
15773 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
15774 * informat.el (batch-info-validate):
15775 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
15776 * hippie-exp.el (try-expand-dabbrev-visible):
15777 * help-mode.el (help-make-xrefs):
15778 * help-fns.el (describe-variable):
15779 * generic-x.el (bat-generic-mode-run-as-comint):
15780 * finder.el (finder-mouse-select):
15781 * find-dired.el (find-dired-sentinel):
15782 * filesets.el (filesets-file-close):
15783 * files.el (list-directory):
15784 * faces.el (list-faces-display, describe-face):
15785 * facemenu.el (list-colors-display):
15786 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
15787 * epg.el (epg--process-filter, epg-cancel):
15788 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
15789 (epa--read-signature-type):
15790 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
15791 (emerge-file-names):
15792 * ehelp.el (electric-helpify):
15793 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
15794 * ediff-vers.el (rcs-ediff-view-revision):
15795 * ediff-util.el (ediff-setup):
15796 * ediff-mult.el (ediff-append-custom-diff):
15797 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
15799 * echistory.el (Electric-command-history-redo-expression):
15800 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
15801 * disp-table.el (describe-display-table):
15802 * dired.el (dired-find-buffer-nocreate):
15803 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
15804 * dabbrev.el (dabbrev--same-major-mode-p):
15805 * chistory.el (list-command-history):
15806 * apropos.el (apropos-documentation):
15807 * allout.el (allout-obtain-passphrase):
15808 (allout-copy-exposed-to-buffer):
15809 (allout-verify-passphrase): Use with-current-buffer.
15811 2009-11-13 Glenn Morris <rgm@gnu.org>
15813 * Makefile.in (ELCFILES): Regenerate.
15815 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
15817 * net/dbus.el (dbus-registered-objects-table): Rename from
15818 `dbus-registered-functions-table', because it contains also properties.
15819 (dbus-unregister-object): Unregister also properties.
15820 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
15821 Use a timeout of 500 msec, in order to not block.
15822 (dbus-register-property, dbus-property-handler): New defuns.
15824 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
15826 * simple.el (minibuffer-default-add-completions): Drop deprecated
15829 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
15831 * textmodes/artist.el (artist-mouse-choose-operation):
15832 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
15833 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
15834 (artist-compute-up-event-key): New function.
15835 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
15837 2009-11-13 Kenichi Handa <handa@m17n.org>
15839 * language/japan-util.el: Make sure that the value of jisx0208
15840 property is jisx0208 character.
15842 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
15844 * international/mule.el (auto-coding-regexp-alist): Only purecopy
15845 car or each item, not the whole list.
15847 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
15849 * minibuffer.el (minibuffer-completion-help):
15850 Use minibuffer-hide-completions.
15852 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
15854 * dired.el (dired-save-positions, dired-restore-positions): New funs.
15855 (dired-revert): Use them (bug#4880).
15857 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
15859 * tooltip.el (tooltip-frame-parameters): Undo previous change.
15861 2009-11-12 Juri Linkov <juri@jurta.org>
15863 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
15865 (find-file-literally-at-point): Alias of `ffap-literally'.
15867 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
15869 * textmodes/ispell.el (ispell-skip-region-alist):
15870 * textmodes/css-mode.el (auto-mode-alist):
15871 * progmodes/compile.el (auto-mode-alist):
15872 * international/mule.el (ctext-non-standard-encodings-alist)
15873 (ctext-non-standard-encodings-regexp):
15874 * simple.el (shell-command-switch, text-read-only):
15875 * replace.el (occur-mode-map):
15876 * paths.el (rmail-file-name):
15877 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
15878 * find-file.el (ff-special-constructs):
15879 * files.el (file-name-handler-alist):
15880 * composite.el: Purecopy strings.
15882 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
15884 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
15886 * widget.el (define-widget): Purecopy the docstring.
15887 * international/mule-cmds.el (charset): Do not purecopy the
15888 docstring here, define-widget does it.
15890 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
15891 * textmodes/bibtex-style.el (auto-mode-alist):
15892 * progmodes/inf-lisp.el (inferior-lisp-prompt):
15893 * progmodes/compile.el (compile-command):
15894 * language/korea-util.el (default-korean-keyboard):
15895 * international/mule-conf.el (file-coding-system-alist):
15896 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
15897 * tooltip.el (tooltip-frame-parameters):
15898 * newcomment.el (comment-end, comment-padding):
15899 * dired.el (dired-trivial-filenames):
15900 * comint.el (comint-file-name-prefix): Purecopy initial values.
15902 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
15904 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
15905 (tramp-advice-minibuffer-electric-tilde): Unload advices via
15907 (tramp-advice-make-auto-save-file-name)
15908 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
15909 after removing the advice.
15911 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
15913 * progmodes/grep.el (grep-regexp-alist):
15914 * international/mule-cmds.el (iso-2022-control-alist):
15915 * emacs-lisp/timer.el (timer-duration-words):
15916 * subr.el (version-separator, version-regexp-alist):
15917 * minibuffer.el (completion-styles-alist):
15918 * faces.el (face-attribute-name-alist, list-faces-sample-text):
15919 Change defvars to defconsts.
15921 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
15922 * loadup.el ("international/mule-conf"): Load the byte compiled version.
15923 * international/mule-conf.el: Allow to be byte compiled.
15925 * international/mule.el (define-charset): Purecopy props.
15926 (load-with-code-conversion): Purecopy doc string and file name.
15927 (put-charset-property): Purecopy strings.
15928 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
15930 * international/mule-cmds.el (register-input-method): Purecopy arguments.
15931 (define-char-code-property): Correctly purecopy the table.
15933 * international/ccl.el (define-ccl-program): Purecopy the docstring.
15935 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
15937 * subr.el (add-hook): Purecopy strings.
15938 (eval-after-load): Purecopy load-history-regexp and the form.
15940 * custom.el (custom-declare-group): Purecopy load-file-name.
15942 * subr.el (menu-bar-separator): New defconst.
15943 * net/eudc.el (eudc-tools-menu):
15944 * international/mule-cmds.el (set-coding-system-map)
15945 (mule-menu-keymap):
15946 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
15947 * vc-hooks.el (vc-menu-map):
15948 * replace.el (occur-mode-map):
15949 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
15950 (menu-bar-edit-menu, menu-bar-goto-menu)
15951 (menu-bar-custom-menu, menu-bar-showhide-menu)
15952 (menu-bar-options-menu, menu-bar-tools-menu)
15953 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
15954 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
15955 (menu-bar-help-menu):
15956 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
15957 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
15959 * term/x-win.el (x-gtk-stock-map):
15960 * progmodes/vera-mode.el (auto-mode-alist):
15961 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
15962 (inferior-lisp-program, inferior-lisp-load-command):
15963 * progmodes/hideshow.el (hs-special-modes-alist):
15964 * progmodes/gud.el (same-window-regexps):
15965 * progmodes/grep.el (grep-program, find-program, xargs-program):
15966 * net/telnet.el (same-window-regexps):
15967 * net/rlogin.el (same-window-regexps):
15968 * language/ethiopic.el (font-ccl-encoder-alist):
15969 * vc-sccs.el (vc-sccs-master-templates):
15970 * vc-rcs.el (vc-rcs-master-templates):
15971 * subr.el (cl-assertion-failed):
15972 * simple.el (next-error-overlay-arrow-position):
15973 * lpr.el (lpr-command):
15974 * locate.el (locate-ls-subdir-switches):
15975 * info.el (same-window-regexps, info)
15976 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
15977 * image-mode.el (image-mode, auto-mode-alist):
15978 * hippie-exp.el (hippie-expand-ignore-buffers):
15979 * format.el (format-alist):
15980 * find-dired.el (find-ls-subdir-switches, find-grep-options)
15982 * facemenu.el (facemenu-keybindings):
15983 * dired.el (dired-listing-switches, dired-chown-program):
15984 * diff.el (diff-switches, diff-command):
15985 * cus-edit.el (same-window-regexps):
15986 * bindings.el (mode-line-mule-info)
15987 (mode-line-buffer-identification): Purecopy strings.
15989 2009-11-11 Juri Linkov <juri@jurta.org>
15991 * simple.el (dired-get-filename) <declare-function>:
15992 Tell the byte-compiler about dired-get-filename.
15993 (shell-command): In Dired mode, get filename from the current line
15994 as the default value.
15996 2009-11-10 Glenn Morris <rgm@gnu.org>
15998 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
15999 * calendar/holidays.el, progmodes/cperl-mode.el:
16000 Update x-popup-menu declarations.
16002 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
16003 (list-load-path-shadows): Use dolist.
16004 (list-load-path-shadows): Use with-current-buffer.
16006 2009-11-10 Juri Linkov <juri@jurta.org>
16008 * minibuffer.el (read-file-name): Support a list of default values
16009 in `default-filename'. Use the first file name where only one
16010 element is required. Doc fix.
16012 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
16014 * net/dbus.el (dbus-unregister-object): Release service, if no
16015 other method is registered for it.
16017 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
16019 * bookmark.el (bookmark-completing-read): Sort bookmark names if
16020 bookmark-sort-flag is non-nil (Bug#4653).
16022 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
16024 * emulation/cua-base.el: Add CUA property to some CC mode commands
16027 2009-11-08 Kevin Ryde <user42@zip.com.au>
16029 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
16030 at end of sentence (Bug#4818).
16032 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
16034 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16035 Handle "see declaration of" MSFT statements (Bug#4100).
16037 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
16039 * net/tramp.el (tramp-advice-make-auto-save-file-name)
16040 (tramp-advice-file-expand-wildcards): Unload via
16041 `ad-remove-advice'.
16043 * net/trampver.el: Update release number.
16045 2009-11-08 Kevin Ryde <user42@zip.com.au>
16047 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
16050 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
16052 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
16053 in order to keep context in SELinux.
16055 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
16057 * dired-aux.el (dired-query): Place cursor in echo area and allow
16060 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
16061 menu item if not on a directory (Bug#4701).
16063 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
16065 Sync with Tramp 2.1.17.
16067 * net/tramp.el (tramp-handle-copy-directory): Don't use
16068 `file-remote-p' (due to compatibility).
16070 * net/tramp-compat.el (tramp-compat-copy-directory)
16071 (tramp-compat-delete-directory): New defuns.
16073 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
16074 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16075 Use `tramp-compat-delete-directory'.
16077 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
16078 (tramp-smb-handle-delete-directory):
16079 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
16081 * net/trampver.el: Update release number.
16083 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
16085 * tar-mode.el (tar-copy): Call write-region on the right buffer
16088 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
16089 by hand, if necessary (Bug#4878).
16091 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
16093 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
16094 align size column (Bug#4839).
16096 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
16099 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16101 * progmodes/ld-script.el (auto-mode-alist):
16102 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
16104 * cus-face.el (custom-declare-face): Purecopy face spec.
16106 2009-11-06 Kenichi Handa <handa@m17n.org>
16108 * international/uni-bidi.el: Re-generated.
16109 * international/uni-category.el: Re-generated.
16110 * international/uni-combining.el: Re-generated.
16111 * international/uni-mirrored.el: Re-generated.
16113 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16115 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
16116 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
16117 (tex-start-options, slitex-run-command, latex-run-command)
16118 (tex-run-command, tex-directory):
16119 * textmodes/ispell.el (ispell-html-skip-alists)
16120 (ispell-tex-skip-alists, ispell-tex-skip-alists):
16121 * textmodes/fill.el (adaptive-fill-first-line-regexp):
16122 (adaptive-fill-regexp):
16123 * textmodes/dns-mode.el (auto-mode-alist):
16124 * progmodes/python.el (interpreter-mode-alist):
16125 * progmodes/etags.el (tags-compression-info-list):
16126 * progmodes/etags.el (tags-file-name):
16127 * net/browse-url.el (browse-url-galeon-program)
16128 (browse-url-firefox-program):
16129 * mail/sendmail.el (mail-signature-file)
16130 (mail-citation-prefix-regexp):
16131 * international/mule-conf.el (eight-bit):
16132 * international/latexenc.el (latex-inputenc-coding-alist):
16133 * international/fontset.el (x-pixel-size-width-font-regexp):
16134 * emacs-lisp/warnings.el (warning-type-format):
16135 * emacs-lisp/trace.el (trace-buffer):
16136 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
16137 (emacs-lisp-mode-map):
16138 * calendar/holidays.el (holiday-solar-holidays)
16139 (holiday-bahai-holidays, holiday-islamic-holidays)
16140 (holiday-christian-holidays, holiday-hebrew-holidays)
16141 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
16142 (hebrew-holidays-1, holiday-oriental-holidays)
16143 (holiday-general-holidays):
16144 * x-dnd.el (x-dnd-known-types):
16145 * tool-bar.el (tool-bar):
16146 * startup.el (site-run-file):
16147 * shell.el (shell-dumb-shell-regexp):
16148 * rfn-eshadow.el (file-name-shadow-tty-properties)
16149 (file-name-shadow-properties):
16150 * paths.el (remote-shell-program, news-directory):
16151 * mouse.el ([C-down-mouse-3]):
16152 * menu-bar.el (menu-bar-tools-menu):
16153 * jka-cmpr-hook.el (jka-compr-load-suffixes)
16154 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
16155 (jka-compr-compression-info-list):
16156 * isearch.el (search-whitespace-regexp):
16157 * image-file.el (image-file-name-extensions):
16158 * find-dired.el (find-ls-option):
16159 * files.el (directory-listing-before-filename-regexp)
16160 (directory-free-space-args, insert-directory-program)
16161 (list-directory-brief-switches, magic-fallback-mode-alist)
16162 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
16163 (automount-dir-prefix):
16164 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
16165 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
16166 (face-font-registry-alternatives, face-font-registry-alternatives)
16167 (face-font-family-alternatives):
16168 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
16169 (facemenu-foreground-menu, facemenu-face-menu):
16170 * epa-hook.el (epa-file-name-regexp):
16171 * dnd.el (dnd-protocol-alist):
16172 * textmodes/rst.el (auto-mode-alist):
16173 * button.el (default-button): Purecopy strings.
16175 2009-11-06 Glenn Morris <rgm@gnu.org>
16177 * Makefile.in (ELCFILES): Update.
16179 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
16181 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
16182 * emacs-lisp/levents.el: Move to obsolete/levents.el.
16184 * nxml/xsd-regexp.el (xsdre-gen-categories):
16185 * nxml/xmltok.el (xmltok-parse-entity):
16186 * nxml/rng-parse.el (rng-parse-validate-file):
16187 * nxml/rng-maint.el (rng-format-manual)
16188 (rng-manual-output-force-new-line):
16189 * nxml/rng-loc.el (rng-save-schema-location-1):
16190 * nxml/rng-cmpct.el (rng-c-parse-file):
16191 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
16192 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
16194 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
16196 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
16197 Remove extra save-excursions and make-variable-buffer-local's.
16198 Suggested by Stefan Monnier.
16200 (verilog-getopt-file, verilog-module-inside-filename-p)
16201 (verilog-set-define): Merge GNU 1.35 and repair changes from
16202 switching to using with-current-buffer.
16204 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
16205 being treated as a number and confusing AUTORESET.
16206 Reported by Dan Dever.
16208 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
16209 Add verilog-auto-ignore-concat to fix backward compatibility with
16210 older verilog-modes. Reported by Dan Katz.
16212 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
16213 containing closing anchors "...$".
16215 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
16216 Reported by Wade Smith.
16218 (verilog-batch-execute-func): Comment on function usage.
16220 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
16222 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
16225 (verilog-label-re, verilog-calc-1): Support proper indent of named
16228 (verilog-backward-token, verilog-basic-complete-re)
16229 (verilog-beg-of-statement, verilog-indent-re): Support proper
16230 indent of the assert statement at the beginning of a block of text.
16232 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
16233 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
16236 2009-11-05 Glenn Morris <rgm@gnu.org>
16238 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
16239 Emacs 19. (Bug#1531)
16240 (byte-compile-fix-header): Update for the above change.
16241 Drop test for epoch::version.
16243 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
16244 * cus-dep.el (custom-make-dependencies):
16245 * finder.el (finder-compile-keywords):
16246 Use autoload-rubric's feature argument.
16248 * calendar/diary-lib.el (top-level): Make load behave more like require.
16250 * vc-git.el (vc-git-stash-map): Move definition before use.
16252 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
16254 * custom.el (custom-declare-group): Purecopy standard-value.
16255 (custom-declare-group): Purecopy custom-prefix.
16257 * international/mule.el (load-with-code-conversion):
16258 Call do-after-load-evaluation unconditionally.
16260 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
16262 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
16264 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
16266 2009-11-04 Glenn Morris <rgm@gnu.org>
16268 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
16269 (byte-compile-compatibility): Remove option.
16270 (byte-compile-close-variables, byte-compile-fix-header)
16271 (byte-compile-insert-header, byte-compile-output-docform)
16272 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
16273 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
16274 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
16275 (byte-compile-insert, byte-compile-defun):
16276 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
16277 (byte-defop-compiler19): Remove.
16278 Without byte-compile-compatibility, the 'emacs19-opcode property is not
16279 used by anything. Replace all calls with byte-defop-compiler.
16281 2009-11-04 Juri Linkov <juri@jurta.org>
16283 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
16284 (menu-bar-options-menu): Don't quote the `prop' arg of
16285 `menu-bar-make-mm-toggle'.
16287 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
16289 * calendar/calendar.el (cal-loaddefs):
16290 * calendar/diary-lib.el (diary-loaddefs):
16291 * calendar/holidays.el (hol-loaddefs):
16292 * eshell/esh-module.el (esh-groups): Load rather than require.
16294 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16296 * calendar/todo-mode.el (todo-add-category): Don't hardcode
16298 (todo-top-priorities): Only display-buffer when called interactively.
16299 (todo-item-start): Don't save excursion point.
16300 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
16301 (todo-insert-item-here, todo-file-item, todo-remove-item):
16302 Adjust uses of todo-item-start and todo-item-end.
16304 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
16305 (autoload-rubric): Don't use any more.
16307 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
16308 and only put a prop if it is non-nil.
16310 2009-11-03 Juri Linkov <juri@jurta.org>
16312 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
16313 (menu-bar-options-menu): Fix list quoting (Bug#4429).
16315 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
16316 and "Menu" to make top-level menu item visually one unit (like
16317 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
16318 multi-word menu items). Fix :help string for quit-window.
16320 2009-11-03 Glenn Morris <rgm@gnu.org>
16322 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
16323 (byte-compile-file-form-define-abbrev-table)
16324 (byte-compile-file-form-custom-declare-variable)
16325 (byte-compile-variable-ref, byte-compile-defvar):
16326 Whether or not a warning is enabled should only affect whether we issue
16327 the warning, not whether or not we collect the relevant data.
16328 Eg warnings can be turned on and off throughout the course of a file.
16330 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
16331 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
16333 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16335 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
16336 * play/mpuz.el (mpuz-create-buffer):
16337 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
16338 (lm-print-y,s,noise, lm-print-w0, lm-init):
16339 * play/gomoku.el (gomoku-prompt-for-move):
16340 * play/fortune.el (fortune-in-buffer):
16341 * play/dissociate.el (dissociated-press):
16342 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
16343 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
16344 * mail/supercite.el (sc-eref-show):
16345 * mail/smtpmail.el (smtpmail-send-it):
16346 * mail/rmailsum.el (rmail-summary-next-labeled-message)
16347 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
16348 (rmail-summary-undelete-many, rmail-summary-rmail-update)
16349 (rmail-summary-goto-msg, rmail-summary-expunge)
16350 (rmail-summary-get-new-mail, rmail-summary-search-backward)
16351 (rmail-summary-add-label, rmail-summary-output-menu)
16352 (rmail-summary-output-body):
16353 * mail/rfc822.el (rfc822-addresses):
16354 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
16355 * mail/mailpost.el (post-mail-send-it):
16356 * mail/hashcash.el (hashcash-generate-payment):
16357 * mail/feedmail.el (feedmail-run-the-queue)
16358 (feedmail-queue-send-edit-prompt-help-first)
16359 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
16360 (feedmail-deduce-address-list):
16361 * eshell/esh-ext.el (eshell-remote-command):
16362 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
16363 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
16364 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
16365 (viper-save-string-in-file, viper-valid-marker):
16366 * emulation/viper-keym.el (viper-toggle-key):
16367 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
16368 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
16369 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
16370 * emulation/viper-cmd.el (viper-exec-form-in-vi)
16371 (viper-exec-form-in-emacs, viper-brac-function):
16372 * emulation/viper.el (viper-delocalize-var):
16373 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
16374 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
16375 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
16376 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
16377 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
16378 * emulation/edt.el (edt-electric-helpify):
16379 * emulation/cua-rect.el (cua--rectangle-aux-replace):
16380 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
16381 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
16382 (cua-indent-to-global-mark-column):
16383 * calendar/diary-lib.el (calendar-mark-1):
16384 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
16385 Use with-current-buffer.
16386 * emulation/viper.el (viper-delocalize-var): Use dolist.
16388 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
16390 * comint.el (comint-replace-by-expanded-history-before-point):
16391 Replace !! with the previous input string literally (Bug#1795).
16393 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
16395 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
16396 to be made up of whitespace.
16398 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
16400 * minibuffer.el (read-file-name): Don't use file dialogs for
16401 remote directories (Bug#99).
16403 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
16405 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
16407 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
16409 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
16410 instead of deleting the window or frame.
16412 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
16414 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
16415 Support face colors.
16417 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
16418 New function. Support face colors (Bug#1168).
16419 (tex-common-initialization): Use it.
16421 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
16422 mode allows it (Bug#1168).
16424 2009-10-31 Juri Linkov <juri@jurta.org>
16426 * facemenu.el (list-colors-display): Don't mark buffer as
16427 modified (Bug#3948).
16429 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
16431 * international/mule-diag.el (list-character-sets-1):
16432 Minor message fix (Bug#3526).
16434 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
16435 Fix face property (Bug#4834).
16436 (etags-list-tags, etags-tags-apropos-additional)
16437 (etags-tags-apropos, tags-select-tags-table): Add follow-link
16440 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
16443 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
16445 * textmodes/two-column.el (2C-split):
16446 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
16447 * textmodes/tex-mode.el (tex-set-buffer-directory):
16448 * textmodes/spell.el (spell-region, spell-string):
16449 * textmodes/reftex.el (reftex-erase-buffer):
16450 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
16451 * textmodes/reftex-toc.el (reftex-toc-promote-action):
16452 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
16453 (reftex-select-item):
16454 * textmodes/reftex-ref.el (reftex-label-info-update)
16455 (reftex-offer-label-menu):
16456 * textmodes/reftex-index.el (reftex-index-change-entry)
16457 (reftex-index-phrases-info):
16458 * textmodes/reftex-global.el (reftex-create-tags-file)
16459 (reftex-save-all-document-buffers, reftex-ensure-write-access):
16460 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
16461 (reftex-view-crossref-from-bibtex):
16462 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
16463 (reftex-extract-bib-entries-from-thebibliography)
16464 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
16465 * textmodes/refbib.el (r2b-capitalize-title):
16466 (r2b-convert-buffer, r2b-help):
16467 * textmodes/page-ext.el (pages-directory)
16468 (pages-directory-goto-with-mouse):
16469 * textmodes/bibtex.el (bibtex-validate-globally):
16470 * textmodes/bib-mode.el (bib-capitalize-title):
16471 * textmodes/artist.el (artist-clear-buffer, artist-system):
16472 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
16473 (local-set-scheme-interaction-buffer, xscheme-process-filter)
16474 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
16475 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
16476 (xscheme-send-control-g-interrupt, xscheme-start-process)
16477 (xscheme-process-sentinel, xscheme-cd):
16478 * progmodes/verilog-mode.el (verilog-read-always-signals)
16479 (verilog-set-define, verilog-getopt-file)
16480 (verilog-module-inside-filename-p):
16481 * progmodes/sh-script.el:
16482 * progmodes/python.el (python-pdbtrack-get-source-buffer)
16483 (python-pdbtrack-grub-for-buffer, python-execute-file):
16484 * progmodes/octave-inf.el (inferior-octave):
16485 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
16486 (idlwave-shell-compile-helper-routines, idlwave-set-local)
16487 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
16488 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
16489 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
16490 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
16491 (idlwave-shell-filter, idlwave-shell-examine-highlight)
16492 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
16493 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
16494 (idlwave-shell-examine-display, idlwave-shell-run-region)
16495 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
16496 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
16497 * progmodes/idlw-help.el (idlwave-help-get-special-help)
16498 (idlwave-help-get-help-buffer):
16499 * progmodes/gud.el (gud-basic-call, gud-find-class)
16500 (gud-tooltip-activate-mouse-motions-if-enabled):
16501 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
16502 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
16503 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
16504 (ebrowse-tags-next-file):
16505 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
16506 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
16507 (ebnf-eps-finish-and-write):
16508 * progmodes/cpp.el (cpp-edit-save):
16509 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
16510 * progmodes/cc-defs.el (c-emacs-features):
16511 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
16512 (antlr-directory-dependencies):
16513 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
16514 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
16515 (ada-find-any-references, ada-make-filename-from-adaname)
16516 (ada-make-body-gnatstub):
16517 * obsolete/rnews.el (news-list-news-groups):
16518 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
16519 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
16520 * net/rcirc.el (rcirc-debug):
16521 * net/newst-treeview.el (newsticker--treeview-list-add-item)
16522 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
16523 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
16524 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
16525 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
16526 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
16527 (newsticker--treeview-list-clear-highlight)
16528 (newsticker--treeview-list-update-highlight)
16529 (newsticker--treeview-list-highlight-start)
16530 (newsticker--treeview-tree-update-highlight)
16531 (newsticker--treeview-get-selected-item)
16532 (newsticker-treeview-mark-list-items-old)
16533 (newsticker--treeview-set-current-node):
16534 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
16535 * net/newst-backend.el (newsticker--get-news-by-funcall)
16536 (newsticker--get-news-by-wget, newsticker--image-get)
16537 (newsticker--image-sentinel):
16538 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
16539 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
16540 (eudc-ph-close-session):
16541 * net/eudc.el (eudc-save-options):
16542 * language/thai-word.el (thai-update-word-table):
16543 * language/japan-util.el (japanese-string-conversion):
16544 * international/titdic-cnv.el (tsang-quick-converter)
16545 (ziranma-converter, ctlau-converter):
16546 * international/mule-cmds.el (describe-language-environment):
16547 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
16548 (skkdic-convert-postfix, skkdic-convert-prefix):
16549 (skkdic-convert-okuri-nasi, skkdic-convert):
16550 * emacs-lisp/re-builder.el (reb-update-overlays):
16551 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
16552 * emacs-lisp/gulp.el (gulp-send-requests):
16553 * emacs-lisp/find-gc.el (trace-call-tree):
16554 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
16555 (eieio-describe-generic):
16556 * emacs-lisp/eieio-base.el (eieio-persistent-read):
16557 * emacs-lisp/edebug.el (edebug-outside-excursion):
16558 * emacs-lisp/debug.el (debugger-make-xrefs):
16559 * emacs-lisp/cust-print.el (custom-prin1-to-string):
16560 * emacs-lisp/chart.el (chart-new-buffer):
16561 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
16562 Use with-current-buffer.
16563 * textmodes/artist.el (artist-system): Don't call
16564 copy-sequence on a fresh string.
16565 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
16567 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
16569 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
16570 is no item to edit. (Bug#4820)
16571 (todo-top-priorities): Restore point and restore narrowing in Todo
16574 2009-10-31 Glenn Morris <rgm@gnu.org>
16576 * net/ange-ftp.el (top-level): Don't require dired when compiling.
16577 (comint-last-output-start, comint-last-input-start)
16578 (comint-last-input-end): Don't defvar when compiling.
16579 (ange-ftp-process-file): Use bound-and-true-p.
16581 * pcmpl-rpm.el (top-level): Move provide statement to end.
16582 (pcmpl-rpm): Remove unused custom group.
16584 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
16586 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
16588 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
16589 (byte-compile-warnings): Add `constants' as an option.
16590 (byte-compile-callargs-warn, byte-compile-arglist-warn)
16591 (display-call-tree): Update for byte-compile-fdefinition possibly
16592 returning `(macro lambda ...)'. (Bug#4778)
16593 (byte-compile-variable-ref, byte-compile-setq-default):
16594 Respect `constants' member of byte-compile-warnings.
16596 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
16598 * vc-bzr.el (vc-bzr-revision-keywords): New var.
16599 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
16602 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
16604 * textmodes/ispell.el (ispell-skip-region-alist):
16605 * international/mule-conf.el (eight-bit):
16606 * international/fontset.el (font-encoding-alist):
16607 * startup.el (pure-space-overflow-message):
16608 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
16609 * paths.el (gnus-nntp-service, rmail-spool-directory)
16610 (term-file-prefix):
16611 * files.el (save-some-buffers-action-alist):
16612 * cmuscheme.el (same-window-buffer-names):
16613 * ielm.el (same-window-buffer-names):
16614 * shell.el (same-window-buffer-names):
16615 * mail/sendmail.el (same-window-buffer-names):
16616 * progmodes/inf-lisp.el (same-window-buffer-names):
16617 * bindings.el (mode-line-client)
16618 (mode-line-column-line-number-mode-map):
16619 * language/tibetan.el (tibetan-precomposition-rule-regexp)
16620 (tibetan-precomposed-regexp): Purecopy string arguments.
16622 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16624 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
16625 (calcDigit-nondigit):
16626 * calc/calc-yank.el (calc-copy-to-buffer):
16627 * calc/calc-units.el (calc-invalidate-units-table):
16628 * calc/calc-trail.el (calc-trail-yank):
16629 * calc/calc-store.el (calc-insert-variables):
16630 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
16631 * calc/calc-prog.el (calc-read-parse-table):
16632 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
16633 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
16634 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
16635 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
16636 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
16637 (calc-graph-name, calc-graph-find-command, calc-graph-view)
16638 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
16639 * calc/calc-ext.el (calc-realign):
16640 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
16641 (calc-embedded-finish-edit, calc-embedded-make-info)
16642 (calc-embedded-finish-command, calc-embedded-stack-change):
16643 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
16645 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
16646 shell-dynamic-complete-filename in preference to
16647 comint-dynamic-complete-filename.
16649 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
16650 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
16651 Don't consider whether the display supports colors.
16652 (bookmark-import-new-list): Use dolist.
16653 (bookmark-bmenu-mode-map): Move initialization into declaration.
16654 (bookmark-bmenu-list): Use dolist, simplify.
16655 (bookmark-show-all-annotations): Use save-selected-window and dolist.
16656 (menu-bar-final-items): Use push.
16658 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
16660 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
16661 it works on remote files.
16662 (vc-hg-diff): Don't pass any `--cwd' argument.
16664 2009-10-27 Kevin Ryde <user42@zip.com.au>
16666 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
16667 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
16668 (Further to Bug#3921).
16670 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
16672 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
16673 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
16674 calling `tramp-imap-put-file'. Add file size to the call.
16675 (tramp-imap-get-file-entries): Compute also user name, file size,
16677 (tramp-imap-handle-insert-directory): Insert uid and gid.
16678 (tramp-imap-handle-file-attributes): Transform uid and gid
16679 according to `id-format'.
16680 (tramp-imap-put-file): New optional parameter SIZE. Encode file
16681 size in header X-Size.
16683 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
16685 * simple.el (transpose-subr): Give clearer error when the mark
16686 is not set. (Bug#4807)
16688 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
16690 * net/tramp.el (tramp-perl-file-truename): New defconst.
16691 Perl code contributed by yary <not.com@gmail.com> (tiny change).
16692 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
16693 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
16694 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
16696 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
16697 Ignore `dired-call-process'.
16698 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
16700 2009-10-26 Julian Scheid <julians37@gmail.com>
16702 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
16703 (tramp-get-remote-readlink): New defun.
16704 (tramp-handle-file-truename): Use it.
16705 (tramp-handle-file-exists-p): Check file-attributes cache, assume
16706 file exists if cache value present.
16707 (tramp-check-cached-permissions): New defun.
16708 (tramp-handle-file-readable-p): Use it.
16709 (tramp-handle-file-writable-p): Likewise.
16710 (tramp-handle-file-executable-p): Likewise.
16711 (tramp-handle-file-name-all-completions): Try using Perl to get
16712 partial completions. When perl not available, combine `cd' and
16713 `ls' into single remote operation and use shell expansion to get
16714 partial remote directory contents. Set `file-exists-p' cache for
16715 directory and any files returned by ls. Change cache handling to
16716 support partial directory contents. Use error message emitted by
16717 remote `cd' or Perl code for local tramp-error.
16718 (tramp-do-copy-or-rename-file-directly): Avoid separate
16719 tramp-send-command-and-check call.
16720 (tramp-handle-process-file): Merge three remote ops into one.
16721 Do not flush all caches when `process-file-side-effects' is set.
16722 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
16723 file-attributes shows uid/gid to be set already.
16725 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
16727 * textmodes/tex-mode.el (tex-dvi-view-command)
16728 (tex-show-queue-command, tex-open-quote):
16729 * progmodes/ruby-mode.el (auto-mode-alist)
16730 (interpreter-mode-alist): Purecopy strings.
16732 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
16734 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
16735 string for the hook, keymap and abbrev table.
16737 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
16739 * x-dnd.el (x-dnd-xdnd-to-action):
16740 * startup.el (fancy-startup-text, fancy-about-text): Change to
16741 defconst from defvar.
16743 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
16745 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
16746 Purecopy initialization strings.
16748 * mail/sendmail.el (mail-header-separator)
16749 (mail-personal-alias-file):
16750 * mail/rmail.el (rmail-default-dont-reply-to-names)
16751 (rmail-ignored-headers, rmail-retry-ignored-headers)
16752 (rmail-highlighted-headers, rmail-secondary-file-directory)
16753 (rmail-secondary-file-regexp):
16754 * files.el (null-device, file-name-invalid-regexp)
16755 (locate-dominating-stop-dir-regexp)
16756 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
16757 (interpreter-mode-alist): Use mapcar instead of mapc.
16759 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
16761 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
16762 (completion-ignored-extensions):
16763 (debug-ignored-errors): Purecopy strings.
16765 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
16767 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
16768 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
16769 (pcomplete--here): Use push.
16771 * subr.el (all-completions): Declare the 4th arg obsolete.
16773 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16775 * pcomplete.el (pcomplete-unquote-argument-function): New var.
16776 (pcomplete-unquote-argument): New function.
16777 (pcomplete--common-suffix): Always pay attention to case.
16778 (pcomplete--table-subvert): Quote and unquote the text.
16779 (pcomplete--common-quoted-suffix): New function.
16780 (pcomplete-std-complete): Use it and pcomplete-begin.
16782 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
16783 we're inside a dedicated or minibuffer window.
16785 2009-10-24 Karl Fogel <kfogel@red-bean.com>
16787 * bookmark.el: Update documentation, especially documentation
16788 of `bookmark-alist' and of the bookmark file format.
16789 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
16791 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
16793 * mail/emacsbug.el (report-emacs-bug): Clarify that the
16794 keybindings apply to the mail buffer (Bug#4003). Shrink help
16797 * whitespace.el (whitespace-mode, whitespace-newline-mode)
16798 (global-whitespace-mode, global-whitespace-newline-mode)
16799 (whitespace-toggle-options, global-whitespace-toggle-options):
16800 Doc fix (Bug#3660).
16802 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
16803 of xmltok-start before the end tag was inserted (Bug#2840).
16805 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
16806 patterns that are preceded by an open-paren (Bug#1320).
16808 2009-10-24 Sven Joachim <svenjoac@gmx.de>
16810 * files.el (delete-directory): Delete symlinks to directories with
16811 delete-file (Bug#4739).
16813 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
16815 * vc.el (vc-backend-for-registration): Rename from
16816 vc-get-backend-for-registration. Update callers.
16818 * international/mule-cmds.el (set-language-info-alist):
16820 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
16821 (charset): Purecopy the name.
16822 (define-char-code-property): Purecopy string arguments.
16824 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
16825 Purecopy string arguments.
16827 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16828 * ediff-hook.el (menu-bar-ediff-menu):
16829 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
16830 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
16832 2009-10-24 Glenn Morris <rgm@gnu.org>
16834 * comint.el (comint-dynamic-list-completions):
16835 * term.el (term-dynamic-list-completions): Use choose-completion rather
16836 than obsolete alias mouse-choose-completion.
16838 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
16839 file-cache-choose-completion.
16840 (file-cache-choose-completion): Handle an optional event argument.
16841 (file-cache-mouse-choose-completion): Make it an obsolete alias.
16843 * progmodes/octave-mod.el (octave-complete-symbol):
16844 Use choose-completion if mouse-choose-completion is ever removed.
16846 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
16849 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
16852 * vc-hooks.el (vc-responsible-backend): Fix declaration.
16854 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16856 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
16857 Ignore `pred' now that we receive one.
16858 Handle test-completion specially.
16860 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
16862 * vc.el (vc-responsible-backend): Throw an error if not backend is
16863 found. Remove the REGISTER argument. Move the code dealing with
16865 (vc-get-backend-for-registration): ... here. New function.
16866 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
16867 of vc-responsible-backend, pass the file name instead of the
16870 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
16872 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
16874 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
16875 (pcomplete-comint-setup): Don't modify a global var via
16876 accidental side-effects.
16877 (pcomplete-shell-setup): Adjust call accordingly.
16878 (pcomplete-parse-comint-arguments): Use push.
16880 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
16882 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
16883 Allow uncapitalized info node names (Bug#3921).
16885 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
16886 to the DEBUG file (Bug#3781).
16888 2009-10-23 Jari Aalto <jari.aalto@cante.net>
16890 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
16891 dictionary entry (Bug#4579).
16893 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
16895 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
16896 from `rfn-eshadow-update-overlay-hook' when unloading.
16897 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
16898 "rsyncc". Adjust doc string.
16899 (tramp-temp-buffer-file-name): New buffer-local defvar.
16900 (tramp-handle-insert-file-contents, tramp-handle-write-region):
16901 Keep temporary file when indicated by method ("rsync" and
16903 (tramp-handle-write-region): Handle APPEND.
16904 (tramp-delete-temp-file-function): New defun. Added to
16905 `kill-buffer-hook'.
16907 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
16909 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
16911 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
16913 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
16914 (color-name-rgb-alist, tty-standard-colors)
16915 (tty-color-mode-alist): Change to defconst.
16917 * simple.el (mark-inactive): Purecopy message.
16919 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
16920 (global-map, yank-menu):
16921 * textmodes/ispell.el (ispell-menu-map):
16922 * net/eudc.el (eudc-tools-menu):
16923 * international/mule-cmds.el (describe-language-environment-map)
16924 (setup-language-environment-map, set-coding-system-map)
16925 (mule-menu-keymap):
16926 * vc-hooks.el (vc-menu-entry, vc-menu-map):
16927 * replace.el (occur-mode-map):
16928 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
16930 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
16932 * calc/calc.el (math-read-number, math-read-number-simple):
16933 Use `save-match-data'.
16935 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
16937 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
16938 rather than fiddling with global-map bindings, since it should only
16939 affect per-terminal settings.
16940 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
16942 * minibuffer.el (completion-table-with-terminator): Allow to specify
16943 the terminator-regexp.
16945 * simple.el (switch-to-completions): Look for *Completions* in other
16948 * pcomplete.el: Allow the use of completion-tables.
16949 (pcomplete-std-complete): New command.
16950 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
16951 (pcomplete--here): Use a function for `form' rather than an expression,
16952 so it can be byte-compiled.
16953 (pcomplete-here, pcomplete-here*): Adjust accordingly.
16954 Add edebug declaration.
16955 (pcomplete-show-completions): Remove unused var `curbuf'.
16956 (pcomplete-do-complete, pcomplete-stub):
16957 Don't assume `completions' is a list of strings any more.
16959 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
16961 * find-dired.el (find-name-arg): Fix typo in docstring.
16963 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
16965 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
16966 (pcmpl-linux-fs-types): Same, and update to new modules layout.
16968 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
16971 * comint.el (comint-read-input-ring, comint-write-input-ring)
16972 (comint-substitute-in-file-name)
16973 (comint-dynamic-complete-as-filename)
16974 (comint-dynamic-simple-complete)
16975 (comint-dynamic-list-filename-completions)
16976 (comint-dynamic-list-completions)
16977 (comint-redirect-results-list-from-process): Minor simplifications.
16979 2009-10-21 Kevin Ryde <user42@zip.com.au>
16981 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
16982 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
16983 the first form. And insert a blank line after ";;; Code" since
16984 that's usual style. (Bug#4612)
16986 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
16988 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
16990 * minibuffer.el (completion-table-with-terminator): Properly implement
16991 boundaries, in case `terminator' appears in the suffix.
16992 (completion--embedded-envvar-table): Don't return boundaries if
16993 there's no valid completion. Simplify.
16994 (completion-file-name-table): New completion table extracted from
16995 completion--file-name-table.
16996 (completion--file-name-table): Use it.
16997 (read-file-name-predicate): Declare obsolete.
16998 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
16999 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
17000 completion-file-name-table, and use the `pred' argument.
17001 * files.el (locate-file-completion-table): Use the `pred' arg rather
17002 than read-file-name-predicate.
17003 (abbreviate-file-name): Use \` rather than ^ for BOS.
17005 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
17007 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
17008 vc-responsible-backend to register, it causes problems.
17010 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17012 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
17014 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
17016 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
17017 (tramp-smb-handle-file-attributes): Use it.
17018 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
17019 (tramp-smb-handle-insert-directory): Use `mapc' rather than
17020 `mapcar'. Use `tramp-smb-get-stat-capability'.
17021 Add `dired-filename' text properties.
17022 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
17023 (tramp-smb-maybe-open-connection): Simplify check for smbclient
17026 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
17028 * subr.el (read-key-delay): Reduce to 0.01.
17029 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
17032 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17034 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
17036 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
17037 (Info-menu): Remove unused vars `last' and `completions'.
17038 (Info-index-nodes): Remove unused var `node'.
17040 * info.el (Info-complete-menu-item): Use complete-with-action.
17042 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
17044 Make vc-annotate work through copies and renames.
17045 * vc-annotate.el (vc-annotate-extract-revision-at-line):
17046 Return the file name too.
17047 (vc-annotate-revision-at-line)
17048 (vc-annotate-find-revision-at-line)
17049 (vc-annotate-revision-previous-to-line)
17050 (vc-annotate-show-log-revision-at-line): Update to get the file
17051 name from vc-annotate-extract-revision-at-line.
17052 (vc-annotate-show-diff-revision-at-line-internal): Change the
17053 argument to mean whether to show a file diff or not. Get the file
17054 name from vc-annotate-extract-revision-at-line.
17055 (vc-annotate-show-diff-revision-at-line):
17056 Update vc-annotate-show-diff-revision-at-line call.
17057 (vc-annotate-warp-revision): Add an optional file argument.
17059 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
17060 (vc-git-annotate-extract-revision-at-line): Also return the file
17063 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
17064 command. Remove unused code.
17065 (vc-hg-annotate-re): Update to match --follow output.
17066 (vc-hg-annotate-extract-revision-at-line): Also return the file
17069 * vc.el: Update annotate-extract-revision-at-line documentation.
17071 2009-10-18 Kevin Ryde <user42@zip.com.au>
17073 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
17074 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
17076 * net/browse-url.el (browse-url): Identify alist with "consp and
17077 not functionp" and let all other things go down the `apply' leg,
17078 as suggested by Stefan. (Further to bug#4531.)
17080 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
17082 * minibuffer.el (read-file-name): Check for repeat before putting
17083 a default argument in file-name-history (Bug#4657).
17085 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
17086 read syntax (Bug#4737).
17088 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
17090 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
17092 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
17093 (html-tag-alist, html-tag-help): Add descriptions for undocumented
17094 entries and make note of obsolete tags.
17096 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17098 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
17100 2009-10-18 Glenn Morris <rgm@gnu.org>
17102 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
17103 grep, so that binary files (eg international/uni-bidi.el) can match.
17104 Remove test for "UnicodeData" files, since it is hopefully unnecessary
17105 now, and in any case the file header format has changed.
17107 2009-10-17 Glenn Morris <rgm@gnu.org>
17109 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
17110 (flyspell-get-word, flyspell-large-region)
17111 (flyspell-auto-correct-previous-word): Doc/error message fixes.
17113 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
17115 * Makefile.in (ELCFILES): Add ede/shell.
17117 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
17119 * term/common-win.el (x-colors): Purecopy it.
17121 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17123 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
17124 permissive for when the buffer is empty.
17125 (tar-header-block-tokenize): Decode the username and groupname.
17126 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
17128 2009-10-17 Eric Ludlam <zappo@gnu.org>
17130 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
17131 contains multibyte characters, choose first applicable coding
17132 system automatically.
17134 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17136 * international/mule-cmds.el (select-safe-coding-system): If the file
17137 has a coding cookie, use it regardless of any other setting (bug#4712).
17139 2009-10-17 Glenn Morris <rgm@gnu.org>
17141 * foldout.el (foldout-mouse-swallow-events):
17142 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
17144 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
17145 (dired-keep-marker-copy, dired-keep-marker-hardlink)
17146 (dired-keep-marker-symlink, dired-dwim-target)
17147 (dired-copy-preserve-time): Do not autoload these defcustoms.
17149 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
17150 messages from messing up the file coding. (Bug#4623)
17152 2009-10-17 Jari Aalto <jari.aalto@cante.net>
17154 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
17155 if no match is found for the current dictionary. (Bug#4578)
17157 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
17158 optional, since that is how it is documented, and this is often called
17159 with a nil argument. (Bug#4577)
17160 (flyspell-external-point-words, flyspell-auto-correct-word)
17161 (flyspell-correct-word-before-point, flyspell-word-search-forward)
17162 (flyspell-word-search-backward): Remove nil argument in calls to
17163 flyspell-get-word, since it is not needed now.
17165 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
17167 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
17169 2009-10-16 Glenn Morris <rgm@gnu.org>
17171 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
17173 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
17175 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
17176 (ange-ftp-file-size): New function.
17177 (ange-ftp-file-attributes): Use it.
17179 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
17181 * net/tramp-smb.el (tramp-smb-version): New defvar.
17182 (tramp-smb-maybe-open-connection): Use it, in order to avoid
17185 2009-10-16 Glenn Morris <rgm@gnu.org>
17187 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
17188 Maybe copy some custom properties from old to new name. (Bug#4706)
17190 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
17192 * subr.el (error, sit-for, start-process-shell-command)
17193 (start-file-process-shell-command): Set the calling convention
17194 after the function definition.
17196 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
17198 * subr.el (error, sit-for, start-process-shell-command)
17199 (start-file-process-shell-command): Use the new
17200 set-advertised-calling-convention feature.
17202 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
17204 * international/ucs-normalize.el (ucs-normalize-version):
17206 (check-range): Adjust for Unicode 5.2.
17208 2009-10-15 Juri Linkov <juri@jurta.org>
17210 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
17211 to the `menu-item' format.
17213 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
17215 * net/tramp.el (tramp-replace-environment-variables): Do not fail
17216 if the environment variable does not exist.
17218 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17219 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
17221 (tramp-smb-handle-add-name-to-file)
17222 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17223 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17224 (tramp-smb-handle-file-attributes)
17225 (tramp-smb-do-file-attributes-with-stat)
17226 (tramp-smb-handle-file-local-copy)
17227 (tramp-smb-handle-insert-directory)
17228 (tramp-smb-handle-make-directory)
17229 (tramp-smb-handle-make-directory-internal)
17230 (tramp-smb-handle-make-symbolic-link)
17231 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
17232 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
17233 (tramp-smb-maybe-open-connection): Apply the changed parameters.
17234 (tramp-smb-read-file-entry): Read Disk names in compressed format.
17235 Handle long file names.
17236 (tramp-smb-get-cifs-capabilities): Check, whether the connection
17237 process is running.
17238 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
17239 Read share names with "-g" option.
17241 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
17243 * net/rcirc.el (rcirc-view-log-file): New command.
17244 (rcirc-track-minor-mode-map): Remove C-c ` binding.
17245 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
17248 2009-10-15 Glenn Morris <rgm@gnu.org>
17250 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
17251 from the second command-line argument.
17252 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
17253 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
17254 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
17255 w32-batch-update-autoloads.
17256 * emacs-lisp/autoload.el (autoload-make-program): New variable.
17257 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
17259 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
17260 the headers cannot be located. Simplify, subtracting superflous
17263 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
17265 Replace completion-base-size by completion-base-position to fix bugs
17266 such as (bug#4699).
17267 * simple.el (completion-base-position): New var.
17268 (completion-base-size): Mark as obsolete.
17269 (choose-completion): Make it work for mouse events as well.
17270 Pass the new base-position to choose-completion-string.
17271 (choose-completion-guess-base-position): New function, extracted from
17272 choose-completion-delete-max-match.
17273 (choose-completion-delete-max-match): Use it. Make obsolete.
17274 (choose-completion-string): Use the new base-position info.
17275 (completion-root-regexp): Delete.
17276 (completion-setup-function): Preserve completion-base-position.
17277 Eliminate obsolete base-size manipulation.
17278 * minibuffer.el (display-completion-list): Don't mess with base-size.
17279 (minibuffer-completion-help): Set completion-base-position instead.
17280 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
17282 * textmodes/bibtex.el (bibtex-complete):
17283 * emacs-lisp/crm.el (crm--choose-completion-string):
17284 Adjust to new calling convention.
17285 * complete.el (partial-completion-mode): Use minibufferp to avoid
17286 bumping into incompatible change to choose-completion-string-functions.
17287 * ido.el (ido-choose-completion-string): Make its calling convention
17289 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
17290 base-size manipulation.
17291 (comint-dynamic-list-input-ring): Use dotimes and push.
17292 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
17293 fundamental-mode. Use `or'.
17295 2009-10-14 Juri Linkov <juri@jurta.org>
17297 * misearch.el (multi-isearch-next-buffer-from-list)
17298 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
17300 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17302 * Makefile.in (compile-onefile): Load `bytecomp' rather than
17305 * minibuffer.el (completion-pcm--merge-completions): Make sure the
17306 string we return is all made up of text from the completions rather
17307 than part from the completions and part from the input (bug#4219).
17309 * ido.el (ido-everywhere): Use define-minor-mode.
17311 * buff-menu.el (list-buffers, ctl-x-map):
17312 Mark the entry points with ;;;###autoload cookies.
17314 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
17316 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
17317 correctly in the detached head case.
17318 (vc-git-print-log): Remove unused binding.
17320 * vc.el (vc-responsible-backend): When a directory is passed for
17321 for registration create a VC repository if no backend is
17322 responsible for the directory argument.
17323 (vc-deduce-fileset): Tell vc-responsible-backend to register.
17325 * vc.el: Move comments about RCS and SCCS ...
17327 * vc-sccs.el: ... here, respectively.
17329 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17331 * minibuffer.el (completion--file-name-table): Return nil if there's
17332 no file completion, even if substitute-in-file-name changed
17333 the string (bug#4708).
17335 2009-10-13 Juri Linkov <juri@jurta.org>
17337 * files-x.el (read-file-local-variable-value): Don't filter out
17338 minor modes from mode name completion (bug#4664).
17340 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
17342 * international/mule-cmds.el (ucs-names): Remove exclusion of
17343 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
17345 2009-10-13 Kenichi Handa <handa@m17n.org>
17347 * international/uni-name.el: Regenerated.
17349 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
17351 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
17352 should be automatically buffer-local, but isn't.)
17354 2009-10-12 Sam Steingold <sds@gnu.org>
17356 * progmodes/compile.el (compilation-next-error-function): Fix the
17357 timestamps if the buffer has been visited before.
17358 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
17359 non-anchored patterns, like the perl one (bug#3928).
17361 2009-10-12 Glenn Morris <rgm@gnu.org>
17363 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
17366 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
17368 * proced.el (proced-unload-function): New function.
17370 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
17371 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
17374 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
17376 2009-10-11 Juri Linkov <juri@jurta.org>
17378 * files-x.el (read-file-local-variable-value):
17379 Provide default value only for bound variables (bug#4664).
17381 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
17383 * net/tramp.el (tramp-local-host-p): Function shall return nil for
17384 connection methods like smb.
17386 * net/tramp-cache.el (tramp-flush-connection-property): The hash
17389 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17390 (tramp-smb-file-name-handler-alist): Add handlers for
17391 `add-name-to-file', `make-symbolic-link'.
17392 (tramp-smb-handle-add-name-to-file)
17393 (tramp-smb-do-file-attributes-with-stat)
17394 (tramp-smb-handle-make-symbolic-link)
17395 (tramp-smb-get-cifs-capabilities): New defuns.
17396 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17397 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17398 (tramp-smb-handle-file-local-copy)
17399 (tramp-smb-handle-make-directory-internal)
17400 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
17401 The file name syntax depends on cifs capabilities.
17402 (tramp-smb-handle-file-attributes):
17403 Call `tramp-smb-do-file-attributes-with-stat' if possible.
17404 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
17405 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
17407 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
17409 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
17410 (eieio-defclass): Apply deftype handler and setf-method properties
17412 (eieio-add-new-slot): Avoid union function from cl library.
17413 (eieio--typep): New function.
17414 (eieio-perform-slot-validation): Use it.
17416 2009-10-10 Karl Fogel <kfogel@red-bean.com>
17418 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
17419 Update documentation to refer to the variables documented in r1.135.
17422 2009-10-10 Karl Fogel <kfogel@red-bean.com>
17424 * bookmark.el (Info-suffix-list): Remove this unused variable.
17425 (bookmark-current-point): Remove this obsolete variable.
17426 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
17427 Adjust for removal of bookmark-current-point.
17429 (bookmarks-already-loaded, bookmark-current-buffer)
17430 (bookmark-yank-point): Document. (Bug#4188)
17432 2009-10-10 Glenn Morris <rgm@gnu.org>
17434 * frame.el (frame-height): Doc fix.
17436 * calendar/calendar.el (calendar-split-width-threshold): New option.
17437 (calendar-basic-setup): Use calendar-split-width-threshold.
17439 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
17441 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
17442 Ideographic Supplement" range (U+1F200..U+1F2FF).
17444 2009-10-09 Karl Fogel <kfogel@red-bean.com>
17446 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
17447 since the list will have been rebuilt anyway. (Bug#4349)
17449 2009-10-09 Karl Fogel <kfogel@red-bean.com>
17451 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
17452 (bookmark-bmenu-execute-deletions): Don't save here, as
17453 bookmark-delete will now do so if necessary.
17454 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
17457 2009-10-09 Glenn Morris <rgm@gnu.org>
17459 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
17461 2009-10-09 Karl Fogel <kfogel@red-bean.com>
17463 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
17464 (bookmark-jump-other-window): Just invoke bookmark-jump with new
17465 argument now, so the two function's behaviors will match. (Bug#3645)
17467 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
17469 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
17470 (tramp-file-name-real-host, tramp-file-name-port):
17471 Apply `save-match-data'.
17473 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
17474 case both directories are remote.
17475 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
17476 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
17478 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
17480 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
17482 2009-10-07 Glenn Morris <rgm@gnu.org>
17484 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
17487 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
17489 * files-x.el (read-file-local-variable): Include some
17490 non-user-variables in the completion table (bug#4664).
17492 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
17494 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
17497 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17498 (tramp-smb-file-name-handler-alist): Add handler for
17499 `copy-directory', `expand-file-name', `set-file-modes'.
17500 (tramp-smb-handle-copy-directory)
17501 (tramp-smb-handle-expand-file-name)
17502 (tramp-smb-handle-set-file-modes): New defuns.
17503 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
17504 (tramp-smb-handle-file-attributes): Simplify check for retrieving
17506 (tramp-smb-handle-insert-directory): Don't flush the cache.
17507 (tramp-smb-maybe-open-connection): Check for samba client and
17510 2009-10-07 Eli Zaretskii <eliz@gnu.org>
17512 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
17513 to not error out of search for "^lisp=" fails.
17515 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
17517 * makefile.w32-in (WINS_UPDATES): New macro.
17518 (custom-deps, finder-data, autoloads): Use it.
17520 2009-10-07 Glenn Morris <rgm@gnu.org>
17522 * Makefile.in (autoloads): Revert previous change.
17523 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
17524 the list of preloaded files passed on the command-line, get
17525 it from src/Makefile.
17527 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
17528 show the original buffer rather than a random one.
17530 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
17532 * help.el (describe-no-warranty): Place point in a slightly better
17533 position in the GPLv3 text.
17535 2009-10-06 Sam Steingold <sds@gnu.org>
17537 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
17538 the comm attribute is present before calling regexp-quote.
17540 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
17542 * play/animate.el (animate-string): For good effect, make sure
17543 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
17545 * play/animate.el (animate-sequence, animate-birthday-present):
17546 * misc.el (butterfly): Don't set `indent-tabs-mode'.
17548 2009-10-06 Glenn Morris <rgm@gnu.org>
17550 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
17552 * emacs-lisp/autoload.el (autoload-excludes): New variable.
17553 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
17554 (batch-update-autoloads): Process a string value of autoload-excludes,
17555 set during the build process.
17556 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
17558 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
17559 inside with-parsed... macro so that `v' is defined.
17561 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
17562 * progmodes/fortran.el (fortran-end-of-block)
17563 (fortran-beginning-of-block):
17564 Also push mark in the macro case.
17566 * emerge.el (emerge-show-file-name):
17567 * calc/calc.el (calc-quit):
17568 * calc/calc-misc.el (calc-big-or-small):
17569 * calc/calc-graph.el (calc-graph-view):
17570 * calc/calc-ext.el (calc-reset):
17571 * calendar/calendar.el (calendar-basic-setup):
17572 Use window-full-height-p.
17574 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
17575 header we don't understand, don't insert another. (Bug#4624)
17576 If changing mime charset, insert the new one in the right place.
17578 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
17580 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
17581 (cal-tex-cursor-month): Correctly increment the end date for diary and
17582 holiday listing. (Bug#4626)
17584 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
17586 * help-fns.el (describe-function-1): Don't burp if the function is not
17589 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
17591 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
17592 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
17593 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
17594 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
17596 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
17597 (eieio-default-superclass): Reflow docstrings.
17598 (this, class-option-assoc, defclass, eieio-class-un-autoload)
17599 (eieio-unbind-method-implementations, defmethod)
17600 (eieio-validate-slot-value, eieio-validate-class-slot-value)
17601 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
17602 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
17603 (eieio-slot-originating-class-p, eieio-slot-name-index)
17604 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
17605 (constructor, initialize-instance, no-next-method, object-print)
17606 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
17607 Fix typos in docstrings.
17608 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
17609 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
17610 (next-method-p): Doc fixes.
17611 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
17612 Fix typos in error messages.
17613 (eieio-defmethod): Fix typo in description of generic method.
17615 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
17616 (eieio-persistent-save-interactive, slot-missing):
17617 Fix typos in docstrings.
17618 (eieio-instance-inheritor-slot-boundp): Doc fix.
17620 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
17621 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
17623 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
17624 (eieio-custom-object-apply-reset):
17625 Fix typos in docstrings and error messages.
17627 * emacs-lisp/eieio-datadebug.el (data-debug-show):
17628 Fix typo in docstring.
17630 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
17631 (eieio-browse-tree): Doc fix.
17632 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
17633 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
17634 Fix typos in docstrings.
17636 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
17637 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
17638 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
17639 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
17642 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
17644 * vc-hg.el (log-view-vc-backend): Declare for compiler.
17645 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
17646 Set log-view-vc-backend so that diff can work.
17648 * log-view.el (log-view-diff): Use vc-diff-internal instead of
17650 (vc-diff-internal): Autoload this instead of vc-version-diff.
17652 2009-10-05 Eli Zaretskii <eliz@gnu.org>
17654 * simple.el (eval-expression): Doc fix.
17656 * progmodes/cwarn.el (cwarn-mode): Doc fix.
17658 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
17660 * files.el (directory-files-no-dot-files-regexp): New defconst.
17661 (delete-directory): Use it.
17662 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
17664 * net/tramp.el (tramp-verbose): Fix docstring.
17665 (tramp-methods): Add recursive option to `tramp-copy-args'.
17666 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
17667 "scp1_old", "scp2_old", "rsync", "rsyncc".
17668 (tramp-default-method): Check also for `auth-source-user-or-password'.
17669 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
17670 Add handler for `copy-directory'.
17671 (tramp-handle-copy-directory): New defun.
17672 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
17673 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
17674 Optimize sent command.
17676 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
17678 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
17679 window if necessary.
17681 * calendar/calendar.el (calendar-basic-setup): Don't call
17682 switch-to-buffer in a dedicated window.
17684 2009-10-05 Karl Fogel <kfogel@red-bean.com>
17686 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
17687 don't do anything related to relocating, just return nil.
17688 (bookmark-error-no-filename): New error.
17689 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
17690 bookmark has no file. Don't even attempt to handle things that
17691 are not files; the whole point of custom handlers is to keep that
17692 knowledge elsewhere anyway. Tighten some comments.
17693 (bookmark-file-or-variation-thereof): Remove now-unused function.
17694 (bookmark-location): Doc string fix.
17697 2009-10-04 Karl Fogel <kfogel@red-bean.com>
17699 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
17700 don't use a file dialog, because they usually don't know how to read
17701 a directory target from the user. (Bug#4230)
17702 Also, make sure the prompt can display directories as well as files.
17704 2009-10-04 Karl Fogel <kfogel@red-bean.com>
17706 * bookmark.el (bookmark-set, bookmark-buffer-name):
17707 Improve doc strings. (Bug#1193)
17709 2009-10-04 Karl Fogel <kfogel@red-bean.com>
17711 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
17712 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
17713 (bookmark-get-annotation, bookmark-set-annotation)
17714 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
17715 (bookmark-set-position, bookmark-get-front-context-string)
17716 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
17717 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
17718 (bookmark-jump-other-window, bookmark-handle-bookmark)
17719 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
17720 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
17721 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
17722 Improve doc strings to say whether bookmark can be a string or
17723 a record or both, and make other consistency and clarity fixes.
17724 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
17725 (bookmark-default-annotation-text, bookmark-yank-word)
17726 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
17727 (bookmark-import-new-list, bookmark-maybe-rename)
17728 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
17729 (bookmark-bmenu-bookmark): Give these doc strings.
17730 (bookmark-bmenu-check-position): Give this a doc string, but also
17731 add a FIXME comment about how the function may be pointless.
17732 (bookmark-default-handler): Rework doc string and change a
17733 parameter name, to clarify that this takes a bookmark record
17734 not a bookmark name.
17735 (bookmark-set): Change a parameter name to indicate its meaning,
17736 and improve the doc string a bit.
17739 2009-10-04 Karl Fogel <kfogel@red-bean.com>
17741 * bookmark.el (bookmark-alist): Document the new `handler' element
17742 in the param alist.
17743 (bookmark-make-record-function): Adjust documentation for above.
17746 2009-10-04 Karl Fogel <kfogel@red-bean.com>
17748 * info.el (Info-bookmark-make-record): Document this function.
17749 (Info-bookmark-jump): Document with a doc string, not just a comment.
17752 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
17754 * files.el (copy-directory): New defun.
17756 * dired-aux.el (dired-copy-file-recursive): Use it.
17758 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
17760 * files-x.el (modify-dir-local-variable)
17761 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
17764 * recentf.el (recentf-unload-function): New function.
17766 2009-10-04 Glenn Morris <rgm@gnu.org>
17768 * window.el (window-full-height-p): Add doc string.
17770 2009-10-04 Martin Rudalics <rudalics@gmx.at>
17772 * window.el (window-full-height-p): New function. (Bug#4543)
17774 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
17776 * vc.el: Remove commented out code.
17777 (vc-derived-from-dir-mode): Remove, unused.
17778 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
17780 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
17782 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
17783 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
17784 there could be recursive loading when `default-directory' is a
17785 remote file name. (Bug#4614)
17787 2009-10-03 Glenn Morris <rgm@gnu.org>
17789 * calendar/calendar.el (calendar-basic-setup): Handle the case where
17791 (calendar-generate-window): Test for shrinkability rather than width.
17793 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
17794 reusing existing buffers, in case we happen to visit two files with the
17795 same basename. (Bug#4593)
17797 2009-10-02 Eli Zaretskii <eliz@gnu.org>
17799 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
17800 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
17801 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
17802 subdirs of cedet as well.
17803 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
17805 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
17807 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
17808 Obey advertised-signature-table.
17810 * help-fns.el (help-function-arglist): Don't check
17811 advertised-signature-table.
17812 (describe-function-1): Do it here instead so it also applies to subrs.
17814 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
17816 * simple.el (start-file-process): Say in the doc-string, that file
17817 handlers might not support pty association, if PROGRAM is nil.
17819 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
17820 HOST and USER are strings. They are nil, when there are
17821 incomplete entries in ~/.netrc, for example.
17822 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
17823 root directory ("device busy" error otherwise).
17825 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
17826 Flush file properties of created directory.
17828 2009-10-02 Eli Zaretskii <eliz@gnu.org>
17830 * makefile.w32-in (WINS_BASIC): Remove cedet.
17831 (WINS_CEDET): Add cedet.
17832 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
17834 2009-10-02 Kevin Ryde <user42@zip.com.au>
17836 * net/browse-url.el (browse-url): Pass any symbol in
17837 browse-url-browser-function to `apply', since if you've mistakenly put
17838 an unbound symbol then the error is clearer. (Bug#4531)
17840 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
17842 * allout.el (allout-init, allout-back-to-current-heading)
17843 (allout-beginning-of-current-entry, allout-ascend-to-depth)
17844 (allout-ascend, allout-up-current-level, allout-end-of-level)
17845 (allout-previous-visible-heading, allout-forward-current-level)
17846 (allout-backward-current-level, allout-show-children):
17847 * apropos.el (apropos-describe-plist):
17848 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
17849 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
17850 * completion.el (add-completion, add-permanent-completion):
17851 * descr-text.el (describe-text-category, describe-char):
17852 * desktop.el (desktop-lazy-abort):
17853 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
17854 * dired.el (dired-build-subdir-alist):
17855 * ediff.el (ediff-version):
17856 * elide-head.el (elide-head, elide-head-show):
17857 * emerge.el (emerge-version):
17859 * face-remap.el (variable-pitch-mode):
17860 * faces.el (describe-face):
17861 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
17863 * files.el (find-file-existing, auto-save-mode):
17864 * font-lock.el (font-lock-fontify-buffer):
17865 * help-fns.el (describe-function, describe-variable)
17866 (describe-syntax, describe-categories):
17867 * help.el (view-lossage, describe-bindings, describe-key)
17869 * hexl.el (hexl-current-address):
17870 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
17871 * info.el (Info-goto-emacs-key-command-node):
17872 * log-edit.el (log-edit-insert-cvs-template)
17873 (log-edit-insert-cvs-rcstemplate):
17874 * menu-bar.el (menu-bar-mode):
17875 * mouse.el (mouse-appearance-menu):
17876 * newcomment.el (comment-indent-new-line):
17877 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
17878 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
17879 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
17880 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
17881 * recentf.el (recentf-mode):
17882 * savehist.el (savehist-mode, savehist-save):
17883 * shadowfile.el (shadow-copy-files):
17884 * simple.el (kill-ring-save, next-line, previous-line)
17885 (normal-erase-is-backspace-mode):
17886 * strokes.el (strokes-update-window-configuration)
17887 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
17888 (strokes-xpm-for-stroke):
17889 * time.el (emacs-uptime, emacs-init-time):
17890 * tutorial.el (tutorial--describe-nonstandard-key)
17891 (tutorial--detailed-help):
17892 * type-break.el (type-break-mode)
17893 (type-break-mode-line-message-mode, type-break-query-mode)
17894 (type-break-guesstimate-keystroke-threshold):
17895 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
17896 * version.el (emacs-version):
17897 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
17898 * winner.el (winner-mode):
17899 * calendar/timeclock.el (timeclock-in, timeclock-out)
17900 (timeclock-status-string, timeclock-change)
17901 (timeclock-workday-remaining-string)
17902 (timeclock-workday-elapsed-string)
17903 (timeclock-when-to-leave-string):
17904 * calendar/todo-mode.el (todo-add-category):
17905 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
17906 * emacs-lisp/autoload.el (update-file-autoloads):
17907 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
17908 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
17909 (checkdoc-message-text, checkdoc-defun):
17910 * emacs-lisp/debug.el (debugger-list-functions):
17911 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
17912 * emacs-lisp/eieio-opt.el (eieio-describe-class)
17913 (eieio-describe-generic):
17914 * emacs-lisp/lisp-mnt.el (lm-synopsis):
17915 * emacs-lisp/shadow.el (list-load-path-shadows):
17916 * emulation/cua-base.el (cua-mode):
17917 * emulation/edt.el (edt-set-scroll-margins):
17918 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
17919 (tpu-toggle-regexp, tpu-toggle-search-direction)
17920 (tpu-toggle-rectangle, tpu-toggle-control-keys):
17921 * emulation/tpu-extras.el (tpu-set-scroll-margins):
17922 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
17923 (viper-set-parsing-style-toggling-macro)
17924 (viper-set-emacs-state-searchstyle-macros):
17925 * emulation/viper.el (viper-set-hooks):
17926 * eshell/esh-mode.el (eshell-truncate-buffer):
17927 * international/mule-cmds.el (prefer-coding-system)
17928 (describe-input-method, describe-language-environment):
17929 * international/mule-diag.el (list-character-sets)
17930 (describe-character-set, describe-coding-system)
17931 (describe-fontset, list-fontsets, list-input-methods):
17932 * mail/sendmail.el (mail-signature):
17933 * net/ange-ftp.el (ange-ftp-copy-file):
17934 * net/browse-url.el (browse-url):
17935 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
17936 * net/quickurl.el (quickurl-add-url):
17937 * net/rcirc.el (names, topic):
17938 * net/xesam.el (xesam-mode):
17939 * play/5x5.el (5x5-new-game):
17940 * play/yow.el (apropos-zippy):
17941 * progmodes/ada-mode.el (ada-mode-version):
17942 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
17944 (f90-beginning-of-block):
17945 * progmodes/fortran.el (fortran-end-of-block)
17946 (fortran-beginning-of-block):
17947 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
17948 * progmodes/python.el (python-describe-symbol, python-shell):
17949 * term/ns-win.el (ns-print-buffer):
17950 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
17951 * textmodes/flyspell.el (flyspell-mode-on):
17952 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
17953 (pages-directory-for-addresses):
17954 * textmodes/table.el (table-recognize-cell)
17955 (table-query-dimension, table-generate-source)
17956 (table-insert-sequence, table--warn-incompatibility):
17957 * textmodes/tex-mode.el (tex-validate-buffer):
17958 * textmodes/texinfmt.el (texinfmt-version)
17959 (texinfo-format-buffer):
17960 Use `called-interactively-p' instead of `interactive-p'.
17962 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
17964 * image-mode.el (image-toggle-display):
17965 * emacs-lisp/elp.el (elp-instrument-function):
17966 * emacs-lisp/advice.el (ad-make-advised-definition):
17967 * emacs-lisp/easy-mmode.el (define-minor-mode):
17968 * net/browse-url.el (browse-url-maybe-new-window):
17969 * progmodes/sh-script.el (sh-learn-buffer-indent):
17970 Pass new argument 'any to `called-interactively-p'.
17972 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
17974 * international/uni-bidi.el:
17975 * international/uni-category.el:
17976 * international/uni-combining.el:
17977 * international/uni-comment.el:
17978 * international/uni-decimal.el:
17979 * international/uni-decomposition.el:
17980 * international/uni-digit.el:
17981 * international/uni-lowercase.el:
17982 * international/uni-mirrored.el:
17983 * international/uni-name.el:
17984 * international/uni-numeric.el:
17985 * international/uni-old-name.el:
17986 * international/uni-titlecase.el:
17987 * international/uni-uppercase.el:
17988 Regenerate from Unicode 5.2.0 data.
17990 2009-10-01 Glenn Morris <rgm@gnu.org>
17992 * Makefile.in (ELCFILES): Regenerate.
17994 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
17996 * subr.el (interactive-p): Mark obsolete.
17997 (called-interactively-p): Make the optional-ness of `kind' obsolete.
17998 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
17999 advertised-signature-table for subroutines as well.
18001 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
18002 (set-advertised-calling-convention): New function.
18003 (make-obsolete, define-obsolete-function-alias)
18004 (make-obsolete-variable, define-obsolete-variable-alias):
18005 Make the optional-ness of `when' obsolete.
18006 (define-obsolete-face-alias): Make `when' non-optional.
18007 * help-fns.el (help-function-arglist):
18008 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
18009 Use advertised-signature-table.
18011 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
18013 * files.el (delete-directory): New defun. The original function
18014 in fileio.c has been renamed to `delete-directory-internal'.
18016 * dired.el (dired-delete-file): Call `delete-directory' with
18017 RECURSIVE parameter.
18019 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
18020 parameter RECURSIVE. Implementation is missing.
18022 * net/tramp.el (tramp-handle-make-directory): Flush upper
18023 directory's file properties.
18024 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
18025 (tramp-handle-dired-recursive-delete-directory): Flush directory
18026 properties after the remove command only.
18028 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
18029 Handle optional parameter RECURSIVE.
18031 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
18032 Handle optional parameter RECURSIVE.
18034 * net/tramp-smb.el (tramp-smb-errors): Add error message for
18035 connection timeout.
18036 (tramp-smb-handle-delete-directory): Handle optional parameter
18039 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18041 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
18042 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
18043 (byte-compile-defmacro): Use backquotes.
18045 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
18047 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
18048 has no associated file.
18049 (vc-resynch-buffer): Use vc-dir-buffers.
18051 2009-10-01 Glenn Morris <rgm@gnu.org>
18053 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
18054 (chart-file-count):
18055 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
18056 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
18057 * emacs-lisp/eieio-opt.el (eieio-describe-class):
18058 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
18059 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
18060 (eieio-copy-parents-into-subclass, make-instance, class-children)
18061 (eieio-generic-form):
18063 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
18064 match-data. (Bug#4555).
18066 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
18067 rather than parsing it as a regexp. This relaxes the layout
18068 requirements and makes errors easier to detect.
18069 (check-declare-verify): Check file is regular.
18070 (check-declare-directory): Doc fix.
18071 * subr.el (declare-function): Doc fix.
18073 * ibuffer.el (ibuffer-format-qualifier):
18074 * isearch.el (hi-lock-regexp-okay):
18075 * calc/calc.el (math-zerop):
18076 * mail/uce.el (rmail-msgbeg, rmail-msgend):
18077 * term/w32-win.el (setup-default-fontset, set-fontset-font):
18078 Remove unused declarations.
18080 2009-09-30 Eric Ludlam <zappo@gnu.org>
18082 * emacs-lisp/eieio.el (boolean-p): Delete.
18084 2009-09-30 Glenn Morris <rgm@gnu.org>
18086 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
18088 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
18089 filename is not a string.
18091 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
18093 * files.el (safe-local-eval-forms): Fix typo.
18095 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
18097 * vc-hooks.el (vc-dir-buffers): New var.
18098 (vc-state-refresh): New function.
18099 (vc-state): Use it.
18100 (vc-after-save): Always ask the backend to recompute the new state.
18101 Always call vc-dir if necessary, using vc-dir-buffers.
18102 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
18103 Use vc-dir-buffers.
18104 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
18105 (vc-dir-prepare-status-buffer, vc-dir-update)
18106 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
18107 Don't call expand-file-name on default-directory.
18109 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
18111 * speedbar.el (speedbar-item-delete):
18112 * calc/calc-prog.el (calc-kbd-if):
18113 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
18115 * epa.el (epa-key-list-mode-map):
18116 * hi-lock.el (hi-lock-menu): Fix typos in menus.
18118 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
18119 (hs-show-hook): Fix typo in docstring.
18121 2009-09-29 Glenn Morris <rgm@gnu.org>
18123 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
18124 file-name-nondirectory call preventing location of cedet files.
18125 (check-declare-verify): Use literal search rather than re-search.
18126 Add basic defmethod and defclass, and define-overloadable-function.
18128 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18129 Use tramp-compat-file-attributes rather than nonexistent
18130 tramp-compat-handle-file-attributes.
18132 * Makefile.in (lisptagsfiles4): New.
18133 (AUTOGENEL): Add cedet loaddefs files.
18134 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
18135 (update-elclist, compile-always, backup-compiled-files)
18136 (bootstrap-clean): Add yet another directory level.
18137 (update-elclist): Use LC_COLLATE rather than COLLATE.
18138 (ELCFILES): Update, via `make update-elclist'.
18140 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
18142 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
18143 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
18144 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
18146 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
18148 * Makefile.in (lisptagsfiles3): Define.
18149 (TAGS, TAGS-LISP): Use it.
18150 (update-elclist): Add third directory level to look for elc files.
18151 (compile-always): Likewise.
18152 (backup-compiled-files): Likewise.
18153 (bootstrap-clean): Likewise.
18154 (ELCFILES): Update.
18156 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
18158 * Makefile.in (ELCFILES): Add CEDET files.
18160 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
18162 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
18164 * net/tramp.el (top): Require tramp-imap.
18166 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18167 Use `tramp-compat-handle-file-attributes'.
18169 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18171 * net/tramp-imap.el: New package.
18173 2009-09-28 Eric Ludlam <zappo@gnu.org>
18175 * emacs-lisp/chart.el:
18176 * emacs-lisp/eieio-base.el:
18177 * emacs-lisp/eieio-comp.el:
18178 * emacs-lisp/eieio-custom.el:
18179 * emacs-lisp/eieio-datadebug.el:
18180 * emacs-lisp/eieio-opt.el:
18181 * emacs-lisp/eieio-speedbar.el:
18182 * emacs-lisp/eieio.el: New files.
18184 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18186 * whitespace.el (whitespace-trailing-regexp)
18187 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
18190 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
18192 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
18195 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
18196 menu-bar-ediff-menu.
18198 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
18199 define-overloadable-function.
18201 * progmodes/autoconf.el: Provide autoconf as well, so that this
18202 file can be `require'd.
18204 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
18206 * emacs-lisp/autoload.el (generated-autoload-feature)
18207 (generated-autoload-load-name): New vars.
18208 (autoload-rubric, autoload-generate-file-autoloads): Use them.
18209 (make-autoload): Recognize define-overloadable-function and
18210 defclass forms (for EIEIO).
18212 * Makefile.in (update-subdirs): Exclude cedet directory.
18214 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
18216 * term/ns-win.el: Don't set the region face background. (Bug#4381)
18218 * faces.el: Default light-background background for region face to
18219 ns_selection_color under NS.
18221 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
18223 * net/imap-hash.el: New library, see NEWS.
18225 * Makefile.in (ELCFILES): Add imap-hash.el.
18227 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
18229 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
18230 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
18231 * help-macro.el (make-help-screen): Avoid using an ambiguous function
18232 definition where the docstring could be taken for the return value.
18234 2009-09-26 Glenn Morris <rgm@gnu.org>
18236 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
18237 Add option to only show images below a certain size.
18238 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
18239 save-excursion calls.
18241 2009-09-26 Eli Zaretskii <eliz@gnu.org>
18243 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
18244 subdirectories) and eieio.
18246 2009-09-26 Alan Mackenzie <acm@muc.de>
18248 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18249 Correct buggy bracketing. (Bug#4289)
18251 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
18252 character constants (as case labels). (Bug#4289)
18254 2009-09-25 Juri Linkov <juri@jurta.org>
18256 * files.el (safe-local-eval-forms): Allow time-stamp in
18257 before-save-hook (Bug#4554).
18259 2009-09-25 Drew Adams <drew.adams@oracle.com>
18261 * menu-bar.el (list-buffers-directory): Doc fix.
18263 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
18265 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
18266 Try and avoid copying twice the same paragraph.
18267 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
18268 Remove save-excursion.
18269 (log-edit-changelog-entry): Do it here instead.
18271 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
18273 * bs.el (bs--get-file-name): Use `list-buffers-directory'
18274 when available, instead of hardcoding mode names. Doc fix.
18276 * menu-bar.el (list-buffers-directory): Add docstring.
18277 Make automatically buffer-local.
18279 * dired.el (dired-mode):
18280 * files.el (cd-absolute):
18281 * pcvs.el (cvs-temp-buffer):
18282 * pcvs-util.el (cvs-get-buffer-create):
18283 * shell.el (shell-mode):
18284 * vc-dir.el (vc-dir-mode):
18285 Don't make `list-buffers-directory' buffer local.
18287 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
18289 * comint.el (comint-exec, comint-run, make-comint):
18290 Doc fixes (Bug#4542).
18292 2009-09-25 Glenn Morris <rgm@gnu.org>
18294 * mail/rmailmm.el (rmail-mime): New custom group.
18295 Move all defcustoms in this file into this group.
18296 (rmail-mime-media-type-handlers-alist): Revert previous change.
18297 (rmail-mime-show-images): New option.
18298 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
18299 references to it, since it wasn't actually used for anything.
18300 (rmail-mime-insert-image): New function.
18301 (rmail-mime-image): Use rmail-mime-insert-image.
18302 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
18303 obey the value of `rmail-mime-show-images' option. Print the size of
18306 2009-09-25 David Engster <deng@randomsample.de>
18308 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
18310 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18312 * whitespace.el: Does not highlight trailing spaces While point is
18313 at end of line. Does not highligt spaces at beginning of buffer
18314 while point is at beginning of buffer. Does not highlight spaces
18315 at end of buffer while point is at end of buffer. (Bug#4177)
18317 (whitespace-display-mappings): Adjust initialization.
18318 (whitespace-point, whitespace-font-lock-refontify): New vars.
18319 (whitespace-color-on, whitespace-color-off): Adjust code.
18320 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
18321 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
18322 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
18324 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
18326 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
18328 * textmodes/sgml-mode.el: Remove xml-mode alias.
18330 * files.el (auto-mode-alist, conf-mode-maybe)
18331 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
18333 2009-09-24 Alan Mackenzie <acm@muc.de>
18335 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
18336 c-forward-conditionals, but it doesn't move point and doesn't set
18338 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
18339 (c-down-conditional-with-else, c-backward-conditional)
18340 (c-forward-conditional): Refactor to use c-scan-conditionals.
18342 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
18344 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
18345 (help-default-arg-highlight): Remove.
18346 (help-highlight-arg): New function.
18347 (help-do-arg-highlight): Use it.
18348 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
18350 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18352 * term.el (term-set-scroll-region, term-handle-ansi-escape):
18353 Undo last change, which didn't fix the problem and introduced others.
18355 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
18357 * progmodes/gdb-mi.el: Don't require speedbar.
18358 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
18360 2009-09-24 Glenn Morris <rgm@gnu.org>
18362 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
18364 * term/ns-win.el (ns-reg-to-script): Define for compiler.
18366 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
18367 there is no newline after the final mime boundary. (Bug#4539)
18368 Move markers on insertion so that any buttons inserted don't end up in
18369 the next part of a multipart message.
18370 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
18371 (rmail-mime-bulk-handler): Optionally handle images.
18372 (rmail-mime-image): New button action.
18373 (rmail-mime-image-handler): New function.
18374 (rmail-mime-mode): New mode.
18375 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
18377 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18379 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
18380 than just dropping elements from it (bug#4504).
18382 * term.el (term-set-scroll-region): Don't move cursor any more.
18383 (term-handle-ansi-escape): Call term-goto here instead.
18384 Suggested by Ivan Kanis <apple@kanis.eu>.
18386 * term.el: Require CL.
18387 (term-ansi-reset): New function.
18388 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
18389 (term-handle-colors-array): Simplify.
18391 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
18393 * allout.el (allout-overlay-interior-modification-handler)
18394 (allout-obtain-passphrase):
18395 * epa-file.el (epa-file-write-region):
18396 * ps-print.el (ps-begin-job):
18397 * vc-hooks.el (vc-toggle-read-only):
18398 * vc-rcs.el (vc-rcs-rollback):
18399 * vc-sccs.el (vc-sccs-rollback):
18400 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
18401 (vc-version-diff, vc-revert, vc-rollback):
18402 * wdired.el (wdired-check-kill-buffer):
18403 * emacs-lisp/authors.el (authors):
18404 * net/socks.el (socks-open-connection):
18405 * net/zeroconf.el (zeroconf-service-add-hook):
18406 * obsolete/vc-mcvs.el (vc-mcvs-register):
18407 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
18408 (gdb-select-frame):
18409 * progmodes/grep.el (lgrep, rgrep):
18410 * progmodes/idlw-help.el (idlwave-help-check-locations)
18411 (idlwave-help-html-link, idlwave-help-assistant-open-link):
18412 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
18413 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
18414 (reftex-toc-rename-label): Fix typos in error messages.
18416 * dired-aux.el (dired-do-shell-command): Reflow docstring.
18417 (dired-copy-how-to-fn): Doc fix.
18418 (dired-files-attributes, dired-read-shell-command):
18419 Fix typos in docstrings.
18421 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
18422 (dired-x-find-file-other-window): Reflow docstrings.
18423 (dired-omit-marker-char, dired-read-shell-command)
18424 (dired-x-submit-report): Fix typos in docstrings.
18426 * shell.el (shell-mode-hook):
18427 * view.el (View-scroll-line-forward):
18428 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
18429 Fix typos in docstrings.
18431 * net/dig.el (dig-invoke): Fix typo in docstring.
18432 (query-dig): Reflow docstring.
18434 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
18435 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
18436 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
18437 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
18438 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
18439 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
18440 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
18441 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
18442 (idlwave-completion-map, idlwave-current-indent)
18443 (idlwave-custom-ampersand-surround, idlwave-customize)
18444 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
18445 (idlwave-define-abbrev, idlwave-determine-class-special)
18446 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
18447 (idlwave-end-block-reg, idlwave-end-of-statement)
18448 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
18449 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
18450 (idlwave-explicit-class-listed, idlwave-file-header)
18451 (idlwave-fill-paragraph, idlwave-find-class-definition)
18452 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
18453 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
18454 (idlwave-in-quote, idlwave-indent-action-table)
18455 (idlwave-indent-expand-table, idlwave-indent-line)
18456 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
18457 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
18458 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
18459 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
18460 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
18461 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
18462 (idlwave-outlawed-buffers, idlwave-popup-select)
18463 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
18464 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
18465 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
18466 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
18467 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
18468 (idlwave-statement-type, idlwave-struct-skip)
18469 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
18470 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
18471 (idlwave-what-module-find-class): Fix typos in docstrings.
18472 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
18473 (idlwave-calculate-cont-indent, idlwave-expand-equal)
18474 (idlwave-find-module, idlwave-find-structure-definition)
18475 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
18476 (idlwave-list-load-path-shadows, idlwave-next-statement)
18477 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
18478 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
18479 (idlwave-template): Reflow docstrings.
18481 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
18482 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
18483 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
18484 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
18485 (idlwave-shell-display-line, idlwave-shell-display-wframe)
18486 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
18487 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
18488 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
18489 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
18490 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
18491 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
18492 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
18493 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
18494 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
18495 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
18496 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
18497 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
18498 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
18499 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
18500 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
18501 Fix typos in docstrings.
18502 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
18503 (idlwave-shell-hide-output, idlwave-shell-mode)
18504 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
18507 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
18509 2009-09-24 Ivan Kanis <apple@kanis.eu>
18511 * term.el (term-bold-attribute): New var.
18512 (term-handle-colors-array): Use it.
18514 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
18516 * progmodes/gdb-mi.el (gdb-version): New variable.
18517 (gdb-non-stop-handler): Set gdb-version.
18518 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
18519 Condition "--thread" option on gdb-version.
18520 (gdb-invalidate-threads): Remove unused argument.
18522 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18524 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
18525 to looking-back to avoid ridiculous slow down in large files (bug#4511).
18527 2009-09-23 Glenn Morris <rgm@gnu.org>
18529 * mail/rmail.el (rmail-reply): Don't try to add a References header when
18530 replying to mail without References or Message-Id. (Bug#4525)
18532 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
18534 * term/ns-win.el (ns-reg-to-script): New variable.
18536 2009-09-23 Daiki Ueno <ueno@unixuser.org>
18538 * epg.el (epg-wait-for-status): Preserve existing 'error results.
18540 2009-09-22 Sam Steingold <sds@gnu.org>
18542 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
18543 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
18544 to 1 because hg returns status 1 when nothing is found.
18545 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
18547 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
18549 * textmodes/fill.el: Convert to utf-8 encoding.
18550 (fill-french-nobreak-p): Remove redundant » and « inherited from our
18553 * add-log.el (change-log-fill-forward-paragraph): New function.
18554 (change-log-mode): Use it so fill-region DTRT.
18555 Set fill-indent-according-to-mode here rather than in
18556 change-log-fill-paragraph.
18557 (change-log-fill-paragraph): Remove.
18559 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
18561 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
18562 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
18564 2009-09-22 Glenn Morris <rgm@gnu.org>
18566 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
18567 the scroll-bar scroll the calendar window rather than the buffer.
18569 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
18570 commands that move point (as opposed to scrolling).
18572 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
18574 * emacs-lisp/elint.el (elint): New custom group.
18575 (elint-log-buffer): Make it a defcustom.
18576 (elint-scan-preloaded, elint-ignored-warnings)
18577 (elint-directory-skip-re): New options.
18578 (elint-builtin-variables): Doc fix.
18579 (elint-preloaded-env): New variable.
18580 (elint-unknown-builtin-args): Add an entry for encode-time.
18581 (elint-extra-errors): Make it a variable rather than a constant.
18582 (elint-preloaded-skip-re): New constant.
18583 (elint-directory): Skip files matching elint-directory-skip-re.
18584 (elint-features): New variable, local to linted buffers.
18585 (elint-update-env): Initialize elint-features. Possibly add
18586 elint-preloaded-env to the buffer's environment.
18587 (elint-get-top-forms): Bind elint-current-pos, for log messages.
18589 (elint-init-form): New function, extracted from elint-init-env.
18590 Make non-list forms a warning rather than an error.
18591 Add the mode-map for define-derived-mode. Handle define-minor-mode,
18592 easy-menu-define, put that adds an error-condition, and provide.
18593 When requiring cl, also require cl-macs. Really require cl, to handle
18594 some cl macros. Store required libraries in the list elint-features,
18595 so as not to re-load them. Treat cc-require like require.
18596 (elint-init-env): Call elint-init-form to do the work.
18597 Handle eval-and-compile and such like.
18598 (elint-add-required-env): Do not clear messages.
18599 (elint-special-forms): Add handlers for function, defalias, if, when,
18601 (elint-form): Add optional argument to ignore elint-special-forms,
18602 useful to prevent recursive calls from handlers. Doc fix.
18603 Respect elint-ignored-warnings.
18604 (elint-form): Respect elint-ignored-warnings.
18605 (elint-bound-variable, elint-bound-function): New variables.
18606 (elint-unbound-variable): Respect elint-bound-variable.
18607 (elint-get-args): Respect elint-bound-function.
18608 (elint-check-cond-form): Add some simple handling for (f)boundp and
18610 (elint-check-defalias-form): New handler.
18611 (elint-check-let-form): Make an empty let a warning rather than an
18613 (elint-check-setq-form): Make an empty setq a warning rather than an
18614 error. Respect elint-ignored-warnings.
18615 (elint-check-defvar-form): Accept null doc-strings.
18616 (elint-check-conditional-form): New handler. Does some simple-minded
18617 checking of featurep and (f)boundp tests.
18618 (elint-put-function-args): New function.
18619 (elint-initialize): Use elint-scan-doc-file rather than
18620 elint-find-builtin-variables. Use elint-put-function-args.
18621 Possibly scan preloaded-file-list.
18622 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
18623 extend to handle functions as well.
18625 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
18627 * linum.el (linum-delete-overlays, linum-update-window):
18628 Do not modify the right margin. (Bug#3971)
18630 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
18632 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
18633 Use nxml-mode instead of xml-mode.
18635 2009-09-21 Kevin Ryde <user42@zip.com.au>
18637 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
18639 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
18641 * net/dig.el (dig-mode): Use define-derived-mode.
18643 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
18645 * vc-dispatcher.el (vc-do-command): Return the process object in
18646 the asynchronous case. Use when instead of if. Do not run
18647 vc-exec-after to display a message if not enabled. (Bug#4463)
18649 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
18650 properties to the stash strings.
18651 (vc-git-stash-list): Return a list of strings.
18652 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
18653 (vc-git-stash-show-at-point): New functions.
18654 (vc-git-stash-map): New keymap.
18656 * register.el (ctl-x-r-map): Define the keys here instead of
18659 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
18661 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
18662 list, to workaround performance problem (bug#4485).
18664 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
18666 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
18668 2009-09-20 Daiki Ueno <ueno@unixuser.org>
18670 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
18671 Document that this option is not recommended to use.
18673 2009-09-19 Glenn Morris <rgm@gnu.org>
18675 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
18678 * calc/calc-alg.el (var):
18679 * calc/calcalg2.el (var): Define for compiler.
18681 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
18683 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
18684 Doc fix (Bug#3932).
18686 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
18688 * time-stamp.el (time-stamp-month-dd-yyyy)
18689 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
18690 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
18691 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
18692 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
18693 Remove functions that have been obsolete since 1995 (Bug#4436).
18695 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
18696 indent buffer only if called interactively (Bug#4452).
18698 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
18699 Eli Zaretskii <eliz@gnu.org>
18701 This fixes bug#4197 (merged to bug#865, though not identical).
18702 * server.el (server-auth-dir): Add docstring note about FAT32.
18703 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
18704 but warn against using them.
18706 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
18708 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
18709 older GDB where there is no has_more field.
18711 2009-09-19 Glenn Morris <rgm@gnu.org>
18713 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
18715 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
18717 * files.el (auto-mode-alist): Change default for XML files to nXML
18720 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
18722 * server.el (server-ensure-safe-dir): Pass 'integer
18723 to `file-attributes', as suggested.
18725 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
18727 * dired-aux.el (dired-query-alist): Remove spurious backslash.
18728 (dired-query): Use read-key.
18730 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
18732 * cus-start.el (ns-use-qd-smoothing): Remove.
18734 2009-09-18 Glenn Morris <rgm@gnu.org>
18736 * allout.el (top-level): Remove unnecessary progn.
18738 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
18740 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
18741 definition of abbrev table.
18743 * speedbar.el (speedbar-track-mouse):
18744 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
18745 * net/eudc.el (eudc-expand-inline):
18746 * net/newst-backend.el (newsticker--cache-read-feed):
18747 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
18748 condition-case handlers.
18750 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
18752 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
18753 (gdb-var-list): Add an element for has_more field.
18754 (gdb-non-stop-handler): Enable pretty printing for STL containers.
18755 (gdb-var-create-handler, gdb-var-list-children-handler-1)
18756 (gdb-var-update-handler-1): Parse output of dynamic variable
18757 objects (STL containers).
18758 (gdb-var-delete-1): Pass var1 as an explicit second argument.
18759 (gdb-get-field): Delete alias. Use bindat-get-field directly.
18761 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
18763 (gud-speedbar-buttons): Make node expandable if expression "has more"
18766 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
18768 * startup.el (emacs-quick-startup): Remove variable and all uses.
18769 (command-line): Set `inhibit-x-resources' instead.
18770 (command-line-1): Use `inhibit-x-resources' instead.
18772 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
18774 * subr.el: Fix last change to avoid using the `unless' macro,
18775 which breaks bootstrapping.
18777 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
18779 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
18780 extended definitions, in case we reload subr.el after having
18782 (eval-next-after-load): Mark as obsolete.
18784 2009-09-17 Juri Linkov <juri@jurta.org>
18786 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
18787 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
18788 (menu-bar-showhide-menu, menu-bar-tools-menu)
18789 (menu-bar-describe-menu, menu-bar-help-menu)
18790 (minibuffer-local-completion-map, minibuffer-local-map):
18793 2009-09-17 Glenn Morris <rgm@gnu.org>
18795 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
18796 arguments, whether or not it has a handler.
18798 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
18800 * simple.el (hard-newline): Give it a doc-string.
18802 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
18803 (lisp-mode-syntax-table): Give them doc-strings.
18805 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
18807 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
18808 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
18809 (menu-bar-options-menu, menu-bar-showhide-menu)
18810 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
18811 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
18812 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
18813 (menu-bar-options-menu, menu-bar-tools-menu)
18814 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
18815 (menu-bar-help-menu):
18816 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
18819 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
18820 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
18821 calls for the menu names and :help.
18823 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
18825 * mouse.el (minor-mode-menu-from-indicator): Pay attention
18826 to :minor-mode-function (bug#4455).
18828 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
18830 * startup.el (command-line): Initialize the window-system after
18831 processing the command-line.
18833 * textmodes/page.el (what-page): Make sure we don't inf-loop if
18834 page-delimiter matches the empty string.
18836 2009-09-16 Glenn Morris <rgm@gnu.org>
18838 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
18839 byte-compile-not-obsolete-var. It's a list now.
18840 (byte-compile-not-obsolete-funcs): New variable.
18841 (byte-compile-warn-obsolete): Don't warn about functions if they are in
18842 byte-compile-not-obsolete-funcs.
18843 (byte-compile-variable-ref, byte-compile-defvar): Update for
18844 byte-compile-not-obsolete-vars name-change and list nature.
18845 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
18846 and variables behind (f)boundp tests.
18847 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
18849 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
18851 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
18853 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
18855 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
18856 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
18859 2009-09-15 Stephen Eglen <stephen@gnu.org>
18861 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
18862 the virtual-buffers, use the name of the buffer specified by
18863 find-file-noselect, as the match may be a symlink. (This was a
18864 problem if the target and the symlink had different names.)
18866 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
18868 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
18870 * desktop.el (desktop-path): Check user-emacs-directory.
18872 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
18874 * loadup.el: Use after-load-functions to GC after loading each file.
18875 Remove the explicit GC calls that used to be sprinkled around.
18877 * subr.el (after-load-functions): New hook.
18878 (do-after-load-evaluation): Run it. Use string-match-p to detect
18879 `obsolete' packages, rather than painfully extracting the relevant
18882 2009-09-15 Glenn Morris <rgm@gnu.org>
18884 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
18885 free variable `doc'.
18887 * dired.el (dired-mode-map): Add menu entry for async shell command.
18889 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
18890 variables, also consider the .elc files, since the .el files are
18891 normally gzipped (subsequent code locates the .el.gz from the .elc).
18893 * calc/calc-prog.el (arglist): Define for compiler.
18895 * calendar/diary-lib.el (diary-display-function): Change the default to
18897 (body): Define for compiler.
18899 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
18900 (byte-compile-file-form, byte-compile-lambda)
18901 (byte-compile-top-level-body, byte-compile-form)
18902 (byte-compile-variable-ref, byte-compile-setq)
18903 (byte-compile-setq-default, byte-compile-body)
18904 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
18905 (batch-byte-compile): Give some more local variables with common names
18906 a "bytecomp-" prefix to avoid masking warnings about free variables.
18908 * startup.el (command-line-1): Give local variables with common names a
18909 distinguishing prefix, so as not to hide free variable warnings during
18912 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
18913 clever and add a suffix to make a unique name, just let the user decide
18914 whether or not to overwrite it. If the input is a directory, write the
18915 default filename to that directory. (Bug#4388)
18916 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
18917 is a filename-as-a-directory.
18919 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
18921 * textmodes/page.el (what-page): Don't move to beginning of line.
18922 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
18924 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
18926 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
18928 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
18930 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
18931 * help.el (help-for-help-internal): Add purecopy calls for text.
18933 * vc.el (top): print-log method now takes an optional SHORTLOG
18934 argument. Add a new method: root.
18935 (vc-root-diff, vc-print-root-log): New functions.
18936 (vc-log-short-style): New variable.
18937 (vc-print-log-internal): Add support for showing short logs.
18939 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
18940 vc-print-root-log and vc-print-root-diff.
18942 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
18943 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
18944 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
18947 * vc-cvs.el (vc-cvs-print-log):
18948 * vc-mtn.el (vc-mtn-print-log):
18949 * vc-rcs.el (vc-rcs-print-log):
18950 * vc-sccs.el (vc-sccs-print-log):
18951 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
18952 that is ignored for now.
18954 * vc-mtn.el (vc-mtn-annotate-command):
18955 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
18957 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
18959 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
18960 to function-key-map, and give them ascii-character property.
18961 * term/x-win.el (x-alternatives-map):
18962 * term/ns-win.el (ns-alternatives-map):
18963 * term/internal.el (msdos-key-remapping-map):
18964 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
18966 2009-09-14 Glenn Morris <rgm@gnu.org>
18968 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
18969 temp-buffers (2009-09-12).
18971 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
18973 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
18974 the new read-key function.
18976 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
18978 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
18979 is defined (Bug#4405).
18981 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
18983 * recentf.el (recentf-cleanup): Use a hash table to find
18984 duplicates (Bug#4407).
18986 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
18988 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
18989 kp-0 to ascii equivalents (Bug#4325).
18991 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
18993 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
18995 * eshell/em-hist.el:
18996 * eshell/em-dirs.el (eshell-complete-user-reference):
18997 Declare pcomplete functions and variables to avoid compiler warnings.
18999 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
19001 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
19002 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
19003 * eshell/em-alias.el (eshell-aliases-file):
19004 * eshell/em-hist.el (eshell-history-file-name):
19005 Use expand-file-name instead of concat to make file names (Bug#4308).
19007 2009-09-13 Glenn Morris <rgm@gnu.org>
19009 * ediff-merg.el (ediff-do-merge):
19010 * filesets.el (filesets-run-cmd):
19011 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
19012 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
19013 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
19014 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
19015 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
19016 Replace empty `let's with `progn'.
19018 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19020 * mail/sendmail.el (send-mail-function):
19021 * tooltip.el (tooltip-mode):
19022 * simple.el (transient-mark-mode):
19023 * rfn-eshadow.el (file-name-shadow-mode):
19024 * frame.el (blink-cursor-mode):
19025 * font-core.el (global-font-lock-mode):
19026 * files.el (temporary-file-directory)
19027 (small-temporary-file-directory, auto-save-file-name-transforms):
19028 * epa-hook.el (auto-encryption-mode):
19029 * composite.el (global-auto-composition-mode):
19030 Use custom-initialize-delay.
19031 * startup.el (command-line): Don't explicitly call
19032 custom-reevaluate-setting for all the above vars.
19033 * custom.el (custom-initialize-safe-set)
19034 (custom-initialize-safe-default): Delete.
19036 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19038 * term/x-win.el (x-initialize-window-system):
19039 * term/w32-win.el (w32-initialize-window-system):
19040 * term/ns-win.el (ns-initialize-window-system): Don't call
19041 mouse-wheel-mode since it's enabled globally by default already.
19043 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
19044 actually define the variable, but only silences the byte-compiler.
19045 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
19046 before looking it up.
19047 (mouse-wheel-scroll-amount): Also reset the bindings if this value
19050 2009-09-12 Glenn Morris <rgm@gnu.org>
19052 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
19054 (elint-add-required-env): Don't beep on error.
19055 (elint-forms): In case of error, return ENV unchanged.
19056 (elint-init-env): Skip non-list forms.
19057 (elint-log): Handle unknown file positions.
19059 2009-09-12 Daiki Ueno <ueno@unixuser.org>
19061 * epg.el (epg-make-context): Add autoload cookie.
19062 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
19063 (epg-decrypt-string, epg-start-verify, epg-verify-file)
19064 (epg-verify-string, epg-start-sign, epg-sign-file)
19065 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
19066 (epg-encrypt-string, epg-start-export-keys)
19067 (epg-export-keys-to-file, epg-export-keys-to-string)
19068 (epg-start-import-keys, epg-import-keys-from-file)
19069 (epg-import-keys-from-string, epg-start-receive-keys)
19070 (epg-receive-keys, epg-import-keys-from-server)
19071 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
19072 (epg-sign-keys, epg-start-generate-key)
19073 (epg-generate-key-from-file, epg-generate-key-from-string):
19074 Remove autoload cookie.
19076 2009-09-12 Eli Zaretskii <eliz@gnu.org>
19078 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
19079 reevaluation of trash-directory.
19081 * mwheel.el: Fix last change.
19082 (mouse-wheel-mode): New defvar.
19083 (mouse-wheel-mode): Remove autoload cookie.
19085 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19087 * mwheel.el (mwheel-installed-bindings): New var.
19088 (mouse-wheel-mode): Use it, so as to make sure we really remove all
19089 the bindings we set last time. Use custom-initialize-delay.
19090 * loadup.el: Load mwheel after term/*-win.el.
19091 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
19092 and mouse-wheel-up-event now that their first evaluation is done
19093 sufficiently late to be correct.
19095 * startup.el (tutorial-directory): Make it a defcustom.
19096 Use custom-initialize-delay rather than eval-at-startup to set it.
19097 * image.el (image-load-path): Make it a defcustom.
19098 Use custom-initialize-delay rather than eval-at-startup to set it.
19099 * subr.el (eval-at-startup): Remove.
19100 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
19102 * subr.el (do-after-load-evaluation): Warn the user after loading an
19105 2009-09-12 Glenn Morris <rgm@gnu.org>
19107 * proced.el (proced-mark-alt): Remove alias.
19108 (proced-mode-map): Remove proced-mark-alt.
19110 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
19111 Elint file and directory. Remove initialization entry.
19113 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
19115 (elint-current-buffer): Set mode-line-process.
19116 (elint-init-env): Handle define-derived-mode.
19117 Fix declare-function with unspecified arglist. Guard against odd
19118 defalias statements (eg iso-insert's 8859-1-map).
19119 (elint-add-required-env): Use a temp buffer.
19120 (elint-form): Just print the function/macro name, not the whole form.
19121 Return env unchanged if we fail to parse a macro.
19122 (elint-forms): Guard against parse errors.
19123 (elint-output): New function, to handle batch mode.
19124 (elint-log-message): Add optional argument. Use elint-output.
19125 (elint-set-mode-line): New function.
19127 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
19129 * emacs-lisp/elp.el (elp-not-profilable): Add more
19130 functions (Bug#4233).
19132 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
19134 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
19135 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
19137 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
19139 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
19140 (gdb-var-list-children): Use json parsing.
19142 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
19144 * progmodes/js.el (js--proper-indentation): Handle the case where
19145 char-before is null. Reported by Deniz Dogan.
19147 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
19149 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
19151 2009-09-11 Daiki Ueno <ueno@unixuser.org>
19153 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
19154 (epg-digest-algorithm-alist): Add SHA224.
19155 (epg-context-set-passphrase-callback)
19156 (epg-context-set-progress-callback): Add description about
19159 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19161 * custom.el (custom-delayed-init-variables): New var.
19162 (custom-initialize-delay): New function.
19163 * startup.el (command-line): "Re"evaluate all vars in
19164 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
19165 explicitly any more.
19166 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
19167 to avoid creating a ~/.emacs.d at build-time (bug#4347).
19169 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
19171 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
19173 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
19174 (gdb-var-update-handler): Use json parsing.
19176 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
19178 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
19179 decode annotated text, regardless of language environment. (Bug#2741)
19181 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19183 * Makefile.in (autoloads): Make rmail.el writable as well.
19185 2009-09-11 Glenn Morris <rgm@gnu.org>
19187 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
19189 * dired.el: Regenerate with extracted autoloads.
19190 * Makefile.in (autoloads): Make dired.el writable.
19192 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
19193 * ibuffer.el: Regenerate with extracted autoloads.
19194 * Makefile.in (autoloads): Make ibuffer.el writable.
19196 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
19197 * version.el (emacs-copyright, emacs-major-version)
19198 (emacs-minor-version): Reformat doc-strings for make-docfile.
19200 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
19201 functions and variables, since they must be stuff specific to some other
19203 (apropos-print): Make mouse-click message less specific about button.
19205 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
19206 that records where a macro was defined.
19207 * help-fns.el (describe-function-1): Mention if a function has a
19209 * help-mode.el (help-function-cmacro): New button.
19211 * locate.el (top-level): Always require dired.
19212 (locate-mode-map): Initialize inside the defvar.
19214 * net/ange-ftp.el (dired-compress-file): Declare.
19215 (ange-ftp-dired-compress-file): Add doc string.
19217 * term/ns-win.el (x-display-name, x-setup-function-keys):
19218 Unify doc-strings with X versions.
19220 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19222 * emulation/crisp.el (crisp-mode-map): Move initialization
19224 (crisp-mode): Use define-minor-mode.
19226 * progmodes/xscheme.el (xscheme-evaluation-commands):
19227 Put a :advertised-binding property rather than using
19228 advertised-xscheme-send-previous-expression.
19229 (advertised-xscheme-send-previous-expression): Declare obsolete.
19230 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
19232 (crisp-mode): Add corresponding bindings to
19233 undo's :advertised-binding instead.
19234 * dired.el (dired-mode-map): Put a :advertised-binding property rather
19235 than using dired-advertised-find-file.
19236 (dired-advertised-find-file):
19237 * simple.el (advertised-undo):
19238 * wid-edit.el (advertised-widget-backward): Declare obsolete.
19239 (widget-keymap): Put a :advertised-binding property rather
19240 than using advertised-widget-backward.
19241 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
19242 than using advertised-undo.
19243 * tutorial.el (tutorial--default-keys): Adjust accordingly.
19245 2009-09-10 Simon South <ssouth@slowcomputing.org>
19247 * progmodes/delphi.el (delphi-tab): Indent region when Transient
19248 Mark mode is enabled and region is active; otherwise indent or
19249 insert TAB as usual.
19250 (delphi-mode): Update description of TAB-key binding.
19252 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
19254 * subr.el (define-key-rebound-commands): Mark obsolete.
19255 * startup.el (precompute-menubar-bindings): Remove.
19256 (normal-top-level): Remove obsolete code that tried to precompute
19258 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
19259 define-key-rebound-commands and precompute-menubar-bindings.
19261 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
19263 * net/imap.el (imap-interactive-login): Better messages.
19264 (imap-open): Fix bug with renamed buffer on reconnect.
19265 (imap-authenticate): Add buffer-local imap-last-authenticator variable
19266 for easier debugging and cleaner code. On successful (guessed based on
19267 server capabilities) secondary authentication, set imap-state
19269 (imap-last-authenticator): Define imap-last-authenticator as a variable
19272 2009-09-10 Glenn Morris <rgm@gnu.org>
19274 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
19276 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
19277 (byte-compile-file-form-autoload): Don't warn about unknown functions
19278 where the autoload statement comes after the use.
19279 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
19280 that any handlers inside the body (eg require) are in turn respected.
19282 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
19285 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
19286 and syntax and abbrev tables basic docs, if they don't have any.
19288 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
19290 * international/mule-cmds.el (top-level): Require cl when compiling.
19291 (view-hello-file): Use default-value rather than
19292 default-enable-multibyte-characters.
19294 * progmodes/fortran.el: Move all safe and risky properties into the
19297 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
19298 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
19299 * mail/undigest.el:
19300 Put autoloads in rmail.el rather than loaddefs.el.
19301 * mail/rmail.el: Regenerate with extracted autoloads.
19303 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
19304 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
19306 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
19308 Reported in thread for Bug#4375.
19309 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
19310 "-data-evaluate-expression" instead of print.
19311 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
19312 (gdb-tooltip-print): Parse output from above MI command.
19313 (gdb): Revert 2009-08-11 change. User should detach inferior
19316 Remove the word "separate" from IO functions as inferior
19317 output is now never displayed in the GUD buffer.
19319 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
19321 * startup.el (command-line-normalize-file-name): On Windows and
19322 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
19324 2009-09-10 Juri Linkov <juri@jurta.org>
19326 * isearch.el (isearch-text-char-description): Propertize escape
19327 character sequences with the `escape-glyph' face. (Bug#4344)
19329 * simple.el (shell-command): Set asynchronous process filter to
19330 `comint-output-filter'. (Bug#4343)
19332 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
19333 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
19334 the list. Move "asm" to the bottom.
19335 (grep-find-ignored-directories): Add `choice' with nil value
19336 to empty the list easily.
19337 (grep-find-ignored-files): New option.
19338 (grep-files-history): Set to nil by default instead of '("ch" "el").
19339 (grep-compute-defaults): Add "<X>" to `grep-template'.
19340 (grep-read-files): Bind new local variables `default-alias' and
19341 `default-extension'. Use a list of default values for the file prompt.
19342 (lgrep): Add `--exclude=' command line options composed from
19343 `grep-find-ignored-files'.
19344 (rgrep): Add `-name' command line options composed from
19345 `grep-find-ignored-files'. (Bug#4301)
19347 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
19349 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
19352 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
19354 * calendar/time-date.el (autoload):
19355 Expand define-obsolete-function-alias into defalias and make-obsolete
19356 for old Emacsen that Gnus supports.
19357 (with-no-warnings): Define it for old Emacsen.
19358 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
19360 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
19361 float-time is available; suppress compile warning for time-to-seconds.
19363 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
19365 * net/imap.el (imap-message-map): Docstring fix.
19367 2009-09-09 Glenn Morris <rgm@gnu.org>
19369 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
19370 line numbers too. (Bug#4374)
19372 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
19374 * smerge-mode.el (smerge-remove-props, smerge-refine):
19375 Use with-silent-modifications (bug#4342).
19377 * subr.el (with-silent-modifications): New macro.
19379 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
19381 * files.el (top-level): Require `cl' when compiling.
19383 2009-09-07 Glenn Morris <rgm@gnu.org>
19385 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
19387 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
19388 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
19390 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
19392 * vc-git.el (vc-git-annotate-command): Use separator to parse
19393 arguments correctly.
19395 2009-09-06 Eli Zaretskii <eliz@gnu.org>
19397 * proced.el (proced-mode): Doc fix.
19399 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
19401 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
19403 (tramp-do-file-attributes-with-ls): Check for file existence at
19405 (tramp-do-file-attributes-with-stat): Likewise.
19406 (tramp-convert-file-attributes): Return nil when attr is nil.
19408 2009-09-05 Glenn Morris <rgm@gnu.org>
19410 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
19411 properties to this button.
19412 (diary-fancy-display): Don't extend the button to the final newline.
19413 (diary-fancy-display-mode): Continue to define "q" as a local key.
19415 * calendar/cal-china.el (holiday-chinese): Make it slightly more
19418 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
19420 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
19421 (byte-compile-dest-file-function): New option.
19422 (byte-compile-dest-file): Doc fix.
19423 Obey byte-compile-dest-file-function.
19424 (byte-compile-cl-file-p): New function.
19425 (byte-compile-eval): Only suppress noruntime warnings about cl functions
19426 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
19427 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
19428 than for file being previously loaded.
19429 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
19430 (byte-compile-file-form-require): Handle the case where requiring a file
19431 indirectly causes CL to be loaded.
19433 2009-09-05 Karl Fogel <kfogel@red-bean.com>
19435 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
19436 before killing the old buffer, since by the time `kill-buffer' is
19437 run so many buffer variables have been set to nil that it may not
19438 behave as expected. (Bug#4061)
19440 2009-09-05 Karl Fogel <kfogel@red-bean.com>
19442 * files.el (find-alternate-file): If the old buffer is modified
19443 and visiting a file, behave similarly to `kill-buffer' when
19444 killing it, thus reverting to the pre-1.878 behavior; see
19445 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
19446 for discussion. Also, consult `buffer-file-name' as a variable
19447 not as a function, for consistency with the rest of the code.
19449 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
19451 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
19452 also when adding a new directory.
19454 * net/tramp-compat.el (tramp-compat-line-beginning-position):
19457 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
19459 * files.el (locate-file-completion-table): Make it provide boundary
19460 information, so partial-completion works better.
19462 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
19464 * mail/footnote.el (Footnote-text-under-cursor):
19465 Check footnote-text-marker-alist before using it (bug#4324).
19467 2009-09-04 Glenn Morris <rgm@gnu.org>
19469 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
19470 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
19471 * play/solitaire.el, play/tetris.el:
19472 Remove leading * from defcustom and defface docs.
19474 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
19476 (diary-fancy-overriding-map): New variable.
19477 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
19480 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
19483 2009-09-03 Glenn Morris <rgm@gnu.org>
19485 * arc-mode.el (archive-mode):
19486 * dos-fns.el (set-default-process-coding-system):
19487 * man.el (Man-getpage-in-background):
19488 * menu-bar.el (menu-bar-describe-menu):
19489 * server.el (server-process-filter):
19490 * startup.el (command-line):
19491 * tar-mode.el (tar-header-block-tokenize, tar-extract):
19492 * w32-fns.el (set-default-process-coding-system):
19493 * x-dnd.el (x-dnd-handle-file-name):
19494 * international/mule-cmds.el (mule-menu-keymap)
19495 (set-default-coding-systems, language-info-alist, set-language-info)
19496 (set-language-environment, standard-display-european-internal)
19497 (set-locale-environment):
19498 * international/mule-diag.el (mule-diag):
19499 * mail/emacsbug.el (report-emacs-bug):
19500 * mail/rmail.el (rmail-mode):
19501 * mail/sendmail.el (mail-setup):
19502 Use default-value rather than default-enable-multibyte-characters.
19504 * progmodes/f90.el: Move all safe properties into the defcustoms.
19505 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
19507 * calendar/appt.el (appt-check):
19508 * calendar/diary-lib.el (diary-set-header, diary-live-p)
19509 (diary-check-diary-file, diary-list-entries)
19510 (diary-include-other-diary-files, diary-simple-display)
19511 (diary-fancy-display, diary-print-entries)
19512 (diary-mark-included-diary-files, diary-make-entry):
19513 Don't call substitute-in-file-name on diary-file.
19515 2009-09-03 Eduard Wiebe <usenet@pusto.de>
19516 Stefan Monnier <monnier@iro.umontreal.ca>
19518 * mail/footnote.el (footnote-prefix): Make it a defcustom.
19519 (footnote-mode-map): Move initialization into the declaration.
19520 (footnote-minor-mode-map): Define it rather than changing global-map.
19521 (footnote-mode): Use define-minor-mode.
19523 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
19525 * net/tramp.el (tramp-handle-file-attributes-with-ls)
19526 (tramp-do-file-attributes-with-perl)
19527 (tramp-do-file-attributes-with-stat): Rename from
19528 `tramp-handle-file-attributes-with-*'.
19529 (tramp-handle-file-attributes): Use them.
19530 (tramp-do-directory-files-and-attributes-with-perl)
19531 (tramp-do-directory-files-and-attributes-with-stat): Rename from
19532 `tramp-handle-directory-files-and-attributes-with-*'.
19533 (tramp-handle-directory-files-and-attributes): Use them.
19534 (tramp-method-out-of-band-p): Additional parameter SIZE.
19535 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
19536 (tramp-handle-write-region): Use it.
19537 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
19538 (tramp-handle-vc-registered): Check, whether the first run did
19539 return files to be tested.
19540 (tramp-advice-make-auto-save-file-name): Do not call directly
19541 `tramp-handle-make-auto-save-file-name', because this would bypass
19542 the locking mechanism.
19544 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
19545 (file-remote-p, process-file, start-file-process, set-file-times)
19546 (tramp-compat-file-attributes): Compatibility functions shall not
19547 call directly `tramp-handle-*', because this would bypass the
19549 (tramp-compat-number-sequence): New defun.
19551 2009-09-02 Glenn Morris <rgm@gnu.org>
19553 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
19554 alias for float-time.
19555 (time-to-number-of-days): In Emacs, use float-time.
19556 * net/newst-backend.el (time-add): Suppress warnings from compat
19558 * time.el (emacs-uptime, emacs-init-time):
19559 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
19560 Use float-time rather than time-to-seconds.
19562 * minibuffer.el (completion-initials-expand): Fix typo.
19564 * faces.el (modeline, modeline-inactive, modeline-highlight)
19565 (modeline-buffer-id):
19566 * info.el (info-menu-5): Mark these face aliases as obsolete.
19568 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
19570 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
19572 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
19573 no "--thread" option.
19574 (gdb-stopped): Don't print "Switched to thread" message when it is
19577 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
19579 * minibuffer.el (completion-try-completion)
19580 (completion-all-completions): Remove ill-defined (and
19581 mistakenly installed and luckily never used nor documented)
19582 `completion-styles' property.
19583 (completion-initials-expand, completion-initials-all-completions)
19584 (completion-initials-try-completion): New functions.
19585 (completion-styles-alist): Add doc to each entry.
19586 Add new `initials' entry.
19588 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
19590 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
19591 MI command -var-evaluate-expression.
19592 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
19593 and tweak for case of string child.
19594 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
19596 2009-09-01 Glenn Morris <rgm@gnu.org>
19598 * add-log.el (change-log-date-face, change-log-name-face)
19599 (change-log-email-face, change-log-file-face, change-log-list-face)
19600 (change-log-conditionals-face, change-log-function-face)
19601 (change-log-acknowledgement-face):
19602 * cus-edit.el (custom-invalid-face, custom-rogue-face)
19603 (custom-modified-face, custom-set-face, custom-changed-face)
19604 (custom-saved-face, custom-button-face, custom-button-pressed-face)
19605 (custom-documentation-face, custom-state-face, custom-comment-face)
19606 (custom-comment-tag-face, custom-variable-tag-face)
19607 (custom-variable-button-face, custom-face-tag-face)
19608 (custom-group-tag-face-1, custom-group-tag-face):
19609 * diff-mode.el (diff-header-face, diff-file-header-face)
19610 (diff-index-face, diff-hunk-header-face, diff-removed-face)
19611 (diff-added-face, diff-changed-face, diff-function-face)
19612 (diff-context-face, diff-nonexistent-face):
19613 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19614 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
19615 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19616 (Info-title-4-face):
19617 * isearch.el (isearch-lazy-highlight-face):
19618 * log-view.el (log-view-file-face, log-view-message-face):
19619 * paren.el (show-paren-match-face, show-paren-mismatch-face):
19620 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
19621 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
19623 * smerge-mode.el (smerge-mine-face, smerge-other-face)
19624 (smerge-base-face, smerge-markers-face):
19625 * wid-edit.el (widget-documentation-face, widget-button-face)
19626 (widget-field-face, widget-single-line-field-face)
19627 (widget-inactive-face, widget-button-pressed-face):
19628 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
19629 (woman-addition-face):
19630 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
19631 (eshell-ls-executable-face, eshell-ls-readonly-face)
19632 (eshell-ls-unreadable-face, eshell-ls-special-face)
19633 (eshell-ls-missing-face, eshell-ls-archive-face)
19634 (eshell-ls-backup-face, eshell-ls-product-face)
19635 (eshell-ls-clutter-face):
19636 * eshell/em-prompt.el (eshell-prompt-face):
19637 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
19638 * obsolete/old-whitespace.el (whitespace-highlight-face):
19639 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
19640 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
19641 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
19642 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
19643 (antlr-font-lock-literal-face):
19644 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19645 (ebrowse-root-class-face, ebrowse-file-name-face)
19646 (ebrowse-default-face, ebrowse-member-attribute-face)
19647 (ebrowse-member-class-face, ebrowse-progress-face):
19648 * progmodes/make-mode.el (makefile-space-face):
19649 * progmodes/sh-script.el (sh-heredoc-face):
19650 * textmodes/flyspell.el (flyspell-incorrect-face)
19651 (flyspell-duplicate-face):
19652 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
19653 * textmodes/texinfo.el (texinfo-heading-face):
19654 Mark face aliases with "-face" suffix as obsolete.
19656 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
19659 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
19660 (eudc-bob-sound-menu): Use defvar rather than defconst, since
19661 easy-menu-define wants to modify these.
19663 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
19665 * net/browse-url.el (browse-url-file-url):
19666 * term/internal.el (dos-codepage-setup):
19667 Use default-value rather than default-enable-multibyte-characters.
19669 * progmodes/etags.el (etags-goto-tag-location):
19670 * progmodes/flymake.el (flymake-highlight-line)
19671 (flymake-goto-file-and-line, flymake-goto-line):
19672 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
19673 (gdb-goto-breakpoint):
19674 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
19675 * progmodes/python.el (python-find-function)
19676 (python-pdbtrack-track-stack-file):
19677 * progmodes/verilog-mode.el (verilog-surelint-off):
19678 * term/ns-win.el (ns-open-file-select-line):
19679 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
19680 Use forward-line rather than goto-line.
19682 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
19683 * textmodes/reftex-index.el (reftex-display-index):
19684 * textmodes/reftex-ref.el (reftex-offer-label-menu):
19685 * textmodes/reftex-toc.el (reftex-toc):
19686 Remove unnecessary bindings of default-major-mode (all are followed by
19687 major-mode check and possible mode switch).
19689 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
19691 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
19692 Handle watchpoints (bug#4282).
19693 (def-gdb-thread-buffer-command): Enable thread to be selected by
19694 clicking without selecting threads buffer first.
19695 (gdb-current-context-command): Use selected frame so that "up",
19696 "down" etc work in the GUD buffer.
19697 (gdb-update): Find selected frame before rendering stack buffer.
19698 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
19700 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
19702 * progmodes/sym-comp.el (displayed-completions): Remove.
19703 (symbol-complete): Use minibuffer-complete.
19705 2009-08-31 Glenn Morris <rgm@gnu.org>
19707 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
19709 * apropos.el (apropos-symbols-internal):
19710 Handle (obsolete) face aliases.
19712 * faces.el (describe-face): Adjust the output format to be more like
19713 describe-variable, and to mention (obsolete) face aliases.
19714 Adjust the whitespace so that help-setup-xref works.
19716 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
19717 * calendar/diary-lib.el (diary-button-face):
19718 Mark these face aliases as obsolete.
19720 * calendar/calendar.el (calendar-today): Doc fix.
19722 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
19724 * progmodes/gdb-mi.el (gdb-control-all-threads)
19725 (gdb-control-current-thread): Force tool bar update.
19726 (gdb-non-stop-handler): New function.
19727 (gdb-init-1): Use it to test if non-stop mode is supported.
19728 Remove unused gdbmi buffer type.
19730 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
19732 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
19733 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
19735 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
19737 * comint.el (comint-exec-1): Check command is non-null first.
19738 Part of gdb-mi.el change (2009-08-28).
19740 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
19742 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
19744 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
19746 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
19747 instead of `dolist' to avoid a recursive require when bootstrapping.
19749 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
19751 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
19753 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
19755 * net/imap.el (imap-send-command): Simplify.
19756 (imap-wait-for-tag): point-max -> buffer-size.
19758 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
19760 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
19761 with constant argument.
19763 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
19765 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
19767 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
19768 Change default, since most of our files don't have a history.
19769 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
19772 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19775 * calc/calc.el: Improve commenting convention.
19776 (calc-digit-map, toplevel): Simplify.
19778 * comint.el (comint-insert-input): Be careful to only set point if we
19779 don't delegate to some other command.
19781 * proced.el (proced-signal-list): Make it an alist.
19782 (proced-grammar-alist): Capitalize names.
19783 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
19784 Disable undo manually and make it read-only.
19785 Use completion-annotate-function.
19787 * minibuffer.el (minibuffer-message): If the current buffer is not
19788 a minibuffer, insert the message in the echo area rather than at the
19790 (completion-annotate-function): New variable.
19791 (minibuffer-completion-help): Use it.
19792 (completion--embedded-envvar-table): Environment vars are
19793 always case-sensitive.
19795 2009-08-30 Glenn Morris <rgm@gnu.org>
19797 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
19798 from fortran-current-defun.
19799 (fortran-beginning-of-subprogram): Be more precise about finding the
19800 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
19801 (fortran-end-of-subprogram): Simplify.
19802 (fortran-current-defun): Use fortran-start-prog-re.
19804 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
19806 * subr.el (do-after-load-evaluation): Simplify.
19808 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
19810 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
19812 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
19813 (vc-rcs-print-log): Use it.
19815 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
19817 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
19819 * paths.el (abbrev-file-name): Move to abbrev.el.
19820 * abbrev.el (abbrev-file-name): Move from paths.el.
19821 Obey user-emacs-directory.
19822 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
19823 user-emacs-directory.
19824 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
19825 abbrev-file-name and calc-settings-file any more.
19826 * startup.el (command-line): Recompute abbrev-file-name and
19827 abbreviated-home-dir.
19828 (normal-no-mouse-startup-screen): Improve the generic code and get rid
19829 of the special code for when C-h bindings haven't been changed.
19830 (display-startup-echo-area-message): Use with-current-buffer.
19831 (command-line-1): Use a list of strings, rather than a list of lists
19832 of strings for longopts.
19834 * files.el (get-free-disk-space): Use / for default-directory.
19836 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
19837 Use with-current-buffer.
19839 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
19840 Recognize immutable variables like most-positive-fixnum.
19841 (byte-compile-setq-default): Check and warn if trying to assign
19842 to an immutable variable, or a non-variable.
19844 * progmodes/cc-vars.el (c-comment-continuation-stars):
19845 * progmodes/cc-engine.el (c-looking-at-bos):
19846 * progmodes/cc-cmds.el (c-toggle-auto-state)
19847 (c-forward-into-nomenclature, c-backward-into-nomenclature)
19848 (c-comment-line-break-function): Add version of obsolescence.
19850 2009-08-28 Juri Linkov <juri@jurta.org>
19852 * files.el (magic-fallback-mode-alist): Add ZIP magic number
19853 associated with `archive-mode'.
19855 * image.el (image-type-header-regexps): Use only JPEG magic number
19856 to determine JPEG images, and don't use `image-jpeg-p' because
19857 Emacs can display non-JFIF non-Exif JPEG images.
19859 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
19861 * arc-mode.el (archive-mode):
19862 * emacs-lisp/re-builder.el (re-builder-unload-function):
19863 Protect against the default value of `major-mode' being nil.
19865 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
19867 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
19868 Fix typos in docstrings.
19870 * progmodes/js.el (js--macro-decl-re): Doc fix.
19871 (js--plain-method-re, js--split-name): Refloc docstring.
19872 (js--class-styles, js--make-merged-item, js--splice-into-items):
19873 Fix typos in docstrings; reflow docstrings.
19874 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
19875 (js--variable-decl-matcher, js--inside-pitem-p)
19876 (js--parse-state-at-point, js--get-all-known-symbols)
19877 (js--symbol-history, js-find-symbol, js--js-references)
19878 (js--moz-interactor, js--js-encode-value, js--read-tab):
19879 Fix typos in docstrings.
19881 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
19883 * textmodes/reftex.el (reftex-get-file-buffer-force):
19884 * progmodes/verilog-mode.el (verilog-batch-execute-func):
19885 * emulation/viper.el (viper-go-away, viper-set-hooks):
19886 * emacs-lisp/re-builder.el (re-builder-unload-function):
19887 * emacs-lisp/bytecomp.el (byte-compile-file):
19888 * ses.el (ses-unload-function):
19889 * hexl.el (hexl-find-file):
19890 * files.el (normal-mode):
19891 * ehelp.el (with-electric-help):
19892 * autoinsert.el (auto-insert-alist):
19893 * arc-mode.el (archive-mode):
19894 Use (default-value 'major-mode) instead of default-major-mode.
19896 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
19897 * international/mule.el (load-with-code-conversion):
19898 * emacs-lisp/debug.el (debug):
19899 * ediff-vers.el (ediff-rcs-get-output-buffer):
19900 * dired.el (dired-internal-noselect): Don't let-bind
19901 default-major-mode around code that doesn't use it.
19902 E.g. buffer creation via get-buffer-create doesn't use it.
19904 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
19906 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
19907 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
19908 when writing the temp file. Otherwise, epa-file gets confused.
19909 (tramp-register-file-name-handlers): Make it a defun. Move also
19910 `epa-file-handler' to the front of `file-name-handler-alist'.
19912 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
19914 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
19915 start right after a ^M.
19916 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
19917 (tramp-completion-file-name-regexp-separate)
19918 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
19919 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
19920 Don't modify last-coding-system-used by accident.
19921 (tramp-completion-file-name-handler): Apply the checks here,
19922 instead during registration.
19923 (tramp-register-file-name-handlers): Rename from
19924 `tramp-register-file-name-handler'. Register both
19925 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
19926 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
19928 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
19930 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
19931 Remove variable ...
19932 (gdb-init-1, gdb-display-separate-io-buffer)
19933 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
19935 (gdb-inferior-io-mode): Use make-comint-in-buffer.
19936 (gdb-inferior-filter): Use comint-output-filter to stop
19937 echoing and remove ^M characters.
19939 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
19941 * emulation/viper-init.el (viper-restore-cursor-type):
19942 * emulation/cua-base.el (cua--update-indications):
19943 Replace default-cursor-type with (default-value 'cursor-type).
19945 * mail/sendmail.el (mail-recover-1):
19946 * international/mule-diag.el (describe-current-coding-system-briefly)
19947 (describe-current-coding-system):
19948 * international/mule-cmds.el (select-safe-coding-system)
19949 (select-message-coding-system)
19950 (set-language-environment-coding-systems, set-locale-environment):
19951 * hexl.el (hexl-insert-multibyte-char):
19952 * dos-w32.el (find-buffer-file-type-coding-system):
19953 * simple.el (what-cursor-position):
19954 Replace uses of default-buffer-file-coding-system
19955 with (default-value 'buffer-file-coding-system).
19957 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
19958 Replace uses of default-cursor-in-non-selected-windows
19959 with (default-value 'cursor-in-non-selected-windows).
19960 Use with-current-buffer.
19962 * mail/feedmail.el: Use CL macros.
19963 (feedmail-run-the-queue, feedmail-send-it-immediately):
19964 * dos-w32.el (find-buffer-file-type): Replace uses of
19965 default-buffer-file-type with (default-value 'buffer-file-type).
19967 2009-08-28 Glenn Morris <rgm@gnu.org>
19969 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
19970 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
19971 Use default-value of major-mode rather than default-major-mode.
19973 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
19975 * Makefile.in (update-elcfiles): Report left over elc files.
19977 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
19978 expand-file-name and with-current-buffer.
19979 (mail-get-names, mail-directory): Use with-current-buffer.
19981 * vc.el (vc-read-revision): New function.
19982 (vc-version-diff, vc-merge): Use it.
19984 2009-08-27 Sam Steingold <sds@gnu.org>
19986 * simple.el (kill-do-not-save-duplicates): New user option.
19987 (kill-new): When it is non-nil, and the new string is the same as
19988 the latest kill, set replace to t to avoid duplicates in kill-ring.
19990 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
19992 * net/tramp.el (tramp-handle-process-file): Do not flush all
19993 caches when `process-file-side-effects' is set.
19994 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
19995 instead of `tramp-find-file-exists-command'.
19996 Unset `process-file-side-effects'.
19998 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
20000 * net/tramp.el (tramp-methods): New method "rsyncc".
20001 (top): Add completion function for "rsyncc".
20002 (tramp-message-show-message): New defvar.
20003 (tramp-message, tramp-error): Use it.
20004 (tramp-do-copy-or-rename-file-directly): Extend check for direct
20006 (tramp-do-copy-or-rename-file-out-of-band): Handle new
20007 `tramp-methods' entry `copy-env' of "rsyncc".
20008 (tramp-vc-registered-read-file-names): New defconst.
20009 (tramp-vc-registered-file-names): New defvar.
20010 (tramp-handle-vc-registered): Implement optimization strategy.
20011 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
20012 (tramp-vc-file-name-handler): New defun.
20013 (tramp-get-ls-command, tramp-get-test-command)
20014 (tramp-get-file-exists-command, tramp-get-remote-ln)
20015 (tramp-get-remote-perl, tramp-get-remote-stat)
20016 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
20018 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
20019 (tramp-cache-inhibit-cache): Extend doc string. It allows also
20021 (tramp-get-file-property): Check for timestamps in
20022 `tramp-cache-inhibit-cache'.
20023 (tramp-set-file-property): Write timestamp.
20025 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20027 * language/japan-util.el (japanese-symbol-table): Add entries for
20030 * international/characters.el: Add category `j' to cp932-2-byte.
20032 2009-08-27 Kenichi Handa <handa@m17n.org>
20034 * international/fontset.el (build-default-fontset-data): New macro.
20035 (setup-default-fontset): Use build-default-fontset-data for CJK,
20036 tibetan, ethiopic, and ipa.
20038 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20040 * cus-start.el (default-major-mode): Customize `major-mode' instead.
20041 (enable-multibyte-characters): Not customizable any more.
20043 * subr.el (default-mode-line-format, default-header-line-format)
20044 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
20045 (default-direction-reversed, default-truncate-lines)
20046 (default-left-margin, default-tab-width, default-case-fold-search)
20047 (default-left-margin-width, default-right-margin-width)
20048 (default-left-fringe-width, default-right-fringe-width)
20049 (default-fringes-outside-margins, default-scroll-bar-width)
20050 (default-vertical-scroll-bar, default-indicate-empty-lines)
20051 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
20052 (default-fringe-cursor-alist, default-scroll-up-aggressively)
20053 (default-scroll-down-aggressively, default-fill-column)
20054 (default-cursor-type, default-buffer-file-type)
20055 (default-cursor-in-non-selected-windows)
20056 (default-buffer-file-coding-system, default-major-mode)
20057 (default-enable-multibyte-characters): Mark as obsolete.
20059 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
20061 * vc-dir.el (vc-dir-update): Remove debug helper.
20063 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
20065 2009-08-26 Sam Steingold <sds@gnu.org>
20067 * simple.el (save-interprogram-paste-before-kill): New user option.
20068 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
20069 save the interprogram-paste into kill-ring before overriding it
20070 with the Emacs kill.
20072 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20074 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
20075 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
20076 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
20077 and move to vc-rcs.el.
20078 (vc-default-next-revision): Rename to vc-rcs-next-revision and
20080 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
20081 (vc-rcs-update-changelog): Remove.
20082 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
20083 and move to vc-rcs.el.
20085 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
20086 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
20088 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
20089 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
20090 vc.el, renamed to be RCS specific.
20092 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
20094 (vc-cvs-update-changelog): Move here from vc.el.
20096 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
20099 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
20101 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
20103 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20105 * vc-git.el (vc-git-register): Use "git add" for directories.
20106 (vc-git-stash, vc-git-stash-show): New functions.
20107 (vc-git-extra-menu-map): Bind them.
20109 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
20110 directory correctly in case the item is a directory itself.
20112 * vc.el: Document the desired behavior for reverted files in the
20114 (vc-default-prettify-state-info): Remove function, unused.
20116 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
20118 2009-08-26 Glenn Morris <rgm@gnu.org>
20120 * bindings.el (standard-mode-line-format): Reposition dashes in
20121 which-func entry. (Bug#4217)
20123 * files.el (enable-local-variables, enable-local-eval)
20124 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
20126 (auto-mode-alist, ignored-local-variables)
20127 (save-some-buffers-action-alist): Move risky declarations to the
20129 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
20130 (font-lock-defaults, format-alist, imenu--index-alist)
20131 (imenu-generic-expression, input-method-alist, minor-mode-alist)
20132 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
20133 (mode-line-modified, mode-line-mule-info, mode-line-position)
20134 (mode-line-process, mode-line-remote, outline-level)
20135 (parse-time-rules, rmail-output-file-alist)
20136 (special-display-buffer-names, vc-mode):
20137 Move risky declarations to the relevant files.
20138 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
20139 (mode-line-modified, mode-line-process, mode-line-position)
20140 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
20141 * font-core.el (font-lock-defaults):
20142 * format.el (format-alist):
20143 * vc-hooks.el (vc-mode):
20144 * window.el (special-display-buffer-names):
20145 * international/mule-cmds.el (input-method-alist):
20146 Define riskiness here (dumped file) rather than in files.el.
20147 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
20148 * imenu.el (imenu-generic-expression, imenu--index-alist):
20149 * outline.el (outline-level):
20150 * time.el (display-time-string):
20151 * calendar/parse-time.el (parse-time-rules):
20152 * mail/rmailout.el (rmail-output-file-alist):
20153 Autoload riskiness here, rather than placing in files.el.
20155 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
20157 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
20159 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
20161 * simple.el (process-file-side-effects): New defvar.
20163 * dired-aux.el (dired-show-file-type):
20164 * vc.el (vc-diff-internal):
20165 * vc-arch.el (vc-arch-diff):
20166 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
20167 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
20168 * vc-git.el (vc-git-registered, vc-git-working-revision)
20169 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
20170 (vc-git--empty-db-p):
20171 * vc-hooks.el (vc-user-login-name):
20172 * vc-svn.el (vc-svn-registered, vc-svn-state)
20173 (vc-svn-dir-extra-headers, vc-svn-find-revision):
20174 * progmodes/grep.el (grep-probe): Let-bind
20175 `process-file-side-effects' with nil.
20177 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
20179 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
20180 daemon. Replace ping by checking for running service for bluez
20181 and zeroconf. (Bug#4239)
20183 2009-08-25 Kevin Ryde <user42@zip.com.au>
20185 * net/dig.el (dig): Add autoload cookie.
20187 2009-08-25 Glenn Morris <rgm@gnu.org>
20189 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
20190 load-history for absolute file-names.
20191 (byte-compile-file-form-require): Warn about use of the cl package.
20193 * format.el (format-alist): Doc fix.
20195 * play/bubbles.el (top-level): Don't require cl at run-time.
20197 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
20200 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
20202 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
20204 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
20206 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
20208 * calc/calc-alg.el (math-trig-rewrite)
20209 (math-hyperbolic-trig-rewrite): New functions.
20210 (calc-simplify): Simplify trig functions when asked.
20212 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20214 * diff-mode.el (diff-find-source-location): Avoid goto-line.
20216 2009-08-24 Kenichi Handa <handa@m17n.org>
20218 * language/ind-util.el (mapthread): Delete it.
20219 (combinatorial): New function.
20220 (indian--puthash-cv): Use combinatorial instead of mapthread.
20222 2009-08-22 Kevin Ryde <user42@zip.com.au>
20224 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
20225 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
20226 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
20227 Clarify docstring that the value is strings not symbols.
20228 (checkdoc-list-of-strings-p): New function.
20230 2009-08-22 Glenn Morris <rgm@gnu.org>
20232 * files.el (auto-mode-alist):
20233 * hippie-exp.el (he-concat-directory-file-name):
20234 * lpr.el (lpr-windows-system, printer-name):
20235 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
20236 * ps-print.el (ps-windows-system):
20237 * startup.el (command-line):
20238 * emulation/viper-ex.el (viper-glob-function):
20239 * international/mule-cmds.el (set-language-environment-coding-systems):
20240 * net/ange-ftp.el (ange-ftp-write-region):
20241 * obsolete/fast-lock.el (fast-lock-cache-name):
20242 Remove code for defunct system-types emx, macos, mswindows, next-mach,
20243 unisoft-unix, vax-vms, win32, w32.
20245 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
20246 given name if the pattern is not more specific.
20248 * calendar/lunar.el (lunar-phase-names): New option.
20249 (lunar-phase): Doc fix.
20250 (lunar-cycles-per-year): New constant.
20251 (lunar-index): New function.
20252 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
20253 (lunar-phase-name): Use lunar-phase-names.
20254 (calendar-lunar-phases): Use format.
20255 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
20257 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
20258 Copy imenu-example--name-and-position function here for own use.
20259 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
20261 * bs.el (bs--redisplay):
20262 * cus-edit.el (custom-redraw):
20263 * ibuffer.el (ibuffer-bury-buffer):
20264 * server.el (server-goto-line-column):
20265 * startup.el (command-line-1):
20266 * strokes.el (strokes-xpm-for-stroke):
20267 * term.el (term-display-buffer-line):
20268 * view.el (View-goto-line):
20269 * calc/calc.el (calc-do, calc-trail-buffer):
20270 * play/gamegrid.el (gamegrid-add-score-insecure):
20271 * progmodes/ada-mode.el (ada-compile-goto-error):
20272 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
20273 (ebrowse-select-1st-to-9nth):
20274 * progmodes/cperl-mode.el (cperl-time-fontification):
20275 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
20276 * progmodes/gud.el (gud-display-line):
20277 (idlwave-shell-display-line):
20278 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
20279 * progmodes/make-mode.el (makefile-browser-toggle):
20280 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
20281 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
20282 * textmodes/picture.el (picture-draw-rectangle):
20283 * textmodes/reftex-index.el (reftex-index-goto-letter):
20284 (reftex-select-jump-to-previous):
20285 * textmodes/reftex-sel.el (reftex-find-start-point)
20286 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
20287 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
20288 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
20289 * textmodes/tex-mode.el (tex-compilation-parse-errors):
20290 * textmodes/two-column.el (2C-associated-buffer):
20291 Use forward-line rather than goto-line.
20293 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
20296 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
20297 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
20298 (quick-check-list-to-regexp): Declare.
20300 * progmodes/make-mode.el (makefile-browser-insert-selection):
20301 Use goto-char rather than goto-line.
20303 * progmodes/prolog.el (compilation-error-regexp-alist)
20304 (compilation-forget-errors): Declare.
20306 2009-08-22 Juri Linkov <juri@jurta.org>
20308 * progmodes/grep.el (lgrep, rgrep): At the beginning
20309 set `dir' to `default-directory' unless `dir' is a non-nil
20310 readable directory. (Bug#4052)
20311 (lgrep, rgrep): Change a weird way to report an error
20312 from using `read-string' to using `error'.
20313 Instead of using interactive arguments in the function body,
20314 add new argument `confirm'.
20316 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
20318 * textmodes/remember.el (remember-buffer):
20319 * progmodes/cperl-mode.el (cperl-vc-header-alist):
20320 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
20321 (icalendar-extract-ical-from-buffer):
20322 * net/newst-treeview.el (newsticker-groups-filename):
20323 * net/newst-backend.el (newsticker-cache-filename):
20324 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
20325 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
20326 (speedbar-add-ignored-path-regexp, speedbar-line-path)
20327 (speedbar-buffers-line-path, speedbar-path-line)
20328 (speedbar-buffers-line-path):
20329 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
20331 * epa.el (epa-display-verify-result):
20332 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
20334 2009-08-21 Glenn Morris <rgm@gnu.org>
20336 * progmodes/js.el (inferior-moz-process): Fix declaration.
20338 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
20340 * obsolete/rnewspost.el (news-mail-reply):
20341 Use goto-char rather than goto-line.
20343 * term/ns-win.el (ns-open-file-select-line):
20344 Use line-beginning-position rather than goto-line.
20346 * apropos.el (apropos-command):
20347 * ehelp.el (electric-helpify):
20348 * printing.el (pr-show-setup):
20349 * strokes.el (strokes-help):
20350 * tutorial.el (tutorial--describe-nonstandard-key)
20351 (tutorial--detailed-help):
20352 * woman.el (woman-mini-help, woman-display-extended-fonts):
20353 * calc/calc-help.el (calc-describe-key):
20354 * emulation/edt.el (edt-electric-helpify):
20355 * international/mule-diag.el (mule-diag):
20356 * play/yow.el (apropos-zippy):
20357 * progmodes/python.el (python-describe-symbol):
20358 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
20359 * textmodes/table.el (*table--cell-describe-mode)
20360 (*table--cell-describe-bindings):
20361 Use help-print-return-message rather than the now obsolete alias.
20363 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
20364 (calendar-cursor-to-visible-date):
20365 * play/5x5.el (5x5-position-cursor):
20366 * play/decipher.el (decipher):
20367 * play/gomoku.el (gomoku-goto-xy):
20368 * play/landmark.el (lm-goto-xy):
20369 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
20370 (mpuz-paint-digit):
20371 Use forward-line, not goto-line.
20373 * mail/rmail.el (rmail-obsolete): Delete custom group.
20374 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
20375 (rmail-remote-password, rmail-remote-password-required):
20376 Remove unneeded :set-after and :set properties.
20378 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
20380 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
20382 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
20384 * loadup.el: Remove leftover macos code.
20386 * vc-git.el (vc-git-annotate-command): Run asynchronously.
20387 Explicitly pass the date format to git blame so that user local
20388 so that the output format can be parsed.
20390 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
20392 * net/dbus.el (top): Don't check for (getenv
20393 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
20395 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
20397 * log-edit.el (log-edit-strip-single-file-name): New var.
20398 (log-edit-insert-changelog): Use it. Bug#3571
20400 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20402 * subr.el (read-passwd): Use read-key so keypad keys work as well.
20405 * help.el (help-print-return-message): Rename from
20406 print-help-return-message.
20408 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
20409 cvs-mode-map parent hack.
20410 (log-view-mode): Derive from special-mode.
20412 * linum.el (linum-mode): window-size-change-functions is redundant.
20413 Adapt to new window-configuration-change-hook behavior.
20414 (linum-after-size, linum-after-config): Remove.
20416 * imenu.el (imenu-example--name-and-position)
20417 (imenu-example--lisp-extract-index-name)
20418 (imenu-example--create-lisp-index, imenu-example--create-c-index):
20421 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
20422 (inferior-prolog-mode): Use it.
20423 (inferior-prolog-load-file): Reset list of errors.
20425 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20427 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
20429 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
20431 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
20433 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
20434 is running already.
20436 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20438 * subr.el (listify-key-sequence-1): Use normal syntax since those
20439 integers are nowadays always represented by the same (positive) number
20441 (read-key-empty-map): New const.
20442 (read-key-delay): New var.
20443 (read-key): New function.
20444 (force-mode-line-update): Use with-current-buffer.
20445 (locate-user-emacs-file): Don't forget to abbreviate the file name.
20446 (start-process-shell-command, start-file-process-shell-command):
20447 Discourage the use of command-args.
20449 2009-08-19 Glenn Morris <rgm@gnu.org>
20451 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
20453 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20455 * simple.el (choose-completion-string): Don't rely on
20456 minibuffer-completing-file-name and ad-hoc checks to decide whether
20457 to continue completion or not.
20459 * minibuffer.el (minibuffer-hide-completions): New function.
20460 (completion--do-completion): Use it.
20461 (completions-annotations): New face.
20462 (completion--insert-strings): Use it.
20463 (completion-pcm--delim-wild-regex): Add docstring.
20464 (completion-pcm--string->pattern): Add support for 0-width delimiters
20465 in completion-pcm--delim-wild-regex.
20467 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
20469 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
20470 Remove unused var `buffer-modified-p'.
20472 * minibuffer.el (completion--do-completion): Move point for the #b001
20473 case as well (bug#4176).
20474 (minibuffer-complete, minibuffer-complete-word): Don't move point.
20476 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
20478 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
20479 and :session buses.
20481 2009-08-18 Kenichi Handa <handa@m17n.org>
20483 * international/ucs-normalize.el (ucs-normalize-version):
20485 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
20486 (utf-8-hfs): Make it perform normalization on encoding too.
20488 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
20489 (sentence-end-without-space): Delete duplicated chars.
20490 (sentence-end-base): Likewise.
20492 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
20493 (html-mode): Delete duplicated chars from sentence-end-base.
20495 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
20496 (texinfo-mode): Delete duplicated chars from sentence-end-base.
20498 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
20500 * files.el (hack-one-local-variable): If the mode function is for
20501 a minor mode, pass it an argument (Bug#4148).
20503 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
20505 * net/tramp.el (tramp-register-completion-file-name-handler):
20506 Check also for (member 'partial-completion completion-styles).
20508 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
20510 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
20513 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
20515 * progmodes/cperl-mode.el: Merge upstream 6.2.
20516 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
20517 (cperl-forward-re): Check cperl-brace-recursing.
20518 (cperl-highlight-charclass): New function.
20519 (cperl-find-pods-heres): Use it.
20520 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
20521 (cperl-beautify-regexp-piece): Fix column calculation.
20522 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
20523 (cperl-beautify-level): Don't process entire regexp.
20524 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
20526 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
20527 (cperl-init-faces): Build a list in the normal way.
20529 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
20531 * calendar/parse-time.el (parse-time-string-chars): Save match
20534 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
20536 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
20537 (sql-product): Use it.
20538 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
20539 (sql-set-product): Add completion.
20540 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
20541 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
20542 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
20543 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
20544 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
20545 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
20546 (sql-highlight-db2-keywords): Remove.
20547 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
20548 (sql-highlight-product): Use derived-mode-p.
20549 (sql-set-sqli-buffer): Use with-current-buffer.
20550 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
20553 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
20555 * term.el: Fix commenting convention, turn comments into docstrings.
20557 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
20559 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
20561 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
20563 * calendar/parse-time.el (parse-time-string-chars): Compute using
20564 character classes, to handle non-ascii characters (Bug#3190).
20566 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
20568 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
20569 another heredoc if the user adds another < (Bug#3226).
20571 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20572 Don't initialize based on window-system (Bug#4124).
20574 * facemenu.el (facemenu-read-color): Use a completion function
20575 that accepts any defined color, such as RGB triplets (Bug#3677).
20577 * files.el (get-free-disk-space): Change fallback default
20578 directory to /. Expand DIR argument before switching to fallback.
20579 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
20581 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
20583 * files.el (load-library): Doc fix.
20585 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
20587 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
20588 (viper-if-string): Redefine C-s in the minibuffer to insert the last
20589 incremental search string.
20591 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
20594 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
20595 (ediff-merge-region-is-non-clash)
20596 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
20597 Also check if the job is really a merge job.
20599 * ediff.el (ediff-current-file): New function.
20601 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
20603 * progmodes/js.el: Edit docstrings throughout to follow Emacs
20605 (js-insert-and-indent): Delete function.
20606 (js-mode-map): Don't bind keys to js-insert-and-indent.
20607 (js-beginning-of-defun): Rename from js--beginning-of-defun.
20608 (js-end-of-defun): Rename from js--end-of-defun.
20609 (js-auto-indent-flag): Delete variable.
20611 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
20613 * progmodes/js.el: Remove proclaim statement.
20614 Defvar which-func-imenu-joiner-function to silence compiler.
20616 * files.el (auto-mode-alist): Use js-mode for .js files.
20618 * progmodes/js2-mode.el: Remove file.
20620 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
20622 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
20624 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
20626 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
20627 Karl Landstrom <karl.landstrom@brgeight.se>
20629 * progmodes/js.el: New file.
20631 2009-08-14 Mark A. Hershberger <mah@everybody.org>
20633 * timezone.el (timezone-parse-date): Add ability to understand ISO
20634 basic format (minimal separators) dates in addition to the
20635 already-supported extended format dates.
20637 2009-08-14 Eli Zaretskii <eliz@gnu.org>
20639 * international/ucs-normalize.el: Add a `coding' file variable.
20641 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
20643 2009-08-14 Sam Steingold <sds@gnu.org>
20645 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
20647 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
20649 * faces.el (help-argument-name): Define it here instead of
20650 help-fns.el, because in daemon mode help-fns.el may be loaded when
20651 faces are still uninitialized (Bug#1078).
20653 * help-fns.el (help-argument-name): Move defface to faces.el.
20655 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
20657 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
20658 create buffer with a pty but no process so that GDB can make the
20659 inferior the controlling process.
20661 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
20663 * international/ucs-normalize.el: New file.
20665 2009-08-13 Richard Stallman <rms@gnu.org>
20667 * mail/rmail.el (rmail-get-attr-names):
20668 Accept an attribute header that is too short.
20670 * mail/rmail.el (rmail-forget-messages):
20671 Ignore nil elt in rmail-message-vector. Use dotimes.
20673 * progmodes/compile.el (compilation-goto-locus):
20674 Use next-error-move-function.
20676 * simple.el (next-error-move-function): New variable.
20678 2009-08-12 Juri Linkov <juri@jurta.org>
20680 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
20681 always non-nil. (Bug#4052)
20683 * replace.el (read-regexp): Return empty string when
20684 `default-value' is nil.
20685 (keep-lines-read-args): Don't use empty string as the
20686 default value for `read-regexp'. (Bug#2495)
20688 2009-08-12 Juri Linkov <juri@jurta.org>
20690 * international/mule-cmds.el (ucs-insert): Change arguments
20691 from `arg' to `character', `count', `inherit' to be the same
20692 as in `insert-char'. Doc fix. (Bug#4039)
20694 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
20696 2009-08-12 Juri Linkov <juri@jurta.org>
20698 * files-x.el: New file.
20700 * files.el: Move code that deals with adding/deleting
20701 file/directory-local variables to files-x.el.
20703 * Makefile.in (ELCFILES): Add files-x.elc.
20705 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
20707 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
20708 to use `goto-line'.
20709 (gdb-place-breakpoints, gdb-get-location): Rewritten without
20711 (gdb-invalidate-disassembly): Do not refresh upon receiving
20712 'update signal. Instead, update all disassembly buffers only after
20714 (gdb): Send -target-detach when buffer is killed (Bug#3794).
20715 (gdb-starting): Move -data-list-register-names...
20716 (gdb-stopped): ...here so it's sent when first thread stops.
20717 (gdb-registers-handler-custom): Do nothing if register names are
20720 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
20721 from `gdb-mi.el' to avoid extra tangling.
20723 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
20724 change which breaks `gud-def' definitions used in `gdb'.
20725 (gdb-update-gud-running): No extra fuss for updating frame number.
20727 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
20729 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
20730 (describe-language-environment-map, setup-language-environment-map)
20731 (set-coding-system-map): Move initialization into declaration.
20732 (set-language-info-alist): Last arg to define-key-after can be skipped.
20734 * international/quail.el (quail-completion-1): Simplify.
20735 (quail-define-rules): Use slightly more compact code.
20736 (quail-insert-decode-map): Propertize keys, compact columns.
20738 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20741 2009-08-10 Miles Bader <miles@gnu.org>
20743 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
20744 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
20745 (js2-instance-member, js2-private-member, js2-private-function-call)
20746 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
20747 (js2-magic-paren, js2-external-variable):
20748 Remove "-face" suffix from face names.
20749 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
20750 (js2-highlight-undeclared-vars, js2-peek-token)
20751 (js2-parse-function-params, js2-mode-show-errors)
20752 (js2-mode-show-warnings, js2-make-magic-delimiter)
20753 (js2-mode-highlight-magic-parens): Update to use new face names.
20755 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
20757 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
20758 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
20760 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
20762 * subr.el: Provide hashtable-print-readable.
20764 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
20765 hs-c-like-adjust-block-beginning.
20766 (hs-hide-block-at-point): Stop hiding at the beginning of
20767 hs-block-end-regexp (Bug#700).
20769 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
20771 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
20773 (gdb-registers-handler-custom): Do not fail when register names
20776 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
20778 * progmodes/gdb-mi.el (gdb-control-all-threads)
20779 (gdb-control-current-thread): Interactive setters for
20780 `gdb-gud-control-all-threads' to use in menu.
20781 (gdb-show-run-p): Show «Go» when process is not active.
20782 (gud-tool-bar-map): Add non-stop/A,T indicator.
20783 Uses gud/thread.xpm and gud/all.xpm.
20785 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
20787 * net/net-utils.el (net-utils-font-lock-keywords): New var.
20788 (nslookup-font-lock-keywords): Make it a variable.
20789 (net-utils-mode): New mode for viewing diagnostic network output.
20790 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
20791 (net-utils-run-simple): New function.
20792 (ifconfig, iwconfig, netstat, arp, route): Use it.
20794 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
20796 * progmodes/gdb-mi.el (gdb-read-memory-custom)
20797 (gdb-memory-set-address, def-gdb-set-positive-number)
20798 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
20799 after changing settings.
20800 (gdb-invalidate-disassembly): Update when first shown.
20801 (gdb-edit-locals-value): Fix.
20802 (gdb-registers-handler-custom): Print registers in right order and
20803 allow changing register values (only for current thread yet).
20804 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
20805 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
20806 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
20807 (gdb-locals-handler-custom, gdb-registers-handler-custom):
20808 Thread info in mode name.
20809 (gdb-registers-mode-map): TAB to switch to locals.
20811 2009-08-08 Eli Zaretskii <eliz@gnu.org>
20813 * mail/rmail.el (rmail-add-mbox-headers)
20814 (rmail-set-message-counters-counter): Search for
20815 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
20817 2009-08-08 Glenn Morris <rgm@gnu.org>
20819 * Makefile.in (ELCFILES): Update.
20821 2009-08-07 Eli Zaretskii <eliz@gnu.org>
20823 * mail/sendmail.el (mail-yank-original):
20824 Set buffer-file-coding-system from the one used by the message whose
20827 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
20828 to "windows" when "pgnuplot" is used.
20829 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
20830 Don't call accept-process-output if "pgnuplot" is used.
20831 (calc-graph-init): Don't send -display and -geometry to
20832 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
20833 running "pgnuplot -V" with shell-command-to-string.
20835 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
20838 2009-08-07 Eli Zaretskii <eliz@gnu.org>
20840 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
20843 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
20845 * vc-dispatcher.el (vc-resynch-window): Update comment.
20847 * term.el (term-handle-ansi-escape): Add comments with the
20848 terminfo capabilities implemented.
20850 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
20852 * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
20853 (gdb-var-create-handler): Rewritten using JSON parser.
20854 (gdb-propertize-header): Move earlier.
20855 (gdb-set-header): Remove to avoid duplication.
20856 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
20857 Refresh disassembly buffers only after threads list have been
20859 (gdb-threads-header, gdb-registers-header): Per-buffer header line
20862 2009-08-04 Juri Linkov <juri@jurta.org>
20864 * files.el: Commands to add/delete file/directory-local variables.
20865 (read-file-local-variable, read-file-local-variable-value)
20866 (read-file-local-variable-mode, modify-file-local-variable)
20867 (modify-file-local-variable-prop-line)
20868 (modify-dir-local-variable): New functions.
20869 (add-file-local-variable, delete-file-local-variable)
20870 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
20871 (add-dir-local-variable, delete-dir-local-variable)
20872 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
20873 (copy-dir-locals-to-file-locals-prop-line): New commands.
20875 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
20877 * abbrev.el (insert-abbrev-table-description): Prettify output.
20878 Suggested by Karl Chen.
20880 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
20882 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
20883 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
20884 (gdb-overlay-arrow-position, gdb-thread-position)
20885 (gdb-disassembly-position): Declare variables.
20886 (gdb-wait-for-pending): Function now.
20887 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
20888 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
20889 compilation goes smoothly.
20890 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
20891 (gdb-non-stop-setting): New customization setting which replaces
20892 `gdb-non-stop' so changing it doesn't break active GDB session.
20893 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
20894 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
20895 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
20896 (gdb-show-threads-by-default): New customization options.
20897 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
20899 (gdb-get-buffer-create): Send buffers update signal when they are
20901 (gdb-invalidate-locals, gdb-invalidate-registers)
20902 (gdb-invalidate-breakpoints)
20903 (gdb-invalidate-threads, gdb-invalidate-disassembly)
20904 (gdb-invalidate-memory): Accept update signal.
20905 (gdb-current-context-command): Use --frame option.
20906 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
20907 Implement `gdb-frame-number' selection logic.
20908 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
20909 whether to show GUD toolbar buttons.
20910 (gdb-thread-exited): Unselect current thread when it exits.
20911 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
20912 (gdb-mark-line): Routine which sets overlay arrow or inverses
20913 video on fringeless displays.
20914 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
20915 to build aligned columns of data in GDB buffers and set text
20916 properties line-by-line.
20917 (gdb-invalidate-breakpoints)
20918 (gdb-breakpoints-list-handler-custom)
20919 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
20920 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
20921 (gdb-registers-handler-custom): Align data columns.
20922 (gdb-locals-handler-custom): Now prints data like in variable
20924 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
20925 Remove confusing buttons.
20926 (gdb-invalidate-threads): Append --frame.
20927 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
20928 between breakpoints/threads buffers.
20929 (gdb-set-window-buffer): Now can ignore dedicated windows.
20930 (gdb-propertize-header): Use `gdb-set-window-buffer'.
20931 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
20932 (def-gdb-thread-buffer-gud-command): Replaces
20933 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
20934 for fine thread control.
20935 (gdb-preempt-existing-or-display-buffer): New function used to
20936 display bound buffers without breaking window layout.
20937 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
20938 (gdb-select-frame): New version of `gdb-frames-select' which now
20939 sets `gdb-frame-number' so commands may use --frame option instead
20940 of inner debugger state.
20941 (gdb-frame-handler): Do not set `gdb-frame-number'.
20942 (gdb-threads-mode-map): Select threads with mouse.
20944 * progmodes/gud.el (gdb-gud-context-call): Declare function to
20945 avoid compilation warning.
20946 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
20949 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
20950 Argument `key' renamed to `buffer-type'.
20951 (gdb-current-context-buffer-name): Do not add thread info to
20952 buffer name when no thread is selected.
20953 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
20954 command (bug 3794).
20955 (gdb-thread-selected): Handle `=thread-selected' notification.
20956 (gdb-wait-for-pending): New macro to deal with congestion problems.
20957 (gdb-breakpoints-list-handler-custom): Don't fail on pending
20959 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
20960 This fixes problem similar to one described in bug 3947.
20961 (gud-menu-map): More menu items.
20962 (gdb-init-1): Reset `gdb-thread-number' to nil.
20964 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
20967 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
20968 (gdb-current-context-command): Do not append --thread if
20969 `gdb-thread-number' is nil.
20970 (gdb-running-threads-count, gdb-stopped-threads-count):
20972 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
20973 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
20974 New customization options.
20975 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
20977 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
20978 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
20979 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
20980 set `gdb-thread-number' and update `gud-running' properly.
20981 (gdb-running): Update threads list when new threads appear.
20982 (gdb-stopped): Support non-stop operation and new thread switching
20984 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
20985 (gdb-json-partial-output): New set of JSON routines.
20986 (def-gdb-auto-update-trigger): New `signal-list' optional
20988 (gdb-thread-list-handler-custom): Update `gud-running',
20989 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
20990 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
20991 (gdb-continue-thread, gdb-step-thread): New commands for fine
20992 thread execution control.
20993 (gud-menu-map): New menu items to switch non-stop options.
20994 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
20995 (gdb-send): Mimic RET properly (bug 3794).
20997 * progmodes/gdb-mi.el (gdb-rules-name-maker)
20998 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
21000 (def-gdb-auto-update-handler): New nopreserve optional argument.
21001 (gdb-stack-list-frames-custom): Print stack from top to bottom.
21003 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
21004 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
21005 (gdb-parent-mode): New mode to derive other GDB modes from.
21006 (gdb-display-disassembly-for-thread)
21007 (gdb-frame-disassembly-for-thread): New commands for threads
21010 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
21011 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
21012 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
21013 (gdb-update): We now store all GDB buffers in a list so that they
21014 can be updated by traversing a list instead of calling invalidate
21015 triggers explicitly.
21016 (def-gdb-trigger-and-handler): New macro to define trigger-handler
21017 pair for GDB buffer.
21018 (gdb-stack-buffer-name): Add thread information.
21019 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
21020 handle pending triggers.
21021 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
21022 (def-gdb-thread-buffer-simple-command)
21023 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
21024 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
21025 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
21026 New commands which show buffers bound to thread.
21027 (gdb-stack-list-locals-regexp): Remove unused regexp.
21029 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
21030 (gdb-locals-buffer-name, gdb-registers-buffer-name)
21031 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
21032 to (gud-comint-buffer) in *-buffer-name functions
21033 because (gdb-get-target-string) already does that.
21034 (gdb-locals-handler-custom, gdb-registers-handler-custom)
21035 (gdb-changed-registers-handler): Rewritten without regexps.
21037 * progmodes/gdb-mi.el: Basic thread selection support.
21038 (gdb-thread-number): New variable.
21039 (gdb-current-context-command): New macro which adds --thread
21041 (gdb-threads-mode-map): Select thread with SPC.
21042 (gdb-thread-list-handler-custom): Mark current thread with overlay
21043 arrow. Synchronize GDB thread and Emacs thread.
21044 (gdb-select-thread): New command which selects current thread.
21045 (gdb-invalidate-frames, gdb-invalidate-locals)
21046 (gdb-invalidate-registers): Use --thread option.
21048 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
21050 * net/tramp.el (top): Make check for tramp-gvfs loading more
21052 (tramp-handle-insert-file-contents): `unwind-protect' must be
21053 inside `with-parsed-tramp-file-name'.
21055 * net/tramp-gvfs.el (top): Remove superfluous message when loading
21058 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
21060 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
21061 directory if CLASSPATH is not set.
21063 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
21065 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
21067 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
21069 2009-08-02 Kevin Ryde <user42@zip.com.au>
21071 * net/newst-backend.el (newsticker--raw-url-list-defaults):
21072 Update freshmeat link. Delete newsforge.com as it seems gone.
21074 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
21076 * select.el (x-set-selection): Doc fix (Bug#4021).
21078 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
21080 * help-fns.el (describe-variable): Treat list return values from
21081 dir-locals-find-file properly (Bug#4005).
21083 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
21085 * net/tramp.el (tramp-debug-message): Print also microseconds.
21087 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
21089 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
21091 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
21092 (tramp-get-debug-buffer): Change `outline-regexp' according to new
21095 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
21096 (tramp-get-file-property): Use it.
21098 * autorevert.el (auto-revert-handler):
21099 Allow `auto-revert-tail-mode' for remote files.
21101 2009-08-02 Jason Rumney <jasonr@gnu.org>
21103 * minibuffer.el (read-file-name): Treat confirm options to
21104 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
21106 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
21108 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
21109 (font-lock-variable-name-face, font-lock-constant-face):
21110 Darken the colors for light backgrounds.
21112 2009-08-01 Eli Zaretskii <eliz@gnu.org>
21114 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
21115 month names. (Bug#3987)
21117 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
21119 * simple.el (line-move-finish): Pass whole number to
21120 line-move-to-column.
21121 (line-move-visual): Perform hscroll to the recorded position.
21123 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
21125 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
21127 2009-07-29 Alan Mackenzie <acm@muc.de>
21129 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
21131 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
21133 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
21134 (gdb-place-breakpoints): Use full path when setting breakpoints.
21136 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
21138 * calc/calc.el (calc-mode-map): Add keybinding for
21139 `calc-transpose-lines'.
21141 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
21143 * calc/calc-misc.el (calc-transpose-lines): New function.
21145 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
21147 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
21148 Simplify check for out-of-band methods.
21149 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
21150 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
21152 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
21154 * vc-git.el (vc-git-checkin): Fix typo.
21156 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
21158 * progmodes/js2-mode.el: New file.
21160 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
21162 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
21163 (gud-menu-map): Adjust tooltip accordingly.
21165 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
21167 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
21168 (vc-bzr-log-view-mode): Adjust log-view-file-re.
21170 * add-log.el (change-log-mode-map): Add a menu.
21172 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
21174 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
21175 function returns nil.
21176 (dbus-handle-event): Handle special return value :ignore.
21177 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
21179 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
21181 * view.el (view-mode-enable): Don't define Helper-return-blurb if
21184 2009-07-25 Eli Zaretskii <eliz@gnu.org>
21188 * w32-vars.el (x-select-enable-clipboard): Doc fix.
21190 * term/pc-win.el (x-display-name, x-colors)
21191 (x-select-enable-clipboard, x-select-text): Doc fix.
21193 * term/common-win.el (x-display-name, x-colors): Doc fix.
21195 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
21196 (xw-defined-colors): Doc fix.
21198 * w32-fns.el (x-select-text, x-setup-function-keys)
21199 (x-get-selection, x-set-selection): Doc fix.
21201 * term/x-win.el (x-select-text, x-setup-function-keys)
21202 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
21204 * select.el (x-set-selection): Doc fix.
21206 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
21208 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
21209 instead of "IsNSSSupportAvailable". Avahi ought to work also when
21210 "IsNSSSupportAvailable" method is not available.
21211 Reported by Steve Youngs <steve@sxemacs.org>.
21213 2009-07-24 Kenichi Handa <handa@m17n.org>
21215 * international/characters.el: Fix setting of category ?C, ?|, ?K,
21216 and ?H. Fix setting of case for Latin Extended and Greek Extended.
21217 (build-unicode-category-table): Fix range checks.
21219 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
21221 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
21222 the buffer we try to sync is current when calling
21225 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
21226 not show up to date files.
21228 2009-07-24 Glenn Morris <rgm@gnu.org>
21230 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
21231 Add autoload cookies. If necessary, initialize.
21232 (elint-log): Handle non-file buffers.
21233 (elint-initialize): Add optional argument to reinitialize.
21234 (elint-find-builtin-variables): Save excursion.
21236 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
21238 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
21241 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21243 * vc.el (vc-print-log-internal): New function, split out from ...
21244 (vc-print-log): ... here.
21245 (vc-dir-move-to-goal-column): Declare.
21247 * vc-git.el (vc-git-add-signoff): New variable.
21248 (vc-git-checkin): Use it.
21249 (vc-git-toggle-signoff): New function.
21250 (vc-git-extra-menu-map): Bind it to menu.
21251 (vc-git--run-command-string): Accept a nil FILE argument.
21252 (vc-git-stash-list): New function.
21253 (vc-git-dir-extra-headers): Use it.
21255 2009-07-23 Glenn Morris <rgm@gnu.org>
21257 * help-fns.el (describe-variable): Describe ignored and risky local
21258 variables in a similar way to that in which we describe safe ones.
21260 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
21261 (byte-compile-output-file-form, byte-compile-output-docform)
21262 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
21263 Give some more local variables with common names a "bytecomp-" prefix,
21264 so as not to shadow things during compilation.
21265 * emacs-lisp/cl-macs.el (load-time-value)
21266 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
21267 `outbuffer' to `bytecomp-outbuffer'.
21269 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
21270 since the next two variables cover them automatically now.
21271 (elint-builtin-variables, elint-autoloaded-variables): New.
21272 (elint-unknown-builtin-args): Remove all members, since they can be
21273 parsed automatically now.
21274 (elint-extra-errors): New.
21275 (elint-env-add-env, elint-env-add-macro): Use cadr.
21276 (elint-current-buffer): Use or. Change final message.
21277 (elint-get-top-forms): Use line-end-position.
21278 (elint-init-env): Use cadr. Handle autoload, declare-function,
21280 (elint-add-required-env): Doc fix. Use or. Standardize error.
21281 (regexp-assoc): Remove unused function.
21282 (elint-top-form): Set elint-current-pos, to record the start of the
21283 top-level form, for compilation-mode.
21284 (elint-form): Trap errors in macro expansion. Use dolist.
21285 (elint-unbound-variable): Use elint-builtin-variables and
21286 elint-autoloaded-variables.
21287 (elint-get-args): Use cadr, or.
21288 (elint-check-cond-form): Use dolist, cadr.
21289 (elint-check-condition-case-form): Doc fix. Use cadr.
21290 Use elint-extra-errors.
21291 (elint-log): New function.
21292 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
21293 Distinguish errors and warnings.
21294 (elint-log-message): Use with-current-buffer. Inhibit read-only.
21295 Use a bytecomp-style format.
21296 (elint-clear-log): Preserve default-directory. Inhibit read-only.
21297 (elint-get-log-buffer): Use compilation mode. Disable undo.
21298 Don't truncate lines.
21299 (elint-initialize): Set builtin and autoloaded variable lists.
21300 Only process elint-unknown-builtin-args if non-nil.
21301 (elint-find-builtin-variables, elint-find-autoloaded-variables):
21303 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
21305 2009-07-22 Kevin Ryde <user42@zip.com.au>
21307 * net/newst-backend.el (newsticker--parse-atom-1.0)
21308 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21309 (newsticker--parse-rss-1.0):
21310 * progmodes/idlwave.el (idlwave-mode):
21311 * progmodes/idlw-shell.el (idlwave-shell-mode):
21312 * progmodes/vera-mode.el (vera-mode):
21313 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
21314 * progmodes/vhdl-mode.el (vhdl-mode):
21315 * textmodes/table.el (table-generate-source)
21316 (table--warn-incompatibility):
21317 Hyperlink urls in docstrings with URL `...'.
21319 2009-07-22 Glenn Morris <rgm@gnu.org>
21321 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
21322 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
21323 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
21324 Remove leading * from defcustom docs.
21326 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
21328 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
21330 (list-load-path-shadows): Optionally, just return shadows as a string.
21332 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
21334 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
21336 * mail/rmailedit.el (rmail-edit-mode):
21337 Use auto-save-include-big-deletions.
21339 * mail/rmail.el (rmail-variables):
21340 Use auto-save-include-big-deletions.
21342 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
21345 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
21347 * calc/calc.el (calc-undo-length): New variable.
21348 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
21350 2009-07-21 Richard Stallman <rms@gnu.org>
21352 * files.el (auto-save-mode): Handle buffer-save-size = -2
21355 2009-07-21 Glenn Morris <rgm@gnu.org>
21357 * textmodes/ispell.el (ispell-looking-back): Update declaration.
21359 * calendar/todo-mode.el (calendar-current-date): Update declaration.
21361 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
21362 silence compiler. Instead...
21363 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
21364 (ps-print-ensure-fontified): Update for above function name changes.
21366 * printing.el (pr-mh-get-msg-num, pr-mh-show)
21367 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
21368 silence compiler. Instead...
21369 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
21370 (mh-show-buffer): Only define for compiler.
21371 (pr-mh-current-message): Update for above function name changes.
21373 * files.el (abort-if-file-too-large): Explicitly pass `filename'
21375 (find-file-noselect, insert-file-1): Update for above change.
21377 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
21379 * mail/mailclient.el (mailclient-send-it): Fix message.
21381 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
21382 (edebug-eval): Check cl-debug-env is bound.
21383 (print-level, print-circle): Don't redefine built-in variables.
21385 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
21386 (custom-print-vectors): Remove old comments from doc.
21388 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
21389 (emerge-version): Make the variable an obsolete alias for the
21390 emacs-version variable. Make the function obsolete.
21391 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
21392 Emerge options, rather than merging in into the main Options menu.
21393 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
21394 and auto advance modes. Disable edit/fast items when not relevant.
21396 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
21398 * term/vt420.el (terminal-init-vt420): Fix typo.
21400 2009-07-20 Sam Steingold <sds@gnu.org>
21402 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
21403 variable (removed from compile.el on 2004-03-11).
21405 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
21407 * files.el (hack-local-variables-filter): Fix last change.
21409 2009-07-19 Juri Linkov <juri@jurta.org>
21411 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
21412 (dir-local-variables-alist): New buffer-local variable.
21413 (hack-local-variables-filter): If variable is not dir-local,
21414 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
21415 because file-local overrides dir-local.
21416 (c-postprocess-file-styles) <declare-function>:
21417 Remove obsolete declaration.
21418 (hack-dir-local-variables): Add dir-local variable/value pair to
21419 `dir-local-variables-alist' and remove duplicates. Doc fix.
21421 * help-fns.el (describe-variable): Add information about
21422 file-local and dir-local variables.
21424 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
21426 * files.el (hack-local-variables-filter): Rewrite.
21428 2009-07-19 Glenn Morris <rgm@gnu.org>
21430 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
21431 Silence compiler by only defining on XEmacs.
21433 * international/mule.el (auto-coding-regexp-alist): Only match
21434 BABYL... at the start of buffer, not of lines. (Bug#3790)
21436 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
21437 non-calendar buffers (Bug#3862). Restore "not on a date" message.
21438 (cal-menu-context-mouse-menu): Doc fix.
21440 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
21442 * simple.el (mail-user-agent): Doc fix. Set :version tag.
21444 2009-07-18 Juri Linkov <juri@jurta.org>
21446 * info.el: Virtual Info keyword finder.
21447 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
21448 (Info-finder-file): New variable.
21449 (Info-finder-find-file): New function.
21450 (finder-known-keywords, finder-package-info)
21451 (find-library-name, lm-commentary): Use defvar and
21452 declare-function to silence compiler warnings.
21453 (Info-finder-find-node): New function.
21454 (info-finder): New command.
21456 * subr.el (process-kill-buffer-query-function): New function.
21457 (add-hook)<kill-buffer-query-functions>: Add hook
21458 `process-kill-buffer-query-function'.
21460 2009-07-18 Alan Mackenzie <acm@muc.de>
21462 * progmodes/cc-mode.el (c-before-hack-hook)
21463 (c-postprocess-file-styles): Give invocation of `c-set-style'
21464 DONT-OVERRIDE parameter of t. Already set style variables will
21465 thus not be overridden by style settings given by `c-file-syle'.
21467 * files.el (hack-local-variables-filter): Remove entries with
21468 duplicate keys from `file-local-variables-alist'.
21470 2009-07-18 Eli Zaretskii <eliz@gnu.org>
21472 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
21473 x-set-selection if display-selections-p returns nil for the
21476 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
21478 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
21480 2009-07-18 Eli Zaretskii <eliz@gnu.org>
21482 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
21483 Accept nil in addition to a regexp.
21484 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
21485 Accept nil in addition to a regexp.
21486 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
21487 buffers that have an associated file. Handle nil values of
21488 desktop-buffers-not-to-save and desktop-files-not-to-save.
21491 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
21492 (x-disown-selection-internal): New functions.
21494 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
21496 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
21498 (gdb-breakpoints-header): Move forward to avoid compiler warning.
21499 (gdb-make-header-line-mouse-map): Remove duplicate definition.
21501 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
21503 * simple.el (set-mark): Revert last change.
21505 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
21507 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
21508 rendering of pngs is not possible instead of messaging a long
21511 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
21513 * w32-fns.el (x-selection-owner-p): New function.
21515 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
21516 (mouse-yank-at-click, mouse-yank-primary):
21517 If select-active-regions is non-nil, deactivate the mark before
21520 * simple.el (deactivate-mark, set-mark): Only save selection if we
21523 2009-07-17 Kenichi Handa <handa@m17n.org>
21525 * case-table.el (describe-buffer-case-table): Fix for the case
21526 that KEY is a cons.
21528 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
21530 * vc-rcs.el (vc-rcs-find-file-hook):
21531 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
21533 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
21535 * net/tramp.el (tramp-wait-for-output): Handle the case when
21536 commands do not return a newline but a null byte before the shell
21539 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21541 * term/ns-win.el (ns-set-alpha): Don't declare.
21542 (ns-set-background-alpha): Remove function.
21544 2009-07-16 Kevin Ryde <user42@zip.com.au>
21546 * emacs-lisp/copyright.el (copyright-update): Save match-data across
21547 y-or-n-p, for safety.
21549 2009-07-16 Richard Stallman <rms@gnu.org>
21551 * files.el (auto-save-mode): If buffer-saved-size is -2,
21554 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
21555 (rmail-retry-ignored-headers): Add more uninteresting fields.
21557 2009-07-15 Jari Aalto <jari.aalto@cante.net>
21559 * net/rcirc.el (rcirc): Use history variables.
21560 (rcirc-server-name-history, rcirc-nick-name-history)
21561 (rcirc-server-port-history): New variables.
21563 2009-07-15 Kenichi Handa <handa@m17n.org>
21565 * international/mule-cmds.el (set-language-environment-charset):
21566 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
21569 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
21570 Delete unibyte-display.
21572 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
21574 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
21576 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
21578 * simple.el (deactivate-mark): Optional argument FORCE.
21579 (set-mark): Use deactivate-mark.
21581 * info.el (Info-search): No need to check transient-mark-mode
21582 before calling deactivate-mark.
21584 * select.el (x-set-selection): Doc fix.
21585 (x-valid-simple-selection-p): Allow buffer values.
21586 (xselect--selection-bounds): Handle buffer values.
21587 Suggested by David De La Harpe Golden.
21589 * mouse.el (mouse-set-region, mouse-drag-track):
21590 Call copy-region-as-kill before setting the mark, to let
21591 select-active-regions work.
21593 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
21595 * simple.el (deactivate-mark): If select-active-regions is
21596 non-nil, copy the selection data into a string.
21597 (activate-mark): If select-active-regions is non-nil, set the
21598 selection to the current buffer.
21599 (set-mark): Update selection if select-active-regions is non-nil.
21601 * select.el (x-valid-simple-selection-p): Allow buffer values.
21603 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
21605 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
21606 and more featureful message-mode.
21608 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
21610 * select.el (x-set-selection): Doc fix.
21611 (x-valid-simple-selection-p): Disallow selection data consisting
21612 of a list or cons of integers, since that is not used.
21613 (xselect--selection-bounds, xselect--int-to-cons): New functions.
21614 (xselect-convert-to-string, xselect-convert-to-length)
21615 (xselect-convert-to-filename, xselect-convert-to-charpos)
21616 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
21618 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
21620 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
21621 output in -break-info command (Emacs bug #3794).
21623 2009-07-14 Glenn Morris <rgm@gnu.org>
21625 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
21626 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
21627 (edebug-print-length, edebug-print-level, edebug-print-circle)
21628 (edebug-sit-for-seconds, edebug-view-outside)
21629 (edebug-bounce-point, edebug-set-global-break-condition)
21630 (edebug-Go-nonstop-mode, edebug-trace-mode)
21631 (edebug-Trace-fast-mode, edebug-continue-mode)
21632 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
21633 (edebug-visit-eval-list): Doc fixes.
21635 * subr.el (def-edebug-spec): Doc fix.
21637 2009-07-14 Kenichi Handa <handa@m17n.org>
21639 * international/characters.el: Fix setting of category ?C.
21641 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
21643 * term/ns-win.el (x-select-font): defalias x-select-font to
21644 ns-popup-font-panel instead of generate-fontset-menu.
21646 2009-07-12 Eli Zaretskii <eliz@gnu.org>
21648 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
21650 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
21652 * arc-mode.el (archive-find-type): Allow for a PK00 string before
21653 the PK\003\004 header (Bug#3770).
21655 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
21657 * pcomplete.el (pcomplete-comint-setup): Check for
21658 shell-dynamic-complete-filename too.
21660 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
21662 * simple.el (temporary-goal-column): Change the value for
21663 line-move-visual to a cons cell.
21664 (line-move-visual): Record or set the window hscroll, if
21665 necessary (Bug#3494).
21666 (line-move-1): Handle cons value of temporary-goal-column.
21668 2009-07-11 Kenichi Handa <handa@m17n.org>
21670 * international/mule-diag.el (describe-character-set): Don't show
21673 2009-07-10 Sam Steingold <sds@gnu.org>
21675 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21676 Omake sometimes indents the errors it prints, so allow all
21677 regexps to start with spaces.
21679 2009-07-10 Eli Zaretskii <eliz@gnu.org>
21681 * cus-edit.el (customize-changed-options-previous-release):
21682 Bump value to 22.1. (Bug#3804)
21684 2009-07-08 Sam Steingold <sds@gnu.org>
21686 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
21687 to be a cons cell (test . ignored-directory) to selectively ignore
21688 some directories depending on the location of the search.
21690 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
21692 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
21693 remote user is root, on the local host.
21694 (tramp-local-host-p): Either the local user or the remote user
21695 must be root. (Bug#3771)
21697 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
21699 * progmodes/gdb-mi.el (gdb): Remove description of
21700 gdb-use-separate-io-buffer.
21701 (menu): Don't allow toggling of or enable
21702 gdb-use-separate-io-buffer from menubar.
21704 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
21706 * mail/unrmail.el (unrmail): Make sure the message ends with two
21707 newlines (Bug#3769).
21709 2009-07-08 Glenn Morris <rgm@gnu.org>
21711 * calendar/calendar.el (calendar-current-date): Rework previous change.
21713 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
21715 * calendar/calendar.el (calendar-current-date):
21716 Add an optional argument giving an offset from today.
21718 2009-07-08 Glenn Morris <rgm@gnu.org>
21720 * tutorial.el (tutorial--describe-nonstandard-key):
21721 Adjust the message for when a key has been unbound.
21722 (help-with-tutorial): Hide the arch-tag.
21724 2009-07-08 Kenichi Handa <handa@m17n.org>
21726 * international/fontset.el (setup-default-fontset): For each
21727 script, append (not set) font-specs.
21729 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
21732 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
21734 * progmodes/gdb-mi.el (gdb-init-1): Move sending
21735 -data-list-register-names to ...
21736 (gdb-starting): ... here because GDB 7.0 requires execution to
21737 have started when using this MI command.
21738 (gdb-set-header): New function to distinguish select and
21739 unselected tabs in gdb buffers.
21740 (gdb-propertize-header): New macro that uses gdb-set-header.
21741 (gdb-breakpoints-header, gdb-locals-header): Use it.
21742 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
21744 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
21746 * Makefile.in (ELCFILES): Remove fadr.elc.
21748 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
21750 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
21751 may contain frame information, so `string-match' should be used.
21752 (gdb-update): Disassembly is invalidated through
21753 `gdb-get-selected-frame'.
21754 (gdb-pad-string): New function to pad string with spaces.
21755 (gdb-invalidate-disassembly): Invalidate only if the buffer
21757 (gdb-disassembly-handler-custom): Column alignment.
21758 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
21760 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
21762 (gdb-frame-handler): Match convention to for disassembly buffer
21764 (gdb-stack-list-frames-handler): Rewritten without regexps.
21765 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
21766 not highlight breakpoints without line information.
21767 (gdb-input): Add trailing newline to command.
21769 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
21771 (gdb-breakpoints-list-handler-custom): Replacement for
21772 `gdb-break-list-handler'. Using real parser instead of regexps
21774 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
21775 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
21776 to place breakpoints.
21777 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
21779 (gdb-disassembly-handler-custom): Show overlay arrow.
21780 (gdb-disassembly-place-breakpoints): Show breakpoints in
21781 disassembly buffer.
21782 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
21783 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
21784 instead of parsing breakpoints buffer. Fixed old menu references
21789 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
21790 (gdb-memory-address): New variable which holds top address of
21791 memory page shown in memory buffer.
21792 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
21793 New customization variables.
21795 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
21796 display the memory buffer.
21797 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
21798 buffer display parameters.
21799 (def-gdb-memory-format, gdb-memory-format-binary)
21800 (gdb-memory-format-octal, gdb-memory-format-unsigned)
21801 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
21802 Functions for setting memory buffer format.
21803 (gdb-memory-unit-word, gdb-memory-unit-halfword)
21804 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
21805 unit size used in memory buffer.
21806 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
21807 Switch to next/previous page of memory buffer.
21808 Now using (bindat-get-field) instead of fadr functions.
21810 2009-07-07 Sam Steingold <sds@gnu.org>
21812 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
21813 non-top-level files.
21815 2009-07-07 Kenichi Handa <handa@m17n.org>
21817 * international/mule-cmds.el (reset-language-environment):
21818 Put the highset priority to the charset iso-8859-1.
21820 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
21822 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
21823 to the end of the line when locating the block (Bug#700).
21825 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
21827 * net/tramp.el (tramp-handle-write-region): Flush file properties
21828 in case of short track.
21830 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
21832 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
21833 Coded custom representation of verilog error regular expressions
21834 to work with Emacs-22's new format.
21835 (verilog-error-regexp-xemacs-alist): Coded custom representation
21836 of verilog error regular expressions to work with XEmacs format.
21837 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
21838 error recognition into XEmacs.
21839 (verilog-error-regexp-add-emacs): Hook routine to install verilog
21840 error recognition into Emacs-22.
21842 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
21844 * woman.el: Remove stand-alone closing parentheses.
21845 (woman-file-name, woman2-format-paragraphs)
21846 (woman-leave-blank-lines): Code cleanup.
21847 (woman-use-own-frame): Change default to nil.
21848 (woman-italic, woman-bold, woman-unknown, woman-addition):
21849 Change defaults to inherit from default faces.
21850 (woman2-process-escapes): Consume the newline after a stand-alone
21851 filler character (Bug#3651).
21853 2009-07-06 Glenn Morris <rgm@gnu.org>
21855 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
21856 (top-level): Move provide to the end.
21857 (ffap): Remove defunct URL from custom group.
21859 * subr.el (eval-after-load): Doc fix.
21861 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
21863 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
21864 `calc-embedded-word' is called twice.
21866 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21868 * files.el (find-alternate-file-other-window, find-alternate-file):
21869 Obey confirm-nonexistent-file-or-buffer.
21871 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
21873 * dired-aux.el (dired-show-file-type): Handle remote files.
21875 2009-07-05 Jari Aalto <jari.aalto@cante.net>
21877 * desktop.el (desktop-globals-to-save):
21878 Add file-name-history (Bug#2750).
21880 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
21882 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
21884 2009-07-04 Johan Bockgård <bojohan@gnu.org>
21886 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
21887 property on entire argument since this is what eshell-lisp-command
21890 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
21892 * net/tramp-gvfs.el (tramp-gvfs-methods)
21893 (tramp-gvfs-zeroconf-domain)
21894 (tramp-bluez-discover-devices-timeout): Add version flag.
21895 (tramp-gvfs-handler-mounted-unmounted)
21896 (tramp-gvfs-connection-mounted-p): Polish handling of
21897 incompatibilities between GVFS 0.2 and 1.0.
21899 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
21901 * cus-start.el (all): Add make-pointer-invisible.
21903 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
21905 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
21906 formatted correctly.
21908 2009-07-02 Juri Linkov <juri@jurta.org>
21910 * info.el: Virtual Info files and nodes.
21911 (Info-virtual-files, Info-virtual-nodes): New variables.
21912 (Info-current-node-virtual): New variable.
21913 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
21915 (Info-file-supports-index-cookies): Use Info-virtual-file-p
21916 to check for a virtual file instead of checking a fixed list
21918 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
21919 instead of ad-hoc processing of "dir" and (apropos history toc).
21920 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
21921 instead of ad-hoc processing of "dir" and (apropos history toc).
21922 Reread a file when moving from a virtual node.
21923 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
21924 (Info-directory-toc-nodes, Info-directory-find-file)
21925 (Info-directory-find-node): New functions.
21926 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
21927 (Info-history): Move part of code to
21928 `Info-history-find-node'.
21929 (Info-history-toc-nodes, Info-history-find-file)
21930 (Info-history-find-node): New functions.
21931 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
21932 (Info-toc): Move part of code to `Info-toc-find-node'.
21933 (Info-toc-find-node): New function.
21934 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
21935 the current Info file name to references because now the node
21936 "*TOC*" belongs to the same Info manual.
21937 (Info-toc-build): Rename from `Info-build-toc'.
21938 (Info-toc-nodes): Rename input argument `file' to `filename'.
21939 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
21940 instead of ad-hoc processing of ("dir" apropos history toc).
21941 (Info-index-nodes): Use Info-virtual-file-p
21942 to check for a virtual file instead of checking a fixed list
21944 (Info-index-node): Add check for `Info-current-node-virtual'.
21945 Raise `save-match-data' higher up the tree to contain
21946 `search-forward' too (bug fix).
21947 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
21948 (Info-virtual-index-nodes): New variable.
21949 (Info-virtual-index-find-node, Info-virtual-index): New functions.
21950 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
21951 (Info-apropos-file, Info-apropos-nodes): New variables.
21952 (Info-apropos-toc-nodes, Info-apropos-find-file)
21953 (Info-apropos-find-node, Info-apropos-matches): New functions.
21954 (info-apropos): Move part of code to `Info-apropos-find-node' and
21955 `Info-apropos-matches'.
21956 (Info-mode-map): Bind "I" to `Info-virtual-index'.
21957 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
21958 for a virtual file instead of checking a fixed list of node names.
21960 * simple.el (async-shell-command): New command.
21962 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
21964 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
21965 instead of `mount-info'.
21967 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
21969 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
21970 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
21972 2009-07-02 Kenichi Handa <handa@m17n.org>
21974 * international/mule.el (set-keyboard-coding-system): Force *-unix
21975 coding-system to avoid eol conversion.
21977 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
21979 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
21980 Add handler for `process-file', `shell-command' and
21981 `start-file-process'.
21982 (tramp-gvfs-handle-shell-command)
21983 (tramp-gvfs-handle-start-file-process)
21984 (tramp-gvfs-handle-process-file): New defuns.
21985 (tramp-synce-list-devices): Simplify check for existence of property.
21987 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
21989 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
21991 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
21993 * language/korean.el (set-language-info-alist): Add korean-cp949,
21996 2009-07-01 Kenichi Handa <handa@m17n.org>
21998 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
22000 * international/encoded-kb.el: Deleted.
22002 * international/mule.el (set-keyboard-coding-system): Perform the
22003 necessary setup here instead of calling encoded-kbd-setup-display.
22005 2009-07-01 Glenn Morris <rgm@gnu.org>
22007 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
22009 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
22011 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
22013 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
22015 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
22016 Handle also the 'rename case, when setting file modes. (Bug#3712)
22017 (tramp-default-file-modes): Remove execute permissions.
22019 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
22020 (top): Add a default for "synce" in `tramp-default-user-alist'.
22021 Add completion function for "synce" method.
22022 (tramp-hal-service, tramp-hal-path-manager)
22023 (tramp-hal-interface-manager, tramp-hal-interface-device):
22025 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
22026 (tramp-synce-list-devices, tramp-synce-parse-device-names):
22029 * net/trampver.el: Update release number.
22031 2009-06-30 Kenichi Handa <handa@m17n.org>
22033 * international/fontset.el (setup-default-fontset): Add CJK fonts
22034 for symbols and the other miscellaneous characters.
22036 * language/korea-util.el (setup-korean-environment-internal):
22037 Make char-width-table suitable for Korean environments.
22038 (exit-korean-environment): Cancel above.
22040 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
22041 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
22042 setup-function to make char-width-table suitable for respective
22043 environments, and an exit-function to cancel that.
22045 * language/japan-util.el (setup-japanese-environment-internal):
22046 Call use-cjk-char-width-table with arg `ja_JP'.
22048 * international/characters.el (cjk-char-width-table): Delete it.
22049 (cjk-char-width-table-list): New variable.
22050 (use-cjk-char-width-table): New arg local-name.
22051 (use-default-char-width-table): Fix for the case that Emacs is
22052 already using the default char-width-table.
22054 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
22056 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
22057 modes mandatory. (Bug#3712)
22059 2009-06-29 Alan Mackenzie <acm@muc.de>
22061 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
22062 correction between the visible width of TABs and their number of bytes.
22064 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
22066 * server.el (server-buffer-done): Prevent kill-buffer from
22067 prompting by clearing the buffer modification flag (Bug#3696).
22069 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
22071 * progmodes/verilog-mode.el (verilog-beg-of-statement)
22072 (verilog-endcomment-reason-re): Support unique case and priority case.
22073 (verilog-basic-complete-re): Support localparam lineup.
22074 (verilog-beg-of-statement-1): Fix for robustness, unique case.
22075 (verilog-set-auto-endcomments): Fix for unique case, always_comb
22077 (verilog-leap-to-case-head): Now support *nested* unique &
22078 priority case statements.
22079 (verilog-auto-lineup): Make just declarations the default (as it
22081 (verilog-leap-to-case-head): Support priority/unique case statements.
22082 (verilog-auto-lineup): Rework to give users radio buttons to
22083 select the various styles of automatic lineup.
22084 (verilog-error-regexp-alist): Rework to support the XEmacs style
22085 of error regular expressions from compilers, lint tools &
22086 simulators. Note that GNU Emacs has made it impossible for a mode
22087 to load such things.
22088 (electric-verilog-terminate-line, verilog-indent-declaration)
22089 (verilog-auto-wiure): Rework for radio button selection of
22090 auto-lineup selection of specification of auto lineup.
22091 (verilog-beg-of-statement-1): Redesign to support proper operation
22092 in additional code, based on testing with auto-lineup.
22093 (verilog-calculate-indent, assignments & declarations)
22094 (verilog-backward-token): Enhance to support auto-lineup of
22095 assignments & declarations.
22096 (verilog-in-directive-p, verilog-at-struct-p): New function for
22097 easy test of whether we are.
22098 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
22099 to support safe execution at almost anyline.
22100 (verilog-calc-1): Properly support indenting deep inside generate
22102 (verilog-init-font): Remove definition & use of verilog-init-font,
22103 as it is redundant with font-lock-defaults.
22104 (verilog-mode): Alter the definition of verilog-font-lock-defaults
22105 to avoid circular calls if syntax-ppss is a function (as is the
22106 case now in 22.x GNU Emacs) as that function would sometimes call
22107 itself, leading to (nearly) infinite recursion.
22108 (verilog-ovm-begin-re, verilog-ovm-end-re)
22109 (verilog-ovm-statement-re, verilog-leap-to-head)
22110 (verilog-backward-token): Add support for OVM macros. Some are
22111 complete statements, and others open and close scopes like begin
22113 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
22114 (verilog-defun-level-generate-only-re): Really fix the defun-list
22116 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
22117 coverpoint, constraint and cross statements.
22118 (verilog-defun-level-list, verilog-generate-defun-level-list)
22119 (verilog-all-defun-level-list): Redo these specifications - it is
22120 too hard to support eval-when compile aggregation of lists also
22121 built at when-compile time.
22122 (verilog-defun-level-list): Place defconsts of variables used in
22123 building regular expressions which are built in eval-when-compile
22124 bodies in the same eval-when-compile body to facilitate compile
22126 (verilog-beg-block-re-ordered): Support indenting
22127 virtual/protected tasks and functions.
22128 (verilog-defun-level-list, verilog-in-generate-region-p)
22129 (verilog-backward-ws&directives, verilog-calc-1): Speed up
22130 indentation of some module items (generate items).
22131 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
22132 across virtual/protected tasks and functions.
22134 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
22136 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
22137 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
22138 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
22139 in concatenations. Reported by Yishay Belkind.
22140 (verilog-auto-ascii-enum): Support one-hot state machines in
22141 AUTOASCIIENUM. Suggested by Lloyd Gomez.
22142 (verilog-auto-inst, verilog-auto-inst-port): Include interface
22143 modport in AUTOINST and add vl-modport for users.
22144 Reported by David Rogoff.
22145 (verilog-auto-inout-module, verilog-auto-inst)
22146 (verilog-decls-get-interfaces, verilog-insert-definition)
22147 (verilog-insert-one-definition, verilog-read-decls)
22148 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
22149 (verilog-sig-modport, verilog-signals-combine-bus)
22150 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
22151 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
22152 Suggested by David Rogoff.
22153 (verilog-repair-open-comma): Fix non-insertion of comma when
22154 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
22155 (verilog-make-width-expression): Simplify [A-1:0] expression
22156 widths to just {A{1'b0}}.
22157 (verilog-mode): Cleanup checkdoc warnings.
22158 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
22159 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
22160 inputs/outputs or data type. Suggested by Vasu Kandadi.
22161 (next-error-last-buffer): Fix byte-compiler warning.
22162 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
22163 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
22164 or shell command text during AUTO expansion. Suggested by Tad Truex.
22165 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
22166 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
22167 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
22168 in AUTOINOUT. Reported by Matthew Lovell.
22169 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
22170 causing use of <= assignments. Reported by Alex Reed.
22171 (verilog-read-decls): Fix triand, trior, wand, wor to be
22172 recognized by AUTOWIRE. Reported by Spencer Isaacson.
22173 (verilog-extended-complete-re): Support import "DPI-C" functions.
22174 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
22175 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
22176 (verilog-insert-date, verilog-insert-year)
22177 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
22178 Windows systems. Reported by Michael Potts.
22179 (verilog-read-module-name): Fix AUTOINST when the child module
22180 declaration's name is a tick define. Reported by Elliot Mednick.
22181 (verilog-read-decls): Fix V2K parameter bit subscripts getting
22182 passed to next parameter's definition. Reported by Bruce T.
22183 (verilog-read-decls): Fix detecting "parameter int" when using
22184 AUTOINSTPARAM. Reported by Bruce T.
22185 (verilog-goto-defun): Fix goto not finding modules unless first
22186 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
22187 (verilog-mode): Expand -f flag arguments on entry to mode so
22188 verilog-goto-defun will work. Reported by Lawrence Butcher.
22189 (verilog-getopt): Expand environment variables in -f file
22190 arguments. Suggested by Lawrence Butcher.
22191 (verilog-set-define): Fix "Symbol's value as variable is void"
22192 when reading enumerations.
22193 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
22194 Suggested by Stephen Peltan.
22195 (verilog-read-defines): Fix reading of enumerations in include
22196 files. Reported by Steve Peltan.
22198 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
22200 * files.el (trash-directory): Fix defcustom type.
22202 2009-06-28 Juri Linkov <juri@jurta.org>
22204 * help-fns.el (describe-function-1): Correctly locate adviced
22205 functions in hyperlink (Bug#2438).
22207 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
22209 * files.el (trash-directory): Change default to nil.
22210 (move-file-to-trash): If trash-directory is nil and
22211 system-move-file-to-trash is unbound, perform freedesktop-style
22214 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
22216 * files.el (move-file-to-trash): Add freedesktop trash
22219 2009-06-28 Glenn Morris <rgm@gnu.org>
22221 * autorevert.el (global-auto-revert-non-file-buffers)
22222 (global-auto-revert-mode): Doc fixes.
22224 2009-06-27 Johan Bockgård <bojohan@gnu.org>
22226 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
22228 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
22230 * faces.el (x-handle-named-frame-geometry): Ensure that we have
22231 opened an X connection before calling x-get-resource (Bug#3194).
22233 * play/doctor.el: Remove reference to obsolete website.
22234 (make-doctor-variables): Correct grammar mistake (Bug#2633).
22236 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
22238 Remove find-file-not-found-hook VC method. (Bug#2757)
22239 * vc-hooks.el (vc-file-not-found-hook)
22240 (vc-default-find-file-not-found-hook): Remove functions.
22241 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
22242 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
22245 * vc-git.el: Do not mention find-file-not-found-hook VC method.
22247 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
22249 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
22250 compatibility function for `looking-back'.
22252 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
22253 Use `ispell-looking-back'.
22255 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
22257 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
22258 rather than `filename'.
22260 2009-06-23 Miles Bader <miles@gnu.org>
22262 * face-remap.el (text-scale-set): New function.
22264 2009-06-23 Glenn Morris <rgm@gnu.org>
22266 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
22268 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
22270 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
22272 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
22274 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
22275 Simplify Persian conditionals.
22277 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
22278 variable `filename'.
22280 * comint.el (comint-insert-input): Doc fix.
22282 * Makefile.in (ELCFILES): Fix typo in previous change.
22284 2009-06-23 Miles Bader <miles@gnu.org>
22286 * cus-start.el: Add entry for `recenter-redisplay'.
22288 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
22290 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
22291 Add an optional argument for the backend, use it instead of
22292 calling vc-backend.
22293 (vc-mode-line): Add an optional argument for the backend.
22294 Pass the backend to vc-state and vc-working-revision. Move code for
22295 special handling for vc-state being a buffer to ...
22297 * vc-rcs.el (vc-rcs-find-file-hook):
22298 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
22300 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
22301 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
22302 vc-stay-local-p and vc-mode-line calls.
22304 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
22305 (vc-cvs-diff, vc-cvs-annotate-command)
22306 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
22307 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
22308 vc-mode-line calls.
22310 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
22312 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
22313 backend when calling vc-mode-line.
22314 (vc-register): Do not create a closure for calling the vc register
22315 function, call it directly.
22317 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
22319 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
22320 to make it obvious item can be clicked.
22322 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
22324 2009-06-23 Kenichi Handa <handa@m17n.org>
22326 * language/korea-util.el (korean-key-bindings): Change the binding
22327 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
22330 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
22332 Sync with Tramp 2.1.16.
22334 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
22336 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
22337 when a loading of a package fails. Completion function for rsync
22338 is `tramp-completion-function-alist-ssh'.
22339 (all): Replace all calls of `split-string' and
22340 `tramp-split-string' by `tramp-compat-split-string'.
22341 (tramp-default-method): Use `tramp-compat-process-running-p'.
22342 (tramp-default-proxies-alist): Allow also Lisp forms.
22343 (tramp-remote-path): Add choice "Private Directories".
22344 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
22345 (tramp-domain-regexp): Allow also "-", "_" and ".".
22346 (tramp-end-of-output): Remove newlines, and add "$" at the end.
22347 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
22348 (tramp-debug-message): Insert header line in debug buffer.
22349 (tramp-handle-directory-files-and-attributes-with-stat):
22350 Care about filenames with spaces, or starting with "-".
22351 (tramp-handle-dired-uncache): New defun.
22352 (tramp-handle-insert-directory): Don't flush the directory from
22353 cache, this is handled by `dired-uncache' now.
22354 (tramp-handle-insert-file-contents): Improve error handling.
22355 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
22356 Quote `tramp-end-of-output'.
22357 (tramp-action-password): Improve trace message.
22358 (tramp-check-for-regexp): Both echoes must be present, before removing.
22359 (tramp-open-connection-setup-interactive-shell): Trace coding system.
22360 (tramp-compute-multi-hops): Eval cons cells of
22361 `tramp-default-proxies-alist'.
22362 (tramp-maybe-open-connection): Use the same command pattern for
22363 first hop and further hops.
22364 (tramp-wait-for-output): Remove handling of newlines.
22365 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
22366 (tramp-split-string): Remove function. It is handled in
22369 * net/tramp-cmds.el (tramp-bug):
22370 Recommend `tramp-cleanup-all-connections' in the bug mail.
22372 * net/tramp-compat.el (tramp-compat-split-string)
22373 (tramp-compat-process-running-p): New defuns.
22375 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
22376 for `dired-uncache'.
22378 * net/tramp-gvfs.el: New package.
22380 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
22381 Add handler for `dired-uncache'.
22382 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
22384 * net/trampver.el: Update release number. Make version check fit
22387 2009-06-22 Jim Meyering <meyering@redhat.com>
22389 Automatically handle .xz suffix (XZ-compressed files), too.
22390 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
22391 XZ is the successor to LZMA: <http://tukaani.org/xz/>
22393 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
22394 Nick Roberts <nickrob@snap.net.nz>
22396 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
22397 repository (http://sphinx.net.ru/hg/gdb-mi/).
22399 2009-06-22 Glenn Morris <rgm@gnu.org>
22401 * files.el (dir-locals-collect-mode-variables): Allow for any number of
22402 `mode' and `eval' entries. (Bug#3430)
22404 * Makefile.in (ELCFILES): Add fadr.elc.
22406 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
22407 differing behavior of \n and ^ in strings. (Bug#3385)
22409 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
22411 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
22413 (lisp-indent-function): Make it a defcustom.
22415 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
22417 * progmodes/gdb-ui.el: Replace with ...
22418 * progmodes/gdb-mi.el: ... this file.
22419 * progmodes/gud.el: Modify for gdb-mi.el.
22421 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
22423 * fadr.el: New file.
22425 See ChangeLog.14 for earlier changes.
22427 ;; Local Variables:
22431 Copyright (C) 2009-2011 Free Software Foundation, Inc.
22433 This file is part of GNU Emacs.
22435 GNU Emacs is free software: you can redistribute it and/or modify
22436 it under the terms of the GNU General Public License as published by
22437 the Free Software Foundation, either version 3 of the License, or
22438 (at your option) any later version.
22440 GNU Emacs is distributed in the hope that it will be useful,
22441 but WITHOUT ANY WARRANTY; without even the implied warranty of
22442 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22443 GNU General Public License for more details.
22445 You should have received a copy of the GNU General Public License
22446 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.