1 2010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
5 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
7 * dired.el (dired-use-ls-dired): Set default to a special
9 (dired-insert-directory): When called the first time, check
10 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
12 2010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
14 * replace.el: Add "collect" feature to occur.
15 (occur-collect-regexp-history): New var.
16 (occur-read-primary-args): Return a replace string for nlines, if needed.
17 (occur): Extend the meaning of nlines.
19 2010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
21 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
22 (which-func-update-1): Distinguish symbols from strings.
23 (which-function): Stay within 80 columns.
25 2010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
27 * subr.el (with-demoted-errors): Distinguish symbols from strings.
29 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
31 (comment-style): Use comment-styles's docs to describe values.
33 2010-12-03 Jan Djärv <jan.h.d@swipnet.se>
35 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
36 and ns-show-prefs (Bug#7535).
38 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
41 2010-12-03 Glenn Morris <rgm@gnu.org>
43 * nxml/nxml-mode.el: Require rng-nxml.
44 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
47 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
48 * nxml/rng-nxml.el, nxml/rng-valid.el:
49 Remove leading `*' from defcustom docs.
51 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
52 (normal-top-level-add-to-load-path, tty-handle-args):
53 Convert comments to basic doc-strings.
55 * net/browse-url.el (browse-url-url-at-point)
56 (browse-url-default-browser): Remove autoload cookies.
58 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
59 Remove more undefined cl functions.
61 * vc/diff.el (diff-sentinel): Make new arguments optional.
62 * ibuf-ext.el (diff-sentinel): Update declaration.
64 2010-12-03 Daiki Ueno <ueno@unixuser.org>
66 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
67 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
68 (epg-context-set-passphrase-callback): Mention that the callback
69 is not called when used with GnuPG 2.x.
71 2010-12-02 Michael Albinus <michael.albinus@gmx.de>
73 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
74 (tramp-file-name-port): Check also for `tramp-default-port'.
75 (tramp-get-connection-name): New defun.
76 (tramp-get-connection-process): Use it.
77 (tramp-debug-message): Extend function exclude list.
78 (tramp-drop-volume-letter): Fix doc string.
80 * net/tramp-cmds.el: Remove solved todo item.
87 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
88 and `tramp-default-user-alist', respectively.
90 * net/tramp-gw.el (tramp-gw-open-connection): Use
91 `tramp-get-connection-name' and `tramp-get-connection-buffer'.
93 * net/tramp-imap.el (tramp-imap-make-iht): Use just
94 `tramp-file-name-port'.
96 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
97 and "psftp". Exchange "%k" marker with options.
98 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
99 Compute size of link target.
100 (tramp-do-copy-or-rename-file-out-of-band). Move setting of
101 `tramp-current-*' up due to gateway methods. Optimze computing of
102 copy arguments. Use `tramp-get-connection-name' and
103 `tramp-get-connection-buffer'. Improve debug messages.
104 (tramp-compute-multi-hops): Remove port determination.
105 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
107 * net/trampver.el: Update release number.
109 2010-12-02 Glenn Morris <rgm@gnu.org>
111 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
112 Avoid infinite loop over windows. (Bug#7492)
114 * progmodes/flymake.el (flymake-check-file-limit):
115 Allow nil to mean "no limit".
116 (flymake-check-patch-master-file-buffer): Update for above change.
117 Allow a .tex file-name extension to be optional.
118 (flymake-master-tex-init): Also match \include statements.
120 2010-11-30 Sam Steingold <sds@gnu.org>
122 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
123 (nxml-parent-document-set): A function to set `nxml-parent-document'.
124 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
125 (nxml-mode-hook): Remove `defcustom' (auto-defined by
126 define-derived-mode').
127 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
128 users who want to call `nxml-parent-document-set'.
130 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
132 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
133 stand-alone lines, since that is handled by log-edit-match-to-eoh
136 2010-11-27 Eduard Wiebe <usenet@pusto.de>
138 * dired.el (dired-get-filename): Replace backslashes with slashes
139 in file names on MS-Windows, needed by `locate'. (Bug#7308)
140 * locate.el (locate-default-make-command-line): Don't consider
141 drive letter and root directory part of
142 `directory-listing-before-filename-regexp'. (Bug#7308)
143 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
145 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
147 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
148 of :smie-open/close-alist.
149 (smie-next-sexp): Make it accept a "start token" as argument.
150 (smie-indent-keyword): Be careful not to misidentify tokens that span
151 more than one line, as empty lines. Add argument `token'.
153 2010-11-27 Kenichi Handa <handa@m17n.org>
155 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
156 multipart subtypes, insert all as usual.
158 * mail/rmail.el: Require rfc2047.
160 2010-11-27 Kenichi Handa <handa@m17n.org>
162 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
163 (rmail-mime-entity-disposition)
164 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
165 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
166 (rmail-mime-save): Handle the case that the button's `data' is a
168 (rmail-mime-insert-text): New function.
169 (rmail-mime-insert-image): Handle the case that DATA is a MIME
171 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
172 (rmail-mime-insert-bulk): New function mostly copied from the old
173 rmail-mime-bulk-handler.
174 (rmail-mime-multipart-handler): Just call
175 rmail-mime-process-multipart.
176 (rmail-mime-process-multipart): New funciton mostly copied from
177 the old rmail-mime-multipart-handler.
178 (rmail-mime-show): Just call rmail-mime-process.
179 (rmail-mime-process): New funciton mostly copied from the old
181 (rmail-mime-insert-multipart, rmail-mime-parse)
182 (rmail-mime-insert, rmail-show-mime)
183 (rmail-insert-mime-forwarded-message)
184 (rmail-insert-mime-resent-message): New functions.
185 (rmail-insert-mime-forwarded-message-function): Set to
186 rmail-insert-mime-forwarded-message.
187 (rmail-insert-mime-resent-message-function): Set to
188 rmail-insert-mime-resent-message.
190 * mail/rmailsum.el: Require rfc2047.
191 (rmail-header-summary): Handle multiline Subject: field.
192 (rmail-summary-line-decoder): Change the default to
193 rfc2047-decode-string.
195 * mail/rmail.el (rmail-enable-mime): Change the default to t.
196 (rmail-mime-feature): Change the default to `rmailmm'.
197 (rmail-quit): Delete the specifal code for rmail-enable-mime.
198 (rmail-display-labels): Likewise.
199 (rmail-show-message-1): Check rmail-enable-mime, and use
200 rmail-show-mime-function for a MIME message. Decode the headers
201 according to RFC2047.
203 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
205 * progmodes/which-func.el (which-func-imenu-joiner-function):
206 Return a string, as expected.
207 (which-function-mode): Make sure we stop any previous timer before
210 2010-11-27 Michael Albinus <michael.albinus@gmx.de>
212 * net/tramp.el (tramp-default-method-alist)
213 (tramp-default-user-alist, tramp-default-proxies-alist):
214 Adapt custom options type. (Bug#7445)
216 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
218 * progmodes/python.el: Add Ipython support (Bug#5390).
219 (python-shell-prompt-alist)
220 (python-shell-continuation-prompt-alist): New options.
221 (python--set-prompt-regexp): New function.
222 (inferior-python-mode, run-python, python-shell):
223 Require ansi-color. Use python--set-prompt-regexp to set the comint
224 prompt based on the Python interpreter.
225 (python--prompt-regexp): New var.
226 (python-check-comint-prompt)
227 (python-comint-output-filter-function): Use it.
228 (run-python): Use a pipe (Bug#5694).
230 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
232 * progmodes/python.el (run-python): Doc fix.
233 (python-keep-current-directory-in-path): New var (Bug#7454).
235 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
237 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
238 Prompt user before actually printing.
240 2010-11-27 Glenn Morris <rgm@gnu.org>
242 * startup.el (package-enable-at-startup, package-initialize):
243 Remove unnecessary declarations.
245 2010-11-27 Eli Zaretskii <eliz@gnu.org>
247 * international/characters.el (glyphless-char-display-control):
248 Exclude newline and TAB from the c0-control group.
250 2010-11-27 Glenn Morris <rgm@gnu.org>
252 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
253 (expand-mail-aliases): Remove unnecessary autoload.
255 * allout.el (allout-command-prefix, allout-mode-map): Declare.
257 * shell.el (shell-dir-cookie-re): Move definition before use.
259 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
260 Replace undefined CL functions.
262 2010-11-26 Eli Zaretskii <eliz@gnu.org>
264 * simple.el (prog-mode): Set bidi-paragraph-direction to
267 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
269 2010-11-26 Glenn Morris <rgm@gnu.org>
271 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
272 diary-outlook-formats can be sensitive to calendar-date-style.
273 (diary-outlook-formats): Simplify the default setting.
274 (diary-from-outlook-internal): Pass subject and body as arguments.
275 Use dolist rather than dotimes. Don't save the diary buffer.
276 (diary-from-outlook-gnus, diary-from-outlook-rmail):
277 Pass subject and body as explicit arguments to the -internal function.
279 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
281 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
282 parsing them. This makes mailto:...?subject=foo\nbar work.
284 2010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
286 * vc/diff.el (diff): Fix last change.
288 2010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
290 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
291 (pcase--dontcare-upats): New var.
292 (pcase-let, pcase-let*): Generate better code.
293 Accept the same bodies as `let'.
294 (pcase-dolist): New macro.
295 (pcase--trivial-upat-p): New helper function.
296 (pcase--expand): Strip leading "(let nil" if any.
298 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
300 * mail/mailclient.el (browse-url): Require.
301 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
302 use the external browser function to send the mail (bug#7469).
304 * net/browse-url.el (browse-url-browser-function): Revert the
305 default back to the previous value, since the new value broke
307 (browse-url-mailto-function): New variable for mailto: URLs.
308 (browse-url): Use the new variable for mailto: URLs.
310 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
312 * eshell/esh-cmd.el (eshell-parse-command):
313 * eshell/esh-arg.el (eshell-parse-arguments):
314 * eshell/em-script.el (eshell-source-file):
315 Use with-silent-modifications.
317 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
319 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
320 for a merge location.
322 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
323 (vc-bzr-merge-branch): Always prompt.
324 (vc-bzr-async-command): Use the full branch filename.
326 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
328 * shell.el (shell): Use current-buffer by default if it's already
329 a shell mode buffer and its process is dead.
330 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
332 2010-11-23 Tassilo Horn <tassilo@member.fsf.org>
334 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
335 Mention that the keywords should be comma separated.
337 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
339 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
340 Accept optional prefix arg meaning to prompt for a command.
341 (vc-update): Use vc-BACKEND-pull if available. Accept optional
342 prefix arg meaning to prompt for a command.
343 (vc-pull): Alias for vc-update.
345 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
346 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
347 (vc-bzr-merge-branch): New functions, implementing merge-branch
350 2010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
352 * Makefile.in: Fix up last merge.
354 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
355 (diff-sentinel): Get them as arguments instead.
356 (diff-old-file, diff-new-file, diff-extra-args): Remove.
357 (diff-file-local-copy, diff-better-file-name): New funs.
358 (diff-no-select): Rename from diff-into-buffer.
359 Support buffers additionally to files. Move `buf' arg. Don't display buf.
360 Prefer closures to buffer-local variables.
361 (diff): Adjust accordingly.
362 (diff-buffer-with-file): Move from files.el.
363 * files.el (diff-buffer-with-file): Move to vc/diff.el.
364 (diff-buffer-internal): Remove.
365 (diff-buffer-buffer): Remove.
366 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
367 the buffer name used, and so as not to mess up windows and frames.
369 2010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
371 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
372 (diff-buffer-internal): New function extracted from diff-buffer-with-file
373 (diff-buffer-with-file): Use it.
374 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
377 2010-11-22 Tassilo Horn <tassilo@member.fsf.org>
379 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
380 \ref's or \pageref's value as default instead of initial input.
382 2010-11-21 Michael Albinus <michael.albinus@gmx.de>
384 * files.el (backup-by-copying-when-mismatch): The default value is
387 * startup.el (normal-top-level):
388 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
389 `backup-by-copying-when-mismatch'.
391 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
393 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
395 2010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
397 * progmodes/python.el (python-font-lock-keywords):
398 Highlight top-level augmented assignments (Bug#6445).
400 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
402 * term/ns-win.el (ns-right-control-modifier)
403 (ns-right-command-modifier): Defvar them.
405 * cus-start.el (all): Add ns-right-control-modifier and
406 ns-right-command-modifier (Bug#7458).
408 2010-11-20 Glenn Morris <rgm@gnu.org>
410 * emacs-lisp/authors.el (authors-ignored-files)
411 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
413 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
415 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
416 (report-emacs-bug-parse-query-results)
417 (report-emacs-bug-create-existing-bugs-buffer): Pass through
418 keywords used for querying the bug database to show them in the
419 existing bugs buffer.
421 2010-11-20 Jan Djärv <jan.h.d@swipnet.se>
423 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
425 * info.el (info-tool-bar-map): Add some :vert-only keywords.
427 2010-11-20 Eli Zaretskii <eliz@gnu.org>
429 * international/characters.el (glyphless-char-display-control):
430 Make it a defcustom, with update-glyphless-char-display as its
432 (top level): Don't call update-glyphless-char-display.
434 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
436 Sync with Tramp 2.2.0.
438 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
439 `file-remote-p' (due to compatibility).
441 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
442 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
444 * net/trampver.el: Update release number.
446 2010-11-20 Eli Zaretskii <eliz@gnu.org>
448 * faces.el (glyphless-char): Define value for `pc'.
450 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
452 Implemented a bug querying mechanism.
453 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
454 (report-emacs-bug-create-existing-bugs-buffer)
455 (report-emacs-bug-parse-query-results)
456 (report-emacs-bug-query-existing-bugs): New functions.
458 2010-11-19 Tassilo Horn <tassilo@member.fsf.org>
460 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
461 a \ref{} or \pageref{} macro, then use its value as initial input.
463 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
465 * calc/calc-units.el (math-build-units-table-buffer):
466 calc/README: Mention that the TeX specific units won't use the
467 `tex' prefix in TeX mode.
468 calc/calc-lang.el (math-variable-table): Don't use the `tex'
469 prefix for units in TeX mode.
471 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
473 * simple.el (kill-new, kill-append, kill-region):
474 * comint.el (comint-kill-region): Make the yank-handler argument
477 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
479 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
480 that are both openers (resp. closers) and something else.
481 (smie-grammar): Loosen definition of valid values.
482 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
483 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
484 (smie-indent-after-keyword): Adjust users.
485 (smie-indent-keyword): Don't indent empty lines.
487 * vc-hg.el (vc-hg-program): New var.
488 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
489 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
491 2010-11-18 Glenn Morris <rgm@gnu.org>
493 * emacs-lisp/autoload.el (autoload-find-destination): The function
494 coding-system-eol-type may return non-numeric values. (Bug#7414)
496 2010-11-18 Ulrich Mueller <ulm@gentoo.org>
498 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
500 2010-11-18 Eli Zaretskii <eliz@gnu.org>
502 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
504 2010-11-18 Chong Yidong <cyd@stupidchicken.com>
506 * textmodes/picture.el (picture-mouse-set-point): Don't use
507 posn-col-row; explicitly compute the motion based on the posn at
508 the window-start (Bug#7390).
510 2010-11-18 Glenn Morris <rgm@gnu.org>
512 * novice.el (disabled-command-function):
513 Fix 2009-11-15 change. (Bug#7384)
515 2010-11-18 Glenn Morris <rgm@gnu.org>
517 * calendar/calendar.el (diary-iso-date-forms): Make elements
518 mutually exclusive. (Bug#7377)
520 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
522 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
523 when filling the remaining "unconstrained" values.
525 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
527 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
530 * files.el (safe-local-variable-p): Gracefully handle errors.
532 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
533 Use smie-indent-virtual when indenting relative to an opener.
534 (smie-rule-separator): Use smie-rule-parent.
535 (smie-indent-keyword): Consult rules, even for openers at bol.
536 (smie-indent-comment-close): Try to align closer's content.
538 2010-11-18 Glenn Morris <rgm@gnu.org>
540 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
542 2010-11-18 Glenn Morris <rgm@gnu.org>
544 * printing.el (pr-menu-bind): Doc fix.
546 * speedbar.el (speedbar-toggle-images): Doc fix.
548 * progmodes/python.el (python-shell): Doc fix.
550 * wid-edit.el (widget-field-use-before-change)
551 (widget-use-overlay-change): Doc fixes.
553 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
555 Minor cleanup to improve style.
556 * textmodes/rst.el (rst-update-section): Use point-marker.
557 (rst-get-decoration): Eliminate unneeded assignment.
558 (rst-promote-region, rst-straighten-decorations)
559 (rst-section-tree, rst-adjust): Use point-marker.
560 (rst-toc-mode-mouse-goto): Avoid setq.
561 (rst-shift-region-guts, rst-shift-region-left)
562 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
563 (rst-convert-bullets-to-enumeration): Use copy-marker.
565 * minibuffer.el (completion-fail-discreetly): New var.
566 (completion--do-completion): Use it.
568 * electric.el (electric-pair-pairs): New var.
569 (electric-pair-post-self-insert-function): Use it.
570 (electric-layout-post-self-insert-function): Don't insert a before
571 newline unless it's actually needed.
573 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
575 * progmodes/python.el (run-python): Explain why we remove the current
576 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
578 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
580 2010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
582 * progmodes/octave-mod.el: Rely on elecric-*-modes.
583 (octave-mode-map): Don't bind ;, SPC, and LF.
584 (octave-auto-indent, octave-auto-newline): Remove.
585 (electric-layout-rules): Declare.
586 (octave-mode): Set electric-layout-rules.
587 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
588 (octave-reindent-then-newline-and-indent, octave-electric-semi)
589 (octave-electric-space): Remove.
591 * electric.el (electric-layout-mode): New minor mode.
592 (electric--after-char-pos): New function.
593 (electric-indent-post-self-insert-function): Use it.
594 (electric-layout-rules): New var.
595 (electric-layout-post-self-insert-function): New function.
596 (electric-indent-mode): Make them interact better.
598 2010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
600 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
601 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
602 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
604 2010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
606 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
607 Make sure to check inside the word (Bug#6761).
609 2010-11-14 Chong Yidong <cyd@stupidchicken.com>
611 * startup.el (command-line): If the cursorColor resource is set,
612 change the cursor face-spec (Bug#7392).
614 2010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
616 The main features of the following allout.el changes are:
617 - implement user customization for the allout key bindings
618 - add a customization control by which the user can inhibit use of
619 a trailing Ctrl-H, so by default it's reserved for use with
620 describe-prefix-bindings
621 - adapt to new version of called-interactively-p, while
622 maintaining backwards compatibility with old version
623 - fix hotspot navigation so i works properly with meta-modified keys
625 * allout.el (allout-keybindings, allout-bind-keys)
626 (allout-keybindings-binding, allout-prefixed-keybindings)
627 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
628 (allout-keybindings-list, allout-mode-map-adjustments)
629 (allout-setup-mode-map): Establish allout-mode keymaps as user
630 customizable settings, and also establish a customizable setting which
631 regulates whether or not a trailing control-h is reserved for use with
632 describe-prefix-bindings - and inhibit it by default, so that control-h
633 *is* reserved for describe-prefix-bindings unless the user changes it.
635 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
636 and accurately between modified and unmodified events, and handle
637 modified events more comprehensively.
639 * allout.el (allout-substring-no-properties):
640 Alias to use or provide version of `substring-no-properties'.
641 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
643 * allout.el (allout-next-single-char-property-change):
644 Alias to use or provide version of `next-single-char-property-change'.
645 (allout-annotate-hidden, allout-hide-by-annotation):
646 Use `allout-next-single-char-property-change'.
648 * allout.el (allout-select-safe-coding-system):
649 Alias to use or provide version of `select-safe-coding-system'.
650 (allout-toggle-subtree-encryption):
651 Use `allout-select-safe-coding-system'.
653 * allout.el (allout-set-buffer-multibyte):
654 Alias to use or provide version of `set-buffer-multibyte'.
655 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
657 * allout.el (allout-called-interactively-p): Macro for using the
658 different versions of called-interactively-p identically, depending on
659 the subroutine's argument signature.
660 (allout-back-to-current-heading, allout-beginning-of-current-entry):
661 Use `(interactive "p")' instead of `(called-interactively-p)'.
663 * allout.el (allout-init, allout-ascend, allout-end-of-level)
664 (allout-previous-visible-heading, allout-forward-current-level)
665 (allout-backward-current-level, allout-show-children):
666 Use `allout-called-interactively-p' instead of `called-interactively-p'.
668 * allout.el (allout-before-change-handler):
669 Exempt edits to the (overlaid) character after the allout outline
670 bullet from edit confirmation prompt.
672 * allout.el (allout-add-resumptions):
673 Ensure that it respects correct buffer for keybindings.
675 * allout.el (allout-beginning-of-line):
676 Use `allout-previous-single-char-property-change' alias for the sake of
677 diverse compatibility.
679 * allout.el (allout-end-of-line):
680 Use `allout-mark-active-p' to encapsulate respect for mark activity.
682 2010-11-13 Chong Yidong <cyd@stupidchicken.com>
684 * frame.el (frame-notice-user-settings): Don't clobber other
685 user-set parameters when calling face-set-after-frame-default in
686 response to background-color parameter (Bug#7373).
688 2010-11-13 Eli Zaretskii <eliz@gnu.org>
690 * international/characters.el (glyphless-char-display-control):
691 Renamed from glyphless-char-control; all users changed. Doc fix.
692 Signal an error if display method is not one of the recognized
695 2010-11-13 Michael Albinus <michael.albinus@gmx.de>
697 * net/tramp-compat.el (tramp-compat-line-beginning-position)
698 (tramp-compat-line-end-position): Remove them.
700 * net/tramp.el (tramp-parse-rhosts-group)
701 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
702 (tramp-parse-hosts-group, tramp-parse-passwd-group)
703 (tramp-parse-netrc-group, tramp-parse-putty-group)
704 * net/tramp-cmds.el (tramp-append-tramp-buffers)
705 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
706 (tramp-sh-handle-file-selinux-context)
707 (tramp-sh-handle-file-name-all-completions)
708 (tramp-sh-handle-insert-directory)
709 (tramp-sh-handle-expand-file-name, tramp-find-executable)
710 (tramp-wait-for-output, tramp-send-command-and-read)
711 * net/tramp-smb.el (tramp-smb-read-file-entry)
712 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
714 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
716 (tramp-remote-coding-commands): Add an alternative using "base64
717 -d -i". This is needed for older base64 versions from GNU
718 coreutils. Reported by Klaus Reichl
719 <Klaus.Reichl@thalesgroup.com>.
721 2010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
723 * simple.el (count-words-region): New function.
725 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
727 * shell.el (shell-dir-cookie-re): New custom variable.
728 (shell-dir-cookie-watcher): New function.
730 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
731 and compilation-mode (bug#7350).
733 * vc/smerge-mode.el (smerge-refine): Choose better default part to
734 highlight when one of them is empty.
736 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
738 (skeleton-newline): New function.
739 (skeleton-internal-1): Use it.
741 * simple.el (open-line): `newline' may strip trailing space.
743 2010-11-12 Kevin Ryde <user42@zip.com.au>
745 * international/mule-cmds.el (princ-list): Use mapc.
747 2010-11-12 Glenn Morris <rgm@gnu.org>
749 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
750 Use it to replace all instances of "*Compile-Log*"
752 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
754 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
757 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
759 * progmodes/modula2.el: Use SMIE and skeleton.
760 (m2-mode-syntax-table): (*..*) can be nested.
761 Add //...\n. Fix paren syntax.
762 (m2-mode-map): Remove LF and TAB bindings.
763 (m2-indent): Add safety property.
764 (m2-smie-grammar): New var.
765 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
766 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
767 (m2-mode): Use define-derived-mode.
768 (m2-newline, m2-tab): Remove.
769 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
770 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
771 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
772 (m2-import): Use define-skeleton.
774 2010-11-11 Glenn Morris <rgm@gnu.org>
776 * obsolete/lucid.el: Don't warn about any CL functions in this file.
778 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
779 (ls-lisp-verbosity): Add custom :set-after property.
780 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
781 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
782 (ls-lisp-insert-directory): Update caller.
783 (ls-lisp-set-options): New function.
784 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
787 * play/landmark.el (lm-prompt-for-move):
788 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
790 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
792 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
793 (idlwave-study-twins): Prefix dynamic local variable `name'.
794 (idlwave-routine-twin-compare): Update for above change.
796 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
797 Prefix dynamic local variables `name', `kwd', and `link'.
798 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
799 * progmodes/idlw-complete-structtag.el
800 (idlwave-complete-structure-tag-help):
801 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
802 (idlwave-complete-sysvar-tag-help)
803 (idlwave-complete-class-structure-tag-help):
804 Update for above name changes.
806 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
808 * net/browse-url.el (browse-url-browser-function): Change the
809 default to use `browse-url-mail' on mailto: URLs.
811 2010-11-10 Chong Yidong <cyd@stupidchicken.com>
813 * emacs-lisp/package.el (package-read-all-archive-contents):
814 Reset package-archive-contents to nil before re-reading.
816 2010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
818 * textmodes/flyspell.el (flyspell-word): Do not re-check words
819 already found as misspellings by (flyspell-large-region), just
820 do highlighting (bug#7322).
822 2010-11-10 Glenn Morris <rgm@gnu.org>
824 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
826 * emulation/edt.el (edt-with-position): New macro.
827 (edt-find-forward, edt-find-backward, edt-find-next-forward)
828 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
829 (edt-paragraph-forward, edt-paragraph-backward): Use it.
831 * emulation/tpu-extras.el (tpu-with-position): New macro.
832 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
834 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
836 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
837 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
838 (texinfo-master-menu, texinfo-insert-node-lines)
839 (texinfo-multiple-files-update):
840 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
841 Use line-beginning-position.
843 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
844 No recent Emacs supports system-type `emx'.
846 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
847 (ada-command-separator, ada-default-prj-properties)
848 (ada-find-any-references): Update for above name change.
850 * dirtrack.el (dirtrack-directory-function)
851 (dirtrack-canonicalize-function):
852 * filecache.el (file-cache-completion-ignore-case)
853 (file-cache-case-fold-search, file-cache-ignore-case):
854 * term.el (serial-port-is-file-p): Cosmetic change.
856 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
857 Remove non-existent `windows-95' system-type.
858 * dired.el (dired-chown-program): Remove non-existent `linux'
861 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
862 (ping-program-options): Remove non-existent `linux' system-type.
864 * startup.el (package-initialize): Update declaration.
866 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
867 (ls-lisp-handle-switches): Use time-less-p.
868 (ls-lisp-format-time): Use float-time.
870 * textmodes/remember.el (remember-time-to-seconds): Remove.
871 (remember-store-in-mailbox): Use float-time.
873 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
875 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
876 never a real function.
877 (with-no-warnings): Remove compat stub, now unused.
878 (time-less-p): Doc fix.
879 (time-to-number-of-days): Simplify.
881 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
883 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
884 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
885 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
886 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
887 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
889 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
890 (eshell-shuffle-files, eshell-shorthand-tar-command)
891 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
892 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
893 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
894 Prefix dynamic local variable `matches'.
896 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
897 Prefix dynamic local variable `skeleton'.
899 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
901 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
902 in mail buffer; make yank-action always a command that yanks original
905 2010-11-09 Glenn Morris <rgm@gnu.org>
907 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
909 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
911 * minibuffer.el (minibuffer-completion-help): Specify the end of the
912 completion field (bug#7211).
914 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
915 Fix handling of backslash escapes.
916 (python-quote-syntax): Adjust accordingly.
918 2010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
920 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
921 (vc-mtn-workfile-branch): Adjust to new output format.
923 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
925 * international/mule-cmds.el (princ-list): Mark as obsolete.
927 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
929 * emacs-lisp/smie.el: New package.
931 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
933 * files.el (backup-by-copying-when-mismatch):
934 Set `permanent-local' property.
936 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
937 `permanent-local' property for `backup-by-copying-when-mismatch'.
939 2010-11-09 Eli Zaretskii <eliz@gnu.org>
941 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
943 2010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
945 * progmodes/verilog-mode.el (verilog-insert-one-definition)
946 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
947 AUTOINOUT for SV style multidimensional arrays, bug294.
948 Reported by Eric Mastromarchi.
949 (verilog-preprocess): Use with-current-buffer and
950 font-lock-fontify-buffer to cleanup style issues.
952 2010-11-09 Glenn Morris <rgm@gnu.org>
954 * locate.el (locate, locate-mode): Doc fixes.
956 2010-11-09 Chong Yidong <cyd@stupidchicken.com>
958 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
959 user for confirmation.
960 (server-force-stop): Use it.
961 (server-start): Use server-force-stop for kill-emacs-hook, to
962 avoid user interaction while killing Emacs.
964 2010-11-09 Glenn Morris <rgm@gnu.org>
966 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
967 (meta-indent-line): Simplify.
969 * vc/emerge.el (emerge-line-number-in-buf):
970 * textmodes/ispell.el (ispell-region):
971 * textmodes/fill.el (current-fill-column):
972 * progmodes/xscheme.el (xscheme-send-current-line):
973 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
974 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
975 * progmodes/sh-script.el (sh-handle-prev-do):
976 * progmodes/meta-mode.el (meta-indent-line):
977 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
979 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
980 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
981 * progmodes/fortran.el (fortran-looking-at-if-then):
982 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
983 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
984 (cperl-find-pods-heres):
985 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
986 * net/quickurl.el (quickurl-list-insert):
987 * net/ldap.el (ldap-search-internal):
988 * net/eudc.el (eudc-expand-inline):
989 * mail/sendmail.el (sendmail-send-it):
990 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
991 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
992 (viper-brac-function):
993 * calc/calc-yank.el (calc-do-grab-region):
994 * calc/calc-keypd.el (calc-keypad-press):
995 * term.el (term-move-columns, term-insert-spaces):
996 * speedbar.el (speedbar-highlight-one-tag-line):
997 * simple.el (current-word):
998 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
999 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
1001 * hippie-exp.el (he-line-beg):
1002 * epa.el (epa--marked-keys):
1003 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
1004 (dired-update-file-line, dired-add-entry, dired-remove-entry)
1005 (dired-relist-entry):
1006 * buff-menu.el (Buffer-menu-buffer):
1007 * array.el (current-line):
1008 * allout.el (allout-resolve-xref)
1009 (allout-latex-verbatim-quote-curr-line):
1010 Replace yet more uses of end-of-line etc with line-end-position, etc.
1012 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1014 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
1015 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
1016 (checkdoc-syntax-table): Initialize in the declaration.
1017 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
1018 the mode on unconditionally.
1020 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
1021 (extent-end-position, extent-start-position): Remove setf method for
1022 non-existing functions (bug#7319).
1024 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
1026 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
1027 (smie-precs->prec2): Rename from smie-precs-precedence-table.
1028 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
1029 (smie-prec2->grammar): Rename from smie-prec2-levels.
1030 (smie-grammar): Rename from smie-op-levels.
1031 (smie-indent--hanging-p): Rename from smie-hanging-p.
1032 (smie-rule-hanging-p): New alias.
1033 (smie-indent--bolp): Rename from smie-bolp.
1034 (smie-indent--hanging-p): New alias.
1035 (smie--token): New dynamically bound variable.
1036 (smie-indent--parent): New function.
1037 (smie-rule-parent-p): Use it; rename from smie-parent-p.
1038 (smie-rule-next-p): Rename from smie-next-p.
1039 (smie-rule-prev-p): Rename from smie-prev-p.
1040 (smie-rule-sibling-p, smie-rule-parent)
1041 (smie-indent--separator-outdent, smie-rule-separator): New functions.
1042 (smie-rule-separator-outdent): New var.
1043 (smie-indent--rule): Merge with smie-indent--column.
1044 (smie-indent-forward-token, smie-indent-backward-token):
1045 Also recognize close parens.
1046 (smie-indent-keyword): Don't use smie-indent--column any more.
1047 (smie-indent-after-keyword): Ignore closers by default.
1048 (smie-indent-line): Use with-demoted-errors.
1049 * progmodes/octave-mod.el (octave-smie-grammar):
1050 Rename from octave-smie-op-levels.
1051 (octave-smie-rules): Adjust to new behavior.
1052 * progmodes/prolog.el (prolog-smie-grammar):
1053 Rename from prolog-smie-op-levels.
1055 2010-11-07 Glenn Morris <rgm@gnu.org>
1057 * eshell/esh-util.el (subst-char-in-string)
1058 (directory-files-and-attributes): These compatibility definitions are
1059 not needed on any version of Emacs since at least 21.4.
1061 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
1062 (verilog-get-end-of-line): Remove.
1063 (verilog-within-string, verilog-re-search-forward-substr)
1064 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
1065 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
1066 Use point-at-bol, point-at-eol.
1067 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
1069 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
1070 (electric-pascal-terminate-line, pascal-set-auto-comments)
1071 (pascal-indent-paramlist, pascal-indent-declaration)
1072 (pascal-get-lineup-indent, pascal-func-completion)
1073 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
1074 Use point-at-bol, point-at-eol.
1075 * progmodes/flymake.el (flymake-line-beginning-position)
1076 (flymake-line-end-position): Remove.
1077 (flymake-highlight-line): Use point-at-bol, point-at-eol.
1078 * eshell/esh-util.el (line-end-position, line-beginning-position):
1079 Remove compat definitions.
1081 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1083 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
1084 Use line-end-position.
1086 * emacs-lisp/chart.el (chart-zap-chars):
1087 * play/decipher.el (decipher-set-map):
1088 * progmodes/ada-mode.el (ada-get-current-indent)
1089 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
1090 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
1091 * progmodes/ada-xref.el (ada-initialize-runtime-library)
1092 (ada-get-all-references):
1093 * progmodes/cperl-mode.el (cperl-electric-paren)
1094 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
1095 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
1096 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
1097 (cperl-word-at-point-hard):
1098 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
1099 (idlwave-shell-filename-string, idlwave-shell-batch-command)
1100 (idlwave-shell-display-line):
1101 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
1102 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
1103 * progmodes/js.el (js--re-search-forward-inner)
1104 (js--re-search-backward-inner):
1105 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
1106 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
1107 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
1108 * textmodes/flyspell.el (flyspell-process-localwords):
1109 * textmodes/ispell.el (ispell-buffer-local-parsing)
1110 (ispell-buffer-local-dict, ispell-buffer-local-words):
1111 Use point-at-bol and point-at-eol.
1113 * speedbar.el (speedbar-generic-item-info)
1114 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
1115 (speedbar-add-indicator, speedbar-check-vc-this-line)
1116 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
1117 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
1118 Replace more uses of end-of-line etc with line-end-position.
1120 2010-11-06 Glenn Morris <rgm@gnu.org>
1122 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
1123 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
1124 (texinfo-delete-existing-pointers, texinfo-find-pointer)
1125 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
1126 (texinfo-multiple-files-update):
1127 * textmodes/table.el (table--probe-cell-left-up)
1128 (table--probe-cell-right-bottom):
1129 * textmodes/picture.el (picture-tab-search):
1130 * textmodes/page-ext.el (pages-copy-header-and-position)
1131 (pages-directory-for-addresses):
1132 * progmodes/vera-mode.el (vera-get-offset):
1133 * progmodes/simula.el (simula-calculate-indent):
1134 * progmodes/python.el (python-pdbtrack-overlay-arrow):
1135 * progmodes/prolog.el (end-of-prolog-clause):
1136 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
1137 * progmodes/icon.el (indent-icon-exp):
1138 * progmodes/etags.el (tag-re-match-p):
1139 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
1140 * progmodes/ebnf2ps.el (ebnf-begin-file):
1141 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
1142 (dcl-save-local-variable):
1143 * play/life.el (life-setup):
1144 * play/gametree.el (gametree-looking-at-ply):
1145 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
1146 * mail/sendmail.el (mail-mode-auto-fill):
1147 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1148 * emacs-lisp/edebug.el (edebug-overlay-arrow):
1149 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
1150 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
1151 (woman-tab-to-tab-stop, WoMan-warn-ignored):
1152 * type-break.el (type-break-file-keystroke-count):
1153 * term.el (term-replace-by-expanded-history-before-point)
1154 (term-skip-prompt, term-extract-string):
1155 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
1156 (speedbar-contract-line, speedbar-toggle-line-expansion)
1157 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
1158 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
1159 * sort.el (sort-skip-fields):
1160 * skeleton.el (skeleton-internal-list):
1161 * simple.el (line-move-finish, line-move-to-column):
1162 * shell.el (shell-forward-command):
1163 * misc.el (copy-from-above-command):
1164 * makesum.el (double-column):
1165 * ebuff-menu.el (electric-buffer-update-highlight):
1166 * dired.el (dired-move-to-end-of-filename):
1167 * dframe.el (dframe-popup-kludge):
1168 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
1169 * arc-mode.el (archive-get-lineno):
1170 Use line-end-position and line-beginning-position.
1172 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
1173 (idlwave-study-twins): Prefix dynamic local `class'.
1174 (idlwave-routine-twin-compare): Update for above name change.
1176 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
1177 Use boundp tests to silence compiler. Update for changed name of
1178 bytecomp-filename variable.
1180 * emulation/viper-cmd.el (viper-read-string-with-history):
1181 Prefix dynamic local `initial'.
1182 (viper-minibuffer-standard-hook): Update for above name change.
1184 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
1185 (elint-init-form): Update for above name change.
1187 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
1188 local variables `cbeg' and `cend' a prefix.
1189 (mail-extr-voodoo): Update for above name change.
1191 * textmodes/reftex-toc.el (reftex-toc-do-promote)
1192 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
1193 (reftex-toc-promote-action): Doc fix.
1195 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
1196 `prompt', `data' a prefix.
1197 (reftex-select-post-command-hook, reftex-select-callback)
1198 (reftex-select-mouse-accept, reftex-select-read-cite):
1199 Update for above name changes.
1201 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
1202 `refstyle' to reftex-refstyle.
1203 (reftex-offer-label-menu): Update for above name change.
1204 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
1205 `refstyle' name change.
1207 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
1208 with with-current-buffer.
1209 (diff, template): Give dynamic local variables a prefix.
1210 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
1211 (emerge-line-number-in-buf): Update for above name change.
1212 (emerge-combine-versions-internal): Rename local `template' to
1213 emerge-combine-template.
1214 (emerge-combine-versions-edit): Update for above name change.
1216 2010-11-06 Ralf Angeli <angeli@caeruleus.net>
1218 * textmodes/reftex-cite.el
1219 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
1220 entries with whitespace after \bibitem.
1221 (reftex-create-bibtex-file): Match entries containing numbers and
1222 symbol constituents. Make sure that entries with whitespace at
1223 various places are found.
1225 2010-11-05 Christian Millour <cm@abtela.com> (tiny change)
1227 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
1229 2010-11-05 Jan Djärv <jan.h.d@swipnet.se>
1231 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
1233 2010-11-05 Glenn Morris <rgm@gnu.org>
1235 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
1236 (woman2-roff-buffer): Give local variable `request' a prefix.
1237 (woman0-macro): Rename argument `request' in the same way.
1238 (woman-request): New name for `request' dynamic variable.
1239 (woman-unquote, woman-forward-arg): Update for above name change.
1240 (woman1-roff-buffer): Give local variable `unquote' a prefix.
1241 (woman1-unquote): New name for `unquote' dynamic variable.
1242 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
1243 (woman-translations): Rename from `translations'. No longer global.
1244 (woman2-tr, woman-translate): Update for above name change.
1245 (woman-translate): Check for bound variable.
1246 (woman2-roff-buffer): Give local variable `translations' a prefix.
1248 * play/doctor.el: Give all local variables a prefix. Update callers.
1249 (doc$, doctor-put-meaning): Use backquote.
1251 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
1252 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
1254 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
1255 variables bytes, ptr, op a prefix.
1256 (disassemble-offset): Update for above change.
1258 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
1260 * emacs-lisp/package.el (package-unpack): Remove no-op.
1261 (package--builtins, package--dir): Doc fix.
1262 (package-activate-1, package-activate, package-install)
1263 (package-compute-transaction): Fix error message.
1264 (package-delete): Use delete-directory. Omit system packages.
1265 (package-initialize): Set package-alist to nil first.
1266 (package-menu-mark-delete, package-menu-mark-install): Don't add
1267 symbols that are inconsistent with the package state.
1268 (package-menu-execute): Perform deletions and installations as
1269 single batch operations.
1271 2010-11-03 Glenn Morris <rgm@gnu.org>
1273 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
1274 (props): Remove unnecessary declaration.
1276 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
1277 set-process-query-on-exit-flag.
1279 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
1280 (reftex-toc-do-promote): Remove unused local `mpos'.
1281 (reftex-toc-restore-region): Make `mpos' local to this function.
1283 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
1285 * play/landmark.el (lm-losing-threshold): Correct spelling.
1286 (lm-human-plays): Use new name.
1288 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
1289 (gomoku-human-plays): Use new name.
1291 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
1292 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
1293 (gomoku-score-trans-table, gomoku-winning-threshold)
1294 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
1296 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
1298 * emacs-lisp/package.el: Don't put built-in packages in
1299 package-alist, to avoid loading inefficiencies.
1300 (package-built-in-p): Make VERSION optional, and treat it as a
1301 minimum acceptable version.
1302 (package-activate): Search separately for built-in packages.
1303 Emit a warning if a dependency fails.
1304 (define-package): Handle most common case, where there is no
1305 obsolete package, first.
1306 (package-compute-transaction): Print required version in error.
1307 (package--initialized): New variable.
1308 (list-packages): Use it.
1309 (package-initialize): Optional arg NO-ACTIVATE. Don't put
1310 built-in packages in packages-alist; keep it separate.
1311 Set package--initialized.
1312 (describe-package): Avoid activating packages as a side-effect.
1313 Search separately for built-in packages.
1314 (describe-package-1): Handle the case where an elpa package is
1315 simultaneously built-in and available/installed.
1316 (package-installed-p, package--generate-package-list):
1317 Search separately for built-in packages.
1318 (package-load-descriptor): Doc fix.
1320 2010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1322 * progmodes/perl-mode.el (perl-syntax-propertize-function):
1323 Handle __DATA__ and __END__.
1325 2010-11-02 Noah Friedman <friedman@splode.com>
1327 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
1328 nil, do not ask to recompile files that are not already compiled,
1329 and do not recompile them.
1331 2010-11-02 Chong Yidong <cyd@stupidchicken.com>
1333 * emacs-lisp/package.el (package-initialize): Ensure that
1334 obsoleted built-in packages are not in package-activated-list
1336 (describe-package-1): Make the "installed" status override
1339 2010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1341 * subr.el (version-separator, version-regexp-alist): Remove '*'
1343 (version-list-<=, version<=, version=): Doc fix.
1345 2010-11-01 Kenichi Handa <handa@m17n.org>
1347 * faces.el (glyphless-char): Inherit underline for tty.
1349 2010-11-01 Kenichi Handa <handa@m17n.org>
1351 Implement various display methods for glyphless characters.
1353 * international/characters.el (char-acronym-table): New variable.
1354 (glyphless-char-control): New variable.
1355 (update-glyphless-char-display): New funciton.
1357 * faces.el (glyphless-char): New face.
1359 2010-11-01 Glenn Morris <rgm@gnu.org>
1361 * calendar/holidays.el (general-holidays, oriental-holidays)
1362 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
1363 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
1364 the definitions of their targets.
1366 * emacs-lisp/smie.el (smie): New custom group.
1367 (smie-blink-matching-inners, smie-indent-basic): Add :group.
1369 * faces.el (xw-defined-colors, x-setup-function-keys):
1370 * mouse-sel.el (x-select-text):
1371 * term/w32console.el (x-setup-function-keys): Update declarations.
1373 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
1375 * textmodes/ispell.el (comment-add): Declare.
1377 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
1380 * info.el (finder-keywords-hash, package-alist): Declare.
1382 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
1384 * finder.el (finder-compile-keywords): Don't use intern-soft,
1385 since package names may not yet exist in the obarray.
1387 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
1389 * vc/vc-arch.el (vc-arch-checkin):
1390 * vc/vc-cvs.el (vc-cvs-checkin):
1391 * vc/vc-mtn.el (vc-mtn-checkin):
1392 * vc/vc-rcs.el (vc-rcs-checkin):
1393 * vc/vc-sccs.el (vc-sccs-checkin):
1394 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
1395 since 2010-04-21 commit by Stefan Monnier.
1397 2010-11-01 Glenn Morris <rgm@gnu.org>
1399 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
1401 * startup.el (package-enable-at-startup, package-initialize):
1404 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
1407 2010-10-31 Julien Danjou <julien@danjou.info>
1409 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
1410 (byte-recompile-directory):
1411 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
1412 Use `byte-recompile-file'.
1414 2010-10-31 Glenn Morris <rgm@gnu.org>
1416 * cus-start.el: Handle standard values via a keyword.
1417 Only set version property if specified.
1418 (cursor-in-non-selected-windows, menu-bar-mode)
1419 (tool-bar-mode, show-trailing-whitespace):
1420 Do not specify standard values.
1421 (transient-mark-mode, temporary-file-directory): Use :standard.
1423 2010-10-31 Jan Djärv <jan.h.d@swipnet.se>
1425 * term/x-win.el (x-get-selection-value): New function that gets
1426 PRIMARY with type as specified in x-select-request-type. (Bug#6802).
1428 2010-10-31 Michael Albinus <michael.albinus@gmx.de>
1430 * net/tramp.el (tramp-handle-insert-file-contents): For root,
1431 preserve owner and group when editing files. (Bug#7289)
1433 2010-10-31 Glenn Morris <rgm@gnu.org>
1435 * speedbar.el (speedbar-mode):
1436 * play/fortune.el (fortune-in-buffer, fortune):
1437 * play/gomoku.el (gomoku-mode):
1438 * play/landmark.el (lm-mode):
1439 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
1440 Replace inappropriate uses of toggle-read-only. (Bug#7292)
1442 * select.el (x-selection): Mark it as an obsolete alias.
1444 2010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1446 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
1447 major-mode (bug#7284).
1449 2010-10-31 Glenn Morris <rgm@gnu.org>
1451 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
1452 rather than just an unused variable that inherits from the real one.
1454 2010-10-31 Alan Mackenzie <acm@muc.de>
1456 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
1457 This fixes bug #7185.
1459 2010-10-30 Chong Yidong <cyd@stupidchicken.com>
1461 * startup.el (command-line): Search for package directories, and
1462 don't load package.el if none are found.
1464 * emacs-lisp/package.el (describe-package, list-packages):
1465 Call package-initialize if it has not been called yet.
1467 2010-10-30 Alan Mackenzie <acm@muc.de>
1469 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
1470 which fontifies the tail of an enum.
1471 (c-basic-matchers-after): Insert a call to the above new function.
1472 This fixes bug #7264.
1474 2010-10-30 Glenn Morris <rgm@gnu.org>
1476 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
1477 tool-bar-mode, transient-mark-mode. (Bug#7306)
1478 Include the :set property in the dumped Emacs.
1480 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1482 SMIE: change indent rules format, improve smie-setup.
1483 * emacs-lisp/smie.el (smie-precs-precedence-table)
1484 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
1485 Mark them pure so the tables gets built at compile time.
1486 (smie-bnf-precedence-table): Store the closer-alist in the table.
1487 (smie-prec2-levels): Preserve the closer-alist.
1488 (smie-blink-matching-open): Be more forgiving in case of indentation.
1489 (smie-hanging-p): Rename from smie-indent--hanging-p.
1490 (smie-bolp): Rename from smie-indent--bolp.
1491 (smie--parent, smie--after): New dynamic vars.
1492 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
1493 (smie-indent-rules): Remove.
1494 (smie-indent--offset-rule): Remove fun.
1495 (smie-rules-function): New var.
1496 (smie-indent--rule): New fun.
1497 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
1498 (smie-indent-exps): Use it.
1499 (smie-setup): Setup paren blinking; add keyword args for token
1500 functions; extract closer-alist from op-levels.
1501 (smie-indent-debug-log): Remove var.
1502 (smie-indent-debug): Remove fun.
1503 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
1504 (prolog-smie-rules): New fun to replace it.
1505 (prolog-mode-variables): Simplify.
1506 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
1507 it's setup automatically.
1508 (octave-smie-indent-rules): Remove.
1509 (octave-smie-rules): New fun to replace it.
1510 (octave-mode): Simplify.
1512 2010-10-29 Glenn Morris <rgm@gnu.org>
1514 * files.el (temporary-file-directory): Remove (already defined in C).
1515 * cus-start.el: Add temporary-file-directory.
1517 * abbrev.el (abbrev-mode):
1518 * composite.el (auto-composition-mode):
1519 * menu-bar.el (menu-bar-mode):
1520 * simple.el (transient-mark-mode):
1521 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
1522 that they do not define the associated variables twice.
1523 * simple.el (transient-mark-mode): Remove defvar.
1524 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
1525 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
1526 Handle multiple groups, and also custom-delayed-init-variables.
1527 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1529 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1531 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
1532 (pcase-if): Add one minor optimization.
1533 (pcase-split-equal): Rename from pcase-split-eq.
1534 (pcase-split-member): Rename from pcase-split-memq.
1535 (pcase-u1): Add strings to the member optimization.
1536 Add `guard' variant of predicates.
1537 (pcase-q1): Add string patterns.
1539 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1541 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
1543 2010-10-28 Glenn Morris <rgm@gnu.org>
1545 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
1546 Move menu-bar related settings to ../menu-bar.el.
1547 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
1548 Move ns-specific settings here from term/ns-win.el.
1550 * simple.el (x-selection-owner-p): Remove unused declaration.
1552 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1554 * minibuffer.el (completion-cycling): New var (bug#7266).
1555 (minibuffer-complete, completion--do-completion):
1556 Use completion--flush-all-sorted-completions.
1557 (minibuffer-complete): Only cycle if completion-cycling is set.
1558 (completion--flush-all-sorted-completions): Unset completion-cycling.
1559 (minibuffer-force-complete): Set completion-cycling.
1560 (completion-all-sorted-completions): Move declaration before first use.
1562 2010-10-28 Leo <sdl.web@gmail.com>
1564 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
1565 which changes the order of matches seen by users (bug#7231).
1567 2010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
1569 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1570 Don't confuse -omega as "-o mega".
1572 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
1574 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
1575 (log-edit-author): New dynamic var.
1576 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
1577 to return the author if different from committer.
1578 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
1580 * play/landmark.el: Adjust commenting convention.
1581 (lm-nil-score): Rename from nil-score.
1582 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
1583 (OOOOscore): Move into a let in lm-score-trans-table.
1584 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
1586 * electric.el (electric-indent-chars): Autoload.
1587 * progmodes/octave-mod.el (octave-mode):
1588 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
1589 (ruby-mode-abbrev-table): Merge initialization and declaration.
1591 2010-10-27 Glenn Morris <rgm@gnu.org>
1593 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
1596 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
1598 * term/ns-win.el: Restore require of cl when compiling.
1599 (menu-bar-final-items): Remove non-existent `windows' menu.
1600 (ns-handle-nxopen): Optionally handle the temp-case.
1601 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
1602 (ns-insert-file, ns-find-file): Use `pop'.
1604 2010-10-26 Glenn Morris <rgm@gnu.org>
1606 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
1608 2010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
1610 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
1612 * term/common-win.el (x-setup-function-keys): Remove most of the
1613 keymappings. Comment on the remaining ones.
1615 2010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
1617 * server.el (server-port): New option. (Bug#854)
1618 (server-start): Use server-port.
1620 2010-10-26 Glenn Morris <rgm@gnu.org>
1622 * term/ns-win.el (ns-version-string): Remove unused declaration.
1623 (ns-invocation-args): Change to x-invocation-args.
1624 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
1625 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
1626 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
1627 Use x-invocation-args instead of ns-invocation-args.
1628 (ns-initialize-window-system, handle-args-function-alist):
1629 Use x-handle-args instead of ns-handle-args.
1630 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
1631 * startup.el (command-line-ns-option-alist): Replace
1632 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
1633 ns-handle-iconic with the x- equivalents.
1635 * term/common-win.el (x-select-enable-clipboard):
1636 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
1638 * term/ns-win.el: No need to require cl when compiling.
1639 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
1640 (xw-defined-colors): Use the common-win definitions.
1641 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
1642 (ns-handle-iconic): Make it an alias for x-handle-iconic.
1643 * term/common-win.el (x-select-text, x-alternatives-map)
1644 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
1645 * loadup.el [ns]: Load common-win.
1647 2010-10-26 Daiki Ueno <ueno@unixuser.org>
1649 * epa-mail.el (epa-mail-encrypt): Handle local-part only
1650 recipients; expand mail aliases (Bug#7280).
1652 2010-10-25 Glenn Morris <rgm@gnu.org>
1654 * term/common-win.el (x-handle-switch): Simplify with pop.
1655 Optionally handle numeric switches.
1656 (x-handle-numeric-switch): Just call x-handle-switch.
1657 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
1658 (x-handle-name-switch, x-handle-display, x-handle-args):
1661 * term/ns-win.el: Do not require easymenu.
1662 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
1663 <spell>: Move adjustments to menu-bar.el.
1664 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
1665 <separator-undo, spell>: Move ns-win's adjustments here.
1666 * loadup.el [ns]: Do not load easymenu.
1668 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
1670 * image.el (image-checkbox-checked, image-checkbox-unchecked):
1673 * startup.el (fancy-startup-tail): Instead of using inline images,
1674 refer to image files from etc/.
1676 * wid-edit.el (checkbox): Likewise.
1677 (widget-image-find): Center image specs.
1679 2010-10-24 Glenn Morris <rgm@gnu.org>
1681 * term/ns-win.el (x-select-text): Doc fix.
1682 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
1683 (x-select-text): Move to term/common-win.
1684 * term/w32-win.el (xw-defined-colors): Move to common-win.
1685 * term/x-win.el (xw-defined-colors, x-alternatives-map)
1686 (x-setup-function-keys, x-select-text): Move to common-win.
1687 * term/common-win.el (x-select-text, x-alternatives-map)
1688 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
1691 2010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
1693 * net/mairix.el (mairix-searches-mode-map):
1694 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
1696 2010-10-24 Michael McNamara <mac@mail.brushroad.com>
1698 * verilog-mode.el (verilog-directive-re): Make this variable
1699 auto-built for efficiency of execution and updating.
1700 (verilog-extended-complete-re): Support 'pure' fucntion & task
1701 declarations (these have no bodies).
1702 (verilog-beg-of-statement): General cleanup to enable support of
1703 'pure' fucntion & task declarations (these have no bodies).
1704 These efforts together fix Verilog bug210 from veripool; which was also
1705 noticed by Steve Pearlmutter.
1706 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
1707 (verilog-directive-nest-re, verilog-set-auto-endcomments):
1708 Support `elsif. Reported by Shankar Giri.
1709 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
1710 attribute handling for lining up declarations and assignments.
1711 (verilog-beg-of-statement-1): Fix issue where continued declaration
1712 is indented differently if it is after a begin..end clock.
1713 (verilog-in-attribute-p, verilog-skip-backward-comments)
1714 (verilog-skip-forward-comment-p): Support proper treatment of
1715 attributes by indent code. Reported by Jeff Steele.
1716 (verilog-in-directive-p): Fix comment to correctly describe function.
1717 (verilog-backward-up-list, verilog-in-struct-region-p)
1718 (verilog-backward-token, verilog-in-struct-p)
1719 (verilog-in-coverage-p, verilog-do-indent)
1720 (verilog-pretty-declarations): Use verilog-backward-up-list as
1721 wrapper around backward-up-list inorder to properly skip comments.
1722 Reported by David Rogoff.
1723 (verilog-property-re, verilog-endcomment-reason-re)
1724 (verilog-beg-of-statement, verilog-set-auto-endcomments)
1725 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
1726 of if). Reported by Max Bjurling and
1727 (verilog-calc-1): Fix for clocking block in modport
1728 declaration. Reported by Brian Hunter.
1730 2010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
1732 * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
1733 (verilog-gate-keywords, verilog-read-sub-decls)
1734 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
1735 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
1736 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
1737 (verilog-read-decls): Fix spaces in V2K module parameters causing
1738 mis-identification as interfaces, bug287.
1739 (verilog-read-decls): Fix not treating "parameter string" as a
1740 parameter in AUTOINSTPARAM.
1741 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
1742 treating `elsif similar to `endif inside AUTOSENSE.
1743 (verilog-do-indent): Implement correct automatic or static task or
1744 function end comment highlight. Reported by Steve Pearlmutter.
1745 (verilog-font-lock-keywords-2): Fix highlighting of single
1746 character pins, bug264. Reported by Michael Laajanen.
1747 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
1748 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
1749 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
1750 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
1751 (verilog-pretty-expr): Fix interactive arguments, bug272.
1752 Reported by Mark Johnson.
1753 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
1754 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
1755 bug269. Suggested by Gary Delp.
1756 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
1757 (verilog-preprocessor, verilog-set-compile-command):
1758 Create verilog-preprocess and verilog-preprocessor to show
1759 preprocessed output.
1760 (verilog-get-beg-of-line, verilog-get-end-of-line)
1761 (verilog-modi-file-or-buffer, verilog-modi-name)
1762 (verilog-modi-point, verilog-within-string): Move defmacro's
1763 before first use to avoid warning. Reported by Steve Pearlmutter.
1764 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
1765 (verilog-colorize-region, verilog-highlight-buffer)
1766 (verilog-highlight-includes, verilog-highlight-modules)
1767 (verilog-highlight-region, verilog-mode): Rename colorize to
1768 highlight to match other packages. Disable module highlighting,
1769 as received speed complaints, reenable for experimentation only
1770 using new verilog-highlight-modules.
1771 (verilog-read-decls): Fix regexp stack overflow in very large
1772 AUTO_TEMPLATEs, bug250.
1773 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
1774 (verilog-scan): Create verilog-save-buffer-state to standardize
1775 making insignificant changes that shouldn't call hooks.
1776 (verilog-save-no-change-functions, verilog-save-scan-cache)
1777 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
1778 Create verilog-save-no-change-functions to wrap verilog-scan
1779 preservation, and fix to work with nested preserved calls.
1780 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
1781 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
1782 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
1783 (verilog-submit-bug-report): Update variable list to be complete.
1784 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
1785 breaking on-the-fly font-locking.
1786 (verilog-colorize-buffer, verilog-colorize-include-files)
1787 (verilog-colorize-include-files-buffer, verilog-colorize-region)
1788 (verilog-load-file-at-mouse, verilog-load-file-at-point)
1789 (verilog-mode, verilog-read-inst-module-matcher): With point on a
1790 AUTOINST cell instance name, middle mouse button now finds-file on
1791 it. Suggested by Brad Dobbie.
1792 (verilog-alw-get-temps, verilog-auto-reset)
1793 (verilog-auto-sense-sigs, verilog-read-always-signals)
1794 (verilog-read-always-signals-recurse): Fix loop indexes being
1795 AUTORESET. AUTORESET now assumes any variables in the
1796 initialization section of a for() should be ignored.
1797 Reported by Dan Dever.
1798 (verilog-error-font-lock-keywords)
1799 (verilog-error-regexp-emacs-alist)
1800 (verilog-error-regexp-xemacs-alist): Fix error detection of
1801 Cadence HAL, reported by David Asher. Repair drift between the
1802 three similar error variables.
1803 (verilog-modi-lookup, verilog-modi-lookup-cache)
1804 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
1805 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
1806 Fix slow verilog-auto expansion on very large files.
1807 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
1808 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
1809 "{1*2{...". Broke in last revision.
1810 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
1811 submodule connections with replications "{#{a},#{b}}".
1813 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
1815 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
1816 Fix typo in docstring.
1818 2010-10-24 Kenichi Handa <handa@m17n.org>
1820 * face-remap.el (text-scale-adjust): Call read-event with a proper
1823 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
1825 * emacs-lisp/unsafep.el: Don't mark functions that display
1826 messages as safe. Suggested by Johan Bockgård.
1828 2010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1830 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
1831 Turn comments into docstrings.
1833 * minibuffer.el (completion--replace): Move point where it belongs
1834 when there's a common suffix (bug#7215).
1836 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
1838 Merge read-color and facemenu-read-color (Bug#7242).
1840 * faces.el (read-color): Use the completion code from
1841 facemenu-read-color. Require match in completion. Doc fix.
1843 * facemenu.el (facemenu-read-color): Alias for read-color.
1844 (facemenu-set-foreground, facemenu-set-background):
1847 * frame.el (set-background-color, set-foreground-color)
1848 (set-cursor-color, set-mouse-color, set-border-color):
1851 2010-10-24 Leo <sdl.web@gmail.com>
1853 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
1854 argument of delete-file and delete-directory (Bug#7011).
1856 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
1858 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
1861 2010-10-24 Ralf Angeli <angeli@caeruleus.net>
1863 * emacs-lisp/package.el (package--generate-package-list): Make the
1864 *Packages* buffer read-only.
1866 2010-10-24 Alan Mackenzie <acm@muc.de>
1868 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
1869 result of `c-beginning-of-decl-1' between invocations of a lambda
1870 function (Bug #7265).
1872 2010-10-24 Daiki Ueno <ueno@unixuser.org>
1874 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
1875 executable is not available on the system (Bug#7268).
1877 2010-10-24 Glenn Morris <rgm@gnu.org>
1879 * select.el (selection-coding-system, next-selection-coding-system):
1880 Sync doc with C versions.
1882 * w32-vars.el (x-select-enable-clipboard):
1883 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
1884 * term/common-win.el (x-select-enable-clipboard): Move here.
1886 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
1887 definition of C variable.
1889 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
1890 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
1891 Don't redefine things that are defined in C.
1892 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
1893 (show-trailing-whitespace, auto-hscroll-mode)
1894 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
1895 Set up the appropriate custom properties.
1897 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
1900 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
1901 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
1902 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
1903 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
1905 2010-10-23 Glenn Morris <rgm@gnu.org>
1907 * textmodes/flyspell.el (flyspell-mode): If there was an error,
1910 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
1911 Sync docs with C version.
1913 * term/ns-win.el (xw-defined-colors):
1914 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
1916 * term/pc-win.el (x-select-enable-clipboard):
1917 * term/x-win.el (x-select-enable-clipboard):
1918 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
1920 * comint.el (comint-password-prompt-regexp): Make it less vague.
1923 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
1925 * help.el (finder-by-keyword): Remove unnecessary autoload.
1927 2010-10-22 Glenn Morris <rgm@gnu.org>
1929 * loadup.el: Unconditionally load float-sup.
1930 * paren.el (show-paren-delay):
1931 * emacs-lisp/float-sup.el:
1932 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
1933 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
1934 (lazy-lock-stealth-verbose): Assume float support.
1935 * ps-print.el: Assume float support on Emacs.
1936 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
1937 Remove non-float branch.
1939 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
1940 src/Makefile no longer being pre-processed.
1942 2010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1944 * emacs-lisp/find-func.el (find-library): Use test-completion.
1946 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1948 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
1950 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
1952 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
1953 space in stat format string.
1954 (tramp-send-command): Unset $PS1 when using here documents, in
1955 order not to get several prompts.
1956 (tramp-get-inline-coding): Return `nil' in case of errors.
1958 2010-10-21 Daiki Ueno <ueno@unixuser.org>
1960 * hexl.el (hexl-mode, hexl-mode-exit):
1961 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
1962 (hexl-revert-buffer-function): New function.
1963 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
1965 2010-10-19 Alan Mackenzie <acm@muc.de>
1967 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
1968 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
1969 that these keywords aren't wrongly matched as identifiers.
1971 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
1972 setting of c-new-BEG and c-new-END from c-before-change to
1973 c-after-change. (Bug#7181)
1975 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
1977 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
1980 * custom.el (custom-theme-set-variables): Likewise.
1981 (load-theme): Add custom-theme-set-faces and
1982 custom-theme-set-variables to safe-functions while loading.
1983 (custom-enabled-themes): Mark as risky.
1985 2010-10-18 Julien Danjou <julien@danjou.info>
1987 * bindings.el: Remove end dashes in default mode-line-format.
1989 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
1991 * bindings.el (global-map): Bind C-d to delete-char and deletechar
1992 to delete-forward-char.
1994 * simple.el (normal-erase-is-backspace-mode): Remap delete to
1995 deletechar, and hence delete-forward-char.
1997 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1999 * repeat.el (repeat): Use read-key (bug#6256).
2001 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
2003 * emacs-lisp/unsafep.el: Don't mark functions that display
2004 messages as safe. Suggested by Johan Bockgård.
2006 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2008 * minibuffer.el (completion--replace): Move point where it belongs
2009 when there's a common suffix (bug#7215).
2011 2010-10-19 Kenichi Handa <handa@m17n.org>
2013 * international/characters.el: Add category '|' (word breakable)
2014 to fullwidth characters.
2016 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
2018 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
2019 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
2020 order to make stat results a float. Patch by Andreas Schwab
2021 <schwab@linux-m68k.org>.
2023 2010-10-18 Julien Danjou <julien@danjou.info>
2025 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
2026 hidden by `make-pointer-invisible'.
2028 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2030 * files.el (locate-file-completion-table): Strip non-matching elements
2031 before checking length of list (bug#7238).
2033 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
2035 * custom.el (custom-theme-set-variables): Mark as a safe function.
2036 (load-theme): Check forms using unsafep.
2038 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
2040 2010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
2042 * textmodes/ispell.el (ispell-aspell-find-dictionary):
2043 Fix aspell data file searching (bug#7230).
2045 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
2047 * cus-theme.el (custom-theme--migrate-settings): New var.
2048 (customize-create-theme): Allow editing the `user' theme.
2049 (custom-theme-add-variable, custom-theme-add-var-1)
2050 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
2051 to the front of each variable or face widget.
2052 (custom-theme-write): Save theme settings in the correct order.
2053 Optionally, remove saved settings from user customizations.
2054 (custom-theme-write-variables, custom-theme-write-faces):
2055 Save only the checked widgets.
2056 (customize-themes): Add a link for migrating custom settings.
2058 * custom.el (custom-declare-theme, provide-theme):
2059 Use custom-theme-name-valid-p.
2060 (custom-theme-name-valid-p): Remove checks that are now
2061 unnecessary since themes no longer obey load-path.
2063 * cus-edit.el (custom-variable-value-create): For the simple
2064 style, hide documentation string when hidden.
2066 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
2068 * cus-edit.el (custom-variable, custom-face): Combine the
2069 :inhibit-magic and :display-style properties into a single
2070 :custom-style property.
2071 (custom-toggle-hide-variable, custom-toggle-hide-face):
2072 New functions. If hiding an edited value, save it to :shown-value.
2073 (custom-variable-value-create, custom-face-value-create): Use them.
2074 (custom-magic-reset): Allow magic property to be unset.
2076 * custom.el: Custom themes no longer use load-path.
2077 (custom-theme-load-path): New option. Change built-in theme
2079 (custom-enabled-themes): Add custom-theme-load-path dependency.
2080 (custom-theme--load-path): New function.
2081 (load-theme, custom-available-themes): Use it.
2083 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
2084 (customize-themes): Link to custom-theme-load-path variable.
2085 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
2086 :custom-style property.
2088 * themes/*.el: Moved to etc/.
2090 2010-10-16 Ralf Angeli <angeli@caeruleus.net>
2092 * textmodes/reftex-cite.el
2093 (reftex-extract-bib-entries-from-thebibliography): Do not move
2094 point when searching for \bibitem entries. Match entries with
2095 spaces or tabs in front of arguments.
2097 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
2099 * cus-theme.el (customize-create-theme): Delete overlays after
2100 erasing. If given a THEME arg, display only the faces of that arg
2101 instead of custom-theme--listed-faces.
2102 (custom-theme-variable-menu, custom-theme-variable-action)
2103 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
2104 (custom-theme-add-variable, custom-theme-add-face): Apply value
2105 from the theme settings, instead of the current value.
2106 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
2107 (custom-theme-visit-theme): Allow calling outside theme buffers.
2108 (custom-theme-merge-theme): Don't enable the theme when merging.
2109 (custom-theme-write-variables, custom-theme-write-faces): Use the
2110 :shown-value properties to save buffer values, not global ones.
2111 (customize-themes): Display a warning about user customizations.
2113 * cus-edit.el (custom-variable-value-create)
2114 (custom-face-value-create): Obey new special properties
2115 :shown-value and :inhibit-magic.
2117 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
2119 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
2120 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
2123 2010-10-14 Kenichi Handa <handa@m17n.org>
2125 * mail/rmail.el (rmail-show-message-1): Catch an error of
2126 base64-decode-region and just show an error message (bug#7165).
2128 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
2129 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
2130 a font-spec (bug#7197).
2132 2010-10-14 Glenn Morris <rgm@gnu.org>
2134 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
2136 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
2138 * international/mule.el (define-coding-system):
2139 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2140 * composite.el (compose-region): Fix typo in docstring.
2142 2010-10-14 Chong Yidong <cyd@stupidchicken.com>
2144 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
2145 only after checking the theme-face property.
2147 * faces.el (face-spec-reset-face): Reset all attributes in one
2148 single call to set-face-attribute.
2149 (face-spec-match-p): Make it a defsubst.
2150 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
2151 (x-create-frame-with-faces, tty-create-frame-with-faces)
2152 (tty-set-up-initial-frame-faces): Don't recompute face specs in
2153 frame-set-background-mode, since they are recomputed immediately
2154 afterwards in face-set-after-frame-default.
2155 (face-set-after-frame-default): Minor optimization.
2156 (cursor): Provide non-trivial defface spec.
2158 * custom.el (custom-theme-recalc-face): Simplify.
2160 2010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
2162 * calc/calc-alg.el (math-var): Rename from `var'.
2163 (math-is-polynomial, math-is-poly-rec): Replace `var'
2166 * calc/calcalg2.el (math-var): Rename from `var'.
2167 (calcFunc-table, math-scan-for-limits): Replace `var'
2170 2010-10-13 Glenn Morris <rgm@gnu.org>
2172 * subr.el (last): Deal with dotted lists (reported in bug#7174).
2174 2010-10-13 Stephen Berman <stephen.berman@gmx.net>
2176 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
2178 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2180 * net/tls.el (tls-program): Remove spurious %s from openssl.
2181 (tls-starttls-switches): Remove starttls hack.
2182 (open-tls-stream): Ditto.
2183 (tls-find-starttls-argument): Ditto.
2185 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
2187 * image.el (image-library-alist): Declare as obsolete alias.
2188 (image-type-available-p): Use `dynamic-library-alist'.
2190 * term/w32-win.el (dynamic-library-alist):
2191 Use instead of `image-library-alist'.
2193 2010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
2195 * subr.el (last): Make it faster. (Bug#7174)
2197 2010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
2199 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
2201 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
2203 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
2204 (describe-theme-1): Extract doc from unloaded themes.
2206 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
2208 * themes/tango-theme.el:
2209 * themes/tango-dark-theme.el:
2210 * themes/wheatgrass-theme.el: New files.
2212 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
2214 * cus-theme.el (describe-theme, customize-themes)
2215 (custom-theme-save): New commands.
2216 (custom-new-theme-mode-map): Bind C-x C-s.
2217 (custom-new-theme-mode): Use custom--initialize-widget-variables.
2218 (customize-create-theme): New optional arg THEME.
2219 (custom-theme-revert): Use it.
2220 (custom-theme-visit-theme): Remove dead code.
2221 (custom-theme-merge-theme): Use custom-available-themes.
2222 (custom-theme-write): Make interactive.
2223 (custom-theme-write): Use custom-theme-name-valid-p.
2224 (describe-theme-1, custom-theme-choose-revert)
2225 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
2227 (custom-theme-allow-multiple-selections): New option.
2228 (custom-theme-choose-mode): New major mode.
2230 * custom.el (custom-theme-set-variables): Remove dead code.
2231 Obey custom--inhibit-theme-enable.
2232 (custom--inhibit-theme-enable): New var.
2233 (provide-theme): Obey it.
2234 (load-theme): Replace load with manual read/eval, in order to
2235 check for correctness. Use custom-theme-name-valid-p.
2236 (custom-theme-name-valid-p): New function.
2237 (custom-available-themes): Use it.
2239 * cus-edit.el (custom--initialize-widget-variables): New function.
2240 (Custom-mode): Use it.
2242 * cus-face.el (custom-theme-set-faces): Remove dead code.
2243 Obey custom--inhibit-theme-enable.
2245 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
2247 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
2249 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
2251 2010-10-12 Jan Djärv <jan.h.d@swipnet.se>
2253 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
2254 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
2255 (mac-right-option-modifier): New alias for ns-right-option-modifier.
2257 * cus-start.el (all): ns-right-alternate-modifier is new.
2259 2010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2261 * emacs-lisp/lisp.el (lisp-completion-at-point):
2262 Use emacs-lisp-mode-syntax-table for the whole function.
2264 2010-10-12 David Koppelman <koppel@ece.lsu.edu>
2266 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
2267 instead of font-lock-mode before adding keywords.
2268 Remove hi-lock-mode off code. Remove inhibit hack.
2269 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
2270 non-nil; removed hook inhibit hack.
2272 2010-10-12 Glenn Morris <rgm@gnu.org>
2274 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
2275 (load-path-shadows-find): ... to this.
2276 (list-load-path-shadows): Update for above change.
2278 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
2280 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
2282 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
2283 Fix comment for declare-function.
2285 2010-10-11 Chong Yidong <cyd@stupidchicken.com>
2287 * custom.el (custom-fix-face-spec): New function; code moved from
2288 custom-face-edit-fix-value.
2289 (custom-push-theme): Use it when checking if a face has been
2290 changed outside customize.
2291 (custom-available-themes): New function.
2292 (load-theme): Use it.
2294 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
2296 * custom.el (custom-push-theme): Cleanup (use cond).
2297 (disable-theme): Recompute the saved-face property.
2298 (custom-theme-recalc-face): Follow face alias before setting prop.
2300 * image.el (image-checkbox-checked, image-checkbox-unchecked):
2301 New variables, containing checkbox images.
2303 * startup.el (fancy-startup-tail):
2304 * wid-edit.el (checkbox): Use them.
2306 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
2308 * shell.el (shell-mode-map):
2309 * progmodes/modula2.el (m2-mode-map):
2310 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
2311 * play/mpuz.el (mpuz-mode-map):
2312 * play/landmark.el (lm-mode-map):
2313 * play/decipher.el (decipher-mode-map):
2314 * play/5x5.el (5x5-mode-map):
2315 * net/telnet.el (telnet-mode-map):
2316 * net/quickurl.el (quickurl-list-mode-map):
2317 * net/mairix.el (mairix-searches-mode-map):
2318 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
2319 * net/dig.el (dig-mode-map):
2320 * mail/mspools.el (mspools-mode-map):
2321 * hexl.el (hexl-mode-map):
2322 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
2323 (wordstar-C-o-map, wordstar-C-q-map):
2324 * emacs-lisp/edebug.el (edebug-eval-mode-map):
2325 * emacs-lisp/chart.el (chart-map):
2326 * edmacro.el (edmacro-mode-map):
2327 * erc/erc-list.el (erc-list-menu-mode-map):
2328 * array.el (array-mode-map): Declare and define in one step.
2330 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
2332 2010-10-10 Daiki Ueno <ueno@unixuser.org>
2334 * epa.el (epa-passphrase-callback-function): Display filename
2335 passed as the 3rd arg.
2336 * epa-file.el (epa-file-passphrase-callback-function):
2337 Pass filename to epa-passphrase-callback-function.
2339 2010-10-09 Chong Yidong <cyd@stupidchicken.com>
2341 * cus-edit.el (custom-face-widget-to-spec)
2342 (custom-face-get-current-spec, custom-face-state): New functions.
2343 (custom-face-set, custom-face-mark-to-save)
2344 (custom-face-value-create, custom-face-state-set): Use them.
2346 * cus-theme.el (custom-theme--listed-faces): New var.
2347 (customize-create-theme): Use *Custom Theme* as the buffer name.
2348 Set revert-buffer-function. Optional arg BUFFER. Insert all
2349 faces listed in custom-theme--listed-faces.
2350 (custom-theme-revert): New function.
2351 (custom-theme-add-variable, custom-theme-add-face): Insert at the
2353 (custom-theme-write): Prompt for theme name if empty.
2354 (custom-theme-write-variables): Use dolist.
2355 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
2357 2010-10-09 Alan Mackenzie <acm@muc.de>
2359 Enhance fontification of declarators to take account of the
2360 presence/absence of "typedef".
2362 * cc-engine.el (c-forward-type): New &optional param
2364 (c-forward-decl-or-cast-1): cdr of return value now indicates the
2365 presence of either or both of a "struct"-like keyword and "typedef".
2367 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
2368 fontification of declarators which follow a "}".
2369 (c-font-lock-declarations): Fontify declarators according to the
2370 presence/absence of "typedef".
2372 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
2374 (c-typedef-decl-key): New lang variable built from
2375 c-typedef-decl-kwds.
2377 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2379 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
2380 since that's too annoying. Move the filter groups commands to
2383 * epa.el (epa-passphrase-callback-function): Say what we're
2384 querying the password for.
2386 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
2387 behaviour, don't bury the ibuffer buffer when visiting other buffers.
2389 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
2391 * cus-edit.el (custom-commands, custom-buffer-create-internal)
2392 (custom-magic-value-create): Pad button tags with spaces.
2393 (custom-face-edit): New variable.
2394 (custom-face-value-create): Determine whether to use the usual
2395 face editor here, instead of using custom-face-selected.
2396 Pass face defaults to custom-face-edit widget.
2397 (custom-face-selected, custom-display-unselected): Delete widgets.
2398 (custom-display-unselected-match): Function removed.
2399 (custom-face-set, custom-face-mark-to-save):
2400 Accept custom-face-edit widgets as the direct widget child.
2402 * wid-edit.el (widget--completing-widget): New var.
2403 (widget-default-complete): Bind it when doing completion.
2404 (widget-string-complete, widget-file-complete): Use it.
2406 2010-10-09 Glenn Morris <rgm@gnu.org>
2408 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
2409 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
2410 (holiday-hebrew-misc): Small simplifications.
2412 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
2414 * net/browse-url.el: Don't require thingatpt, term, dired,
2415 executable, or w3-auto when compiling.
2416 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
2418 (browse-url-text-emacs): Require term.
2420 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
2422 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
2424 2010-10-08 Glenn Morris <rgm@gnu.org>
2426 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
2428 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
2429 (shadows-compare-text-p): Make it an obsolete alias for...
2430 (load-path-shadows-compare-text): ... new name.
2431 (find-emacs-lisp-shadows): Update for above name change.
2432 (load-path-shadows-same-file-or-nonexistent): New name for the old
2433 shadow-same-file-or-nonexistent.
2435 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
2437 * minibuffer.el (completion--some, completion--do-completion)
2438 (minibuffer-complete-and-exit, minibuffer-completion-help)
2439 (completion-basic-try-completion)
2440 (completion-basic-all-completions)
2441 (completion-pcm--find-all-completions): Use lexical-let to
2442 avoid some false matches in variable completion (Bug#7056)
2444 2010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
2446 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
2448 2010-10-08 Leo <sdl.web@gmail.com>
2450 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
2451 return non-nil if the file exists (Bug#7090).
2453 2010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2455 * minibuffer.el (completion--replace):
2456 Better preserve markers (bug#7138).
2458 2010-10-08 Juanma Barranquero <lekktu@gmail.com>
2460 * server.el (server-process-filter): Doc fix.
2462 2010-10-08 Drew Adams <drew.adams@oracle.com>
2464 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
2466 2010-10-08 Glenn Morris <rgm@gnu.org>
2468 * vc/ediff-wind.el (ediff-setup-control-frame):
2469 * vc/ediff-ptch.el (ediff-default-backup-extension):
2470 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
2471 (ediff-exec-process): Remove system-types emx, windows-95.
2473 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
2475 2010-10-07 Chong Yidong <cyd@stupidchicken.com>
2477 * cus-edit.el (custom-variable, custom-face): Doc fix.
2478 (custom-face-edit): Add value-create attribute.
2479 (custom-face-edit-value-create)
2480 (custom-face-edit-value-visibility-action): New functions.
2481 Hide unused face attributes by default, and add a visibility toggle.
2482 (custom-face-edit-deactivate): Show empty values with shadow face.
2483 (custom-face-selected): Only use this for face specs with default
2485 (custom-face-value-create): Cleanup.
2487 * wid-edit.el (widget-checklist-value-create): Use dolist.
2488 (widget-checklist-match-find): Make second arg optional.
2490 2010-10-07 Glenn Morris <rgm@gnu.org>
2492 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
2495 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
2496 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
2497 load-path-shadows-mode, update references.
2498 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
2499 Rename variable and button.
2500 (list-load-path-shadows): Update button caller.
2502 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2504 * emacs-lisp/smie.el (smie-bnf-classify): New function.
2505 (smie-bnf-precedence-table): Use it to remember the closers/openers.
2506 (smie-merge-prec2s): Handle those new entries.
2507 (smie-prec2-levels): Only set precedence to nil for actual
2509 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
2510 that is now unnecessary.
2512 2010-10-07 Miles Bader <miles@gnu.org>
2514 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
2516 2010-10-07 Glenn Morris <rgm@gnu.org>
2518 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
2519 (mail-position-on-field): Remove declarations.
2520 (mail-position-on-field): Autoload it.
2521 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
2522 and mail-header-end. Don't require sendmail.
2524 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
2525 (shadow-mode): New mode.
2526 (shadow-find-file): New button.
2527 (list-load-path-shadows): Use shadow-mode and buttons.
2529 * iimage.el (iimage-version): Remove.
2530 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
2531 Turn into defcustoms.
2532 (iimage-mode-map): Give it a doc string.
2534 * calendar/appt.el (appt-activate): Give a warning rather than an error
2535 if there is no diary-file.
2537 2010-10-06 Michael Albinus <michael.albinus@gmx.de>
2539 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2540 Use `tramp-handle-find-backup-file-name'.
2542 2010-10-06 Glenn Morris <rgm@gnu.org>
2544 * font-core.el (font-lock-defaults-alist): Remove variable.
2545 (font-lock-mode): Doc fix.
2546 (font-lock-default-function): Do not consult font-lock-defaults-alist.
2547 * font-lock.el (font-lock-refresh-defaults): Doc fix.
2548 (font-lock-set-defaults): Doc fix.
2549 Do not consult font-lock-defaults-alist.
2551 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
2553 * emacs-lisp/cl.el: No longer provide cl-19.
2555 2010-10-05 Michael Albinus <michael.albinus@gmx.de>
2557 * net/tramp.el (tramp-handle-directory-files-and-attributes)
2558 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
2559 New defuns, taken from tramp-smb.el.
2560 (tramp-coding-system-change-eol-conversion)
2561 (tramp-set-process-query-on-exit-flag): Remove.
2563 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
2564 (tramp-compat-coding-system-change-eol-conversion)
2565 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
2568 * net/tramp-gvfs.el:
2569 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
2570 by `tramp-compat-set-process-query-on-exit-flag'.
2572 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
2573 Use `tramp-handle-directory-files-and-attributes',
2574 `tramp-handle-file-exists-p' and
2575 `tramp-handle-file-newer-than-file-p'.
2576 (tramp-imap-handle-file-exists-p)
2577 (tramp-imap-handle-file-executable-p)
2578 (tramp-imap-handle-file-readable-p)
2579 (tramp-imap-handle-directory-files-and-attributes)
2580 (tramp-imap-handle-file-newer-than-file-p): Remove.
2582 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
2583 by `tramp-compat-set-process-query-on-exit-flag' and
2584 `tramp-coding-system-change-eol-conversion' by
2585 `tramp-compat-coding-system-change-eol-conversion'.
2587 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2588 Use `tramp-handle-directory-files-and-attributes',
2589 `tramp-handle-file-exists-p' and
2590 `tramp-handle-file-newer-than-file-p'.
2591 (tramp-smb-handle-directory-files-and-attributes)
2592 (tramp-smb-handle-file-exists-p)
2593 (tramp-smb-handle-file-newer-than-file-p): Remove.
2594 (tramp-smb-maybe-open-connection):
2595 Replace `tramp-set-process-query-on-exit-flag' by
2596 `tramp-compat-set-process-query-on-exit-flag'.
2598 2010-10-05 Glenn Morris <rgm@gnu.org>
2600 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
2602 2010-10-04 Michael Albinus <michael.albinus@gmx.de>
2604 Continue reorganization of load dependencies. (Bug#7156)
2606 * net/tramp.el (tramp-handle-file-local-copy-hook)
2607 (tramp-delete-temp-file-function): Move down.
2608 (tramp-exists-file-name-handler): Move up.
2609 (tramp-register-file-name-handlers): Simplify autoload.
2610 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
2611 (tramp-handle-directory-files, tramp-handle-dired-uncache)
2612 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
2613 (tramp-handle-file-name-completion)
2614 (tramp-handle-file-name-directory)
2615 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
2616 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
2617 (tramp-handle-find-backup-file-name)
2618 (tramp-handle-insert-file-contents, tramp-handle-load)
2619 (tramp-handle-substitute-in-file-name)
2620 (tramp-handle-unhandled-file-name-directory)
2621 (tramp-mode-string-to-int, tramp-local-host-p)
2622 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
2624 * net/tramp-gvfs.el (top):
2625 * net/tramp-smb.el (top): Do not require 'tramp-sh.
2627 * net/tramp-sh.el (all): Move several objects to tramp.el, see
2628 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
2630 2010-10-04 Glenn Morris <rgm@gnu.org>
2632 * calendar/appt.el (appt-add): Ensure reminders are enabled.
2633 (appt-activate): Give status messages.
2635 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
2637 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
2638 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
2639 `gnutls-negotiate' (formerly `starttls-negotiate').
2640 Remove trivial wrapper `starttls-open-stream'.
2642 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
2644 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
2645 log-outgoing commands.
2646 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
2647 to create a buffer local revert-buffer-function variable.
2648 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
2649 revert-buffer-function lambda.
2651 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
2653 * net/gnutls.el (starttls-negotiate): Use the plist interface to
2654 `gnutls-boot'. Make TYPE the only required parameter.
2655 Allow TRUSTFILES and KEYFILES to be lists.
2656 (open-ssl-stream): Use it.
2658 2010-10-03 Glenn Morris <rgm@gnu.org>
2660 * subr.el (directory-sep-char): Remove obsolete variable.
2661 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
2664 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
2665 * vc/vc.el (vc-static-header-alist): Doc fix.
2666 * vc/vc-cvs.el (vc-cvs-header):
2667 * vc/vc-rcs.el (vc-rcs-header):
2668 * vc/vc-sccs.el (vc-sccs-header):
2669 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
2670 * obsolete/vc-mcvs.el (vc-mcvs-header):
2671 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
2674 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
2676 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
2677 Remove obsolete use of binary-overwrite-mode (Bug#7001).
2679 2010-10-03 Glenn Morris <rgm@gnu.org>
2681 * obsolete/x-menu.el: Remove file, obsolete since 21.1
2683 * textmodes/rst.el (rst-font-lock-keywords-function):
2686 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
2688 * printing.el: Drop Emacs 20 code.
2690 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
2691 without having used appt.el already).
2693 * subr.el (make-local-hook): Remove function obsolete since 21.1.
2694 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
2695 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
2697 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
2698 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
2700 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
2701 (charset-width, find-charset-region, chars-in-region, forward-point)
2702 (encode-coding-string, coding-system-p, ccl-execute-on-string)
2703 (define-ccl-program, multibyte-string-p, string-make-multibyte):
2704 Remove compatibility cruft (none of these are used by ps*.el).
2706 2010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
2708 * subr.el (booleanp): Return t instead of a list (Bug#7086).
2710 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
2712 * server.el (server-process-filter, server-return-error):
2713 Give emacsclient time to shut down after receiving an error string.
2715 2010-10-02 Michael Albinus <michael.albinus@gmx.de>
2717 * files.el (remote-file-name-inhibit-cache): New defcustom.
2719 * time.el (display-time-file-nonempty-p):
2720 Use `remote-file-name-inhibit-cache'.
2722 * net/tramp.el (tramp-completion-reread-directory-timeout):
2725 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
2726 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
2727 `remote-file-name-inhibit-cache'. Check also for an integer
2728 value. Add/increase counter when `tramp-verbose' >= 10.
2729 (tramp-set-file-property): Add/increase counter when
2730 `tramp-verbose' >= 10.
2732 * net/tramp-cmds.el (tramp-cleanup-all-connections)
2733 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
2734 (tramp-bug): Set tramp-autoload cookie. Report all interned
2735 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
2736 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
2737 characters only in strings.
2739 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
2740 to backward compatibility.
2742 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
2743 (tramp-handle-file-name-all-completions)
2744 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
2745 (tramp-open-connection-setup-interactive-shell):
2746 Call `tramp-cleanup-connection' directly.
2748 2010-10-02 Glenn Morris <rgm@gnu.org>
2750 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
2752 * subr.el (char-bytes): Remove obsolete function.
2754 * isearch.el (isearch-return-char): Remove obsolete function.
2756 * mouse.el: No longer provide mldrag.
2757 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
2758 Remove obsolete aliases.
2760 * comint.el (comint-kill-output): Remove obsolete alias.
2762 * composite.el (decompose-composite-char): Remove obsolete function.
2763 * ps-def.el (decompose-composite-char): Remove unused function.
2765 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
2767 * outline.el (outline-visible): Remove obsolete function.
2769 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
2770 * faces.el (internal-find-face, internal-get-face)
2771 (frame-update-faces, frame-update-face-colors)
2772 (x-frob-font-weight, x-frob-font-slant)
2773 (internal-frob-font-weight, internal-frob-font-slant)
2774 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
2775 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
2776 (x-make-font-bold-italic): Remove functions and aliases, obsolete
2778 * emulation/viper-util.el (viper-get-face):
2779 * obsolete/lucid.el (find-face, get-face): Use facep.
2780 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
2781 Remove unused functions.
2782 * vc/ediff-util.el (ediff-submit-report): Doc fix.
2784 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
2785 delete tempfile if interrupted during compilation.
2787 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2789 * net/tls.el (tls-starttls-switches): Give up on using starttls with
2791 (tls-program): Add --insecure to be consistent with the defaults from
2792 openssl s_client. Now all three commands are insecure.
2794 2010-10-01 Eli Zaretskii <eliz@gnu.org>
2796 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
2797 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
2798 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
2800 2010-10-01 Glenn Morris <rgm@gnu.org>
2802 * obsolete/sc.el: Remove file.
2804 * files.el (temporary-file-directory): On darwin, also try
2805 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
2807 2010-10-01 Juanma Barranquero <lekktu@gmail.com>
2809 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
2810 Let's not break compatibility gratuitously, shall we?
2812 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2814 * net/tls.el (tls-starttls-switches): New variable.
2815 (tls-find-starttls-argument): Use it.
2816 (open-tls-stream): Ditto.
2818 * net/netrc.el (netrc-credentials): Return the value of the "default"
2820 (netrc-machine): Ditto.
2822 2010-09-30 Eli Zaretskii <eliz@gnu.org>
2824 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
2826 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
2828 * server.el (server-start): Don't write pid to the authentication file.
2829 (server-create-tty-frame): Don't send pid.
2830 (server-process-filter): Send pid at the start of every connection.
2832 2010-09-30 Glenn Morris <rgm@gnu.org>
2834 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
2835 (show-all-diary-entries): Remove obsolete function aliases.
2837 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
2838 Remove options, obsolete since 22.1.
2839 (appt-display-format, appt-display-message):
2840 Remove backwards-compatibility code.
2841 (appt-check): No longer check appt-issue-message.
2842 (appt-make-list): No longer autoload it. Doc fix. No longer
2843 activate the package.
2845 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2847 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
2848 (starttls-negotiate): Just call boot, and let the handshake be
2849 triggered from the read loop.
2851 2010-09-29 Glenn Morris <rgm@gnu.org>
2853 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
2854 not displaying the diary.
2855 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
2856 * calendar/appt.el (appt-check): No longer need to kill diary.
2858 * calendar/diary-lib.el (diary-list-entries): Move the
2859 "Preparing..." message entirely here.
2860 (diary-simple-display, diary-fancy-display): Move "Preparing..."
2861 messages to diary-list-entries.
2862 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
2863 diary-display-function.
2865 * calendar/diary-lib.el (diary-include-other-diary-files):
2866 Trap some recursive includes.
2868 * calendar/appt.el (appt-activate): Check diary file.
2870 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
2872 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2875 * calendar/time-date.el: No need to require cl for Emacs 21.
2877 2010-09-28 Glenn Morris <rgm@gnu.org>
2879 * calendar/appt.el (appt-check): Minor simplification.
2881 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
2883 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
2886 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
2888 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2889 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
2891 2010-09-27 Kenichi Handa <handa@m17n.org>
2893 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
2896 2010-09-27 Kenichi Handa <handa@m17n.org>
2898 * international/mule.el (define-coding-system): Docstring fixed.
2900 * international/mule-diag.el (describe-character-set): Use princ
2901 with proper print-length and print-level instead of insert.
2903 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
2905 * window.el (walk-windows): Doc fix (bug#7105).
2907 2010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2909 * emacs-lisp/float-sup.el (e): Remove.
2911 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
2913 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
2915 (starttls-negotiate): Use it.
2917 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2919 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
2922 2010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
2924 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
2926 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2928 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
2930 * net/netrc.el (netrc-store-data): New function.
2932 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
2934 * net/gnutls.el: GnuTLS glue code to set up a connection.
2936 2010-09-25 Julien Danjou <julien@danjou.info>
2938 * notifications.el: Call dbus-register-signal only if it is bound.
2940 2010-09-25 Glenn Morris <rgm@gnu.org>
2942 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
2943 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
2944 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
2945 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
2946 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
2947 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
2948 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
2949 * eshell/esh-util.el, eshell/esh-var.el:
2950 Remove leading `*' from docs of faces and defcustoms.
2952 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
2954 * eshell/em-ls.el (eshell-ls-archive-regexp):
2955 * eshell/esh-util.el (eshell-tar-regexp):
2956 * ibuffer.el (ibuffer-compressed-file-name-regexp):
2957 * info.el (Info-suffix-list):
2958 * international/mule.el (auto-coding-alist):
2959 * woman.el (woman-file-regexp, woman-file-compression-regexp):
2960 * progmodes/etags.el (tags-compression-info-list):
2961 Support xz compression.
2963 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
2965 * files.el (get-free-disk-space): Don't assume the "df" output
2966 columns line up (Bug#6995).
2968 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
2970 * finder.el (finder-unknown-keywords):
2971 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
2972 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
2974 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
2976 * server.el (server-start): Revert part of 2010-08-08 change. Using
2977 address 127.0.0.1 for local host is now done in Fmake_network_process.
2979 2010-09-24 Glenn Morris <rgm@gnu.org>
2981 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
2982 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
2983 * textmodes/css-mode.el, textmodes/dns-mode.el:
2984 Move autoloaded auto-mode-alist entries to files.el.
2985 * files.el (auto-mode-alist): Move entries here.
2987 2010-09-23 Glenn Morris <rgm@gnu.org>
2989 * isearch.el (isearch-lazy-highlight-cleanup)
2990 (isearch-lazy-highlight-initial-delay)
2991 (isearch-lazy-highlight-interval)
2992 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
2993 * net/net-utils.el (ipconfig-program-options):
2994 Move aliases to options before the associated definitions.
2996 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2998 * newcomment.el (comment-normalize-vars): Better test validity of
3001 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
3003 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
3004 (float-e): New name for `e'.
3005 (degrees-to-radians, radians-to-degrees):
3006 * calendar/solar.el (solar-longitude):
3007 * calculator.el (calculator-registers, calculator-funcall):
3008 * textmodes/artist.el (artist-spray-random-points):
3009 * play/bubbles.el (bubbles--initialize-images): Use new names.
3011 2010-09-23 Eric M. Ludlam <zappo@gnu.org>
3013 Update to CEDET 1.0's version of EIEIO.
3015 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
3017 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
3018 (eieio-default-eval-maybe): Eval val instead of unquoting only.
3019 (class-precedence-list): If class is nil, return nil.
3020 (eieio-generic-call): If class of first input arg is nil, don't
3021 look up static methods, and do check for primary methods.
3022 (initialize-instance): See if the default needs to be evaluated
3023 during the constructor.
3024 (eieio-perform-slot-validation-for-default): Don't do the check
3025 for values that will eventually be evaluated.
3026 (eieio-eval-default-p): New function.
3027 (eieio-default-eval-maybe): Use it.
3029 2010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
3031 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
3032 method-invocation-order.
3033 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
3034 (eieio-class-precedence-dfs): Compute class precedence list using
3036 (eieio-class-precedence-bfs): Compute class precedence list using
3038 (eieio-class-precedence-c3): Compute class precedence list using
3040 (class-precedence-list): New function.
3041 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
3042 (inconsistent-class-hierarchy): New error symbol.
3043 (call-next-method): Stow the replacement argument list for future
3044 call-next-method invocations.
3046 2010-09-23 Glenn Morris <rgm@gnu.org>
3048 * calendar/appt.el (appt-check): If not displaying the diary,
3049 use (diary 1) to only get the entries we need.
3050 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
3051 that it is in day order. (Bug#7019)
3053 * calendar/appt.el (appt-check): Rather than showing the diary,
3054 just turn off invisible display, and only if needed.
3056 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
3058 2010-09-23 Glenn Morris <rgm@gnu.org>
3060 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
3061 (byte-compile-defvar, byte-compile-cl-warn):
3062 Start warnings with lower-case, like the majority.
3064 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
3066 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
3068 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
3069 * files.el (auto-mode-alist): Move ld-script entries here, further down
3072 * vc/add-log.el: Don't require timezone when compiling.
3073 (timezone-make-date-sortable): Autoload it.
3074 (change-log-sortable-date-at): Don't require timezone.
3075 Use `ignore-errors'.
3077 * comint.el (comint-use-prompt-regexp-instead-of-fields):
3078 Move alias before definition, so it does not need autoloading.
3080 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
3081 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
3082 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
3083 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
3084 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
3085 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
3086 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
3087 * textmodes/tex-mode.el, textmodes/two-column.el:
3088 Remove leading `*' from docs of defcustoms etc.
3090 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
3092 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
3094 2010-09-22 Dan Christensen <jdc@uwo.ca>
3096 * calendar/time-date.el (date-to-time): Try using parse-time-string
3097 first before using the slower timezone-make-date-arpa-standard.
3099 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
3101 * calendar/time-date.el (format-seconds): Comment fix.
3103 2010-09-22 Glenn Morris <rgm@gnu.org>
3105 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
3106 is not automatically buffer-local.
3108 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3110 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
3111 (smie-indent-comment): Be more careful with comment-start-skip.
3112 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
3113 (smie-indent-functions): Use them.
3115 2010-09-21 Michael Albinus <michael.albinus@gmx.de>
3117 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
3119 2010-09-21 Jan Djärv <jan.h.d@swipnet.se>
3121 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
3122 tool-bar-position. Don't modify frame parameters here.
3123 (menu-bar-options-save): Add tool-bar-position.
3125 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
3127 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3129 * textmodes/reftex-parse.el (reftex-what-macro)
3130 (reftex-context-substring): Let-bind forward-sexp-function to nil
3131 since we don't need/want to treat \begin...\end as a block (bug#7053).
3133 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
3135 * simple.el (blink-matching-open): Use syntax-class.
3137 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
3138 Set invisibility spec for pascal's outline mode.
3139 (pascal-outline-change): Clean up calling convention.
3140 (pascal-show-all, pascal-hide-other-defuns): Update callers.
3142 * progmodes/prolog.el (prolog-smie-forward-token)
3143 (prolog-smie-backward-token): New functions.
3144 (prolog-mode-variables): Use them to parse "!," correctly.
3145 Set up smie-blink-matching for ".".
3147 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
3149 (ispell-region, ispell-process-line): Update users.
3151 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
3154 * textmodes/ispell.el: Fix commenting convention.
3155 (ispell-parse-output): Simplify, use push.
3156 (ispell-region): Use match-string-no-properties.
3157 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
3158 (ispell-minor-mode): Use define-minor-mode.
3159 (ispell-message): Remove unused var `skip-regexp'.
3160 (ispell-add-per-file-word-list): Use dynamic let-binding.
3161 Try and use the proper comment marker.
3163 * mail/sendmail.el: Fix commenting convention.
3164 (sendmail-send-it): Use line-beginning-position.
3166 * help-fns.el (describe-variable): Add original value, if applicable.
3168 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
3170 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
3172 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
3174 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3176 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
3177 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
3178 (smie-prec2-levels): Use them to better diagnose precedence cycles.
3179 (smie-blink-matching-check): Don't signal a mismatch if car is t.
3180 (smie-blink-matching-open): Rewrite to remove assumptions, so that
3181 something like "." can also be a closer.
3182 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
3183 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
3184 Rename internal functions to use "--". Update callers.
3186 * frame.el (make-frame-names-alist): Don't list frames on other displays.
3188 * fringe.el (fringe-styles): New var.
3189 (fringe-mode, fringe-query-style): Use it.
3191 2010-09-18 Michael R. Mauger <mmaug@yahoo.com>
3193 * progmodes/sql.el: Version 2.8
3194 (sql-login-params): Update widget structure; changes still needed.
3195 (sql-product-alist): Add :list-all and :list-table features for
3196 SQLite, Postgres and MySQL products.
3197 (sql-redirect): Handle default value.
3198 (sql-execute, sql-execute-feature): New functions.
3199 (sql-read-table-name): New function.
3200 (sql-list-all, sql-list-table): New functions. User API.
3201 (sql-mode-map, sql-interactive-mode-map): Add key definitions
3202 for above functions.
3203 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
3204 for above functions.
3205 (sql-postgres-login-params): Add user and database defaults.
3206 (sql-buffer-live-p): Bug fix.
3207 (sql-product-history): New variable.
3208 (sql-read-product): New function. Use it.
3209 (sql-set-product, sql-product-interactive): Use it.
3210 (sql-connection-history): New variable.
3211 (sql-read-connection): New function. Use it.
3212 (sql-connect): New function.
3213 (sql-for-each-login): Redesign function interface.
3214 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
3215 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
3216 (sql-comint): Check for program. Existing live buffer.
3217 (sql-comint-postgres): Add port parameter.
3219 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3221 * emacs-lisp/warnings.el: Fix commenting convention.
3222 (display-warning): Use special mode and make the buffer read-only.
3224 2010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
3226 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
3227 empty string when it follows a repeated or optional pattern.
3229 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
3231 * indent.el (indent-according-to-mode): Apply syntax-propertize.
3232 (indent-region): Use indent-according-to-mode.
3234 2010-09-18 Eli Zaretskii <eliz@gnu.org>
3236 * fringe.el (fringe-mode): Doc fix.
3238 2010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
3240 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
3241 refreshing the preview buffer.
3243 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
3245 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
3246 (latex-syntax-propertize-rules): New consts; replace
3247 tex-font-lock-syntactic-keywords.
3248 (tex-env-mark, latex-env-before-change): New functions.
3249 (latex-electric-env-pair-mode): New minor mode.
3250 (tex-font-lock-verb): Change arguments; do move point.
3251 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
3252 representation as a form of comment.
3253 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
3254 (doctex-syntax-propertize-rules): New const; replaces
3255 doctex-font-lock-syntactic-keywords.
3256 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
3258 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
3259 (fortran-make-syntax-propertize-function): New function; replaces
3260 fortran-font-lock-syntactic-keywords.
3261 (fortran-mode): Use it.
3262 (fortran-line-length): Use it. Improve interactive spec.
3264 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
3265 (syntax-propertize-rules): Add var-ref case. Fix offset computation
3266 when adding surrounding \(..\).
3268 * progmodes/js.el (js-mode): Fix last change (bug#7054).
3270 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3272 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
3273 Use with-current-buffer.
3275 * isearch.el (isearch-face): Rename from `isearch'.
3276 (isearch-highlight): Use new name.
3278 2010-09-17 Eli Zaretskii <eliz@gnu.org>
3280 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
3281 5, for `half' width fringes. (Bug#6933)
3283 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3285 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
3286 (byte-compile-defvar): "foo/bar" does not lack a prefix.
3288 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
3290 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
3292 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
3293 in calculating new frame position. Add more space between new and
3294 parent on the left (Bug#7048).
3296 2010-09-17 Michael Albinus <michael.albinus@gmx.de>
3298 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
3301 2010-09-16 Chong Yidong <cyd@stupidchicken.com>
3303 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
3305 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
3306 obsolete alias for x-selection-value.
3308 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
3310 2010-09-16 Michael Albinus <michael.albinus@gmx.de>
3312 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
3315 2010-09-15 Michael Albinus <michael.albinus@gmx.de>
3317 * net/tramp-compat.el (tramp-compat-with-temp-message)
3318 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
3319 (tramp-compat-process-put): New defuns.
3321 * net/tramp.el (top):
3322 * net/tramp-gvfs.el (top):
3323 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
3325 * net/tramp.el (tramp-progress-reporter-update):
3326 Use `tramp-compat-funcall'.
3328 * net/tramp.el (tramp-process-actions):
3329 * net/tramp-gvfs.el (tramp-handle-vc-registered):
3330 * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
3331 (tramp-get-remote-stat, tramp-get-remote-readlink):
3332 Use `tramp-compat-with-temp-message'.
3334 * net/tramp-sh.el (top): Require 'cl.
3335 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
3336 (tramp-open-connection-setup-interactive-shell):
3337 Use `tramp-compat-process-put'.
3339 2010-09-15 Alan Mackenzie <acm@muc.de>
3341 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
3343 (c-forward-<>-arglist-recur): Fix an infinite recursion.
3345 2010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
3347 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3348 `lexical' for warnings related to lexical scoping.
3349 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
3350 global vars which don't have a prefix and could hence affect lexical
3351 scoping in unrelated files.
3353 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3355 * net/imap.el: Revert back to version
3356 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3359 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
3361 * obsolete/old-whitespace.el (whitespace-unload-function):
3362 Explicitly pass `obarray' to `unintern' to avoid a warning.
3364 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3366 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
3367 Add `when' argument. Update callers.
3369 * subr.el (unintern): Declare the obarray arg mandatory.
3371 2010-09-14 Glenn Morris <rgm@gnu.org>
3373 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
3376 * calendar/diary-lib.el (diary-included-files): New variable.
3377 (diary-list-entries): Maybe initialize diary-included-files.
3378 (diary-include-other-diary-files): Append to diary-included-files.
3379 * calendar/appt.el (appt-update-list): Also check the members of
3380 diary-included-files. (Bug#6999)
3381 (appt-check): Doc fix.
3383 2010-09-14 David Reitter <david.reitter@gmail.com>
3385 * simple.el (line-move-visual): Do not truncate goal column to
3386 integer size. (Bug#7020)
3388 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3390 * repeat.el (repeat): Allow repeating when the last event is a click.
3391 Suggested by Drew Adams (bug#6256).
3393 2010-09-14 Sascha Wilde <wilde@sha-bang.de>
3395 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
3396 Replace setting HGRCPATH to "" by some less invasive --config options.
3398 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3400 * font-lock.el (font-lock-beginning-of-syntax-function):
3403 2010-09-14 Glenn Morris <rgm@gnu.org>
3405 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
3406 and tool-bar modes. (Bug#6211)
3407 (menu-bar-mode): Move setting of standard-value after the
3408 minor-mode definition, otherwise it seems to have no effect.
3410 2010-09-14 Masatake YAMATO <yamato@redhat.com>
3412 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
3413 Fix typo. (Bug#6976)
3415 2010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3417 * whitespace.el: Allow cleaning up blanks without blank
3418 visualization (Bug#6651). Adjust help window for
3419 whitespace-toggle-options (Bug#6479). Allow to use fill-column
3420 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
3421 (whitespace-style): Add new value 'face. Adjust docstring.
3422 (whitespace-space, whitespace-hspace, whitespace-tab):
3423 Adjust foreground property face.
3424 (whitespace-line-column): Adjust docstring and type declaration.
3425 (whitespace-style-value-list, whitespace-toggle-option-alist)
3426 (whitespace-help-text): Adjust const initialization.
3427 (whitespace-toggle-options, global-whitespace-toggle-options):
3429 (whitespace-display-window, whitespace-interactive-char)
3430 (whitespace-style-face-p, whitespace-color-on): Adjust code.
3431 (whitespace-help-scroll): New fun.
3433 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
3435 * calendar/time-date.el (format-seconds): Comment fix.
3437 2010-09-13 Michael R. Mauger <mmaug@yahoo.com>
3439 * progmodes/sql.el: Version 2.7.
3440 (sql-buffer-live-p): Improve detection.
3441 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
3442 (sql-set-sqli-buffer): Use it.
3443 (sql-product-interactive): Run `sql-set-sqli-hook'.
3444 (sql-rename-buffer): Code cleanup.
3445 (sql-redirect, sql-redirect-value): New functions. More to come.
3447 2010-09-13 Juanma Barranquero <lekktu@gmail.com>
3449 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.
3450 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
3451 (TRAMP_SRC): New macro.
3452 ($(lisp)/net/tramp-loaddefs.el): New target.
3454 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
3456 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
3458 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
3460 * net/tramp.el (top): Don't show loading message. Require just
3461 'tramp-compat, everything else is required there.
3462 Use `ignore-errors' where appropriate.
3463 (tramp-inline-compress-start-size, tramp-copy-size-limit)
3464 (tramp-terminal-type, tramp-end-of-output)
3465 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
3466 (tramp-completion-function-alist-ssh)
3467 (tramp-completion-function-alist-telnet)
3468 (tramp-completion-function-alist-su)
3469 (tramp-completion-function-alist-putty, tramp-remote-path)
3470 (tramp-remote-process-environment, tramp-sh-extra-args)
3471 (tramp-actions-before-shell, tramp-uudecode)
3472 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
3473 (tramp-perl-file-attributes)
3474 (tramp-perl-directory-files-and-attributes)
3475 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
3476 (tramp-perl-encode, tramp-perl-decode)
3477 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
3478 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
3479 (tramp-handle-make-symbolic-link, tramp-handle-load)
3480 (tramp-handle-file-name-as-directory)
3481 (tramp-handle-file-name-directory)
3482 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
3483 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
3484 (tramp-do-file-attributes-with-ls)
3485 (tramp-do-file-attributes-with-perl)
3486 (tramp-do-file-attributes-with-stat)
3487 (tramp-handle-set-visited-file-modtime)
3488 (tramp-handle-verify-visited-file-modtime)
3489 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
3490 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
3491 (tramp-handle-file-selinux-context)
3492 (tramp-handle-set-file-selinux-context)
3493 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
3494 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
3495 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
3496 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
3497 (tramp-handle-file-ownership-preserved-p)
3498 (tramp-handle-directory-file-name, tramp-handle-directory-files)
3499 (tramp-handle-directory-files-and-attributes)
3500 (tramp-do-directory-files-and-attributes-with-perl)
3501 (tramp-do-directory-files-and-attributes-with-stat)
3502 (tramp-handle-file-name-all-completions)
3503 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
3504 (tramp-handle-copy-file, tramp-handle-copy-directory)
3505 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
3506 (tramp-do-copy-or-rename-file-via-buffer)
3507 (tramp-do-copy-or-rename-file-directly)
3508 (tramp-do-copy-or-rename-file-out-of-band)
3509 (tramp-handle-make-directory, tramp-handle-delete-directory)
3510 (tramp-handle-delete-file)
3511 (tramp-handle-dired-recursive-delete-directory)
3512 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
3513 (tramp-handle-insert-directory)
3514 (tramp-handle-unhandled-file-name-directory)
3515 (tramp-handle-expand-file-name)
3516 (tramp-handle-substitute-in-file-name)
3517 (tramp-handle-executable-find, tramp-process-sentinel)
3518 (tramp-handle-start-file-process, tramp-handle-process-file)
3519 (tramp-handle-call-process-region, tramp-handle-shell-command)
3520 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
3521 (tramp-handle-insert-file-contents)
3522 (tramp-handle-insert-file-contents-literally)
3523 (tramp-handle-find-backup-file-name)
3524 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
3525 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
3526 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
3527 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
3528 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
3529 (tramp-find-file-exists-command, tramp-open-shell)
3530 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
3531 (tramp-open-connection-setup-interactive-shell)
3532 (tramp-local-coding-commands, tramp-remote-coding-commands)
3533 (tramp-find-inline-encoding, tramp-call-local-coding-command)
3534 (tramp-inline-compress-commands, tramp-find-inline-compress)
3535 (tramp-compute-multi-hops, tramp-maybe-open-connection)
3536 (tramp-send-command, tramp-wait-for-output)
3537 (tramp-send-command-and-check, tramp-barf-unless-okay)
3538 (tramp-send-command-and-read, tramp-mode-string-to-int)
3539 (tramp-convert-file-attributes, tramp-check-cached-permissions)
3540 (tramp-file-mode-from-int, tramp-file-mode-permissions)
3541 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
3542 (tramp-method-out-of-band-p, tramp-local-host-p)
3543 (tramp-get-remote-path, tramp-get-remote-tmpdir)
3544 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
3545 (tramp-get-test-command, tramp-get-test-nt-command)
3546 (tramp-get-file-exists-command, tramp-get-remote-ln)
3547 (tramp-get-remote-perl, tramp-get-remote-stat)
3548 (tramp-get-remote-readlink, tramp-get-remote-trash)
3549 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
3550 (tramp-get-local-uid, tramp-get-local-gid)
3551 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
3553 (tramp-methods, tramp-default-method-alist)
3554 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
3555 Move initialization to tramp-sh.el.
3556 (tramp-temp-name-prefix): Make it a defconst.
3557 (tramp-dissect-file-name): Don't check anymore for multi-hop
3559 (tramp-debug-outline-regexp): Add a docstring.
3560 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
3561 (tramp-get-debug-buffer): Use it.
3563 * net/tramp-cache.el (top): Set tramp-autoload cookie for
3564 initialization forms.
3565 (tramp-set-connection-property): Don't protect `tramp-message'
3566 call, it isn't necessary any longer.
3567 (tramp-dump-connection-properties): Use `ignore-errors'.
3569 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
3570 'password-cache and 'auth-source.
3572 * net/tramp-gvfs.el (top):
3573 * net/tramp-smb.el (top): Require 'tramp-sh.
3575 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
3577 * net/tramp-sh.el: New file, derived from tramp.el.
3578 (top): Initialize `tramp-methods', `tramp-default-method-alist',
3579 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
3580 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
3581 Use `ignore-errors' where appropriate.
3582 (tramp-sh-file-name-handler-alist): Rename from
3583 `tramp-file-name-handler-alist'.
3584 (tramp-send-command-and-check): Return t or nil. Remove all
3585 `zerop' checks, where called.
3586 (tramp-handle-set-file-modes)
3587 (tramp-do-copy-or-rename-file-directly)
3588 (tramp-handle-delete-directory, tramp-handle-delete-file)
3589 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
3590 (tramp-sh-file-name-handler, tramp-send-command-and-check)
3591 (tramp-get-remote-ln): Set tramp-autoload cookie.
3593 * net/tramp-fish.el: Remove file.
3595 2010-09-13 Daiki Ueno <ueno@unixuser.org>
3597 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
3598 buffer-file-name to avoid file-locking. (Bug#7026)
3600 2010-09-13 Julien Danjou <julien@danjou.info>
3602 * notifications.el (notifications-notify): Add support for
3603 image-path and sound-name.
3604 (notifications-specification-version): Add this variable.
3606 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3608 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
3610 2010-09-12 Leo <sdl.web@gmail.com>
3612 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
3613 (rcirc-completion-start): New variables.
3614 (rcirc-nick-completions): Rename to rcirc-completions.
3615 (rcirc-nick-completion-start-offset): Delete.
3616 (rcirc-completion-at-point): New function for constructing
3617 completion data for both nicks and irc commands. Add to
3618 completion-at-point-functions in rcirc mode.
3619 (rcirc-complete): Rename from rcirc-nick-complete; use
3620 rcirc-completion-at-point.
3621 (defun-rcirc-command): Update rcirc-client-commands.
3623 2010-09-11 Glenn Morris <rgm@gnu.org>
3625 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
3626 atomically, to avoid parallel build errors. (Bug#4196)
3628 2010-09-11 Michael R. Mauger <mmaug@yahoo.com>
3630 * progmodes/sql.el: Version 2.6
3631 (sql-dialect): Synonym for "sql-product".
3632 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
3633 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
3634 Set "sql-buffer" to buffer name not buffer object so multiple sql
3635 interactive buffers work properly. Reverts misguided changes in
3637 (sql-comint): Make sure different buffer name is used if "*SQL*"
3638 buffer is for a different product.
3639 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
3641 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
3642 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
3643 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
3644 Accept new buffer name or prompt for one.
3645 (sql-port): Default to zero.
3646 (sql-comint-mysql): Handle "sql-port" as a numeric.
3647 (sql-port-history): Delete unused variable.
3648 (sql-get-login): Default "sql-port" to a number.
3649 (sql-product-alist): Correct Postgres prompt and terminator regexp.
3650 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
3651 "sqlite3" executables.
3652 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
3653 (sql-buffer-live-p): New function.
3654 (sql-mode-menu, sql-send-string): Use it.
3655 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
3657 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
3658 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
3660 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3662 * net/netrc.el (netrc-credentials): New convenience function.
3664 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3666 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
3667 to replace texinfo-font-lock-syntactic-keywords.
3668 (texinfo-mode): Use it.
3670 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
3671 Use syntax-propertize-function.
3673 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
3674 replace sgml-font-lock-syntactic-keywords.
3675 (sgml-mode): Use it.
3677 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
3678 since we don't use it.
3680 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
3682 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
3684 (vhdl-fontify-buffer): Adjust.
3686 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
3687 replace tcl-font-lock-syntactic-keywords.
3690 * progmodes/simula.el (simula-syntax-propertize-function): New var to
3691 replace simula-font-lock-syntactic-keywords.
3692 (simula-mode): Use it.
3694 * progmodes/sh-script.el (sh-st-symbol): Remove.
3695 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
3696 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
3697 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
3698 (sh-font-lock-paren): Set syntax-multiline.
3699 (sh-font-lock-syntactic-keywords): Remove.
3700 (sh-syntax-propertize-function): New function to replace it.
3703 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
3704 Define while compiling.
3705 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
3706 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
3707 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
3708 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
3709 (ruby-here-doc-end-syntax): Only define when
3710 syntax-propertize is not available.
3711 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
3713 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
3714 (electric-indent-chars): Silence bytecompiler.
3715 (ruby-mode): Use prog-mode, syntax-propertize-function, and
3716 electric-indent-chars.
3718 * progmodes/python.el (python-syntax-propertize-function): New var to
3719 replace python-font-lock-syntactic-keywords.
3720 (python-mode): Use it.
3721 (python-quote-syntax): Simplify and adjust to new use.
3723 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
3724 replace perl-font-lock-syntactic-keywords.
3725 (perl-syntax-propertize-special-constructs): New fun to replace
3726 perl-font-lock-special-syntactic-constructs.
3727 (perl-font-lock-syntactic-face-function): New fun.
3728 (perl-mode): Use it.
3730 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
3731 to replace octave-font-lock-close-quotes.
3732 (octave-syntax-propertize-function): New function to replace
3733 octave-font-lock-syntactic-keywords.
3734 (octave-mode): Use it.
3736 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
3737 replaces mixal-font-lock-syntactic-keywords.
3738 (mixal-mode): Use it.
3740 * progmodes/make-mode.el (makefile-syntax-propertize-function):
3741 New var; replaces makefile-font-lock-syntactic-keywords.
3742 (makefile-mode): Use it.
3743 (makefile-imake-mode): Adjust.
3745 * progmodes/js.el (js--regexp-literal): Define while compiling.
3746 (js-syntax-propertize-function): New var; replaces
3747 js-font-lock-syntactic-keywords.
3750 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
3751 replaces gdb-script-font-lock-syntactic-keywords.
3752 (gdb-script-mode): Use it.
3754 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
3755 (fortran--font-lock-syntactic-keywords): New var.
3756 (fortran-line-length): Update syntax-propertize-function and
3757 fortran--font-lock-syntactic-keywords.
3759 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
3761 * progmodes/cfengine.el (cfengine-mode):
3762 Use syntax-propertize-function.
3763 (cfengine-font-lock-syntactic-keywords): Remove.
3765 * progmodes/autoconf.el (autoconf-mode):
3766 Use syntax-propertize-function.
3767 (autoconf-font-lock-syntactic-keywords): Remove.
3769 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
3770 (ada-after-change-function, ada-initialize-syntax-table-properties)
3771 (ada-handle-syntax-table-properties): Only define when
3772 syntax-propertize is not available.
3773 (ada-mode): Use syntax-propertize-function.
3775 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
3776 (font-lock-fontify-syntactic-keywords-region): Move handling of
3777 font-lock-syntactically-fontified to...
3778 (font-lock-default-fontify-region): ...here.
3779 Let syntax-propertize-function take precedence.
3780 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
3782 * emacs-lisp/syntax.el (syntax-propertize-function)
3783 (syntax-propertize-chunk-size, syntax-propertize--done)
3784 (syntax-propertize-extend-region-functions): New vars.
3785 (syntax-propertize-wholelines, syntax-propertize-multiline)
3786 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
3787 (syntax-propertize): New functions.
3788 (syntax-propertize-rules): New macro.
3789 (syntax-ppss-flush-cache): Set syntax-propertize--done.
3790 (syntax-ppss): Call syntax-propertize.
3792 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
3794 2010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
3796 * textmodes/ispell.el (ispell-init-process): Improve comments.
3797 XEmacs compatibility changes regarding (add-hook) 'local option
3798 and (set-process-query-on-exit-flag).
3800 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
3802 * net/tramp-cache.el (tramp-parse-connection-properties):
3803 Set tramp-autoload cookie.
3805 2010-09-09 Glenn Morris <rgm@gnu.org>
3807 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
3808 (imagemagick-register-types): Doc fix.
3810 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
3812 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
3814 * progmodes/js.el (require): Require is already "eval-and-compile".
3815 (js--re-search-forward): Avoid `eval'. Preserve the error data.
3816 (js--re-search-backward): Use js--re-search-forward.
3818 * progmodes/fortran.el (fortran-line-length): Don't recompute
3819 syntactic keywords redundantly a second time.
3821 * progmodes/ada-mode.el: Replace "(set '" with setq.
3822 (ada-mode): Simplify.
3823 (ada-create-case-exception, ada-adjust-case-interactive)
3824 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
3825 (ada-search-ignore-string-comment, ada-move-to-start)
3826 (ada-move-to-end): Use with-syntax-table.
3828 * font-lock.el (save-buffer-state): Remove `varlist' arg.
3829 (font-lock-unfontify-region, font-lock-default-fontify-region):
3830 Update usage correspondingly.
3831 (font-lock-fontify-syntactic-keywords-region):
3832 Set parse-sexp-lookup-properties buffer-locally here.
3833 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
3835 * simple.el (blink-matching-open): Don't burp if we can't find a match.
3837 2010-09-08 Glenn Morris <rgm@gnu.org>
3839 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
3840 Error if not compiled with -DBYTE_CODE_METER.
3842 * emacs-lisp/bytecomp.el (byte-recompile-directory):
3843 Ignore dir-locals-file.
3845 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
3847 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3849 (compilation-error-regexp-alist-alist): Rule out ": " in file names
3850 for the `gnu' messages.
3851 (compilation-set-skip-threshold): New command.
3852 (compilation-start): Use \' rather than $.
3853 (compilation-forget-errors): Use clrhash.
3855 2010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
3857 * textmodes/ispell.el (ispell-valid-dictionary-list):
3860 2010-09-08 Michael Albinus <michael.albinus@gmx.de>
3862 Migrate to Tramp 2.2. Rearrange load dependencies.
3863 (Bug#1529, Bug#5448, Bug#5705)
3865 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
3866 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
3867 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
3869 * net/tramp.el (top): Remove all other tramp-* loads except
3870 tramp-compat.el. Remove all changes to tramp-unload-hook for
3871 other tramp-* packages. Rearrange defun order. Change calls of
3872 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
3873 `tramp-compat-octal-to-decimal' to new function names.
3874 (tramp-terminal-type, tramp-initial-end-of-output)
3875 (tramp-methods, tramp-foreign-file-name-handler-alist)
3876 (tramp-tramp-file-p, tramp-completion-mode-p)
3877 (tramp-send-command-and-check, tramp-get-remote-path)
3878 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
3879 (tramp-shell-quote-argument): Set tramp-autoload cookie.
3880 (with-file-property, with-connection-property): Move to
3882 (tramp-local-call-process, tramp-decimal-to-octal)
3883 (tramp-octal-to-decimal): Move to tramp-compat.el.
3884 (tramp-handle-shell-command): Do not require 'shell.
3885 (tramp-compute-multi-hops): No special handling for tramp-gw-*
3887 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
3889 * net/tramp-cache.el (top): Require 'tramp. Add to
3890 `tramp-unload-hook'.
3891 (tramp-cache-data, tramp-get-file-property)
3892 (tramp-set-file-property, tramp-flush-file-property)
3893 (tramp-flush-directory-property, tramp-get-connection-property)
3894 (tramp-set-connection-property, tramp-flush-connection-property)
3895 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
3897 (with-file-property, with-connection-property): New defuns, moved
3899 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
3902 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
3903 (tramp-version): Set tramp-autoload cookie.
3905 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
3906 changes to tramp-unload-hook for other tramp-* packages. Add to
3907 `tramp-unload-hook'.
3908 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
3909 (tramp-compat-call-process): New defuns, moved from tramp.el.
3911 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
3912 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
3913 Add to `tramp-unload-hook'. Change call of
3914 `tramp-compat-decimal-to-octal' to new function name.
3915 (tramp-fish-method): Make it a defconst.
3916 (tramp-fish-file-name-p): Make it a defsubst.
3917 (tramp-fish-method, tramp-fish-file-name-handler)
3918 (tramp-fish-file-name-p): Set tramp-autoload cookie.
3920 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
3921 `tramp-foreign-file-name-handler-alist'. Add to
3922 `tramp-unload-hook'.
3923 (tramp-ftp-method): Make it a defconst.
3924 (tramp-ftp-file-name-p): Make it a defsubst.
3925 (tramp-ftp-method, tramp-ftp-file-name-handler)
3926 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
3928 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
3929 `tramp-foreign-file-name-handler-alist'. Add to
3930 `tramp-unload-hook'. Change checks, whether package can be
3932 (tramp-gvfs-file-name-p): Make it a defsubst.
3933 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
3934 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
3935 (tramp-gvfs-handle-file-directory-p): New defun.
3936 (tramp-gvfs-file-name-handler-alist): Use it.
3938 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
3939 `tramp-foreign-file-name-handler-alist'. Add to
3940 `tramp-unload-hook'.
3941 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
3942 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
3944 (tramp-gw-tunnel-method, tramp-gw-socks-method)
3945 (tramp-gw-open-connection): Set tramp-autoload cookie.
3947 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
3948 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
3949 Add to `tramp-unload-hook'. Change checks, whether package can be
3951 (tramp-imap-file-name-p): Make it a defsubst.
3952 (tramp-imap-method, tramp-imaps-method)
3953 (tramp-imap-file-name-handler)
3954 (tramp-imap-file-name-p): Set tramp-autoload cookie.
3956 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
3957 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
3958 Add to `tramp-unload-hook'. Change checks, whether package can be
3959 loaded. Change call of `tramp-compat-decimal-to-octal' to new
3961 (tramp-smb-tunnel-method): Make it a defconst.
3962 (tramp-smb-file-name-p): Make it a defsubst.
3963 (tramp-smb-method, tramp-smb-file-name-handler)
3964 (tramp-smb-file-name-p): Set tramp-autoload cookie.
3966 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
3967 (tramp-uuencode-region): Set tramp-autoload cookie.
3969 * net/trampver.el (top) Add to `tramp-unload-hook'.
3970 (tramp-version, tramp-bug-report-address): Set tramp-autoload
3971 cookie. Update release number.
3973 2010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
3975 * textmodes/ispell.el (ispell-start-process): Make sure original
3976 arg list is properly initialized (Bug#6993, Bug#6994).
3978 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3980 * files.el (directory-abbrev-alist): Use \` as default regexp.
3982 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
3983 chars like - or ] (bug#6984).
3984 (rx-any-condense-range): Explode 2-char ranges.
3986 2010-09-06 Glenn Morris <rgm@gnu.org>
3988 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
3990 2010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3992 * textmodes/bibtex.el:
3993 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
3995 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3997 * net/imap.el (imap-message-map): Remove optional buffer parameter,
3998 since no callers use it.
3999 (imap-message-get): Ditto.
4000 (imap-message-put): Ditto.
4001 (imap-mailbox-map): Ditto.
4002 (imap-mailbox-put): Ditto.
4003 (imap-mailbox-get): Ditto.
4004 (imap-mailbox-get): Revert last change for this function.
4006 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4008 * net/imap.el (imap-fetch-safe): Remove function, and alter all
4009 callers to use `imap-fetch' instead. According to the comments, this
4010 should be safe, since all other IMAP clients use the 1:* syntax.
4011 (imap-enable-exchange-bug-workaround): Remove.
4012 (imap-debug): Remove -- doesn't seem very useful.
4014 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4016 * net/imap.el (imap-log): New convenience function used throughout
4017 instead of repeating the same code all over the place.
4019 2010-09-05 David De La Harpe Golden <david@harpegolden.net>
4021 * mouse.el (mouse-save-then-kill): Save region to kill-ring
4022 when mouse-drag-copy-region is non-nil (Bug#6956).
4024 2010-09-05 Chong Yidong <cyd@stupidchicken.com>
4026 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
4027 Improve regexps (Bug#6987).
4028 (dired-sort-toggle): Search more robustly for -t flag.
4030 * files.el (get-free-disk-space): Search more robustly for
4031 "available" column. Suggested by Ehud Karni
4032 <ehud@unix.mvs.co.il>.
4034 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
4036 * international/uni-bidi.el:
4037 * international/uni-category.el:
4038 * international/uni-combining.el:
4039 * international/uni-decimal.el:
4040 * international/uni-mirrored.el:
4041 * international/uni-name.el: Regenerate.
4043 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
4045 * electric.el (electric-indent-post-self-insert-function):
4046 Don't reindent with a sloppy indentation function.
4048 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
4049 border case in change-log-mode.
4051 2010-09-04 Chong Yidong <cyd@stupidchicken.com>
4053 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4054 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
4055 Recognize leading tab in gcc-include regexp. Ignore names with
4056 leading "from" or "in" in gnu regexp (Bug#6937).
4058 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
4060 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
4061 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
4062 (ispell-start-process): Avoid setq and simplify logic.
4063 (ispell-init-process): Setup kill-buffer-hook locally when needed.
4064 (kill-buffer-hook): Don't use it globally with code that uses
4065 expand-file-name since that may call kill-buffer via
4066 code_conversion_restore.
4068 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
4070 * emacs-lisp/package.el (package-directory-list): Only call
4071 file-name-nondirectory on a string.
4073 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
4075 * emacs-lisp/package.el (package--download-one-archive):
4076 Ensure that archive-contents is valid before saving it.
4077 (package-activate-1, package-mark-obsolete, define-package)
4078 (package-compute-transaction, package-list-maybe-add): Use push.
4080 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
4082 Use SMIE's blink-paren for octave-mode.
4083 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
4084 Backslashes do not escape single-quotes, single-quotes do.
4085 (octave-block-else-regexp, octave-block-end-regexp)
4086 (octave-block-match-alist): Remove.
4087 (octave-smie-bnf-table): New var, with old content.
4088 (octave-smie-op-levels): Use it.
4089 (octave-smie-closer-alist): New var.
4090 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
4091 (octave-blink-matching-block-open): Remove.
4092 (octave-reindent-then-newline-and-indent, octave-electric-semi)
4093 (octave-electric-space): Let self-insert-command run expand-abbrev and
4096 * electric.el (electricity): New group.
4097 (electric-indent-chars): New var.
4098 (electric-indent-post-self-insert-function): New fun.
4099 (electric-indent-mode): New minor mode.
4100 (electric-pair-skip-self): New custom.
4101 (electric-pair-post-self-insert-function): New function.
4102 (electric-pair-mode): New minor mode.
4104 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
4105 calcAlg-blink-matching-open.
4106 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
4107 (calc-do-alg-entry): Only touch the part of the keymap that varies.
4108 Use the new blink-matching-check-function.
4110 Provide blink-matching support to SMIE.
4111 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
4112 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
4113 (smie-blink-matching-check, smie-blink-matching-open): New functions.
4115 * simple.el (newline): Fix last change to properly remove itself from
4118 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
4120 * simple.el (newline): Eliminate optimization.
4121 Use post-self-insert-hook to set hard-newline and things before
4122 running post-self-insert-hook.
4123 (blink-matching-check-mismatch): New function.
4124 (blink-matching-check-function): New variable.
4125 (blink-matching-open): Use them.
4126 Skip back forward over prefix chars skipped by forward-sexp.
4127 Don't check if the parens are backslash escaped.
4128 (blink-paren-post-self-insert-function): Check backslash escaping here.
4130 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
4132 * emacs-lisp/package.el (package-menu-mode-map):
4133 Change package-menu-revert bindings to revert-buffer.
4134 (package-menu-mode): Set revert-buffer-function.
4135 (package-menu-revert): Doc fix.
4137 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
4139 * textmodes/ispell.el (ispell-init-process): Use "~/" as
4140 `default-directory' unless using Ispell per-directory personal
4141 dictionaries and not in a mini-buffer under XEmacs.
4142 (kill-buffer-hook): Do not kill ispell process on exit when
4143 `ispell-process-directory' is "~/". (Bug#6143)
4145 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
4147 * simple.el (kill-new): Call interprogram-cut-function with only
4150 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
4151 Remove cut buffer from error message.
4153 * term/x-win.el (x-select-text):
4154 * term/pc-win.el (x-selection-value):
4155 * term/ns-win.el (x-selection-value):
4156 * eshell/em-term.el:
4157 * w32-fns.el (x-get-selection-value):
4158 * mouse-sel.el (mouse-sel-set-selection-function):
4159 * frame.el (display-selections-p): Remove cut-buffer in documentation.
4161 * term/x-win.el: Update documentation for x-last-selected-text-*.
4162 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
4163 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
4164 (x-select-text): Remove argument PUSH, update documentation.
4165 Remove cut-buffer code.
4166 (x-selection-value-internal): Was previously x-selection-value.
4167 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
4168 Update documentation, remove cut-buffer code.
4169 Call x-selection-value-internal.
4170 (x-clipboard-yank): Call x-selection-value-internal.
4171 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
4173 * term/pc-win.el (x-last-selected-text):
4174 x-cut-buffer-or-selection-value renamed to x-selection-value
4175 (x-select-text): Remove argument PUSH, update documentation.
4177 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
4178 x-cut-buffer-or-selection-value renamed to x-selection-value
4179 (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
4180 (x-select-text): Remove argument PUSH, update documentation.
4182 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
4184 * w32-fns.el (x-last-selected-text):
4185 x-cut-buffer-or-selection-value renamed to x-selection-value.
4186 (x-cut-buffer-max): Remove.
4187 (x-select-text): Remove argument PUSH, update documentation.
4189 * simple.el (interprogram-cut-function): Remove mention of PUSH.
4191 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
4193 * mouse-sel.el (mouse-sel-get-selection-function):
4194 x-cut-buffer-or-selection-value renamed to x-selection-value.
4195 (x-select-text): Remove optional push.
4197 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4199 * simple.el (blink-paren-function): Move from C to here.
4200 (blink-paren-post-self-insert-function): New function.
4201 (post-self-insert-hook): Use it.
4203 * emacs-lisp/pcase.el (pcase-split-memq):
4204 Fix overenthusiastic optimisation.
4205 (pcase-u1): Handle the case of a lambda pred.
4207 2010-08-31 Kenichi Handa <handa@m17n.org>
4209 * international/mule-cmds.el (standard-display-european-internal):
4210 Setup standard-display-table for 8-bit characters by storing 8-bit
4211 characters in the element vector.
4213 * disp-table.el (standard-display-8bit):
4214 Setup standard-display-table for 8-bit characters by storing 8-bit
4215 characters in the element vector.
4216 (standard-display-european): Likewise.
4218 2010-08-31 Masatake YAMATO <yamato@redhat.com>
4220 * textmodes/nroff-mode.el (nroff-view): New command.
4221 (nroff-mode-map): Bind it to C-c C-c.
4223 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
4225 * emacs-lisp/smie.el (smie-down-list): New command.
4227 Remove old indentation and navigation code on octave-mode.
4228 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
4229 smie-down-list rather than add a binding for octave-down-block.
4230 (octave-mark-block, octave-blink-matching-block-open):
4231 Rely on forward-sexp-function.
4232 (octave-fill-paragraph): Don't narrow, so you can use
4233 indent-according-to-mode.
4234 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
4235 (octave-in-block-p, octave-re-search-forward-kw)
4236 (octave-re-search-backward-kw, octave-indent-calculate)
4237 (octave-end-as-array-index-p, octave-block-end-offset)
4238 (octave-scan-blocks, octave-forward-block, octave-backward-block)
4239 (octave-down-block, octave-backward-up-block, octave-up-block)
4240 (octave-before-magic-comment-p, octave-indent-line): Remove.
4242 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
4244 * emacs-lisp/package.el (package--read-archive-file): Just use
4245 `read', to avoid copying an additional string.
4246 (package-menu-mode): Set header-line-format here.
4247 (package-menu-refresh, package-menu-revert): Signal an error if
4248 not in the Package Menu.
4249 (package-menu-package-list): New var.
4250 (package--generate-package-list): Operate on the current buffer;
4251 don't assume that it is *Packages*, since the user may rename it.
4252 Allow persistent package listings and sort keys using
4253 package-menu-package-list and package-menu-package-sort-key.
4254 (package-menu--version-predicate): Fix version calculation.
4255 (package-menu-sort-by-column): Don't select the window.
4256 (package--list-packages): Create the *Packages* buffer.
4257 Set package-menu-package-list-key.
4258 (list-packages): Sorting by status is now the default.
4259 (package-buffer-info): Use match-string-no-properties.
4260 (define-package): Add a &rest argument for future proofing, but
4262 (package-install-from-buffer, package-install-buffer-internal):
4263 Merge into a single function, package-install-from-buffer.
4264 (package-install-file): Change caller.
4266 * finder.el: Load finder-inf using `require'.
4267 (finder-list-matches): Sorting by status is now the default.
4268 (finder-compile-keywords): Simpify printing.
4270 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
4272 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
4273 (octave-mode-map): Remove special bindings for forward/backward-block
4274 and octave-backward-up-block. Use smie-close-block.
4275 (octave-continuation-marker-regexp): New var.
4276 (octave-continuation-regexp): Use it.
4277 (octave-operator-table, octave-smie-op-levels)
4278 (octave-operator-regexp, octave-smie-indent-rules): New vars.
4279 (octave-smie-backward-token, octave-smie-forward-token): New funs.
4280 (octave-mode): Use SMIE.
4281 (octave-close-block): Delete.
4283 2010-08-30 Eli Zaretskii <eliz@gnu.org>
4285 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
4286 CLIPBOARD, not in PRIMARY. (Bug#6944)
4288 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
4290 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
4292 (smie-indent-column): Allow indirection through variables.
4294 * composite.el (save-buffer-state): Delete, unused.
4295 * font-lock.el (save-buffer-state): Use with-silent-modifications.
4296 (font-lock-default-fontify-region): Use with-syntax-table.
4297 * jit-lock.el (with-buffer-unmodified): Remove.
4298 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
4300 Use `declare' in defmacros.
4301 * window.el (save-selected-window):
4302 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
4303 * progmodes/python.el (def-python-skeleton):
4304 * net/dbus.el (dbus-ignore-errors):
4305 * jka-cmpr-hook.el (with-auto-compression-mode):
4306 * international/mule.el (with-category-table):
4307 * emacs-lisp/timer.el (with-timeout):
4308 * emacs-lisp/lisp-mnt.el (lm-with-file):
4309 * emacs-lisp/eieio.el (with-slots):
4310 * emacs-lisp/easymenu.el (easy-menu-define):
4311 * emacs-lisp/debug.el (debugger-env-macro):
4312 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
4313 (Multiple-value-call, Multiple-value-prog1):
4314 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
4315 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
4316 edebug rule to definition.
4317 * emacs-lisp/lisp-mode.el (save-selected-window)
4318 (with-current-buffer, combine-after-change-calls)
4319 (with-output-to-string, with-temp-file, with-temp-buffer)
4320 (with-temp-message, with-syntax-table, read-if, eval-after-load)
4321 (dolist, dotimes, when, unless):
4322 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
4324 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
4326 * finder.el: Require `package'.
4327 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
4328 (finder-package-info): Var deleted.
4329 (finder-keywords-hash, finder--builtins-alist): New vars.
4330 (finder-compile-keywords): Compute package--builtins and
4331 finder-keywords-hash instead of finder-keywords-hash, respecting
4332 the "Package" header.
4333 (finder-unknown-keywords, finder-list-matches):
4334 Use finder-keywords-hash and package--list-packages.
4335 (finder-mode): Don't set font-lock-defaults.
4336 (finder-exit): We don't use "*Finder-package*" and "*Finder
4337 Category*" buffers anymore.
4339 * emacs-lisp/package.el (package--builtins-base): Var deleted.
4340 (package--builtins): Set default value to nil.
4341 (package-initialize): Load precomputed value of package--builtins
4343 (package-alist, package-compute-transaction)
4344 (package-download-transaction): Improve docstring.
4345 (package-read-all-archive-contents): Do not change
4346 package--builtins here.
4347 (list-packages): Make package-list-packages an alias for this.
4348 Sort by status by default.
4349 (package--list-packages): Add optional PACKAGES arg.
4350 (describe-package-1): Use font-lock-face property. For built-in
4351 packages, insert file commentary.
4352 (package--generate-package-list): Rename from
4353 package-list-packages-internal; all callers changed. Add optional
4354 PACKAGES arg. Add alphabetical sort fallbacks.
4355 (package-menu--version-predicate, package-menu--status-predicate)
4356 (package-menu--description-predicate)
4357 (package-menu--name-predicate): New functions.
4359 * info.el (Info-finder-find-node): Search package-alist instead of
4360 finder-package-info.
4362 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
4364 * subr.el (version-regexp-alist): Don't use "a" and "b" for
4366 (version-to-list): Handle versions like "10.3d".
4368 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4370 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
4371 (macroexp-accumulate): Use `declare'.
4373 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4375 * whitespace.el (whitespace-style): Adjust type declaration.
4377 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
4379 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
4380 empty argument to gvfs-copy.
4382 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
4384 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
4385 handle new TRASH arg of `delete-file'.
4387 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
4389 * net/tramp.el (tramp-handle-insert-directory): Don't use
4390 `forward-word', its default syntax could be changed.
4392 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4393 Michael Albinus <michael.albinus@gmx.de>
4395 Implement compression for inline methods.
4397 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
4398 (tramp-copy-size-limit): Allow also nil.
4399 (tramp-inline-compress-commands): New defconst.
4400 (tramp-find-inline-compress, tramp-get-inline-compress)
4401 (tramp-get-inline-coding): New defuns.
4402 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
4403 replaced by `tramp-get-inline-coding'.
4404 (tramp-handle-file-local-copy, tramp-handle-write-region)
4405 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
4407 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
4409 Detect ssh 'ControlMaster' argument automatically in some cases.
4411 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
4412 (tramp-default-method): Use it.
4414 2010-08-26 Karel Klíč <kklic@redhat.com>
4416 * net/tramp.el (tramp-file-name-for-operation):
4417 Add file-selinux-context.
4419 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
4421 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
4423 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
4425 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
4428 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
4430 * progmodes/js.el: Make indentation more customizable (Bug#6914).
4431 (js-paren-indent-offset, js-square-indent-offset)
4432 (js-curly-indent-offset): New options.
4433 (js--proper-indentation): Use them.
4435 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
4437 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
4438 instead of inspecting font-lock properties (Bug#6916).
4440 2010-08-26 David Reitter <david.reitter@gmail.com>
4442 * server.el (server-visit-files): Run pre-command-hook and
4443 post-command-hook for each buffer while it is current (Bug#6910).
4444 (server-execute): Do not run hooks here.
4446 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
4448 Sync with Tramp 2.1.19.
4450 * net/tramp-cmds.el (tramp-cleanup-all-connections)
4451 (tramp-reporter-dump-variable, tramp-load-report-modules)
4452 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
4453 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
4455 * net/tramp-compat.el (top): Do not autoload
4456 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
4457 only when `start-file-process' is not bound.
4458 (byte-compile-not-obsolete-vars): Define if not bound.
4459 (tramp-compat-funcall): New defmacro.
4460 (tramp-compat-line-beginning-position)
4461 (tramp-compat-line-end-position)
4462 (tramp-compat-temporary-file-directory)
4463 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
4464 (tramp-compat-copy-file, tramp-compat-copy-directory)
4465 (tramp-compat-delete-file, tramp-compat-delete-directory)
4466 (tramp-compat-number-sequence, tramp-compat-process-running-p):
4468 (tramp-advice-file-expand-wildcards): Do not use
4469 `tramp-handle-file-remote-p'.
4470 (tramp-compat-make-temp-file): Simplify fallback implementation.
4471 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
4472 (tramp-compat-copy-tree): Remove function.
4473 (tramp-compat-delete-file): New defun.
4474 (tramp-compat-delete-directory): Provide implementation for older
4476 (tramp-compat-file-attributes): Handle only
4477 `wrong-number-of-arguments' error.
4479 * net/tramp-fish.el (tramp-fish-handle-copy-file):
4480 Add PRESERVE_SELINUX_CONTEXT.
4481 (tramp-fish-handle-delete-file): Add TRASH arg.
4482 (tramp-fish-handle-directory-files-and-attributes):
4483 Do not use `tramp-fish-handle-file-attributes.
4484 (tramp-fish-handle-file-local-copy)
4485 (tramp-fish-handle-insert-file-contents)
4486 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
4488 * net/tramp-gvfs.el (top): Require url-util.
4489 (tramp-gvfs-mount-point): Remove.
4490 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
4491 and `set-file-selinux-context'.
4492 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
4493 (tramp-gvfs-handle-file-selinux-context)
4494 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
4495 (with-tramp-dbus-call-method): Format trace message.
4496 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
4497 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
4498 Implement backup call, when operation on local files fails.
4499 Use progress reporter. Flush properties of changed files.
4500 (tramp-gvfs-handle-delete-file): Add TRASH arg.
4501 Use `tramp-compat-delete-file'.
4502 (tramp-gvfs-handle-expand-file-name): Expand "~/".
4503 (tramp-gvfs-handle-make-directory): Make more traces.
4504 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
4505 (tramp-gvfs-url-file-name): Hexify file name in url.
4506 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
4507 into account for the resulting file name.
4508 (tramp-gvfs-handler-askquestion): Preserve current message, in
4509 order to let progress reporter continue afterwards. (Bug#6257)
4510 Return dummy mountpoint, when the answer is "no".
4511 See `tramp-gvfs-maybe-open-connection'.
4512 (tramp-gvfs-handler-mounted-unmounted)
4513 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
4514 attribute "default_location". Set "prefix" property.
4515 Handle default-location.
4516 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
4517 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
4518 exists. Raise an error, if not (due to a corresponding answer
4519 "no" in interactive questions, for example).
4520 Use `tramp-compat-funcall'.
4522 * net/tramp-imap.el (top): Autoload `epg-make-context'.
4523 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
4524 (tramp-imap-do-copy-or-rename-file)
4525 (tramp-imap-handle-insert-file-contents)
4526 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
4527 (tramp-imap-handle-delete-file): Add TRASH arg.
4529 * net/tramp-smb.el (tramp-smb-handle-copy-file):
4530 Add PRESERVE-SELINUX-CONTEXT.
4531 (tramp-smb-handle-copy-file)
4532 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4533 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
4534 Use `with-progress-reporter'.
4535 (tramp-smb-handle-delete-file): Add TRASH arg.
4537 * net/tramp.el (tramp-methods): Move hostname to the end in all
4538 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
4540 (tramp-verbose): Describe verbose level 9.
4541 (tramp-completion-function-alist)
4542 (tramp-file-name-regexp, tramp-chunksize)
4543 (tramp-local-coding-commands, tramp-remote-coding-commands)
4544 (with-connection-property, tramp-completion-mode-p)
4545 (tramp-action-process-alive, tramp-action-out-of-band)
4546 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
4547 (tramp-exists-file-name-handler): Fix docstring.
4548 (tramp-remote-process-environment): Use `format' instead of
4549 `concat'. Protect version string by apostroph.
4550 (tramp-shell-prompt-pattern): Do not use a shy group in case of
4552 (tramp-file-name-regexp-unified)
4553 (tramp-completion-file-name-regexp-unified): On W32 systems, do
4554 not regard the volume letter as remote filename. (Bug#5447)
4555 (tramp-perl-file-attributes)
4556 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
4557 (tramp-vc-registered-read-file-names): Read input as
4558 here-document, otherwise the command could exceed maximum length
4560 (tramp-file-name-handler-alist): Add `file-selinux-context' and
4561 `set-file-selinux-context'.
4562 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
4563 backtrace functions.
4564 (tramp-error-with-buffer): Don't show the connection buffer when
4565 we are in completion mode.
4566 (tramp-progress-reporter-update, tramp-remote-selinux-p)
4567 (tramp-handle-file-selinux-context)
4568 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
4569 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
4571 (with-progress-reporter): New defmacro.
4572 (tramp-debug-outline-regexp): New defconst.
4573 (top, tramp-rfn-eshadow-setup-minibuffer)
4574 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
4575 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
4576 (tramp-completion-mode-p, tramp-check-for-regexp)
4577 (tramp-open-connection-setup-interactive-shell)
4578 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
4579 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
4580 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
4581 Use `tramp-compat-funcall'.
4582 (tramp-handle-make-symbolic-link): Flush file properties.
4583 (tramp-handle-load, tramp-handle-file-local-copy)
4584 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4585 (tramp-handle-vc-registered, tramp-maybe-send-script)
4586 (tramp-find-shell): Use `with-progress-reporter'.
4587 (tramp-do-file-attributes-with-stat): Add space in format string,
4588 in order to work around a bug in pdksh. Reported by Gilles Pion
4590 (tramp-handle-verify-visited-file-modtime): Do not send a command
4591 when the connection is not established.
4592 (tramp-handle-set-file-times): Simplify the check for utc.
4593 (tramp-handle-directory-files-and-attributes)
4594 (tramp-get-remote-path): Use `copy-tree'.
4595 (tramp-completion-handle-file-name-all-completions): Ensure, that
4596 non remote files are still checked. Oops.
4597 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
4598 Handle PRESERVE-SELINUX-CONTEXT.
4599 (tramp-do-copy-or-rename-file): Add progress reporter.
4600 (tramp-do-copy-or-rename-file-directly): Do not use
4601 `tramp-handle-file-remote-p'.
4602 (tramp-do-copy-or-rename-file-out-of-band):
4603 Use `tramp-compat-delete-directory'.
4604 (tramp-do-copy-or-rename-file-out-of-band)
4605 (tramp-compute-multi-hops, tramp-maybe-open-connection):
4606 Use `format-spec-make'.
4607 (tramp-handle-delete-file): Add TRASH arg.
4608 (tramp-handle-dired-uncache): Flush directory cache, not only file
4610 (tramp-handle-expand-file-name)
4611 (tramp-completion-handle-file-name-all-completions)
4612 (tramp-completion-handle-file-name-completion):
4613 Use `tramp-connectable-p'.
4614 (tramp-handle-start-file-process): Set connection property "vec".
4615 Use it, in order to invalidate file caches. Check only for
4616 `remote-tty' process property.
4617 Implement tty setting. (Bug#4604, Bug#6360)
4618 (tramp-file-name-for-operation): Add `call-process-region' and
4619 `set-file-selinux-context'.
4620 (tramp-find-foreign-file-name-handler)
4621 (tramp-advice-make-auto-save-file-name)
4622 (tramp-set-auto-save-file-modes): Remove superfluous check for
4623 `stringp'. This is done inside `tramp-tramp-file-p'.
4624 (tramp-file-name-handler): Trace 'quit. Catch the error for some
4625 operations when we are in completion mode. This gives the user
4626 the chance to correct the file name in the minibuffer.
4627 (tramp-completion-mode-p): Use `non-essential'.
4628 (tramp-handle-file-name-all-completions): Backward/ XEmacs
4629 compatibility: Use `completion-ignore-case' if
4630 `read-file-name-completion-ignore-case' does not exist.
4631 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
4632 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4634 (tramp-action-password): Hide password prompt before next run.
4635 (tramp-process-actions): Widen connection buffer for the trace.
4636 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
4637 process property. Trace stty settings if `tramp-verbose' >= 9.
4638 Apply workaround for IRIX64 bug. Move argument of last
4639 `tramp-send-command' where it belongs to.
4640 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
4641 front of `login-args'.
4642 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
4643 on "/dev/null" instead of "/".
4644 (tramp-get-ls-command-with-dired): Make test for "--dired"
4646 (tramp-set-auto-save-file-modes): Adapt version check.
4647 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
4648 (tramp-handle-process-file): Call the program in a subshell, in
4649 order to preserve working directory.
4650 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
4651 `tramp-remote-sh' from `tramp-methods'.
4652 (tramp-get-ls-command): Make test for "--color=never" stronger.
4653 (tramp-check-for-regexp): Use (forward-line 1).
4655 * net/trampver.el: Update release number.
4657 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
4659 * help.el (help-map): Bind `C-h P' to describe-package.
4661 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
4663 * emacs-lisp/package.el (package-refresh-contents): Catch errors
4664 when downloading archives.
4665 (describe-package-1): Add package commentary.
4666 (package-install-button-action): New function.
4667 (package-menu-mode-map): Bind ? to package-menu-describe-package.
4668 (package-menu-view-commentary): Function removed.
4669 (package-list-packages-internal): Hide the `package' package too.
4671 2010-08-25 Kenichi Handa <handa@m17n.org>
4673 * language/misc-lang.el ("Arabic"): New language environment.
4674 Setup composition-function-table for Arabic characters.
4676 * international/fontset.el (setup-default-fontset): Fix typo for
4677 arabic OTF spec (fini->fina).
4679 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
4681 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
4684 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4686 * whitespace.el: Allow cleaning up blanks without blank
4687 visualization (Bug#6651). Adjust help window for
4688 whitespace-toggle-options (Bug#6479). Allow to use fill-column
4689 instead of whitespace-line-column (from EmacsWiki). New version
4691 (whitespace-style): Added new value 'face. Adjust docstring.
4692 (whitespace-space, whitespace-hspace, whitespace-tab):
4693 Adjust foreground property face.
4694 (whitespace-line-column): Adjust docstring and type declaration.
4695 (whitespace-style-value-list, whitespace-toggle-option-alist)
4696 (whitespace-help-text): Adjust const initialization.
4697 (whitespace-toggle-options, global-whitespace-toggle-options):
4699 (whitespace-display-window, whitespace-interactive-char)
4700 (whitespace-style-face-p, whitespace-color-on): Adjust code.
4701 (whitespace-help-scroll): New fun.
4703 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
4705 * emacs-lisp/package.el (list-packages): Alias for
4706 package-list-packages.
4708 2010-08-24 Kevin Ryde <user42@zip.com.au>
4710 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
4713 * progmodes/ruby-mode.el (ruby): Add defgroup.
4715 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
4717 * progmodes/python.el: Add Ipython support (Bug#5390).
4718 (python-shell-prompt-alist)
4719 (python-shell-continuation-prompt-alist): New options.
4720 (python--set-prompt-regexp): New function.
4721 (inferior-python-mode, run-python, python-shell):
4722 Require ansi-color. Use python--set-prompt-regexp to set the comint
4723 prompt based on the Python interpreter.
4724 (python--prompt-regexp): New var.
4725 (python-check-comint-prompt)
4726 (python-comint-output-filter-function): Use it.
4727 (run-python): Use a pipe (Bug#5694).
4729 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
4731 * progmodes/python.el (python-send-region): Send a different
4732 Python command if Ipython is in use.
4733 (python-check-version): Use a Python command to find the version.
4735 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
4737 * mouse.el (mouse-yank-primary): Avoid setting primary when
4738 deactivating the mark (Bug#6872).
4740 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
4742 * progmodes/python.el (python-block-pairs): Allow use of "finally"
4743 with "else" (Bug#3991).
4745 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
4747 * net/dbus.el: Accept UNIX domain sockets as bus address.
4748 (top): Don't initialize `dbus-registered-objects-table' anymore,
4749 this is done in dbusbind,c.
4750 (dbus-check-event): Adapt test for bus.
4751 (dbus-return-values-table, dbus-unregister-service)
4752 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
4755 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
4757 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
4759 2010-08-22 Juri Linkov <juri@jurta.org>
4761 * simple.el (read-extended-command): New function with the logic
4762 for `completing-read' moved to Elisp from `execute-extended-command'.
4763 Use `function-called-at-point' in `minibuffer-default-add-function'
4764 to get a command name for M-n (bug#5364, bug#5214).
4766 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4768 * startup.el (command-line-1): Issue warning for ignored arguments
4769 --unibyte, etc (Bug#6886).
4771 2010-08-22 Leo <sdl.web@gmail.com>
4773 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
4774 (ignore, bright, dim, keyword): Split list of nicknames before
4775 passing to rcirc-add-or-remove (Bug#6894).
4777 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4779 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
4781 2010-08-22 Leo <sdl.web@gmail.com>
4783 Fix buffer-list rename&refresh after killing a buffer in ido.
4784 * ido.el: Revert Óscar's.
4785 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
4786 Remember the buffers at head, rather than their name.
4787 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
4789 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
4790 Stefan Monnier <monnier@iro.umontreal.ca>
4792 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
4793 extra backslash added to each line (bug#6890).
4795 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
4797 * subr.el (read-key): Don't echo keystrokes (bug#6883).
4799 2010-08-22 Glenn Morris <rgm@gnu.org>
4801 * menu-bar.el (menu-bar-games-menu): Add landmark.
4803 2010-08-22 Glenn Morris <rgm@gnu.org>
4805 * align.el (align-regexp): Make group and spacing arguments
4806 use the interactive defaults when non-interactive. (Bug#6698)
4808 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
4809 expansion, so as not to need sendmail.
4810 (mail-text-start): Remove declaration.
4811 (rmail-retry-failure): Require sendmail.
4813 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4815 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
4817 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
4819 * progmodes/flymake.el (flymake-start-syntax-check-process):
4820 Use `start-file-process' in order to let it run also on remote hosts.
4822 2010-08-22 Kenichi Handa <handa@m17n.org>
4824 * files.el: Add `word-wrap' as safe local variable.
4826 2010-08-22 Glenn Morris <rgm@gnu.org>
4828 * woman.el (woman-translate): Case matters. (Bug#6849)
4830 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4832 * simple.el (kill-region): Doc fix (Bug#6787).
4834 2010-08-22 Glenn Morris <rgm@gnu.org>
4836 * calendar/diary-lib.el (diary-header-line-format):
4837 Fit it to the window, not the frame.
4839 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
4841 * subr.el (ignore-errors): Add debug declaration.
4843 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
4845 * whitespace.el (whitespace-color-off): Remove post-command-hook
4848 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
4850 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
4852 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
4854 * cus-edit.el (custom-group-value-create): Add extra newline
4855 before end line (Bug#6876).
4857 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
4859 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
4860 when extending it. Before killing on the second click, check if
4861 the buffer is the correct one. Doc fix.
4862 (mouse-secondary-save-then-kill): Allow usage without first
4863 calling mouse-start-secondary, by defaulting to point. Don't save
4864 an empty secondary selection. Doc fix.
4866 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4868 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
4869 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
4871 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
4872 Adjust initialization.
4873 (whitespace-bob-marker, whitespace-eob-marker)
4874 (whitespace-buffer-changed): New vars.
4875 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
4876 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
4877 (whitespace-post-command-hook, whitespace-display-char-on):
4879 (whitespace-looking-back, whitespace-buffer-changed): New funs.
4880 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
4882 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
4884 * files.el (locate-file-completion-table): Only list the .el and .elc
4885 extensions if there's no other choice (bug#5955).
4887 * facemenu.el (facemenu-self-insert-data): New var.
4888 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
4890 (facemenu-add-face): Use them.
4892 * simple.el (blink-matching-open): Obey forward-sexp-function.
4894 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
4896 * simple.el (prog-mode-map): New var.
4897 (prog-indent-sexp): New command.
4899 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
4901 * progmodes/prolog.el (smie): Require.
4903 * emacs-lisp/smie.el (smie-default-backward-token)
4904 (smie-default-forward-token): Strip properties.
4905 (smie-next-sexp): Be more careful with associative operators.
4906 (smie-forward-sexp-command): Generalize.
4907 (smie-backward-sexp-command): Simplify.
4908 (smie-closer-alist): New var.
4909 (smie-close-block): New command.
4910 (smie-indent-debug-log): New var.
4911 (smie-indent-offset-rule): Add a few more cases.
4912 (smie-indent-column): New function.
4913 (smie-indent-after-keyword): Use it.
4914 (smie-indent-keyword): Use it.
4915 Fix up the opener code's point position.
4916 (smie-indent-comment): Only applies at BOL.
4917 (smie-indent-debug): New command.
4919 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
4920 declarations that are useful before running the macro.
4922 2010-08-18 Joakim Verona <joakim@verona.se>
4924 * image.el (imagemagick-types-inhibit): New variable.
4925 (imagemagick-register-types): New function.
4926 * image-mode.el (image-transform-properties): New function.
4927 (image-transform-set-scale, image-transform-fit-to-height)
4928 (image-transform-set-rotation, image-transform-set-resize)
4929 (image-transform-fit-to-width, image-transform-fit-to-height):
4931 (image-toggle-display-image): Support image transforms.
4933 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
4935 * image.el (create-animated-image): Don't add heuristic mask to image
4938 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
4940 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
4941 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
4943 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
4945 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
4947 Font-lock '...' strings, plus various simplifications and fixes.
4948 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
4949 (octave-font-lock-close-quotes): New function.
4950 (octave-font-lock-syntactic-keywords): New var.
4951 (octave-mode): Use it. Set beginning-of-defun-function.
4952 (octave-mode-map): Don't override the <foo>-defun commands.
4953 (octave-mode-menu): Pass it directly to easy-menu-define;
4954 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
4955 (octave-block-match-alist): Fix up last change so that
4956 octave-close-block uses the more specific keyword.
4957 (info-lookup-mode): Silence byte-compiler.
4958 (octave-beginning-of-defun): Not interactive any more.
4960 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
4961 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
4962 (octave-completion-at-point-function): Make sure point is within
4964 (octave-reindent-then-newline-and-indent):
4965 Use reindent-then-newline-and-indent.
4966 (octave-add-octave-menu): Remove.
4968 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
4970 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
4971 (report-emacs-bug-can-use-xdg-email): New functions.
4972 (report-emacs-bug): Set can-xdg-email to result of
4973 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
4974 \C-cm to report-emacs-bug-insert-to-mailer and add help text
4977 * net/browse-url.el (browse-url-default-browser): Add cond
4978 for browse-url-xdg-open.
4979 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
4981 2010-08-17 Glenn Morris <rgm@gnu.org>
4983 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
4984 (c-fontify-recorded-types-and-refs): Define for compiler.
4985 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
4988 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
4991 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
4993 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
4995 (tramp-handle-process-file): Call the program in a subshell, in
4996 order to preserve working directory.
4997 (tramp-action-password): Hide password prompt before next run.
4998 (tramp-process-actions): Widen connection buffer for the trace.
5000 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
5002 * net/rcirc.el (rcirc-log-process-buffers): New option.
5003 (rcirc-print): Use it.
5004 (rcirc-generate-log-filename): New function.
5005 (rcirc-log-filename-function): Change default to
5006 rcirc-generate-log-filename (Bug#6828).
5008 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
5010 * simple.el (deactivate-mark): If select-active-regions is `only',
5011 only set selection for temporarily active regions.
5013 * cus-start.el: Change defcustom for select-active-regions.
5015 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
5017 * mouse.el (mouse--drag-set-mark-and-point): New function.
5018 (mouse-drag-track): Use LOCATION arg to push-mark.
5019 Use mouse--drag-set-mark-and-point to take click-count into
5020 consideration when updating point and mark (Bug#6840).
5022 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
5024 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5025 Give the Ruby rule a lower priority than Gnu (Bug#6778).
5027 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
5029 * font-lock.el (lisp-font-lock-keywords-2):
5030 Add combine-after-change-calls, condition-case-no-debug,
5031 with-demoted-errors, and with-silent-modifications (Bug#6025).
5033 2010-08-14 Kevin Ryde <user42@zip.com.au>
5035 * emacs-lisp/copyright.el (copyright-update-year)
5036 (copyright-update): Temporary switch-to-buffer to ensure the
5037 buffer change being queried is visible (Bug#5394).
5039 2010-08-14 Tom Tromey <tromey@redhat.com>
5041 * progmodes/etags.el (tags-file-name): Mark safe if stringp
5044 2010-08-14 Eli Zaretskii <eliz@gnu.org>
5046 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
5049 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
5051 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
5052 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
5053 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
5054 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
5055 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
5056 Call menu-bar-set-tool-bar-position.
5058 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
5060 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
5061 comment style (bug#6834).
5062 * progmodes/scheme.el (scheme-mode-syntax-table):
5063 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
5064 "b" flag in "' 14b" syntax.
5066 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
5067 for (un)commenting the region and performing completion.
5068 (octave-mode-menu): Use standard commands for help and completion.
5069 (octave-mode-syntax-table): Support %{..%} comments (sort of).
5070 (octave-mode): Use define-derived-mode.
5071 Set completion-at-point-functions and don't set columns.
5072 Don't disable adaptive-fill-regexp.
5073 (octave-describe-major-mode, octave-comment-region)
5074 (octave-uncomment-region, octave-comment-indent)
5075 (octave-indent-for-comment): Remove.
5076 (octave-indent-calculate): Rename from calculate-octave-indent.
5077 (octave-indent-line, octave-fill-paragraph): Update caller.
5078 (octave-initialize-completions): No need to make an alist.
5079 (octave-completion-at-point-function): New function.
5080 (octave-complete-symbol): Use it.
5081 (octave-insert-defun): Use define-skeleton.
5083 * progmodes/octave-mod.el (octave-mode): Set comment-add.
5084 (octave-mode-map): Use comment-dwim (bug#6829).
5086 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
5088 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
5089 indentation of inserted comment.
5091 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
5093 * faces.el (region): Add type gtk that uses gtk colors.
5095 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
5096 Handle theme-name change.
5098 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
5100 * progmodes/sql.el: Version 2.5
5101 (sql-product-alist): Add :prompt-cont-regexp property for several
5103 (sql-prompt-cont-regexp): New variable.
5104 (sql-output-newline-count, sql-output-by-send):
5105 New variables. Record number of newlines in input text.
5106 (sql-send-string): Handle multiple filters and count newlines.
5107 (sql-send-magic-terminator): Count terminator newline.
5108 (sql-interactive-remove-continuation-prompt): Filters output to
5109 remove continuation prompts; one for each newline.
5110 (sql-interactive-mode): Set up new variables, prompt regexp and
5112 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
5113 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
5115 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5117 * emacs-lisp/pcase.el: New file.
5119 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
5121 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
5122 as here-document, otherwise the command could exceed maximum
5123 length of command line.
5124 (tramp-handle-vc-registered): Call script accordingly.
5125 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
5127 2010-08-10 Kenichi Handa <handa@m17n.org>
5129 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
5132 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
5134 * emacs-lisp/package.el (package-version-split)
5135 (package--version-first-nonzero, package-version-compare):
5137 (package-directory-list, package-load-all-descriptors)
5138 (package--built-in, package-activate, define-package)
5139 (package-installed-p, package-compute-transaction)
5140 (package-read-all-archive-contents)
5141 (package--add-to-archive-contents, package-buffer-info)
5142 (package-tar-file-info, package-list-packages-internal):
5143 Use version-to-list and version-list-*.
5145 * emacs-lisp/package-x.el (package-upload-buffer-internal):
5146 Use version-to-list.
5147 (package-upload-buffer-internal): Use version-list-<=.
5149 2010-08-09 Kenichi Handa <handa@m17n.org>
5151 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
5154 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
5156 * tutorial.el (tutorial--default-keys): C-d is now bound to
5157 delete-forward-char (Bug#6826).
5159 * mouse.el (mouse-drag-track): Remove accidentally-removed check
5160 for `double' value of mouse-1-click-follows-link (Bug#6807).
5162 2010-08-08 Johan Bockgård <bojohan@gnu.org>
5164 * replace.el (replace-highlight): Bind isearch-forward and
5165 isearch-error, ensuring that highlighting is updated if the user
5166 switches the search direction (Bug#6808).
5168 * isearch.el (isearch-lazy-highlight-forward): New var.
5169 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
5170 (isearch-lazy-highlight-update): Use it.
5172 2010-08-08 Kenichi Handa <handa@m17n.org>
5174 * international/mule.el (define-charset): Store NAME as :base property.
5175 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
5176 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
5177 current priority. Force using the designation of the specific
5178 charset by adding `charset' text property. Improve the whole algorithm.
5180 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
5182 * emulation/pc-select.el (pc-selection-mode-hook)
5183 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
5184 (pc-selection-mode): Fix typos in docstrings.
5186 2010-08-08 Kenichi Handa <handa@m17n.org>
5188 * language/cyrillic.el: Don't add "microsoft-cp1251" to
5189 ctext-non-standard-encodings-alist here.
5191 * international/mule.el (ctext-non-standard-encodings-alist):
5192 Add "koi8-r" and "microsoft-cp1251".
5193 (ctext-standard-encodings): New variable.
5194 (ctext-non-standard-encodings-table): List only elements for
5195 non-standard encodings.
5196 (ctext-pre-write-conversion): Adjust for the above change.
5197 Check ctext-standard-encodings.
5199 * international/mule-conf.el (compound-text): Doc fix.
5200 (ctext-no-compositions): Doc fix.
5201 (compound-text-with-extensions): Doc fix.
5203 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5205 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
5207 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
5209 * progmodes/which-func.el (which-func-format): Split help-echo text
5210 into lines, like other mode-line tooltips.
5212 * server.el (server-start): When using TCP sockets, force IPv4
5213 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
5215 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5217 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
5219 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
5221 * term.el (term-delimiter-argument-list): Reflow docstring.
5222 (term-read-input-ring, term-write-input-ring, term-send-input)
5223 (term-bol, term-erase-in-display, serial-supported-or-barf):
5224 Fix typos in docstrings.
5226 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5228 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
5230 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
5232 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
5234 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
5236 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
5237 Fix typo in docstring (bug#6747).
5239 2010-08-08 Leo <sdl.web@gmail.com>
5241 * eshell/esh-io.el (eshell-get-target): Better detection of
5242 read-only file (Bug#6762).
5244 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
5246 * align.el (align-default-spacing): Doc fix.
5247 (align-region-heuristic, align-regexp): Fix typos in docstrings.
5249 2010-08-08 Stephen Peters <speters@itasoftware.com>
5251 * calendar/icalendar.el
5252 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
5253 (icalendar--get-weekday-numbers): New.
5254 (icalendar--convert-recurring-to-diary): Handle multiple byday
5255 values in weekly rules. (Bug#6766)
5257 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
5259 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
5260 (icalendar--create-uid, icalendar-export-region)
5261 (icalendar--parse-summary-and-rest): Code formatting.
5263 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
5265 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
5266 to italicize headers.
5267 (calc-highlight-selections-with-faces): New variable.
5268 (calc-selected-face, calc-nonselected-face): New faces.
5270 * calc/calccomp.el (math-comp-highlight-string): Use
5271 `calc-highlight-selections-with-faces' to determine how to highlight
5274 * calc/calc-sel.el (calc-show-selections): Change message to when
5275 using faces to highlight selections.
5277 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
5279 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
5280 Add SQLite 3 keywords, functions and datatypes.
5281 (sql-interactive-mode): Remove `comint-process-echoes' set to t
5284 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
5286 * simple.el (select-active-regions): Move to keyboard.c.
5287 (deactivate-mark): Used saved-region-selection.
5288 (select-active-region): Function removed.
5289 (activate-mark, set-mark, push-mark-command)
5290 (handle-shift-selection): Don't call it.
5291 (keyboard-quit): Avoid adding the region to the window selection.
5293 * mouse.el (mouse-drag-track): Remove hacks to deal with old
5294 select-active-regions implementation.
5295 (mouse-yank-at-click): Doc fix.
5297 * cus-start.el: Add custom declaration for select-active-regions.
5299 2010-08-07 Eli Zaretskii <eliz@gnu.org>
5301 * simple.el (delete-forward-char): Doc fix.
5303 * tutorial.el (help-with-tutorial): Hack safe file-local variables
5304 after reading the tutorial.
5306 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
5308 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
5309 Fix for the case that a C style comment has its delimiters alone on
5310 their respective lines.
5312 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
5314 * net/tramp.el (tramp-handle-start-file-process): Set connection
5316 (tramp-process-sentinel): Use it for flushing the cache.
5317 We cannot do it via the process buffer, the buffer could be deleted
5318 already when running the sentinel.
5320 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
5322 * comint.el (comint-mode): Make directory tracking functions
5323 functional on remote files. (Bug#6764)
5325 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
5327 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
5329 2010-08-05 Eli Zaretskii <eliz@gnu.org>
5331 * emacs-lisp/find-gc.el (find-gc-source-files):
5332 Rename unexec.c => unexcoff.c.
5334 * emacs-lisp/authors.el (authors-fixed-entries):
5335 Rename unexec.c => unexcoff.c.
5337 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
5339 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
5340 cache, not only file cache.
5341 (tramp-process-sentinel): New defun.
5342 (tramp-handle-start-file-process): Use it, in order to invalidate
5345 2010-08-03 Leo <sdl.web@gmail.com>
5347 * server.el (server-start): Simplify loop.
5349 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
5351 * frame.el (screen-height, screen-width, set-screen-width)
5352 (set-screen-height): Remove ancient compatibility aliases.
5354 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
5355 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
5357 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
5358 that change current buffer.
5360 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5362 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
5363 beginning of the string. Use `string-match-p'. (Bug#6765)
5365 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
5367 * cus-start.el (x-gtk-use-system-tooltips): New variable.
5369 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
5371 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
5372 (package--builtins): Tweak descriptions.
5373 (package-print-package): Upcase descriptions if necessary.
5374 Show all built-in packages in font-lock-builtin-face.
5375 (package-list-packages-internal): Omit "emacs" package.
5376 Show status of built-in packages as "built-in".
5378 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
5380 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
5381 before killing to preserve the primary selection (Bug#6701).
5383 * term/x-win.el (x-select-text): Doc fix.
5385 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
5387 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
5388 (objc-font-lock-extra-types):
5389 * progmodes/cc-mode.el (c-basic-common-init):
5390 * progmodes/cc-langs.el (c-make-mode-syntax-table)
5391 (c++-make-template-syntax-table)
5392 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
5393 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
5394 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
5395 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
5396 * progmodes/cc-fonts.el (c-make-inverse-face)
5397 (c-basic-matchers-after):
5398 * progmodes/cc-engine.el (c-forward-keyword-clause)
5399 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
5400 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
5401 (c-guess-continued-construct, c-guess-basic-syntax):
5402 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
5403 The above functions were modified or created.
5405 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
5407 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
5409 2010-07-31 Eli Zaretskii <eliz@gnu.org>
5411 * files.el (bidi-paragraph-direction): Define safe local values.
5413 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
5414 language-info-alist. Remove outdated FIXME in a comment.
5416 2010-07-31 Alan Mackenzie <acm@muc.de>
5418 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
5419 Auto-fill broken in C/C++ modes.
5421 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
5423 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
5424 (menu-bar-showhide-tool-bar-menu-customize-disable)
5425 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
5426 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
5427 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
5428 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
5429 make a menu for Options => toolbar that can move it.
5431 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
5433 * emacs-lisp/package-x.el (package--make-rss-entry):
5434 (package-maint-add-news-item, package--update-news)
5435 (package-upload-buffer-internal): New arg ARCHIVE-URL.
5437 * emacs-lisp/package.el (package-archive-url): Rename from
5439 (package-install): Doc fix.
5440 (package-download-single, package-download-tar, package-install)
5441 (package-menu-view-commentary): Callers changed.
5443 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
5445 * net/tramp.el (tramp-handle-start-file-process): Check only for
5446 `remote-tty' process property.
5447 (tramp-open-shell): Don't check for tty.
5448 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
5451 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
5454 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
5456 * emacs-lisp/package.el (package-load-list, package-archives)
5457 (package-archive-contents, package-user-dir)
5458 (package-directory-list, package--builtins, package-alist)
5459 (package-activated-list, package-obsolete-alist): Mark as risky.
5461 2010-07-28 Phil Hagelberg <phil@evri.com>
5463 Add support for non-default package repositories.
5464 * emacs-lisp/package.el (package-archive-base): Var deleted.
5465 (package-archives): New variable.
5466 (package-archive-contents): Doc fix.
5467 (package-load-descriptor): Do nothing if descriptor file is missing.
5468 (package--write-file-no-coding): New function.
5469 (package-unpack-single): Use it.
5470 (package-archive-id): New function.
5471 (package-download-single, package-download-tar)
5472 (package-menu-view-commentary): Use it.
5473 (package-installed-p): Make second argument optional.
5474 (package-read-all-archive-contents): New function.
5475 (package-initialize): Use it.
5476 (package-read-archive-contents): Add ARCHIVE argument.
5477 (package--add-to-archive-contents): New function.
5478 (package-install): Don't call package-read-archive-contents.
5479 (package--download-one-archive): Store archive file in a
5480 subdirectory of package-user-dir.
5481 (package-menu-execute): Remove spurious line movement.
5483 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
5485 * cus-start.el (tool-bar-style): Add text-image-horiz.
5487 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
5489 * progmodes/gud.el (gud-common-init): Check for remoteness of
5490 `file', and not of `default-directory'.
5492 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
5494 * net/tramp.el (tramp-methods): Move hostname to the end in all
5495 ssh `tramp-login-args'.
5496 (tramp-verbose): Describe verbose level 9.
5497 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
5498 (tramp-open-connection-setup-interactive-shell): Trace stty
5499 settings if `tramp-verbose' >= 9.
5500 (tramp-handle-start-file-process): Implement tty setting.
5501 (Bug#4604, Bug#6360)
5503 * net/tramp-cmds.el (tramp-bug): Recommend setting of
5504 `tramp-verbose' to 9.
5506 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
5508 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
5509 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
5510 Remove references to package `lisp-re' (bug#4369).
5512 2010-07-27 Tom Tromey <tromey@redhat.com>
5514 * progmodes/js.el (js-mode):
5515 * progmodes/make-mode.el (makefile-mode):
5516 * progmodes/simula.el (simula-mode):
5517 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
5519 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
5521 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
5523 * time.el (display-time-day-and-date): Remove spurious * in docstring.
5524 (display-time-world-buffer-name, display-time-world-mode-map):
5525 Fix typos in docstrings.
5527 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
5529 * image-mode.el (image-display-size): New function.
5530 (image-forward-hscroll, image-next-line, image-eol, image-eob)
5531 (image-mode-fit-frame): Use it (Bug#6639).
5533 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
5535 * dired.el (dired-buffers-for-dir): Handle list values of
5536 dired-directory (Bug#6636).
5538 2010-07-26 Sam Steingold <sds@gnu.org>
5540 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
5541 Do not call `x-get-selection' the second time, reuse the value.
5543 2010-07-26 Daiki Ueno <ueno@unixuser.org>
5545 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
5546 which consist of control chars only. Suggested by Richard Stallman.
5548 2010-07-25 Daiki Ueno <ueno@unixuser.org>
5550 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
5551 exists before passing an error to find-file-not-found-functions
5554 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
5556 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
5557 Remove leading nil element, adjust values.
5558 (tetris-shapes, tetris-shape-scores):
5559 Change representation of shapes and remove some redundancy.
5560 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
5561 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
5562 Adjust for working with new representation of shapes.
5563 (tetris-shape-rotations): New function.
5564 (tetris-move-bottom, tetris-move-left, tetris-move-right)
5565 (tetris-rotate-prev, tetris-rotate-next):
5566 Adjust for working with the new version of tetris-test-shape.
5568 2010-07-23 Markus Triska <markus.triska@gmx.at>
5570 * progmodes/ps-mode.el: Use comint (bug#5954).
5571 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
5572 (ps-mode-other-newline): Simplify.
5573 (ps-run-mode): Derive from comint-mode instead of
5574 fundamental-mode, yielding input history etc.
5575 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
5576 (ps-run-send-string): Adapt for comint-mode.
5577 (ps-run-newline): Remove now unneeded function.
5579 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
5581 * net/tramp.el (tramp-methods): Move hostname to the end in all
5582 plink `tramp-login-args'.
5584 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
5586 * net/tramp.el (tramp-open-shell): New defun.
5587 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5590 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
5592 * net/tramp.el (tramp-file-name-regexp-unified)
5593 (tramp-completion-file-name-regexp-unified): On W32 systems, do
5594 not regard the volume letter as remote filename. (Bug#5447)
5596 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
5598 * custom.el (custom-declare-variable): Give a clearer error message
5599 when the docstring is missing (bug#6476).
5601 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
5603 * progmodes/sql.el: Version 2.4. Improved Login prompting.
5604 (sql-login-params): New widget definition.
5605 (sql-oracle-login-params, sql-mysql-login-params)
5606 (sql-solid-login-params, sql-sybase-login-params)
5607 (sql-informix-login-params, sql-ingres-login-params)
5608 (sql-ms-login-params, sql-postgres-login-params)
5609 (sql-interbase-login-params, sql-db2-login-params)
5610 (sql-linter-login-params): Use it.
5611 (sql-sqlite-login-params): Use it; Define "database" parameter as
5613 (sql-sqlite-program): Change to "sqlite3".
5614 (sql-comint-sqlite): Make sure database name is complete.
5615 (sql-for-each-login): New function.
5616 (sql-connect, sql-save-connection): Use it.
5617 (sql-get-login-ext): New function.
5618 (sql-get-login): Use it.
5619 (sql-make-alternate-buffer-name): Handle :file parameters.
5621 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
5623 * dired.el (dired-no-confirm): Document value t and fix defcustom to
5624 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
5626 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
5628 * dired.el (dired-mode-map): Use command remapping (bug#6632).
5630 2010-07-22 Lawrence Mitchell <wence@gmx.li>
5632 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
5634 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
5636 * net/tramp.el (tramp-get-ls-command)
5637 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
5640 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
5642 * progmodes/sql.el: Version 2.3.
5643 (sql-connection-alist): Changed keys from symbols to strings;
5644 enhanced the widget definition.
5645 (sql-mode-menu): Added submenu to select connections.
5646 (sql-interactive-mode-menu): Added "Save Connection" item.
5647 (sql-add-product): Fixed menu item.
5648 (sql-get-product-feature): Improved error handling.
5649 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
5650 (sql-make-alternate-buffer-name): Simplified.
5651 (sql-product-interactive): Handle missing product.
5652 (sql-connect): Support string keys, minor improvements.
5653 (sql-save-connection): New function.
5654 (sql-connection-menu-filter): New function.
5656 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
5658 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
5659 (tramp-open-connection-setup-interactive-shell):
5660 Apply workaround for IRIX64 bug. Move argument of last
5661 `tramp-send-command' where it belongs to.
5663 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
5665 * net/tramp.el (tramp-perl-file-attributes)
5666 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
5667 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
5668 front of `login-args'.
5670 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
5672 * time.el (display-time-world-mode): Define with `define-derived-mode'.
5673 Set `show-trailing-whitespace' to nil.
5674 (display-time-world-display): Simplify.
5676 2010-07-18 Alan Mackenzie <acm@muc.de>
5678 Enhance `c-file-style' in file/directory local variables.
5679 * progmodes/cc-mode.el (c-count-cfss): New function.
5680 (c-before-hack-hook): Call `c-set-style' differently according to
5681 whether c-file-style was set in file or directory local
5684 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
5686 * progmodes/sql.el: Version 2.2.
5687 (sql-product, sql-user, sql-database, sql-server, sql-port):
5688 Use defcustom :safe keyword rather than putting safe-local-variable
5690 (sql-password): Use defcustom :risky keyword rather than putting
5691 risky-local-variable property.
5692 (sql-oracle-login-params, sql-sqlite-login-params)
5693 (sql-solid-login-params, sql-sybase-login-params)
5694 (sql-informix-login-params, sql-ingres-login-params)
5695 (sql-ms-login-params, sql-postgres-login-params)
5696 (sql-interbase-login-params, sql-db2-login-params)
5697 (sql-linter-login-params): Add `port' option.
5698 (sql-get-product-feature): Added NO-INDIRECT parameter.
5699 (sql-comint-oracle, sql-comint-sybase)
5700 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
5701 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
5702 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
5703 (sql-comint-linter): Renamed sql-connect-* functions to
5705 (sql-product-alist, sql-mode-menu): Renamed as above and
5706 :sqli-connect-func to :sqli-comint-func.
5707 (sql-connection): New variable.
5708 (sql-interactive-mode): Set it.
5709 (sql-connection-alist): New variable.
5710 (sql-connect): New function.
5711 (sql--alt-buffer-part, sql--alt-if-not-empty)
5712 (sql-make-alternate-buffer-name): Improved alternative buffer name.
5714 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5716 * image-mode.el (image-bookmark-make-record): Do not set context
5717 in an image (Bug#6650).
5719 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
5721 * simple.el (select-active-region): New function.
5722 (push-mark-command, set-mark, activate-mark)
5723 (handle-shift-selection): Use it.
5724 (deactivate-mark): Don't check for size of region.
5726 * mouse.el (mouse-drag-track): Use select-active-region.
5728 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
5730 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
5733 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
5735 * term/x-win.el (x-select-enable-primary): Change default to nil.
5736 (x-select-enable-clipboard): Add :version keyword.
5738 * mouse.el (mouse-drag-copy-region):
5739 * simple.el (select-active-regions): Likewise.
5741 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
5743 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
5744 (vc-coding-system-for-diff): Use it to decide whether to inherit
5745 from the file the EOL format for reading the diffs of that file.
5748 2010-07-16 Eli Zaretskii <eliz@gnu.org>
5750 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
5751 unibyte, so compressed attachments are not compressed again.
5753 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
5755 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
5756 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
5757 (tramp-find-shell): Simplify setting connection property.
5758 (tramp-get-ls-command): Make test for "--color=never" stronger.
5760 2010-07-15 Simon South <ssouth@member.fsf.org>
5762 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
5763 blocks within record declarations (i.e. variant parts) correctly.
5765 2010-07-15 Simon South <ssouth@member.fsf.org>
5767 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
5768 over literal tokens when parsing so newlines aren't "absorbed" by
5769 single-line comments. Corrects the indentation of case blocks
5770 that have a comment on the first line.
5772 2010-07-14 Karl Fogel <kfogel@red-bean.com>
5774 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
5775 by Drew Adams (Bug#5504).
5777 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
5779 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
5780 now that Unicode is used (Bug#6594).
5782 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
5784 * term/x-win.el (x-select-enable-clipboard): Default to t.
5785 (x-initialize-window-system): Don't overwrite Paste menu item.
5787 * simple.el (select-active-regions): Default to t.
5788 (push-mark-command): Don't overwrite primary with empty string.
5790 * mouse.el: Bind mouse-2 to mouse-yank-primary.
5791 (mouse-drag-copy-region): Default to nil.
5793 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
5794 Cut/Copy/Paste menu bar items.
5796 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5798 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5799 Patch applied by Karl Fogel.
5801 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
5802 and `bookmark-current-buffer' if they have been already set in
5803 another buffer (e.g gnus-art).
5805 2010-07-13 Karl Fogel <kfogel@red-bean.com>
5806 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5808 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
5810 * bookmark.el (bookmark-make-record-default): Allow unneeded
5811 information to be omitted from the record.
5813 Adjust declarations and calls:
5815 * info.el (bookmark-make-record-default): Adjust declaration.
5816 (Info-bookmark-make-record): Adjust call.
5818 * woman.el (bookmark-make-record-default): Adjust declaration.
5819 (woman-bookmark-make-record): Adjust call.
5821 * man.el (bookmark-make-record-default): Adjust declaration.
5822 (Man-bookmark-make-record): Adjust call.
5824 * image-mode.el (bookmark-make-record-default): Adjust declaration.
5826 * doc-view.el (bookmark-make-record-default): Adjust declaration.
5828 2010-07-13 Karl Fogel <kfogel@red-bean.com>
5830 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
5831 This is also from Thierry Volpiatto's patch in bug #6444. However,
5832 because it was extraneous to the functional change in that patch,
5833 and causes a re-indendation, I am committing it separately.
5835 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5837 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
5838 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
5839 Patch applied by Karl Fogel (Bug#6444).
5841 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
5843 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
5845 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
5847 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
5848 Dempsky; bug#5084). Remove incorrect binding for S-tab.
5849 (ns-alternatives-map): Change S-tab binding to backtab
5852 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
5855 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
5857 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
5860 * language/tv-util.el (tai-viet-re): Remove format.
5862 2010-07-12 Kenichi Handa <handa@m17n.org>
5864 * language/hebrew.el: Remove no-byte-compile declaration.
5865 Change coding: tag to utf-8. Register hebrew-shape-gstring in
5866 composition-function-table for 3-character looking back.
5867 (hebrew-font-get-precomposed): New function.
5868 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
5870 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
5872 * mouse.el (mouse-drag-track): Handle select-active-regions
5875 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
5877 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
5878 empty argument to gvfs-copy.
5880 2010-07-10 Glenn Morris <rgm@gnu.org>
5882 * calendar/calendar.el (calendar-week-end-day): New function.
5883 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
5884 Respect calendar-week-start-day. (Bug#6606)
5885 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
5886 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
5887 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
5888 respect calendar-week-start-day.
5890 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
5892 * simple.el (use-region-p): Doc fix (Bug#6607).
5894 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
5896 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5897 Add regexps for cucumber and ruby.
5899 2010-07-08 Daiki Ueno <ueno@unixuser.org>
5901 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
5902 (epa-file-insert-file-contents): Hack to prevent
5903 find-file from opening empty buffer when decryption failed
5906 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
5908 * textmodes/ispell.el (ispell-alternate-dictionary):
5909 Use file-readable-p.
5910 Return nil if no word-list is found at default locations.
5911 (ispell-complete-word-dict): Default to nil.
5912 (ispell-command-loop): Use 'word-list' when using lookup-words.
5913 (lookup-words): Use ispell-complete-word-dict or
5914 ispell-alternate-dictionary. Check for word-list availability
5915 and handle errors if needed with better messages (Bug#6539).
5916 (ispell-complete-word): Use ispell-complete-word-dict or
5917 ispell-alternate-dictionary.
5919 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
5921 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
5922 builtins (BufferError, BytesWarning, WindowsError; callables
5923 bin, bytearray, bytes, format, memoryview, next, print; __package__).
5925 2010-07-07 Glenn Morris <rgm@gnu.org>
5927 * play/zone.el (top-level): Do not require timer, tabify, or cl.
5928 (zone-shift-left): Ignore intangibility, and any errors from
5930 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
5931 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
5932 deleting, and copying text properties.
5933 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
5934 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
5935 to point-max is hard.
5936 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
5937 (zone-fill-out-screen): Ignore intangibility.
5939 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
5941 * menu-bar.el (menu-bar-mode):
5942 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
5945 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
5946 word/line selection (Bug#6565).
5948 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
5950 * net/dbus.el (dbus-send-signal): Declare function.
5952 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
5954 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
5955 (dbus-register-property): New optional argument EMITS-SIGNAL.
5956 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
5958 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
5960 * mouse.el (mouse-drag-overlay): Variable deleted.
5961 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
5962 (mouse--remap-link-click-p): New function.
5963 (mouse-drag-track): Handle dragging by using temporary Transient
5964 Mark mode, instead of a special overlay.
5965 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
5968 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
5971 2010-07-02 Juri Linkov <juri@jurta.org>
5973 * autoinsert.el (auto-insert-alist): Fix readability
5974 by using dotted pair notation for lambda.
5976 2010-07-02 Juri Linkov <juri@jurta.org>
5978 * faces.el (read-face-name): Rename arg `string-describing-default'
5979 to `default'. Doc fix. Display the default value in quotes
5980 in the prompt. With empty input, return the `default' arg,
5981 unless the default value is a string (in which case return nil).
5982 (describe-face): Replace the string `default' arg of `read-face-name'
5983 with the symbol `default'.
5985 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
5987 * emulation/viper-cmd.el (viper-delete-backward-char)
5988 (viper-del-backward-char-in-insert)
5989 (viper-del-backward-char-in-replace, viper-change)
5990 (viper-backward-indent): Replace delete-backward-char with
5991 delete-char (Bug#6552).
5993 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
5995 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
5997 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
5999 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
6000 argument passed to frame-creation-function (Bug#5378).
6002 * faces.el (x-handle-named-frame-geometry)
6003 (x-handle-reverse-video, x-create-frame-with-faces)
6004 (face-set-after-frame-default, tty-create-frame-with-faces):
6005 Don't separately consult default-frame-alist. It is now passed as the
6008 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
6010 * startup.el (command-line): Don't call tool-bar-setup in a
6013 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
6015 * ruler-mode.el (ruler--save-header-line-format): New fun.
6016 (ruler-mode): Use it as a setter function, so as not to overwrite
6017 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
6019 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
6021 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
6022 (vc-root-diff, vc-print-root-log, vc-log-incoming)
6023 (vc-log-outgoing): Use it.
6024 (vc-diff-internal): Set diff-vc-backend.
6026 * vc/diff-mode.el (diff-vc-backend): New var.
6028 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
6030 * dynamic-setting.el (font-setting-change-default-font):
6031 Remove call to message.
6033 2010-06-28 Kenichi Handa <handa@m17n.org>
6035 * international/quail.el (quail-insert-kbd-layout): Fix the
6036 showing of untranslated characters.
6038 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
6040 * simple.el (delete-active-region): New option.
6041 (delete-backward-char): Implement in Lisp.
6042 (delete-forward-char): New command.
6044 * mouse.el (mouse-region-delete-keys): Deleted.
6045 (mouse-show-mark): Simplify.
6047 * bindings.el (global-map): Bind delete and DEL, the former to
6048 delete-forward-char.
6050 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
6052 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
6053 (ruby-mode): Bind indent-line-function (Bug#5119).
6055 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
6057 * startup.el (command-line): Recognize "0" X resource value.
6059 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
6061 * startup.el (command-line): Use X resources to set the value of
6062 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
6064 * menu-bar.el (menu-bar-mode):
6065 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
6066 Set init-value to t.
6068 * frame.el (frame-notice-user-settings): Don't change
6069 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
6070 vice versa (Bug#2249).
6072 2010-06-26 Eli Zaretskii <eliz@gnu.org>
6074 * w32-fns.el (w32-convert-standard-filename): Doc fix.
6076 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
6078 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
6079 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
6081 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
6082 default directories are expanded (Bug#6143).
6084 2010-06-24 Juri Linkov <juri@jurta.org>
6086 * minibuffer.el (completions-format): Change default from nil to
6087 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
6089 2010-06-24 Juri Linkov <juri@jurta.org>
6091 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
6092 buffer-locally to lambda that re-runs the vc diff command.
6095 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
6097 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
6098 echo area is in use (Bug#3412).
6100 2010-06-22 Glenn Morris <rgm@gnu.org>
6102 * textmodes/texinfmt.el (texinfo-format-region)
6103 (texinfo-raise-lower-sections, texinfo-format-separate-node)
6104 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
6105 (texinfo-format-option, texinfo-noindent):
6106 Use line-beginning-position and line-end-position.
6108 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
6109 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
6110 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
6113 2010-06-21 Karl Fogel <kfogel@red-bean.com>
6115 * play/zone.el (zone-fall-through-ws): Fix next-line ->
6116 forward-line fallout.
6118 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
6120 * mouse.el (mouse-appearance-menu): Add docstring.
6122 * help.el (describe-key): Print up-event using key-description.
6124 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
6126 * net/zeroconf.el (zeroconf-resolve-service)
6127 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
6128 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
6130 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
6132 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
6134 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
6136 Avoid displaying files with a nil state in vc-dir.
6137 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
6138 cases that cause insertion.
6139 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
6142 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
6144 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
6146 2010-06-29 Leo <sdl.web@gmail.com>
6148 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
6150 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
6152 * generic-x.el (bat-generic-mode): Fix regexp for command line
6153 switches (Bug#5719).
6155 2010-06-27 Masatake YAMATO <yamato@redhat.com>
6157 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
6158 of nconc to avoid pure storage error (Bug#6239).
6160 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
6162 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
6163 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
6164 bindings of bookmark-automatically-show-annotations (Bug#6515).
6166 2010-06-25 Eli Zaretskii <eliz@gnu.org>
6168 * arc-mode.el (archive-zip-extract): Don't quote the file name on
6169 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
6171 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
6173 * comint.el (make-comint, make-comint-in-buffer): Mention return
6174 value in the docstrings. (Bug#6498)
6176 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
6178 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
6179 since it is not present when using some non-default switches.
6181 2010-06-23 Karl Fogel <kfogel@red-bean.com>
6183 * simple.el (compose-mail): Fix doc string to refer to
6184 `compose-mail-user-agent-warnings', instead of to the
6185 nonexistent `compose-mail-check-user-agent'.
6187 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
6189 Fix an indentation bug:
6191 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
6192 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
6195 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
6196 (c-clear->-pair-props-if-match-before): now return t when they've
6197 cleared properties, nil otherwise.
6198 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
6199 by taking account of the existing value.
6201 * progmodes/cc-defs.el
6202 (c-clear-char-property-with-value-function): Fix this to clear the
6203 property rather than overwriting it with nil.
6205 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
6207 * emacs-lisp/package.el (package-print-package): Add link to
6208 package description via describe-package.
6209 (describe-package-1): List package requirements. Add button to
6210 perform installation.
6211 (package-menu-describe-package): New command.
6213 * help-mode.el (help-package): New button type.
6215 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
6217 * emacs-lisp/package.el: Move package-list-packages binding to
6219 (describe-package, describe-package-1, package--dir): New funs.
6220 (package-activate-1): Use package--dir.
6222 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
6224 * help-mode.el (help-package-def): New button type.
6226 * menu-bar.el: Move package-list-packages binding here from
6229 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
6231 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
6233 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6235 * emacs-lisp/edebug.el (edebug-read-list):
6236 Phase out old-style backquotes.
6238 2010-06-17 Juri Linkov <juri@jurta.org>
6240 * help-mode.el (help-mode): Set buffer-local variable
6241 revert-buffer-function to help-mode-revert-buffer.
6242 (help-mode-revert-buffer): New function.
6244 * info.el (Info-revert-find-node): Check for major-mode Info-mode
6245 before popping to "*info*" (like in other Info functions).
6246 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
6247 old-history-forward. Pop to old-buffer-name or "*info*" to
6248 recreate the killed buffer. Set Info-history-forward from
6249 old-history-forward.
6250 (Info-breadcrumbs-depth): Add :group and :version.
6252 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
6254 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
6256 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
6258 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
6259 for languages like Portuguese with pt_{BR,PT} and no plain pt.
6261 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
6263 * emacs-lisp/package.el (package-menu-mode-map):
6264 Move initialization into declaration.
6266 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
6268 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
6270 * emacs-lisp/package.el (package-archive-base): Point to
6272 (package-enable, package-load-list): New defcustoms.
6273 (package-user-dir, package-directory-list): Turn into defcustoms.
6274 Don't include package-user-dir in package-directory-list.
6275 (package--builtins-base): Don't include Emacs as a "package".
6276 (package-subdirectory-regexp): New var.
6277 (package-load-all-descriptors, package-compute-transaction)
6278 (package-download-transaction): Obey package-load-list.
6279 (package-activate-1): Rename from package-do-activate.
6280 (package-list-packages-internal): Check package-load-list.
6281 (package-load-descriptor, package-generate-autoloads)
6282 (package-unpack, package-unpack-single)
6283 (package--read-archive-file, package-delete):
6284 Use expand-file-name.
6286 * emacs-lisp/package-x.el: New file. Package uploading
6287 functionality split out from package.el.
6289 * startup.el (command-line): Load packages after reading init file.
6291 2010-06-17 Tom Tromey <tromey@redhat.com>
6293 * emacs-lisp/package.el: New file.
6295 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
6297 Fix vc-annotate for renamed files when using Git.
6298 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
6299 ls-files. Doe not pass the object as a file name to cat-file, it
6301 (vc-git-annotate-command): Pass the file name using -- to avoid
6302 ambiguity with the revision.
6303 (vc-git-previous-revision): Pass a relative file name.
6305 2010-06-22 Glenn Morris <rgm@gnu.org>
6307 * progmodes/js.el (js-mode-map): Use standard capitalization and
6308 ellipses for menu entries.
6310 * wid-edit.el (widget-complete): Doc fix.
6312 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
6314 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
6316 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
6318 Fix annotating other revisions for renamed files in vc-annotate.
6319 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
6320 VC backend. Use it when non-nil.
6321 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
6324 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
6325 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
6326 Do not pass the file name to the 'previous-revision call when we
6327 don't want a file diff. (Bug#6489)
6329 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
6331 Fix finding revisions for renamed files in vc-annotate.
6332 * vc/vc.el (vc-find-revision): Add an optional argument for
6333 the VC backend. Use it when non-nil.
6334 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
6335 backend to vc-find-revision. (Bug#6487)
6337 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
6339 Fix reading file names in Git annotate buffers.
6340 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
6341 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
6343 2010-06-20 Alan Mackenzie <acm@muc.de>
6345 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
6346 in file local variables, set it first.
6348 2010-06-19 Glenn Morris <rgm@gnu.org>
6350 * descr-text.el (describe-char-unicode-data): Insert separating
6351 space when needed. (Bug#6422)
6353 * progmodes/idlwave.el (idlwave-action-and-binding):
6354 Fix typo in 2009-12-03 change. (Bug#6450)
6356 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
6358 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
6359 handling for `lambda' (misunderstanding).
6361 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
6363 * calc/calc-poly.el (math-accum-factors): Make sure that
6364 constants aren't distributed after they are factored out.
6366 2010-06-16 Juri Linkov <juri@jurta.org>
6368 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
6369 `list-colors-print'. (Bug#6332)
6371 * subr.el (read-quoted-char): Fix up last change (bug#6290).
6373 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
6375 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
6376 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
6378 * font-lock.el (font-lock-major-mode): Rename from
6379 font-lock-mode-major-mode to distinguish it from
6380 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
6381 (font-lock-set-defaults):
6382 * font-core.el (font-lock-default-function): Adjust users.
6383 (font-lock-mode): Don't set it at all.
6385 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
6387 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
6389 2010-06-16 Glenn Morris <rgm@gnu.org>
6391 * calendar/appt.el (appt-time-msg-list): Doc fix.
6392 (appt-check): Let-bind appt-warn-time.
6393 (appt-add): Make the 3rd argument optional.
6394 Simplify argument names. Doc fix. Check for integer WARNTIME.
6395 Only add WARNTIME to the output list if non-nil.
6397 2010-06-16 Ivan Kanis <apple@kanis.eu>
6399 * calendar/appt.el (appt-check): Let the 3rd element of
6400 appt-time-msg-list specify the warning time.
6401 (appt-add): Add new argument with the warning time. (Bug#5176)
6403 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
6405 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
6406 older than version 1.6. (Bug#6361)
6408 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
6410 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
6411 used by cl-do-arglist. (Bug#6408)
6413 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
6415 * textmodes/ispell.el (ispell-dictionary-base-alist):
6416 Fix portuguese casechars/not-casechars for missing 'çÇ'.
6417 Suggested by Rolando Pereira (bug#6434).
6419 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
6421 * facemenu.el (list-colors-sort): Doc fix.
6423 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
6425 * progmodes/sql.el (sql-connect-mysql): Fix typo.
6427 2010-06-14 Juri Linkov <juri@jurta.org>
6429 Add sort option `list-colors-sort'. (Bug#6332)
6430 * facemenu.el (color-rgb-to-hsv): New function.
6431 (list-colors-sort): New defcustom.
6432 (list-colors-sort-key): New function.
6433 (list-colors-display): Doc fix. Sort list according to the option
6435 (list-colors-print): Add HSV values to `help-echo' property of
6438 2010-06-14 Juri Linkov <juri@jurta.org>
6440 * compare-w.el: Move to the "vc" subdirectory.
6442 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6444 * image-mode.el (image-mode-map): Remap left-char and right-char.
6446 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
6448 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
6450 * term/common-win.el (x-colors): Add all the color names defined
6451 in rgb.txt (Bug#6332).
6453 * facemenu.el (list-colors-print): Don't print extra names if it
6454 will overflow the window width.
6456 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
6459 2010-06-12 Eli Zaretskii <eliz@gnu.org>
6461 * files.el (make-directory): Doc fix (bug#6396).
6463 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
6465 * net/tramp.el (tramp-remote-process-environment): Protect version
6466 string by apostroph.
6467 (tramp-shell-prompt-pattern): Do not use a shy group in case of
6469 (tramp-file-name-for-operation): Add `call-process-region'.
6470 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
6472 * net/tramp-compat.el (top): Do not autoload
6473 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
6474 only when `start-file-process' is not bound.
6475 (tramp-advice-file-expand-wildcards): Do not use
6476 `tramp-handle-file-remote-p'.
6477 (tramp-compat-make-temp-file): Handle the case, that
6478 `make-temp-file' has no third argument EXTENSION.
6480 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
6482 * makefile.w32-in (WINS_BASIC): Include new directory vc.
6484 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
6486 2010-06-11 Juri Linkov <juri@jurta.org>
6488 * finder.el (finder-known-keywords): Add keyword "vc"
6489 for version control.
6491 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
6492 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
6493 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
6494 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
6496 2010-06-11 Juri Linkov <juri@jurta.org>
6498 Move version control related files to the "vc" subdirectory.
6499 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
6500 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
6501 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
6502 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
6503 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
6504 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
6505 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
6506 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
6507 Move files to the "vc" subdirectory.
6509 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
6511 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
6514 2010-06-11 Stephen Eglen <stephen@gnu.org>
6516 * shell.el: Bind `shell-resync-dirs' to M-RET.
6518 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
6520 * notifications.el: Move file from lisp/net, because it is
6521 supposed to talk locally to the user.
6523 2010-06-10 Julien Danjou <julien@danjou.info>
6525 * net/notifications.el (notifications-on-action-signal)
6526 (notifications-on-closed-signal): Pass notification id as first
6527 argument to the callback functions. Add docstrings.
6528 (notifications-notify): Fix docstring.
6530 2010-06-10 Glenn Morris <rgm@gnu.org>
6532 * emacs-lisp/authors.el (authors-ignored-files)
6533 (authors-valid-file-names): Add some files.
6535 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6537 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
6538 merge conflict, giving preference to the emacs-23 version of the code.
6540 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6542 * emacs-lisp/advice.el (ad-compile-function):
6543 Define warning-suppress-types before we let-bind it (bug#6275).
6545 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
6546 declare it, make it buffer-local and permanent-local (bug#6324).
6547 (vc-resynch-window): Adjust name.
6548 * vc-hooks.el (vc-find-file-hook): Adjust name.
6550 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
6552 * net/notifications.el (notifications-notify): Fix docstring.
6554 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
6556 Update to Unicode 6.0.0 beta.
6557 * international/charprop.el: Update copyright.
6558 * international/mule-cmds.el (ucs-names): Update character ranges.
6559 * international/uni-bidi.el:
6560 * international/uni-category.el:
6561 * international/uni-combining.el:
6562 * international/uni-comment.el:
6563 * international/uni-decimal.el:
6564 * international/uni-decomposition.el:
6565 * international/uni-digit.el:
6566 * international/uni-lowercase.el:
6567 * international/uni-mirrored.el:
6568 * international/uni-name.el:
6569 * international/uni-numeric.el:
6570 * international/uni-old-name.el:
6571 * international/uni-titlecase.el:
6572 * international/uni-uppercase.el: Regenerate.
6574 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
6576 * emacs-lisp/smie.el (comment-string-strip): Declare function.
6577 (smie-precs-precedence-table): Fix typo in docstring.
6579 * vc-mtn.el (log-edit-extract-headers): Declare function.
6581 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
6583 * net/notifications.el (dbus-register-signal): Declare function.
6584 (notifications-notify): Fix typos and reflow docstring.
6586 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
6588 Improve VC create/retrieve tag/branch.
6589 * vc.el (vc-create-tag): Do not read the directory name for VCs
6590 with repository revision granularity. Adjust the tag/branch
6591 prompt. Reset VC properties.
6592 (vc-retrieve-tag): Do not read the directory name for VCs
6593 with repository revision granularity. Reset VC properties.
6595 2010-06-09 Julien Danjou <julien@danjou.info>
6597 * net/notifications.el: New file.
6599 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
6601 Add optional support for resetting VC properties.
6602 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
6603 call vc-file-clearprops when true.
6604 (vc-resynch-buffer): Add new optional argument, pass it down.
6605 (vc-resynch-buffers-in-directory): Likewise.
6607 Improve support for special markup in the VC commit message.
6608 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
6609 * vc-hg.el (vc-hg-checkin): Add support for Date:.
6610 * vc-git.el (vc-git-checkin):
6611 * vc-bzr.el (vc-bzr-checkin): Likewise.
6613 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6615 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
6616 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
6618 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
6620 * iimage.el: Remove images as soon as the underlying text is modified.
6621 (iimage-modification-hook): New function.
6622 (iimage-mode-buffer): Use it.
6624 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6626 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
6627 smie-indent-offset-after. Add :prev case. Make a bit more generic.
6628 (smie-indent-virtual): Remove `virtual' arg. Update callers.
6629 (smie-indent-keyword): Add handling of open-paren keywords.
6630 (smie-indent-comment-continue): Don't assume comment-continue.
6632 2010-06-07 Martin Rudalics <rudalics@gmx.at>
6634 * window.el (pop-to-buffer): Remove the conditional that
6635 compares new-window and old-window, so it will reselect
6636 the selected window unconditionally.
6637 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
6639 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6641 * emacs-lisp/smie.el (smie-indent-offset-after)
6642 (smie-indent-forward-token, smie-indent-backward-token): New functions.
6643 (smie-indent-after-keyword): Use them.
6644 (smie-indent-fixindent): Only applies to the indentation of the BOL.
6645 (smie-indent-keyword): Tweak the black magic.
6646 (smie-indent-comment-continue): Strip comment-continue before use.
6647 (smie-indent-functions): Indent comments before keywords.
6649 2010-06-06 Juri Linkov <juri@jurta.org>
6651 * isearch.el (isearch-lazy-highlight-search): Fix looping
6652 by checking for empty match. This syncs this loop with the
6653 similar loop in `isearch-search'. (Bug#6362)
6655 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
6657 * net/dbus.el (dbus-register-method): Declare function.
6658 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
6659 (dbus-introspect): Doc fix.
6660 (dbus-event-bus-name, dbus-introspect-get-interface)
6661 (dbus-introspect-get-argument): Reflow docstrings.
6663 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
6665 vc-log-incoming/vc-log-outgoing fixes for Git.
6666 * vc-git.el (vc-git-log-view-mode): Fix font lock for
6667 incoming/outgoing logs.
6668 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
6669 instead of vc-git-compute-remote.
6670 (vc-git-compute-remote): Remove.
6672 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
6674 * term/common-win.el (x-colors): Add "dark green" and "dark
6675 turquoise" (Bug#6332).
6677 2010-06-04 Juri Linkov <juri@jurta.org>
6679 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
6680 Instead of setting `replace' to t and replacing the same string
6681 with itself, don't do certain actions when
6682 kill-do-not-save-duplicates is non-nil and string is equal to car
6683 of kill-ring: don't call menu-bar-update-yank-menu, don't push
6684 interprogram-paste strings to kill-ring, and don't push the input
6685 argument `string' to kill-ring.
6686 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
6688 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
6690 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
6692 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
6694 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
6695 (tramp-gvfs-handler-mounted-unmounted)
6696 (tramp-gvfs-connection-mounted-p): Handle default-location.
6698 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
6699 move files to trash.
6701 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
6703 * international/mule-cmds.el (nonascii-insert-offset)
6704 (nonascii-translation-table): Add obsolescence information.
6706 * international/mule.el (make-translation-table-from-vector): Doc fix.
6708 2010-06-03 Glenn Morris <rgm@gnu.org>
6710 * desktop.el (desktop-clear-preserve-buffers):
6711 Add "*Warnings*" buffer. (Bug#6336)
6713 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
6715 vc-log-incoming/vc-log-outgoing improvements for Git.
6716 * vc-git.el (vc-git-log-outgoing): Use the same format as the
6718 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
6720 Add bindings for vc-log-incoming and vc-log-outgoing.
6721 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
6722 and vc-log-outgoing.
6723 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
6724 and vc-log-outgoing.
6726 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
6728 * net/rcirc.el (rcirc-sort-nicknames): Remove.
6729 (rcirc-handler-366): Always sort nicknames.
6731 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
6733 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
6735 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
6737 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
6739 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6741 * net/rcirc.el (rcirc-sort-nicknames): Change default.
6742 (rcirc-sort-nicknames-join): Avoid setq.
6744 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
6746 * net/rcirc.el (rcirc-sort-nicknames): New custom.
6747 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
6748 (rcirc-handler-366): Use them.
6750 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6752 Split smie-indent-calculate into more manageable chunks.
6753 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
6754 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
6755 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
6756 (smie-indent-exps): Extract from smie-indent-calculate.
6757 (smie-indent-functions): New var.
6758 (smie-indent-functions): Use them.
6760 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
6762 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
6763 (smie-indent-calculate): Simplify and cleanup.
6765 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
6767 * net/tramp-gvfs.el (top): Require url-util.
6768 (tramp-gvfs-mount-point): Remove.
6769 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
6771 (with-tramp-dbus-call-method): Format trace message.
6772 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
6773 Implement backup call, when operation on local files fails.
6774 Use progress reporter. Flush properties of changed files.
6775 (tramp-gvfs-handle-make-directory): Make more traces.
6776 (tramp-gvfs-url-file-name): Hexify file name in url.
6777 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
6778 into account for the resulting file name.
6779 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
6780 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
6781 (tramp-gvfs-handler-mounted-unmounted)
6782 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
6783 attribute "default_location". Set "prefix" property.
6784 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
6785 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
6786 exists. Raise an error, if not (due to a corresponding answer
6787 "no" in interactive questions, for example).
6789 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
6791 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
6793 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
6795 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
6798 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
6800 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
6801 * vc-git.el (vc-git-compute-remote): New function.
6802 (vc-git-log-outgoing): Use it instead of hard coding a value.
6803 (vc-git-log-incoming): New function.
6805 Improve state updating for VC tag commands.
6806 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
6807 to update the state of all buffers in the directory.
6809 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
6811 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6813 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
6814 `file-directory-p' to the filename part rather than to the whole text.
6816 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6818 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
6820 2010-05-31 Drew Adams <drew.adams@oracle.com>
6822 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
6824 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
6826 * subr.el (momentary-string-display): Just use read-event to read
6827 the exit event (Bug#6238).
6829 2010-05-30 Eli Zaretskii <eliz@gnu.org>
6831 * international/mule.el (define-coding-system): Doc fix (bug#6313).
6833 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
6835 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
6836 Suggested by Eli Zaretskii <eliz@gnu.org>.
6838 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6840 * minibuffer.el (completion-file-name-table): Don't return a boundary
6841 past the end of `string' (bug#6299).
6842 (completion--file-name-table): Delegate to completion-file-name-table
6843 for the `boundaries' case.
6845 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
6847 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
6850 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
6851 `path-separator', but maintain compatibility with Emacs 20.2.
6853 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
6855 * server.el (server-process-filter): Receive parent-id argument
6857 (server-create-window-system-frame): New arg. Pass parent-id as
6860 2010-05-29 Eli Zaretskii <eliz@gnu.org>
6862 Bidi-sensitive word movement with arrow keys.
6863 * subr.el (right-arrow-command, left-arrow-command): Move to
6866 * bindings.el (right-char, left-char): Move from subr.el and
6867 rename from right-arrow-command and left-arrow-command.
6868 (right-word, left-word): New functions.
6869 (global-map) <right>: Bind to right-char.
6870 (global-map) <left>: Bind to left-char.
6871 (global-map) <C-right>: Bind to right-word.
6872 (global-map) <C-left>: Bind to left-word.
6874 * ls-lisp.el (ls-lisp-classify-file): New function.
6875 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
6876 (ls-lisp-classify): Call ls-lisp-classify-file.
6877 (insert-directory): Remove blanks from switches.
6879 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
6881 * ansi-color.el: Delete unused escape sequences (Bug#6085).
6882 (ansi-color-drop-regexp): New constant.
6883 (ansi-color-apply, ansi-color-filter-region)
6884 (ansi-color-apply-on-region): Delete unrecognized control sequences.
6885 (ansi-color-apply): Build string list before calling concat.
6887 2010-05-28 Juri Linkov <juri@jurta.org>
6889 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
6890 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
6893 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
6895 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
6896 to ignored backtrace functions.
6897 (with-progress-reporter): Expand docstring.
6898 (tramp-handle-delete-file): Implement TRASH argument.
6899 (tramp-get-remote-trash): New defun.
6901 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
6903 * net/tramp-compat.el (tramp-compat-delete-file):
6904 Use `symbol-value' for backward compatibility.
6906 * net/tramp.el (tramp-handle-make-symbolic-link)
6908 (tramp-do-copy-or-rename-file-via-buffer)
6909 (tramp-do-copy-or-rename-file-directly)
6910 (tramp-do-copy-or-rename-file-out-of-band)
6911 (tramp-handle-process-file, tramp-handle-call-process-region)
6912 (tramp-handle-shell-command, tramp-handle-file-local-copy)
6913 (tramp-handle-insert-file-contents, tramp-handle-write-region)
6914 (tramp-delete-temp-file-function): Use `delete-file' instead
6915 of `tramp-compat-delete-file'.
6917 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
6918 (tramp-fish-handle-make-symbolic-link)
6919 (tramp-fish-handle-process-file): Use `delete-file' instead
6920 of `tramp-compat-delete-file'.
6922 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6923 Use `delete-file' instead of `tramp-compat-delete-file'.
6925 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
6926 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
6927 `tramp-compat-delete-file'.
6929 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
6930 Use `delete-file' instead of `tramp-compat-delete-file'.
6932 * net/tramp-smb.el (tramp-smb-handle-copy-file)
6933 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
6934 (tramp-smb-handle-write-region): Use `delete-file' instead of
6935 `tramp-compat-delete-file'.
6936 (tramp-smb-handle-delete-directory): Use 'trash as arg.
6938 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
6940 * dired.el (dired-delete-file): New arg TRASH.
6941 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
6942 (dired-do-flagged-delete, dired-do-delete): Use trash.
6944 * speedbar.el (speedbar-item-delete): Allow trashing.
6946 * files.el (delete-directory): New arg TRASH.
6948 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
6949 (ange-ftp-rename-remote-to-remote)
6950 (ange-ftp-rename-local-to-remote)
6951 (ange-ftp-rename-remote-to-local, ange-ftp-load)
6952 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
6954 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
6957 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
6958 handle new TRASH arg of `delete-file'.
6960 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
6961 (tramp-handle-make-symbolic-link, tramp-handle-load)
6962 (tramp-do-copy-or-rename-file-via-buffer)
6963 (tramp-do-copy-or-rename-file-directly)
6964 (tramp-do-copy-or-rename-file-out-of-band)
6965 (tramp-handle-process-file, tramp-handle-call-process-region)
6966 (tramp-handle-shell-command, tramp-handle-file-local-copy)
6967 (tramp-handle-insert-file-contents, tramp-handle-write-region)
6968 (tramp-delete-temp-file-function): Use null TRASH arg in
6969 tramp-compat-delete-file call.
6971 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
6972 (tramp-fish-handle-delete-file)
6973 (tramp-fish-handle-make-symbolic-link)
6974 (tramp-fish-handle-process-file): Use null TRASH arg in
6975 `tramp-compat-delete-file' call.
6977 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
6978 arg in `tramp-compat-delete-file' call.
6980 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
6981 (tramp-gvfs-handle-write-region): Use null TRASH arg in
6982 `tramp-compat-delete-file' call.
6984 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
6985 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
6986 `tramp-compat-delete-file' call.
6988 * net/tramp-smb.el (tramp-smb-handle-copy-file)
6989 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
6990 (tramp-smb-handle-write-region): Use null TRASH arg in
6991 tramp-compat-delete-file call.
6992 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
6993 (tramp-smb-handle-delete-file): Rename arg.
6995 * diff.el (diff-sentinel):
6996 * epg.el (epg--make-temp-file, epg-decrypt-string)
6997 (epg-verify-string, epg-sign-string, epg-encrypt-string):
6998 * jka-compr.el (jka-compr-partial-uncompress)
6999 (jka-compr-call-process, jka-compr-write-region):
7000 * server.el (server-sentinel): Remove optional arg from
7001 delete-file, reverting 2010-05-03 change.
7003 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
7005 * progmodes/verilog-mode.el (verilog-type-font-keywords):
7006 Use font-lock-constant-face, not obsolete font-lock-reference-face.
7008 2010-05-27 Kenichi Handa <handa@m17n.org>
7010 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
7011 element of GSTRING is nil.
7013 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7015 * emacs-lisp/smie.el (smie-forward-token-function)
7016 (smie-backward-token-function): New vars.
7017 (smie-backward-sexp, smie-forward-sexp)
7018 (smie-indent-hanging-p, smie-indent-calculate): Use them.
7019 (smie-default-backward-token): Rename from smie-backward-token and
7021 (smie-default-forward-token): Rename from smie-forward-token and
7023 (smie-next-sexp): Handle nil results from next-token.
7024 (smie-indent-calculate): Add a new case for special `fixindent' comments.
7026 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
7028 * progmodes/verilog-mode.el (verilog-type-font-keywords):
7029 Use font-lock-constant-face, not obsolete font-lock-reference-face.
7031 2010-05-27 Masatake YAMATO <yamato@redhat.com>
7033 * htmlfontify.el (hfy-face-resolve-face): New function.
7034 (hfy-face-to-style): Use it (Bug#6279).
7036 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7038 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
7039 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
7041 2010-05-26 Glenn Morris <rgm@gnu.org>
7043 * emulation/edt.el (edt-load-keys): Use locate-library.
7045 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
7047 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
7048 (log-edit-changelog-entries): Doc fix.
7049 (log-edit-changelog-insert-entries): Args changed.
7050 Rename relative filenames in ChangeLog entries. Delete tabs.
7051 (log-edit-insert-changelog-entries): Reorganize return value of
7052 `log-edit-changelog-entries' to pass filenames to
7053 log-edit-changelog-insert-entries.
7055 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7057 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
7058 `image-dired-dired-insert-marked-thumbs' to
7059 `image-dired-dired-toggle-marked-thumbs'.
7061 * image-dired.el: Require cl when compiling.
7062 (image-dired-dired-toggle-marked-thumbs): Rename from
7063 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
7064 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
7065 to 'no-dir. Skip files whose names don't match
7066 `image-file-name-regexp'. When file has a thumbnail overlay,
7067 delete it. (Bug#5270)
7069 2010-05-25 Juri Linkov <juri@jurta.org>
7071 * image-mode.el (image-mode): Add image-after-revert-hook to
7073 (image-after-revert-hook): New function. (Bug#5669)
7075 2010-05-25 Juri Linkov <juri@jurta.org>
7077 * image.el (image-animated-p): When delay between animated images
7078 is 0, set it to 10 (0.1 sec). (Bug#6258)
7080 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
7082 * net/tramp.el (tramp-handle-insert-directory): Don't use
7083 `forward-word', its default syntax could be changed.
7085 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
7087 * net/tramp.el (tramp-progress-reporter-update): New defun.
7088 (with-progress-reporter): Use it.
7089 (tramp-process-actions):
7090 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
7091 Preserve current message, in order to let progress reporter continue
7092 afterwards. (Bug#6257)
7094 2010-05-25 Glenn Morris <rgm@gnu.org>
7096 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
7099 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
7101 * net/rcirc.el (rcirc-default-user-name): Change to "user".
7102 (rcirc-default-full-name): Change to "unknown".
7103 (rcirc-user-name-history): Add variable.
7105 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
7106 Jonathan Rockway <jon@jrock.us>
7108 * net/rcirc.el (rcirc-server-alist): Add :pass.
7109 (rcirc): When prompting for connection parameters, also prompt for
7110 username and password.
7111 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
7112 value to server when connecting.
7114 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7116 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
7117 (smie-merge-prec2s): Pass the tables as separate args.
7118 (smie-bnf-precedence-table): Adjust call accordingly.
7119 (smie-prec2-levels): Set levels at the end.
7121 Replace Lisp calls to delete-backward-char by delete-char.
7122 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
7123 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
7124 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
7125 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
7126 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
7127 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
7128 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
7129 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
7130 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
7131 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
7132 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
7133 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
7134 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
7135 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
7136 delete-backward-char by calls to delete-char.
7138 2010-05-25 Kenichi Handa <handa@m17n.org>
7140 * language/hebrew.el (hebrew-shape-gstring): New function.
7141 Register it in composition-function-table for all Hebrew combining
7144 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7146 * epa.el (epa--select-keys): Don't explicitly delete the window since
7147 that can fail (e.g. sole window in frame). Use dedication instead.
7149 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
7151 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
7153 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
7155 * image.el (image-refresh): Define as an alias for image-flush.
7157 * image-mode.el (image-toggle-display-image): Caller changed.
7159 2010-05-21 Juri Linkov <juri@jurta.org>
7161 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
7162 Remove "all" from grep-files-aliases. Split grep-files-aliases by
7163 whitespace, call wildcard-to-regexp on substrings and concat them
7164 with "\\|". (Bug#6114)
7166 2010-05-21 Alan Mackenzie <acm@muc.de>
7168 * progmodes/cc-engine.el (c-parse-state-get-strategy):
7169 Replace parameter `here' with `here-' and `here-plus', which sandwich
7170 any pertinent CPP construct.
7171 (c-remove-stale-state-cache-backwards): Fix a bug which happens
7172 when doing (c-parse-state) in a CPP construct: Exclude any "new"
7173 CPP construct from taking part in the scanning.
7175 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
7177 * net/tramp.el (tramp-do-copy-or-rename-file)
7178 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
7179 Tune `with-progress-reporter' messages.
7180 (tramp-handle-vc-registered):
7181 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
7182 (tramp-fish-handle-insert-file-contents)
7183 (tramp-fish-maybe-open-connection):
7184 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7185 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
7186 (tramp-imap-handle-insert-file-contents)
7187 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
7189 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
7191 * add-log.el (change-log-font-lock-keywords):
7192 Highlight all authors in multi-author entries.
7194 * smerge-mode.el (smerge-refine-ignore-whitespace)
7195 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
7196 Fix typos in docstrings.
7197 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
7199 2010-05-21 Glenn Morris <rgm@gnu.org>
7201 * progmodes/fortran.el (fortran-mode):
7202 * progmodes/f90.el (f90-mode): Derive from prog-mode.
7204 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
7205 having a relative path in src/Makefile.in.
7207 2010-05-20 Kevin Ryde <user42@zip.com.au>
7209 * help-mode.el (help-make-xrefs): For Info node links turn
7210 newlines into spaces. Link node names with newlines are matched
7211 by help-xref-info-regexp and buttonized, this change ensures they
7212 can be followed successfully with RET. (Bug#6206)
7214 2010-05-20 Juri Linkov <juri@jurta.org>
7216 * locate.el (locate): Use pop-to-buffer instead of
7217 switch-to-buffer-other-window. (Bug#6204)
7219 2010-05-20 Juri Linkov <juri@jurta.org>
7221 * replace.el (replace-highlight): Fix lazy-highlighting
7222 for `M-s w str M-% str RET'.
7224 2009-12-15 Masatake YAMATO <yamato@redhat.com>
7226 * isearch.el (isearch-yank-word-or-char): Pull next subword
7227 when `subword-mode' is activated. (Bug#6220)
7229 2010-05-20 Mark A. Hershberger <mah@everybody.org>
7231 * isearch.el (isearch-update-post-hook): New hook.
7232 (isearch-update): Use the new hook. (Bug#6225)
7234 2010-05-20 Juri Linkov <juri@jurta.org>
7236 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
7237 [f1], [help], and (char-to-string help-char) instead of "\C-h".
7240 2010-05-20 Juri Linkov <juri@jurta.org>
7242 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
7245 2010-05-20 Juri Linkov <juri@jurta.org>
7247 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
7248 FILE-NAME to read from the minibuffer when called interactively
7249 with prefix argument instead of using buffer-file-name.
7250 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
7252 * dired.el: Update autoloads.
7254 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
7256 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
7257 nxml-finish-element, for consistency with SGML mode.
7259 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
7262 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
7264 * composite.el: Require cl when compiling.
7265 (reference-point-alist, compose-gstring-for-graphic)
7266 (compose-gstring-for-terminal): Fix typos in docstrings.
7268 2010-05-19 Juri Linkov <juri@jurta.org>
7270 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
7271 set-window-parameter.
7273 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
7275 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
7277 (tramp-maybe-open-connection): Use it.
7279 2010-05-19 Eli Zaretskii <eliz@gnu.org>
7281 * simple.el (move-end-of-line): Make sure we are at line beginning
7282 before backing up to end of previous line.
7284 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
7286 * password-cache.el (password-cache-remove): Fix docstring.
7288 * net/secrets.el: Autoload the widget functions.
7289 (secrets-search-items, secrets-create-item)
7290 (secrets-get-attributes, secrets-expand-item): Attributes will be
7291 stored on the password database without leading ":", as all other
7293 (secrets-mode): Fix docstring.
7294 (secrets-show-secrets): Provide it as autoloaded command only when
7295 D-Bus support is available. Check existence of Secret Service API.
7297 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7299 * indent.el (indent-region): Deactivate region (bug#6200).
7301 2010-05-19 Glenn Morris <rgm@gnu.org>
7303 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
7305 2010-05-19 Kenichi Handa <handa@m17n.org>
7307 * composite.el: Register compose-gstring-for-graphic in
7308 composition-function-table only for combining characters (Mn, Mc, Me).
7310 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
7312 * calc/calc-trail.el (calc-trail-isearch-forward)
7313 (calc-trail-isearch-backward): Ensure that the new window
7314 point is set correctly.
7316 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7318 * subr.el (read-quoted-char): Resolve modifiers after key
7319 remapping (bug#6212).
7321 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
7323 Add visualization code for secrets.
7324 * net/secrets.el (secrets-mode): New major mode.
7325 (secrets-show-secrets, secrets-show-collections)
7326 (secrets-expand-collection, secrets-expand-item)
7327 (secrets-tree-widget-after-toggle-function)
7328 (secrets-tree-widget-show-password): New defuns.
7330 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7332 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
7333 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
7334 handled in smie-next-sexp.
7335 (smie-indent-calculate): Provide a starting indentation (so the
7336 recursion is well-founded ;-).
7338 Fix handling of non-associative equal levels.
7339 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
7340 when it's not needed.
7341 (smie-op-left, smie-op-right): New functions.
7342 (smie-next-sexp): New function, extracted from smie-backward-sexp.
7343 Better handle equal levels to distinguish the associative case from
7344 the "multi-keyword construct" case.
7345 (smie-backward-sexp, smie-forward-sexp): Use it.
7347 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
7349 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
7351 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
7352 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
7354 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7356 Provide a simple generic indentation engine and use it for Prolog.
7357 * emacs-lisp/smie.el: New file.
7358 * progmodes/prolog.el (prolog-smie-op-levels)
7359 (prolog-smie-indent-rules): New var.
7360 (prolog-mode-variables): Use them to configure SMIE.
7361 (prolog-indent-line, prolog-indent-level): Remove.
7363 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
7365 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
7366 order before computing the averages.
7368 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
7370 * calc/calc-vec.el (calc-histogram):
7371 (calcFunc-histogram): Allow vectors as inputs.
7372 (math-vector-avg): New function.
7374 * calc/calc-ext.el (math-group-float): Have the number of digits
7375 being grouped depend on the radix (Bug#6189).
7377 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
7379 * version.el (emacs-copyright, emacs-version): Don't define here,
7380 now that emacs.c defines it.
7382 2010-05-15 Eli Zaretskii <eliz@gnu.org>
7384 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
7385 "Describe Language Environment" menu item.
7387 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
7389 Bidi-sensitive movement with arrow keys.
7390 * subr.el (right-arrow-command, left-arrow-command): New functions.
7392 * bindings.el (global-map): Bind them to right and left arrow keys.
7394 Don't override standard definition of convert-standard-filename.
7395 * files.el (convert-standard-filename):
7396 Call w32-convert-standard-filename and dos-convert-standard-filename on
7397 the corresponding systems.
7399 * w32-fns.el (w32-convert-standard-filename): Rename from
7400 convert-standard-filename. Doc fix.
7402 * dos-fns.el (dos-convert-standard-filename): Doc fix.
7403 (convert-standard-filename): Don't defalias.
7404 (register-name-alist, make-register, register-value)
7405 (set-register-value, intdos): Obsolete aliases for the
7406 corresponding dos-* functions and variables.
7407 (dos-intdos): Add a doc string.
7409 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
7411 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
7412 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
7413 (math-compose-tex-func):
7414 * calc/calccomp.el (math-compose-expr):
7415 * calc/calc-ext.el (math-format-flat-expr-fancy):
7416 * calc/calc-store.el (calc-read-var-name):
7417 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
7419 * calc/calc.el (var-π, var-φ, var-γ): New variables.
7420 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
7421 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
7422 (math-standard-units): Add units.
7424 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7426 * progmodes/asm-mode.el (asm-mode):
7427 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
7429 * pcomplete.el (pcomplete-completions-at-point): New function,
7430 extracted from pcomplete-std-complete.
7431 (pcomplete-std-complete): Use it.
7433 2010-05-15 Glenn Morris <rgm@gnu.org>
7435 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7436 Remove references to CVS, RCS and Old directories.
7438 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
7440 * calc/calc-bin.el (math-format-twos-complement): Group digits when
7443 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7445 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
7446 (sh-mode-syntax-table): Give it a default value instead.
7447 (sh-header-marker): Make buffer-local.
7448 (sh-mode): Move make-local-variable to the corresponding setq.
7449 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
7450 Use complete-with-action.
7452 * simple.el (prog-mode): New (abstract) major mode.
7453 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
7454 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
7456 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
7458 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
7459 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
7460 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
7461 (sql-make-alternate-buffer-name, sql-placeholders-filter)
7462 (sql-escape-newlines-filter, sql-input-sender)
7463 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
7465 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
7467 Add TeX open-block and close-block keybindings to SGML, and vice versa.
7469 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
7470 latex-open-block and C-c / to latex-close-block.
7472 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
7473 and C-c C-e to sgml-close-tag.
7475 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
7477 * net/tramp.el (with-progress-reporter): Create reporter object
7478 only when the message would be displayed. Handle nested calls.
7479 (tramp-handle-load, tramp-handle-file-local-copy)
7480 (tramp-handle-insert-file-contents, tramp-handle-write-region)
7481 (tramp-maybe-send-script, tramp-find-shell):
7482 Use `with-progress-reporter'.
7483 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
7486 * net/tramp-smb.el (tramp-smb-handle-copy-file)
7487 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
7488 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
7489 Use `with-progress-reporter'.
7491 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
7493 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
7494 process everytime when spellchecking from the minibuffer (bug#6143).
7496 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7498 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
7500 * dos-fns.el: Add "dos-" prefix for namespace control.
7501 (convert-standard-filename): Define as alias for
7502 dos-convert-standard-filename but only if applicable.
7504 2010-05-12 Alan Mackenzie <acm@muc.de>
7506 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
7507 Push the mark at the start of these functions when appropriate.
7509 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7511 * minibuffer.el (completion-cycle-threshold): New custom var.
7512 (completion--do-completion): Use it.
7513 (minibuffer-complete): Use cycling if appropriate.
7515 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
7517 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
7518 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
7520 2010-05-11 Juri Linkov <juri@jurta.org>
7522 * scroll-all.el (scroll-all-check-to-scroll):
7523 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
7525 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7527 * iimage.el (iimage-mode-map): Move initialization into declaration.
7528 (iimage-mode-buffer): Use with-silent-modifications.
7529 Simplify calling convention. Adjust callers.
7530 (iimage-mode): Don't run hook redundantly.
7532 * minibuffer.el (completion-pcm--pattern->regex):
7533 Fix last change (bug#6160).
7535 2010-05-10 Juri Linkov <juri@jurta.org>
7537 Remove nodes visited during Isearch from the Info history.
7538 * info.el (Info-isearch-initial-history)
7539 (Info-isearch-initial-history-list): New variables.
7540 (Info-isearch-start): Record initial values of
7541 Info-isearch-initial-history and Info-isearch-initial-history-list.
7542 Add Info-isearch-end to isearch-mode-end-hook.
7543 (Info-isearch-end): New function.
7545 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
7547 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
7548 format string, in order to work around a bug in pdksh.
7549 Reported by Gilles Pion <gpion@lfdj.com>.
7550 (tramp-handle-verify-visited-file-modtime): Do not send a command
7551 when the connection is not established.
7552 (tramp-handle-set-file-times): Simplify the check for utc.
7554 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
7556 Fix use of `filter-buffer-substring' (rework previous change).
7557 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
7558 (cua-repeat-replace-region):
7559 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
7560 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
7561 (cua-cut-region-to-global-mark): Use it.
7563 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
7565 * progmodes/sql.el: Version 2.1.
7566 (sql-product-alist): Redesign structure of product info.
7567 (sql-product, sql-user, sql-server, sql-database): Safe variables.
7568 (sql-port, sql-port-history): New variables.
7569 (sql-interactive-product): New variable.
7570 (sql-send-terminator): New variable.
7571 (sql-imenu-generic-expression): Add "Types" imenu entry.
7572 (sql-oracle-login-params, sql-sqlite-login-params)
7573 (sql-mysql-login-params, sql-solid-login-params)
7574 (sql-sybase-login-params, sql-informix-login-params)
7575 (sql-ingres-login-params, sql-ms-login-params)
7576 (sql-postgres-login-params, sql-interbase-login-params)
7577 (sql-db2-login-params, sql-linter-login-params)
7578 (sql-oracle-scan-on): New variables.
7579 (sql-mode-map): Add C-c C-i to start interactive mode.
7580 (sql-mode-menu): Update existing menu entries.
7581 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7582 (sql-mode-oracle-font-lock-keywords)
7583 (sql-mode-postgres-font-lock-keywords)
7584 (sql-mode-ms-font-lock-keywords)
7585 (sql-mode-sybase-font-lock-keywords)
7586 (sql-mode-informix-font-lock-keywords)
7587 (sql-mode-interbase-font-lock-keywords)
7588 (sql-mode-ingres-font-lock-keywords)
7589 (sql-mode-solid-font-lock-keywords)
7590 (sql-mode-mysql-font-lock-keywords)
7591 (sql-mode-sqlite-font-lock-keywords)
7592 (sql-mode-db2-font-lock-keywords)
7593 (sql-mode-linter-font-lock-keywords): Update initialization to
7594 reduce run-time complexity.
7595 (sql-add-product, sql-del-product): New functions.
7596 (sql-set-product-feature, sql-get-product-feature): New functions.
7597 (sql-product-font-lock): Update product API.
7598 (sql-add-product-keywords): New function.
7599 (sql-highlight-product): Update product API.
7600 (sql-help-list-products): New function.
7601 (sql-help): Dynamically lists free and non-free products.
7602 (sql-get-login): Correct bug in handling history and added
7604 (sql-copy-column): Copy without properties.
7605 (sqli-input-sender): Apply filters to SQLi input.
7606 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
7607 Implement as a filter.
7608 (sql-escape-newlines-filter): Implement as a filter.
7609 (sql-remove-tabs-filter): New function.
7610 (sql-send-magic-terminator): New function.
7611 (sql-send-string): Implement magic terminator.
7612 (sql-send-region): Use `sql-send-string'.
7613 (sql-interactive-mode): Use product API.
7614 (sql-product-interactive): Use product API.
7615 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7616 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7617 (sql-db2, sql-linter): Use `sql-product-interactive'.
7618 (sql-connect): New function.
7619 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
7620 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
7621 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
7622 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
7625 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7627 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
7628 New custom variable.
7629 (completion-pcm--string->pattern): Use it.
7630 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
7631 Make it handle any symbol as `any'.
7632 (completion-pcm--merge-completions): Extract common suffix for the new
7633 `prefix' symbol as well.
7634 (completion-substring--all-completions): Use the new `prefix' symbol.
7636 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
7638 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
7640 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
7641 (tramp-compat-funcall): New defmacro.
7642 (tramp-compat-line-beginning-position)
7643 (tramp-compat-line-end-position)
7644 (tramp-compat-temporary-file-directory)
7645 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
7646 (tramp-compat-copy-file, tramp-compat-copy-directory)
7647 (tramp-compat-delete-file, tramp-compat-delete-directory)
7648 (tramp-compat-number-sequence, tramp-compat-process-running-p)
7649 * net/tramp.el (top, with-progress-reporter)
7650 (tramp-rfn-eshadow-setup-minibuffer)
7651 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
7652 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
7653 (tramp-completion-mode-p, tramp-check-for-regexp)
7654 (tramp-open-connection-setup-interactive-shell)
7655 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
7656 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
7657 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
7658 * net/tramp-cmds.el (tramp-cleanup-all-connections)
7659 (tramp-reporter-dump-variable, tramp-load-report-modules)
7660 (tramp-append-tramp-buffers)
7661 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
7663 * net/tramp-imap.el (top): Autoload `epg-make-context'.
7665 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7667 * progmodes/compile.el (compilation-buffer-modtime): Rename from
7668 buffer-modtime. Adjust users.
7670 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
7672 * international/mule.el (auto-coding-alist): Only purecopy
7673 car of each item, not the whole list (Bug#6083).
7675 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
7677 * progmodes/js.el (js-mode): Make paragraph variables local before
7678 calling c-setup-paragraph-variables (Bug#6071).
7680 2010-05-08 Eli Zaretskii <eliz@gnu.org>
7682 * composite.el (compose-region, reference-point-alist): Fix typos
7685 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
7687 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
7688 gnuplot's "set" command.
7690 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
7692 * abbrev.el (last-abbrev-text): Doc fix.
7693 (abbrev-prefix-mark): Don't escape parenthesis.
7695 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
7697 * composite.el (find-composition): Doc fix.
7699 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
7701 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
7702 (sql-oracle-program, sql-sqlite-options)
7703 (sql-query-placeholders-and-send): Doc fixes.
7704 (sql-set-product, sql-interactive-mode): Reflow docstrings.
7705 (sql-imenu-generic-expression, sql-buffer)
7706 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
7707 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
7708 (sql-mode-sybase-font-lock-keywords)
7709 (sql-mode-informix-font-lock-keywords)
7710 (sql-mode-interbase-font-lock-keywords)
7711 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
7712 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
7713 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
7714 (sql-product-feature, sql-highlight-product)
7715 (comint-line-beginning-position, sql-rename-buffer)
7716 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
7717 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
7718 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
7719 Fix typos in docstrings.
7721 2010-05-08 Juri Linkov <juri@jurta.org>
7723 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
7724 property instead of `invisible' and `after-string' (bug#5998).
7726 2010-05-08 Juri Linkov <juri@jurta.org>
7728 * image-mode.el (image-mode-as-text): Fix typo in docstring.
7730 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
7732 * filecache.el (file-cache-add-directory-list)
7733 (file-cache-add-directory-recursively): Fix typos in docstrings.
7735 2010-05-08 Kenichi Handa <handa@m17n.org>
7737 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
7738 (gujarati-composable-pattern): Fix typo.
7740 2010-05-08 Kenichi Handa <handa@m17n.org>
7742 * language/indian.el (oriya-composable-pattern)
7743 (tamil-composable-pattern, malayalam-composable-pattern):
7744 Add two-part vowels to "v" (vowel sign).
7746 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
7748 * files.el (copy-directory): Handle symlinks (Bug#5982).
7750 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
7752 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
7753 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
7756 2010-05-08 Glenn Morris <rgm@gnu.org>
7758 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
7760 * minibuffer.el (completion-at-point): Doc fix.
7762 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7764 * electric.el (Electric-command-loop): Minor tweak.
7766 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
7767 better with dedicated windows.
7769 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
7771 * Version 23.2 released.
7773 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
7774 Stefan Monnier <monnier@iro.umontreal.ca>
7776 Highlight vendor specific properties.
7777 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
7778 (css-proprietary-property): New face.
7779 (css-font-lock-keywords): Use them.
7781 2010-05-07 Eli Zaretskii <eliz@gnu.org>
7783 * cus-start.el (all): Add native condition for tool-bar-* symbols.
7785 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7787 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
7788 * files.el (auto-mode-alist): Remove redundant entries.
7790 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
7791 * simple.el (auto-save-mode): Move from files.el.
7792 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
7794 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
7796 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
7798 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
7800 * mail/binhex.el (binhex-decode-region-internal)
7801 * mail/uudecode.el (uudecode-decode-region-internal)
7802 * net/dns.el (dns-read-string-name, dns-write, dns-read)
7803 (dns-read-type, dns-query)
7804 * pgg-parse.el (pgg-parse-armor)
7805 * pgg.el (pgg-verify-region)
7806 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
7809 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
7811 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
7813 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
7815 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
7816 * emulation/cua-base.el (cua-repeat-replace-region):
7817 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
7818 (cua-cut-region-to-global-mark):
7819 Remove text properties with `set-text-properties'.
7821 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
7823 * net/tramp.el (top, with-progress-reporter):
7824 Use `symbol-function' inside `funcall'.
7826 * net/tramp-compat.el (tramp-compat-file-attributes)
7827 (tramp-compat-delete-file, tramp-compat-delete-directory):
7828 Handle only `wrong-number-of-arguments' error.
7830 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
7831 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
7834 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7836 * minibuffer.el (completion--sreverse, completion--common-suffix):
7838 (completion-pcm--merge-completions): Extract common suffix when safe.
7840 * emacs-lisp/easy-mmode.el (define-minor-mode):
7841 Make :variable more flexible.
7842 * files.el (auto-save-mode): Use it to define using define-minor-mode.
7844 2010-05-05 Juri Linkov <juri@jurta.org>
7846 Add `slow' and `history' tags to the desktop data.
7848 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
7849 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
7850 (Info-finder-find-node): Require `finder.el' to be able
7851 to restore node from the desktop.
7852 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
7853 data `Info-history' and `slow' tag in the assoc list.
7854 (Info-restore-desktop-buffer): Don't restore nodes with the
7855 `slow' tag. Restore `Info-history'.
7857 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
7859 Add FORCE argument to `delete-file'.
7861 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
7862 forcing to delete the temporary file.
7863 (ange-ftp-delete-file): Add FORCE arg.
7864 (ange-ftp-rename-remote-to-remote)
7865 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
7866 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
7867 Force file deletion.
7869 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
7871 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
7872 (tramp-handle-make-symbolic-link, tramp-handle-load)
7873 (tramp-do-copy-or-rename-file-via-buffer)
7874 (tramp-do-copy-or-rename-file-directly)
7875 (tramp-do-copy-or-rename-file-out-of-band)
7876 (tramp-handle-process-file, tramp-handle-call-process-region)
7877 (tramp-handle-shell-command, tramp-handle-file-local-copy)
7878 (tramp-handle-insert-file-contents, tramp-handle-write-region)
7879 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
7881 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
7882 (tramp-fish-handle-make-symbolic-link)
7883 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
7885 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7886 Use `tramp-compat-delete-file'.
7888 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
7889 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
7891 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
7892 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
7894 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
7895 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
7896 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7897 Use `tramp-compat-delete-file'.
7899 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7902 * subr.el (add-minor-mode): Use push.
7903 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
7904 * emulation/edt.el (edt-select-mode): Simplify.
7906 Use define-minor-mode in more cases.
7907 * term/tvi970.el (tvi970-set-keypad-mode):
7908 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
7909 (normal-erase-is-backspace-mode):
7910 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
7911 (set-scroll-bar-mode-1): (Re)move to its sole caller.
7912 (get-scroll-bar-mode): New function.
7913 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
7915 Use define-minor-mode for less obvious cases.
7916 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
7917 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
7918 * international/iso-ascii.el (iso-ascii-mode):
7919 * frame.el (auto-raise-mode, auto-lower-mode):
7920 * composite.el (global-auto-composition-mode): Use define-minor-mode.
7922 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
7924 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
7925 in order to see error messages for failed logins.
7927 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
7929 * diff.el (diff-sentinel):
7931 * epg.el (epg--make-temp-file, epg-decrypt-string)
7932 (epg-verify-string, epg-sign-string, epg-encrypt-string):
7934 * jka-compr.el (jka-compr-partial-uncompress)
7935 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
7937 * server.el (server-sentinel): Use delete-file's new FORCE arg
7940 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7942 Use define-minor-mode where applicable.
7943 * view.el (view-mode):
7944 * type-break.el (type-break-query-mode)
7945 (type-break-mode-line-message-mode):
7946 * textmodes/reftex.el (reftex-mode):
7947 * term/vt100.el (vt100-wide-mode):
7948 * tar-mode.el (tar-subfile-mode):
7949 * savehist.el (savehist-mode):
7950 * ibuf-ext.el (ibuffer-auto-mode):
7951 * composite.el (auto-composition-mode):
7952 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
7953 Use define-minor-mode.
7954 (vhdl-mode): Use static mode-line format.
7955 (vhdl-mode-line-update): Delete.
7956 (vhdl-create-mode-menu, vhdl-activate-customizations)
7957 (vhdl-hs-minor-mode): Don't bother calling it.
7959 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
7961 * simple.el (with-wrapper-hook): Move.
7962 (buffer-substring-filters): Mark obsolete.
7963 (filter-buffer-substring-functions): New variable.
7964 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
7966 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
7967 Michael Albinus <michael.albinus@gmx.de>
7969 Implement compression for inline methods.
7971 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
7972 (tramp-copy-size-limit): Allow also nil.
7973 (tramp-inline-compress-commands): New defconst.
7974 (tramp-find-inline-compress, tramp-get-inline-compress)
7975 (tramp-get-inline-coding): New defuns.
7976 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
7977 replaced by `tramp-get-inline-coding'.
7978 (tramp-handle-file-local-copy, tramp-handle-write-region)
7979 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
7981 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
7983 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
7984 Remove unused functions.
7986 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
7987 Set find-tag-default-function as a variable rather than a property.
7989 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
7990 * progmodes/etags.el (tags-completion-at-point-function):
7991 Remove left over interactive spec. Add autoloading stub.
7992 (complete-tag): Use tags-completion-at-point-function.
7994 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
7996 * minibuffer.el (tags-completion-at-point-function): Fix return value.
7998 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
8000 * ido.el (ido-init-completion-maps): Remove C-v binding.
8001 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
8003 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
8005 * minibuffer.el (tags-completion-at-point-function): New function.
8006 (completion-at-point-functions): Use it.
8008 * progmodes/etags.el (complete-tag): Revert last change.
8010 2010-04-29 Alan Mackenzie <acm@muc.de>
8012 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
8013 off-by-one error (in end of macro position).
8015 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8017 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
8018 firefox is absent. Don't autoload.
8019 (browse-url-galeon-program): Don't autoload.
8021 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
8023 * bindings.el (complete-symbol): Move into minibuffer.el.
8025 * minibuffer.el (complete-tag): Move from etags.el. If tags
8026 completion cannot be performed, return nil instead of signalling
8028 (completion-at-point): Make it an alias for complete-symbol.
8029 (complete-symbol): Move from bindings.el, and replace with the
8030 body of completion-at-point.
8032 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
8034 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
8036 * net/tramp.el (tramp-remote-selinux-p): New defun.
8037 (tramp-handle-file-selinux-context)
8038 (tramp-handle-set-file-selinux-context): Use it.
8040 2010-04-28 Sam Steingold <sds@gnu.org>
8042 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
8043 `safe-local-variable' if the value is a string or a symbol with
8044 the property `bug-reference-url-format'.
8046 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
8048 * progmodes/bug-reference.el (bug-reference-url-format):
8049 Revert 2010-04-27 change due to security risk.
8051 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8053 Make it possible to locally disable a globally enabled mode.
8054 * simple.el (fundamental-mode): Run fundamental-mode-hook.
8055 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
8056 rather than kill-all-local-variables so it runs fundamental-mode-hook.
8057 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8058 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
8059 that subsequent hooks get a chance to disable it.
8061 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8063 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8064 Avoid re-enabling a minor mode after the user turned the minor mode
8065 off if MODE-enable-in-buffers is run twice (typically once from
8066 fundamental-mode's after-change-major-mode-hook and a second time from
8067 run-mode-hook's own after-change-major-mode-hook).
8069 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
8071 2010-04-27 Sam Steingold <sds@gnu.org>
8073 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
8074 `safe-local-variable' if the value is a string or a function, as
8075 documented and implemented on 2010-04-02.
8077 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
8079 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
8080 when method is 'kill.
8082 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
8084 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
8085 condition in default directory check.
8086 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
8087 Kill ispell process when killing its associated buffer.
8089 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
8091 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
8092 but we aren't using it.
8094 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
8096 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
8097 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
8099 2010-04-24 Glenn Morris <rgm@gnu.org>
8101 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
8102 Ignore VCS-ignore files, and deleted nextstep preferences files.
8103 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
8104 (authors-ambiguous-files): New list.
8105 (authors-valid-file-names): Add some deleted files.
8106 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
8107 (authors-disambiguate-file-name): New function. (Bug#5501)
8108 (authors-canonical-file-name): Doc fix.
8109 Don't warn about obsolete files.
8110 (authors-canonical-file-name, authors-scan-el):
8111 Use authors-disambiguate-file-name.
8113 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
8114 Add autoload cookies.
8115 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
8116 (generated-autoload-file): Set file-local value to "htmlfontify.el".
8117 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
8118 They have definitions / compiler macros in cl.el.
8119 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
8120 Replace manual autoloads with generated ones.
8121 (htmlfontify-unload-rgb-file): Remove autoload.
8122 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
8124 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
8126 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
8127 (byte-compile-setq-default): Optimize for the
8128 single-var case and don't call byte-compile-form in this case to avoid
8129 inf-loop with byte-compile-set-default.
8131 * progmodes/compile.el (compilation-start): Abbreviate default directory.
8133 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
8135 Implement SELINUX backends.
8137 * net/tramp.el (tramp-file-name-handler-alist):
8138 Add `file-selinux-context' and `set-file-selinux-context'.
8139 (tramp-handle-file-selinux-context)
8140 (tramp-handle-set-file-selinux-context): New defuns.
8141 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
8142 Handle PRESERVE-SELINUX-CONTEXT.
8144 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8145 Add `file-selinux-context' and `set-file-selinux-context'.
8146 (tramp-gvfs-handle-file-selinux-context)
8147 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
8148 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
8150 * net/ange-ftp.el (ange-ftp-copy-file):
8151 * net/tramp-fish.el (tramp-fish-handle-copy-file):
8152 * net/tramp-imap.el (tramp-imap-handle-copy-file):
8153 * net/tramp-smb.el (tramp-smb-handle-copy-file):
8154 Add PRESERVE-SELINUX-CONTEXT.
8156 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
8158 Synchronize with Tramp repository.
8160 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
8161 (tramp-action-process-alive, tramp-action-out-of-band)
8162 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
8163 (tramp-exists-file-name-handler): Fix docstring.
8164 (with-progress-reporter): New defmacro.
8165 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
8166 (tramp-maybe-open-connection): Use it.
8168 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
8170 Detect ssh 'ControlMaster' argument automatically in some cases.
8172 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
8173 (tramp-default-method): Use it.
8175 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
8177 * net/tramp.el (tramp-handle-copy-file): Add new optional
8178 parameter `preserve-selinux-context'.
8179 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
8181 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
8183 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
8184 Ensure, that non remote files are still checked. Oops.
8186 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
8190 * icomplete.el (icomplete-completions): Use `non-essential'.
8192 * net/tramp.el (tramp-connectable-p): New defun.
8193 (tramp-handle-expand-file-name)
8194 (tramp-completion-handle-file-name-all-completions)
8195 (tramp-completion-handle-file-name-completion): Use it.
8197 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
8199 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
8201 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
8203 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
8205 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
8207 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
8210 * info.el (info-tool-bar-map): Add labels.
8212 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
8214 * cus-edit.el (custom-commands): Add labels for tool bar.
8215 (custom-buffer-create-internal, Custom-mode): Adjust for
8216 labels in custom-commands.
8218 * dynamic-setting.el: Renamed from font-setting.el.
8220 2010-04-21 John Wiegley <jwiegley@gmail.com>
8222 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
8223 toggles the use of virtual buffers.
8224 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
8225 (ido-toggle-virtual-buffers): New function.
8227 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
8229 Use `define-derived-mode'; fix window selection; doc fixes.
8230 * play/tetris.el (tetris, tetris-update-speed-function)
8231 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
8232 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
8233 (tetris-rotate-next, tetris-end-game, tetris-start-game)
8234 (tetris-pause-game): Fix typos in docstrings.
8235 (tetris-mode-map, tetris-null-map):
8236 Move initialization into declaration.
8237 (tetris-mode): Define with `define-derived-mode';
8238 set show-trailing-whitespace to nil.
8239 (tetris): Prefer window already displaying the "*Tetris*" buffer.
8241 2010-04-21 Karel Klíč <kklic@redhat.com>
8243 * files.el (backup-buffer): Handle SELinux context, and return it
8244 if a backup was made by renaming.
8245 (backup-buffer-copy): Set SELinux context to the target file.
8246 (basic-save-buffer): Set SELinux context of the newly written file.
8247 (basic-save-buffer-1): Now it also returns any SELinux context.
8248 (basic-save-buffer-2): Set SELinux context of the newly created file,
8250 * net/tramp.el (tramp-file-name-for-operation):
8251 Add file-selinux-context.
8253 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
8255 Make the log-edit comments use RFC822 format throughout.
8257 * vc.el (vc-checkin, vc-modify-change-comment):
8258 Adjust to new vc-start/finish-logentry.
8259 (vc-find-conflicted-file): New command.
8260 (vc-transfer-file): Adjust to new vc-checkin.
8261 (vc-next-action): Improve scoping.
8263 * vc-hg.el (vc-hg-log-edit-mode): Remove.
8264 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
8266 * vc-git.el (vc-git-log-edit-mode): Remove.
8267 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
8268 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
8270 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
8271 (vc-start-logentry): Remove argument `extra'.
8272 (vc-finish-logentry): Remove extra args.
8274 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
8275 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
8276 (vc-bzr-conflicted-files): New function.
8278 * log-edit.el (log-edit-extra-flags)
8279 (log-edit-before-checkin-process): Remove.
8280 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
8281 (log-edit-headers-alist): New var.
8282 (log-edit-header-contents-regexp): New const.
8283 (log-edit-match-to-eoh): New function.
8284 (log-edit-font-lock-keywords): Use them.
8285 (log-edit): Insert a "Summary:" header as default.
8286 (log-edit-mode): Mark font-lock rules as case-insensitive.
8287 (log-edit-done): Cleanup headers.
8288 (log-view-process-buffer): Remove.
8289 (log-edit-extract-headers): New function to replace it.
8291 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
8293 * subr.el (default-direction-reversed): Remove obsolescence info.
8295 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8297 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
8300 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
8301 I.e. include text after point in the completion region.
8302 Also, return nil when we're not after/in a symbol.
8304 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
8305 default enable-multibyte-characters.
8307 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8309 * international/mule.el: Help the user choose a valid coding-system.
8310 (read-buffer-file-coding-system): New function.
8311 (set-buffer-file-coding-system): Use it. Prompt the user if the
8312 coding-system cannot encode all the chars.
8314 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
8315 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
8316 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
8317 Don't use *vc-bzr-shelve*.
8319 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
8321 Fix the version number for added files.
8322 * vc-hg.el (vc-hg-working-revision): Check if the file is
8323 registered after hg parent fails (Bug#5961).
8325 2010-04-19 Glenn Morris <rgm@gnu.org>
8327 * htmlfontify.el (htmlfontify-buffer)
8328 (htmlfontify-copy-and-link-dir): Autoload entry points.
8330 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
8332 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
8333 name relative to the project root (Bug#5960).
8335 2010-04-19 Glenn Morris <rgm@gnu.org>
8337 * vc-git.el (vc-git-print-log): Doc fix.
8339 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
8341 * ido.el (ido-file-internal): Fix 2009-12-02 change.
8343 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
8345 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
8346 default settings (Bug#5928).
8348 2010-04-19 Glenn Morris <rgm@gnu.org>
8350 * progmodes/fortran.el (fortran-match-and-skip-declaration):
8352 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
8354 2010-04-19 Kenichi Handa <handa@m17n.org>
8356 * language/indian.el (malayalam-composable-pattern): Fix previous
8357 change (add U+0D4D "SIGN VIRAMA").
8358 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
8359 (tamil-composable-pattern): Fix typo in the regexp.
8360 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
8361 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
8362 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
8364 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
8366 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
8367 paragraph-separate (Bug#5821).
8369 2010-04-19 Juri Linkov <juri@jurta.org>
8371 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
8373 * info.el (Info-find-node-2): Comment out code that skips
8375 (Info-mouse-follow-link): New command.
8376 (Info-link-keymap): New keymap.
8377 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
8378 Return a string with links instead of inserting breadcrumbs
8380 (Info-fontify-node): Comment out code that inserts breadcrumbs.
8381 Instead of putting the `invisible' text property over the Info
8382 header, make an overlay over the Info header with the `invisible'
8383 property and `after-string' set to the string returned by
8386 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
8388 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
8389 Reported by monkey@sandpframing.com.
8391 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8393 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
8394 (tmm-get-keymap): Add key-binding shortcuts now that they're not
8395 available in the "keyseq cache" any more.
8397 * custom.el (defcustom): Add edebug spec.
8399 2010-04-18 Juri Linkov <juri@jurta.org>
8401 Test for special mode-class in view-buffer instead of view-file (bug#5513).
8403 * view.el (view-file, view-buffer): Move test for special mode-class
8404 from view-file to view-buffer.
8406 * tar-mode.el (tar-extract): Turn if's into one cond
8407 like in arc-mode.el.
8409 2010-04-18 Juri Linkov <juri@jurta.org>
8411 Add 7z archive format support (bug#5475).
8413 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
8414 (archive-7z-extract): New defcustom.
8415 (archive-find-type): Add magic string for 7z.
8416 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
8417 If `stderr-file' is non-nil, use `(t stderr-file)' for the
8418 `buffer' arg of `call-process'.
8419 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
8420 call the function `archive-7z-extract' with the variable
8421 `archive-7z-extract' let-bound to `archive-zip-extract'.
8422 (archive-7z-summarize, archive-7z-extract): New functions.
8424 * international/mule.el (auto-coding-alist):
8425 * files.el (auto-mode-alist): Add 7z file extension.
8427 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8429 * loadup.el: Setup hash-cons for pure data.
8431 Fix duplicate entries in cedet's loaddefs.el files.
8432 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
8433 Should make most file-local generated-autoload-file unnecessary.
8434 (print-readably): Silence warnings.
8435 (autoload-find-destination): Take load-name as an arg to make sure
8436 it's the same as the one that will be in the file.
8437 (autoload-generate-file-autoloads): Adjust to above changes.
8438 Try to make the dataflow a bit simpler.
8440 * cvs-status.el (cvs-refontify): Remove unused.
8442 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
8444 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
8446 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
8447 twos-complement mode.
8449 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
8451 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
8452 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
8453 (calc-inverse): Add "Option" to message, as appropriate.
8454 (calc-hyperbolic): Add "Option" to message, as appropriate.
8455 (calc-option, calc-is-option): New functions.
8457 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
8458 (calc-option-prefix-help): New function.
8460 * calc/calc-misc.el (calc-help): Add "Option" entry.
8462 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
8463 (calc-option-flag): New variable.
8464 (calc-do): Set `calc-option-flag to nil.
8465 (calc-set-mode-line): Add "Opt " as appropriate.
8467 2010-04-16 Juri Linkov <juri@jurta.org>
8469 Move scrolling commands from simple.el to window.el
8470 because their primitives are implemented in window.c.
8472 * simple.el (scroll-error-top-bottom)
8473 (scroll-up-command, scroll-down-command, scroll-up-line)
8474 (scroll-down-line, scroll-other-window-down)
8475 (beginning-of-buffer-other-window, end-of-buffer-other-window):
8476 * window.el (scroll-error-top-bottom)
8477 (scroll-up-command, scroll-down-command, scroll-up-line)
8478 (scroll-down-line, scroll-other-window-down)
8479 (beginning-of-buffer-other-window, end-of-buffer-other-window):
8480 Move from simple.el to window.el because their primitives are
8481 implemented in window.c.
8483 2010-04-16 Juri Linkov <juri@jurta.org>
8485 * isearch.el (isearch-lookup-scroll-key): Check both
8486 `isearch-scroll' and `scroll-command' properties.
8487 (scroll-up, scroll-down): Remove `isearch-scroll' property.
8489 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
8491 * simple.el (scroll-up-command, scroll-down-command)
8492 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
8494 2010-04-15 Juri Linkov <juri@jurta.org>
8496 * simple.el (scroll-up-command, scroll-down-command)
8497 (scroll-up-line, scroll-down-line): Put `scroll-command'
8498 property on the these symbols. Remove them from
8499 `scroll-preserve-screen-position-commands'.
8501 * mwheel.el (mwheel-scroll): Put `scroll-command' and
8502 `isearch-scroll' properties on the `mwheel-scroll' symbol.
8503 Remove it from `scroll-preserve-screen-position-commands'.
8505 * isearch.el (isearch-allow-scroll): Doc fix.
8507 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
8509 * net/tramp.el (tramp-error-with-buffer): Don't show the
8510 connection buffer when we are in completion mode.
8511 (tramp-file-name-handler): Catch the error for some operations
8512 when we are in completion mode. This gives the user the chance to
8513 correct the file name in the minibuffer.
8515 2010-04-15 Glenn Morris <rgm@gnu.org>
8517 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
8519 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
8521 Simplify by using `define-derived-mode'.
8522 * info.el (Info-mode):
8523 * calendar/todo-mode.el (todo-mode):
8524 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
8525 (gomoku-mode-map): Move initialization into declaration.
8527 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
8530 * ido.el (ido-file-name-all-completions-1):
8531 * minibuffer.el (minibuffer-completion-help):
8532 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
8534 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8536 * simple.el (non-essential): New var.
8538 Add a new field `location' to bookmarks for non-file bookmarks.
8539 * bookmark.el (bookmark-location): Use the new field, if present.
8540 (bookmark-insert-location): Undo last change, not needed any more.
8541 * man.el (Man-bookmark-make-record):
8542 * woman.el (woman-bookmark-make-record): Add `location' field.
8544 2010-04-14 Juri Linkov <juri@jurta.org>
8546 * simple.el (scroll-error-top-bottom): New defcustom.
8547 (scroll-up-command, scroll-down-command): Use it. Doc fix.
8549 * emulation/pc-select.el (pc-select-override-scroll-error):
8550 Obsolete in favor of `scroll-error-top-bottom'.
8552 2010-04-14 Juri Linkov <juri@jurta.org>
8554 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
8555 `scroll-up-command' and `M-v' to `scroll-down-command'.
8557 * emulation/cua-rect.el (cua--init-rectangles):
8558 * forms.el (forms--change-commands):
8559 * image-mode.el (image-mode-map):
8560 Remap scroll-down-command and scroll-up-command
8561 in addition to scroll-down and scroll-up.
8563 2010-04-14 Juri Linkov <juri@jurta.org>
8565 * mwheel.el (scroll-preserve-screen-position-commands):
8566 Add mwheel-scroll to this list of commands.
8568 * simple.el (scroll-preserve-screen-position-commands):
8569 Add scroll-up-command, scroll-down-command, scroll-up-line,
8570 scroll-down-line to this list of commands.
8572 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
8574 * obsolete/complete.el: Move from lisp/complete.el.
8576 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
8578 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
8579 to the minor mode function now turns the mode ON unconditionally.
8581 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8583 * vc-dir.el (vc-dir-kill-line): New command.
8584 (vc-dir-mode-map): Bind it to C-k.
8586 * bookmark.el (bookmark-insert-location): Handle a nil filename.
8588 * woman.el: Add bookmark declarations to silence the compiler.
8589 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
8590 step to compatibility between man and woman bookmarks.
8591 Adjust for Man-default-bookmark-title renaming.
8592 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
8594 * man.el: Add bookmark declarations to silence the compiler.
8595 (Man-name-local-regexp): Make it match NAME as well.
8596 (Man-getpage-in-background): Return the buffer.
8597 (Man-notify-when-ready): Use `case'.
8598 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
8599 Don't hardcode "NAME". Simplify.
8600 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
8601 Rename from Man-bookmark-make-record.
8602 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
8603 we have the actual man-args. Use Man-getpage-in-background rather
8604 than `man' since the arg is already processed. Let bookmark.el do the
8605 window handling. Only wait for the relevant process.
8606 Don't forget to autoload.
8608 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
8610 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8612 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
8614 (woman-mode): Setup bookmark support.
8616 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
8617 (man-bookmark-jump): New functions.
8618 (Man-mode): Setup bookmark support.
8620 2010-04-10 Jari Aalto <jari.aalto@cante.net>
8622 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
8623 recognize ssh-keygen prompt (Bug#2817).
8625 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
8627 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
8629 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
8631 Synchronize with Tramp repository.
8633 * net/tramp.el (tramp-completion-function-alist)
8634 (tramp-file-name-regexp, tramp-chunksize)
8635 (tramp-local-coding-commands, tramp-remote-coding-commands):
8637 (tramp-remote-process-environment): Use `format' instead of `concat'.
8638 (tramp-handle-directory-files-and-attributes)
8639 (tramp-get-remote-path): Use `copy-tree'.
8640 (tramp-handle-file-name-all-completions): Backward/ XEmacs
8641 compatibility: Use `completion-ignore-case' if
8642 `read-file-name-completion-ignore-case' does not exist.
8643 (tramp-do-copy-or-rename-file-directly): Do not use
8644 `tramp-handle-file-remote-p'.
8645 (tramp-do-copy-or-rename-file-out-of-band):
8646 Use `tramp-compat-delete-directory'.
8647 (tramp-do-copy-or-rename-file-out-of-band)
8648 (tramp-compute-multi-hops, tramp-maybe-open-connection):
8649 Use `format-spec-make'.
8650 (tramp-find-foreign-file-name-handler)
8651 (tramp-advice-make-auto-save-file-name)
8652 (tramp-set-auto-save-file-modes): Remove superfluous check for
8653 `stringp'. This is done inside `tramp-tramp-file-p'.
8654 (tramp-debug-outline-regexp): New defconst.
8655 (tramp-get-debug-buffer): Use it.
8656 (tramp-check-for-regexp): Use (forward-line 1).
8657 (tramp-set-auto-save-file-modes): Adapt version check.
8659 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
8660 Wrap call of `featurep' for 2nd argument.
8661 (tramp-compat-make-temp-file): Simplify fallback implementation.
8662 (tramp-compat-copy-tree): Remove function.
8663 (tramp-compat-delete-directory): Provide implementation for older
8666 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
8667 Do not use `tramp-fish-handle-file-attributes.
8669 * net/trampver.el: Update release number.
8671 2010-04-10 Glenn Morris <rgm@gnu.org>
8673 * progmodes/compile.el (compilation-save-buffers-predicate):
8674 Add missing :version tag.
8676 2010-04-09 Sam Steingold <sds@gnu.org>
8678 * progmodes/compile.el (compilation-save-buffers-predicate):
8679 Remove the "autoload" cookie.
8681 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
8682 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
8683 and `bug-reference-prog-mode' can be used in hooks directly.
8685 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
8687 Add --author support to git commit.
8688 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
8689 (vc-git-log-edit-mode): New minor mode.
8690 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
8693 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
8695 * vc-hooks.el, vc-git.el: Improve documentation comments.
8697 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
8699 Fix some of the problems in defsubst* (bug#5728).
8700 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
8701 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
8703 2010-04-07 Sam Steingold <sds@gnu.org>
8705 * progmodes/compile.el (compilation-save-buffers-predicate):
8706 New custom variable.
8707 (compile, recompile): Pass it to `save-some-buffers'.
8709 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
8711 * wid-edit.el (widget-choose): Move cursor to the second line of
8712 the buffer (Bug#5695).
8714 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
8716 Add new VC methods: vc-log-incoming and vc-log-outgoing.
8717 * vc.el (vc-print-log-setup-buttons): New function split out from
8718 vc-print-log-internal.
8719 (vc-log-internal-common): New function, a parametrized version of
8720 vc-print-log-internal.
8721 (vc-print-log-internal): Just call vc-log-internal-common with the
8723 (vc-incoming-outgoing-internal):
8724 (vc-log-incoming, vc-log-outgoing): New functions.
8725 (vc-log-view-type): New permanent local variable.
8727 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
8729 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
8730 of the dynamic bound vc-short-log.
8731 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
8733 * vc-git.el (vc-git-log-outgoing): New function.
8734 (vc-git-log-view-mode): Use vc-log-view-type instead
8735 of the dynamic bound vc-short-log.
8737 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
8738 of the dynamic bound vc-short-log. Highlight the tag.
8739 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
8740 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
8741 (vc-hg-incoming-mode): Remove.
8742 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
8744 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
8746 Fix default-directory for vc-root-diff.
8747 * vc.el (vc-root-diff): Bind default-directory to the root
8748 directory for the diff command.
8750 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
8752 * progmodes/verilog-mode.el (verilog-forward-sexp):
8753 (verilog-calc-1): Support "disable fork" and "fork wait" multi
8754 word keywords, suggested by Steve Pearlmutter.
8755 (verilog-pretty-declarations): Support lineup of declarations in
8757 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
8758 fix bug for /* / comments.
8759 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
8760 Speed up and simplfy as this is never called with a bound.
8761 (verilog-pretty-declarations): Enhance to line up declarations
8762 inside a parameter list, suggested by Alan Morgan.
8763 (verilog-pretty-expr): Tune assignment regular expression match
8764 string for corner cases; also use markers instead of character
8765 number as indent changes the later.
8767 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
8769 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
8771 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
8772 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
8773 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
8774 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
8777 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
8778 1800-2009 keywords, including "global.".
8780 2010-04-06 John Wiegley <jwiegley@gmail.com>
8782 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
8783 appearing in buffer list (if a live buffer name matched a recentf
8784 file basename). Should use uniquify to offer a real solution.
8786 2010-04-06 John Wiegley <jwiegley@gmail.com>
8788 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
8789 comment to code, and add a :version tag.
8790 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
8792 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
8794 Enable recentf-mode if using virtual buffers.
8795 * ido.el (recentf-list): Declare for byte-compiler.
8796 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
8797 (ido-make-buffer-list): Simplify.
8798 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
8800 2010-04-05 Juri Linkov <juri@jurta.org>
8802 Scrolling commands which scroll a line instead of full screen.
8803 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
8805 * simple.el (scroll-up-line, scroll-down-line): New commands.
8806 Put property isearch-scroll=t on them.
8808 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
8811 2010-04-05 Juri Linkov <juri@jurta.org>
8813 Scrolling commands which do not signal errors at top/bottom.
8814 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
8816 * simple.el (scroll-up-command, scroll-down-command): New commands.
8817 Put property isearch-scroll=t on them.
8819 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
8820 `scroll-down-command' and [next] from `scroll-up' to
8821 `scroll-up-command'.
8823 * emulation/cua-base.el: Put property CUA=move on
8824 `scroll-up-command' and `scroll-down-command'.
8825 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
8826 and `scroll-down-command' to `cua-scroll-down'.
8828 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
8830 * help.el (describe-mode): Return nil.
8832 2010-04-04 John Wiegley <jwiegley@gmail.com>
8834 * ido.el (ido-use-virtual-buffers): New variable to indicate
8835 whether "virtual buffer" support is enabled for IDO.
8836 (ido-virtual): Face used to indicate virtual buffers in the list.
8837 (ido-buffer-internal): If a buffer is chosen, and no such buffer
8838 exists, but a virtual buffer of that name does (which would be why
8839 it was in the list), recreate the buffer by reopening the file.
8840 (ido-make-buffer-list): If virtual buffers are being used, call
8841 `ido-add-virtual-buffers-to-list' before the make list hook.
8842 (ido-virtual-buffers): New variable which contains a copy of the
8843 current contents of the `recentf-list', albeit pared down for the
8844 sake of speed, and with proper faces applied.
8845 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
8846 create a list of "virtual buffers" to present to the user in
8847 addition to the currently open set. Note that this logic could
8848 get rather slow if that list is too large. With the default
8849 `recentf-max-saved-items' of 200, there is little speed penalty.
8851 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8853 * font-lock.el: Require CL when compiling.
8854 (font-lock-turn-on-thing-lock): Use `case'.
8856 2010-04-03 Eli Zaretskii <eliz@gnu.org>
8858 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
8861 2010-04-02 Juri Linkov <juri@jurta.org>
8863 * ehelp.el (electric-help-orig-major-mode):
8864 New buffer-local variable.
8865 (electric-help-mode): Set it to original major-mode. Doc fix.
8866 (with-electric-help): Use `electric-help-orig-major-mode' instead
8867 of (default-value 'major-mode). Doc fix.
8868 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
8870 2010-04-02 Sam Steingold <sds@gnu.org>
8872 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
8873 `vc-hg-command' with a list of flags.
8875 * progmodes/bug-reference.el (bug-reference-bug-regexp):
8876 Also accept "patch" and "RFE".
8877 (bug-reference-fontify): `bug-reference-url-format' can also be a
8878 function to be able to handle the bug kind.
8879 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
8881 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
8883 * tmm.el (tmm-get-keymap): Check with symbolp before passing
8884 value to fboundp, it may not be a symbol.
8886 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
8888 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
8890 2010-03-31 Juri Linkov <juri@jurta.org>
8892 * simple.el (next-line, previous-line): Re-throw a signal
8893 with `signal' instead of using `ding'.
8894 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
8896 2010-03-31 Juri Linkov <juri@jurta.org>
8898 * simple.el (keyboard-escape-quit): Raise deselecting the active
8899 region higher than exiting the minibuffer.
8900 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
8902 2010-03-31 Juri Linkov <juri@jurta.org>
8904 * image.el (image-animated-p): Use `image-metadata' instead of
8905 `image-extension-data'. Get GIF extenstion data from metadata
8906 property `extension-data'.
8908 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
8910 * simple.el (append-to-buffer): Simplify.
8912 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
8914 * textmodes/artist.el (artist-mode): Fix typo in docstring.
8915 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
8917 2010-03-31 Kenichi Handa <handa@m17n.org>
8919 * language/sinhala.el (composition-function-table): Fix regexp for
8920 the new Unicode specification.
8922 * language/indian.el (devanagari-composable-pattern)
8923 (tamil-composable-pattern, kannada-composable-pattern)
8924 (malayalam-composable-pattern): Adjust for the new Unicode
8926 (bengali-composable-pattern, gurmukhi-composable-pattern)
8927 (gujarati-composable-pattern, oriya-composable-pattern)
8928 (telugu-composable-pattern): New variables to cope with the new
8929 Unicode specification. Use them in composition-function-table.
8931 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
8933 Make tmm-menubar work for the Buffers menu again (bug#5726).
8934 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
8935 vectors rather than cons cells, as used in menu-bar-update-buffers.
8937 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
8939 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
8940 (js-insert-and-indent): Revert 2009-08-15 change, restoring
8941 electric punctuation for "{}();,:" (Bug#5586).
8943 * mail/sendmail.el (mail-default-directory): Doc fix.
8945 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
8947 * mail/sendmail.el (mail-default-directory): Doc fix.
8949 2010-03-31 Eli Zaretskii <eliz@gnu.org>
8951 * subr.el (version-regexp-alist, version-to-list)
8952 (version-list-<, version-list-=, version-list-<=)
8953 (version-list-not-zero, version<, version<=, version=): Doc fix.
8956 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
8958 * vc.el (vc-root-diff): Doc fix.
8960 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
8962 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
8964 * simple.el (append-to-buffer): Fix last change.
8966 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
8968 * simple.el (append-to-buffer): Ensure that point is preserved if
8969 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
8972 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
8974 * files.el (auto-mode-case-fold): Change default to t.
8976 2010-03-30 Juri Linkov <juri@jurta.org>
8978 * dired-x.el (dired-omit-mode): Doc fix.
8980 2010-03-30 Juri Linkov <juri@jurta.org>
8982 * replace.el (occur-accumulate-lines): Move occur-engine related
8983 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
8984 to be located after `occur-engine'.
8986 2010-03-30 Juri Linkov <juri@jurta.org>
8988 Make occur handle multi-line matches cleanly with context.
8989 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
8991 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
8992 (occur-engine): Add local variables `ret', `prev-after-lines',
8993 `prev-lines'. Use more arguments for `occur-context-lines'.
8994 Set first elem of its returned list to `data', and the second elem
8995 to `prev-after-lines'. Don't print the separator line.
8996 In the end, print remaining context after-lines.
8997 (occur-context-lines): Add new arguments `begpt', `endpt',
8998 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
8999 after-lines of the previous match with before-lines of the
9000 current match and not overlap them. Return a list with two
9001 values: the output line and the list of context after-lines.
9003 2010-03-30 Juri Linkov <juri@jurta.org>
9005 * replace.el (occur-accumulate-lines): Fix a bug where the first
9006 context line at the beginning of the buffer was missing.
9008 2010-03-30 Eli Zaretskii <eliz@gnu.org>
9010 * files.el: Make bidi-display-reordering safe variable for boolean
9013 2010-03-29 Phil Hagelberg <phil@evri.com>
9014 Chong Yidong <cyd@stupidchicken.com>
9016 * subr.el: Extend progress reporters to perform "spinning".
9017 (progress-reporter-update, progress-reporter-do-update):
9018 Handle non-numeric value arguments.
9019 (progress-reporter--pulse-characters): New var.
9021 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
9023 * progmodes/compile.el (compilation-start): Fix regexp detection
9024 of initial cd command (Bug#5771).
9026 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
9028 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
9030 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
9032 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
9033 * progmodes/gdb-mi.el: Restore.
9034 * progmodes/gdb-ui.el: Remove.
9035 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
9037 2010-03-25 Glenn Morris <rgm@gnu.org>
9039 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
9040 all dired buffers, even tramp ones. (Bug#5755)
9042 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
9044 Add "union tags" in mpc.el.
9045 * mpc.el: Remove backward compatibility code.
9046 (mpc-browser-tags): Change default.
9047 (mpc--find-memoize-union-tags): New var.
9048 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
9049 (mpc-cmd-find): Handle the case where the playlist does not exist.
9051 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
9052 (mpc-cmd-add): Use mpc-cmd-flush.
9053 (mpc-tagbrowser-tag-name): New fun.
9054 (mpc-tagbrowser-buf): Use it.
9055 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
9057 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
9060 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
9061 Use replace-regexp-in-string.
9062 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
9063 (makefile-imake-mode-syntax-table): Move init into defvar.
9064 (makefile-mode): Use define-derived-mode.
9066 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
9067 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
9068 not be present any more.
9070 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
9072 * faces.el (set-face-attribute): Fix typo in docstring.
9073 (face-valid-attribute-values): Reflow docstring.
9075 2010-03-24 Glenn Morris <rgm@gnu.org>
9077 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
9079 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
9081 * indent.el (indent-for-tab-command): Doc fix.
9083 2010-03-24 Alan Mackenzie <acm@muc.de>
9085 * progmodes/cc-engine.el (c-remove-stale-state-cache):
9086 Fix off-by-one error. Fixes bug #5747.
9088 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
9090 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
9091 (image-dired-read-comment): Doc fix.
9093 * json.el (json-object-type, json-array-type, json-key-type)
9094 (json-false, json-null, json-read-number):
9095 * minibuffer.el (completion-in-region-functions):
9096 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
9097 (cal-tex-cursor-week):
9098 * emacs-lisp/trace.el (trace-function):
9099 * eshell/em-basic.el (eshell/printnl):
9100 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
9101 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
9102 * obsolete/levents.el (allocate-event, event-key, event-object)
9103 (event-point, event-process, event-timestamp, event-to-character)
9104 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
9105 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
9106 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
9107 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
9108 (reftex-highlight-selection): Fix typos in docstrings.
9110 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
9112 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
9114 2010-03-24 Glenn Morris <rgm@gnu.org>
9116 * mail/rmail.el (rmail-highlight-face): Restore option deleted
9117 2008-02-13 without comment; mark it obsolete.
9118 (rmail-highlight-headers): Use rmail-highlight-face once more.
9120 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
9122 * woman.el (woman2-process-escapes): Only consume the newline if
9123 the filler character is on a line by itself (Bug#5729).
9125 2010-03-24 Kenichi Handa <handa@m17n.org>
9127 * language/indian.el (devanagari-composable-pattern): Add more
9130 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
9132 * net/trampver.el: Update release number.
9134 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
9136 * net/tramp.el (tramp-find-executable):
9137 Use `tramp-get-connection-buffer'. Make the regexp for checking
9138 output of "wc -l" more robust.
9139 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
9140 (tramp-open-connection-setup-interactive-shell): Remove workaround
9141 for OpenSolaris bug, it is not needed anymore.
9143 2010-03-24 Glenn Morris <rgm@gnu.org>
9145 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
9147 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
9149 * files.el (auto-mode-alist): Accept more verilog file patterns.
9151 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
9153 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
9155 2010-03-24 Glenn Morris <rgm@gnu.org>
9157 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
9158 log-edit-before-checkin-process.
9160 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
9162 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
9164 * vc-dispatcher.el (vc-start-logentry): Doc fix.
9165 (log-view-process-buffer, log-edit-extra-flags): Declare.
9167 * log-edit.el (log-edit-before-checkin-process): Doc fix.
9169 2010-03-23 Sam Steingold <sds@gnu.org>
9171 Fix bug#5620: recalculate all markers on compilation buffer
9172 modifications, not on file modifications.
9173 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
9174 the buffer modification time, for buffers not associated with files.
9175 (compilation-mode): Create it.
9176 (compilation-filter): Update it.
9177 (compilation-next-error-function): Use it instead of
9178 `visited-file-modtime' for timestamp.
9180 2010-03-23 Juri Linkov <juri@jurta.org>
9182 Implement Occur multi-line matches.
9183 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
9185 * replace.el (occur): Doc fix.
9186 (occur-engine): Set `begpt' to the beginning of the first line.
9187 Set `endpt' to the end of the last match line. At first, count
9188 line numbers between `origpt' and `begpt'. Split out code from
9189 `out-line' variable to new let-bindings `match-prefix' and
9190 `match-str'. In `out-line' add non-numeric prefix to all
9191 non-first lines of multi-line matches. Finally, count lines
9192 between `begpt' and `endpt' and add to `lines'.
9194 2010-03-23 Juri Linkov <juri@jurta.org>
9196 * replace.el (occur-accumulate-lines, occur-engine):
9197 Use `occur-engine-line' instead of duplicate code.
9198 (occur-engine-line): New function created from duplicate code
9199 in `occur-accumulate-lines' and `occur-engine'.
9201 * replace.el (occur-engine-line): Add optional arg `keep-props'.
9202 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
9204 2010-03-23 Juri Linkov <juri@jurta.org>
9206 * finder.el: Remove TODO tasks.
9208 * info.el (Info-finder-find-node): Add node "all"
9209 with all package info. Handle a list of multiple keywords
9211 (info-finder): In interactive use with a prefix argument,
9212 use `completing-read-multiple' to read a list of keywords
9215 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
9217 Add a new completion style `substring'.
9218 * minibuffer.el (completion-basic--pattern): New function.
9219 (completion-basic-try-completion, completion-basic-all-completions):
9221 (completion-substring--all-completions)
9222 (completion-substring-try-completion)
9223 (completion-substring-all-completions): New functions.
9224 (completion-styles-alist): New style `substring'.
9226 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
9228 Get rid of .elc files after removal of the corresponding .el.
9229 * Makefile.in (compile-clean): New target.
9230 (compile-main): Use it.
9232 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
9234 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
9235 don't do make there. When compiling with separate object dir, there
9236 is no Makefile there.
9238 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
9240 Get rid of the ELCFILES abomination, again.
9241 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
9242 (all, compile): Don't call compile-last.
9243 (compile-main): Build the "elcfiles" list dynamically.
9244 (compile-targets): New (internal) target.
9246 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
9248 * Makefile.in (top_srcdir): Define.
9249 (abs_top_builddir): Define.
9250 (srcdir): Don't append `/..'.
9251 (EMACS): Use ${abs_top_builddir}.
9252 (all, compile, compile-always, compile-last): Don't set emacswd.
9253 (update-subdirs, update-authors): Use $(top_srcdir) instead of
9255 (lisp): Use $(srcdir) instead of @srcdir@.
9257 2010-03-21 Juri Linkov <juri@jurta.org>
9259 Fix message of multi-line occur regexps and multi-buffer header lines.
9260 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
9262 * replace.el (occur-1): Don't display regexp if it is longer
9263 than window-width. Use `query-replace-descr' to display regexp.
9264 (occur-engine): Don't display regexp in the buffer header for
9265 multi-buffer occur. Display a separate header line with total
9266 match count and regexp for multi-buffer occur.
9267 Use `query-replace-descr' to display regexp.
9269 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
9271 * net/secrets.el: Fix parenthesis.
9272 (secrets-enabled): Fix parenthesis.
9274 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9276 Use more relative file and directory names.
9277 * Makefile.in (EMACS): Arrange for it to work when we chdir.
9278 (setwins, setwins_almost, setwins_for_subdirs):
9279 Don't `cd'; output relative names.
9280 (all, compile, compile-always, compile-last): Set emacswd.
9281 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
9282 Just cd to the lisp source dir so we can use relative file names.
9284 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
9286 2010-03-20 Glenn Morris <rgm@gnu.org>
9288 * textmodes/rst.el: Use faces for font-lock customization, and make the
9289 old -face variables obsolete.
9290 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
9291 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
9292 (rst-block-face, rst-external-face, rst-definition-face)
9293 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
9294 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
9296 (rst-font-lock-keywords-function): Update for above changes.
9298 2010-03-20 Juri Linkov <juri@jurta.org>
9301 * obsolete/s-region.el: Move to obsolete.
9303 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
9305 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
9307 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
9309 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
9311 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
9313 Add special markup processing for commit logs.
9314 * log-edit.el (log-edit-extra-flags): New variable.
9315 (log-edit): Add new argument MODE. Use that mode when non-nil
9316 instead of the log-view-mode.
9317 (log-view-process-buffer): New function.
9319 * vc.el: Document that the checkin method takes optional
9320 arguments. Document new backend specific method: log-view-mode.
9321 (vc-default-log-edit-mode): New function.
9322 (vc-checkin): Use a backend specific log-view-mode.
9323 Pass extra arguments to the checkin method.
9324 (vc-modify-change-comment): Pass a dummy extra argument.
9326 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
9328 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
9329 (vc-finish-logentry): Process the log buffer before passing it
9330 down. Pass log-edit-extra-flags.
9332 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
9334 (log-edit-extra-flags, log-edit-before-checkin-process):
9337 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
9339 (log-edit-extra-flags, log-edit-before-checkin-process):
9341 (vc-hg-log-edit-mode): New derived mode.
9343 * vc-arch.el (vc-arch-checkin):
9344 * vc-cvs.el (vc-cvs-checkin):
9345 * vc-git.el (vc-git-checkin):
9346 * vc-mtn.el (vc-mtn-checkin):
9347 * vc-rcs.el (vc-rcs-checkin):
9348 * vc-sccs.el (vc-sccs-checkin):
9349 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
9351 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
9353 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
9356 2010-03-19 Glenn Morris <rgm@gnu.org>
9358 * password-cache.el (password-cache, password-cache-expiry): Autoload.
9360 2010-03-18 Glenn Morris <rgm@gnu.org>
9362 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
9364 * replace.el (query-replace-history): Give it a doc string.
9365 (map-query-replace-regexp): Use query-replace-from-history-variable
9366 and query-replace-to-history-variable.
9368 * mail/hashcash.el (declare-function): Remove duplicate definition.
9370 * mail/emacsbug.el (report-emacs-bug-pretest-address):
9371 Make it an obsolete alias for report-emacs-bug-address.
9372 (message-strip-special-text-properties): Declare.
9373 (report-emacs-bug): Remove test for a pretest bug address.
9374 Combine message-mode-specific code.
9376 * mail/supercite.el: Don't require sendmail.
9377 (mh-in-header-p): Declare rather than using with-no-warnings.
9378 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
9379 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
9381 * calendar/cal-french.el: Convert to utf-8.
9383 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
9386 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
9388 * net/secrets.el (secrets-enabled): New variable. Use it instead
9391 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
9393 * net/secrets.el (top): Register the D-Bus signals only when the
9394 service "org.freedesktop.secrets" can be pinged.
9395 Provide subfeature `enabled'.
9397 2010-03-14 Juri Linkov <juri@jurta.org>
9399 Add finder unknown keywords.
9401 * finder.el (finder-unknown-keywords): New function.
9403 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
9404 to create a Finder node with unknown keywords.
9406 2010-03-14 Juri Linkov <juri@jurta.org>
9408 * finder.el (finder-compile-keywords): Replace `princ' with
9409 `prin1' on a list of symbols interned from keyword strings.
9411 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
9412 a comma, then split keywords using a comma and optional whitespace.
9413 Otherwise, split by whitespace.
9421 * progmodes/mixal-mode.el: Fix keywords.
9423 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
9425 * Makefile.in (ELCFILES): Add net/secrets.elc.
9427 * net/secrets.el: New file.
9429 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
9431 * facemenu.el (list-colors-display, list-colors-print): New arg
9432 callback. Use it to allow selecting colors.
9434 * wid-edit.el (widget-image-insert): Insert image prop even if the
9435 current display is non-graphic.
9436 (widget-field-value-set): New fun.
9437 (editable-field): Use it.
9438 (widget-field-value-get): Clean up unused var.
9439 (widget-color-value-create, widget-color--choose-action):
9440 New funs. Allow using list-colors-display to choose color.
9442 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
9444 * cus-edit.el: Resort topmost custom groups.
9445 (custom-buffer-sort-alphabetically): Default to t.
9446 (customize-apropos): Use apropos-parse-pattern.
9447 (custom-search-field): New var.
9448 (custom-buffer-create-internal): Add custom-apropos search field.
9449 (custom-add-parent-links): Don't display parent doc.
9450 (custom-group-value-create): Don't sort top-level custom group.
9451 (custom-magic-value-create): Show visibility button before option name.
9453 (custom-variable-state): New fun, from custom-variable-state-set.
9454 (custom-variable-state-set): Use it.
9455 (custom-group-value-create): Hide options with standard values
9456 using the :hidden-states property. Use progress reporter.
9458 (custom-show): Simplify.
9459 (custom-visibility): Disable images by default.
9460 (custom-variable): New property :hidden-states.
9461 (custom-variable-value-create): Enable images for
9462 custom-visibility widgets. Use :hidden-states property to
9463 determine initial visibility.
9465 * wid-edit.el (widget-image-find): Give images center ascent.
9466 (visibility): Add :on-image and :off-image properties.
9467 (widget-visibility-value-create): Use them.
9469 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
9471 * cus-edit.el (processes): Remove from development group.
9472 (oop, hypermedia): Delete group.
9473 (comm): Promote to top-level group.
9475 * net/browse-url.el (browse-url):
9476 * net/xesam.el (xesam):
9477 * net/tramp.el (tramp):
9478 * net/goto-addr.el (goto-address):
9479 * net/ange-ftp.el (ange-ftp): Put in comm group.
9481 * view.el (view): Remove from editing group.
9483 * uniquify.el (uniquify): Put in files group.
9485 * net/browse-url.el (browse-url):
9486 * ps-print.el (postscript): Put in external group.
9488 * cus-edit.el (outlines):
9489 * textmodes/text-mode.el (text-mode-hook):
9490 * textmodes/table.el (table):
9491 * textmodes/picture.el (picture):
9492 * outline.el (outlines): Put in wp group.
9494 * nxml/nxml-mode.el (nxml): Remove from wp group.
9496 * net/tramp-imap.el (tramp-imap): Put in tramp group.
9498 * mail/metamail.el (metamail): Remove from hypermedia group.
9500 * cus-edit.el (abbrev):
9501 * whitespace.el (whitespace):
9502 * vcursor.el (vcursor):
9503 * reveal.el (reveal):
9504 * hl-line.el (hl-line): Put in convenience group.
9506 * epg-config.el (epg): Put in data group.
9508 * emulation/pc-select.el (pc-select): Put in emulations group.
9510 * calculator.el (calculator): Put in applications group.
9512 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
9514 Add .dir-locals.el support for file-less buffers.
9515 * files.el (hack-local-variables): Split out code to apply local
9516 variable settings ...
9517 (hack-local-variables-apply): ... here. New function.
9518 (hack-dir-local-variables): Use the default directory for when the
9519 buffer does not have an associated file.
9520 (hack-dir-local-variables-non-file-buffer): New function.
9521 * diff-mode.el (diff-mode):
9522 * vc-annotate.el (vc-annotate-mode):
9523 * vc-dir.el (vc-dir-mode):
9524 * log-edit.el (log-edit-mode):
9525 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
9527 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
9529 Add support for shelving snapshots and for showing shelves.
9530 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
9531 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
9533 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
9534 (vc-bzr-extra-menu-map): Map them.
9536 2010-03-11 Glenn Morris <rgm@gnu.org>
9538 * cus-edit.el (customize-changed-options-previous-release):
9541 * image.el (image-animate-max-time): Fix :version tag.
9543 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
9547 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
9549 * vc-git.el (vc-git-revision-table): Include remote branches.
9551 2010-03-10 Kim F. Storm <storm@cua.dk>
9554 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
9556 * image.el (image-animate-max-time): New defcustom.
9557 (image-animated-types): New defconst.
9558 (create-animated-image, image-animate-timer)
9559 (image-animate-start, image-animate-stop, image-animate-timeout)
9560 (image-animated-p): New functions.
9562 * image-mode.el (image-toggle-display-image):
9563 Replace `create-image' with `create-animated-image'.
9565 2010-03-09 Miles Bader <miles@gnu.org>
9567 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
9568 instead of "format:"; this ensures that the output is
9571 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
9573 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
9574 that all errors are caught, and that the return value is always a
9577 2010-03-08 Kenichi Handa <handa@m17n.org>
9579 * language/misc-lang.el (windows-1256): New coding system.
9580 (cp1256): New alias of windows-1256 (bug#5690).
9582 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
9584 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
9585 call to rfc822-bad-address. (Bug#5692)
9587 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
9589 * vc-git.el (vc-git-annotate-extract-revision-at-line):
9590 Use vc-git-root as default directory for revision path (Bug#5657).
9592 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
9594 * calculator.el (calculator): Don't bind split-window-keep-point
9597 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
9599 * vc-git.el: Re-flow to fit into 80 columns.
9600 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
9601 Remove spurious `quote' element in each case alternative.
9602 (vc-git-show-log-entry): Use prog1.
9603 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
9605 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
9607 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
9609 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
9611 * macros.el (insert-kbd-macro): Look up keyboard macro using the
9612 definition, not the name (Bug#5481).
9614 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
9616 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
9617 argument with a local variable. (Bug#5670)
9619 2010-03-02 Juri Linkov <juri@jurta.org>
9621 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
9623 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
9625 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
9626 error when FILENAME and NEWNAME are existing remote directories.
9628 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
9631 2010-03-02 Glenn Morris <rgm@gnu.org>
9633 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
9634 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
9636 2010-03-01 Kenichi Handa <handa@m17n.org>
9638 * language/burmese.el (burmese-composable-pattern): Rename from
9639 myanmar-composable-pattern.
9641 * international/characters.el (script-list):
9642 * international/fontset.el (script-representative-chars):
9643 Change myanmar to burmese.
9644 (otf-script-alist): Likewise.
9645 (setup-default-fontset): Likewise. Re-fix :otf spec.
9647 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
9649 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
9651 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
9653 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
9655 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
9657 * net/tramp.el (tramp-handle-write-region): START can be a string.
9658 Take care in the checks. Reported by Dan Davison
9659 <davison@stats.ox.ac.uk>.
9661 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
9663 * net/dbus.el (dbus-introspect, dbus-get-property)
9664 (dbus-set-property, dbus-get-all-properties):
9665 Use `dbus-call-method' when noninteractive. (Bug#5645)
9667 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
9669 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
9670 * emacs-lisp/elint.el (elint-add-required-env):
9671 * calendar/icalendar.el (icalendar--add-diary-entry):
9672 * calc/calcalg2.el (math-tracing-integral):
9673 * files.el (recover-session-finish): Use with-current-buffer
9674 instead of save-excursion.
9676 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
9678 Fix in-buffer completion when after-change-functions modify the buffer.
9679 * minibuffer.el (completion--replace): New function.
9680 (completion--do-completion): Use it and use relative movement.
9682 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
9684 * international/fontset.el (setup-default-fontset): Fix :otf spec.
9686 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
9688 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
9689 Allow the characters _<> in the stack entry (Bug#5653).
9691 2010-02-26 Kenichi Handa <handa@m17n.org>
9693 * language/burmese.el: Fix entries in composition-function-table.
9694 (myanmar-composable-pattern): New variable.
9696 * international/fontset.el (setup-default-fontset): Add an entry
9699 * international/characters.el (script-list): Add Myanmar
9702 2010-02-26 Glenn Morris <rgm@gnu.org>
9704 * custom.el (custom-initialize-delay): Doc fix.
9706 * mail/sendmail.el (send-mail-function): Autoload the call
9707 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
9709 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
9711 * files.el (hack-local-variables-filter): For eval forms, also
9712 check safe-local-variable-p (Bug#5636).
9714 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
9716 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
9717 setting the modes by `ignore-errors'. It might fail, for example
9718 if the file is not owned by the user but the group.
9719 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
9721 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
9723 * files.el (directory-listing-before-filename-regexp):
9724 Use stricter matching for iso-style dates, to avoid false matches with
9725 date-like filenames (Bug#5597).
9727 * htmlfontify.el (htmlfontify): Doc fix.
9729 * eshell/eshell.el (eshell): Doc fix.
9731 * startup.el (fancy-about-screen): In mode-line, apply
9732 mode-line-buffer-id face only to the buffer name (Bug#5613).
9734 2010-02-20 Kevin Ryde <user42@zip.com.au>
9736 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9737 In `watcom' anchor regexp to start of line, to avoid slowness
9740 2010-02-20 Eli Zaretskii <eliz@gnu.org>
9742 * subr.el (remove-yank-excluded-properties): Explain in a comment
9743 why `category' property is removed.
9745 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
9747 * isearch.el (isearch-update-post-hook, isearch-update):
9748 Revert 2010-02-17 change.
9750 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
9752 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
9753 (icalendar--convert-weekly-to-ical)
9754 (icalendar--convert-yearly-to-ical)
9755 (icalendar--convert-block-to-ical)
9756 (icalendar--convert-cyclic-to-ical)
9757 (icalendar--convert-anniversary-to-ical): Take care of time
9758 specifications where hour has 1-digit only (Bug#5549).
9760 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
9762 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
9763 of disassemble output in GDB 7.1.
9765 2010-02-19 Glenn Morris <rgm@gnu.org>
9767 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
9768 property. (Bug#5593)
9770 2010-02-18 Sam Steingold <sds@gnu.org>
9772 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
9774 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
9776 Use abbreviated file names in bookmarks (bug#5591).
9777 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
9778 calls to expand-file-name.
9779 (bookmark-relocate): Use abbreviated file names in bookmarks.
9780 (bookmark-load): Use abbreviated file names in messages.
9782 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
9784 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
9785 expand "." and "..". Reported by Thierry Volpiatto
9786 <thierry.volpiatto@gmail.com>.
9788 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
9790 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
9791 permissions of the temporary file to "0600". In case the remote
9792 file has no read permissions for the owner, there might be
9793 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
9795 22010-02-18 Glenn Morris <rgm@gnu.org>
9797 * emacs-lisp/authors.el (authors-renamed-files-alist):
9798 Add entries for INSTALL.CVS.
9800 2010-02-17 Mark A. Hershberger <mah@everybody.org>
9802 * vc-bzr.el: Fix typo in Known Bugs section.
9804 * isearch.el (isearch-update-post-hook): New hook.
9805 (isearch-update): Use the new hook.
9807 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
9809 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
9810 Fix errors in copying directories.
9811 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
9812 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
9813 (tramp-handle-delete-file)
9814 (tramp-handle-dired-recursive-delete-directory)
9815 (tramp-handle-write-region): Flush also the cache for the upper
9818 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
9820 * simple.el (save-interprogram-paste-before-kill): Doc fix.
9822 * cus-edit.el (hardware): Doc fix.
9824 * man.el (man): Add to external custom group.
9826 * delim-col.el (columns): Move to wp custom group.
9828 * doc-view.el (doc-view): Add to data custom group.
9830 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
9832 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
9833 by ispell-parse-output (Bug#5575).
9835 2010-02-16 Kenichi Handa <handa@m17n.org>
9837 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
9838 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
9839 (skkdic-convert): Use `euc-japan' coding system for writing.
9841 2010-02-16 Glenn Morris <rgm@gnu.org>
9843 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
9844 tex-main-file before using it. (Bug#5562)
9846 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
9848 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
9849 warnings, since it is annoying for the user to see them each time he
9852 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
9854 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
9855 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
9856 instead of PROC for caching "first-password-request". Otherwise,
9857 new processes would not profit from passwords already entered.
9859 * net/tramp-cache.el (tramp-dump-connection-properties):
9860 Don't save "first-password-request" property.
9862 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
9864 * outline.el (outline-head-from-level):
9865 * simple.el (with-wrapper-hook):
9866 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
9867 (elint-defun, elint-buffer-env, elint-top-form-logged)
9868 (elint-unbound-variable):
9869 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
9870 Fix typos in docstrings.
9872 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
9874 * files.el (insert-directory): When WILDCARD-REGEXP and
9875 FULL-DIRECTORY-P are nil, insert the file entry instead of the
9876 whole directory. (Bug#5551)
9878 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
9879 dired's alignment sanity. (Bug#5516)
9881 2010-02-14 Juri Linkov <juri@jurta.org>
9883 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
9884 Remove remaining ^H with their preceding chars. (Bug#5566)
9886 2010-02-13 Glenn Morris <rgm@gnu.org>
9888 * simple.el (transpose-subr): Give it a doc-string.
9890 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
9893 2010-02-12 Juri Linkov <juri@jurta.org>
9895 * arc-mode.el (archive-unique-fname): Make directories for nested
9896 archives. (Bug#5540)
9898 2010-02-12 Juri Linkov <juri@jurta.org>
9900 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
9902 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
9904 * subr.el (copy-overlay): Handle deleted overlays.
9906 * man.el (Man-completion-table): Don't signal an error if we can't run
9907 manual-program (bug#4056).
9909 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
9911 * textmodes/artist.el (artist-mt): Fix typos in docstring.
9913 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9915 * info.el (Info-bookmark-jump): Simplify.
9917 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
9918 (bookmark-default-handler): Accept new bookmark field `buffer'.
9920 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
9922 * iswitchb.el (iswitchb-completions): Revert last change.
9924 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
9926 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
9927 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
9928 This prevents file names like "~/" being listed literally.
9930 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
9932 * term/xterm.el (xterm-maybe-set-dark-background-mode):
9933 Remove dead code. (Bug#5546)
9935 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
9937 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
9938 correctly (Bug#5548).
9940 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
9942 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
9943 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
9945 2010-02-08 Kenichi Handa <handa@m17n.org>
9947 * international/mule-util.el (with-coding-priority): Add autoload
9948 cookie for putting `lisp-indent-function'.
9950 2010-02-07 Glenn Morris <rgm@gnu.org>
9952 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
9953 Move F2003 named interfaces from keywords-2 to keywords-1, and
9954 use function-name-face rather than constant-face.
9955 Simplify "abstract interface" regexp.
9957 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
9959 * eshell/esh-util.el (eshell-file-attributes): New optional arg
9960 ID-FORMAT. Pass it to `file-attributes'.
9962 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
9964 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
9966 * faces.el (set-face-attribute): Allow calling
9967 internal-set-lisp-face-attribute with 'unspecified family and
9968 foundry argument (Bug#5536).
9970 2010-02-07 Glenn Morris <rgm@gnu.org>
9972 * progmodes/f90.el (f90-font-lock-keywords-2)
9973 (f90-looking-at-type-like, f90-looking-at-program-block-end):
9974 Handle F2003 named interfaces.
9976 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
9978 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
9979 beg and end before calling c-get-state-before-change-functions.
9981 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
9983 * vc-bzr.el (vc-bzr-dir-extra-headers):
9984 Disable the pending merges header.
9986 2010-02-05 Juri Linkov <juri@jurta.org>
9988 * doc-view.el (doc-view-mode):
9989 * image-mode.el (image-mode): Put property mode-class=special.
9992 2010-02-05 Mark A. Hershberger <mah@everybody.org>
9994 * vc-svn.el (vc-svn-revision-table): New function.
9996 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
9998 * net/ange-ftp.el (ange-ftp-insert-directory):
9999 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
10000 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
10001 Handle also directories. (Bug#5478)
10003 2010-02-05 Glenn Morris <rgm@gnu.org>
10005 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
10007 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
10009 * startup.el (command-line-1): Convert options beginning with a
10010 single dash as well (Bug#5519).
10012 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
10014 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
10015 * minibuffer.el (completion-initials-expand): Only check the presence
10016 of delims *within* the boundaries, since otherwise the / delim is
10017 always found for files.
10019 Fix up various corner case problems.
10020 * doc-view.el (doc-view-last-page-number): New function.
10021 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
10022 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
10023 (doc-view-kill-proc): Avoid inf-loop in freak cases.
10024 (doc-view-reconvert-doc): Use the new recursive delete-directory.
10025 (doc-view-convert-current-doc): Don't create the resolution.el file
10027 (doc-view-pdf/ps->png): Do it here instead.
10028 (doc-view-already-converted-p): Check that resolution.el is present.
10029 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
10030 windows that are not yet showing images.
10032 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
10034 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
10035 `dired-uncache' for every elemnt which is an absolute file name.
10037 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
10038 directory, handle its directory component.
10039 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
10040 function is called permanently and creates noise, otherwise.
10042 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
10043 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
10044 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
10046 2010-02-04 David Burger <dburger@google.com> (tiny change)
10048 * macros.el (apply-macro-to-region-lines):
10049 Minor simplification. (Bug#5485)
10051 2010-02-04 Glenn Morris <rgm@gnu.org>
10053 * mail/rmail.el (rmail-show-message-1): Handle malformed
10054 quoted-printable text. (Bug#5441)
10056 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
10058 * simple.el (visual-line-mode): Capitalize lighter.
10060 2010-02-03 John Wiegley <jwiegley@gmail.com>
10062 * iswitchb.el (iswitchb-completions): Add bookmark files to the
10063 list of files considered for "virtual buffer" completions.
10065 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
10067 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
10068 also in case of (and (not full) (not wildcard)). This is needed
10069 when dired is called with a list of files, which are not in
10070 `default-directory'. (Bug#5478)
10072 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
10074 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
10076 2010-02-02 Juri Linkov <juri@jurta.org>
10078 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
10079 from unidiff to allow function-line after @@.
10081 2010-02-02 Juri Linkov <juri@jurta.org>
10083 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
10084 '(RCS SCCS) with inverted condition.
10086 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
10088 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
10091 2010-02-01 Juri Linkov <juri@jurta.org>
10093 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
10094 compare with "pkunzip" and "pkzip" instead of only "pkzip".
10095 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
10096 only when (car archive-zip-extract) is "unzip". (Bug#5475)
10098 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
10100 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
10101 (doc-view-revert-buffer): New command.
10102 (doc-view-mode-map): Use it.
10104 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
10106 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
10107 pending merge is detected.
10109 2010-01-31 Juri Linkov <juri@jurta.org>
10111 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
10112 beginning of interactive spec like all other grep commands do.
10113 Put "all" in front of "gz". (Bug#5260)
10115 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
10117 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
10119 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
10121 * dirtrack.el (dirtrack): Warn instead of signalling error if the
10122 regexp is incorrect (Bug#5476).
10124 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
10126 * net/tramp.el (tramp-handle-insert-directory): Handle also
10127 symlinks, when FILENAME is not in `default-directory'.
10129 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
10131 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
10132 FILE is not in `default-directory'. (Bug#5478)
10134 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
10135 of SWITCHES. Handle the case, FILENAME is not in
10136 `default-directory'. (Bug#5478)
10137 (tramp-register-file-name-handlers): Add safe-magic property.
10139 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
10141 * arc-mode.el (archive-zip-extract): Quote the argument passed to
10144 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
10146 * progmodes/flymake.el (flymake-allowed-file-name-masks)
10147 (flymake-master-make-header-init): Add other C++ filename masks.
10148 (flymake-find-possible-master-files)
10149 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
10151 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
10153 Fix some busybox annoyances.
10155 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
10156 not responding." string.
10157 (tramp-open-connection-setup-interactive-shell): Dump stty
10158 settings. Enable "neveropen" arg for all `tramp-send-command'
10159 calls. Handle "=" in variable values properly.
10160 (tramp-find-inline-encoding): Raise an error, when no encoding is
10162 (tramp-wait-for-output): Check, whether PROC buffer is available.
10163 Remove spurious " ^H" sequences, sent by busybox.
10164 (tramp-get-ls-command): Suppress coloring, if possible.
10166 2010-01-28 Glenn Morris <rgm@gnu.org>
10168 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
10170 * log-edit.el (log-edit-strip-single-file-name): Add missing
10171 :safe, :group, and :version tags.
10173 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
10175 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
10176 buffers. (Bug#5477)
10178 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
10180 * files.el (delete-directory): Handle moving to trash without
10181 first doing recursion (Bug#5436).
10183 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
10185 * vc-hooks.el (vc-path): Mark as obsolete.
10187 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
10189 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
10192 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
10194 (vc-bzr-log-view-mode): Adjust regexp for the above change.
10196 2010-01-25 Mark A. Hershberger <mah@everybody.org>
10198 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
10200 * vc-bzr.el (vc-bzr-revision-table): New function.
10202 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
10204 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
10205 diff-index command. This requires at least git-1.5.5. (Bug#1589).
10207 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
10209 Remove support for adding --signoff on commit.
10210 Future support will use an incompatible generic mechanism.
10211 * vc-git.el (vc-git-add-signoff): Remove variable.
10212 (vc-git-toggle-signoff): Remove function.
10213 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
10215 * term/xterm.el (xterm-maybe-set-dark-background-mode):
10216 Rename from xterm-set-background-mode. Return t if the background mode
10218 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
10219 earlier, call it again in case the background mode has changed.
10221 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
10223 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
10226 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
10228 * emacs-lisp/assoc.el (aelement): Doc fix.
10229 (aput, adelete, amake): Use lexical-let (Bug#5450).
10231 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
10233 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
10234 is the same as subprogram call, not declaration. (Bug#5435).
10236 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
10238 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
10239 (tramp-smb-maybe-open-connection): Use it.
10241 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
10243 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
10245 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
10247 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
10248 just because we see "encoding: 8bit".
10249 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
10251 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
10253 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
10255 2010-01-22 Eli Zaretskii <eliz@gnu.org>
10257 * jka-compr.el (jka-compr-load): If load-file is not in
10258 load-history, try its file-truename version. (bug#5447)
10260 2010-01-21 Alan Mackenzie <acm@muc.de>
10262 Fix a situation where deletion of a cpp construct throws an error.
10263 * progmodes/cc-engine.el (c-invalidate-state-cache):
10264 Before invoking c-with-all-but-one-cpps-commented-out, check that the
10265 special cpp construct is still in the buffer.
10266 (c-parse-state): Record the special cpp with markers, not numbers.
10268 2010-01-21 Kenichi Handa <handa@m17n.org>
10270 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
10271 process last-command-event, as it is now decoded first (Bug#5380).
10273 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
10275 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
10277 2010-01-20 Glenn Morris <rgm@gnu.org>
10279 * indent.el (tab-always-indent): Fix custom-type.
10281 2010-01-19 Alan Mackenzie <acm@muc.de>
10283 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
10284 buffer throws "args out of range".
10285 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
10286 playing the role of delimiter.
10288 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
10290 * progmodes/ada-mode.el: Fix bug#5400.
10291 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
10292 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
10293 changed. Delete RECURSIVE parameter; never used. Improve doc string.
10294 Improve comments in "is" portion. Handle null procedure declaration.
10295 (ada-move-to-end): Improve doc string.
10297 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
10299 * ido.el (ido-cur-list): Initialize to nil.
10300 Remove obsolete information from commentary.
10301 (ido-choice-list): Initialize to nil.
10302 (ido-get-bufname): Reject minibuffers.
10303 (ido-make-buffer-list): If "default" is a nonexistent
10304 buffer, ignore it, as per the function's comment.
10305 (ido-kill-buffer-internal): New function.
10306 (ido-kill-buffer-at-head): Use it.
10307 (ido-visit-buffer): Likewise.
10309 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
10311 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
10313 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
10315 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
10316 Fix typos in chart titles.
10318 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
10319 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
10320 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
10321 (describe-class, eieio-describe-generic, describe-generic):
10322 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
10323 (eieio-speedbar-expand):
10324 * emulation/viper-cmd.el (viper-exec-form-in-vi)
10325 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
10326 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
10327 (viper-del-backward-char-in-replace, viper-backward-indent)
10328 (viper-brac-function, viper-register-to-point, viper-submit-report):
10329 * net/tramp.el (tramp-remote-coding-commands):
10330 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
10331 Fix typos in docstrings.
10333 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
10335 * mail/sendmail.el (mail-yank-original): Set the mark if the
10336 specified function for yanking does not do it.
10338 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
10340 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
10342 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
10343 resyncing a directory.
10345 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
10347 * progmodes/ada-mode.el: Fix bug#1920.
10348 (ada-ident-re): Delete ., allow multibyte characters.
10349 (ada-goto-label-re): New; matches goto labels.
10350 (ada-block-label-re): New; matches block labels.
10351 (ada-label-re): New; matches both.
10352 (ada-named-block-re): Deleted; callers changed to use
10353 `ada-block-label-re' instead.
10354 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
10355 Use `ada-block-label-re'.
10356 (ada-indent-on-previous-lines): Improve handling of goto labels.
10357 (ada-get-indent-block-start): Special-case block label.
10358 (ada-get-indent-label): Split into `ada-indent-block-label' and
10359 `ada-indent-goto-label'.
10360 (ada-goto-stmt-start, ada-goto-next-non-ws):
10361 Optionally ignore goto labels.
10362 (ada-goto-next-word): Simplify.
10363 (ada-indent-newline-indent-conditional): Insert newline before
10364 trying to fix indentation; doc fix.
10366 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
10368 * calc/calc.el (calc-command-flags): Give it an initial value.
10370 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
10372 * files.el (minibuffer-with-setup-hook):
10373 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
10374 (artist-key-draw-continously, artist-key-do-continously-continously)
10375 (artist-key-set-point-continously, artist-mouse-draw-continously):
10376 Fix typos in docstrings.
10378 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
10380 * nxml/nxml-mode.el (nxml-extend-after-change-region):
10381 Never return t (Bug#3898).
10383 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
10385 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
10386 can parse the output of the external commands (Bug#5279).
10388 2010-01-16 Jari Aalto <jari.aalto@cante.net>
10390 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
10392 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
10394 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
10396 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
10398 * startup.el (command-line): Remove unused --icon-type arg.
10399 Handle --display arg, passing it to command-line-1 (Bug#5392).
10401 2010-01-16 Mario Lang <mlang@delysid.org>
10403 * emacs-lisp/chart.el (chart-translate-namezone):
10404 * textmodes/artist.el (artist-compute-popup-menu-table):
10405 Remove duplicated words in doc-strings.
10407 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
10409 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
10410 to mairix-search to suppress threading (Bug#5342).
10412 2010-01-15 Kenichi Handa <handa@m17n.org>
10414 * international/mule-cmds.el (canonicalize-coding-system-name):
10415 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
10417 2010-01-15 Glenn Morris <rgm@gnu.org>
10419 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
10421 * wid-edit.el (widget-keymap): Doc fix.
10423 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
10424 former seems to be more widely accepted by various svn versions.
10426 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
10428 * find-cmd.el (find-constituents):
10429 * vc-arch.el (vc-arch-root):
10430 * window.el (window-body-height, pop-up-frames):
10431 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
10432 * progmodes/ada-stmt.el (ada-if):
10433 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
10434 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
10435 (ispell-encoding8-command, ispell-aspell-supports-utf8)
10436 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
10438 * progmodes/flymake.el (flymake-post-syntax-check):
10439 Fix typo in error message.
10441 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
10443 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
10444 which is always a string. (Bug#5313)
10446 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
10448 * progmodes/ada-xref.el (ada-default-prj-properties):
10449 Simplify previous change.
10451 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
10453 * progmodes/ada-xref.el (ada-default-prj-properties):
10454 Default ada_project_path to $ADA_PROJECT_PATH.
10456 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
10458 * progmodes/ada-mode.el (ada-create-keymap):
10459 Override `narrow-to-defun' with `ada-narrow-to-defun'.
10461 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
10463 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
10464 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
10465 (ada-get-current-indent, ada-imenu-generic-expression)
10466 (ada-which-function): Check for it.
10468 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
10470 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
10471 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
10473 2010-01-14 Glenn Morris <rgm@gnu.org>
10475 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
10477 2010-01-14 Kenichi Handa <handa@m17n.org>
10479 * composite.el (auto-composition-mode): Make it a buffer local
10480 variable (permanent-local).
10481 (auto-composition-function): Set the default value to
10482 auto-compose-chars.
10483 (auto-composition-mode): Make it a simple function, not a minor mode.
10484 (global-auto-composition-mode): Likewise.
10485 (turn-on-auto-composition-if-enabled): Delete it.
10487 2010-01-13 Karl Fogel <kfogel@red-bean.com>
10489 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
10491 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
10493 * files.el (copy-directory): Compute target for recursive
10494 directories with identical names. (Bug#5343)
10496 2010-01-12 Glenn Morris <rgm@gnu.org>
10498 * mail/emacsbug.el (report-emacs-bug-pretest-address):
10499 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
10501 2010-01-11 Sam Steingold <sds@gnu.org>
10503 * imenu.el (imenu-default-create-index-function): Detect infinite
10504 loops caused by imenu-prev-index-position-function.
10506 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
10508 * htmlfontify.el (htmlfontify-load-rgb-file)
10509 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
10510 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
10511 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
10512 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
10513 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
10514 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
10515 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
10516 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
10517 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
10518 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
10519 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
10520 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
10521 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
10522 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
10523 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
10524 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
10525 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
10526 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
10527 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
10528 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
10529 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
10530 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
10531 backslash-quoting from parentheses, etc.
10533 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
10535 * progmodes/js.el: Autoload javascript-mode alias.
10537 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
10539 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
10540 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
10541 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
10542 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
10543 Fix typos in docstrings.
10544 (ffap-url-regexp): Doc fix.
10545 (ffap-at-mouse): Fix typo in message.
10547 2010-01-11 Glenn Morris <rgm@gnu.org>
10549 * version.el (emacs-copyright): Set copyright year to 2010.
10551 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
10553 * format.el (format-annotate-function): Only set
10554 write-region-post-annotation-function after running to-fn so as not to
10555 affect nested write-region calls (bug#5273).
10557 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
10559 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
10562 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
10564 * man.el (Man-goto-section): Signal error if the section is not
10567 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
10569 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
10570 URLs with a leading triple slash in the file: scheme. (Bug#5345)
10572 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
10574 * progmodes/compile.el: Don't treat compile-command as safe if
10575 compilation-read-command might be nil (Bug#4218).
10577 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
10579 * startup.el (command-line-1): Use orig-argi to check for ignored X and
10582 2010-01-08 Kenichi Handa <handa@m17n.org>
10584 * international/fontset.el (build-default-fontset-data):
10585 Exclude characters in scripts kana, hangul, han, or cjk-misc.
10587 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
10589 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
10590 to `create-file-buffer' as it expects, not just a buffer name.
10591 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
10592 to help uniquify. (Bug#3224)
10594 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
10596 * font-setting.el (font-setting-change-default-font): Use user-spec
10599 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
10601 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
10603 2010-01-05 Tom Tromey <tromey@redhat.com>
10605 * progmodes/python.el (python-font-lock-keywords):
10606 Handle qualified decorators (Bug#881).
10608 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
10610 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
10611 in a lightweight checkout.
10613 2010-01-05 Kenichi Handa <handa@m17n.org>
10615 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
10617 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
10619 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
10621 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
10623 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
10624 checkouts. (Bug#618)
10625 (vc-bzr-log-view-mode): Also highlight the author.
10626 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
10627 (vc-bzr-shelve-menu-map):
10628 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
10629 (vc-bzr-shelve-apply): Make prompt more explicit.
10631 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
10633 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
10634 They are valid characters in URL paths (rfc3986), and at least
10635 Firefox does not understand the encoded version (Bug#3166).
10637 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
10639 * progmodes/octave-mod.el (octave-end-keywords)
10640 (octave-block-begin-or-end-regexp, octave-block-match-alist):
10641 Add "end" keyword (Bug#3061).
10642 (octave-end-as-array-index-p): New function.
10643 (calculate-octave-indent): Use it.
10645 2010-01-02 Karl Fogel <kfogel@red-bean.com>
10647 * bookmark.el: Consistently put the text property on the bookmark name.
10648 (bookmark-bmenu-marks-width): Bump back to 2, to include
10650 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
10651 property on the bookmark name, instead of not putting it at all.
10652 (bookmark-bmenu-list): Fix where we put the text property.
10654 2010-01-02 Karl Fogel <kfogel@red-bean.com>
10656 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
10657 for showing buffer modified state (as added in the previous change).
10659 2010-01-02 Karl Fogel <kfogel@red-bean.com>
10661 * bookmark.el: Show modified state of bookmark buffer more accurately.
10662 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
10663 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
10664 (with-buffer-modified-unmodified): New macro.
10665 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
10666 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
10667 Use new macro to preserve the buffer modified state.
10669 2010-01-02 Karl Fogel <kfogel@red-bean.com>
10671 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
10672 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
10673 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
10674 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
10675 (bookmark-bmenu-rename, bookmark-bmenu-locate)
10676 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
10677 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
10679 2010-01-02 Eli Zaretskii <eliz@gnu.org>
10681 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
10682 Make the lines in the generated doc string shorter. (Bug#4668)
10684 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
10686 * net/rcirc.el: Add follow-link binding (Bug#4738).
10688 2010-01-02 Eli Zaretskii <eliz@gnu.org>
10690 * Makefile.in (bzr-update): Rename from cvs-update.
10691 (cvs-update): New target for backward compatibility.
10693 * makefile.w32-in (bzr-update): Rename from cvs-update.
10694 (cvs-update): New target for backward compatibility.
10696 2010-01-02 Karl Fogel <kfogel@red-bean.com>
10698 * bookmark.el: Remove gratuitous gratitude.
10700 2010-01-02 Karl Fogel <kfogel@red-bean.com>
10702 * bookmark.el (bookmark-bmenu-any-marks): New function.
10703 (bookmark-bmenu-save): Clear buffer modification if no marks.
10705 2010-01-02 Karl Fogel <kfogel@red-bean.com>
10707 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
10708 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
10709 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
10710 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
10712 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
10713 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
10714 To: emacs-devel {_AT_} gnu.org
10715 Subject: bookmark.el bug report
10716 Date: Mon, 28 Dec 2009 14:19:16 +0800
10717 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
10719 2010-01-02 Karl Fogel <kfogel@red-bean.com>
10721 * bookmark.el: Improvements suggested by Drew Adams:
10722 (bookmark-bmenu-ensure-position): New name for
10723 `bookmark-bmenu-check-position'. Just ensure the position,
10724 don't return any meaningful value.
10725 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
10728 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
10730 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
10731 (bookmark-yank-point, bookmark-bmenu-check-position):
10732 Fix typos in docstrings.
10733 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
10734 (bookmark-name-from-full-record, bookmark-get-position)
10735 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
10736 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
10737 Remove useless quoting of parenthesis, etc. in docstrings.
10739 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
10740 (ediff-append-custom-diff): Fix typo in error message.
10741 (ediff-meta-mark-equal-files): Fix typos in messages.
10743 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
10745 * net/imap-hash.el (imap-hash-make): Doc fix.
10746 (imap-hash-test): Fix typo in error message; reflow docstring.
10747 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
10748 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
10749 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
10750 Fix typos in docstrings.
10751 (imap-hash-open-connection): Fix typo in error message.
10753 * play/gomoku.el (gomoku): Fix typos in docstring.
10755 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
10756 (gdb-jsonify-buffer): Fix typos in docstring.
10757 (gdb-goto-breakpoint): Fix typo in error message.
10758 ("Display Other Windows"): Fix typo in help message.
10759 (gdb-speedbar-expand-node): Fix typo in question.
10761 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
10762 (idlwave-html-system-help-location, idlwave-html-help-location)
10763 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
10764 (idlwave-help-browser-generic-args, idlwave-help-directory)
10765 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
10766 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
10767 (idlwave-online-help, idlwave-help-html-link)
10768 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
10769 Fix typos in docstrings.
10770 (idlwave-help-with-source, idlwave-help-find-routine-definition):
10772 (idlwave-help-assistant-start): Fix typo in error message.
10774 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
10775 (octave-electric-space): Fix typos in docstrings.
10777 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
10779 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
10781 2010-01-01 Juri Linkov <juri@jurta.org>
10783 * comint.el (comint-input-ring-size): Make it a defcustom and
10784 increase the default to 500 (Bug#5148).
10786 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
10788 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
10789 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
10790 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
10792 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
10794 Show working revision correctly for mercurial.
10795 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
10796 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
10798 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
10800 Declare some functions for the byte-compiler.
10801 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
10802 (speedbar-timer-fn, speedbar-change-expand-button-char)
10803 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
10805 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
10807 This changeset reverts GDB Graphical Interface to use annotations.
10808 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
10810 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
10812 Make vc-dir work on subdirectories of the bzr root.
10813 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
10814 Return file names relative to it.
10815 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
10816 relative directory to vc-bzr-after-dir-status.
10818 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
10820 * font-lock.el (font-lock-refresh-defaults): New function, which
10821 can be used to let font-lock react to external changes in
10822 variables like font-lock-defaults and keywords.
10823 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
10825 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
10827 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
10829 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
10831 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
10833 Supersede color.diff settings in git log (bug#5211).
10835 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
10836 escape chars in its output when the user has color.diff set to `always'.
10837 This fix works on git 1.4.2 and newer (released on 2006-08-13).
10839 2009-12-26 Kevin Ryde <user42@zip.com.au>
10841 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
10842 node. Keep previous "Index" name to work with past coreutils too.
10844 * man.el (man): Revise docstring a bit to show -a and -l as
10845 examples. Add -k description since support for it has otherwise
10846 been a secret. (Further to bug#3717.)
10847 (Man-bgproc-sentinel): When "-k foo" produces no output show error
10848 "no matches" rather than "Can't find manpage", as the latter reads
10849 like -k was interpreted as a page name, which is not so. (Bug#5431)
10851 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
10853 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
10854 switches. Check also for //SUBDIRED// line.
10856 2009-12-25 Kenichi Handa <handa@m17n.org>
10858 * language/indian.el (devanagari-composable-pattern): Fixed to
10859 handle ZWNJ and ZWJ. Use it in composition-function-table for
10861 (malayalam-composable-pattern): Fix previous change.
10863 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10865 * ps-print.el (ps-face-attributes): It was not returning the
10866 attribute face for faces specified as string. Reported by harven
10867 <harven@free.fr>. (Bug#5254)
10868 (ps-print-version): New version 7.3.5.
10870 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
10872 * calendar/icalendar.el (icalendar--convert-tz-offset):
10873 Fixed timezone names.
10874 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
10875 (icalendar--add-diary-entry): Remove the trailing blank that
10876 diary-make-entry inserts.
10878 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
10880 Make `file-expand-wildcards' work for remote files.
10882 * files.el (file-expand-wildcards): In case of remote files, check
10883 only local file name part for wildcards. Provide feature 'files
10884 and subfeature 'remote-wildcards. (Bug#5198)
10886 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
10887 if there is already an established connection.
10888 (tramp-advice-file-expand-wildcards): Remove it.
10890 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
10891 (tramp-advice-file-expand-wildcards): Move from tramp.el.
10892 Activate advice for older GNU Emacs versions. (Bug#5237)
10894 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
10896 Some doc fixes (more needed).
10898 * find-cmd.el (find-constituents): Reflow docstring.
10899 (find-cmd, find-prune, find-command): Fix typos in docstrings.
10900 (find-generic): Doc fix.
10902 2009-12-17 Juri Linkov <juri@jurta.org>
10904 Fix regression from 23.1 to allow multiple modes in Local Variables.
10906 * files.el (hack-local-variables-filter): While ignoring duplicates,
10907 don't take `mode' into account.
10908 (hack-local-variables-filter, hack-dir-local-variables):
10909 Don't remove duplicate `mode' from local-variables-alist (like `eval').
10911 2009-12-17 Juri Linkov <juri@jurta.org>
10913 Make `dired-diff' safer. (Bug#5225)
10915 * dired-aux.el (dired-diff): Signal an error when `file' equals to
10916 `current' or when `file' is a directory of the `current' file.
10918 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
10920 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
10921 unconditionally preloaded files.
10923 2009-12-16 Juri Linkov <juri@jurta.org>
10925 Revert to old 23.1 logic of using the file at the mark as default.
10926 * dired-aux.el (dired-diff): Use the file at the mark as default
10927 if it's not the same as the current file, and the target dir is
10928 the current dir or the mark is active. Add the current file
10929 as the arg of `dired-dwim-target-defaults'. Use the default file
10930 in the prompt. (Bug#5225)
10932 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
10934 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
10935 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
10936 (tramp-check-for-regexp): Check also, when an echoing shell stops
10937 to echo sent commands.
10939 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
10941 * Makefile.in: Revert last change (Bug#5191).
10943 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
10945 * vc-hg.el (vc-hg-print-log): Fix argument order.
10946 (vc-hg-working-revision): Make sure the command is executed in a
10947 known environment so that we can parse the output. (Bug#4417)
10949 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
10951 * progmodes/python.el (python-symbol-completions): Remove text
10952 properties from symbol string before calling python-send-receive.
10954 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
10956 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
10957 when there are values for both file and line. (Bug#5060)
10959 2009-12-14 Juri Linkov <juri@jurta.org>
10961 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
10962 whitespace after the file name of the first line of unified format,
10963 because git-diff doesn't output whitespace and file modification time
10964 after the file name.
10966 2009-12-14 David Kastrup <dak@gnu.org>
10968 * info.el (Info-hide-cookies-node): Before hiding a cookie,
10969 check if it already has the `display' property added by
10970 `Info-display-images-node', and not put the `invisible' property
10973 2009-12-13 Glenn Morris <rgm@gnu.org>
10975 * mail/emacsbug.el (message-sort-headers): Define for compiler.
10976 (report-emacs-bug): In message-mode, sort manually before storing
10977 original report text. (Bug#5178)
10978 Remove superfluous save-excursion.
10980 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
10982 * net/dbus.el (dbus-property-handler): Filter lambda forms out
10983 when responding to "GetAll" properties.
10985 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
10987 * simple.el (compose-mail): Remove mail-setup-with-from from
10988 customization checks.
10990 2009-12-12 Eli Zaretskii <eliz@gnu.org>
10992 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
10993 RAR archives created on Unix systems.
10995 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
10997 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
10998 the varalias that was accidentally removed by the 2009-11-19 change
11001 2009-12-12 Kenichi Handa <handa@m17n.org>
11003 * language/indian.el (indian-compose-regexp): New function.
11004 (malayalam-composable-pattern): Fix the pattern.
11005 (composition-function-table): Set malayalam-composable-pattern for
11006 Malayalam characters.
11008 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
11010 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
11011 rather than down-mouse-1, based on follow-link conventions.
11013 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
11016 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
11018 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
11019 (verilog-vmm-statement-re, verilog-ovm-statement-re)
11020 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
11021 (verilog-leap-to-head, verilog-backward-token):
11022 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
11024 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
11026 * progmodes/verilog-mode.el (verilog-auto-lineup)
11027 (verilog-nameable-item-re): Cleanup user-visible spelling and
11028 documentation errors. One reported by Gary Delp.
11029 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
11030 (verilog-read-decls): Fix AUTOWIRE with types declared in a
11031 package, bug195. Reported by Pierre-David Pfister.
11033 2009-12-11 Glenn Morris <rgm@gnu.org>
11035 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
11037 * mail/emacsbug.el: No longer require sendmail.
11038 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
11039 (report-emacs-bug-orig-text): Doc fix.
11040 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
11041 New local variables, to adapt to different mail-user-agents.
11042 (report-emacs-bug): Fix test for a gnu.org address.
11043 Use overlays for emphasis, since font-lock defeats 'face property.
11044 Pretest bugs also end up at the newsgroup these days.
11045 Stop message-mode stripping text properties.
11046 Set and use the new buffer-local variables.
11047 (report-emacs-bug-hook): Add doc-string.
11048 Remove some unnecessary save-excursions and simplify.
11049 Use the appropriate hook and send-command.
11051 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
11052 capitalization of some menu entries.
11054 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11056 * whitespace.el (whitespace-display-char-on):
11057 Ensure `buffer-display-table' is unique when two or more windows are
11058 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
11061 2009-12-10 Eli Zaretskii <eliz@gnu.org>
11063 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
11064 characters in the Attribute field.
11066 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
11068 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
11070 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
11072 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
11073 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11074 Disregard autoload-excludes.
11075 (update-directory-autoloads): Obey autoload-excludes here instead.
11076 But don't store its contents in no-autoloads and remove entries that
11077 refer to excludes files.
11079 2009-12-10 Glenn Morris <rgm@gnu.org>
11081 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
11082 (expand-mail-aliases): Define for compiler.
11084 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
11085 Define for compiler.
11087 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
11088 appropriate for the mail-user-agent in use.
11090 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
11092 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
11094 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
11096 Fix short log parsing and fontification.
11097 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
11098 Fix fontification for the [merge] label.
11100 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
11102 Drop some properties to avoid surprises (bug#5002).
11103 * htmlfontify.el (hfy-ignored-properties): New defcustom.
11104 (hfy-fontify-buffer): Use it.
11106 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
11109 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
11110 Adjust all callers.
11111 (ffap-locate-file): Remove unused arg `dir-ok' and make other
11112 args compulsory. Adjust callers.
11113 (ffap-gopher-at-point): Remove unused var `name'.
11115 Get rid of the ELCFILES abomination.
11116 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
11117 (compile-elcfiles): New phony target.
11118 (compile-main): Compute ELCFILES dynamically.
11119 (compile-clean): New target to remove left-over elc files.
11120 (compile, all): Use it.
11122 2009-12-09 Kenichi Handa <handa@etlken>
11124 * international/mule-diag.el: Require help-mode instead of help-fns.
11126 2009-12-09 Kenichi Handa <handa@m17n.org>
11128 * international/mule-cmds.el (ucs-names): Supply sufficiently
11129 fine ranges instead of pre-calculating accurate ranges.
11130 Iterate with bigger gc-cons-threshold.
11132 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
11134 Add support for stashing a snapshot of the current tree.
11135 * vc-git.el (vc-git-stash-snapshot): New function.
11136 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
11138 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
11140 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
11141 instead of `(beginning|end)-of-line'.
11143 2009-12-08 Glenn Morris <rgm@gnu.org>
11145 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
11147 * Makefile.in (ELCFILES): Regenerate.
11149 2009-12-07 Juri Linkov <juri@jurta.org>
11151 Don't lazy-highlight the comint output in history Isearch mode.
11153 * comint.el (comint-history-isearch-search): Instead of
11154 `comint-line-beginning-position', use `comint-after-pmark-p'
11155 to check if point if before the process mark, and go to
11156 `process-mark' in this case.
11158 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
11160 * textmodes/tex-mode.el (latex-complete)
11161 (latex-indent-or-complete): Remove.
11162 (latex-mode): Set completion-at-point-functions instead.
11164 Provide a standard completion command and hook it into TAB.
11165 * minibuffer.el (completion-at-point-functions): New var.
11166 (completion-at-point): New command.
11167 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
11168 * progmodes/python.el (python-mode-map): Use completion-at-point.
11169 (python-completion-at-point): Rename from python-partial-symbol and
11170 adjust for use in completion-at-point-functions.
11171 (python-mode): Setup completion-at-point for Python completion.
11172 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
11173 extracted from lisp-complete-symbol.
11174 (lisp-complete-symbol): Use it.
11175 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
11176 setup completion-at-point for Elisp completion.
11177 (emacs-lisp-mode-map, lisp-interaction-mode-map):
11178 Use completion-at-point.
11179 * ielm.el (ielm-map): Use completion-at-point.
11180 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
11181 * progmodes/sym-comp.el: Move to...
11182 * obsolete/sym-comp.el: Move from progmodes.
11184 2009-12-07 Eli Zaretskii <eliz@gnu.org>
11186 Prevent save-buffer in Rmail buffers from using the coding-system
11187 of the current message, and from clobbering the encoding mnemonics
11188 in the mode line (Bug#4623).
11190 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
11192 (rmail-message-encoding): New variable.
11193 (rmail-write-region-annotate): Record the encoding of the current
11194 message in rmail-message-encoding.
11195 (rmail-after-save-hook): New function, restores the encoding of
11196 the current message after the message collection is saved.
11198 2009-12-07 Juri Linkov <juri@jurta.org>
11200 * progmodes/grep.el (grep-read-files): Use `completing-read'
11201 instead of `read-string'. Set its `collection' arg to
11202 `read-file-name-internal'. (Bug#4301)
11204 2009-12-07 Juri Linkov <juri@jurta.org>
11206 Correctly restore original Isearch point. (Bug#4994)
11208 * isearch.el (isearch-mode): Move `isearch-push-state' after
11209 `(run-hooks 'isearch-mode-hook)'.
11210 (isearch-cancel): When `isearch-push-state-function' is defined,
11211 let-bind `isearch-cmds' to the first state (the last element of
11212 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
11213 function and restores the original point). Otherwise, move point
11214 to `isearch-opoint'.
11216 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
11218 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
11219 chars that don't have names, so the table can be built much faster at
11222 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
11224 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
11225 change. Suggested by David Kastrup.
11227 * simple.el (compose-mail): Check for incompatibilities and warn.
11228 (compose-mail-user-agent-warnings): New option.
11230 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
11232 Support showing a single log entry from vc-annotate.
11233 * vc.el (print-log): Add a new argument: START-REVISION.
11234 (vc-print-log-internal): Add a new optional argument and
11235 pass it to the backend.
11236 (vc-print-log, vc-print-root-log): Adjust callers.
11237 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
11238 buffer already displays the requested log entry, use it.
11239 Otherwise display only the log entry in question.
11240 * vc-svn.el (vc-svn-print-log):
11241 * vc-mtn.el (vc-mtn-print-log):
11242 * vc-hg.el (vc-hg-state):
11243 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
11244 (vc-git-show-log-entry): Return t on success.
11245 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
11246 (vc-bzr-show-log-entry): Return t on success.
11247 * vc-rcs.el (vc-rcs-print-log):
11248 * vc-sccs.el (vc-sccs-print-log):
11249 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
11251 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
11253 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
11254 Add menus to the meta mode. (Bug#5043)
11256 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
11258 * ediff-init.el (ediff-event-key): Use event-to-character instead of
11261 * ediff.el (ediff-buffers-internal): Add unwind-protect.
11263 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
11265 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
11266 Berbain <raphael.berbain@gmail.com>.
11268 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
11270 (tramp-initial-end-of-output): New defconst.
11271 (tramp-methods, tramp-find-shell)
11272 (tramp-open-connection-setup-interactive-shell)
11273 (tramp-maybe-open-connection): Use it.
11274 (tramp-shell-prompt-pattern, tramp-wait-for-output):
11275 Handle existence of `#' and `$'.
11277 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
11278 Use `tramp-initial-end-of-output'.
11280 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
11282 Get the background mode from the terminal for xterm, and set
11284 * term/xterm.el (xterm-set-background-mode): New function.
11285 (terminal-init-xterm): Use it in case xterm supports background
11286 color queries. Recompute faces after getting the background
11289 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
11291 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
11292 number comment back on its own line, for easier parsing.
11294 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
11296 Make it work for non-file buffers (bug#5102).
11297 * doc-view.el (doc-view-current-cache-dir):
11298 Use doc-view-buffer-file-name rather than buffer-file-name.
11299 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
11301 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
11303 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
11304 author field is too short.
11306 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
11308 * vc-git.el (vc-git-print-log): Handle a limit argument.
11309 Display the short log in graph form and with labels.
11310 (vc-git-log-view-mode): Handle labels.
11312 Make vc-revert change VC state from 'added to 'unregistered.
11313 * vc-git.el (vc-git-revert): Call git reset first.
11315 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
11317 * net/newst-backend.el, net/newst-plainview.el:
11318 * net/newst-reader.el, net/newst-ticker.el:
11319 * net/newst-treeview.el, net/newsticker.el:
11320 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
11322 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
11324 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
11326 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
11327 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
11328 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
11329 Update annotation regexp.
11331 * simple.el (beginning-of-visual-line): Constrain to field
11332 boundaries (Bug#5106).
11334 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
11336 * xml.el (xml-substitute-numeric-entities):
11337 Move newsticker--decode-numeric-entities in newst-backend.el to
11338 xml-substitute-numeric-entities in xml.el. (Bug#5008)
11339 * net/newst-backend.el (newsticker--parse-generic-feed)
11340 (newsticker--parse-generic-items)
11341 (newsticker--decode-numeric-entities):
11342 Move newsticker--decode-numeric-entities in newst-backend.el to
11343 xml-substitute-numeric-entities in xml.el. (Bug#5008)
11345 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
11347 * progmodes/js.el (js--js-not): Add null to the list of values.
11349 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
11351 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
11353 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11355 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
11356 delimiter if it is at the end of the current line.
11357 (bibtex-generate-url-list): Fix docstring.
11359 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11361 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
11362 minibuffer's content with itself.
11363 Fold the confirm-after-completion case into the `confirm' case.
11364 (completion-pcm-word-delimiters): Add : and / to the delimiters.
11366 2009-12-06 Kevin Ryde <user42@zip.com.au>
11368 * ffap.el (ffap-rfc-path): Make this a defcustom since
11369 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
11371 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
11372 manuals, similar to existing setup for help-mode. (Bug#3913.)
11374 2009-12-05 Juri Linkov <juri@jurta.org>
11376 Save and restore dired buffer's point positions too. (Bug#4880)
11378 * dired.el (dired-save-positions): Return in the first element
11379 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
11381 (dired-restore-positions): First restore buffer's position.
11382 While restoring window's positions, check if window still displays
11383 the original buffer.
11385 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
11387 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
11390 * shell.el (shell): Require ansi-color (Bug#5113).
11392 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
11394 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
11396 2009-12-05 Alan Mackenzie <acm@muc.de>
11398 * progmodes/cc-mode.el (c-before-hack-hook)
11399 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
11400 `c-file-style' to work again. This reversion restores the current
11401 software to its state in Emacs 23.1. (Bug#4146)
11403 2009-12-05 Kevin Ryde <user42@zip.com.au>
11405 * textmodes/sgml-mode.el (sgml-lexical-context):
11406 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
11408 2009-12-05 Juri Linkov <juri@jurta.org>
11410 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
11411 for virtual nodes. (Bug#4147)
11412 (Info-find-node-2): Set `Info-current-node-virtual' to nil
11413 when moving from a virtual node.
11414 (Info-mode-menu): Add `Info-virtual-index' to the menu.
11415 (Info-mode): Add `Info-virtual-index' to the docstring.
11417 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11419 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
11420 track of the buffer position of the end of a BibTeX entry as this
11421 position may change during reformatting.
11422 (bibtex-format-entry): Remove whitespace before processing
11423 numerical fields so that we recognize the latter properly.
11424 (bibtex-reformat): Do not use push which changes the global value
11425 of bibtex-entry-format.
11426 (bibtex-field-braces-alist, bibtex-field-strings-alist)
11427 (bibtex-field-re-init): Replace only space characters by regexp
11429 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
11430 (bibtex-initialize): Also update bibtex-strings.
11431 (bibtex-kill-field): Preserve white space at end of entry.
11432 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
11433 Update bibtex-reference-keys.
11435 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
11437 * minibuffer.el (completion-pcm--merge-try): Also consider placing
11438 point after a star, if that's the only place where modifications can
11441 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
11443 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
11446 2009-12-04 Juri Linkov <juri@jurta.org>
11448 * proced.el (proced): Call `(proced-update t)' to update process
11449 information instead of only running proced-post-display-hook.
11450 (proced-send-signal): Add a leading space to the buffer name
11451 " *Marked Processes*" to make this buffer ephemeral.
11453 2009-12-04 Juri Linkov <juri@jurta.org>
11455 * dired.el (dired-auto-revert-buffer): New defcustom.
11456 (dired-internal-noselect): Use it.
11458 2009-12-04 Juri Linkov <juri@jurta.org>
11460 Change roles of modes and functions in image-mode.el (Bug#5062).
11462 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
11463 in `auto-mode-alist'.
11464 (image-mode-previous-major-mode): New variable.
11465 (image-minor-mode-map): Rename from `image-mode-text-map'.
11466 (image-mode): Move graceful error-handling code from
11467 `image-minor-mode' to here. On errors call `image-mode-as-text'.
11468 (image-minor-mode): Remove all image-handling code.
11469 Replace `image-mode-text-map' with `image-minor-mode-map'.
11470 Check for `image-type' in mode-line format string.
11471 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
11472 (image-mode-as-text): New function with most code from
11473 `image-mode-maybe'.
11474 (image-toggle-display-text): Move code that removes image
11475 properties from `image-toggle-display' to here.
11476 (image-toggle-display-image): New function with code that adds
11477 image properties copied from `image-toggle-display'.
11478 (image-toggle-display): Remove most code with leaving only code
11479 that toggles between `image-mode-as-text' and `image-mode'.
11481 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
11483 * net/newst-treeview.el
11484 (newsticker--treeview-list-highlight-start): Restored call to
11485 save-excursion: Selected item was stuck.
11486 (newsticker--treeview-list-select): New.
11487 (newsticker--treeview-item-show-text)
11488 (newsticker--treeview-item-show)
11489 (newsticker--treeview-item-update): Use new
11490 newsticker-treeview-item-mode.
11491 (newsticker-treeview-update): Keep current item.
11492 (newsticker-treeview-next-new-or-immortal-item): Doc change.
11493 (newsticker--treeview-first-feed): Doc change.
11494 (newsticker-treeview-list-menu)
11495 (newsticker-treeview-item-menu): Added menu entries.
11496 (newsticker-treeview-item-mode): New.
11498 * net/newst-backend.el (newsticker-customize): Delete other
11501 2009-12-04 Sam Steingold <sds@gnu.org>
11503 * log-view.el (log-view-mode-map): "q" calls quit-window,
11504 like in all the other non-self-insert buffers.
11506 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
11509 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
11510 key decoding rather than do it manually via last-input-event +
11512 (term-exec): Use delete-and-extract-region.
11513 (term-handle-ansi-terminal-messages): Remove unused var `end'.
11514 (term-process-pager): Remove unused var `i'.
11515 (term-dynamic-simple-complete): Make obsolete.
11516 (serial-update-config-menu): Remove unused vars `y' and `str'.
11517 (term-update-mode-line): Remove unused var `temp'.
11519 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
11521 Limit the number of log entries displayed by default.
11522 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
11523 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
11524 using a prefix argument.
11526 2009-12-03 Glenn Morris <rgm@gnu.org>
11528 * progmodes/idlwave.el (class): Restore still useful declaration.
11530 2009-12-03 Alan Mackenzie <acm@muc.de>
11532 Enhance `c-parse-state' to run efficiently in "brace deserts".
11534 * progmodes/cc-mode.el (c-basic-common-init):
11535 Call c-state-cache-init.
11536 (c-neutralize-syntax-in-and-mark-CPP): Rename from
11537 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
11538 placing `category' properties value 'c-cpp-delimiter at its boundaries.
11540 * progmodes/cc-langs.el (c-before-font-lock-function):
11541 c-extend-and-neutralize-syntax-in-CPP has been renamed
11542 c-neutralize-syntax-in-and-mark-CPP.
11544 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
11545 with `category' properties now, not `syntax-table' ones.
11547 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
11548 enhanced (but slower) version of c-end-of-macro that won't land
11549 inside a literal or on another awkward character.
11550 (c-state-cache-too-far, c-state-cache-start)
11551 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
11552 (c-state-nonlit-pos-cache-limit, c-state-point-min)
11553 (c-state-point-min-lit-type, c-state-point-min-lit-start)
11554 (c-state-min-scan-pos, c-state-brace-pair-desert)
11555 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
11556 buffer local variables.
11557 (c-state-literal-at, c-state-lit-beg)
11558 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
11559 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
11560 (c-state-cache-top-paren, c-state-cache-after-top-paren)
11561 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
11562 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
11563 (c-renarrow-state-cache)
11564 (c-append-lower-brace-pair-to-state-cache)
11565 (c-state-push-any-brace-pair, c-append-to-state-cache)
11566 (c-remove-stale-state-cache)
11567 (c-remove-stale-state-cache-backwards, c-state-cache-init)
11568 (c-invalidate-state-cache-1, c-parse-state-1)
11569 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
11570 (c-parse-state): Enhance and refactor.
11571 (c-debug-parse-state): Amend to deal with all the new variables.
11573 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
11574 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
11575 modify to use category text properties rather than syntax-table ones.
11576 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
11577 to switch off/on the syntactic paren property of C++ template
11578 delimiters using the category property.
11579 (c-with-<->-as-parens-suppressed): Macro to invoke code with
11580 template delims suppressed.
11581 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
11582 New constant/macros which apply category properties to the start
11583 and end of preprocessor constructs.
11584 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
11585 "comment out" the syntactic value of characters in preprocessor
11587 (c-with-cpps-commented-out)
11588 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
11589 with characters in all or all but one preprocessor constructs
11592 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11594 * proced.el (proced-filter-alist): Use regexp-quote.
11596 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
11599 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
11600 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
11601 arguments. Expand `default-directory'.
11603 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
11604 the benefit of returning an expanded localname.
11605 (tramp-tramp-file-p): Handle the case NAME is not a string.
11607 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
11609 Add support for bzr shelve/unshelve.
11610 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
11611 (vc-bzr-extra-menu-map): New variables.
11612 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
11613 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
11614 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
11615 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
11616 (vc-bzr-dir-extra-headers): Display shelves.
11618 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
11620 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
11622 * textmodes/bibtex.el (bibtex-complete-internal):
11623 Use completion-in-region.
11624 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
11626 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
11628 Support applying stashes. Improve UI.
11629 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
11630 (vc-git-stash-apply, vc-git-stash-pop)
11631 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
11632 (vc-git-stash-menu): New functions.
11633 (vc-git-stash-menu-map): New variable.
11634 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
11636 2009-12-03 Glenn Morris <rgm@gnu.org>
11638 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
11639 (vc-print-log-internal): Fix previous change.
11640 (vc-revert): Correct pluralization.
11642 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
11644 * progmodes/make-mode.el (makefile-special-targets-list): No need for
11645 it to be an alist any more.
11646 (makefile-complete): Use completion-in-region.
11648 * progmodes/octave-mod.el (octave-complete-symbol):
11649 Use completion-in-region.
11652 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
11653 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
11654 (idlwave-complete-class): Don't quote lambda.
11655 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
11656 (idlwave-mode-map): Move initialization into declaration.
11657 (idlwave-action-and-binding): Use backquotes.
11658 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
11660 (idlwave-is-pointer-dereference): Remove unused var `pos'.
11661 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
11662 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
11663 `parts', and `all-parts'.
11664 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
11665 (idlwave-convert-xml-system-routine-info): Remove unused string
11667 (idlwave-display-user-catalog-widget): Use dolist.
11668 (idlwave-scanning-lib): Declare dynamically-scoped var.
11669 (idlwave-scan-library-catalogs): Remove unused var `flags'.
11670 (completion-highlight-first-word-only): Declare to silence bytecomp.
11671 (idlwave-popup-select): Tighten scope of `resp'.
11672 (idlwave-find-struct-tag): Remove unused var `beg'.
11673 (idlwave-after-load-rinfo-hook): Declare.
11674 (idlwave-sintern-class-info): Remove unused var `taglist'.
11675 (idlwave-find-class-definition): Remove unused var `list'.
11676 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
11677 (idlwave-what-module-find-class): Remove unused var `classes'.
11679 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
11681 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
11683 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
11685 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
11686 buffers visited. Remove redundant current-buffer-saving.
11688 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11690 Use completion-in-buffer and remove uses of dynamic scoping.
11691 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
11692 (pascal-buffer-to-use, pascal-flag): Don't declare.
11693 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
11694 (pascal-get-completion-decl, pascal-keyword-completion):
11695 Add `pascal-str' argument, save-excursion,
11696 return the found completions, and don't filter with pascal-pred.
11697 (pascal-completion-cache): New var.
11698 (pascal-completion): Don't switch buffer any more (it was never
11699 necessary). Don't save-excursion any more (it's done by the called
11700 subroutines). Use a cache to avoid redundant computations.
11701 Use complete-with-action rather than pascal-completion-response and
11702 let it apply the predicate as well.
11703 (pascal-complete-word): Use completion-in-buffer when
11704 pascal-toggle-completions is nil.
11705 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
11707 (pascal-comp-defun): Don't change buffer any more.
11708 Use complete-with-action rather than pascal-completion-response and
11709 let it apply the predicate as well.
11710 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
11713 2009-12-02 Kenichi Handa <handa@m17n.org>
11715 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
11716 shape for all Indic scripts.
11718 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11720 Use completion-in-buffer.
11721 * wid-edit.el (widget-field-text-end): New function.
11722 (widget-field-value-get): Use it.
11723 (widget-string-complete, widget-file-complete)
11724 (widget-color-complete): Use it and completion-in-region.
11725 (widget-complete): Don't narrow the buffer.
11727 2009-12-02 Glenn Morris <rgm@gnu.org>
11729 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
11730 (rmail-select-summary): Use rmail-pop-to-buffer.
11731 * mail/rmailsum.el: Replace all pop-to-buffer calls with
11732 rmail-pop-to-buffer, to prevent horizontal splits.
11734 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
11735 save-excursion with save-current-buffer.
11736 Widen before searching. (Bug#5093)
11737 (diary-list-sexp-entries): Remove superfluous save-excursion.
11739 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
11741 * woman.el (woman-make-bufname): Handle man-pages with "." in the
11744 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
11746 * ido.el (ido-file-internal): Handle filenames at point that do
11747 not have a directory part. (Bug#5049)
11749 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
11751 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
11752 (mpc-songs-jump-to, mpc-resume): Doc fixes.
11754 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
11756 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
11757 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
11760 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
11762 * comint.el (comint-insert-input): Ignore clicks to the right of
11763 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
11765 * vc.el (vc-print-log-internal): Don't wait for the process to
11766 terminate before setting up the major mode.
11768 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
11771 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
11774 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
11776 2009-12-01 Glenn Morris <rgm@gnu.org>
11778 * window.el (window--display-buffer-2): Fix previous changes.
11780 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
11782 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
11784 2009-12-01 Glenn Morris <rgm@gnu.org>
11786 * Makefile.in (ELCFILES): Add mpc.elc.
11788 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
11790 * mpc.el: New file.
11792 2009-12-01 Glenn Morris <rgm@gnu.org>
11794 * window.el (window-to-use): Define for compiler.
11796 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
11797 consistent with others (no final period).
11799 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
11800 (rmail-mime-show): Downcase the encoding. (Bug#5070)
11802 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
11804 Make vc-print-log buttons work.
11805 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
11807 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
11809 * savehist.el (savehist-autosave-interval): Allow setting to nil
11810 through customize. (Bug#5056)
11812 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
11814 Fix references to jit-lock properties.
11815 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11816 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
11817 (perl-font-lock-special-syntactic-constructs):
11818 Quote jit-lock-defer-multiline property.
11820 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
11822 * vc-git.el (vc-git-registered): Call vc-git-root only once.
11824 2009-11-30 Juri Linkov <juri@jurta.org>
11826 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
11827 value `buffer' of `multi-isearch-next-buffer-current-function'.
11828 Use `(current-buffer)' when `buffer' is nil.
11829 (multi-isearch-next-buffer-from-list): Don't fallback to
11830 `(current-buffer)' when `buffer' is nil. (Bug#4947)
11832 2009-11-30 Juri Linkov <juri@jurta.org>
11834 * misearch.el (multi-isearch-read-buffers): Move canonicalization
11835 of buffers with `get-buffer' to `multi-isearch-buffers'.
11836 (multi-isearch-buffers, multi-isearch-buffers-regexp):
11837 Canonicalize BUFFERS with `get-buffer'. Doc fix.
11838 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
11839 FILES with `expand-file-name' converting relative file names
11840 to absolute. Doc fix. (Bug#4727)
11842 2009-11-30 Juri Linkov <juri@jurta.org>
11844 * misearch.el (multi-isearch-read-buffers)
11845 (multi-isearch-read-matching-buffers): New functions.
11846 (multi-isearch-buffers, multi-isearch-buffers-regexp):
11847 Use them in the `interactive' spec. Doc fix.
11848 (multi-isearch-read-files, multi-isearch-read-matching-files):
11850 (multi-isearch-files, multi-isearch-files-regexp):
11851 Use them in the `interactive' spec. Doc fix. (Bug#4725)
11853 2009-11-30 Juri Linkov <juri@jurta.org>
11855 * doc-view.el (doc-view-continuous):
11856 Rename from `doc-view-continuous-mode'.
11857 (doc-view-menu): Move "Toggle display" to the top.
11858 Add submenu "Continuous" with radio buttons "Off"/"On"
11859 and "Save as Default".
11860 (doc-view-scroll-up-or-next-page)
11861 (doc-view-scroll-down-or-previous-page)
11862 (doc-view-next-line-or-next-page)
11863 (doc-view-previous-line-or-previous-page):
11864 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
11866 2009-11-30 Juri Linkov <juri@jurta.org>
11868 * comint.el (comint-mode-map): Rebind `M-r' from
11869 `comint-previous-matching-input' to
11870 `comint-history-isearch-backward-regexp'.
11871 Unbind `M-s' to allow global key binding `M-s'.
11872 Add menu items for `comint-history-isearch-backward' and
11873 `comint-history-isearch-backward-regexp'. (Bug#3746)
11875 2009-11-30 Juri Linkov <juri@jurta.org>
11877 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
11878 For def=recenter, replace `recenter' with `recenter-top-bottom'
11879 that is called with `this-command' and `last-command' let-bound
11880 to `recenter-top-bottom'. When the last `def' was not `recenter',
11881 set `recenter-last-op' to nil. (Bug#4981)
11883 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
11885 Minor cleanup and simplification.
11886 * filecache.el (file-cache-add-directory)
11887 (file-cache-add-directory-recursively)
11888 (file-cache-add-from-file-cache-buffer)
11889 (file-cache-delete-file-regexp, file-cache-delete-directory)
11890 (file-cache-files-matching-internal, file-cache-display): Use dolist.
11891 (file-cache-temp-minibuffer-message): Delete function.
11892 (file-cache-minibuffer-complete): Use minibuffer-message instead.
11894 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
11895 Don't signal an error when bumping into EOB in tr, s, or y.
11897 2009-11-29 Juri Linkov <juri@jurta.org>
11899 * startup.el (fancy-about-text): Fix wording of Guided Tour.
11902 * descr-text.el (describe-char-unidata-list): Use lowercase name
11903 for "Unicode name" like in other tags.
11905 2009-11-29 Juri Linkov <juri@jurta.org>
11907 * ediff-util.el (ediff-minibuffer-with-setup-hook):
11908 New compatibility macro.
11909 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
11911 2009-11-29 Juri Linkov <juri@jurta.org>
11913 Add defcustom to define the cycling order of `recenter-top-bottom'.
11916 * window.el (recenter-last-op): Doc fix.
11917 (recenter-positions): New defcustom.
11918 (recenter-top-bottom): Rewrite to use `recenter-positions'.
11919 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
11921 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
11923 Improve integration of Tramp and ange-ftp in eshell.
11925 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
11926 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
11927 (eshell/sudo): Flatten args. Let-bind `default-directory'.
11929 * eshell/esh-util.el (top): Require also Tramp when compiling.
11930 (eshell-directory-files-and-attributes): Check for FTP remote
11932 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
11933 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
11934 (eshell-file-attributes): Handle ".". Return `entry'.
11936 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
11937 (ange-ftp-directory-files-and-attributes)
11938 (ange-ftp-real-directory-files-and-attributes): New defuns.
11940 * net/tramp.el (tramp-maybe-open-connection): Open the remote
11941 shell with "exec" when possible. This prevents trailing prompts
11942 in `start-file-process'.
11944 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
11946 Try and remove assumptions about point-min==1.
11947 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
11948 (rng-compute-mode-line-string): Show the validation percentage in
11949 terms of the narrowed text, not the widened text.
11950 (rng-do-some-validation): Don't catch internal errors when debugging.
11951 (rng-first-error): Simplify.
11952 (rng-after-change-function): Remove work around. AFAIK the bug has
11953 been fixed a while ago.
11955 * image-mode.el (image-minor-mode): Exit more gracefully when the image
11956 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
11958 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
11960 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
11961 `cd' doesn't always do it for us (bug#5067).
11963 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
11964 on 2009-10-25 as part of some other change (bug#5067).
11966 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
11968 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
11970 (byte-compile-warnings): Use byte-compile-warning-types.
11971 (byte-compile-save-excursion): Warn about use of set-buffer right
11972 after save-excursion.
11974 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
11975 the excursion as well.
11977 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
11979 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
11980 providing a Tramp related implementation of "su" and "sudo".
11981 (eshell-unix-initialize): Add "su" and "sudo".
11983 2009-11-27 Daiki Ueno <ueno@unixuser.org>
11985 * net/socks.el (socks-send-command): Convert binary request to
11986 unibyte before sending. This fixes mishandling of some port
11987 numbers such as 129.
11989 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
11991 * help.el (describe-bindings-internal): Remove `interactive'.
11993 * man.el (Man-completion-table): Trim a terminating "(".
11994 Remove the space between name page a section.
11995 Add the command's description on the `help-echo' property.
11996 Remove `process-connection-type' binding since it's unused by
11998 Provide completion for the "<section> <name>" format as well.
11999 (Man-default-man-entry): Remove spurious var shadowing the argument.
12001 2009-11-26 Kevin Ryde <user42@zip.com.au>
12003 * log-view.el: Add "Keywords: tools", since its other keywords
12004 aren't in finder-known-keywords, and following vc.el.
12006 * sha1.el (sha1-string-external): default-directory "/" in case
12007 otherwise non-existent. process-connection-type pipe for touch of
12008 efficiency recommended by elisp manual. (An aside in Bug#3911.)
12010 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
12012 Misc coding convention cleanups.
12013 * htmlfontify.el (hfy-init-kludge-hook): Rename from
12014 hfy-init-kludge-hooks.
12015 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
12016 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
12017 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
12019 (hfy-slant, hfy-weight): Use tables rather than code.
12020 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
12021 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
12022 (hfy-face-attr-for-class): Initialize `face-spec' directly.
12023 (hfy-face-to-css): Remove `nconc' with single arg.
12024 (hfy-p-to-face-lennart): Use `or'.
12025 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
12026 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
12027 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
12028 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
12029 (hfy-force-fontification): Use run-hooks.
12031 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
12033 Various minor fixes.
12034 * htmlfontify.el (hfy-default-header): Add toggle_invis since
12035 Javascript belongs in the header, not the body.
12036 (hfy-javascript): Remove.
12037 (hfy-fontify-buffer): Don't insert it any more.
12038 (hfy-face-at): Handle (face0 face1 face2) style face properties.
12039 Fix bug in invis handling when there were no invis props in a chunk.
12041 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
12043 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
12045 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
12047 * finder.el (finder-mode-map): Add a menu.
12049 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
12051 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
12052 "unsigned" structs.
12054 (verilog-leap-to-head, verilog-backward-token): Handle "disable
12055 fork" statement better.
12057 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
12059 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
12060 (verilog-delete-auto, verilog-delete-empty-auto-pair)
12061 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
12062 Reported by Clay Douglass.
12064 (verilog-auto-inst, verilog-auto-star-safe)
12065 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
12066 Fix removing "// Interfaces" when saving .* expansions.
12067 Reported by Pierre-David Pfister.
12069 2009-11-26 Glenn Morris <rgm@gnu.org>
12071 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
12074 2009-11-25 Johan Bockgård <bojohan@gnu.org>
12076 * vc-annotate.el (vc-annotate-revision-previous-to-line):
12077 Really use previous revision.
12079 2009-11-25 Kevin Ryde <user42@zip.com.au>
12081 * man.el (Man-completion-table): default-directory "/" in case
12082 doesn't otherwise exist. process-environment COLUMNS=999 so as
12083 not to truncate long names. process-connection-type pipe to avoid
12084 any chance of hitting the pseudo-tty TIOCGWINSZ.
12085 (man): completion-ignore-case t for friendliness and since man
12086 itself is case-insensitive on the command line.
12087 Further to Bug#3717.
12089 * arc-mode.el: Add "Keywords: files", so the details in its
12090 commentary can be reached from finder-by-keyword.
12091 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
12092 editing mode, but it's comms related and sgml-mode.el has "comm"
12094 * textmodes/bibtex-style.el: Add "Keywords: tex".
12095 * international/isearch-x.el, international/ja-dic-cnv.el:
12096 * international/ja-dic-utl.el, international/kkc.el:
12097 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
12099 2009-11-25 Juri Linkov <juri@jurta.org>
12101 * man.el (Man-completion-table): Modify regexp to include
12102 section names to completion strings. (Bug#3717)
12104 2009-11-25 Juri Linkov <juri@jurta.org>
12106 Search recursively in gzipped files. (Bug#4982)
12108 * progmodes/grep.el (grep-highlight-matches): Add new options
12109 `always' and `auto'. Doc fix.
12110 (grep-process-setup): Check `grep-highlight-matches' for
12111 `auto-detect' to determine the need to compute grep defaults.
12112 Move Windows/DOS specific --colors settings handling
12113 to `grep-compute-defaults'. Check `grep-highlight-matches'
12114 to get the value of "--color=".
12115 (grep-compute-defaults): Compute `grep-highlight-matches' when it
12116 has the value `auto-detect'. Move Windows/DOS specific settings
12117 from `grep-process-setup'.
12118 (zrgrep): New command with alias `rzgrep'.
12120 2009-11-25 Juri Linkov <juri@jurta.org>
12122 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
12123 to nil instead of switching off view-mode. (Bug#4896)
12125 2009-11-25 Juri Linkov <juri@jurta.org>
12127 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
12129 * mwheel.el (mwheel-scroll-up-function)
12130 (mwheel-scroll-down-function): New defvars.
12131 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
12132 `scroll-up', and `mwheel-scroll-down-function' instead of
12135 * doc-view.el (doc-view-scroll-up-or-next-page)
12136 (doc-view-scroll-down-or-previous-page): Add optional ARG.
12137 Use this ARG in the call to image-scroll-up/image-scroll-down.
12138 Change `interactive' spec to "P". Goto next/previous page only
12139 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
12140 SPC/DEL case). Doc fix.
12141 (doc-view-next-line-or-next-page)
12142 (doc-view-previous-line-or-previous-page): Rename arg to ARG
12144 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
12145 `doc-view-scroll-up-or-next-page', and buffer-local
12146 `mwheel-scroll-down-function' to
12147 `doc-view-scroll-down-or-previous-page'.
12149 2009-11-25 Juri Linkov <juri@jurta.org>
12151 Provide additional default values (directories at other Dired
12152 windows) via M-n in the minibuffer of some Dired commands.
12154 * dired-aux.el (dired-diff, dired-compare-directories)
12155 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
12156 `minibuffer-default' in `minibuffer-with-setup-hook'.
12157 (dired-dwim-target-directory): Find a window that displays Dired
12158 buffer instead of failing when the next window is not Dired.
12159 Use `get-window-with-predicate' to find for the next Dired window.
12160 (dired-dwim-target-defaults): New function.
12162 * ediff-util.el (ediff-read-file-name):
12163 Use `dired-dwim-target-defaults' to set `minibuffer-default'
12164 in `minibuffer-with-setup-hook'.
12166 2009-11-25 Juri Linkov <juri@jurta.org>
12168 Provide additional default values (file name at point or at the
12169 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
12171 * minibuffer.el (read-file-name-defaults): New function.
12172 (read-file-name): Reset `minibuffer-default' to nil when
12173 it duplicates initial input `insdef'.
12174 Bind `minibuffer-default-add-function' to lambda that
12175 calls `read-file-name-defaults' in `minibuffer-selected-window'.
12176 (minibuffer-insert-file-name-at-point): New command.
12178 * files.el (file-name-at-point-functions): New defcustom.
12179 (find-file-default): Remove defvar.
12180 (find-file-read-args): Don't use `find-file-default'.
12181 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
12182 to `read-file-name'.
12183 (find-file-literally): Use `read-file-name' with
12184 `confirm-nonexistent-file-or-buffer'.
12186 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
12188 * dired.el (dired-read-dir-and-switches):
12189 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
12190 to `read-file-name'.
12191 (dired-file-name-at-point): New function.
12192 (dired-mode): Add hook `dired-file-name-at-point' to
12193 `file-name-at-point-functions'.
12195 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
12197 Really make the *Completions* window soft-dedicated (bug#5030).
12198 * window.el (window--display-buffer-2): Add `dedicated' argument.
12199 (display-buffer): Pass it when needed so the dedicated flag is set
12200 after calling set-window-buffer, which would otherwise reset it.
12202 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
12204 * progmodes/meta-mode.el (meta-complete-symbol):
12205 * progmodes/etags.el (complete-tag):
12206 * mail/mailabbrev.el (mail-abbrev-complete-alias):
12207 Use completion-in-region.
12209 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
12210 (dabbrev-completion): Use completion-in-region.
12211 (dabbrev--abbrev-at-point): Simplify regexp.
12213 * abbrev.el (abbrev--before-point): Use word-motion functions
12214 if :regexp is not specified (bug#5031).
12216 * subr.el (string-prefix-p): New function.
12218 * man.el (Man-completion-cache): New var.
12219 (Man-completion-table): Use it.
12221 * vc.el (vc-print-log-internal): Make `limit' optional for better
12222 compatibility (e.g. with vc-annotate.el).
12224 2009-11-24 Kevin Ryde <user42@zip.com.au>
12226 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
12227 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
12229 * emacs-lisp/elint.el (elint-add-required-env): Better error message
12230 when .el source file not found or other error.
12232 2009-11-24 Markus Triska <markus.triska@gmx.at>
12234 * linum.el (linum-update-window): Ignore intangible (bug#4996).
12236 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
12238 Handle the [back] button properly (bug#4979).
12239 * descr-text.el (describe-text-properties): Add a `buffer' argument.
12240 Use help-setup-xref, help-buffer, and with-help-window.
12241 (describe-char): Add `buffer' argument.
12242 Pass proper command to help-setup-xref. Don't meddle with
12243 help-xref-stack-item directly.
12244 (describe-text-category): Use with-help-window and help-buffer.
12246 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
12247 for the displayed buffer (bug#4887).
12249 * man.el (Man-completion-table): New function.
12252 2009-11-24 David Reitter <david.reitter@gmail.com>
12254 * vc-git.el (vc-git-registered): Use checkout directory (where
12255 .git is) rather than the file's directory and a relative path spec
12256 to work around a bug in git.
12258 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
12260 Improve handling of processes on remote hosts.
12262 * eshell/esh-util.el (eshell-path-env): New defvar.
12263 (eshell-parse-colon-path): New defun.
12264 (eshell-file-attributes): Use `eshell-parse-colon-path'.
12266 * eshell/esh-ext.el (eshell-search-path):
12267 Use `eshell-parse-colon-path'.
12268 (eshell-remote-command): Remove argument HANDLER.
12269 (eshell-external-command): Check for FTP remote connection.
12271 * eshell/esh-proc.el (eshell-gather-process-output):
12272 Use `file-truename', in order to start also symlinked files.
12273 Apply `start-file-process' instead of `start-process'.
12274 Shorten `command' to the local file name part.
12276 * eshell/em-cmpl.el (eshell-complete-commands-list):
12277 Use `eshell-parse-colon-path'.
12279 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
12281 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
12282 to `eshell-directory-change-hook'.
12284 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
12286 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
12287 because it could be enabled automatically if view-read-only is non-nil.
12289 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
12291 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
12292 made on 2009-11-22.
12294 2009-11-24 Glenn Morris <rgm@gnu.org>
12296 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
12297 deleted variable bookmark-bmenu-bookmark-column.
12299 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
12301 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
12303 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
12305 * net/browse-url.el (browse-url-filename-alist): On Windows, add
12306 two slashes to the "file:" prefix.
12307 (browse-url-file-url): De-munge Cygwin filenames before passing
12308 them to Windows browser.
12309 (browse-url-default-windows-browser): Use call-process.
12311 2009-11-23 Juri Linkov <juri@jurta.org>
12313 Implement DocView Continuous mode. (Bug#4896)
12314 * doc-view.el (doc-view-continuous-mode): New defcustom.
12315 (doc-view-mode-map): Bind C-n/<down> to
12316 `doc-view-next-line-or-next-page', C-p/<up> to
12317 `doc-view-previous-line-or-previous-page'.
12318 (doc-view-next-line-or-next-page)
12319 (doc-view-previous-line-or-previous-page): New commands.
12321 2009-11-23 Juri Linkov <juri@jurta.org>
12323 Implement Isearch in comint input history. (Bug#3746)
12324 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
12325 `isearch-mode-hook'.
12326 (comint-history-isearch): New defcustom.
12327 (comint-history-isearch-backward)
12328 (comint-history-isearch-backward-regexp): New commands.
12329 (comint-history-isearch-message-overlay): New buffer-local variable.
12330 (comint-history-isearch-setup, comint-history-isearch-end)
12331 (comint-goto-input, comint-history-isearch-search)
12332 (comint-history-isearch-message, comint-history-isearch-wrap)
12333 (comint-history-isearch-push-state)
12334 (comint-history-isearch-pop-state): New functions.
12336 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
12338 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
12340 (tramp-handle-make-symbolic-link)
12341 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
12343 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
12344 (tramp-handle-process-file): Use it.
12346 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
12348 * window.el (move-to-window-line-last-op): Remove.
12349 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
12351 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
12353 Make M-r mirror the new cycling behavior of C-l.
12354 * window.el (move-to-window-line-last-op): New var.
12355 (move-to-window-line-top-bottom): New command.
12356 (global-map): Bind M-r move-to-window-line-top-bottom.
12358 2009-11-23 Sven Joachim <svenjoac@gmx.de>
12360 * dired-x.el (dired-guess-shell-alist-default):
12361 Support xz format. (Bug#4953)
12363 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
12365 * emulation/viper-cmd.el: Use viper-last-command-char instead of
12366 last-command-char/last-command-event.
12367 (viper-prefix-arg-value): Do correct conversion of event-char for
12370 * emulation/viper-util.el, emulation/viper.el:
12371 Use viper-last-command-char instead of
12372 last-command-char/last-command-event.
12374 * ediff-init.el, ediff-mult.el, ediff-util.el:
12375 Replace last-command-char and last-command-event
12376 with (ediff-last-command-char) everywhere.
12378 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
12379 created in fundamental mode.
12381 * ediff.el (ediff-version): Revert the change of interactive-p to
12382 called-interactively-p.
12384 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
12386 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
12387 generation from word-movement command names.
12389 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
12391 * cus-start.el (all): Add native condition for font-use-system-font.
12393 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
12395 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
12396 Correct the patch from 2009-11-18. (Bug#3910)
12398 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
12400 * progmodes/subword.el: Rename from lisp/subword.el.
12402 * subword.el: Rename to progmodes/subword.el.
12404 * Makefile.in (ELCFILES): Adapt to subword.el move.
12406 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12407 Stefan Monnier <monnier@iro.umontreal.ca>
12409 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
12410 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
12411 (bookmark-bmenu-show-filenames): Use push.
12412 (bookmark-bmenu-hide-filenames): Use local var instead of
12413 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
12414 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
12415 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
12416 filenames now that the bookmark names are always available.
12418 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12420 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
12421 (bookmark-search-pattern): Move and leave unbound.
12422 (bookmark-bmenu-mode-map): Change binding.
12423 (bookmark-read-search-input): Simplify.
12424 Don't use text-char-description. Don't error on non-char events.
12425 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
12426 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
12427 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
12428 Use a local var for the timer.
12429 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
12430 (i.e. bookmark-bmenu-search).
12432 2009-11-21 Glenn Morris <rgm@gnu.org>
12434 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
12436 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
12438 * net/browse-url.el (browse-url-default-windows-browser):
12439 Use cygstart for cygwin.
12441 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
12443 * bookmark.el: Formatting and doc fixes only:
12444 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
12445 (bookmark-bmenu-search): Wrap to fit within 80 columns.
12446 Minor grammar and punctuation fixes in doc string.
12447 (bookmark-read-search-input): Adjust to fit within 80 columns.
12449 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
12451 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
12452 (c-backward-into-nomenclature): Adapt to subword renaming.
12454 * subword.el (subword-forward, subword-backward, subword-mark)
12455 (subword-kill, subword-backward-kill, subword-transpose)
12456 (subword-downcase, subword-upcase, subword-capitalize)
12457 (subword-forward-internal, subword-backward-internal):
12458 Rename from forward-subword, backward-subword, mark-subword,
12459 kill-subword, backward-kill-subword, transpose-subwords,
12460 downcase-subword, upcase-subword, capitalize-subword,
12461 forward-subword-internal, backward-subword-internal.
12463 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12465 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
12467 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
12469 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
12470 (bookmark-bmenu-filter-alist-by-regexp)
12471 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
12472 (bookmark-bmenu-search): New command.
12473 (bookmark-bmenu-mode-map): Bind it.
12475 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
12477 * progmodes/cc-cmds.el: declare-functioned forward-subword and
12478 backward-subword to quit the byte-compiler.
12480 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
12482 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
12484 * progmodes/cc-cmds.el (c-update-modeline)
12485 (c-forward-into-nomenclature, c-backward-into-nomenclature):
12486 Refer to subword.el functions instead of cc-subword.el.
12488 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
12489 subword.el functions instead of cc-subword.el.
12491 * progmodes/cc-subword.el: Rename to subword.el.
12492 * subword.el: Rename from progmodes/cc-subword.el.
12493 (subword-mode-map): Rename from c-subword-mode-map.
12494 (subword-mode): Rename from c-subword-mode.
12495 (global-subword-mode): New global minor mode.
12496 (forward-subword): Rename from c-forward-subword.
12497 (backward-subword): Rename from c-backward-subword.
12498 (mark-subword): Rename from c-mark-subword.
12499 (kill-subword): Rename from c-kill-subword.
12500 (backward-kill-subword): Rename from c-backward-kill-subword.
12501 (transpose-subwords): Rename from c-tranpose-subword.
12502 (downcase-subword): Rename from c-downcase-subword.
12503 (capitalize-subword): Rename from c-capitalize-subword.
12504 (forward-subword-internal): Rename from c-forward-subword-internal.
12505 (backward-subword-internal): Rename from c-backward-subword-internal.
12507 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
12509 * vc.el (vc-deduce-fileset): Allow non-state changing operations
12510 from a dired buffer.
12511 (vc-dired-deduce-fileset): New function.
12512 (vc-root-diff, vc-print-root-log): Use it.
12514 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
12515 nil LIMIT argument to vc-print-log-internal.
12517 2009-11-20 Glenn Morris <rgm@gnu.org>
12519 * Makefile.in (ELCFILES): Regenerate.
12521 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
12523 * calc/calc.el (calc-set-mode-line):
12524 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
12525 (math-format-number): Rename `math-format-complement-signed' to
12526 `math-format-twos-complement'.
12528 * calc/calc-bin.el (math-format-twos-complement): Rename from
12529 math-format-complement-signed.
12530 (calc-radix): Rename `calc-complement-signed-mode' to
12531 `calc-twos-complement-mode'.
12532 (calc-octal-radix, calc-hex-radix): Add an argument for
12535 * calc/calc-embed.el (calc-embedded-mode-vars):
12536 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
12538 * calc/calc-ext.el (calc-init-extensions):
12539 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
12540 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
12542 * calc/calc-units.el (math-build-units-table-buffer):
12543 Let `calc-twos-complement-mode' be nil.
12545 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
12548 * calc/calc-vec.el (calcFunc-vunpack):
12549 * calc/calc-aent.el (calc-do-calc-eval):
12550 * calc/calc-forms.el (math-format-date):
12551 * calc/calc-graph.el (calc-graph-plot):
12552 * calc/calc-math.el (math-use-emacs-fn):
12553 * calc/calccomp.el (math-compose-expr):
12554 Let `calc-twos-complement-mode' be nil.
12556 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
12558 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
12559 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
12560 * minibuffer.el (completion-in-region-functions): New hook.
12561 (completion-in-region): New function.
12562 * emacs-lisp/lisp.el (lisp-complete-symbol):
12563 * pcomplete.el (pcomplete-std-complete): Use it.
12565 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
12567 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
12568 (latex-complete-alist): New vars.
12569 (latex-string-prefix-p, latex-complete-bibtex-keys)
12570 (latex-complete-envnames, latex-complete-refkeys)
12571 (latex-complete-data): New functions.
12572 (latex-complete, latex-indent-or-complete): New commands.
12574 * window.el (display-buffer-mark-dedicated): New var.
12575 (display-buffer): Obey it.
12576 * minibuffer.el (minibuffer-completion-help): Use it.
12578 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
12580 * filecache.el (file-cache-add-file): Use push and cons.
12581 (file-cache-delete-file-regexp): Use push.
12582 (file-cache-complete): Use completion-in-region.
12584 * simple.el (with-wrapper-hook): Fix thinko.
12586 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
12587 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
12588 Use with-current-buffer and string-to-number.
12589 (hfy-fallback-colour-values): Use assoc-string.
12590 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
12591 (hfy-face-at): Remove unused var `found-face'.
12592 (hfy-compile-stylesheet): Remove unused var `css'.
12593 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
12595 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
12596 Use with-current-buffer.
12597 (hfy-text-p): Use expand-file-name and fewer setq.
12599 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
12601 * htmlfontify.el, hfy-cmap.el: New files.
12603 2009-11-19 Juri Linkov <juri@jurta.org>
12605 * minibuffer.el (completions-format): New defcustom.
12606 (completion--insert-strings): Implement vertical format.
12608 * simple.el (switch-to-completions): Move point to the first
12609 completion when point was at the beginning of the buffer.
12611 2009-11-19 Juri Linkov <juri@jurta.org>
12613 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
12615 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
12617 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
12619 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
12620 (mail-signature): Change default to t.
12621 (mail-from-style): Deprecate `system-default' value.
12622 (mail-insert-from-field): For default value of mail-from-style,
12623 default to `angles' unless `angles' needs quoting and `parens'
12625 (mail-citation-prefix-regexp): Use citation regexp from
12628 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
12630 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
12631 Set variables for computing the prompt for reading password.
12633 2009-11-19 Glenn Morris <rgm@gnu.org>
12635 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
12637 * textmodes/flyspell.el (sgml-lexical-context): Declare.
12639 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
12640 (newsticker-treeview-listwindow-height): Fix custom type.
12642 2009-11-19 Kenichi Handa <handa@m17n.org>
12644 * descr-text.el (describe-char-padded-string): Compose with TAB
12645 only if there's a font for CH.
12646 (describe-char): Fix the condition for detecting a trivial composition.
12648 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
12650 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
12651 more accurate version of the regexp. (Bug#3910)
12653 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
12655 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
12657 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
12659 * font-setting.el (font-use-system-font): Declare for byte-compiler.
12660 (font-setting-change-default-font): Fix typo in docstring.
12662 2009-11-18 Alan Mackenzie <acm@muc.de>
12664 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
12666 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
12668 * font-setting.el (font-use-system-font): Move ...
12670 * cus-start.el (all): ... to here.
12672 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
12674 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
12675 Don't set `ad-return-value' if `ad-do-it' doesn't.
12677 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
12680 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
12682 * menu-bar.el: Put "Use system font" in Option-menu.
12683 (menu-bar-options-save): Add font-use-system-font.
12685 * loadup.el: If feature system-font-setting or font-render-setting is
12686 there, load font-setting.
12688 * Makefile.in (ELCFILES): Add font-settings.el.
12689 * font-setting.el: New file.
12691 2009-11-17 Glenn Morris <rgm@gnu.org>
12693 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
12695 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
12696 Preserve point in the list buffer. (Bug#4939)
12698 (newsticker--treeview-list-update-highlight)
12699 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
12701 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
12703 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
12706 * calc/calc-ext.el (calc-init-extensions): Remove references to
12709 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
12711 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
12712 * calc/calc-help.el (calc-b-prefix-help): Remove references to
12715 2009-11-16 Kevin Ryde <user42@zip.com.au>
12717 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
12718 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
12720 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
12721 (lm-keywords-list): Allow comma-only separator like "foo,bar".
12722 Ignore trailing spaces by omit-nulls to split-string (fixing
12723 regression from Emacs 21 due to the incompatible split-string
12724 change). (Bug #4928.)
12726 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
12728 * vc.el (vc-log-show-limit): Default to 2000.
12729 (vc-print-log-internal): Insert buttons to request more entries
12730 when limiting the output.
12732 * vc-sccs.el (vc-sccs-print-log):
12733 * vc-rcs.el (vc-rcs-print-log):
12734 * vc-cvs.el (vc-cvs-print-log):
12735 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
12738 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
12740 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
12741 error when `tramp-gvfs-dbus-event-vector' is set.
12742 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
12744 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12746 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
12748 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
12750 * net/dbus.el (dbus-unregister-service): New defun.
12751 (dbus-register-property): Register the handlers of
12752 "org.freedesktop.DBus.Properties" for SERVICE.
12753 (dbus-property-handler): Fix docstring.
12755 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12757 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
12758 Quote doc string reference in defvaralias as it is not in special form.
12759 (byte-compile-output-docform): Doc fix.
12761 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
12763 * calc/calc.el (math-2-word-size, math-half-2-word-size)
12764 (calc-complement-signed-mode): New variables.
12765 (calc-set-mode-line): Add indicator for twos-complements.
12766 (math-format-number): Format twos-complement notation.
12768 * calc/calc-bin.el (calc-word-size): Reset the variables
12769 `math-2-word-size' and `math-half-2-word-size'.
12770 (math-format-complement-signed, math-symclip, calcFunc-symclip)
12771 (calc-symclip): New functions.
12773 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
12775 * calc/calc-embed.el (calc-embedded-mode-vars):
12776 Add `calc-complement-signed-mode' to the list of modes.
12778 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
12779 (calc-b-oper-keys): Add `calc-symclip' to list.
12781 * calc/calc-ext.el (math-read-number-fancy): Read complement
12783 (calc-init-extensions): Add binding for `calc-symclip'.
12784 Add autoload for `calcFunc-symclip' and `calc-symclip'.
12786 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
12788 (calc-modes-menu): Add item for twos complement mode.
12790 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
12792 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
12794 * register.el (jump-to-register, insert-register): Handle Semantic
12795 tags. From commented-out advice in semantic/senator.el.
12797 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
12799 * vc.el (vc-log-show-limit): New variable.
12800 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
12801 when using a prefix argument.
12802 (vc-print-log-internal): Add new argument LIMIT.
12804 * vc-svn.el (vc-svn-print-log):
12805 * vc-mtn.el (vc-mtn-print-log):
12806 * vc-hg.el (vc-hg-print-log):
12807 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
12808 pass it to the log command when set. Make the BUFFER argument
12811 * vc-sccs.el (vc-sccs-print-log):
12812 * vc-rcs.el (vc-rcs-print-log):
12813 * vc-git.el (vc-git-print-log):
12814 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
12815 ignore it. Make the BUFFER argument non-optional
12817 * bindings.el (mode-line-buffer-identification): Do not purecopy.
12819 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
12821 * dired.el (dired-mode-map): Move encryption items to "Operate"
12824 * strokes.el (strokes-update-window-configuration): Make strokes
12825 buffer current before erasing (Bug#4906).
12827 2009-11-15 Juri Linkov <juri@jurta.org>
12829 * simple.el (set-mark-default-inactive): Add :type, :group
12830 and :version. (Bug#4876)
12832 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
12834 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
12835 (archive-unique-fname): ... here. (Bug#4929)
12837 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
12839 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
12842 * novice.el (disabled-command-function): Add useful args.
12843 Setup the help buffer so that [back] works.
12844 Remove redundant call to help-mode.
12845 (disabled-command-function): Use `case'.
12846 (en/disable-command): New function extracted from enable-command.
12847 (enable-command, disable-command): Use it.
12849 2009-11-14 Glenn Morris <rgm@gnu.org>
12851 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
12852 constants. (Bug#4913)
12854 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
12856 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
12858 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
12859 defined in C that have no doc-strings. (Bug#1063)
12861 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
12863 * cus-edit.el (data, files):
12864 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
12866 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
12868 * simple.el (shell-command): Doc fix (Bug#4891).
12870 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
12872 2009-11-14 Glenn Morris <rgm@gnu.org>
12874 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
12875 statements for vc-diff, emerge-quit, and rmail-cease-edit.
12876 If they are already loaded, eval-after-load will do the right thing.
12878 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
12881 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
12883 * simple.el (x-selection-owner-p): Declare.
12884 (read-mail-command): Use custom radio type rather than choice.
12885 (completion-no-auto-exit): Doc fix.
12887 * custom.el (defgroup):
12888 * epg-config.el (epg): Doc fixes.
12890 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
12892 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
12893 * international/ccl.el (define-ccl-program): Do not purecopy the
12894 docstring, defconst does it anyway.
12896 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
12898 * add-log.el (add-change-log-entry): Avoid displaying the changelog
12901 * x-dnd.el (x-dnd-maybe-call-test-function):
12902 * window.el (split-window-vertically):
12903 * whitespace.el (whitespace-help-on):
12904 * vc-rcs.el (vc-rcs-consult-headers):
12905 * userlock.el (ask-user-about-lock-help)
12906 (ask-user-about-supersession-help):
12907 * type-break.el (type-break-force-mode-line-update):
12908 * time-stamp.el (time-stamp-conv-warn):
12909 * terminal.el (te-set-output-log, te-more-break, te-filter)
12910 (te-sentinel, terminal-emulator):
12911 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
12912 (term-write-input-ring, term-check-source, term-start-output-log):
12913 (term-display-buffer-line, term-dynamic-list-completions):
12914 (term-ansi-make-term, serial-term):
12915 * subr.el (selective-display):
12916 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
12917 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
12918 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
12919 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
12920 (speedbar-remove-localized-speedbar-support)
12921 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
12922 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
12923 (speedbar-buffers-line-directory):
12924 * simple.el (shell-command-on-region, append-to-buffer)
12925 (prepend-to-buffer):
12926 * shadowfile.el (shadow-save-todo-file):
12927 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
12928 (scroll-bar-maybe-set-window-start):
12929 * sb-image.el (speedbar-image-dump):
12930 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
12931 (load-save-place-alist-from-file):
12932 * ps-samp.el (ps-print-message-from-summary):
12933 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
12934 (ps-background-image, ps-begin-job, ps-do-despool):
12935 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
12936 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
12937 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
12938 (pr-call-process, pr-file-list, pr-interface-save):
12939 * novice.el (disabled-command-function)
12940 (enable-command, disable-command):
12941 * mouse.el (mouse-buffer-menu-alist):
12942 * mouse-copy.el (mouse-kill-preserving-secondary):
12943 * macros.el (kbd-macro-query):
12944 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
12945 * informat.el (batch-info-validate):
12946 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
12947 * hippie-exp.el (try-expand-dabbrev-visible):
12948 * help-mode.el (help-make-xrefs):
12949 * help-fns.el (describe-variable):
12950 * generic-x.el (bat-generic-mode-run-as-comint):
12951 * finder.el (finder-mouse-select):
12952 * find-dired.el (find-dired-sentinel):
12953 * filesets.el (filesets-file-close):
12954 * files.el (list-directory):
12955 * faces.el (list-faces-display, describe-face):
12956 * facemenu.el (list-colors-display):
12957 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
12958 * epg.el (epg--process-filter, epg-cancel):
12959 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
12960 (epa--read-signature-type):
12961 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
12962 (emerge-file-names):
12963 * ehelp.el (electric-helpify):
12964 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
12965 * ediff-vers.el (rcs-ediff-view-revision):
12966 * ediff-util.el (ediff-setup):
12967 * ediff-mult.el (ediff-append-custom-diff):
12968 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
12970 * echistory.el (Electric-command-history-redo-expression):
12971 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
12972 * disp-table.el (describe-display-table):
12973 * dired.el (dired-find-buffer-nocreate):
12974 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
12975 * dabbrev.el (dabbrev--same-major-mode-p):
12976 * chistory.el (list-command-history):
12977 * apropos.el (apropos-documentation):
12978 * allout.el (allout-obtain-passphrase):
12979 (allout-copy-exposed-to-buffer):
12980 (allout-verify-passphrase): Use with-current-buffer.
12982 2009-11-13 Glenn Morris <rgm@gnu.org>
12984 * Makefile.in (ELCFILES): Regenerate.
12986 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
12988 * net/dbus.el (dbus-registered-objects-table): Rename from
12989 `dbus-registered-functions-table', because it contains also properties.
12990 (dbus-unregister-object): Unregister also properties.
12991 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
12992 Use a timeout of 500 msec, in order to not block.
12993 (dbus-register-property, dbus-property-handler): New defuns.
12995 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
12997 * simple.el (minibuffer-default-add-completions): Drop deprecated
13000 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
13002 * textmodes/artist.el (artist-mouse-choose-operation):
13003 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
13004 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
13005 (artist-compute-up-event-key): New function.
13006 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
13008 2009-11-13 Kenichi Handa <handa@m17n.org>
13010 * language/japan-util.el: Make sure that the value of jisx0208
13011 property is jisx0208 character.
13013 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
13015 * international/mule.el (auto-coding-regexp-alist): Only purecopy
13016 car or each item, not the whole list.
13018 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
13020 * minibuffer.el (minibuffer-completion-help):
13021 Use minibuffer-hide-completions.
13023 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
13025 * dired.el (dired-save-positions, dired-restore-positions): New funs.
13026 (dired-revert): Use them (bug#4880).
13028 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
13030 * tooltip.el (tooltip-frame-parameters): Undo previous change.
13032 2009-11-12 Juri Linkov <juri@jurta.org>
13034 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
13036 (find-file-literally-at-point): Alias of `ffap-literally'.
13038 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
13040 * textmodes/ispell.el (ispell-skip-region-alist):
13041 * textmodes/css-mode.el (auto-mode-alist):
13042 * progmodes/compile.el (auto-mode-alist):
13043 * international/mule.el (ctext-non-standard-encodings-alist)
13044 (ctext-non-standard-encodings-regexp):
13045 * simple.el (shell-command-switch, text-read-only):
13046 * replace.el (occur-mode-map):
13047 * paths.el (rmail-file-name):
13048 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
13049 * find-file.el (ff-special-constructs):
13050 * files.el (file-name-handler-alist):
13051 * composite.el: Purecopy strings.
13053 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
13055 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
13057 * widget.el (define-widget): Purecopy the docstring.
13058 * international/mule-cmds.el (charset): Do not purecopy the
13059 docstring here, define-widget does it.
13061 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
13062 * textmodes/bibtex-style.el (auto-mode-alist):
13063 * progmodes/inf-lisp.el (inferior-lisp-prompt):
13064 * progmodes/compile.el (compile-command):
13065 * language/korea-util.el (default-korean-keyboard):
13066 * international/mule-conf.el (file-coding-system-alist):
13067 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
13068 * tooltip.el (tooltip-frame-parameters):
13069 * newcomment.el (comment-end, comment-padding):
13070 * dired.el (dired-trivial-filenames):
13071 * comint.el (comint-file-name-prefix): Purecopy initial values.
13073 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
13075 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
13076 (tramp-advice-minibuffer-electric-tilde): Unload advices via
13078 (tramp-advice-make-auto-save-file-name)
13079 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
13080 after removing the advice.
13082 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
13084 * progmodes/grep.el (grep-regexp-alist):
13085 * international/mule-cmds.el (iso-2022-control-alist):
13086 * emacs-lisp/timer.el (timer-duration-words):
13087 * subr.el (version-separator, version-regexp-alist):
13088 * minibuffer.el (completion-styles-alist):
13089 * faces.el (face-attribute-name-alist, list-faces-sample-text):
13090 Change defvars to defconsts.
13092 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
13093 * loadup.el ("international/mule-conf"): Load the byte compiled version.
13094 * international/mule-conf.el: Allow to be byte compiled.
13096 * international/mule.el (define-charset): Purecopy props.
13097 (load-with-code-conversion): Purecopy doc string and file name.
13098 (put-charset-property): Purecopy strings.
13099 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
13101 * international/mule-cmds.el (register-input-method): Purecopy arguments.
13102 (define-char-code-property): Correctly purecopy the table.
13104 * international/ccl.el (define-ccl-program): Purecopy the docstring.
13106 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
13108 * subr.el (add-hook): Purecopy strings.
13109 (eval-after-load): Purecopy load-history-regexp and the form.
13111 * custom.el (custom-declare-group): Purecopy load-file-name.
13113 * subr.el (menu-bar-separator): New defconst.
13114 * net/eudc.el (eudc-tools-menu):
13115 * international/mule-cmds.el (set-coding-system-map)
13116 (mule-menu-keymap):
13117 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
13118 * vc-hooks.el (vc-menu-map):
13119 * replace.el (occur-mode-map):
13120 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
13121 (menu-bar-edit-menu, menu-bar-goto-menu)
13122 (menu-bar-custom-menu, menu-bar-showhide-menu)
13123 (menu-bar-options-menu, menu-bar-tools-menu)
13124 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
13125 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
13126 (menu-bar-help-menu):
13127 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
13128 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
13130 * term/x-win.el (x-gtk-stock-map):
13131 * progmodes/vera-mode.el (auto-mode-alist):
13132 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
13133 (inferior-lisp-program, inferior-lisp-load-command):
13134 * progmodes/hideshow.el (hs-special-modes-alist):
13135 * progmodes/gud.el (same-window-regexps):
13136 * progmodes/grep.el (grep-program, find-program, xargs-program):
13137 * net/telnet.el (same-window-regexps):
13138 * net/rlogin.el (same-window-regexps):
13139 * language/ethiopic.el (font-ccl-encoder-alist):
13140 * vc-sccs.el (vc-sccs-master-templates):
13141 * vc-rcs.el (vc-rcs-master-templates):
13142 * subr.el (cl-assertion-failed):
13143 * simple.el (next-error-overlay-arrow-position):
13144 * lpr.el (lpr-command):
13145 * locate.el (locate-ls-subdir-switches):
13146 * info.el (same-window-regexps, info)
13147 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
13148 * image-mode.el (image-mode, auto-mode-alist):
13149 * hippie-exp.el (hippie-expand-ignore-buffers):
13150 * format.el (format-alist):
13151 * find-dired.el (find-ls-subdir-switches, find-grep-options)
13153 * facemenu.el (facemenu-keybindings):
13154 * dired.el (dired-listing-switches, dired-chown-program):
13155 * diff.el (diff-switches, diff-command):
13156 * cus-edit.el (same-window-regexps):
13157 * bindings.el (mode-line-mule-info)
13158 (mode-line-buffer-identification): Purecopy strings.
13160 2009-11-11 Juri Linkov <juri@jurta.org>
13162 * simple.el (dired-get-filename) <declare-function>:
13163 Tell the byte-compiler about dired-get-filename.
13164 (shell-command): In Dired mode, get filename from the current line
13165 as the default value.
13167 2009-11-10 Glenn Morris <rgm@gnu.org>
13169 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
13170 * calendar/holidays.el, progmodes/cperl-mode.el:
13171 Update x-popup-menu declarations.
13173 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
13174 (list-load-path-shadows): Use dolist.
13175 (list-load-path-shadows): Use with-current-buffer.
13177 2009-11-10 Juri Linkov <juri@jurta.org>
13179 * minibuffer.el (read-file-name): Support a list of default values
13180 in `default-filename'. Use the first file name where only one
13181 element is required. Doc fix.
13183 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
13185 * net/dbus.el (dbus-unregister-object): Release service, if no
13186 other method is registered for it.
13188 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
13190 * bookmark.el (bookmark-completing-read): Sort bookmark names if
13191 bookmark-sort-flag is non-nil (Bug#4653).
13193 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
13195 * emulation/cua-base.el: Add CUA property to some CC mode commands
13198 2009-11-08 Kevin Ryde <user42@zip.com.au>
13200 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
13201 at end of sentence (Bug#4818).
13203 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
13205 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13206 Handle "see declaration of" MSFT statements (Bug#4100).
13208 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
13210 * net/tramp.el (tramp-advice-make-auto-save-file-name)
13211 (tramp-advice-file-expand-wildcards): Unload via
13212 `ad-remove-advice'.
13214 * net/trampver.el: Update release number.
13216 2009-11-08 Kevin Ryde <user42@zip.com.au>
13218 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
13221 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
13223 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
13224 in order to keep context in SELinux.
13226 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
13228 * dired-aux.el (dired-query): Place cursor in echo area and allow
13231 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
13232 menu item if not on a directory (Bug#4701).
13234 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
13236 Sync with Tramp 2.1.17.
13238 * net/tramp.el (tramp-handle-copy-directory): Don't use
13239 `file-remote-p' (due to compatibility).
13241 * net/tramp-compat.el (tramp-compat-copy-directory)
13242 (tramp-compat-delete-directory): New defuns.
13244 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
13245 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
13246 Use `tramp-compat-delete-directory'.
13248 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
13249 (tramp-smb-handle-delete-directory):
13250 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
13252 * net/trampver.el: Update release number.
13254 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
13256 * tar-mode.el (tar-copy): Call write-region on the right buffer
13259 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
13260 by hand, if necessary (Bug#4878).
13262 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
13264 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
13265 align size column (Bug#4839).
13267 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
13270 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
13272 * progmodes/ld-script.el (auto-mode-alist):
13273 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
13275 * cus-face.el (custom-declare-face): Purecopy face spec.
13277 2009-11-06 Kenichi Handa <handa@m17n.org>
13279 * international/uni-bidi.el: Re-generated.
13280 * international/uni-category.el: Re-generated.
13281 * international/uni-combining.el: Re-generated.
13282 * international/uni-mirrored.el: Re-generated.
13284 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
13286 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
13287 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
13288 (tex-start-options, slitex-run-command, latex-run-command)
13289 (tex-run-command, tex-directory):
13290 * textmodes/ispell.el (ispell-html-skip-alists)
13291 (ispell-tex-skip-alists, ispell-tex-skip-alists):
13292 * textmodes/fill.el (adaptive-fill-first-line-regexp):
13293 (adaptive-fill-regexp):
13294 * textmodes/dns-mode.el (auto-mode-alist):
13295 * progmodes/python.el (interpreter-mode-alist):
13296 * progmodes/etags.el (tags-compression-info-list):
13297 * progmodes/etags.el (tags-file-name):
13298 * net/browse-url.el (browse-url-galeon-program)
13299 (browse-url-firefox-program):
13300 * mail/sendmail.el (mail-signature-file)
13301 (mail-citation-prefix-regexp):
13302 * international/mule-conf.el (eight-bit):
13303 * international/latexenc.el (latex-inputenc-coding-alist):
13304 * international/fontset.el (x-pixel-size-width-font-regexp):
13305 * emacs-lisp/warnings.el (warning-type-format):
13306 * emacs-lisp/trace.el (trace-buffer):
13307 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
13308 (emacs-lisp-mode-map):
13309 * calendar/holidays.el (holiday-solar-holidays)
13310 (holiday-bahai-holidays, holiday-islamic-holidays)
13311 (holiday-christian-holidays, holiday-hebrew-holidays)
13312 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
13313 (hebrew-holidays-1, holiday-oriental-holidays)
13314 (holiday-general-holidays):
13315 * x-dnd.el (x-dnd-known-types):
13316 * tool-bar.el (tool-bar):
13317 * startup.el (site-run-file):
13318 * shell.el (shell-dumb-shell-regexp):
13319 * rfn-eshadow.el (file-name-shadow-tty-properties)
13320 (file-name-shadow-properties):
13321 * paths.el (remote-shell-program, news-directory):
13322 * mouse.el ([C-down-mouse-3]):
13323 * menu-bar.el (menu-bar-tools-menu):
13324 * jka-cmpr-hook.el (jka-compr-load-suffixes)
13325 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
13326 (jka-compr-compression-info-list):
13327 * isearch.el (search-whitespace-regexp):
13328 * image-file.el (image-file-name-extensions):
13329 * find-dired.el (find-ls-option):
13330 * files.el (directory-listing-before-filename-regexp)
13331 (directory-free-space-args, insert-directory-program)
13332 (list-directory-brief-switches, magic-fallback-mode-alist)
13333 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
13334 (automount-dir-prefix):
13335 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
13336 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
13337 (face-font-registry-alternatives, face-font-registry-alternatives)
13338 (face-font-family-alternatives):
13339 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
13340 (facemenu-foreground-menu, facemenu-face-menu):
13341 * epa-hook.el (epa-file-name-regexp):
13342 * dnd.el (dnd-protocol-alist):
13343 * textmodes/rst.el (auto-mode-alist):
13344 * button.el (default-button): Purecopy strings.
13346 2009-11-06 Glenn Morris <rgm@gnu.org>
13348 * Makefile.in (ELCFILES): Update.
13350 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
13352 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
13353 * emacs-lisp/levents.el: Move to obsolete/levents.el.
13355 * nxml/xsd-regexp.el (xsdre-gen-categories):
13356 * nxml/xmltok.el (xmltok-parse-entity):
13357 * nxml/rng-parse.el (rng-parse-validate-file):
13358 * nxml/rng-maint.el (rng-format-manual)
13359 (rng-manual-output-force-new-line):
13360 * nxml/rng-loc.el (rng-save-schema-location-1):
13361 * nxml/rng-cmpct.el (rng-c-parse-file):
13362 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
13363 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
13365 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
13367 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
13368 Remove extra save-excursions and make-variable-buffer-local's.
13369 Suggested by Stefan Monnier.
13371 (verilog-getopt-file, verilog-module-inside-filename-p)
13372 (verilog-set-define): Merge GNU 1.35 and repair changes from
13373 switching to using with-current-buffer.
13375 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
13376 being treated as a number and confusing AUTORESET.
13377 Reported by Dan Dever.
13379 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
13380 Add verilog-auto-ignore-concat to fix backward compatibility with
13381 older verilog-modes. Reported by Dan Katz.
13383 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
13384 containing closing anchors "...$".
13386 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
13387 Reported by Wade Smith.
13389 (verilog-batch-execute-func): Comment on function usage.
13391 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
13393 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
13396 (verilog-label-re, verilog-calc-1): Support proper indent of named
13399 (verilog-backward-token, verilog-basic-complete-re)
13400 (verilog-beg-of-statement, verilog-indent-re): Support proper
13401 indent of the assert statement at the beginning of a block of text.
13403 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
13404 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
13407 2009-11-05 Glenn Morris <rgm@gnu.org>
13409 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
13410 Emacs 19. (Bug#1531)
13411 (byte-compile-fix-header): Update for the above change.
13412 Drop test for epoch::version.
13414 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
13415 * cus-dep.el (custom-make-dependencies):
13416 * finder.el (finder-compile-keywords):
13417 Use autoload-rubric's feature argument.
13419 * calendar/diary-lib.el (top-level): Make load behave more like require.
13421 * vc-git.el (vc-git-stash-map): Move definition before use.
13423 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
13425 * custom.el (custom-declare-group): Purecopy standard-value.
13426 (custom-declare-group): Purecopy custom-prefix.
13428 * international/mule.el (load-with-code-conversion):
13429 Call do-after-load-evaluation unconditionally.
13431 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
13433 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
13435 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
13437 2009-11-04 Glenn Morris <rgm@gnu.org>
13439 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
13440 (byte-compile-compatibility): Remove option.
13441 (byte-compile-close-variables, byte-compile-fix-header)
13442 (byte-compile-insert-header, byte-compile-output-docform)
13443 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
13444 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
13445 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
13446 (byte-compile-insert, byte-compile-defun):
13447 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
13448 (byte-defop-compiler19): Remove.
13449 Without byte-compile-compatibility, the 'emacs19-opcode property is not
13450 used by anything. Replace all calls with byte-defop-compiler.
13452 2009-11-04 Juri Linkov <juri@jurta.org>
13454 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
13455 (menu-bar-options-menu): Don't quote the `prop' arg of
13456 `menu-bar-make-mm-toggle'.
13458 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
13460 * calendar/calendar.el (cal-loaddefs):
13461 * calendar/diary-lib.el (diary-loaddefs):
13462 * calendar/holidays.el (hol-loaddefs):
13463 * eshell/esh-module.el (esh-groups): Load rather than require.
13465 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
13467 * calendar/todo-mode.el (todo-add-category): Don't hardcode
13469 (todo-top-priorities): Only display-buffer when called interactively.
13470 (todo-item-start): Don't save excursion point.
13471 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
13472 (todo-insert-item-here, todo-file-item, todo-remove-item):
13473 Adjust uses of todo-item-start and todo-item-end.
13475 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
13476 (autoload-rubric): Don't use any more.
13478 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
13479 and only put a prop if it is non-nil.
13481 2009-11-03 Juri Linkov <juri@jurta.org>
13483 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
13484 (menu-bar-options-menu): Fix list quoting (Bug#4429).
13486 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
13487 and "Menu" to make top-level menu item visually one unit (like
13488 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
13489 multi-word menu items). Fix :help string for quit-window.
13491 2009-11-03 Glenn Morris <rgm@gnu.org>
13493 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
13494 (byte-compile-file-form-define-abbrev-table)
13495 (byte-compile-file-form-custom-declare-variable)
13496 (byte-compile-variable-ref, byte-compile-defvar):
13497 Whether or not a warning is enabled should only affect whether we issue
13498 the warning, not whether or not we collect the relevant data.
13499 Eg warnings can be turned on and off throughout the course of a file.
13501 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
13502 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
13504 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
13506 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
13507 * play/mpuz.el (mpuz-create-buffer):
13508 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
13509 (lm-print-y,s,noise, lm-print-w0, lm-init):
13510 * play/gomoku.el (gomoku-prompt-for-move):
13511 * play/fortune.el (fortune-in-buffer):
13512 * play/dissociate.el (dissociated-press):
13513 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
13514 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
13515 * mail/supercite.el (sc-eref-show):
13516 * mail/smtpmail.el (smtpmail-send-it):
13517 * mail/rmailsum.el (rmail-summary-next-labeled-message)
13518 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
13519 (rmail-summary-undelete-many, rmail-summary-rmail-update)
13520 (rmail-summary-goto-msg, rmail-summary-expunge)
13521 (rmail-summary-get-new-mail, rmail-summary-search-backward)
13522 (rmail-summary-add-label, rmail-summary-output-menu)
13523 (rmail-summary-output-body):
13524 * mail/rfc822.el (rfc822-addresses):
13525 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
13526 * mail/mailpost.el (post-mail-send-it):
13527 * mail/hashcash.el (hashcash-generate-payment):
13528 * mail/feedmail.el (feedmail-run-the-queue)
13529 (feedmail-queue-send-edit-prompt-help-first)
13530 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
13531 (feedmail-deduce-address-list):
13532 * eshell/esh-ext.el (eshell-remote-command):
13533 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
13534 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
13535 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
13536 (viper-save-string-in-file, viper-valid-marker):
13537 * emulation/viper-keym.el (viper-toggle-key):
13538 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
13539 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
13540 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
13541 * emulation/viper-cmd.el (viper-exec-form-in-vi)
13542 (viper-exec-form-in-emacs, viper-brac-function):
13543 * emulation/viper.el (viper-delocalize-var):
13544 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
13545 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
13546 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
13547 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
13548 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
13549 * emulation/edt.el (edt-electric-helpify):
13550 * emulation/cua-rect.el (cua--rectangle-aux-replace):
13551 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
13552 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
13553 (cua-indent-to-global-mark-column):
13554 * calendar/diary-lib.el (calendar-mark-1):
13555 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
13556 Use with-current-buffer.
13557 * emulation/viper.el (viper-delocalize-var): Use dolist.
13559 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
13561 * comint.el (comint-replace-by-expanded-history-before-point):
13562 Replace !! with the previous input string literally (Bug#1795).
13564 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
13566 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
13567 to be made up of whitespace.
13569 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
13571 * minibuffer.el (read-file-name): Don't use file dialogs for
13572 remote directories (Bug#99).
13574 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
13576 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
13578 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
13580 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
13581 instead of deleting the window or frame.
13583 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
13585 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
13586 Support face colors.
13588 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
13589 New function. Support face colors (Bug#1168).
13590 (tex-common-initialization): Use it.
13592 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
13593 mode allows it (Bug#1168).
13595 2009-10-31 Juri Linkov <juri@jurta.org>
13597 * facemenu.el (list-colors-display): Don't mark buffer as
13598 modified (Bug#3948).
13600 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
13602 * international/mule-diag.el (list-character-sets-1):
13603 Minor message fix (Bug#3526).
13605 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
13606 Fix face property (Bug#4834).
13607 (etags-list-tags, etags-tags-apropos-additional)
13608 (etags-tags-apropos, tags-select-tags-table): Add follow-link
13611 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
13614 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
13616 * textmodes/two-column.el (2C-split):
13617 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
13618 * textmodes/tex-mode.el (tex-set-buffer-directory):
13619 * textmodes/spell.el (spell-region, spell-string):
13620 * textmodes/reftex.el (reftex-erase-buffer):
13621 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
13622 * textmodes/reftex-toc.el (reftex-toc-promote-action):
13623 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
13624 (reftex-select-item):
13625 * textmodes/reftex-ref.el (reftex-label-info-update)
13626 (reftex-offer-label-menu):
13627 * textmodes/reftex-index.el (reftex-index-change-entry)
13628 (reftex-index-phrases-info):
13629 * textmodes/reftex-global.el (reftex-create-tags-file)
13630 (reftex-save-all-document-buffers, reftex-ensure-write-access):
13631 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
13632 (reftex-view-crossref-from-bibtex):
13633 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
13634 (reftex-extract-bib-entries-from-thebibliography)
13635 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
13636 * textmodes/refbib.el (r2b-capitalize-title):
13637 (r2b-convert-buffer, r2b-help):
13638 * textmodes/page-ext.el (pages-directory)
13639 (pages-directory-goto-with-mouse):
13640 * textmodes/bibtex.el (bibtex-validate-globally):
13641 * textmodes/bib-mode.el (bib-capitalize-title):
13642 * textmodes/artist.el (artist-clear-buffer, artist-system):
13643 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
13644 (local-set-scheme-interaction-buffer, xscheme-process-filter)
13645 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
13646 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
13647 (xscheme-send-control-g-interrupt, xscheme-start-process)
13648 (xscheme-process-sentinel, xscheme-cd):
13649 * progmodes/verilog-mode.el (verilog-read-always-signals)
13650 (verilog-set-define, verilog-getopt-file)
13651 (verilog-module-inside-filename-p):
13652 * progmodes/sh-script.el:
13653 * progmodes/python.el (python-pdbtrack-get-source-buffer)
13654 (python-pdbtrack-grub-for-buffer, python-execute-file):
13655 * progmodes/octave-inf.el (inferior-octave):
13656 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
13657 (idlwave-shell-compile-helper-routines, idlwave-set-local)
13658 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
13659 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
13660 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
13661 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
13662 (idlwave-shell-filter, idlwave-shell-examine-highlight)
13663 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
13664 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
13665 (idlwave-shell-examine-display, idlwave-shell-run-region)
13666 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
13667 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
13668 * progmodes/idlw-help.el (idlwave-help-get-special-help)
13669 (idlwave-help-get-help-buffer):
13670 * progmodes/gud.el (gud-basic-call, gud-find-class)
13671 (gud-tooltip-activate-mouse-motions-if-enabled):
13672 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
13673 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
13674 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
13675 (ebrowse-tags-next-file):
13676 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
13677 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
13678 (ebnf-eps-finish-and-write):
13679 * progmodes/cpp.el (cpp-edit-save):
13680 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
13681 * progmodes/cc-defs.el (c-emacs-features):
13682 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
13683 (antlr-directory-dependencies):
13684 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
13685 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
13686 (ada-find-any-references, ada-make-filename-from-adaname)
13687 (ada-make-body-gnatstub):
13688 * obsolete/rnews.el (news-list-news-groups):
13689 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
13690 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
13691 * net/rcirc.el (rcirc-debug):
13692 * net/newst-treeview.el (newsticker--treeview-list-add-item)
13693 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
13694 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
13695 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
13696 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
13697 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
13698 (newsticker--treeview-list-clear-highlight)
13699 (newsticker--treeview-list-update-highlight)
13700 (newsticker--treeview-list-highlight-start)
13701 (newsticker--treeview-tree-update-highlight)
13702 (newsticker--treeview-get-selected-item)
13703 (newsticker-treeview-mark-list-items-old)
13704 (newsticker--treeview-set-current-node):
13705 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
13706 * net/newst-backend.el (newsticker--get-news-by-funcall)
13707 (newsticker--get-news-by-wget, newsticker--image-get)
13708 (newsticker--image-sentinel):
13709 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
13710 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
13711 (eudc-ph-close-session):
13712 * net/eudc.el (eudc-save-options):
13713 * language/thai-word.el (thai-update-word-table):
13714 * language/japan-util.el (japanese-string-conversion):
13715 * international/titdic-cnv.el (tsang-quick-converter)
13716 (ziranma-converter, ctlau-converter):
13717 * international/mule-cmds.el (describe-language-environment):
13718 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
13719 (skkdic-convert-postfix, skkdic-convert-prefix):
13720 (skkdic-convert-okuri-nasi, skkdic-convert):
13721 * emacs-lisp/re-builder.el (reb-update-overlays):
13722 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
13723 * emacs-lisp/gulp.el (gulp-send-requests):
13724 * emacs-lisp/find-gc.el (trace-call-tree):
13725 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
13726 (eieio-describe-generic):
13727 * emacs-lisp/eieio-base.el (eieio-persistent-read):
13728 * emacs-lisp/edebug.el (edebug-outside-excursion):
13729 * emacs-lisp/debug.el (debugger-make-xrefs):
13730 * emacs-lisp/cust-print.el (custom-prin1-to-string):
13731 * emacs-lisp/chart.el (chart-new-buffer):
13732 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
13733 Use with-current-buffer.
13734 * textmodes/artist.el (artist-system): Don't call
13735 copy-sequence on a fresh string.
13736 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
13738 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
13740 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
13741 is no item to edit. (Bug#4820)
13742 (todo-top-priorities): Restore point and restore narrowing in Todo
13745 2009-10-31 Glenn Morris <rgm@gnu.org>
13747 * net/ange-ftp.el (top-level): Don't require dired when compiling.
13748 (comint-last-output-start, comint-last-input-start)
13749 (comint-last-input-end): Don't defvar when compiling.
13750 (ange-ftp-process-file): Use bound-and-true-p.
13752 * pcmpl-rpm.el (top-level): Move provide statement to end.
13753 (pcmpl-rpm): Remove unused custom group.
13755 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
13757 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
13759 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
13760 (byte-compile-warnings): Add `constants' as an option.
13761 (byte-compile-callargs-warn, byte-compile-arglist-warn)
13762 (display-call-tree): Update for byte-compile-fdefinition possibly
13763 returning `(macro lambda ...)'. (Bug#4778)
13764 (byte-compile-variable-ref, byte-compile-setq-default):
13765 Respect `constants' member of byte-compile-warnings.
13767 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
13769 * vc-bzr.el (vc-bzr-revision-keywords): New var.
13770 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
13773 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
13775 * textmodes/ispell.el (ispell-skip-region-alist):
13776 * international/mule-conf.el (eight-bit):
13777 * international/fontset.el (font-encoding-alist):
13778 * startup.el (pure-space-overflow-message):
13779 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
13780 * paths.el (gnus-nntp-service, rmail-spool-directory)
13781 (term-file-prefix):
13782 * files.el (save-some-buffers-action-alist):
13783 * cmuscheme.el (same-window-buffer-names):
13784 * ielm.el (same-window-buffer-names):
13785 * shell.el (same-window-buffer-names):
13786 * mail/sendmail.el (same-window-buffer-names):
13787 * progmodes/inf-lisp.el (same-window-buffer-names):
13788 * bindings.el (mode-line-client)
13789 (mode-line-column-line-number-mode-map):
13790 * language/tibetan.el (tibetan-precomposition-rule-regexp)
13791 (tibetan-precomposed-regexp): Purecopy string arguments.
13793 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13795 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
13796 (calcDigit-nondigit):
13797 * calc/calc-yank.el (calc-copy-to-buffer):
13798 * calc/calc-units.el (calc-invalidate-units-table):
13799 * calc/calc-trail.el (calc-trail-yank):
13800 * calc/calc-store.el (calc-insert-variables):
13801 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
13802 * calc/calc-prog.el (calc-read-parse-table):
13803 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
13804 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
13805 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
13806 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
13807 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
13808 (calc-graph-name, calc-graph-find-command, calc-graph-view)
13809 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
13810 * calc/calc-ext.el (calc-realign):
13811 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
13812 (calc-embedded-finish-edit, calc-embedded-make-info)
13813 (calc-embedded-finish-command, calc-embedded-stack-change):
13814 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
13816 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
13817 shell-dynamic-complete-filename in preference to
13818 comint-dynamic-complete-filename.
13820 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13821 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
13822 Don't consider whether the display supports colors.
13823 (bookmark-import-new-list): Use dolist.
13824 (bookmark-bmenu-mode-map): Move initialization into declaration.
13825 (bookmark-bmenu-list): Use dolist, simplify.
13826 (bookmark-show-all-annotations): Use save-selected-window and dolist.
13827 (menu-bar-final-items): Use push.
13829 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
13831 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
13832 it works on remote files.
13833 (vc-hg-diff): Don't pass any `--cwd' argument.
13835 2009-10-27 Kevin Ryde <user42@zip.com.au>
13837 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
13838 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
13839 (Further to Bug#3921).
13841 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
13843 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
13844 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
13845 calling `tramp-imap-put-file'. Add file size to the call.
13846 (tramp-imap-get-file-entries): Compute also user name, file size,
13848 (tramp-imap-handle-insert-directory): Insert uid and gid.
13849 (tramp-imap-handle-file-attributes): Transform uid and gid
13850 according to `id-format'.
13851 (tramp-imap-put-file): New optional parameter SIZE. Encode file
13852 size in header X-Size.
13854 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
13856 * simple.el (transpose-subr): Give clearer error when the mark
13857 is not set. (Bug#4807)
13859 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
13861 * net/tramp.el (tramp-perl-file-truename): New defconst.
13862 Perl code contributed by yary <not.com@gmail.com> (tiny change).
13863 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
13864 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
13865 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
13867 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
13868 Ignore `dired-call-process'.
13869 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
13871 2009-10-26 Julian Scheid <julians37@gmail.com>
13873 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
13874 (tramp-get-remote-readlink): New defun.
13875 (tramp-handle-file-truename): Use it.
13876 (tramp-handle-file-exists-p): Check file-attributes cache, assume
13877 file exists if cache value present.
13878 (tramp-check-cached-permissions): New defun.
13879 (tramp-handle-file-readable-p): Use it.
13880 (tramp-handle-file-writable-p): Likewise.
13881 (tramp-handle-file-executable-p): Likewise.
13882 (tramp-handle-file-name-all-completions): Try using Perl to get
13883 partial completions. When perl not available, combine `cd' and
13884 `ls' into single remote operation and use shell expansion to get
13885 partial remote directory contents. Set `file-exists-p' cache for
13886 directory and any files returned by ls. Change cache handling to
13887 support partial directory contents. Use error message emitted by
13888 remote `cd' or Perl code for local tramp-error.
13889 (tramp-do-copy-or-rename-file-directly): Avoid separate
13890 tramp-send-command-and-check call.
13891 (tramp-handle-process-file): Merge three remote ops into one.
13892 Do not flush all caches when `process-file-side-effects' is set.
13893 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
13894 file-attributes shows uid/gid to be set already.
13896 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
13898 * textmodes/tex-mode.el (tex-dvi-view-command)
13899 (tex-show-queue-command, tex-open-quote):
13900 * progmodes/ruby-mode.el (auto-mode-alist)
13901 (interpreter-mode-alist): Purecopy strings.
13903 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
13905 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
13906 string for the hook, keymap and abbrev table.
13908 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
13910 * x-dnd.el (x-dnd-xdnd-to-action):
13911 * startup.el (fancy-startup-text, fancy-about-text): Change to
13912 defconst from defvar.
13914 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
13916 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
13917 Purecopy initialization strings.
13919 * mail/sendmail.el (mail-header-separator)
13920 (mail-personal-alias-file):
13921 * mail/rmail.el (rmail-default-dont-reply-to-names)
13922 (rmail-ignored-headers, rmail-retry-ignored-headers)
13923 (rmail-highlighted-headers, rmail-secondary-file-directory)
13924 (rmail-secondary-file-regexp):
13925 * files.el (null-device, file-name-invalid-regexp)
13926 (locate-dominating-stop-dir-regexp)
13927 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
13928 (interpreter-mode-alist): Use mapcar instead of mapc.
13930 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
13932 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
13933 (completion-ignored-extensions):
13934 (debug-ignored-errors): Purecopy strings.
13936 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
13938 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
13939 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
13940 (pcomplete--here): Use push.
13942 * subr.el (all-completions): Declare the 4th arg obsolete.
13944 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13946 * pcomplete.el (pcomplete-unquote-argument-function): New var.
13947 (pcomplete-unquote-argument): New function.
13948 (pcomplete--common-suffix): Always pay attention to case.
13949 (pcomplete--table-subvert): Quote and unquote the text.
13950 (pcomplete--common-quoted-suffix): New function.
13951 (pcomplete-std-complete): Use it and pcomplete-begin.
13953 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
13954 we're inside a dedicated or minibuffer window.
13956 2009-10-24 Karl Fogel <kfogel@red-bean.com>
13958 * bookmark.el: Update documentation, especially documentation
13959 of `bookmark-alist' and of the bookmark file format.
13960 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
13962 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
13964 * mail/emacsbug.el (report-emacs-bug): Clarify that the
13965 keybindings apply to the mail buffer (Bug#4003). Shrink help
13968 * whitespace.el (whitespace-mode, whitespace-newline-mode)
13969 (global-whitespace-mode, global-whitespace-newline-mode)
13970 (whitespace-toggle-options, global-whitespace-toggle-options):
13971 Doc fix (Bug#3660).
13973 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
13974 of xmltok-start before the end tag was inserted (Bug#2840).
13976 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
13977 patterns that are preceded by an open-paren (Bug#1320).
13979 2009-10-24 Sven Joachim <svenjoac@gmx.de>
13981 * files.el (delete-directory): Delete symlinks to directories with
13982 delete-file (Bug#4739).
13984 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
13986 * vc.el (vc-backend-for-registration): Rename from
13987 vc-get-backend-for-registration. Update callers.
13989 * international/mule-cmds.el (set-language-info-alist):
13991 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
13992 (charset): Purecopy the name.
13993 (define-char-code-property): Purecopy string arguments.
13995 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
13996 Purecopy string arguments.
13998 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
13999 * ediff-hook.el (menu-bar-ediff-menu):
14000 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
14001 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
14003 2009-10-24 Glenn Morris <rgm@gnu.org>
14005 * comint.el (comint-dynamic-list-completions):
14006 * term.el (term-dynamic-list-completions): Use choose-completion rather
14007 than obsolete alias mouse-choose-completion.
14009 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
14010 file-cache-choose-completion.
14011 (file-cache-choose-completion): Handle an optional event argument.
14012 (file-cache-mouse-choose-completion): Make it an obsolete alias.
14014 * progmodes/octave-mod.el (octave-complete-symbol):
14015 Use choose-completion if mouse-choose-completion is ever removed.
14017 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
14020 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
14023 * vc-hooks.el (vc-responsible-backend): Fix declaration.
14025 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
14027 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
14028 Ignore `pred' now that we receive one.
14029 Handle test-completion specially.
14031 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
14033 * vc.el (vc-responsible-backend): Throw an error if not backend is
14034 found. Remove the REGISTER argument. Move the code dealing with
14036 (vc-get-backend-for-registration): ... here. New function.
14037 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
14038 of vc-responsible-backend, pass the file name instead of the
14041 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
14043 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
14045 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
14046 (pcomplete-comint-setup): Don't modify a global var via
14047 accidental side-effects.
14048 (pcomplete-shell-setup): Adjust call accordingly.
14049 (pcomplete-parse-comint-arguments): Use push.
14051 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
14053 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
14054 Allow uncapitalized info node names (Bug#3921).
14056 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
14057 to the DEBUG file (Bug#3781).
14059 2009-10-23 Jari Aalto <jari.aalto@cante.net>
14061 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
14062 dictionary entry (Bug#4579).
14064 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
14066 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
14067 from `rfn-eshadow-update-overlay-hook' when unloading.
14068 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
14069 "rsyncc". Adjust doc string.
14070 (tramp-temp-buffer-file-name): New buffer-local defvar.
14071 (tramp-handle-insert-file-contents, tramp-handle-write-region):
14072 Keep temporary file when indicated by method ("rsync" and
14074 (tramp-handle-write-region): Handle APPEND.
14075 (tramp-delete-temp-file-function): New defun. Added to
14076 `kill-buffer-hook'.
14078 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
14080 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
14082 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
14084 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
14085 (color-name-rgb-alist, tty-standard-colors)
14086 (tty-color-mode-alist): Change to defconst.
14088 * simple.el (mark-inactive): Purecopy message.
14090 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
14091 (global-map, yank-menu):
14092 * textmodes/ispell.el (ispell-menu-map):
14093 * net/eudc.el (eudc-tools-menu):
14094 * international/mule-cmds.el (describe-language-environment-map)
14095 (setup-language-environment-map, set-coding-system-map)
14096 (mule-menu-keymap):
14097 * vc-hooks.el (vc-menu-entry, vc-menu-map):
14098 * replace.el (occur-mode-map):
14099 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
14101 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
14103 * calc/calc.el (math-read-number, math-read-number-simple):
14104 Use `save-match-data'.
14106 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
14108 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
14109 rather than fiddling with global-map bindings, since it should only
14110 affect per-terminal settings.
14111 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
14113 * minibuffer.el (completion-table-with-terminator): Allow to specify
14114 the terminator-regexp.
14116 * simple.el (switch-to-completions): Look for *Completions* in other
14119 * pcomplete.el: Allow the use of completion-tables.
14120 (pcomplete-std-complete): New command.
14121 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
14122 (pcomplete--here): Use a function for `form' rather than an expression,
14123 so it can be byte-compiled.
14124 (pcomplete-here, pcomplete-here*): Adjust accordingly.
14125 Add edebug declaration.
14126 (pcomplete-show-completions): Remove unused var `curbuf'.
14127 (pcomplete-do-complete, pcomplete-stub):
14128 Don't assume `completions' is a list of strings any more.
14130 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
14132 * find-dired.el (find-name-arg): Fix typo in docstring.
14134 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
14136 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
14137 (pcmpl-linux-fs-types): Same, and update to new modules layout.
14139 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
14142 * comint.el (comint-read-input-ring, comint-write-input-ring)
14143 (comint-substitute-in-file-name)
14144 (comint-dynamic-complete-as-filename)
14145 (comint-dynamic-simple-complete)
14146 (comint-dynamic-list-filename-completions)
14147 (comint-dynamic-list-completions)
14148 (comint-redirect-results-list-from-process): Minor simplifications.
14150 2009-10-21 Kevin Ryde <user42@zip.com.au>
14152 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
14153 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
14154 the first form. And insert a blank line after ";;; Code" since
14155 that's usual style. (Bug#4612)
14157 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
14159 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
14161 * minibuffer.el (completion-table-with-terminator): Properly implement
14162 boundaries, in case `terminator' appears in the suffix.
14163 (completion--embedded-envvar-table): Don't return boundaries if
14164 there's no valid completion. Simplify.
14165 (completion-file-name-table): New completion table extracted from
14166 completion--file-name-table.
14167 (completion--file-name-table): Use it.
14168 (read-file-name-predicate): Declare obsolete.
14169 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
14170 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
14171 completion-file-name-table, and use the `pred' argument.
14172 * files.el (locate-file-completion-table): Use the `pred' arg rather
14173 than read-file-name-predicate.
14174 (abbreviate-file-name): Use \` rather than ^ for BOS.
14176 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
14178 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
14179 vc-responsible-backend to register, it causes problems.
14181 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
14183 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
14185 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
14187 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
14188 (tramp-smb-handle-file-attributes): Use it.
14189 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
14190 (tramp-smb-handle-insert-directory): Use `mapc' rather than
14191 `mapcar'. Use `tramp-smb-get-stat-capability'.
14192 Add `dired-filename' text properties.
14193 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
14194 (tramp-smb-maybe-open-connection): Simplify check for smbclient
14197 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
14199 * subr.el (read-key-delay): Reduce to 0.01.
14200 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
14203 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
14205 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
14207 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
14208 (Info-menu): Remove unused vars `last' and `completions'.
14209 (Info-index-nodes): Remove unused var `node'.
14211 * info.el (Info-complete-menu-item): Use complete-with-action.
14213 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
14215 Make vc-annotate work through copies and renames.
14216 * vc-annotate.el (vc-annotate-extract-revision-at-line):
14217 Return the file name too.
14218 (vc-annotate-revision-at-line)
14219 (vc-annotate-find-revision-at-line)
14220 (vc-annotate-revision-previous-to-line)
14221 (vc-annotate-show-log-revision-at-line): Update to get the file
14222 name from vc-annotate-extract-revision-at-line.
14223 (vc-annotate-show-diff-revision-at-line-internal): Change the
14224 argument to mean whether to show a file diff or not. Get the file
14225 name from vc-annotate-extract-revision-at-line.
14226 (vc-annotate-show-diff-revision-at-line):
14227 Update vc-annotate-show-diff-revision-at-line call.
14228 (vc-annotate-warp-revision): Add an optional file argument.
14230 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
14231 (vc-git-annotate-extract-revision-at-line): Also return the file
14234 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
14235 command. Remove unused code.
14236 (vc-hg-annotate-re): Update to match --follow output.
14237 (vc-hg-annotate-extract-revision-at-line): Also return the file
14240 * vc.el: Update annotate-extract-revision-at-line documentation.
14242 2009-10-18 Kevin Ryde <user42@zip.com.au>
14244 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
14245 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
14247 * net/browse-url.el (browse-url): Identify alist with "consp and
14248 not functionp" and let all other things go down the `apply' leg,
14249 as suggested by Stefan. (Further to bug#4531.)
14251 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
14253 * minibuffer.el (read-file-name): Check for repeat before putting
14254 a default argument in file-name-history (Bug#4657).
14256 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
14257 read syntax (Bug#4737).
14259 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
14261 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14263 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
14264 (html-tag-alist, html-tag-help): Add descriptions for undocumented
14265 entries and make note of obsolete tags.
14267 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
14269 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
14271 2009-10-18 Glenn Morris <rgm@gnu.org>
14273 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
14274 grep, so that binary files (eg international/uni-bidi.el) can match.
14275 Remove test for "UnicodeData" files, since it is hopefully unnecessary
14276 now, and in any case the file header format has changed.
14278 2009-10-17 Glenn Morris <rgm@gnu.org>
14280 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
14281 (flyspell-get-word, flyspell-large-region)
14282 (flyspell-auto-correct-previous-word): Doc/error message fixes.
14284 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
14286 * Makefile.in (ELCFILES): Add ede/shell.
14288 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
14290 * term/common-win.el (x-colors): Purecopy it.
14292 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
14294 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
14295 permissive for when the buffer is empty.
14296 (tar-header-block-tokenize): Decode the username and groupname.
14297 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
14299 2009-10-17 Eric Ludlam <zappo@gnu.org>
14301 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
14302 contains multibyte characters, choose first applicable coding
14303 system automatically.
14305 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
14307 * international/mule-cmds.el (select-safe-coding-system): If the file
14308 has a coding cookie, use it regardless of any other setting (bug#4712).
14310 2009-10-17 Glenn Morris <rgm@gnu.org>
14312 * foldout.el (foldout-mouse-swallow-events):
14313 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
14315 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
14316 (dired-keep-marker-copy, dired-keep-marker-hardlink)
14317 (dired-keep-marker-symlink, dired-dwim-target)
14318 (dired-copy-preserve-time): Do not autoload these defcustoms.
14320 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
14321 messages from messing up the file coding. (Bug#4623)
14323 2009-10-17 Jari Aalto <jari.aalto@cante.net>
14325 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
14326 if no match is found for the current dictionary. (Bug#4578)
14328 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
14329 optional, since that is how it is documented, and this is often called
14330 with a nil argument. (Bug#4577)
14331 (flyspell-external-point-words, flyspell-auto-correct-word)
14332 (flyspell-correct-word-before-point, flyspell-word-search-forward)
14333 (flyspell-word-search-backward): Remove nil argument in calls to
14334 flyspell-get-word, since it is not needed now.
14336 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
14338 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
14340 2009-10-16 Glenn Morris <rgm@gnu.org>
14342 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
14344 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
14346 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
14347 (ange-ftp-file-size): New function.
14348 (ange-ftp-file-attributes): Use it.
14350 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
14352 * net/tramp-smb.el (tramp-smb-version): New defvar.
14353 (tramp-smb-maybe-open-connection): Use it, in order to avoid
14356 2009-10-16 Glenn Morris <rgm@gnu.org>
14358 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
14359 Maybe copy some custom properties from old to new name. (Bug#4706)
14361 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
14363 * subr.el (error, sit-for, start-process-shell-command)
14364 (start-file-process-shell-command): Set the calling convention
14365 after the function definition.
14367 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
14369 * subr.el (error, sit-for, start-process-shell-command)
14370 (start-file-process-shell-command): Use the new
14371 set-advertised-calling-convention feature.
14373 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
14375 * international/ucs-normalize.el (ucs-normalize-version):
14377 (check-range): Adjust for Unicode 5.2.
14379 2009-10-15 Juri Linkov <juri@jurta.org>
14381 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
14382 to the `menu-item' format.
14384 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
14386 * net/tramp.el (tramp-replace-environment-variables): Do not fail
14387 if the environment variable does not exist.
14389 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
14390 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
14392 (tramp-smb-handle-add-name-to-file)
14393 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
14394 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
14395 (tramp-smb-handle-file-attributes)
14396 (tramp-smb-do-file-attributes-with-stat)
14397 (tramp-smb-handle-file-local-copy)
14398 (tramp-smb-handle-insert-directory)
14399 (tramp-smb-handle-make-directory)
14400 (tramp-smb-handle-make-directory-internal)
14401 (tramp-smb-handle-make-symbolic-link)
14402 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
14403 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
14404 (tramp-smb-maybe-open-connection): Apply the changed parameters.
14405 (tramp-smb-read-file-entry): Read Disk names in compressed format.
14406 Handle long file names.
14407 (tramp-smb-get-cifs-capabilities): Check, whether the connection
14408 process is running.
14409 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
14410 Read share names with "-g" option.
14412 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
14414 * net/rcirc.el (rcirc-view-log-file): New command.
14415 (rcirc-track-minor-mode-map): Remove C-c ` binding.
14416 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
14419 2009-10-15 Glenn Morris <rgm@gnu.org>
14421 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
14422 from the second command-line argument.
14423 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
14424 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
14425 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
14426 w32-batch-update-autoloads.
14427 * emacs-lisp/autoload.el (autoload-make-program): New variable.
14428 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
14430 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
14431 the headers cannot be located. Simplify, subtracting superflous
14434 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
14436 Replace completion-base-size by completion-base-position to fix bugs
14437 such as (bug#4699).
14438 * simple.el (completion-base-position): New var.
14439 (completion-base-size): Mark as obsolete.
14440 (choose-completion): Make it work for mouse events as well.
14441 Pass the new base-position to choose-completion-string.
14442 (choose-completion-guess-base-position): New function, extracted from
14443 choose-completion-delete-max-match.
14444 (choose-completion-delete-max-match): Use it. Make obsolete.
14445 (choose-completion-string): Use the new base-position info.
14446 (completion-root-regexp): Delete.
14447 (completion-setup-function): Preserve completion-base-position.
14448 Eliminate obsolete base-size manipulation.
14449 * minibuffer.el (display-completion-list): Don't mess with base-size.
14450 (minibuffer-completion-help): Set completion-base-position instead.
14451 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
14453 * textmodes/bibtex.el (bibtex-complete):
14454 * emacs-lisp/crm.el (crm--choose-completion-string):
14455 Adjust to new calling convention.
14456 * complete.el (partial-completion-mode): Use minibufferp to avoid
14457 bumping into incompatible change to choose-completion-string-functions.
14458 * ido.el (ido-choose-completion-string): Make its calling convention
14460 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
14461 base-size manipulation.
14462 (comint-dynamic-list-input-ring): Use dotimes and push.
14463 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
14464 fundamental-mode. Use `or'.
14466 2009-10-14 Juri Linkov <juri@jurta.org>
14468 * misearch.el (multi-isearch-next-buffer-from-list)
14469 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
14471 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
14473 * Makefile.in (compile-onefile): Load `bytecomp' rather than
14476 * minibuffer.el (completion-pcm--merge-completions): Make sure the
14477 string we return is all made up of text from the completions rather
14478 than part from the completions and part from the input (bug#4219).
14480 * ido.el (ido-everywhere): Use define-minor-mode.
14482 * buff-menu.el (list-buffers, ctl-x-map):
14483 Mark the entry points with ;;;###autoload cookies.
14485 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
14487 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
14488 correctly in the detached head case.
14489 (vc-git-print-log): Remove unused binding.
14491 * vc.el (vc-responsible-backend): When a directory is passed for
14492 for registration create a VC repository if no backend is
14493 responsible for the directory argument.
14494 (vc-deduce-fileset): Tell vc-responsible-backend to register.
14496 * vc.el: Move comments about RCS and SCCS ...
14498 * vc-sccs.el: ... here, respectively.
14500 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
14502 * minibuffer.el (completion--file-name-table): Return nil if there's
14503 no file completion, even if substitute-in-file-name changed
14504 the string (bug#4708).
14506 2009-10-13 Juri Linkov <juri@jurta.org>
14508 * files-x.el (read-file-local-variable-value): Don't filter out
14509 minor modes from mode name completion (bug#4664).
14511 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
14513 * international/mule-cmds.el (ucs-names): Remove exclusion of
14514 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
14516 2009-10-13 Kenichi Handa <handa@m17n.org>
14518 * international/uni-name.el: Regenerated.
14520 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
14522 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
14523 should be automatically buffer-local, but isn't.)
14525 2009-10-12 Sam Steingold <sds@gnu.org>
14527 * progmodes/compile.el (compilation-next-error-function): Fix the
14528 timestamps if the buffer has been visited before.
14529 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
14530 non-anchored patterns, like the perl one (bug#3928).
14532 2009-10-12 Glenn Morris <rgm@gnu.org>
14534 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
14537 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
14539 * proced.el (proced-unload-function): New function.
14541 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
14542 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
14545 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
14547 2009-10-11 Juri Linkov <juri@jurta.org>
14549 * files-x.el (read-file-local-variable-value):
14550 Provide default value only for bound variables (bug#4664).
14552 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
14554 * net/tramp.el (tramp-local-host-p): Function shall return nil for
14555 connection methods like smb.
14557 * net/tramp-cache.el (tramp-flush-connection-property): The hash
14560 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
14561 (tramp-smb-file-name-handler-alist): Add handlers for
14562 `add-name-to-file', `make-symbolic-link'.
14563 (tramp-smb-handle-add-name-to-file)
14564 (tramp-smb-do-file-attributes-with-stat)
14565 (tramp-smb-handle-make-symbolic-link)
14566 (tramp-smb-get-cifs-capabilities): New defuns.
14567 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
14568 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
14569 (tramp-smb-handle-file-local-copy)
14570 (tramp-smb-handle-make-directory-internal)
14571 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
14572 The file name syntax depends on cifs capabilities.
14573 (tramp-smb-handle-file-attributes):
14574 Call `tramp-smb-do-file-attributes-with-stat' if possible.
14575 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
14576 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
14578 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
14580 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
14581 (eieio-defclass): Apply deftype handler and setf-method properties
14583 (eieio-add-new-slot): Avoid union function from cl library.
14584 (eieio--typep): New function.
14585 (eieio-perform-slot-validation): Use it.
14587 2009-10-10 Karl Fogel <kfogel@red-bean.com>
14589 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
14590 Update documentation to refer to the variables documented in r1.135.
14593 2009-10-10 Karl Fogel <kfogel@red-bean.com>
14595 * bookmark.el (Info-suffix-list): Remove this unused variable.
14596 (bookmark-current-point): Remove this obsolete variable.
14597 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
14598 Adjust for removal of bookmark-current-point.
14600 (bookmarks-already-loaded, bookmark-current-buffer)
14601 (bookmark-yank-point): Document. (Bug#4188)
14603 2009-10-10 Glenn Morris <rgm@gnu.org>
14605 * frame.el (frame-height): Doc fix.
14607 * calendar/calendar.el (calendar-split-width-threshold): New option.
14608 (calendar-basic-setup): Use calendar-split-width-threshold.
14610 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
14612 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
14613 Ideographic Supplement" range (U+1F200..U+1F2FF).
14615 2009-10-09 Karl Fogel <kfogel@red-bean.com>
14617 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
14618 since the list will have been rebuilt anyway. (Bug#4349)
14620 2009-10-09 Karl Fogel <kfogel@red-bean.com>
14622 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
14623 (bookmark-bmenu-execute-deletions): Don't save here, as
14624 bookmark-delete will now do so if necessary.
14625 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
14628 2009-10-09 Glenn Morris <rgm@gnu.org>
14630 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
14632 2009-10-09 Karl Fogel <kfogel@red-bean.com>
14634 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
14635 (bookmark-jump-other-window): Just invoke bookmark-jump with new
14636 argument now, so the two function's behaviors will match. (Bug#3645)
14638 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
14640 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
14641 (tramp-file-name-real-host, tramp-file-name-port):
14642 Apply `save-match-data'.
14644 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
14645 case both directories are remote.
14646 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
14647 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
14649 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
14651 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
14653 2009-10-07 Glenn Morris <rgm@gnu.org>
14655 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
14658 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
14660 * files-x.el (read-file-local-variable): Include some
14661 non-user-variables in the completion table (bug#4664).
14663 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
14665 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
14668 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
14669 (tramp-smb-file-name-handler-alist): Add handler for
14670 `copy-directory', `expand-file-name', `set-file-modes'.
14671 (tramp-smb-handle-copy-directory)
14672 (tramp-smb-handle-expand-file-name)
14673 (tramp-smb-handle-set-file-modes): New defuns.
14674 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
14675 (tramp-smb-handle-file-attributes): Simplify check for retrieving
14677 (tramp-smb-handle-insert-directory): Don't flush the cache.
14678 (tramp-smb-maybe-open-connection): Check for samba client and
14681 2009-10-07 Eli Zaretskii <eliz@gnu.org>
14683 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
14684 to not error out of search for "^lisp=" fails.
14686 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
14688 * makefile.w32-in (WINS_UPDATES): New macro.
14689 (custom-deps, finder-data, autoloads): Use it.
14691 2009-10-07 Glenn Morris <rgm@gnu.org>
14693 * Makefile.in (autoloads): Revert previous change.
14694 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
14695 the list of preloaded files passed on the command-line, get
14696 it from src/Makefile.
14698 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
14699 show the original buffer rather than a random one.
14701 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
14703 * help.el (describe-no-warranty): Place point in a slightly better
14704 position in the GPLv3 text.
14706 2009-10-06 Sam Steingold <sds@gnu.org>
14708 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
14709 the comm attribute is present before calling regexp-quote.
14711 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
14713 * play/animate.el (animate-string): For good effect, make sure
14714 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
14716 * play/animate.el (animate-sequence, animate-birthday-present):
14717 * misc.el (butterfly): Don't set `indent-tabs-mode'.
14719 2009-10-06 Glenn Morris <rgm@gnu.org>
14721 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
14723 * emacs-lisp/autoload.el (autoload-excludes): New variable.
14724 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
14725 (batch-update-autoloads): Process a string value of autoload-excludes,
14726 set during the build process.
14727 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
14729 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
14730 inside with-parsed... macro so that `v' is defined.
14732 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
14733 * progmodes/fortran.el (fortran-end-of-block)
14734 (fortran-beginning-of-block):
14735 Also push mark in the macro case.
14737 * emerge.el (emerge-show-file-name):
14738 * calc/calc.el (calc-quit):
14739 * calc/calc-misc.el (calc-big-or-small):
14740 * calc/calc-graph.el (calc-graph-view):
14741 * calc/calc-ext.el (calc-reset):
14742 * calendar/calendar.el (calendar-basic-setup):
14743 Use window-full-height-p.
14745 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
14746 header we don't understand, don't insert another. (Bug#4624)
14747 If changing mime charset, insert the new one in the right place.
14749 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
14751 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
14752 (cal-tex-cursor-month): Correctly increment the end date for diary and
14753 holiday listing. (Bug#4626)
14755 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
14757 * help-fns.el (describe-function-1): Don't burp if the function is not
14760 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
14762 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
14763 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
14764 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
14765 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
14767 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
14768 (eieio-default-superclass): Reflow docstrings.
14769 (this, class-option-assoc, defclass, eieio-class-un-autoload)
14770 (eieio-unbind-method-implementations, defmethod)
14771 (eieio-validate-slot-value, eieio-validate-class-slot-value)
14772 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
14773 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
14774 (eieio-slot-originating-class-p, eieio-slot-name-index)
14775 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
14776 (constructor, initialize-instance, no-next-method, object-print)
14777 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
14778 Fix typos in docstrings.
14779 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
14780 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
14781 (next-method-p): Doc fixes.
14782 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
14783 Fix typos in error messages.
14784 (eieio-defmethod): Fix typo in description of generic method.
14786 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
14787 (eieio-persistent-save-interactive, slot-missing):
14788 Fix typos in docstrings.
14789 (eieio-instance-inheritor-slot-boundp): Doc fix.
14791 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
14792 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
14794 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
14795 (eieio-custom-object-apply-reset):
14796 Fix typos in docstrings and error messages.
14798 * emacs-lisp/eieio-datadebug.el (data-debug-show):
14799 Fix typo in docstring.
14801 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
14802 (eieio-browse-tree): Doc fix.
14803 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
14804 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
14805 Fix typos in docstrings.
14807 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
14808 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
14809 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
14810 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
14813 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
14815 * vc-hg.el (log-view-vc-backend): Declare for compiler.
14816 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
14817 Set log-view-vc-backend so that diff can work.
14819 * log-view.el (log-view-diff): Use vc-diff-internal instead of
14821 (vc-diff-internal): Autoload this instead of vc-version-diff.
14823 2009-10-05 Eli Zaretskii <eliz@gnu.org>
14825 * simple.el (eval-expression): Doc fix.
14827 * progmodes/cwarn.el (cwarn-mode): Doc fix.
14829 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
14831 * files.el (directory-files-no-dot-files-regexp): New defconst.
14832 (delete-directory): Use it.
14833 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
14835 * net/tramp.el (tramp-verbose): Fix docstring.
14836 (tramp-methods): Add recursive option to `tramp-copy-args'.
14837 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
14838 "scp1_old", "scp2_old", "rsync", "rsyncc".
14839 (tramp-default-method): Check also for `auth-source-user-or-password'.
14840 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
14841 Add handler for `copy-directory'.
14842 (tramp-handle-copy-directory): New defun.
14843 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
14844 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
14845 Optimize sent command.
14847 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
14849 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
14850 window if necessary.
14852 * calendar/calendar.el (calendar-basic-setup): Don't call
14853 switch-to-buffer in a dedicated window.
14855 2009-10-05 Karl Fogel <kfogel@red-bean.com>
14857 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
14858 don't do anything related to relocating, just return nil.
14859 (bookmark-error-no-filename): New error.
14860 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
14861 bookmark has no file. Don't even attempt to handle things that
14862 are not files; the whole point of custom handlers is to keep that
14863 knowledge elsewhere anyway. Tighten some comments.
14864 (bookmark-file-or-variation-thereof): Remove now-unused function.
14865 (bookmark-location): Doc string fix.
14868 2009-10-04 Karl Fogel <kfogel@red-bean.com>
14870 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
14871 don't use a file dialog, because they usually don't know how to read
14872 a directory target from the user. (Bug#4230)
14873 Also, make sure the prompt can display directories as well as files.
14875 2009-10-04 Karl Fogel <kfogel@red-bean.com>
14877 * bookmark.el (bookmark-set, bookmark-buffer-name):
14878 Improve doc strings. (Bug#1193)
14880 2009-10-04 Karl Fogel <kfogel@red-bean.com>
14882 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
14883 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
14884 (bookmark-get-annotation, bookmark-set-annotation)
14885 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
14886 (bookmark-set-position, bookmark-get-front-context-string)
14887 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
14888 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
14889 (bookmark-jump-other-window, bookmark-handle-bookmark)
14890 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
14891 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
14892 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
14893 Improve doc strings to say whether bookmark can be a string or
14894 a record or both, and make other consistency and clarity fixes.
14895 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
14896 (bookmark-default-annotation-text, bookmark-yank-word)
14897 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
14898 (bookmark-import-new-list, bookmark-maybe-rename)
14899 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
14900 (bookmark-bmenu-bookmark): Give these doc strings.
14901 (bookmark-bmenu-check-position): Give this a doc string, but also
14902 add a FIXME comment about how the function may be pointless.
14903 (bookmark-default-handler): Rework doc string and change a
14904 parameter name, to clarify that this takes a bookmark record
14905 not a bookmark name.
14906 (bookmark-set): Change a parameter name to indicate its meaning,
14907 and improve the doc string a bit.
14910 2009-10-04 Karl Fogel <kfogel@red-bean.com>
14912 * bookmark.el (bookmark-alist): Document the new `handler' element
14913 in the param alist.
14914 (bookmark-make-record-function): Adjust documentation for above.
14917 2009-10-04 Karl Fogel <kfogel@red-bean.com>
14919 * info.el (Info-bookmark-make-record): Document this function.
14920 (Info-bookmark-jump): Document with a doc string, not just a comment.
14923 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
14925 * files.el (copy-directory): New defun.
14927 * dired-aux.el (dired-copy-file-recursive): Use it.
14929 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
14931 * files-x.el (modify-dir-local-variable)
14932 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
14935 * recentf.el (recentf-unload-function): New function.
14937 2009-10-04 Glenn Morris <rgm@gnu.org>
14939 * window.el (window-full-height-p): Add doc string.
14941 2009-10-04 Martin Rudalics <rudalics@gmx.at>
14943 * window.el (window-full-height-p): New function. (Bug#4543)
14945 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
14947 * vc.el: Remove commented out code.
14948 (vc-derived-from-dir-mode): Remove, unused.
14949 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
14951 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
14953 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
14954 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
14955 there could be recursive loading when `default-directory' is a
14956 remote file name. (Bug#4614)
14958 2009-10-03 Glenn Morris <rgm@gnu.org>
14960 * calendar/calendar.el (calendar-basic-setup): Handle the case where
14962 (calendar-generate-window): Test for shrinkability rather than width.
14964 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
14965 reusing existing buffers, in case we happen to visit two files with the
14966 same basename. (Bug#4593)
14968 2009-10-02 Eli Zaretskii <eliz@gnu.org>
14970 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
14971 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
14972 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
14973 subdirs of cedet as well.
14974 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
14976 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14978 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
14979 Obey advertised-signature-table.
14981 * help-fns.el (help-function-arglist): Don't check
14982 advertised-signature-table.
14983 (describe-function-1): Do it here instead so it also applies to subrs.
14985 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
14987 * simple.el (start-file-process): Say in the doc-string, that file
14988 handlers might not support pty association, if PROGRAM is nil.
14990 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
14991 HOST and USER are strings. They are nil, when there are
14992 incomplete entries in ~/.netrc, for example.
14993 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
14994 root directory ("device busy" error otherwise).
14996 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
14997 Flush file properties of created directory.
14999 2009-10-02 Eli Zaretskii <eliz@gnu.org>
15001 * makefile.w32-in (WINS_BASIC): Remove cedet.
15002 (WINS_CEDET): Add cedet.
15003 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
15005 2009-10-02 Kevin Ryde <user42@zip.com.au>
15007 * net/browse-url.el (browse-url): Pass any symbol in
15008 browse-url-browser-function to `apply', since if you've mistakenly put
15009 an unbound symbol then the error is clearer. (Bug#4531)
15011 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
15013 * allout.el (allout-init, allout-back-to-current-heading)
15014 (allout-beginning-of-current-entry, allout-ascend-to-depth)
15015 (allout-ascend, allout-up-current-level, allout-end-of-level)
15016 (allout-previous-visible-heading, allout-forward-current-level)
15017 (allout-backward-current-level, allout-show-children):
15018 * apropos.el (apropos-describe-plist):
15019 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
15020 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
15021 * completion.el (add-completion, add-permanent-completion):
15022 * descr-text.el (describe-text-category, describe-char):
15023 * desktop.el (desktop-lazy-abort):
15024 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
15025 * dired.el (dired-build-subdir-alist):
15026 * ediff.el (ediff-version):
15027 * elide-head.el (elide-head, elide-head-show):
15028 * emerge.el (emerge-version):
15030 * face-remap.el (variable-pitch-mode):
15031 * faces.el (describe-face):
15032 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
15034 * files.el (find-file-existing, auto-save-mode):
15035 * font-lock.el (font-lock-fontify-buffer):
15036 * help-fns.el (describe-function, describe-variable)
15037 (describe-syntax, describe-categories):
15038 * help.el (view-lossage, describe-bindings, describe-key)
15040 * hexl.el (hexl-current-address):
15041 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
15042 * info.el (Info-goto-emacs-key-command-node):
15043 * log-edit.el (log-edit-insert-cvs-template)
15044 (log-edit-insert-cvs-rcstemplate):
15045 * menu-bar.el (menu-bar-mode):
15046 * mouse.el (mouse-appearance-menu):
15047 * newcomment.el (comment-indent-new-line):
15048 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
15049 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
15050 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
15051 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
15052 * recentf.el (recentf-mode):
15053 * savehist.el (savehist-mode, savehist-save):
15054 * shadowfile.el (shadow-copy-files):
15055 * simple.el (kill-ring-save, next-line, previous-line)
15056 (normal-erase-is-backspace-mode):
15057 * strokes.el (strokes-update-window-configuration)
15058 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
15059 (strokes-xpm-for-stroke):
15060 * time.el (emacs-uptime, emacs-init-time):
15061 * tutorial.el (tutorial--describe-nonstandard-key)
15062 (tutorial--detailed-help):
15063 * type-break.el (type-break-mode)
15064 (type-break-mode-line-message-mode, type-break-query-mode)
15065 (type-break-guesstimate-keystroke-threshold):
15066 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
15067 * version.el (emacs-version):
15068 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
15069 * winner.el (winner-mode):
15070 * calendar/timeclock.el (timeclock-in, timeclock-out)
15071 (timeclock-status-string, timeclock-change)
15072 (timeclock-workday-remaining-string)
15073 (timeclock-workday-elapsed-string)
15074 (timeclock-when-to-leave-string):
15075 * calendar/todo-mode.el (todo-add-category):
15076 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
15077 * emacs-lisp/autoload.el (update-file-autoloads):
15078 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
15079 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
15080 (checkdoc-message-text, checkdoc-defun):
15081 * emacs-lisp/debug.el (debugger-list-functions):
15082 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
15083 * emacs-lisp/eieio-opt.el (eieio-describe-class)
15084 (eieio-describe-generic):
15085 * emacs-lisp/lisp-mnt.el (lm-synopsis):
15086 * emacs-lisp/shadow.el (list-load-path-shadows):
15087 * emulation/cua-base.el (cua-mode):
15088 * emulation/edt.el (edt-set-scroll-margins):
15089 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
15090 (tpu-toggle-regexp, tpu-toggle-search-direction)
15091 (tpu-toggle-rectangle, tpu-toggle-control-keys):
15092 * emulation/tpu-extras.el (tpu-set-scroll-margins):
15093 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
15094 (viper-set-parsing-style-toggling-macro)
15095 (viper-set-emacs-state-searchstyle-macros):
15096 * emulation/viper.el (viper-set-hooks):
15097 * eshell/esh-mode.el (eshell-truncate-buffer):
15098 * international/mule-cmds.el (prefer-coding-system)
15099 (describe-input-method, describe-language-environment):
15100 * international/mule-diag.el (list-character-sets)
15101 (describe-character-set, describe-coding-system)
15102 (describe-fontset, list-fontsets, list-input-methods):
15103 * mail/sendmail.el (mail-signature):
15104 * net/ange-ftp.el (ange-ftp-copy-file):
15105 * net/browse-url.el (browse-url):
15106 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
15107 * net/quickurl.el (quickurl-add-url):
15108 * net/rcirc.el (names, topic):
15109 * net/xesam.el (xesam-mode):
15110 * play/5x5.el (5x5-new-game):
15111 * play/yow.el (apropos-zippy):
15112 * progmodes/ada-mode.el (ada-mode-version):
15113 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
15115 (f90-beginning-of-block):
15116 * progmodes/fortran.el (fortran-end-of-block)
15117 (fortran-beginning-of-block):
15118 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
15119 * progmodes/python.el (python-describe-symbol, python-shell):
15120 * term/ns-win.el (ns-print-buffer):
15121 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
15122 * textmodes/flyspell.el (flyspell-mode-on):
15123 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
15124 (pages-directory-for-addresses):
15125 * textmodes/table.el (table-recognize-cell)
15126 (table-query-dimension, table-generate-source)
15127 (table-insert-sequence, table--warn-incompatibility):
15128 * textmodes/tex-mode.el (tex-validate-buffer):
15129 * textmodes/texinfmt.el (texinfmt-version)
15130 (texinfo-format-buffer):
15131 Use `called-interactively-p' instead of `interactive-p'.
15133 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
15135 * image-mode.el (image-toggle-display):
15136 * emacs-lisp/elp.el (elp-instrument-function):
15137 * emacs-lisp/advice.el (ad-make-advised-definition):
15138 * emacs-lisp/easy-mmode.el (define-minor-mode):
15139 * net/browse-url.el (browse-url-maybe-new-window):
15140 * progmodes/sh-script.el (sh-learn-buffer-indent):
15141 Pass new argument 'any to `called-interactively-p'.
15143 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
15145 * international/uni-bidi.el:
15146 * international/uni-category.el:
15147 * international/uni-combining.el:
15148 * international/uni-comment.el:
15149 * international/uni-decimal.el:
15150 * international/uni-decomposition.el:
15151 * international/uni-digit.el:
15152 * international/uni-lowercase.el:
15153 * international/uni-mirrored.el:
15154 * international/uni-name.el:
15155 * international/uni-numeric.el:
15156 * international/uni-old-name.el:
15157 * international/uni-titlecase.el:
15158 * international/uni-uppercase.el:
15159 Regenerate from Unicode 5.2.0 data.
15161 2009-10-01 Glenn Morris <rgm@gnu.org>
15163 * Makefile.in (ELCFILES): Regenerate.
15165 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
15167 * subr.el (interactive-p): Mark obsolete.
15168 (called-interactively-p): Make the optional-ness of `kind' obsolete.
15169 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
15170 advertised-signature-table for subroutines as well.
15172 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
15173 (set-advertised-calling-convention): New function.
15174 (make-obsolete, define-obsolete-function-alias)
15175 (make-obsolete-variable, define-obsolete-variable-alias):
15176 Make the optional-ness of `when' obsolete.
15177 (define-obsolete-face-alias): Make `when' non-optional.
15178 * help-fns.el (help-function-arglist):
15179 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
15180 Use advertised-signature-table.
15182 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
15184 * files.el (delete-directory): New defun. The original function
15185 in fileio.c has been renamed to `delete-directory-internal'.
15187 * dired.el (dired-delete-file): Call `delete-directory' with
15188 RECURSIVE parameter.
15190 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
15191 parameter RECURSIVE. Implementation is missing.
15193 * net/tramp.el (tramp-handle-make-directory): Flush upper
15194 directory's file properties.
15195 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
15196 (tramp-handle-dired-recursive-delete-directory): Flush directory
15197 properties after the remove command only.
15199 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
15200 Handle optional parameter RECURSIVE.
15202 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
15203 Handle optional parameter RECURSIVE.
15205 * net/tramp-smb.el (tramp-smb-errors): Add error message for
15206 connection timeout.
15207 (tramp-smb-handle-delete-directory): Handle optional parameter
15210 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
15212 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
15213 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
15214 (byte-compile-defmacro): Use backquotes.
15216 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
15218 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
15219 has no associated file.
15220 (vc-resynch-buffer): Use vc-dir-buffers.
15222 2009-10-01 Glenn Morris <rgm@gnu.org>
15224 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
15225 (chart-file-count):
15226 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
15227 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
15228 * emacs-lisp/eieio-opt.el (eieio-describe-class):
15229 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
15230 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
15231 (eieio-copy-parents-into-subclass, make-instance, class-children)
15232 (eieio-generic-form):
15234 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
15235 match-data. (Bug#4555).
15237 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
15238 rather than parsing it as a regexp. This relaxes the layout
15239 requirements and makes errors easier to detect.
15240 (check-declare-verify): Check file is regular.
15241 (check-declare-directory): Doc fix.
15242 * subr.el (declare-function): Doc fix.
15244 * ibuffer.el (ibuffer-format-qualifier):
15245 * isearch.el (hi-lock-regexp-okay):
15246 * calc/calc.el (math-zerop):
15247 * mail/uce.el (rmail-msgbeg, rmail-msgend):
15248 * term/w32-win.el (setup-default-fontset, set-fontset-font):
15249 Remove unused declarations.
15251 2009-09-30 Eric Ludlam <zappo@gnu.org>
15253 * emacs-lisp/eieio.el (boolean-p): Delete.
15255 2009-09-30 Glenn Morris <rgm@gnu.org>
15257 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
15259 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
15260 filename is not a string.
15262 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
15264 * files.el (safe-local-eval-forms): Fix typo.
15266 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
15268 * vc-hooks.el (vc-dir-buffers): New var.
15269 (vc-state-refresh): New function.
15270 (vc-state): Use it.
15271 (vc-after-save): Always ask the backend to recompute the new state.
15272 Always call vc-dir if necessary, using vc-dir-buffers.
15273 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
15274 Use vc-dir-buffers.
15275 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
15276 (vc-dir-prepare-status-buffer, vc-dir-update)
15277 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
15278 Don't call expand-file-name on default-directory.
15280 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
15282 * speedbar.el (speedbar-item-delete):
15283 * calc/calc-prog.el (calc-kbd-if):
15284 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
15286 * epa.el (epa-key-list-mode-map):
15287 * hi-lock.el (hi-lock-menu): Fix typos in menus.
15289 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
15290 (hs-show-hook): Fix typo in docstring.
15292 2009-09-29 Glenn Morris <rgm@gnu.org>
15294 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
15295 file-name-nondirectory call preventing location of cedet files.
15296 (check-declare-verify): Use literal search rather than re-search.
15297 Add basic defmethod and defclass, and define-overloadable-function.
15299 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
15300 Use tramp-compat-file-attributes rather than nonexistent
15301 tramp-compat-handle-file-attributes.
15303 * Makefile.in (lisptagsfiles4): New.
15304 (AUTOGENEL): Add cedet loaddefs files.
15305 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
15306 (update-elclist, compile-always, backup-compiled-files)
15307 (bootstrap-clean): Add yet another directory level.
15308 (update-elclist): Use LC_COLLATE rather than COLLATE.
15309 (ELCFILES): Update, via `make update-elclist'.
15311 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
15313 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
15314 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
15315 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
15317 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
15319 * Makefile.in (lisptagsfiles3): Define.
15320 (TAGS, TAGS-LISP): Use it.
15321 (update-elclist): Add third directory level to look for elc files.
15322 (compile-always): Likewise.
15323 (backup-compiled-files): Likewise.
15324 (bootstrap-clean): Likewise.
15325 (ELCFILES): Update.
15327 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
15329 * Makefile.in (ELCFILES): Add CEDET files.
15331 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
15333 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
15335 * net/tramp.el (top): Require tramp-imap.
15337 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
15338 Use `tramp-compat-handle-file-attributes'.
15340 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
15342 * net/tramp-imap.el: New package.
15344 2009-09-28 Eric Ludlam <zappo@gnu.org>
15346 * emacs-lisp/chart.el:
15347 * emacs-lisp/eieio-base.el:
15348 * emacs-lisp/eieio-comp.el:
15349 * emacs-lisp/eieio-custom.el:
15350 * emacs-lisp/eieio-datadebug.el:
15351 * emacs-lisp/eieio-opt.el:
15352 * emacs-lisp/eieio-speedbar.el:
15353 * emacs-lisp/eieio.el: New files.
15355 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15357 * whitespace.el (whitespace-trailing-regexp)
15358 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
15361 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
15363 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
15366 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
15367 menu-bar-ediff-menu.
15369 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
15370 define-overloadable-function.
15372 * progmodes/autoconf.el: Provide autoconf as well, so that this
15373 file can be `require'd.
15375 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
15377 * emacs-lisp/autoload.el (generated-autoload-feature)
15378 (generated-autoload-load-name): New vars.
15379 (autoload-rubric, autoload-generate-file-autoloads): Use them.
15380 (make-autoload): Recognize define-overloadable-function and
15381 defclass forms (for EIEIO).
15383 * Makefile.in (update-subdirs): Exclude cedet directory.
15385 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
15387 * term/ns-win.el: Don't set the region face background. (Bug#4381)
15389 * faces.el: Default light-background background for region face to
15390 ns_selection_color under NS.
15392 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
15394 * net/imap-hash.el: New library, see NEWS.
15396 * Makefile.in (ELCFILES): Add imap-hash.el.
15398 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
15400 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
15401 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
15402 * help-macro.el (make-help-screen): Avoid using an ambiguous function
15403 definition where the docstring could be taken for the return value.
15405 2009-09-26 Glenn Morris <rgm@gnu.org>
15407 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
15408 Add option to only show images below a certain size.
15409 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
15410 save-excursion calls.
15412 2009-09-26 Eli Zaretskii <eliz@gnu.org>
15414 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
15415 subdirectories) and eieio.
15417 2009-09-26 Alan Mackenzie <acm@muc.de>
15419 * progmodes/cc-engine.el (c-beginning-of-statement-1):
15420 Correct buggy bracketing. (Bug#4289)
15422 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
15423 character constants (as case labels). (Bug#4289)
15425 2009-09-25 Juri Linkov <juri@jurta.org>
15427 * files.el (safe-local-eval-forms): Allow time-stamp in
15428 before-save-hook (Bug#4554).
15430 2009-09-25 Drew Adams <drew.adams@oracle.com>
15432 * menu-bar.el (list-buffers-directory): Doc fix.
15434 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
15436 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
15437 Try and avoid copying twice the same paragraph.
15438 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
15439 Remove save-excursion.
15440 (log-edit-changelog-entry): Do it here instead.
15442 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
15444 * bs.el (bs--get-file-name): Use `list-buffers-directory'
15445 when available, instead of hardcoding mode names. Doc fix.
15447 * menu-bar.el (list-buffers-directory): Add docstring.
15448 Make automatically buffer-local.
15450 * dired.el (dired-mode):
15451 * files.el (cd-absolute):
15452 * pcvs.el (cvs-temp-buffer):
15453 * pcvs-util.el (cvs-get-buffer-create):
15454 * shell.el (shell-mode):
15455 * vc-dir.el (vc-dir-mode):
15456 Don't make `list-buffers-directory' buffer local.
15458 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
15460 * comint.el (comint-exec, comint-run, make-comint):
15461 Doc fixes (Bug#4542).
15463 2009-09-25 Glenn Morris <rgm@gnu.org>
15465 * mail/rmailmm.el (rmail-mime): New custom group.
15466 Move all defcustoms in this file into this group.
15467 (rmail-mime-media-type-handlers-alist): Revert previous change.
15468 (rmail-mime-show-images): New option.
15469 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
15470 references to it, since it wasn't actually used for anything.
15471 (rmail-mime-insert-image): New function.
15472 (rmail-mime-image): Use rmail-mime-insert-image.
15473 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
15474 obey the value of `rmail-mime-show-images' option. Print the size of
15477 2009-09-25 David Engster <deng@randomsample.de>
15479 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
15481 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15483 * whitespace.el: Does not highlight trailing spaces While point is
15484 at end of line. Does not highligt spaces at beginning of buffer
15485 while point is at beginning of buffer. Does not highlight spaces
15486 at end of buffer while point is at end of buffer. (Bug#4177)
15488 (whitespace-display-mappings): Adjust initialization.
15489 (whitespace-point, whitespace-font-lock-refontify): New vars.
15490 (whitespace-color-on, whitespace-color-off): Adjust code.
15491 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
15492 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
15493 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
15495 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
15497 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
15499 * textmodes/sgml-mode.el: Remove xml-mode alias.
15501 * files.el (auto-mode-alist, conf-mode-maybe)
15502 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
15504 2009-09-24 Alan Mackenzie <acm@muc.de>
15506 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
15507 c-forward-conditionals, but it doesn't move point and doesn't set
15509 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
15510 (c-down-conditional-with-else, c-backward-conditional)
15511 (c-forward-conditional): Refactor to use c-scan-conditionals.
15513 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
15515 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
15516 (help-default-arg-highlight): Remove.
15517 (help-highlight-arg): New function.
15518 (help-do-arg-highlight): Use it.
15519 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
15521 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
15523 * term.el (term-set-scroll-region, term-handle-ansi-escape):
15524 Undo last change, which didn't fix the problem and introduced others.
15526 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
15528 * progmodes/gdb-mi.el: Don't require speedbar.
15529 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
15531 2009-09-24 Glenn Morris <rgm@gnu.org>
15533 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
15535 * term/ns-win.el (ns-reg-to-script): Define for compiler.
15537 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
15538 there is no newline after the final mime boundary. (Bug#4539)
15539 Move markers on insertion so that any buttons inserted don't end up in
15540 the next part of a multipart message.
15541 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
15542 (rmail-mime-bulk-handler): Optionally handle images.
15543 (rmail-mime-image): New button action.
15544 (rmail-mime-image-handler): New function.
15545 (rmail-mime-mode): New mode.
15546 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
15548 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
15550 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
15551 than just dropping elements from it (bug#4504).
15553 * term.el (term-set-scroll-region): Don't move cursor any more.
15554 (term-handle-ansi-escape): Call term-goto here instead.
15555 Suggested by Ivan Kanis <apple@kanis.eu>.
15557 * term.el: Require CL.
15558 (term-ansi-reset): New function.
15559 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
15560 (term-handle-colors-array): Simplify.
15562 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
15564 * allout.el (allout-overlay-interior-modification-handler)
15565 (allout-obtain-passphrase):
15566 * epa-file.el (epa-file-write-region):
15567 * ps-print.el (ps-begin-job):
15568 * vc-hooks.el (vc-toggle-read-only):
15569 * vc-rcs.el (vc-rcs-rollback):
15570 * vc-sccs.el (vc-sccs-rollback):
15571 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
15572 (vc-version-diff, vc-revert, vc-rollback):
15573 * wdired.el (wdired-check-kill-buffer):
15574 * emacs-lisp/authors.el (authors):
15575 * net/socks.el (socks-open-connection):
15576 * net/zeroconf.el (zeroconf-service-add-hook):
15577 * obsolete/vc-mcvs.el (vc-mcvs-register):
15578 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
15579 (gdb-select-frame):
15580 * progmodes/grep.el (lgrep, rgrep):
15581 * progmodes/idlw-help.el (idlwave-help-check-locations)
15582 (idlwave-help-html-link, idlwave-help-assistant-open-link):
15583 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
15584 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
15585 (reftex-toc-rename-label): Fix typos in error messages.
15587 * dired-aux.el (dired-do-shell-command): Reflow docstring.
15588 (dired-copy-how-to-fn): Doc fix.
15589 (dired-files-attributes, dired-read-shell-command):
15590 Fix typos in docstrings.
15592 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
15593 (dired-x-find-file-other-window): Reflow docstrings.
15594 (dired-omit-marker-char, dired-read-shell-command)
15595 (dired-x-submit-report): Fix typos in docstrings.
15597 * shell.el (shell-mode-hook):
15598 * view.el (View-scroll-line-forward):
15599 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
15600 Fix typos in docstrings.
15602 * net/dig.el (dig-invoke): Fix typo in docstring.
15603 (query-dig): Reflow docstring.
15605 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
15606 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
15607 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
15608 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
15609 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
15610 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
15611 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
15612 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
15613 (idlwave-completion-map, idlwave-current-indent)
15614 (idlwave-custom-ampersand-surround, idlwave-customize)
15615 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
15616 (idlwave-define-abbrev, idlwave-determine-class-special)
15617 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
15618 (idlwave-end-block-reg, idlwave-end-of-statement)
15619 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
15620 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
15621 (idlwave-explicit-class-listed, idlwave-file-header)
15622 (idlwave-fill-paragraph, idlwave-find-class-definition)
15623 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
15624 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
15625 (idlwave-in-quote, idlwave-indent-action-table)
15626 (idlwave-indent-expand-table, idlwave-indent-line)
15627 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
15628 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
15629 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
15630 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
15631 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
15632 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
15633 (idlwave-outlawed-buffers, idlwave-popup-select)
15634 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
15635 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
15636 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
15637 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
15638 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
15639 (idlwave-statement-type, idlwave-struct-skip)
15640 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
15641 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
15642 (idlwave-what-module-find-class): Fix typos in docstrings.
15643 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
15644 (idlwave-calculate-cont-indent, idlwave-expand-equal)
15645 (idlwave-find-module, idlwave-find-structure-definition)
15646 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
15647 (idlwave-list-load-path-shadows, idlwave-next-statement)
15648 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
15649 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
15650 (idlwave-template): Reflow docstrings.
15652 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
15653 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
15654 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
15655 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
15656 (idlwave-shell-display-line, idlwave-shell-display-wframe)
15657 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
15658 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
15659 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
15660 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
15661 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
15662 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
15663 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
15664 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
15665 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
15666 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
15667 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
15668 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
15669 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
15670 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
15671 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
15672 Fix typos in docstrings.
15673 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
15674 (idlwave-shell-hide-output, idlwave-shell-mode)
15675 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
15678 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
15680 2009-09-24 Ivan Kanis <apple@kanis.eu>
15682 * term.el (term-bold-attribute): New var.
15683 (term-handle-colors-array): Use it.
15685 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
15687 * progmodes/gdb-mi.el (gdb-version): New variable.
15688 (gdb-non-stop-handler): Set gdb-version.
15689 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
15690 Condition "--thread" option on gdb-version.
15691 (gdb-invalidate-threads): Remove unused argument.
15693 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
15695 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
15696 to looking-back to avoid ridiculous slow down in large files (bug#4511).
15698 2009-09-23 Glenn Morris <rgm@gnu.org>
15700 * mail/rmail.el (rmail-reply): Don't try to add a References header when
15701 replying to mail without References or Message-Id. (Bug#4525)
15703 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
15705 * term/ns-win.el (ns-reg-to-script): New variable.
15707 2009-09-23 Daiki Ueno <ueno@unixuser.org>
15709 * epg.el (epg-wait-for-status): Preserve existing 'error results.
15711 2009-09-22 Sam Steingold <sds@gnu.org>
15713 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
15714 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
15715 to 1 because hg returns status 1 when nothing is found.
15716 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
15718 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
15720 * textmodes/fill.el: Convert to utf-8 encoding.
15721 (fill-french-nobreak-p): Remove redundant » and « inherited from our
15724 * add-log.el (change-log-fill-forward-paragraph): New function.
15725 (change-log-mode): Use it so fill-region DTRT.
15726 Set fill-indent-according-to-mode here rather than in
15727 change-log-fill-paragraph.
15728 (change-log-fill-paragraph): Remove.
15730 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
15732 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
15733 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
15735 2009-09-22 Glenn Morris <rgm@gnu.org>
15737 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
15738 the scroll-bar scroll the calendar window rather than the buffer.
15740 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
15741 commands that move point (as opposed to scrolling).
15743 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
15745 * emacs-lisp/elint.el (elint): New custom group.
15746 (elint-log-buffer): Make it a defcustom.
15747 (elint-scan-preloaded, elint-ignored-warnings)
15748 (elint-directory-skip-re): New options.
15749 (elint-builtin-variables): Doc fix.
15750 (elint-preloaded-env): New variable.
15751 (elint-unknown-builtin-args): Add an entry for encode-time.
15752 (elint-extra-errors): Make it a variable rather than a constant.
15753 (elint-preloaded-skip-re): New constant.
15754 (elint-directory): Skip files matching elint-directory-skip-re.
15755 (elint-features): New variable, local to linted buffers.
15756 (elint-update-env): Initialize elint-features. Possibly add
15757 elint-preloaded-env to the buffer's environment.
15758 (elint-get-top-forms): Bind elint-current-pos, for log messages.
15760 (elint-init-form): New function, extracted from elint-init-env.
15761 Make non-list forms a warning rather than an error.
15762 Add the mode-map for define-derived-mode. Handle define-minor-mode,
15763 easy-menu-define, put that adds an error-condition, and provide.
15764 When requiring cl, also require cl-macs. Really require cl, to handle
15765 some cl macros. Store required libraries in the list elint-features,
15766 so as not to re-load them. Treat cc-require like require.
15767 (elint-init-env): Call elint-init-form to do the work.
15768 Handle eval-and-compile and such like.
15769 (elint-add-required-env): Do not clear messages.
15770 (elint-special-forms): Add handlers for function, defalias, if, when,
15772 (elint-form): Add optional argument to ignore elint-special-forms,
15773 useful to prevent recursive calls from handlers. Doc fix.
15774 Respect elint-ignored-warnings.
15775 (elint-form): Respect elint-ignored-warnings.
15776 (elint-bound-variable, elint-bound-function): New variables.
15777 (elint-unbound-variable): Respect elint-bound-variable.
15778 (elint-get-args): Respect elint-bound-function.
15779 (elint-check-cond-form): Add some simple handling for (f)boundp and
15781 (elint-check-defalias-form): New handler.
15782 (elint-check-let-form): Make an empty let a warning rather than an
15784 (elint-check-setq-form): Make an empty setq a warning rather than an
15785 error. Respect elint-ignored-warnings.
15786 (elint-check-defvar-form): Accept null doc-strings.
15787 (elint-check-conditional-form): New handler. Does some simple-minded
15788 checking of featurep and (f)boundp tests.
15789 (elint-put-function-args): New function.
15790 (elint-initialize): Use elint-scan-doc-file rather than
15791 elint-find-builtin-variables. Use elint-put-function-args.
15792 Possibly scan preloaded-file-list.
15793 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
15794 extend to handle functions as well.
15796 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
15798 * linum.el (linum-delete-overlays, linum-update-window):
15799 Do not modify the right margin. (Bug#3971)
15801 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
15803 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
15804 Use nxml-mode instead of xml-mode.
15806 2009-09-21 Kevin Ryde <user42@zip.com.au>
15808 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
15810 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
15812 * net/dig.el (dig-mode): Use define-derived-mode.
15814 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
15816 * vc-dispatcher.el (vc-do-command): Return the process object in
15817 the asynchronous case. Use when instead of if. Do not run
15818 vc-exec-after to display a message if not enabled. (Bug#4463)
15820 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
15821 properties to the stash strings.
15822 (vc-git-stash-list): Return a list of strings.
15823 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
15824 (vc-git-stash-show-at-point): New functions.
15825 (vc-git-stash-map): New keymap.
15827 * register.el (ctl-x-r-map): Define the keys here instead of
15830 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
15832 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
15833 list, to workaround performance problem (bug#4485).
15835 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
15837 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
15839 2009-09-20 Daiki Ueno <ueno@unixuser.org>
15841 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
15842 Document that this option is not recommended to use.
15844 2009-09-19 Glenn Morris <rgm@gnu.org>
15846 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
15849 * calc/calc-alg.el (var):
15850 * calc/calcalg2.el (var): Define for compiler.
15852 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
15854 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
15855 Doc fix (Bug#3932).
15857 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
15859 * time-stamp.el (time-stamp-month-dd-yyyy)
15860 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
15861 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
15862 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
15863 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
15864 Remove functions that have been obsolete since 1995 (Bug#4436).
15866 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
15867 indent buffer only if called interactively (Bug#4452).
15869 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
15870 Eli Zaretskii <eliz@gnu.org>
15872 This fixes bug#4197 (merged to bug#865, though not identical).
15873 * server.el (server-auth-dir): Add docstring note about FAT32.
15874 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
15875 but warn against using them.
15877 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
15879 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
15880 older GDB where there is no has_more field.
15882 2009-09-19 Glenn Morris <rgm@gnu.org>
15884 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
15886 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
15888 * files.el (auto-mode-alist): Change default for XML files to nXML
15891 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
15893 * server.el (server-ensure-safe-dir): Pass 'integer
15894 to `file-attributes', as suggested.
15896 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
15898 * dired-aux.el (dired-query-alist): Remove spurious backslash.
15899 (dired-query): Use read-key.
15901 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
15903 * cus-start.el (ns-use-qd-smoothing): Remove.
15905 2009-09-18 Glenn Morris <rgm@gnu.org>
15907 * allout.el (top-level): Remove unnecessary progn.
15909 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
15911 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
15912 definition of abbrev table.
15914 * speedbar.el (speedbar-track-mouse):
15915 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
15916 * net/eudc.el (eudc-expand-inline):
15917 * net/newst-backend.el (newsticker--cache-read-feed):
15918 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
15919 condition-case handlers.
15921 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
15923 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
15924 (gdb-var-list): Add an element for has_more field.
15925 (gdb-non-stop-handler): Enable pretty printing for STL containers.
15926 (gdb-var-create-handler, gdb-var-list-children-handler-1)
15927 (gdb-var-update-handler-1): Parse output of dynamic variable
15928 objects (STL containers).
15929 (gdb-var-delete-1): Pass var1 as an explicit second argument.
15930 (gdb-get-field): Delete alias. Use bindat-get-field directly.
15932 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
15934 (gud-speedbar-buttons): Make node expandable if expression "has more"
15937 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
15939 * startup.el (emacs-quick-startup): Remove variable and all uses.
15940 (command-line): Set `inhibit-x-resources' instead.
15941 (command-line-1): Use `inhibit-x-resources' instead.
15943 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
15945 * subr.el: Fix last change to avoid using the `unless' macro,
15946 which breaks bootstrapping.
15948 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
15950 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
15951 extended definitions, in case we reload subr.el after having
15953 (eval-next-after-load): Mark as obsolete.
15955 2009-09-17 Juri Linkov <juri@jurta.org>
15957 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
15958 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
15959 (menu-bar-showhide-menu, menu-bar-tools-menu)
15960 (menu-bar-describe-menu, menu-bar-help-menu)
15961 (minibuffer-local-completion-map, minibuffer-local-map):
15964 2009-09-17 Glenn Morris <rgm@gnu.org>
15966 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
15967 arguments, whether or not it has a handler.
15969 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
15971 * simple.el (hard-newline): Give it a doc-string.
15973 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
15974 (lisp-mode-syntax-table): Give them doc-strings.
15976 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
15978 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
15979 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
15980 (menu-bar-options-menu, menu-bar-showhide-menu)
15981 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
15982 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
15983 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
15984 (menu-bar-options-menu, menu-bar-tools-menu)
15985 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
15986 (menu-bar-help-menu):
15987 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
15990 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
15991 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
15992 calls for the menu names and :help.
15994 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
15996 * mouse.el (minor-mode-menu-from-indicator): Pay attention
15997 to :minor-mode-function (bug#4455).
15999 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
16001 * startup.el (command-line): Initialize the window-system after
16002 processing the command-line.
16004 * textmodes/page.el (what-page): Make sure we don't inf-loop if
16005 page-delimiter matches the empty string.
16007 2009-09-16 Glenn Morris <rgm@gnu.org>
16009 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
16010 byte-compile-not-obsolete-var. It's a list now.
16011 (byte-compile-not-obsolete-funcs): New variable.
16012 (byte-compile-warn-obsolete): Don't warn about functions if they are in
16013 byte-compile-not-obsolete-funcs.
16014 (byte-compile-variable-ref, byte-compile-defvar): Update for
16015 byte-compile-not-obsolete-vars name-change and list nature.
16016 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
16017 and variables behind (f)boundp tests.
16018 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
16020 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
16022 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
16024 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
16026 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
16027 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
16030 2009-09-15 Stephen Eglen <stephen@gnu.org>
16032 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
16033 the virtual-buffers, use the name of the buffer specified by
16034 find-file-noselect, as the match may be a symlink. (This was a
16035 problem if the target and the symlink had different names.)
16037 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
16039 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
16041 * desktop.el (desktop-path): Check user-emacs-directory.
16043 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
16045 * loadup.el: Use after-load-functions to GC after loading each file.
16046 Remove the explicit GC calls that used to be sprinkled around.
16048 * subr.el (after-load-functions): New hook.
16049 (do-after-load-evaluation): Run it. Use string-match-p to detect
16050 `obsolete' packages, rather than painfully extracting the relevant
16053 2009-09-15 Glenn Morris <rgm@gnu.org>
16055 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
16056 free variable `doc'.
16058 * dired.el (dired-mode-map): Add menu entry for async shell command.
16060 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
16061 variables, also consider the .elc files, since the .el files are
16062 normally gzipped (subsequent code locates the .el.gz from the .elc).
16064 * calc/calc-prog.el (arglist): Define for compiler.
16066 * calendar/diary-lib.el (diary-display-function): Change the default to
16068 (body): Define for compiler.
16070 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
16071 (byte-compile-file-form, byte-compile-lambda)
16072 (byte-compile-top-level-body, byte-compile-form)
16073 (byte-compile-variable-ref, byte-compile-setq)
16074 (byte-compile-setq-default, byte-compile-body)
16075 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
16076 (batch-byte-compile): Give some more local variables with common names
16077 a "bytecomp-" prefix to avoid masking warnings about free variables.
16079 * startup.el (command-line-1): Give local variables with common names a
16080 distinguishing prefix, so as not to hide free variable warnings during
16083 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
16084 clever and add a suffix to make a unique name, just let the user decide
16085 whether or not to overwrite it. If the input is a directory, write the
16086 default filename to that directory. (Bug#4388)
16087 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
16088 is a filename-as-a-directory.
16090 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
16092 * textmodes/page.el (what-page): Don't move to beginning of line.
16093 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
16095 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
16097 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
16099 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
16101 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
16102 * help.el (help-for-help-internal): Add purecopy calls for text.
16104 * vc.el (top): print-log method now takes an optional SHORTLOG
16105 argument. Add a new method: root.
16106 (vc-root-diff, vc-print-root-log): New functions.
16107 (vc-log-short-style): New variable.
16108 (vc-print-log-internal): Add support for showing short logs.
16110 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
16111 vc-print-root-log and vc-print-root-diff.
16113 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
16114 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
16115 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
16118 * vc-cvs.el (vc-cvs-print-log):
16119 * vc-mtn.el (vc-mtn-print-log):
16120 * vc-rcs.el (vc-rcs-print-log):
16121 * vc-sccs.el (vc-sccs-print-log):
16122 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
16123 that is ignored for now.
16125 * vc-mtn.el (vc-mtn-annotate-command):
16126 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
16128 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
16130 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
16131 to function-key-map, and give them ascii-character property.
16132 * term/x-win.el (x-alternatives-map):
16133 * term/ns-win.el (ns-alternatives-map):
16134 * term/internal.el (msdos-key-remapping-map):
16135 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
16137 2009-09-14 Glenn Morris <rgm@gnu.org>
16139 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
16140 temp-buffers (2009-09-12).
16142 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
16144 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
16145 the new read-key function.
16147 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
16149 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
16150 is defined (Bug#4405).
16152 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
16154 * recentf.el (recentf-cleanup): Use a hash table to find
16155 duplicates (Bug#4407).
16157 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
16159 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
16160 kp-0 to ascii equivalents (Bug#4325).
16162 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
16164 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
16166 * eshell/em-hist.el:
16167 * eshell/em-dirs.el (eshell-complete-user-reference):
16168 Declare pcomplete functions and variables to avoid compiler warnings.
16170 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
16172 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
16173 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
16174 * eshell/em-alias.el (eshell-aliases-file):
16175 * eshell/em-hist.el (eshell-history-file-name):
16176 Use expand-file-name instead of concat to make file names (Bug#4308).
16178 2009-09-13 Glenn Morris <rgm@gnu.org>
16180 * ediff-merg.el (ediff-do-merge):
16181 * filesets.el (filesets-run-cmd):
16182 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
16183 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
16184 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
16185 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
16186 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
16187 Replace empty `let's with `progn'.
16189 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
16191 * mail/sendmail.el (send-mail-function):
16192 * tooltip.el (tooltip-mode):
16193 * simple.el (transient-mark-mode):
16194 * rfn-eshadow.el (file-name-shadow-mode):
16195 * frame.el (blink-cursor-mode):
16196 * font-core.el (global-font-lock-mode):
16197 * files.el (temporary-file-directory)
16198 (small-temporary-file-directory, auto-save-file-name-transforms):
16199 * epa-hook.el (auto-encryption-mode):
16200 * composite.el (global-auto-composition-mode):
16201 Use custom-initialize-delay.
16202 * startup.el (command-line): Don't explicitly call
16203 custom-reevaluate-setting for all the above vars.
16204 * custom.el (custom-initialize-safe-set)
16205 (custom-initialize-safe-default): Delete.
16207 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
16209 * term/x-win.el (x-initialize-window-system):
16210 * term/w32-win.el (w32-initialize-window-system):
16211 * term/ns-win.el (ns-initialize-window-system): Don't call
16212 mouse-wheel-mode since it's enabled globally by default already.
16214 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
16215 actually define the variable, but only silences the byte-compiler.
16216 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
16217 before looking it up.
16218 (mouse-wheel-scroll-amount): Also reset the bindings if this value
16221 2009-09-12 Glenn Morris <rgm@gnu.org>
16223 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
16225 (elint-add-required-env): Don't beep on error.
16226 (elint-forms): In case of error, return ENV unchanged.
16227 (elint-init-env): Skip non-list forms.
16228 (elint-log): Handle unknown file positions.
16230 2009-09-12 Daiki Ueno <ueno@unixuser.org>
16232 * epg.el (epg-make-context): Add autoload cookie.
16233 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
16234 (epg-decrypt-string, epg-start-verify, epg-verify-file)
16235 (epg-verify-string, epg-start-sign, epg-sign-file)
16236 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
16237 (epg-encrypt-string, epg-start-export-keys)
16238 (epg-export-keys-to-file, epg-export-keys-to-string)
16239 (epg-start-import-keys, epg-import-keys-from-file)
16240 (epg-import-keys-from-string, epg-start-receive-keys)
16241 (epg-receive-keys, epg-import-keys-from-server)
16242 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
16243 (epg-sign-keys, epg-start-generate-key)
16244 (epg-generate-key-from-file, epg-generate-key-from-string):
16245 Remove autoload cookie.
16247 2009-09-12 Eli Zaretskii <eliz@gnu.org>
16249 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
16250 reevaluation of trash-directory.
16252 * mwheel.el: Fix last change.
16253 (mouse-wheel-mode): New defvar.
16254 (mouse-wheel-mode): Remove autoload cookie.
16256 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
16258 * mwheel.el (mwheel-installed-bindings): New var.
16259 (mouse-wheel-mode): Use it, so as to make sure we really remove all
16260 the bindings we set last time. Use custom-initialize-delay.
16261 * loadup.el: Load mwheel after term/*-win.el.
16262 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
16263 and mouse-wheel-up-event now that their first evaluation is done
16264 sufficiently late to be correct.
16266 * startup.el (tutorial-directory): Make it a defcustom.
16267 Use custom-initialize-delay rather than eval-at-startup to set it.
16268 * image.el (image-load-path): Make it a defcustom.
16269 Use custom-initialize-delay rather than eval-at-startup to set it.
16270 * subr.el (eval-at-startup): Remove.
16271 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
16273 * subr.el (do-after-load-evaluation): Warn the user after loading an
16276 2009-09-12 Glenn Morris <rgm@gnu.org>
16278 * proced.el (proced-mark-alt): Remove alias.
16279 (proced-mode-map): Remove proced-mark-alt.
16281 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
16282 Elint file and directory. Remove initialization entry.
16284 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
16286 (elint-current-buffer): Set mode-line-process.
16287 (elint-init-env): Handle define-derived-mode.
16288 Fix declare-function with unspecified arglist. Guard against odd
16289 defalias statements (eg iso-insert's 8859-1-map).
16290 (elint-add-required-env): Use a temp buffer.
16291 (elint-form): Just print the function/macro name, not the whole form.
16292 Return env unchanged if we fail to parse a macro.
16293 (elint-forms): Guard against parse errors.
16294 (elint-output): New function, to handle batch mode.
16295 (elint-log-message): Add optional argument. Use elint-output.
16296 (elint-set-mode-line): New function.
16298 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
16300 * emacs-lisp/elp.el (elp-not-profilable): Add more
16301 functions (Bug#4233).
16303 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
16305 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
16306 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
16308 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
16310 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
16311 (gdb-var-list-children): Use json parsing.
16313 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
16315 * progmodes/js.el (js--proper-indentation): Handle the case where
16316 char-before is null. Reported by Deniz Dogan.
16318 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
16320 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
16322 2009-09-11 Daiki Ueno <ueno@unixuser.org>
16324 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
16325 (epg-digest-algorithm-alist): Add SHA224.
16326 (epg-context-set-passphrase-callback)
16327 (epg-context-set-progress-callback): Add description about
16330 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
16332 * custom.el (custom-delayed-init-variables): New var.
16333 (custom-initialize-delay): New function.
16334 * startup.el (command-line): "Re"evaluate all vars in
16335 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
16336 explicitly any more.
16337 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
16338 to avoid creating a ~/.emacs.d at build-time (bug#4347).
16340 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
16342 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
16344 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
16345 (gdb-var-update-handler): Use json parsing.
16347 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
16349 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
16350 decode annotated text, regardless of language environment. (Bug#2741)
16352 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
16354 * Makefile.in (autoloads): Make rmail.el writable as well.
16356 2009-09-11 Glenn Morris <rgm@gnu.org>
16358 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
16360 * dired.el: Regenerate with extracted autoloads.
16361 * Makefile.in (autoloads): Make dired.el writable.
16363 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
16364 * ibuffer.el: Regenerate with extracted autoloads.
16365 * Makefile.in (autoloads): Make ibuffer.el writable.
16367 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
16368 * version.el (emacs-copyright, emacs-major-version)
16369 (emacs-minor-version): Reformat doc-strings for make-docfile.
16371 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
16372 functions and variables, since they must be stuff specific to some other
16374 (apropos-print): Make mouse-click message less specific about button.
16376 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
16377 that records where a macro was defined.
16378 * help-fns.el (describe-function-1): Mention if a function has a
16380 * help-mode.el (help-function-cmacro): New button.
16382 * locate.el (top-level): Always require dired.
16383 (locate-mode-map): Initialize inside the defvar.
16385 * net/ange-ftp.el (dired-compress-file): Declare.
16386 (ange-ftp-dired-compress-file): Add doc string.
16388 * term/ns-win.el (x-display-name, x-setup-function-keys):
16389 Unify doc-strings with X versions.
16391 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
16393 * emulation/crisp.el (crisp-mode-map): Move initialization
16395 (crisp-mode): Use define-minor-mode.
16397 * progmodes/xscheme.el (xscheme-evaluation-commands):
16398 Put a :advertised-binding property rather than using
16399 advertised-xscheme-send-previous-expression.
16400 (advertised-xscheme-send-previous-expression): Declare obsolete.
16401 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
16403 (crisp-mode): Add corresponding bindings to
16404 undo's :advertised-binding instead.
16405 * dired.el (dired-mode-map): Put a :advertised-binding property rather
16406 than using dired-advertised-find-file.
16407 (dired-advertised-find-file):
16408 * simple.el (advertised-undo):
16409 * wid-edit.el (advertised-widget-backward): Declare obsolete.
16410 (widget-keymap): Put a :advertised-binding property rather
16411 than using advertised-widget-backward.
16412 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
16413 than using advertised-undo.
16414 * tutorial.el (tutorial--default-keys): Adjust accordingly.
16416 2009-09-10 Simon South <ssouth@slowcomputing.org>
16418 * progmodes/delphi.el (delphi-tab): Indent region when Transient
16419 Mark mode is enabled and region is active; otherwise indent or
16420 insert TAB as usual.
16421 (delphi-mode): Update description of TAB-key binding.
16423 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
16425 * subr.el (define-key-rebound-commands): Mark obsolete.
16426 * startup.el (precompute-menubar-bindings): Remove.
16427 (normal-top-level): Remove obsolete code that tried to precompute
16429 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
16430 define-key-rebound-commands and precompute-menubar-bindings.
16432 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
16434 * net/imap.el (imap-interactive-login): Better messages.
16435 (imap-open): Fix bug with renamed buffer on reconnect.
16436 (imap-authenticate): Add buffer-local imap-last-authenticator variable
16437 for easier debugging and cleaner code. On successful (guessed based on
16438 server capabilities) secondary authentication, set imap-state
16440 (imap-last-authenticator): Define imap-last-authenticator as a variable
16443 2009-09-10 Glenn Morris <rgm@gnu.org>
16445 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
16447 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
16448 (byte-compile-file-form-autoload): Don't warn about unknown functions
16449 where the autoload statement comes after the use.
16450 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
16451 that any handlers inside the body (eg require) are in turn respected.
16453 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
16456 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
16457 and syntax and abbrev tables basic docs, if they don't have any.
16459 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
16461 * international/mule-cmds.el (top-level): Require cl when compiling.
16462 (view-hello-file): Use default-value rather than
16463 default-enable-multibyte-characters.
16465 * progmodes/fortran.el: Move all safe and risky properties into the
16468 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
16469 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
16470 * mail/undigest.el:
16471 Put autoloads in rmail.el rather than loaddefs.el.
16472 * mail/rmail.el: Regenerate with extracted autoloads.
16474 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
16475 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
16477 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
16479 Reported in thread for Bug#4375.
16480 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
16481 "-data-evaluate-expression" instead of print.
16482 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
16483 (gdb-tooltip-print): Parse output from above MI command.
16484 (gdb): Revert 2009-08-11 change. User should detach inferior
16487 Remove the word "separate" from IO functions as inferior
16488 output is now never displayed in the GUD buffer.
16490 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
16492 * startup.el (command-line-normalize-file-name): On Windows and
16493 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
16495 2009-09-10 Juri Linkov <juri@jurta.org>
16497 * isearch.el (isearch-text-char-description): Propertize escape
16498 character sequences with the `escape-glyph' face. (Bug#4344)
16500 * simple.el (shell-command): Set asynchronous process filter to
16501 `comint-output-filter'. (Bug#4343)
16503 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
16504 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
16505 the list. Move "asm" to the bottom.
16506 (grep-find-ignored-directories): Add `choice' with nil value
16507 to empty the list easily.
16508 (grep-find-ignored-files): New option.
16509 (grep-files-history): Set to nil by default instead of '("ch" "el").
16510 (grep-compute-defaults): Add "<X>" to `grep-template'.
16511 (grep-read-files): Bind new local variables `default-alias' and
16512 `default-extension'. Use a list of default values for the file prompt.
16513 (lgrep): Add `--exclude=' command line options composed from
16514 `grep-find-ignored-files'.
16515 (rgrep): Add `-name' command line options composed from
16516 `grep-find-ignored-files'. (Bug#4301)
16518 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
16520 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
16523 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
16525 * calendar/time-date.el (autoload):
16526 Expand define-obsolete-function-alias into defalias and make-obsolete
16527 for old Emacsen that Gnus supports.
16528 (with-no-warnings): Define it for old Emacsen.
16529 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
16531 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
16532 float-time is available; suppress compile warning for time-to-seconds.
16534 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
16536 * net/imap.el (imap-message-map): Docstring fix.
16538 2009-09-09 Glenn Morris <rgm@gnu.org>
16540 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
16541 line numbers too. (Bug#4374)
16543 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
16545 * smerge-mode.el (smerge-remove-props, smerge-refine):
16546 Use with-silent-modifications (bug#4342).
16548 * subr.el (with-silent-modifications): New macro.
16550 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
16552 * files.el (top-level): Require `cl' when compiling.
16554 2009-09-07 Glenn Morris <rgm@gnu.org>
16556 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
16558 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
16559 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
16561 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
16563 * vc-git.el (vc-git-annotate-command): Use separator to parse
16564 arguments correctly.
16566 2009-09-06 Eli Zaretskii <eliz@gnu.org>
16568 * proced.el (proced-mode): Doc fix.
16570 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
16572 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
16574 (tramp-do-file-attributes-with-ls): Check for file existence at
16576 (tramp-do-file-attributes-with-stat): Likewise.
16577 (tramp-convert-file-attributes): Return nil when attr is nil.
16579 2009-09-05 Glenn Morris <rgm@gnu.org>
16581 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
16582 properties to this button.
16583 (diary-fancy-display): Don't extend the button to the final newline.
16584 (diary-fancy-display-mode): Continue to define "q" as a local key.
16586 * calendar/cal-china.el (holiday-chinese): Make it slightly more
16589 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
16591 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
16592 (byte-compile-dest-file-function): New option.
16593 (byte-compile-dest-file): Doc fix.
16594 Obey byte-compile-dest-file-function.
16595 (byte-compile-cl-file-p): New function.
16596 (byte-compile-eval): Only suppress noruntime warnings about cl functions
16597 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
16598 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
16599 than for file being previously loaded.
16600 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
16601 (byte-compile-file-form-require): Handle the case where requiring a file
16602 indirectly causes CL to be loaded.
16604 2009-09-05 Karl Fogel <kfogel@red-bean.com>
16606 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
16607 before killing the old buffer, since by the time `kill-buffer' is
16608 run so many buffer variables have been set to nil that it may not
16609 behave as expected. (Bug#4061)
16611 2009-09-05 Karl Fogel <kfogel@red-bean.com>
16613 * files.el (find-alternate-file): If the old buffer is modified
16614 and visiting a file, behave similarly to `kill-buffer' when
16615 killing it, thus reverting to the pre-1.878 behavior; see
16616 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
16617 for discussion. Also, consult `buffer-file-name' as a variable
16618 not as a function, for consistency with the rest of the code.
16620 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
16622 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
16623 also when adding a new directory.
16625 * net/tramp-compat.el (tramp-compat-line-beginning-position):
16628 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
16630 * files.el (locate-file-completion-table): Make it provide boundary
16631 information, so partial-completion works better.
16633 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
16635 * mail/footnote.el (Footnote-text-under-cursor):
16636 Check footnote-text-marker-alist before using it (bug#4324).
16638 2009-09-04 Glenn Morris <rgm@gnu.org>
16640 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
16641 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
16642 * play/solitaire.el, play/tetris.el:
16643 Remove leading * from defcustom and defface docs.
16645 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
16647 (diary-fancy-overriding-map): New variable.
16648 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
16651 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
16654 2009-09-03 Glenn Morris <rgm@gnu.org>
16656 * arc-mode.el (archive-mode):
16657 * dos-fns.el (set-default-process-coding-system):
16658 * man.el (Man-getpage-in-background):
16659 * menu-bar.el (menu-bar-describe-menu):
16660 * server.el (server-process-filter):
16661 * startup.el (command-line):
16662 * tar-mode.el (tar-header-block-tokenize, tar-extract):
16663 * w32-fns.el (set-default-process-coding-system):
16664 * x-dnd.el (x-dnd-handle-file-name):
16665 * international/mule-cmds.el (mule-menu-keymap)
16666 (set-default-coding-systems, language-info-alist, set-language-info)
16667 (set-language-environment, standard-display-european-internal)
16668 (set-locale-environment):
16669 * international/mule-diag.el (mule-diag):
16670 * mail/emacsbug.el (report-emacs-bug):
16671 * mail/rmail.el (rmail-mode):
16672 * mail/sendmail.el (mail-setup):
16673 Use default-value rather than default-enable-multibyte-characters.
16675 * progmodes/f90.el: Move all safe properties into the defcustoms.
16676 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
16678 * calendar/appt.el (appt-check):
16679 * calendar/diary-lib.el (diary-set-header, diary-live-p)
16680 (diary-check-diary-file, diary-list-entries)
16681 (diary-include-other-diary-files, diary-simple-display)
16682 (diary-fancy-display, diary-print-entries)
16683 (diary-mark-included-diary-files, diary-make-entry):
16684 Don't call substitute-in-file-name on diary-file.
16686 2009-09-03 Eduard Wiebe <usenet@pusto.de>
16687 Stefan Monnier <monnier@iro.umontreal.ca>
16689 * mail/footnote.el (footnote-prefix): Make it a defcustom.
16690 (footnote-mode-map): Move initialization into the declaration.
16691 (footnote-minor-mode-map): Define it rather than changing global-map.
16692 (footnote-mode): Use define-minor-mode.
16694 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
16696 * net/tramp.el (tramp-handle-file-attributes-with-ls)
16697 (tramp-do-file-attributes-with-perl)
16698 (tramp-do-file-attributes-with-stat): Rename from
16699 `tramp-handle-file-attributes-with-*'.
16700 (tramp-handle-file-attributes): Use them.
16701 (tramp-do-directory-files-and-attributes-with-perl)
16702 (tramp-do-directory-files-and-attributes-with-stat): Rename from
16703 `tramp-handle-directory-files-and-attributes-with-*'.
16704 (tramp-handle-directory-files-and-attributes): Use them.
16705 (tramp-method-out-of-band-p): Additional parameter SIZE.
16706 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
16707 (tramp-handle-write-region): Use it.
16708 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
16709 (tramp-handle-vc-registered): Check, whether the first run did
16710 return files to be tested.
16711 (tramp-advice-make-auto-save-file-name): Do not call directly
16712 `tramp-handle-make-auto-save-file-name', because this would bypass
16713 the locking mechanism.
16715 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
16716 (file-remote-p, process-file, start-file-process, set-file-times)
16717 (tramp-compat-file-attributes): Compatibility functions shall not
16718 call directly `tramp-handle-*', because this would bypass the
16720 (tramp-compat-number-sequence): New defun.
16722 2009-09-02 Glenn Morris <rgm@gnu.org>
16724 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
16725 alias for float-time.
16726 (time-to-number-of-days): In Emacs, use float-time.
16727 * net/newst-backend.el (time-add): Suppress warnings from compat
16729 * time.el (emacs-uptime, emacs-init-time):
16730 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
16731 Use float-time rather than time-to-seconds.
16733 * minibuffer.el (completion-initials-expand): Fix typo.
16735 * faces.el (modeline, modeline-inactive, modeline-highlight)
16736 (modeline-buffer-id):
16737 * info.el (info-menu-5): Mark these face aliases as obsolete.
16739 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
16741 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
16743 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
16744 no "--thread" option.
16745 (gdb-stopped): Don't print "Switched to thread" message when it is
16748 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
16750 * minibuffer.el (completion-try-completion)
16751 (completion-all-completions): Remove ill-defined (and
16752 mistakenly installed and luckily never used nor documented)
16753 `completion-styles' property.
16754 (completion-initials-expand, completion-initials-all-completions)
16755 (completion-initials-try-completion): New functions.
16756 (completion-styles-alist): Add doc to each entry.
16757 Add new `initials' entry.
16759 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
16761 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
16762 MI command -var-evaluate-expression.
16763 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
16764 and tweak for case of string child.
16765 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
16767 2009-09-01 Glenn Morris <rgm@gnu.org>
16769 * add-log.el (change-log-date-face, change-log-name-face)
16770 (change-log-email-face, change-log-file-face, change-log-list-face)
16771 (change-log-conditionals-face, change-log-function-face)
16772 (change-log-acknowledgement-face):
16773 * cus-edit.el (custom-invalid-face, custom-rogue-face)
16774 (custom-modified-face, custom-set-face, custom-changed-face)
16775 (custom-saved-face, custom-button-face, custom-button-pressed-face)
16776 (custom-documentation-face, custom-state-face, custom-comment-face)
16777 (custom-comment-tag-face, custom-variable-tag-face)
16778 (custom-variable-button-face, custom-face-tag-face)
16779 (custom-group-tag-face-1, custom-group-tag-face):
16780 * diff-mode.el (diff-header-face, diff-file-header-face)
16781 (diff-index-face, diff-hunk-header-face, diff-removed-face)
16782 (diff-added-face, diff-changed-face, diff-function-face)
16783 (diff-context-face, diff-nonexistent-face):
16784 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
16785 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
16786 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
16787 (Info-title-4-face):
16788 * isearch.el (isearch-lazy-highlight-face):
16789 * log-view.el (log-view-file-face, log-view-message-face):
16790 * paren.el (show-paren-match-face, show-paren-mismatch-face):
16791 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
16792 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
16794 * smerge-mode.el (smerge-mine-face, smerge-other-face)
16795 (smerge-base-face, smerge-markers-face):
16796 * wid-edit.el (widget-documentation-face, widget-button-face)
16797 (widget-field-face, widget-single-line-field-face)
16798 (widget-inactive-face, widget-button-pressed-face):
16799 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
16800 (woman-addition-face):
16801 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
16802 (eshell-ls-executable-face, eshell-ls-readonly-face)
16803 (eshell-ls-unreadable-face, eshell-ls-special-face)
16804 (eshell-ls-missing-face, eshell-ls-archive-face)
16805 (eshell-ls-backup-face, eshell-ls-product-face)
16806 (eshell-ls-clutter-face):
16807 * eshell/em-prompt.el (eshell-prompt-face):
16808 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
16809 * obsolete/old-whitespace.el (whitespace-highlight-face):
16810 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
16811 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
16812 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
16813 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
16814 (antlr-font-lock-literal-face):
16815 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
16816 (ebrowse-root-class-face, ebrowse-file-name-face)
16817 (ebrowse-default-face, ebrowse-member-attribute-face)
16818 (ebrowse-member-class-face, ebrowse-progress-face):
16819 * progmodes/make-mode.el (makefile-space-face):
16820 * progmodes/sh-script.el (sh-heredoc-face):
16821 * textmodes/flyspell.el (flyspell-incorrect-face)
16822 (flyspell-duplicate-face):
16823 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
16824 * textmodes/texinfo.el (texinfo-heading-face):
16825 Mark face aliases with "-face" suffix as obsolete.
16827 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
16830 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
16831 (eudc-bob-sound-menu): Use defvar rather than defconst, since
16832 easy-menu-define wants to modify these.
16834 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
16836 * net/browse-url.el (browse-url-file-url):
16837 * term/internal.el (dos-codepage-setup):
16838 Use default-value rather than default-enable-multibyte-characters.
16840 * progmodes/etags.el (etags-goto-tag-location):
16841 * progmodes/flymake.el (flymake-highlight-line)
16842 (flymake-goto-file-and-line, flymake-goto-line):
16843 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
16844 (gdb-goto-breakpoint):
16845 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
16846 * progmodes/python.el (python-find-function)
16847 (python-pdbtrack-track-stack-file):
16848 * progmodes/verilog-mode.el (verilog-surelint-off):
16849 * term/ns-win.el (ns-open-file-select-line):
16850 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
16851 Use forward-line rather than goto-line.
16853 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
16854 * textmodes/reftex-index.el (reftex-display-index):
16855 * textmodes/reftex-ref.el (reftex-offer-label-menu):
16856 * textmodes/reftex-toc.el (reftex-toc):
16857 Remove unnecessary bindings of default-major-mode (all are followed by
16858 major-mode check and possible mode switch).
16860 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
16862 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
16863 Handle watchpoints (bug#4282).
16864 (def-gdb-thread-buffer-command): Enable thread to be selected by
16865 clicking without selecting threads buffer first.
16866 (gdb-current-context-command): Use selected frame so that "up",
16867 "down" etc work in the GUD buffer.
16868 (gdb-update): Find selected frame before rendering stack buffer.
16869 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
16871 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
16873 * progmodes/sym-comp.el (displayed-completions): Remove.
16874 (symbol-complete): Use minibuffer-complete.
16876 2009-08-31 Glenn Morris <rgm@gnu.org>
16878 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
16880 * apropos.el (apropos-symbols-internal):
16881 Handle (obsolete) face aliases.
16883 * faces.el (describe-face): Adjust the output format to be more like
16884 describe-variable, and to mention (obsolete) face aliases.
16885 Adjust the whitespace so that help-setup-xref works.
16887 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
16888 * calendar/diary-lib.el (diary-button-face):
16889 Mark these face aliases as obsolete.
16891 * calendar/calendar.el (calendar-today): Doc fix.
16893 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
16895 * progmodes/gdb-mi.el (gdb-control-all-threads)
16896 (gdb-control-current-thread): Force tool bar update.
16897 (gdb-non-stop-handler): New function.
16898 (gdb-init-1): Use it to test if non-stop mode is supported.
16899 Remove unused gdbmi buffer type.
16901 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
16903 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
16904 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
16906 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
16908 * comint.el (comint-exec-1): Check command is non-null first.
16909 Part of gdb-mi.el change (2009-08-28).
16911 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
16913 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
16915 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
16917 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
16918 instead of `dolist' to avoid a recursive require when bootstrapping.
16920 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
16922 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
16924 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
16926 * net/imap.el (imap-send-command): Simplify.
16927 (imap-wait-for-tag): point-max -> buffer-size.
16929 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
16931 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
16932 with constant argument.
16934 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
16936 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
16938 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
16939 Change default, since most of our files don't have a history.
16940 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
16943 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16946 * calc/calc.el: Improve commenting convention.
16947 (calc-digit-map, toplevel): Simplify.
16949 * comint.el (comint-insert-input): Be careful to only set point if we
16950 don't delegate to some other command.
16952 * proced.el (proced-signal-list): Make it an alist.
16953 (proced-grammar-alist): Capitalize names.
16954 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
16955 Disable undo manually and make it read-only.
16956 Use completion-annotate-function.
16958 * minibuffer.el (minibuffer-message): If the current buffer is not
16959 a minibuffer, insert the message in the echo area rather than at the
16961 (completion-annotate-function): New variable.
16962 (minibuffer-completion-help): Use it.
16963 (completion--embedded-envvar-table): Environment vars are
16964 always case-sensitive.
16966 2009-08-30 Glenn Morris <rgm@gnu.org>
16968 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
16969 from fortran-current-defun.
16970 (fortran-beginning-of-subprogram): Be more precise about finding the
16971 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
16972 (fortran-end-of-subprogram): Simplify.
16973 (fortran-current-defun): Use fortran-start-prog-re.
16975 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
16977 * subr.el (do-after-load-evaluation): Simplify.
16979 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
16981 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
16983 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
16984 (vc-rcs-print-log): Use it.
16986 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
16988 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
16990 * paths.el (abbrev-file-name): Move to abbrev.el.
16991 * abbrev.el (abbrev-file-name): Move from paths.el.
16992 Obey user-emacs-directory.
16993 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
16994 user-emacs-directory.
16995 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
16996 abbrev-file-name and calc-settings-file any more.
16997 * startup.el (command-line): Recompute abbrev-file-name and
16998 abbreviated-home-dir.
16999 (normal-no-mouse-startup-screen): Improve the generic code and get rid
17000 of the special code for when C-h bindings haven't been changed.
17001 (display-startup-echo-area-message): Use with-current-buffer.
17002 (command-line-1): Use a list of strings, rather than a list of lists
17003 of strings for longopts.
17005 * files.el (get-free-disk-space): Use / for default-directory.
17007 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
17008 Use with-current-buffer.
17010 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
17011 Recognize immutable variables like most-positive-fixnum.
17012 (byte-compile-setq-default): Check and warn if trying to assign
17013 to an immutable variable, or a non-variable.
17015 * progmodes/cc-vars.el (c-comment-continuation-stars):
17016 * progmodes/cc-engine.el (c-looking-at-bos):
17017 * progmodes/cc-cmds.el (c-toggle-auto-state)
17018 (c-forward-into-nomenclature, c-backward-into-nomenclature)
17019 (c-comment-line-break-function): Add version of obsolescence.
17021 2009-08-28 Juri Linkov <juri@jurta.org>
17023 * files.el (magic-fallback-mode-alist): Add ZIP magic number
17024 associated with `archive-mode'.
17026 * image.el (image-type-header-regexps): Use only JPEG magic number
17027 to determine JPEG images, and don't use `image-jpeg-p' because
17028 Emacs can display non-JFIF non-Exif JPEG images.
17030 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
17032 * arc-mode.el (archive-mode):
17033 * emacs-lisp/re-builder.el (re-builder-unload-function):
17034 Protect against the default value of `major-mode' being nil.
17036 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
17038 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
17039 Fix typos in docstrings.
17041 * progmodes/js.el (js--macro-decl-re): Doc fix.
17042 (js--plain-method-re, js--split-name): Refloc docstring.
17043 (js--class-styles, js--make-merged-item, js--splice-into-items):
17044 Fix typos in docstrings; reflow docstrings.
17045 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
17046 (js--variable-decl-matcher, js--inside-pitem-p)
17047 (js--parse-state-at-point, js--get-all-known-symbols)
17048 (js--symbol-history, js-find-symbol, js--js-references)
17049 (js--moz-interactor, js--js-encode-value, js--read-tab):
17050 Fix typos in docstrings.
17052 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
17054 * textmodes/reftex.el (reftex-get-file-buffer-force):
17055 * progmodes/verilog-mode.el (verilog-batch-execute-func):
17056 * emulation/viper.el (viper-go-away, viper-set-hooks):
17057 * emacs-lisp/re-builder.el (re-builder-unload-function):
17058 * emacs-lisp/bytecomp.el (byte-compile-file):
17059 * ses.el (ses-unload-function):
17060 * hexl.el (hexl-find-file):
17061 * files.el (normal-mode):
17062 * ehelp.el (with-electric-help):
17063 * autoinsert.el (auto-insert-alist):
17064 * arc-mode.el (archive-mode):
17065 Use (default-value 'major-mode) instead of default-major-mode.
17067 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
17068 * international/mule.el (load-with-code-conversion):
17069 * emacs-lisp/debug.el (debug):
17070 * ediff-vers.el (ediff-rcs-get-output-buffer):
17071 * dired.el (dired-internal-noselect): Don't let-bind
17072 default-major-mode around code that doesn't use it.
17073 E.g. buffer creation via get-buffer-create doesn't use it.
17075 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
17077 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
17078 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
17079 when writing the temp file. Otherwise, epa-file gets confused.
17080 (tramp-register-file-name-handlers): Make it a defun. Move also
17081 `epa-file-handler' to the front of `file-name-handler-alist'.
17083 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
17085 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
17086 start right after a ^M.
17087 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
17088 (tramp-completion-file-name-regexp-separate)
17089 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
17090 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
17091 Don't modify last-coding-system-used by accident.
17092 (tramp-completion-file-name-handler): Apply the checks here,
17093 instead during registration.
17094 (tramp-register-file-name-handlers): Renamed from
17095 `tramp-register-file-name-handler'. Register both
17096 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
17097 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
17099 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
17101 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
17102 Remove variable ...
17103 (gdb-init-1, gdb-display-separate-io-buffer)
17104 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
17106 (gdb-inferior-io-mode): Use make-comint-in-buffer.
17107 (gdb-inferior-filter): Use comint-output-filter to stop
17108 echoing and remove ^M characters.
17110 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
17112 * emulation/viper-init.el (viper-restore-cursor-type):
17113 * emulation/cua-base.el (cua--update-indications):
17114 Replace default-cursor-type with (default-value 'cursor-type).
17116 * mail/sendmail.el (mail-recover-1):
17117 * international/mule-diag.el (describe-current-coding-system-briefly)
17118 (describe-current-coding-system):
17119 * international/mule-cmds.el (select-safe-coding-system)
17120 (select-message-coding-system)
17121 (set-language-environment-coding-systems, set-locale-environment):
17122 * hexl.el (hexl-insert-multibyte-char):
17123 * dos-w32.el (find-buffer-file-type-coding-system):
17124 * simple.el (what-cursor-position):
17125 Replace uses of default-buffer-file-coding-system
17126 with (default-value 'buffer-file-coding-system).
17128 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
17129 Replace uses of default-cursor-in-non-selected-windows
17130 with (default-value 'cursor-in-non-selected-windows).
17131 Use with-current-buffer.
17133 * mail/feedmail.el: Use CL macros.
17134 (feedmail-run-the-queue, feedmail-send-it-immediately):
17135 * dos-w32.el (find-buffer-file-type): Replace uses of
17136 default-buffer-file-type with (default-value 'buffer-file-type).
17138 2009-08-28 Glenn Morris <rgm@gnu.org>
17140 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
17141 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
17142 Use default-value of major-mode rather than default-major-mode.
17144 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
17146 * Makefile.in (update-elcfiles): Report left over elc files.
17148 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
17149 expand-file-name and with-current-buffer.
17150 (mail-get-names, mail-directory): Use with-current-buffer.
17152 * vc.el (vc-read-revision): New function.
17153 (vc-version-diff, vc-merge): Use it.
17155 2009-08-27 Sam Steingold <sds@gnu.org>
17157 * simple.el (kill-do-not-save-duplicates): New user option.
17158 (kill-new): When it is non-nil, and the new string is the same as
17159 the latest kill, set replace to t to avoid duplicates in kill-ring.
17161 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
17163 * net/tramp.el (tramp-handle-process-file): Do not flush all
17164 caches when `process-file-side-effects' is set.
17165 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17166 instead of `tramp-find-file-exists-command'.
17167 Unset `process-file-side-effects'.
17169 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
17171 * net/tramp.el (tramp-methods): New method "rsyncc".
17172 (top): Add completion function for "rsyncc".
17173 (tramp-message-show-message): New defvar.
17174 (tramp-message, tramp-error): Use it.
17175 (tramp-do-copy-or-rename-file-directly): Extend check for direct
17177 (tramp-do-copy-or-rename-file-out-of-band): Handle new
17178 `tramp-methods' entry `copy-env' of "rsyncc".
17179 (tramp-vc-registered-read-file-names): New defconst.
17180 (tramp-vc-registered-file-names): New defvar.
17181 (tramp-handle-vc-registered): Implement optimization strategy.
17182 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
17183 (tramp-vc-file-name-handler): New defun.
17184 (tramp-get-ls-command, tramp-get-test-command)
17185 (tramp-get-file-exists-command, tramp-get-remote-ln)
17186 (tramp-get-remote-perl, tramp-get-remote-stat)
17187 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
17189 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
17190 (tramp-cache-inhibit-cache): Extend doc string. It allows also
17192 (tramp-get-file-property): Check for timestamps in
17193 `tramp-cache-inhibit-cache'.
17194 (tramp-set-file-property): Write timestamp.
17196 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
17198 * language/japan-util.el (japanese-symbol-table): Add entries for
17201 * international/characters.el: Add category `j' to cp932-2-byte.
17203 2009-08-27 Kenichi Handa <handa@m17n.org>
17205 * international/fontset.el (build-default-fontset-data): New macro.
17206 (setup-default-fontset): Use build-default-fontset-data for CJK,
17207 tibetan, ethiopic, and ipa.
17209 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
17211 * cus-start.el (default-major-mode): Customize `major-mode' instead.
17212 (enable-multibyte-characters): Not customizable any more.
17214 * subr.el (default-mode-line-format, default-header-line-format)
17215 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
17216 (default-direction-reversed, default-truncate-lines)
17217 (default-left-margin, default-tab-width, default-case-fold-search)
17218 (default-left-margin-width, default-right-margin-width)
17219 (default-left-fringe-width, default-right-fringe-width)
17220 (default-fringes-outside-margins, default-scroll-bar-width)
17221 (default-vertical-scroll-bar, default-indicate-empty-lines)
17222 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
17223 (default-fringe-cursor-alist, default-scroll-up-aggressively)
17224 (default-scroll-down-aggressively, default-fill-column)
17225 (default-cursor-type, default-buffer-file-type)
17226 (default-cursor-in-non-selected-windows)
17227 (default-buffer-file-coding-system, default-major-mode)
17228 (default-enable-multibyte-characters): Mark as obsolete.
17230 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
17232 * vc-dir.el (vc-dir-update): Remove debug helper.
17234 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
17236 2009-08-26 Sam Steingold <sds@gnu.org>
17238 * simple.el (save-interprogram-paste-before-kill): New user option.
17239 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
17240 save the interprogram-paste into kill-ring before overriding it
17241 with the Emacs kill.
17243 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
17245 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
17246 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
17247 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
17248 and move to vc-rcs.el.
17249 (vc-default-next-revision): Rename to vc-rcs-next-revision and
17251 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
17252 (vc-rcs-update-changelog): Remove.
17253 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
17254 and move to vc-rcs.el.
17256 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
17257 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
17259 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
17260 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
17261 vc.el, renamed to be RCS specific.
17263 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
17265 (vc-cvs-update-changelog): Move here from vc.el.
17267 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
17270 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
17272 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
17274 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
17276 * vc-git.el (vc-git-register): Use "git add" for directories.
17277 (vc-git-stash, vc-git-stash-show): New functions.
17278 (vc-git-extra-menu-map): Bind them.
17280 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
17281 directory correctly in case the item is a directory itself.
17283 * vc.el: Document the desired behavior for reverted files in the
17285 (vc-default-prettify-state-info): Remove function, unused.
17287 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
17289 2009-08-26 Glenn Morris <rgm@gnu.org>
17291 * bindings.el (standard-mode-line-format): Reposition dashes in
17292 which-func entry. (Bug#4217)
17294 * files.el (enable-local-variables, enable-local-eval)
17295 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
17297 (auto-mode-alist, ignored-local-variables)
17298 (save-some-buffers-action-alist): Move risky declarations to the
17300 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
17301 (font-lock-defaults, format-alist, imenu--index-alist)
17302 (imenu-generic-expression, input-method-alist, minor-mode-alist)
17303 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
17304 (mode-line-modified, mode-line-mule-info, mode-line-position)
17305 (mode-line-process, mode-line-remote, outline-level)
17306 (parse-time-rules, rmail-output-file-alist)
17307 (special-display-buffer-names, vc-mode):
17308 Move risky declarations to the relevant files.
17309 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
17310 (mode-line-modified, mode-line-process, mode-line-position)
17311 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
17312 * font-core.el (font-lock-defaults):
17313 * format.el (format-alist):
17314 * vc-hooks.el (vc-mode):
17315 * window.el (special-display-buffer-names):
17316 * international/mule-cmds.el (input-method-alist):
17317 Define riskiness here (dumped file) rather than in files.el.
17318 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
17319 * imenu.el (imenu-generic-expression, imenu--index-alist):
17320 * outline.el (outline-level):
17321 * time.el (display-time-string):
17322 * calendar/parse-time.el (parse-time-rules):
17323 * mail/rmailout.el (rmail-output-file-alist):
17324 Autoload riskiness here, rather than placing in files.el.
17326 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
17328 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
17330 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
17332 * simple.el (process-file-side-effects): New defvar.
17334 * dired-aux.el (dired-show-file-type):
17335 * vc.el (vc-diff-internal):
17336 * vc-arch.el (vc-arch-diff):
17337 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
17338 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
17339 * vc-git.el (vc-git-registered, vc-git-working-revision)
17340 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
17341 (vc-git--empty-db-p):
17342 * vc-hooks.el (vc-user-login-name):
17343 * vc-svn.el (vc-svn-registered, vc-svn-state)
17344 (vc-svn-dir-extra-headers, vc-svn-find-revision):
17345 * progmodes/grep.el (grep-probe): Let-bind
17346 `process-file-side-effects' with nil.
17348 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
17350 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
17351 daemon. Replace ping by checking for running service for bluez
17352 and zeroconf. (Bug#4239)
17354 2009-08-25 Kevin Ryde <user42@zip.com.au>
17356 * net/dig.el (dig): Add autoload cookie.
17358 2009-08-25 Glenn Morris <rgm@gnu.org>
17360 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
17361 load-history for absolute file-names.
17362 (byte-compile-file-form-require): Warn about use of the cl package.
17364 * format.el (format-alist): Doc fix.
17366 * play/bubbles.el (top-level): Don't require cl at run-time.
17368 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
17371 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
17373 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
17375 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
17377 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
17379 * calc/calc-alg.el (math-trig-rewrite)
17380 (math-hyperbolic-trig-rewrite): New functions.
17381 (calc-simplify): Simplify trig functions when asked.
17383 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
17385 * diff-mode.el (diff-find-source-location): Avoid goto-line.
17387 2009-08-24 Kenichi Handa <handa@m17n.org>
17389 * language/ind-util.el (mapthread): Delete it.
17390 (combinatorial): New function.
17391 (indian--puthash-cv): Use combinatorial instead of mapthread.
17393 2009-08-22 Kevin Ryde <user42@zip.com.au>
17395 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
17396 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
17397 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
17398 Clarify docstring that the value is strings not symbols.
17399 (checkdoc-list-of-strings-p): New function.
17401 2009-08-22 Glenn Morris <rgm@gnu.org>
17403 * files.el (auto-mode-alist):
17404 * hippie-exp.el (he-concat-directory-file-name):
17405 * lpr.el (lpr-windows-system, printer-name):
17406 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
17407 * ps-print.el (ps-windows-system):
17408 * startup.el (command-line):
17409 * emulation/viper-ex.el (viper-glob-function):
17410 * international/mule-cmds.el (set-language-environment-coding-systems):
17411 * net/ange-ftp.el (ange-ftp-write-region):
17412 * obsolete/fast-lock.el (fast-lock-cache-name):
17413 Remove code for defunct system-types emx, macos, mswindows, next-mach,
17414 unisoft-unix, vax-vms, win32, w32.
17416 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
17417 given name if the pattern is not more specific.
17419 * calendar/lunar.el (lunar-phase-names): New option.
17420 (lunar-phase): Doc fix.
17421 (lunar-cycles-per-year): New constant.
17422 (lunar-index): New function.
17423 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
17424 (lunar-phase-name): Use lunar-phase-names.
17425 (calendar-lunar-phases): Use format.
17426 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
17428 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
17429 Copy imenu-example--name-and-position function here for own use.
17430 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
17432 * bs.el (bs--redisplay):
17433 * cus-edit.el (custom-redraw):
17434 * ibuffer.el (ibuffer-bury-buffer):
17435 * server.el (server-goto-line-column):
17436 * startup.el (command-line-1):
17437 * strokes.el (strokes-xpm-for-stroke):
17438 * term.el (term-display-buffer-line):
17439 * view.el (View-goto-line):
17440 * calc/calc.el (calc-do, calc-trail-buffer):
17441 * play/gamegrid.el (gamegrid-add-score-insecure):
17442 * progmodes/ada-mode.el (ada-compile-goto-error):
17443 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
17444 (ebrowse-select-1st-to-9nth):
17445 * progmodes/cperl-mode.el (cperl-time-fontification):
17446 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
17447 * progmodes/gud.el (gud-display-line):
17448 (idlwave-shell-display-line):
17449 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
17450 * progmodes/make-mode.el (makefile-browser-toggle):
17451 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
17452 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
17453 * textmodes/picture.el (picture-draw-rectangle):
17454 * textmodes/reftex-index.el (reftex-index-goto-letter):
17455 (reftex-select-jump-to-previous):
17456 * textmodes/reftex-sel.el (reftex-find-start-point)
17457 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
17458 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
17459 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
17460 * textmodes/tex-mode.el (tex-compilation-parse-errors):
17461 * textmodes/two-column.el (2C-associated-buffer):
17462 Use forward-line rather than goto-line.
17464 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
17467 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
17468 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
17469 (quick-check-list-to-regexp): Declare.
17471 * progmodes/make-mode.el (makefile-browser-insert-selection):
17472 Use goto-char rather than goto-line.
17474 * progmodes/prolog.el (compilation-error-regexp-alist)
17475 (compilation-forget-errors): Declare.
17477 2009-08-22 Juri Linkov <juri@jurta.org>
17479 * progmodes/grep.el (lgrep, rgrep): At the beginning
17480 set `dir' to `default-directory' unless `dir' is a non-nil
17481 readable directory. (Bug#4052)
17482 (lgrep, rgrep): Change a weird way to report an error
17483 from using `read-string' to using `error'.
17484 Instead of using interactive arguments in the function body,
17485 add new argument `confirm'.
17487 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
17489 * textmodes/remember.el (remember-buffer):
17490 * progmodes/cperl-mode.el (cperl-vc-header-alist):
17491 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
17492 (icalendar-extract-ical-from-buffer):
17493 * net/newst-treeview.el (newsticker-groups-filename):
17494 * net/newst-backend.el (newsticker-cache-filename):
17495 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
17496 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
17497 (speedbar-add-ignored-path-regexp, speedbar-line-path)
17498 (speedbar-buffers-line-path, speedbar-path-line)
17499 (speedbar-buffers-line-path):
17500 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
17502 * epa.el (epa-display-verify-result):
17503 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
17505 2009-08-21 Glenn Morris <rgm@gnu.org>
17507 * progmodes/js.el (inferior-moz-process): Fix declaration.
17509 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
17511 * obsolete/rnewspost.el (news-mail-reply):
17512 Use goto-char rather than goto-line.
17514 * term/ns-win.el (ns-open-file-select-line):
17515 Use line-beginning-position rather than goto-line.
17517 * apropos.el (apropos-command):
17518 * ehelp.el (electric-helpify):
17519 * printing.el (pr-show-setup):
17520 * strokes.el (strokes-help):
17521 * tutorial.el (tutorial--describe-nonstandard-key)
17522 (tutorial--detailed-help):
17523 * woman.el (woman-mini-help, woman-display-extended-fonts):
17524 * calc/calc-help.el (calc-describe-key):
17525 * emulation/edt.el (edt-electric-helpify):
17526 * international/mule-diag.el (mule-diag):
17527 * play/yow.el (apropos-zippy):
17528 * progmodes/python.el (python-describe-symbol):
17529 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
17530 * textmodes/table.el (*table--cell-describe-mode)
17531 (*table--cell-describe-bindings):
17532 Use help-print-return-message rather than the now obsolete alias.
17534 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
17535 (calendar-cursor-to-visible-date):
17536 * play/5x5.el (5x5-position-cursor):
17537 * play/decipher.el (decipher):
17538 * play/gomoku.el (gomoku-goto-xy):
17539 * play/landmark.el (lm-goto-xy):
17540 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
17541 (mpuz-paint-digit):
17542 Use forward-line, not goto-line.
17544 * mail/rmail.el (rmail-obsolete): Delete custom group.
17545 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
17546 (rmail-remote-password, rmail-remote-password-required):
17547 Remove unneeded :set-after and :set properties.
17549 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
17551 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
17553 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
17555 * loadup.el: Remove leftover macos code.
17557 * vc-git.el (vc-git-annotate-command): Run asynchronously.
17558 Explicitly pass the date format to git blame so that user local
17559 so that the output format can be parsed.
17561 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
17563 * net/dbus.el (top): Don't check for (getenv
17564 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
17566 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
17568 * log-edit.el (log-edit-strip-single-file-name): New var.
17569 (log-edit-insert-changelog): Use it. Bug#3571
17571 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
17573 * subr.el (read-passwd): Use read-key so keypad keys work as well.
17576 * help.el (help-print-return-message): Rename from
17577 print-help-return-message.
17579 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
17580 cvs-mode-map parent hack.
17581 (log-view-mode): Derive from special-mode.
17583 * linum.el (linum-mode): window-size-change-functions is redundant.
17584 Adapt to new window-configuration-change-hook behavior.
17585 (linum-after-size, linum-after-config): Remove.
17587 * imenu.el (imenu-example--name-and-position)
17588 (imenu-example--lisp-extract-index-name)
17589 (imenu-example--create-lisp-index, imenu-example--create-c-index):
17592 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
17593 (inferior-prolog-mode): Use it.
17594 (inferior-prolog-load-file): Reset list of errors.
17596 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
17598 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
17600 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
17602 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
17604 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
17605 is running already.
17607 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
17609 * subr.el (listify-key-sequence-1): Use normal syntax since those
17610 integers are nowadays always represented by the same (positive) number
17612 (read-key-empty-map): New const.
17613 (read-key-delay): New var.
17614 (read-key): New function.
17615 (force-mode-line-update): Use with-current-buffer.
17616 (locate-user-emacs-file): Don't forget to abbreviate the file name.
17617 (start-process-shell-command, start-file-process-shell-command):
17618 Discourage the use of command-args.
17620 2009-08-19 Glenn Morris <rgm@gnu.org>
17622 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
17624 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
17626 * simple.el (choose-completion-string): Don't rely on
17627 minibuffer-completing-file-name and ad-hoc checks to decide whether
17628 to continue completion or not.
17630 * minibuffer.el (minibuffer-hide-completions): New function.
17631 (completion--do-completion): Use it.
17632 (completions-annotations): New face.
17633 (completion--insert-strings): Use it.
17634 (completion-pcm--delim-wild-regex): Add docstring.
17635 (completion-pcm--string->pattern): Add support for 0-width delimiters
17636 in completion-pcm--delim-wild-regex.
17638 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
17640 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
17641 Remove unused var `buffer-modified-p'.
17643 * minibuffer.el (completion--do-completion): Move point for the #b001
17644 case as well (bug#4176).
17645 (minibuffer-complete, minibuffer-complete-word): Don't move point.
17647 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
17649 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
17650 and :session buses.
17652 2009-08-18 Kenichi Handa <handa@m17n.org>
17654 * international/ucs-normalize.el (ucs-normalize-version):
17656 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
17657 (utf-8-hfs): Make it perform normalization on encoding too.
17659 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
17660 (sentence-end-without-space): Delete duplicated chars.
17661 (sentence-end-base): Likewise.
17663 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
17664 (html-mode): Delete duplicated chars from sentence-end-base.
17666 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
17667 (texinfo-mode): Delete duplicated chars from sentence-end-base.
17669 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
17671 * files.el (hack-one-local-variable): If the mode function is for
17672 a minor mode, pass it an argument (Bug#4148).
17674 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
17676 * net/tramp.el (tramp-register-completion-file-name-handler):
17677 Check also for (member 'partial-completion completion-styles).
17679 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
17681 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
17684 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
17686 * progmodes/cperl-mode.el: Merge upstream 6.2.
17687 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
17688 (cperl-forward-re): Check cperl-brace-recursing.
17689 (cperl-highlight-charclass): New function.
17690 (cperl-find-pods-heres): Use it.
17691 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
17692 (cperl-beautify-regexp-piece): Fix column calculation.
17693 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
17694 (cperl-beautify-level): Don't process entire regexp.
17695 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
17697 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
17698 (cperl-init-faces): Build a list in the normal way.
17700 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
17702 * calendar/parse-time.el (parse-time-string-chars): Save match
17705 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
17707 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
17708 (sql-product): Use it.
17709 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
17710 (sql-set-product): Add completion.
17711 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
17712 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
17713 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
17714 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
17715 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
17716 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
17717 (sql-highlight-db2-keywords): Remove.
17718 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
17719 (sql-highlight-product): Use derived-mode-p.
17720 (sql-set-sqli-buffer): Use with-current-buffer.
17721 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
17724 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
17726 * term.el: Fix commenting convention, turn comments into docstrings.
17728 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
17730 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
17732 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
17734 * calendar/parse-time.el (parse-time-string-chars): Compute using
17735 character classes, to handle non-ascii characters (Bug#3190).
17737 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
17739 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
17740 another heredoc if the user adds another < (Bug#3226).
17742 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
17743 Don't initialize based on window-system (Bug#4124).
17745 * facemenu.el (facemenu-read-color): Use a completion function
17746 that accepts any defined color, such as RGB triplets (Bug#3677).
17748 * files.el (get-free-disk-space): Change fallback default
17749 directory to /. Expand DIR argument before switching to fallback.
17750 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
17752 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
17754 * files.el (load-library): Doc fix.
17756 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
17758 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
17759 (viper-if-string): Redefine C-s in the minibuffer to insert the last
17760 incremental search string.
17762 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
17765 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
17766 (ediff-merge-region-is-non-clash)
17767 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
17768 Also check if the job is really a merge job.
17770 * ediff.el (ediff-current-file): New function.
17772 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
17774 * progmodes/js.el: Edit docstrings throughout to follow Emacs
17776 (js-insert-and-indent): Delete function.
17777 (js-mode-map): Don't bind keys to js-insert-and-indent.
17778 (js-beginning-of-defun): Rename from js--beginning-of-defun.
17779 (js-end-of-defun): Rename from js--end-of-defun.
17780 (js-auto-indent-flag): Delete variable.
17782 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
17784 * progmodes/js.el: Remove proclaim statement.
17785 Defvar which-func-imenu-joiner-function to silence compiler.
17787 * files.el (auto-mode-alist): Use js-mode for .js files.
17789 * progmodes/js2-mode.el: Remove file.
17791 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
17793 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
17795 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17797 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
17798 Karl Landstrom <karl.landstrom@brgeight.se>
17800 * progmodes/js.el: New file.
17802 2009-08-14 Mark A. Hershberger <mah@everybody.org>
17804 * timezone.el (timezone-parse-date): Add ability to understand ISO
17805 basic format (minimal separators) dates in addition to the
17806 already-supported extended format dates.
17808 2009-08-14 Eli Zaretskii <eliz@gnu.org>
17810 * international/ucs-normalize.el: Add a `coding' file variable.
17812 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
17814 2009-08-14 Sam Steingold <sds@gnu.org>
17816 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
17818 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
17820 * faces.el (help-argument-name): Define it here instead of
17821 help-fns.el, because in daemon mode help-fns.el may be loaded when
17822 faces are still uninitialized (Bug#1078).
17824 * help-fns.el (help-argument-name): Move defface to faces.el.
17826 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
17828 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
17829 create buffer with a pty but no process so that GDB can make the
17830 inferior the controlling process.
17832 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
17834 * international/ucs-normalize.el: New file.
17836 2009-08-13 Richard Stallman <rms@gnu.org>
17838 * mail/rmail.el (rmail-get-attr-names):
17839 Accept an attribute header that is too short.
17841 * mail/rmail.el (rmail-forget-messages):
17842 Ignore nil elt in rmail-message-vector. Use dotimes.
17844 * progmodes/compile.el (compilation-goto-locus):
17845 Use next-error-move-function.
17847 * simple.el (next-error-move-function): New variable.
17849 2009-08-12 Juri Linkov <juri@jurta.org>
17851 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
17852 always non-nil. (Bug#4052)
17854 * replace.el (read-regexp): Return empty string when
17855 `default-value' is nil.
17856 (keep-lines-read-args): Don't use empty string as the
17857 default value for `read-regexp'. (Bug#2495)
17859 2009-08-12 Juri Linkov <juri@jurta.org>
17861 * international/mule-cmds.el (ucs-insert): Change arguments
17862 from `arg' to `character', `count', `inherit' to be the same
17863 as in `insert-char'. Doc fix. (Bug#4039)
17865 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
17867 2009-08-12 Juri Linkov <juri@jurta.org>
17869 * files-x.el: New file.
17871 * files.el: Move code that deals with adding/deleting
17872 file/directory-local variables to files-x.el.
17874 * Makefile.in (ELCFILES): Add files-x.elc.
17876 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
17878 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
17879 to use `goto-line'.
17880 (gdb-place-breakpoints, gdb-get-location): Rewritten without
17882 (gdb-invalidate-disassembly): Do not refresh upon receiving
17883 'update signal. Instead, update all disassembly buffers only after
17885 (gdb): Send -target-detach when buffer is killed (Bug#3794).
17886 (gdb-starting): Moved -data-list-register-names...
17887 (gdb-stopped): ...here so it's sent when first thread stops.
17888 (gdb-registers-handler-custom): Do nothing if register names are
17891 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
17892 from `gdb-mi.el' to avoid extra tangling.
17894 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
17895 change which breaks `gud-def' definitions used in `gdb'.
17896 (gdb-update-gud-running): No extra fuss for updating frame number.
17898 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
17900 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
17901 (describe-language-environment-map, setup-language-environment-map)
17902 (set-coding-system-map): Move initialization into declaration.
17903 (set-language-info-alist): Last arg to define-key-after can be skipped.
17905 * international/quail.el (quail-completion-1): Simplify.
17906 (quail-define-rules): Use slightly more compact code.
17907 (quail-insert-decode-map): Propertize keys, compact columns.
17909 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17912 2009-08-10 Miles Bader <miles@gnu.org>
17914 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
17915 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
17916 (js2-instance-member, js2-private-member, js2-private-function-call)
17917 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
17918 (js2-magic-paren, js2-external-variable):
17919 Remove "-face" suffix from face names.
17920 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
17921 (js2-highlight-undeclared-vars, js2-peek-token)
17922 (js2-parse-function-params, js2-mode-show-errors)
17923 (js2-mode-show-warnings, js2-make-magic-delimiter)
17924 (js2-mode-highlight-magic-parens): Update to use new face names.
17926 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
17928 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
17929 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
17931 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
17933 * subr.el: Provide hashtable-print-readable.
17935 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
17936 hs-c-like-adjust-block-beginning.
17937 (hs-hide-block-at-point): Stop hiding at the beginning of
17938 hs-block-end-regexp (Bug#700).
17940 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
17942 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
17944 (gdb-registers-handler-custom): Do not fail when register names
17947 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
17949 * progmodes/gdb-mi.el (gdb-control-all-threads)
17950 (gdb-control-current-thread): Interactive setters for
17951 `gdb-gud-control-all-threads' to use in menu.
17952 (gdb-show-run-p): Show «Go» when process is not active.
17953 (gud-tool-bar-map): Add non-stop/A,T indicator.
17954 Uses gud/thread.xpm and gud/all.xpm.
17956 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
17958 * net/net-utils.el (net-utils-font-lock-keywords): New var.
17959 (nslookup-font-lock-keywords): Make it a variable.
17960 (net-utils-mode): New mode for viewing diagnostic network output.
17961 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
17962 (net-utils-run-simple): New function.
17963 (ifconfig, iwconfig, netstat, arp, route): Use it.
17965 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
17967 * progmodes/gdb-mi.el (gdb-read-memory-custom)
17968 (gdb-memory-set-address, def-gdb-set-positive-number)
17969 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
17970 after changing settings.
17971 (gdb-invalidate-disassembly): Update when first shown.
17972 (gdb-edit-locals-value): Fixed.
17973 (gdb-registers-handler-custom): Print registers in right order and
17974 allow changing register values (only for current thread yet).
17975 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
17976 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
17977 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
17978 (gdb-locals-handler-custom, gdb-registers-handler-custom):
17979 Thread info in mode name.
17980 (gdb-registers-mode-map): TAB to switch to locals.
17982 2009-08-08 Eli Zaretskii <eliz@gnu.org>
17984 * mail/rmail.el (rmail-add-mbox-headers)
17985 (rmail-set-message-counters-counter): Search for
17986 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
17988 2009-08-08 Glenn Morris <rgm@gnu.org>
17990 * Makefile.in (ELCFILES): Update.
17992 2009-08-07 Eli Zaretskii <eliz@gnu.org>
17994 * mail/sendmail.el (mail-yank-original):
17995 Set buffer-file-coding-system from the one used by the message whose
17998 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
17999 to "windows" when "pgnuplot" is used.
18000 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
18001 Don't call accept-process-output if "pgnuplot" is used.
18002 (calc-graph-init): Don't send -display and -geometry to
18003 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
18004 running "pgnuplot -V" with shell-command-to-string.
18006 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
18009 2009-08-07 Eli Zaretskii <eliz@gnu.org>
18011 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
18014 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
18016 * vc-dispatcher.el (vc-resynch-window): Update comment.
18018 * term.el (term-handle-ansi-escape): Add comments with the
18019 terminfo capabilities implemented.
18021 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
18023 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
18024 (gdb-var-create-handler): Rewritten using JSON parser.
18025 (gdb-propertize-header): Moved earlier.
18026 (gdb-set-header): Removed to avoid duplication.
18027 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
18028 Refresh disassembly buffers only after threads list have been
18030 (gdb-threads-header, gdb-registers-header): Per-buffer header line
18033 2009-08-04 Juri Linkov <juri@jurta.org>
18035 * files.el: Commands to add/delete file/directory-local variables.
18036 (read-file-local-variable, read-file-local-variable-value)
18037 (read-file-local-variable-mode, modify-file-local-variable)
18038 (modify-file-local-variable-prop-line)
18039 (modify-dir-local-variable): New functions.
18040 (add-file-local-variable, delete-file-local-variable)
18041 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
18042 (add-dir-local-variable, delete-dir-local-variable)
18043 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
18044 (copy-dir-locals-to-file-locals-prop-line): New commands.
18046 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
18048 * abbrev.el (insert-abbrev-table-description): Prettify output.
18049 Suggested by Karl Chen.
18051 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
18053 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
18054 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
18055 (gdb-overlay-arrow-position, gdb-thread-position)
18056 (gdb-disassembly-position): Declare variables.
18057 (gdb-wait-for-pending): Function now.
18058 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
18059 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
18060 compilation goes smoothly.
18061 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
18062 (gdb-non-stop-setting): New customization setting which replaces
18063 `gdb-non-stop' so changing it doesn't break active GDB session.
18064 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
18065 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
18066 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
18067 (gdb-show-threads-by-default): New customization options.
18068 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
18070 (gdb-get-buffer-create): Send buffers update signal when they are
18072 (gdb-invalidate-locals, gdb-invalidate-registers)
18073 (gdb-invalidate-breakpoints)
18074 (gdb-invalidate-threads, gdb-invalidate-disassembly)
18075 (gdb-invalidate-memory): Accept update signal.
18076 (gdb-current-context-command): Use --frame option.
18077 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
18078 Implement `gdb-frame-number' selection logic.
18079 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
18080 whether to show GUD toolbar buttons.
18081 (gdb-thread-exited): Unselect current thread when it exits.
18082 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
18083 (gdb-mark-line): Routine which sets overlay arrow or inverses
18084 video on fringeless displays.
18085 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
18086 to build aligned columns of data in GDB buffers and set text
18087 properties line-by-line.
18088 (gdb-invalidate-breakpoints)
18089 (gdb-breakpoints-list-handler-custom)
18090 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
18091 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
18092 (gdb-registers-handler-custom): Align data columns.
18093 (gdb-locals-handler-custom): Now prints data like in variable
18095 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
18096 Removed confusing buttons.
18097 (gdb-invalidate-threads): Append --frame.
18098 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
18099 between breakpoints/threads buffers.
18100 (gdb-set-window-buffer): Now can ignore dedicated windows.
18101 (gdb-propertize-header): Use `gdb-set-window-buffer'.
18102 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
18103 (def-gdb-thread-buffer-gud-command): Replaces
18104 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
18105 for fine thread control.
18106 (gdb-preempt-existing-or-display-buffer): New function used to
18107 display bound buffers without breaking window layout.
18108 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
18109 (gdb-select-frame): New version of `gdb-frames-select' which now
18110 sets `gdb-frame-number' so commands may use --frame option instead
18111 of inner debugger state.
18112 (gdb-frame-handler): Do not set `gdb-frame-number'.
18113 (gdb-threads-mode-map): Select threads with mouse.
18115 * progmodes/gud.el (gdb-gud-context-call): Declare function to
18116 avoid compilation warning.
18117 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
18120 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
18121 Argument `key' renamed to `buffer-type'.
18122 (gdb-current-context-buffer-name): Do not add thread info to
18123 buffer name when no thread is selected.
18124 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
18125 command (bug 3794).
18126 (gdb-thread-selected): Handle `=thread-selected' notification.
18127 (gdb-wait-for-pending): New macro to deal with congestion problems.
18128 (gdb-breakpoints-list-handler-custom): Don't fail on pending
18130 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
18131 This fixes problem similar to one described in bug 3947.
18132 (gud-menu-map): More menu items.
18133 (gdb-init-1): Reset `gdb-thread-number' to nil.
18135 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
18138 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
18139 (gdb-current-context-command): Do not append --thread if
18140 `gdb-thread-number' is nil.
18141 (gdb-running-threads-count, gdb-stopped-threads-count):
18143 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
18144 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
18145 New customization options.
18146 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
18148 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
18149 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
18150 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
18151 set `gdb-thread-number' and update `gud-running' properly.
18152 (gdb-running): Update threads list when new threads appear.
18153 (gdb-stopped): Support non-stop operation and new thread switching
18155 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
18156 (gdb-json-partial-output): New set of JSON routines.
18157 (def-gdb-auto-update-trigger): New `signal-list' optional
18159 (gdb-thread-list-handler-custom): Update `gud-running',
18160 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
18161 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
18162 (gdb-continue-thread, gdb-step-thread): New commands for fine
18163 thread execution control.
18164 (gud-menu-map): New menu items to switch non-stop options.
18165 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
18166 (gdb-send): Mimic RET properly (bug 3794).
18168 * progmodes/gdb-mi.el (gdb-rules-name-maker)
18169 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
18171 (def-gdb-auto-update-handler): New nopreserve optional argument.
18172 (gdb-stack-list-frames-custom): Print stack from top to bottom.
18174 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
18175 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
18176 (gdb-parent-mode): New mode to derive other GDB modes from.
18177 (gdb-display-disassembly-for-thread)
18178 (gdb-frame-disassembly-for-thread): New commands for threads
18181 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
18182 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
18183 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
18184 (gdb-update): We now store all GDB buffers in a list so that they
18185 can be updated by traversing a list instead of calling invalidate
18186 triggers explicitly.
18187 (def-gdb-trigger-and-handler): New macro to define trigger-handler
18188 pair for GDB buffer.
18189 (gdb-stack-buffer-name): Add thread information.
18190 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
18191 handle pending triggers.
18192 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
18193 (def-gdb-thread-buffer-simple-command)
18194 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
18195 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
18196 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
18197 New commands which show buffers bound to thread.
18198 (gdb-stack-list-locals-regexp): Removed unused regexp.
18200 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
18201 (gdb-locals-buffer-name, gdb-registers-buffer-name)
18202 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
18203 to (gud-comint-buffer) in *-buffer-name functions
18204 because (gdb-get-target-string) already does that.
18205 (gdb-locals-handler-custom, gdb-registers-handler-custom)
18206 (gdb-changed-registers-handler): Rewritten without regexps.
18208 * progmodes/gdb-mi.el: Basic thread selection support.
18209 (gdb-thread-number): New variable.
18210 (gdb-current-context-command): New macro which adds --thread
18212 (gdb-threads-mode-map): Select thread with SPC.
18213 (gdb-thread-list-handler-custom): Mark current thread with overlay
18214 arrow. Synchronize GDB thread and Emacs thread.
18215 (gdb-select-thread): New command which selects current thread.
18216 (gdb-invalidate-frames, gdb-invalidate-locals)
18217 (gdb-invalidate-registers): Use --thread option.
18219 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
18221 * net/tramp.el (top): Make check for tramp-gvfs loading more
18223 (tramp-handle-insert-file-contents): `unwind-protect' must be
18224 inside `with-parsed-tramp-file-name'.
18226 * net/tramp-gvfs.el (top): Remove superfluous message when loading
18229 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
18231 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
18232 directory if CLASSPATH is not set.
18234 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
18236 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
18238 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
18240 2009-08-02 Kevin Ryde <user42@zip.com.au>
18242 * net/newst-backend.el (newsticker--raw-url-list-defaults):
18243 Update freshmeat link. Delete newsforge.com as it seems gone.
18245 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
18247 * select.el (x-set-selection): Doc fix (Bug#4021).
18249 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
18251 * help-fns.el (describe-variable): Treat list return values from
18252 dir-locals-find-file properly (Bug#4005).
18254 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
18256 * net/tramp.el (tramp-debug-message): Print also microseconds.
18258 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
18260 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
18262 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
18263 (tramp-get-debug-buffer): Change `outline-regexp' according to new
18266 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
18267 (tramp-get-file-property): Use it.
18269 * autorevert.el (auto-revert-handler):
18270 Allow `auto-revert-tail-mode' for remote files.
18272 2009-08-02 Jason Rumney <jasonr@gnu.org>
18274 * minibuffer.el (read-file-name): Treat confirm options to
18275 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
18277 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
18279 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
18280 (font-lock-variable-name-face, font-lock-constant-face):
18281 Darken the colors for light backgrounds.
18283 2009-08-01 Eli Zaretskii <eliz@gnu.org>
18285 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
18286 month names. (Bug#3987)
18288 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
18290 * simple.el (line-move-finish): Pass whole number to
18291 line-move-to-column.
18292 (line-move-visual): Perform hscroll to the recorded position.
18294 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
18296 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
18298 2009-07-29 Alan Mackenzie <acm@muc.de>
18300 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
18302 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
18304 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
18305 (gdb-place-breakpoints): Use full path when setting breakpoints.
18307 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
18309 * calc/calc.el (calc-mode-map): Add keybinding for
18310 `calc-transpose-lines'.
18312 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
18314 * calc/calc-misc.el (calc-transpose-lines): New function.
18316 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
18318 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
18319 Simplify check for out-of-band methods.
18320 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
18321 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
18323 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
18325 * vc-git.el (vc-git-checkin): Fix typo.
18327 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
18329 * progmodes/js2-mode.el: New file.
18331 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
18333 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
18334 (gud-menu-map): Adjust tooltip accordingly.
18336 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
18338 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
18339 (vc-bzr-log-view-mode): Adjust log-view-file-re.
18341 * add-log.el (change-log-mode-map): Add a menu.
18343 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
18345 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
18346 function returns nil.
18347 (dbus-handle-event): Handle special return value :ignore.
18348 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
18350 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
18352 * view.el (view-mode-enable): Don't define Helper-return-blurb if
18355 2009-07-25 Eli Zaretskii <eliz@gnu.org>
18359 * w32-vars.el (x-select-enable-clipboard): Doc fix.
18361 * term/pc-win.el (x-display-name, x-colors)
18362 (x-select-enable-clipboard, x-select-text): Doc fix.
18364 * term/common-win.el (x-display-name, x-colors): Doc fix.
18366 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
18367 (xw-defined-colors): Doc fix.
18369 * w32-fns.el (x-select-text, x-setup-function-keys)
18370 (x-get-selection, x-set-selection): Doc fix.
18372 * term/x-win.el (x-select-text, x-setup-function-keys)
18373 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
18375 * select.el (x-set-selection): Doc fix.
18377 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
18379 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
18380 instead of "IsNSSSupportAvailable". Avahi ought to work also when
18381 "IsNSSSupportAvailable" method is not available.
18382 Reported by Steve Youngs <steve@sxemacs.org>.
18384 2009-07-24 Kenichi Handa <handa@m17n.org>
18386 * international/characters.el: Fix setting of category ?C, ?|, ?K,
18387 and ?H. Fix setting of case for Latin Extended and Greek Extended.
18388 (build-unicode-category-table): Fix range checks.
18390 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
18392 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
18393 the buffer we try to sync is current when calling
18396 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
18397 not show up to date files.
18399 2009-07-24 Glenn Morris <rgm@gnu.org>
18401 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
18402 Add autoload cookies. If necessary, initialize.
18403 (elint-log): Handle non-file buffers.
18404 (elint-initialize): Add optional argument to reinitialize.
18405 (elint-find-builtin-variables): Save excursion.
18407 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
18409 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
18412 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
18414 * vc.el (vc-print-log-internal): New function, split out from ...
18415 (vc-print-log): ... here.
18416 (vc-dir-move-to-goal-column): Declare.
18418 * vc-git.el (vc-git-add-signoff): New variable.
18419 (vc-git-checkin): Use it.
18420 (vc-git-toggle-signoff): New function.
18421 (vc-git-extra-menu-map): Bind it to menu.
18422 (vc-git--run-command-string): Accept a nil FILE argument.
18423 (vc-git-stash-list): New function.
18424 (vc-git-dir-extra-headers): Use it.
18426 2009-07-23 Glenn Morris <rgm@gnu.org>
18428 * help-fns.el (describe-variable): Describe ignored and risky local
18429 variables in a similar way to that in which we describe safe ones.
18431 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
18432 (byte-compile-output-file-form, byte-compile-output-docform)
18433 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
18434 Give some more local variables with common names a "bytecomp-" prefix,
18435 so as not to shadow things during compilation.
18436 * emacs-lisp/cl-macs.el (load-time-value)
18437 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
18438 `outbuffer' to `bytecomp-outbuffer'.
18440 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
18441 since the next two variables cover them automatically now.
18442 (elint-builtin-variables, elint-autoloaded-variables): New.
18443 (elint-unknown-builtin-args): Remove all members, since they can be
18444 parsed automatically now.
18445 (elint-extra-errors): New.
18446 (elint-env-add-env, elint-env-add-macro): Use cadr.
18447 (elint-current-buffer): Use or. Change final message.
18448 (elint-get-top-forms): Use line-end-position.
18449 (elint-init-env): Use cadr. Handle autoload, declare-function,
18451 (elint-add-required-env): Doc fix. Use or. Standardize error.
18452 (regexp-assoc): Remove unused function.
18453 (elint-top-form): Set elint-current-pos, to record the start of the
18454 top-level form, for compilation-mode.
18455 (elint-form): Trap errors in macro expansion. Use dolist.
18456 (elint-unbound-variable): Use elint-builtin-variables and
18457 elint-autoloaded-variables.
18458 (elint-get-args): Use cadr, or.
18459 (elint-check-cond-form): Use dolist, cadr.
18460 (elint-check-condition-case-form): Doc fix. Use cadr.
18461 Use elint-extra-errors.
18462 (elint-log): New function.
18463 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
18464 Distinguish errors and warnings.
18465 (elint-log-message): Use with-current-buffer. Inhibit read-only.
18466 Use a bytecomp-style format.
18467 (elint-clear-log): Preserve default-directory. Inhibit read-only.
18468 (elint-get-log-buffer): Use compilation mode. Disable undo.
18469 Don't truncate lines.
18470 (elint-initialize): Set builtin and autoloaded variable lists.
18471 Only process elint-unknown-builtin-args if non-nil.
18472 (elint-find-builtin-variables, elint-find-autoloaded-variables):
18474 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
18476 2009-07-22 Kevin Ryde <user42@zip.com.au>
18478 * net/newst-backend.el (newsticker--parse-atom-1.0)
18479 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
18480 (newsticker--parse-rss-1.0):
18481 * progmodes/idlwave.el (idlwave-mode):
18482 * progmodes/idlw-shell.el (idlwave-shell-mode):
18483 * progmodes/vera-mode.el (vera-mode):
18484 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
18485 * progmodes/vhdl-mode.el (vhdl-mode):
18486 * textmodes/table.el (table-generate-source)
18487 (table--warn-incompatibility):
18488 Hyperlink urls in docstrings with URL `...'.
18490 2009-07-22 Glenn Morris <rgm@gnu.org>
18492 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
18493 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
18494 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
18495 Remove leading * from defcustom docs.
18497 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
18499 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
18501 (list-load-path-shadows): Optionally, just return shadows as a string.
18503 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
18505 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
18507 * mail/rmailedit.el (rmail-edit-mode):
18508 Use auto-save-include-big-deletions.
18510 * mail/rmail.el (rmail-variables):
18511 Use auto-save-include-big-deletions.
18513 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
18516 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
18518 * calc/calc.el (calc-undo-length): New variable.
18519 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
18521 2009-07-21 Richard Stallman <rms@gnu.org>
18523 * files.el (auto-save-mode): Handle buffer-save-size = -2
18526 2009-07-21 Glenn Morris <rgm@gnu.org>
18528 * textmodes/ispell.el (ispell-looking-back): Update declaration.
18530 * calendar/todo-mode.el (calendar-current-date): Update declaration.
18532 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
18533 silence compiler. Instead...
18534 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
18535 (ps-print-ensure-fontified): Update for above function name changes.
18537 * printing.el (pr-mh-get-msg-num, pr-mh-show)
18538 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
18539 silence compiler. Instead...
18540 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
18541 (mh-show-buffer): Only define for compiler.
18542 (pr-mh-current-message): Update for above function name changes.
18544 * files.el (abort-if-file-too-large): Explicitly pass `filename'
18546 (find-file-noselect, insert-file-1): Update for above change.
18548 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
18550 * mail/mailclient.el (mailclient-send-it): Fix message.
18552 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
18553 (edebug-eval): Check cl-debug-env is bound.
18554 (print-level, print-circle): Don't redefine built-in variables.
18556 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
18557 (custom-print-vectors): Remove old comments from doc.
18559 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
18560 (emerge-version): Make the variable an obsolete alias for the
18561 emacs-version variable. Make the function obsolete.
18562 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
18563 Emerge options, rather than merging in into the main Options menu.
18564 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
18565 and auto advance modes. Disable edit/fast items when not relevant.
18567 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
18569 * term/vt420.el (terminal-init-vt420): Fix typo.
18571 2009-07-20 Sam Steingold <sds@gnu.org>
18573 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
18574 variable (removed from compile.el on 2004-03-11).
18576 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
18578 * files.el (hack-local-variables-filter): Fix last change.
18580 2009-07-19 Juri Linkov <juri@jurta.org>
18582 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
18583 (dir-local-variables-alist): New buffer-local variable.
18584 (hack-local-variables-filter): If variable is not dir-local,
18585 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
18586 because file-local overrides dir-local.
18587 (c-postprocess-file-styles) <declare-function>:
18588 Remove obsolete declaration.
18589 (hack-dir-local-variables): Add dir-local variable/value pair to
18590 `dir-local-variables-alist' and remove duplicates. Doc fix.
18592 * help-fns.el (describe-variable): Add information about
18593 file-local and dir-local variables.
18595 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
18597 * files.el (hack-local-variables-filter): Rewrite.
18599 2009-07-19 Glenn Morris <rgm@gnu.org>
18601 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
18602 Silence compiler by only defining on XEmacs.
18604 * international/mule.el (auto-coding-regexp-alist): Only match
18605 BABYL... at the start of buffer, not of lines. (Bug#3790)
18607 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
18608 non-calendar buffers (Bug#3862). Restore "not on a date" message.
18609 (cal-menu-context-mouse-menu): Doc fix.
18611 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
18613 * simple.el (mail-user-agent): Doc fix. Set :version tag.
18615 2009-07-18 Juri Linkov <juri@jurta.org>
18617 * info.el: Virtual Info keyword finder.
18618 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
18619 (Info-finder-file): New variable.
18620 (Info-finder-find-file): New function.
18621 (finder-known-keywords, finder-package-info)
18622 (find-library-name, lm-commentary): Use defvar and
18623 declare-function to silence compiler warnings.
18624 (Info-finder-find-node): New function.
18625 (info-finder): New command.
18627 * subr.el (process-kill-buffer-query-function): New function.
18628 (add-hook)<kill-buffer-query-functions>: Add hook
18629 `process-kill-buffer-query-function'.
18631 2009-07-18 Alan Mackenzie <acm@muc.de>
18633 * progmodes/cc-mode.el (c-before-hack-hook)
18634 (c-postprocess-file-styles): Give invocation of `c-set-style'
18635 DONT-OVERRIDE parameter of t. Already set style variables will
18636 thus not be overridden by style settings given by `c-file-syle'.
18638 * files.el (hack-local-variables-filter): Remove entries with
18639 duplicate keys from `file-local-variables-alist'.
18641 2009-07-18 Eli Zaretskii <eliz@gnu.org>
18643 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
18644 x-set-selection if display-selections-p returns nil for the
18647 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
18649 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
18651 2009-07-18 Eli Zaretskii <eliz@gnu.org>
18653 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
18654 Accept nil in addition to a regexp.
18655 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
18656 Accept nil in addition to a regexp.
18657 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
18658 buffers that have an associated file. Handle nil values of
18659 desktop-buffers-not-to-save and desktop-files-not-to-save.
18662 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
18663 (x-disown-selection-internal): New functions.
18665 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
18667 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
18669 (gdb-breakpoints-header): Move forward to avoid compiler warning.
18670 (gdb-make-header-line-mouse-map): Remove duplicate definition.
18672 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
18674 * simple.el (set-mark): Revert last change.
18676 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
18678 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
18679 rendering of pngs is not possible instead of messaging a long
18682 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
18684 * w32-fns.el (x-selection-owner-p): New function.
18686 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
18687 (mouse-yank-at-click, mouse-yank-primary):
18688 If select-active-regions is non-nil, deactivate the mark before
18691 * simple.el (deactivate-mark, set-mark): Only save selection if we
18694 2009-07-17 Kenichi Handa <handa@m17n.org>
18696 * case-table.el (describe-buffer-case-table): Fix for the case
18697 that KEY is a cons.
18699 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
18701 * vc-rcs.el (vc-rcs-find-file-hook):
18702 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
18704 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
18706 * net/tramp.el (tramp-wait-for-output): Handle the case when
18707 commands do not return a newline but a null byte before the shell
18710 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18712 * term/ns-win.el (ns-set-alpha): Don't declare.
18713 (ns-set-background-alpha): Remove function.
18715 2009-07-16 Kevin Ryde <user42@zip.com.au>
18717 * emacs-lisp/copyright.el (copyright-update): Save match-data across
18718 y-or-n-p, for safety.
18720 2009-07-16 Richard Stallman <rms@gnu.org>
18722 * files.el (auto-save-mode): If buffer-saved-size is -2,
18725 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
18726 (rmail-retry-ignored-headers): Add more uninteresting fields.
18728 2009-07-15 Jari Aalto <jari.aalto@cante.net>
18730 * net/rcirc.el (rcirc): Use history variables.
18731 (rcirc-server-name-history, rcirc-nick-name-history)
18732 (rcirc-server-port-history): New variables.
18734 2009-07-15 Kenichi Handa <handa@m17n.org>
18736 * international/mule-cmds.el (set-language-environment-charset):
18737 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
18740 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
18741 Delete unibyte-display.
18743 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
18745 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
18747 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
18749 * simple.el (deactivate-mark): Optional argument FORCE.
18750 (set-mark): Use deactivate-mark.
18752 * info.el (Info-search): No need to check transient-mark-mode
18753 before calling deactivate-mark.
18755 * select.el (x-set-selection): Doc fix.
18756 (x-valid-simple-selection-p): Allow buffer values.
18757 (xselect--selection-bounds): Handle buffer values.
18758 Suggested by David De La Harpe Golden.
18760 * mouse.el (mouse-set-region, mouse-drag-track):
18761 Call copy-region-as-kill before setting the mark, to let
18762 select-active-regions work.
18764 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
18766 * simple.el (deactivate-mark): If select-active-regions is
18767 non-nil, copy the selection data into a string.
18768 (activate-mark): If select-active-regions is non-nil, set the
18769 selection to the current buffer.
18770 (set-mark): Update selection if select-active-regions is non-nil.
18772 * select.el (x-valid-simple-selection-p): Allow buffer values.
18774 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
18776 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
18777 and more featureful message-mode.
18779 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
18781 * select.el (x-set-selection): Doc fix.
18782 (x-valid-simple-selection-p): Disallow selection data consisting
18783 of a list or cons of integers, since that is not used.
18784 (xselect--selection-bounds, xselect--int-to-cons): New functions.
18785 (xselect-convert-to-string, xselect-convert-to-length)
18786 (xselect-convert-to-filename, xselect-convert-to-charpos)
18787 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
18789 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
18791 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
18792 output in -break-info command (Emacs bug #3794).
18794 2009-07-14 Glenn Morris <rgm@gnu.org>
18796 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
18797 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
18798 (edebug-print-length, edebug-print-level, edebug-print-circle)
18799 (edebug-sit-for-seconds, edebug-view-outside)
18800 (edebug-bounce-point, edebug-set-global-break-condition)
18801 (edebug-Go-nonstop-mode, edebug-trace-mode)
18802 (edebug-Trace-fast-mode, edebug-continue-mode)
18803 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
18804 (edebug-visit-eval-list): Doc fixes.
18806 * subr.el (def-edebug-spec): Doc fix.
18808 2009-07-14 Kenichi Handa <handa@m17n.org>
18810 * international/characters.el: Fix setting of category ?C.
18812 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
18814 * term/ns-win.el (x-select-font): defalias x-select-font to
18815 ns-popup-font-panel instead of generate-fontset-menu.
18817 2009-07-12 Eli Zaretskii <eliz@gnu.org>
18819 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
18821 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
18823 * arc-mode.el (archive-find-type): Allow for a PK00 string before
18824 the PK\003\004 header (Bug#3770).
18826 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
18828 * pcomplete.el (pcomplete-comint-setup): Check for
18829 shell-dynamic-complete-filename too.
18831 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
18833 * simple.el (temporary-goal-column): Change the value for
18834 line-move-visual to a cons cell.
18835 (line-move-visual): Record or set the window hscroll, if
18836 necessary (Bug#3494).
18837 (line-move-1): Handle cons value of temporary-goal-column.
18839 2009-07-11 Kenichi Handa <handa@m17n.org>
18841 * international/mule-diag.el (describe-character-set): Don't show
18844 2009-07-10 Sam Steingold <sds@gnu.org>
18846 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18847 Omake sometimes indents the errors it prints, so allow all
18848 regexps to start with spaces.
18850 2009-07-10 Eli Zaretskii <eliz@gnu.org>
18852 * cus-edit.el (customize-changed-options-previous-release):
18853 Bump value to 22.1. (Bug#3804)
18855 2009-07-08 Sam Steingold <sds@gnu.org>
18857 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
18858 to be a cons cell (test . ignored-directory) to selectively ignore
18859 some directories depending on the location of the search.
18861 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
18863 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
18864 remote user is root, on the local host.
18865 (tramp-local-host-p): Either the local user or the remote user
18866 must be root. (Bug#3771)
18868 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
18870 * progmodes/gdb-mi.el (gdb): Remove description of
18871 gdb-use-separate-io-buffer.
18872 (menu): Don't allow toggling of or enable
18873 gdb-use-separate-io-buffer from menubar.
18875 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
18877 * mail/unrmail.el (unrmail): Make sure the message ends with two
18878 newlines (Bug#3769).
18880 2009-07-08 Glenn Morris <rgm@gnu.org>
18882 * calendar/calendar.el (calendar-current-date): Rework previous change.
18884 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
18886 * calendar/calendar.el (calendar-current-date):
18887 Add an optional argument giving an offset from today.
18889 2009-07-08 Glenn Morris <rgm@gnu.org>
18891 * tutorial.el (tutorial--describe-nonstandard-key):
18892 Adjust the message for when a key has been unbound.
18893 (help-with-tutorial): Hide the arch-tag.
18895 2009-07-08 Kenichi Handa <handa@m17n.org>
18897 * international/fontset.el (setup-default-fontset): For each
18898 script, append (not set) font-specs.
18900 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
18903 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
18905 * progmodes/gdb-mi.el (gdb-init-1): Move sending
18906 -data-list-register-names to ...
18907 (gdb-starting): ... here because GDB 7.0 requires execution to
18908 have started when using this MI command.
18909 (gdb-set-header): New function to distinguish select and
18910 unselected tabs in gdb buffers.
18911 (gdb-propertize-header): New macro that uses gdb-set-header.
18912 (gdb-breakpoints-header, gdb-locals-header): Use it.
18913 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
18915 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
18917 * Makefile.in (ELCFILES): Remove fadr.elc.
18919 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
18921 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
18922 may contain frame information, so `string-match' should be used.
18923 (gdb-update): Disassembly is invalidated through
18924 `gdb-get-selected-frame'.
18925 (gdb-pad-string): New function to pad string with spaces.
18926 (gdb-invalidate-disassembly): Invalidate only if the buffer
18928 (gdb-disassembly-handler-custom): Column alignment.
18929 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
18931 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
18933 (gdb-frame-handler): Match convention to for disassembly buffer
18935 (gdb-stack-list-frames-handler): Rewritten without regexps.
18936 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
18937 not highlight breakpoints without line information.
18938 (gdb-input): Add trailing newline to command.
18940 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
18942 (gdb-breakpoints-list-handler-custom): Replacement for
18943 `gdb-break-list-handler'. Using real parser instead of regexps
18945 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
18946 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
18947 to place breakpoints.
18948 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
18950 (gdb-disassembly-handler-custom): Show overlay arrow.
18951 (gdb-disassembly-place-breakpoints): Show breakpoints in
18952 disassembly buffer.
18953 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
18954 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
18955 instead of parsing breakpoints buffer. Fixed old menu references
18960 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
18961 (gdb-memory-address): New variable which holds top address of
18962 memory page shown in memory buffer.
18963 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
18964 New customization variables.
18966 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
18967 display the memory buffer.
18968 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
18969 buffer display parameters.
18970 (def-gdb-memory-format, gdb-memory-format-binary)
18971 (gdb-memory-format-octal, gdb-memory-format-unsigned)
18972 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
18973 Functions for setting memory buffer format.
18974 (gdb-memory-unit-word, gdb-memory-unit-halfword)
18975 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
18976 unit size used in memory buffer.
18977 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
18978 Switch to next/previous page of memory buffer.
18979 Now using (bindat-get-field) instead of fadr functions.
18981 2009-07-07 Sam Steingold <sds@gnu.org>
18983 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
18984 non-top-level files.
18986 2009-07-07 Kenichi Handa <handa@m17n.org>
18988 * international/mule-cmds.el (reset-language-environment):
18989 Put the highset priority to the charset iso-8859-1.
18991 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
18993 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
18994 to the end of the line when locating the block (Bug#700).
18996 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
18998 * net/tramp.el (tramp-handle-write-region): Flush file properties
18999 in case of short track.
19001 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
19003 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
19004 Coded custom representation of verilog error regular expressions
19005 to work with Emacs-22's new format.
19006 (verilog-error-regexp-xemacs-alist): Coded custom representation
19007 of verilog error regular expressions to work with XEmacs format.
19008 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
19009 error recognition into XEmacs.
19010 (verilog-error-regexp-add-emacs): Hook routine to install verilog
19011 error recognition into Emacs-22.
19013 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
19015 * woman.el: Remove stand-alone closing parentheses.
19016 (woman-file-name, woman2-format-paragraphs)
19017 (woman-leave-blank-lines): Code cleanup.
19018 (woman-use-own-frame): Change default to nil.
19019 (woman-italic, woman-bold, woman-unknown, woman-addition):
19020 Change defaults to inherit from default faces.
19021 (woman2-process-escapes): Consume the newline after a stand-alone
19022 filler character (Bug#3651).
19024 2009-07-06 Glenn Morris <rgm@gnu.org>
19026 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
19027 (top-level): Move provide to the end.
19028 (ffap): Remove defunct URL from custom group.
19030 * subr.el (eval-after-load): Doc fix.
19032 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
19034 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
19035 `calc-embedded-word' is called twice.
19037 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19039 * files.el (find-alternate-file-other-window, find-alternate-file):
19040 Obey confirm-nonexistent-file-or-buffer.
19042 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
19044 * dired-aux.el (dired-show-file-type): Handle remote files.
19046 2009-07-05 Jari Aalto <jari.aalto@cante.net>
19048 * desktop.el (desktop-globals-to-save):
19049 Add file-name-history (Bug#2750).
19051 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
19053 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
19055 2009-07-04 Johan Bockgård <bojohan@gnu.org>
19057 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
19058 property on entire argument since this is what eshell-lisp-command
19061 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
19063 * net/tramp-gvfs.el (tramp-gvfs-methods)
19064 (tramp-gvfs-zeroconf-domain)
19065 (tramp-bluez-discover-devices-timeout): Add version flag.
19066 (tramp-gvfs-handler-mounted-unmounted)
19067 (tramp-gvfs-connection-mounted-p): Polish handling of
19068 incompatibilities between GVFS 0.2 and 1.0.
19070 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
19072 * cus-start.el (all): Add make-pointer-invisible.
19074 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
19076 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
19077 formatted correctly.
19079 2009-07-02 Juri Linkov <juri@jurta.org>
19081 * info.el: Virtual Info files and nodes.
19082 (Info-virtual-files, Info-virtual-nodes): New variables.
19083 (Info-current-node-virtual): New variable.
19084 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
19086 (Info-file-supports-index-cookies): Use Info-virtual-file-p
19087 to check for a virtual file instead of checking a fixed list
19089 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
19090 instead of ad-hoc processing of "dir" and (apropos history toc).
19091 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
19092 instead of ad-hoc processing of "dir" and (apropos history toc).
19093 Reread a file when moving from a virtual node.
19094 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
19095 (Info-directory-toc-nodes, Info-directory-find-file)
19096 (Info-directory-find-node): New functions.
19097 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
19098 (Info-history): Move part of code to
19099 `Info-history-find-node'.
19100 (Info-history-toc-nodes, Info-history-find-file)
19101 (Info-history-find-node): New functions.
19102 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
19103 (Info-toc): Move part of code to `Info-toc-find-node'.
19104 (Info-toc-find-node): New function.
19105 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
19106 the current Info file name to references because now the node
19107 "*TOC*" belongs to the same Info manual.
19108 (Info-toc-build): Rename from `Info-build-toc'.
19109 (Info-toc-nodes): Rename input argument `file' to `filename'.
19110 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
19111 instead of ad-hoc processing of ("dir" apropos history toc).
19112 (Info-index-nodes): Use Info-virtual-file-p
19113 to check for a virtual file instead of checking a fixed list
19115 (Info-index-node): Add check for `Info-current-node-virtual'.
19116 Raise `save-match-data' higher up the tree to contain
19117 `search-forward' too (bug fix).
19118 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
19119 (Info-virtual-index-nodes): New variable.
19120 (Info-virtual-index-find-node, Info-virtual-index): New functions.
19121 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
19122 (Info-apropos-file, Info-apropos-nodes): New variables.
19123 (Info-apropos-toc-nodes, Info-apropos-find-file)
19124 (Info-apropos-find-node, Info-apropos-matches): New functions.
19125 (info-apropos): Move part of code to `Info-apropos-find-node' and
19126 `Info-apropos-matches'.
19127 (Info-mode-map): Bind "I" to `Info-virtual-index'.
19128 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
19129 for a virtual file instead of checking a fixed list of node names.
19131 * simple.el (async-shell-command): New command.
19133 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
19135 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
19136 instead of `mount-info'.
19138 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
19140 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
19141 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
19143 2009-07-02 Kenichi Handa <handa@m17n.org>
19145 * international/mule.el (set-keyboard-coding-system): Force *-unix
19146 coding-system to avoid eol conversion.
19148 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
19150 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
19151 Add handler for `process-file', `shell-command' and
19152 `start-file-process'.
19153 (tramp-gvfs-handle-shell-command)
19154 (tramp-gvfs-handle-start-file-process)
19155 (tramp-gvfs-handle-process-file): New defuns.
19156 (tramp-synce-list-devices): Simplify check for existence of property.
19158 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
19160 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
19162 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
19164 * language/korean.el (set-language-info-alist): Add korean-cp949,
19167 2009-07-01 Kenichi Handa <handa@m17n.org>
19169 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
19171 * international/encoded-kb.el: Deleted.
19173 * international/mule.el (set-keyboard-coding-system): Perform the
19174 necessary setup here instead of calling encoded-kbd-setup-display.
19176 2009-07-01 Glenn Morris <rgm@gnu.org>
19178 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
19180 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
19182 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
19184 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
19186 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
19187 Handle also the 'rename case, when setting file modes. (Bug#3712)
19188 (tramp-default-file-modes): Remove execute permissions.
19190 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
19191 (top): Add a default for "synce" in `tramp-default-user-alist'.
19192 Add completion function for "synce" method.
19193 (tramp-hal-service, tramp-hal-path-manager)
19194 (tramp-hal-interface-manager, tramp-hal-interface-device):
19196 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
19197 (tramp-synce-list-devices, tramp-synce-parse-device-names):
19200 * net/trampver.el: Update release number.
19202 2009-06-30 Kenichi Handa <handa@m17n.org>
19204 * international/fontset.el (setup-default-fontset): Add CJK fonts
19205 for symbols and the other miscellaneous characters.
19207 * language/korea-util.el (setup-korean-environment-internal):
19208 Make char-width-table suitable for Korean environments.
19209 (exit-korean-environment): Cancel above.
19211 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
19212 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
19213 setup-function to make char-width-table suitable for respective
19214 environments, and an exit-function to cancel that.
19216 * language/japan-util.el (setup-japanese-environment-internal):
19217 Call use-cjk-char-width-table with arg `ja_JP'.
19219 * international/characters.el (cjk-char-width-table): Delete it.
19220 (cjk-char-width-table-list): New variable.
19221 (use-cjk-char-width-table): New arg local-name.
19222 (use-default-char-width-table): Fix for the case that Emacs is
19223 already using the default char-width-table.
19225 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
19227 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
19228 modes mandatory. (Bug#3712)
19230 2009-06-29 Alan Mackenzie <acm@muc.de>
19232 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
19233 correction between the visible width of TABs and their number of bytes.
19235 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
19237 * server.el (server-buffer-done): Prevent kill-buffer from
19238 prompting by clearing the buffer modification flag (Bug#3696).
19240 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
19242 * progmodes/verilog-mode.el (verilog-beg-of-statement)
19243 (verilog-endcomment-reason-re): Support unique case and priority case.
19244 (verilog-basic-complete-re): Support localparam lineup.
19245 (verilog-beg-of-statement-1): Fix for robustness, unique case.
19246 (verilog-set-auto-endcomments): Fix for unique case, always_comb
19248 (verilog-leap-to-case-head): Now support *nested* unique &
19249 priority case statements.
19250 (verilog-auto-lineup): Make just declarations the default (as it
19252 (verilog-leap-to-case-head): Support priority/unique case statements.
19253 (verilog-auto-lineup): Rework to give users radio buttons to
19254 select the various styles of automatic lineup.
19255 (verilog-error-regexp-alist): Rework to support the XEmacs style
19256 of error regular expressions from compilers, lint tools &
19257 simulators. Note that GNU Emacs has made it impossible for a mode
19258 to load such things.
19259 (electric-verilog-terminate-line, verilog-indent-declaration)
19260 (verilog-auto-wiure): Rework for radio button selection of
19261 auto-lineup selection of specification of auto lineup.
19262 (verilog-beg-of-statement-1): Redesign to support proper operation
19263 in additional code, based on testing with auto-lineup.
19264 (verilog-calculate-indent, assignments & declarations)
19265 (verilog-backward-token): Enhance to support auto-lineup of
19266 assignments & declarations.
19267 (verilog-in-directive-p, verilog-at-struct-p): New function for
19268 easy test of whether we are.
19269 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
19270 to support safe execution at almost anyline.
19271 (verilog-calc-1): Properly support indenting deep inside generate
19273 (verilog-init-font): Remove definition & use of verilog-init-font,
19274 as it is redundant with font-lock-defaults.
19275 (verilog-mode): Alter the definition of verilog-font-lock-defaults
19276 to avoid circular calls if syntax-ppss is a function (as is the
19277 case now in 22.x GNU Emacs) as that function would sometimes call
19278 itself, leading to (nearly) infinite recursion.
19279 (verilog-ovm-begin-re, verilog-ovm-end-re)
19280 (verilog-ovm-statement-re, verilog-leap-to-head)
19281 (verilog-backward-token): Add support for OVM macros. Some are
19282 complete statements, and others open and close scopes like begin
19284 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
19285 (verilog-defun-level-generate-only-re): Really fix the defun-list
19287 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
19288 coverpoint, constraint and cross statements.
19289 (verilog-defun-level-list, verilog-generate-defun-level-list)
19290 (verilog-all-defun-level-list): Redo these specifications - it is
19291 too hard to support eval-when compile aggregation of lists also
19292 built at when-compile time.
19293 (verilog-defun-level-list): Place defconsts of variables used in
19294 building regular expressions which are built in eval-when-compile
19295 bodies in the same eval-when-compile body to facilitate compile
19297 (verilog-beg-block-re-ordered): Support indenting
19298 virtual/protected tasks and functions.
19299 (verilog-defun-level-list, verilog-in-generate-region-p)
19300 (verilog-backward-ws&directives, verilog-calc-1): Speed up
19301 indentation of some module items (generate items).
19302 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
19303 across virtual/protected tasks and functions.
19305 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
19307 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
19308 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
19309 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
19310 in concatenations. Reported by Yishay Belkind.
19311 (verilog-auto-ascii-enum): Support one-hot state machines in
19312 AUTOASCIIENUM. Suggested by Lloyd Gomez.
19313 (verilog-auto-inst, verilog-auto-inst-port): Include interface
19314 modport in AUTOINST and add vl-modport for users.
19315 Reported by David Rogoff.
19316 (verilog-auto-inout-module, verilog-auto-inst)
19317 (verilog-decls-get-interfaces, verilog-insert-definition)
19318 (verilog-insert-one-definition, verilog-read-decls)
19319 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
19320 (verilog-sig-modport, verilog-signals-combine-bus)
19321 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
19322 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
19323 Suggested by David Rogoff.
19324 (verilog-repair-open-comma): Fix non-insertion of comma when
19325 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
19326 (verilog-make-width-expression): Simplify [A-1:0] expression
19327 widths to just {A{1'b0}}.
19328 (verilog-mode): Cleanup checkdoc warnings.
19329 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
19330 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
19331 inputs/outputs or data type. Suggested by Vasu Kandadi.
19332 (next-error-last-buffer): Fix byte-compiler warning.
19333 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
19334 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
19335 or shell command text during AUTO expansion. Suggested by Tad Truex.
19336 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
19337 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
19338 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
19339 in AUTOINOUT. Reported by Matthew Lovell.
19340 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
19341 causing use of <= assignments. Reported by Alex Reed.
19342 (verilog-read-decls): Fix triand, trior, wand, wor to be
19343 recognized by AUTOWIRE. Reported by Spencer Isaacson.
19344 (verilog-extended-complete-re): Support import "DPI-C" functions.
19345 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
19346 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
19347 (verilog-insert-date, verilog-insert-year)
19348 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
19349 Windows systems. Reported by Michael Potts.
19350 (verilog-read-module-name): Fix AUTOINST when the child module
19351 declaration's name is a tick define. Reported by Elliot Mednick.
19352 (verilog-read-decls): Fix V2K parameter bit subscripts getting
19353 passed to next parameter's definition. Reported by Bruce T.
19354 (verilog-read-decls): Fix detecting "parameter int" when using
19355 AUTOINSTPARAM. Reported by Bruce T.
19356 (verilog-goto-defun): Fix goto not finding modules unless first
19357 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
19358 (verilog-mode): Expand -f flag arguments on entry to mode so
19359 verilog-goto-defun will work. Reported by Lawrence Butcher.
19360 (verilog-getopt): Expand environment variables in -f file
19361 arguments. Suggested by Lawrence Butcher.
19362 (verilog-set-define): Fix "Symbol's value as variable is void"
19363 when reading enumerations.
19364 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
19365 Suggested by Stephen Peltan.
19366 (verilog-read-defines): Fix reading of enumerations in include
19367 files. Reported by Steve Peltan.
19369 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
19371 * files.el (trash-directory): Fix defcustom type.
19373 2009-06-28 Juri Linkov <juri@jurta.org>
19375 * help-fns.el (describe-function-1): Correctly locate adviced
19376 functions in hyperlink (Bug#2438).
19378 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
19380 * files.el (trash-directory): Change default to nil.
19381 (move-file-to-trash): If trash-directory is nil and
19382 system-move-file-to-trash is unbound, perform freedesktop-style
19385 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
19387 * files.el (move-file-to-trash): Add freedesktop trash
19390 2009-06-28 Glenn Morris <rgm@gnu.org>
19392 * autorevert.el (global-auto-revert-non-file-buffers)
19393 (global-auto-revert-mode): Doc fixes.
19395 2009-06-27 Johan Bockgård <bojohan@gnu.org>
19397 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
19399 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
19401 * faces.el (x-handle-named-frame-geometry): Ensure that we have
19402 opened an X connection before calling x-get-resource (Bug#3194).
19404 * play/doctor.el: Remove reference to obsolete website.
19405 (make-doctor-variables): Correct grammar mistake (Bug#2633).
19407 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
19409 Remove find-file-not-found-hook VC method. (Bug#2757)
19410 * vc-hooks.el (vc-file-not-found-hook)
19411 (vc-default-find-file-not-found-hook): Remove functions.
19412 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
19413 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
19416 * vc-git.el: Do not mention find-file-not-found-hook VC method.
19418 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
19420 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
19421 compatibility function for `looking-back'.
19423 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
19424 Use `ispell-looking-back'.
19426 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
19428 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
19429 rather than `filename'.
19431 2009-06-23 Miles Bader <miles@gnu.org>
19433 * face-remap.el (text-scale-set): New function.
19435 2009-06-23 Glenn Morris <rgm@gnu.org>
19437 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
19439 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
19441 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
19443 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
19445 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
19446 Simplify Persian conditionals.
19448 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
19449 variable `filename'.
19451 * comint.el (comint-insert-input): Doc fix.
19453 * Makefile.in (ELCFILES): Fix typo in previous change.
19455 2009-06-23 Miles Bader <miles@gnu.org>
19457 * cus-start.el: Add entry for `recenter-redisplay'.
19459 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
19461 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
19462 Add an optional argument for the backend, use it instead of
19463 calling vc-backend.
19464 (vc-mode-line): Add an optional argument for the backend.
19465 Pass the backend to vc-state and vc-working-revision. Move code for
19466 special handling for vc-state being a buffer to ...
19468 * vc-rcs.el (vc-rcs-find-file-hook):
19469 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
19471 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
19472 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
19473 vc-stay-local-p and vc-mode-line calls.
19475 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
19476 (vc-cvs-diff, vc-cvs-annotate-command)
19477 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
19478 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
19479 vc-mode-line calls.
19481 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
19483 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
19484 backend when calling vc-mode-line.
19485 (vc-register): Do not create a closure for calling the vc register
19486 function, call it directly.
19488 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
19490 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
19491 to make it obvious item can be clicked.
19493 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
19495 2009-06-23 Kenichi Handa <handa@m17n.org>
19497 * language/korea-util.el (korean-key-bindings): Change the binding
19498 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
19501 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
19503 Sync with Tramp 2.1.16.
19505 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
19507 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
19508 when a loading of a package fails. Completion function for rsync
19509 is `tramp-completion-function-alist-ssh'.
19510 (all): Replace all calls of `split-string' and
19511 `tramp-split-string' by `tramp-compat-split-string'.
19512 (tramp-default-method): Use `tramp-compat-process-running-p'.
19513 (tramp-default-proxies-alist): Allow also Lisp forms.
19514 (tramp-remote-path): Add choice "Private Directories".
19515 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
19516 (tramp-domain-regexp): Allow also "-", "_" and ".".
19517 (tramp-end-of-output): Remove newlines, and add "$" at the end.
19518 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
19519 (tramp-debug-message): Insert header line in debug buffer.
19520 (tramp-handle-directory-files-and-attributes-with-stat):
19521 Care about filenames with spaces, or starting with "-".
19522 (tramp-handle-dired-uncache): New defun.
19523 (tramp-handle-insert-directory): Don't flush the directory from
19524 cache, this is handled by `dired-uncache' now.
19525 (tramp-handle-insert-file-contents): Improve error handling.
19526 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
19527 Quote `tramp-end-of-output'.
19528 (tramp-action-password): Improve trace message.
19529 (tramp-check-for-regexp): Both echoes must be present, before removing.
19530 (tramp-open-connection-setup-interactive-shell): Trace coding system.
19531 (tramp-compute-multi-hops): Eval cons cells of
19532 `tramp-default-proxies-alist'.
19533 (tramp-maybe-open-connection): Use the same command pattern for
19534 first hop and further hops.
19535 (tramp-wait-for-output): Remove handling of newlines.
19536 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
19537 (tramp-split-string): Remove function. It is handled in
19540 * net/tramp-cmds.el (tramp-bug):
19541 Recommend `tramp-cleanup-all-connections' in the bug mail.
19543 * net/tramp-compat.el (tramp-compat-split-string)
19544 (tramp-compat-process-running-p): New defuns.
19546 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
19547 for `dired-uncache'.
19549 * net/tramp-gvfs.el: New package.
19551 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
19552 Add handler for `dired-uncache'.
19553 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
19555 * net/trampver.el: Update release number. Make version check fit
19558 2009-06-22 Jim Meyering <meyering@redhat.com>
19560 Automatically handle .xz suffix (XZ-compressed files), too.
19561 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
19562 XZ is the successor to LZMA: <http://tukaani.org/xz/>
19564 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
19565 Nick Roberts <nickrob@snap.net.nz>
19567 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
19568 repository (http://sphinx.net.ru/hg/gdb-mi/).
19570 2009-06-22 Glenn Morris <rgm@gnu.org>
19572 * files.el (dir-locals-collect-mode-variables): Allow for any number of
19573 `mode' and `eval' entries. (Bug#3430)
19575 * Makefile.in (ELCFILES): Add fadr.elc.
19577 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
19578 differing behavior of \n and ^ in strings. (Bug#3385)
19580 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
19582 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
19584 (lisp-indent-function): Make it a defcustom.
19586 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
19588 * progmodes/gdb-ui.el: Replace with ...
19589 * progmodes/gdb-mi.el: ... this file.
19590 * progmodes/gud.el: Modify for gdb-mi.el.
19592 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
19594 * fadr.el: New file.
19596 See ChangeLog.14 for earlier changes.
19598 ;; Local Variables:
19602 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
19604 This file is part of GNU Emacs.
19606 GNU Emacs is free software: you can redistribute it and/or modify
19607 it under the terms of the GNU General Public License as published by
19608 the Free Software Foundation, either version 3 of the License, or
19609 (at your option) any later version.
19611 GNU Emacs is distributed in the hope that it will be useful,
19612 but WITHOUT ANY WARRANTY; without even the implied warranty of
19613 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19614 GNU General Public License for more details.
19616 You should have received a copy of the GNU General Public License
19617 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.